/* ========================================
   PLANETA2025.PHP - RESPONSIVE STYLES
   ======================================== */

/* Video Hero Section */
.video-hero {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 19, 56, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    padding: 2rem;
}

.video-title {
    font-size: 5rem;
    font-weight: 800;
    margin-bottom: 3rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.reto-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.reto-number {
    font-size: 8rem;
    font-weight: 900;
    color: #82ee1d;
    text-shadow: 0 4px 30px rgba(130, 238, 29, 0.6);
    margin: 0;
    line-height: 1;
}

.reto-time {
    font-size: 3rem;
    font-weight: 600;
    color: white;
    margin: 0;
}

.reto-message {
    font-size: 2.5rem;
    font-weight: 500;
    color: #82ee1d;
    margin: 2rem 0 0;
}

/* Información del Reto Section */
.seccion-informacion-reto {
    padding: 8rem 2rem;
}

/* Descripción Section */
.seccion-descripcion {
    padding: 8rem 2rem;
}

.descripcion-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
}

.descripcion-imagen img {
    width: 100%;
    height: auto;
    border-radius: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.descripcion-contenido h2 {
    font-size: 4.05rem;
    font-weight: 900;
    color: #001338;
    margin-bottom: 2rem;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -0.05rem;
    text-align: center;
}

.descripcion-contenido h3 {
    font-size: 3rem;
    font-weight: 600;
    color: #82ee1d;
    margin-bottom: 2.5rem;
    line-height: 1.3;
}

.descripcion-subtitulo {
    font-size: 2rem;
    color: #666;
    margin-bottom: 3rem;
    line-height: 1.6;
}

.descripcion-texto h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #001338;
    margin-bottom: 1.5rem;
}

.descripcion-texto p {
    font-size: 1.7rem;
    line-height: 1.8;
    color: #444;
}

/* Elementos específicos de Fuego */
.imagen-runners {
    text-align: center;
    margin-bottom: 2rem;
}

.imagen-runners img {
    max-width: 150px;
    height: auto;
}

.contenido-carrera-elementos {
    padding: 2rem 0;
}

.separacionTablet {
    margin-bottom: 2rem;
}

/* Columna de procedimiento */
.columna {
    background: transparent;
}

.columna-titulo {
    font-size: 2.5rem;
    font-weight: 700;
    color: #001338;
    margin-bottom: 3rem;
    text-align: center;
}

.columna-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}

.columna-lista li {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 2rem;
}

.columna-lista li span {
    font-weight: 700;
    color: #001338;
}

.tel0851-a {
    color: #25d366;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #25d366;
    transition: all 0.3s ease;
}

.tel0851-a:hover {
    color: #1ea952;
    border-bottom-color: #1ea952;
}

.datos-pago-card {
    /* Usa los estilos de participacion-card */
}

.imagen {
    text-align: center;
}

.imagen img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Cómo Participar Section */
.seccion-como-participar {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 8rem 2rem;
}

.titulo-seccion {
    font-size: 4rem;
    font-weight: 800;
    color: #001338;
    text-align: center;
    margin-bottom: 5rem;
}

.participacion-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
}

