header {
  background-color: #18425D;
  z-index: 10;
  padding: 1rem 0rem;
}

header.sobreposto {
  background-color: transparent;
}

header .logo {
  height: 56px;
}

header .navegacao-principal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

header .navegacao-principal li {
  text-align: center;
  margin: 0rem .75rem;
}

header .navegacao-principal li.active a {
  font-family: Roboto-Bold;
  color: #3E9FBD;
}

header .navegacao-principal li a {
  font-family: Roboto-Medium;
  font-size: 1rem;
  color: #FFFFFF;
}

header .navegacao-principal li a:hover {
  border-bottom: solid 3px #3E9FBD;
}

header #menu-mobile {
  position: fixed;
  height: 100vh;
  width: 100%;
  padding: 5rem 0rem;
  z-index: 15;
  top: 0;
  left: 0;
  display: none;
}

header #menu-mobile #overlay-menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: #18425D;
  opacity: .95;
}

header #menu-mobile .navegacao-principal.mobile {
  display: block;
}

header #menu-mobile .navegacao-principal.mobile li {
  padding: .55rem 0rem;
}

header #menu-mobile .navegacao-principal.mobile li a {
  font-size: 1.05rem;
}

footer {
  padding: 2rem 0rem;
}

footer .navegacao-rodape {
  list-style: none;
  padding-left: 0px;
  text-align: right;
}

footer .navegacao-rodape li {
  margin-bottom: .25rem;
}

footer .navegacao-rodape li a {
  font-family: Raleway-Bold;
}

/*Classe para ocultar o input na tela de contato - Antispam*/
.message_input {
  display: none;
}

