@charset "UTF-8";
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
}

* {
  transition: all 0.2s ease-out;
}

html {
  scroll-behavior: smooth;
}

h2 {
  margin-bottom: 35px;
}

.download-icon {
  height: 70px;
}
@media only screen and (max-width: 768px) {
  .download-icon {
    height: 49px;
  }
}
@media only screen and (max-width: 320px) {
  .download-icon {
    height: 40px;
  }
}

/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Cores
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variáveis
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  position: absolute;
  height: 115px;
  transition: all 0.2s ease;
  background: none;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  header {
    height: 150px;
  }
  header .container {
    display: block !important;
  }
}
header .container {
  display: flex;
  align-items: center;
}
header .navbar {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  margin-top: 16px;
  transition: all 0.2s ease;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 768px) {
  header .navbar .navbar-collapse {
    margin: 0px -16px;
    background: #063d82;
  }
}
header .navbar .navbar-nav li:last-child a {
  border: solid 2px #fff;
}
header .navbar .navbar-nav li:last-child a:hover {
  border-color: #012752;
}
header .navbar .navbar-nav a {
  text-align: left;
  font-weight: bold;
  padding: 10px !important;
  margin: 0 5px;
  font-size: 10px;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.5s ease;
  text-align: center;
  border-radius: 6px;
}
@media only screen and (max-width: 768px) {
  header .navbar .navbar-nav a {
    color: #fff;
    border-color: #fff;
  }
}
header .navbar .navbar-nav a:hover {
  color: #012752;
}
header .navbar .navbar-nav .active a {
  border-bottom: solid 2px #012752;
}
header .navbar-brand {
  display: inline-block;
  padding: 0px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  header .navbar-brand {
    justify-content: space-between;
    margin-left: 0;
  }
}
@media screen and (max-width: 1800px) and (min-width: 768px) {
  header .navbar-brand {
    margin-left: 0px;
    margin-top: 20px;
  }
}
header .navbar-brand svg {
  height: 120px;
  fill: #204288;
}
@media only screen and (max-width: 768px) {
  header .navbar-brand svg {
    height: 100px;
  }
}
@media screen and (max-width: 1800px) and (min-width: 768px) {
  header .navbar-brand svg {
    height: 100px;
  }
}
header .navbar-toggler {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  header .navbar-toggler {
    color: #fff;
  }
}
header .navbar-collapse {
  justify-content: center;
}
header.scrolled {
  position: fixed;
  top: 0;
  background: #203B79;
  height: 90px;
}
header.scrolled .container {
  display: flex !important;
}
@media only screen and (max-width: 768px) {
  header.scrolled {
    height: 110px;
  }
}
header.scrolled .navbar {
  width: 100%;
  margin: 15px;
  border: none;
  display: flex;
  justify-content: flex-end;
}
header.scrolled .navbar .navbar-collapse {
  flex-grow: inherit;
}
header.scrolled .navbar .navbar-nav a {
  border-color: #fff !important;
  color: #fff;
}
header.scrolled .navbar-brand {
  padding: 0px;
  margin: 0;
}
header.scrolled .navbar-brand svg, header.scrolled .navbar-brand img {
  height: 66px !important;
  margin: 10px;
}

