@import url('./variables.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap');
/*GENERALES*/

:root {
    --primary:#CC0308;
    --gris: #333333; 
 
}

body {
    font-family: 'Montserrat'; font-size: 16px;
    scroll-behavior: smooth!important;
}

a, a:hover, a:focus {
    color: var(--gris);
    text-decoration: none!important;
}

@media (min-width: 1200px) {
    .container-plus {
        width: 95%;
        max-width: 1400px;
    }
}

body.viajes_medida .btn-default,
body.contactenos .btn-default {
    background-color: var(--primary);
    border-color: var(--primary);
    color:#FFFFFF;
    font-weight: bold;
    border-radius: 30px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn-outline {
	background-color:transparent;
	border-color:var(--gris);
	color:var(--gris)
}



/*HEADER*/

#top-header {font-size: 15px;}

#top-header .fa {
    color:var(--gris)
}
#top-header .fa-inverse {
    color:white!important;
	font-size: 19px;
}


#header-TALINI {
    padding: 0; 
    width: 100%;
}

.wrapper-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

@media (min-width:768px) {
    .wrapper-top-header {
        padding: 5px 0!important;
    }
    #header-TALINI .botonera-TALINI {
        background-color: #f1f1f1!important;
    }
}

.redes-header {
    display: flex;
    align-items: center;
    gap: 5px;
}
.redes-header a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--primary);
}
.redes-header a i {
    color: #ffffff!important;
}

#header-TALINI .botonera-TALINI .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

#header-TALINI .botonera-TALINI {
    padding-top: 5px;
}


#header-TALINI .botonera-TALINI .navbar-default {
   background-color: transparent;
   border:none;
   margin-bottom:0;
   width:100%;
   display: grid;
   justify-content: space-around;
}

#header-TALINI .botonera-TALINI .navbar-default a {
    color:var(--gris);
    font-weight: 400;
    font-size: 16px;
    /*border: 1px solid transparent;*/
    /*text-transform: uppercase;*/
    padding: 7px 30px 10px 30px;
    border-bottom: 3px solid transparent;
    text-align: center;
}

#header-TALINI .botonera-TALINI .navbar-default a:hover {
    /*color:var(--primary)*/
    border-color: var(--primary);
}

#header-TALINI .botonera-TALINI .navbar-default .nav > li > a::before {
    display: block;
    font-family: 'Material Symbols Outlined';
    font-size: 21px;
    font-style: normal;
    color: var(--gris);
    text-decoration: inherit;
}

#header-TALINI .botonera-TALINI .navbar-default #btn-id-8 > a:before {
    content: 'travel';
}
#header-TALINI .botonera-TALINI .navbar-default #btn-id-9 > a:before {
    content: 'luggage';
}
#header-TALINI .botonera-TALINI .navbar-default #btn-id-10 > a:before {
    content: 'trip';
}
#header-TALINI .botonera-TALINI .navbar-default #btn-id-11 > a:before {
    content: 'map';
}
#header-TALINI .botonera-TALINI .navbar-default #btn-id-12 > a:before {
    content: 'person';
}
#header-TALINI .botonera-TALINI .navbar-default #btn-id-13 > a:before {
    content: 'star';
}
#header-TALINI .botonera-TALINI .navbar-default #btn-id-14 > a:before {
    content: 'room_service';
}
#header-TALINI .botonera-TALINI .navbar-default #btn-id-7 > a:before {
    content: 'mail';
}




#header-TALINI .botonera-TALINI .navbar-default .navbar-nav>.active>a,
#header-TALINI .botonera-TALINI .navbar-default .dropdown-menu,
#header-TALINI .botonera-TALINI .navbar-default .navbar-nav>.open>a {
    background: transparent;
    box-shadow: none;
    border-color: var(--primary);
}


/*** BUSCADOR ***/

.buscador-principal h4 {
    background-color: var(--primary);
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    margin: 0;
    display: flex;
    align-items: center;
}
@media (min-width: 911px) {
    .buscador-principal {
        position: absolute;
        top: 350px;
        width: 100%;
        max-width: 1170px;
        margin: 0px auto;
    }
}

/*** FORMAS DE PAGO ***/

#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 {
    box-shadow: none !important;
    margin-bottom: 0 !important;
}
#financiacion a.formas-pago-a {
    color:var(--primary);
    font-weight: bold;
    text-align: left!important;
    padding-left: 30px;
}

#financiacion h4 {
    text-align: left!important;
    font-size: 18px!important;
    padding-left: 30px;
}


/*HOME*/

.titulo-separador {
    color: var(--gris);
    font-size: 28px;
    font-weight: 700;
}

#news {
    background: var(--primary);
    padding: 40px 0;
}

#news form label h3 {
    font-size: 20px;
    font-weight: 700;
    color:#ffffff;
    margin-top: 10px;
}

#news form label .fa {
    color:var(--primary)
}

#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: 17px;
    border-radius: 50px;
    padding: 10px 20px;
    border: solid 2px #ffffff;
    color: #ffffff;
    font-weight: 700;
    background: none;
}

