/*
Theme Name: luciernagaspilar
Theme URI:
Author: Luciernagas | Pilar
Author URI: 
Version: 1.0
License: GNU General Public License v2 or later
License: URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: luciernagas, pilar, condominio, casas, departamentos, clubhouse, country, viviendas,
Text Domain: luciernagaspilar

:root {
    --primario: #373D68;
    --secundario: #D4B191;
    --texto:#fff;
    --fondo:#F6F6F6;
}
*/
.sc-7dvmpp-1.dfBDQI{
	display:none;
}

#bitnami-banner {display: none;}



:root {
    --primario: #3C4C35;
    --secundario: #D4B191;
    --texto:#fff;
	--textoNegro:#000;
    --fondo:#9B9B9B;
	--fondoClaro:#F6F6F6;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

html, body{
	overflow-x: hidden;
}
.rc-anchor-light.rc-anchor-normal {
    display: none !important;
}
.rc-anchor-error-message {
    display: none !important;
}


.borde{
	border:solid red 1px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255) !important;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75) !important;
}

.what{
	display:none;
}

.barra.bg-info{
	background-color: transparent !important;
}
a.navbar-brand.logo {
    width: 25% !important;
}
a.navbar-brand.logo img {
    width: 92%;
}
.titulo{
	height: 60%;
}
.navbar-dark .navbar-toggler {
   border-color: rgba(255,255,255,0);
}
.titulo h2{
	font-weight: 300;
	font-style: normal;
	font-weight: normal;
	font-size: 50px;
	line-height: 60px;
	color: var(--texto);
	text-shadow: 0px 0px 20px #000000;
}

span.bold{
	font-weight: bold !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: var(--secundario)!important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--primario)!important;
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: red !important;
}

.decoNone{
		text-decoration:none;
		color:black;
	}

/*-----------------------------Arranca Mobile ------------------------------*/

@media(max-width: 991px){

header{
	background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../img/imagen-principal-2-clara.jpg) !important;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center 78% !important;
	width: 100%;
	height: 100vh;
	color: var(--texto);
}	

header.edificio{
	background: url(../img/imagen-principal-edificios-2-clara.jpg) !important;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center !important;
	width: 100%;
	height: 550px;
	color: var(--texto);
}	
	
header.townhouses{
	background:url(../img/imagen-principal-townhouses-2-mobile.jpg) !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center !important;
	width: 100%;
	height: 550px;
	color: var(--texto);
}	
	
header.amenities{
	background: url(../img/imagen-principal-amenities-3.jpg) !important;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center !important;
	width: 100%;
	height: 550px;
	color: var(--texto);
}	

header.paginacontacto{
	background:url(../img/imagen-principal-contacto-2-mobile.jpg) !important;
	background-position: 87% bottom !important;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 550px;
	color: var(--texto);
	margin-bottom:70px;
}
	
header.terminos{
	background: url(../img/imagen-principal-contacto.jpg) !important;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center !important;
	width: 100%;
	height: 200px;
	color: var(--texto);
	margin-bottom:70px;
}	
	.what{
		display:none;
	}
	
	.titulo h2{
		font-size: 35px !important;
	}
	
	a.navbar-brand.logo {
    	width: 56% !important;
	}
	a.navbar-brand.logo img {
    	width: 100%;
	}
	
	.flechaArribaMobile {
		opacity: 0;
		background: var(--secundario);
		width: 10%;
		padding:10px 4px 13px 6px;
		cursor: pointer;
		position: fixed;
		bottom: 85px;
		left: 0px;
		z-index: 100;
		border-radius: 0px 10px 10px 0;
		box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.23);
        -webkit-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.23);
        -moz-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.23);
	}
	
	.subirMobile { 
	animation-name: fadeIn; 				
	animation-duration: 2s;        			
	opacity:0.9;	
	} 
	@keyframes fadeIn { 
	0% {opacity: 0;} 
	100% {opacity: 0.9;}
	}  
	
	.aceptamoCriptomonedas{
		width: 45% !important;
		background: var(--texto);
		padding: 10px;
		position: relative;
		top: -16% !important;
		left: 100%;
		z-index: 100;
		border-radius: 10px 0px 0px 10px !important;
		transform: translateX(-100%);
		box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.23);
        -webkit-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.23);
        -moz-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.23);
	}	
	img.imgCripto{
		width:22% !important;
		height:100%;
		padding-right:1%;
	}
	h5.textoCriptomoneda {
    	font-size: 0.8rem;
   		margin: 0 0 0 3% !important;
    	color: var(--primario);
	}
/*--------------------------------Numeros mobile---------------------------------------------*/
	.endato-sm{
		padding: 15px 0px 5px 14px !important;
	}
	.endato-sm::-webkit-scrollbar{
		width: 0;
	}
	.endato-sm .dato-sm{
		width: 30% !important;
    	text-align: center;
    	margin: 1%;
		background: #FFF;
		box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
		border-radius: 20px;
		padding: 15px 9px 10px 9px !important;
	
	}
	.endato-sm .dato-sm h3{
		font-weight: bold;
		font-size: 1.4rem !important;
    	color: var(--primario);
	}

	.endato-sm .dato-sm p.texto-dato-num {
		color:var(--fondo);
		font-size:0.8rem !important; 
		font-weight: 400;
    	margin-top: 10px !important;
	}

	
	
/*-------------------Seccion: Descripcion Mobile ------------------------------*/	
	.descripcion{
		margin-top: 30px;
	}

	.row.tituloGeneral {
	    padding: 0 15px;
	}
	.contUno p.bajadaDesc{
			padding-right: 15px;
			font-size: 1rem;
			line-height: 1.5rem;
			font-style: normal;
			font-weight: normal;
	}
	.contDosText p.bajadaDesc{
			padding-right: 15px;
			font-size: 1rem;
			line-height: 1.5rem;
			font-style: normal;
			font-weight: normal;
	}

	.imgDesc {
		padding: 0 !important;
		margin-bottom: 25px;
		overflow: hidden;
	}

	img.estImgDesc{
		width: 100% !important;
	}
	
	.zoom{
    	opacity: 0;
    	position: absolute;
    	top:0 !important;
    	left: 0 !important;
    	cursor:pointer;
	}

	.zoom:hover{
		transform: translateX(0%);
		opacity:1;
		transform: scale(1.2);
        transition: all 900ms ease;
        z-index: 100;
	}
	.contDos{
	    overflow: hidden;
	    position: relative;
	    width: 100%;
	    border-radius: 45% 55% 43% 57% / 52% 42% 58% 48%;
	    margin: 10px;
	}
	.contDosText div {
    	padding: 5px 0px 10px 0px !important;
    	width: 100% !important;
	}

	.contDos:after {
	  content: "";
	  display: block;
	  padding-bottom: 100%;
	}

	.content {
	  position: absolute;
	  width: 100% !important;
	  height: 100% !important;
	}
	img.circuloMobile{
		height:100%;
	}
	.revertir-mobile{
		flex-wrap:wrap-reverse;
		margin-bottom:15px;
	}	
	
	.contDosText div {
		padding: px 0px 10px 0px;
	}

	p.bajadaDesc{
		padding-right: 15px;
		font-size: 1rem;
		line-height: 1.5rem;
		font-style: normal;
		font-weight: normal;
	}

	.descargar-btn a.btn-outline-secondary {
		font-size:12px !important;
	}

