/* GLOBALS */

html {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #f1efe9;
  scroll-behavior: smooth;
  background-attachment: fixed;
  overflow-x: hidden;
  letter-spacing: 0.075em
}

::selection {
  color: #fff;
  background: #b49454;
}

/* RESET */
div, img {
  margin: 0;
  padding: 0;
}

.section-contacto a, .section-brochure a{
  color: #fff;
}


.partners {
  transition: .2s;
  margin-bottom: 0!important;
  cursor: pointer;
}

.partners{
  width: 10rem!important;
  height: auto!important;
}

.section-s h2{
  color: #000;
}


.img-modelos{
  width: 100%;
  height: auto;
}

.img-ubicacion{
  width: 100%;
  height: auto;
}


.navicon{
  width: 10rem;
}

.logo-home{
  width: 50%;
  filter: invert(100%);
}



/* FONTS */

h1{
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #000;
}

.qabu {
  height: 100vh;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  pointer-events: none;
}

.qabu h1{
  color: #fff;
}

.home-text{
  position: relative;
  z-index: 1;
  pointer-events: auto; /* Si necesitas clics dentro */
}

.qabu video{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.75;
  z-index: 0;
  pointer-events: none;
}

.mid-video video{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.75;
  z-index: 0;
  pointer-events: none;

}

.mid-video{
  position: relative;
  overflow: hidden;
  height: 75vh;
  background-color: #000;
}

.mid-video h3{
  color: #fff;
}

.contenido {
  position: relative;
  z-index: 1; 
  color: white; 
}

h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
}

h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}

.section-m h3{
  color: #000;
}

.section-m p{
  color: #000;
}

p{
  font-size: 1.2rem;
  font-weight: 400;
}

.oval{
  width: 80%;
  height: auto;
}


@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 50% 100%;
  }
  50% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 0% 50%;
  }
}


/* LINKS */
.nav-link {
  color: #F1F7EE;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: bolder;
  text-transform: uppercase;
  transition: .5s;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
  color: #cca85f;
}

.navbar-nav .nav-link.active {
  color: #cca85f; 
}

/* NAVBAR */
.navbar {
  background-color: transparent;
  z-index: 3;
}


.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: transparent;
  margin-right: 10px;
}

.custom-toggler:focus,
.custom-toggler:active,
.custom-toggler:hover {
  box-shadow: none;
  outline: 0;
}

.logo-nav {
  width: 10rem;
}

/* BUTTONS */
.btn {
  background-color: transparent;
  font-size: 1rem;
  font-weight: bolder;
  border: solid 0.2rem #caa65e;
  border-radius: 15px;
  color: #caa65e;
  padding: 10px;
  transition: 0.2s;
  width: 275px;
  text-transform: uppercase;
  letter-spacing: .1rem;
}

.qabu .btn{
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  width: fit-content;
  padding-left: 2rem;
  padding-right: 2rem;
}

