﻿html {
    scroll-behavior: smooth;
}

.btn-primary.btn-red {
    background-color: #FF5252 !important;
    border-color: #FF5252 !important;
    color: #fff !important;
    box-shadow: 0 .25rem .5rem rgba(255,82,82,.5) !important
}

    .btn-primary.btn-red:hover, .btn-primary.btn-red:focus {
        background-color: #E04848 !important;
        border-color: #E04848 !important;
        box-shadow: 0 .5rem 1rem rgba(255,82,82,.6) !important
    }

.recarga-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px
}

.recarga-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    text-align: left;
    width: 100%;
    max-width: 380px;
    flex: 1 1 300px
}

.precio {
    font-size: 2em;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 15px 0
}

.btn-recargar {
    display: block;
    margin: 0 auto;
    background: #ff5b5b !important;
    border-color: #ff5b5b !important;
    color: #fff !important;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%
}

    .btn-recargar:hover, .btn-recargar:focus {
        background: #E04848 !important;
        border-color: #E04848 !important;
        box-shadow: 0 .5rem 1rem rgba(255,91,91,.35) !important
    }

.vigencia-text {
    font-size: 11px;
    color: #666;
    text-align: center;
    margin-top: 10px
}

/* Modal características */
#modalCaracteristicas {
    display: none;
    position: fixed;
    z-index: 1000;
    inset: 0;
    background: rgba(0,0,0,.5)
}

    #modalCaracteristicas .modal-content {
        background: #fff;
        margin: 3% auto;
        padding: 0;
        border: 0;
        width: 90%;
        max-width: 900px;
        border-radius: 14px;
        position: relative;
        max-height: 90vh;
        overflow: auto;
        box-shadow: 0 20px 40px rgba(0,0,0,.25)
    }

    #modalCaracteristicas .modal-header {
        padding: 16px 20px;
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    #modalCaracteristicas .modal-body {
        padding: 16px 20px
    }

    #modalCaracteristicas .close-modal {
        border: 0;
        background: transparent;
        font-size: 24px;
        line-height: 1;
        cursor: pointer;
        padding: 4px 8px
    }

/* Fix no-auth */
body.no-auth .main-content, body.no-auth .page-content, body.no-auth .content, body.no-auth .container-fluid {
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.recarga-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px
}

.btn-cta {
    display: block;
    margin: 0 auto;
    background-color: #6F009E !important;
    color: #ffffff !important;
    padding: 10px 30px; 
    border-radius: 8px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 20px; 
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
}

    /* Efecto al pasar el mouse */
    .btn-cta:hover, .btn-cta:focus {
        background-color: #5A057E !important; /* Un morado un poco más oscuro */
        color: #ffffff !important;
        transform: translateY(-2px); /* Pequeño levante visual */
        box-shadow: 0 5px 15px rgba(111, 0, 158, 0.3);
    }

    /* Estado deshabilitado (cuando no han elegido paquete) */
    .btn-cta.disabled {
        background-color: #cccccc !important;
        color: #666666 !important;
        cursor: not-allowed;
        pointer-events: none;
        transform: none;
        box-shadow: none !important;
    }

/* --- Quitar espacios laterales de Bootstrap en esta página --- */
.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* === Botón añador: moradito por defecto === */
.btn-recargar {
    background: #8123AA !important;
    border-color: #8123AA !important;
    color: #fff !important;
}

    .btn-recargar:hover,
    .btn-recargar:focus {
        background: #660482 !important;
        border-color: #660482 !important;
        box-shadow: 0 .5rem 1rem rgba(102,4,130,.25) !important;
    }

    .btn-recargar.is-added {
        background: #ff5b5b !important;
        border-color: #ff5b5b !important;
    }

        .btn-recargar.is-added:hover,
        .btn-recargar.is-added:focus {
            background: #E04848 !important;
            border-color: #E04848 !important;
            box-shadow: 0 .5rem 1rem rgba(255,91,91,.35) !important;
        }

.btn-cta.disabled {
    background-color: #cccccc !important;
    border-color: #cccccc !important;
    color: #666666 !important;
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none !important;
}



#hs-hero-slider {
    position: relative;
    overflow: hidden;
}

    #hs-hero-slider .hs-track {
        display: flex;
        width: 100%;
        height: 100%;
        transform: translateX(0);
        transition: transform .6s ease;
    }

    #hs-hero-slider .hs-slide {
        flex: 0 0 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center calc(100% - 35px);
        background-size: 60% auto;
    }

    #hs-hero-slider .hs-dots button {
        -webkit-appearance: none;
        appearance: none;
        padding: 0;
        margin: 0;
        border: 0;
        outline: none;
        box-shadow: none;
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 999px;
        background: #000 !important;
        opacity: .5;
        cursor: pointer;
    }

        #hs-hero-slider .hs-dots button.is-active {
            background: #E33B37 !important;
            opacity: 1;
        }

@media (max-width: 900px) {
    .hs-intro-text {
        padding-right: 0 !important;
    }

    .hs-badge {
        position: static !important;
        transform: rotate(8deg) !important;
        margin: 8px auto 0 !important;
        text-align: center;
        width: 120px;
    }

        .hs-badge img {
            width: 120px !important;
        }

    #hs-hero-slider {
        height: 340px !important;
    }

        #hs-hero-slider .hs-slide {
            background-size: contain;
        }
}

