@import url('./variables.css');
@import url('./mkte_services_circuitos.css');


/*GENERALES*/

#error404 {
    margin-top: -35px;
    margin-bottom: -30px;
}

:root {
    --primary: #ec7e06;
    --naranja: #ec7e06;
    --secondary: #ec7e06;
    --celeste: #138db7;
    --gris: #49505a;
}

body {
    font-family: 'Montserrat'; font-size: 16px;
}

a, a:hover, a:focus {
    color: var(--primary);
    text-decoration: none!important;
}

.p-0 {
    padding: 0;
    overflow: hidden;
}



.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-AGENCIA {
    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;}



/*HEADER*/

a.btn-version {
    color: #ffffff;
    border: solid 1px #ffffff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    position: absolute;
    top: 25px;
    right: 250px;
    font-weight: 700;
    padding: 0 20px;
    z-index: 9999;
    transition: all 0.2s ease-in;
}

a.btn-version:hover {
    background-color: var(--primary);
    border: solid 1px var(--primary);
}

a.btn-version-beta {
    color: var(--primary);
    border: solid 1px var(--primary);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 250px;
    font-weight: 700;
    padding: 0 20px;
    z-index: 9999;
    transition: all 0.2s ease-in;
}

a.btn-version-beta:hover {
    background-color: var(--primary);
    border: solid 1px var(--primary);
    color: #ffffff;
}

@media (max-width: 768px) {
    .btn-version, .btn-version-beta {
        display: none!important;
    }
}

#header-AGENCIA {
    padding: 10px 0 0; 
    width: 100%;
    background-color: #FFFFFF;
}



#header-AGENCIA .navbar-default .navbar-toggle,
#header-AGENCIA .navbar-default .navbar-toggle:hover {
    background-color: transparent!important;
}

#header-AGENCIA .navbar-default {
   background-color: transparent;
   border:none;
   margin-top: 15px;
   margin-bottom: 0;
}

@media(max-width:768px) {
    #header-AGENCIA .navbar-default {
        margin-top: 0;
    }
    #header-AGENCIA {
        padding: 10px 0 10px; 
    }
    img#logo-header-color {
        display: none!important;
    }
}

#header-AGENCIA .navbar-default a {
    color: var(--gris);
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 10px 5px;
}

#header-AGENCIA .navbar-default a .caret {
    display: none;
}

#header-AGENCIA .navbar-default a:hover {
    color:var(--secondary)
}

#header-AGENCIA .navbar-default .dropdown-menu>li>a {
    background-color: var(--secondary);
    padding: 7px 15px;
    color:white!important;
}
#header-AGENCIA .navbar-default .dropdown-menu>li>a:hover {
    background-color: #1b9ca1;
    color:white;
}

#header-AGENCIA .navbar-default .navbar-nav>.active>a,
#header-AGENCIA .navbar-default .dropdown-menu,
#header-AGENCIA .navbar-default .navbar-nav>.open>a {
    background: transparent;
    border:none;
    box-shadow: none;
    color: var(--secondary)
}

@media (min-width: 768px) {
    #header-AGENCIA .navbar-default {
        background-color: transparent;
        border: none;
        margin-top: 15px;
        display: flex;
        justify-content: flex-end;
    }
}

#header-AGENCIA .navbar-default .dropdown-menu a:hover {
    background-color: transparent;
    color: var(--secondary)
}

#header-AGENCIA .navbar-default .dropdown.open > a {
    border-bottom: none;
}

img#logo-header-color {
    margin-top: 0px;
}

#header-AGENCIA .navbar-default a:before {
    font-family: 'Material Symbols Outlined' !important;
    font-style: normal;
    color: var(--primary);
    text-decoration: inherit;
    font-size: 20px;
}

#btn-id-8 > a:before {
    content: 'luggage';
}
#btn-id-9 > a:before {
    content: 'star';
}
#btn-id-10 > a:before {
    content: 'map';
}
#btn-id-11 > a:before {
    content: 'directions_boat';
}
#btn-id-12 > a:before {
    content: 'calendar_month';
}
#btn-id-7 > a:before {
    content: 'mail';
}
#btn-id-6 > a:before {
    content: 'person';
}
#btn-id-13 > a:before {
    content: 'computer';
}


@media (min-width: 1200px) {
    .container-plus {
        max-width: 1400px;
        width: 95%;
    }
}

