
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

h1, h2, h3, h4, h5 ,h6{
    color: #100c08;
    font-family: "Rubik",sans-serif;
}

body{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}
img{
    width: 100%;
}
.oculto{
    display: none;
}

.btn-buscador{
    width: 100%;
}

#section-top{
    min-height: 50px;
    background-color: #363636;
    padding: 6px 0px;
    color: #fff;
    font-size: 12px;

}
#section-top a{
    color: #fcb415;
}
#section-top .icono-mail{
    font-size: 18px;
}

#section-top .row{
    margin-bottom: 0px;
}

#section-top .social-icons{
    display: grid;
    align-items: center;
    height: 38px;
}

#section-top .social-icons a{
    background-color: #fff;
    width: 42px;
    border-radius: 50%;
    padding: 4px 5px;
}
#section-top .social-icons img{
    width: 30px;
}

#section-top .item-left{
    float: left;
    margin-right: 24px;
    border-right: 1px solid #b9b9b9;
    padding-right: 24px;
}
#section-top .item-left:last-child{
    border-right: none;

}

#section-top .item-right{
    float: right;
    margin-left: 24px;
    border-left: 1px solid #b9b9b9;
    padding-left: 24px;
}
#section-top .item-right:last-child{
    border-left: none;

}

#section-menu{
    padding: 8px 0px 0px;
    background-color: #fff;
    -webkit-box-shadow: 1px 9px 29px -11px rgba(10,10,10,0.67);
    -moz-box-shadow: 1px 9px 29px -11px rgba(10,10,10,0.67);
    box-shadow: 1px 9px 29px -11px rgba(10,10,10,0.67);
}

#section-menu .row{
    margin-bottom: 0px;
}

#section-menu nav{
    background-color: transparent;
    box-shadow: none;
}

#section-menu nav ul a{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
#section-menu nav ul a.active{
    color: #ef6c00;

}

#section-menu .dropdown-content{
    top: 64px !important;
}


#section-buscador{

    height: 700px;
    background-size: 100%;
    display: grid;
    align-content: end;
}

#section-buscador-no-home .contenedor-buscador{
    margin-bottom: 0px;
}

#section-paquetes{
    padding: 45px 0px;
}

.titulo{
    text-align: center;
    color: #100c08;
    font-family: "Rubik",sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 50px;
}

.package-card {
    padding: 20px 20px 0px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}
.package-card-imagen{
    margin-bottom: 12px;
    position: relative;
    height: 220px;
}
.package-card-imagen img{
    width: 100%;
    border-radius: 10px;
}
.package-card-imagen-duracion{
    position: absolute;
    top: 22px;
    background-color: rgba(0,0,0,0.8);
    padding: 5px;
    color: #fff;
    left: -20px;
    font-size: 19px;
}

.package-card-container-titulo{
    height: 70px;
    text-align: center;
    letter-spacing: 0.5px;
    display: grid;
    align-content: center;
}
.package-card-container-titulo h2{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 0px;
    color: #454545;
}
.package-card-container-incluye{
    overflow: hidden;
    height: 40px;
}

.package-card-container-incluye p{
    margin: 0px;
    color: #454545;
}
.package-card-container-incluye ul{
    margin: 0px;
}

.package-card-container-incluye ul li{
    float: left;
    margin-right: 8px;
    font-size: 12px;
    color: #474747;

}
.package-card-container-incluye ul li:before{
    content: "\f00c";
    font-family: "Font Awesome 6 Free";

    color: #5e5e5e;
    font-size: 10px;
}

.package-card-container-precio{
    overflow: hidden;
    margin: 15px 0px 0px;
    border-top: 1px solid #939393;
    padding: 24px 0px 0px;
}

.package-card-container-precio .row{
    margin-bottom: 0px;
}

.package-card-container-precio p{
    margin: 0px;
    color: #7a7a7a;
    font-size: 12px;
}

.package-card-container-precio .precio{
    font-family: "Rubik",sans-serif;
    font-size: 26px;
    color: #f18422;
    font-weight: 500;
}
.package-card-container-precio del{
    font-family: "Rubik",sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-left: 6px;
    color: #079899;
}