.qabu .btn:hover{
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.btn:hover {
  color: #fff;
  border-color: #caa65e;
  background-color: #caa65e;
}

.btn:focus, .btn:active {
  box-shadow: none;
  outline: 0;
}

option{
  background-color: rgba(0, 0, 0, .9)!important;
}



/* MID SECTION BUTTON */

/* IMAGES */
.main-logo {
  width: 80%;
}

/* SOCIAL ICONS */

.social-icon {
  font-size: 2rem;
  color: #fff;
  transition: 0.2s;
  padding: 0 1.6rem 0 2rem;
}

.social-icon:hover {
  color: red;
}

/* SECTIONS */
.section-m{
  height: fit-content;
  padding-top: 5rem!important;
  padding-bottom: 5rem!important;
  background-color: #fff;
  color: #000;
}

.section-contacto{
  height: fit-content;
  padding-top: 5rem!important;
  padding-bottom: 5rem!important;
  background-color: #34746c;
  color: #fff;
}

.section-contacto .btn{
  color: #fff;
  background-color: #caa65e;
  border-color: #caa65e;
}

.section-contacto .btn:hover{
  color: #fff;
  background-color: #b69555;
  border-color: #b69555;
}

.section-contacto .custom-checkbox{
  background-color: #caa65e;
  border-color: #caa65e;
}

.section-brochure{
  height: fit-content;
  padding-top: 5rem!important;
  padding-bottom: 5rem!important;
  background-color: #356589;
  color: #fff;
}

.section-brochure .fa-brands{
  color: #fff;
}

.section-brochure h1{
  color: #fff;
}

.section-brochure h3{
  color: #fff;
}

.section-brochure .btn{
  color: #fff;
  background-color: #caa65e;
  border-color: #caa65e;
}

.section-brochire .btn:hover{
  color: #fff;
  background-color: #b69555;
  border-color: #b69555;
}

.section-brochure .custom-checkbox{
  background-color: #caa65e;
  border-color: #caa65e;
}

.section-contacto .fa-brands{
  color: #fff;
}

.section-modelos{
  height: 100vh;
  background-color: #f1efe9;
  color: #000;
}

.section-ubicacion{
  height: fit-content;
  background-color: #f1efe9;
  color: #000;
  padding-top: 5rem!important;
}

.section-aviso{
  height: fit-content;
  background-color: #f1efe9;
  color: #000;
  padding-top: 5rem!important;
}

.section-aviso h2, .section-aviso p, .section-aviso ul, .section-aviso ol{
  color: #000;
}


.footer-link{
  color: #fff;
  text-decoration: none;
  font-size: small;
}

.footer-link:hover{
  color: #fff;
}

.section-s h3{
  color: #000;
}


.section-m h2{
  color: #000;
}

.section-s{
  height: fit-content;
  background-color: #f1efe9;
  color: #000;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.section-g{
  height: fit-content;
  background-color: #f1efe9;
  color: #000;
}



.navbar.light {
  background-color: transparent;
  transition: background-color 0.5s ease;
}

.navbar.green .custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(50, 119, 104, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.dark {
  background-color: #357768;
  transition: background-color 0.5s ease;
}

.navbar.green{
  background-color: #f1efe9;
  transition: background-color 0.5s ease;
}

.navbar.green a{
  color: #000;
}

.navbar.white{
  background-color: #fff;
  transition: background-color 0.5s ease;
}


.navbar.white .custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(50, 119, 104, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.navbar.white a{
  color: #000;
}


#ubicacion{
  background-color: #f1efe9;
}

#amenidades{
  background-color: #f1efe9;
}

#aviso{
  background-color: #f1efe9;
}

#amenidades li{
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
}


.owl-carousel .item {
  display: flex;
  justify-content: center; /* Centra las imágenes horizontalmente */
  align-items: center;     /* Centra las imágenes verticalmente */
  height: 100px;           /* Define una altura fija para los items */
}

.top-space{
  height: 10rem;
}


.banner {
  height: fit-content;
}

.footer {
  height: fit-content;
  background-color: #000;
  background-image: url("../assets/img/footer/footer.jpg");
  background-position: bottom;
  background-size: cover;
  color: #fff;
  padding-top: 2.5rem;
}

.footer p{
  font-size: 1rem;
}

.fa-brands:hover{
  color: #caa65e;
}

.footer h2{
  color: #fff;
  font-size: 2rem;
}

.footer h3{
  font-size: 1.2rem;
  color: #fff;
}

