@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Roboto+Condensed&display=swap');

html {
  overflow-x: hidden;
}

:root {
  --cor-primaria: #40698e;
  --cor-secundaria: #f8f9fa;
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container main {
  flex: 1;
}

.cabecalho {
  padding: 1% 3% 1% 3%;
  background-color: var(--cor-secundaria);
}

.cabecalho__logo {
  width: 40%;
}

.conteudo {
  padding: 0% 3%;
  align-items: center;
}

.conteudo__manutencao {
  width: 100%;
}

.conteudo__manutencao__titulo {
  text-align: center;
  font-size: 2rem;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 5%;
  font-weight: 600;
}

.conteudo__manutencao__texto {
  text-align: left;
  font-size: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0% 3% 0% 3%;
}

.conteudo__manutencao__suporte {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 0% 3% 0% 3%;
}

.conteudo__manutencao__suporte__titulo {
  text-align: left;
  font-size: 1rem;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 5% 0 1% 3%;
}

.conteudo__manutencao__suporte__canal {
  font-size: 0.9rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin: 1%;
  padding: 3%;
}
.conteudo__manutencao__suporte__canal__imagem{
  float: left;
  padding-right: 2%;
}

.conteudo__imagem {
  margin: 1%;
  text-align: center;
}

.conteudo__imagem__imagem {
  width: 50%;
}

.rodape {
  width: 100%;
  color: #ffffff;
  background-color: var(--cor-primaria);
  margin-top: 2%;
  padding: 2%;
  text-align: center;
  font-family: var(--fonte-primaria);
  font-size: 0.7rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cabecalho__logo {
    width: 40%;
  }

  .conteudo__imagem__imagem {
    width: 50%;
  }

  .conteudo__manutencao__titulo {
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    padding: 5%;
  }

  .conteudo__manutencao__texto {
    font-size: 2rem;
    padding: 0% 3% 0% 3%;
  }

.conteudo__manutencao__suporte {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 0% 3% 0% 3%;
}

.conteudo__manutencao__suporte__titulo {
  font-size: 1.5rem;
}

.conteudo__manutencao__suporte__canal {
  font-size: 1.5rem;
  margin: 1%;
  padding: 1%;
}

.conteudo__manutencao__suporte__canal__imagem{
  padding-top: 5px;
  width: 45px;
}

.rodape {
    font-size: 1rem;
    overflow: -moz-hidden-unscrollable;
  }
}

@media screen and (min-width: 1024px) {
  .cabecalho__logo {
    width: 20%;
  }

  .conteudo {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
  }

  .conteudo__imagem {
    width: 80%;
    margin: 1%;
  }

  .conteudo__imagem__imagem {
    width: 60%;
    margin: 1%;
  }

  .conteudo__manutencao {
    width: 80%;
  }

  .conteudo__manutencao__titulo {
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    padding: 3%;
  }

  .conteudo__manutencao__texto {
    font-size: 1.5rem;
  }

  .conteudo__manutencao__suporte__titulo {
    font-size: 1rem;
    padding-top: 4%;
  }

  .conteudo__manutencao__suporte__canal {
    font-size: 1rem;
    margin: 1%;
    padding: 1%;
  }

  .rodape {
    font-size: 0.8rem;
    margin-top: 0%;
    padding: 1%;
  }
}
