:root{
    --celeste: #2da8fb;
    --azul: #009dd8;
    --gris: #3c454f;
    --amarillo:#f7b24a;
    --azul_osc:#005995;
}

body{
    font-family: 'Montserrat', sans-serif;
}

#wrapperMenu{
    background-color: #fff;
}

/*body.home header,
body.home section#footer{
    display: none;
}*/

section#prehome{
    width: 100%;
    height: 100vh;
    background-position: inherit;
    background-size: cover;
}

.shadow-bg{
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

.cabezal p{
    font-size: 23px;
    color: #fff;
}

@media(min-width: 1200px){
    .cabezal p{
        margin-left: 15%;
    }
}

@media (min-width: 1200px) {
    .container-plus {
        width: 95%;
        max-width: 1400px;
    }
}

.botonera-ul li:first-child a {
    color: #fff !important;
    height: 35px;
    display: flex;
    align-items: center;
    font-weight: 700;
    background-color: var(--azul);
    border-radius: 50px;
    margin-left: 20px;
    font-size: 16px;
    padding: 10px 15px!important;
}

.botonera-ul li:first-child a:hover {
    background-color: var(--azul_osc);
}

.titulo-principal {
    font-size: 28px;
    margin-bottom: 40px;
    text-align: center;
}

.categorias-row .col-lg-6{
    height: 280px;
    background-size: cover;
    padding-left: 0px;
    padding-right: 0px;
}

.categorias-row{
    margin-left: 0px;
    margin-right: 0px;
}

.exp{
    background-color: #000000b8;
    width: 300px;
    margin: 0px 0px 0px auto;
    height: 100%;
    color: #fff;
    text-align: center;
}

.rece{
    background-color: #000000b8;
    width: 300px;
    margin: 0px auto 0px 0px;
    height: 100%;
    color: #fff;
    text-align: center;
}

.exp div, .rece div{
    text-align: center;
}

.exp, .rece{
    display: flex;
    justify-content: center;
    align-items: center;
}

.categorias-row span{
    color: var(--azul);
    font-size: 50px;
}

.categorias-row h4{
    font-weight: 700;
}

.exp p{
    font-size: 16px;
}

.prehome-btn{
    border: 3px solid var(--azul);
    color: var(--azul);
    font-weight: 600;
    padding: 5px;
    width: 120px;
    margin: 20px auto;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.prehome-btn:hover{
    color: #fff;
    background-color: var(--azul);
}

.rece a, .exp a,.rece a:hover, .exp a:hover{
    text-decoration: none;
}

.legalfoot{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    
}

.legalfoot img{
    width: 100px;
}

@media(max-width: 991px){
    .exp, .rece{
        margin: auto;
    }

    section#prehome{
        height: 140vh!important;
    }
}

/*NAV*/



header{
    height: 165px;
}

section#footer a,section#footer a:hover{
    text-decoration: none;
    color: unset!important;
}

.container_custom{
    width: 90%;
    margin: auto;
}

body{
    font-family: 'Montserrat', sans-serif;
}

.botonera-ul li a:before{
    font-family: 'Material Symbols Outlined';
    font-weight: 200;
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

#btn-8:before{
    content: "flight_takeoff";
}

#btn-9:before{
    content: "room_service";
}

#btn-10:before{
    content: "work";
}

#btn-11:before{
    content: "hotel_class";
}

#btn-12:before{
    content: "woman";
}

#btn-13:before{
    content: "map";
}

#btn-6:before{
    content: "group";
}

#btn-7:before{
    content: "mail";
}

#brand img{
    max-width: 300px;
}

@media(max-width: 990px){
    #brand img{
        max-width: 300px;
    }

    .color-nav{
        padding: 10px 0px;
    }

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

@media (max-width: 730px){
    #brand img {
        max-width: 120px;
    }
}
.info-header{
    text-align: end;
    display: flex;
    flex-direction: column;
    /*gap: 30px;
    margin-top: 30px;*/
}

#navMobile .container{
    display: flex;
    justify-content: end;
    padding: 5px 40px 0 40px;
}

.tel-mail,
.redes-head{
    display: flex;
    color: var(--gris);
    align-items: center;
    gap: 10px;
    
}

.tel-mail{
    justify-content: end;
}

