/* Agregar padding-top cuando el header se vuelve fixed */
body.header-scrolled .main-content {
    padding-top: 80px;
}