/*GENERALES*/



@media(min-width:991px){
    .container-extra {
        max-width: 1400px;
        width: 95%;
    }
}

:root {
    --primary: #0971CE;
    --verde: #1EE632;
    --violeta: #0F142D;
    --magenta: #ff0055;
    --gris: #222222; 
}

body {
    --font: 'Montserrat';
    font-size: 16px;
    overflow-x: hidden;
}

a, a:hover, a:focus {
    color: var(--gris);
    text-decoration: none!important;
}

ul, li {
    list-style: none;
}


.flex-center {
    display: flex;
    align-items: center;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.redes-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 5px;
}

.redes-header i, .redes-footer i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.redes-header i {
    background-color: var(--gris);

}

.redes-footer i {
    background-color: var(--primary);

}

.logo_verde {
    display: none!important;
}

/*** BOTONERA ***/

.btn-default {
    background-color: var(--primary);
    border-color: var(--primary);
    color:#FFFFFF;
    font-weight: bold;
    border-radius: 10px;
}

.btn-default:hover {
    background-color: #ffffff!important;
    border-color: #ffffff!important;
    color:var(--primary)
}

.navbar-default .navbar-toggle {
    border-color: #ffffff!important;
}

#header-FP .navbar-default a:before {
    font-family: 'Material Symbols Outlined';
    font-size: 22px;
    font-style: normal;
    color: #ffffff;
    text-decoration: inherit;
    font-weight: normal;
}

#btn-id-8 > a:before {
    content: 'flight_takeoff';
}

#btn-id-9 > a:before {
    content: 'directions_car';
}

#btn-id-10 > a:before {
    content: 'room_service';
}

#btn-id-11 > a:before {
    content: 'luggage';
}

#btn-id-12 > a:before {
    content: 'star';
}

#btn-id-13 > a:before {
    content: 'diversity_3';
}

#btn-id-14 > a:before {
    content: 'calendar_month';
}

#btn-id-15 > a:before {
    content: 'health_and_safety';
}

.input-group-addon {
    background: #ffffff;
    color: white;
    border-color: #ffffff;
}

.resultado #header-FP {
    margin-bottom: 0;
}

.resultado .jumbotron {
    margin-bottom: 30px;
}

.redes li {
    padding: 0;
    font-size: 16px;
}

#container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ficha-producto .panel-mapa, body.resultado button[data-target="#mapa"] {
    display: none!important;
}

body.services #busqueda .container {
    max-width: 1170px;
}

form.buscador-horizontal .popover-select .placeholder,
form.buscador-horizontal > .list-group-item > .popover-select > .placeholder, .popover-ocupacion > .placeholder {
    font-size: 13px!important;
}

@media (max-width: 760px) {
    body.services {
        padding: 0px 0px!important;
    }
}

body.producto-consultar #desglose {display: none;}

body.services .paginado .btn {background: none;}


/*HEADER*/

#logo-header {
    width: 120px;
    margin-top: -20px;
}

@media (max-width: 768px) {
    #logo-header {
        margin-top: 0px;
    }
}

#top-header {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 5px;
}
#top-header b {
    font-weight: 600;
}
#top-header .fa {
    color:var(--primary)
}
#top-header .fa-inverse {
    color:white!important;
}

#header-FP {
    width: 100%;
    background-color:var(--gris);
    height: 100px;
}

#header-FP .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

#header-FP .navbar-default .navbar-toggle,
#header-FP .navbar-default .navbar-toggle:hover {
    background-color: transparent!important;
}

#header-FP .navbar-default {
   background-color: transparent;
   border:none;
   margin-top: 0px;
   margin-bottom: 0;
   min-height: 30px;
}

#header-FP .navbar-default .dropdown-menu a {
    font-weight: 600;
    font-size: 14px;
    color:#ffffff;
} 

#header-FP .navbar-default a {
    color:#ffffff;
    font-size: 14px;
    border: 1px solid transparent;
    padding: 5px 10px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-weight: 700;
}

