
@font-face {
	font-family: 'Commuters Sans Light';
	src: url('../fonts/CommutersSans-Light.ttf');
}

@font-face {
	font-family: 'Commuters Sans';
	src: url('../fonts/CommutersSans-Regular.ttf');
}

@font-face {
	font-family: 'Commuters Sans Semi Bold';
	src: url('../fonts/CommutersSans-SemiBold.ttf');
}

@font-face {
	font-family: 'GrandSlang-B-Side';
	src: url('../fonts/GrandSlang B-Side.otf');
}

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

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

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

@font-face {
	font-family: 'Inferi-MediumItalic';
	src: url('../fonts/Inferi-MediumItalic.otf');
}
@font-face {
	font-family: 'Inferi-Normal';
	src: url('../fonts/Inferi-Normal.otf');
}
@font-face {
	font-family: 'Inferi-NormalItalic';
	src: url('../fonts/Inferi-NormalItalic.otf');
}
@font-face {
	font-family: 'Inferi-Regular';
	src: url('../fonts/Inferi-Regular.otf');
}
@font-face {
	font-family: 'Inferi-RegularItalic';
	src: url('../fonts/Inferi-RegularItalic.otf');
}
@font-face {
	font-family: 'Inferi-SemiBold';
	src: url('../fonts/Inferi-SemiBold.otf');
}
@font-face {
	font-family: 'Inferi-SemiBoldItalic';
	src: url('../fonts/Inferi-SemiBoldItalic.otf');
}
@font-face {
	font-family: 'SohneBreit-Buch';
	src: url('../fonts/SohneBreit-Buch.otf');
}
@font-face {
	font-family: 'SohneBreit-BuchKursiv';
	src: url('../fonts/SohneBreit-BuchKursiv.otf');
}
@font-face {
	font-family: 'SohneBreit-Dreiviertelfett';
	src: url('../fonts/SohneBreit-Dreiviertelfett.otf');
}
@font-face {
	font-family: 'SohneBreit-DreiviertelfettKurs';
	src: url('../fonts/SohneBreit-DreiviertelfettKursiv.otf');
}
@font-face {
	font-family: 'SohneBreit-Extrafett';
	src: url('../fonts/SohneBreit-Extrafett.otf');
}
@font-face {
	font-family: 'SohneBreit-ExtrafettKursiv';
	src: url('../fonts/SohneBreit-ExtrafettKursiv.otf');
}
@font-face {
	font-family: 'SohneBreit-Extraleicht';
	src: url('../fonts/SohneBreit-Extraleicht.otf');
}
@font-face {
	font-family: 'SohneBreit-ExtraleichtKursiv';
	src: url('../fonts/SohneBreit-ExtraleichtKursiv.otf');
}

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

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

@font-face {
	font-family: 'FreightDisp Pro Book';
	src: url('../fonts/FreightDispProBook-Regular.otf');
}





.header-mobile {
  position: relative;
  height: 70px; /* Ajusta según necesites */
  width: 100%;
}

.navbar-toggler-custom {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 5%;
  z-index: 2;
}

#mobil_logo {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.mobile-menu{
	margin-top: 140px !important;
}



.no-padding{
	width:  100% !important;
	margin: 0px !important;
}
.no-padding [class^="col-"] {
  padding: 0;
}

.container-fluid{
	padding: 0px !important;	
}



.nav-link:hover{
	text-decoration: underline !important;
	text-decoration-color: #AB672B !important;
	text-decoration-thickness: 1.5px !important;
	text-underline-offset: 10px;
}

.mobile_href{
	color: #E5D4BB !important;
	margin-bottom: 20px;
}

.mobile_href:hover{
	color: #E5D4BB !important;
}


.mobile-contact-btn-container{
	margin-top: 50px;
}

.home-principal-banner{
	background-image: url('../images/home-principal-banner.png');
	background-size:cover;
	background-repeat: no-repeat;
	background-position: bottom !important;
	width: 90% !important;
	height: 580px;
	margin: auto;
}



.navbar-brand {
	max-width: 200px; /* Ajusta el ancho del logo según tu diseño */
}

.navbar-light .navbar-nav .nav-link{
	color: #E5D4BB !important;
	
}

.nav-link {
	color: #fff; /* Cambia el color del texto del menú según tus preferencias */
	padding-left:15px !important; 
	padding-right:15px !important;
	margin-left:35px;
	margin-right:35px;
	font-size: 15px;
	text-transform: uppercase; /* Cambia el texto del menú a mayúsculas */
	font-family: 'Commuters Sans' !important;;
}



.brown_link_button {
	border: 1px solid #AB672B !important;
	padding: 10px 30px !important;
}

.brown_link_button:hover{
	background-color: #AB672B !important;
	text-decoration: none !important;
}

.brown_residence_link_button{
	text-decoration: none !important;
	color: #E5D4BB;
	border: 1px solid #AB672B !important;
	padding: 20px 45px !important;
	font-size: 18px;
	text-transform: uppercase; /* Cambia el texto del menú a mayúsculas */
	font-family: 'Commuters Sans' !important;
	letter-spacing: 3px;
}

.brown_residence_link_button:hover{
	background-color: #AB672B !important;
	text-decoration: none !important;
	color: #E5D4BB !important;
}

.brown_full_link_button {
	border: 2px solid #AB672B !important;
	background-color: #AB672B !important;
	color: #E5D4BB !important;
}

