/* Estilos para la página de métodos */
body { 
    font-family: 'Montserrat', sans-serif; 
    background: #f8f9fa; 
}

.metodo-card { 
    margin-bottom: 2.5rem; 
    border-radius: 1.2rem; 
    box-shadow: 0 2px 12px rgba(0,0,0,0.07); 
    background: #fff; 
    padding: 2rem; 
}

.metodo-card h2 { 
    color: #007bff; 
    margin-bottom: 1rem; 
}

.metodo-card p { 
    font-size: 1.1rem; 
}

.btn-metodo { 
    margin-top: 1.2rem; 
    border-radius: 2rem; 
    font-weight: 500; 
    letter-spacing: 1px; 
}

.container { 
    max-width: 800px; 
}

.boton-volver { 
    margin-top: 2rem; 
    display: block; 
    text-align: center; 
}