﻿
.site-header {
    position: relative;
    width: 100%;
    padding-top:4px;
}

.header-bar {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    width: 100%;
}

.conenido-menu-der-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    margin: 5px;
    margin-left: auto;
    flex-wrap: nowrap;
}
    .conenido-menu-der-top a,
    .conenido-menu-der-top span {
        white-space: nowrap; /* evita cortes tipo "For\nfaits" */
        flex-shrink: 0; /* no se encogen ni se parten */
    }

.plantilla22_logo {
    padding-top: 0% !important;
    padding-left: 1em !important;
    padding-right:1em !important;
}

.main-menu {
    display: flex;
    align-items: center;
    margin-left: 10px; /* separación del logo */
}
.menu-inner {
    width: 100%;
}

.menu-list {
    display: flex;
    list-style: none;
    padding: 0 20px;
    margin: 0;
}

.menu-item {
    position: relative;
}

    .menu-item > a {
        display: block;
        padding: 10px 14px;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        font-size:16px;
    }

   
    .menu-item > a:hover {
        color: #9be37d;
        border-bottom: 2px solid #9be37d;
    }



        .menu-item > a:hover img {
            color: #9be37d;
            fill: #9be37d;
        }
            .mega-menu {
    position: fixed;
    top: 70px; /* altura real del header */
    left: 0;
    right: 0;
    width: 100vw;
    margin: 0;
    padding: 30px;
    display: flex;
    justify-content: center;
    background: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,.15);
    z-index: 9999;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
    height:350px;
}


.menu-item.mega:hover > .mega-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.menu-item.mega:hover > .mega-menu,
.mega-menu:hover {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.mega-menu::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 20px;
}

.mega-inner {
    width: 100%;
    max-width: 1200px;
    display: flex;
}
.menu-link img{
    fill: white

}
.menu-link:hover img {
    fill: #9be37d
}

.mega-contact {
    display: flex;
    flex-direction: column; /* para que el contenido se apile verticalmente */
    align-items: flex-end; /* contenido a la derecha */
    justify-content: flex-end; /* empuja al pie del mega-menu */
    width: 25.5%;
    font-size: 14px;
    text-align: right;
}



.mega-links {
    display: flex;
    flex-direction: column; /* para que el contenido se apile verticalmente */

    justify-content: flex-end; /* empuja al pie del mega-menu */
    width: 25%;
    font-size: 14px;
    text-align: left;
}




.mega-highlight {
    display: flex;
    flex-direction: column; /* para que el contenido se apile verticalmente */
    width: 50%;
    justify-content: flex-end; /* empuja al pie del mega-menu */
    font-size: 14px;
    text-align: left;
}



.services-block {
    display: flex;
    flex-direction: column; /* para que el contenido se apile verticalmente */
    width: 25%;
    height: 100%;
}

.services-extra {
    display: flex;
    flex-direction: column; /* para que el contenido se apile verticalmente */
    align-items: flex-end; /* contenido a la derecha */
    justify-content: flex-end; /* empuja al pie del mega-menu */
    width: 24.5%;
   
}

.services-abono-info {
    display: flex;
    flex-direction: row; /* ← CLAVE */
    justify-content: space-between;
    align-items: flex-end;
    width: 50%;
    gap: 32px;
    margin-left:20px;
}

.abono-info {
    display: flex;
    flex-direction: column; /* para que el contenido se apile verticalmente */
    /*align-items: flex-end;*/ /* contenido a la derecha */
    justify-content: space-between; /* ← CLAVE */
    height: 100%;
    text-align: left;
    width: 33%;
    padding: 1% 1% 0 1%;
}

.abono-image {
    flex: 0 0 233px; /* ancho fijo de la imagen */
    display: flex;
    align-items: flex-end;
}

.abono-benefits {
    flex: 1;
    justify-content: initial;
    color: #033454;

    font-size:16px;
}

.mega-col {
    display: flex;
    flex-direction: column; /* para que el contenido se apile verticalmente */
    justify-content: flex-end; /* empuja al pie del mega-menu */
    text-align: left;
    padding: 1% 1% 0 1%;
}

