body {
    background-color: #f5f5f5;
    font-family: Arial, sans-serif;
}


.seccion-principal {
    background: white;
    padding: 50px;
    border-radius: 10px;
}

/* Imagen */
.imagen {
    width: 100%;
    border-radius: 10px;
}

/* Título */
.titulo {
    color: #1e2a5a;
    font-weight: bold;
    font-size: 40px;
}

/* Botón */
.btn-custom {
    background: #0d6efd;
    color: white;
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
}

.btn-custom:hover {
    background: #0a58ca;
}

/* Mejora visual de secciones */
.seccion-principal {
    background: white;
    padding: 50px;
    border-radius: 12px;
}

/* Iconos */
.bi {
    margin-bottom: 10px;
}

/* Espaciado */
h2 {
    font-weight: bold;
    color: #1e2a5a;
}