.banner.banner-1 {
  background-image: url("../img/banner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner.banner-2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner.banner-3 .box-imagem {
  width: 100%;
  height: 100%;
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-content.content-1 {
  padding: 3rem;
  max-width: 340px;
}

.owl-carousel.nav-between .item {
  width: calc(100% - 90px);
  margin-left: 45px;
}

.owl-carousel.nav-between .owl-stage-outer .owl-stage:first-child .active {
  padding-left: 20px;
}

.owl-carousel.nav-between .owl-stage-outer .owl-stage:last-child .active {
  padding-right: 20px;
}

.owl-carousel.nav-between .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 100%;
  top: calc(50% - 30px);
  margin-top: 0px;
  z-index: 10;
}

.owl-carousel.nav-between .owl-nav button {
  outline: none;
  background-color: #939393;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  font-family: Roboto-Bold;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.5rem;
}

.owl-carousel.nav-between .owl-nav button:focus {
  background-color: #18425D;
}

.owl-carousel.owl-img-no-width img {
  width: unset;
}

.owl-carousel .owl-dots {
  margin-top: 1rem;
}

.item-apresentacao {
  width: 215px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 7.5px -1.5px #00000021;
          box-shadow: 0px 0px 7.5px -1.5px #00000021;
}

.item-apresentacao .capa {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 135px;
  border-radius: 5px 5px 0px 0px;
}

.item-apresentacao .info {
  padding: 1rem;
  background-color: #FFFFFF;
  border-radius: 0px 0px 5px 5px;
}

.linha-tempo .linha {
  position: absolute;
  height: 100%;
  width: 2px;
  left: 50%;
  background: #000000;
}

.linha-tempo .item-historia {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -100px;
}

.linha-tempo .item-historia.right {
  margin-left: auto;
}

.linha-tempo .item-historia.right .item {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.linha-tempo .item-historia.right .separador .circle {
  margin-left: auto;
}

.linha-tempo .item-historia .item {
  width: 75%;
  background-color: #3E9FBD;
  margin: 0px 15px;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 2rem;
}

.linha-tempo .item-historia .item * {
  color: #FFFFFF;
  font-size: .9rem;
}

.linha-tempo .item-historia .item img {
  height: auto;
  max-width: 100%;
  margin: 10px 0px;
  max-height: 245px;
}

.linha-tempo .item-historia .separador {
  height: 2px;
  background: #000;
  width: 20.5%;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.linha-tempo .item-historia .separador .circle {
  height: 32px;
  width: 32px;
  border-radius: 100%;
  border: solid 2px #000000;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-color: #DEDEDE;
}

.borda-moldura {
  border-style: solid;
  border-width: 22px;
}

.items-square {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.items-square a.item {
  padding: 1.5rem;
  background-color: transparent;
  text-align: center;
  width: 260px;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .35s;
  transition: .35s;
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  margin: .5rem .5rem;
}

.items-square a.item p {
  width: 100%;
}

.items-square a.item * {
  color: #FFFFFF;
}

.items-square a.item:hover {
  background-color: #DEDEDE;
}

.items-square a.item:hover * {
  color: #3E9FBD;
}

.items-square a.item.active {
  background-color: #FFFFFF;
}

.items-square a.item.active * {
  color: #18425D;
}

.faq .card {
  background-color: transparent;
  border: none !important;
  border-bottom: solid 2px #707070 !important;
  border-radius: 0px;
}

.faq .card .card-header {
  background-color: transparent;
  border: none !important;
  padding: 1rem .1rem;
}

.faq .card .card-header .btn-link {
  border-radius: 0px !important;
  padding: 0 !important;
  font-size: 1.55rem;
  white-space: unset;
  width: 95%;
  font-family: Roboto-Medium;
  text-decoration: none;
  color: #18425D;
}

.faq .card .card-header .btn-link.collapsed::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 0;
  color: #707070 !important;
  font-size: 1.25rem;
  top: 22px;
}

.faq .card .card-header .btn-link::after {
  content: '\f077';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 0;
  color: #3E9FBD !important;
  font-size: 1.25rem;
  top: 22px;
}

.faq .card .card-body {
  padding: 0rem 1rem;
  margin-bottom: 1rem;
  width: 80%;
}

nav.steps-marker .step-marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

nav.steps-marker .step-marker * {
  font-family: Roboto-Bold;
}

nav.steps-marker .step-marker.active span {
  color: #18425D;
}

nav.steps-marker .step-marker.active .circle-rounded {
  background-color: #18425D;
}

nav.steps-marker .step-marker span {
  color: #707070;
}

nav.steps-marker .step-marker .circle-rounded {
  height: 37px;
  width: 37px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #707070;
  margin-right: 15px;
}

.nav.nav-1 {
  border-bottom: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav.nav-1.min .nav-link {
  font-size: .9rem;
  padding: .25rem .25rem;
  margin: 0rem .25rem;
}

.nav.nav-1.min .nav-link.active {
  border-width: 3px;
}

.nav.nav-1 .nav-link {
  background: transparent;
  border: none;
  color: #a7a7a7;
  font-family: Roboto-Medium;
  padding: .75rem 2rem;
  font-size: 1.1rem;
}

.nav.nav-1 .nav-link.active {
  border-bottom: solid 6px #18425D;
  color: #18425D;
  font-family: Roboto-Bold;
}

.steps .step {
  display: none;
}

.item-card .capa {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.item-card .infos {
  font-size: .9rem;
}

.item-card.card {
  width: 300px;
  border: none;
  -webkit-box-shadow: 0px 2px 5.5px -2px #00000080;
          box-shadow: 0px 2px 5.5px -2px #00000080;
  border-radius: 0px;
}

.item-card.card .capa {
  width: 100%;
  height: 190px;
}

.item-card.card .corpo {
  padding: 1rem;
  height: 300px;
}

.item-card.card .corpo .titulo {
  font-size: 1.18rem;
  font-family: Roboto-Bold;
}

abbr{
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

.item-card-2 {
  width: 300px;
}

.item-card-2 .capa {
  width: 100%;
  height: 190px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lg-backdrop {
  opacity: .85 !important;
}

.video-default .lg-video-cont {
  max-width: 80% !important;
}

.img-parceiro {
  height: 225px;
  width: 250px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
}

.corpo-blog img {
  max-width: 500px;
}

#chat-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 29;
  background-color: #71BF99;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  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;
  -webkit-box-shadow: 0px 0px 2px 1px #636363;
          box-shadow: 0px 0px 2px 1px #636363;
  cursor: pointer;
}

#chat-whatsapp i {
  color: #FFFFFF;
  font-size: 1.5rem;
}

#chat-flutuante-whatsapp {
  z-index: 29;
}

#chat-flutuante-whatsapp .close {
  opacity: .6;
  color: #FFFFFF !important;
}

#chat-flutuante-whatsapp .floating-wpp-input-message textarea:focus {
  border-color: #18425D !important;
  outline: none !important;
  border-width: 2px;
}

#chat-flutuante-whatsapp .floating-wpp-btn-send svg g path {
  fill: #18425D !important;
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .navegacao-rodape li {
    text-align: center;
  }
  .owl-carousel.nav-sm-none .owl-nav {
    display: none !important;
  }
  .owl-carousel.nav-sm-none .item {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .owl-carousel.nav-between .item {
    width: calc(100% - 70px);
    margin-left: 35px;
  }
  .item-card-2 {
    width: 288px;
  }
}

@media (min-width: 576px) {
  .icon-sm-20 {
    width: 20px !important;
    height: 20px !important;
  }
  .icon-sm-25 {
    width: 25px !important;
    height: 25px !important;
  }
  .icon-sm-40 {
    width: 40px !important;
    height: 40px !important;
  }
  .icon-sm-50 {
    width: 50px !important;
    height: 50px !important;
  }
  .icon-sm-60 {
    width: 60px !important;
    height: 60px !important;
  }
  .icon-sm-75 {
    width: 75px !important;
    height: 75px !important;
  }
  .icon-sm-80 {
    width: 80px !important;
    height: 80px !important;
  }
  .icon-sm-90 {
    width: 90px !important;
    height: 90px !important;
  }
  .icon-sm-100 {
    width: 100px !important;
    height: 100px !important;
  }
}

@media (min-width: 768px) {
  .icon-md-20 {
    width: 20px !important;
    height: 20px !important;
  }
  .icon-md-25 {
    width: 25px !important;
    height: 25px !important;
  }
  .icon-md-40 {
    width: 40px !important;
    height: 40px !important;
  }
  .icon-md-50 {
    width: 50px !important;
    height: 50px !important;
  }
  .icon-md-60 {
    width: 60px !important;
    height: 60px !important;
  }
  .icon-md-75 {
    width: 75px !important;
    height: 75px !important;
  }
  .icon-md-80 {
    width: 80px !important;
    height: 80px !important;
  }
  .icon-md-90 {
    width: 90px !important;
    height: 90px !important;
  }
  .icon-md-100 {
    width: 100px !important;
    height: 100px !important;
  }
  .item-card.publicacao {
    width: 300px !important;
  }
  .item-card.publicacao .capa {
    width: 100%;
    height: 190px;
  }
  .item-card .capa {
    width: 600px;
    height: 380px;
  }
}

@media (max-width: 767.98px) {
  .banner.banner-1 {
    padding: calc(2rem + 88px) 0rem;
    margin-top: -88px;
  }
  .linha-tempo .linha .circle {
    height: 32px;
    width: 32px;
    border: solid 2px #000000;
    background-color: #DEDEDE;
    border-radius: 100%;
  }
  .linha-tempo .linha .circle.top {
    position: absolute;
    top: -32px;
    left: -16px;
  }
  .linha-tempo .linha .circle.bottom {
    position: absolute;
    bottom: -32px;
    left: -16px;
  }
  .linha-tempo .item-historia {
    width: 100%;
    display: block;
    margin-top: 0px;
  }
  .linha-tempo .item-historia .item {
    width: 100%;
    margin: 30px 0px;
    position: relative;
  }
  .linha-tempo .item-historia .separador {
    display: none;
  }
  .item-card.publicacao {
    width: 300px !important;
  }
  .item-card.publicacao .capa {
    width: 100%;
    height: 190px;
  }
  .item-card .capa {
    width: 300px;
    height: 190px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .banner.banner-1 {
    padding: calc(2rem + 128px) 0rem;
    margin-top: -128px;
  }
}

@media (min-width: 992px) {
  .icon-lg-20 {
    width: 20px !important;
    height: 20px !important;
  }
  .icon-lg-25 {
    width: 25px !important;
    height: 25px !important;
  }
  .icon-lg-40 {
    width: 40px !important;
    height: 40px !important;
  }
  .icon-lg-50 {
    width: 50px !important;
    height: 50px !important;
  }
  .icon-lg-60 {
    width: 60px !important;
    height: 60px !important;
  }
  .icon-lg-75 {
    width: 75px !important;
    height: 75px !important;
  }
  .icon-lg-80 {
    width: 80px !important;
    height: 80px !important;
  }
  .icon-lg-90 {
    width: 90px !important;
    height: 90px !important;
  }
  .icon-lg-100 {
    width: 100px !important;
    height: 100px !important;
  }
  .banner-3 .box-imagem {
    min-height: 600px;
  }
}

@media (max-width: 991.98px) {
  .banner-3 .box-imagem {
    min-height: 250px;
  }
  .faq .card .card-header .btn-link {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  main.servico .container {
    width: 800px;
    margin: auto;
  }
}

@media (min-width: 1200px) {
  .icon-xl-20 {
    width: 20px !important;
    height: 20px !important;
  }
  .icon-xl-25 {
    width: 25px !important;
    height: 25px !important;
  }
  .icon-xl-40 {
    width: 40px !important;
    height: 40px !important;
  }
  .icon-xl-50 {
    width: 50px !important;
    height: 50px !important;
  }
  .icon-xl-60 {
    width: 60px !important;
    height: 60px !important;
  }
  .icon-xl-75 {
    width: 75px !important;
    height: 75px !important;
  }
  .icon-xl-80 {
    width: 80px !important;
    height: 80px !important;
  }
  .icon-xl-90 {
    width: 90px !important;
    height: 90px !important;
  }
  .icon-xl-100 {
    width: 100px !important;
    height: 100px !important;
  }
  .banner.banner-1 {
    padding: calc(2rem + 88px) 0rem;
    margin-top: -88px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .items-square a.item {
    width: 205px;
    padding: 1rem;
  }
  main.servico .container {
    width: 980px;
    margin: auto;
  }
}

@media (min-width: 1600px) {
  .icon-xxl-20 {
    width: 20px !important;
    height: 20px !important;
  }
  .icon-xxl-25 {
    width: 25px !important;
    height: 25px !important;
  }
  .icon-xxl-40 {
    width: 40px !important;
    height: 40px !important;
  }
  .icon-xxl-50 {
    width: 50px !important;
    height: 50px !important;
  }
  .icon-xxl-60 {
    width: 60px !important;
    height: 60px !important;
  }
  .icon-xxl-75 {
    width: 75px !important;
    height: 75px !important;
  }
  .icon-xxl-80 {
    width: 80px !important;
    height: 80px !important;
  }
  .icon-xxl-90 {
    width: 90px !important;
    height: 90px !important;
  }
  .icon-xxl-100 {
    width: 100px !important;
    height: 100px !important;
  }
  main.servico .container {
    width: 1080px;
    margin: auto;
  }
}