.mega-separator {
    width: 1px;
    background: #000;
}
.mega-links ul {
    list-style: none;
    padding: 0;
}

.mega-links a {
    display: block;
    padding: 6px 0;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

    .mega-links a:hover {
        color: #0671B8;
    }

.cta-btn {
    background: #121212;
    color: #fff;
    font-weight:bold;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    clear:both;
    margin-top:5%;
}

.socials {
margin-top:4%;
}

.socials svg {
    width: 30px
}

.mail {

font-weight:bold;
font-size:16px;
margin:0.5% 0 0;
}

.services-list {
    list-style: none;
    /*pointer-events: none;*/
    margin-left:0;
    padding-left:0% !important
}
    .services-list a {
    display: block;
    padding: 6px 0;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

    .services-list a:hover {
        color: #0671B8;
    }


.abono-badge {
    background-color: #0671b8;
    padding: 5px 3px;
    color: white;
    font-weight: bold;

    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-top:15px
}

.cabecera_movil {
    display: none;
    visibility: hidden
}


.apres-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* ← MAGIA */
    height: 100%;
    padding: 16px;
}

.apres-top {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.apres-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
}

/* Items */
.apres-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f5f5f5;
    padding: 10px 12px;
    border-radius: 8px;
}

/* Iconos */
/*.icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
}

    .icon.red {
        background: #d84c4c;
    }*/

    .icon.bus {
        background: #2f6fd6;
    }

/* Separador */
.apres-bottom hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 8px 0;
}






@media (max-width: 1400px) {
    .menu-item > a {
        display: block;
        padding: 10px 5px;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        font-size: 15px;
    }

}

.cabecera_movil {
    display: none;
    visibility: hidden;
}