@media (max-width: 560px) {
    #hs-hero-slider {
        height: 300px !important;
    }
}







.characteristics-banner {
    position: relative;
    background-image: url('/images/foto_paquetes.jpg');
    background-position: bottom right;
    background-size: 100% auto;
    color: #ffffff;
    padding: 150px 0px 150px 0px;
    text-align: center;
    font-family: inherit;
    overflow: hidden;
    z-index: 1;
}

    /* Esta es la capa de color que va encima de la imagen */
    .characteristics-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #6E199A;
        opacity: 0.9; /* <-- Cambia este valor (de 0.1 a 0.9) para hacer el color más o menos transparente */
        z-index: -1;
    }

    .characteristics-banner .container {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .characteristics-banner h2 {
        color: #FFFFFF !important;
        font-family: "Helvetica", sans-serif;
        font-size: 45px;
        font-weight: 700;
        text-transform: none;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .characteristics-banner p.char-sub {
        color: #ffffff !important;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 60px;
    }

    .characteristics-banner span.highlight {
        color: #FFFFFF; 
        font-weight: 700; /
    }

.characteristics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.characteristics-group {
    display: flex;
    flex-direction: column;
}

.characteristics-item {
    background-color: #5A057E;
    border: 1px solid #ffffff;
    margin-bottom: -1px;
    overflow: hidden;
}

.characteristics-header {
    font-family: "Helvetica", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    padding: 12px 18px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;
    transition: background-color 0.2s ease;
}

    .characteristics-header:hover {
        background-color: rgba(255, 255, 255, 0.05);
    }

.characteristics-icon {
    color: #ffffff;
    margin-right: 12px;
    font-size: 16px;
    font-weight: bold;
    width: 15px;
    text-align: center;
}

.characteristics-title {
    color: #ffffff;
}

/* Contenido desplegable */
.characteristics-content {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.4s ease, opacity 0.4s ease;
}

.characteristics-inner {
    overflow: hidden;
}

.characteristics-inner-pad {
    padding: 0 18px 15px 45px;
    color: #FFFFFF; /* Blanco sólido */
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px; /* Interlineado que pediste */
}

    .characteristics-inner-pad ul {
        padding-left: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .characteristics-inner-pad li {
        margin-bottom: 2px;
    }

/* --- estado activo --- */
.characteristics-item.active {
    background-color: #5A057E;
    position: relative;
    z-index: 2;
    border: 1px solid #ffffff;
}

    .characteristics-item.active .characteristics-content {
        grid-template-rows: 1fr;
        opacity: 1;
        border-top: 1px solid #ffffff;
        padding-top: 10px;
    }

    /* Color coral/rojo para el título y el ícono cuando está abierto */
    .characteristics-item.active .characteristics-title,
    .characteristics-item.active .characteristics-icon {
        color: #FF5252 !important;
    }

@media (max-width: 768px) {
    .characteristics-grid {
        grid-template-columns: 1fr;
    }

    .characteristics-banner h2 {
        font-size: 30px;
    }
}




.faq-section {
    padding: 60px 15px;
    background-color: #f4f5f8;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.faq-title-main {
    color: var(--e-global-color-b74a211, #6F009E);
    font-family: "Helvetica", sans-serif;
    font-size: 45px;
    font-weight: 700;
    text-transform: none;
    color: #6F009E;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: start;
}

.faq-category-title {
    font-family: "Helvetica", sans-serif;
    font-size: 26px; /* Ajustado al tamaño de tu imagen */
    font-weight: 700;
    text-transform: none;
    color: #FF5252;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 30px 0 15px;
}

    .faq-category-title:first-child {
        margin-top: 0;
    }

.faq-item {
    background: #fff;
    border: 1px solid #d5d8dc;
    margin-bottom: -1px;
    overflow: hidden;
}

/* Títulos del acordeón */
.faq-header {
    font-family: "Helvetica", sans-serif;
    font-size: 14px; 
    font-weight: 700;
    text-transform: none;
    padding: 12px 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #203a8b;
    transition: background 0.2s;
    user-select: none;
}

    .faq-header:hover {
        background: #fafbff;
    }

.faq-icon {
    margin-right: 12px;
    font-size: 18px;
    font-weight: bold;
    width: 15px;
    text-align: center;
    transition: color 0.2s;
    color: #203a8b;
}

.faq-content {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.4s ease, opacity 0.4s ease;
}

.faq-inner {
    overflow: hidden;
}

/* Contenido del acordeón */
.faq-inner-pad {
    padding: 0 18px 15px 45px;
    color: var(--e-global-color-text);
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

    .faq-inner-pad ul {
        padding-left: 20px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .faq-inner-pad p {
        margin-top: 0;
        margin-bottom: 8px;
    }

.faq-item.active .faq-content {
    grid-template-rows: 1fr;
    opacity: 1;
    border-top: 1px solid #eee;
    margin-top: 5px;
    padding-top: 10px;
}

.faq-item.active .faq-header {
    color: #FF5252;
}

.faq-item.active .faq-icon {
    color: #FF5252;
}

@media (max-width: 768px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }
}
