/* #464749 */
/* #3764ab */
h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
td,
th,
tr,
table,
a,
input,
label,
button,
.poppins-semibold {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
}

.bg-blue-dark {
    background: #3764ab !important;
}

.bg-yellow {
    background-color: rgb(250, 250, 7) !important;
}

.text-blue-dark {
    color: #464749 !important;
}

.w-4 {
    width: 4%;
}

.menu-border-rad {
    border-radius: 0px 120px 120px 0px;
    background-color: #464749;
    color: #fff;
}


.border-reservas {
    border-bottom: 2px solid #3764ab !important;
}

.adjunto {
    width: auto;
    padding: 0.5rem;
    padding-top: 0.7rem;
}

.h-4rem {
    height: 4rem;
}

.w-80 {
    width: 80%;
}

.mt-5rem {
    margin-top: 5rem;
}

.menu-border:hover {
    border-bottom: 4px solid #464749;
}

.menu {
    border-radius: 200px 200px 200px 0px;
}

.offcanvas-start {
    width: 100px !important;
}

/* Tooltip general */
.custom-tooltip .tooltip-inner {
    background-color: #464749;
    /* Cambiar color de fondo del tooltip */
    color: #fff;
    /* Cambiar color del texto */
}

/* Flecha del tooltip para cada posición */
.bs-tooltip-end .tooltip-arrow {
    border-right-color: #464749;
}

.w-95 {
    width: 95%;
}

.bg-orange {
    background-color: rgb(255, 166, 0) !important;
}

.bg-rose {
    background-color: rgb(255, 0, 85) !important;
}



.bg-orange-dark {
    background-color: #ce7800 !important;
}

.bg-green {
    background-color: rgb(0, 168, 0) !important;
}

.bg-brown {
    background-color: #762b00 !important;
}

.bg-red {
    background-color: rgb(255, 0, 0) !important;
}

.bg-grey {
    background-color: rgb(225, 225, 225) !important;
}

.ventas-border {
    border-bottom: 3px solid #3764ab;
}

.border-table {
    border: 2px solid rgb(250, 128, 114);
}

.btn-table {
    border-color: #3764ab !important;
    color: #fff !important;
    background: #3764ab !important;
}

.btn-table.active {
    border-color: #3764ab !important;
    color: #fff !important;
    background-color: #464749!important;
}

.btn-table:hover {
    background: #3764ab !important;
    color: #fff !important;
}

.btn-table::after {
    background-image: url('../img/panel/flecha-abajo-white.svg') !important;
}

.btn-ventas::after {
    background-image: url('../img/panel/flecha-abajo-blue.svg') !important;
}

.h-fit-content {
    height: fit-content;
}

.btn-reservas {
    background: #6695e0 !important;
    color: #fff !important;
}

.btn-reservas.active {
    background: #3764ab !important;
    color: #fff !important;
}

.btn-trsl-ver-mas {
    background: #3764ab !important;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    padding: 5px;
}

.btn-trsl-ver-mas:hover {
    background: #3764ab !important;
    color: #fff !important;
}

.ingresos-shadow {
    box-shadow: 0px 1px 0px 27px rgba(0, 0, 0, 0.48);
}

.fa-search {

    position: absolute;
    top: 23px;
    right: 10.5vw;
    color: #9ca3af;

}

.lupa {
    width: 1.5rem;
}

.form-control {
    padding-left: 1rem !important;
}

.btn-input-search {
    border: 2px solid #3764ab !important;
}

select>option {
    color: #3764ab;
}

.form-select {
    background-image: url('../img/panel/flecha-abajo-blue.svg') !important;
}

.form-select-white {
    background-image: url('../img/panel/flecha-abajo-white.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right .75rem center !important;
}

.paginations.active {
    background-color: #3764ab !important;
    color: #fff !important;
}

.paginations {
    background-color: #9ca3af81 !important;
    color: #3764ab !important;
}

.table>:not(caption)>*>* {
    padding: 1rem 2rem !important;
    border-bottom-width: 8px !important;
    border-color: #fff !important;
    padding-left: 0.5rem !important;
}

.tbody-content-center {
    font-size: 18px;
    vertical-align: middle !important;
}

.tabla-reservas {
    text-align: center;
    padding-top: 1.48rem !important;
    border-radius: 5rem;
}

th.tabla-reservas {
    border-radius: 0 !important;
}

.filtro-reservas-left {
    background-color: #3764ab !important;
    border-radius: 3rem 0rem 0rem 3rem;
}

.filtro-cupones-left {
    border-radius: 2rem 0rem 0rem 0rem;
}

.filtro-reservas-right {
    background-color: #3764ab !important;
    border-radius: 0rem 3rem 3rem 0rem;
}

.filtro-cupones-right {
    border-radius: 0rem 2rem 0rem 0rem;
}

th.filtro-reservas {
    padding: 1.5rem 0.5rem !important;
}

th.filtro-cupones {
    background-color: #3764ab !important;
    padding: 1.5rem 0.5rem !important;
}

th.filtro-reportes {
    padding: 1rem 0.5rem !important;
    vertical-align: middle !important;
}

.d-content {
    display: contents;
}


.input-status {
    background-image: url('../img/panel/checkbox.svg') !important;
    height: 2em !important;
    width: 4em !important;
    margin-left: 0.5em !important;
    background-color: #8b9ba84b !important;
    border: none !important;
}

.input-status:checked {
    background-color: rgba(15, 54, 161, 0.603) !important;
}

.w-4rem {
    width: 4rem !important;
}

.w-12rem {
    width: 12vw !important;
}

.bg-blanco {
    background-color: #d6e4f3 !important;
}

.bg-markup {
    background-color: #6695e0 !important;
}


.bg-editar {
    background-color: #6695e033 !important;
}

.fs-08 {
    font-size: 0.8rem;
}

.w-55 {
    width: 55% !important;
}

.w-30 {
    width: 30% !important;
}

.d-grafica {
    display: flex;
}

@media (min-width: 740px) and (max-width: 1600px) {
    .d-grafica {
        display: grid;
    }
}

.fs-reservas {
    font-size: 1rem !important;
}

.navCustomTab{
    background: #3764ab !important
}

.navCustomTab.active{
    background: #464749 !important;
}

.fs-btn-actividades {
    font-size: 17px !important;
    font-weight: 600;
}

.w-reservas {
    width: 2rem !important;
}

.fs-detalle-reserva {
    font-size: 1.2vw !important;
}

.img-exportar {
    width: 1.5rem;
}

.w-tabla-reserva {
    width: 100% !important;
    overflow-x: auto;
}

@media (min-width: 1024px) and (max-width: 1399px) {
    .w-tabla-reserva {
        width: 75rem !important;
    }
}


@media (min-width: 1024px) and (max-width: 1415px) {
    .w-reservas {
        width: 1.5rem !important;
    }
}

#markup .tabla-markup {
    padding: 1rem 0.9rem !important;
}

