@font-face {
	font-family: 'Eina02-Bold';
	src: url(../fonts/Eina02-Bold.otf);
}

@font-face {
	font-family: 'Eina02-Light';
	src: url(../fonts/Eina02-Light.otf);
}

@font-face {
	font-family: 'Eina02-Regular';
	src: url(../fonts/Eina02-Regular.otf);
}

@font-face {
	font-family: 'Eina02-SemiBold';
	src: url(../fonts/Eina02-SemiBold.otf);
}

@font-face {
	font-family: 'ExcentraPro-Bold';
	src: url(../fonts/ExcentraPro-Bold.otf);
}

@font-face {
	font-family: 'ExcentraPro-BoldItalic';
	src: url(../fonts/ExcentraPro-BoldItalic.otf);
}

@font-face {
	font-family: 'ExcentraPro-ExtraBold';
	src: url(../fonts/ExcentraPro-ExtraBold.otf);
}

@font-face {
	font-family: 'ExcentraPro-ExtraBoldItalic';
	src: url(../fonts/ExcentraPro-ExtraBoldItalic.otf);
}

@font-face {
	font-family: 'ExcentraPro-ExtraLight';
	src: url(../fonts/ExcentraPro-ExtraLight.otf);
}

@font-face {
	font-family: 'ExcentraPro-ExtraLightItalic';
	src: url(../fonts/ExcentraPro-ExtraLightItalic.otf);
}

@font-face {
	font-family: 'ExcentraPro-Italic';
	src: url(../fonts/ExcentraPro-Italic.otf);
}

@font-face {
	font-family: 'ExcentraPro-Light';
	src: url(../fonts/ExcentraPro-Light.otf);
}

@font-face {
	font-family: 'ExcentraPro-LightItalic';
	src: url(../fonts/ExcentraPro-LightItalic.otf);
}

@font-face {
	font-family: 'ExcentraPro-Medium';
	src: url(../fonts/ExcentraPro-Medium.otf);
}

@font-face {
	font-family: 'ExcentraPro-MediumItalic';
	src: url(../fonts/ExcentraPro-MediumItalic.otf);
}

@font-face {
	font-family: 'ExcentraPro-Regular';
	src: url(../fonts/ExcentraPro-Regular.otf);
}

@font-face {
	font-family: 'ExcentraPro-SemiBold';
	src: url(../fonts/ExcentraPro-SemiBold.otf);
}

@font-face {
	font-family: 'ExcentraPro-SemiBoldItalic';
	src: url(../fonts/ExcentraPro-SemiBoldItalic.otf);
}

@font-face {
	font-family: 'ExcentraPro-UltraLight';
	src: url(../fonts/ExcentraPro-UltraLight.otf);
}

@font-face {
	font-family: 'ExcentraPro-UltraLightItalic';
	src: url(../fonts/ExcentraPro-UltraLightItalic.otf);
}

.menu-section{
	background: #304757;
	color: white !important;
	position: fixed;
	top: 0;
	z-index: 100000;
	width: 100% !important;
	left: 50%;
	  transform: translateX(-50%);
}

.container-personalize{
	max-width: 1450px !important;
	margin: auto;	
}

.main-logo{
	max-width: 280px;
}

.menu-nav{
	padding-left: 50px;
	padding-right: 50px;
	
	
}

.navbar-web li a{
	color: 	#E0DEE5 !important;
	font-family: 'ExcentraPro-Regular' !important; 
	font-size: 20px;
}

.navbar-web li{
	margin-left: 50px !important;
}

.navbar-web .active {
	color: #697859 !important;
}

.video-main-container-mobile{
	width: 100% !important;
	  height: 600px !important; /* o lo que quieras */
	  
	  background-size: cover !important;   /* ajusta el GIF al contenedor */
	  background-position: center !important;
	  background-repeat: no-repeat !important;	
}

.video-main-container {
  position: relative;
  overflow: hidden;
  height: 800px;
  width: 100%;
  overflow: hidden;
}

.video-main-container video {
  position: absolute;
  top: 50%;
	left: 50%;
  width: 100%; /* Ajusta el ancho del video al 100% del div padre */
  height: 100%; /* Ajusta la altura del video al 100% del div padre */
  object-fit: cover; /* Para cubrir el div padre sin distorsionar el video */
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: -1;
}


.menu-hamburguer .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='%23E0DEE5' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbarMenu-container{
	width: 100% !important;
}


