p {
  color: var(--azul_logo_02, #001689);
  font-family: "Open Sans";
  font-size: clamp(14px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
a {
  color: var(--azul_logo_02, #001689);
  font-family: "Open Sans";
  font-size: clamp(14px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
ol {
  color: var(--azul_logo_02, #001689);
  font-family: "Open Sans";
  font-size: clamp(14px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
ul {
  color: var(--azul_logo_02, #001689);
  font-family: "Open Sans";
  font-size: clamp(14px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
h2 {
  color: var(--azul_logo_02, #001689);
  font-family: "Brush Up";
  font-size: clamp(24px, 3vw, 30px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
h3 {
  color: var(--azul_logo_02, #001689);
  font-family: "Open Sans";
  font-size: clamp(14px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 0px) and (max-width: 767px) {
  * {
    overflow-x: visible !important;
  }
}
