/* Custom page CSS
-------------------------------------------------- */
/* Start: Video Responsive */
.video-responsive {
  overflow:hidden;
  padding-bottom:400px; /* Adecua este valor para controlar la altura del video */
  position:relative;
  height: 770px;
}
.video-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
/* End: Video Responsive */

/* Not required for template or sticky footer method. */
#simbolo_desk{
  display: flex;
}

#samenidades_desk{
  display: flex;
}

#sdeptos_desk{
  display: flex;
}

#scolaboradores_desk{
  display: flex;
}

#sgaleria_desk{
  display: flex;
}

#sentrevista_desk{
  display: flex;
}

#logo_desk{
  display: flex;
}

#logo_mobile{
  display: none;
}

#amenidad1_desk{
  display: flex;
}

#amenidad1_mobile{
  display: none;
}

#amenidad2_desk{
  display: flex;
}

#amenidad2_mobile{
  display: none;
}

#amenidad3_desk{
  display: flex;
}

#amenidad3_mobile{
  display: none;
}

#amenidad4_desk{
  display: flex;
}

#amenidad4_mobile{
  display: none;
}

/* GALERIA */
#galeria6_desk{
  display: flex;
}

#galeria1_mobile{
  display: none;
}

#galeria7_desk{
  display: flex;
}

#galeria2_mobile{
  display: none;
}

#galeria8_desk{
  display: flex;
}

#galeria3_mobile{
  display: none;
}

#galeria10_desk{
  display: flex;
}

#galeria4_mobile{
  display: none;
}

#galeria13_desk{
  display: flex;
}

#galeria5_mobile{
  display: none;
}

#galeria14_desk{
  display: flex;
}

#galeria6_mobile{
  display: none;
}

#galeria12_desk{
  display: flex;
}

#galeria7_mobile{
  display: none;
}

.bg_video{
  width: 90%;
  position: relative;
  left: 71px;
  top: 0px;
  z-index: 999;
  visibility: visible;
  object-fit: cover;
}

@import url(./font/stylesheet.css);

html {
  /*position: relative;*/
  min-height: 100%;
}
body {
  font-family: 'Nunito' !important;
  font-weight: 300 !important;
  font-size: 16px;
  line-height: 25px;
  color: #635d3c;
  letter-spacing: 2px;
}



body > .container {
  padding: 80px 15px 0;
}

main > .container {
  padding: 60px 15px 0;
}



code {
  font-size: 80%;
}



.Whatdiv {
    width: 100px !important;
    position: fixed;
    z-index: 10000;
    padding: 10px;
    height: 115px;
    color: white;
    right: 15px;
    bottom: 50px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
}
.Whatdiv img{
  width: 75px;
}

/*** T E X T O S ***/
.tenor {
  font-family: 'Tenor Sans', sans-serif;
}

.title {
  font-size: 40px;
  font-weight: 400 !important;
  color: #635D3C;
}

.letter-5 {
  letter-spacing: 5px;
}

.fw-500 {
  font-weight: 500 !important;
}
/*** M E N U ***/

.menu {
  position: sticky;
  top: 0px;
  z-index: 1;
}
.bg-dark {
  background-color: #cac5b6 !important;
}

