@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;600;700&family=Oswald:wght@200;300;400;600&display=swap");
@font-face {
  font-family: 'whiteheart';
  src: url("fonts/WhiteHeart-Regular.woff");
}

:root {
  font-size: 14px;
}

body {
  font-family: 'Montserrat';
  background: #FFFAFA;
  overflow-x: hidden;
  color: #445E60;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.img-full {
  width: 100%;
  height: auto;
}

#top {
  min-height: 535px;
  background: url("../imagem/top-img.webp") center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 478px) {
  #top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 380 px;
  }
}

#top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}

.img-ring {
  position: absolute;
  bottom: -32px;
}

.logo {
  margin: 2rem auto;
}

.contato {
  position: absolute;
  right: 5rem;
  top: 0;
  padding: 2.5rem 1.5rem;
  background: #144169;
}

@media screen and (max-width: 991px) {
  .contato {
    right: 1rem;
  }
}

@media screen and (max-width: 478px) {
  .contato {
    right: 0;
    padding: .75rem .75rem;
  }
}

.contato a {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: .25rem .5rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .9rem;
}

.section-1 {
  padding: 5rem 0;
}

.section-1 h2 {
  max-width: 476px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 25px;
  font-weight: 300;
  line-height: 2.25rem;
}

@media screen and (max-width: 478px) {
  .section-1 h2 {
    padding: 0 1rem;
    font-size: 20px;
  }
}

.section-1 h2 span {
  font-family: 'whiteheart';
  font-size: 60px;
  color: #4DA499;
  font-weight: 100;
}

@media screen and (max-width: 478px) {
  .section-1 h2 span {
    font-size: 50px;
  }
}

.section-2 {
  position: relative;
}

.section-2 .content {
  margin: 0 auto;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 25px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .section-2 .content {
    text-align: center;
  }
}

.section-2 .content h3 {
  font-weight: 400;
  color: #56A89E;
  margin-bottom: 3rem;
}

@media screen and (max-width: 1199px) {
  .section-2 .content h3 {
    font-size: 20px;
  }
}

.section-2 .content p {
  font-weight: 300;
  line-height: 2rem;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .section-2 .content p {
    font-size: 16px;
  }
}

.text-bottom-img {
  margin-top: 3rem;
}

#section-3 {
  background: url("../imagem/bg-section-3.png") center center no-repeat;
  background-size: cover;
  padding: 10rem 0 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 478px) {
  #section-3 {
    padding: 6rem 0 4rem;
  }
}

/* Slider */
.bx-wrapper {
  position: relative;
  text-align: center;
}

.bx-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  height: 10px;
  margin-top: 1rem;
}

.bx-pager-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  background: #EFEFEF;
  border-radius: 3rem;
}

.bx-pager-link.active {
  background: #0D2C47;
}

.bx-controls-direction {
  margin: .5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: .5rem;
}

.bx-controls-direction a {
  text-decoration: none;
  color: #fff;
  padding: .5rem 1rem;
  font-size: 12px;
  background: #0D2C47;
}

.bx-controls .bx-prev {
  left: 1rem;
}

.bx-controls .bx-next {
  right: 1rem;
}

.controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 100;
  gap: .25rem;
}

@media screen and (max-width: 991px) {
  .controls {
    top: -2.5rem;
  }
}

#section-4 {
  position: relative;
  color: #445E60;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  padding: 5rem 0;
}

#section-4 .content {
  font-size: 25px;
  text-align: left;
}

@media screen and (max-width: 991px) {
  #section-4 .content {
    font-size: 20px;
    text-align: center;
  }
}

#section-4 .linha-h {
  border-top: 1px solid #0D2C47;
  max-width: 150px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  #section-4 .linha-h {
    margin: 3rem auto;
  }
}

#section-4 p {
  font-size: 20px;
  margin: 4rem 0 0;
}

.btn-contato {
  padding: 1.75rem 5rem;
  background: #0D4066;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
}

.btn-contato:focus, .btn-contato:hover {
  color: #FFFFFF;
  background: #135c94;
}

/* footer */
footer {
  font-family: 'Oswald';
}

.footer-bg {
  background: #e4e0d6;
  padding: 50px 0;
  font-weight: 400;
}

.footer-bg a {
  display: inline-block;
}

.footer-bg .selo-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media screen and (max-width: 991px) {
  .footer-bg .selo-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .footer-bg img {
    display: block;
    margin: 10px auto;
  }
}

.footer-ul {
  list-style: none;
  padding: 0;
}

.footer-ul li {
  list-style-position: outside;
  letter-spacing: 1px;
}

.footer-ul a {
  color: #313131;
  text-decoration: none;
  font-size: 12px;
  font-weight: 200;
}

.footer-ul a:hover, .footer-ul a:focus {
  text-decoration: underline;
}

.footer-ul span {
  font-size: 12px;
  font-weight: 500;
}

.footer-title {
  color: #313131;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
  padding-left: 1px;
}

.footer-location {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
}

.form-t {
  margin-bottom: 2em;
}

.form-control {
  border-color: #0D4066;
  border-radius: 0;
  color: #313131;
  font-weight: 300;
  font-size: 14px;
}

.form-control:focus {
  color: #0D4066;
  background-color: #fff;
  border-color: #0D4066;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #313131;
}

.form-control:-ms-input-placeholder {
  color: #313131;
}

.form-control::-ms-input-placeholder {
  color: #313131;
}

.form-control::placeholder {
  color: #313131;
}

.form-control:-ms-input-placeholder {
  color: #313131;
}

.form-control::-ms-input-placeholder {
  color: #313131;
}

.form-group {
  margin-bottom: 2em;
}

.btn-w {
  margin: 10px 0;
  text-align: right;
}

.btn-enviar {
  border: none;
  background: #0D4066;
  font-family: "Montserrat";
  color: #fff;
  padding: 10px 30px;
  font-size: 14px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.btn-enviar:hover {
  color: #fff;
  background: #08263d;
}

.btn-enviar:focus {
  outline: none;
  background: #08263d;
  color: #fff;
}

label.error {
  font-size: 10px;
  color: crimson;
  font-family: "Montserrat";
}
/*# sourceMappingURL=style.css.map */