

/*GENERALES*/


#container {
    padding-top: 20px;
    padding-bottom: 20px;
}


#error404 {
    margin-top: -35px;
    margin-bottom: -30px;
}

:root {
    --primary: #E63946;
    --secondary: #F1F7EE;
    --gris: #3C3C3B;
}

body {
    font-family: 'Montserrat'; font-size: 16px;
    overflow-x: hidden;
}

a, a:hover, a:focus {
    color: var(--primary);
    text-decoration: none;
}

.input-group-addon {
    background:var(--primary);
    color: white;
    border-color: var(--primary);
}

.resultado #header-TERMINAL {
    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;}

.navbar {
    margin-bottom: 0px;
    min-height: 0;
}

@media (min-width: 992px) {
    .container-plus {
        width: 95%;
        max-width: 1400px;
    }
}

.padding_none {
    padding: 0;
}


/*HEADER*/

div#top-header li a {
    color: #ffffff;
}
ul.list-inline.header-datos {
    display: flex;
    align-items: center;
    gap: 20px;
}
.redes-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    top: 25%;
    right: 30px;
    z-index: 1008;
}
@media(max-width: 768px) {
    .redes-header {
        top: 100px!important;
    }
}
.redes-header a {
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary);
    color: #ffffff;
}
#header-TERMINAL {
    padding: 10px 0 0; 
    height: 80px;
    width: 100%;
    color: #FFFFFF;
    background-color: var(--primary);
}

#header-TERMINAL .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

#header-TERMINAL .navbar-default .navbar-toggle,
#header-TERMINAL .navbar-default .navbar-toggle:hover {
    background-color: transparent!important;
}

#header-TERMINAL .navbar-default {
   background-color: transparent;
   border:none;
}

#header-TERMINAL .navbar-default a {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    /* padding: 0 0 0 50px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1280px) {
    #header-TERMINAL .navbar-default a {
        padding: 10px 10px;
    }
}

@media (max-width: 1170px) {
    #header-TERMINAL .navbar-default a {
        padding: 10px 5px;
    }
}

#header-TERMINAL .navbar-default .caret {
    display: none;
}

#header-TERMINAL .navbar-default .dropdown-menu>li>a {
    background-color: var(--primary);
    padding: 7px 15px;
    color:white!important;
}
#header-TERMINAL .navbar-default .dropdown-menu>li>a:hover {
    background-color: #1b9ca1;
    color:white;
}

#header-TERMINAL .navbar-default .navbar-nav>.active>a,
#header-TERMINAL .navbar-default .dropdown-menu,
#header-TERMINAL .navbar-default .navbar-nav>.open>a {
    background: transparent;
    border:none;
    box-shadow: none;
    color: #ffffff;
}

#header-TERMINAL .navbar-default .dropdown-menu a:hover {
    background-color: transparent;
    color: var(--primary)
}

#header-TERMINAL .navbar-default .dropdown.open > a {
    border-bottom: none;
}

#header-TERMINAL .navbar-default a:before {
    font-family: 'Material Symbols Outlined';
    font-size: 22px;
    font-style: normal;
    color: #ffffff;
    text-decoration: inherit;
}

#btn-id-8 > a:before {
    content: 'travel''room_service';
    font-size: 22px;
}

#btn-id-9 > a:before {
    content: 'room_service';
    font-size: 22px;
}

#btn-id-10 > a:before {
    content: 'trip';
    font-size: 22px;
}

#btn-id-11 > a:before {
    content: 'directions_bus';
    font-size: 22px;
}

#btn-id-12 > a:before {
    content: 'explore';
    font-size: 22px;
}

#btn-id-13 > a:before {
    content: 'map';
    font-size: 22px;
}

#btn-id-6 > a:before {
    content: 'person';
    font-size: 22px;
}

#btn-id-7 > a:before {
    content: 'mail';
    font-size: 22px;
}


/*** BUSCADOR HOME ***/

@media (min-width: 911px) {
    .buscador-principal {
        position: absolute;
        top: 300px;
        width: 100%;
        max-width: 1170px;
        margin: 0px auto;
    }
}

.buscador-principal h4 {
    background-color: var(--primary);
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    margin: 0;
}

/*** TESTIMONIOS ***/

.testimonios {
    padding: 10px 0 10px 0;
    background-color: var(--secondary);
}

