﻿.bg_campus_seguro {
    background: linear-gradient(rgba(255 255 255 / 60%), rgba(255 255 255 / 60%)), url('/img/background-campus-seguro.webp');
    background-size: cover; /* Hace que la imagen cubra todo el fondo */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-attachment: fixed; /* Hace que la imagen de fondo sea fija al hacer scroll */
}

.bg_cenco_mall {
    background: linear-gradient(rgba(255 255 255 / 60%), rgba(255 255 255 / 60%)), url('/img/background-cenco-mall.jpg');
    background-size: cover; /* Hace que la imagen cubra todo el fondo */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-attachment: fixed; /* Hace que la imagen de fondo sea fija al hacer scroll */
}