/*---------------------Cerca de todo Mobile----------------------------------------*/
	.cerTo{
		background-color: var(--primario);
	}

	.cerToRo{
		padding-top: 30px !important;
	    padding-bottom: 30px !important;
	    flex-wrap: wrap-reverse;
	}

	.cerMapa{
		border-radius: 20px !important;
		height:360px;
		overflow: hidden;
	}
	img.img-mapa-desk.d-lg-none {
    	height: 395px;
    	width: auto;
	}
	.classFrame iframe{
		position: absolute;
	    top: 50% !important;
	    bottom: 0 !important;
	    left: 0% !important;
	    width: 110% !important;
	    height: 170% !important;
	    border: 0 !important;
	    transform: translate(0%, -50%) !important;
	}
	
	.cerText div h3{
		font-style: normal;
		font-weight: bold;
		font-size: 30px;
		line-height: 50px;
		color:var(--texto);
	}
	.cerToMob{
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.cerText div p{
		font-size: 16px;
		line-height: 22px;
		color: var(--texto);
	}

	.cerDet{
		margin-top: 30px;
		margin-bottom: 20px;
		padding: 0 15px;
	}
	.col-4.cerDetCom.d-flex.justify-content-center {
	    padding: 0px 5px;
    }

    .cdce {
    	width: 100%;
    	border-radius: 10px;
	    background: #fff;
	}
	 
	.img-num img{
		width: 30%;
		height: 30%;
	}
	.img-num span{
		font-weight: bold;
		font-size: 22px;
		color:var(--secundario);
	}
	.cerDetCom h4{
		font-size: 12px !important;
		line-height: 16px !important;
		font-style: bold;
		text-align: center;
		color:var(--primario);
	}
/* ------------------------El proyecto Mobile-----------------------------  */
	.proyecto{
		margin-top: 40px !important;
		margin-bottom: 30px !important;
	}

	.proyTitulo h2.proyTituloClass{
		font-weight: bold;
		font-size: 40px !important;
		line-height: 50px !important;
		color:var(--primario);
	}
	.contImagProy{
		padding: 0;
		overflow: hidden;
		position: relative;
		widows: 50%;
	}
	.contImagProy:after{
		content:"";
		display: block;
		padding-bottom: 100%;
	}
	.contproy{
		padding: 15px;
		position: absolute;
		width: 100%;
		height: 100%; 
		overflow: hidden;
	}
	
	.contproy img{
		object-fit: cover;
		border-radius: 10px;
		width: 100%;
		height: 100%;	
	}

	.contproy h3{
		position: relative;
		bottom: 45px;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
		color:#fff;
	}	

	.contproy:hover{
		cursor: pointer;
		opacity: 0.5;
	}	
/*------------------------Seccion Banner Mobile-----------------------------------------*/	

.bannerMedio{
	background: url(../img/imagen-banner-interno-mobile-3.jpg) !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 41% center !important;
	height: 300px !important;
}	

.bannerMedioTitulo{
	height: 100%;
	color:#fff;
}
.bannerMedioTitulo h3{
	font-size: 30px;
	font-weight: 300;
	text-shadow: 0px 0px 20px #000000;

}	
/*------------------------Seccion masterplan Mobile-----------------------------*/
	section.container-fluid.masterPlan{
		padding:30px 0px !important;
		background-color: var(--fondoClaro);

	}
	.masterPlanTitulo h2.masterPlanTituloClass{
		font-weight: bold;
		font-size: 40px !important;
		line-height: 50px !important;
		padding:0px !important;
		color:var(--primario);
	}

	.col-12.masterPlanImg {
    	padding: 0;
	}

	.masterPlanImgcont img{
		border-radius: 15px;
		width: 100%;
		box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -webkit-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -moz-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
	}
	
	.puntosMapa{
	    position: absolute;
	    width: 15px !important;
	    height: 15px !important;
	    border-radius: 100% !important;
	    background: #fff !important;
		display:block;
	    box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -webkit-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -moz-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
	}

	.puntosMapa.a{
		top: 49%;
	    left: 93%;
	}
	.puntosMapa.b{
		top: 50%;
    	left: 86%;
	}
	.puntosMapa.c{
		top: 58%;
    	left: 79%;
	}
	.puntosMapa.d{
		top: 29%;
    	left: 2%;
	}
	.puntosMapa.e{
		top: 35%;
    	left: 35%;
	}
	.puntosMapa.f{
		top: 58%;
    	left: 52%;
	}
	.puntosMapa.g{
		top: 69%;
    	left: 88%;
	}
	.puntosMapa.h{
		top: 51%;
		left: 48%;
	}

	.tool{
		position: absolute;
		left:50% !important;
		transform:translateX(-50%) !important;
		background: #fff;
		border-radius: 10px;
		box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -webkit-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -moz-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        width: 18em !important;
        height: auto;
        z-index: -25;
        transition: .3s ease all;
        transform: translateY(10px);
        opacity: 0;
	}
	.tool.activo{
    	opacity: 1;
    	z-index: 25 !important;
	}

	.thumb .thumbImg{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 0
	}
	.thumb .thumbImg img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 10px 0 0 10px;
	}
	.thumb .info{
		padding: 15px;
	}
	.tituloCierre{
		display:flex;
		justify-content:space-between;
	}
	.tituloCierre span{
		cursor:pointer;
		color:var(--fondo);
		font-size:16px;
	}
	.thumb .info h4{
		font-weight: bold;
		font-size: 18px !important;
		line-height: 22px !important;
		color: var(--primario);
	}
	.thumb .info p{
		font-size: 12px;
		line-height: 16px;	
	}
	.descargar-btn{
		justify-content: space-between;
		width: 100%;
	}
	.descargar-btn button{
		width: 48%;
	}

	.descargar-btn a.btn-primary {
		margin-right:5px;
		padding: 5px;
    	font-size: 14px;
    	width: 50%;
    	color: #fff;
    	background-color: var(--secundario) !important;
    	border-color: var(--secundario) !important;
	}
	.descargar-btn a.btn-primary:hover{
		color: var(--secundario) !important;
    	background-color: #fff !important;
	}

	.descargar-btn a.btn-outline-secondary {
		width: 50%;
   	 	padding: 5px;
    	font-size: 14px;
	    color: var(--secundario) !important;
	    background-color: transparent;
	    background-image: none;
	    border-color: var(--secundario) !important;
	}

	.descargar-btn a.btn-outline-secondary:hover{
		color: #fff !important;
    	background-color:var(--secundario) !important;
	}

/*------------------------Seccion masterplan Mobile-----------------------------*/

	section.container-fluid.avanceObra {
		padding: 30px 0px !important;
	}
	.sliderD{
		display: none;
	}

	.sliderM{
		display: block;
	}

/* ------------------------Seccion PreFooter Mobile-----------------------------  */
	.preFooter{
		background-color:#fff;
		padding-top: 30px !important;
    	padding-bottom: 20px !important;
	}
	.contPreFooter {
    	position: static !important;
    	top: 0 !important;
		display: flex;
   		flex-direction: column;
    	align-items: center;
	}
	.marcas{
		margin-bottom: 12% !important;
	}
	.marcaLogo{
		width: 100% !important;
		padding: 15px;
		background: #fff;
		box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -webkit-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -moz-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
	}
	h5.marcaTitulo{
		font-size: 14px !important;
		color:var(--primario) !important;
		text-align: center !important;
	}
	.marcaLogo img{
		width: 100% !important;
		height:100%;
	}