.header-contacto {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.btn-header-contacto a {
    padding: 5px 20px;
    height: 35px;
    display: block;
    border-radius: 50px;
    border: solid 1px var(--primary);
    font-weight: 500;
}

.btn-header-contacto a:hover {
    background-color: var(--primary);
    color: #fff;
}

.redes-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.redes-header a {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
}

.redes-header a i {   
    color: #fff!important;
}

@media (min-width: 911px) {
    .buscador-principal {
        position: absolute;
        top: 350px;
        width: 100%;
        max-width: 1170px;
        margin: 0px auto;
    }
}


/*CONTENIDO*/

.titulos-seccion {
    color:var(--gris);
    text-align: center;
    font-weight: 700;
    margin: 40px auto;
    font-size: 28px;
}

.titulos-seccion span {
    color: var(--primary);
}


@media (max-width: 768px) {
    
    img#logo-footer {
        margin: auto auto 40px auto;
    }
    #footer-AGENCIA {
        text-align: center;
    }
    .redes-header {
        justify-content: center;
        margin-top: 30px;
    }
}


#promociones .paqDestacados .promo-card {
    box-shadow: rgba(0, 0, 0, 0.20) 0px 3px 10px;
    border-radius: 20px;
    padding: 0;
}

#promociones .paqDestacados .promo-card-col {
    padding-left: 0!important;
}

#promociones .paqDestacados .btn_verMas3 {
    width: 21%;
    text-align: center;
    padding: 7px 10px;
    font-weight: 700;
    margin-top: 5px;
    font-size: 13px;
    position: absolute;
    right: 30px;
    bottom: 15px;
    border-radius: 50px;
    background-color: var(--primary);
    border: none;
    color: #fff;
}

#promociones .paqDestacados .titulo,
#promociones .paqDestacados .precio-c {
    width: 90%;
    text-align: left;
    color: var(--gris);
}

#promociones .paqDestacados .precio-c{
    font-size: 17px;
}

.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;
}



#news {
    background: var(--primary);
    padding: 35px 0;
}

#news form h3 {
    font-size: 21px;
    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;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    height: 49px;
}



/*********************************
Footer
*********************************/


footer {
    padding: 40px 0 40px 0;
    background: var(--gris);
    color: #fff;
    width: 100%;
}

footer .wrapper_redes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media(min-width: 769px) {
    footer .wrapper_redes {
        justify-content: flex-end;
        margin-top: -70px;
    }
}

footer .wrapper_redes a {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
}
a.contacto {
    color: #fff;
    margin-left: 30px;
    font-size: 24px;
    display: inline-block;
    position: relative;
    height: 30px;
    width: 30px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
}

footer .logo_footer {
    width: 100%;
    max-width: 200px;
    text-align: center;
    margin-top: 40px;
    /*background: url(../images/footer_line_logo.png) no-repeat center;*/
}

footer .wrapper_logo_footer {
    background: #3c3c3c;
    width: 210px;
    height: 50px;
    position: relative;
    margin: -25px auto;
}

footer .img_logo_footer {
    display: inline-block;
}

footer .menu_footer {
    font-size: 15px;
    margin-top: 50px;
}

footer .menu_footer .title{
    font-size: 17.5px;
    color: var(--primary);
}

footer .menu_footer .title.links_utiles {
    margin-top: 37px;
}

footer .menu_footer .info h2 {
    font-size: 18px;
    color: var(--primary);
    margin-top: 0!important;
}

footer .menu_footer .info p {
    font-size: 16px;
    line-height: 1.6;
}

footer .menu_footer .info a {
    color: var(--primary);
    margin-top: 10px;
    display: block;
}

footer .menu_footer p{
    line-height: 1.6;
}

footer .menu_footer a {
    color: #fff;
}

footer .menu_footer a:hover {
    color: var(--primary);
}

footer .menu_footer .phone {
    font-size: 24px!important;
    margin-top: 10px;
    font-weight: 400;
}
footer .menu_footer .phone small {
    font-size: 75%!important;
}

footer .wrapper_logos {
    text-align: center;
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

footer .wrapper_logos .logo {
    margin: 0 20px;
}

footer .wrapper_logos .logo img {
    width: 120px;
}

.wrapper_copy {
    font-size: 12px;
    color: #cbcbcb;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}

div#consultar {
    padding: 10px 0;
    background-color: #333333;
}
div#consultar a {
    color: #ffffff;
}

div#wsp {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index:9999;
}


/*RESPONSIVE*/

@media(max-width:768px){
    #header-AGENCIA {
        border:none
    }

    #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 MANUAL ***/

body.agencia-buscar div#container {
    margin-top: 50px;
}
body.agencia-buscar .resultado .panel-title {
    padding: 10px 20px 0!important;
}
body.agencia-buscar .panel.resultado .lead {
    padding: 0 20px;
}
body.agencia-buscar .resultado .panel-body {
    padding: 20px 20px 20px 20px!important;
}

body.texto a:hover {
    color: var(--primary)!important;
}
body.texto .panel-body p {
    font-weight: 400!important;
}
#container > #wb_container {
    margin-bottom: 40px;
}
.list-group .list-group-item-precios {
    margin-bottom: 0!important;
}
.ficha-producto .list-group-item.list-group-item-precios .btn-block {
    color: #ffffff!important;
}
.panel-group.panel-group-lists.collapse.in.panel-buscador {
    margin-top: 25px;
}
body.producto-consultar #container {
    margin-top: 20px;
}
body.spider .ficha-producto {
    margin-top: 25px;
}


