<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#section0, #section1, #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section10, #section11, #section12, #section13{
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ffffff;
	height: 100%;
	display: block;
	overflow: hidden;
}
#section0{
	background-image: url(../img/f1.jpg);
	}
#section1{
	background-image: url(../img/f2.jpg);
}
#section2{
	background-image: url(../img/f3.jpg);
}
.fondo-blanco{
	background-color: #FFFFFF;
	width: 100%;
	height: 100%
}
#section3{
	background-image: url(../img/f4.jpg);
}
#section4{
	background-image: url(../img/f5.jpg);
}
#section5{
	background-image: url(../img/f6.jpg);
}
#section6{
	background-image: url(../img/f7.jpg);
}
#section7{
	background-image: url(../img/f8.jpg);
}
#section8{
	background-image: url(../img/f9.jpg);
}
#section9{
	background-color: #ffffff;
}
#section10{
	background-image: url(../img/f10.jpg);
}
#section11{
	background-color: #ffffff;
}
#section12{
	background-image: url(../img/f11.jpg);
}
#section13{
	background-color: #ffffff;
}
.trigger-overlay{
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url(../img/icon-menu-2.png);
	width: 52px;
	height: 40px;
	z-index: 999999;
	cursor: pointer;
}
.trigger-overlay-2{
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url(../img/icon-menu-3.png);
	width: 52px;
	height: 40px;
	z-index: 999999;
	cursor: pointer;
	opacity: 0;
	display: none;
	pointer-events: none;
}
#menu li.linea-menu{
	border-bottom: solid 1px #AD9642;
	height: 1px;
	display: block;
	position: relative;
	float: right;
	clear: both;
}
.footer-menu{
	position: absolute;
	width: 100%;
	padding: 0 8px;
	left: 0;
	bottom: 0;
}
.face{
	position: relative;
	float: left;
	width: 28px;
	height: 28px;
	margin-right: 5px;
	margin-left: 30px;
	display: block;
	background-image: url(../img/icono-face.png);	
}
.instagram{
	position: relative;
	float: left;
	width: 28px;
	height: 28px;
	margin-right: 5px;
	display: block;
	background-image: url(../img/icono-instagram.png);	
}
.social-contacto{
	position: absolute;
	top: -42px;
	right: 0;
}
.face-2{
	position: relative;
	float: left;
	width: 28px;
	height: 28px;
	margin-right: 5px;
	display: block;
	background-image: url(../img/icono-face-a.png);	
}
.instagram-2{
	position: relative;
	float: left;
	width: 28px;
	height: 28px;
	margin-right: 5px;
	display: block;
	background-image: url(../img/icono-instagram-a.png);	
}
.privacidad{
	position: relative;
	float: left;
	color: #fff;
	font-size: 0.6em;
	font-weight: 300;
	line-height: 2.5em;
}
.logo-1{
	position: absolute;
	width: 400px;
	height: 100px;
	left: 50%;
	top: 42%; /* fallback if needed */
	top: calc(50% - 50px);
	margin: 0px 0 0 -200px;
}
.logo-2, .logo-3{
	position: fixed;
	width: 180px;
	height: 49px;
	left: 20px;
	top: 20px;
	z-index: 99999;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.next{
	position: fixed;
	bottom: 0;
	width: 60px;
	height: 25px;
	left: 50%;
	margin: 0 0 0 -30px;
	background: url(../img/next.png);	
	background-color: rgba(0,0,0,0.4);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 999;
	border-radius: 5px 5px 0 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}
.next:hover{
	background-color: rgba(178,153,65,1);
}
.prev{
	position: fixed;
	bottom: 0;
	width: 60px;
	height: 25px;
	left: 50%;
	margin: 0 0 0 -30px;
	background: url(../img/prev.png);	
	background-color: rgba(0,0,0,0.4);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 999;
	border-radius: 5px 5px 0 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: none;
	opacity: 0;
	cursor: pointer;
}
.prev:hover{
	background-color: rgba(178,153,65,1);
}
.frase-1{
	position: absolute;
	font-family: 'Playfair Display', serif;
	font-size: 2.5em;
	line-height: 1.2em;
	color: #fff;
	left: 200px;
	top: 40%;
	text-shadow: 0px 2px 5px rgba(0,0,0, 0.2);
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
.frase-2{
	position: absolute;
	font-family: 'Playfair Display', serif;
	font-size: 2.5em;
	line-height: 1.4em;
	color: #fff;
	left: 40%;
	top: 45%;
	margin-left: -250px;
	text-shadow: 0px 2px 5px rgba(0,0,0, 0.2);
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
.frase-2 span{
	font-size: 1.2em;
	border-bottom: solid 1px #ffffff;
}
.frase-3{
	position: relative;
	font-family: 'Playfair Display', serif;
	font-size: 2.5em;
	line-height: 1.2em;
	text-align: right;
	color: #fff;
	left: 20px;
	text-shadow: 0px 2px 5px rgba(0,0,0, 0.2);
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
.frase-3 span{
	font-size: 1.2em;
	border-bottom: solid 1px #ffffff;
}
.linea-frase{
	width: 280px;
	height: 1px;
	position: relative;
	border-bottom: solid 1px #fff;
	margin: 15px 0 0 10px;
}
.tx-identidad{
	position: absolute;
	font-family: 'Playfair Display', serif;
	color: #B29941;
	text-align: left;
	width: 250px;
	top: 10%; /* fallback if needed */
 	top: calc(50% - 180px);
	margin-top: 0px;
	text-shadow: 0px 2px 5px rgba(0,0,0, 0.2);
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
.linea-tx-identidad{
	width: 250px;
	height: 1px;
	position: relative;
	border-bottom: solid 1px #fff;
	margin: 10px 0;
}
.tx-identidad p{
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 0.5em;
	text-align: left;
	font-weight: 300;
}
.tx-historia p, .tx-finca p, .tx-seccion-finca p{
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	font-weight: 300;
	color: #666666;
}
.tx-seccion-finca p, .margenp, .tx-historia p{
	margin-bottom: 15px;
}
.panel-historia{
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
.tx-historia{
	position: relative;
	font-family: 'Playfair Display', serif;
	color: #B29941;
	text-align: left;
	float: left;
}
.imagenes-historia{
	position: relative;
}
.img-historia-1{
	position: relative;
	display: block;
}
.img-historia-2{
	position: relative;
	display: block;
}
.linea-tx-historia{
	width: 100%;
	height: 1px;
	position: relative;
	border-bottom: solid 1px #666666;
	margin: 10px 0;
}
.panel-finca{
	position: absolute;
	
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
.tx-finca{
	position: relative;
	font-family: 'Playfair Display', serif;
	
	color: #B29941;
	text-align: left;
}
.btn-finca{
	position: relative;
	display: block;
	margin-top: 0px;
}
.titulo-btn-finca{
	position: absolute;
	top: 0;
	width: 80%;
	left: 10%;
	font-family: 'Playfair Display', serif;
	color: #ffffff;
	background-color: rgba(178,153,65,0.8);
	padding: 10px;
	height: auto;
}
.contenedor-seccion-finca{
	position: absolute;
	
	left: 0;

}
.img-seccion-finca{
	position: relative;
	overflow: hidden;
	display: block;
}
.img-seccion-finca img{
	position: absolute;
	left: 0;
}
.tx-seccion-finca{
	position: relative;
	font-family: 'Playfair Display', serif;
	font-size: 2.5em;
	text-align: left;
	margin-top: 40px; 
	color: #B29941;
}
.espacio-1{
	position: relative;
	width: 100%;
	height: 15px;
}
.ver-mas{
	position: absolute;
	bottom: -41px;
	padding: 10px 15px;
	right: 54%;
	font-family: 'Playfair Display', serif;
	color: #ffffff;
	background-color: rgba(178,153,65,0.8);
	display: block;
	cursor: pointer;
}
.ver-mas:hover{
	color: #333333;
}
.f-contacto{
	position: absolute;
	width: 100%;
	height: 85px;
	background: url(../img/f-contacto.jpg) no-repeat center center;
	top: 0;
	left: 0;
}
.panel-contacto{
	position: absolute;
	width: 90%;
	margin: 0 5%;
	top: 100px;
	display: table;
}
.columna-contacto{
	top: 0;
	font-family: 'Playfair Display', serif;
	font-size: 2.5em;
	text-align: left;
	color: #B29941;
	line-height: 0.9em;
	display: table-cell;
	height: 100%
}
.columna-contacto a{
	color: #666666;
	font-weight: 500;
}
.columna-contacto p{
	font-family: 'Montserrat', sans-serif;
	font-size: 0.35em;
	text-align: left;
	font-weight: 300;
	color: #666666;
	line-height: 1.4em;
}
.mapa{
	position: relative;
	float: left;
	height: 250px;
}
.linea-vertical{
	margin-top: 30px;
}
.columna-contacto-2{
	display: table-cell;
	height: 100%
}
.int-columna-contacto-2{
	position: absolute;
	width: 40%;
	margin: 0 5%;
	height: 100%;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
.regresar{
	position: relative;
	float: right;
	width: 100%;
	text-align: right;
	font-size: 0.35em;
	font-family: 'Playfair Display', serif;
	color: #B29941;
}
.separador-contacto{
	width: 150px;
	height: 1px;
	position: relative;
	background-color: #999;
	margin: auto;
}
.enviar{
	position: absolute;
	bottom: 0;
	width: 150px;
	color:#ffffff;
	background-color: #B29941;
	margin-left: -75px;
	left: 50%;
}
</pre></body></html>