.home-description-section{
	width: 100%;
	height: 600px;
	background: #304757;
	
}


.home-description-title{
	color: #E0DEE5 !important;
	font-family: 'ExcentraPro-Regular' !important; 
	font-size: 40px;
	margin-bottom: 50px

}

.home-description-text{
	color: #E0DEE5 !important;
	font-family: 'Eina02-Light' !important; 
	font-size: 18px;
	max-width: 420px;
}

.Eina02-Regular{
	font-family: 'Eina02-Regular' !important; 
}

.Eina02-Bold{
	font-family: 'Eina02-Bold' !important; 
}

.home-description-container{
	max-width: 450px;
}

.home-description-bck{
	background-image: url("../images/home-description-bck1.png");
	  background-repeat: no-repeat;   /* evita que se repita */
	  background-size: cover;         /* ocupa toda la pantalla */
	  background-position: center; 
}

.description-background-2{
	width: 40vw !important;
	z-index: 1000;
	
}

.home-description-bck{
	height: 100% !important;	
}

.home-description-bck2{
	height: 100% !important;	
}

.home-models-section{
	padding-top: 110px;
	padding-bottom: 110px;
	background: #E0DEE5 !important; 
	
}

.home-models-title{
	color: #304757 !important;
	font-family: 'ExcentraPro-Regular' !important; 
	font-size: 40px;
	margin-bottom: 80px;
}

.home-models-container{
	height: 400px;
}

.home-models-left{
	width: 24% !important;
	margin-right: 2% !important;
	height: 100%;
	background-image: url("../images/home-model-1-v2.png");
	  background-repeat: no-repeat;   /* evita que se repita */
	  background-size: cover;         /* ocupa toda la pantalla */
	  background-position: right;
}

.btn-home-form-container{
		text-align: center;
		margin-top: 25px;
}

.home-models-center{
	width: 48% !important;
	margin-right: 2% !important;
	height: 100%;	
	background-image: url("../images/home-model-2-v2.png");
	  background-repeat: no-repeat;   /* evita que se repita */
	  background-size: cover;         /* ocupa toda la pantalla */
	  background-position: center; 
}
.home-models-right{
	width: 24% !important;
	height: 100%;
	background-image: url("../images/home-model-3-v2.png");
	  background-repeat: no-repeat;   /* evita que se repita */
	  background-size: cover;         /* ocupa toda la pantalla */
	  background-position: left; 
}


.houses-btn-contact{
	background: #304757;
	color: #E0DEE5;
	font-family: 'Eina02-Regular' !important; 
	font-size: 21px;
	border-radius: 50px;
	padding: 12px 30px;
	font-weight: bold;
	text-transform: uppercase;
}

.houses-btn-contact:hover{
	color: #304757;
	background: #E0DEE5;

}

.btn-blue{
	background: #304757;
	color: #E0DEE5;
	font-family: 'Eina02-Regular' !important; 
	font-size: 21px;
	border-radius: 50px;
	padding: 12px 30px;
	font-weight: bold;
	text-transform: uppercase;
}

.btn-appointment{
	background: #304757;
	color: #E0DEE5;
	font-family: 'Eina02-Regular' !important; 
	font-size: 21px;
	border-radius: 50px;
	padding: 12px 30px;
	font-weight: bold;
	text-transform: uppercase;
}

.btn-appointment:hover{
	background: #E0DEE5 !important;
	color: #304757 !important;
}

.margin-100{
	margin-top: 100px;
}

.btn-blue:hover{
	background: #697859 !important;
	color: #E0DEE5 !important;
}

.btn-green{
	background: #697859;
	color: #E0DEE5;
	font-family: 'Eina02-Regular' !important; 
	font-size: 23px;
	border-radius: 50px;
	padding: 15px 35px !important;
	font-weight: bold;
	text-transform: uppercase;
}

.margin-50{
	margin-top: 50px;
}

.margin-75{
	margin-top: 75px;
}

.btn-green:hover{
	background:  #304757 !important;
	color: #E0DEE5 !important;
}

.home-experience-title{
	color: #E0DEE5;
	font-family: 'ExcentraPro-Regular' !important; 
	font-size: 40px;
	text-align: center;
}

.home-experience-section{
	height: 550px;
	background-image: url("../images/home-experience-bck.png");
	background-size: cover;
	background-position: center;
}