/*----------------Footer Mobile------------------------*/

	.footer{
		background: var(--primario);
	    height: 100px !important;
	    display: flex;
	    align-items: flex-end;
	}
	.contContacto{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.contacto a{
	    width: 40px !important;
	    margin-right: 8px;
	}
	.contacto a img{
	    width: 90% !important;
	}
	
	.seguinos, .seguinosTit, .seguinosImg, .seguinosImg a{
		display: none !important;
	}
	
/*---------------------PAGINA EDIFICIOS MOBILE-----------------------------*/
	.descripcionEdificio{
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	.textoEdificio {
    	padding: 0px 15px 0px 15px !important;
	}
	.detalleEdificio{
	    padding: 0px 5px !important;
    }
	.contDetaEdif{
    	margin: 0px !important;
    }
	.cdcEdificio{
		padding: 15px 0 !important;
	}
    .cdcEdificio h4{
		font-size: 12px !important;
	    font-weight: bold;
	    line-height: 18px;
	    text-align: center;
	    color: var(--primario);
	    padding: 0px !important;
	    margin: 0 !important;
	}
	span.mct{
		font-size: 8px !important;
	}
	.cdcEdificio{
		width: 100%;
		height:100%;
    	border-radius: 10px;
	    background: #fff;
		box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -webkit-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -moz-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
    }
	.img-descEdi a img{
		width: 50% !important;
		padding-bottom: 10px !important;
		height:100% !important;
	}
	
/*---------------------GALERIA MOBILE-------------------------------------*/	
	.galeria{
		padding: 0px !important;
		margin-top: 30px;

	}
	.contImgGal{
		max-height: 500px;
		max-width: 100%;
	}
	.galImg{
		position: relative;
		width: 100%;
		height: 100%;	
	}
	.galImg img{
		object-fit: cover;
		width: 100%;
		min-height: 300px;
		
	}
	.plantas{
		background-color: var(--fondoClaro);
		margin-bottom: 20px;
	}
	.proyTitulo h2.proyTituloClass {
	    font-weight: bold;
	    font-size: 22px;
	    line-height: 30px;
	    color: var(--primario);
	}
	.descargar-btn{
		justify-content: flex-start !important;
	}
	.descargar-btn.btn-mob {
    	justify-content: flex-end !important;
	}
	.descargar-btn a{
	    font-size: 10px !important;
	}
	.margcontplant{
		padding: 50px 0;
	}
	.contPlanosEdificio{
		margin-top: 20px !important;
		padding: 0 !important;
	}
	.nav-fill .nav-item {
    	padding: 0px 5px;
	}
	.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
		height: 80%;
	    padding: 5px 5px 10px 5px;
		color: #fff !important;
    	background-color: var(--primario) !important;
	}
	.nav-pills .nav-link{
		height: 80%;
	    padding: 5px 5px 10px 5px;
		color: var(--primario) !important;
		background-color: #fff;
	}
	/*------------------------------------------------*/
	.margcontplant{
		padding: 30px 0 !important;
	}
	.contenedorPlanosEdificio{
		padding: 0px !important;
	}
	.contPlanoImgEdif{
		padding: 0px !important;
	}
	.contPlanoImgEdif img{
		width: 100%;
	}
	/*---------------Contacto MOBILE-----------------*/
	span.campoObligatorio{
		font-size:10px !important;
	}
	.FormularioContacto{
		margin-top: 30px !important;
		margin-bottom: 0px !important;
	}
	.contForm label{
		color:var(--primario);
	}
	.btn-consultar{
		color: #fff;
		background-color: var(--secundario);
	}
	.datosCont{
		width: 100%;
		margin-top: 35px;
		margin-bottom: 35px;
		border-radius: 10px;
		background: #fff;
		box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -webkit-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -moz-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        padding: 15px;	
	}
	
	span.wts{
		text-decoration: none;
   		color: #000;
	}
	.datos-contacto-item span{
		font-size: 14px;
		padding-left: 5px;
	}
	.datos-contacto-item img{
		width: 30px;
	}
	.tituloDatosCont h5{
		color:var(--primario);
	}
	
	/*---------------------PAGINA AMENITIES MOBILE--------------------------------*/

		/*Sector deportivo*/
		.cdcAmenities {
			padding-top: 21px;
			width: 100%;
			border-radius: 10px;
			background: #fff;
			box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        	-webkit-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        	-moz-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
		}
		.cdcAmenities h4{
			font-size: 12px;
			font-weight: bold;
			line-height: 20px;
			text-align: center;
			color: var(--primario);
			padding: 0px !important;
			margin: 0 !important;
		}
	
		.sdn{
			font-size: 2.5rem;
			color:var(--secundario);
		}

		p.sdnp{
			font-size: 12px;
			color:var(--primario);
			padding: 0 11px !important;
		}
		
	.sdesp{
		display:flex;
		justify-content:space-around;
	}
		/*-------------------Galeria Aminities Slider-----------------------*/
			/* Modal Content */
				.modal {
				  display: none;
				  position: fixed;
				  z-index: 100;
				  padding-top: 100px;
				  left: 0;
				  top: 0;
				  width: 100%;
				  height: 100%;
				  overflow: auto;
				  background-color: #00000099;
				}
				.modal-content {
				  top:0%;	
				  position: relative;
				  background-color: #fefefe;
				  margin: auto;
				  padding: 0;
				  width: 90%;
				  max-width: 900px;
				}

				/* The Close Button */
				.close {
					color: var(--texto) !important;
					position: absolute;
					top: 5%;
					right: 5%;
					font-size: 35px;
					font-weight: bold;
					z-index: 101;
					text-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
					opacity: 1 !important;
				}
				/* Hide the slides by default */
				.mySlides {
				  display: none;
				}

				/* Next & previous buttons */
				.prev,
				.next {
				  cursor: pointer;
				  position: absolute;
				  top: 50%;
				  width: auto;
				  padding: 16px;
				  margin-top: -50px;
				  color: var(--texto) !important;
				  font-weight: bold;
				  font-size: 40px;
				  transition: 0.6s ease;
				  border-radius: 0 3px 3px 0;
				  user-select: none;
				  -webkit-user-select: none;
				  opacity: 1 !important;
				}

				/* Position the "next button" to the right */
				.next {
				  right: 0;
				  border-radius: 3px 0 0 3px;
				}
				.active,
				.demo:hover {
				  opacity: 1;
				}
				img.hover-shadow {
				  transition: 0.3s;
				}
				.hover-shadow:hover {
				  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
				}

	/*---------------------PAGINA Contacto MOBILE ---------------------------------*/	
		.ubicacionContacto{
			background-color: var(--fondo);
			padding-top: 20px;
			padding-bottom: 10px;
		}
	    .bannerMedioContacto{
			background: url(../img/banner-interno-contacto-mobile-2.jpg) !important;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: 30% center !important;
			height: 300px;
		}
		.cerTextTitUbi{
			padding-left:0px;
		}
		.cerTextTitUbi h2{
			font-weight: bold;
		    font-size: 50px;
		    line-height: 70px;
		    color: var(--primario);
			padding-top: 15px;
		}
		.mapaUbicacion{
			padding: 0;
			height: 500px;
			overflow: hidden;
		}
		.mapaUbicacion iframe{
			position: relative;
			top:-15%;
			width: 100%;
			height: 700px;
		}
		ul.listaReferencias {
    		list-style: none;
			padding-left: 0px !important;
    		padding-top: 9%;
		}
		li.itemReferencia {
    		padding-bottom: 15px;
    		font-size: 0.8rem;
		}
		li.itemReferencia img {
    		width: 15%;
			padding-right: 10px;
		}
	a.ftc {
    	text-decoration: none;
	}
/*---------------------Landing Registro Mobile-------------------------*/	
	.logoLanding{
		padding-top:40px;
	}
	.logoLanding img{
		width:45%;
	}
	.formulariolanding{
		display:flex;
		flex-direction:column-reverse;
	}
	.contenedor-formulario {
    position: relative;
    top: -280px;
    left: -85%;
    background-color: #fff;
    width: 85%;
    padding: 20px;
    border-radius: 20px;
	transform: translateX(110%);
	}
	.contenedor-formularioGeneral {
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #fff;
    width: 85%;
    padding: 20px;
    border-radius: 20px;
	}
	.contDatosCont {
    top: -267px;
    padding: 0px 0 0 48px;
	}
	.contDatosCont {
    top: 0px;
    padding: 0px 0 0 0px;
	}
	section.container.proyTitulo.altoCuerpoLanding {
    	max-height: 715px !important;
	}
	.marcaLogo {
		width: 65% !important;
	}
	section.footerRegistro.container-fluid {
    	position: relative;
    	top: -10px;
	}
	.col-lg-4.col-12.marcasLanding {
    	width: 74%;
	}
	h5.marcaTituloLanding {
    	color: var(--primario);
    	font-size: 0.8rem;
	}
	.marcaLogo {
    	width: 65% !important;
    	padding: 15px;
    	background: #fff;
    	box-shadow: -1px -2px 13px 0px rgb(0 0 0 / 43%);
    	-webkit-box-shadow: -1px -2px 13px 0px rgb(0 0 0 / 43%);
    	-moz-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
    	position: relative;
    	left: -87%;
    	transform: translateX(162%);
	}
}

