.test{
    background-color: wheat;
}
:root{
    --verde_bajito: #B6E2D3;
    --verde_gris: #616D69;
    --amarillo: #FEEDAA;
    --verde1: #A3D96C;
    --verde2:#91BF63;
    --verde3:#69A60D;
    --verde4:#547312;
    --verde5:#0D0D0D;
    --amarillo1:#F2F2F2;
    --amarillo2:#D9CBA0;
    --amarillo3:#403410;
    --amarillo4:#BF9B30;
    --amarillo5:#F2E9CE;
}
.contenedor_whats{
    padding-top: 70px;
   
}
.selecccion_hotel{
    margin-left: 20%;
    width: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}
.option_hotel{
    font-size: 2rem;
    text-align: center;
    width: 50%;
    background: var(--verde_gris);
    color: white;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-right: 1px solid #fff;
}
.option_hotel:hover{
    cursor: pointer;
    opacity: .7;
}
.option_hotel > i{
    font-size: 2rem;
}
.hide{
    display: none;
  }
  .active2{
    /*background: var(--verde_bajito);*/
    background-color: #e6e3e3;
    color: black;
    border-bottom: 1px solid #fff;
  }
  .hotel_seleccionado{
    margin-top: 0px;
    padding-top: 0px;
    width: 59.95%;
    margin-left: 20%;
    height: auto;
    /*background-color: #e6e3e3;*/
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .hotel_seleccionado > .imagen_hotel_seleccionado{
    margin-top: 0px;
    padding-top: 0px;
    display:flex;
    justify-content: center;
    align-items: center;
  }
  .imagen_hotel_seleccionado > .img1{
    padding-top: 30px;
    height: 100px;
  }
  .imagen_hotel_seleccionado > .img2{
    padding-top: 10px;
    height: 120px;
  }
  .mensaje{
    padding-top: 25px;
    padding-bottom: 10px;
    width: 90%;
    margin-left: 5%;
  }
  .mensaje2{
    padding-top: 25px;
    padding-bottom: 10px;
    width: 90%;
    margin-left: 5%;
  }
  th{
    font-size: 1.6rem;
  }
  td{
    font-size: 1.2rem;
    justify-content: center;
    align-items: center;
  }
  .encabezado_tabla{
    text-align: center;
  }
  .fa{
    color:#127d39;
  }
  .fa-whatsapp:hover{
    color:#25D366;
  }
  .boton_ok{
    background-color: transparent;
    border: none;
    font-size: 2.6rem;
  }
  .fa-check-circle{
    color: rgb(16, 168, 161);
  }
  .fa-check-circle:hover{
    color: rgb(20, 250, 238);
  }
.fa-warning{
  color: rgb(255, 184, 18);
}
.fa-warning:hover{
  color: rgb(248, 113, 10);
}
  .boton_full{
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .boton_full > a{
    font-size: 1.5rem;
    text-decoration: underline !important;
  }
  .fa-close{
    color: firebrick;
  }
  .fa-refresh{
    font-size: 1.6rem;
  }
  .fa-refresh:hover{
    color: #25D366;
  }
  ul > li > a{
    font-size: 1.6rem;
    color: #212121;
  }