/*--------------------------------------------------------------
# Destaque Home
--------------------------------------------------------------*/
.destaque-home {
  position: relative;
  padding-top: 30px;
  width: 100%;
  overflow: hidden;
  background: #203B79;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .destaque-home {
    overflow: visible;
    padding-top: 180px;
    background-size: 410%;
  }
}
@media screen and (max-width: 1800px) and (min-width: 768px) {
  .destaque-home {
    background-size: 100%;
  }
}
.destaque-home .container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 89vh;
}
@media only screen and (max-width: 768px) {
  .destaque-home .container {
    height: 330px;
    align-items: flex-start;
    justify-items: flex-start;
  }
}
.destaque-home .container .img-slider-cell {
  position: relative;
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
  padding: 0 40px;
  margin-bottom: 30px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .destaque-home .container .img-slider-cell {
    align-self: center;
    padding: 0;
    margin: 0;
  }
  .destaque-home .container .img-slider-cell img {
    height: 300px;
  }
}
@media screen and (max-width: 1800px) and (min-width: 768px) {
  .destaque-home .container .img-slider-cell img {
    height: 400px;
  }
}
.destaque-home .container .content-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  height: 780px;
  position: relative;
  width: 100%;
  max-width: 510px;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .destaque-home .container .content-text {
    justify-content: center;
    margin-left: 10px;
    height: 331px;
  }
}
.destaque-home .container .content-text h1 {
  position: relative;
  font-size: 50px;
  color: #fff;
  font-weight: 300;
}
.destaque-home .container .content-text h1 strong {
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .destaque-home .container .content-text h1 {
    font-size: 18px;
  }
}
.destaque-home .container .content-text p {
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 35px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .destaque-home .container .content-text p {
    font-size: 15px;
    line-height: 20px;
  }
}
.destaque-home a {
  color: #FFE8AF;
  border: solid 2px #FFE8AF;
  padding: 10px 20px;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s ease;
}
.destaque-home a:hover {
  background: rgba(36, 190, 198, 0.3490196078);
}
.destaque-home .btn {
  margin-top: 10px;
  font-size: 18px;
  padding: 10px 30px;
  color: #000;
  background: #fff;
  font-weight: 600;
  border-color: #ffffff;
  border-radius: 6px;
}
.destaque-home .btn:hover {
  border-color: #ffffff;
  background: #ff8f5f;
  color: #fff;
}
.destaque-home .btn:active:focus {
  border-color: #ffffff;
  background: #ff8f5f;
  color: #fff;
}

.list-group-item.active {
  background-color: #1b4472;
  border-color: #1b4472;
}

/*--------------------------------------------------------------
# box1
--------------------------------------------------------------*/
.box1 {
    background: url("../../img/bg-box-1.jpg");
}
.box1 .container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  align-items: flex-end;
  height: 860px;
}
@media only screen and (max-width: 768px) {
  .box1 .container {
    height: 630px;
  }
}
.box1 .container .img-man {
  position: relative;
  z-index: 2;
  width: 50%;
}
.box1 .container .img-man img {
  max-width: 700px;
}
@media only screen and (max-width: 768px) {
  .box1 .container .img-man img {
    height: 450px;
    margin-left: -200px;
  }
}
.box1 .container .content-text {
  position: relative;
  z-index: 1;
  width: 50%;
}
.box1 .container .content-text h1 {
  font-size: 2.2rem;
  padding: 5px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .box1 .container .content-text h1 {
    font-size: 20px;
    position: absolute;
    top: -107px;
    left: -160px;
  }
}
.box1 .container .content-text h1 strong {
  display: block;
}
.box1 .container .content-text h2 {
  padding: 5px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .box1 .container .content-text h2 {
    font-size: 20px;
    position: absolute;
    top: -50px;
    left: -160px;
  }
}
.box1 .container .content-text ul {
  margin: 0;
  padding: 0;
}
.box1 .container .content-text ul li {
  float: left;
  list-style: none;
  padding: 10px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .box1 .container .content-text ul li {
    width: 100%;
    padding: 5px;
  }
}
.box1 .container .content-text ul li div {
  border-radius: 6px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 230px;
  width: 100%;
  text-decoration: none;
  background: #203B79;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .box1 .container .content-text ul li div {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .box1 .container .content-text ul li div img {
    height: 20px;
    margin-top: 10px;
  }
}
.box1 .container .content-text ul li div p {
  padding: 20px 20px 0px 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .box1 .container .content-text ul li div p {
    font-size: 10px;
    padding: 5px;
  }
}
.box1 .container .content-text ul li a svg {
  width: 100%;
  height: auto;
}
.box1 .container .content-text ul li a svg:hover .hoverColor {
  fill: #012752;
}

