@import url('./variables.css');
@import url('./mkte_services_circuitos.css');


/*GENERALES*/

#error404 {
    margin-top: -35px;
    margin-bottom: -30px;
}

:root {
    --primary: #0089CB;
    --gris: #333333;
}

body {
    font-family: 'Roboto', sans-serif!important; 
    font-size: 16px;
    overflow-x: hidden;
}

a, a:hover, a:focus {
    text-decoration: none;
    color: inherit;
}

.input-group-addon {
    background:var(--primary);
    color: white;
    border-color: var(--primary);
}

.resultado #header-AMADO {
    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-AMADO .pre-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 20px 0 0 0;
}

#header-AMADO .pre-header a {
    color: var(--gris);
}

#header-AMADO .pre-header i {
    color: var(--primary);
}

.contacto-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 20px;
    font-weight: 500;
}

.btn-contacto {
    background-color: var(--primary);
    padding: 4px 15px;
    height: 30px;
    border-radius: 10px;
    color: #ffffff!important;
    font-size: 15px;
    display: none;
}

.redes-header a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center; 
    font-size: 21px;
}

.redes-header a i {
    color: #ffffff!important;
}

.redes-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    color: #ffffff;
}

#header-AMADO {
    padding: 10px 0 0; 
    width: 100%;
    background-color: #FFFFFF;
}

#header-AMADO #logo-header {
    margin-bottom: 10px;
}

#header-AMADO .navbar-default .navbar-toggle .icon-bar {
    background-color: var(--gris);
}
.navbar-default .navbar-toggle {
    border-color: var(--gris);
}

#header-AMADO .navbar-default .navbar-toggle,
#header-AMADO .navbar-default .navbar-toggle:hover {
    background-color: transparent!important;
}

#header-AMADO .navbar-default {
   background-color: transparent;
   border:none;
   display: flex;
   justify-content: center;
   margin-bottom: 0;
}
#header-AMADO .navbar-default a.btn-invert {
    color: #ffffff !important;
    background-color: var(--primary);
    border-radius: 50px;
    font-weight: 700 !important;
}

#header-AMADO .wrapper-botonera-landings {
    background-color: var(--primary);
    position: relative;
    z-index: 9;
}

@media(min-width: 769px) {
    .navbar-collapse.collapse, .wrapper-nav {
        padding: 0!important;
    }
    #header-AMADO .navbar-default a.btn-invert {
        margin-left: 20px;
    }
}

@media (max-width:768px) {
    #header-AMADO .navbar-default {
        display: block;
        margin-top: 5px;
    }
    #header-AMADO {
        padding: 0px;
    }
    #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-AMADO .navbar-default a {
        color: #ffffff!important;
    }
    
    #footer-AMADO ul {
        text-align: center;
    }
    #header-AMADO .wrapper-botonera-landings, #header-AMADO {
        background-color: #ffffff!important;
    }
}

#header-AMADO .navbar-default a {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
}

#header-AMADO .navbar-default a:hover {
    color:#ffffff;
}

#header-AMADO .navbar-default .dropdown-menu>li>a {
    background-color: var(--secondary);
    padding: 7px 15px;
    color:white!important;
}
#header-AMADO .navbar-default .dropdown-menu>li>a:hover {
    background-color: #1b9ca1;
    color:white;
}

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



#header-AMADO .navbar-default .dropdown-menu a:hover {
    background-color: transparent;
    color: var(--secondary);
    display: flex;
    justify-content: flex-end;
}

#header-AMADO .navbar-default .dropdown.open > a {
    border-bottom: none;
}

/*** BOTONERA LANDINGS ***/

.botonera-landings {
    width: 100%;
    display: flex;
    justify-content: center;
}
.botonera-landings li a {
    display: flex;
    align-items: center;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
}
.botonera-landings li a span {
    color: #ffffff;
    font-size: 21px;
}

#header-AMADO .wrapper-botonera-landings {
    background-color: var(--primary);
}



/*CONTENIDO*/

.title_home {
    color:var(--gris);
    text-align: center;
    font-weight: 700;
    margin: 60px auto 35px auto;
    font-size: 24px;
}
.title_home span {
    color: var(--primary);
}

.ver_mas {
    border-radius: 10px;
    color: var(--gris);
    border: solid 1px var(--gris-medio);
    padding: 10px 30px;
    display: inline-block;
    margin: auto;
    font-size: 16px;
}

.banners_home {
    padding: 30px 0;
    background-color: #f1f1f1;
}

.beneficios-section{
    padding:0;
}

.beneficio-card{
    position:relative;
    border:1px solid #D9D9D9;
    border-radius:12px;
    background:#fff;
    padding:50px 25px 30px;
    text-align:center;
    height:180px;
    transition:.3s;
}

.beneficio-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.beneficio-icon{
    position:absolute;
    top:-30px;
    left:50%;
    transform:translateX(-50%);
    width:60px;
    height:60px;
    border-radius:50%;
    background:#fff;
    border:1px solid #D9D9D9;

    display:flex;
    align-items:center;
    justify-content:center;
}

.beneficio-icon .material-symbols-outlined{
    font-size:36px;
    color:var(--primary);
}