.participacion-card {
    background: white;
    border-radius: 2rem;
    padding: 4rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.card-titulo {
    font-size: 2.5rem;
    font-weight: 700;
    color: #001338;
    margin-bottom: 3rem;
    text-align: center;
}

.pasos-lista {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: none;
}

.pasos-lista li {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    align-items: flex-start;
}

.paso-numero {
    flex-shrink: 0;
    width: 5rem;
    height: 5rem;
    background: linear-gradient(135deg, #82ee1d 0%, #5bb300 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(130, 238, 29, 0.3);
}

.paso-contenido p {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #444;
    margin: 0;
}

.paso-contenido strong {
    color: #001338;
}

.enlace-whatsapp {
    color: #25d366;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #25d366;
    transition: all 0.3s ease;
}

.enlace-whatsapp:hover {
    color: #1ea952;
    border-bottom-color: #1ea952;
}

.nota-importante {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 1.5rem;
    margin-top: 1.5rem;
    border-radius: 0.5rem;
    font-size: 1.5rem;
}

.instrucciones-pago {
    background: white;
    border-radius: 2rem;
    padding: 3rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.instrucciones-pago p {
    font-size: 1.7rem;
    line-height: 1.8;
    color: #444;
    margin: 0;
}

.enlace-whatsapp-destacado {
    color: #25d366;
    font-weight: 800;
    text-decoration: none;
    font-size: 2rem;
    border-bottom: 3px solid #25d366;
    transition: all 0.3s ease;
}

.enlace-whatsapp-destacado:hover {
    color: #1ea952;
    border-bottom-color: #1ea952;
}

/* Kit Section */
.seccion-kit {
    padding: 8rem 2rem;
}

.kit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
    margin-bottom: 4rem;
}

.kit-grid3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 4rem;
}

.kit-lista {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.beneficios-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}

.beneficios-lista li {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    margin-bottom: 3rem;
    font-size: 1.9rem;
    line-height: 1.8;
    color: #2c3e50;
}

.beneficios-lista li div {
    padding-top: 0.5rem;
}

.beneficios-lista li strong {
    color: #001338;
    font-weight: 700;
    font-size: 2.1rem;
    display: block;
    margin-bottom: 0.5rem;
}

.icono-check {
    flex-shrink: 0;
    font-size: 3rem;
    color: #82ee1d;
}

.kit-imagen img {
    width: 100%;
    height: auto;
    border-radius: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.kit-promocion {
    background: linear-gradient(135deg, #82ee1d 0%, #5bb300 100%);
    color: white;
    padding: 3.5rem 4rem;
    border-radius: 2rem;
    text-align: center;
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.7;
    box-shadow: 0 10px 30px rgba(130, 238, 29, 0.3);
    margin-bottom: 2.5rem;
    letter-spacing: 0.03rem;
}

.kit-promocion:last-child {
    background: linear-gradient(135deg, #ff6b00 0%, #d95500 100%);
    box-shadow: 0 10px 30px rgba(255, 107, 0, 0.4);
    border: 3px solid #ffa94d;
    position: relative;
    overflow: hidden;
}

.kit-promocion:last-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}

.kit-promocion strong {
    font-weight: 800;
    font-size: 1.05em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Costos Section */
.seccion-costos {
    background: linear-gradient(135deg, #001338 0%, #002a5c 100%);
    padding: 8rem 2rem;
    color: white;
}

.seccion-costos .titulo-seccion {
    color: white;
}

.costos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
}

.costo-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 2rem;
    padding: 4rem;
    border: 2px solid rgba(130, 238, 29, 0.3);
    color: white;
}

.costo-card p {
    color: white;
}

.costo-titulo {
    font-size: 2.5rem;
    font-weight: 700;
    color: #82ee1d;
    margin-bottom: 2rem;
}

.costo-principal {
    font-size: 2rem;
    margin-bottom: 3rem;
    color: white;
}

.precio {
    font-size: 3.5rem;
    font-weight: 800;
    color: #82ee1d;
}

.envios-lista h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #82ee1d;
}

.envios-lista ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.envios-lista li {
    font-size: 1.7rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    color: white;
}

.envios-lista li strong {
    color: white;
    font-weight: 700;
}

.envios-lista small {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.7);
}

.nota-importante {
    font-size: 1.6rem;
    margin-top: 2rem;
    padding: 1.5rem;
    background: rgba(130, 238, 29, 0.2);
    border-radius: 1rem;
    border-left: 4px solid #82ee1d;
    color: white;
}

.nota-importante strong {
    color: #82ee1d;
    font-weight: 700;
}

.instrucciones-finales {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 2rem;
    padding: 3rem;
    text-align: center;
    margin-bottom: 4rem;
    border: 2px solid rgba(130, 238, 29, 0.3);
}

.instrucciones-finales p {
    font-size: 1.7rem;
    line-height: 1.8;
    margin: 0;
    color: white;
}

.instrucciones-finales strong {
    color: white;
    font-weight: 700;
}

.seccion-costos strong {
    color: white;
}

/* CTA Inscripción */
.cta-inscripcion {
    text-align: center;
    padding: 4rem;
    background: rgba(130, 238, 29, 0.1);
    border-radius: 2rem;
    border: 3px solid #82ee1d;
}

.cta-titulo {
    font-size: 4rem;
    font-weight: 800;
    color: #82ee1d;
    margin-bottom: 1rem;
}

.cta-subtitulo {
    font-size: 2.5rem;
    font-weight: 600;
    color: white;
    margin-bottom: 3rem;
}

.btn-cta {
    display: inline-block;
    background: linear-gradient(135deg, #82ee1d 0%, #5bb300 100%);
    color: #001338;
    font-size: 2.5rem;
    font-weight: 800;
    padding: 2rem 6rem;
    border-radius: 5rem;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(130, 238, 29, 0.4);
    transition: all 0.3s ease;
}

.btn-cta:hover {
    background: linear-gradient(135deg, #5bb300 0%, #4a9500 100%);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(130, 238, 29, 0.5);
}

/* Galería Section */
.seccion-galeria {
    padding: 8rem 2rem;
    background: #f8f9fa;
}

.galeria-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    margin-bottom: 4rem;
}

.participante-card {
    background: white;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.participante-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.participante-foto {
    width: 100%;
    height: 30rem;
    overflow: hidden;
}

.participante-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.participante-card:hover .participante-foto img {
    transform: scale(1.1);
}

.participante-info {
    padding: 2rem;
    text-align: center;
}

.participante-nombre {
    font-size: 1.8rem;
    font-weight: 700;
    color: #001338;
    margin-bottom: 0.5rem;
}

.participante-ciudad {
    font-size: 1.5rem;
    color: #666;
}

.galeria-boton {
    text-align: center;
}

.btn-ver-mas {
    display: inline-block;
    background: linear-gradient(135deg, #001338 0%, #002a5c 100%);
    color: white;
    font-size: 2rem;
    font-weight: 700;
    padding: 2rem 5rem;
    border-radius: 5rem;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(0, 19, 56, 0.3);
    transition: all 0.3s ease;
}

.btn-ver-mas:hover {
    background: linear-gradient(135deg, #002a5c 0%, #003d7a 100%);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 19, 56, 0.4);
}

/* CTA Final Section */
.seccion-cta-final {
    background: linear-gradient(135deg, #82ee1d 0%, #5bb300 100%);
    padding: 8rem 2rem;
}

.cta-final-content {
    text-align: center;
}

.seccion-cta-final .cta-titulo {
    font-size: 5rem;
    font-weight: 900;
    color: #001338;
    margin-bottom: 1rem;
}

.seccion-cta-final .cta-subtitulo {
    font-size: 3rem;
    font-weight: 600;
    color: #001338;
    margin-bottom: 4rem;
}

.btn-cta-final {
    display: inline-block;
    background: #001338;
    color: #82ee1d;
    font-size: 3rem;
    font-weight: 800;
    padding: 2.5rem 7rem;
    border-radius: 5rem;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 10px 40px rgba(0, 19, 56, 0.5);
    transition: all 0.3s ease;
}

.btn-cta-final:hover {
    background: #002a5c;
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 19, 56, 0.6);
}

/* FAQ Section */
.seccion-faq {
    padding: 8rem 2rem;
}

.faq-lista {
    max-width: 100rem;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 2rem;
    padding: 3rem;
    margin-bottom: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #82ee1d;
}

.faq-pregunta {
    font-size: 2.2rem;
    font-weight: 700;
    color: #001338;
    margin-bottom: 1.5rem;
}

.faq-respuesta {
    font-size: 1.7rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 1rem;
}

.faq-nota {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 1.5rem;
    margin-top: 1.5rem;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    color: #856404;
}

/* ========================================
   SECCIÓN HERO CON FONDO NEGRO (FUEGO)
   ======================================== */

.imagen.contenedor.separacion_arriba.fuego {
    background: #000000;
    padding: 8rem 2rem;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.separacion_arriba {
    padding-top: 8rem;
}

.logo-principal {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.logo-principal img {
    max-width: 250px;
    height: auto;
}

.corredor {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.corredor img {
    width: 100%;
    height: auto;
    display: block;
}

.corredor .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 3rem;
    z-index: 2;
}

.corredor .contenido-imagen {
    text-align: center;
    color: white;
    max-width: 800px;
}

.corredor .contenido-imagen h2 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 2rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.corredor .contenido-imagen p {
    font-size: 2.2rem;
    font-style: italic;
    line-height: 1.6;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* ========================================
   RESPONSIVE BREAKPOINTS
   ======================================== */

/* Desktop Large (1500px y mayor) */
@media (min-width: 1500px) {
    .video-hero {
        max-height: 800px;
        height: 60vh;
    }

    .video-background {
        max-height: 800px;
    }
}

/* Tablet Grande (1024px y menor) */
@media (max-width: 1024px) {
    /* Kit Grid 3 se convierte en 2 columnas en tablet */
    .kit-grid3 {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }

    /* Responsive para sección Hero con fondo negro */
    .corredor .contenido-imagen h2 {
        font-size: 2.8rem;
    }

    .corredor .contenido-imagen p {
        font-size: 1.8rem;
    }

    .video-title {
        font-size: 4rem;
    }

    .reto-number {
        font-size: 6rem;
    }

    .reto-time {
        font-size: 2.5rem;
    }

    .reto-message {
        font-size: 2rem;
    }

    .descripcion-grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .descripcion-contenido h2 {
        font-size: 3.15rem;
    }

    .descripcion-contenido h3 {
        font-size: 2.5rem;
    }

    .participacion-grid {
        grid-template-columns: 1fr;
    }

    .kit-grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .kit-grid3 {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .beneficios-lista li {
        font-size: 1.7rem;
    }

    .beneficios-lista li strong {
        font-size: 1.9rem;
    }

    .kit-promocion {
        font-size: 1.9rem;
        padding: 3rem 3.5rem;
    }

    .costos-grid {
        grid-template-columns: 1fr;
    }

    .galeria-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile (768px y menor) */
@media (max-width: 768px) {
    /* Responsive para sección Hero con fondo negro - Mobile */
    .imagen.contenedor.separacion_arriba.fuego {
        padding: 5rem 1.5rem;
    }

    .logo-principal img {
        max-width: 180px;
    }

    .corredor .overlay {
        padding: 2rem;
    }

    .corredor .contenido-imagen h2 {
        font-size: 2.2rem;
    }

    .corredor .contenido-imagen p {
        font-size: 1.6rem;
    }

    .video-hero {
        height: 60vh;
        min-height: 400px;
    }

    .video-title {
        font-size: 3rem;
    }

    .reto-number {
        font-size: 5rem;
    }

    .reto-time {
        font-size: 2rem;
    }

    .reto-message {
        font-size: 1.8rem;
    }

    .seccion-descripcion,
    .seccion-como-participar,
    .seccion-kit,
    .seccion-costos,
    .seccion-galeria,
    .seccion-cta-final,
    .seccion-faq {
        padding: 5rem 1.5rem;
    }

    .titulo-seccion {
        font-size: 3rem;
    }

    .descripcion-contenido h2 {
        font-size: 2.52rem;
        letter-spacing: -0.02rem;
    }

    .descripcion-contenido h3 {
        font-size: 2rem;
    }

    .descripcion-subtitulo {
        font-size: 1.7rem;
    }

    .participacion-card {
        padding: 3rem 2rem;
    }

    .card-titulo {
        font-size: 2rem;
    }

    .paso-numero {
        width: 4rem;
        height: 4rem;
        font-size: 2rem;
    }

    .paso-contenido p {
        font-size: 1.5rem;
    }

    .beneficios-lista li {
        font-size: 1.6rem;
        gap: 1.5rem;
    }

    .beneficios-lista li strong {
        font-size: 1.8rem;
    }

    .kit-promocion {
        font-size: 1.7rem;
        padding: 2.5rem 2.5rem;
        line-height: 1.6;
    }

    .enlace-whatsapp-destacado {
        font-size: 1.7rem;
    }

    .costo-card {
        padding: 3rem 2rem;
    }

    .cta-titulo {
        font-size: 3rem;
    }

    .cta-subtitulo {
        font-size: 2rem;
    }

    .btn-cta {
        font-size: 2rem;
        padding: 1.5rem 4rem;
    }

    .seccion-cta-final .cta-titulo {
        font-size: 3.5rem;
    }

    .seccion-cta-final .cta-subtitulo {
        font-size: 2.2rem;
    }

    .btn-cta-final {
        font-size: 2.2rem;
        padding: 2rem 5rem;
    }

    .faq-pregunta {
        font-size: 1.8rem;
    }

    .faq-respuesta {
        font-size: 1.5rem;
    }
}

/* Small Mobile (480px y menor) */
@media (max-width: 480px) {
    /* Responsive para sección Hero con fondo negro - Small Mobile */
    .corredor .contenido-imagen h2 {
        font-size: 1.8rem;
    }

    .corredor .contenido-imagen p {
        font-size: 1.4rem;
    }

    .video-hero {
        height: 50vh;
        min-height: 350px;
    }

    .video-title {
        font-size: 2.5rem;
    }

    .reto-number {
        font-size: 4rem;
    }

    .reto-time {
        font-size: 1.7rem;
    }

    .reto-message {
        font-size: 1.5rem;
    }

    .descripcion-contenido h2 {
        font-size: 1.98rem;
        letter-spacing: 0;
    }

    .descripcion-contenido h3 {
        font-size: 1.8rem;
    }

    .descripcion-subtitulo {
        font-size: 1.6rem;
    }

    .beneficios-lista li {
        font-size: 1.5rem;
        gap: 1.2rem;
        margin-bottom: 2rem;
    }

    .beneficios-lista li strong {
        font-size: 1.7rem;
    }

    .icono-check {
        font-size: 2.5rem;
    }

    .kit-promocion {
        font-size: 1.6rem;
        padding: 2rem 2rem;
        line-height: 1.5;
        margin-bottom: 2rem;
    }

    .galeria-grid {
        grid-template-columns: 1fr;
    }

    .participante-foto {
        height: 35rem;
    }

    .btn-cta,
    .btn-cta-final,
    .btn-ver-mas {
        width: 100%;
        max-width: 100%;
    }

    .cta-inscripcion,
    .cta-final-content {
        padding: 3rem 2rem;
    }
}
