

/*GENERALES*/


#container {
    padding-top: 20px;
    padding-bottom: 20px;
}


#error404 {
    margin-top: -35px;
    margin-bottom: -30px;
}

:root {
    --primary: #312783;
    --primary: #3AB5B9;
    --Gris: #1A1A1A;
    --Gris-oscuro: #0B0B0B;
}

body {
    font-family: 'Montserrat'; font-size: 14px;
}

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-TAIAR {
    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: 1200px) {
    .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;
}
li.redes-header {
    font-size: 18px;
    display: flex;
    gap: 10px;
}
#header-TAIAR {
    padding: 25px 0 0; 
    height: 120px;
    width: 100%;
    color: #FFFFFF;
    background-color: var(--primary);
}

#header-TAIAR .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

#header-TAIAR .navbar-default .navbar-toggle,
#header-TAIAR .navbar-default .navbar-toggle:hover {
    background-color: transparent!important;
}

#header-TAIAR .navbar-default {
   background-color: transparent;
   border:none;
   margin-top: 20px;
}

#header-TAIAR .navbar-default a {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    padding: 0 0 0 50px;
    display: flex;
    align-items: center;
    gap: 5px;
}

#header-TAIAR .navbar-default .caret {
    display: none;
}

#header-TAIAR .navbar-default .dropdown-menu>li>a {
    background-color: var(--primary);
    padding: 7px 15px;
    color:white!important;
}
#header-TAIAR .navbar-default .dropdown-menu>li>a:hover {
    background-color: #1b9ca1;
    color:white;
}

#header-TAIAR .navbar-default .navbar-nav>.active>a,
#header-TAIAR .navbar-default .dropdown-menu,
#header-TAIAR .navbar-default .navbar-nav>.open>a {
    background: transparent;
    border:none;
    box-shadow: none;
    color: #ffffff;
}

#header-TAIAR .navbar-default .dropdown-menu a:hover {
    background-color: transparent;
    color: var(--primary)
}

#header-TAIAR .navbar-default .dropdown.open > a {
    border-bottom: none;
}

#header-TAIAR .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: 'map';
    font-size: 22px;
}

#btn-id-9 > a:before {
    content: 'directions_bus';
    font-size: 22px;
}

#btn-id-10 > a:before {
    content: 'travel';
    font-size: 22px;
}

#btn-id-11 > a:before {
    content: 'sports_soccer';
    font-size: 22px;
}

#btn-id-12 > a:before {
    content: 'calendar_month';
    font-size: 22px;
}



/*CONTENIDO*/

h2.titulo-separador.text-center {
    font-weight: 700;
    font-size: 28px;
    padding-top: 30px;
    color: var(--primary);
}

#news {
    background: var(--primary);
    padding: 35px 0;
}

#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*/

#botonera-footer {
    background-color: var(--Gris-oscuro);
    padding: 15px 0;
    position: relative;
}

#botonera-footer a {
    color: #ffffff!important;
}

#botonera-footer .botonera {
    margin-bottom: 0!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer-TAIAR li {
    list-style: none;
}

#footer-TAIAR .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;
    gap: 10px;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .redes-footer {
        margin-top: 160px;
    }
}

@media (max-width: 768px) {
    #footer-TAIAR {
        text-align: center;
    }
    #logo-footer {
        margin: auto;
    }
    .redes-footer {
        margin-bottom: 30px;
        justify-content: center;
    }
    .text-14 {
        font-size: 15px!important;
    }
    .row.text-14 > div {
        margin-bottom: 10px;
    }
    #footer-contactanos {
        margin-top: 20px;
    }
}

.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);
}

@media (max-width: 768px) {
    #botonera-footer .botonera {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
}

#footer-TAIAR {
    padding: 35px 0;
    background-color: var(--Gris);
    color: #FFFFFF;
    position: relative;
}

#footer-TAIAR a{
    color:#FFFFFF;
    border:none!important;
}

#footer-TAIAR a:hover {
    color: var(--primary)
}

#footer-TAIAR ul li {
    margin-bottom: 10px ;
}

#consultar {
    background: #131313;
    padding: 10px 0;
    font-size: 15px;
}

#consultar a {
    color:#FFFFFF;
}



/*RESPONSIVE*/

@media(max-width:768px){
    #header-TAIAR {
        padding: 0 0 0;
        height: 70px;
    }

    #header-TAIAR .navbar-default {
        margin-top: 10px;
    }

    div#navbarNav {
        position: absolute;
        top: 70px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 9999;
    }

    div#navbarNav li {
        padding: 10px 0;
    }

    #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
}