.home-future-section{
	height: 600px;
	background: #697859;
	padding: 100px 0px;
	position: relative;
}

.home-future-title{
	color: #E0DEE5;
	font-family: 'ExcentraPro-Regular' !important; 
	font-size: 40px;
	margin-bottom: 30px;
}

.home-future-description{
	color: #E0DEE5;
	font-family: 'Eina02-Light' !important; 
	max-width: 370px;	
	margin-bottom: 30px;


}

.home-future-container{
	max-width: 450px;	
}

.home-future-img{
	background-image: url("../images/home-future-bck.png");
	background-size: cover;
	background-position: center;
	height: 100%;
	max-width: 580px;
}

.home-form-section{
	height: 700px;
	background-image: url("../images/home-contact-bck.png");
	padding-top: 100px;
	padding-bottom: 100px;
}

.home-form-container{
	max-width: 850px;
	margin: auto;
	
}


.home-form-title{
	color: #E0DEE5;
	font-family: 'ExcentraPro-Light' !important; 
	font-size: 45px;
	margin-bottom: 50px;
}

.home-form-label{
	color: #E0DEE5;
	font-family: 'Eina02-Light' !important; 
	font-size: 17px;
	margin-bottom: 15px;
}

.home-form-input{
	background: transparent !important;
	border: none ;
	width: 100%;
	border-bottom: 1px solid #E0DEE5 !important;
	font-family: 'Eina02-Bold' !important; 
	font-size: 20px;
	color: #E0DEE5 !important;
	outline: none;              /* quita el borde que aparece al hacer focus */
	box-shadow: none; 
}

.home-form-input:focus {
  border-bottom: 1px solid #000; 
  outline: none;                
  box-shadow: none;             
}

.form-second-row{
	margin-top: 60px;
}

.home-transac-section{
	background-image: url("../images/home-transac-bck.png");
	padding-top: 120px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 120px;
}

.home-transac-title{
	color: #E0DEE5;
	font-family: 'ExcentraPro-Light' !important; 
	font-size: 40px;
	text-align: center;
	line-height: 50px !important;
}

.home-transac-description{
	color: #E0DEE5;
	font-family: 'Eina02-Light' !important; 
	font-size: 17px;
	max-width: 530px;
}

.home-transac-logo{
	width: 130px;
	margin-top: 50px;
}

.footer-section{
	width: 100%;
	padding: 100px 0px;
	background: #304757;
	
}

.footer-title{
	color: #E0DEE5;
	font-family: 'ExcentraPro-Regular' !important; 
	font-size: 18px;
	margin-bottom: 15px;
}


.footer-links {
	color: #E0DEE5;
	font-family: 'Eina02-Light' !important; 
	font-size: 18px;
	text-decoration: none;
}

.footer-links a{
	color: #E0DEE5;
	font-family: 'Eina02-Light' !important; 
	font-size: 18px;
	text-decoration: underline;
}