.navbar-dark .navbar-nav .nav-link {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #635d3c !important;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/*** G E N E R A L ES ***/
.h-100 {
  min-height: 100vh;
}

.contacto_btn {
  background-color: #635d3c !important;
  padding: 1em 3em;
  position: fixed;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(-90deg);
  left: -70px;
  font-size: 16px;
  color: #fff !important;
}

.contacto_btn a {
  background-color: #635d3c !important;
  padding: 1em 3em;
  position: fixed;
  z-index: 1;
  top: 100%;
  font-weight: 300 !important;
  left: -70px;
  font-size: 22px;
  color: #302c19 !important;
}

.contacto_btn a:hover {
  color: #fff !important;
  font-size: 22px;
  font-weight: 300 !important;
  text-decoration: none !important;
  left: -70px;
}

.contacto_btn_movil {
  display: none;
  width: 100% !important;
  background-color: #635d3c !important;
  padding: 1em 3em;
  position: fixed;
  z-index: 1;
  bottom: 0px;
  font-size: 16px;
  color: #fff !important;
  text-align: center !important;
}

.contacto_btn_movil a {
  font-size: 13px !important;
  font-weight: 500;
  color: #fff !important;
}

.contacto_btn_movil a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

@media only screen and (min-width: 1px) and (max-width: 600px)  {
/* HOME */
.title-home{
  font-family: 'Avenir' !important;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: normal !important;
  color: white;
  margin-left: 70px !important;
  margin-right: 70px;
  margin-top: 10px;
}
/* Start: Video Responsive */
.video-responsive {
  overflow:hidden;
  padding-bottom:400px; /* Adecua este valor para controlar la altura del video */
  position:relative;
  height: 0px;
}

/*** D E P T O S ***/
  .tipo_t{
    margin-bottom: 0em !important;
  }

/*** E N T R E V I S T A ***/
.bg_video{
  width: 100% !important;
  height: 500px;
  position: relative;
  left: 0px !important;
  top: 0px;
  z-index: 999;
  visibility: visible;
  object-fit: cover;
}

.div_entrevista {
  width: 90%;
  margin: auto;
}

.tipo_am {
  padding: 0em !important;
}

/*** S I M B O L O S ***/
  #simbolo_desk{
    display: none;
  }

  #samenidades_desk{
    display: none;
  }

  #sdeptos_desk{
    display: none;
  }

  #scolaboradores_desk{
    display: none;
  }

  #sgaleria_desk{
    display: none;
  }

  #sentrevista_desk{
    display: none;
  }

  #logo_desk{
    display: none;
  }
  
  #logo_mobile{
    display: flex;
  }

  #amenidad1_desk{
    display: none;
  }
  
  #amenidad1_mobile{
    display: flex;
  }

  #amenidad2_desk{
    display: none;
  }
  
  #amenidad2_mobile{
    display: flex;
  }
  
  #amenidad3_desk{
    display: none;
  }
  
  #amenidad3_mobile{
    display: flex;
  }
  
  #amenidad4_desk{
    display: none;
  }
  
  #amenidad4_mobile{
    display: flex;
  }

/* GALERIA */
#galeria6_desk{
  display: none;
}

#galeria1_mobile{
  display: flex;
}

#galeria7_desk{
  display: none;
}

#galeria2_mobile{
  display: flex;
}

#galeria8_desk{
  display: none;
}

#galeria3_mobile{
  display: flex;
}

#galeria10_desk{
  display: none;
}

#galeria4_mobile{
  display: flex;
}

#galeria13_desk{
  display: none;
}

#galeria5_mobile{
  display: flex;
}

#galeria14_desk{
  display: none;
}

#galeria6_mobile{
  display: flex;
}

#galeria12_desk{
  display: none;
}

#galeria7_mobile{
  display: flex;
}

/*** B A N N E R // I N I C I A L ***/
  .home_logo {
    text-align: center;
    top: 40% !important;
    left: 0!important;
  }

  .home {
    background-image: url(../img/bg_home_mobile.png)!important;
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
    display: flex;
  }

  .contacto_btn{
    display: none;
  }

  .contacto_btn_movil{
    display: block;
  }

  .ma{
    margin: auto;
  }


  
}

.padr-0 {
  padding-right: 0px !important;
}

.padl-0 {
  padding-left: 0px !important;
}

.btn_link {
  background-color: #cac5b6;
  color: #635d3c;
  border: 1px solid #635d3c;
  padding: 15px 25px;
  margin-top: 2em;
}

.btn_link:hover {
  background-color: #635d3c;
  color: #cac5b6;
  border: 1px solid #cac5b6;
  text-decoration: none;

}

/*** H O M E ***/
.title-home{
  font-family: 'Avenir' !important;
  font-weight: 100;
  letter-spacing: normal;
  color: white;
  margin-left: 30px;
  margin-top: 10px;
}

.home {
  background-image: url(../img/bg_home.jpg);
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
  display: flex;
}

.home_logo {
  position: absolute;
  top: 15%;
  left: 10%;
}

.simbolo {
  width: 20%;
}

.l_home {
  width: 70%;
  margin-top: 3em;
}

.home_redes {
  position: absolute;
  bottom: 11%;
  left: 10%;
  z-index: 1;
  width: 50%;
  padding: 1em 0px;
}

.home_redes .redes {
  font-size: 25px;
  color: #cac5b6;
  margin-right: 1.2em;
}

.w_home {
  position: absolute;
  bottom: 10%;
  right: 2%
}

.w_ameni {
  bottom: 5%;
}

