.solicitud-enviada {
    padding: clamp(6rem, 10vw, 9rem) 2rem 4rem;
    display: flex;
    justify-content: center;
}

.solicitud-enviada__contenedor {
    max-width: 700px;
    width: 100%;
    text-align: center;
    color: #003049;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.titulo {
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin-bottom: 1rem;
    color: #0077b6;
}

.mensaje-principal {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    margin-bottom: 1rem;
}

.mensaje-secundario {
    font-size: 1rem;
    color: #555;
    margin-bottom: 2rem;
}

.separador {
    margin: 2rem auto;
    border: none;
    height: 1px;
    background: #cce3f0;
    width: 60%;
}

.subtitulo {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    margin-bottom: 1rem;
    color: #0077b6;
}

.legal {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 1rem;
    line-height: 1.6;
}
