@import url('./variables.css');
@import url('./mkte_services_circuitos.css');


/*GENERALES*/

#error404 {
    margin-top: -35px;
    margin-bottom: -30px;
}

:root {
    --primary: #EA682A;
    --gris: #333333;
}

body {
    font-family: 'Montserrat', sans-serif; 
    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-TODOS {
    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;}

@media (min-width: 1300px) {
    .container-plus {
        width: 95%;
        max-width: 1400px;
    }
}

/*HEADER*/

#header-TODOS .pre-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 0;
}

#header-TODOS .pre-header a {
    color: var(--gris);
}

#header-TODOS .pre-header i {
    color: var(--primary);
}

.contacto-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 20px;
}

.redes-footer a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center; 
}

.redes-footer a i {
    color: #ffffff!important;
}

.redes-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    color: #ffffff;
}

#header-TODOS {
    padding: 10px 0 0; 
    width: 100%;
    background-color: #FFFFFF;
}

#header-TODOS .navbar-default .navbar-toggle .icon-bar {
    background-color: var(--gris);
}
.navbar-default .navbar-toggle {
    border-color: var(--gris);
}

#header-TODOS .navbar-default .navbar-toggle,
#header-TODOS .navbar-default .navbar-toggle:hover {
    background-color: transparent!important;
}

#header-TODOS .navbar-default {
   background-color: transparent;
   border:none;
   margin-top: 25px;
   display: flex;
   justify-content: flex-end;
   margin-bottom: 0;
}

@media (max-width:768px) {
    #header-TODOS .navbar-default {
        display: block;
    }
    #header-TODOS {
        padding: 0;
    }
    #slidesup .carousel-caption h1 {
        font-size: 28px!important;
    }
    #slidesup .carousel-caption h3 {
        font-size: 21px!important;
    }
    .navbar-default .navbar-collapse {
        background-color: #22222290;
        margin-top: 20px;
    }
    #header-TODOS .navbar-default a {
        color: #ffffff!important;
    }
}

#header-TODOS .navbar-default a {
    color: var(--gris);
    font-weight: 700;
    font-size: 15px;
    padding: 5px 10px;
}

#header-TODOS .navbar-default a:hover {
    color:var(--primary)
}

#header-TODOS .navbar-default .dropdown-menu>li>a {
    background-color: var(--secondary);
    padding: 7px 15px;
    color:white!important;
}
#header-TODOS .navbar-default .dropdown-menu>li>a:hover {
    background-color: #1b9ca1;
    color:white;
}

#header-TODOS .navbar-default .navbar-nav>.active>a,
#header-TODOS .navbar-default .dropdown-menu,
#header-TODOS .navbar-default .navbar-nav>.open>a {
    background: transparent;
    border:none;
    box-shadow: none;
    color: var(--secondary)
}

#header-TODOS .navbar-default a {
    color: var(--gris);
    display: flex;
    align-items: center;
    gap: 5px;
}

#header-TODOS .navbar-default .dropdown-menu a:hover {
    background-color: transparent;
    color: var(--secondary);
    display: flex;
    justify-content: flex-end;
}

#header-TODOS .navbar-default .dropdown.open > a {
    border-bottom: none;
}

#header-TODOS .navbar-default a:before {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    color: var(--primary);
    text-decoration: inherit;
}

#btn-id-8 > a:before {
    content: 'travel_luggage_and_bags';
}
#btn-id-9 > a:before {
    content: 'directions_bus';
}
#btn-id-10 > a:before {
    content: 'map_search';
}
#btn-id-11 > a:before {
    content: 'star';
}
#btn-id-12 > a:before {
    content: 'favorite';
}


/*CONTENIDO*/

.title_home {
    color:var(--gris);
    text-align: center;
    font-weight: 700;
    margin: 40px auto;
    font-size: 24px;
}

.banners_home {
    padding: 30px 0;
    background-color: #f1f1f1;
}