/*** U B I C A C I O N ***/
.pl110{
  padding-left: 110px;
}

.ubicacion {
  background-color: #fff;
  position: relative;
}

.contendor {
  margin-left: 10%;
  width: 100%;
}

.s_ubica {
  position: relative;
  left: 85%;
  width: 30px;
}

.hr_green {
  border: 1px solid #635d3c !important;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mapa {
  height: 550px;
  width: 100%;
}

/*** A M E N I D A D E S ***/
.contendor1 {
  width: 100%;
}

.mr_title {
  margin-left: 34%;
}

.s_amenidad {
  width: 15%;
  margin-right: 10%;
}

.contenedorAme {
  margin-left: 10%;
}

.info_amenidad {
  width: 95%;
  height: 80vh;
}

.desc_amenidad {
  position: absolute;
  right: -6%;
  bottom: 5em;
  z-index: 99;
  width: 40%;
}

.text_ameni  h3 {
  color: #635d3c;
  font-size: 30px;
  font-weight: 700 !important;
  font-style: italic;
  padding-left: 1em;
}

.text_ameni {
  /* position: absolute; */
  /* bottom: 25%; */
  width: 40%;
  right: 0px;
}

.text_ameni .slideInfo div {
  /* background: #cac5b6; */
  padding: 10px 2em;
  font-size: 300 !important;
  font-style: italic;
 }

 .div_imgAmenidad {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 75vh;
  width: 100%;
  position: relative;
  z-index: 1;
 }

.amenidad1 {
  background-image: url(../img/amenidades/amenidad-1.jpg);
}

.amenidad2 {
  background-image: url(../img/amenidades/amenidad-2.jpg);
}

.amenidad3 {
  background-image: url(../img/amenidades/amenidad-3.jpg);
}

.amenidad4 {
  background-image: url(../img/amenidades/amenidad-4.jpg);
}

/* Amenidades Mobile */
.amenidad1-mobile {
  background-image: url(../img/amenidades/amenidad-1-mobile.jpg);
}
.amenidad2-mobile {
  background-image: url(../img/amenidades/amenidad-2-mobile.jpg);
}
.amenidad3-mobile {
  background-image: url(../img/amenidades/amenidad-3-mobile.jpg);
}
.amenidad4-mobile {
  background-image: url(../img/amenidades/amenidad-4-mobile.jpg);
}

.tipo_ameDiv {
  position: relative;
}

.tipo_ameDiv::before {
  content: "";
  width: 112%;
  height: 1px;
  position: absolute;
  background-color: #000;
  display: block;
  top: 30%;
  left: -12%;
}
.tipo_amenidad {
  width: 50%;
  margin: auto;
}

.tipo_amenidad h3 {
  font-size: 14px;
  font-weight: 300 !important;
  text-align: center;
  margin-top: 1.5rem;
}

.tipo_am {
  padding: 1em;
}

.cuadro_am {
  width: 30px;
  height: 30px;
  display: block;
  margin: auto;
  background-color: #635d3c;
}

.slick-current .cuadro_am  {
  background-color: #cac5b6;
}


/*** S L I D E R ***/

.slideInfo {
  position: relative;
}


.prevArrow, .nextArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 1;
  font-size: 60px
}

.prevArrow{
  left: 10px;
}

.nextArrow {
  right: 10px !important;
}

.prevArrowGal{
  left: 10px;
}

.nextArrowGal {
  right: 10px !important;
}

.prevArrowGal, .nextArrowGal {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 1;
  font-size: 60px
}

.prevArrowAmeni{
  left: 10px;
}

.nextArrowAmeni {
  right: 10px !important;
}

.prevArrowAmeni, .nextArrowAmeni {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 1;
  font-size: 60px
}

.prevArrowDep{
  left: 10px;
}

.nextArrowDep {
  right: 10px !important;
}

.prevArrowDep, .nextArrowDep {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 1;
  font-size: 60px
}

/*** D E P A R T A M E N T O S ***/
.tipo_depto, .tipo_dep {
  width: 90%;
  margin: auto;
}

.content_depto {
  width: 95%;
}

.tipo_d {
  text-align: center;
}

.tipo_d div {
  width: 90px;
  height: 90px;
  margin: auto;
  padding-top: 17px;
}

.tipo_d h3 {
  font-size: 30px;
  font-weight: 300 !important;
  margin-bottom: 0px !important;
}

