/*
 *  Copyright WJR Redes 2025
 *
 */

.noto-sans-400 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.noto-sans-500 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

body {
  background-color: #f3f3f1 !important;
  height: 100vh;
}

.footer {
  --bulma-footer-background-color: #f3f3f1;
  --bulma-footer-padding: 3rem 1.5rem 3rem;
}

.footer p {
  color: #1e2330;
}

#main-body {
  background-color: #fff;
  border-radius: 1.5rem;
  border-top: 3px solid #ff5e08;
  box-shadow: 1px 5px 5px 2px rgba(0, 0, 0, 0.15);
  flex-grow: 0;
}