.package-card-container-precio .div-button{
    height: 84px;
    display: grid;
    align-items: center;
    text-align: right;
}

#section-buscador-multidestino{

    background-color: #f1f1f1;
    margin-bottom: -20px;
    padding: 45px 0px;
}

#section-buscador-multidestino .imagen{
    background-image: url('imagenes/journey-1130732_1280.jpg');
    background-size: 100%;
    height: 550px;
}

.contenedor-multidestino{
    padding: 60px 0px 0px;
}

.contenedor-multidestino .contactenos{
    color: #100c08;
    font-size: 24px;
    margin: 0px;
    font-weight: 500;
    font-style: italic;
    font-family: "Rubik",sans-serif;

}

label{
    color: #272727;
}


.contenedor-buscador{
    background-color: rgba(0,0,0,0.7);
    overflow: hidden;
    padding: 15px 30px;
    border-radius: 10px;
    margin-bottom: 45px;

}

.contenedor-buscador label{
    color: #fff;
    font-size: 16px;
}
.contenedor-buscador .tabs{
    background-color: transparent;

}

.contenedor-buscador .tabs .tab a{
    color:rgba(255, 255, 255, 0.8);
}

.tabs .tab a:hover, .tabs .tab a.active {

    border-bottom: 2px solid #ef6c00;

}

.contenedor-buscador .fecha{
    background-color: #fff !important;

}
.contenedor-buscador #ocupacion-hotel-txt{
    background-color: #fff !important;
    padding-left: 8px;
}


#section-footer{
    background-color: #363636;
    padding: 60px 0px 26px;
    color: #fff;
}

#section-footer .titulo{
    color: #fff;
    font-size: 18px;
    text-align: justify;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    margin: 0px;
}

#section-footer .icono-social a{
    font-size: 36px;
    color: #fff;
    margin-right: 15px

}

#section-footer .payment_image img{
    width: 65px;
    margin-right: 4px;
}

#section-productos-especiales{
    padding: 90px 0px 45px;
}
.row-productos{
    clear: both;
    display: flex;
}
.col-productos{
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
}
.col-productos:first-child{
    margin-left: 0px;
}
.col-productos:last-child{
    margin-right: 0px;
}

.col-productos img{
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    border-radius: 10px;
}
.col-productos-etiqueta{
    position: absolute;
    bottom: 106px;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    padding: 14px 8px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    min-height: 74px;
    display: grid;
    align-items: center;
    font-size: 13px;
}

#section-clientes{
    padding: 45px 0px 90px;
}

.item-cliente{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    padding: 24px;
}

.item-cliente-imagen{
    margin-bottom: 16px;
}
.item-cliente-imagen .fa{
    font-size: 56px;
}
.item-cliente-imagen img{
    width: 100px;
    height: 100px;
}
.item-cliente-comillas .fa{
    color: #048f90;
    font-size: 24px;
    margin-bottom: 24px;
}

.item-cliente-calificacion{
    color: #fbb71a;
    margin-bottom: 6px;
}
.item-cliente-comentario{
    font-size: 13px;
    margin-bottom: 6px;
}
.item-cliente-nombre{
    font-family: "Rubik",sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.item-cliente-cargo{
    color: #048f90;
    font-weight: 600;
}

#div-whatsapp{
    background-color: #3db51c;
    font-size: 36px;
    position: fixed;
    padding: 9px 20px;
    border-radius: 50%;
    right: 45px;
    bottom: 45px;
    border: 3px solid rgba(255, 255, 255, 0.5);
    z-index: 99999;
}
#div-whatsapp a{
    color: #fff;
}
#div-whatsapp .fa{
    font-size: 36px;
}

.section-header-destino{
    display: grid;
    align-content: center;
    text-align: center;
    height: 350px;
    background-size: 100%;

}

.informacion-header-destino h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    margin: 0px 0px 16px 0px;
    padding: 0px;

}

.informacion-header-destino ul{
    display: inline-flex;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}

.informacion-header-destino ul li:after{
    font-family: "Font Awesome 6 Free";
    content: "\f061";
    margin-left: 8px;
    margin-right: 8px;
    font-size: 11px;

}
.informacion-header-destino ul li a{
    color: #fff;

}