.tipo_d p {
  font-size: 12px;
  font-weight: 300 !important;
  margin-bottom: 0px !important;
  line-height: 9px;
  letter-spacing: .5px;
}

.slick-current .tipo_d div{
  background-color: #635d3c;
  border-radius: 100%;
  color: #fff;
}

.img-50 {
  width: 65%;
  margin: auto;
}

.img-100 {
  width: 95%;
  margin: auto;
}

.dep-100{
  width: 100%;
  margin: auto;
}

.dep-130{
  width: 130%;
  margin: auto;
}


.tipo_t{
  margin-bottom: 4em;
  text-align: right;
}

.text_depto {
  width: 50%;
  margin-left: auto;
  text-align: right;
}

.m_depto {
  font-size: 14px;
  font-weight: 600 !important;
}
.p_depto {
  font-size: 14px;
  letter-spacing: 2px;
}

.depto_arrow {
  color: #635d3c;
}

.s_depto {
  width: 25%;
  margin-left: auto;
  display: block;
  margin-bottom: 2em;
}

/*** M A Q U E T A ***/
.maqueta {
  width: 98%;
  margin: 1rem auto;
  background-image: url(../img/maqueta.jpg);
  background-size: 100% 100%;
  background-position: center;
  height: 90vh;
}

.div_centrado {
  width: 40%;
  margin: auto;
  text-align: center;
}

/*** S I M U L A D O R ***/
.simulador {
  width: 98%;
  margin:1rem auto;
  background-image: url(../img/simulador.jpg);
  background-size: 100% 100%;
  background-position: center;
  height: 90vh;
}

.colaboradores{
  width: 98%;
  margin: auto;
  /* height: 85vh; */
}

.div_galeria {
  width: 90%;
}

.colab, .galeria{
  margin: auto;
}

.name_colab {
  font-size: 16px;
  font-weight: 500 !important;
  padding-bottom: 2em;
  border-bottom: 1px solid #000;
  width: 90%;
}

.pad2 {
  padding-top: 2em;
}

.desc_colab {
  font-size: 14px;
  width: 90%;
}

.img-gal {
  width: 90%;
  margin: auto;
}

/* .bg_video{
  width: 90%;
  position: relative;
  left: 71px;
  top: 0px;
  z-index: 999;
  visibility: visible;
  object-fit: cover;
} */

/*** E N T R E V I S T A ***/
.bg_video{
  width: 90%;
  position: relative;
  left: 71px;
  top: 0px;
  z-index: 999;
  visibility: visible;
  object-fit: cover;
}

.div_entrevista {
  width: 90%;
}


/*** F O O T E R ***/

.footer {
  width: 100%;
  min-height: 120px;
  background-color: #cac5b6;
  color: #66684d !important;
  padding: 2rem 15px;
  font-size: 12px!important;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}


.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.hr_footer {
  border-top: 2px solid #66684d;
}

.footer_redes .redes {
  font-size: 25px;
  color: #66684d;
}

@media (max-width: 1024px) {
  .w110{
    width: 110% !important;
  }

  .pl110{
    padding-left: 70px;
  }

  .dep-130{
    width: 60%;
    margin: auto;
  }

  .dep-100{
    width: 70%;
    margin: auto;
  }

  .title {
    font-size: 30px;
  }
  .contendor{
    margin-left: 0px;
  }
  .mr_title {
    margin-left: 10%;
  }
  .contenedorAme {
    margin-left: 5%;
  }
  .div_imgAmenidad {
    background-size: cover;
    height: 65vh;
  }
  .info_amenidad {
    height: 70vh;
  }
  .text_ameni {
    width: 50%;
  }
  .content_depto {
    width: 100%;
  }
  .text_depto {
    width: 90%;
    padding-right: 4rem;
  }

  .simulador, .maqueta {
    background-size: cover;
  }
  .div_centrado {
    width: 60%;
  }

}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /*** D E P A R TA M E N T O S ***/
  .nextArrowDep {
    right: -30px !important;
  }

}

@media only screen and (min-width: 1025px) and (max-width: 1999px) {
  /*** C O L A B O R A D O R E S ***/
  .ml-colab{
    margin-left: 190px;
  }

}