.footer .btn{
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.footer .btn:hover{
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

.footer .fa-brands{
  color: #fff;
}


/* HR */
hr {
  width: 30%;
  border-top: thin solid #e8e4d8;
  margin: auto;
  background-color: transparent;
  opacity: .1;
}

.info p{
  font-size: 1rem!important;
}

.copy{
  background-color: #000;
  font-size: .7rem;
  height: fit-content;
  padding: 10px;
  text-transform: uppercase;
  position: fixed;
  bottom: 0;
  width: 100%;
}

/* FORM */

.form-control {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  background-color: #f1efe9;
  border: thin solid #fff;
  border-radius: 15px;
  width: 100%;
}


.form-control:focus, .form-control:active{
  background-color: #f1efe9;
  outline: none;
  box-shadow: none;
  color: #000;
  border-color: #38746c;
}

.custom-checkbox {
  appearance: none!important;
  -webkit-appearance: none;
  background-color: #525050;
  border: 2px solid #525050;
  border-radius: 5px; /* Para que sea completamente cuadrado */
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
}

/* Check blanco centrado */
.custom-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.form-check-label{
  font-size: 1rem;
}

.form-border{
  border: thin solid #fff;
}


::placeholder{
  color: gray;!important;
}

textarea{
  resize: none;
}

/* SCROLLBAR */

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #000;
}

::-webkit-scrollbar-thumb {
  background: #c6a75f;
}

::-webkit-scrollbar-thumb:hover {
  background: #c6a75f;
}


.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none; 
  left: -40px; 
  right: -40px; 
  width: calc(100% + 80px); 
}

.owl-carousel .owl-nav button {
  background: none;
  border: none;
  pointer-events: all; 
}

.owl-carousel .owl-nav i {
  font-size: 32px;
  color: #fff;
  padding: 10px;
  background: #caa65e;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: background 0.3s ease;
}

.owl-carousel .owl-nav i:hover {
  background: #cfaf6e;
}

.owl-carousel .owl-item {
  transition: transform 0.3s ease, scale 0.3s ease;
  transform: scale(0.8); /* Tamaño por defecto de todos */
}

.owl-carousel .owl-item.active.center {
  transform: scale(1.1); /* Ítem central más grande */
  z-index: 2;
}

.owl-carousel .owl-item.active.center .item {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}


#whappBtn {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 90;
  outline: none; 
  background-color: #357768; 
  cursor: pointer;
  font-weight: bolder;
  border-color: #fff!important;
  border: solid;
  border-width: .25rem;
  transition: 0.5s ease;
  border-radius: 100%;
  padding: 1.2rem!important;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 0.25rem #000);
}

#whappBtn:hover {
  background-color: #2a5f53;
  transform: translateY(-.5rem);
}

.whapp{
  width: 3rem;
  pointer-events: none;
}

.icon{
  width: 6rem;
  padding-bottom: 1.5rem;
}

.cardx{
  position: relative;
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25rem;
  background-size: cover;
  border: solid thin #ebebeb;
  border-radius: 15px;
  background-position: center;
  cursor: pointer;
  transition: .5s;
  background-color: #000;
}

.cardx h3{
  font-size: 2rem;
  color: #fff;
  margin: 0!important;
  font-weight: 600;
}

#modelos a{
  color: #fff;
  text-decoration: none!important;
}

#modelos h2{
  color: #000;
}

.cardx::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-size: contain;
  border-radius: 15px;
  background-repeat: no-repeat;
  z-index: 0;
  transition: .5s;
  background-color: rgba(0, 0, 0, .25);
}


.cardx:hover::before{
  background-color: rgba(0, 0, 0, .05);
}

.mod-a{
  background-image: url("../assets/img/home/ma.png");
}

.mod-a1{
  background-image: url("../assets/img/home/ma1.png");
}

.mod-b{
  background-image: url("../assets/img/home/mb.png");
}

.mod-c{
  background-image: url("../assets/img/home/mc.png");
}

.mod-d{
  background-image: url("../assets/img/home/md.png");
}

.fa-brands{
  color: #000;
  font-size: 2.5rem;
  margin: .5rem;
  transition: .3s;
}

.footicon{
  height: 5rem;
  margin: 3.5rem;
  margin-bottom: 1rem!important;
}

.fa-solid{
  font-size: 1.5rem;
  margin: .5rem;
}