/*-------------------- FIN Mobile-----------------------------*/


@media(min-width: 992px){

/*-----------------------Seccion: Header----------------------------------------*/
header{
	background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../img/imagen-principal-2-clara.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100vh;
	color: var(--texto);
}


header.edificio{
	background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../img/imagen-principal-edificios-2-clara.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 550px;
	color: var(--texto);
}

header.townhouses{
	background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../img/imagen-principal-townhouses-2.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 550px;
	color: var(--texto);
}

header.amenities{
	background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../img/imagen-principal-amenities-3.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 550px;
	color: var(--texto);
}

header.paginacontacto{
	background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../img/imagen-principal-contacto-2.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 550px;
	color: var(--texto);
	margin-bottom:70px;
}

header.terminos{
	background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../img/imagen-principal-contacto.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 200px;
	color: var(--texto);
	margin-bottom:70px;
}	

.noMostrar{
	display:none;
}	
.barra.bg-info {
    padding-top: 35px;
}
a.navbar-brand.logo {
    width: 100%;
}
a.navbar-brand.logo img{
    width: 92%;
}	
.titulo h2{
	font-weight: 300;
	font-style: normal;
	font-weight: normal;
	font-size: 100px;
	line-height: 122px;
	color: #FFFFFF;
	text-shadow: 0px 0px 20px #000000;
}
.btn-default{
		margin-top: 25px;
		color: var(--texto) !important;
		width: 314px;
		height: 54px;
		background: rgba(255, 255, 255, 0.3);
		border: 2px solid #FFFFFF;
		box-sizing: border-box;
		border-radius: 100px;
		font-style: normal;
		font-weight: normal;
		font-size: 25px;
		line-height: 30px;
	}
	
	li.menu-item {
    	margin-left: 15px;
	}
	
	li#menu-item-71 a {
		background: var(--secundario);
		border: none;
		border-radius: 10px;
		box-sizing: border-box;
		display: inline-block;
		font-weight: 400;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		border: 1px solid transparent;
		padding: .375rem .75rem;
		font-size: 1rem;
		line-height: 1.5;
		border-radius: .25rem;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
	li#menu-item-71 a:hover {
		background: none;
		border: solid 1px var(--secundario);
		border-radius: 10px;
		box-sizing: border-box;
	}
	
	.noMostrar{
		display:none;
	}
	
	.aceptamoCriptomonedas{
		width: 22%;
		background: var(--texto);
		padding: 10px;
		position: relative;
		bottom: 1%;
		left: 100%;
		z-index: 100;
		border-radius: 10px 0px 0px 10px;
		transform:translateX(-100%);
		box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.23);
        -webkit-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.23);
        -moz-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.23);
	}	
	img.imgCripto{
		width:12%;
		height:100%;
		padding-right:1%;
	}
	h5.textoCriptomoneda {
    	font-size: 1rem;
   		margin: 0 0 0 3% !important;
    	color: var(--primario);
	}
/*--------------Header Fixed-------------------------*/

.header-scroll{
	opacity: 0;
	position: fixed;
	margin-top: -300px;
	width: 100%;
	background-color: #fff;
	z-index: 100;
	box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
    -webkit-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
   transition: all .5s ease;
}

.header-scroll.active{
	margin-top: 0;
	opacity: 1;
}

.img-fix img{
	width: 38%;
}
.menu-fix nav a.nav-link {
    color: var(--primario) !important;
}

.menu-fix nav a.nav-link:hover {
    color: var(--secundario) !important;
}
nav a.nav-link.btn-contactar{
		color: #fff !important;
		background-color: var(--primario);
	}
nav a.nav-link.btn-contactar:hover{
		color:var(--primario)!important;
		background-color:#fff;
		border-radius:10px;
		border:solid 1px var(--primario);
	}

/*----------------------------------Contador Numeros--------------------------------------------*/
.endato-sm{
	max-height: 160px;
	display: flex!important;
	overflow-x:auto; 
	padding: 20px;
}
.endato-sm::-webkit-scrollbar{
	width: 0;
}
.endato-sm .dato-sm{
	min-width: 300px;
	height: 110px;
	text-align: center;
	margin-left:20px;
	margin-right: 20px;
	background: #FFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 35px 0px;
}
.endato-sm .dato-sm h3{
	font-weight: bold;
	font-size: 3.5rem;
	line-height: 20px;
    color: var(--primario);
}

.endato-sm .dato-sm p.texto-dato-num {
	font-size:1rem; 
	font-weight: 400;
    margin-top: 21px;
}
	
/* ------------------------Seccion Uno: En Datos-----------------------------  */
	.endatos{
		margin-top: 50px;
		height: 200px;
		background: #FFFFFF;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
		border-radius: 20px;
	}

	.dato h3{
		font-family: Montserrat;
		font-size: 3rem;
		font-weight: bold;
		line-height: 30px;
		color: var(--primario);
	}
	.dato p{
		font-family: Montserrat;
		font-style: normal;
		font-weight: 400;
		font-size: 22px;
		line-height: 43px;
		color: var(--fondo);
	}

	@keyframes aparecer{
		0%{
			opacity:0;
			transform: translateY(100px);
		}
		100%{
			opacity:1;
			transform:translateY(0);
		}
	}
	.ocultar{
		opacity: 0;
	}
	.animar{
		animation:aparecer 1.3;
	}

