body {
    background-image: url('../assets/font/img/Fondo Azul Full.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
}

.xentralalert {
    padding-top: 2rem;
    position: relative; /* Para permitir posicionamiento absoluto de hijos */
}

/* Imagen de desktop - visible solo en desktop */
.desktop-image-container {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 5vh;
    position: relative;
    z-index: 1;
}

.desktop-main-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

/* Imagen de líneas blancas - capa superior, sin interferir */
.xentralalert > div:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none; /* Permite que los clicks pasen a través */
}

.lineas-blancas-puntos {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

/* Contenido mobile - oculto en desktop */
.mobile-content {
    display: none;
}

.xentralalert .container {
    background-image: url('');
    background-size: 66vw auto;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 120vh;
}

.btn-volver-container {
    display: block;
    padding: 0 1rem;
    margin:  1.5% 0 1rem 7%;
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 20; /* Por encima de todo */
    width: 100%;
}

.logo-header-container {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 1rem;
}

.btn-volver {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0;
    background-color: transparent;
    color: #43D3FF;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    transition: opacity 0.3s ease;
}

.logo-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.btn-volver:hover {
    opacity: 0.8;
    color: #43D3FF;
    text-decoration: none;
}

.btn-volver .chevron-left {
    width: 16px;
    height: 16px;
    stroke: #43D3FF;
}

.titulo-xentralalert {
    display: none;
    text-align: center;
    color: white;
}

.titulo-principal {
    font-size: 2.4rem;
    line-height: 1.2;
    margin: 0;
    color: white;
}

.titulo-ligero {
    font-weight: 400;
}

.titulo-bold {
    font-weight: 700;
}

.titulo-ofrecer-xentral {
    display: none;
    text-align: center;
    padding: 0rem 1rem;
    color: white;
}

.titulo-ofrecer-principal {
    font-size: 2.4rem;
    line-height: 1.2;
    margin: 0;
    color: white;
}

.hr-amarillo {
    display: none;
    width: 50%;
    height: 3px;
    background-color: #FFD700;
    border: none;
    margin: 1.5rem auto;
    padding: 0;
    opacity: 1;
    box-shadow: 0 0 2px rgba(255, 215, 0, 0.5);
}

.parrafo-descripcion {
    display: none;
    width: 50%;
    text-align: left;
    color: white;
    font-style: italic;
    font-size: 1rem;
    line-height: 1.6;
    margin: 1.5rem auto 0 auto;
    padding: 0 1rem;
}

.parrafo-descripcion-3 {
    display: none;
    width: 50%;
    text-align: left;
    color: #43D3FF;
    font-style: italic;
    font-size: 1rem;
    line-height: 1.6;
    margin: 1.5rem auto 0 auto;
    padding: 0 1rem;
}

.parrafo-conversemos {
    display: none;
    width: 50%;
    text-align: left;
    color: white;
    font-style: italic;
    font-size: 1rem;
    line-height: 1.6;
    margin: 1.5rem auto;
    padding: 0 1rem;
}

.mensaje-final {
    display: none;
    text-align: center;
    font-weight: 700;
    color: #009AFA;
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 2rem auto;
    padding: 0 1rem;
}

.btn-contactanos-container {
    display: none;
    text-align: center;
    margin: 2rem auto;
    padding: 0 1rem;
}

.btn-contactanos {
    background-color: #009AFA !important;
    color: #00153A !important;
    border: none !important;
    border-radius: 50px;
    padding: 1rem 3rem;
    font-weight: 700;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 154, 250, 0.3);
    text-decoration: none !important;
    display: inline-block;
}

.btn-contactanos:hover {
    background-color: #0088E0 !important;
    color: #00153A !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 154, 250, 0.4);
    text-decoration: none !important;
}

.lista-check {
    display: none;
    list-style: none;
    padding: 0;
    margin: 1.5rem auto;
    width: 50%;
    color: white;
    font-style: italic;
    font-size: 1rem;
    line-height: 1.6;
}

.lista-check li {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 0.75rem;
    padding: 0 1rem;
}