.map {
  position: relative;
  width: 100vw; /* ajusta según tu diseño */
  height: 100vh;
  overflow: hidden;
}

.map h3{
  color: #000;
  font-style: italic;
}


.img-map {
  width: 100%!important;
}

.img-gallery{
  width: 100%;
}

#mid-v h2{
  color: #000;
}

.back1{
  background-color: #fff;
}

.back1 .btn{
  background-color: #caa65e;
  border-color: #caa65e;
  color: #fff;
  width: 200px;
}

.back1 .btn:hover{
  background-color: #a2854b;
  border-color: #a2854b;
  color: #fff;
}

.back2{
  background-color: #f1efe9;
}

.back2 .btn{
  background-color: #38746c;
  border-color: #38746c;
  color: #fff;
  width: 200px;
}

.back2 .btn:hover{
  background-color: #2d5d56;
  border-color: #2d5d56;
  color: #fff;
}

.modelo{
  width: 20rem;
}

.render{
  max-height: 20rem;
}

.s-modelo ul{
  color: #000;
  font-size: 1.2rem;
  list-style-position: inside;
}


.fondo-columna {
  background-color: #f1efe9;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  z-index: 0;
}

.fondo-columna2 {
  background-color: #f1efe9;
  border-bottom-left-radius: 250px;
  border-bottom-right-radius: 250px;
  z-index: 0;
}

.fondo-columna3 {
  background-color: #fff;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  z-index: 0;
}

.fondo-columna4 {
  background-color: #fff;
  border-bottom-left-radius: 250px;
  border-bottom-right-radius: 250px;
  z-index: 0;
}


.figura-decorativa,
.figura-decorativa2 {
  position: relative;
  z-index: 1;
  padding: 2rem;
  background-color: transparent; /
  border-radius: 20px;
}

.s-modelo {
  min-height: 600px; 
  position: relative;
}


.render-desbordado {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2); 
  z-index: 1;
  max-width: 40rem; 
}

.position-relative {
  position: relative;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(0,0,0, 0.25);
  text-align: center;
  pointer-events: none; 
}

.overlay-text .fa-brands{
  color: #fff;
  font-size: 3.5rem;
}

.overlay-text h3{
  text-shadow: 0px 0px 5px rgba(0,0,0, .75);
}

/* SCREEN */


@media only screen and (max-width: 1600px) {
  .nav-link{
    font-size: .9rem;
  }

  .navicon{
    width: 7.5rem;
  }
}



@media only screen and (max-width: 1400px) {

  .mod-desktop{
    display: none!important;
  }

  .mod-mobile{
    display: block!important;
  }

  .qabu {
    height: fit-content;
    padding-top: 20rem!important;
    padding-bottom: 15rem!important;
  }

  .mid-video{
    height: fit-content;
    padding-top: 10rem!important;
    padding-bottom: 10rem!important;
  }

  .section-modelos{
    height: fit-content;
    padding-top: 15rem!important;
    padding-bottom: 5rem!important ;
  }

  h1, h2 {
    font-size: 2.75rem;
  }

  .section-s h2{
    font-size: 2rem;
  }

  h3, h4{
    font-size: 1.5rem;
  }


  p, .btn, .form-check-label{
    font-size: 1.2rem;
  }

  .cardx h3{
    font-size: 2.5rem;
  }

}

@media only screen and (max-width: 1450px) {
  .decoracion-estrellas {
    bottom: -30px!important;
    left: 50%!important;
    transform: translateX(-50%);
  }

  .rounded-custom{
    border-radius: 0px!important;
  }
}


#ubicacion span{
  color: #327768;
}

/* Tablets (768px - 1024px) */
@media only screen and (max-width: 1024px) {


  .section-n{
    height: fit-content;
    margin-bottom: 5rem;
  }

  body{
    text-align: justify;
  }

  .centering{
    text-align: justify;
  }

  .navbar{
    background-color: transparent;
  }

  .footer-copy{
    text-align: center;
  }

  .footer-copy p{
    font-size: 1rem;
  }

  .footicon{
    height: 5rem!important;
    width: auto!important;
  }

  .mod-desktop{
    display: none;
  }
}