.informacion-header-destino ul li:last-child:after{
    content:"";
}

.section-contenido-div-filtro{
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    overflow: hidden;
    padding: 20px 6px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.section-contenido-div-filtro select{
    margin-top: 4px;
}
.section-contenido-titulo{
    background-color: #dfdfdf;
    padding: 24px;
    color: #050505;
    font-size: 18px;
}

.section-contenido-programa-titulo{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;

}
.section-contenido-programa-codigo{
    font-size: 16px;
    text-transform: uppercase;
}

.section-contenido-programa-tour-caracteristicas .item-caracteristicas{
    overflow: hidden;
    margin-right: 16px;
}

.section-contenido-programa-tour-caracteristicas{
    display: flex;
    margin-bottom: 16px;
}
.section-contenido-programa-tour-caracteristicas .fa{
    float: left;
    font-size: 30px;
}
.section-contenido-programa-tour-caracteristicas .contenido{
    float: left;
    margin-left: 8px;
}
.section-contenido-programa-tour-caracteristicas .contenido h5{
    font-size: 16px;
    margin: 0px;
}

.section-contenido-programa-tour-caracteristicas .contenido p{
    margin: 0px;
    font-size: 12px;
}

.contenido-programa .imagen img{
    width: 75%;
}
.contenido-programa h3{
    font-size: 24px;
    font-weight: 500;
}

.logo{
    width: 150px;
}

.select2-container--default .select2-selection--single{
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}

.select2-container{
    width: 100% !important;
}


.readonly{
    pointer-events: none;
    background-color: #f0f0f0;
}

.section-programa-contenido ul >li{
    list-style-type: disc;
    margin-left: 30px;
}
.precio-desde-titulo{
    background-color: #f9b215;
    color: #fff;
    padding:18px;
    margin:0px;
    text-align: right;
    /*border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;*/
    font-size: 24px;
    font-weight: bold;
}
.precio-desde{
    font-size: 36px;
    margin:0px;
    text-align: right;
    font-weight: bold;
}

.sweet-alert h2{
    font-size: 24px;
    margin: 0px;
}
#div-mi-carrito{
    background-color: #ef5350;
    color: #fff;
    position: fixed;
    bottom: 0px;
    padding: 4px 15px;
}
#div-mi-carrito p{
    margin: 0px;
    font-weight: 600;
    font-size: 24px;
}
#div-mi-carrito a{
    color: #fff;
}
.sidenav-trigger{
    color: #000;
}
.contactos-mobile{
    font-size: 7px;
    text-align: center;
}

.item-hotel .nombre-hotel{
    margin: 0px;
    font-size: 24px;
    font-weight: 400;
}
.item-hotel .informacion-extra{
    border: 4px double #dedede;
    padding: 8px;
}
.img-rounded{
    border-radius: 5px;
}
strong{
    font-weight: bold;
}
.informacion-habitacion{
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 12px;
    font-size: 13px;
}
.informacion-habitacion p{
    margin: 0px;
}
.informacion-habitacion .pvp{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.informacion-habitacion .gastos-cancelacion{
    color: #b71c1c;
    font-weight: bold;
}
.informacion-habitacion .cancelacion-gratis{
    color: #33691e;
    font-weight: bold;
}
.div-btn-reservar{
    text-align: right;
}

.informacion-extra p{
    margin: 0px;
}
.informacion-extra ul{
    margin: 0px;
}
.tabla-small{
    font-size: 13px;
}

.table-responsive{
    overflow-x: scroll;

}
#precioTotalReserva{
    font-size: 64px;
    color: #386a6b;
    font-weight: bold;
}

#section-breadcume{
    background-color: #d1d1d1;
    padding: 12px 0px;
    margin-bottom: 16px;
}
#section-breadcume .row{
    margin: 0px;
    padding: 0px;
}
.breadcume{
    margin: 0px;
    padding: 0px;
}
.breadcume li{
    float: left;
}

.breadcume li a{
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    margin-right: 8px;
    color:#000;
}
.breadcume li{
    padding-right: 8px;
}
.breadcume li:after{
    font-family: "Font Awesome 6 Free";
    content: "\f105";
}
.breadcume li:last-child:after{
    content: "";
}

