@import url('./variables.css');


/*GENERALES*/

#error404 {
    margin-top: -35px;
    margin-bottom: -30px;
}

:root {
    --primary: #6C50A0;
    --secondary: #6C50A0;
    --gris: #333333;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat'; font-size: 16px;
    overflow-x: hidden;
}

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: 500;
    border-radius: 35px;
}*/

.btn-default:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color:#FFFFFF
}

.input-group-addon {
    background:var(--primary);
    color: white;
    border-color: var(--primary);
}

.resultado #header-KILKEN {
    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*/

#header-KILKEN {
    padding: 10px 0 5px 0; 
    width: 100%;
    background-color: #ffffff;
}

#header-KILKEN #logo-header {
    display: none;
}


#header-KILKEN .navbar-default .navbar-toggle,
#header-KILKEN .navbar-default .navbar-toggle:hover {
    background-color: transparent!important;
}

#header-KILKEN .navbar-default {
   background-color: transparent;
   border:none;
   margin-top: 15px;
   margin-bottom: 0;
}

#header-KILKEN .navbar-default a {
    color: var(--gris);
    font-size: 16px;
    /*border: 1px solid transparent;*/
    padding: 5px 15px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

@media(max-width:768px) {
    a.navbar-brand {
        display: block !important;
    }
    #header-KILKEN .navbar-default {
        margin-top: 0!important;
    }
    #header-KILKEN {
        padding: 0 0 5px 0;
    }
}

.navbar-collapse {
    border-top: none!important;
}

#header-KILKEN .navbar-default a .caret {
    display: none;
}

#header-KILKEN .navbar-default a:hover {
    color: var(--primary);
}

#header-KILKEN .navbar-default .dropdown-menu>li>a {
    background-color: #48494b78;
    padding: 7px 15px;
    color:white!important;
}
#header-KILKEN .navbar-default .dropdown-menu>li>a:hover {
    background-color: var(--primary);
    color:white;
}

#header-KILKEN .navbar-default .navbar-nav>.active>a,
#header-KILKEN .navbar-default .dropdown-menu,
#header-KILKEN .navbar-default .navbar-nav>.open>a {
    background: transparent;
    border:none;
    box-shadow: none;
    color: var(--primary);
    padding-left: 20px;
}

#header-KILKEN .navbar-default .dropdown-menu a:hover {
    background-color: transparent;
    color: var(--primary)
}

#header-KILKEN .navbar-default .dropdown.open > a {
    border-bottom: none;
}

#header-KILKEN .navbar-default {
    background-color: transparent;
    border: none;
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
}

#header-KILKEN .navbar-default a:before {
    font-family: 'Material Symbols Outlined' !important;
    font-style: normal;
    font-weight: 400!important;
    color: var(--primary);
    text-decoration: inherit;
    font-size: 28px;
}

#btn-id-8 > a:before {
    content: 'travel_luggage_and_bags';
}
#btn-id-12 > a:before {
    content: 'star';
}
#btn-id-10 > a:before {
    content: 'map';
}
#btn-id-11 > a:before {
    content: 'event';
}
#btn-id-6 > a:before {
    content: 'person_search';
}
#btn-id-7 > a:before {
    content: 'mail';
}

@media (max-width: 768px) {
    #header-KILKEN .navbar-default {
        display: block;
    }
}

@media (min-width: 1200px) {
    .container-plus {
        max-width: 1400px;
        width: 95%;
    }
}

.datos-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.datos-header a {
    color: var(--gris);
    font-size: 15px;
}

.datos-header a i {
    color: var(--primary);
}

.redes-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.redes-header a {
    height: 30px;
    width: 30px;
    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*/

.buscador-principal h4 {
    background-color: var(--primary);
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    margin: 0;
}

.wrapper-title {
    display: flex;
}

.title-seccion {
    background-color:var(--primary);
    color: #ffffff;
    font-weight: 700;
    margin: 20px auto;
    font-size: 28px;
    padding: 10px 20px;
}

#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 {
    font-size: 24px;
}

