@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,500,500i,600,600i,700,700i");
@import url("../vendor/bootstrap-4.6/css/bootstrap.min.css");
@import url("../vendor/fontawesome/all.min.css");
@import url("../vendor/fancybox/fancybox-3.5.7.min.css");
@import url("../vendor/owlcarousel/owl.carousel.min.css");
@import url("../vendor/owlcarousel/owl.theme.default.min.css");
/*@import url('base.css');*/

:root {
  --main-color: #4D5925;
}

/* FONTS */

@font-face {
  font-family: Avenir;
  src: url("../fonts/Avenir.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: Cadillacsignature;
  src: url("../fonts/Antro_Vectra.otf");
  font-weight: 400;
}

@font-face {
  font-family: Helvetica;
  src: url("../fonts/Helvetica.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: Lato Regular;
  src: url("../fonts/Lato-Regular-2.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: MYRIADPRO-BOLD_2;
  src: url("../fonts/MYRIADPRO-BOLD_2.woff") format("woff");
  font-weight: 800;
}

@font-face {
  font-family: MyriadPro-Light_2;
  src: url("../fonts/MyriadPro-Light_2.woff") format("woff");
  font-weight: 200;
}

@font-face {
  font-family: MyriadPro-Regular-2;
  src: url("../fonts/MyriadPro-Regular-2.woff") format("woff");
  font-weight: 400;
}

body {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 16px;
  overflow-x: hidden;
}

html 
{
    scroll-behavior: smooth;
}

/* BARRA DE NAVEGACIÓN */

#logo
 {
  width: 260px;
  position: absolute;
  top: 2rem;
  left: 5rem;
  /*background: rgba(0,0,0,.7);*/
  padding: 5px;
}

#menu-principal-web
{
    display: block;
    height: auto;
    width: 100%;
    background-color: white !important;
}

.enlaceBanner 
{
  background-color: #39A935;
  color: #fff;
  height: 40px;
  text-decoration: none !important;
  border-radius: 10px;
  padding-left: 80px;
  padding-right: 80px;
  display: inline-block;
  line-height: 40px;
  letter-spacing: 0px;
  font-size: 20px;
  font-weight: 800;
}

.enlaceBanner:hover 
{
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.logoPrincipal
{
    height: 120px;
    padding: 15px;
}

nav.navbar
{
    z-index: 9999;
}

.navbar-nav .nav-link
{
    font-size: 18px !important;
    position: relative;
    
}

.navbar-nav .nav-link::after
{
    content: "";
    position: absolute;
    height: 2px;
    background-color: var(--main-color);
    bottom: -5px;
    width: 80%;
    left: 10%;
    opacity: 0;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus
{
    color: #4D5925 !important;
}

.navbar-nav .nav-link:hover::after
{
    opacity: 1;
}

.navbar-expand-lg .navbar-nav .nav-link {
  text-transform: uppercase;
  color: #4D4D4D;
  font-size: 13px;
  letter-spacing: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 18px;
  font-family: "MYRIADPRO-BOLD_2", sans-serif ;
}

.navbar-expand-lg .nav-item:last-child .nav-link {
  border-right: 0;
}

/* PERMANENTE */

#permanente 
{
  background-color: #fff;
  color: #333333;
  position: fixed;
  right: 20px;
  top: 60%;
  z-index: 999;
  width: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#permanente a 
{
  color: #333333;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 22px;
}

.permantente-wsp
{
  color: #39A935;
}

/* BANNER PRINCIPAL */

.bannerFull 
{
  width: 100%;
  height: auto;
  background-color: #dedede;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.mascara
{
    background-color: rgb(0 0 0 / 32%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#bannerPrincipal 
{
  height: 100%;
}

.bannerFull h2{
  font-weight: 900;
  font-size: 35px;
  font-family: "Avenir Light", sans-serif;  
}

.bannerFull h3{
  font-weight: 100;
  font-size: 40px;
  font-family: "MyriadPro-Light_2", sans-serif;
}

.form-banner{
  width: 40%;
  padding: 0px 30px 15px 35px;
  /* border-radius: 20px; */
  background-color: #4d5925b8;
  margin-top: 40px;
  right: -15px;
  position: relative;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.form-banner .form-control {
  background-color: transparent !important;
  color: #ffff !important;
  margin-top: 20px;
  margin-left: 20px;
  width: 90%;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  border-radius: 0px;
  background-clip: content-box;
  font-weight: 1000;
  /* text-align: center; */
  align-items: revert-layer;
  /* display: flex; */
  /* position: relative; */
  align-self: center;
}

/*
.form-group {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  border-bottom-width: 80%;
}

*/
.form-control {
  background: transparent;
  border: none;
  color: #fff;
}
.form-control::placeholder {
  color: #fff;
}
.form-group label {
  color: #fff;
  margin-left: 20px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff; 
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0); 
}

.btn-form{
    color: #ffff;
    border: 1px solid white;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 15px;
    font-family: "Avenir Black", sans-serif;  
}

.btn-close{
  background: white;
    margin-top: 5px;
    border-radius: 30px;
    left: 10px;
    padding: 0px 5px 0px 5px;
    position: absolute;
}


.btn-open{
  z-index: 1;
  width: 250px;
  background: var(--main-color);
  color: white;
}

.btn-open:hover{
  background: var(--main-color);
  color: white;
}


#showFormButton {
  position: absolute;
  top: 20px;
  right: 20px;
}



/* DESCRIPCIÓN y CARACTERISTICAS */

#caracteristicas .container-fluid
{
    
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 30rem;

}

#caracteristicas ul li{
  letter-spacing: 1px;
}

#descripcion p{
  font-size: 18px;
}

.titulo-compuesto1
{
  font-size: 30px;
  font-weight: 300;
  color: var(--main-color);
  margin-top: 30px;
  letter-spacing: 5px;
  line-height: 0.0;
  font-family: 'Lato Regular', sans-serif;

  
}

.titulo-compuesto2
{
    font-size: 66px;
    font-weight: 300;
    color: var(--main-color);
    font-family: 'Cadillacsignature', sans-serif;
    margin-top:1rem;
    margin-bottom: 1.7rem;
   
}

.titulo-compuesto3
{
  font-size: 20px;
  font-weight: 300;
  color: var(--main-color);
  margin-top: 30px;
  letter-spacing: 5px;
  line-height: 0.0;
  font-family: 'Lato Regular', sans-serif;
}

.guion-largo::before {
  content: "---------------";
  display: inline-block;
  margin-right: 10px;
  color: var(--main-color);
  font-size: 30px;
  letter-spacing: -6px;
  font-weight: 100;
  font-family: serif;
}

.btn-brochure{
  background-color: var(--main-color);
  color: #fff;
  font-family: "Avenir Black", sans-serif;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 10px;
}

.btn-brochure:hover{
  background-color: var(--main-color);
  color: #ffffffa8;
 }


/*GALERIA */

#galeria .container-fluid
{
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 

}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 82px;
  color: #fff;
  background: #1111113d !important;
  color: #FFFF !important;
  border: none !important;
  padding: 0px 20px 0px 20px !important;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 30px !important;;
  color: #fff !important;;
}

/* Aumentar la especificidad */
.owl-carousel.owl-theme .owl-nav [class*='owl-'] {
  padding: 0px 20px 0px 20px !important;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 10px; /* Ajusta este valor según sea necesario */
}

.owl-carousel .owl-nav button.owl-next {
  right: 10px; /* Ajusta este valor según sea necesario */
}

.owl-theme .owl-nav {
  margin-top: 0px !important;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  padding-left: 8rem;
  padding-right: 8rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
}




.nav-tabs {
  border-bottom: none;
}



.nav-tabs button {
  text-transform: uppercase;
  color: #4D4D4D;
  font-size: 26px;
  letter-spacing: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 18px;
  font-family: "Avenir", sans-serif;
  background-color: transparent !important;
  position: relative;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: transparent !important;
  border-color: transparent !important;
}

#galeria .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  height: 4px;
  background-color: var(--main-color); /* Cambia el color a verde */
  bottom: -5px;
  width: 100%;
  left: 0%;
  opacity: 1; /* Asegúrate de que sea visible */
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent !important;
}

/*  LUGARES CERCANOS */

#lugares-cercanos .container-fluid
{
    
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 30rem;

}





/*CONTACTO FOOT*/

#contacto h2 {
  color: #FFFF;
}

#contacto h4 {
  color: #FFFF;
}

.form-control
{
  background-color: #fff !important;
  color: #000000 !important;
  margin-top: 20px;
  width: 100%;
  border-radius: 10px;
  background-clip: border-box !important;
  font-weight: 1000;
}

.lb-title
{
  color: #FFFF !important;
  font-size: 20px;
}



.img-radio
{
  width: auto;
  height: 25px;
  margin-right: 2px;
}

.button-form
{
    background-color: #39A935;
    color: #fff;
    text-decoration: none !important;
    border-radius: 10px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 150px;
    padding-right: 150px;
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    margin-top: 8%;
  
}

#contacto .form-control::placeholder {
  color: #000000;
}

.img-click{
  position: relative;

}

.btn-contacto{
  background-color: var(--main-color);
  color: #fff;
  font-family: "Avenir Black", sans-serif;
  border-radius: 10px;
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 10px;
}

.caja-centrada {
  background-color: rgba(0, 0, 0, 0.499);
  padding: 15px;
  border-radius: 10px;
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  width: 80%;
  
}

#contacto .container-fluid{
  max-height: 100%;
}