@media (min-width: 1260px) {
    #header-FP .navbar-default a {
        flex-direction: row;
    }
    #header-FP .navbar-default {
        margin-top: 20px;
    }
}

#header-FP .navbar-default a .caret {display: none;}

#header-FP .navbar-default a:hover {
    color: var(--primary);
}

/*#header-FP .navbar-default .nav > li > a::before {
    display: inline;
    text-align: center;
    margin-top: -25px;
    margin-bottom: 5px;
    margin-right: 2px;
}*/


/*HOME*/

.titulos-seccion {
    font-weight: 700;
    color:var(--gris);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 24px;
}

.titulos-seccion span {
    color: var(--primary);
}

section#destacadosHomeNac {
    padding: 20px 0;
    background-color: #f1f1f1;
}

#news {
    background: var(--primary);
    padding: 35px 0;
}

#news form label {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    color:#FFFFFF
}

#news form input {
    height: 49px;
    padding: 6px 20px;
    border-color:transparent;
    border-radius: 0px;
}

#news form span {
    color:#FFFFFF
}

#news form .btn-default {
    font-size: 16px;
    border-radius: 0px;
    padding: 10px 20px;
    background-color: transparent;
    border-color:white;
    border-width: 2px;
}

.formas_pagos-carousel#formas_pagos-carousel_all h4.formas-pago-h4 {
    color: var(--primary);
    font-weight: 800!important;
}



/*FOOTER*/

#logo-footer {
    width: 170px;
    margin-top: -15px;
}

@media (max-width: 768px) {
    .logo_footer {
        margin: auto!important;
    }
    .btn-acceso {
        margin: 0 auto 50px auto !important;
        text-align: center;
        display: block !important;
        width: 90%;
    }
}

.btn-acceso {
    font-weight: 700;
    color: var(--primary)!important;
    padding: 10px 20px;
    border: solid 1px var(--primary)!important;
    border-radius: 50px;
    display: inline-block;
    margin-top: 100px;
    margin-bottom: 50px;
}

#footer-FP {
    padding: 50px 0 35px;
    background-color: var(--gris);
    color: #FFFFFF;
    font-size: 14px;
    position: relative;
    z-index: 8009;
}

#footer-FP a{
    color:#FFFFFF;
    border:none;
}

#footer-FP a:hover {
    color: var(--primary)
}

#footer-FP ul li {
    margin-bottom: 7px ;
    display: flex;
    align-items: center;
}

.redes-footer {
    margin-top: 25px;
    display: flex;
    gap: 10px;
}

@media (min-width: 769px) {
    .footer-column {
        padding: 0;
    }
}


@media (max-width: 768px) {
    .redes-footer {
        justify-content: center;
    }
}

#consultar {
    background: #111111;
    padding: 10px 0;
    font-size: 15px;
    position: relative;
    z-index: 9998;
}

#consultar a {
    color:#FFFFFF;
}



/*RESPONSIVE*/

@media(max-width:768px){
    #conBuscador {
        position: initial!important;
        width: 90%!important;
        margin: 20px auto;
    }
    #slidesup #sldHome .item > div {
        height: 300px!important;
        /*opacity: 0.65!important;*/
    }
    #header-FP {
        height: auto;
    }

    .navbar-brand {
        padding: 0px 15px;
    }
    #logo-header {
        width: 100px !important;
       margin-top: 30px;
    }
    #header-FP{
        height: 90px;
    }
    #header-FP .navbar-default a {
        color:#ffffff!important;
    }
    #header-FP .navbar-default .navbar-collapse {
        border:none;
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        top: 70px;
        width: 100%;
    }
    #slideinf .carousel-caption {
    width: 90%!important;
    left: 5%!important;
    top: -10px;
    }
    #sldHome2 .item > div:first-child { 
        height: 475px!important;
    }
    #logo-footer {
        margin: 0 auto 25px;
    }
    #footer-FP .redes {
        margin-right: 60px;
    }
    #footer-FP ul li {
        justify-content: center;
    }
    #news form label {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        padding-left: 0!important;
        padding-right: 0!important;
        float: right;
    }
}