.beneficio-card h3{
    margin:0 0 12px;
    color:var(--primary);
    font-size:18px;
    font-weight:700;
    line-height:1.3;
}

.beneficio-card p{
    margin:0;
    color:#333333;
    font-size:14px;
    line-height:1.6;
}

@media (max-width:991px){

    .beneficio-card{
        margin-bottom:45px;
    }

}

@media (max-width:767px){

    .beneficios-section{
        padding:50px 0;
    }

    .beneficio-card{
        max-width:360px;
        margin:0 auto 45px;
    }

}





/*FOOTER*/

#footer-AMADO {
    padding: 40px 0;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 15px;
}

.header-footer {
    display: flex;
    align-items: center;
}

#footer-AMADO .first-column li {
    padding-left: 25px;
    text-indent: -10px;
}
#footer-AMADO .first-column li i {
    margin-right: 5px;
}

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

#footer-AMADO ul li i {
    color: var(--primary);
    display: inline-block;
    text-align: center;
    margin-right: 2px;
}

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

#footer-AMADO ul li {
    margin-bottom: 10px ;
}

#footer-AMADO .viajes_a_medida {
    background-color: var(--primary);
    padding: 10px 25px;
    border-radius: 50px;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
}
#footer-AMADO .viajes_a_medida a:hover {
    color: #ffffff!important;
}

.redes-footer a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #333333;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center; 
    font-size: 21px;
}

.redes-footer a i {
    color: #ffffff!important;
}

.redes-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    color: #ffffff;
}

.wrapper-logos-footer img {
    width: 150px;
}

.wrapper-logos-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 20px 0;
    flex-wrap: wrap;
}


@media (min-width: 768px) {
    #footer-AMADO .p-50 {
        padding-left: 70px;
    }
    #footer-AMADO .p-30 {
        padding-left: 30px;
    }
}

@media (max-width: 768px) {
    #footer-AMADO 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-AMADO .redes-footer {
        justify-content: center;
        margin-top: 25px;
    }
    #footer-AMADO #logo-footer {
        margin: 0 auto 30px auto;
    }
    #footer-AMADO ul li, #footer-AMADO h3 {
        text-align: center;
    }
    #footer-AMADO .assist {
        width: 150px;
        margin: auto;
    }

    .wrapper-logos-footer img {
        width: 100px!important;
    }

    .wrapper-logos-footer {
        gap: 20px!important;
    }
}


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

#consultar a {
    color:#FFFFFF;
}



/*RESPONSIVE*/

@media(max-width:768px){
    #header-AMADO { 
        border:none;
        background-color: var(--primary);
    }

    #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;
    }
}

.btn-ver-mas {
    padding: 8px 25px;
    background-color: var(--primary);
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
    margin: 15px auto 30px auto;
    display: inline-block;
}
.btn-ver-mas:hover {
    color: #ffffff!important;
}



/*AJUSTES SERVICES*/

body.services .resultado .row > .tarifa {
    align-items: center;
}
body.services .resultado .row > .tarifa > .table {
    table-layout: fixed;
}
body.services .resultado .row > .tarifa > .table tbody tr th span {
    display: inline-block;
}


.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 */


.container-agencia .panel-group.panel-group-lists.collapse.in.panel-buscador,
.container-agencia div#fichaPaquete {
    margin-top: 40px;
}

.ficha-producto .page-header h1 {
    margin-top: 0;
}

.list-group .list-group-item-precios {
    margin-bottom: 0!important;
}

.ficha-producto .list-group-item.list-group-item-precios .btn-block {
    color: #ffffff!important;
}

#relacionados-container {display: none;}



/*** 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;
}


/*** OCULTANDO EL SHARE ***/

#fichaSpiderPaquete > div.panel.panel-default.hidden-print {
    display: none;
}
body.spider .container-agencia {
    margin-bottom: 50px;
}


.mkte_circuitos-buscador .col-xs-12.col-sm-12.col-md-3:last-child {
    display: none !important;
}

@media (min-width: 992px) {
    .mkte_circuitos-buscador .col-md-3 {
        width: 33%;
    }
    .mkte_circuitos-buscador .col-md-1 {
        width: 20%;
    }
            
}

body.spider div#fichaSpiderPaquete {
    margin-top: 40px;
}

body.producto-consultar .container-agencia {
   margin-top: 40px; 
}



/* WHATSAPP FLOTANTE */

.btn-wsp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #fff;
    border-radius: 50px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    font-size: 14px;
    z-index: 999;
    transition: all 0.3s ease;
}

.btn-wsp::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    background: rgba(37, 211, 102, 0.5);
    z-index: -1;
    opacity: 0;
}

.btn-wsp:hover {
    background: #1ebe5d;
    transform: scale(1.05);
    color: #ffffff;
    text-decoration: none;
}

.btn-wsp:focus, .btn-wsp:active, .btn-wsp:visited {
    color: #ffffff!important;
} 

.btn-wsp:hover::after {
    animation: pulse 0.8s ease-out;
    opacity: 1;
}

.btn-wsp i {
    font-size: 36px;
}

@media (max-width: 576px) {
    .btn-wsp span {
        display: none;
    }
}

/* Animación */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

body.spider .panel-buscador h4 {
    padding: 5px 20px;
}