/** MENU DE NAVEGACION  */

.cabeceraHab {
    background-color: #9d8076;
    position: fixed;
    padding: 40px 35px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
}

.cabecera{
    padding: 20px 22px !important;
}

.cabeceraHab a {
    color: #000;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
}

.navContenedorHab {
    max-width: 100em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
}

.logoPlahotHab {
    width: 196px;
    height: 100px;
    padding: 0;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
}

.logoPlahotHab img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navegacionHab ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navegacionHab ul li {
    display: inline-block;
}

.navegacionHab ul li a {
    display: block;
    padding: 18px;
}

/** BUSCADOR DEL MENU DE HABITACIONES  */

.buscador {
    padding: 5px;
    position: relative;
}

.buscador input {
    box-shadow: 0 1px 10px rgb(0, 0, 0, .3);
    width: 240px;
    height: 40px;
    padding: 0 20px;
    border: none;
    font-size: 15px;
    border-radius: 30px;
    outline: none;
    transition: .5s;
}

.btnBuscar {
    position: absolute;
    top: 0px;
    right: 4px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #9d8076;
    font-size: 20px;
    cursor: pointer;
}

.btnFiltro {
    font-size: 20px;
}

/** ESTILOS A LOS CARD DE HABITACIONES  */

.resHabitaciones {
    max-width: 90em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.resHabitaciones h1 {
    margin-top: 110px;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    font-size: 50px;
}

.contCardHab {
    max-width: 71.3em;
    display: flex;
    flex-wrap: wrap;
    margin-left: 40px;
}

.cardHab {
    width: 350px;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
    transition: transform .3s ease;
}

.cardHab:hover {
    transform: scale(1.01);
}

.imgCard {
    width: 100%;
    height: 200px;
}

.imgCard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.tituloHab h2 {
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
}

.tituloHab .btnImgHab {
    display: none;
}

.infoCard {
    margin: 0 30px;
}

.infoCard p {
    margin-bottom: 5px;
    font-size: 14px;
}

.infoCard p span {
    font-weight: bold;
}

.infoCard .filtrosHab {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
}

.check {
    display: none;
}

.infoCard .selFiltro {
    margin-top: 15px;
    font-size: 14px;
}

.infoCard .filtrosHab li label {
    margin-right: 5px;
    padding: 4px 25px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #7f7d7d;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease
}

.infoCard .filtrosHab li label:hover {
    background-color: #ccc;
    border-color: #555;
    color: #333;
}

.infoCard .filtrosHab li input[type="checkbox"]:checked+label {
    background-color: #000;
    color: #fff;
}

/* .infoCard .filtrosHab li input[type="checkbox"]:checked + label::after {
    content: "\2713";
    margin-left: 5px;
    font-weight: bold;
} */

.btnInfo {
    display: flex;
}

.btnInfo .btnVermas {
    margin-top: 5px;
    width: 280px;
    text-decoration: none;
    padding: 6px 8px;
    margin-bottom: 20px;
    border: 2px solid #b8a3a2;
    border-radius: 5px;
    background-color: #b8a3a2;
    color: #000;
    font-size: 14px;
    transition: background-color .3s ease;
    cursor: pointer;
}

.btnInfo .btnVermas:hover {
    background-color: #9d8b8a;
}

.precios {
    margin-bottom: 20px;
    background-color: #a48887;
    padding: 5px;
}

.precios .precioVent {
    margin: 10px 0 10px 20px;
}

.precios .precioVent p {
    font-size: 14px;
    margin-bottom: 5px;
}

.precios .precioVent span {
    font-size: 14px;
    font-weight: bold;
}

.precios .precioAire {
    margin: 10px 0 10px 20px;
}

.precios .precioAire p {
    font-size: 14px;
    margin-bottom: 5px;
}

.precios .precioAire span {
    font-size: 14px;
    font-weight: bold;
}

/* ESTILOS A LOS FILTROS */

.filtros-habitaciones{
    position: relative;
    padding: 13px 5px;
    width: 90%;
    display: flex;
    border-radius: 8px;
    border: 2px solid #9d8076;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
    background-color: #fff;
    margin-bottom: 30px;
    display: none;
}

.filtros-fecha-huespedes{
    margin-left: 20px;
}

.filtros-fecha-huespedes form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* ESTILOS AL INPUT DEL CALENDARIO*/

.grupo-rango-fechas{
    position: relative;
    width: 310px;
    height: 45px;
    line-height: 45px;
    margin-right: 5px;
}

.grupo-rango-fechas input{
    position: absolute;
    width: 100%;
    line-height: 45px;
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #bcbcbc;
}

.label-fechas{
    position: absolute;
    font-size: 15px;
    height: 10px;
    line-height: 10px;
    padding: 0 5px;
    transform: translate(-4.5px, -4.5px) scale(0.8);
    z-index: 99;
    background-color: #fff;
}

/* ESTILOS AL CALENDARIO */

.drp-buttons .cancelBtn{
    background-color: transparent;
    border: none;
}

.drp-buttons .applyBtn{
    background-color: #000;
    border: none;
    color: #fff;
    cursor: pointer;
}

.daterangepicker td.active, .daterangepicker td.active:hover{
    background-color: #000;
}

.daterangepicker td.active, .daterangepicker td.active{
    background-color: #000;
}


/* ESTILOS AL INPUT DE HUESPEDES */

.huespedes{
    position: relative;
    margin-right: 0px;
}

.grupo-huespedes{
    position: relative;
    width: 310px;
    height: 45px;
    line-height: 45px;
}

.grupo-huespedes input{
    position: absolute;
    width: 100%;
    line-height: 45px;
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #bcbcbc;
    outline: none;
}

.label-huespedes{
    position: absolute;
    font-size: 15px;
    height: 10px;
    line-height: 10px;
    padding: 0 5px;
    transform: translate(-18px, -4.5px) scale(0.8);
    z-index: 99;
    background-color: #fff;
}

.modalHuespedes{
    position: absolute;
    display: none;
    width: 350px;
    margin-top: 10px;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
    z-index: 100;
}

.filtro-huespedes{
    padding: 25px;
    display: flex;
    margin-bottom: 10px;
}

.filtro-huespedes span{
    margin-right: 25px;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
}

.grupo-cantidad-huespedes{
    position: relative;
    width: 90px;
    height: 35px;
    line-height: 35px;
}

.grupo-cantidad-huespedes input{
    position: absolute;
    width: 100%;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #bcbcbc;
    outline: none;
}

.cant-huespedes{
    position: absolute;
    font-size: 15px;
    height: 10px;
    line-height: 10px;
    padding: 0 5px;
    transform: translate(-5px, -4.5px) scale(0.8);
    z-index: 99;
    background-color: #fff;
}

.btn-añadir-guardar{
    padding: 10px;
    display: flex;
    justify-content: right;
    border-top: 1px solid #bfbfbf;
}

.btn-cancelar-habitacion{
    padding: 0 5px;
    height: 35px;
    line-height: 35px;
    background-color: transparent;
    border: none;
    margin-right: 10px;
    cursor: pointer;
    transition: .3s ease;
}

.btn-aplicar-cambios{
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    background-color: #9d8076;
    color: #000;
    border: none;
    margin-right: 10px;
    cursor: pointer;
}

/* estilos al select de climatizacion */

.tipo-climatizacion{
    margin-right: 5px;
}

.grupo-climatizacion{
    position: relative;
    width: 310px;
    height: 45px;
    line-height: 45px;
}

.grupo-climatizacion select{
    position: absolute;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #bcbcbc;
    outline: none;
}

.label-huespedes{
    position: absolute;
    font-size: 15px;
    height: 10px;
    line-height: 10px;
    padding: 0 5px;
    transform: translate(-18px, -4.5px) scale(0.8);
    z-index: 99;
    background-color: #fff;
}

.btn-buscar-filtro{
    padding: 0 20px;
    height: 45px;
    background-color: #9d8076;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    cursor: pointer;
    transition: .3s ease;
}

.btn-buscar-filtro:hover{
    background-color: #947971;
}

@media only screen and (max-width: 860px) {

    .cabecera{
        padding: 0px 10px !important;
    }

}

@media only screen and (max-width: 824px) {

    .cardHab {
        width: 100%;
        margin-right: 30px;
        margin-bottom: 30px;
        border-radius: 10px;
        box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
        transition: transform .3s ease;
    }

    .imgCard {
        position: absolute;
        right: 50px;
        top: 55px;
        width: 220px;
        height: 150px;
    }
    
    .imgCard img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }
    
    .tituloHab h2 {
        padding: 20px 0;
        text-align: center;
        font-size: 20px;
    }
    
    .tituloHab .btnImgHab {
        display: none;
    }
    
    .infoCard {
        margin: 0 30px;
    }
    
    .infoCard p {
        margin-bottom: 5px;
        font-size: 14px;
    }
    
    .infoCard p span {
        font-weight: bold;
    }
    
    .infoCard .filtrosHab {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        padding: 5px 0;
    }
    
    .check {
        display: none;
    }
    
    .infoCard .selFiltro {
        margin-top: 15px;
        font-size: 14px;
    }
    
    .infoCard .filtrosHab li label {
        margin-right: 5px;
        padding: 4px 25px;
        font-size: 14px;
        border-radius: 5px;
        border: 1px solid #7f7d7d;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease
    }
    
    .infoCard .filtrosHab li label:hover {
        background-color: #ccc;
        border-color: #555;
        color: #333;
    }
    
    .infoCard .filtrosHab li input[type="checkbox"]:checked+label {
        background-color: #000;
        color: #fff;
    }
    
    /* .infoCard .filtrosHab li input[type="checkbox"]:checked + label::after {
        content: "\2713";
        margin-left: 5px;
        font-weight: bold;
    } */
    
    .btnInfo {
        display: flex;
    }
    
    .btnInfo .btnVermas {
        margin-top: 5px;
        width: 280px;
        text-decoration: none;
        padding: 6px 8px;
        margin-bottom: 20px;
        border: 2px solid #b8a3a2;
        border-radius: 5px;
        background-color: #b8a3a2;
        color: #000;
        font-size: 14px;
        transition: background-color .3s ease;
        cursor: pointer;
    }
    
    .btnInfo .btnVermas:hover {
        background-color: #9d8b8a;
    }
    
    .precios {
        margin-bottom: 20px;
        background-color: #a48887;
        padding: 5px;
    }
    
    .precios .precioVent {
        margin: 10px 0 10px 20px;
    }
    
    .precios .precioVent p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .precios .precioVent span {
        font-size: 14px;
        font-weight: bold;
    }
    
    .precios .precioAire {
        margin: 10px 0 10px 20px;
    }
    
    .precios .precioAire p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .precios .precioAire span {
        font-size: 14px;
        font-weight: bold;
    }

}

