/*GENERALES*/

@import url('./variables.css');
@import url('./mkte_services_circuitos.css');

@media(min-width:1300px){
    .container-plus {
        max-width: 1400px;
        width: 95%;
    }
    #header-LUJAN .navbar-default a {
        padding: 7px 15px!important;
    }
}

:root {
    --primary: #0EA8C0;
    --gris: #333333; 
}

body {
    --font: 'Montserrat';
    font-size: 16px;
}

a, a:hover, a:focus {
    color: var(--gris);
    text-decoration: none;
}

.btn-default:hover {
    background-color: var(--gris)!important;
    color: #ffffff!important;
}

.input-group-addon {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.resultado #header-LUJAN {
    margin-bottom: 0;
}

body.resultado #container {
    margin-top: 50px;
}



.redes li {
    padding: 0;
    font-size: 23px;
}




body.services #busqueda .container {
    max-width: 1170px;
}





/*HEADER*/

.wrapper-header {
    display: flex;
    align-items: center;
}

#logo-header {
    margin-top: 5px;
    margin-bottom: 10px;
}

#top-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}
#top-header .header-link > i {
    color: var(--primary)
}

.redes-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}
.redes-header a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-color: var(--primary);
    color: #ffffff;
    font-size: 21px;
}
.redes-header a:hover {
    background-color: var(--gris);
    color: #ffffff!important;
}
.redes-header a > i {
    font-size: 21px;
}


#header-LUJAN {
    width: 100%;
    background-color: #ffffff;
}

#header-LUJAN .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

#header-LUJAN .navbar-default .navbar-toggle,
#header-LUJAN .navbar-default .navbar-toggle:hover {
    background-color: transparent!important;
}

#header-LUJAN .navbar-default {
   background-color: transparent;
   border:none;
   margin-top: 0!important;
   display: flex;
   margin: auto;
   align-items: center;
   justify-content: center;
}

#header-LUJAN .navbar-default .dropdown-menu a {
    font-weight: 600;
    font-size: 14px;
    color:#000000;
} 

#header-LUJAN .navbar-default a {
    color:var(--gris);
    font-weight: 600;
    font-size: 15px;
    border: 1px solid transparent;
    padding: 15px 10px;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 3px;
}

#header-LUJAN .botonera-principal {
    background-color: #f1f1f1;
}
@media(max-width: 768px) {
    #header-LUJAN .botonera-principal {
        background-color: #333333;
    }
}

#header-LUJAN .navbar-default a .caret {
    display: none;
} 

#header-LUJAN .navbar-default a:hover {
    opacity: 0.8;
}

#header-LUJAN .navbar-default .nav > li > a::before {
  font-family: 'Material Symbols Outlined';
  font-size: 21px;
  font-style: normal;
  color: var(--primary);
  text-decoration: inherit;
  font-weight: 400 !important;
}

#header-LUJAN .navbar-default #btn-id-8 > a::before {
  content: "\e539"; /* travel_explore */
}
#header-LUJAN .navbar-default #btn-id-9 > a::before {
  content: "\f235"; /* luggage */
}
#header-LUJAN .navbar-default #btn-id-10 > a::before {
  content: "\e153"; /* flag */
}
#header-LUJAN .navbar-default #btn-id-11 > a::before {
  content: "\e530"; /* diversity_3 */
}
#header-LUJAN .navbar-default #btn-id-12 > a::before {
  content: "\e530"; /* directions_bus */
}
#header-LUJAN .navbar-default #btn-id-13 > a::before {
  content: "\e838"; /* star */
}
#header-LUJAN .navbar-default #btn-id-14 > a::before {
  content: "\e55b"; /* map */
}
#header-LUJAN .navbar-default #btn-id-15 > a::before {
  content: "\f109"; /* medical_services */
}
#header-LUJAN .navbar-default #btn-id-16 > a::before {
  content: "\e509"; /* downhill_skiing */
}
#header-LUJAN .navbar-default #btn-id-17 > a::before {
  content: "\ebcc"; /* calendar_month */
}
#header-LUJAN .navbar-default #btn-id-7 > a::before {
  content: "\e158"; /* mail */
}





/*HOME*/

.buscador-principal h4 {
    background-color: #f1f1f1;
    margin: auto;
    color: var(--gris);
    border-radius: 10px 10px 0px 0px;
    padding: 8px 25px;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    max-width: 1170px;
    display: flex;
    justify-content: flex-start;
}
.buscador-principal h4 span {
    color: var(--primary);
}