/* ------------------------Seccion Dos: Descripcion-----------------------------  */
	.dzWwaf-qqvbed.SfQLQb-T3iPGc {
      position: relative !important;
      top: 9% !important;
    }
	
	.descripcion{
		margin-top: 85px;
	}
	
	.row.tituloGeneral {
	    position: absolute;
	    margin-top: 7%;
	}
	.tituloGeneral div h1.tituloDesc{
		color: var(--primario);
		font-style: normal;
		font-weight: bold;
		font-size: 50px;
		line-height: 73px;
	}
	.contUno{
	padding-right: 0;
    padding-top: 5%;
	}

	.contDos{
	  overflow:hidden;	
	  position: relative;
	  width: 50%;
	  border-radius:45% 55% 43% 57% / 52% 42% 58% 48%;
	}

	.contDos:after {
	  content: "";
	  display: block;
	  padding-bottom: 100%;
	}

	.content {
	  cursor:pointer;	
	  position: absolute;
	  width: 100%;
	  height: 100%;
	}

	.content video{
		cursor:pointer;
		top:50% !important;
		left:50% !important;
		transform:translate(-50%, -50%) !important;
		width: 179% !important;
	}
	
	.content img.video{
		
		transform: scale(1.5);
		transition: all 900ms ease;
		position: relative;
    }

	.content img.video:hover{
	
		transform: scale(1);
        transition: all 1500ms ease;
	}

	.contDosText div {
		padding: 30px 0px 0px 0px;
		width: 90%;
	}

	p.bajadaDesc{
		font-size: 20px;
		line-height: 28px;
	}
	span.bold{
		font-weight: bold !important;
	}

	.imgDesc{
		display: flex;
		align-items:flex-end;
		flex-direction:column;
	}
	
	.zoom{
    	opacity: 0;
    	position: absolute;
		transition: all 900ms ease;
    	cursor:pointer;
	}

	.zoom:hover{
		opacity:1;
		transform: scale(1.1);
        transition: all 900ms ease;
        z-index: 10;
	}
	img.estImgDesc{
		width: 80%;
	}
	