@media(max-width:730px){
    .tel-mail{
        display: block;
        width: 100%;
    }

    .info-header{
        width: 100%;
    }
}

.headphone{
    font-size: 35px!important;
}

.tel-mail a {
    color: var(--gris);
    text-decoration: none;
}

.redes-head{
    font-size: 20px;
    gap: 10px;
}

.redes-head i{
    display: flex;
    align-items: center;
    
    width: 30px;
    color: var(--azul);
    height: 30px;
    justify-content: center;
    border-radius: 100%;
}

.redes-foot i{
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    justify-content: center;
    border-radius: 100%;
}

.color-nav{
    background-color: #fff;
    padding: 6px 0px 0px;
}

nav#barra{
    margin-bottom: 0px;
   
}

#navMobile{
    z-index: 100;
    color: var(--azul_osc);
}
@media(min-width:1200px){
    .botonera-ul li{
        padding: 0px 5px;
    }
}

@media(max-width: 950px){
    .botonera-ul{
        overflow: auto;
        display: flex;
        flex-wrap: nowrap;
    
    }

    #navMobile{
        padding-top: 5px;
    }

    .botonera-ul li a{
        white-space: nowrap;
    }
    .navbar-nav{
        margin: 0px;
    }
}


.botonera-ul li a{
    color:var(--azul_osc);
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color .2s ease-in-out;
    font-size: 16px;
}

.botonera-ul .dropdown-menu {
    background-color: rgba(0,0,0,0.7)!important;
    padding: 10px!important;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: var(--azul)!important;
}

/*** BUSCADOR HOME ***/

form.buscador-horizontal {
    background-color: #f1f1f1!important;
    padding: 20px!important;
}




.botonera-ul li a:hover{
    color: var(--azul);
    background-color: transparent;
}

.carousel-control.left,
.carousel-control.right{
    background-image: none!important;
    
}

.titulo-separador{
    font-weight: 400;
    color: #000;
}

section#recomendaciones{
    background-color: #eee;
    padding: 30px 0px;
}

/*COTIZACION*/

.wrapper_cotizaciones{
    background-color: var(--azul);
    padding: 10px 0px 10px;
    color: #fff;
    font-size: 17px;
    z-index: 9999;
}

.cotizacion {
    display: flex;
    align-items: center;
}

/*INFO UTIL*/

.util-cont{
    border: 1px solid #333;
    border-radius: 5px;
}

/*BOTON ARREPENTIMIENTO*/

.contenido-arrepentimiento {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.arrepentimiento {
    background-color: #f1f1f1;
    padding: 30px 20px;
}

.btn-arrepentimiento{
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    color: #fff;
    background-color: var(--azul);
}

.btn-arrepentimiento:hover, .btn-arrepentimiento:active, .btn-arrepentimiento:visited {
    color: var(--celeste);
    text-decoration: none;
}

@media(min-width:900px){
    .util-cont{
        width: 50%;
        margin: auto;
    }
}

.util-cont div{
    padding: 10px 20px;
    font-size: 16px;
    border-bottom: 2px solid #9e9e9e;
    background-color: #eee;
   
}

.util-cont div a{
    color: #333;
}

.util-cont div:last-child{
    border-bottom: none;
}

@media(max-width:1000px){
    .news-info-cont{
        text-align: center;
    }
}




/*FOOTER*/

#footer {
    background-color: var(--azul);
    padding: 30px 0px;
    clear: both;
}

@media (min-width: 700px) {
    .logo-footer {
        width: 150px !important;
        display: block;
        margin: 15px 0px;
    }

    .turar-footer{
        width: 250px!important;
    }

}

.safe-footer{
    margin:auto;
}

.logo-contacto a,
.logo-contacto ul li {
    color: #fff;
    
}

.redes_list {
    display: flex;
    list-style-type: none;
    gap: 30px;
    width: 50%;
    margin: auto;
    margin-top: 30px;
}

.redes_list li a i {
    font-size: 28px;
    color: #fff;
}

.locacion_footer {
    color: #fff;
    margin-top: 15px;
}

.locacion_footer i{
    color: var(--amarillo);
    font-size: 16px;
}

.locacion_footer p{
    margin-bottom: 5px;
}

.logo-contacto{
    
}

.qr-foot{
    max-width: 80px;
}