.img-click  {
  width: 50px;
  margin-top: 20px;
}

#contacto label{
  color: red !important;
}

#formBanner label{
  color: red !important;
}

#formBanner .lb-radio
{
  color: #FFFF !important;
  font-size: 20px;
  margin-right: 20px;
}

#contacto .lb-radio
{
  color: #FFFF !important;
  font-size: 20px;
  margin-right: 20px;
}

footer{
  background-color: #4D4D4D ;
}

footer p{
  color: white;
}

footer h4{
  color: white;
  font-weight: 700;
  font-family: 'MYRIADPRO-BOLD_2', sans-serif;
}
.disclaimer-foot p{

  font-size: 10px;

}

footer img{

  width: 150px;

}

footer a{
  color: white;
}

footer .numerowsp{
  font-size: 30px;
}

/* COTIZADOR DEPARTAMENTO */

#elige-departamento{
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hoja-absolute{
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
}


.btn-depto{
  box-shadow: 0 0 0 .2rem rgb(255 255 255 / 77%);
  background-color: #ffffff6e;
  width: 350px;
  text-align: justify;
  border: 1px solid white;
  height: 40px;
  font-size: 20px;
  font-family: 'Avenir Roman', SANS-SERIF;
  font-weight: 100;
}

.ico-dep{
  width: 60px;
}