/* ------------------------Seccion Tres: Cerca de Todo-----------------------------  */

	.cerTo{
		margin-top: 60px;
		background-color: var(--primario);
	}

	.cerToRo{
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.cerMapa{
		border-radius: 20px !important;
		max-height:434px;
		overflow:hidden;
	}
	
	.classFrame iframe{
		position: absolute;
	    top: 60% !important;
	    bottom: 0 !important;
	    left: 0% !important;
	    width: 100% !important;
	    height: 149% !important;
	    border: 0 !important;
	    transform: translate(0%, -50%) !important;
	}
	.cerText{
		margin-right: 15px;
		margin-left: 15px;
	}
	.cerText div h3{
		font-style: normal;
		font-weight: bold;
		font-size: 30px;
		line-height: 40px;
		color: var(--texto);
	}
	.cerToPars {
    	width: 77%;
	}
	.cerText div p{
		font-size: 16px;
		line-height: 22px;
		color: var(--texto);
	}
	.cerDet{
		margin-top: 50px;
		padding: 0 15px;
	}
	.cdce{
		width: 100%;
		background-color: #fff;
		border-radius: 10px;
		padding: 0px;
	}
	.img-num img{
		width: 32%;
    	height: 100%;
	}
	.img-num span{
		color:var(--secundario);
		font-size: 40px;
		font-weight: bold;
		line-height: 50px;
		padding-right:5px;
	}
	.cerDetCom h4{
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		color:var(--primario);
	}

/* ------------------------Seccion Cuatro: El proyecto-----------------------------  */
	.proyecto{
		margin-top: 100px;
		margin-bottom: 100px;
	}

	.proyTitulo h2.proyTituloClass{
		font-weight: bold;
		font-size: 50px;
		line-height: 73px;
		color:var(--primario);
	}
	.contImagProy{
		padding: 0;
		overflow: hidden;
		position: relative;
		widows: 50%;
	}
	.contImagProy:after{
		content:"";
		display: block;
		padding-bottom: 100%;
	}
	.contproy{
		padding: 15px;
		position: absolute;
		width: 100%;
		height: 100%; 
		overflow: hidden;
	}
	
	.contproy img{
		object-fit: cover;
		border-radius: 10px;
		width: 100%;
		height: 100%;	
	}

	.contproy h3{
		position: relative;
		bottom: 45px;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
		color:#fff;
	}	

	.contproy:hover{
		cursor: pointer;
		opacity: 0.5;
	}
/*------------------------Seccion Banner-----------------------------------------*/	

.bannerMedio{
	background: url(../img/imagen-banner-interno.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: bottom center;
    height: 450px;
}

.bannerMedioTitulo{
	height: 100%;
	color:#fff;
}
.bannerMedioTitulo h3{
	font-size: 50px;
	font-weight: 300;
	text-shadow: 0px 0px 20px #000000;

}

/*------------------------Seccion Cuatro: masterplan-----------------------------*/
	.masterPlan{
		background-color: var(--texto);
		padding-top:70px;
		padding-bottom: 30px;
	}
	.masterPlanTitulo{
		padding-bottom: 25px;
	}
	.masterPlanTitulo h2.masterPlanTituloClass{
		font-weight: bold;
		font-size: 50px;
		line-height: 73px;
		color:var(--primario);
	}

	.masterPlanImgcont img{
		border-radius: 15px;
		width: 100%;
		box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -webkit-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -moz-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
	}
	
	.puntosMapa{
	    position: absolute;
	    width: 25px;
	    height: 25px;
	    border-radius: 100%;
	    background: #fff;
		display:block; 
	    box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -webkit-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -moz-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
	}

	.puntosMapa.a{
		top: 49%;
	    left: 93%;
	}
	.puntosMapa.b{
		top: 50%;
    	left: 86%;
	}
	.puntosMapa.c{
		top: 58%;
    	left: 79%;
	}
	.puntosMapa.d{
		top: 29%;
    	left: 7%;
	}
	.puntosMapa.e{
		top: 39%;
    	left: 30%;
	}
	.puntosMapa.f{
		top: 58%;
    	left: 52%;
	}
	.puntosMapa.g{
		top: 69%;
    	left: 88%;
	}
	.puntosMapa.h{
		top: 53%;
		left: 49%;
	}
	.tool{
		position: absolute;
		background: #fff;
		border-radius: 10px;
		box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -webkit-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -moz-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        width: 25em;
        height: auto;
        z-index: -25;
        transition: .3s ease all;
        transform: translateY(10px);
        opacity: 0;
	}
	.tool.activo{
		opacity: 1;
		z-index: 1250 !important;
	}
	.tituloCierre{
		display:flex;
		justify-content:space-between;
	}
	.tituloCierre span{
		cursor:pointer;
		color:var(--fondo);
		font-size:16px;
	}
	.thumb .thumbImg{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 0
	}
	.thumb .thumbImg img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 10px 0 0 10px;
	}

	.thumb .info{
		padding: 15px;
	}
	.thumb .info h4{
		font-weight: bold;
		font-size: 20px;
		line-height: 26px;
		color: var(--primario);
	}
	.thumb .info p{
		font-size: 12px;
		line-height: 16px;	
	}
	.descargar-btn{
		justify-content: space-between;
		width: 100%;
	}
	.descargar-btn button{
		width: 48%;
	}

	.descargar-btn a.btn-primary {
    	color: #fff;
    	background-color: var(--secundario) !important;
    	border-color: var(--secundario) !important;
	}
	.descargar-btn a.btn-primary:hover{
		color: var(--secundario) !important;
    	background-color: #fff !important;
	}

	.descargar-btn a.btn-outline-secondary {
	    color: var(--secundario) !important;
	    background-color: transparent;
	    background-image: none;
	    border-color: var(--secundario) !important;
	}

	.descargar-btn a.btn-outline-secondary:hover{
		color: #fff !important;
    	background-color:var(--secundario) !important;
	}

/*------------------------Seccion Cuatro: Avance de obra-----------------------------*/

.avanceObra{
	background-color: var(--texto);
	padding-top:70px;
	padding-bottom: 30px;
}

.sliderM{
	display: none;
}




/* ------------------------Seccion cinco: PreFooter-----------------------------  */

	
	.preFooter{
		background-color:#fff;
		padding-top: 200px;
	}

	.row.contPreFooter {
    	position: relative;
    	top: 300px;
	}
	.contMarca{
		position: absolute;
    	z-index: 10;
		margin-top: -80px;
	}
	.marcaLogo{
		padding: 15px;
		background: #fff;
		box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -webkit-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -moz-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
	}
	.marcaLogo.b{
		width: 40% !important;
	}
	.marcaLogo.c, .marcaLogo.a {
		width:50%!important;
	}
	h5.marcaTitulo{
		font-size: 16px;
		color:#fff;
		margin-bottom: 0 !important;
		text-align: center;
		position: absolute;
	}
	.marcaLogo.b h5.marcaTitulo{
		bottom: -20%;
	}
	.marcaLogo.c h5.marcaTitulo, .marcaLogo.a h5.marcaTitulo{
		bottom: -25%;
	}
	.marcaLogo img{
		width: 75%;
	}
/*----------------Footer------------------------*/
	.footer{
		background: var(--primario);
	    height: 500px;
	    display: flex;
	    align-items: flex-end;
	}
	.contContacto{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.contacto a{
	    width: 35px;
	    margin-right: 15px;
	}
	
	.contacto a img{
		width: 100%;
	}
	.seguinosImg a{
		width: 35px;
	}
	.seguinosImg a img{
		width: 100%;
	}

	.seguinos .seguinosTit{
		margin-right: 8px;
		margin-bottom: 0 !important;
		color:#fff;
	}
/*---------------------Departamentos-----------------------------*/

	.descripcionEdificio{
		margin-top: 100px;
		margin-bottom: 100px;
	}
	.textoEdificio{
		padding: 0px 35px 0px 35px; 

	}
	.textoEdificio p.textdescedif{
		font-size: 20px;
	}
	.detalleEdificio .cdcEdificio h4{
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.detalleEdificio .cdcEdificio h4 span.mct{
		font-size: 0.9rem;
	}
	.detalleEdificio .cdcEdificio{
		border-radius: 10px;
		background: #fff;
		box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -webkit-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -moz-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        padding: 15px;
		height: 100%;
	}
	.img-descEdi a img{
		width: 40%;
		height:100%;
	}
	/*------------GALERIA--------------*/
	.galeria{
		padding: 0px !important;
		margin-top: 50px;

	}
	.galImg img{
		width: 100%;
	}
	
	/*-------------Proyecto---------------*/

	.plantas{
		background-color: var(--fondoClaro);
		margin-bottom: 50px;
	}
	.margcontplant{
		padding: 100px 0;
	}
	.contPlanosEdificio{
		margin-top: 50px;
	}
	.nav-fill .nav-item {
    	padding: 0px 5px;
	}
	.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    	color: #fff !important;
    	background-color: var(--primario) !important;
	}
	.nav-pills .nav-link{
		color: var(--primario) !important;
		background-color: #fff;
		
	}
	.contenedorPlanosEdificio{
		padding: 0px !important;
	}
	.contPlanoImgEdif{
		padding: 0px !important;
		overflow:hidden;
	}
	.contPlanoImgEdif img{    
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	/*---------------Contacto-----------------*/
	.FormularioContacto{
		margin-bottom: 50px;
	}
	.contForm label{
		color:var(--primario);
	}

	.btn-consultar{
		color: #fff;
		background-color: var(--secundario);
	}

	.datosCont{
		border-radius: 10px;
		background: #fff;
		box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -webkit-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -moz-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        padding: 15px;	
	}

	.tituloDatosCont h5{
		color:var(--primario);

	}
	/*---------------------AMENITIES--------------------------------*/

		/*Sector deportivo*/
		.img-descEdi{
			flex-direction:column;
			align-items:center;
		}
		
		.sdn{
			font-size: 2.5rem;
			color:var(--secundario);
		}

		p.sdnp{
			color:var(--primario);
		}
	
		section.galeriaAmenities {
    		margin-bottom: 50px;
		}
	
		.card {
			background-color:unset !important;
			border: 0px solid rgba(0,0,0,.125) !important;
			
		}
		.card-img-top {
			cursor:pointer;
			border-top-left-radius: 0 !important;
			border-top-right-radius: 0 !important;
			border-radius: 13px !important;
	}	
	.cdcAmenities {
		background-color: #fff;
		padding: 15px;
		border-radius: 10px;
		box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -webkit-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
        -moz-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
	}
	/*-------------------Galeria Aminities Slider-----------------------*/
			/* Modal Content */
				.modal {
				  display: none;
				  position: fixed;
				  z-index: 100;
				  padding-top: 100px;
				  left: 0;
				  top: 0;
				  width: 100%;
				  height: 100%;
				  overflow: auto;
				  background-color: #00000099;
				}
				.modal-content {
				  top:0%;	
				  position: relative;
				  background-color: #fefefe;
				  margin: auto;
				  padding: 0;
				  width: 90%;
				  max-width: 900px;
				}

				/* The Close Button */
				.close {
					color: var(--texto) !important;
					position: absolute;
					top: 5%;
					right: 5%;
					font-size: 35px;
					font-weight: bold;
					z-index: 101;
					text-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
					opacity: 1 !important;
				}
				/* Hide the slides by default */
				.mySlides {
				  display: none;
				}

				/* Next & previous buttons */
				.prev,
				.next {
				  cursor: pointer;
				  position: absolute;
				  top: 50%;
				  width: auto;
				  padding: 16px;
				  margin-top: -50px;
				  color: var(--texto) !important;
				  font-weight: bold;
				  font-size: 40px;
				  transition: 0.6s ease;
				  border-radius: 0 3px 3px 0;
				  user-select: none;
				  -webkit-user-select: none;
				  opacity: 1 !important;
				}

				/* Position the "next button" to the right */
				.next {
				  right: 0;
				  border-radius: 3px 0 0 3px;
				}
				.active,
				.demo:hover {
				  opacity: 1;
				}
				img.hover-shadow {
				  transition: 0.3s;
				}
				.hover-shadow:hover {
				  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
				}	      
/*---------------------Contacto---------------------------------*/	
		span.campoObligatorio {
    		font-size: 10px;
		}
		.ubicacionContacto{
			background-color: var(--fondo);
			padding-top:50px;
			padding-bottom: 50px;

		}
		.bannerMedioContacto{
			background: url(../img/banner-interno-contacto.jpg);
			background-repeat: no-repeat;
			background-size: cover;
			height: 450px;
		
		}

		.bannerMedioTitulo h3{
			text-shadow: 4px 2px 4px #000000;
		}

		.cerToCont{
			padding:20px 0;
		}
	
		.cerToContacto{
			background-color: var(--texto);
		}
	    .cerTextTitUbi{
			padding-top:50px;
	    }
		.cerTextTitUbi h2{
			font-weight: bold;
		    font-size: 50px;
		    line-height: 73px;
		    color: var(--primario);
			
		}
		.mapaUbicacion{
			padding: 0;
			height: 500px;
			overflow: hidden;
		}
		.mapaUbicacion iframe{
			position: relative;
			top:-15%;
			width: 100%;
			height: 700px;
		}
		ul.listaReferencias {
    		list-style: none;
			padding-left: 0px !important;
    		padding-top: 9%;
		}
		li.itemReferencia {
    		padding-bottom: 15px;
    		font-size: 0.9rem;
		}
		li.itemReferencia img {
    		width: 10%;
			padding-right: 10px;
		}
		
		span.wts{
			text-decoration: none;
   			color: #000;
			cursor:text;
		}
		a.ftc{
			text-decoration: none;
			cursor:text;
		}
		
		p.datos-contacto-item.p-2 img {
			width: 12%;
		}
/*---------css Landing Registrate----------*/

/*-------------------------------------------
	$DESKTOP
-------------------------------------------*/

	.registrate{
		position: relative;
		top: -33%;%;
		background-color: #fff;
		padding: 25px;
		border-radius: 20px;
		box-shadow: -1px -2px 13px 0px rgb(0 0 0 / 43%);
		-webkit-box-shadow: -1px -2px 13px 0px rgb(0 0 0 / 43%);
		-moz-box-shadow: -1px -2px 13px 0px rgba(0,0,0,0.43);
		clear: both;
	}
	section.container.proyTitulo.altoCuerpoLanding{
    	height: 500px;
	}
	.footerRegistro{
		background-color:var(--primario);
		padding-top:30px;
		padding-bottom:50px;
	}
	.marcasLanding{
    	display: flex;
    	align-items: center;
	}
	.marcaLogo img{
		width: 100%;
	}
	.contMarcaLanding.a {
    	width: 50% !important;
	}
	.contMarcaLanding.b{
		width: 100%;
	}
	a.enloprefoot {
    	text-decoration: none;
	}
	.contMarcaLanding.a {
    	width: 70%;
	}
	h5.marcaTituloLanding {
    	color: var(--primario);
    	font-size: 0.8rem;
	}

}

/*--- Main CSS here ---*/

/*------------------------------------*\
	$IPHONE
\*------------------------------------*/
@media screen and (max-device-width: 480px){

    img{
		max-width:100%;
		height:auto;
	}
}

/*------------------------------------*\
	$AJUSTES SITIO ESTATICO
\*------------------------------------*/
.masterPlanImgcont{
	position: relative;
}
.puntosMapa{
	cursor: pointer;
	border: none;
	padding: 0;
}
.puntosMapa:hover{
	background: var(--secundario) !important;
}
a.puntosMapa{
	display:block;
}

/* Modal galeria amenities */
.modal{
	display:none;
	position:fixed;
	z-index:2000;
	padding-top:60px;
	left:0;top:0;
	width:100%;height:100%;
	overflow:auto;
	background-color:rgba(0,0,0,0.9);
}
.modal.abierto{
	display:block;
}
.modal-content{
	margin:auto;
	display:block;
	max-width:900px;
}
.modal .close{
	position:absolute;
	top:15px;
	right:35px;
	color:#f1f1f1;
	font-size:40px;
	font-weight:bold;
	transition:.3s;
	z-index:2001;
}
.modal .close:hover,
.modal .close:focus{
	color:var(--secundario);
	text-decoration:none;
	cursor:pointer;
}
.mySlides{
	display:none;
	text-align:center;
}
.modal .prev,
.modal .next{
	cursor:pointer;
	position:fixed;
	top:50%;
	width:auto;
	padding:16px;
	margin-top:-50px;
	color:#fff;
	font-weight:bold;
	font-size:30px;
	transition:.3s;
	user-select:none;
	z-index:2001;
}
.modal .next{
	right:0;
	border-radius:3px 0 0 3px;
}
.modal .prev{
	left:0;
}
.modal .prev:hover,
.modal .next:hover{
	background-color:rgba(0,0,0,0.8);
	color:var(--secundario);
	text-decoration:none;
}
.card-columns .card img{
	cursor:pointer;
}

/*------------------------------------*\
	$FORM DATACRUSH
\*------------------------------------*/
/* El form lo inyecta DataCrush con sus clases z-*. Estos estilos lo alinean
   al diseño del sitio (labels arriba, inputs tipo caja, botón marrón). */
.form-datacrush .z-form-horizontal{
	width: 100%;
}
.form-datacrush .z-fieldset{
	border: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.form-datacrush .z-control-group{
	display: flex;
	flex-direction: column;
}
.form-datacrush .z-label,
.form-datacrush .z-control-label{
	color: var(--primario);
	font-size: 0.95rem;
	margin-bottom: 6px;
	font-weight: 400;
}
.form-datacrush .z-form-control{
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #fff;
	padding: 10px 12px;
	font-size: 15px;
	color: var(--primario);
	font-family: inherit;
}
.form-datacrush textarea.z-form-control{
	min-height: 160px;
	resize: vertical;
}
.form-datacrush select.z-form-control{
	height: 44px;
	line-height: 1.4;
	padding: 8px 12px;
	appearance: auto;
}
.form-datacrush .z-form-control:focus{
	outline: none;
	border-color: var(--secundario);
	box-shadow: 0 0 0 2px rgba(212,177,145,0.25);
}
.form-datacrush .z-help-block{
	color: #c0392b;
	font-size: 0.8rem;
	margin: 4px 0 0 0;
}
/* Botón enviar */
.form-datacrush .z-btn,
.form-datacrush .z-btn-primary,
.form-datacrush #btnFormSend{
	background-color: var(--secundario);
	border: none;
	color: #fff;
	padding: 10px 35px;
	border-radius: 6px;
	font-weight: 600;
	font-family: inherit;
	cursor: pointer;
	margin-top: 10px;
}
.form-datacrush .z-btn-primary:hover,
.form-datacrush #btnFormSend:hover{
	opacity: .9;
}
/* reCAPTCHA */
.form-datacrush #z-form-captcha{
	margin-bottom: 15px;
}
/* Texto legal */
.form-datacrush .campo-obligatorio{
	font-size: 12px;
	color: #777;
	margin-top: 5px;
	margin-bottom: 8px;
}
.form-datacrush .politica{
	font-size: 12px;
	color: #777;
	margin-bottom: 15px;
}
.form-datacrush .politica a{
	color: var(--primario);
	text-decoration: underline;
}

