@import url('./variables.css');
@import url('./mkte_services_circuitos.css');


/*GENERALES*/

#error404 {
    margin-top: -35px;
    margin-bottom: -30px;
}

:root {
    --primary: #EA4F3D;
    --secondary: #002d74;
    --gris: #333333;
}

body {
    font-family: 'Montserrat'; font-size: 16px;
}

a, a:hover, a:focus {
    color: var(--primary);
    text-decoration: none;
}

.btn-default {
    /*background-color: var(--primary);
    border-color: var(--primary);
    color:#FFFFFF;*/
    font-weight: bold;
    border-radius: 35px;
}

.btn-default:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color:#FFFFFF
}

.input-group-addon {
    background:var(--secondary);
    color: white;
    border-color: var(--secondary);
}

.resultado #header-ESTILO {
    margin-bottom: 0;
}

.resultado .jumbotron {
    margin-bottom: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--primary);
}

body.resultado #container {padding-top: 25px; padding-bottom: 25px;}

@media (min-width: 1200px) {
    .container-plus {
        width: 95%;
        max-width: 1400px;
    }
}

/*HEADER*/

#header-ESTILO .pre-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 0;
}

#header-ESTILO .pre-header a {
    color: #ffffff;
}

#header-ESTILO .pre-header i {
    color: #ffffff;
}

.preheader {
    background-color: #f1f1f1;
    padding: 5px 0;
}
.row.align-center {
    display: flex;
    align-items: center;
}

@media (max-width:768px) {
    .row.align-center {
        display: block!important;
    }
    .contacto-header {
        margin-right: 0px;
        justify-content: center!important;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    form#suscribiteNews {
        padding: 50px 0;
    }
}

a.header_acceso {
    background-color: #ffffff;
    color: var(--secondary);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
}
a.header_acceso:hover {
    color: #ffffff;
    background-color: var(--secondary);
}
a.header_receptivo {
    background-color: var(--primary);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
}
a.header_receptivo:hover {
    background-color: var(--secondary)!important;
}

.contacto-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 20px;
    justify-content: flex-end;
}

.redes-header a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center; 
}

.redes-header a i {
    color: #ffffff!important;
    font-size: 18px;
}

.redes-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    color: #ffffff;
}

#header-ESTILO {
    padding: 10px 0; 
    width: 100%;
}
#header-ESTILO .navbar-collapse.collapse {
    margin-top: 15px;
}

#header-ESTILO .navbar-default .navbar-toggle .icon-bar {
    background-color: var(--gris);
}
.navbar-default .navbar-toggle {
    border-color: var(--gris);
}

#header-ESTILO .navbar-default .navbar-toggle,
#header-ESTILO .navbar-default .navbar-toggle:hover {
    background-color: transparent!important;
}

#header-ESTILO .navbar-default {
   background-color: transparent;
   border:none;
   margin-top: 25px;
   display: flex;
   justify-content: flex-end;
   margin-bottom: 0;
}

@media (max-width:768px) {
    #header-ESTILO .navbar-default {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #header-ESTILO {
        padding: 0;
    }
    #slidesup .carousel-caption h1 {
        font-size: 28px!important;
    }
    #slidesup .carousel-caption h3 {
        font-size: 21px!important;
    }
    .navbar-default .navbar-collapse {
        background-color: #22222290;
        margin-top: 20px;
    }
    #header-ESTILO .navbar-default a {
        color: #ffffff!important;
    }
}

#header-ESTILO .navbar-default a {
    color: var(--gris);
    font-weight: 700;
    font-size: 15px;
    padding: 5px 15px;
}

#header-ESTILO .navbar-default a:hover {
    color:var(--primary)
}

#header-ESTILO .navbar-default li:last-child a {
    color: var(--primary);
}