/*** FORMULARIO FOOTER ***/

.formulario-footer #formConsulta .form-group label.error {position: absolute;right: 15px;top: 30px;color: #E9573F;font-size: 20px;font-family: monospace;}
.formulario-footer #formConsulta .form-group .recaptcha_input_area label.error{right: 9px;top: 8px;}

.formulario-footer #formConsulta .ReCaptcha {margin: 0 auto 16px; width: 305px;}
blockquote {border-left-width: 5px; background-color: #FFF; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}

.formulario-footer .panel-campos { background-color: transparent!important; padding: 0!important; border: none!important;}

.formulario-footer #formConsulta .list-group-item .form-group label {display: none!important;}

.formulario-footer #formConsulta .panel, #formConsulta .panel-default {
    border: none!important;
    background-color: transparent!important;
}

.formulario-footer #formConsultaFooter .list-group .list-group-item .form-group {margin-bottom: 0;}
.formulario-footer #formConsultaFooter .list-group .list-group-item textarea {max-width: 100%;width: 100%;min-width: 100%;}

.formulario-footer #formConsultaFooter .form-control {
    border: none!important;
    border-radius: 5px!important;
    margin-bottom: 10px!important;
}

.formulario-footer #formConsultaFooter textarea.form-control {
    max-height: 100px;
    resize: none;
}

.formulario-footer #formConsultaFooter .btn-default {
    border-color: var(--primary);
    background-color: var(--primary);
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
    height: 40px;
}


/*** OCULTANDO FORMULARIO FOOTER ***/
/*body.contactenos .formulario-footer,
/*body.viajes_medida .formulario-footer,
body#texto-5 .formulario-footer {
    display: none;
}*/



/*** LANDING CONTACTO ***/

body.contactenos #formConsulta .panel-default .list-group {
    padding: 10px;
}

body.contactenos #formConsulta .list-group-item {
    margin-bottom: 10px;
}

body.contactenos #formConsulta .panel-default>.panel-heading {
    background-color: var(--primary);
    color: #ffffff;
}

body.contactenos #formConsulta label {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
}

body.contactenos #formConsulta .btn-default {
    border-color: var(--primary);
    background-color: var(--primary);
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
    height: 40px;
}

body.contactenos .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 ***/



@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;
}


.list-group .list-group-item-precios {
    margin-bottom: 0 !important;
}

body.producto-consultar #formConsulta .page-header {
    padding: 30px 0 10px 0px;
    margin: 0;
}

body.producto-consultar #formConsulta .page-header h3 {
    font-size: 21px;
    font-weight: 700;
}

body.producto-consultar #app > form .panel-body {
    padding: 0 15px 0 0;
}

.ficha-producto .list-group-item.list-group-item-precios .btn-block {
    color: #ffffff!important;
}



@media(max-width: 768px) {
    body.agencia-buscar #form .row {
        display: flex;
        flex-direction: column-reverse;
    }
}

li#footer-contactanos a {
    background-color: white;
    color:var(--primary);
    padding: 14px 40px;
    font-weight: 800;
    BORDER-RADIUS: 30px;
    font-size: 17px;
}
li#footer-contactanos a:hover {
    color: #ffffff!important;
    background-color: var(--primary);
}

.mkte_circuitos-resultado #app .resultados .tarifa:before {
    content: 'DESDE';
    display: block;
    font-weight: 400;
    font-size: 16px;
}

body.paso3 #reservar #btn-cotizar {
    background: var(--primary) !important;
    color: #ffffff !important;
    border: 0 !important;
    outline: 0 !important;
    width: 100% !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 5px auto 5px auto;
    border-radius: 10px !important;
    min-height: 40px !important;
}

.panel-cir .conector-logo, .panel-cir .conector {
    display: none!important;
}

/*** AJUSTES SALIDAS GRUPALES ***/

@media (min-width: 768px) {
    .mkte_productos-resultado .thumbnails-mazorny:has(> .thumbnail:nth-child(1):nth-last-child(1)) .thumbnail {
      max-width: 24%;
      flex-basis: 20%;
      /*margin-left: auto;
      margin-right: auto;*/
    }
    .mkte_productos-resultado .thumbnail {
        flex: 1;
        flex-basis: 20%;
        max-width: 24%;
        margin-right: 1%;      
      }
      .mkte_productos-resultado .thumbnails-mazorny {
        justify-content: flex-start!important;
      }

      .mkte_productos-resultado .thumbnail {
        flex-basis: 20%!important;
    }
  }