/*------------------------------------*\
	$MENU CONTACTO HERO (marrón)
\*------------------------------------*/
@media(min-width: 992px){
	.barra .navbar-nav .nav-item a.nav-contacto-hero{
		background: var(--secundario);
		color:#fff !important;
		border-radius: 10px;
		padding: .375rem 1.1rem;
		transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	}
	.barra .navbar-nav .nav-item a.nav-contacto-hero:hover{
		background: none;
		border: solid 1px var(--secundario);
		color: var(--secundario) !important;
	}
}

/*------------------------------------*\
	$BOTON WHATSAPP FLOTANTE
\*------------------------------------*/
.wpp-flotante{
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #25D366;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0,0,0,0.25);
	z-index: 1500;
	transition: transform .2s ease, bottom .3s ease;
}
.wpp-flotante:hover{
	transform: scale(1.08);
}
.wpp-flotante svg{
	width: 32px;
	height: 32px;
	fill: #fff;
}
/* Mientras el banner de cookies esté visible, el botón sube (lo maneja cookies.js) */
.wpp-subido{
	bottom: 110px;
}
@media(max-width: 767px){
	.wpp-subido{
		bottom: 180px;
	}
}

/*------------------------------------*\
	$AVANCE DE OBRA (slider full-width)
\*------------------------------------*/
.avanceObra .avanceSliderWrap{
	position: relative;
	width: 100%;
}
.avanceCarousel .carousel-item img{
	width: 100%;
	height: 60vh;
	max-height: 640px;
	object-fit: cover;
	object-position: 80% 56%;
}
.avanceCarousel--m .carousel-item img{
	height: 45vh;
	object-position: 50% 50%;
}
/* Flechas finas ‹ › (reemplazan las de Bootstrap) */
.avanceCarousel .avanceArrow{
	width: 6%;
	opacity: 1;
}
.avanceCarousel .avanceArrow span[aria-hidden]{
	font-size: 48px;
	line-height: 1;
	color: #fff;
	font-weight: 300;
	opacity: .8;
	text-shadow: 0 0 8px rgba(0,0,0,0.4);
	background: none;
}
.avanceCarousel .avanceArrow:hover span[aria-hidden]{
	opacity: 1;
}