/*--------------------------------------------------------------
# box2
--------------------------------------------------------------*/
.box2 {
  background: #e6e6e6;
  padding-top: 80px;
}
.box2 h2 {
  color: #003a7f;
}
.box2 .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.box2 .container .app-info {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  align-items: flex-start;
  margin: 30px 0 -200px 0;
}
@media only screen and (max-width: 768px) {
  .box2 .container .app-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 30px 0 0px 0;
  }
}
.box2 .container .app-info .fone {
  border-radius: 45px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 768px) {
  .box2 .container .app-info .fone img {
    height: 300px;
  }
}
.box2 .container .app-info .col-wrapper.col-left {
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .box2 .container .app-info .col-wrapper.col-left {
    padding-right: 0px;
  }
}
.box2 .container .app-info .col-wrapper.col-left .balao:after {
  position: absolute;
  content: "";
  right: -15px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 768px) {
  .box2 .container .app-info .col-wrapper.col-left .balao:after {
    top: auto;
    bottom: -15px;
    right: 50%;
    transform: rotate(90deg) translate(50%, 0%);
  }
}
.box2 .container .app-info .col-wrapper.col-right {
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .box2 .container .app-info .col-wrapper.col-right {
    padding-left: 0px;
  }
}
.box2 .container .app-info .col-wrapper.col-right .balao:before {
  position: absolute;
  content: "";
  left: -15px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #fff;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 768px) {
  .box2 .container .app-info .col-wrapper.col-right .balao:before {
    top: -21px;
    left: 50%;
    transform: rotate(90deg) translate(0%, 50%);
  }
}
.box2 .container .app-info .col-wrapper .balao {
  position: relative;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 10px;
  height: 150px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .box2 .container .app-info .col-wrapper .balao {
    margin: 40px 0;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .box2 .container .app-info .col-wrapper .balao .icon img {
    height: 50px;
  }
}
.box2 .container .app-info .col-wrapper .balao .text {
  padding-left: 15px;
}
.box2 .container .app-info .col-wrapper .balao .text h3 {
  font-size: 16px;
  font-weight: bold;
  color: #012752;
}
@media only screen and (max-width: 768px) {
  .box2 .container .app-info .col-wrapper .balao .text h3 {
    font-size: 12px;
  }
}
.box2 .container .app-info .col-wrapper .balao .text p {
  line-height: 16px;
  color: #012752;
}
@media only screen and (max-width: 768px) {
  .box2 .container .app-info .col-wrapper .balao .text p {
    font-size: 12px;
  }
}

article img.float-left {
  margin: 0px 40px 40px 0px;
}
article img.float-right {
  margin: 0px 0px 40px 40px;
}
@media only screen and (max-width: 768px) {
  article img {
    max-width: 100%;
  }
}
article p {
  line-height: 32px;
  color: #5d5d5d;
}

/*--------------------------------------------------------------
# box3
--------------------------------------------------------------*/
.box3 {
  background: #cecece;
  padding-bottom: 50px;
}
.box3 .container {
  padding-top: 250px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start !important;
}
@media only screen and (max-width: 768px) {
  .box3 .container {
    padding-top: 50px;
  }
}
.box3 .container h2 {
  text-align: center;
  color: #012752;
}
.box3 .container .faq-slider-user {
  max-width: 600px;
  width: 100%;
}
.box3 .container .faq-slider-user ul {
  padding: 0px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.box3 .container .faq-slider-user ul .slick-arrow {
  cursor: pointer;
  color: #012752;
}
.box3 .container .faq-slider-user ul .slick-slide {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  height: 200px;
}
.box3 .container .faq-slider-user ul .slick-center li div {
  width: 200px;
  height: 200px;
}
.box3 .container .faq-slider-user ul li {
  padding: 0px 10px;
  list-style: none;
}
.box3 .container .faq-slider-user ul li div {
  margin: auto;
  border-radius: 300px;
  width: 150px;
  height: 150px;
  background: #fff;
  border: solid 2px #012752;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.box3 .container .faq-slider-user ul li div img {
  max-height: 90%;
}
.box3 .container .faq-slider-comments {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.box3 .container .faq-slider-comments ul {
  padding: 0px;
  padding-top: 20px;
}
.box3 .container .faq-slider-comments ul .slick-list {
  padding: 20px !important;
}
@media only screen and (max-width: 768px) {
  .box3 .container .faq-slider-comments ul .slick-list .slick-track {
    margin: 0px !important;
  }
}
.box3 .container .faq-slider-comments ul .slick-list .slick-slide {
  margin: 0px 40px;
}
@media only screen and (max-width: 768px) {
  .box3 .container .faq-slider-comments ul .slick-list .slick-slide {
    margin: 0px 10px;
  }
}
.box3 .container .faq-slider-comments ul li {
  position: relative;
  border-radius: 6px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  padding: 20px;
  background: #fff;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.box3 .container .faq-slider-comments ul li:before {
  position: absolute;
  content: "";
  top: -15px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-right: 15px solid transparent;
  transform: translate(-50%, 0%);
}
.box3 .container .faq-slider-comments ul li h5 {
  text-align: center;
  color: #012752;
}
.box3 .container .faq-slider-comments ul li p {
  margin: 0px;
  color: #012752;
  text-align: center;
}

/*--------------------------------------------------------------
# box mapa
--------------------------------------------------------------*/
.box-mapa {
  background: #e6e6e6;
}
.box-mapa h2 {
  margin: 0px;
  color: #023d83;
  padding: 45px 0;
}
.box-mapa iframe {
  display: block;
}

/*--------------------------------------------------------------
# box contato
--------------------------------------------------------------*/
.box-contato {
    background: url("../../img/bg-contato.jpg");
}
.box-contato .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 10% 0px;
}
.box-contato .container h2 {
  color: #fff;
  text-align: center;
}
.box-contato .container h6 {
  color: #fff;
  text-align: center;
}
.box-contato .container .content-text {
  padding-top: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .box-contato .container .content-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.box-contato .container .content-text div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .box-contato .container .content-text div {
    width: 100%;
  }
}
.box-contato .container .content-text div i {
  margin-right: 10px;
}
.box-contato .container .content-text div p {
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
# box contato
--------------------------------------------------------------*/
.box-infos {
  background: #2568b3;
}
.box-infos .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 5% 0px;
}
.box-infos .container h2 {
  color: #fff;
  text-align: center;
}
.box-infos .container h6 {
  color: #fff;
  text-align: center;
}
.box-infos .container .content-text {
  max-width: 600px;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .box-infos .container .content-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.box-infos .container .content-text div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .box-infos .container .content-text div {
    width: 100%;
  }
}
.box-infos .container .content-text div i {
  margin-right: 10px;
}
.box-infos .container .content-text div p {
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
footer {
  background: #203B79;
}
footer .container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5% 0;
}
@media only screen and (max-width: 768px) {
  footer .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
footer .container div {
  color: #fff;
}
footer .container div p {
  margin: 0px;
}
@media only screen and (max-width: 768px) {
  footer .container div {
    margin: 20px 0px;
  }
  footer .container div img {
    height: 50px;
  }
}/*# sourceMappingURL=style.css.map */

#destaque_whatsapp {
    background: #f5f5f5;
}

    #destaque_whatsapp .container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        padding: 50px
    }

@media (max-width: 768px) {
    #destaque_whatsapp .container {
        flex-direction: column;
        text-align: center;
        padding: 32px;
        border-radius: 12px;
    }
}

#destaque_whatsapp .container img {
    height: 60px;
}

@media (max-width: 768px) {
    #destaque_whatsapp .container img {
        margin-top: -25px;
    }
}

#destaque_whatsapp .container h4 {
    color: #e36a38;
}

@media (max-width: 768px) {
    #destaque_whatsapp .container h4 {
        font-size: 17px;
    }
}

#destaque_whatsapp .container p {
    margin: 0;
}

@media (max-width: 768px) {
    #destaque_whatsapp .container p {
        font-size: 13px;
    }
}

#destaque_whatsapp .container .btn {
    background: #e36a38;
    border: none;
    border-radius: 80px;
    transition: all 0.3s ease-in-out;
}

    #destaque_whatsapp .container .btn:hover, #destaque_whatsapp .container .btn:active {
        transform: translateY(-6px);
        box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 10px;
    }
/*# sourceMappingURL=style.css.map */