
    .text-header {
        color: var(--azul_logo_02, #009845);
        text-align: center;
        font-family: "Chronic";
        font-size: clamp(40px, 5vw, 70px);
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
      }

p {
    color: var(--azul_logo_02, #009845);
    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, #009845);
    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, #009845);
    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, #009845);
    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, #009845);
    font-family: "Chronic";
    font-size: clamp(24px, 3vw, 30px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  h3 {
    color: var(--azul_logo_02, #009845);
    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;
    }
  }
  