.nombre-hotel-check-rates{
    margin: 8px 0px;
    font-size: 36px;
}
.gastos-cancelacion{
    color: #c62828;
    font-weight: bold;

}

.fa-star{
    color: #C6AE29;
    font-size: 24px;
}

.tabla-checkrates{
    font-size: 12px;
}
.tabla-checkrates td,th{
    padding: 5px 12px;
    border:1px solid #dfdfdf;
}
.tabla-checkrates ul{
    margin: 0px;
}
.tabla-checkrates ul li{
    list-style-type: disc;
    margin-left: 5px;
}


.tabla-checkrates tr:nth-child(even) {
    background-color: #f7f7f7;
}
.alert{
    padding: 9px;
    color: #fff;
    border-radius: 5px;
}

#div-form-loader{
    position: fixed;
    text-align: center;
    width: 100%;
    background-color: #ffffffeb;
    z-index: 9999;
    height: 100vh;
    align-content: center;
    display: none;
}
#div-form-loader img{
    width: 150px;
}

#section-buscador-interno{
    background-color: #232323;
}
#section-buscador-interno .contenedor-buscador{
    margin-bottom: 0px;
}
#section-buscador-interno .sin-margin{
    margin-bottom: 0px;
}
.informacion-busqueda{
    background-color: #232323;
    padding: 12px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;

}
.remover-habitacion{
    font-weight: bold;
}
.div-distribucion-hotel .numero-habitacion{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.select2-container--default .select2-selection--single{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.facilidad-hotel img{
    width: 20px;
}
.cabecera-item-hotel{
    margin-bottom: 12px;
}



/*  PARA CELULARES    */

@media (max-width: 768px) {
    /* Estilos para pantallas pequeñas */


    .mfp-container{
        position: fixed !important;

    }


    #section-menu{
        border-top: 6px solid #636363;
    }

    #section-top{
        min-height: auto;
        padding: 8px 0px;
    }

    .logo{
        width: 100px;
    }

    #section-buscador {
        background-image: none !important;
        height: auto;
        display: block;
        background-color: #000;
    }
    #section-buscador-no-home{
        background-image: none !important;
        height: auto;
        display: block;
        background-color: #000;
    }

    .contenedor-buscador {
        padding: 0px;
        margin-bottom: 0px;
    }

    #section-productos-especiales {
        padding: 45px 0px 0px;
    }

    .titulo {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .row-productos{
        display: block;
    }

    .col-productos{
        margin: 0px 0px 12px 0px;

    }

    #section-paquetes {
        padding:  0px;
    }

    .package-card-imagen {
        height: auto;
    }

    .section-header-destino{
        height: auto;
        padding: 14px;
    }
    .informacion-header-destino h2 {
        font-size: 13px;

    }
    .informacion-header-destino ul {
        font-size: 10px;
    }

    .section-contenido-programa-titulo{
        font-size: 24px;
    }

    .item-caracteristicas{
        text-align: center;
    }
    .section-contenido-programa-tour-caracteristicas .fa {
        float: none;
        font-size: 20px;
        margin-bottom: 4px;
    }
    .section-contenido-programa-tour-caracteristicas .contenido h5 {
        font-size: 9px;
    }
    .section-contenido-programa-tour-caracteristicas .contenido p {

        font-size: 9px;
    }

    .section-contenido-programa-tour-caracteristicas .item-caracteristicas{
        margin-right: 0px;
    }

    .contenido-programa img{
        width: 100% !important;
    }

    #section-menu .material-icons{
        color: #000;
        font-size: 44px;
    }

    .nav-wrapper{
        float: right;
    }

    #div-whatsapp{
        right: 12px;
        bottom: 12px;
    }

    .formularios-programas table{
        font-size: 10px;
    }
    .formularios-programas .btn-eliminar-habitacion:after{
        content: "";
    }


    .col-productos:nth-child(odd){
        width: 48%;
        float: left;

    }
    .col-productos:nth-child(even){
        width: 48%;
        float: right;
    }

}