#header-ESTILO .navbar-default .dropdown-menu>li>a {
    background-color: var(--secondary);
    padding: 7px 15px;
    color:white!important;
}
#header-ESTILO .navbar-default .dropdown-menu>li>a:hover {
    background-color: #1b9ca1;
    color:white;
}

#header-ESTILO .navbar-default .navbar-nav>.active>a,
#header-ESTILO .navbar-default .dropdown-menu,
#header-ESTILO .navbar-default .navbar-nav>.open>a {
    background: transparent;
    border:none;
    box-shadow: none;
    color: var(--secondary)
}

#header-ESTILO .navbar-default a {
    color: var(--secondary);
    display: flex;
    align-items: center;
    gap: 5px;
}

#header-ESTILO .navbar-default .dropdown-menu a:hover {
    background-color: transparent;
    color: var(--secondary);
    display: flex;
    justify-content: flex-end;
}

#header-ESTILO .navbar-default .dropdown.open > a {
    border-bottom: none;
}

#header-ESTILO .navbar-default a:before {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    color: var(--primary);
    text-decoration: inherit;
}

@media (max-width: 768px) {
    .slide-image {
        background-position-x: -100px!important;
    }
}

@media (min-width: 911px) {
    .buscador-principal {
        position: absolute;
        top: 350px;
        width: 100%;
        max-width: 1170px;
        margin: 0px auto;
    }
}

@media (max-width: 910px) {
    .buscador-principal {
        margin-top: 20px;
    }
}

.buscador-principal h4 {
    background-color: var(--secondary);
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    margin: 0;
}

.buscador-sin-proveedores .mkte_circuitos-buscador .col-xs-12.col-sm-12.col-md-3:last-child {
    display: none !important;
}

@media (min-width: 992px) {
    .buscador-sin-proveedores .mkte_circuitos-buscador .col-md-3 {
        width: 33%;
    }
    .buscador-sin-proveedores .mkte_circuitos-buscador .col-md-1 {
        width: 20%;
    }
    
}


/*** COTIZACION ***/

.wrapper_cotizaciones .container {
    border-bottom: solid 1px #333333;
    padding: 40px 0;
    display: flex;
    align-items: center;
}
@media (max-width:768px) {
    .wrapper_cotizaciones .container {
        flex-direction: column;
    }
    .cotizacion {
        justify-content: center;
        padding: 5px!important;
    }
}
.cotizacion {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 13px;
}





/*CONTENIDO*/

.titulos-seccion {
    color:var(--secondary);
    text-align: center;
    font-weight: 700;
    margin: 40px auto 20px;
    font-size: 26px;
}

.btn-flyers {
    margin: 30px auto 50px;
    text-align: center;
}


.btn-flyers a {
    background-color: var(--primary);
    border-radius: 50px;
    padding: 10px 30px;
    text-decoration: none;
    font-weight: 700;
    color: #ffffff;
}

.btn-arre {
    border: solid 2px var(--gris);
    color: var(--gris);
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 700;
    margin-top: 15px;
    display: block;
    text-align: center;
}

.btn-arre:hover {
    border-color: var(--primary);
    background-color: var(--primary);
    color: #ffffff;
}

#news {
    background: var(--primary);
    padding: 35px 0;
}

#news form label h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 12px;
    color: #FFFFFF;
}

#news form input {
    height: 49px;
    padding: 6px 20px;
    border-color:transparent;
    border-radius: 35px;
}

#news form span {
    color:#FFFFFF
}

#news form .btn-default {
    font-size: 16px;
    padding: 10px 20px;
    background: transparent;
    border-color:white;
    border-width: 2px;
    color: #ffffff;
}


/*FOOTER*/

#footer-ESTILO {
    padding: 40px 0 40px 0;
    background-color: var(--secondary);
    color: #FFFFFF;
}

#botonera-footer {
    background-color: #111111;
    margin-bottom: 35px;
}
#botonera-footer li:hover a {
    color: var(--primary)!important;
}
#botonera-footer li a:hover {
    color: var(--primary)!important;
}
#botonera-footer ul, #botonera-footer li {
    margin-bottom: 0!important;
}
#botonera-footer li {
    padding: 15px 30px!important;
}


