#itinerario .panel-mapa {display: none!important;}
aside .panel-buscador {margin-top: 40px;}
.ficha-producto .list-group-item {margin-bottom: 0px;} 


/*NAV MOBILE*/

#navmobile {
   background: var(--primary); position: absolute; z-index: 100000; width: 100%;;
}

#navmobile .navbar-nav a {
    color:white
}



/*NAV*/

:root{
    --primary: #3A3087;
    --secondary: #1DBDEF;
    --gris: #333333;
}

html {
    scroll-behavior: smooth!important;
}


section#footer a,section#footer a:hover{
    text-decoration: none;
    color: unset!important;
}

section#footer p {
    color: #fff!important;
    font-weight: 300!important;
}


@media (min-width: 1024px) {
    .container_custom, .container-plus{
        width: 95%;
        margin: auto;
    }
}


header {
    height: 120px;
}

@media(max-width:786px) {
    header {
        height: 70px;
    }
}

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

a, a:hover {
    text-decoration: none!important;
}



.botonera-ul li a:hover {
    background-color: transparent;
}

.botonera-ul li a:before,
#navmobile #navbarNav ul li a:before {
    font-family: 'Material Symbols Outlined' !important;
    font-style: normal;
    color: var(--secondary);
    text-decoration: inherit;
    font-size: 21px;
}

#btn-8:before {
    content: 'travel';
}
#btn-10:before {
    content: 'luggage';
}
#btn-11:before {
    content: 'map';
}
#btn-12:before {
    content: 'event_available';
}
#btn-13:before {
    content: 'downhill_skiing';
}
#btn-15:before {
    content: 'person';
}
#btn-7:before {
    content: 'mail';
}


#brand img{
    max-width: 270px;
}

@media(max-width: 990px){
    #brand img{
        max-width: 100%;
    }

    .color-nav{
        padding: 10px 0px;
    }

    .arrepe-btn{
        width: 100%!important;
    }
}

@media (max-width: 730px){
    #brand img {
        max-width: 100%;
    }
    .color-nav {
        padding: 10px!important;
    }
    .navbar {
        min-height: 10px!important;
    }
}

.info-header{
    text-align: end;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 50px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif!important;
}

@media(max-width: 1322px) {
    .info-header{
        gap: 20px;
    }
}

.info-header p {
    margin: 0!important;
}

.info-header i {
    color: var(--secondary);
}

.info-header a {
    color: #333333;
}

#navMobile .container_custom{
    display: flex;
    justify-content: center;
    width: 100%;
}

.nav>li>a {
    padding: 0;
}

@media(max-width: 991px) {
    .nav>li>a {
        padding: 5px 5px 10px 5px!important;
        font-size: 14px!important;
    }
}

.tel-mail,
.redes-head{
    display: flex;
    color: var(--gris);
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

@media(max-width: 768px) {
    .redes-head{
        justify-content: center;
    }
}


.tel-mail{
    justify-content: end;
}

@media(max-width:730px){
    .tel-mail{
        display: block;
        width: 100%;
    }

    .info-header{
        width: 100%;
    }
}

.headphone{
    font-size: 35px!important;
}

.tel-mail a {
    color: var(--gris);
    text-decoration: none;
}

.redes-head{
    font-size: 20px;
    gap: 5px;
}

.redes-head i{
    display: flex;
    align-items: center;
    background-color: var(--secondary);
    width: 30px;
    color: #ffffff!important;
    height: 30px;
    justify-content: center;
    border-radius: 100%;
}

.redes-foot i{
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    justify-content: center;
    border-radius: 100%;
}

.color-nav{
    background-color: #fff;
    padding: 15px 0px;
}

nav#barra{
    margin-bottom: 0px;
   
}

#navMobile{
    background-color: var(--primary);
    z-index: 100;
    padding: 10px 0px;
}
@media(min-width:1200px){
    .botonera-ul li{
        padding: 0px 20px;
    }
}

@media(max-width:991px){
    #navMobile{
        padding: 0px;
    }
}