@media only screen and (max-width: 1200px){
  #modelos{
    text-align: center;
  }
  #planes h2{
    text-align: center;
  }
}

@media only screen and (max-width: 992px){
  #ubicacion{
    text-align: center;
  }
  .navbar.light {
    background-color: #327768;
  }

  .owl-carousel .owl-item.active.center {
    transform: scale(1.0); /* Ítem central más grande */
    z-index: 2;
  }
}


/* Teléfonos grandes (425px - 767px) */
@media only screen and (max-width: 767px) {


  h1, h2{
    font-size: 2rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  .section-s h2{
    font-size: 1.5rem;
  }

  .oval{
    width: 100%;
  }

  .overlay-text .fa-brands{
    color: #fff;
    font-size: 2.5rem;
  }

  .cardx{
    height: 18rem;
  }


  h4, p, .btn, .form-check-label{
    font-size: 1rem;
  }

  th, td {
    font-size: .8rem;
  }

  #amenidades li{
    font-size: 1rem;
  }

  .logo-home{
    width: 100%;
  }

  .cardx h3{
    font-size: 2rem;
  }

  .footicon{
    height: 5.5rem!important;
  }

  .footer p{
    font-size: 0.8rem;
  }

  .footer h2{
    color: #fff;
    font-size: 1.5rem;
  }

  .footer h3{
    font-size: .85rem;
    color: #fff;
  }

  .section-modelos{
    height: fit-content;
    padding-top: 10rem!important;
    padding-bottom: 5rem!important;
  }
}

/* Teléfonos medianos (375px - 424px) */
@media only screen and (max-width: 424px) {
  h1, h2, h3 {
    font-size: 1.25rem;
  }

  h4, p, .btn, .form-check-label {
    font-size: 0.8rem;
  }

}

/* Teléfonos pequeños (hasta 374px) */
@media only screen and (max-width: 374px) {
  h1, h2 {
    font-size: 1.1rem;
  }

  h3, h4, p, .btn {
    font-size: 0.8rem;
  }

}

.map-container{
  overflow:hidden;
  position:relative;
  height: 0;
}

.map-container iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  background-color: #fff;
}


.insta{
  width: 100%;
  height: auto;
  border-radius: 15px;
  filter: brightness(.8);
  transition: .5s;
}

.section-contacto h1{
  color: #fff;
}

.section-contacto h3{
  color: #fff;
}


.insta:hover{
  filter: brightness(1.5);
}

.mod-desktop{
  display: block;
}

.mod-mobile{
  display: none;
  background-color: #fff!important;
}

.mod-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
}

.mobile-col{
  background-color: #fff;
}

.descuento {
  font-size: x-small;
  background-color: #357768;
  font-weight: bold;
  color: #fff;
  padding: 2px 4px; 
  border-radius: 6px; 
  display: inline-block; 
}

.tabla-financiamiento {
  width: 100%;
  border-collapse: collapse;
}

.tabla-financiamiento th,
.tabla-financiamiento td {
  border: none;
  height: 4.5rem;
  text-align: center;
}

.tabla-financiamiento thead {
  border-bottom: 1px solid #000;
}

.tabla-financiamiento tbody tr:not(:last-child) {
  border-bottom: 1px solid #000; 
}

.tabla-financiamiento th {
  background-color: transparent; 
  font-weight: 600;
}

.tabla-bg{
  background-color: red!important;
}

.rounded-custom {
  border-radius: 15px;
}

.decoracion-estrellas {
  position: absolute;
  bottom: -16px; 
  left: -30px;   
  width: 80px;  
  height: auto;
  z-index: 1;
}

.back2 {
  overflow: visible;
}

.rounded-custom {
  border-radius: 16px;
  position: relative;
} 

.container-custom {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}
