* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    overflow-x: hidden;
    list-style: none;
    font-family: mona;
}

@font-face {
    font-family: 'Mona';
    src: url('/assets/Mona-Sans.ttf') format(truetype);
}

@font-face {
    font-family: 'Brico';
    src: url('/assets/BricolageGrotesque-Regular.otf') format(opentype);
}

.header-fixed {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.header-um {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 70px 20px 70px;
}

.logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.logo {
    width: 40px;
}

h1 {
    font-family: brico;
    font-size: 22px;
    font-weight: 100;
    color: #242424;
}

main {
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.info img {
    width: 80px;
}

h2 {
    color: #081c2c;
    font-family: brico;
    font-size: 20px;
    font-weight: 100;
}

.loader {
  width: 100px;
  height: 9px;
  border-radius: 40px;
  border: none;
  background-color: #c7dffa;
  position: relative;
}

.loader::before {
  content: "";
  position: absolute;
  margin: 2px;
  width: 30%;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background: #1E81CE;
  animation: l3 3s infinite linear;
}

@keyframes l3 {
    50% {left:100%;transform: translateX(calc(-100% - 4px))}
}

footer {
    height: 45vh;
    background-color: #0d2d49;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 45px 70px 25px 70px;
}

.logo-footer-coluna {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.logo-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.logo-footer h1 {
    color: #f3f3f3;
}

.logo-footer img {
    width: 40px;
}

.footer-row {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    width: 100%;
    gap: 130px;
}

footer p {
    color: #f3f3f39f;
    font-weight: 100;
    font-size: 14px;
}

@media screen and (min-width: 50px) and (max-width: 149px) {
    .header-um {
        padding: 20px 15px 20px 15px;
    }

    .logo {
        display: none;
    }

    h1 {
        font-size: 14px;
    }

    main {
        height: 60vh;
    }

    .info {
        padding: 0px 15px 0px 15px;
    }

    .info img {
        width: 45px;
    }

    h2 {
        font-size: 12px;
        text-align: center;
    }

    .loader {
        height: 7px;
        width: 65px;
    }

    footer {
        padding: 40px 15px 25px 15px;
    }

    .logo-footer img {
        display: none;
    }

    footer p {
        font-size: 11px;
    }   
}

@media screen and (min-width: 150px) and (max-width: 199px) {
    .header-um {
        padding: 20px 15px 20px 15px;
    }

    .logo {
        display: none;
    }

    h1 {
        font-size: 14px;
    }

    main {
        height: 60vh;
    }

    .info {
        padding: 0px 15px 0px 15px;
    }

    .info img {
        width: 55px;
    }

    h2 {
        font-size: 14px;
        text-align: center;
    }

    .loader {
        height: 7px;
    }

    footer {
        padding: 45px 15px 25px 15px;
    }

    .logo-footer img {
        display: none;
    }

    footer p {
        font-size: 12px;
    }   
}

@media screen and (min-width: 200px) and (max-width: 299px) {
    .header-um {
        padding: 20px 15px 20px 15px;
    }

    .logo {
        width: 30px;
    }

    h1 {
        font-size: 16px;
    }

    .info {
        padding: 0px 15px 0px 15px;
    }

    .info img {
        width: 60px;
    }

    h2 {
        font-size: 16px;
        text-align: center;
    }

    footer {
        padding: 45px 15px 25px 15px;
    }

    .logo-footer img {
        width: 30px;
    }

    footer p {
        font-size: 13px;
    }   
}

@media screen and (min-width: 300px) and (max-width: 500px) {
    .header-um {
        padding: 20px 20px 20px 20px;
    }

    .logo {
        width: 35px;
    }

    h1 {
        font-size: 18px;
    }

    .info {
        padding: 0px 20px 0px 20px;
    }

    .info img {
        width: 70px;
    }

    h2 {
        font-size: 18px;
        text-align: center;
    }

    footer {
        padding: 45px 20px 25px 20px;
    }

    .logo-footer img {
        width: 35px;
    }

    footer p {
        font-size: 13px;
    }   
}

@media screen and (min-width: 501px) and (max-width: 800px) {
    .header-um {
        padding: 20px 20px 20px 20px;
    }

    h1 {
        font-size: 20px;
    }

    .info {
        padding: 0px 20px 0px 20px;
    }

    .info img {
        width: 75px;
    }

    h2 {
        font-size: 19px;
        text-align: center;
    }

    footer {
        padding: 45px 20px 25px 20px;
    }  
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
    .header-um {
        padding: 20px 35px 20px 35px;
    }

    footer {
        padding: 45px 35px 25px 35px;
    }  
}