/* Cor Padrão - #021136 */

* {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

.p1-texto-pai {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 45px;
}

.p1-texto-filho {
  display: flex;
  flex: 1;
  align-items: center;
}

.p1-botao {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.p2-padding {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p2-pai {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: 350px;
  contain: content;
}

.p2-filho {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

button {
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  border: 0;
  color: white;
  background-color: #021136;
}

button:hover,
button:active {
  background-color: #021136;
  border-color: #021136;
}

.linha-azul {
  background-color: #021136;
  color: white;
  font-size: 23px;
  font-weight: bold;
  padding: 45px;
}

.pai-botao {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.titulo {
  text-align: center;
  font-weight: bold;
  color: #021136;
  font-size: 30px;
  padding: 20px;
}

.sub-pai {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.sub-filho {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 290px;
}

.sub-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

footer {
  height: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: white;
  background-color: #021136;
}

.style-img {
  max-width: 150px;
  position: absolute;
  /* OLD */
  /* margin-left: 165px; */
  margin-left: 330px;
}

.parte-5 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  background-color: #d3d5d2;
}

.submit-btn {
  cursor: pointer;
  padding: 23px;
  font-size: 26px;
  margin-top: 30px;
  border-radius: 25px;
  font-weight: bold;
  background-color: #021136;
  color: white;
}

.input-st {
  flex: 1;
  outline: 0;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  border: 3px solid white;
  background-color: white;
}
::placeholder {
  color: #021136;
}

.input-st2 {
  margin: 10px;
  height: 300px;
  padding: 10px;
  border-radius: 10px;
  border: 3px solid white;
  background-color: white;
  outline: 0;
}

form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 80%;
  max-width: 100%;
}

.dentro-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.p5-botao {
  cursor: pointer;
  border: 0;
  /* width: 400px; */
  height: 60px;
  margin-bottom: 50px;
  border-radius: 14px;
  margin-top: 10px;
  font-size: 26px;
  font-weight: bold;
  color: white;
  background-color: #021136;
}

.p5-div-botao {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media only screen and (max-width: 1098px) {
  .style-img {
    max-width: 100px;
    margin-left: 135px;
  }
}

@media only screen and (max-width: 960px) {
  .style-img {
    max-width: 100px;
    margin-left: 85px;
  }
}

@media only screen and (max-width: 768px) {
  .style-img {
    margin-left: 75px;
  }
  .p1-texto-pai {
    padding: 15px;
  }
  .p1-texto-filho {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p2-padding {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .custom-padding {
    padding-right: 0px !important;
  }

  .custom-padding2 {
    padding-right: 10px !important;
  }
}

@media (max-width: 1098px) {
  .style-img {
    max-width: 100px;
    margin-left: 230px;
  }
}

@media (max-width: 960px) {
  .style-img {
    max-width: 100px;
    margin-left: 140px;
  }
}

@media (max-width: 768px) {
  .style-img {
    max-width: 100px;
    margin-left: 190px;
  }
}

@media (max-width: 720px) {
  .style-img {
    max-width: 100px;
    margin-left: 150px;
  }
}

@media (max-width: 480px) {
  .style-img {
    max-width: 100px;
    margin-left: 280px;
  }
}