.ico2{
  width: 47px;
}

.ico-brujula{
  width: 30px;
}

.btn-depto2{
  background-color: var(--main-color);
  color: #fff;
  font-family: "Avenir Black", sans-serif;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 10px;
  width: 250px;
}

.btn-depto2:hover{
  background-color: var(--main-color);
  color: #ffffffa8;
 }

 .table td.text-center {
  width: 10px; /* Ajusta este valor según sea necesario */
  text-align: center;
}

.table {
  width: auto;
}

.table td, .table th {
  padding: 0.25rem;
  padding-left: 2rem;
}

.custom-td{
  font-family: 'Avenir Black', sans-serif;

}

.img-depto{
  width: 80%;
  padding-bottom: 45px;
  margin-left: 3rem;
}

.owl-carousel .item
{
  padding-left: 8rem;
  padding-right: 8rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.bgGaleria
{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  
}


/* MOBILE */
@media (max-width: 992px) {
  .owl-carousel .item
  {
    padding: 15px !important;
    padding-bottom: 50px !important;
  }
  
  .bgGaleria
  {
    height: 250px;
  }
}


@media (max-width: 480px) {
  .navbar-collapse{
    background: white;
    margin-top: -16px !important;
    padding: 10px;
  }

  .form-banner {
    width: 100%;
    padding: 0px 30px 15px 35px;
    margin-top: 40px;
    right: -15px;
    position: relative;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .logoPrincipal {
    height: 142px;
    padding:15px;
}

  .h2-responsive {
   /* font-size: 2.3rem !important;  Ajusta el tamaño según sea necesario */
  }
  .h3-responsive {
   /* font-size: 2.25rem !important;  Ajusta el tamaño según sea necesario */
  }
  .titulo-compuesto1{
    line-height: normal;
    font-size: 1.25rem !important;
    margin-top:0rem !important;
    margin-bottom: 0rem !important;
  }

  .titulo-compuesto2 {
    font-size: 66px;
    font-size: 3.25rem !important;  
   
    margin-bottom: 0rem !important;
    
  }
  #descripcion .titulo-compuesto1{
    line-height: normal;
    font-size: 2.25rem !important;
  }

  #descripcion .titulo-compuesto2 {
    font-size: 66px;
    margin-top:0rem !important;
    font-size: 3.25rem !important;  
    
  }
  #caracteristicas .titulo-compuesto1{
    line-height: normal;
    font-size: 2.25rem !important;
  }

  #caracteristicas .titulo-compuesto2 {
    font-size: 66px;
    font-size: 3.25rem !important;  
    
  }



  .owl-carousel .owl-item img {
  padding:0px !important;
  }

  .navbar-nav .nav-link {
    font-size: 15px !important;
  }

  .owl-carousel .owl-item img {

    padding-bottom: 30px !important;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background-color: transparent !important;
  }

  .caja-centrada {

  padding: 0px !important;

  }

  .map-responsive {
    padding-top: 0;
    height: 400px;    
  }
  
  .map-responsive iframe {
    width: 100%;
    max-width: 100% !important;
  }

  .responsive-iframe {
    height: 400px;
  }

   .col-6.mb-4 .d-flex.flex-column.align-items-start {
    align-items: center !important;
  }

  .btn-depto{

    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}



@media (max-width: 400px) {

  #descripcion .titulo-compuesto1{
    line-height: normal;
    font-size: 1.25rem !important;
  }

  #descripcion .titulo-compuesto2 {
    font-size: 66px;
    font-size: 2.0rem !important;  
    
  }
}

.map-responsive {
  position: relative;
  overflow: hidden;
  
 
 /*  padding-top: 56.25%; 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .map-responsive {
      padding-top: 0;
      height: 400px;
      
  }

  .responsive-iframe {
      height: 400px;
      
  }
}

#formBanner
{
  opacity: 0;
}

.txt_orientacion {
  margin-top: 1rem !important;
  margin-left: 0.5rem !important;
}

#departamento-medidas tr td:last-child
{
  text-align: right;
}