.logo-contacto p{
    color: #fff;
    padding: 0px 10px;
}

.links-logos {
    margin-top: 20px;
}

#consultar {
    background-color: #1a1a1a;
    padding: 0.8rem 0;
}

#consultar a {
    color: #ffffff!important;
}

@media(min-width:900px){
    .links-logos{
        display: flex;
    }
}

.links-cont ul {
    list-style-type: none;
    color: #fff;
}

.links-cont ul li {
    margin-bottom: 10px;
    font-weight: 200;
}

.links-cont ul li a {
    color: #fff;
}

.links-cont ul li a:hover {
    color: #fff;
}

/*RESPONSIVE*/

#navMobileCollapse .navbar-nav>li>a{
    color: #fff;
}

.legales{
    display: flex;
    justify-content: start;
    gap: 10px;
}

.legales a{
    color: #fff;
}

.legales a:hover{
    color: #fff;
}

#copy .container_custom{
    display: flex;
    justify-content:end;
}

.legales a p{
    margin: 0px;
}

@media(max-width:760px){
    .cotizacion{
        justify-content: center;
    }

    .logo-footer{
        width: 120px;
    }

    .logo-contacto{
        text-align: center;
    }

    .locacion_footer{
        text-align: center;
    }

    .redes-foot{
        justify-content: center;
    }

    .legales{
        display: block;
        text-align: center;
    }

    #copy .container_custom{
        display: block;
       
    }

    #powered{
        display: block;
        
    }
}

@media(max-width:760px){
    .tel-mail, .redes-head{
        justify-content: end;
    }

    .info-header{
        display: block;
    }
   
}

@media(max-width: 990px){
    section#suscripcion{
        padding: 15px 0px 15px!important;
    }
}


body.viajes_medida #container,
body.contactenos #container{
    padding: 20px;
}

.panel-default>.panel-heading{
    background-color: var(--azul_osc);
    color: #fff;
}

/*.btn-default{
    background-color: var(--azul_osc);
    color: #fff;
}*/

.btn-default:hover{
    background-color: var(--azul_osc);
    color: #fff;
}

body.texto #container{
    padding: 60px 0px 50px;
}

body.texto .page-header > h2 {
    color: #009dd8;
}


.paginado .btn-default{
    background-color: #ddd;
}

body.spider.PAQ #container{
    padding: 20px 0px;
}

.resultados .resultado .itinerario.breadcrumb{
    background-color: var(--azul)!important;
}

aside .panel-buscador{
    margin-top: 40px;
}


.panel-group#productos-relacionados .list-inline.list-theme{
    background-color: var(--azul)!important;
}

/*MKTE AIR*/

#btn-buscar{
    font-size: 15px!important;
}

/*#container{
    padding: 150px 0px;
}*/

/*SERVICES*/

body.services #busqueda {
    padding: 10px 1px;
}

#busqueda .resultados .resultado .row > .tarifa{
    background-color: var(--azul)!important;
}

/*ESTILOS EUROSUD*/

div.nav-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #005995;
    padding: 0px 50px;
    padding-bottom: 10px;

}

#icon-btn-8{
    background-image: url(../images/vuelos.svg);
    background-position: center;
    background-size: cover;
}

#icon-btn-9{
    background-image: url(../images/autos.svg);
    background-position: center;
    background-size: cover;
}

#icon-btn-10{
    background-image: url(../images/hoteles.svg);
    background-position: center;
    background-size: cover;
    width: 25px!important;
}

#icon-btn-11{
    background-image: url(../images/paquetes.svg);
    background-position: center;
    background-size: cover;
}

#icon-btn-12{
    background-image: url(../images/sugeridos.svg);
    background-position: center;
    background-size: cover;
}

#icon-btn-13{
    background-image: url(../images/circuitos.svg);
    background-position: center;
    background-size: cover;
}

#icon-btn-14{
    background-image: url(../images/asistencia.svg);
    background-position: center;
    background-size: cover;
}

#icon-btn-15{
    background-image: url(../images/cruceros.svg);
    background-position: center;
    background-size: cover;
}

#icon-btn-16{
    background-image: url(../images/disney.svg);
    background-position: center;
    background-size: cover;
    width: 25px!important;
    height: 22px!important;
}