/*FORMAS DE PAGO*/
.formas_pagos-carousel#formas_pagos-carousel_all h4.formas-pago-h4 {
    font-weight: 700!important;
    color:var(--primary)!important
}
.formas_pagos-carousel#formas_pagos-carousel_all a.formas-pago-a {
    color:initial!important
}

#bancos.formas_pago .page-header > h2, 
.fp_vigentes #filtros {display: none;}

#modal_formas_pago_banco .modal-forma .info > th:nth-child(2), 
#modal_formas_pago_banco .modal-forma .info > th:nth-child(3),
#modal_formas_pago_banco .modal-forma .info > th:nth-child(5){display: none;}

#modal_formas_pago_banco .modal-forma tr > td.text-monospace:nth-child(2),
#modal_formas_pago_banco .modal-forma tr > td.text-monospace:nth-child(3),
#modal_formas_pago_banco .modal-forma tr > td.text-monospace:nth-child(5) {display: none!important;}


#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 {
    margin-bottom: 0!important;
    border: none!important;
}

.formas_pagos-carousel#formas_pagos-carousel_all h4.formas-pago-h4 {
    color: var(--primary);
    font-weight: 800 !important;
    font-size: 18px;
}

.formas_pagos-carousel {
    box-shadow: none!important;
    padding: 0!important;
}

/*** AGREGANDO PROMOCIONES EN AEREOS ***/

.enlace_forma_de_pago:after {
    content: 'Ver promociones bancarias';
}

#app_hot .vc-arrows-container {
    display: flex !important;
}

/*** OCULTANDO TARJETA DE CREDITO EN FORMAS DE PAGO AEREOS ***/

.row-payment.row-creditCard {
    display: none !important;
}

.row-payment.row-pasarelas .options-pasarela .contenedor_img {
    width: 250px!important;
}
.row-payment.row-pasarelas .options-pasarela .contenedor_img:after {
    color: #333;
    font-weight: 700;
    display: block;
    margin-left: 50px;
}
.row-payment.row-pasarelas .options-pasarela div:nth-child(1) .contenedor_img:after {
    content: 'Mercado Pago';
}
.row-payment.row-pasarelas .options-pasarela div:nth-child(2) .contenedor_img:after {
    content: 'Pago con Tarjeta';
}

.row-payment.row-pasarelas .options-pasarela {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}
.row-payment.row-pasarelas .options-pasarela p {
    visibility: hidden!important;
}

.options-pasarela #optradio {
    display: block!important;
}

/*** CIRCUITOS ***/

.resultados .tarifa_leyenda span {
    display: block!important;
}
.mkte_circuitos-consulta .conector {
    display: none!important;
}

/*** RESULTADOS CIRCUITOS COTIZAR ***/

#desglose > .table tr.tarifa th, #desglose > .table tr.tarifa td {
    color: #333333!important;
    background-color: #F1F1F1!important;
    border: none!important;
}
#desglose > .table tr.subtotal th, #desglose > .table tr.subtotal td {
    color: #333333!important;
    background-color: #d9d9d9!important;
    border: none!important;
}
body.mkte_circuitos-consulta .conector img {
    display: none!important;
}
#gracias > div.row.row-20 > div.col-xs-12.col-sm-4 > .row > div {
    width: 100%;
}
/*** VPT ***/
body.is-excursion #btn-cotizar {
    border-radius: 10px!important;
    height: 40px;
    opacity: 1;
}
body.is-excursion select.input-sm {
    height: 40px!important;
    line-height: 40px!important;
    border-radius: 10px!important;
}
body.is-excursion form#reservar .panel {
    border: none;
}

.paso3 .panel.panel-default.panel-habitacion .form-control {
    border-radius: 10px;
    height: 40px;
}

.paso3 #reservar #politicas {
    padding: 0!important;
    border-radius: 10px!important;
}
.paso3 #reservar #politicas .list-group {
    padding: 10px!important;
}
.paso3 #reservar #habitaciones .table tr td .form-control {
    height: 40px!important;
    border-radius: 10px!important;
}
.paso3 #reservar #habitaciones .panel-body .form-control,
.paso3 #reservar #categorias .form-control,
.paso3 #reservar #regimenes .form-control,
.paso3 #reservar #idiomas .form-control {
    height: 40px!important;
    border-radius: 10px;
}
.paso3 #reservar #btn-cotizar {
    border-radius: 10px!important;
    height: 40px;
    opacity: 1;
}
.paso3 .container-agencia {
    font-weight: normal!important;
}