@media(max-width: 950px){
    .botonera-ul{
        overflow: auto;
        display: flex;
        flex-wrap: nowrap;
    
    }

    #navMobile{
        padding-top: 5px;
    }

    .botonera-ul li a{
        white-space: nowrap;
    }
    .navbar-nav{
        margin: 0px;
    }
}

.botonera-ul li a span,
#navmobile #navbarNav ul li a span {
    display: none;
}

.botonera-ul li a{
    color:#fff;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: color .2s ease-in-out;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif!important;
}

.botonera-ul .dropdown-menu {
    background-color: rgba(0,0,0,0.7)!important;
    padding: 10px!important;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: var(--primary)!important;
}



.titulo-separador {
    font-weight: 700;
    color: var(--gris);
    font-size: 28px;
    margin-top: 50px;
}


/*** NEWS ***/
#news {
    background: var(--primary);
    padding: 35px 0;
}






/*FOOTER*/

#footer {
    background-color: var(--gris);
    padding: 50px 0px;
    clear: both;
    font-family: 'Montserrat', sans-serif!important;
}

@media (min-width: 700px) {
    .logo-footer {
        width: 270px!important;
    }
}

.logo-contacto a,
.logo-contacto ul li {
    color: #fff;
    
}

.logo-contacto img {
    max-width: 170px;
}

.redes_list {
    display: flex;
    list-style-type: none;
    gap: 30px;
    width: 50%;
    margin: auto;
    margin-top: 30px;
}

.redes_list li a i {
    font-size: 28px;
    color: #fff;
}

.locacion_footer {
    color: #fff;
}

.locacion_footer i{
    color: var(--secondary);
    font-size: 16px;
}



.logo-contacto p{
    color: #fff;
    padding: 0px 10px;
}



.row.row-flex {
    align-items: center;
    display: flex;
}
.flex-end {
    display: flex;
    justify-content: flex-end;
}

@media (max-width:768px) {
    div#QR {
        justify-content: center;
        margin-top: 30px;
    }
    .row.row-flex {
        flex-direction: column;
    }
}

#consultar {
    background-color: #1a1a1a;
    padding: 0.8rem 0;
}

#consultar a {
    color: #ffffff!important;
}

@media(min-width:900px){
    .links-logos{
        display: flex;
    }
}

.links-cont ul {
    list-style-type: none;
    color: #fff;
}

.links-cont ul li {
    margin-bottom: 10px;
    font-weight: 200;
}

.links-cont ul li a {
    color: #fff;
}

.links-cont ul li a:hover {
    color: #fff;
}

/*RESPONSIVE*/

#navMobileCollapse .navbar-nav>li>a{
    color: #fff;
}

.legales{
    display: flex;
    justify-content: start;
    gap: 10px;
}

.legales a{
    color: #fff;
}

.legales a:hover{
    color: #fff;
}

.legales a p{
    margin: 0px;
}

div#QR {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

@media (min-width: 769px) {
    div#QR {
        justify-content: flex-end!important;
    }
}

@media(max-width:768px){
    
    .logo-footer{
        width: 60%;
    }

    .logo-contacto{
        text-align: center;
    }

    .locacion_footer{
        text-align: center;
        margin-top: 20px;
    }

    .redes-foot{
        justify-content: center;
    }

    .legales{
        display: block;
        text-align: center;
    }

    #copy .container_custom{
        display: block;
       
    }

    #powered{
        display: block;
        margin-top: 20px;
    }
}




.panel-default>.panel-heading{
    background-color: var(--primary);
    color: #fff;
}

.btn-default{
    background-color: var(--primary);
    color: #fff;
}

body.services .paginado .btn-default {
    background-color: #fff;
}

.btn-default:hover{
    background-color: var(--primary);
    color: #fff;
}




/*BOTONERA*/

div.nav-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.redes-foot i{
    font-size: 30px;
    color:#fff;
}


body.texto .container-agencia {
    margin-top: 50px;
}

.btn-arrepentimiento {
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    background: transparent;
    border: solid 2px var(--gris);
    color: var(--ngris) !important;
    border-radius: 50px;
}

body.spider-paquete #fichaSpiderPaquete > .page-header:first-child {
    margin-top: 40px!important;
}