@font-face {
  font-family: montserrat;
  src: url(./assets/fonts/Montserrat-VariableFont_wght.ttf);
}

body {
  background-color: #FFF;
  font-family: 'montserrat', sans-serif;
  margin: 0;
  padding: 0;
}

header {
  background: url(./assets/images/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.max-width {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.header {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 230px;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.title {
  color: #FFF;
  font-size: 24px;
  max-width: 600px;
  width: 100%;
}

  .title span {
    color: #2A9CFD;
  }

.section-one {
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin: 30px 0 35px 0;
  }

  .section-one div {
    display: flex;
    flex-direction: column;
    height: 500px;
    justify-content: space-evenly;
  }

.image {
  /* height: 62px;
  width: 537px; */
  width: 100%;
  cursor: pointer;
}

#frase-credenciamento {
  font-size: 18px;
  text-align: center;
  padding: 0 20px;
}

footer {
  background-color: #3E424B;
  bottom: 0;
  width: 100%;
  font-size: 14px;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
  height: 125px;
}

.footer {
  color: #FFF;
  font-family: 'montserrat';
  font-weight: bold;
}

  .footer a {
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
  }

@media (max-width: 600px) {

  .section-one div {
    height: 250px;
  }

  .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 337px;
  }

  .footer {
    font-size: 11px;
  }

  .quebra-linha-frase-credenciamento {
    display: none;
  }

}

@media (max-width: 1024px) {

  header {
    background-image: url('./assets/images/background-mobile.png');
  }

  .section-one {
    flex-direction: column;
    justify-content: center;
  }

    .section-one div {
      justify-content: space-around;
    }

  .footer {
    flex-direction: column;
    height: 200px;
    justify-content: center;
  }

    .footer a {
      margin: 5px;
    }

}

@media (min-width: 1025px) and (min-height: 780px) {

  .section-one {
    margin-top: 35px;
  }

  footer {
    position: absolute;
  }

}

@media (min-width: 1025px) and (min-height: 880px) {

  .section-one {
    margin-top: 70px;
  }

}
