body {
    background-color: #ffffff; /* Fondo blanco explícito en toda la página */
}


.manrope {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.archivo-black-regular {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.navbar-custom {
    background-color: #ffffff;
}

.navbar-custom .nav-link {
    color: #3f3f3f;
    font-weight: 700;
    padding-bottom: 8px;
    transition: color 0.3s ease;
}

.navbar-custom .nav-link:hover {
    color: #f10102;
    text-decoration: none;
}

.navbar-custom .nav-link.active {
    color: #f10102;
    border-bottom: 4px solid #000000;
}


.redbackground {
    background-color: #f10102;
}


.blackbackground {
    background-color: #000000;
}