.fs-markup {
    font-size: 1vw !important;

}



@media (min-width: 1024px) and (max-width: 1730px) {
    .tabla-ventas-y-pagos {
        overflow-x: auto;
        width: 94rem !important;
    }
}

.d-acumulaciones {
    display: flex;
}

.w-ventas-acumuladas {
    width: 50% !important;
}

.w-reservas-acumuladas {
    width: 75% !important;
}

.d-titular-reservacion {
    display: grid;
}

.d-campos-titular-reservacion {
    display: flex;
}

.d-informacion-reserva-label {
    display: none;
}

.d-informacion-reserva {
    display: grid;
}

.d-campos-informacion-reserva {
    display: flex;
}

.comentarios-font {
    font-size: 1rem;
}

.mb-comentarios-habitacion {
    margin-bottom: 0rem;
}

.w-status-pago {
    width: 50%;
}

@media (min-width: 740px) and (max-width: 1399px) {
    .d-informacion-reserva-label {
        display: block;
    }

    .w-status-pago {
        width: 100%;
    }

    .d-informacion-reserva {
        display: flex;
    }

    .mb-comentarios-habitacion {
        margin-bottom: 3rem;
    }
}

.d-reservaciones-realizadas {
    display: flex;
}

@media (min-width: 740px) and (max-width: 1199px) {
    .d-acumulaciones {
        display: grid;
    }

    .d-reservaciones-realizadas {
        display: grid;
    }

    .comentarios-font {
        font-size: 0.8rem;
    }

    .d-titular-reservacion {
        display: flex;
    }

    .d-campos-titular-reservacion {
        display: grid;
    }

    .w-ventas-acumuladas {
        width: 100% !important;
    }

    .w-reservas-acumuladas {
        width: 100% !important;
    }
}

.form-control-login {
    font-size: 1.7rem !important;
    background-color: #d3deff !important;
    padding: .375rem 1.75rem !important;
    border: none !important;
    height: 100%;
}

.w-signin {
    width: 40rem;
}

.p-logo-signin {
    padding: 0rem 0rem 0rem 10rem;
}

.w-inicio-logo {
    width: 15%;
}

.w-inicio-texto {
    width: 50%;
}

@media (min-width: 992px) and (max-width: 1202px) {



    .w-inicio-logo {
        width: 27%;
    }

    .w-inicio-texto {
        width: 100%;
    }
}


#email::placeholder,
#password::placeholder {
    color: rgb(116, 116, 116) !important;
}

.form-check-input {
    background-repeat: no-repeat !important;
}

.p-10 {
    padding: 10%;
}

.bg-login {
    height: 49.61vw;
    width: 100vw;
    background-color: rgb(0 0 0 / 29%);
}

.bg-blue {
    background: #3764ab;
}

input[type=checkbox] {
    background: none;
    border: 1px solid #c0c0c0;
}


/* .w-35rem {
    width: 35rem!important;
} */

.agregar-cupon-Formulario-agencia {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #707070;
}

.agregar-cupon-Formulario-agencia nav {
    width: 70%;
}

.agr-cupon-dato-agencia {
    margin-bottom: 1%;
    display: grid;
    grid-template-columns: 20% 80%;
    text-align: right;
    align-items: center;
}

.agregar-cupon-Formulario-agencia input:not(.archivo-input) {
    background-color: #e2e5e6;
    border: none;
    box-shadow: none;
    margin-left: 50px;
    margin-top: 10px;
    grid-column: 2/3;
    width: 40%;
    padding: 1%;
}


.agregar-cupon-Formulario-agencia select {
    background-color: #e2e5e6;
    border: none;
    box-shadow: none;
    margin-left: 50px;
    margin-top: 10px;
    grid-column: 2/3;
    width: 40%;
    padding: 1%;
}