/*** NOVEDADES ***/

@media (min-width: 992px) {
    .ficha-novedad #galeria img {
        width: 40%;
        margin: auto;
    }
}

.ficha-novedad {
    text-align: center;
}

.ficha-novedad .panel-default {
    border: none!important;
}

.ficha-novedad .descripcion {
    column-count: 1!important;
}

.ficha-novedad .descripcion ul {
    padding-left:0;
}

/*** AJUSTES FORMAS DE PAGO ***/

#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 .panel {
    box-shadow: none!important;
    margin-bottom: 0!important;
}

/*.formas_pagos-carousel#formas_pagos-carousel_all h4.formas-pago-h4:before {
    content: 'Ver formas de pago';
    visibility: visible !important;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    margin: 10px 0px 8px;
    font-size: 18px;
    color: #007CC2;
    font-weight: 800 !important;
}*/

/*.formas_pagos-carousel#formas_pagos-carousel_all h4.formas-pago-h4,
.formas_pagos-carousel#formas_pagos-carousel_all a.formas-pago-a {
    visibility: hidden;
}

.formas_pagos-carousel#formas_pagos-carousel_all a.formas-pago-a:before {
    content: 'Consultar promociones bancarias';
    visibility: visible !important;
    position: absolute;
    left: 0;
    margin-top: 5px;
    text-align: center;
    width: 100%;
    font-size: 13px;
    color: var(--gris);
    text-decoration: none;
}*/


.ficha-producto .list-group-item-precios {
    margin-bottom: 0!important;
}




/*AJUSTE RESULTADOS AGENCIA*/


body.agencia-buscar .panel.resultado .row > div:last-child {padding-left:15px!important}
body.agencia-buscar .panel.resultado .label-destacado {padding: 10px; background: #b74f95;}
body.agencia-buscar #filtro .btn-default.active {background:#b74f95; border-color:#b74f95; color:white}

.ficha-producto .panel>.list-group:last-child .list-group-item:last-child a {
    color: #ffffff;
}


/*** SUGERIDOS HOME ***/

.shadow_border {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-color: transparent;
    padding: 0 5px 0 0;
    margin: 5px;
}

#promociones .wrapper-item {
    padding: 0;
}
#promociones h4 {
    font-size: 18px;
    line-height: 21px;
    color: var(--azul);
    padding-right: 15px;
}

#promociones .titulo {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px;
	padding-right: 15px;
}
#promociones ul {
    margin-bottom: 0px;
    margin-top: 5px;
}

#promociones .panel-default {
    border: none;
}
#promociones .panel {
    margin-bottom: 0;
}

#promociones .item:hover {
    box-shadow: rgb(0 0 0 / 30%) 0px 3px 15px;
}

#promociones .panel-body {
    padding: 0;
	background: #f3f3f3;
}

#promociones .precio-c strong {
    /*display: block;*/
    color:var(--ROSA);
    font-size: 21px;
}

#promociones .paqDestacados .btn_verMas3{
    width: 23%;
    text-align: center;
    color: #fff;
    background-color: var(--primary);
    padding: 8px 10px;
    border-radius: 50px;
    font-weight: 700;
    margin-top: 5px;
    font-size: 14px;
    position: absolute;
    right: 25px;
    bottom: 15px;
}

@media (max-width: 600px) {
    #promociones .precio-c strong {
        display: block;
    }
    #promociones .wrapper-promo,
    #promociones .image-promo {
        height: 190px!important;
    }
    #promociones .precio-c {
        margin-top: 10px;
    }
    #promociones .paqDestacados .btn_verMas3{
        width: 40%;
    }
}

.shadow_border {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-color: transparent;
    padding: 0 5px 0 0;
    margin: 5px;
}

#promociones .wrapper-item {
    padding: 0;
}
#promociones h4 {
    font-size: 18px;
    line-height: 21px;
    color: var(--azul);
    padding-right: 15px;
}

#promociones .titulo {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 75px;
	padding-right: 15px;
}
#promociones ul {
    margin-bottom: 0px;
    margin-top: 5px;
}