.formas_pagos-carousel#formas_pagos-carousel_all a.formas-pago-a {
    color: var(--primary);
    font-weight: 700 !important;
    font-size: 18px;
}

.formas_pagos-carousel#formas_pagos-carousel_all .panel {
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

#news {
    background: var(--primary);
    padding: 35px 0;
}

#news form label {
    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-KILKEN {
    padding: 50px 0;
    background-color: var(--gris);
    color: #FFFFFF;
    font-size: 15px;
    /*margin-top: 30px;*/ /*Mismo punto que en header-KILKEN*/
}

@media(max-width:768px) {
    #footer-KILKEN {
        text-align: center;
    }
    img#logo-footer {
        margin: 0 auto 30px auto;
    }
    .redes-footer {
        justify-content: center!important;
        margin: 20px auto;
    }
}

#footer-KILKEN a{
    color:#FFFFFF;
    border:none!important;
}

#footer-KILKEN a:hover {
    color: var(--primary)
}

#footer-KILKEN ul li {
    margin-bottom: 10px ;
}

#footer-KILKEN .contacto-footer li,
#footer-KILKEN .contacto-footer li a {
    display: flex;
    gap: 5px;
    align-items: center;
}

@media(max-width: 768px) {
    #footer-KILKEN .contacto-footer li,
    #footer-KILKEN .contacto-footer li a {
        justify-content: center!important;
    }
}

#footer-KILKEN .contacto-footer li img {
    width: 15px;
}

ul.list-inline.logos_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

@media(min-width: 769px) {
    #footer-KILKEN .pr-0 {
        padding-right: 0!important;
    }
}



.redes-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.redes-footer a {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
}

.redes-footer a img {
  max-width: 50%; /* o el valor que se ajuste mejor visualmente */
  max-height: 50%;
}

.redes-footer a i {   
    color: #fff!important;
    font-size: 21px;
}

#consultar {
    background: #131313;
    padding: 10px 0;
    font-size: 15px;
}

#consultar a {
    color:#FFFFFF;
}



/*RESPONSIVE*/

@media(max-width:768px){
    #header-KILKEN {
        border:none;
    }

    #news form label{
        text-align: center;
        margin-bottom: 35px;
    }
}

div#wsp {
    position: fixed;
    right: 10px;
    bottom: 10px;
}

/*** RESULTADOS MANUAL ***/

.container-agencia .panel-buscador {
    margin-top: 40px;
}
.container-agencia .ficha-producto {
    margin-top: 40px;
}

.ficha-producto #tarifas .btn-consultar {
    color: #ffffff !important;
}
.list-group .list-group-item-precios {
    margin-bottom: 0!important;
}
#fichaSpiderPaquete > div.panel.panel-default.hidden-print {
    display: none;
}


/*** 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 {
    display: 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;
}
.paso3 #reservar #btn-reservar, 
.paso3 #reservar #btn-cotizar, 
.paso3 #reservar #btn-consultar {
    color: #ffffff;
}
.paso3 #reservar .table-condensed>tbody>tr {
    font-size: 14px;
}
.paso3 #reservar .trasladosIncluidos_item input {
    border-radius: 5px!important;
    border: solid 1px #d9d9d9!important;
}
.paso3 #reservar section.nochesAdicionales select {
    border: solid 1px #d9d9d9!important;
    border-radius: 5px!important;
    padding: 2px 10px!important;
}


/*** MENSAJES ***/

.gracias .page-header h2 {
    color: var(--primary);
    font-weight: 700;
}

.gracias .flipInX h3 {
    background-color: var(--primary);
    color: #ffffff;
    padding: 10px 20px;
    font-size: 21px;
    font-weight: 700;
}