#footer-ESTILO a{
    color:#FFFFFF;
    border:none!important;
    font-size: 15px;
}

#footer-ESTILO a:hover {
    color: var(--primary)
}

#footer-ESTILO ul.list-unstyled {
    line-height: 26px;
}

#footer-ESTILO .footer-links ul li {
    margin-bottom: 10px ;
}

#footer-ESTILO .forma_operar li:first-child {
    font-size: 24px;
}
#footer-ESTILO .forma_operar li:last-child {
    font-size: 20px;
}

.redes-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.redes-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: var(--primary);
}

@media(max-width: 768px) {
    #footer-ESTILO .forma_operar {
        margin: 30px 0;
    }
    #footer-ESTILO .list-unstyled {
        text-align: center;
    }
    .redes-footer {
        justify-content: center;
    }
}


@media (max-width: 768px) {
    #footer-ESTILO ul.list-inline.botonera li {
        display: block;
        padding: 5px 30px!important;
    }
    ul.list-inline.botonera {
        padding: 10px 0;
    }
    #footer-ESTILO .redes-footer {
        justify-content: center;
    }
    #footer-ESTILO a img {
        margin: auto;
    }
}

#consultar {
    background: #111111;
    padding: 10px 0;
    font-size: 15px;
}

#consultar a {
    color:#FFFFFF;
}



/*RESPONSIVE*/

@media(max-width:768px){
    #header-ESTILO { 
        border:none
    }

    #news {
        padding: 0;
    }

    #news form .btn-default {
        margin-top: 10px;
    }

    #news form label{
        text-align: center;
        margin-bottom: 35px;
    }

    #slideinf .carousel-caption {
        width: 80%!important;
        left: 10%!important;
    }
}



/*AJUSTES SERVICES*/


.paso3 .table tbody tr.active th, .paso3 .table thead tr th,
.paso3 .table tbody tr.active th, .paso3 .table thead tr th,
.paso3 .habitacion-cabecera[data-v-286bf90e]
{
    background-color: var(--primary)!important;
    border-color: var(--primary)!important;
}

.paso3 #itinerario .list-group .list-group-item .list-group-item-heading,
.paso3 .infomacion .list-group .list-group-item .list-inline li b
{
    color:var(--primary)!important
}


/* AJUSTES PAQUETES */
div#container {
    margin-top: 30px;
}

.ficha-producto .panel>.list-group:last-child .list-group-item:last-child a {
    color: #ffffff!important;
}

.ficha-producto .page-header h1 {
    margin-top: 0;
}


/*** FINANCIACION ***/

#financiacion {
    margin-top: 50px;
}

#financiacion .container {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 10px 0;
}

.formas_pagos-carousel#formas_pagos-carousel_all h4.formas-pago-h4:after {
    content: 'Nuestras Formas de Pago';
    visibility: visible;
    position: absolute;
    width: 100%;
    left: 0;
}

.formas_pagos-carousel#formas_pagos-carousel_all h4.formas-pago-h4 {
    color: var(--primary);
    visibility: hidden;
    font-weight: 800 !important;
}

.formas_pagos-carousel#formas_pagos-carousel_all a.formas-pago-a {
    color: var(--gris)!important;
}

.formas_pagos-carousel#formas_pagos-carousel_all .panel {
    box-shadow: none !important;
    margin-bottom: 0 !important;
}


/*ASISTENCIA Y AUTOS*/

body#asistencia_al_viajero .page-header > h1::after {
    content: url(../images/logos_asis.jpg);
    display: inline;
    margin-left: 25px;
}

body.consultar_autos #form_autos .page-header {display: none;}



/*** AJUSTES MKTE-SERVICES RESULTADOS CATEGORIAS ***/