@media only screen and (min-width: 1025px) and (max-width: 1480px) {
  /*** A M E N I D A D E S ***/
  .ml-ameni{
    margin-left: 100px;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1415px) {
  /*** D E P A R TA M E N T O S ***/
  .nextArrowDep {
    right: -30px !important;
  }

}


@media (max-width: 1199px) {
  .w110{
    width: 110% !important;
  }

  .pl110{
    padding-left: 70px;
  }

  .dep-130{
    width: 60%;
    margin: auto;
  }

  .dep-100{
    width: 70%;
    margin: auto;
  }

  /* .bg_video{
    width: 90%;
    position: relative;
    left: 32px;
    top: 0px;
    z-index: 999;
    visibility: visible;
    object-fit: cover;
  } */

  #toggle {
      display: block;
      width: 28px;
      height: 30px;
      margin-right: 20px;
  }
  #toggle span:after,
  #toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -9px;
  }
  #toggle span:after {
      top: 9px;
  }
  #toggle span {
      position: relative;
      display: block;
  }
  #toggle span,
  #toggle span:after,
  #toggle span:before {
      width: 25px;
      height: 3px;
      background-color: #fff;
      transition: all 0.3s;
      backface-visibility: hidden;
  }
  #toggle.on span {
      background-color: transparent;
  }
  #toggle.on span:before {
      transform: rotate(45deg) translate(5px, 5px);
  }
  #toggle.on span:after {
      transform: rotate(-45deg) translate(7px, -8px);
  }
  .navbar {
      padding: 1.2em;
  }
  .navbar-dark .navbar-toggler {
      border: 0px;
  }
  .navbar-collapse {
      margin-left: -15px;
      margin-right: -15px;
      min-height: 100vh;
      background-color: #000;
      padding-top: 3em;
  }
  .nav-item {
      padding: 0px 1em;
      align-self: initial;
  }
  .navbar-dark .navbar-nav .nav-link {
      color: #fff !important;
      padding-top: 1em;
      padding-bottom: 1em;
      font-size: 16px;
      font-weight: 400;
  }
  .navbar-dark .navbar-nav .active>.nav-link {
      color: #fff !important;
  }
  .navbar-dark .navbar-nav .nav-link:hover {
      color: #fff !important;
  }

}

@media (max-width: 768px) {
  .w110{
    width: 110% !important;
  }

  .pl110{
    padding-left: 70px;
  }

  .dep-130{
    width: 60%;
    margin: auto;
  }

  .dep-100{
    width: 70%;
    margin: auto;
  }

  /* .bg_video{
    width: 90%;
    position: relative;
    left: 31px;
    top: 0px;
    z-index: 999;
    visibility: visible;
    object-fit: cover;
  } */

  .tipo_amenidad {
    width: 85%;
  }
  .title {
    font-size: 21px;
  }
  .s_amenidad {
    width: 130px;
  }
  .text_ameni {
    width: 65%;
  }
  .s_ubica{
    left: 80%;
  }
  .s_depto {
    width: 85px;
  }
}

@media only screen and (min-width: 770px) and (max-width: 1025px){
    /*** C O L A B O R A D O R E S ***/
    .ml-colab{
      margin-left: 90px;
    }

}