@media only screen and (max-width: 684px) {

    .cabeceraHab {
        padding: 45px 0px;
    }

    .cabecera {
        padding: 0 !important;
    }

    .logoPlahot {
        width: 180px;
        height: 0;
    }

    .navContenedorHab {
        margin-right: 0;
    }

    .buscador input {
        box-shadow: none;
        width: 0px;
    }

    .logoPlahotHab.estadoLogo {
        display: none;
    }

    .buscador.activoBuscador input {
        box-shadow: 0 1px 10px rgb(0, 0, 0, .3);
        width: 250px;
    }

    /** ESTILOS CARD DE HABITACIONES RESPONSIVE  */

    .resHabitaciones h1 {
        margin-top: 100px;
        padding: 20px;
        text-align: center;
        font-size: 35px;
    }

    .contCardHab {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .cardHab {
        width: 95%;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        border-radius: 10px;
    }

    .imgCard {
        display: none;
    }

    .contenidoCard {
        margin: 0 10px;
    }

    .tituloHab {
        margin: 0;
        padding: 12px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .tituloHab h2 {
        padding: 0;
        font-size: 18px;
    }

    .tituloHab .btnImgHab {
        padding: 0;
        font-size: 22px;
        color: #000;
        display: block;
    }

    .contenidoCard p {
        font-size: 13px;
    }


    .infoCard {
        margin: 0 10px;
    }

    .infoCard .filtrosHab li {
        padding: 2px;
        font-size: 12px;
    }

    .precioInfo {
        justify-content: space-between;
    }

    .filtros-fecha-huespedes{
        padding: 10px 5px;
    }

    .fechas{
        width: 100%;
    }

    .grupo-rango-fechas{
        width: 100%;
    }

    .huespedes{
        width: 100%;
    }

    .grupo-huespedes{
        width: 100%;
    }

    .tipo-climatizacion{
        width: 100%;
    }

    .grupo-climatizacion{
        width: 100%;
    }

    .botones-filtro{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .btn-buscar-filtro{
        position: relative;
        padding: 0 30px;
    }

    .infoCard .filtrosHab li {
        margin-bottom: 10px;
    }

}