@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700&display=swap");
body, html {
  font-family: 'Exo 2', sans-serif;
}

.header {
  padding: 10px 15px;
  background-color: #fff;
}

.header img {
  width: 200px;
}

.banner {
  position: relative;
  background-image: url("../images/banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.banner img {
  width: 100%;
}

.banner h1 {
  text-transform: uppercase;
  color: #0d56a5;
  font-weight: 800;
}

.banner h1 {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 5%;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.docs {
  padding-top: 50px;
  padding-bottom: 50px;
}

.docs h2 {
  text-transform: uppercase;
  color: #0d56a5;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}

.doc-box img {
  border-radius: 8px;
  width: 100%;
  margin-top: 25px;
}

.doc-box .namebox {
  margin-top: -20px !important;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 2px 2px;
  box-shadow: 0px 0px 11px -5px;
  padding: 12px 8px;
  width: 96%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.doc-box .namebox h3 {
  color: #353535;
  font-weight: 800;
  text-align: center;
  margin-bottom: 0px;
  font-size: 18px;
}

.doc-box .namebox h4 {
  color: #353535;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
  font-size: 15px;
}

.content {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("../images/bg-03.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
}

.content h2 {
  text-transform: uppercase;
  color: #0d56a5;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}

.content p {
  text-align: center;
}

.footer {
  background-color: #0d56a5;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer a {
  text-align: center;
  color: #ffffff;
  display: block;
  font-size: 18px;
}

.footer p {
  padding-top: 20px;
  text-align: center;
  color: #ffffff;
  margin: 0;
  border-top: 1px solid #85858570;
}

.formhome {
  padding: 25px;
  border-radius: 8px;
  background-color: #fff;
}

.formhome h3 {
  color: #353535;
  font-weight: 800;
  font-size: 22px;
}

.formhome label {
  margin-bottom: 0;
}

.formhome .form-group {
  margin-bottom: 10px;
}

.center-bloc {
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .center-bloc {
    margin: initial;
  }
}
/*# sourceMappingURL=main.css.map */