@media (min-width: 911px) {
    .buscador-principal {
        position: absolute;
        top: 400px;
        width: 100%;
        max-width: 1170px;
        margin: 0px auto;
    }
}

.titulos-seccion {
    font-weight: 700;
    color:var(--gris);
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 24px;
}

#news {
    background: var(--primary);
    padding: 35px 0;
}

#news form label {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    color:#FFFFFF
}

.formas_pagos-carousel#formas_pagos-carousel_all h4.formas-pago-h4 {
    color: var(--primary);
    font-weight: 800 !important;
    font-size: 22px !important;
}

.formas_pagos-carousel#formas_pagos-carousel_all .panel {
    border-radius: 12px;
}

#arrepentimiento {
    padding: 40px 0;
}

#arrepentimiento p {
    font-size: 14px;
}

.btn-arrepentimiento {
    padding: 10px 20px;
    border-radius: 50px;
    color: #ffffff;
    background-color: var(--primary);
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.btn-arrepentimiento:hover {
    color: #ffffff!important;
    background-color: var(--gris);
}




/*FOOTER*/

#footer-LUJAN {
    padding: 50px 0 35px;
    background-color:var(--gris);
    color: #ffffff;
}

#footer-LUJAN a, #footer-LUJAN li {
    color: #ffffff;
    font-size: 15px;
}

#footer-LUJAN a:hover {
    color: var(--primary)
}

#footer-LUJAN ul li {
    margin-bottom: 8px;
    font-weight: 400;
}

#footer-LUJAN .list-unstyled .fa {
    color:var(--primary);
    width: 25px;
}



.redes-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

@media(min-width:769px) {
    .redes-footer {
        margin-top: 100px;
    }
}

.redes-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-color: var(--primary);
    color: #ffffff;
    font-size: 21px;
}
.redes-footer a:hover {
    background-color: var(--primary);
    color: #ffffff!important;
}
.redes-footer a > i {
    font-size: 21px;
}

.logos-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.logos-footer img {
    height: 80px!important;
}

#consultar {
    background: #202020;
    padding: 10px 0;
    font-size: 15px;
}

#consultar a {
    color:#FFFFFF;
}

@media(max-width: 786px) {
    .logos-footer, .redes-footer {
        justify-content: center!important;;
        margin-top: 20px!important;
    }
    .redes-footer {
        margin-bottom: 20px!important;
    }
}



/*RESPONSIVE*/

/*@media (min-width: 991px) {
    #footer-LUJAN .p-20 {
        padding-left: 50px;
    }
}*/

@media(max-width:768px){
    #conBuscador {
        position: initial!important;
        width: 90%!important;
        margin: 20px auto;
    }
    #slidesup #sldHome .item > div {
        height: 200px!important;
    }
    #logo-header {
        margin-top: 10px !important;
    }
    #header-LUJAN .navbar-default {
        display: initial;
    }
    #header-LUJAN .navbar-default a {
        color:white!important;
        text-align: center;
    }
    #header-LUJAN .navbar-default .navbar-collapse {
        border:none
    }
    #slideinf .carousel-caption {
    width: 90%!important;
    left: 5%!important;
    top: -10px;
    }
    #footer-LUJAN {
        text-align: center;
    }
    #logo-footer {
        margin-bottom: 25px;
    }
    #footer-LUJAN .redes-header {
        margin-top: 10px;
        justify-content: center;
    }
    .resultados .resultado .info .label-destacado {
        top: -38px!important;
    }
    .resultados .resultado ul.list-iconos {
        display: none!important;
    }
}


/*** RESULTADOS AGENCIA ***/

.container-agencia .ficha-producto,
.container-agencia .panel-buscador {
    margin-top: 60px;
    margin-bottom: 30px;
}
.container-agencia .relacionados-container {
    display: none;
}
#fichaSpiderPaquete > div.panel.panel-default.hidden-print {
    display: none;
}
.ficha-producto .page-header h1 {
    margin-top: 0!important;
}
.ficha-producto .list-group-item-precios .btn-consultar {
    color: #ffffff!important;
}
.ficha-producto .list-group-item-precios {
    margin-bottom: 0!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;
}
.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;
}


/*** AJUSTES GRUPALES ***/

.mkte_productos-resultado .thumbnail {
    flex-basis: 20% !important;
}

@media (min-width: 992px) {
    .mkte_productos-resultado #productos_app .col-md-9 {
        width: 100%!important;
    }
}