.brown_full_link_button:hover{
	background-color: #AB672B !important;
	text-decoration: none !important;
	color: #E5D4BB !important;
}

.orange_privilege_full_link_button {
	border: 2px solid #AB672B !important;
	background-color: #AB672B !important;
	color: #E5D4BB !important;
	position: absolute;
	text-decoration: none;
	z-index: 1000;
	bottom: 20px;
	width: 80vw;
	margin-left: 10vw;
	margin-right: 10vw;
	text-align: center;
	padding: 15px 0px;
	font-size: 18px;
	text-transform: uppercase; /* Cambia el texto del menú a mayúsculas */
	font-family: 'Commuters Sans' !important;

}

.orange_privilege_full_link_button:hover{
	background-color: #AB672B !important;
	text-decoration: none !important;
	color: #E5D4BB !important;
}

.orange_privilege_full_link_button{
	display: none;
}


.brown_dark_full_link_button {
	border: 2px solid #2D1A12 !important;
	background-color: #2D1A12 !important;
	color: #E5D4BB !important;
	text-decoration: none !important;
	padding: 15px;
	width: 100%;
	text-align: center;
	margin-left: 8vw !important;
	margin-right: 8vw !important;
	margin-top: 50px !important;
	font-size: 18px;
	text-transform: uppercase; /* Cambia el texto del menú a mayúsculas */
	font-family: 'Commuters Sans' !important;
}

.brown_dark_full_link_button:hover{
	background-color: #2D1A12 !important;
	text-decoration: none !important;
	color: #E5D4BB !important;
	
}




.background {
	background-image: url('../images/home-bck.png');
	background-size:cover;
	background-repeat: no-repeat;
	background-position: bottom !important;
	height:900px;
	max-width:1440px !important;
	margin: auto !important;
	position: relative !important;
}

.background-text-info{
	  left: 0px !important;
	  max-width: 600px !important;
	  line-height: 1.2 !important;
}

.background-text{
	position: absolute !important;
	  color: white !important;
	  bottom: 72px !important;
	  width: 100% !important;
}

.background-text-contain{
	max-width: 1200px !important;
	width: 90% !important;
	margin-left: 5% !important;
}

.home-principal-title{
	font-family: 'GrandSlang-B-Side' !important;
	font-size: 58px;
	text-transform: uppercase;
	color: #E5D4BB !important;
	line-height: 1.2 !important;
	letter-spacing: 4px;


}

.home-principal-subtitle{
	font-family: 'Commuters Sans Light' !important;
	font-size: 35px;
	text-transform: uppercase;
	color: #E5D4BB !important;
	line-height: 1.5 !important;
	letter-spacing: 5px;

}



.navbar-brand img {
	width: 220px;
	margin-top: -40px;
}

#navbarSupportedContent {
	margin-top:30px;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2D1A12;
	z-index: 9999; /* Asegura que esté por encima de todo */
	display: none; /* Oculto por defecto */
}

.hamburguer {
	padding-right:20px;
	font-size:40px;
	color: #E5D4BB;
	cursor:pointer;
}

.close_button {
	color: #E5D4BB;
	font-size:20px;
}



.div-contact-info{
	width: 100% !important;
	max-width: 1440px !important;
	margin: auto !important;
	
}

.carousel3-details-carousel{
	background-position: center !important;
	background-size: cover !important;
}

#carousel4{
	max-height: 620px !important;
}

.div-footer{
	background-image: url('../images/footer-background.png');
	background-position: center !important;
	background-size: cover !important;
	min-height: 30px !important;
	padding-top: 70px !important;	
	padding-bottom: 70px !important;	
	color: #65753E !important;
	font-family: 'Arquitecta' !important;
	font-size: 14px !important;
	width: 100% !important;
	max-width: 1440px !important; 
	margin: auto !important;
}



.div-copyrigth{
	background: #65753E !important;
	height: 45px !important;
	width: 100% !important;
	margin: auto !important;
	max-width: 1440px !important;
}

.div-copyrigth img{
	height: 20px !important;
}

.div-copyrigth-container{
	
}

.carousel4-details-carousel{
	background-position: center !important;
	background-size: cover !important;
	max-height: 708px !important;
}

.special_input{
	border-top: none !important;
	width: 70% !important;
	border-left: none !important;
	border-right: none !important;
	color: #B9C998 !important;
	border-bottom: 1px solid #B9C998 !important;
	font-family: 'ArquitectaLight' !important;
	padding-bottom: 10px !important;
	background: white !important;
}







.copyrigth-text{
	color: white !important;
	font-family: 'ArquitectaBook' !important;
	font-size: 12px !important;
}

input::placeholder {
  opacity: 1; /* Establece la opacidad del marcador de posición a 1 (completamente visible) */
}



#carouselExampleControls3{
	max-width: 100% !important;
}

#carouselExampleControls4{
	width: 100% !important;
}

.div_contact_title{
	font-family: '☞EquipExtended-Light' !important;
	font-size: 20px !important;
	color: #65753E !important;
}

.div_contact_form{
	width: 90% !important;
	max-width: 500px !important;
}

.hr_contact{
	background: #65753E;
	height: 1px !important;
	opacity: 1;
	margin-top: 4px !important;
}

.div-contact-button{
	text-align: left !important;
}

.logo-footer{
	width: 100px !important;
}