.testimonios {
        padding: 50px 0;
    }


    .testimonios .review-card {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 0px 10px rgba(0,0,0,0.2);
      font-family: 'Montserrat', sans-serif;
      margin: 10px 5px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      min-height: 200px;
      width: 100%!important;
    }

    .testimonios .review-card:hover {
        box-shadow: 0 0px 15px rgba(0,0,0,0.2);
    }

    .testimonios .swiper-slide:hover {
        box-shadow: none!important;
    }

    .testimonios .review-header {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }

    .testimonios .profile-photo {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 12px;
    }

    .testimonios .author-info {
      flex-grow: 1;
    }

    .testimonios .author-name {
      font-weight: 600;
      font-size: 15px;
    }

    .testimonios .review-date {
      font-size: 13px;
      color: #888;
    }

    .testimonios .rating {
      display: flex;
      margin-left: auto;
    }

    .testimonios .star {
      color: #ccc;
      font-size: 18px;
    }

    .testimonios .star.filled {
      color: #f5c518;
    }

    .testimonios .review-text {
      font-size: 14px;
      color: #444;
      line-height: 1.5;
      margin-top: 10px;
    }

    /* Swiper overrides */
    .testimonios .swiper-button-next,
    .testimonios .swiper-button-prev {
      display: none!important;
    }

    .testimonios .swiper-wrapper {
        padding-bottom: 30px;
    }
    .testimonios .swiper-horizontal>.swiper-pagination-bullets {
        bottom: 0px!important;
    }
    .testimonios .swiper-slide {
      height: auto!important;
      background-color: transparent!important;
      margin-right: 10px!important;
    }
    .testimonios .swiper-slide:hover {
      transform: scale(1)!important;
    }


/*** FINANCIACION ***/

#financiacion .container {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.formas_pagos-carousel#formas_pagos-carousel_all .panel {
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.formas_pagos-carousel#formas_pagos-carousel_all .panel-body {
    padding: 0px 10px!important;
}

.formas_pagos-carousel .row-20 {
    display: flex;
    align-items: center;
}

.formas_pagos-carousel#formas_pagos-carousel_all h4.formas-pago-h4 {
    margin: 10px 0px 8px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #333;
    font-weight: 300 !important;
}

.formas_pagos-carousel#formas_pagos-carousel_all a.formas-pago-a {
    color: var(--primary);
    font-weight: 700 !important;
}

/*CONTENIDO*/

h2.titulo-separador.text-center {
    font-weight: 400;
    font-size: 32px;
    padding-top: 30px;
    color: var(--gris);
}

@media (max-width: 768px) {
    h2.titulo-separador.text-center {
        font-size: 28px;
    }
}

.sub {
    width: 150px;
    height: 3px;
    background-color: var(--primary);
    margin: 20px auto 0 auto;
}

#news {
    background: var(--primary);
    padding: 30px 0;
    position: relative;
    z-index: 1050;
}

#news form label 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;
    color: #ffffff;
    font-weight: 700;
    border-width: 2px;
    border-radius: 50px;
}



/*FOOTER*/

#footer-TERMINAL {
    position: relative;
    z-index: 1009;
}


#footer-TERMINAL li {
    list-style: none;
}

#footer-TERMINAL .text-14 {
    font-size: 12px;
}

#footer-logos {
    padding: 30px;
}

#footer-logos .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

#footer-logos .flex-center img {
    height: 50px;
}

.redes-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.logo-RNAV {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

@media (min-width: 768px) {
    
    #footer-TERMINAL .px-5 {
        padding-left: 50px;
    }

    .logo-RNAV {
        margin-top: 90px;
    }
}

@media (max-width: 768px) {

    .redes-header {
        right: 10px;
    }
    #footer-TERMINAL {
        text-align: center;
    }
    #logo-footer {
        margin: auto auto 30px auto;
    }
    .redes-footer {
        margin-top: 30px;
        justify-content: center;
    }
    .text-14 {
        font-size: 15px!important;
    }
    .row.text-14 > div {
        margin-bottom: 10px;
    }

    .logo-RNAV {
        justify-content: center;
    }

    a.footer-QR {
        margin-top: 20px;
    }
}

a.footer-QR {
    margin-top: 50px;
    display: block;
}

.redes-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: var(--primary);
    color: #ffffff;
}

.redes-footer a:hover {
    color: #ffffff!important;
    background-color: var(--Gris);
}

#footer-TERMINAL {
    padding: 50px 0;
    background-color: var(--gris);
    color: #FFFFFF;
}

#footer-TERMINAL a{
    color:#FFFFFF;
    border:none!important;
}

#footer-TERMINAL a:hover {
    color: var(--primary)
}

#footer-TERMINAL ul li {
    margin-bottom: 10px ;
}

#footer-TERMINAL ul li i {
    margin-right: 8px;
    width: 16px;
    text-align: center;
    display: inline-block;
    color: var(--primary);
}

#consultar {
    background: #131313;
    padding: 10px 0;
    font-size: 15px;
    position: relative;
    z-index: 8000;
}

#consultar a {
    color:#FFFFFF;
}



/*RESPONSIVE*/