#icon-btn-17{
    background-image: url(../images/universal.svg);
    background-position: center;
    background-size: cover;
}

.navbar-nav>li>a{
    padding: 10px 10px;
}
/*CATEGORIAS*/

.jumbotron h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 2px 5px #1c1c1c!important;
    margin: 0px!important;
}

.jumbotron-categoria .container {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.agencia-buscar #container{
    padding: 20px 0px;
}

body.trabaja_con_nosotros .jumbotron{
    background-image: url(../images/trabajar_nos.jpeg);
    background-size: cover;
    height: 250px;
    background-position: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

form.buscador-vertical > .list-group-item{
    background-color: #eee!important;
}

/*BANNERS*/

.vermas_box{
    padding: 10px;
    border: 1px solid #fff;
    color: #fff;
}

.region_box h4{
    color: #fff;
    padding: 5px;
    margin: 0px;
    text-align: center;
}

.shadow_box{
    transition: opacity .2s ease-in-out;
}

.banner_box:hover .shadow_box{
    opacity: 1!important;
}

section#banners_box .col-lg-2,
section#banners_box .col-lg-11{
    padding-left: 0px;
     padding-right: 0px;
}

@media(max-width: 1300px){
    section#banners_box .container_custom{
        width: 95%;
    }

}

.redes-foot i{
    font-size: 25px;
    color:#fff;
}

.buscador#CRU form{
    background-color: #eee;
    padding: 10px;
}

.buscador#CRU form .col-sm-12{
    display: none;
}

.buscador#CRU form .input-group-addon{
    background-color: #fff;
}

@media(min-width:1200px){
    body.contactenos #container{
       
    }
}

/****** CORREGIR TARIFARIO EN PAQUETES Y CRUCERO */
body.agencia_paquete .list-group-item, body.agencia_crucero .list-group-item {
    margin-bottom: 0px;
} 

body.agencia_paquete div#relacionados-container, body.agencia_crucero div#relacionados-container {
    display: none;
}

.nav>li>a:hover, .nav>li>a:focus{
    background-color: transparent;
}

@media (min-width: 769px) {
    body.agencia-buscar form#form {
        
    }

    body.spider form#form {
        
    }

    body.producto-consultar div#app {
        padding-top: 170px;
    }
}


/*** WSP ***/
#wsp {
    position: fixed;
    bottom: 45px;
    right: 10px;
    z-index: 999;
}

.buscador_content{
    width: 100%;
    position: absolute;
}

@media (min-width: 991px) {
    .buscador_content {
        max-width: 90%;
        bottom:20px;
    }
}

@media (max-width: 990px) {
    .buscador_content {
        bottom:20px;
    }
}

#buscador label {
    font-size: 14px!important;
}

.popover-select .placeholder, .popover-ocupacion > .placeholder {
    font-size: 13px!important;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: text;
    padding: 7px 10px!important;
    color: #333!important;
}

.popover-ocupacion > label {
    margin-bottom: 5px!important;
}

form.buscador-horizontal .row > div #btn-buscar {
    padding: 6px 10px!important;
    margin-top: 23px;
}

form.buscador-horizontal .row > div #btn-buscar:hover {
    background-color: #005591!important;
}

@media(min-width: 760px){
    .buscador_content{
        left: 5%;
    }
}

@media(min-height: 1000px){
    .buscador_content{
        top: 23%;
    }
}

.buscador_content h4{
    margin: 0px;
    padding: 7px 10px;
    background-color: var(--azul);
    color: #fff;
    border-radius: 3px 3px 0px 0px;
}


#itinerario #mapa{
    display: none!important;
}


section#clientes {
    background-color: #f1f1f1;
    padding: 40px 0;
}

.nombre_foto{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

img.viajero{
    border-radius: 100%;
    border: 5px solid var(--azul);
    width: 100px!important;
}

.info-header span{
    font-size: 22px;
    color: var(--azul_osc);
}

.dato-header{
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--azul_osc);
    font-weight: 400;
}



.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

@media(max-width:760px){
    #navMobile .container{
        display: block;
        padding: 0px;
    }

    div.nav-content{
        padding: 0px 0px 10px 0px;
    }

    #sldHome .titulo{
        font-size: 20px;
    }

    
}