.footer-icon{
	color: #65753E !important;
	margin-right: 15px !important;
	text-decoration: none !important;
	font-size: 18px !important;
}


.home-map-section{
	background: #E5D4BB;	
	width: 100%;
	height: 680px;
}

.map-title{
	margin-left: 8vw !important;
	font-family: 'Commuters Sans' !important;
	font-size: 24px;
	color: #2D1A12;
	max-width: 335px;
	display: block;
}

.map-title-mobile{
	font-family: 'Commuters Sans' !important;
	font-size: 18px;
	color: #2D1A12;
	max-width: 340px;
	display: none;
}



.map-orange-title{
	color: #AB672B;
	font-weight: bold;
}

.map-container{
	height: 680px;
	background-image: url('../images/map-img.png');
	background-size:cover;
	background-repeat: no-repeat;
	background-position: right bottom  !important;
	display: block;
}

.map-img{
	display: none;
}

.home-map-section-container{
	max-width:1440px !important;
	margin: auto !important;
	position: relative !important;
}

.home-residence-section{
	background: #2D1A12;
	max-width:1440px !important;
	margin: auto !important;
	position: relative !important;
	padding: 100px 0px;
	display: block;
}

.home-residence-section-mobile{
	display: none;
	background: #2D1A12;
	max-width:1440px !important;
	margin: auto !important;
	position: relative !important;
}

