.seccion-registrado {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    padding: 3rem 1rem;
    background: linear-gradient(135deg, #f0f4f8, #ffffff);
    text-align: center;
}

.contenido-registrado h1 {
    font-size: 1.8rem;
    max-width: 800px;
    line-height: 1.5;
    color: #2c3e50;
    margin-bottom: 2rem;
    font-weight: 600;
}

.btn-registrado-back {
    margin-top: 1rem;
}

.MiBotonLoco {
    background-color: #00a541;
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.MiBotonLoco:hover {
    background-color: #00943b;
    transform: scale(1.05);
}

.site-footer-yuhmak {
    background-color: #00a541;
    color: #333;
    padding: 2rem 1rem;
    font-size: 0.9rem;
    line-height: 1.7;
    border-top: 1px solid #ddd;
}

.footer-container-texto {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 0 1rem;
}

.footer-container-texto p {
    margin: 0;
    font-weight: 400;
    color: #444;
}

.site-footer-yuhmak a {
    color: #cc0000;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .site-footer-yuhmak {
        font-size: 0.85rem;
        padding: 1.5rem 1rem;
    }

    .footer-container-texto {
        padding: 0;
    }
}
