.detalle-opacity{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1500;
}

.detalle-white{
    width: 0px;
    height: 100vh;
    background-color: #FFFFFF;
    overflow-y: auto;
    transition: 0.5s;
}

#carouselExampleIndicators2 > .carousel-indicators button{
    width: 14px;
    height: 14px;
    border-radius: 40px;
    border: 3px solid #0E0453;
    background-color: transparent;
}

#carouselExampleIndicators2 > .carousel-indicators .active{
    width: 14px;
    height: 14px;
    border-radius: 40px;
    border: 3px solid #0E0453;
    background-color: #CEFFEA;
}

.detalle-info{
    padding: 16px;
    padding-bottom: 300px;
}

.detalle-p{
    color: #316EE5;
    font-family: "Rubik";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.detalle-dias{
    color: #316EE5;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
}

.detalle-descripcion{
    color: #A1A4A9;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}

.detalle-pais{
    color: #316EE5;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 10px;
}

.detalle-back-opciones{
    width: 100%;
    height: 50px;
    background-color: #CEFFEA;
    margin-top: 20px;
}

.detalle-back-opciones .normal{
    width: 33%;
    color: #A1A4A9;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
}

.detalle-back-descarga{
    width: 100%;
    height: 50px;
    background: #f1f5fe;
    margin-top: 10px;
    border-radius: 8px;
}

.detalle-back-descarga p{
    color: #111;
    text-align: right;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin: 0px;
    margin-right: 10px;
}

.detalle-back-descarga button{
    border-radius: 54px;
    border: 1px solid #111;
    color: #316EE5;
    text-align: center;
    font-family: "Montserrat";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    background: #FFF;
    padding: 8px;
}

.detalle-back-descarga button svg{
    margin-left: 5px;
}

.detalle-opciones-descarga{
    position: absolute;
    top: 50px;
    right: 0;
    width: 290px;
    height: 170px;
    z-index: 300;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}

.detalle-opciones-descarga p{
    color: #316ee5;
    font-family: "Montserrat";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    margin-bottom: 10px;
}

.detalle-opciones-descarga > a{
    width: 100%;
    height: 60px;
    color: #000;
    font-family: "Rubik";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    border-bottom: .5px solid #a1a4a9;
    background: #fff;
    padding: 0 10px;
    text-decoration: none;
}

.detalle-opciones-descarga > a:hover{
    background-color: #ceffea;
}

/* acordeon */
.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
    max-height: 10rem;
}

/* Visual styles */
.accordion {
    color: #227093;
    border-radius: 0.5rem;
    overflow: hidden;
}
.tab__label,
.tab__close {
    display: flex;
    color: #000000;
    cursor: pointer;
}
.tab__label {
    justify-content: space-between;
    padding: 1rem;
    color: #316EE5;
    font-family: "Rubik";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-bottom: 1px solid #000000;
    border-radius: 4px 4px 0px 0px;
}
.tab__label::after {
    content: "\276F";
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 24px;
    transform: rotate(90deg);
    transition: all 0.35s;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 50%;
    font-size: 16px;
}
.tab input:checked + .tab__label::after {
    transform: rotate(270deg);
}

.tab__content{
    border-radius: 0px 0px 4px 4px;
}
.tab__content > p {
    margin: 0;
    padding: 1rem;
    color: #6A6868 !important;
    font-family: "Poppins" !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}
.tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

/* Fin acordeon */

.detalle-cards-hoteles{
    width: 100%;
    height: 170px;
    border-radius: 8px;
    border: 0.5px solid #DFE6ED;
    background: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    padding: 8px;
    margin-top: 15px;
}

.detalle-cards-hoteles2{
    width: 100%;
    height: 92px;
    border-radius: 8px;
    border: 0.5px solid #DFE6ED;
    background: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    padding: 8px;
    margin-top: 15px;
}

.detalle-cards-hoteles a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.detalle-cards-hoteles2 a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.detalle-card-title{
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.detalle-card-lugar{
    overflow: hidden;
    color: #6A6868;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Rubik";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.detalle-card-evaluacion{
    color: #316EE5;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.detalle-card-lleno{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #00AA6C;
    margin: 0px 2px;
}

.detalle-card-vacio{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #00AA6C;
    margin: 0px 2px;
}

.detalle-card-boton{
    position: absolute;
    bottom: 8px;
    left: calc(170px + 12px);
    width: calc(100% - 194px);
    height: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.detalle-card-boton-hover{
    position: absolute;
    bottom: 8px;
    left: calc(170px + 12px);
    width: calc(100% - 194px);
    height: 40px;
    color: #316EE5;
    text-align: right;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background-color: #EDFEF6;
}

.detalle-card-boton-hover div{
    margin-bottom: 12px;
}

.detall-incluye{
    color: #459A33;
    font-family: "Montserrat";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 10px 0px;
}

.detalle-inlcuyes div{
    color: #000;
    font-family: "Rubik";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 0px;
}

.detalle-inlcuyes div svg{
    margin-right: 10px;
}

.detall-no-incluye{
    color: #F3532E;
    font-family: "Montserrat";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 5px 0px;
}

.detalle-regresar-arriba{
    width: 100%;
    height: 50px;
}

.detalle-cerrar{
    color: #ED002E;
    font-family: "Montserrat";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.detalle-cerrar svg{
    margin-right: 20px;
}

.detalle-cotizar{
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 40%;
    height: 80px;
    background: #CEFFEA;
    padding: 8px 32px;
    z-index: 1000;
}

.detalle-boton-cotizar{
    width: 165px;
    height: 60px;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 54px;
    background: #316EE5;
    padding: 8px 16px;
    border: 0px;
}

.detalle-padding-100{
    margin-bottom: 100px;
}

.detalle-texto1{
    color: #316EE5;
    font-family: "Rubik";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.detalle-texto2{
    color: #316EE5;
    font-family: "Rubik";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.detalle-texto3{
    color: #000;
    font-family: "Rubik";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 11px;
    margin-top: 5px;
}

.detalle-fondo-ranking{
    width: 100%;
    height: 48px;
    color: #000;
    font-family: "Rubik";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 16px 0px;
    padding: 0px 16px;
}

.detalle-ranking-puntaje{
    color: #316EE5;
    font-family: "Rubik";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.detalle-ranking-mensaje{
    color: #4E380E;
    font-family: "Rubik";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 4px 9px;
    border-radius: 4px;
    background: #FDCC6C;
}

.detalle-fondo-hotel{
    width: 170px;
    height: 100%;
    border-radius: 8px 0px 0px 8px;
    background-attachment: fixed;
}

.detalle-fondo-info-hotel{
    width: calc(100% - 170px);
    height: 100%;
    padding-left: 10px;
}

@media (max-width: 855px) {
    .detalle-white{
        width: 100%;
    }

    .detalle-cotizar{
        width: 100%;
    }

    .detalle-boton-cotizar{
        width: 165px;
        height: 52px;
    }

    .detalle-cotizar{
        padding: 8px 16px;
    }

    .detalle-cards-hoteles{
        height: 140px;
    }

    .detalle-fondo-hotel{
        width: 100px;
    }
    
    .detalle-fondo-info-hotel{
        width: calc(100% - 100px);
    }
}