.sofia-sans {
    font-family: "Sofia Sans", sans-serif;

  }
  :root{
    --color:#0d9dff;
    --secundary:#043D75;
    --secundary-bold:#03284d;
    --shadow:  
    2.6px 0px 1.9px -18px rgba(0, 0, 0, 0.023),
    6px 0px 4.5px -18px rgba(0, 0, 0, 0.026),
    10.8px 0px 8.1px -18px rgba(0, 0, 0, 0.027),
    18px 0px 13.5px -18px rgba(0, 0, 0, 0.027),
    29.6px 0px 22.2px -18px rgba(0, 0, 0, 0.027),
    51.8px 0px 38.8px -18px rgba(0, 0, 0, 0.028),
    112px 0px 84px -18px rgba(0, 0, 0, 0.03);
    --shadow2:2.6px 0px 1.9px -18px rgb(0 0 0 / 88%), 6px 0px 4.5px -18px rgb(0 0 0 / 93%), 10.8px 0px 8.1px -18px rgb(0 0 0 / 92%), 18px 0px 13.5px -18px rgb(0 0 0 / 88%), 29.6px 0px 22.2px -18px rgb(0 0 0 / 0%), 51.8px 0px 38.8px -18px rgb(0 0 0 / 0%), 112px 0px 84px -18px rgb(0 0 0 / 0%);
  }
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "DM Sans", sans-serif;
    background-color: #f9fdff;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;

  }
  
  html {
    height: 100%;
    scroll-behavior: smooth;

  }
  
  body {
    font-size: 1.2rem;
    min-height: 100%;
    
  }
  h3{
          color: #043D75;
              font-weight: 700;
              text-align: center;
  }span{
      color: var(--color);
    font-size: 18px;
    font-weight:500;
  }.content{
      width: 100%;
      height: auto;
      display: flex;
      justify-content: center;
align-items: flex-start;
flex-direction: column;
          padding: 35px;
  }p{
      font-size: 13px;
    text-align: justify;
  }h4{
          color: var(--color);
    font-weight: 500;
  }li{
          font-size: 13px;
  }