@media(max-width: 729px){
    header{
        height: 140px;
    }
}

@media(max-width: 1195px) and (min-width: 730px){
    header{
        height: 170px;
    }
}

.btn-login{
    background-color: var(--azul_osc);
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}

body.spider #container{
    margin: 30px auto;
}


/*** OCULTANDO FILTRO DE DURACION ***/

body.agencia-buscar .list-group-item.list-group-item-duracion {
    display: none;
}



/*** LANDING EXCURSIONES ***/

.ban-cruceros h3 {
    TEXT-TRANSFORM: uppercase;
    font-size: 24px!important;
    text-align: center;
    display: block;
    background-color: rgba(31, 187, 203, 0.1);
    padding: 120px 0;
    margin: 0!important;
    color: #ffffff!important;
    transition: all .2s ease-in;
    display: block;
    height: 100%;
    text-shadow: 4px 4px 4px rgba(28,28,28,0.85);
}
.ban-cruceros .thumbnail {
    border: none;
    opacity: 1!important;
    overflow: hidden;
    position: relative;
    margin: 5px!important;
    padding: 0px!important;
}
#contenido {
    position: relative;
    transition: all .2s ease-in;
}
div a:hover {
    text-decoration:none
}
div a:hover #contenido {
    transform: scale(1.1);
}
div a:hover  h3{
    text-decoration:none;
    background-color: rgba(0,157,216,0.6);
}
#formularioReserva h2 {
    color: #009dd8;
}


/*AJUSTE FICHA PRODUCTOS*/

.ficha-producto .list-group-item {
    margin-bottom: 0px;
} 

.ficha-producto .list-group-item.list-group-item-precios .btn-block {
    font-size: 11px;
    color: #ffffff !important;
}


/*** AJUSTES TARIFARIOS ***/

body.flyers .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    display: none;
}
body.flyers .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    display: none;
}
body.flyers .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    display: none;
}
body.flyers .btn-group-justified>.btn,
body.flyers .btn-group-justified>.btn-group {
    display: block;
    width: 100%;
}
body.flyers .panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    display: none;
}

body.PAQ .panel-heading, body.PAQ .panel-footer {
    color: #333;
}

body.PAQ .resultado .panel-heading, 
body.PAQ .resultado .panel-footer {
    padding: 10px 15px!important;
}

body.agencia-buscar .resultado .panel-body {
    padding: 20px 20px 20px 15px;
}

.ficha-producto {
    margin-top: 40px;
}

.panel.resultado .label-destacado {
    width: 150px;
    background-color: var(--celeste)!important;
}


@media (min-width: 768px) {
    body.agencia-buscar .panel.resultado .imagen {
        width: 40%;
    }
    body.agencia-buscar .panel.resultado .col-sm-offset-4 {
        margin-left: 40%;
    }
    body.agencia-buscar .panel.resultado .col-sm-8 {
        width: 60%;
    }
}



/*** TOKEN ERROR ***/

h1.error-token-title {
    font-family: 'Montserrat';
    color: #ff0000;
    text-align: center;
    margin-top: 50px;
}

h1.error-token-text {
    font-family: 'Montserrat';
    color: #333333;
    text-align: center;
}

/*** CONSULTATIONS ***/

body.contactenos blockquote:after {
    content: 'To be able to reply to your inquiries, we kindly ask you to complete the following form with all the required information. Thank you very much.';
    visibility: visible !important;
    position: absolute;
    top: 0;
    left: 0;
}
body.contactenos blockquote,
#formConsulta .panel-title {
    visibility: hidden;
    position: relative;
}
#formConsulta .panel-title:after {
    content: 'Contact Information';
    visibility: visible !important;
    position: absolute;
    top: 0;
    left: 0;
}

#desglose > .table > thead > tr > th:first-child {
    position: relative;
    visibility: hidden;
}

#desglose > .table > thead > tr > th:first-child:before {
    content: 'Concept';
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 0;
    background: #656D78;
    color: #FFF;
    visibility: visible;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    height: 100%;
}

#desglose > .table > thead > tr > th:last-child {
    position: relative;
    visibility: hidden;
}

#desglose > .table > thead > tr > th:last-child:before {
    content: 'Mount';
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 0;
    background: #656D78;
    color: #FFF;
    visibility: visible;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}