@media (max-width: 576px) {
/*** U B I C A C I O N ***/
  .pl110{
    padding-left: 70px;
  }

  .title-ubic{
    font-size: 13px;
    font-weight: 700;
    margin: 0;
  }

  .txt-ubic{
    font-size: 11px;
  }

/*** D E P A R T A M E N T O S ***/
  .tipo_d h3 {
    font-size: 21px;
    font-weight: 100;
    margin-bottom: 0px !important;
  }

  .tipo_d p {
    font-size: 11px;
    font-weight: 100 !important;
    margin-bottom: 0px !important;
    line-height: 9px;
    letter-spacing: .5px;
  }

  .title-tipo {
    font-size: 20px;
  }

  .m_depto {
    font-size: 11px;
    font-weight: 600 !important;
  }
  .p_depto {
    font-size: 12px;
    letter-spacing: 2px;
  }
  
/*** C O L A B O R A D O R E S ***/
  .name_colab {
    font-size: 13px;
    font-weight: 500 !important;
    padding-bottom: 2em;
    border-bottom: 1px solid #000;
    width: 90%;
  }

  .desc_colab {
    font-size: 11px;
    width: 90%;
  }

  .desc_colab {
    padding-left: 15px;
  }

  .w110{
    width: 110% !important;
  }

  .dep-130{
    width: 60%;
    margin: auto;
  }

  .dep-100{
    width: 95%;
    margin: auto;
  }

  /* .bg_video{
    width: 90%;
    position: relative;
    left: 25px;
    top: 0px;
    z-index: 999;
    visibility: visible;
    object-fit: cover;
  } */
  
  body {
    font-size: 14px;
  }

  .Whatdiv {
      width: 75px !important;
      position: fixed;
      z-index: 10000;
      padding: 10px;
      height: 115px;
      color: white;
      right: 0px;
      bottom: 50px;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
  }
  .Whatdiv img{
    width: 50px;
  }
  .home {
      background-size: cover;
  }

  .home_redes {
    width: 80%;
  }
  .home_redes .redes {
    margin-right: .5em;
    font-size: 20px;
  }
  .contacto_btn {
    padding: .5em 2em;
    left: -55px;
    font-size: 12px;
  }
  .padbt {
    padding-top: 3em;
    /* padding-bottom: 3em; */
  }
  .s_ubica {
    width: 15px;
  }
  .mapa {
    height: 580px;
  }
  .s_amenidad {
    margin-bottom: 2em;
  }
  .contenedorAme {
    margin-left: 2%;
  }
  .text_ameni {
    width: 80%;
    bottom: 28%;
  }
  .text_ameni h3 {
    font-size: 13px;
    font-weight: 700 !important;
  }
  .text_ameni .slideInfo div {
    font-size: 11px;
    line-height: 14px;
  }
  .tipo_amenidad {
    width: 100%;
  }
  .tipo_amenidad h3 {
    font-size: 10px;
  }
  .w_home {
    bottom: 3%;
  }
  .w_home img {
    width: 40px;
  }
  .text_depto {
    margin-top: 3em;
    padding-right: 2em;
  }
  .name_colab {
    margin-top: 2em;
  }
  .colaboradores {
    height: inherit;
    min-height: 100vh;
  }
  .div_galeria {
    width: 100%;
  }
  /* .img-gal {
    width: 90%;
  } */
  .prevArrow, .nextArrow {
    font-size: 40px;
  }
  .prevArrow {
    left: 10px;
    margin-top: -250px
  }
  .nextArrow {
    right: 10px !important;
    margin-top: -250px
  }

  .prevArrowGal, .nextArrowGal {
    font-size: 40px;
  }

  .nextArrowGal {
    right: 0px !important;
  }

  .prevArrowGal {
    left: 0px;
  }

  .prevArrowAmeni, .nextArrowAmeni {
    font-size: 40px;
  }

  .nextArrowAmeni {
    right: 0px !important;
  }

  .prevArrowAmeni {
    left: 0px;
  }

  .prevArrowDep, .nextArrowDep {
    font-size: 40px;
  }

  .nextArrowDep {
    right: 15px !important;
    margin-top: -200px;
  }

  .prevArrowDep {
    left: 15px;
    margin-top: -200px;
  }

  .footer p {
    font-size: 10px;
  }
  .w_ameni {
    bottom: 2%;
  }

}

@media (max-width: 412px) {
  .w110{
    width: 110% !important;
  }
  
  .pl110{
    padding-left: 70px;
  }

  .dep-130{
    width: 75%;
    margin: auto;
  }

  .dep-100{
    width: 100%;
    margin: auto;
  }

  /* .bg_video{
    width: 90%;
    position: relative;
    left: 11px;
    top: 0px;
    z-index: 999;
    visibility: visible;
    object-fit: cover;
  } */

}


/* JVG finish */

.modal{
  background: rgba(240, 235, 229, 1) !important;
}

.modal-content{
  border: 0px !important;
  background: rgba(240, 235, 229, 1) !important;
}

.modal-header{
  border-bottom: 0px !important;
}

.descripcion_modal{
  color: #635d3c;
  font-family: 'Nunito', Bold;
  font-size: 20px;
  font-weight: 400;
}

.form-control{
  background-color: transparent !important;
  border-radius: 0px !important;
  border: 0px;
  border-bottom: 2px solid #595336;
  color: #595336;
}

.contacto .row {
  padding-bottom: 2em;
}

::placeholder {
  color: #595336 !important;
}

.btn-cafe {
  background-color: #595336 !important;
  color: #FFF;
}

.btn-cafe:hover {
  background-color: #FFF !important;
  color: #595336;
}
  