#arrepentimiento {
    padding: 40px 0 0;
}

#arrepentimiento .btn-default {
    padding: 12px 15px;
    margin-top: 30px;
    font-weight: 800;
}



/*FOOTER*/

#footer-TALINI {
    padding: 50px 0;
    background-color: var(--gris);
    color: #FFFFFF;
    font-weight: 300;
    line-height: 24px;
}

#footer-TALINI h4 {
    font-size: 16px;
    font-weight: 600;
}

#footer-TALINI .fa {
    color:var(--primary)
}

#footer-TALINI a{
    color:#FFFFFF;
    border:none!important;
}

#footer-TALINI a:hover {
    color:var(--primary)
}

#footer-TALINI ul li {
    margin-bottom: 2px ;
}

#footer-TALINI .redes {
    margin-top: 20px
}

#footer-TALINI .redes a:hover {
    opacity: 0.85;
} 

#footer-TALINI .redes .fa {
    color:white;
}

#footer-TALINI .redes li {
    padding-left: 20px;
}

#footer-TALINI .contactosturismo h4 {
    margin-bottom: 3px;
}

#footer-TALINI .contactosturismo ul {
    margin-top: 12px;
}

#footer-TALINI .contactosturismo small {
    font-size: 12px;
}

#footer-TALINI .wrapper-redes-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width:768px) {
    #footer-TALINI .wrapper-redes-footer {
        justify-content: flex-end!important;
    }
}



/*CONSULTAR*/

#consultar {
    background: #1c1c1c;
    padding: 10px 0;
    font-size: 15px;
}

#consultar span {color:#FFFFFF}

#consultar a {
    color:#FFFFFF;
}




/*MOBILE*/


@media(max-width:768px){

    #header-TALINI .navbar-default {
        display: inline-block;
    }
    #header-TALINI .navbar-default .nav > li > a::before {
        display: inline-block;
        margin: -6px auto;
    }
    #conBuscador {
        position: initial!important;
        width: 90%!important;
        margin: 15px auto;
    }
    #sldHome .slide-image {
        height: 250px!important;
    }
    .bannersDestacados .item-destacado {
        margin-bottom: 20px;
    }
    #news form label {
        text-align: center;
        margin-bottom: 30px;
    }
    #logo-footer {
        margin: auto;
    }
    #footer-TALINI .redes {
        margin-top: 20px;
        float: left !important;
        width: 100%;
    }
    #footer-TALINI .contacto {
        min-height: auto!important;
        margin-bottom: 40px;
    }

}




/*EXTRAS - ESTILOS SERVICES - RESULTADOS SPIDER*/


body.services .paginado .btn-group .btn {
    color: #666;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.32);
    background-color: #fff!important;
}

body.services .buscador .container .row > div .panel .panel-body label i{
    display: none;
}

.popover-select label,
.popover-ocupacion > label{
    font-size: 14px!important;
}

form.buscador-horizontal .popover-select .placeholder {
    font-size: 14px!important;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 10px!important;
}

.popover-ocupacion span{
  color: #333;
}

.buscador-horizontal .popover-ocupacion > .placeholder { background-color: white; font-size: 14px!important;border: 1px solid #ddd; border-radius: 10px; box-sizing: border-box;
    cursor: pointer; display: block; min-height: 32px; padding: 8px!important;}

form.buscador-horizontal .row > div #btn-buscar{
    font-size: 15px!important;
}

form.buscador-horizontal .row > div #btn-buscar:hover{
    background-color: var(--primary)!important;
}

body.services .resultado .tab-content .tab-pane-hoteles .list-group .list-group-item .caption .linea .badge{
    display: none!important;
}


#operacion_segura {display: none!important}


/*fix slide*/


@media(max-width: 990px){
    #sldHome .carousel-inner>.item>img, #sldHome .carousel-inner>.item>a>img{
        height: 200px!important;
    }
}

@media(max-width: 760px){
    #header-TALINI .navbar-default{
        margin-top: 0px;
        width: 100%;
    }

    .navbar-toggle{
        background-color: #aaa;
    }

    #footer-TALINI{
        text-align: center;
    }
}


@media only screen and (max-width: 991px){
    .motor_horizontal {
        margin-top: 0px!important;
    }
}


/*** FIX RESULTADO PAQUETE ***/

.panel-group.panel-group-lists.collapse.in.panel-buscador {
  margin-top: 40px;
}


/*** FIX BOTON BUSCAR BUSCADOR AEREOS ***/
@media (min-width: 1200px) and (max-width: 1260px) {
  .motor_horizontal li.row_submit .wb_boton_form {
    width: 150px!important;
    padding: 8px 0px;
  }

  .motor_horizontal li.row_pasajeros {
      left: 850px!important;
  }
}

/*** FIX RESULTADOS CIRCUITOS ***/

body.agencia-buscar form#form {
  padding-top: 50px;
}



/*AJUSTES RESULTADOS*/

body.PAQ {background-color:initial}
body.PAQ #container {margin-top:20px; margin-bottom:20px}

body.spider-paquete #fichaSpiderPaquete > .page-header:first-child {
    margin: 30px 0 20px;
}