.check-icon {
    width: 20px;
    height: 20px;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.lista-check li span {
    flex: 1;
}

.cards-container {
    display: none;
    width: 70%;
    margin: 3rem auto;
    padding: 0 1rem;
    position: relative;
}

.plan-card {
    background-color: rgba(232, 232, 232, 0.7);
    border-radius: 20px;
    border: 2px solid #FFD700;
    padding: 1.5rem;
    margin: 0 auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: 100%;
}

.plan-title {
    font-weight: 700;
    color: #00153A;
    font-size: 1.25rem;
    margin: 0 0 0.75rem 0;
    text-align: center;
}

.plan-description {
    font-style: italic;
    color: #00153A;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

.card-connector {
    display: none;
    width: 2px;
    height: 30px;
    background-color: #43D3FF;
    margin: 0 auto;
    position: relative;
}

.call-icon-container {
    display: none;
    text-align: center;
    margin: 7% auto;
    padding: 0 1rem;
}

.call-icon {
    max-width: 20vw;
    height: auto;
}

.imagen-principal-container {
    display: none;
    text-align: center;
    margin: -9rem auto -3rem auto;
    padding: 0;
    width: 100vw;
    overflow: visible;
}

.imagen-principal {
    width: 190%;
    max-width: none;
    height: auto;
    margin-left: -50%;
    margin-right: -50%;
    display: block;
}

/* MOBILE */
@media screen and (max-width: 1000px) {
    /* Ocultar imagen de desktop en mobile/tablet */
    .desktop-image-container {
        display: none;
    }
    
    /* Mostrar contenido mobile en mobile/tablet */
    .mobile-content {
        display: block;
    }
    
    .btn-volver-container {
        display: block;
        top: 1.5%;
    }

    .logo-header-container {
        display: flex;
    }

    .logo-xentralpass {
        max-width: 40vW;
        height: auto;
        width: auto;
        max-height: 200px;
        margin: 5% auto;
        display: block;
    }
    
    .titulo-xentralalert {
        display: block;
    }
    
    .hr-amarillo {
        display: block;
    }

    .parrafo-descripcion {
        display: block;
        width: 70%;
        margin: 5% auto;
    }
    
    .parrafo-descripcion-3 {
        display: block;
        width: 70%;
        margin: 5% auto;
    }
    
    .parrafo-conversemos {
        display: block;
        width: 70%;
        margin: 5% auto;
    }
    
    .mensaje-final {
        display: block;
    }
    
    .btn-contactanos-container {
        display: block;
    }
    
    .lista-check {
        display: block;
        width: 70%;
        margin: 5% auto;
    }
    
    .cards-container {
        display: block;
    }
    
    .card-connector {
        display: block;
    }
    
    .call-icon-container {
        display: block;
    }
    
    .imagen-principal-container {
        display: block;
    }
    
    .titulo-ofrecer-xentral {
        display: block;
    }

    .imagen-principal {
        width: 100%;
        max-width: none;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        
        overflow: visible;
    }
    
    .logo-xentralalert {
        max-width: 40vw;
        height: auto;
        width: auto;
        max-height: 200px;
        margin: 0;
        display: block;
    }
    .lineas-blancas-puntos {
        max-width: 100vw;
        height: auto;
        width: 100%;
        max-height: 100px;
        margin: 0 auto;
        display: block;
    }
}

@media screen and (max-width: 499px) {
    .btn-volver {
        padding: 0.5rem 0;
        font-size: 0.8rem;
    }
    
    .btn-volver .chevron-left {
        width: 14px;
        height: 14px;
    }
    
    .titulo-principal {
        font-size: 1.8rem;
    }
    
    .titulo-ofrecer-principal {
        font-size: 1.5rem;
    }
    
    .logo-xentralpass {
        max-width: 50vW;
        height: auto;
        width: auto;
        max-height: 200px;
        margin: 0;
        display: block;
    }

    .lineas-blancas-puntos {
        max-width: 100%;
        height: auto;
        width: auto;
        max-height: 100px;
        margin: 0 auto;
        display: block;
    }

    .titulo-xentralalert {
        text-align: left;
    }
    
    .titulo-principal {
        padding-left: 5%;
    }
    
    .hr-amarillo {
        margin: 1.5rem 0 1.5rem 5%;
    }
    
    .parrafo-descripcion {
        display: block;
        width: 100%;
        margin: 5% 0;
    }

    .parrafo-descripcion-3 {
        display: block;
        width: 100%;
        margin: 5% 0;
    }

    .parrafo-conversemos {
        display: block;
        width: 100%;
        margin: 5% auto;
    }

    .mensaje-final {
        font-size: 1.5rem;
    }

    .btn-contactanos {
        font-size: 1.2rem;
        padding: 0.8rem 2.5rem;
    }

    .lista-check {
        display: block;
        width: 100%;
        margin: 5% auto;
    }

    .cards-container {
        width: 100%;
    }

    .imagen-principal {
        width: 100%;
        max-width: none;
        height: auto;
        display: block;
    }

    

}