body {
  background-image: url("./../images/als.jpg");
  text-decoration: none;
}

.P {
  display: flex;
  min-height: 100vh;
}

.F1 {
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 1px;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.F2 {
  color: #0d007e;
  font-family: "Avenir Next LT Pro", sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 2%;
  background-color: white;
}

.N1 {
  text-align: center;
  font-family: "Avenir Next LT Pro", sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: white;
}

.N2 {
  background-color: white;
  opacity: 1;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 30%, fixed;
  font-family: "Avenir Next LT Pro", sans-serif;
  font-size: 10;
  align-items: center;
  min-width: 510px;
}

.form-control,
.form-select {
  width: 100%;
  height: 4.4vh;
  font-family: "Avenir Next LT Pro", sans-serif;
  font-size: 16px;
  color: #202020;
  line-height: 1;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none !important;
}

.info {
  cursor: pointer;
}

.botoes {
  width: 100%;
  height: 7vh;
  padding-bottom: 5px;
}

button {
  width: 100%;
}

@media screen and (min-width: 1800px) {
  .N2 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .N1 {
    padding-bottom: 20%;
  }
}

#opcao4,#opcao1 {
  display: none;
}

.required {
    color: red;
}

.south-america a {
    text-decoration: none;
}
.south-america img, .latam img {
    width: 25px;
    height: 25px;
}

.banner a {
    display: none;
}
.banner img {
     width: 450.9px;
     height: 104.3px;
}

.error {
    border-color: #fe8686;
    box-shadow: 0 0 0 .25rem rgb(253 13 13 / 25%);
}