#news {
    background: var(--primary);
    padding: 35px 0 30px;
}

#news form label {
    font-size: 17.8px;
    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;
    color: #ffffff;
}





/*FOOTER*/

#footer-TODOS {
    padding: 40px 0;
    background-color: var(--gris);
    color: #FFFFFF;
    /*margin-top: 30px;*/ /*Mismo punto que en header-TODOS*/
}

.header-footer {
    display: flex;
    align-items: center;
}
#footer-TODOS hr {
    margin-top: 35px;
    margin-bottom: 35px;
}

#botonera-footer {
    background-color: var(--primary);
    margin-bottom: 35px;
}
#botonera-footer ul, #botonera-footer li {
    margin-bottom: 0!important;
}
#botonera-footer li {
    padding: 15px 30px!important;
}

#botonera-footer li a:hover {
    color: #ffffff!important;
}

#footer-TODOS a{
    color:#FFFFFF;
    border:none!important;
}

#footer-TODOS a:hover {
    color: var(--primary)
}

#footer-TODOS ul li {
    margin-bottom: 10px ;
}

@media (min-width: 768px) {
    #footer-TODOS .p-60 {
        padding-left: 60px;
    }
    #footer-TODOS .p-30 {
        padding-left: 30px;
    }
}

@media (max-width: 768px) {
    #footer-TODOS ul.list-inline.botonera li {
        display: block;
        padding: 5px 30px!important;
    }
    ul.list-inline.botonera {
        padding: 10px 0;
    }
    .header-footer {
        flex-direction: column;
        justify-content: center;
    }
    #footer-TODOS .redes-footer {
        justify-content: center;
        margin-top: 25px;
    }
    #footer-TODOS #logo-footer {
        margin: auto;
    }
    #footer-TODOS ul li {
        text-align: center;
    }
    #footer-TODOS .assist {
        width: 150px;
        margin: auto;
    }
}

#consultar {
    background: #131313;
    padding: 10px 0;
    font-size: 15px;
}

#consultar a {
    color:#FFFFFF;
}



/*RESPONSIVE*/

@media(max-width:768px){
    #header-TODOS { 
        border:none
    }

    #news {
        padding: 0;
    }

    #news form .btn-default {
        margin-top: 10px;
    }

    #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
}


/* AJUSTES PAQUETES */
div#container {
    margin-top: 30px;
}

.ficha-producto .page-header h1 {
    margin-top: 0;
}

.list-group .list-group-item-precios {
    margin-bottom: 0!important;
}
/*.container-agencia .panel-buscador {
    display: none;
}

@media (min-width: 992px) {
    .container-agencia .col-md-push-4 {
        left: 0!important;
    }
}
@media (min-width: 992px) {
    .container-agencia .col-md-8 {
        width: 100%!important;
    }
}
.container-agencia .ficha-producto > div.panel.panel-default.hidden-print {
    width: 60%;
    margin: 20px auto;
}
.container-agencia .ficha-producto .page-header h1 {
}
.container-agencia .ficha-producto .page-header small {
    padding-top: 25px!important;
}*/



/*** FINANCIACION ***/

#financiacion .container {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 10px 0;
}

.formas_pagos-carousel {
    box-shadow: none!important;
    padding: 0 10px!important;
}

.formas_pagos-carousel#formas_pagos-carousel_all h4.formas-pago-h4 {
    color: var(--primary);
    font-weight: 800 !important;
}

.formas_pagos-carousel#formas_pagos-carousel_all a.formas-pago-a {
    color: var(--gris)!important;
}

.formas_pagos-carousel#formas_pagos-carousel_all .panel {
    box-shadow: none !important;
    margin-bottom: 0 !important;
}


/*ASISTENCIA Y AUTOS*/

body#asistencia_al_viajero .page-header > h1::after {
    content: url(../images/logos_asis.jpg);
    display: inline;
    margin-left: 25px;
}

body.consultar_autos #form_autos .page-header {display: none;}