#btn-back-to-top {
  position: fixed;
  bottom: 120px;
  right: 15px;
  display: none;
  z-index: 9999;
}

.texto-iconos{
  margin-top:0px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

img {
  user-select: none;
  -webkit-user-select: none;
  /* For older WebKit browsers */
  -moz-user-select: none;
  /* For older Firefox browsers */
  -ms-user-select: none;
  /* For older Internet Explorer/Edge */
}

/* TODO LO DE LAS CARDS */

.input_booking{
  background-color: transparent;
  border-color: #E3E3E3;
  color: #FFF;
}

.input_booking:hover {
  background-color: transparent;
  border-color: #E3E3E3;
  color: #FFF;
}

.input_booking:active {
  background-color: transparent;
  border-color: #E3E3E3;
  color: #FFF;
}

.input_booking:focus {
  background-color: transparent;
  border-color: #E3E3E3;
  color: #FFF;
}

.select_booking {
  --bs-bg-opacity: 1;
  background-color: #000 !important;
  border-color: #E3E3E3;
  color: #FFF;
}

.select_booking option{
 color: #000;
}

.form-select{
  background-color: transparent !important;
}

.hoteles{
  transition: 0.3s;
  border-radius: 3px;
}

.hoteles:hover {
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 1rem !important;
}

.card{
  transition: 0.3s;
  min-height: 480px;
}

.card:hover{
  background-color:#614e4a;
  color: #fff;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  transition: 0.3s;
  cursor: pointer;
}

.card:hover .boton-info{
  background-color: #cdad86;
  transition: 0.3s;
}

.card:hover .titulo-promo {
  color: #d1ad83;
  transition: 0.3s;
}

.card:hover .texto-promo {
  color: #FFF;
  transition: 0.3s;
}

.card:hover .titulo-postular {
  color: #d1ad83;
  transition: 0.3s;
}

.card:hover .texto-postular {
  color: #FFF;
  transition: 0.3s;
}

.boton-info {
  margin-top: 13px;
  font-size: 12px;
  background-color: #FFF;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #7e7070;
  text-transform: uppercase;
  transition: 0.3s;
}

.titulo-promo {
  font-size: 20px;
  line-height: 26px;
  font-weight: 450;
  color: #716460;
  transition: 0.3s;
}

.texto-promo {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  transition: 0.3s;
  margin-bottom: 10px;
}

.titulo-postular {
  font-size: 35px;
  font-weight: 600;
  color: #716460;
  transition: 0.3s;
}

.texto-postular {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  transition: 0.3s;
}

/* TERMINA TODO LO DE LAS CARDS */

.boton-reserva{
  transition: 0.3s;
  margin-top:3px;
  font-size:11px; 
  background-color:#c2ab86;
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
  border: 0px;
}

.boton-reserva:hover{
  transition: 0.3s;
  background-color: #614e4a;
}

.boton-cerro {
  transition: 0.3s;
  font-size: 12px;
  background-color: #c2ab86;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 4px;
  border: 0px;
}

.boton-cerro:hover{
  transition: 0.3s;
  background-color: #614e4a;
}

.cabezal_black{
    padding-right:0px;
    background-color: #000;
  }

 .menu-negro{
    background-color: rgba(0,0,0,0.5);
    min-height: 80px;
 }

 .menu-negro-book {
   background-color: rgba(0, 0, 0, 0.8);
   min-height: 80px;
 }

.menu-negro-destinos {
    background-color: rgba(0,0,0,0.5);
    min-height: 50px;
}

 .bg-hoteles {
   background-color: #f3eee7;
 }

 .bg-gris-interior {
   background-color: #f7f5f6;
 }

 .bg-destinos {
    background-color: #f3eee7;
    background-image: url("../images/bg-destinos.png");
    background-repeat: no-repeat;
    min-height: 650px;
}

.contendorbanner{
  min-height: 400px;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
}

h1{
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: 600;
}


h2{
  font-size: 28px;
}

h3{
  font-family: 'Lora', serif;
  font-size: 25px;
  font-weight: 600;
}


.titulo-slide{
  font-family: "Raleway", sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  color:#FFF;
  text-shadow: 1px 1px 2px #000;
}

.titulo2-slide {
  font-family: "Raleway", sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 1px 1px 2px #000;
}

.titulo3-slide {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 45px;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 1px 1px 2px #000;
}



p{

  font-family: "Raleway", sans-serif;

  font-size: 24px;

  font-weight: 400;

}



.texto-grueso{

  font-weight: 700;

}



.texto-naranja{

  color:#f5ab00;

  font-size: 15px;

}



.texto-rojo {

  color: #dc4936;

}





.texto-blanco{

  color:#FFF;

  font-size: 14px;

}



.texto-verde {

  color: #719e5b;

}



.texto-azul {

  color: #264694;

}



.texto-gris {

  color: #777;

}

.texto-gris-interior {

  color: #999999;

}


.texto-negro{

  /* TEXTO DE SEECION DE LAS NOTICIAS DE LA HOME */

  font-family: 'Lora', serif;

  font-size: 14px;

  color:#000;

}



.texto-seccion {

  font-family: 'Lora', serif;

  font-size: 36px;

  color: #FFF;

  font-weight: 600;

}



.texto-seccion-home {

  font-family: 'Lora', serif;

  font-size: 22px;

  color: #FFF;

}



.texto-footer{

  /* TEXTO DE SEECION DE LAS NOTICIAS DE LA HOME */

  color:#2d2d2d;

  font-size: 16px;

  text-align: center;

  line-height: 36px;

}



.texto-11{

  font-size: 11px;

  line-height: 22px;

}



.texto-11negrita {

  font-size: 11px;

  line-height: 22px;

  font-weight: 600;

}



.texto-11pie {

  font-size: 11px;

  font-weight: 600;

}



.texto-13{

  font-size: 13px;



}



.texto-12promo {

  font-size: 12px;

  font-weight: 400;

  color: #000;



}



.texto-14{

  font-size: 14px;



}





.texto-14negrita{

  font-size: 14px;

  font-weight: 600;



}


.circle-icon-container {
  
  background-color: #333132;

  width: 60px;

  height: 60px;

  border-radius: 50%;
  display: flex;

  justify-content: center;

  align-items: center;

  color: white;

  font-size: 24px;

}


.texto-16 {
  font-size: 16px;
}

.texto-18 {
  font-size: 18px;
}

.texto-20 {
  font-size: 20px;
  line-height: 18px;
  font-weight: 450;
  color: #000;
}

.texto-22 {
  font-size: 22px;
  font-weight: 550;
}



.texto-22cerro {

  font-size: 22px;

  font-weight: 550;

  color:#ccac86;



}



.texto-32 {

  font-size: 32px;

  font-weight: 500;

  color: #000;



}

.texto-38 {

  font-size: 38px;

  font-weight: 500;

  color: #000;



}

.texto-40 {

  font-size: 40px;

  font-weight: 700;

  color: #646060;



}

.texto-34 {

  font-size: 34px;

  font-weight: 500;

  color: #c2ab86;



}



.texto-54 {

  font-size: 54px;

  font-weight: 350;

  color: #000;



}



.texto-54ski {

  font-size: 54px;

  font-weight: 800;

  color: #000;



}



.texto-54week {

  font-size: 54px;

  font-weight: 700;

  color: #cbae85;



}



.list-group {

  --bs-list-group-color: none;

  --bs-list-group-bg: none;

}

.contenedor-fotos{

  position:relative;

  max-height:269px;

  overflow:hidden;

}



.contenedor-novedades{

  box-shadow: 0px 0px 4px #e4e4e4;

}



.footer-novedades {

  background-color: #719e5b;;

  padding: 10px;

  color:#FFF;

  text-decoration: none;

  font-family: 'Lora', serif;

  font-size: 18;

  text-align: center;

}



li, .btn{

  font-family: 'Open Sans', sans-serif;

}



.botones-home-negros{

  background-color: rgba(0,0,0,0.5);

  border-radius:5px;

  min-height:150px;

  padding:35px;

}



.botones-interior-negros{

  background-color: rgba(0,0,0,0.05);

  border-radius:5px;

  min-height:625px;

  padding:35px;

}



.contenedor-home-negros{

  background-color: rgba(0,0,0,0.5);

  padding:0px;

}



.botones-home-blancos{

  background-color: #5e48b6;

  border: 1px solid #FFF;

  border-radius:5px;

  min-height:100px;

  padding:15px;

  padding-top:22px;

}



.iconos-naranjas{

  font-size:42px;

  color:#ffc107;

  margin-top:0px;

}







.titulo-naranja{

  color:#ffc107;

  margin-top:17px;

}



.slide_mobile{

  display:none;

  margin-bottom: 0px;

}



.vl {

  border-left: 18px solid #5e48b6;

  height: 80px;

  margin-right: 20px;

}



.vl-interior {

  border-left: 18px solid #5e48b6;

  height: 300px;

  margin-right: 20px;

}



.vl2 {

  border-left: 18px solid #5e48b6;

  height: 50px;

  margin-right: 20px;

}



.vl2w {

  border-left: 18px solid #FFF;

  height: 50px;

  margin-right: 20px;

}



.dropdown-menu{

--bs-dropdown-link-color: #CCC;

--bs-dropdown-link-hover-color: #000;

--bs-dropdown-link-hover-bg: #E3E3E3;

}



.navbar-brand{

  padding-top:0px;

}



.justify-content-md-center {

  justify-content: right !important;

}



.hr-gris{

  border-color: #b0afb5;

  border-width: 4px;

  width: 555px;

}



.menu_principal{

  position:absolute;

  top:0px;

  right:0px;

}



@media (max-width: 1200px) {

  .titulo-slide {
      font-family: "Raleway", sans-serif;
      font-size: 31px;
      font-weight: 700;
      line-height: 35px;
      text-transform: uppercase;
      color: #FFF;
      text-shadow: 1px 1px 2px #000;
    }
  
    .titulo2-slide {
      font-family: "Raleway", sans-serif;
      font-size: 50px;
      font-weight: 700;
      line-height: 70px;
      text-transform: uppercase;
      color: #FFF;
      text-shadow: 1px 1px 2px #000;
    }
  
    .titulo3-slide {
      font-family: "Raleway", sans-serif;
      font-size: 20px;
      font-weight: 600;
      line-height: 28px;
      text-transform: uppercase;
      color: #FFF;
      text-shadow: 1px 1px 2px #000;
    }

    .titulo-seccion {
      font-family: "Raleway", sans-serif;
      font-size: 31px;
      font-weight: 700;
      line-height: 30px;
      text-transform: uppercase;
      color: #000;
    }

    .titulo2-seccion {
      font-family: "Raleway", sans-serif;
      font-size: 20px;
      font-weight: 600;
      line-height: 28px;
      text-transform: uppercase;
      color: #000;
    }





  .menu_principal {

      position: relative;

      top: 0px;

      left: 0px;

    }



  .slide_mobile{

    display:inline;

    margin-bottom: 0px;

  }

	.slide_desktop{display:none;}



  .navbar-collapse{

    margin-left:10px;

    /* margin-bottom: 25px; */

  }



 



  .navbar-brand{

    margin-top:0px;

    margin-left:0px;

  }



  .hr-gris{

    border-color: #b0afb5;

    border-width: 4px;

    width: 90%;

  }



    .titulo2-slide {

      line-height:normal;

    }



}





.hover-underline {

  font-size: 2rem;

  color: #ffffff;

  position: relative;

  display: inline-block;

}



.hover-underline::after,

.hover-underline::before {

  content: '';

  position: absolute;

  width: 100%;

  height: 1px;

  background-color: #F3F3F3;

  bottom: -5px;

  left: 0;

  transform: scaleX(0);

  transform-origin: right;

  transition: transform 0.4s ease-out;

}



.hover-underline::before {

  top: -5px;

  transform-origin: left;

}



.hover-underline:hover::after,

.hover-underline:hover::before {

  transform: scaleX(1);

}