body {
  font-optical-sizing: auto;
  position: relative;
}

section {
  overflow: hidden;
}
section#top {
  background-color: #006324;
}
section#top > div {
  background-image: url("../images/topo-3-compress.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
section#top > div .separator {
  background-color: #acc675;
  width: 100px;
  height: 2px;
}

/* Form */
.form-box {
  background: rgba(7, 33, 14, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 35px;
  max-width: 450px;
  width: 100%;
  font-weight: 500;
  margin-bottom: 30px;
}
.form-box label {
  color: white;
  font-size: 1rem;
  color: #fffcfc;
  margin-bottom: 0.05em;
  font-weight: 600; /* Medium */
}
.form-box input {
  background-color: #fff4e1;
  color: #2d632d;
  border-radius: 2px;
  border: none;
}
.form-box .btn-custom {
  background-color: #fff4e1;
  border: none;
  color: #006323;
  font-weight: 700;
  border-radius: 30px;
  font-size: 1.25rem;
  height: 50px;
  transition: 0.3s;
}
.form-box .btn-custom > span {
  display: inline-block;
}
.form-box .btn-custom .sending {
  display: none;
}
.form-box .btn-custom[disabled] > span {
  display: none;
}
.form-box .btn-custom[disabled] .sending {
  display: block;
}
.form-box .btn-custom:hover {
  background-color: #cdd3c2;
}

.btn-primary {
  color: #2d632d;
}

.container-fixed {
  max-width: 1400px !important;
}

footer {
  background-color: #006324;
}
footer .container-fixed {
  max-width: 1236px !important;
}
footer .logo-spacer {
  height: 3px;
}
footer .logo-spacer-2 {
  height: 2px;
}
footer a {
  text-decoration: none;
}
footer a .bi {
  color: #be9a58;
  height: 36px;
  width: 36px;
}
footer .border-start {
  border-left-width: 2px !important;
}

@media (min-width: 992px) and (max-width: 1400px) {
  section#top > div {
    min-height: 67.7083333333vw;
  }
}
@media (min-width: 1401px) and (max-width: 1920px) {
  section#top > div {
    min-height: 59.8958333333vw;
  }
}
@media (max-width: 1200px) {
  section#top > div {
    padding-bottom: 36px;
    background-size: 100%;
    background-position-x: 112px;
    background-position-y: 275px;
  }
  .form-box {
    padding: 20px;
  }
  footer .logo-spacer {
    height: 0px;
  }
  footer a .bi {
    height: 36px;
    width: 36px;
  }
  footer .border-start {
    border-left-width: 0px !important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 12px;
  }
  p {
    font-size: 12px;
  }
}
.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.3137254902);
}

#error-msg {
  color: white;
  background-color: red;
  border-radius: 8px;
}

#valid-msg {
  color: white;
  background-color: #00c900;
  border-radius: 8px;
}

input.error {
  border: 1px solid #ff7c7c;
}

.hide {
  display: none;
}

.iti {
  display: block;
}

.grecaptcha-badge {
  display: none !important;
}

.img-fluid-90 {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1400px) {
  .container-fixed {
    max-width: 1240px !important;
  }
  footer .container-fixed {
    max-width: 860px !important;
  }
  footer a .bi {
    height: 28px;
    width: 28px;
  }
}