.mkte_productos-resultado .thumbnail {
    flex-basis: 20%!important;
}

@media (min-width: 992px) {
    .mkte_productos-resultado #productos_app .col-md-9 {
        width: 100%!important;
    }
}

/*** FORMAS DE PAGO ***/

#app .modal-formas_pago .modal-content .list-group-item .list-inline,
#app .modal-formas_pago .modal-content .list-group-item .list-group-item-heading {
    display: none!important;
}

.fp_vigentes #filtros > div > div > div > div > div:nth-child(1) {
    display:none!important;
}

@media (min-width: 768px) {
    .fp_vigentes #filtros > div > div > div > div > div {
        width: 33%;
    }
}


/*** RED DE AGENCIAS ***/

body.red_agencias .titulo-ban-sec h1 {
    visibility: hidden!important;
}

body.red_agencias .titulo-ban-sec h1:before {
    content: 'AGENCIAS ALIADAS';
    visibility: visible!important;
    position: absolute;
    left: 0;
}

body.red_agencias .form-control {
    background-color: #fff;
    background-image: none;
    border-radius: 10px;
    height: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #717171;
    border: solid 1px #d9d9d9 !important;
    margin-bottom: 10px;
}

body.red_agencias .panel-campos {
    border-radius: 10px!important;
}

body.red_agencias .panel-campos .list-group .list-group-item {
    border: none;
    background: none!important;
}

body.red_agencias .btn-buscar-ag,
body.red_agencias .btn-borrar {
    height: 40px;
}

body.red_agencias form {
    margin-bottom: 50px;
}



/*AJUSTE CARUSEL PAGOS*/

.swiper-button-next, .swiper-button-prev, .swiper-pagination  {
    display: none!important;
}



/*AJUSTE TARIFA SERVICES*/

body.services .resultado .row > .tarifa > .table tfoot tr td {
    position: absolute;
    right: 16px;
    margin-top: -1px;
}

body.services .resultado .row > .tarifa > .table tbody tr td {
    display: block;
    min-width: 80px;
    padding-right: 5px !important;
}

body.services .resultado .row > .tarifa > .table tbody tr th {
    font-size: 13px!important;
}

/*** LANDINGS PARTNERS ***/

#partners .logo-partner {
    max-height: 150px;
}


body.paso3 #habitaciones .list-group .list-group-item {
    background-color: transparent !important;
}
body.paso3 #reservar #categorias,
body.paso3 #reservar #servicios-noches-extra,
body.paso3 #reservar #servicios-opcionales {
    font-size: 14px!important;
}


/*AJUSTE FORMAS DE PAGO*/

 
.fp_vigentes #filtros {display: none;}
.fp_vigentes #tarjetas .page-header > h3 {display: none;}
.fp_vigentes #tarjetas .page-header::before {content:"Tarjetas con financiaci\00F3n propia"; font-size: 25px;}
 
#modal_formas_pago_tarjeta .modal-forma .info > th:nth-child(5),
#modal_formas_pago_tarjeta .modal-forma tr > td.text-monospace:nth-child(5) {display: none!important;}

/*** AJUSTES SPECIAL TOURS ***/

.paso3 #reservar #desglose .table tfoot tr th {
    color: #ffffff!important;
    background-color: var(--primary)!important;
    vertical-align: middle;
    border-top: none!important;
}

.paso3 #reservar #panel_politicas .list-group .list-group-item {
    background-color: #f1f1f1!important;
}

/*** AJUSTES VIAJES PARA TODOS ***/

body.paso3 #detalle .form-horizontal .form-control {
    background-color: #fff;
    background-image: none;
    padding: 5px 5px 5px 15px;
    border-radius: 10px;
    height: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #717171;
    border: solid 1px #d9d9d9 !important;
    margin-top: 2px;
    margin-bottom: 2px;
} 