.gracias .flipInX h2 {
    color: var(--primary)!important;
    font-weight: 700;
    padding: 20px;
    font-size: 21px;
}

.gracias .flipInX p {
    font-size: 16px;
    padding: 0 20px;
}

.gracias #detalle .panel.infomacion {
    margin-top: 20px;
}

.gracias #detalle .panel.infomacion .list-group .list-group-item-caratula .list-group-item-heading {
    color: var(--primary);
    font-weight: 700;
    padding: 10px 0;
}

.gracias #panel_politicas .panel-heading {
    color: #ffffff!important;
    background-color: var(--primary)!important;
    border-color: var(--primary)!important;
    font-weight: 700;
}

.gracias #panel_politicas .list-group .list-group-item {
    background-color: #f1f1f1!important;
}

.gracias #desglose .table thead tr th {
    background: #333333!important;
    color: #FFFFFF;
}

.gracias #desglose .table tbody tr.subt th, 
.gracias #desglose .table tbody tr.subt td {
    color: #333333!important;
    background-color: #d9d9d9!important;
}

.gracias #desglose .table tbody tr.rule th, 
.gracias #desglose .table tbody tr.rule td {
    color: #333333!important;
    background-color: #f1f1f1!important;
}

.gracias #desglose .table tfoot tr th {
    color: #ffffff!important;
    background-color: var(--primary)!important;
    border-top: 1px dashed var(--primary)!important;
}


/*** PAQUETES ***/

#gracias .flipInX h1 {
    background-color: var(--primary);
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
}

#gracias .flipInX h4 {
    color: var(--primary);
    padding: 10px 20px;
    font-weight: 700;
    font-size: 18px;
}

#gracias .flipInX h2 {
    color: var(--primary)!important;
    font-weight: 700;
    padding: 20px;
    font-size: 21px;
}

#gracias .flipInX p {
    font-size: 16px;
    padding: 0 20px;
}

#gracias #detalle .panel.infomacion {
    margin-top: 20px;
}

#gracias #detalle .panel.infomacion .list-group .list-group-item-caratula .list-group-item-heading {
    color: var(--primary);
    font-weight: 700;
    padding: 10px 0;
}

#gracias #panel_politicas .panel-heading {
    color: #ffffff!important;
    background-color: var(--primary)!important;
    border-color: var(--primary)!important;
    font-weight: 700;
}

#gracias #panel_politicas .list-group .list-group-item {
    background-color: #f1f1f1!important;
}

#gracias .desglose .table thead tr th {
    background: #333333!important;
    color: #FFFFFF;
}

#gracias .desglose .table tbody tr.subt th, 
#gracias .desglose .table tbody tr.subt td {
    color: #333333!important;
    background-color: #d9d9d9!important;
}

#gracias .desglose .table tbody tr.rule th, 
#gracias .desglose .table tbody tr.rule td {
    color: #333333;
    background-color: #f1f1f1;
}

tr.rule.tfoot .concepto, tr.rule.tfoot .monto {
    background-color: var(--primary) !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

#gracias .desglose .table tfoot tr th {
    color: #ffffff!important;
    background-color: var(--primary)!important;
    border-top: 1px dashed var(--primary)!important;
}

#gracias .desglose .table thead tr th:first-child {
    border-bottom: 0;
    border-radius: 10px 0 0 0;
}

#gracias .desglose .table thead tr th:nth-child(2) {
    border-radius: 0 10px 0 0;
}

#gracias .desglose .table tbody tr.subt th, 
#gracias .desglose .table tbody tr.subt td {
    border-top: none;
}



/*** FORMAS DE PAGO ***/

#app .fp_vigentes #filtros {
    display: none;
}
#modal_formas_pago_tarjeta table > tbody > tr.info > th:nth-child(5) {
    display: none;
}
#modal_formas_pago_tarjeta table > tbody > tr:nth-child(2) > td.text-monospace.small {
    display: none;
}