.avanceObra .avanceSliderWrap{
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
}

/*------------------------------------*\
	$COOKIE BANNER (GDPR)
\*------------------------------------*/
.gdpr-bar{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	box-shadow: 0 -2px 12px rgba(0,0,0,0.12);
	z-index: 1600;
	padding: 14px 20px;
}
.gdpr-bar[hidden]{ display: none; }
.gdpr-bar-container{
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.gdpr-bar-notice{
	flex: 1;
	min-width: 0;
}
.gdpr-bar-notice p{
	margin: 0;
	font-size: 0.9rem;
	color: var(--primario);
	font-weight: 600;
}
.gdpr-bar-notice a{
	color: var(--primario);
	text-decoration: underline;
}
.gdpr-bar-buttons{
	display: flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
}
.gdpr-btn{
	border: none;
	border-radius: 6px;
	padding: 8px 22px;
	font-size: 0.9rem;
	cursor: pointer;
	font-family: inherit;
	line-height: 1.4;
	text-decoration: none;
	display: inline-block;
}
.gdpr-accept,
.gdpr-reject{
	background: var(--primario);
	color: #fff;
}
.gdpr-accept:hover,
.gdpr-reject:hover{
	opacity: .9;
}
.gdpr-settings{
	background: #fff;
	color: var(--primario);
	border: 1px solid #ccc;
}
.gdpr-settings:hover{
	border-color: var(--primario);
}

.gdpr-footer-link{
	text-align: center;
	padding-top: 15px;
}
.gdpr-footer-link .gdpr-reopen{
	color: #fff;
	opacity: .7;
	text-decoration: underline;
	font-size: 0.8rem;
	cursor: pointer;
}
.gdpr-footer-link .gdpr-reopen:hover{
	opacity: 1;
}


@media(max-width: 767px){
	.gdpr-bar-container{
		flex-direction: column;
		align-items: flex-start;
	}
	.gdpr-bar-notice p{ font-size: 0.8rem; }
	.gdpr-bar-buttons{ width: 100%; }
	.gdpr-btn{ flex: 1; text-align: center; padding: 8px 10px; }
}
/*------------------------------------*\
	$COOKIE MODAL (GDPR Ajustes)
\*------------------------------------*/
.gdpr-modal{
	position: fixed;
	inset: 0;
	z-index: 1700;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.gdpr-modal[hidden]{ display: none; }
.gdpr-modal-overlay{
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.6);
}
.gdpr-modal-box{
	position: relative;
	display: flex;
	width: 100%;
	max-width: 1000px;
	max-height: 85vh;
	background: #f6f6f6;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}
.gdpr-modal-close{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: none;
	background: var(--primario);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	z-index: 2;
}
.gdpr-modal-side{
	flex: 0 0 40%;
	background: #fff;
	padding: 30px 25px;
}
.gdpr-modal-logo{
	width: 60px;
	height: auto;
	margin-bottom: 25px;
}
.gdpr-tabs{
	display: flex;
	flex-direction: column;
}
.gdpr-tab{
	text-align: left;
	border: none;
	background: transparent;
	padding: 14px 16px;
	font-family: inherit;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--primario);
	cursor: pointer;
	border-radius: 4px;
	text-transform: uppercase;
	line-height: 1.3;
}
.gdpr-tab.active{
	background: #f0f0f0;
}
.gdpr-modal-main{
	flex: 1;
	padding: 40px 45px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
}
.gdpr-tabpanel{ display: none; flex: 1; }
.gdpr-tabpanel.active{ display: block; }
.gdpr-modal-main h2{
	font-size: 1.6rem;
	color: var(--primario);
	margin-bottom: 20px;
}
.gdpr-modal-main p{
	font-size: 0.95rem;
	line-height: 1.6;
	color: #333;
}
.gdpr-modal-main a{
	color: var(--primario);
	text-decoration: underline;
}
.gdpr-switch-row{
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 25px;
}
.gdpr-switch{
	position: relative;
	width: 48px;
	height: 26px;
	border-radius: 26px;
	background: #b9b9b9;
	display: inline-block;
	flex-shrink: 0;
}
.gdpr-switch--on{ background: var(--primario); }
.gdpr-switch-knob{
	position: absolute;
	top: 3px;
	left: 3px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	transition: left .2s ease;
}
.gdpr-switch--on .gdpr-switch-knob{ left: 25px; }
.gdpr-switch--locked{ cursor: not-allowed; opacity: .8; }
.gdpr-switch-label{
	color: #888;
	font-size: 0.95rem;
}
.gdpr-modal-actions{
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
.gdpr-modal-actions .gdpr-btn{
	background: var(--primario);
	color: #fff;
	border-radius: 50px;
	padding: 12px 30px;
	font-weight: 600;
	border: none;
	cursor: pointer;
	font-family: inherit;
}
.gdpr-modal-actions .gdpr-btn:hover{ opacity: .9; }
.gdpr-reopen{
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
	font-size: 0.85rem;
}
.gdpr-footer-link{
	text-align: center;
	padding-top: 15px;
}
.gdpr-footer-link .gdpr-reopen{
	color: #fff;
	opacity: .7;
	text-decoration: underline;
	font-size: 0.8rem;
	cursor: pointer;
}
.gdpr-footer-link .gdpr-reopen:hover{
	opacity: 1;
}
@media(max-width: 767px){
	.gdpr-modal-box{ flex-direction: column; max-height: 90vh; }
	.gdpr-modal-side{ flex: none; }
	.gdpr-tabs{ flex-direction: row; }
	.gdpr-tab{ flex: 1; text-align: center; font-size: 0.7rem; }
	.gdpr-modal-main{ padding: 25px; }
	.gdpr-modal-close{ top: 8px; right: 8px; }
}

/*------------------------------------*\
	$PAGINAS DE TERMINOS (privacidad / cookies)
\*------------------------------------*/
header.header.terminos{
	height: auto;
	min-height: 0;
}
.paginaTerminos{
	padding-top: 40px;
	padding-bottom: 40px;
}
.paginaTerminos .tituloTerminos{
	color: var(--primario);
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 2rem;
}
.paginaTerminos h5{
	color: var(--primario);
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 10px;
}
.paginaTerminos p{
	font-size: 0.95rem;
	line-height: 1.7;
	color: #333;
	margin-bottom: 18px;
}
.paginaTerminos a{
	color: var(--secundario);
	text-decoration: underline;
}

/*------------------------------------*\
	$PAGINA 404
\*------------------------------------*/
.error404{
	min-height: 55vh;
	padding: 60px 20px;
}
.error404-code{
	font-size: 6rem;
	font-weight: 700;
	color: var(--primario);
	line-height: 1;
	margin-bottom: 10px;
}
.error404-titulo{
	font-size: 1.8rem;
	color: var(--primario);
	margin-bottom: 15px;
}
.error404-texto{
	font-size: 1rem;
	color: #555;
	max-width: 480px;
	margin-bottom: 30px;
}
.error404-btn{
	background: var(--secundario);
	border: none;
	color: #fff;
	padding: 12px 40px;
	border-radius: 50px;
	font-weight: 600;
}
.error404-btn:hover{
	opacity: .9;
	color: #fff;
}
