a {
	color: #444;
	-webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

a:hover {
	text-decoration: none;
	color: #000
}

h1,h2,h3,h3,h5 {
	font-weight: 400;
}

body {
	background: none repeat scroll 0 0 #EDEEEF;
	font-family: 'Montserrat',sans-serif
}

.contenedor section {
	position: relative;
}

body > header {
	background: none repeat scroll 0 0 #EDEEEF;
	height: 66px;
	margin: 0 auto;
	max-width: 1600px;
	min-width: 900px;
}

body > header h1 {
}

header h1 a {
	 color: #333333;
    font-size: 18px;
    left: 53px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    top: 24px;
}
header h1 a:hover {
	color: #999;
}
img.logohome {
	margin: 25px 0px 0px 85px;
}

/* GRIDS */

.portada > div > div {
	overflow: hidden;
	position: relative;
}

.grid3 {
	width: 27%;
}

.grid4 {
	width: 36.125%;
}

.grid4_1 {
	width: 36.125%;
}

.grid7 {
	width: 63.45%;
}

.grid11 {
	width: 100%;
}

/* PIEZAS */

.pieza_01 {
	float: left;
	margin: 0 0.375% 0.375% 0;
}

img.img1 {
	width: 100%;

}



.pieza_02 {
	float: left;
	margin: 0 0 0.375% 0;
}

img.img2 {
	width: 100%;

}

.pieza_03 {
	float: left;
	margin: 0 0.375% -10px 0;
}

img.img3 {
	width: 100%;

}

.pieza_04 {
	float: left;
	margin: 0 0.375% -10px 0;
}

img.img4 {
	width: 100%;

}

.pieza_05 {
	float: left;
	margin: 0 0 -10px 0;
}

.fila02 {
	margin: -11px 0px 0px 0px;
}

/*pacas 5*/
a.placa{
	left: 0;
	position: absolute;
	top: 0;
	display: none;
	z-index: 1;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
a.esquina{
	left: 0;
	position: absolute;
	top: 0;
	z-index: 2;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;	
}
a.placa img{
	width: 100%;	
}
/*PIEZA 5*/

img.img5 {
	width: 100%;

}

.pieza_05 {
	font-family: 'Libre Baskerville', serif;
	position: relative;
}

.pieza_05 div {
	left: 0;
	overflow: hidden;
	padding: 60px;
	position: absolute;
	text-indent: -2000px;
	top: 0;
	width: 200px;
}

.pieza_05 h2 {
	font-weight: 700;
	font-size: 14px;
}

.pieza_05 h2 span {
	font-weight: normal;
}

.pieza_05 p {
		-webkit-transition: all 0.1s ease-out;

     -moz-transition: all 0.1s ease-out;

       -o-transition: all 0.1s ease-out;

          transition: all 0.1s ease-out;

	line-height: 120%;
	letter-spacing: 1px;
	margin: 10px 0 0;
}
.webkit .fila01 {
	margin: 0 0 5px;
}


/* MENU */

nav {
	background: #edeeef;
	display: inline-block;
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 40px;
	text-transform: uppercase;
	width: 63.875%;
}

nav a {
	color: #58595B;
	text-decoration: none;
	padding: 4px 5px;
	display: inline-block;
}

nav a.active {
	background: none repeat scroll 0 0 #333333;
	color: #FFF;
}

nav a:hover {
	background: #fff;
	color: #000;
}

.active {
	
}

.submenu {
	display: none;
}

nav > ul {
	display: inline;
    float: right;
    margin: 8px 62px 0 0;
    text-align: right;
}

nav ul li {
	display: inline-block;
	margin: 0 0 0 11px;
	position: relative;
}

nav ul li ul {
	display: none;
	left: -11px;
    padding: 10px;
    position: absolute;
    top: 14px;
    z-index: 3;
}

nav ul li:hover ul {
	display: block;
}

nav ul li ul li {
	display: block;
	margin: 0 0 5px;
	text-align: left;
	width: 131px;
}

nav ul li ul li a {
	background: none repeat scroll 0 0 #FFFFFF;
	white-space: nowrap;
}

nav ul li ul li a:hover {
	background: #fff;
	color: red;
}

/* titulos */

.contenedor section h1 {
	position: absolute;
	right: 60px;
	top: -20px;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 700;
}

/* PORTADA HOME */

.portada {
	width: 100%;
	background: #edeeef;
	max-width: 1600px;
	min-width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

/*  news */

.news {
	width: 100%;
background: url("/img/FONDO_News.jpg") repeat scroll center center transparent;
	max-width: 1600px;
	min-width: 900px;
	margin: 0 auto;
	padding: 30px 0 0;
}

.news ul {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 60px auto;
	padding: 40px;
	width: 700px;
}

.news ul li {
	border-bottom: 1px dashed;
	font-size: 14px;
	list-style: none outside none;
	padding: 6px 0;
	font-weight: 700;
}

.news ul li a {
	text-decoration: none;
}

.news ul li a span {
	font-weight: 400;
	color: #555;
}

.news ul li a:hover {
	color: #888;
}

/*  cv */

.cv {
	width: 100%;
background: url("/img/FONDO_CV.jpg") repeat scroll center center transparent;
	max-width: 1600px;
	min-width: 900px;
	margin: 0 auto;
	padding: 30px 0 0;
}

.cv article {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 60px auto;
	padding: 40px;
	width: 800px;
	font-family: 'Libre Baskerville',serif;
}

.cv article header {
	position: relative;
	height: 156px;
}

.cv article header h3 {
	font-size: 36px;
	margin: 0 0 26px;
}

.cv article header p {
	line-height: 130%;
	font-size: 13px;
}

.cv article header img {
	position: absolute;
	right: 0px;
	top: 0px;
}

.cv article > div {
	clear: both;
}

.cv article > div .col {
	float: left;
	width: 371px;
}

.cv article > div .col:nth-child(2) {
	margin: 0 0 0 50px;
}

.cv article > div .col h4 {
	border-bottom: 1px dashed;
	font-family: 'Montserrat',sans-serif;
	font-size: 12px;
	padding: 0 0 10px 0;
	margin: 25px 0 10px 0;
}

.cv article > div .col h5 {
	font-family: 'Montserrat',sans-serif;
	font-size: 12px;
	margin: 0 0 5px;
}

.cv article > div .col ul {
	margin: 0 0 18px;
}

.cv article > div .col ul li {
	font-size: 11px;
	line-height: 140%;
	list-style: none outside none;
	padding: 2px 0;
}

.cv article > div .col ul li span {
	font-family: 'Montserrat',sans-serif;
	font-weight: 700;
}

/*dirty painting*/

.dirty {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 0 auto;
	max-width: 1500px;
	min-width: 800px;
	padding: 100px 20px 100px 80px;
}

.dirty ul {
	font-family: 'Libre Baskerville',serif;
	text-align: center;
}

.dirty ul li {
	text-align: left;
	display: inline-block;
	margin: 0 60px 40px 0;
	width: 200px;
	height: 326px;
	-webkit-transition: all 0.3s ease-out;
	/*

Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;
	/*

Firefox 4-15 */
       -o-transition: all 0.3s ease-out;
	/*

Opera 10.50–12.00 */
          transition: all 0.3s ease-out;
/* 

Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}
.dirty.funny ul li {
	height: 220px;
	
}

.dirty ul li a {
	text-decoration: none;
}

.dirty ul li img {
	width: 200px;
	height: 200px;
	background: #000;
	display: block;
}

.dirty ul li:hover {
	opacity: 0.6;
	filter:alpha(opacity=60);
}

.dirty ul li h3 {
	font-size: 15px;
	font-style: italic;
	height: 37px;
	line-height: 120%;
	margin: 20px 0 0;
	width: 190px;
	overflow: hidden;
}

.dirty ul li h3:first-letter {
	text-transform: uppercase;
}

.dirty ul li .date {
	
}

.dirty ul li span {
	color: #999;
	display: block;
	margin: 10px 0 0 0;
	font-size: 12px;
}


/* DIRTY DETALLES */

.det article {
	display: block;
	margin: 0 auto;
	width: 610px;
	background: url("/img/teclas.png") no-repeat right bottom;
}

.det article img {
	float: left;
	width: 360px;
	height: auto;
}

.det article .col {
	float: right;
	font-family: 'Libre Baskerville',serif;
	width: 200px;
}

.det article .col h3 {
	font-size: 15px;
	font-style: italic;
	line-height: 120%;
	width: 190px;
	height: 70px;
}

.det article .col h3:first-letter {
	text-transform: uppercase;
}

.det article .col > span {
	color: #999999;
	display: block;
	font-size: 12px;
	margin: 10px 0 0;
}

.det article .col a.super {
	text-transform: uppercase;
	text-decoration: none;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 20px 0;
	display: block;
	font-size: 13px;
	margin: 15px 0;
}

.det article .col a.super:hover {
	color: #999;
}

.det article .col .nav {
	position: relative;
	font-family: 'Montserrat',sans-serif;
	color: #999;
	text-align: center;
	height: 30px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 15px 0 6px;
	margin: 15px 0;
}

.det article .col .nav a {
	font-weight: 700;
	font-size: 20px;
	color: #000;
	text-decoration: none;
}

.det article .col .nav a:hover {
	color: #999;
}

.det article .col .nav a.prev {
	position: absolute;
	left: 0;
}

.det article .col .nav a.next {
	position: absolute;
	right: 0;
}

.det article .col .nav span {
	font-size: 12px;
}
.det a.goback {
	font-family: 'Montserrat',sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}

/* objects*/

.objects {
background: url("/img/FONDO_OBJETOS.jpg") repeat scroll center center transparent;
	margin: 0 auto;
	max-width: 1500px;
	min-width: 800px;
	padding: 100px 20px 100px 80px;
}

.objects ul {
	font-family: 'Libre Baskerville',serif;
	text-align: center;
}

.objects ul li {
	background: none repeat scroll 0 0 #000000;
	border-radius: 100px 100px 100px 100px;
	display: inline-block;
	height: 200px;
	margin: 0 40px 40px 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	width: 200px;
	-webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.webkit .objects ul li {
	border-radius:0;	
	float: left;
}


.objects ul li a {
	text-decoration: none;
}

.objects ul li img {
	width: 200px;
	height: 200px;
	background: #000;
	display: block;
}
.objects ul li span {
	background: none repeat scroll 0 0 #000000;
	border-radius: 100px 100px 100px 100px;
	color: #FFFFFF;
	font-family: 'Montserrat',sans-serif;
	font-size: 16px;
	height: 100px;
	left: 0;
	padding: 84px 50px 20px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 100px;
	opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;		
}

.webkit .objects ul li span {
	border-radius:0;
	padding: 84px 50px 0;
	height: 116px;
	}
.objects ul li:hover  span{
	opacity: 1;
	filter:alpha(opacity=100);
}

/*.body_objects .fancybox-skin {
	border-radius: 500px 500px 500px 500px !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.body_objects .fancybox-outer {
	border-radius: 500px 500px 500px 500px;
    overflow: hidden;
}*/
.webkit .body_objects .fancybox-skin {
	border-radius: 0px !important;
}

.webkit  .body_objects .fancybox-outer {
	border-radius: 0px;
}
.body_objects .fancybox-close { 
	right: 10px;
    top: 10px;
}

.objects ul li.black_hole {
	
} 
.webkit .objects ul li.black_hole {}
.objects ul li.black_hole a{
	border-radius: 100px 100px 100px 100px;
	color: #FFFFFF;
	display: block;
	font-family: 'Montserrat',sans-serif;
	font-size: 16px;
	padding: 84px 50px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
} 
.webkit .objects ul li.black_hole a{ }
.objects ul li.black_hole:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
} 

.notsale {
	clear: both;
	color: #FFFFFF;
	margin: 60px 50px -40px 0;
	text-align: center;
}

/*  contacto */

.contact {
	width: 100%;
background: url("/img/FONDO_Contact.jpg") repeat scroll center center transparent;
	max-width: 1600px;
	min-width: 900px;
	margin: 0 auto;
	padding: 30px 0 0;
}

.contact form{
	width: 400px;
	background: #fff;
	padding: 70px 100px 40px;
	margin: 50px auto;
}

.contact .more_inf {
	border-top: 1px solid #000000;
    font-size: 11px;
    padding: 20px 0 30px;
    text-align: center;
    margin: 10px 0 0 0;
}

.contact .more_inf a {
    display: inline-block;
    text-decoration: none;
}
.contact .more_inf a:first-child {
    margin: 0 12px 0 0;
}

/*forms*/

form fieldset > div {
    margin: 0 0 22px;
    width: 100%;
}

.help-required {
	color: red;
	display: block-inline;
	margin: 0 0 0 5px;
	font-size: 10px;
}

label {
	color: #555555;
    display: block;
    font-family: 'Libre Baskerville',serif;
    font-size: 14px;
    margin: 0 0 8px;
}

.input {
	width: 380px;
}

.input input,
.input textarea{
	background: none repeat scroll 0 0 #EEEEEE;
	border: medium none;
	color: #000000;
	display: block;
	font-family: 'Montserrat',sans-serif;
	font-size: 14px;
	padding: 8px 10px;
	width: 100%;
}

.actions input {
	background: none repeat scroll 0 0 #000000;
    border: medium none;
    border-radius: 200px 200px 200px 200px;
    color: #FFFFFF;
    font-size: 14px;
    height: 80px;
    line-height: 150%;
    margin:7px auto 15px;
    text-align: center;
    text-transform: uppercase;
    width: 80px;
    cursor: pointer;
    display: block;
	-webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;    
}
.actions input:hover {
	background: none repeat scroll 0 0 #aaa;
}

form span.error {
    background: none repeat scroll 0 0 #AA3131;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    margin: 5px 0 0;
    padding: 5px 7px;
    width: 200px;
}
form fieldset > div.error .input input,
form fieldset > div.error .input textarea {
	border: 1px solid #AA3131;	
}
.alert-message {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    line-height: 120%;
    margin: 0 0 18px;
    padding: 23px 23px 13px;
    width: 333px;
}
.alert-message p{
	margin: 0 0 10px 0;	
}

.alert-message.success {
	background: none repeat scroll 0 0 #B3E590;

}


/* panic  */

.panic {
	background: none repeat scroll 0 0 #FFFFFF;
	height: 1000px;
	left: -350px;
	position: absolute;
	top: 0;
	width: 350px;
	overflow: hidden;
	cursor: none;
	z-index: 20;
}

.pan_txt {
	font-size: 50px;
	font-weight: 700;
	left: 30px;
	letter-spacing: -4px;
	line-height: 80%;
	position: absolute;
	text-transform: uppercase;
	top: 30px;
}

.show_panic {
	background: url("/img/pleg_hand.png") no-repeat scroll center center transparent;
	cursor: pointer;
	height: 100px;
	left: 0;
	position: absolute;
	top: 100px;
	width: 49px;
	z-index: 20;
}

#follower {
	background: url("/img/hand.png") no-repeat scroll center center transparent;
	display: none;
	height: 237px;
	margin: -192px 0 0 -45px;
	position: absolute;
	width: 199px;
}

.panic:hover #follower {
	display: block;
}

/* PANTALLA */

.pantalla {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	overflow: hidden;
}

.pantalla .textweird {
	color: #fff;
	font-family: monospace;
}
.pantalla .textweird li{
	display: none;
}
.pantalla .gifweird {
	position: absolute;
	
	position: absolute;
top: 50%;
left: 50%;
height: 30%;
width: 50%;
margin: -15% 0 0 -25%;
	
}
.pantalla .gifweird li{
	display: none;
	text-align: center;
}



/* FOOTER */

footer {
	background: none repeat scroll 0 0 #EDEEEF;
	clear: both;
	color: #58595B;
	font-family: 'Libre Baskerville',serif;
	font-size: 11px;
	font-style: italic;
	padding: 20px 0;
	text-align: center;
}

footer a {
	font-family: 'Montserrat',sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #58595B;
}
.fb-like {
	float: right;
	margin: -5px 20px 0 0;
}
footer .instagram {
	float: right;
	margin: -5px 10px 0 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("/img/ico_instagram.svg") no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
/*====================*/

/*=== Other Styles ===*/

/*====================*/

.clear {
	clear: both;
}

/*===================*/

/*==== Clearfix ====*/

/*===================*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
.show-menu {
	display: none;
}
/* mobile */
@media (max-width: 900px)and (orientation:portrait) {
	.panic,
	.show_panic {
		display: none;
	}
    body > header,
    .portada {
    	min-width: 0;
    }
    body > header {
    	display: flex;
    	justify-content: space-between;
    }
    header h1 a {
    	left: 18px;
    }
   
    .fila01 > *,
    .fila02 > * {
    	float: none;
    	width: 100%;
    	margin-inline: 0;
    }
    .contenedor section h1 {
    	right: auto;
    	left: 16px;
    	width: calc(100vw - 40px);
    }
    .dirty,
    .objects,
    .cv,
    .contact {
    	min-width: 0;
    	padding: 60px 20px 40px;
    }
    .objects ul li,
    .dirty ul li {
    	margin: 0 0 20px 0;
    	width: 100%;
    	height: auto!important;
    	float: none!important;
    }
    .objects ul li img,
    .dirty ul li img {
    	width: 100%;
    	height: auto;
    }
    .dirty ul li h3 {
    	height: auto;
    }
    .notsale {
    	margin: 0px;
    	text-align: center;
    }
    .det article {
    	width: auto;
    	background: none;
    }

    .det article img {
    	width: 100%;
    	height: auto;
    	margin-bottom: 20px;
    }
    .det article > * {
		float: none!important;
		width: 100%!important;
	}
	.cv article {
		width: calc(100vw - 80px);
		margin: 20px 0 40px 0;
		padding: 20px;
	}
	.cv article header {
		height: auto;
	}
	.cv article header img {
		position: static;
		margin-top: 20px;
		width: 100%;
		height: auto;
	}
	.cv article > div .col {
		width: auto;
		float: none;
		margin: 0 0 20px 0!important;
	}
	.contact {
		width: auto;
	}
	.contact form {
		width: auto;
		padding: 20px;
		margin: 20px auto;
	}
	.input {
		width: auto;
	}
	.input input,
	.input textarea {
		box-sizing: border-box;
	}
    footer {
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    	justify-content: center;
    	gap: 20px;
    	> * {
    		float: none!important;
    		margin: 0!important;
    	}
    }
    footer .instagram {
    	margin-top: -20px!important;
    }
    .show-menu {
    	display: flex;
    	height: 56px;
    	width: 56px;
    	padding: 20px;
    	box-sizing: border-box;
    	align-items: center;
    	justify-content: center;
    	flex-direction: column;
    	gap: 5px;
    }
    .show-menu i {
    	display: block;
    	height: 2px;
    	width: 100%;
    	background-color: black;
    }
    nav.grid7 {
    	position: fixed;
    	z-index: 10;
    	right: 0;
    	left: 0;
    	top: 46px;
    	height: calc(100dvh - 46px);
    	width: 100%;
    	border-top: 0;
    	text-align: center;
    	transform: translateX(100%);
    	transition: transform 0.3s ease-out;
    	padding-top: 60px;
    }
    nav.grid7.open {
    	transform: translateX(0%);
    }
    nav > ul {
    	float: none;
    	margin: 0;
    	text-align: center;
    	display: block;
    }
    nav > ul li {
    	display: block;
    	margin: 0 0 10px 0;
    }
    nav > ul li a {
    	font-size: 30px;
    }
    nav ul li ul {
    	display: block;
    	position: static;
    	text-align: center;
    }
     nav ul li ul li {
     	width: 100%;
     	text-align: center;
     }
     nav ul li ul li a {
     	font-size: 14px;
     }
}