#promociones .panel-default {
    border: none;
}
#promociones .panel {
    margin-bottom: 0;
}

.promo-card {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 10px;
}

.promo-card-col {
    padding-left: 0;
}

#promociones .item:hover {
    box-shadow: rgb(0 0 0 / 30%) 0px 3px 15px;
}

#promociones .panel-body {
    padding: 0;
	background: #f3f3f3;
}

#promociones .precio-c strong {
    /*display: block;*/
    color:var(--ROSA);
    font-size: 21px;
}

#promociones .paqDestacados .btn_verMas3{
    width: 23%;
    text-align: center;
    color: #fff;
    background-color: var(--primary);
    padding: 8px 10px;
    border-radius: 50px;
    font-weight: 700;
    margin-top: 5px;
    font-size: 14px;
    position: absolute;
    right: 25px;
    bottom: 20px;
}

@media (max-width: 600px) {
    #promociones .precio-c strong {
        display: block;
    }
    #promociones .wrapper-promo,
    #promociones .image-promo {
        height: 190px!important;
    }
    #promociones .precio-c {
        margin-top: 10px;
    }
    #promociones .paqDestacados .btn_verMas3{
        width: 40%;
    }
}

#app_hot .pre-scrollable[data-v-06d5e44e] {
    min-height: 700px;
    overflow: hidden;
}

/*** MENSAJES AEREOS Y AUTOS ***/


.mktecars-mensajecompra h4 {
    background-color: var(--primary);
    color: #ffffff;
    font-weight: 700;
    padding: 10px 15px;
    font-size: 24px;
}

.mktecars-mensajecompra > h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
}

.mktecars-mensajecompra p {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: left;
    padding: 10px 15px;
}

#mkte_air #wb_confirmacion h4 {
    background-color: var(--primary);
    color: #ffffff;
    font-weight: 700;
    padding: 10px 15px;
    font-size: 24px;
}

#mkte_air #wb_confirmacion > h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
}

#mkte_air #wb_confirmacion p {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: left;
    padding: 10px 15px;
}

/*** AJUSTES FORMAS DE PAGO ***/

.formas_pagos-carousel#formas_pagos-carousel_all h4.formas-pago-h4:after {
    content: 'Consultar por promociones bancarias seg\0fan producto';
    position: absolute;
    top: 10px;
    left: 0;
    visibility: visible;
    font-size: 16px;
}
.formas_pagos-carousel#formas_pagos-carousel_all h4.formas-pago-h4 {
    margin: 10px 0px 8px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    visibility: hidden;
}
.formas_pagos-carousel#formas_pagos-carousel_all a.formas-pago-a {
    display: none!important;
}
#app .modal-formas_pago .modal-content .list-group-item .list-group-item-heading,
#app .modal-formas_pago .modal-content .list-group-item .list-inline {
    display: none!important;
} 
#app_hot .affix {
    position: relative!important;
}

#app_hot .affix aside {
    overflow-y: initial!important;
    max-height: fit-content!important;
}

#fichaPaquete li#ficha_codigo {
    display: none;
}


/*AJUSTE ASISTENCIA*/

#mkte_asi_paso3 #formularioReserva #btnConfirmar {
    margin-top: 80px;
}



/*AJUSTE FICHA PAQUETES*/

.ficha-producto #tarifas .panel-heading {display: none;}



/*AJUSTE BUSCADOR ASISTENCIA*/

#buscadorAsistencias #buscadorSidebar div#bloqueDias .col-xs-6:first-child .input-group label {
    visibility: hidden;
}
#buscadorAsistencias #buscadorSidebar div#bloqueDias .col-xs-6:first-child .input-group label i {
    visibility: visible!important;
}
#buscadorAsistencias #buscadorSidebar div#bloqueDias .col-xs-6:first-child .input-group label i:after {
    content: ' Salidas';
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px !important;
}



/*AJUSTE FORM AEREOS*/

#wb_confirmacion #telefono_prefijo {
    width: 70px!important;
}