body.paso3 #detalle #traslado_in_aeropuerto,
body.paso3 #detalle #traslado_in_compania,
body.paso3 #detalle #traslado_in_hora,
body.paso3 #detalle #traslado_in_minutos,
body.paso3 #detalle #traslado_in_vuelo {
    background-color: #fff;
    background-image: none;
    padding: 5px 5px 5px 15px;
    border-radius: 10px;
    height: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #717171;
    border: solid 1px #d9d9d9 !important;
    margin-top: 2px;
    margin-bottom: 2px;
}

body.paso3 #container #detalle {
    margin-bottom: 50px;
}

body.paso3 #container #detalle .page-header {
    margin: 0!important;
    padding-bottom: 0!important;
}

body.paso3 #container #reservar .form-control {
    background-color: #fff;
    background-image: none;
    padding: 5px 5px 5px 15px;
    border-radius: 10px;
    height: 40px!important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #717171;
    border: solid 1px #d9d9d9 !important;
}

body.paso3 #reservar #calendario .ui-datepicker td.ui-state-salida a,
body.paso3 #reservar #calendario .ui-datepicker td.ui-datepicker-current-day .ui-state-active,
body.paso3 #reservar #calendario span {
    font-size: 16px;
}

body.services {
    font-size: 14px;
}
body.services .resultado .row > .tarifa > .table tbody tr th span {
    display: block;
}
body.services .resultado .row > .tarifa > .table tbody tr td {
    display: table-cell;
}

/*** LANDINGS ESTILO ACADEMY ***/

section#partners {
            padding: 50px 0;
        }

        section#partners a.descarga {
            font-weight: 700;
            color: #fff;
            background-color: var(--primary);
            padding: 10px 20px;
            border-radius: 10px;
        }

        section#partners .mail {
            font-size: 18px;
        }

        section#partners .mail a {
            color: var(--primary);
            font-weight: 700;
        }

        section#partners .row.wrapper-cuentas {
            margin: 20px 0;
        }

        section#partners h1 {
            padding: 15px 15px;
            margin: 10px 15px;
            font-size: 24px;
            font-weight: 700;
            background-color: var(--secondary);
            color: #fff;
        }

        section#partners h2 {
            font-weight: 700;
            color: var(--primary);
        }

        section#partners h3 {
            padding: 30px;
            background-color: #fff;
            box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            height: 200px;
            overflow: hidden;
        }

        section#partners .list-group,
        section#partners .list-group-item {
            margin-bottom: 5px!important;
        }

        section#partners .list-group-item h5 {
            font-weight: 700;
            color: #ffffff;
        }

        section#partners .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
            background-color: #f1f1f1;
            border-color: #f1f1f1;
        }

        section#partners .list-group-item a {
            color: var(--primary);
        }

        .logo-partner {
            max-height: 110px;
        }

/*** MENSAJES ***/

body.gracias .container-agencia .page-header h2 {
    font-weight: 700;
    color: var(--primary);
}
body.gracias .container-agencia .animated h4:nth-child(2) {
    font-weight: 700;
    color: var(--primary);
}
body.gracias .container-agencia .animated h4:nth-child(3) {
    font-size: 16px;
}
.gracias #desglose .table thead tr th {
    background: var(--gris)!important;
}
.gracias #desglose .table tbody tr.subt th, .gracias #desglose .table tbody tr.subt td {
    color: #333!important;
    background-color: #f1f1f1!important;
    border-top: none!important;
}
.gracias #desglose .table caption, .gracias #desglose .table tbody tr.rule th, .gracias #desglose .table tbody tr.rule td {
    color: #333!important;
    background-color: #ffffff!important;
    border-color: #d9d9d9!important;
}
.gracias #desglose .table tfoot tr th,
.gracias #desglose .table tfoot .total-aclaracion td {
    color: #ffffff!important;
    background-color: var(--primary)!important;
    border-top: none!important;
}

.resultados .tarifa_leyenda span {
    display: block!important;
}