@media (max-width: 1024px) {

    .cabecera_escritorio {
        display: none;
        visibility: hidden
    }

    .cabecera_movil {
        display: flex;
        visibility: visible;
        align-items: center;
        justify-content: space-between;
        background: #000;
        padding: 10px 14px;
        height: 70px;
        position: relative;
        z-index: 999;
    }

    .cabeceraNegra {
        height: auto;
        padding: 0.5em;
    }

    .plantilla22_logo_movil {
        padding-left: 5%;
        margin-top: 3px;
    }

    .plantilla22_logo {
        flex: 0 0 auto;
    }

        .plantilla22_logo img {
            height: 40px;
            width: auto;
        }

    .enlaces_plantilla26 {
        position: absolute;
        right: 80px; /* separacion del icono menú */
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        flex-wrap: nowrap; /* 👈 NUNCA BAJA */
        gap: 12px;
        align-items: center;
    }

        .enlaces_plantilla26 a {
            margin-left: 5px;
            padding: 3px;
            white-space: nowrap; /* 👈 NO SALTO DE LINEA */
            display: flex; /* opcional pero recomendado */
            align-items: center;
        }

        .enlaces_plantilla26 a,
        .enlaces_plantilla26 span {
            white-space: nowrap;
        }

    .llamadorMenuMovil {
        float: left;
        width: 50px;
        text-align: center;
    }

        .llamadorMenuMovil img {
            width: 80%;
            height: auto;
            padding: 10%;
        }

    .plantilla22_logo_movil img {
        height: 40px;
        width: auto;
    }

    .menu {
        margin-left: auto !important; /* 👈 lo empuja al extremo */
        display: flex;
        align-items: center;
        border-left: 1px solid white;
        height: 100%;
    }

    .llamadorMenuMovil {
        background: transparent;
        border: none;
    }

        .llamadorMenuMovil img {
            width: 32px;
        }


    /*MENU MOVIL NUEVO*/
    .llamadorMenuMovil {
        float: left;
        width: 50px;
        text-align: center;
    }

        .llamadorMenuMovil img {
            width: 80%;
            height: auto;
            padding: 10%;
        }

    .menuMovilContenido {
        display: none;
    }

        .menuMovilContenido ul {
            width: 100%;
            background-color: #000;
            z-index: 5000;
            margin-top: 49px;
            position: absolute;
            left: 0px;
            height: 100%;
        }

            .menuMovilContenido ul li {
                text-align: center;
                border-top: 1px silver dashed;
                padding: 0.5em 0px;
            }

                .menuMovilContenido ul li:last-child {
                    border-bottom: 1px silver dashed;
                }

    #menu-principal {
        background-color: #000;
        z-index: 2000;
        margin-top: 30px;
    }

    body.ac-menu-open {
        overflow: hidden;
    }

    /*MENU 2026*/
    .llamadorMenuMovil {
        width: 38px; /* ancho del botón */
        height: 38px; /* alto del botón */
        border: none;
        background: url('../assets/img/2022/menu.png') no-repeat center center;
        background-size: contain;
        cursor: pointer;
    }

        /* Cuando el botón tiene la clase 'active' (menú abierto) */
        .llamadorMenuMovil.active {
            background-image: url('../assets/img/close.png');
        }

    .ac-menu .ac-mobile-menu {
        position: fixed;
        top: 80px; /* 👈 altura cabecera */
        left: 0;
        width: 100%;
        background: #000;
        transform: translateX(-100%);
        transition: .3s;
        z-index: 9999;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .ac-submenu {
        display: none;
    }

    .ac-mobile-menu.ac-open {
        transform: translateX(0);
    }

    .ac-menu-item.ac-active > .ac-submenu {
        display: block;
    }
    /* evitar que corte subniveles */
    .ac-menu-item,
    .ac-menu-list {
        overflow: visible !important;
    }

    /* submenus */
    .ac-submenu {
        display: none;
    }

    .ac-menu-item.ac-active > .ac-submenu {
        display: block;
    }

    .ac-menu .ac-mobile-menu.ac-open {
        transform: translateY(0);
        opacity: 1;
    }

    body.ac-menu-open {
        overflow: hidden;
    }
    /* =========================
   TOP BAR
========================= */

    .ac-menu .ac-topbar {
        background: #000;
        color: #fff;
        padding: 12px 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .ac-menu .ac-logo {
        font-weight: 900;
        line-height: 1;
    }

        .ac-menu .ac-logo small {
            font-size: 10px;
            opacity: .7;
        }

    /* =========================
   ACTIONS
========================= */

    .ac-menu .ac-actions {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .ac-menu .ac-btn-green {
        border: 1px solid #9aff8f;
        color: #9aff8f;
        padding: 6px 10px;
        border-radius: 6px;
        text-decoration: none;
        font-size: 14px;
        background: transparent;
    }

    .ac-menu .ac-icon-btn,
    .ac-menu .ac-hamburger {
        background: #9aff8f;
        border: none;
        padding: 8px;
        border-radius: 6px;
        cursor: pointer;
        font-size: 16px;
    }

    /* =========================
   MENU LIST
========================= */

    .ac-menu .ac-menu-list {
        list-style: none;
        margin: 0 0 0;
        padding: 0;
    }

    .ac-menu .ac-menu-item {
        margin-bottom: 2px;
    }

    /* =========================
   MENU TITLES
========================= */
    .ac-menu ul, li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .ac-submenu li {
        margin: 0;
        padding: 0;
        list-style: none;
    }



    .ac-menu .ac-menu-title {
        width: 100%;
        background: linear-gradient(to bottom, #111, #000);
        border: none;
        color: #fff;
        padding: 10px 18px;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        cursor: pointer;
        text-transform: uppercase;
        /*letter-spacing: .04em;*/
        position: relative;
    }

    .ac-menu .ac-menu-title:hover {
     Color:#9be37d !important;
    }






    .ac-menu-titlesub {
        background: white !important;
        color: #000 !important;
        width: 100%;
        padding: 8px 18px;
        font-weight: normal !important;
        text-transform: capitalize !important;
        text-decoration: none;
        font-size: 17px !important;
        border-bottom: 1px solid #dfe6ee;
        text-align: left;
        cursor: pointer;
        /*letter-spacing: .04em;*/
        position: relative;
    }

.ac-menu-titlesub:hover {
        background: #f3f6f9;
    }
        /*.ac-menu .ac-menu-title::after {
            content: "▾";
            position: absolute;
            right: 18px;
            top: 50%;
            transform: translateY(-50%);
            color: #9aff8f;
            font-size: 14px;
            transition: transform .25s ease;
        }*/

        .ac-menu .ac-menu-title:active {
            background: #000;
        }

    .ac-menu .ac-menu-item.ac-active .ac-menu-title::after {
        transform: translateY(-50%) rotate(180deg);
    }


    /* =========================
   Primer nivel de submenú
========================= */
    .ac-menu > .ac-menu-list > .ac-menu-item > .ac-submenu {
        background: #fff; /* o mantén tu gradiente si quieres */
    }

    /* =========================
   Segundo nivel de submenú
========================= */
    .ac-submenu .ac-menu-item > .ac-submenu  a {
        background: #fff !important; /* fondo blanco */
        /*padding-left: 20px;*/ /* sangría para diferenciar del primer nivel */
    }

        .ac-submenu .ac-menu-item > .ac-submenu a {
            color: #000; /* texto negro */
            font-size: 17px;
            background-color:red;
            border-bottom: 1px solid #e0e0e0;
        }

    /* =========================
   Tercer nivel de submenú
========================= */
    .ac-submenu .ac-submenu .ac-menu-item > .ac-submenu {
        background: #fff; /* fondo blanco también */
        padding-left: 30px; /* más sangría */
    }

        .ac-submenu .ac-submenu .ac-menu-item > .ac-submenu a {
            color: #000; /* texto negro */
            font-size: 14px;
            padding: 6px 18px;
            border-bottom: 1px solid #ddd;
        }



    /* =========================
   SUBMENU
========================= */

    .ac-menu .ac-submenu {
        max-height: 0;
        overflow: hidden;
        background: #fff !important;
        transition: max-height .35s ease;
    }

    .ac-menu .ac-menu-item.ac-active .ac-submenu  {

        max-height: 500px;
    }

    .ac-menu .ac-submenu a {
        display: block;
        padding: 8px 18px;
        color: #000;
        text-decoration: none;
        font-size: 17px;
        border-bottom: 1px solid #dfe6ee;

    }

        .ac-menu .ac-submenu a:hover {
            color: #9be37d !important
        }

    .ac-submenu li {
        list-style: none;
    }

    .ac-menu .ac-mobile-menu {
        overflow-y: auto;
    }

    .ac-menu .ac-menu-title:active {
        background: #000;
    }

    .ac-menu > .ac-menu-list > .ac-menu-item > .ac-submenu > .ac-menu-item > .ac-submenu a,
    .ac-submenu > .ac-menu-item > .ac-submenu a {
        background: #fff;
        color: #000;
        font-size: 17px;
        padding: 8px 18px;
        border-bottom: 1px solid #e0e0e0;
    }

}

    @media (max-width:768px) {

        .cabecera_movil {
            height: 64px;
        }

        .plantilla22_logo img {
            height: 34px;
        }

        .btn-parte-nieve {
            padding: 8px 14px;
            font-size: 14px;
        }

        .botonMenuVerde {
            height: 40px;
            width: 40px;
        }
    }



@media (max-width:500px) {
    .enlaces_plantilla26 {
        right: 80px;
    }
    .plantilla22_logo {
        padding-top: 0% !important;
        padding-left: 0em !important;
        padding-right: 0em !important;
    }
}



@media (max-width:465px) {
    .cabecera_movil {
        padding: 0px
    }

    .plantilla22_logo img {
        height: 37px !important;
        width: auto;
    }

    .enlaces_plantilla26 {
        right: 60px;
        gap: 0px;
    }
    .llamadorMenuMovil {
        width: 30px; /* ancho del botón */
        height: 30px; /* alto del botón */
            }

    .enlaces_circulitos table {
        margin: 0em 0    !important;
    }

}