.ficha-producto #mapa {display:none}
.ficha-producto .list-group-item {
    margin-bottom: 0px;
} 

#desglose_afix {position: initial;}



/*Ajuste MOTOR AEREOS*/



div#wb_preloader {
    margin-top: 0px!important;
    padding: 0!important;
}

#wb_confirmacion_sidebar span.title_detalle_tarifa h4,
.detalle_seleccion ul.tarifa .row_total {
	margin:auto!important
}



/*AJUSTE FICHA CONTACTO*/

body.contactenos blockquote > p:last-child:before {

	content:"Pr\00F3ximamente contaremos con un cotizador Online. "
}



/*** MENSAJES AEREOS Y AUTOS ***/

#mkte_air #wb_confirmacion > h3:nth-child(4) {
    display: none;
}

#mkte_air #wb_confirmacion > h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
}

.mktecars-mensajeconsulta h2, .mktecars-mensajecompra h2 {
    display: none;
}

.mktecars-mensajecompra .mensaje.gracias-consulta {
    width: 100%;
    margin-top: 20px;
}
.mktecars-mensajecompra .gracias-consulta {
    box-shadow: none!important;
}

.mktecars-mensajecompra h3 {
    font-size: 18px!important;
}
.mktecars-mensajecompra h3:nth-child(2) {
    background-color: transparent!important;
    color: var(--primary)!important;
    padding: 20px!important;
}

.mktecars-mensajecompra p {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: left;
    padding: 10px 15px;
}


/*** BANNER UNICANJE ***/

#banner-unicanje {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url('../images/unicanje/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 300px;
}

#banner-unicanje .container {
    text-align: center;
}

/*#banner-unicanje:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}*/

#banner-unicanje h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    z-index: 9;
}

#banner-unicanje img {
    position: relative;
    z-index: 9;
    width: 400px;
    margin: 10px auto 20px;
}

#banner-unicanje a {
    color: #fff;
    padding: 15px 25px;
    background-color: var(--primary);
    border-radius: 50px;
    font-size: 21px;
    font-weight: 700;
    position: relative;
    z-index: 9;
}

@media (max-width: 600px) {
    a.btn-unicanje {
        padding: 15px 20px;
        font-size: 16px!important;
    }
    #banner-unicanje img {
        width: 380px;
    }
}

@media (max-width: 480px) {
    #banner-unicanje img {
        width: 300px;
    }
}


/*** AEREOS ***/

input#cuponera_codigo {
    width: 70% !important;
}

input#cuponera_agregar {
    float: right;
    color: #fff;
    background-color: #393947;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    width: 27%;
    min-height: 30px;
}


/*** AJUSTES FORMAS DE PAGO ***/

#app .modal-formas_pago .modal-content .list-group-item .list-group-item-heading {
    color: #fff!important;
}

/*** LEYENDA PAGO EFECTIVO O TRANSFERENCIA***/

.detalle_seleccion:after {
    content: 'Comun\0edquese con nosotros si desea abonar en efectivo o transferencia bancaria';
    padding: 10px 15px;
    font-size: 16px;
    margin: 0;
    display: block;
    color: #fff;
    background-color: var(--primary);
}

#app_hot div#liquidacion:after {
    content: 'Comun\0edquese con nosotros si desea abonar en efectivo o transferencia bancaria';
    padding: 10px 15px;
    font-size: 14px;
    margin: 0;
    display: block;
    color: #fff;
    background-color: var(--primary);
}

body.services #desglose_afix:after {
    content: 'Comun\0edquese con nosotros si desea abonar en efectivo o transferencia bancaria';
    padding: 10px 15px;
    font-size: 14px;
    margin: 0;
    display: block;
    color: #fff;
    background-color: var(--primary);
}

/*** OCULTANDO PORCENTAJE DE MERCADO PAGO ***/

/*AEREOS*/
#detalle_forma_pago_seleccionada > div:nth-child(2) {
    visibility: hidden;
}

/*HOTELES*/
#formas_formulario > .panel-group > .panel > .panel-collapse .list-group.list-group-formas > .list-group-item > label .cargo[data-v-5817a1cc] {
    visibility: hidden;
}
#liquidacion > div.collapse.in > table > tbody > tr.forma > th > small {
    visibility: hidden;
}

/*SERVICES*/

body.services #resultados .btn-group>.btn:first-child,
#paquete .page-header-buttons .dropdown .dropdown-toggle {
    font-weight: 700!important;
    padding: 9px 16px!important;
    border-radius: 10px!important;
    color: #fff !important;
    background-color: var(--primary);
    border-color: var(--primary)!important;
}

form.buscador-horizontal .popover-select .placeholder {
    height: auto!important;
    min-height: 40px;
}

#app_hot .pre-scrollable[data-v-06d5e44e] {
    min-height: 1000px;
    overflow: hidden;
}

/*** NOVEDADES ***/

@media (min-width: 769px) {
    body.novedad #galeria .carousel-inner>.item>img {
        max-width: 40%!important;
        margin: auto;
    }
}