.container-footer{
	width: 100%;
	max-width: 1150px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.logo-footer{
	width: 200px;
}

.div-copyrigth{
	color: #304757;
	font-family: 'Eina02-Light' !important; 
	font-size: 14px;
}

.footer-copyrigth{
	height: 80px;
	background: #E0DEE5;
}

.social-media-icon{
	width: 30px;
}

.social-media-margin-left{
	margin-left: 20px;
}

.houses-description-section{
	background: #E0DEE5 !important;
	padding: 110px 0px;
	
}

.houses-description-title{
	color: #304757;
	font-family: 'ExcentraPro-Light' !important; 
	font-size: 42px;
	line-height: 47px;
}

.houses-description-img{
	width: 80% !important;
}

.houses-description-container{
	max-width: 420px;
	width: 80%;	
}

.houses-description-text{
	margin-top: 30px;
	max-width: 390px;
	color: #304757;
	font-family: 'Eina02-Light' !important; 
	font-size: 18px;
}

.houses-models-section{
	padding: 120px 20px 0px 20px;
	background: #697859;
	margin: auto;
	width: 100% !important;
}




.houses-models-title{
	color: #E0DEE5;
	font-family: 'ExcentraPro-Light' !important; 
	font-size: 42px;
	line-height: 49px;
	margin: auto;
	width: fit-content;
	max-width: 500px;
}





.houses-details-section.active {
  opacity: 1;
  display: block;
}

.houses-details-section{
	display: none;

	max-width: 1150px;
	width: 90%;
	margin: auto;
	background: none;
	margin-top: 50px;
	padding-bottom: 50px !important;
	border-bottom: 1px solid #E0DEE5;
	font-family: 'Eina02-Light' !important; 
	font-size: 18px;
	color: #E0DEE5;
	opacity: 0;
	transition: opacity 0.5s ease;

}

.houses-details-bold{
	font-family: 'Eina02-Regular' !important; 
	font-weight: bold;
}









.nav-tabs {
	padding-top: 90px;
	max-width: 1150px;
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e8e8e8;
	color: #e8e8e8;
	position: relative;
}

.nav-tabs .nav-item {
	flex: 1;
	text-align: center;
	position: relative;
}

.nav-tabs .nav-link {
	width: fit-content !important;
	margin: auto !important;
	text-align: center;
	border: none;
	color: rgba(232, 232, 232, 0.4);
	height: 100%;
	position: relative;
	padding-bottom: 30px;
	font-family: 'Eina02-Bold' !important; 
	font-size: 22px;
	
	
}

.nav-tabs .nav-link.active {
	color: #e8e8e8 !important;
	margin: auto;
	width: fit-content;
	background: transparent;
}

/* Línea roja animada bajo el texto */
.nav-tabs .indicator {
	position: absolute;
	bottom: 0;
	height: 3px;
	background-color: #e8e8e8;
	transition: width 0.4s ease, left 0.4s ease;
	z-index: 1;
	width: 0;
}

.amenities-experience-title{
	color: #E0DEE5 !important;
	font-family: 'ExcentraPro-Regular' !important; 
	font-size: 40px;
	text-align: center;
	max-width: 300px;
	line-height: 48px;
	letter-spacing: 1px;
}


.amenities-experience-section{
	background: #304757 !important;
	padding-top: 120px;
	padding-bottom: 100px;
	
}

.amenities-experience-description{
	color: #E0DEE5;
	font-family: 'Eina02-Regular' !important; 
	font-size: 18px;
	max-width: 400px;
}

.amenities-carrousel-section{
	background: #304757 !important;
}




.amenities-carrousel-container{
	position: relative;
}

.amenities-carrousel::-webkit-scrollbar {
  display: none;             /* Chrome, Safari y Opera */
}

.amenities-carrousel-item-first{
	width: 8vw;
}

.amenities-carrousel-item{
	width: 75vw !important;
	margin: 0px 10px;
	height: 450px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center  !important;
}

.amenities-carrousel-control{
	width: 100% !important;
	margin-top: 30px;
	color: #E0DEE5;
	font-family: 'Eina02-Light' !important; 
	font-size: 18px;
	
}

.amenities-carrousel-arrow{
	height: 50px !important;	
}

.amenities-carroussel-arrow-container{
	width: fit-content;
	margin-right: 16vw !important; 
}

#amenites-carrousel-page-display{
	padding-left: 20px !important;
	padding-right: 20px !important;
	letter-spacing: 4px;
}


.amenities-carrousel-control-item{
	width: 24%;
	margin-left: 1% !important;
	padding: 1px 0px;
}

.amenities-carrousel-control-item hr{
	border: none;
	height: 2px;
	opacity: 1;
	background: rgba(255, 255, 255, 0.5);
}

.amenities-carrousel-control-item.active hr{
	border: none;
	  height: 2px;
	  background-color: white;
	  opacity: 1;
}

.amenities-carrousel{
	width: 100% !important;
	height: fit-content !important;
	  overflow-y: hidden;
	  white-space: nowrap;
	  -ms-overflow-style: none;  /* IE y Edge */
	  scrollbar-width: none;
	overflow-x: hidden !important;
	pointer-events: none;
	position: relative;
}

.amenities-carrousel-left-arrow{
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 1000;
	color: white;
	font-size: 30px;
}
.amenities-carrousel-right-arrow{
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 1000;
	color: white;
	font-size: 30px;

}

.amenities-table-section{
	margin: auto;
	max-width: 900px;
}

.amenities-table-section{
	background: #304757 !important;
	padding-top: 90px !important;
	padding-bottom: 100px !important;
}

.amenities-table-col-border-top{
	border-top: 2px solid #697859;
}
.amenities-table-col-border-bottom{
	border-bottom: 2px solid #697859;

}