.home-residence-subtitle{
	color: #E5D4BB;
	font-family: 'Commuters Sans Light' !important;
	font-size: 2.1vw;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.home-residence-title{
	color: #AB672B;
	font-family: 'GrandSlang-B-Side' !important;
	font-size: 3.3vw;
	text-transform: uppercase;
}

.home-residence-container{
	width: 100% !important;
	max-width: 650px !important;
	text-align: left;
	margin-left: 8vw;
}

.home-residence-img{
	background-image: url('../images/home-residence-banner.png');
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center  !important;
	width: 100% !important;
	height: 550px;
	margin-top: 50px;
}

.home-residence-img-container{
	position: relative;
}

.home-residence-bullet-container{
	position: relative;
}

.home-residence-bullets{
	position: absolute;
	top: 140px;
	left: -58px;
	height: fit-content;
	
	color: #E5D4BB;
	font-family: 'Commuters Sans' !important;
	font-size: 1.8vw;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.home-residence-bullet-div{
	width: 110px;
	height: 110px;
	background: #AB672B;
	font-family: 'GrandSlang-B-Side' !important;
	font-size: 3.5vw;
	color: #E5D4BB;
	line-height: 3.3vw;
	margin-right: 30px;
	margin-bottom: 20px;
}

.home-residence-button-container{
	margin-top: 80px;
}

.home-residence-img-tag{
	width: 100%;
	height: inherit;
	margin-top: 80px;
}

.home-amenities-container{
	background: #743C22;
	max-width:1440px !important;
	margin: auto !important;
	padding: 100px 0px;
}

.home-amenities-title{
	color: #E5D4BB; /* Cambia el color del texto del menú según tus preferencias */
	font-size: 2.3vw;
	text-transform: uppercase; /* Cambia el texto del menú a mayúsculas */
	font-family: 'Commuters Sans Light' !important;
	padding-left: 8vw;
	letter-spacing: 2px;
}
.home-amenities-subtitle{
	color: #E5D4BB; /* Cambia el color del texto del menú según tus preferencias */
	font-size: 3.5vw;
	text-transform: uppercase; /* Cambia el texto del menú a mayúsculas */
	font-family: 'GrandSlang-B-Side' !important;
	padding-left: 8vw;
}

.home-amenities-carrousel{
	margin-top: 50px;
	width: 100% !important;
	height: 500px !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;
}

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

}

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

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

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

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

.home-amenities-carrousel-control{
	width: 100% !important;
	padding-left: 8vw;	
	padding-right: 8vw;	
	margin-top: 30px;
}

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

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

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

.home-amenities-description-container{
	width: 100% !important;
	padding-left: 8vw;	
	padding-right: 8vw;	
	margin-top: 30px;
}

.home-amenities-description-title{
	color: #E5D4BB;
	font-family: 'FreightDisp Pro Light' !important;
	font-size: 35px;
	font-weight: 100 !important;
	letter-spacing: 2px;
	margin-bottom: 40px;
}

.home-amenites-description-ul{
	list-style-type: disc; /* Viñetas tipo punto (●) */
	  padding-left: 20px;    /* Sangría para mostrar las viñetas correctamente */
	  display: block;  
	
	color: #E5D4BB; /* Cambia el color del texto del menú según tus preferencias */
	font-size: 18px;
	font-family: 'Commuters Sans light' !important;
}

.home-amenites-description-ul ul{
	margin-bottom: 0px !important;

}

.home-amenites-description-ul li{
	padding-bottom: 8px;
}

.home-career-description-container{
	width: 100%;
	max-width: 548px;	
}

.home-career-container{
	background: #E5D4BB;
	max-width:1440px !important;
	margin: auto !important;
	position: relative !important;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 8vw;
	padding-right: 8vw;
	text-align: justify;
	
}

.home-career-title{
	color: #AB672B;
	font-family: 'GrandSlang-B-Side' !important;
	font-size: 3.7vw;
	text-transform: uppercase;
	line-height: 3.7vw;
}

.home-career-subtitle{
	color: #2D1A12;
	font-family: 'Commuters Sans Light' !important;
	font-size: 2.5vw;
	text-transform: uppercase;
	margin-bottom: 50px;
	
}

.home-career-description{
	color: #2D1A12;
	font-family: 'Commuters Sans' !important;
	font-size: 17.5px;
}

.home-carrer-orange-division{
	width: 50%;
	height: 3px;
	background: #AB672B;
	margin-top: 50px;
	margin-bottom: 50px;
}

.home-carrer-logo{
	width: 300px;
}

.home-privilege-container{
	max-width:1440px !important;
	margin: auto !important;
	position: relative !important;
}

.home-privilege-title{
	color: #E5D4BB;
	font-family: 'GrandSlang-B-Side' !important;
	font-size: 3.5vw;
	text-transform: uppercase;
	line-height: 3.5vw;
	letter-spacing: 2px;
}

.home-privilege-subtitle{
	color: #E5D4BB;
	font-family: 'Commuters Sans Light' !important;
	font-size: 2vw;
	text-transform: uppercase;
	margin-bottom: 50px;
	letter-spacing: 2px;

}

.home-privilege-title-container{
	position: absolute;
	top: 90px;
	left: 10vw;
	z-index: 10000;
}

.carousel-indicators{
	margin-right: 10vw;
	margin-left: 10vw;
}

.carousel-bg {
  min-height: 550px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.carousel-bg-mobile{
	display: none;
}

.home-amenities-br-title{
	display: none;
}

.footer-div{
	margin: auto;
	max-width:1440px !important;
	
	background-size: cover;
	background-position: center;
	
	position: relative;
	min-height: 500px;
}

.footer-div-container{
	
	padding-top: 100px;
	padding-left: 10vw;
	padding-right: 10vw;
	
}

.footer-title{
	color: #AB672B;
	font-family: 'Commuters Sans' !important;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.footer-subtitle{
	color: #E5D4BB;
	font-family: 'Commuters Sans Light' !important;
	font-size: 17px;
	letter-spacing: 2px;
}

.footer-subtitle-mobile-division{
	display: none !important;
}

.footer-subtitle-division{
	display: block;
}

.footer-phone{
	margin-left: 50px;
}

.social-media-button{
	border: 1px solid #AB672B;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px; 
}

.social-media-button-first{
	border: 1px solid #AB672B;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.social-media-button img{
	height: 50% !important; 
}

.footer-residence-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  line-height: 1;
}

.footer-residence-title {
  font-family: 'GrandSlang-B-Side' !important;
  font-size: 20vw;
  text-transform: uppercase;
  color: #AB672B !important;
  letter-spacing: 4px;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1;
  transform: translateY(20%); 
  width: 100% !important;
  text-align: center;
}

.footer-div-container a{
	text-decoration: none;
	color: inherit !important;
}

.background-unit {
	background-image: url('../images/units_bck.png');
	background-size:cover;
	background-repeat: no-repeat;
	background-position: bottom !important;
	height:960px;
	max-width:1440px !important;
	margin: auto !important;
	position: relative !important;
}

.unit-principal-banner{
	background-image: url('../images/unit-principal-banner-v2.png');
	background-size:cover;
	background-repeat: no-repeat;
	background-position: bottom !important;
	width: 90% !important;
	height: 580px;
	margin: 175px auto 0px auto;
}


.unit-text{
	position: absolute !important;
	color: white !important;
	top: 142px !important;
	width: 100% !important;
}

.unit-text-contain{
	max-width: 1200px !important;
	width: 90% !important;
	margin-left: 5% !important;
}

.unit-principal-title{
	font-family: 'GrandSlang-B-Side' !important;
	font-size: 58px;
	text-transform: uppercase;
	color: #E5D4BB !important;
	line-height: 1.2 !important;
	letter-spacing: 4px;


}

.unit-principal-subtitle{
	font-family: 'Commuters Sans Light' !important;
	font-size: 35px;
	text-transform: uppercase;
	color: #E5D4BB !important;
	line-height: 1.5 !important;
}

.unit-info-div{
	background: #E5D4BB;
	padding: 100px 0px !important;
	max-width:1440px !important;
	margin: auto !important;
	position: relative !important;
}

.unit-title-container{
	width: 100%;
	text-align: center;
	font-family: 'FreightDisp Pro Light' !important;
	font-size: 52px;
	text-transform: uppercase;
	color: #2D1A12 !important;
	margin-bottom: 50px;
	letter-spacing: 4px;
	
}

.unit-model-button-container{
	width: 70%;
	margin: 0px auto 50px auto;
	
}

.unit-image{
	background-size:cover;
	background-repeat: no-repeat;
	background-position: bottom !important;
	width: 80% !important;
	height: 550px;
	margin: auto !important;
}

.unit-model-button{
	text-align: center;
	font-family: 'Commuters Sans' !important;
	font-size: 17px;
	color: #E5D4BB;
	background: rgba(116, 60, 34, 0.5);
	padding: 20px 0px;
	letter-spacing: 2px;
}

.unit-model-button.active{
	background: #743C22;

}

.unit-description{
	width: 70%;
	background: #743C22;
	padding: 30px;
	margin: -50px auto;
	
}

.unit-description-title{
	font-family: 'FreightDisp Pro Light' !important;
	font-size: 48px;
	color: #E5D4BB !important;
	margin-bottom: 50px;
	width: 100%;
	text-align: left;
	text-align: left;
	margin-top: 10px;
	margin-left: 80px;
	letter-spacing: 2px;
}

.unit-description-subtitle{
	font-family: 'Commuters Sans' !important;
	font-size: 19px;
	color: #E5D4BB;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 30px !important;
	
}

.unit-button-container{
	width: fit-content;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
		
}

.unit_brown_full_link_button {
	border: 2px solid #2D1A12 !important;
	background-color: #2D1A12 !important;
	color: #E5D4BB !important;
	text-decoration: none !important;
	padding: 18px 80px;
	width: 100%;
	text-align: center;
	margin-top: 50px !important;
	font-size: 20px;
	text-transform: uppercase; /* Cambia el texto del menú a mayúsculas */
	font-family: 'Commuters Sans' !important;
	letter-spacing: 2px;
}

.unit_brown_full_link_button:hover{
	background-color: #2D1A12 !important;
	text-decoration: none !important;
	color: #E5D4BB !important;
	
}

.unit-model {
	position: absolute;
	width: 100%;
	top: 0;
	transition: transform 0.4s ease, opacity 0.4s ease;
	opacity: 0;
	z-index: 0;
}

.unit-model.active {
	opacity: 1;
	z-index: 1;
}

.unit-model.slide-in-left {
	transform: translateX(-100%);
}

.unit-model.slide-in-right {
	transform: translateX(100%);
}

.unit-model.slide-center {
	transform: translateX(0);
}

.unit-mirlo-separate{
	margin-top: 30px;
}

.unit-description-mirlo{
	margin-bottom: 50px;
	background: #AB672B !important;
}

.contact-bck{
	background-image: url('../images/contact_bck.png');
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center !important;
	max-width: 1440px !important;
	margin: auto;
	min-height: 100vh;
}
.background-contact {
	max-width:1440px !important;
	margin: auto !important;
	position: relative !important;
}

.contact-form-container{
	width: 60% !important;
	padding-top: 100px;
	padding-bottom: 100px;
	margin: auto;
}

.input-personalized{
	-webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	width: 95%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #E5D4BB;
	color: #E5D4BB;
	font-family: 'Commuters Sans' !important;
	font-size: 18px;
	height: 30px;
	border-radius: 0px;
	
	
}



.custom-select{
	position: relative;
}

.arrow-select {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 15px;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #EED9C4; /* color como el de tu imagen */
  border-bottom: 2px solid #EED9C4;
}

.input-personalized:focus {
  outline: none; /* elimina el borde azul de enfoque */
  border-bottom: 1px solid #E5D4BB; /* o el color que quieras mantener */
  box-shadow: none; /* elimina efectos como el halo blanco o azul */
}

.label-personalized {
  color: #E5D4BB;
  font-family: 'Commuters Sans';
  font-size: 18px;
  display: block;
  margin: 0px;
  padding: 0px;
}

.required {
  color: #D87B5F; /* O el color que querés para el asterisco */
}

.contact-form-division{
	margin-top: 80px;
}

.contact-button-container{
	padding-top: 80px;
	width: 100%;
	margin: auto;
	text-align: center;
		
}

.contact_brown_full_link_button {
	border: 2px solid #AB672B !important;
	background-color: #AB672B !important;
	color: #E5D4BB !important;
	text-decoration: none !important;
	padding: 18px 80px;
	width: fit-content !important;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase; /* Cambia el texto del menú a mayúsculas */
	font-family: 'Commuters Sans' !important;
	letter-spacing: 2px;
}

.contact_brown_full_link_button:hover{
	background-color: #AB672B !important;
	text-decoration: none !important;
	color: #E5D4BB !important;
	
}

.whatsapp-btn {
	position: fixed;
	bottom: 120px;
	right: 50px;
	width: 60px;
	height: 60px;
	background-color: #AB672B; /* Café */
	color: white;
	border-radius: 50%;
	text-align: center;
	font-size: 30px;
	line-height: 60px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
	z-index: 999;
	transition: transform 0.2s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}

.whatsapp-btn:hover {
transform: scale(1.1);
background-color: #3a2319;
color: #fff;
}

.whatsapp-btn i {
vertical-align: middle;
}

.whatsapp-btn img{
	width: 50% !important;
}

@media(min-width: 1439px){
	.footer-residence-title {
		font-size: 290px;
	}
	
	
	.home-amenities-carrousel-item{
		width: 1200px !important;
		margin: 0px 10px;
		height: 500px;
		background-size:cover;
		background-repeat: no-repeat;
		background-position: center  !important;
	}
}

@media(max-width: 1075px){
	
	.contact-form-container{
		width: 70% !important;
		padding-top: 100px;
		padding-bottom: 100px;
		margin: auto;
	}
	
	.nav-link {
		padding-left:15px !important; 
		padding-right:15px !important;
		margin-left:25px;
		margin-right:25px;
		font-size: 15px;
		text-transform: uppercase; /* Cambia el texto del menú a mayúsculas */
		font-family: 'Commuters Sans' !important;;
	}
	
	.home-principal-banner{
		background-image: url('../images/home-principal-banner-mobile.png');
		background-size:cover;
		background-repeat: no-repeat;
		background-position: bottom !important;
		width: 90% !important;
		margin: 30px auto;
	}
}


@media(max-width: 500px){
	.home-principal-banner{
		background-image: url('../images/home-principal-banner-mobile.png');
		background-size:cover;
		background-repeat: no-repeat;
		background-position: bottom !important;
		width: 90% !important;
		margin: auto;
	}
	
	.background-text-info{
		margin-left: 10px !important;
		
	}
}


@media(max-width: 991px){
	
	.footer-phone{
		margin-left: 0px;	
	}
	
	.home-carrer-logo{
		width: 200px;
		margin-top: 30px;
		margin-left: -8px;
	}
	
	.map-img{
		display: block;
		width: 100%;
		height: inherit;
	}
	
	.map-container{
		display: none;
	}
	
	.map-title{
		font-family: 'Commuters Sans' !important;
		font-size: 25px;
		color: #2D1A12;
		max-width: 340px;
		display: none;
	}
	
	.map-title-mobile{
		font-family: 'Commuters Sans' !important;
		font-size: 16px;
		color: #2D1A12;
		max-width: 400px;
		display: block;
		text-align: center;
	}
	
	.home-map-section{
		background: #E5D4BB;	
		width: 100%;
		height: fit-content;
	}
	
	.map-title-container{
		height: 250px;
	}
}

.carousel-indicators [data-bs-target] {
  width: 16.60%;     /* tamaño horizontal */
  height: 2px;    /* tamaño vertical */
}





@media (max-width: 768px) {
	
	.arrow-select {
	  position: absolute;
	  top: 50%;
	  right: 10px;
	  width: 15px;
	  height: 15px;
	  pointer-events: none;
	  transform: translateY(-50%) rotate(45deg);
	  border-right: 2px solid #EED9C4; /* color como el de tu imagen */
	  border-bottom: 2px solid #EED9C4;
	}
	
	.unit_brown_full_link_button {
		border: 2px solid #2D1A12 !important;
		background-color: #2D1A12 !important;
		color: #E5D4BB !important;
		text-decoration: none !important;
		padding: 18px 0px;
		width: 100% !important;
		text-align: center;
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-top: 50px !important;
		font-size: 20px;
		text-transform: uppercase; /* Cambia el texto del menú a mayúsculas */
		font-family: 'Commuters Sans' !important;
		letter-spacing: 2px;
	}
	
	.unit_brown_full_link_button:hover{
		background-color: #2D1A12 !important;
		text-decoration: none !important;
		color: #E5D4BB !important;
		
	}
	
	.input-personalized{
		width: 100%;
		background: transparent;
		border: none;
		border-bottom: 1px solid #E5D4BB;
		color: #E5D4BB;
		font-family: 'Commuters Sans' !important;
		font-size: 18px;
		height: 30px;
	}
	
	
	
	.contact-button-container{
		padding-top: 60px;
		width: 100%;
		margin: auto;
		text-align: center;
			
	}
	
	.contact_brown_full_link_button {
		border: 2px solid #AB672B !important;
		background-color: #AB672B !important;
		color: #E5D4BB !important;
		text-decoration: none !important;
		padding: 18px 80px;
		width: 100% !important;
		text-align: center;
		font-size: 20px;
		text-transform: uppercase; /* Cambia el texto del menú a mayúsculas */
		font-family: 'Commuters Sans' !important;
		letter-spacing: 2px;
	}
	
	.contact-form-container{
		width: 90% !important;
		padding-top: 100px;
		padding-bottom: 30px;
		margin: auto;
	}
	
	.contact-form-division{
		margin-top: 30px;
	}
	
	.contact-form-division-mobile{
		padding-top: 30px;
	}
	
	
	.unit-button-container{
		width: 100%;
		margin: auto;
		padding-top: 30px;
		padding-bottom: 20px;
			
	}
	
	.unit-description-subtitle{
		font-family: 'Commuters Sans' !important;
		font-size: 16px;
		color: #E5D4BB;
		text-transform: uppercase;
		letter-spacing: 1px;
		line-height: 25px !important;
		
	}
	
	
	.unit-image{
		background-size:cover;
		background-repeat: no-repeat;
		background-position: bottom !important;
		width: 100% !important;
		height: 500px;
		margin: auto !important;
	}
	
	.unit-model-button-container{
		width: 80%;
		margin: 0px auto 50px auto;
		
	}
	
	.unit-description{
		width: 80%;
		background: #743C22;
		padding: 30px;
		margin: -50px auto;
		
	}

	.unit-description-title{
		font-family: 'FreightDisp Pro Light' !important;
		font-size: 48px;
		color: #E5D4BB !important;
		margin-bottom: 50px;
		width: 100%;
		text-align: left;
		text-align: left;
		margin-top: 0px;
		margin-left: 0px;
		letter-spacing: 2px;
	}
	
	
	.background-unit {
		background-image: url('../images/unit-bck-mobile.png');
		background-size:cover;
		background-repeat: no-repeat;
		background-position: bottom !important;
		height:fit-content;
		padding-bottom: 100px;
		max-width:1440px !important;
		margin: auto !important;
		position: relative !important;
	}
	
	.unit-principal-banner{
		background-image: url('../images/unit-principal-banner-mobile.png');
		background-size:cover;
		background-repeat: no-repeat;
		background-position: bottom !important;
		width: 90% !important;
		height: 580px;
		margin: 50px auto 0px auto;
	}
	
	.unit-text{
		position: inherit !important;
		color: white !important;
		width: 100% !important;
		top: 0px !important;
		margin-top: 50px;
	}
	
	.unit-text-contain{
		max-width: 1200px !important;
		width: 90% !important;
		margin-left: 5% !important;
	}
	
	.unit-principal-title{
		font-family: 'GrandSlang-B-Side' !important;
		font-size: 35px;
		text-transform: uppercase;
		color: #E5D4BB !important;
		line-height: 1.2 !important;
		letter-spacing: 4px;
	}
	
	.unit-principal-subtitle{
		font-family: 'Commuters Sans Light' !important;
		font-size: 20px;
		text-transform: uppercase;
		color: #E5D4BB !important;
		line-height: 1.5 !important;
		letter-spacing: 5px;
	}
	
	
	.footer-div-container{
		padding-top: 100px;
		padding-left: 6vw;
		padding-right: 6vw;
	}
	
	.footer-residence-title {
	  font-family: 'GrandSlang-B-Side' !important;
	  font-size: 23vw;
	  text-transform: uppercase;
	  color: #AB672B !important;
	  letter-spacing: 4px;
	  margin: 0;
	  padding: 0;
	  display: inline-block;
	  line-height: 1;
	  transform: translateY(20%); 
	  width: 100% !important;
		text-align: center;
	}
	
	.footer-social-media-links{
		padding-top: 50px;	
		padding-bottom: 100px;	
	}
	
	.footer-phone{
		margin-left: 0px;
	}
	
	.orange_privilege_full_link_button {
		border: 2px solid #AB672B !important;
		background-color: #AB672B !important;
		color: #E5D4BB !important;
		position: absolute;
		text-decoration: none;
		z-index: 1000;
		bottom: 20px;
		width: 88vw;
		margin-left: 6vw;
		margin-right: 6vw;
		text-align: center;
		padding: 15px 0px;
		font-size: 18px;
		text-transform: uppercase; /* Cambia el texto del menú a mayúsculas */
		font-family: 'Commuters Sans' !important;
	
	}
	
	.carousel-indicators{
		margin-right: 6vw;
		margin-left: 6vw;
	}
	
	.home-privilege-title-container{
		position: absolute;
		top: 90px;
		left: 6vw;
		z-index: 10000;
	}
	
	.footer-subtitle-division{
		display: none;
	}
	.footer-subtitle-mobile-division{
		display: block;
	}
	
	.orange_privilege_full_link_button{
		display: block;
	}
	
	.home-amenities-description-title{
		color: #E5D4BB;
		font-family: '☞FreightBig Pro Bold' !important;
		font-size: 40px;
		font-weight: 100 !important;
		letter-spacing: 2px;
		margin-bottom: 40px;
	}
	
	.home-amenities-br-title{
		display: block;
	}
	.home-amenities-title{
		color: #E5D4BB; /* Cambia el color del texto del menú según tus preferencias */
		font-size: 20px;
		text-transform: uppercase; /* Cambia el texto del menú a mayúsculas */
		font-family: 'Commuters Sans Light' !important;
		padding-left: 20px;
		letter-spacing: 2px;
		padding-left: 6vw;
		
	}
	.home-amenities-subtitle{
		color: #E5D4BB; /* Cambia el color del texto del menú según tus preferencias */
		font-size: 30px;
		text-transform: uppercase; /* Cambia el texto del menú a mayúsculas */
		font-family: 'GrandSlang-B-Side' !important;
		padding-left: 6vw;
	}
	
	
	.carousel-bg {
	  display: none;
	}
	
	.carousel-bg-mobile{
		min-height: 550px;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		display: block;
	}
	
	.carousel-indicators{
		top: 40px !important;
		bottom: unset !important;	
	}
	
	.home-privilege-title{
		color: #E5D4BB;
		font-family: 'GrandSlang-B-Side' !important;
		font-size: 35px !important;
		text-transform: uppercase;
		line-height: 35px !important;
		letter-spacing: 2px;
	}
	
	.home-privilege-subtitle{
		color: #E5D4BB;
		font-family: 'Commuters Sans Light' !important;
		font-size: 20px !important;
		text-transform: uppercase;
		letter-spacing: 5px;
	
	}
	
	.home-career-description{
		color: #2D1A12;
		font-family: 'Commuters Sans' !important;
		font-size: 16px;
	}
	
	.home-career-title{
		color: #AB672B;
		font-family: 'GrandSlang-B-Side' !important;
		font-size: 6vw !important;
		text-transform: uppercase;
		line-height: 6vw !important;
	}
	
	.home-career-container{
		background: #E5D4BB;
		max-width:1440px !important;
		margin: auto !important;
		position: relative !important;
		padding-top: 100px;
		padding-bottom: 100px;
		padding-left: 6vw;
		padding-right: 6vw;
		text-align: justify;
		
	}
	
	.home-amenities-description-container{
		width: 100% !important;
		padding-left: 6vw;	
		padding-right: 6vw;	
		margin-top: 30px;
	}
	
	.home-amenities-carrousel-item-first{
		width: 4vw;
	}
	
	.home-amenities-carrousel-control{
		width: 100% !important;
		padding-left: 6vw;	
		padding-right: 6vw;	
		margin-top: 30px;
	}
	
	.home-career-subtitle{
		color: #2D1A12;
		font-family: 'Commuters Sans Light' !important;
		font-size: 4.5vw;
		text-transform: uppercase;
		margin-bottom: 50px;
		
	}
	
	
	.brown_residence_link_button{
		text-decoration: none !important;
		color: #E5D4BB;
		border: 1px solid #AB672B !important;
		padding: 20px 55px !important;
		font-size: 18px;
		text-transform: uppercase; /* Cambia el texto del menú a mayúsculas */
		font-family: 'Commuters Sans' !important;
		letter-spacing: 3px;
	}
	
	.home-residence-bullet-div{
		width: 70px;
		height: 70px;
		background: #AB672B;
		font-family: 'GrandSlang-B-Side' !important;
		font-size: 40px;
		color: #E5D4BB;
		line-height: 40px;
		margin-right: 30px;
		margin-bottom: 0px;
	}
	
	.home-residence-bullets{
		margin-top: 50px;
		padding: 0px 20px;
		position: inherit;
		top: inherit;
		left: inherit;
		height: fit-content;
		
		color: #E5D4BB;
		font-family: 'Commuters Sans' !important;
		font-size: 17px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	
	.home-residence-subtitle{
		color: #E5D4BB;
		font-family: 'Commuters Sans Light' !important;
		font-size: 20px;
		text-transform: uppercase;
		font-weight: normal;
		letter-spacing: 2px;
	}
	
	.home-residence-title{
		color: #AB672B;
		font-family: 'GrandSlang-B-Side' !important;
		font-size: 40px;
		text-transform: uppercase;
	}
	
	.home-residence-container{
		width: 100% !important;
		max-width: 650px !important;
		text-align: left;
		margin-right: 0px;
		margin-left: 0px;
		padding: 0px 20px;
	}
	
	.home-residence-section{
		background: #2D1A12;
		max-width:1440px !important;
		margin: auto !important;
		position: relative !important;
		padding: 100px 0px;
		display: none;
	}
	
	.home-residence-section-mobile{
		display: block;
		background: #2D1A12;
		max-width:1440px !important;
		margin: auto !important;
		position: relative !important;
		padding: 80px 0px 0px 0px;

	}
	
	.home-residence-section-mobile-container{
		padding: 0px 4vw 0px 4vw;

	}
	
	.background-text-info{
		  left: 0px !important;
		  max-width: 387px !important;
		  line-height: 1.2 !important;
		  margin: 0px !important;
		  padding-bottom: 100px;
	}
	
	.home-principal-title{
		font-family: 'GrandSlang-B-Side' !important;
		font-size: 33px;
		text-transform: uppercase;
		color: #E5D4BB !important;
		line-height: 1.2 !important;
		letter-spacing: 4px;
	}
	
	.home-principal-subtitle{
		font-family: 'Commuters Sans' !important;
		font-size: 17px;
		text-transform: uppercase;
		color: #E5D4BB !important;
		line-height: 1.5 !important;
		letter-spacing: 5px;
	}
	
	.background {
		background-image: url('../images/home-bck.png');
		background-size:cover;
		background-repeat: no-repeat;
		background-position: bottom !important;
		min-height:700px;
		height: fit-content;
		max-width:1440px !important;
		margin: auto !important;
		position: relative !important;
	}
	
	.background-text {
	  position: relative !important;
	  color: white !important;
	  bottom: inherit !important;
	  width: 100% !important;
	}
	
	
	.home-principal-banner{
		background-size:cover;
		background-repeat: no-repeat;
		background-position: bottom !important;
		width: 90% !important;
		height: 500px;
		margin: 50px auto 30px auto;
	}
	
	
	
	.g-recaptcha {
		transform: scale(0.8); /* Adjust the scale for smaller screens */
	}
	
	
	
	.div-footer{
		background-image: url('../images/background-footer-mobile.png');
		background-position: bottom !important;
		background-size: cover !important;
		min-height: 30px !important;
		padding-top: 70px !important;	
		padding-bottom: 70px !important;	
		color: #65753E !important;
		font-family: 'Arquitecta' !important;
		font-size: 14px !important;
		width: 100% !important;
		max-width: 1440px !important; 
		margin: auto !important;
	}
	
	
	
	
	.div-contact-button{
		text-align: center !important;
	}
	
	.btn-green-dark {
		padding: 8px 80px !important;
		margin-left: -5% !important;
	}
	
	.div_contact_form{
		width: 95% !important;
		max-width: none !important;
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	
	.special_input{
		border-top: none !important;
		width: 90% !important;
		border-left: none !important;
		border-right: none !important;
		color: #B9C998 !important;
		border-bottom: 1px solid #B9C998 !important;
		font-family: 'ArquitectaLight' !important;
		padding-bottom: 10px !important;
		background: white !important;
	}
	
	
	.div-details-info{
		margin: auto !important;
		width: 100% !important;
		padding: 0px !important;
	}
	
	.div-details {
	  width: 100% !important;
	  background: #65753E !important;
	  padding-bottom: 50px !important;
	  padding-top: 0px !important;
	}
	
	#details-description{
		margin-top: 50px !important;
		
	}
	
	.details-title{
		font-size: 20px !important;
		color: white !important;
		margin-left: 30px !important;
	}
	
	
	.details-list{
		color: white !important;
		font-family: 'ArquitectaLight' !important;
		font-size: 16px !important;
		margin-left: 55px !important;
	}
	
}






