.container-1920 {
  max-width: 1920px;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.text-justify {
  text-align: justify;
  text-align-last: left;
}

.fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.lh-1-half {
  line-height: 1.15 !important;
}

.pb-in-0 p {
  margin-bottom: 0;
}

body {
  min-height: 100vh;
}

body #fundoBg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 290px;
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 0;
}

body .fixBg {
  min-height: 290px;
  position: relative;
  z-index: 2;
}

body.home #fundoBg {
  height: 90vh;
}

body.home .fixBg {
  min-height: calc(90vh - 50px);
}

.bg-whatsapp {
  background-color: #26d266;
}

main {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .navbar {
    background: #006c99;
  }
}

.header-logo {
  width: 100%;
  max-width: 419px;
}

.navbar-nav .nav-item {
  border: 1px solid #00648c;
}

.navbar-nav .nav-item > a.nav-link {
  padding: 13px 5px;
}

.navbar-nav .nav-item.menu-contato {
  position: relative;
}

.navbar-nav .nav-item.menu-contato > div {
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navbar-nav .nav-item.menu-contato > div > a {
  background-color: transparent;
  border: 0;
  padding: 3px 5px 7px;
}

.navbar-nav .nav-item.menu-contato > div > a > img {
  width: 18px;
}

.navbar-nav .nav-item.menu-contato > div > a:focus, .navbar-nav .nav-item.menu-contato > div > a:hover {
  background-color: #005c82;
}

.barra {
  height: 8px;
  width: 205px;
  background-color: #009bff;
  margin: 30px auto 50px;
  display: block;
}

.barra.small {
  margin: 19px auto 50px;
  width: 100px;
}

.margin-top-over-1 {
  position: relative;
  top: -85px;
}

.margin-top-over-2 {
  position: relative;
  top: -32px;
}

.margin-top-over-3 {
  position: relative;
  top: 50px;
}

.relative-2 {
  position: relative;
  z-index: 2;
}

.super-shadow {
  -webkit-box-shadow: 0px 25px 30px 0px rgba(38, 36, 35, 0.25);
          box-shadow: 0px 25px 30px 0px rgba(38, 36, 35, 0.25);
}

.btn-icone {
  margin: 0 0px;
  display: block;
  padding: 54px 0;
  letter-spacing: 0.2em;
  font-size: 18px;
  font-weight: 600;
}

.btn-icone > div {
  margin-bottom: 11px;
}

.btn-icone > div img {
  width: 70px;
}

h1 {
  letter-spacing: -0.02em;
}

footer {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  #fundoBg {
    height: 700px;
  }
  .fixBg {
    min-height: calc(700px - 50px);
  }
  .btn-icone {
    margin: 15px 0;
  }
}

#swiper-noticias-wrapper img {
  aspect-ratio: 1.9;
  -o-object-fit: cover;
     object-fit: cover;
}

#swiper-noticias-wrapper .swiper-button-prev,
#swiper-noticias-wrapper .swiper-button-next {
  color: #006c99 !important;
}

#swiper-noticias-wrapper .swiper-button-prev {
  left: -35px;
}

#swiper-noticias-wrapper .swiper-button-next {
  right: -35px;
}

.bg-inner-1 {
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-inner-1 > div > div {
  min-height: 60vh;
}

.bg-inner-2 {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1700px) {
  .bg-inner-2 {
    background-position: 145% 50% !important;
  }
}

@media (max-width: 1399px) {
  .bg-inner-1 {
    background-position: right 50% !important;
  }
  .bg-inner-1 > div > div {
    min-height: 300px;
  }
  .bg-inner-2 {
    background-position: 140% 50% !important;
  }
}

@media (max-width: 1199px) {
  .bg-inner-1 {
    background-image: none !important;
  }
  .bg-inner-1 > div > div {
    min-height: 400px;
  }
  .bg-inner-2 {
    background-image: none !important;
  }
}

@media (min-width: 1630px) {
  .bg-inner-1 {
    background-position: 88% 50%;
  }
}
/*# sourceMappingURL=style.min.css.map */