.amenities-table-col-container{
	padding-top: 18px;
	padding-bottom:  18px;
	font-family: 'ExcentraPro-ExtraLight' !important; 
	font-size: 18px;
	color: #E0DEE5;
}

.color-green{
	color: 	#697859 !important;
}

.amenities-ul {
  list-style-type: disc; /* puntos delante de cada item */
  margin-left: 40px;    /* espacio para los puntos */
}

.amenities-ul li {
  padding: 0px 0;           /* espacio vertical */
  font-family: 'ExcentraPro-LightItalic' !important; 
  font-size: 18px;
  color: #E0DEE5;
}

.amenities-button-section{
	background: #304757 !important;
	width: 100%;
	text-align: center !important;
}

.amenities-contact-btn{
	background: #697859;
	color: #E0DEE5;
	border-radius: 35px;
	padding: 10px 30px;
	font-family: 'Eina02-SemiBold' !important; 
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.amenities-contact-btn:hover{
	background: #E0DEE5 !important;
	color: #304757 !important;

}


.location-description-section{
	background: #E0DEE5;
	width: 100%;	
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.location-description-title{
	font-family: 'ExcentraPro-Regular' !important; 
	font-size: 40px !important;
	color: #304757 !important;
	margin: auto;
	width: 90%;
	max-width: 500px;
}

.location-description{
	font-family: 'Eina02-Light' !important; 
	font-size: 18px;
	color: #304757 !important;
	max-width: 510px;
}

.location-description-bold{
	font-family: 'Eina02-Bold' !important; 
}

.position-relative{
	position: relative !important;	
}

.carrousel-location{
	background: linear-gradient(to bottom, #E0DEE5 60%, #304757 40%) !important;
}

.location-map-section{
	background: #304757 !important;
}

.location-map-img{
	width: 100% !important;
}

.location-map-title{
	font-family: 'ExcentraPro-Regular' !important; 
	color: #E0DEE5;
	font-size: 42px;
	max-width: 420px;
	text-align: center
}

.location-map-ul-container{
	margin-left: 40px;
	margin-top: 50px;
	margin-bottom: 50px;
	
}


.location-map-ul-item{
	color: #E0DEE5;
	font-family: 'Eina02-Light' !important; 
	font-size: 18px;
	padding-bottom: 20px !important;
}

.location-map-button{
	background: #697859;
	color: #E0DEE5;
	border-radius: 35px;
	padding: 10px 30px;
	font-family: 'Eina02-SemiBold' !important; 
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.location-map-button:hover{
	background: #E0DEE5 !important;
	color: #304757 !important;
}

.div-contact-section{
	background: #E0DEE5 !important;
}

.div-contact-form-div{
	padding-top: 100px !important;
	padding-bottom: 100px !important;
	background: #E0DEE5 !important;
	height: 100% !important;
	max-width: 400px;
	width: 90%;
	margin: auto;
}

.contact-title{
	margin-top: 80px;
	color: #304757;
	font-family: 'ExcentraPro-Regular' !important; 
	font-size: 45px;
}

.contact-form{
	margin-top: 50px;
}

.lugana-label{
	color: #304757;
	font-family: 'Eina02-Light' !important; 
	font-size: 16px;
}



.lugana-input{
	margin-top: 10px !important;
	color: #304757;
	font-family: 'Eina02-Bold' !important; 
	font-size: 18px;
	background: none;
	border: none;
	border-bottom: 1.5px solid #304757;
	width: 100%;
}

.contact-margin-top{
	margin-top: 50px;
}

.lugana-select{
	margin-top: 10px !important;
	color: #304757;
	font-family: 'Eina02-Bold' !important; 
	font-size: 18px;
	background: none;
	border: none;
	border-bottom: 1.5px solid #304757;
	width: 100%;
}

.lugana-select:focus {
  outline: none;
  box-shadow: none;
}

.contact-button-container{
	margin-top: 50px;
	margin-bottom: 100px;
}

input:focus {
	outline: none;       /* asegura que no aparezca el outline azul */
}

.contact-btn{
	background: #697859;
	color: #E0DEE5;
	border-radius: 35px;
	padding: 10px 30px;
	font-family: 'Eina02-SemiBold' !important; 
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.contact-btn:hover{
	background: #304757  !important;
	color: #E0DEE5 !important;

}

.contact-img-container{
	background-image: url("../images/contact-img.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
}


.whatsapp-button {
	position: fixed;      /* siempre flotando */
	bottom: 40px;         /* distancia desde abajo */
	right: 20px;          /* distancia desde la derecha */
	width: 60px;          /* tamaño del botón */
	height: 60px;
	border-radius: 50%;   /* lo hace redondo */
	background-color: #697859; /* verde WhatsApp */
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 4px 6px rgba(0,0,0,0.3);
	z-index: 1000;        /* siempre encima */
	transition: transform 0.2s;
}

.whatsapp-button:hover {
	transform: scale(1.1); /* efecto hover */
}

.whatsapp-button img {
	width: 35px; /* tamaño del logo */
	height: 35px;
}

.houses-carrousel-section{
	display: none;
	background: #697859 !important;
	transition: opacity 0.5s ease;
	padding-top: 100px;
	padding-bottom: 100px;
}

.houses-carrousel-section.active{
  display: block !important;
}

.houses-contact-button-section{
	background: #697859 !important;

	padding-bottom: 100px;
	text-align: center;
}




.houses-carrousel-container{
	position: relative;
}

.houses-carrousel::-webkit-scrollbar {
  display: none;             /* Chrome, Safari y Opera */
}

.houses-carrousel2::-webkit-scrollbar {
  display: none;             /* Chrome, Safari y Opera */
}

.houses-carrousel-item-first{
	width: 8vw;
}

.houses-carrousel-item{
	width: 75vw !important;
	margin: 0px 10px;
	height: 450px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center  !important;
}

.houses-carrousel-control{
	width: 100% !important;
	margin-top: 30px;
	color: #E0DEE5;
	font-family: 'Eina02-Light' !important; 
	font-size: 18px;
	
}

.houses-carrousel-arrow{
	height: 50px !important;	
}

.houses-carroussel-arrow-container{
	width: fit-content;
	margin-right: 16vw !important; 
}

#houses-carrousel-page-display{
	padding-left: 20px !important;
	padding-right: 20px !important;
	letter-spacing: 4px;
}

#houses-carrousel-page-display2{
	padding-left: 20px !important;
	padding-right: 20px !important;
	letter-spacing: 4px;
}


.houses-carrousel-control-item{
	width: 24%;
	margin-left: 1% !important;
	padding: 1px 0px;
}

.houses-carrousel-control-item hr{
	border: none;
	height: 2px;
	opacity: 1;
	background: rgba(255, 255, 255, 0.5);
}

.houses-carrousel-control-item.active hr{
	border: none;
	  height: 2px;
	  background-color: white;
	  opacity: 1;
}

.houses-carrousel{
	width: 100% !important;
	height: fit-content !important;
	  overflow-y: hidden;
	  white-space: nowrap;
	  -ms-overflow-style: none;  /* IE y Edge */
	  scrollbar-width: none;
	overflow-x: hidden !important;
	pointer-events: none;
	position: relative;
}

.houses-carrousel2{
	width: 100% !important;
	height: fit-content !important;
	  overflow-y: hidden;
	  white-space: nowrap;
	  -ms-overflow-style: none;  /* IE y Edge */
	  scrollbar-width: none;
	overflow-x: hidden !important;
	pointer-events: none;
	position: relative;
}

.houses-carrousel-left-arrow{
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 1000;
	color: white;
	font-size: 30px;
}
.houses-carrousel-right-arrow{
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 1000;
	color: white;
	font-size: 30px;

}





@media (min-width: 1439px) {
	.amenities-carrousel-item-first{
		width: 115.12px !important;
	}
	
	.amenities-carrousel-item{
		width: 1079.25px !important;
		margin: 0px 10px;
		height: 450px;
		background-size:cover;
		background-repeat: no-repeat;
		background-position: center  !important;
	}
	
	.houses-carrousel-item-first{
		width: 115.12px !important;
	}
	
	.houses-carrousel-item{
		width: 1079.25px !important;
		margin: 0px 10px;
		height: 450px;
		background-size:cover;
		background-repeat: no-repeat;
		background-position: center  !important;
	}
}


@media (max-width: 1200px) {
	.menu-nav{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	
}

@media (max-width: 965px) {
	.navbar-web li{
		margin-left: 5px !important;
	}
	
}

/*BREAKPOINT BOOTSTRAP MD*/
@media (max-width: 991.99px) {
	
	.home-transac-description{
		color: #E0DEE5;
		font-family: 'Eina02-Light' !important; 
		font-size: 17px;
		max-width: 359px;
		margin: auto;
		padding-top: 50px;
		text-align: justify;
	}
	
	.home-transac-title{
		color: #E0DEE5;
		font-family: 'ExcentraPro-Light' !important; 
		font-size: 35px;
		text-align: center;
		line-height: 40px !important;
	}
	
	.form-second-row{
		margin-top: 50px;
	}
	
	.home-col-form{
		margin-top: 50px;
	}
	
	.home-form-section{
		height: fit-content !important;
		background-image: url("../images/home-contact-bck-mobile.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	
	
	.home-form-container{
		max-width: 500px;
		margin: auto;
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.home-future-section{
		max-height:  fit-content;	
		height: fit-content !important;	
	}
	
	.home-future-container{
		text-align: center;
		max-width: 500px;
		
	}

	.home-future-description{
		color: #E0DEE5;
		font-family: 'Eina02-Light' !important; 
		max-width: 300px;	
		margin: auto !important;
	}
	
	.home-future-title{
		font-size: 30px;
		margin-bottom: 30px;
	}
	

	.home-description-container{
		max-width: 450px;
		padding: 80px 10px !important;
	}
	
	.home-description-bck{
		height: 50% !important;	
	}
	
	.home-description-bck2{
		height: 50% !important;	
	}
	
	.home-description-bck-container{
		height: 60vw;
	}
	
	.description-background-2{
		
		width: 50vw !important;
		z-index: 1000;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.home-description-section{
		height: fit-content;
	}
	
	.btn-appointment{
		margin-top: 30px;
		margin-bottom: 50px;
	}
	
	.home-future-img{
		background-image: url("../images/home-future-bck.png");
		background-size: cover;
		background-position: center;
		height: 100%;
		min-height: 300px;
		width: 85vw;
		max-width: 580px;
		margin: auto;
		z-index: 10000 !important;
		position: relative;
	}
	
	
	.home-future-mobile-icon{
		position: absolute;
		bottom: 0;
		width: 100vw;
	}
}


/*BREAKPOINT BOOTSTRAP SM*/
@media (max-width: 767.99px) {
	
	
	.home-description-bck-container{
		height: 100vw;
	}
	
	.description-background-2{
		
		width: 80vw !important;
		z-index: 1000;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.home-description-section{
		height: fit-content;
	}
	
	
	
	.menu-section{
		background: transparent !important;
		position: absolute;
	}
	
	.menu-hamburguer{
		background: #304757 !important;
		border-radius: 0px !important;
		border: transparent;
	}
	
	.menu-section{
		
		top: 40px;
		
	}
	
	#navbarMenu{
		background: #304757 !important;
		width: 100% !important;
		height: 100vh;
		position: fixed !important;
		top: -40px !important;
		left: 0px !important;
		z-index: 9999 !important;
		overflow-y: auto; 
		
	}
	
	body.menu-open {
		overflow: hidden;
	}
	
	.navbarMenu-container{
		display: flex;
		justify-content: end;
		align-items: start;
		width: 100%;
		padding-right: 40px;
	}
	
	.close-menu-mobile{
		color: 	#E0DEE5 !important;
		font-family: 'ExcentraPro-Regular' !important; 
		font-size: 20px;
	}
	
	
	.navbar-web li a{
		color: 	#E0DEE5 !important;
		font-family: 'ExcentraPro-Regular' !important; 
		font-size: 25px;
	}
	
	.navbar-web li{
		margin-left: 0px !important;
		text-align: right;
	}
	
	.close-menu-btn{
		padding-top: 90px !important;
		padding-bottom: 100px !important;
	}
	
	.menu-mobile-icon{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: -1 !important; 
	}
	
	
	
	
	
	.home-description-title{
		color: #E0DEE5 !important;
		font-family: 'ExcentraPro-Regular' !important; 
		font-size: 30px;
		margin-bottom: 40px
	
	}
	
	.home-description-text{
		color: #E0DEE5 !important;
		font-family: 'Eina02-Light' !important; 
		font-size: 18px;
		max-width: 380px;
		text-align: center;
		margin: auto;
	}
	
	
	.home-models-container{
		height: 250px;
	}
	
	.home-models-title{
		color: #304757 !important;
		font-family: 'ExcentraPro-Regular' !important; 
		font-size: 35px;
		margin-bottom: 80px;
	}
	
	.home-experience-section{
		height: 550px;
		background-image: url("../images/home-experience-bck-mobile.png");
		background-size: cover;
		background-position: center;
		position: relative;
	}
	
	.home-experience-container{
		position: absolute;
		bottom: 80px;
	}
	
	.home-experience-title{
		color: #E0DEE5;
		font-family: 'ExcentraPro-Regular' !important; 
		font-size: 30px;
		text-align: center;
		line-height: 33px;
	}
	
	.footer-title{
		margin-top: 20px;
	}

	.footer-section{
		padding: 70px 0px;		
	}
	
	
	.home-transac-section{
		background-image: url("../images/home-transac-bck.png");
		padding: 120px 10px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	
	.houses-description-title{
		color: #304757;
		font-family: 'ExcentraPro-Light' !important; 
		font-size: 30px;
		line-height: 32px;
	}
	
	.houses-description-text{
		margin-top: 30px;
		margin-bottom: 50px;
		max-width: 390px;
		color: #304757;
		font-family: 'Eina02-Light' !important; 
		font-size: 17px;
	}
	
	.houses-description-section{
		background: #E0DEE5 !important;
		padding: 90px 10px;
		
	}
	
	.amenities-experience-section{
		padding-top: 80px;
		padding-bottom: 100px;
	}
	
	.amenities-experience-title{
		font-size: 40px;
		text-align: center;
		line-height: 48px;
		letter-spacing: 1px;
		margin-bottom: 50px;
	}
	
	.amenities-experience-description{
		color: #E0DEE5;
		font-family: 'Eina02-Regular' !important; 
		font-size: 18px;
		width: 90%;
		max-width: 374px;
		margin: auto !important;
		text-align: center;
	}
	
	.amenities-carrousel-item{
		height: 350px;
	}
	
	.amenities-carroussel-arrow-container{
		width: fit-content;
		margin-right: 12.5vw !important; 
	}
	
	.amenities-table-section{
		margin: auto;
		max-width: 900px;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.amenities-button-section{
		background: #304757 !important;
		width: 100%;
		text-align: center !important;
		border-bottom: 1px solid #E0DEE5;
		padding-bottom: 30px;
	}
	
	.location-description-title{
		font-size: 30px !important;
		margin: auto;
		width: 90%;
		max-width: 500px;
		text-align: center !important;
	}
	
	.location-description{
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
		margin-top: 50px;
		font-family: 'Eina02-Light' !important; 
		font-size: 18px;
		color: #304757 !important;
		max-width: 510px;
	}
	
	.location-map-section{
		padding-top: 50px;
	}
	
	.location-map-description{
		margin-top: 70px;
	}
	
	.location-map-title{
		font-family: 'ExcentraPro-Regular' !important; 
		color: #E0DEE5;
		font-size: 30px;
		max-width: 420px;
		text-align: center
	}
	
	.location-map-ul-container{
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 50px;
		margin-bottom: 50px;
		
	}
	
	.location-map-ul-item {
	  font-size: 17px;
	}
	
	.contact-title{
		margin-top: 80px;
		color: #304757;
		font-family: 'ExcentraPro-Regular' !important; 
		font-size: 30px;
	}
	
	.contact-img-container{
		background-image: url("../images/contact-img.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 500px;
	}
	
	.contact-button-container{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	
	.houses-models-title{
		color: #E0DEE5;
		font-family: 'ExcentraPro-Light' !important; 
		font-size: 32px;
		line-height: 49px;
		margin: auto;
		width: fit-content;
		max-width: 300px;
	}
	
	.houses-models-section{
		padding: 100px 0px 0px 0px;
		background: #697859;
		margin: auto;
		width: 100% !important;
	}
	
	.nav-tabs {
		padding-top: 60px;
		max-width: 1150px;
		width: 100%;
		margin: auto;
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #e8e8e8;
		color: #e8e8e8;
		position: relative;
	}
	
	

	.video-main-container {
	  height: 600px !important; /* Ajusta la altura del video al 100% del div padre */
	}
	
	.houses-details-col{
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	} 
	.houses-details-col-border{
		border-bottom: 1px solid #e8e8e8; 
	}
	
	.houses-details-section{
	
		border-bottom: none;
		padding-left: 20px;
		padding-right: 20px;
		
	
	}
	
}