.mt-documentacion-agencia {
    margin-top: 19px;
}

.agregar-cupon-Formulario-agencia input::placeholder {
    color: #707070;
    opacity: 50%;
}

.agr-cup-inputcode-agencia {
    width: 73% !important;
}

.agregar-cupon-Formulario-agencia button {
    background-color: var(--text-azul);
    border: none;
    box-shadow: none;
    border-radius: 10px;
    color: white;
    margin-left: 97%;
    padding: 1% 7%;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.4rem;
}

.inputfile+label {
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
    border-radius: .25rem;
}

.iborrainputfile {
    font-size: 16px;
    font-weight: normal;
}

.inputfile-1+label {
    color: #fff;
    background-color: #3764ab;
}


.inputfile2 {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile2+label {
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.4rem;
}

.inputfile2+label {
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
    border-radius: .25rem;
}

.iborrainputfile2 {
    font-size: 16px;
    font-weight: normal;
}

.btn-buttons {
    color: #fff!important;
    background-color: #6f6767!important;
    border: none!important;
}

.btn-buttons:hover {
    color: #0a0a0a!important;
    background-color: #e6e6e6!important;
    border: none!important;
}


.inputfile-2+label {
    color: #6c757d;
    background-color: #ffffff;
}


.grid-movil {
    display: flex;
}

.bg-primary-search {
    background: #9ad8e0 !important;
    border-radius: 35px!important;
}

.col-lg-3 {
    width: 25% !important;
}

.form-control-search {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 1rem !important;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu {
    min-width: 20rem !important;
}

.datalist {
    position: absolute;
    border: 0px solid #3764ab !important;
    border-radius: 0 0 5px 5px;
    border-top: none;
    font-family: sans-serif;
    padding: 5px;
    overflow: auto;
    max-height: 360px;
    max-width: 480px;
}

.h4-destinos {
    padding: 0.5rem;
    border-bottom: 1px solid rgb(94, 94, 94);
    color: #212529;

}

div.lis_destinos>.dropdown-item {
    color: #212529 !important;
    cursor: pointer;
}

div.lis_destinos>.dropdown-item-carrusel {
    cursor: pointer;
    padding: 5px;
}

div.lis_destinos>.dropdown-item-carrusel:hover {
    color: #ffffff !important;
    background-color: #3764ab !important;
    cursor: pointer;
    padding: 5px;
}

div.lis_hoteles>.dropdown-item-carrusel {
    cursor: pointer;
    padding: 5px;
}

div.lis_hoteles>.dropdown-item-carrusel:hover {
    color: #ffffff !important;
    background-color: #3764ab !important;
    cursor: pointer;
    padding: 5px;
}

.data-carrusel-destinos {
    margin: 0 40px;
    padding: 10px 20px;
    border: 2px solid var(--text-azul);
    border-top-width: 0;
    border-radius: 0 0 1rem 1rem;
    position: absolute;
    background-color: #ffffff;
}

.loader {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid var(--text-azul);
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}


.loader-toast::before{
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid var(--text-azul);
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-right: 10px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animloader {
    0% {
        box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }

    25% {
        box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;
    }

    50% {
        box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;
    }

    75% {
        box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }

    100% {
        box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }
}

.loader_flecha {
    width: 25px;
    height: 6px;
    margin-top: 20px;
    margin-left: 15px;
    display: inline-block;
    position: relative;
}
.loader_flecha::after {
    content: '';  
    left: 50%;
    top: -35px;
    transform: translate(-50%, 0);
    position: absolute;
    border: 15px solid transparent;
    border-bottom-color: #FFF;
    box-sizing: border-box;
    animation: bump 0.4s ease-in-out infinite alternate;
}
.loader_flecha::before {
    content: '';  
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    position: absolute;
    width: 10px;
    height: 15px;
    background: #FFF;
    box-sizing: border-box;
    animation: bump 0.4s ease-in-out infinite alternate;
}

@keyframes bump {
    0% {
        transform: translate(-50%, 2px);
    }
    100% {
        transform: translate(-50%, -2px);
    }
}
div.lis_destinos>.dropdown-item:hover {
    background-color: #3764ab !important;
    color: #fff!important;
}

div.lis_hoteles>.dropdown-item {
    color: #464749 !important;
    cursor: pointer;
}

div.lis_hoteles>.dropdown-item:hover {
    background-color: #3764ab !important;
    color: #fff !important;
}

div.lis_hoteles_hasta>.dropdown-item {
    color: #464749 !important;
    cursor: pointer;
}

div.lis_hoteles_hasta>.dropdown-item:hover {
    background-color: #3764ab !important;
    color: #fff !important;
}

div.lis_paises>.dropdown-item {
    color: #464749 !important;
    cursor: pointer;
}

div.lis_paises>.dropdown-item:hover {
    background-color: #3764ab !important;
    color: #fff !important;
}

div.lis_terminales>.dropdown-item {
    color: #464749 !important;
    cursor: pointer;
}

div.lis_terminales>.dropdown-item:hover {
    background-color: #3764ab !important;
    color: #fff !important;
}

div.lis_destinosExp>.dropdown-item {
    color: #464749 !important;
    cursor: pointer;
}

div.lis_destinosExp>.dropdown-item:hover {
    background-color: #3764ab !important;
    color: #fff !important;
}

div.lis_hotelesExp>.dropdown-item {
    color: #464749 !important;
    cursor: pointer;
}

div.lis_hotelesExp>.dropdown-item:hover {
    background-color: #3764ab !important;
    color: #fff !important;
}

.btn-search {
    font-size: 100% !important;
    height: 100% !important;
    width: 100%;
    background-color: #464749!important;
    color: #fff!important;
}

.bg-blue-strong {
    background-color: #3764ab !important;
}

.bg-blue-light {
    background: #4eccff !important;
}

.nav {
    padding-left: 22px !important;
}


.nav-tabs {
    border-bottom: 0 !important;
    border-color: transparent !important;
    border: 0px solid transparent !important;
}

.bg-search.active {
    background-color: #464749 !important;
}


.nav-link {
    border: 0px solid transparent !important;
}

.nav-link-search {
    background: #3764ab !important;
}

.nav-link.active {
    color: #ffffff !important;
    border-color: transparent !important;
}

.nav-link-motor {
    margin: 0px 5px !important; 
    border-radius: 15px !important;
    font-weight: lighter !important;  
    background: #215a85 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

.nav-link-motor.active {
    color: #ffffff !important;
    font-weight: lighter !important;
    background-color: #98d1dc !important;
    border-color: transparent !important;
}

.fs-initial {
    font-size: initial !important;
}

.position-motor-search {
    position: relative;
    top: 19rem;
    bottom: 0;
}

#keyupExp_motor::placeholder,
#Pasajeros::placeholder,
#TipoViaje::placeholder,
#pais::placeholder,
#keyup_motor_traslados::placeholder,
#traslado-hasta::placeholder,
#flatpickr-trsl-salida::placeholder,
#flatpickr-trsl-regreso::placeholder,
.placeholder-claro::placeholder,
.flatpickr::placeholder,
#keyup_motor::placeholder {
    color: #47494a !important;
    opacity: 1;
    /* Firefox */
}


.input_motor_home__ {
    padding: 7px 5px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #ffffff;
    /* border-radius: 20px; */
    background: none;
    font-size: 0.86rem !important;
    cursor: pointer;
    text-align: start;
    transition: all 0.5s;
    height: 100%;
    /* margin: 15px auto; */
}


.z-index-1 {
    z-index: -1;
}

.offcanvas {
    background-color: transparent !important;
}

.div_absolute_habitaciones {
    display: none;
    position: absolute;
    margin-top: 3rem;
    width: auto;
    z-index: 1000;
}

.habitaciones {
    background: #3764ab !important;
    border-radius: 3px;
    box-shadow: 0px 2px 5px #292929;
    /* border: 1px solid #000; */
    width: 300px;
}

.div_habitaciones {
    padding: 10px 3px;
}

.button-habitacion.add {
    color: #fff;
}

.button-habitacion.delete {
    color: #ff3939;
}

.button-habitacion {
    background: none;
    border: none;
    padding: 5px 7px;
    color: #fff;
    margin-top: 0px;
    font-size: 15px;
    font-weight: 600;
}

.habitacion {
    border: 2px solid #ffffff;
    padding: 20px 10px;
    position: relative;
}

.habitacion h5 {
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 5px;
    position: absolute;
    top: -10px;
    background: #3764ab;
    left: 15px;
    padding: 0px 7px;
}

.borde-hab {
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
}

.button-persona {
    background: none;
    border: none;
    border-radius: 50%;
    padding: 0px 0px;
    color: #ffffff !important;
    margin-top: 0px;
    font-size: 25px;
    width: 65px;
    height: 25px;
    line-height: 1;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.spannumero {
    font-size: 17px;
    margin: 0px 13px;
    border: none;
    border-radius: 2px;
    width: 35px;
    display: inline-block;
    color: #fff !important;
    font-weight: initial;
}

.habitacion h6 {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 5px;
}

.cerrar-habitaciones {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #3764ab;
    padding: 5px 3px;
    margin-top: 0px;
    font-size: 15px;
    font-weight: 700;
    font-family: sans-serif;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.cerrar-habitaciones-trsl {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #3764ab;
    padding: 5px 3px;
    margin-top: 0px;
    font-size: 15px;
    font-weight: 700;
    font-family: sans-serif;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.scale {
    transform: scale(0.8);
}

.div_absolute_habitaciones-exp {
    display: none;
    position: absolute;
    margin-top: 3rem;
    width: auto;
    z-index: 1000;
}

.habitacion-exp {
    border: 2px solid #ffffff;
    padding: 20px 10px;
    position: relative;
}

.habitacion-exp h6 {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 5px;
}

.habitacion-exp h5 {
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 5px;
    position: absolute;
    top: -10px;
    background: #3764ab;
    left: 15px;
    padding: 0px 7px;
}

.div_absolute_habitaciones-trsl {
    display: none;
    position: absolute;
    margin-top: 3rem;
    width: auto;
    z-index: 1000;
}

.div_absolute_habitaciones-trsl h4 {
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
    padding: 0px 7px;
}

.habitacion-trsl {
    border: 2px solid #ffffff;
    padding: 20px 10px;
    position: relative;
}

.habitacion-trsl h6 {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 5px;
}

.habitacion-trsl h5 {
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 5px;
    position: absolute;
    top: -10px;
    background: #3764ab;
    left: 15px;
    padding: 0px 7px;
}

@media (min-width: 768px) and (max-width: 1199px) {

    .grid-movil {
        display: flex !important;
    }


    .form-control-search {
        font-size: 0.8rem !important;
    }

}

.servicios-por-reserva {
    height: 40px;
    padding: 0px 5px;
}


.d-buscador-hoteles {
    display: flex !important;
}

.scale-9 {
    transform: scale(.9);
}

.z-index-999 {
    z-index: 999;
}

.w-27 {
    width: 27rem;
}

.p-form-5 {
    padding: 0vw 1vw 1vw 1vw;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.bg-blue-footer {
    background-color: #3764ab !important;
}

.texto-decoration-underline {
    text-decoration-color: #464749 !important;
    text-decoration-line: underline !important;
}

.btn-collapse {
    display: none !important;
}

.collapse-resultados.collapse:not(.show) {
    display: grid;
}

.d-filtros {
    display: grid !important;
}

.form-check-input-filtros {
    width: 1.5em !important;
    height: 1.5em !important;
}

.d-filtros-modal {
    display: none !important;
}

.btn-border {
    border: 2px solid #3764ab !important;
}

.btn-close {
    display: none;
}

.w-hoteles {
    width: 100%;
}

.d-hoteles {
    display: flex !important;
}


.checked {
    color: orange !important;
}

.fs-hoteles {
    font-size: 1rem !important;
}

.zona-rates {
    min-height: 25px;
}

.justify-hoteles {
    justify-content: flex-end;
}

.d-detalles {
    display: grid !important;
}

.precio-rates {
    height: 25px;
}

.precio-rates-exp {
    height: 55px !important;
}

.loading-boton {
    cursor: progress;
    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60%) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    background-position: -315px 0, 0 0;
    animation: loading 1.5s infinite;
    border-radius: 20px;
    width: 100%;
    height: 40px;
}

.btn-buscar-mas {
    width: 10rem;
}

.btn-buscar-mas:hover {
  background-color: #464749 !important;
  color: white !important;
}

.hidden-hotel {
    display: none !important;
}

.hidden-filter {
    display: none !important;
}

.btn-contacto {
    background-color: #464749 !important;
    border: none !important;
}

.accordion-button-filtros::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url('../img/panel/flecha-negra.svg') !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.alerta_habitaciones {
    background: #3764ab !important;
    display: flex;
    padding: 4px 10px;
}

.alerta_habitaciones p {
    text-align: left;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    line-height: 2.7;
    font-size: 13px;
}

.alerta_habitaciones i {
    font-size: 25px;
    line-height: 1.7;
    color: #fff;
    margin-right: 5px;
    border-right: 1px solid;
    padding-right: 8px;
}

.fa {
    font-size: 1.7rem !important;
}

.text-grey {
    color: rgb(102, 102, 102) !important;
}

.d-buscador-ficha-hoteles {
    display: flex !important;
}

.mt-n2-ficha-hotel {
    margin-top: -2rem;
}

.sobre-hotel.active {
    background: #3764ab !important;
    color: #fff !important;
}

.sobre-hotel {
    background: #464749 !important;
    color: #fff !important;
}

.main-c {
    font-family: Arial;
    width: 935px;
    display: block;
    margin: 0 auto;
}

.h-galeria-hotel {
    height: 38rem;
}

.galeria-hotel {
    display: block !important;
}

.img-carousel-hotel {
    width: 10rem;
    object-fit: cover;
    height: 6rem;
}

.mt-ficha-hotel {
    margin-top: 3rem;
}

.btn-footer {
    width: 13rem !important;
}

.d-garantiza-327x360 {
    display: block !important;
}

.d-garantiza-215x432 {
    display: none !important;
}

.w-modales {
    width: 85% !important;
}

.mt-reserva-habitacion {
    margin-top: 0 !important;
}

.habitaciones-modal {
    border-radius: 1.3rem !important;
}

.modal-paquetes-desktop {
    display: flex !important;
}

.card {
    min-width: auto !important;
    border: 0px solid rgba(0, 0, 0, .125) !important;
    background: transparent !important;
    border-radius: 1.25rem !important;
}

.icono-verificado {
  background-image: url("../img/Ficha\ de\ Hoteles/verificado.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: 2rem;
  margin: 0.1rem;
}

.div-icono-verificado {
    background: linear-gradient(0deg, #3764ab 2%, #464749 95%);
    position: absolute;
    border-radius: 0rem 0.5rem 0.5rem 0.5rem;
    width: 2.3rem;
    height: 2.3rem;
}

.borde-tratoExclusivo {
  border: 12px solid #3764ab !important;
}

.reembolsable {
    display: block;
    font-size: 15px;
    font-weight: bold;
}

.reembolsable.si,
.reembolsable.si span {
    color: #129912 !important;
}

.text-cancellation-hab {
    font-size: 13px;
}

.price-hotel-hab {
    font-size: 22px;
}

#boton-carrito {
    z-index: 10000;
    padding-left: 5px;
    padding: 12px 0 0 9px;
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 130px;
    right: 40px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #ffffff;
}

#count-carrito {
    position: absolute;
    right: -12px;
    border: 1px solid;
    top: 0;
    background-color: black;
    color: rgb(255, 255, 255);
    width: 25px;
    text-align: center;
    border-radius: 100%;
}

#carrito-message {
    position: absolute;
    bottom: 80px;
    right: 5px;
    background-color: #3764ab;
    color: white;
    font-size: 15px;
    padding: 5px 45px;
    border-radius: 5px;
    display: none;
    z-index: 10001;
}

.preventaDesc span {
    color: #838383 !important
}

.float-prevent span {
    color: #838383 !important;
}

.btnSigPreventa {
    background-color: #3764ab !important;
    color: white !important;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 15px;
}

.preventaDesc h3 {
    font-size: 1.25rem;
}

#datos-tarjeta-div {
    display: none;
}

.alerta-titular {
    background: #5c5c5c;
    border: 2px solid #a9a9a9;
    padding: 5px 8px;
    border-radius: 10px;
    color: white;
}

#titular-div,
.checkout-div {
    background: #f7f7f7;
    padding: 20px;
    border: 2px solid #959595;
    border-radius: 10px;
}

.checkout-div {
    margin: 20px 0;
}

#titular-div label {
    font-size: 1rem;
    color: #383838 !important;
}

#titular-div span {
    color: #383838 !important;
}

.checkout-div a,
.checkout-div span,
.checkout-div label {
    color: #383838 !important;
}

.politicas {
    display: inline-block;
}

.preventaCard {
    border: 2px solid #aaaaaa;
    border-radius: 10px;
    padding: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.rt-site-header {
    background-color: #3764ab;
}

.rt-site-header p {
    color: white;
}

.checkout-btn-regresar {
    padding: 5px 13px;
    border-radius: 6px;
    text-decoration: none;
    background-color: #3764ab;
    color: #fff !important;
}

.form-error {
    border-color: red;
}

.form-error-politicas {
    color: red;
}

  .mapaHotel {
        width: 100%;
        border: 0;
        height: 45.3rem;
    }

    .dt-filter-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  margin-left: 4px;
  font-size: 12px;
}

.dt-filter-menu {
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  z-index: 9999;
  min-width: 180px;
  max-height: 220px;
  overflow-y: auto;
  padding: 8px;
  display: none;
}

.dt-filter-menu label {
  display: flex;
  gap: 6px;
  font-size: 13px;
  cursor: pointer;
}

@media (min-width: 1200px) and (max-width: 1920px) {
    .mapaHotel {
        width: 100%;
        border: 0;
        height: 45.3rem;
    }
}

.bg-grey-cards {
    background-color: #c9c9c998 !important;
}


@media (min-width: 1400px) {
    .container-ficha {
        max-width: 1420px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .container-ficha {
        max-width: 1250px !important;
    }

    .main-c {
        width: 720px;
    }

}

@media (min-width: 1120px) and (max-width: 1199px) {
    .container-ficha {
        max-width: 1025px !important;
    }

    .main-c {
        width: 650px;
    }

    .d-garantiza-215x432 {
        display: block !important;
    }

    .d-garantiza-327x360 {
        display: none !important;
    }

    .w-27 {
        width: 100%;
    }
}

@media (min-width: 300px) and (max-width: 1120px) {
    .mt-n2-ficha-hotel {
        margin-top: 0rem;
    }

    .d-buscador-ficha-hoteles {
        display: grid !important;
    }

    .d-garantiza-215x432 {
        display: none !important;
    }

    .d-garantiza-327x360 {
        display: none !important;
    }

    .w-27 {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1119px) {
    .main-c {
        width: 56rem;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .main-c {
        width: 41rem;
    }

    .fs-hoteles {
        font-size: 2vw !important;
    }
}

@media (min-width: 300px) and (max-width: 767px) {
    .main-c {
        width: 30rem;
    }
}

@media (min-width: 760px) {
    .w-hoteles .card {
        height: 290px !important;
    }

    .w-hoteles .card img {
        object-fit: cover;
    }
}

@media(min-width: 768px) {
    .container-motor {
        max-width: 600px !important;
    }
}

@media(min-width: 992px) {
    .container-motor {
        max-width: 800px !important;
    }
}

@media(min-width: 1200px) {
    .container-motor {
        max-width: 1000px !important;
    }
}

@media(min-width: 1400px) {
    .container-motor {
        max-width: 1200px !important;
    }
}


@media (min-width: 993px) and (max-width: 1199px) {
    .col-lg-4 {
        width: 25% !important;
    }

    .col-lg-3 {
        width: 28% !important;
    }
}

.d-markup-percentage {
    display: flex;
}

@media (min-width: 300px) and (max-width: 992px) {
    .grid-movil {
        display: grid !important;
    }

    .col-lg-4 {
        width: 100% !important;
    }

    .col-lg-3 {
        width: 100% !important;
    }

    .p-button-4 {
        padding: 4vw;
    }

    .btn-w {
        width: 100% !important;
    }

    .btn-search {
        width: 50%;
    }

    .d-markup-percentage {
        display: grid;
    }
}

.object-fit-cover {
    object-fit: cover;
}

.max-habs {
    overflow: auto;
    max-height: 26rem;
}

@media (min-width: 1100px) and (max-width: 1399px) {
    .d-campos-informacion-reserva {
        display: grid;
    }
}

.d-info-reserva {
    display: flex;
}

.d-markup {
    display: flex;
}

@media (min-width: 700px) and (max-width: 1099px) {
    .d-info-reserva {
        display: grid;
    }
}

.d-height-rerserva {
    height: 60px !important;
}

.d-detalle-hab {
    display: grid;
}

.d-detalle-info-hab {
    display: flex;
}

.justify-content-markup {
    justify-content: start;
}

@media (min-width: 700px) and (max-width: 1250px) {
    .d-detalle-hab {
        display: flex;
    }

    .d-detalle-info-hab {
        display: grid;
    }

    .w-4rem {
        width: 100% !important;
    }

    .d-markup {
        display: grid;
    }

    .justify-content-markup {
        justify-content: center;
    }
}

.display-flex {
    display: flex;
}

.filtro-modal {
    display: block;
}

.acordeon {
    width: 100%;
}

.acordeon .contenedor {
    position: relative;
}

/* Posiciona las etiquetas en relación con el contenedor. Añade relleno en la parte superior e inferior y aumenta el tamaño de la fuente. También hace que su cursor sea un puntero */

.acordeon .etiqueta {
    position: relative;
    font-size: 30px;
    cursor: pointer;
}

.acordeon .etiqueta::before {
    position: absolute;
    top: 50%;
    right: -5px;
    font-size: 30px;
    transform: translateY(-50%);
}

/* Oculta el contenido (altura: 0), disminuye el tamaño de la fuente, justifica el texto y añade la transición */

.acordeon .contenido {
    position: relative;
    height: 0;
    font-size: 20px;
    text-align: justify;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
}

/* Añade una línea horizontal entre los contenidos */

.acordeon hr {
    width: 100%;
    margin-left: 0;
}

/* Cambia de signo positivo a negativo una vez activado */

.acordeon .contenedor.activa .etiqueta::before {
    font-size: 30px;
}



.overflow-none {
    overflow-y: unset !important;
}
.d-galerias {
    display: flex;
}
@media (min-width: 700px) and (max-width: 1199px) {
    .d-buscador-hoteles {
        display: grid !important;
    }

    .w-27 {
        width: 100%;
    }

    .d-filtros-modal {
        display: flex !important;
    }

    .btn-close-filtros {
        display: flex;
        background: #3764ab !important;
        border-radius: 50% !important;
        opacity: 1 !important;
        width: 1.3em !important;
        height: 1.3em !important;
    }

    .w-hoteles {
        width: auto;
    }

    .d-hoteles {
        display: flex !important;
    }

    .justify-hoteles {
        justify-content: flex-end !important;
    }

    .d-detalles {
        display: grid !important;
    }
    .mapaHotel {
        width: 100%;
        border: 0;
        height: 23rem;
    }

    .d-galerias {
        display: grid;
    }
}


@media (min-width: 580px) and (max-width: 779px) {
    .d-hoteles {
        display: grid !important
;
    }
    .w-hoteles .card {
        height: auto !important;
    }

    .justify-hoteles {
        justify-content: flex-start!important;
    }

    .d-detalles {
        display: block !important;
    }

    .galeria-hotel {
        display: none !important;
    }
    
}
.d-modalidad {
    display: flex;
}
@media (min-width: 580px) and (max-width: 992px) {
    .d-modalidad {
        display: grid;
    }
    
}

.trix-button--icon-link,
.trix-button--icon-code,
span.trix-button-group--file-tools {
  display: none!important;
}


trix-editor {
    min-height: 10em!important;
    max-width: 50em;
}


@media (min-width: 580px) and (max-width: 900px) {
trix-editor {
    max-width: 36em;
}
}

.drop-header.dropdown-item:hover {
    background-color: transparent!important;
}

.submenu {
    border-radius: 200px 200px 200px 200px!important;
}


.dropend .dropdown-toggle::after {
    border-left: .3em solid #fff!important;
}


.loader-card {
width: 215px;
height: 215px;
display: block;
margin: auto;
position: relative;
background: #FFF;
box-sizing: border-box;
top: 40%;
}
.loader-card::after {
content: '';
width: calc(100% - 30px);
height: calc(100% - 15px);
top: 15px;
left: 15px;
position: absolute;
background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 100%),
linear-gradient(#DDD 100px, transparent 0),
linear-gradient(#DDD 16px, transparent 0),
linear-gradient(#DDD 50px, transparent 0);
background-repeat: no-repeat;
background-size: 75px 175px, 100% 100px, 100% 16px, 100% 30px;
background-position: -185px 0, center 0, center 115px, center 142px;
box-sizing: border-box;
animation: animloader 1s linear infinite;
}

@keyframes animloader {
to {
background-position: 185px 0, center 0, center 115px, center 142px;
}
}

.loader-cupones {
    width: 18px;
    height: 18px;
    border: 2px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation-cupones 1s linear infinite;
}
  
@keyframes rotation-cupones {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

.text-error-cupon {
  color: red;
  margin: 5px 0;
  transition: linear 0.5s all;
  opacity: 0;
}

/* 
///////////////////////////////////////////////////////
|                                                     |
|                                                     |
|             Estilos de Experiencias                 |
|                                                     |
|                                                     |
///////////////////////////////////////////////////////
*/

.w-experiencias {
  width: 100%;
}

.d-exp-detalles {
  display: grid !important;
}

.size-image-cards {
  width: 300px !important;
  height: 225px !important;
}

.fs-experiencias {
  font-size: 1rem !important;
}

.justify-experiencias {
  justify-content: flex-end;
}

.justify-experiencias-btn {
  justify-content: center !important;
}

.btn-hover:hover {
  background-color: #464749 !important;
}

@media (min-width: 780px) {
  .w-experiencias .card-exp img {
    object-fit: cover;
  }

  .price-experiencias {
    text-align: end;
  }
}

@media (min-width: 780px) and (max-width: 1199px) {
    .fs-experiencias {
      font-size: 0.8rem !important;
    }

    .justify-experiencias {
      justify-content: flex-end !important;
    }    
}

@media (max-width: 780px) {
  .size-image-cards {
    width: 100% !important;
    height: 100% !important;
  }

  .mt-exp {
    margin-top: 10px;
  }

  .btn-exp-detalle {
    width: 35% !important;
  }
}

.nav-link-exp-select {
  font-size: 18px;
  position: relative;
  /* Esto ayuda a manejar el z-index más adelante */
  transition: background-color 0.3s;
  white-space: nowrap;
  /* Evita que el texto haga un salto de línea */
  overflow: hidden;
  /* Oculta el texto que se desborda */
  text-overflow: ellipsis;
  width: 22rem;
}
  
.nav-link-exp-select.active {
  border-bottom: 4px solid #464749 !important;
  /* Mismo estilo que la selección */
  color: #fff !important;
}
  
.nav-link-exp-select:hover,
.nav-link-exp-select.active {
  background-color: #464749 !important;
  /* Cambia el fondo al hacer hover */
  text-decoration: none !important;
  cursor: pointer !important;
  z-index: 1;
  color: #fff!important;
}

.form-busqueda-destino,
.form-busqueda-fecha,
.form-busqueda-habs {
    background-color: white !important;
    color: black !important;
    border-radius: 5px !important;
}
  
.ul-exp {
  list-style-image: url(../img/Experiencias/ICONO-LISTADO.svg) !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
  
.nav-item-exp {
  flex: 1 1 calc(33.33333333%);
}
  
/* Ajusta a dos columnas en pantallas medianas */
@media (max-width: 1200px) {
  .nav-item-exp {
    flex: 1 1 calc(50%);
  }

  .nav-link-exp-select {
    width: 20rem;
  }
}
  
@media (max-width: 968px) {
  .nav-item-exp {
    flex: 1 1 calc(50%);
  }

  .nav-link-exp-select {
    width: 15rem;
  }
}
  
/* Ajusta a una columna en pantallas pequeñas */
@media (max-width: 740px) {
  .nav-item-exp {
    flex: 1 1 100%;
  }

  .nav-link-exp-select {
    width: 63vw;
  }
}

.form-select-exp {
  border: none !important;
  border-radius: 6px !important;
  background-image: url("../img/Experiencias/ICONO-SELECT-EXP.svg") !important;
  background-color: #464749 !important;
  color: #fff !important;
}
  
.tabp-fich-conal-exp {
  grid-template-rows: none !important;
}


.p-terminos{
	padding-bottom: 1rem
}
.terminos-boton{
	display: inline-block;
	width: fit-content;
	border: none;
	padding: 0;
	background: none;
	color: black;
	text-decoration: underline;
}
.terminos-boton:hover{
	color: black;
	background: none;
}

/* 
///////////////////////////////////////////////////////
|                                                     |
|                                                     |
|         Fin de los Estilos de Experiencias          |
|                                                     |
|                                                     |
///////////////////////////////////////////////////////
*/

.migajas-text {
    margin: 0 0 0 5px;
}
.migajas-link {
    text-decoration: none;
}
.migajas-link-active {
    color: #777676;
}

.migajas {
    padding: 8px 0px;
    border-radius: 8px;
    display: flex;
    margin: 20px auto 0px;
    justify-content: end;
}

.fs-filtros {
    font-size: 1.3rem !important;
    padding: 5px 0 0 0;
}

.check-input-hotel-lista{
    width: 1.2em !important;
    height: 1.2em !important;
}

.texto-large-obs {
    overflow-y: hidden !important;
    max-height: 45px !important;
}

.observaciones-exp{
    transition: all 0.3s linear;
    max-height: 420px;
    overflow-y: scroll;
}

@media(max-width: 991){
    .iframe-integracion {
        width: 768px
    }
}
@media(max-width: 850px){
    .iframe-integracion {
        width: 700px
    }
}
@media(max-width: 768px){
    .iframe-integracion {
        width: 550px
    }
}
@media(max-width: 560px){
    .iframe-integracion {
        width: 360px
    }
}
@media(max-width: 400px){
    .iframe-integracion {
        width: 300px
    }
}

.fade-transition {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 0.3s ease, max-height 0.3s ease;
	display: none;
}

.fade-transition.show {
	display: block;
	opacity: 1;
	max-height: 200px;
}

.trsl-service-category{
    display: inline-block;
    padding: .375rem .75rem;
}

.custom-close-btn {
	display: inline-block !important;
	background-color: #3764ab;
	color: white;
	border: none;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 32px;
	cursor: pointer;
	padding: 0;
}

.texto-large-pickup {
    overflow: hidden;
    max-height: 100px; /* Ajusta según tu diseño */
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8; /* Número de líneas visibles */
    -webkit-box-orient: vertical;
}

.bg-table {
    background-color: #3764ab!important;
}

.bg-destinies {
    background-color: #fff!important;
}