@media(max-width:768px){
    #header-TERMINAL {
        padding: 0 0 0;
        height: 70px;
    }

    #header-TERMINAL .navbar-default {
        margin-top: 10px;
    }

    #header-TERMINAL .navbar-default a {
        flex-direction: row;
        gap: 10px;
    }

    div#navbarNav {
        position: absolute;
        top: 60px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 9999;
    }

    div#navbarNav li {
        padding: 0px 30px;
    }

    #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
}

form.mkte_circuitos-buscador.buscador-horizontal > div > div > div.col-xs-12.col-sm-12.col-md-11 > div > div:nth-child(4) {
    display: none!important;
}

@media (min-width: 992px) {
    form.mkte_circuitos-buscador.buscador-horizontal .col-md-3 {
        width: 30% !important;
    }
    form.mkte_circuitos-buscador.buscador-horizontal .col-md-1 {
        width: 20%;
    }
}

/*** LANDING CONTACTO ***/

#formConsulta .panel-default .list-group {
    padding: 10px;
}

#formConsulta .list-group-item {
    margin-bottom: 10px;
}

#formConsulta .panel-default>.panel-heading {
    background-color: var(--primary);
    color: #ffffff;
}

#formConsulta label {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
}

#formConsulta .btn-default,
#formViajes .btn-default {
    border-color: var(--primary);
    background-color: var(--primary);
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
    height: 40px;
}

.ficha #cotizador .alert-warning {
    display: none;
}

@media(max-width: 600px) {
    body.texto iframe {
        width: 100%!important;
    }
}

/*** AJUSTE MEDIDA NOVEDADES ***/

.ficha-novedad #galeria img {
    width: 50%;
    margin: auto;
}



/*** 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;
    }
}


/*** AJUSTES RESULTADOS CARGA MANUAL ***/

body.agencia-buscar .jumbotron-categoria {
    background-size: cover;
    background-position: center;
    height: 350px;
    display: flex;
    align-items: center;
}

.jumbotron-categoria h1 {
    color: #ffffff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5)!important;
    font-weight: 700;
    font-size: 30px!important;
    margin: 0 auto!important;
    text-align: center;
}

body.agencia-buscar .resultado .panel-title,
.panel.resultado .lead {
    padding-left: 15px;
    padding-right: 15px;
}

body.agencia-buscar .resultado .panel-footer {
    padding: 10px 30px 20px 15px!important;
}

.panel-group.panel-group-lists.collapse.in.panel-buscador {
    margin-top: 20px;
}


/*** RESULTADOS GRUPALES ***/

.mkte_productos-resultado .resultados_busqueda:before {
    content: '';
    width: 100%;
    height: 400px;
    display: block;
    background-image: url('../images/grupales.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    position: relative;
}

.mkte_productos-resultado .resultados_busqueda:after {
    content: 'Grupales';
    color: #ffffff;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 40%;
    margin-top: 20px;
    margin-bottom: 10px;
}

/*** RESULTADOS MANUAL AUTOGUIADOS ***/

.list-group .list-group-item-precios {
    margin-bottom: 0!important;
}

.ficha-producto .list-group-item.list-group-item-precios .btn-block {
    color: #ffffff!important;
}


/*** AJUSTE BUSCADOR PAQUETES ***/

form.buscador-horizontal .popover-select .placeholder {
    overflow: hidden;
}

/*** AJUSTES LANDING RESERVAS **/


.gracias .page-header h2 {
    font-weight: 700!important;
}
.gracias #detalle .panel.infomacion .list-group .list-group-item-caratula .list-group-item-heading {
    font-weight: 700;
    padding: 10px 0;
}
.gracias #detalle .panel.infomacion .list-group .list-group-item-caratula > p b {
    text-align: left!important;
    font-size: 13px!important;
}
.gracias #desglose .table thead tr th {
    background-color: var(--primary)!important;
}
.gracias #desglose .table tfoot tr th {
    color: #ffffff!important;
    background-color: var(--primary)!important;
    border-top: none!important;
    padding: 8px 8px 0px 8px!important;
    font-size: 24px!important;
}
.gracias #desglose .table tfoot .total-aclaracion td {
    color: #ffffff!important;
    background-color: var(--primary)!important;
    border-top: none!important;
    padding: 0 8px 8px 8px!important;
}
.gracias #desglose .table tbody tr.subt th, .gracias #desglose .table tbody tr.subt td {
    color: #333333!important;
    background-color: #f1f1f1!important;
    border-top: solid 1px #d9d9d9!important;
}
.gracias #desglose .table caption, .gracias #desglose .table tbody tr.rule th, .gracias #desglose .table tbody tr.rule td {
    font-weight: 300!important;
    color: #333333!important;
    background-color: #f1f1f1!important;
    border-color: #d9d9d9!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 {
    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;
}
