/* GLOBAL */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #404040;
  font-size: 1.6rem;
  line-height: 1.4;
  background-color: #f4f5f7;
}

h1 {
  font-size: 3.32rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.21rem;
  text-align: center;
  padding: 2rem;
}

@media (max-width: 380px) {
  h1 {
    font-size: 2.76rem;
  }
}

h2 {
  font-size: 2.76rem;
  line-height: 1.1;
  font-weight: 400;
}

h3,
.blog-titulopost,
.rodape-titulo {
  font-size: 2.3rem;
  line-height: 1.2;
}

ul {
  list-style: none;
}

strong {
  font-weight: 600;
}





  input {
    padding: 1.02rem;
    background-color: white;
    box-shadow: inset 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.15);
    border: 0;
    border-radius: 0.8rem;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #404040;
  }
 
  textarea {
    padding: 2.04rem;
    background-color: white;
    box-shadow: inset 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.15);
    border: 0;
    border-radius: 0.8rem;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #404040;
  }

  input:focus {
    outline: none;
  }
  
  textarea:focus {
    outline: none;
  }

 
  input::placeholder {
    color: #757575;
  }

  textarea::placeholder {
    color: #757575;
  }
  
  
.secao {
  padding: 7.63rem 2rem;
}

.container {
  max-width: 100rem;
  margin: 0 auto;
}

.botao {
  display: inline-block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 3rem;
  padding: 0.65rem 2.5rem;
  color: white;
  box-shadow: 0 0.21rem 0.8rem rgba(0, 0, 0, 0.15);
  border: 0;
  border-bottom: solid 0.4rem #993c38;
  border-right: solid 0.4rem #993c38;
}


.botao-formulario {
  background-color: #2c7ea4;
  border-bottom-color: #13435a;
  border-right-color: #13435a;
  }


.botao-formulario:hover {
  border: solid 0.2rem #2c7ea4;
  outline: none;
}

.container-formulario {
  max-width: 50rem;
  display: flex;
  flex-flow: column;
  text-align: center;
  justify-content: center;
  gap: 1rem;
  padding: 3.5rem;
}

.container-resultados {
  max-width: 50rem;
  display: flex;
  flex-flow: column;
  text-align: center;
  justify-content: center;
  gap: 1rem;
  padding: 3.5rem;
  margin: 2rem;
 
}

#resultado_Alerta, 
#resultado_Alerta1, 
#resultado_Alerta2, 
#resultado_Alerta3 {
  color: red;
  font-size: 1.2rem;
}

/* Cabeçalho */

.cabecalho {
  display: flex;
  flex-flow: row;
  text-align: center;
  justify-content: center;
  max-width: auto;
  padding: 3.5rem;
  
  & img {
    width: 15rem;
  }
}

.fundo {
  background-image: url(https://cdn.greatsoftwares.com.br/arquivos/paginas_editor/1129-e5eb6cf9a970a6bd15ea3534bcabb239.png);
  background-repeat: no-repeat;
}

h1 {
  color: white;
}

label {
  color: antiquewhite;
}
