@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
.has-error {
  border-color: red !important;
}

@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

/*  Validação   */
.ng-invalid-required.ng-touched,
.campo-invalido {
  border-color: #dc3545 !important;
}

/* VARIAVEIS GLOBAIS DO PROJETO */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none !important;
  appearance: none;
  -webkit-appearance: none;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
}

ul {
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  transition: 0.4s;
}

button {
  cursor: pointer;
  transition: 0.4s;
}

.owl-item {
  float: left;
}

.owl-stage-outer {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

section,
header,
footer {
  float: left;
  width: 100%;
}

.form-group {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.wrap-all-page {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 500;
}

.hide-h1 {
  position: absolute;
  left: -9999em;
  text-indent: -9999em;
}

.container {
  max-width: 1330px;
}

ul {
  padding-left: 0;
}

.row {
  clear: both;
}

body.overflow {
  overflow: hidden;
}

.phone-icon-circle {
  display: table;
  padding-left: 65px;
  position: relative;
}

.phone-icon-circle .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 52px;
  height: 52px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.phone-icon-circle .icon:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 1s;
  background: url(../image/circle-icon.png) center center no-repeat;
}

.phone-icon-circle .title {
  display: table;
  text-transform: uppercase;
  font-size: 14px;
  color: #201f4b;
}

.phone-icon-circle .info {
  display: table;
  font-size: 18px;
  color: #2d3776;
  font-weight: 700;
}

.phone-icon-circle:hover .icon:before {
  transform: rotate(180deg);
}

.btn-contact {
  display: table;
  line-height: 38px;
  padding: 0 25px 0 65px;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  color: #312b80 !important;
  font-weight: 700;
  border: 2px solid #312b80;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.btn-contact span {
  position: relative;
  z-index: 100;
}

.btn-contact .icon {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translate(0, -50%);
  z-index: 100;
}

.btn-contact:before {
  content: "";
  width: 53px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 25px 25px 0;
  transition: 1s;
  background-image: linear-gradient(to left, #c4c4c4, transparent);
}

.btn-contact:hover:before {
  width: 100%;
}

.btn-contact.orange {
  background-image: linear-gradient(to right, #db9a1e, #f4bf59);
  line-height: 42px;
  border: none;
  color: #1b284e !important;
}

.btn-contact.orange:before {
  background-image: linear-gradient(to left, #efba54, transparent);
}

.btn-contact.blue {
  background-image: linear-gradient(to right, #548dd4, #5060c4);
  line-height: 42px;
  border: none;
  color: #fff !important;
}

.btn-contact.blue:before {
  background-image: linear-gradient(to left, #6c9dde, transparent);
}

.btn-border {
  display: table;
  line-height: 38px;
  padding: 0 25px;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  color: #5383d0;
  font-weight: 700;
  border: 2px solid #5383d0;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.btn-border:hover {
  background: #5383d0;
  color: #fff;
}

.link-more {
  display: table;
  font-size: 18px;
  color: #8ebae6;
}

.link-more span {
  border-bottom: 1px solid #8ebae6;
  transition: 0.5s;
}

.link-more i {
  margin-left: 10px;
}

.link-more:hover {
  color: #2b2c69;
}

.link-more:hover span {
  border-color: #2b2c69;
}

.wrap-atuation {
  background: url(../image/bg-atuation.png) center top no-repeat;
  background-size: 1920px;
  padding-top: 25px;
  height: 940px;
}

.wrap-atuation .box-title {
  display: table;
  width: 100%;
  padding-top: 45px;
  background: url(../image/detail-dashed.png) top center no-repeat;
  margin-bottom: 70px;
}

.wrap-atuation .box-title h2 {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #2b2c69;
  line-height: 42px;
}

.wrap-atuation .box-title h2 strong {
  font-weight: 700;
  margin-bottom: 10px;
  color: #3064a4;
}

.wrap-atuation .box-title p {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #19225a;
}

.wrap-atuation .item-topic {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  height: 70px;
  padding-left: 80px;
  display: flex;
  align-items: center;
}

.wrap-atuation .item-topic img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.wrap-atuation .item-topic span {
  display: table;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  color: #2d3776;
}

.wrap-instagram {
  padding-top: 40px;
  padding-bottom: 40px;
}

.wrap-instagram .box-title {
  float: left;
  width: 100%;
}

.wrap-instagram .box-title {
  display: table;
  width: 100%;
  padding-top: 45px;
  background: url(../image/detail-dashed.png) top center no-repeat;
  margin-bottom: 40px;
}

.wrap-instagram .box-title h2 {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #2b2c69;
  line-height: 42px;
}

.wrap-instagram .box-title h2 strong {
  font-weight: 700;
  margin-bottom: 10px;
  color: #3064a4;
}

.wrap-instagram .box-title p {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #19225a;
}

.wrap-instagram a {
  float: left;
  width: 100%;
  border: 3px solid #dedede;
  overflow: hidden;
  margin-bottom: 30px;
}

.wrap-instagram a img {
  display: table;
  width: 100%;
  transition: 0.5s;
}

.wrap-instagram a:hover img {
  transform: scale(1.1);
}

.wrap-instagram .col-custom {
  flex: 0 0 auto;
  width: 20%;
}

.wrap-blog {
  padding-bottom: 60px;
}

.wrap-blog .box-title {
  float: left;
  width: 100%;
}

.wrap-blog .box-title {
  display: table;
  width: 100%;
  padding-top: 45px;
  background: url(../image/detail-dashed.png) top center no-repeat;
  margin-bottom: 40px;
}

.wrap-blog .box-title h2 {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #2b2c69;
  line-height: 42px;
}

.wrap-blog .box-title h2 strong {
  font-weight: 700;
  margin-bottom: 10px;
  color: #3064a4;
}

.wrap-blog .box-title p {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #19225a;
}

.card-blog {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.card-blog .image {
  float: left;
  overflow: hidden;
  width: 100%;
}

.card-blog .image img {
  float: left;
  width: 100%;
  transition: 0.5s;
}

.card-blog .image:hover img {
  transform: scale(1.1);
}

.card-blog .box-text {
  float: left;
  width: 100%;
  padding: 0 35px;
  margin-top: -12px;
  position: relative;
}

.card-blog .box-text .category {
  display: table;
  text-transform: uppercase;
  line-height: 24px;
  padding: 0 15px;
  background: #2b2c69;
  color: #fff;
  font-size: 13px;
  margin-bottom: 15px;
}

.card-blog .box-text h3 {
  margin-bottom: 15px;
}

.card-blog .box-text h3 a {
  display: table;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #2b2c69;
}

.card-blog .box-text p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 21px;
  color: #201f4b;
}

.wrap-full-map iframe {
  float: left;
  width: 100%;
  height: 440px;
}

.banner-pages {
  padding: 20px 0 40px;
}

.banner-pages .breadcrumbs {
  display: table;
  margin-bottom: 30px;
}

.banner-pages .breadcrumbs a,
.banner-pages .breadcrumbs span {
  font-size: 11px;
  color: #201f4b;
  text-transform: uppercase;
  font-weight: 500;
}

.banner-pages .breadcrumbs a:hover {
  text-decoration: underline !important;
}

.banner-pages .breadcrumbs .separator {
  padding: 0 5px;
}

.banner-pages h1 {
  display: table;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 45px;
  line-height: 50px;
  color: #2d3776;
}

.banner-pages h1 strong {
  font-weight: 700;
}

.banner-pages p {
  font-size: 18px;
  line-height: 26px;
  color: #201f4b;
}

.banner-pages .phones {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 20px;
}

.banner-pages .phones a {
  float: left;
  margin-right: 20px;
}

.banner-pages .phones a:last-of-type {
  margin-right: 0;
}

.side-categories {
  float: left;
  border-radius: 30px 0 30px 0;
  width: 100%;
  overflow: hidden;
  border: 1px solid #c9c9c9;
  background: rgba(221, 221, 221, 0.8);
}

.side-categories .title {
  float: left;
  width: 100%;
  padding: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #c9c9c9;
  font-weight: 700;
  font-size: 18px;
  color: #3064a4;
  text-align: center;
}

.side-categories ul {
  padding: 25px 35px 15px;
  display: table;
  width: 100%;
}

.side-categories ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.side-categories ul li a {
  text-transform: uppercase;
  display: table;
  font-size: 15px;
  color: #3064a4;
  font-weight: 400;
}

.side-categories ul li a i {
  margin-right: 10px;
}

.side-categories ul li a:hover {
  color: #2b2c69;
}

.home-topics {
  background: url(../image/bg-polygon.png) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.home-topics .top-home-topics {
  padding: 35px 0;
  float: left;
  width: 100%;
  position: relative;
}

.home-topics .top-home-topics:before {
  content: "";
  background-image: linear-gradient(to right, #c7c7c7, transparent, #c7c7c7);
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
}

.home-topics .top-home-topics:after {
  content: "";
  height: 32px;
  width: 225px;
  background: url(../image/detail-dashed.png) center center no-repeat;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%, 0);
}

.home-topics .top-home-topics .logo {
  display: table;
  max-width: 100%;
}

.home-topics .top-home-topics p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 21px;
  color: #1c2a5e;
  font-weight: 700;
}

.home-topics .top-home-topics p strong {
  font-weight: 700;
  color: #3064a4;
}

.home-topics .top-home-topics .contacts {
  display: table;
  width: 100%;
}

.home-topics .top-home-topics .contacts a {
  display: table;
  line-height: 27px;
  padding-left: 37px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 15px;
  color: #2d3776;
}

.home-topics .top-home-topics .contacts a:last-of-type {
  margin-bottom: 0;
}

.home-topics .top-home-topics .contacts a.phone {
  background: url(../image/icon-phone.png) left center no-repeat;
}

.home-topics .top-home-topics .contacts a.whatsapp {
  background: url(../image/icon-whatsapp.png) left center no-repeat;
}

.home-topics .top-home-topics .contacts a:hover {
  color: #3064a4;
}

.home-topics .content-topics {
  float: left;
  width: 100%;
  padding: 50px 0;
}

.home-topics .content-topics h2 {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 32px;
  color: #2b2c69;
  text-transform: uppercase;
  font-weight: 700;
}

.home-topics .content-topics h2 strong {
  color: #3064a4;
  font-weight: 700;
}

.home-topics .content-topics .box-text {
  float: left;
  width: 100%;
  border-radius: 15px;
  background: #fff;
  padding: 35px 100px;
  border: 1px solid #abbbcc;
}

.home-topics .content-topics .box-text .row {
  margin: 0 -40px;
}

.home-topics .content-topics .box-text .row > div {
  padding: 0 40px;
}

.home-topics .content-topics .box-text .row > div:first-of-type {
  border-right: 2px dashed #c9c9c9;
}

.home-topics .content-topics .box-text .box-title {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}

.home-topics .content-topics .box-text h3 {
  float: left;
  width: 100%;
  padding: 10px 0;
  font-size: 23px;
  line-height: 30px;
  color: #3064a4;
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 20px;
}

.home-topics .content-topics .box-text ul,
.home-topics .content-topics .box-text ul li {
  float: left;
  width: 100%;
}

.home-topics .content-topics .box-text ul li {
  padding: 5px 0 5px 30px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  color: #312b80;
  background: url(../image/icon-check-circle.png) left center no-repeat;
}

.home-topics .content-topics .box-text ul li:last-of-type {
  margin-bottom: 0;
}

.content-contact {
  padding: 50px 0;
  background: url(../image/bg-duvidas.png) top center no-repeat;
}

.content-contact .box-title {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.content-contact .box-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #23377e;
}

.content-contact h2 {
  font-weight: 700;
  display: table;
  font-size: 24px;
  color: #23377e;
  line-height: 30px;
  margin-bottom: 10px;
}

.content-contact p {
  font-size: 17px;
  line-height: 25px;
  color: #23377e;
  margin-bottom: 0;
}

.content-contact form {
  float: left;
  width: 100%;
}

.content-contact form .title-field {
  display: table;
  margin-bottom: 5px;
  font-size: 18px;
  color: #43413e;
}

.content-contact form .subtitle-field {
  display: table;
  font-size: 13px;
  line-height: 18px;
  color: #4c4c4c;
  margin-bottom: 10px;
}

.content-contact form input,
.content-contact form textarea,
.content-contact form select {
  float: left;
  width: 100%;
  padding: 0 20px;
  height: 50px;
  background: #fff;
  border: 1px solid #dedede;
  font-size: 16px;
  color: #000;
}

.content-contact form textarea {
  padding: 15px 20px;
  resize: none;
  height: 110px;
}

.content-contact form button {
  float: right;
  color: #fff;
  height: 45px;
  font-weight: 700;
  border-radius: 40px;
  border: none;
  padding: 0 40px;
  font-size: 15px;
  background: #355779;
  text-transform: uppercase;
}

.content-contact form button:hover {
  background: #23377e;
}

.content-contact form .custom-file-label::after {
  content: "Selecionar";
  line-height: 48px;
  height: 48px;
  border: none;
  background: none;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
  background: #355779;
}

.content-contact form .custom-file-input {
  height: 47px;
  display: none;
}

.content-contact form .custom-file {
  height: 50px;
  background: #f7f7f7;
  display: block;
  overflow: hidden;
  border: 1px solid #dedede;
  cursor: pointer;
  border-radius: 0;
}

.content-contact form .custom-file-label {
  height: 48px;
  background: none;
  border: none;
  line-height: 48px;
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #000;
  text-transform: initial;
  border-radius: 8px;
  margin-bottom: 0;
  width: 100%;
  position: relative;
}

.wrap-box-contacts {
  float: left;
  width: 100%;
}

.wrap-box-contacts > h2,
.wrap-box-contacts > p {
  width: 100%;
  text-align: center;
}

.wrap-box-contacts .box-contacts {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 50px 40px;
  background: #f7f7f7;
  border-radius: 0 30px 0 30px;
  border: 1px solid #dedede;
  margin-top: 40px;
}

.wrap-box-contacts .box-contacts h3 {
  font-weight: 700;
  display: table;
  font-size: 22px;
  line-height: 30px;
  color: #2b2c69;
  margin-bottom: 0;
}

.wrap-box-contacts .box-contacts p {
  color: #4c4c4c;
}

.wrap-box-contacts .box-contacts .link-contact {
  float: left;
  display: flex;
  font-size: 15px;
  line-height: 20px;
  color: #4c4c4c;
  margin-right: 40px;
  margin-top: 25px;
}

.wrap-box-contacts .box-contacts .link-contact i {
  width: 50px;
  text-align: center;
  line-height: 38px;
  color: #2b2c69;
  border: 1px solid #2b2c69;
  border-radius: 10px 0 10px 0;
  font-size: 18px;
  margin-right: 10px;
  transition: 0.5s;
}

.wrap-box-contacts .box-contacts .link-contact:hover i {
  background: #2b2c69;
  color: #fff;
}

.wrap-box-contacts .box-contacts .btn-contact {
  margin-top: 25px;
  width: 345px;
  float: left;
  width: max-content;
}

.list-cards-services {
  padding: 50px 0;
  background: url(../image/bg-duvidas.png) top center no-repeat;
}

.list-cards-services .btn-more {
  display: table;
  margin: 30px auto 0;
  float: none;
}

.card-item-service {
  float: left;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #d4d4d4;
  height: calc(100% - 30px);
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.1);
}

.card-item-service .image {
  float: left;
  overflow: hidden;
  width: 100%;
}

.card-item-service .image img {
  display: table;
  width: 100%;
  transition: 0.5s;
}

.card-item-service .image:hover img {
  transform: scale(1.1);
}

.card-item-service .box-text {
  float: left;
  width: 100%;
  padding: 25px 40px 30px;
}

.card-item-service .box-text h2 {
  display: table;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #201f4b;
  position: relative;
}

.card-item-service .box-text h2 strong {
  font-weight: 700;
  color: #3064a4;
}

.card-item-service .box-text h2:after {
  content: "";
  height: 2px;
  width: 50px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  background: #3064a4;
}

.card-item-service .box-text p {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  color: #3064a4;
}

.card-item-service .box-text .btn-border {
  float: none;
  display: table;
  margin: 0 auto;
}

.list-cards-services-2 {
  padding: 50px 0;
  background: url(../image/bg-duvidas.png) top center no-repeat #f5f5f5;
}

.list-cards-services-2 .box-title {
  padding-top: 45px;
  background: url(../image/detail-dashed.png) top center no-repeat;
  margin-bottom: 40px;
}

.list-cards-services-2 .box-title h2 {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  color: #2b2c69;
}

.list-cards-services-2 .box-title h2 strong {
  color: #3064a4;
  font-weight: 700;
}

.service-contact {
  background: url(../image/bg-service-contact.png) center center no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.service-contact h2 {
  font-weight: 700;
  display: table;
  font-size: 30px;
  line-height: 36px;
  color: #2d3776;
  margin-bottom: 20px;
}

.service-contact h2 strong {
  font-weight: 700;
  color: #3064a4;
}

.service-contact p {
  font-size: 16px;
  line-height: 22px;
  color: #312b80;
  margin-bottom: 20px;
}

.service-contact .bar-contacts {
  background: #fff;
  border-radius: 50px;
  float: left;
  padding: 5px;
  margin-top: 20px;
}

.service-contact .bar-contacts a {
  margin-right: 30px;
  float: left;
}

.service-contact .bar-contacts a:last-of-type {
  margin-right: 0;
}

.service-contact .bar-contacts .btn-contact {
  margin-top: 2px;
}

.service-contact .icon-full {
  margin-bottom: 15px;
  display: table;
}

.home-about {
  padding: 65px 0 30px;
  background: url(../image/bg-home-about.png) center center no-repeat;
  background-size: cover;
}

.home-about .open-video {
  float: left;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 5px solid #2b2c69;
  height: 390px;
  width: 100%;
  margin-top: -110px;
}

.home-about .open-video .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.home-about .open-video:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  left: 0;
  transition: 1s;
  background: #060519;
  opacity: 0.8;
  z-index: 200;
}

.home-about .open-video:hover:before {
  opacity: 0.6;
}

.home-about .open-video i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  z-index: 300;
  color: #6e93e8;
}

.home-about h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #201f4b;
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 20px;
}

.home-about h2 strong {
  font-weight: 700;
  color: #3064a4;
}

.home-about h2:after {
  content: "";
  width: 53px;
  height: 3px;
  background: #3064a4;
  position: absolute;
  left: 0;
  bottom: 0;
}

.home-about .subtitle {
  display: table;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #3064a4;
}

.home-about .subtitle strong {
  font-weight: 700;
}

.home-about .block-content {
  float: left;
  width: 100%;
  margin-bottom: 65px;
}

.home-about .bar-bg {
  position: relative;
  float: left;
  background: url(../image/bg-blue-about.png) center center no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
}

.home-about .bar-bg .box-text {
  padding: 40px 0 40px 75px;
}

.home-about .bar-bg img {
  position: absolute;
  right: 60px;
  bottom: 0;
}

.home-about .bar-bg h2,
.home-about .bar-bg .subtitle {
  color: #fff;
}

.home-about .box-image {
  padding: 5px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #2a2842, #e5e5e5);
}

.home-about .box-image .full-img {
  display: table;
  width: 100%;
  border-radius: 15px;
}

.home-about .box-image .into {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  padding: 30px;
  display: flex;
  border-radius: 0 0 15px 15px;
  background: rgba(42, 40, 66, 0.8);
  backdrop-filter: blur(15px);
}

.home-about .box-image .into span {
  display: table;
  width: 100%;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.home-about .box-image .into span strong {
  font-weight: 700;
  color: #8ab3ee;
}

.wrap-bar-contacts:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 8px;
  background-image: linear-gradient(to right, #1f1e3a, #c3c3c8, transparent);
}

.wrap-bar-contacts {
  position: relative;
  background: url(../image/bg-bar-contacts.png) center center no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.wrap-bar-contacts .box-text {
  display: table;
  width: 100%;
  padding-left: 85px;
  background: url(../image/icon-logo-white.png) left top no-repeat;
}

.wrap-bar-contacts .box-text p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
}

.wrap-bar-contacts .box-text p strong {
  font-weight: 700;
  color: #749bf6;
}

.wrap-bar-contacts .box-text .phones {
  display: table;
  padding-top: 10px;
}

.wrap-bar-contacts .box-text .phones a {
  float: left;
  margin-right: 30px;
}

.wrap-bar-contacts .box-text .phones a:last-of-type {
  margin-right: 0;
}

.wrap-bar-contacts .box-text .phones a .title {
  color: #fff;
}

.wrap-bar-contacts .box-text .phones a .info {
  color: #6e93e8;
}

.wrap-bar-contacts .box-text .buttons {
  display: table;
  padding-top: 30px;
}

.wrap-bar-contacts .box-text .buttons a {
  float: left;
  margin-right: 20px;
}

.wrap-bar-contacts .box-text .buttons a:last-of-type {
  margin-right: 0;
}

.wrap-why {
  background: url(../image/bg-why.png) top center no-repeat;
  background-size: cover;
  min-height: 780px;
  padding-top: 45px;
}

.wrap-why .box-title {
  display: table;
  width: 100%;
  padding-top: 45px;
  background: url(../image/detail-dashed.png) top center no-repeat;
  margin-bottom: 40px;
}

.wrap-why .box-title h2 {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #2b2c69;
  line-height: 42px;
}

.wrap-why .box-title h2 strong {
  font-weight: 700;
  margin-bottom: 10px;
  color: #3064a4;
}

.wrap-why .box-title p {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #19225a;
}

.wrap-why .card-topic {
  float: left;
  width: 100%;
  height: calc(100% - 15px);
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #bfbfbf;
  border-radius: 15px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
}

.wrap-why .card-topic span {
  display: table;
  font-size: 18px;
  line-height: 22px;
  color: #19225a;
  font-weight: 500;
  padding-left: 20px;
}

.wrap-why .card-topic span strong {
  font-weight: 700;
  color: #3064a4;
}

.about-cards {
  background: url(../image/bg-about-cards.png) center center no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  position: relative;
  z-index: 100;
}

.about-cards .box-title {
  display: table;
  width: 100%;
  padding-top: 45px;
  background: url(../image/detail-dashed.png) top center no-repeat;
  margin-bottom: 40px;
  margin-top: -16px;
}

.about-cards .box-title h2 {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #2b2c69;
  line-height: 42px;
}

.about-cards .box-title h2 strong {
  font-weight: 700;
  margin-bottom: 10px;
  color: #3064a4;
}

.about-cards .about-card {
  float: left;
  margin-bottom: 30px;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #d0d2d9;
  padding: 20px 30px 30px;
}

.about-cards .about-card .icon {
  display: flex;
  width: 100%;
  height: 75px;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.about-cards .about-card h3 {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #3064a4;
}

.about-cards .about-card p {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  color: #312b80;
}

body.overflow {
  overflow: hidden;
}

.wrap-menu-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  transition: 0.6s;
  right: -100%;
}

.wrap-menu-mobile.show {
  right: 0;
}

.wrap-menu-mobile .overlay-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.wrap-menu-mobile .bar-menu {
  background: #fff;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  max-width: 360px;
  padding-bottom: 100px;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile {
  display: table;
  width: 100%;
  padding: 35px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .logo {
  float: left;
  padding: 0;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .logo img {
  display: table;
  width: 150px;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons {
  float: right;
  padding: 0;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons a.btn-social {
  float: left;
  margin-left: 10px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  color: #fff;
  background: #4c4c4c;
  position: relative;
  font-family: arial;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile {
  float: left;
  width: 30px;
  position: relative;
  height: 30px;
  margin: 3px 0;
  border-radius: 50%;
  border: 3px solid #5b5b5f;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile:before {
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  left: 50%;
  transform: rotate(-45deg) translate(-50%, 0);
  top: 4px;
  background: #5b5b5f;
  transition: 0.5s;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile:after {
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  left: 50%;
  transform: rotate(45deg) translate(-50%, 0);
  bottom: 5px;
  background: #5b5b5f;
  transition: 0.5s;
}

.wrap-menu-mobile .box-menu-style-1 {
  padding: 30px 20px;
  display: table;
  width: 100%;
}

.wrap-menu-mobile .title {
  display: table;
  margin-bottom: 10px;
  width: 100%;
  font-size: 30px;
  color: #3151b7;
}

.wrap-menu-mobile .title-2 {
  display: table;
  margin-bottom: 10px;
  width: 100%;
  font-size: 22px;
  color: #3151b7;
}

.wrap-menu-mobile ul,
.wrap-menu-mobile ul li,
.wrap-menu-mobile ul li a {
  display: table;
  width: 100%;
}

.wrap-menu-mobile ul li {
  margin-bottom: 0;
}

.wrap-menu-mobile ul li:last-of-type {
  margin-bottom: 0;
}

.wrap-menu-mobile ul li a {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #2d3776;
  line-height: 25px;
  font-weight: 500;
}

.wrap-menu-mobile ul li.menu-item-has-children {
  position: relative;
  padding-right: 55px;
}

.wrap-menu-mobile ul li.menu-item-has-children i {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.wrap-menu-mobile ul li ul {
  background: rgba(0, 0, 0, 0.3);
  padding: 15px 25px;
  width: calc(100% + 55px);
  display: none;
  float: left;
  margin-top: 10px;
}

.wrap-menu-mobile ul li ul li {
  border-bottom: 0;
}

.wrap-menu-mobile ul li ul li a {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .btn-contact {
    font-size: 14px;
  }
  .phone-icon-circle .info {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn-contact {
    line-height: 20px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
  }
  .btn-contact:before {
    border-radius: 0 30px 30px 0;
  }
  .btn-border {
    line-height: 20px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    text-align: center;
  }
  .home-topics .top-home-topics {
    padding-top: 65px;
  }
  .home-topics .top-home-topics .logo {
    margin: 0 auto 20px;
    float: none;
  }
  .home-topics .top-home-topics p {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .home-topics .top-home-topics .btn-contact {
    margin: 0 auto 20px;
  }
  .home-topics .top-home-topics .contacts {
    margin: 0 auto;
    float: none;
    display: table;
    width: auto;
  }
  .home-topics .content-topics .box-text {
    padding: 30px;
  }
  .wrap-instagram .col-custom {
    width: 33.3%;
  }
  .banner-pages {
    position: relative;
  }
  .banner-pages .container {
    position: relative;
    z-index: 200;
  }
  .banner-pages:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: 0.5;
  }
  .service-contact .bar-contacts {
    background: none;
    border-radius: 0;
  }
  .service-contact .bar-contacts a {
    float: none;
    display: table;
    margin-bottom: 20px;
  }
  .service-contact .bar-contacts a:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .btn-contact,
  .btn-border {
    font-size: 13px;
  }
  /* Titles  */
  .wrap-atuation .box-title h2,
  .home-about h2,
  .wrap-instagram .box-title h2,
  .banner-pages h1,
  .list-cards-services-2 .box-title h2,
  .about-cards .box-title h2,
  .service-contact h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .home-topics .content-topics h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .home-topics .content-topics .box-text .box-title {
    display: table;
  }
  .home-topics .content-topics .box-text .box-title img {
    display: table;
    margin-bottom: 10px;
  }
  .home-topics .content-topics .box-text .row {
    margin: 0 -15px;
  }
  .home-topics .content-topics .box-text .row > div {
    padding: 0 15px;
  }
  .home-topics .content-topics .box-text .row > div:first-of-type {
    border-bottom: 2px dashed #c9c9c9;
    border-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .home-topics .content-topics .box-text h3 br {
    display: none;
  }
  .home-topics .content-topics .box-text h3 {
    font-size: 20px;
    line-height: 28px;
    padding-left: 0;
  }
  .wrap-atuation {
    background: url(../image/bg-atuation-mobile.png) top center no-repeat;
    background-size: cover !important;
    position: relative;
    height: auto;
    padding-bottom: 60px;
  }
  .wrap-atuation .container {
    position: relative;
    z-index: 200;
  }
  .wrap-atuation:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0.7;
  }
  .wrap-atuation .box-title {
    margin-bottom: 40px;
  }
  .wrap-atuation .item-topic {
    margin-bottom: 5px;
  }
  .home-about .open-video {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .home-about .subtitle br {
    display: none;
  }
  .home-about .bar-bg {
    overflow: hidden;
  }
  .home-about .bar-bg img {
    position: relative;
    right: auto;
    bottom: auto;
    float: right;
  }
  .home-about .bar-bg .box-text {
    padding: 40px 20px 20px 20px;
  }
  .home-about .box-image .into {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 15px;
    display: table;
  }
  .home-about .box-image .full-img {
    border-radius: 15px 15px 0 0;
  }
  .home-about .box-image .into span {
    padding-left: 0;
    padding-top: 15px;
  }
  .home-about .box-image {
    margin-bottom: 40px;
  }
  .wrap-bar-contacts .box-text {
    padding-left: 0;
    padding-top: 85px;
  }
  .wrap-bar-contacts .box-text p br {
    display: none;
  }
  .wrap-bar-contacts .box-text .phones a {
    float: none;
    display: table;
    margin-bottom: 20px;
  }
  .wrap-bar-contacts .box-text .phones a:last-of-type {
    margin-bottom: 0;
  }
  .wrap-bar-contacts .box-text .btn-contact {
    margin-bottom: 20px;
  }
  .wrap-instagram .col-custom {
    width: 50%;
  }
  .wrap-instagram-blog {
    background-position: top center !important;
  }
  .content-contact h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .content-contact h2 br {
    display: none;
  }
  .wrap-box-contacts {
    padding-top: 40px;
  }
  .wrap-box-contacts .box-contacts {
    margin-top: 20px;
    padding: 30px 20px;
  }
  .wrap-box-contacts .box-contacts .link-contact {
    font-size: 14px;
    width: max-content;
  }
  .banner-pages .phones {
    margin-bottom: 0;
  }
  .banner-pages .phones a {
    float: none;
    display: table;
    margin-bottom: 20px;
  }
  .wrap-why {
    height: auto;
    padding-bottom: 50px;
  }
  .wrap-why .box-title h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .wrap-why .card-topic {
    background: rgba(255, 255, 255, 0.9);
  }
  .wrap-why .card-topic span {
    font-size: 16px;
    line-height: 20px;
  }
}
body {
  max-width: 1920px;
  margin: auto;
}
body section.barra-lgpd {
  padding: 0 15px;
  background-color: #fafafa;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: dimgray;
  display: none;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 57px;
    position: fixed;
    top: auto;
  }
  body section.barra-lgpd .container {
    padding: 0;
  }
}
body section.barra-lgpd.exibir {
  display: block;
}
body section.barra-lgpd .row,
body section.barra-lgpd .container {
  max-width: 1445px !important;
  margin: auto;
  justify-content: center;
}
body section.barra-lgpd .row .conteudo-lgpd-in,
body section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: #3064a4;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted #3064a4;
}
body section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  cursor: pointer;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: #3064a4;
  border: 1px solid #3064a4;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body section.barra-lgpd .row .conteudo-lgpd-in .button-in button:hover,
body section.barra-lgpd .container .conteudo-lgpd-in .button-in button:hover {
  background-color: #f9f9f9;
}
@media screen and (max-width: 991px) {
  body section.barra-lgpd .row .conteudo-lgpd-in,
  body section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  body section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  body section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
body section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
body section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #2b2c69;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
body {
  /* MODAL */
}
body .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body .modal-lg {
  max-width: 650px;
}
body .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .modal-content {
  border-radius: 0 !important;
  background-color: white;
}
body .modal-content .closebtn {
  outline: none;
  color: white;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 500;
  opacity: 1;
  font-size: 15px;
}
body .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body .modal-body {
  padding: 30px 40px;
  border-radius: 15px;
}
body .modal-body h1 {
  font-size: 28px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 0;
  color: #003351;
}
body .modal-body h3 {
  text-align: center;
  font-weight: 400;
  font-size: 19px;
  margin-top: 10px;
}
body .modal-body form {
  margin-top: 20px;
}
body .modal-body form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
body .modal-body form button {
  outline: none;
  background-color: #003351;
  border: none;
  font-weight: 600;
  font-size: 18px;
  color: white;
  border-radius: 5px;
  padding: 9px 30px;
}
body .modal-body form button:hover {
  background-color: #3064a4;
}
body .modal-body form button i {
  color: white;
  margin-right: 5px;
}
body .modal-body form input:not([type=checkbox]),
body .modal-body form select,
body .modal-body form textarea {
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body .modal-body form textarea {
  height: 100px;
  outline: none;
}
body .modal-body.video {
  border-radius: 0;
  min-height: 650px;
}
@media (max-width: 991px) {
  body .modal-body.video {
    min-height: 360px;
  }
}
body .modal-body.video {
  padding: 0;
}
body .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body .modal-body {
    padding: 15px 0;
  }
  body .modal-body h1 {
    margin-bottom: 10px;
    font-size: 19px;
  }
  body .modal-body h3 {
    text-align: center;
    font-size: 15px;
  }
  body .modal-body form {
    margin-top: 20px;
  }
  body .modal-body form button {
    font-size: 15px;
  }
  body .modal-body form label {
    font-size: 15px;
  }
  body .modal-body form input:not([type=checkbox]),
  body .modal-body form select,
  body .modal-body form textarea {
    font-size: 15px;
    padding: 7px 15px;
  }
}
body ul.paginacao {
  display: flex;
  margin: 0 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 0;
}
body ul.paginacao li {
  list-style: none;
}
body ul.paginacao li a {
  background-color: white;
  border: 1px solid lightgray;
  width: 45px;
  height: 40px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: gray;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body ul.paginacao li a.active, body ul.paginacao li a:hover {
  color: white;
  border-color: #2b2c69;
  background-color: #2b2c69;
}
body section.formulario-enviado {
  padding: 200px 0;
  color: #2b2c69;
  background: #fafafa;
  border-bottom: 5px solid #2b2c69;
}
body section.formulario-enviado .box-in {
  text-align: center;
}
body section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
body section.formulario-enviado .box-in a {
  color: #2b2c69;
  font-weight: 500;
  border-bottom: 1px dotted #2b2c69;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #2b2c69;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #2b2c69;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #2b2c69;
  color: white;
}
body section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #2b2c69;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 500;
  color: #2b2c69;
  line-height: 1;
}
@media (max-width: 991px) {
  body section.formulario-enviado {
    padding: 90px 0;
    text-align: center;
  }
  body section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body header .container {
  max-width: 1600px;
}
body header .default-header {
  float: left;
  width: 100%;
  background: url("../image/bg-header.png") center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 16px 0;
}
body header .default-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 7px;
  background-image: linear-gradient(to left, rgba(163, 159, 191, 0.8), transparent, transparent);
}
body header .default-header .logo {
  float: left;
}
body header .default-header .social-sap-button {
  padding-left: 2em;
}
body header .default-header .social-sap-button a img {
  height: 42px !important;
  width: auto;
  margin-left: 0;
}
body header .default-header .right-header {
  float: right;
  padding: 33px 0;
}
body header .default-header .right-header .div-contacts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
}
body header .default-header .phone-icon-circle {
  float: left;
  margin: 3px 40px 3px 0;
}
body header .default-header .btn-contact {
  float: left;
  margin-right: 40px;
}
body header .default-header .social {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body header .default-header .social span {
  float: left;
  line-height: 48px;
  font-size: 14px;
  color: #312b80;
}
body header .default-header .social a {
  float: left;
  margin-left: 20px;
  font-size: 14px;
  color: #312b80;
  float: left;
  line-height: 48px;
}
body header .default-header .social a:hover {
  color: #8ebae6;
}
body header .bar-menu {
  float: left;
  width: 100%;
  background: url(../image/bg-bar-blue.png) center center no-repeat;
  background-size: cover;
}
body header .bar-menu nav {
  display: table;
  margin: 0 auto;
}
body header .bar-menu nav ul {
  display: table;
}
body header .bar-menu nav ul li {
  float: left;
  position: relative;
  padding: 15px 0;
}
body header .bar-menu nav ul li a {
  display: table;
  padding: 35px 22px 0 22px;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}
body header .bar-menu nav ul li a .icon {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
}
body header .bar-menu nav ul li a:hover {
  color: #7ea7d9;
}
body header .bar-menu nav ul li:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 20px;
  width: 1px;
  background-image: linear-gradient(to top, #fff, transparent);
  opacity: 0.4;
}
body header .bar-menu nav ul li:last-of-type:before {
  display: none;
}
body header .open-menu {
  display: none;
}
@media only screen and (max-width: 991px) {
  body header .default-header {
    padding: 26px 0;
  }
  body header .default-header .logo img {
    width: 150px;
  }
  body header .default-header .right-header {
    padding: 19px 0;
  }
  body header .default-header .right-header .div-contacts {
    flex-direction: row;
  }
  body header .default-header .btn-contact,
  body header .default-header .phone-icon-circle {
    margin-right: 25px;
  }
  body header .bar-menu nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }
  body header .bar-menu .container {
    padding: 0;
  }
  body header .bar-menu nav ul li a {
    font-size: 14px;
  }
  body header .default-header .btn-contact.orange {
    margin-right: 0;
  }
  body header .bar-menu nav ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
  body header .default-header {
    padding: 20px 0;
    position: relative;
    padding-bottom: 30px;
  }
  body header .default-header:after {
    content: "";
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../image/bg-bar-blue.png) center center no-repeat;
    background-size: cover;
  }
  body header .default-header .open-menu {
    display: table;
    float: right;
    margin: 24px 0;
  }
  body header .default-header .open-menu i {
    left: 20px;
    font-size: 16px;
  }
  body header .bar-menu {
    display: none;
  }
}
body main section.popup {
  display: none;
}
body main section.popup.show {
  display: block;
}
body main section.popup .popup-lente {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 700;
  background-color: black;
  opacity: 0.5;
  display: block;
  pointer-events: auto;
}
body main section.popup .popup-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 701;
  padding: 20px;
  pointer-events: none;
}
body main section.popup .popup-body .popup-inner {
  position: relative;
  pointer-events: auto;
}
body main section.popup .popup-body .fechar {
  position: absolute;
  top: -50px;
  right: 0;
  color: white;
  font-size: 30px;
}
body main section.popup .popup-body .img {
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 700px;
  object-fit: contain;
}
@media (max-width: 991px) {
  body main section.popup .popup-body .img {
    max-width: 600px;
    max-height: 600px;
  }
}
body main .home-banner {
  position: relative;
}
body main .home-banner .item-banner {
  float: left;
  width: 100%;
  position: relative;
}
body main .home-banner .item-banner .container {
  height: 630px;
  display: flex;
  align-items: center;
}
body main .home-banner .item-banner .into {
  display: table;
  width: 100%;
}
body main .home-banner .item-banner .icon {
  display: table;
  margin-bottom: 15px;
}
body main .home-banner .item-banner h2 {
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  font-weight: 400;
}
body main .home-banner .item-banner h2 strong {
  font-weight: 700;
  color: #82aeec;
}
body main .home-banner .item-banner p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
  display: table;
}
body main .home-banner div.disabled {
  display: none !important;
}
body main .home-banner button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
body main .home-banner .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
body main .home-banner .owl-nav button {
  width: 55px;
  height: 45px;
  color: #fff;
  font-size: 20px;
  background: #203271;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border: none;
}
body main .home-banner .owl-nav button:hover {
  background: #82aeec;
}
body main .home-banner .owl-nav button.owl-prev {
  left: 0;
  border-radius: 0 25px 25px 0;
}
body main .home-banner .owl-nav button.owl-next {
  right: 0;
  border-radius: 25px 0 0 25px;
}
body main .wrap-solutions {
  padding: 70px 0;
  background: url(../image/bg-solutions.png) center center no-repeat;
  background-size: cover;
}
body main .wrap-solutions .container {
  position: relative;
}
body main .wrap-solutions .vertical-text {
  display: table;
  writing-mode: tb-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 85px;
  position: relative;
  z-index: 300;
  position: absolute;
  top: 0;
  right: -55px;
  font-weight: 700;
  letter-spacing: 2px;
}
body main .wrap-solutions .vertical-text strong {
  color: #6697db;
  font-weight: 700;
}
body main .wrap-solutions .vertical-text:before {
  content: "";
  width: 1px;
  height: 140px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  bottom: -75px;
  opacity: 0.5;
}
body main .wrap-solutions .box-title {
  float: left;
  width: 100%;
  padding-left: 150px;
  background: url(../image/icon-services.png) left center no-repeat;
  margin-bottom: 30px;
}
body main .wrap-solutions .box-title h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
body main .wrap-solutions .box-title p {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  color: #fff;
  margin-bottom: 0;
}
body main .wrap-solutions .box-title p strong {
  font-weight: 700;
  color: #5c97cd;
}
body main .wrap-solutions .carousel-solutions {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
body main .wrap-solutions .carousel-solutions .owl-stage {
  display: flex;
}
body main .wrap-solutions .carousel-solutions .owl-stage .owl-item {
  display: flex;
  flex: 0 0 1;
}
body main .wrap-solutions .carousel-solutions .card-solution {
  float: left;
  width: 100%;
  border-radius: 10px;
  background-color: rgba(43, 44, 105, 0.85);
  padding: 17px 25px 145px;
  position: relative;
  transition: 0.3s all;
}
body main .wrap-solutions .carousel-solutions .card-solution:hover {
  background-color: rgba(66, 67, 129, 0.85);
}
body main .wrap-solutions .carousel-solutions .card-solution .icon-solution {
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 90px;
  margin-bottom: 10px;
}
body main .wrap-solutions .carousel-solutions .card-solution h3 {
  display: table;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}
body main .wrap-solutions .carousel-solutions .card-solution p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 21px;
  color: #fff;
  width: 100%;
  text-align: center;
}
body main .wrap-solutions .carousel-solutions .card-solution .buttons {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  padding: 0 25px;
}
body main .wrap-solutions .carousel-solutions .card-solution a {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  float: left;
}
body main .wrap-solutions .carousel-solutions .owl-controls {
  position: relative;
  display: table;
  margin: 30px auto 0;
  padding: 0 37px;
  width: 100%;
  float: left;
}
body main .wrap-solutions .carousel-solutions .owl-controls .owl-dots {
  display: flex;
  align-items: center;
  width: 100%;
}
body main .wrap-solutions .carousel-solutions .owl-controls .owl-dots button {
  float: left;
  height: 2px;
  border: none;
  background: #5081af;
  opacity: 0.5;
  width: 100%;
}
body main .wrap-solutions .carousel-solutions .owl-controls .owl-dots button:hover {
  opacity: 1;
}
body main .wrap-solutions .carousel-solutions .owl-controls .owl-dots button.active {
  height: 8px;
  opacity: 1;
}
body main .wrap-solutions .carousel-solutions .owl-controls .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
body main .wrap-solutions .carousel-solutions .owl-controls .owl-nav button {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: none;
  border: none;
  font-size: 24px;
  color: #fff;
}
body main .wrap-solutions .carousel-solutions .owl-controls .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
body main .wrap-solutions .carousel-solutions .owl-controls .owl-nav button:hover {
  color: #5081af;
}
body main .wrap-solutions .btn-more {
  margin: 0 auto;
}
body main .wrap-full-video .open-video {
  float: left;
  width: 100%;
  padding: 145px 0;
  background: url(../image/bg-video.png) center center no-repeat;
  background-size: cover;
}
body main .wrap-full-video .open-video span {
  display: table;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
body main .wrap-full-video .open-video i {
  display: table;
  margin: 0 auto 30px;
  font-size: 40px;
  color: #6e93e8;
}
body main .wrap-full-video .open-video span strong {
  font-weight: 700;
  color: #6e93e8;
}
body main .wrap-instagram-blog {
  background: url(../image/bg-pins.png) center 75% no-repeat;
}
@media only screen and (max-width: 991px) {
  body main .wrap-solutions .vertical-text {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  body main .home-banner .owl-nav {
    left: 50%;
    right: auto;
    top: auto;
    transform: translate(-50%, 0);
    display: table;
    bottom: -22.5px;
  }
  body main .home-banner .owl-nav button {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
  }
  body main .home-banner .owl-nav button.owl-prev {
    border-radius: 30px 0 0 30px;
  }
  body main .home-banner .owl-nav button.owl-next {
    border-radius: 0 30px 30px 0;
  }
}
@media only screen and (max-width: 991px) {
  body main .home-banner .item-banner h2 {
    font-size: 35px;
    line-height: 40px;
  }
  body main .home-banner .item-banner p br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  body main .wrap-solutions .box-title {
    padding-left: 0;
    padding-top: 85px;
    background-size: 70px !important;
    background-position: top left !important;
  }
  body main .wrap-solutions .box-title h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  body main .wrap-solutions .box-title p {
    font-size: 18px;
    line-height: 26px;
  }
}
body main .content-about {
  padding: 65px 0;
  background: url(../image/bg-duvidas.png) top center no-repeat;
}
body main .content-about img {
  display: table;
  width: 100%;
}
body main .content-about h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #201f4b;
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 20px;
}
body main .content-about h2 strong {
  font-weight: 700;
  color: #3064a4;
}
body main .content-about h2:after {
  content: "";
  width: 53px;
  height: 3px;
  background: #3064a4;
  position: absolute;
  left: 0;
  bottom: 0;
}
body main .content-about .subtitle {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28px;
  color: #3064a4;
}
body main .content-about p {
  font-size: 16px;
  line-height: 21px;
  color: #201f4b;
}
body main .about-mvv {
  padding: 65px 0 35px;
  background: url(../image/bg-mvv.png) center center no-repeat;
  background-size: cover;
}
body main .about-mvv .card-mvv {
  height: calc(100% - 30px);
  margin-bottom: 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #cccccc;
  float: left;
  width: 100%;
  padding: 30px 40px;
}
body main .about-mvv .card-mvv .icon {
  display: flex;
  width: 100%;
  height: 90px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
body main .about-mvv .card-mvv h2 {
  display: table;
  width: 100%;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  color: #3064a4;
  line-height: 28px;
  text-transform: uppercase;
}
body main .about-mvv .card-mvv p {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #312b80;
}
body main .about-cards-2 {
  background: url(../image/bg-navio.png) top center no-repeat;
  background-size: cover;
  height: 1580px;
  padding-top: 55px;
}
body main .about-cards-2 .box-title {
  padding-top: 45px;
  background: url(../image/detail-dashed-2.png) top center no-repeat;
  margin-bottom: 50px;
}
body main .about-cards-2 .box-title h2 {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 42px;
}
body main .about-cards-2 .box-title h2 strong {
  font-weight: 700;
  margin-bottom: 10px;
  color: #86c6d7;
}
body main .about-cards-2 .box-title p {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
body main .about-cards-2 .card-topic {
  height: calc(100% - 30px);
  margin-bottom: 30px;
  border-radius: 20px;
  background: rgba(128, 163, 176, 0.4);
  border: 1px solid #428091;
  float: left;
  width: 100%;
  padding: 30px 40px;
}
body main .about-cards-2 .card-topic .icon {
  display: flex;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
body main .about-cards-2 .card-topic h3 {
  display: table;
  width: 100%;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  text-transform: uppercase;
}
body main .about-cards-2 .card-topic p {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
body main .wrap-about-contacts .wrap-bar-contacts {
  padding-bottom: 100px;
}
body main .about-team {
  padding-top: 65px;
}
body main .about-team .box-title {
  display: table;
  width: 100%;
  padding-top: 45px;
  background: url(../image/detail-dashed.png) top center no-repeat;
  margin-bottom: 40px;
}
body main .about-team .box-title h2 {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #2b2c69;
  line-height: 42px;
}
body main .about-team .box-title h2 strong {
  font-weight: 700;
  margin-bottom: 10px;
  color: #3064a4;
}
body main .about-team .box-title p {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #19225a;
}
body main .about-team .item-team {
  float: left;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #cccccc;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
body main .about-team .item-team .image {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}
body main .about-team .item-team .image img {
  float: left;
  width: 100%;
}
body main .about-team .item-team .image:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background-image: linear-gradient(to top, #fff, transparent);
}
body main .about-team .item-team .box-text {
  float: left;
  width: 100%;
  padding: 0 30px 30px;
}
body main .about-team .item-team .box-text h3 {
  display: table;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #3064a4;
  line-height: 28px;
  margin-bottom: 10px;
}
body main .about-team .item-team .box-text p {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #312b80;
}
@media only screen and (max-width: 991px) {
  body main .about-cards-2 .box-title h2,
  body main .about-team .box-title h2 {
    font-size: 30px;
    line-height: 36px;
  }
  body main .content-about img {
    display: none;
  }
  body main .content-about h2 {
    font-size: 24px;
    line-height: 32px;
  }
  body main .content-about .subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  body main .content-about p {
    line-height: 24px;
  }
  body main .about-cards-2 {
    height: auto;
    padding-bottom: 50px;
    position: relative;
  }
  body main .about-cards-2 .container {
    position: relative;
    z-index: 100;
  }
  body main .about-cards-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 43, 71, 0.8);
  }
  body main .about-cards-2 .card-topic {
    background: rgba(128, 163, 176, 0.8);
  }
}
body main .content-list-full-services {
  padding: 50px 0;
  background: url(../image/bg-duvidas.png) top center no-repeat;
}
body main .item-full-service {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
body main .item-full-service img {
  float: right;
  border-radius: 0 10px 10px 0;
}
body main .item-full-service .box-text {
  display: table;
  width: 100%;
  padding-left: 45px;
}
body main .item-full-service .box-text h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #201f4b;
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 20px;
}
body main .item-full-service .box-text h2 strong {
  font-weight: 700;
  color: #3064a4;
}
body main .item-full-service .box-text h2:after {
  content: "";
  width: 53px;
  height: 3px;
  background: #3064a4;
  position: absolute;
  left: 0;
  bottom: 0;
}
body main .item-full-service .box-text p {
  font-size: 18px;
  line-height: 28px;
  color: #3064a4;
  margin-bottom: 20px;
}
body main .item-full-service:nth-of-type(2n) .col-img {
  order: 6 !important;
}
body main .item-full-service:nth-of-type(2n) .col-text {
  order: -1 !important;
}
body main .item-full-service:nth-of-type(2n) img {
  border-radius: 10px 0 0 10px;
  float: left;
}
body main .item-full-service:nth-of-type(2n) .box-text {
  padding-left: 0;
  padding-right: 45px;
}
body main .content-list-full-services .btn-more {
  margin: 0 auto;
  float: none;
  display: table;
}
body main .item-full-service-single {
  padding: 60px 0;
  margin-bottom: 0;
}
body main .item-full-service-single .box-text {
  padding-left: 0;
  padding-right: 45px;
}
body main .item-full-service-single img {
  border-radius: 10px 0 0 10px;
  float: left;
}
body main .service-topics .content-topics {
  padding-top: 0;
}
body main .service-topics .box-title-full {
  padding-top: 45px;
  background: url(../image/detail-dashed.png) top center no-repeat;
  margin-top: -16px;
}
body main .service-topics .content-topics .box-text {
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 991px) {
  body main .item-full-service-single .box-text,
  body main .item-full-service .box-text {
    padding: 0 !important;
  }
  body main .item-full-service .box-text h2 {
    font-size: 26px;
    line-height: 32px;
  }
  body main .item-full-service-single img,
  body main .item-full-service img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px !important;
  }
  body main .item-full-service .col-img,
  body main .item-full-service:nth-of-type(2n) .col-img {
    order: -1 !important;
  }
  body main .service-topics {
    position: relative;
    z-index: 200;
  }
}
body main .content-contact .box-title-icon {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
body main .content-contact .box-title-icon .box-text {
  float: left;
  width: 100%;
  display: flex;
}
body main .content-contact .box-title-icon .box-text .text {
  padding-left: 20px;
}
body main .content-contact .box-title-icon .box-text h2 {
  font-weight: 700;
  display: table;
  font-size: 30px;
  color: #3064a4;
}
body main .content-contact .box-title-icon .box-text p {
  font-size: 16px;
  line-height: 22px;
  color: #312b80;
  margin-bottom: 20px;
}
body main .content-contact .box-title-icon .logo {
  float: right;
}
body main .content-contact .box-full-form {
  float: left;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  padding: 50px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 14px 14px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 14px 14px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 14px 14px 30px 0px rgba(0, 0, 0, 0.15);
}
body main .wrap-box-contacts .box-contacts-ouvidoria {
  margin-top: 0;
}
body main .wrap-box-contacts .box-contacts .text-ouvidoria img {
  display: table;
  margin-bottom: 15px;
}
body main .wrap-box-contacts .box-contacts .text-ouvidoria h3 {
  font-weight: 700;
  display: table;
  font-size: 30px;
  line-height: 38px;
  color: #3064a4;
  margin-bottom: 0;
}
body main .wrap-box-contacts .box-contacts .text-ouvidoria p {
  font-size: 17px;
  line-height: 22px;
  color: #312b80;
}
@media only screen and (max-width: 991px) {
  body main .content-contact .box-title-icon .box-text {
    display: table;
  }
  body main .content-contact .box-title-icon .box-text .icon {
    margin-bottom: 20px;
  }
  body main .content-contact .box-title-icon .box-text .text {
    padding-left: 0;
  }
  body main .content-contact .box-title-icon .logo {
    float: none;
    display: table;
    margin: 40px auto 0;
  }
  body main .content-contact .box-full-form {
    padding: 30px;
  }
  body main .content-contact .box-full-form h2 {
    margin-bottom: 20px;
  }
  body main .wrap-box-contacts .box-contacts .btn-contact {
    width: auto;
  }
}
body main .content-faq {
  padding: 50px 0;
  background: url(../image/bg-duvidas.png) top center no-repeat;
}
body main .content-faq .block-faq {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
body main .content-faq .block-faq h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: table;
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  color: #355779;
  font-weight: 700;
  border-bottom: 2px solid #e0e0e0;
}
body main .content-faq .block-faq p {
  font-size: 16px;
  line-height: 22px;
  color: #4c4c4c;
}
body main .side-box-form {
  float: left;
  width: 100%;
  margin-top: 30px;
  border-radius: 30px 0 30px 0;
  padding: 30px 40px;
  background: #e4e4e4;
}
body main .side-box-form .title {
  display: table;
  width: 100%;
  text-align: center;
  padding-top: 65px;
  background: url(../image/icon-duvida.png) top center no-repeat;
  font-size: 18px;
  color: #3064a4;
  font-weight: 700;
}
body main .side-box-form p {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #282828;
  text-align: center;
}
body main .side-box-form form {
  float: left;
  width: 100%;
}
body main .side-box-form form .form-group {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
body main .side-box-form form input,
body main .side-box-form form textarea {
  float: left;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #c8cdca;
  border-bottom: 5px solid #c8cdca;
  padding: 0 20px;
  height: 60px;
  font-size: 16px;
}
body main .side-box-form form textarea {
  display: block;
  padding: 15px 20px;
  resize: none;
  height: 140px;
}
body main .side-box-form form button {
  height: 55px;
  border-radius: 50px;
  width: 100%;
  float: left;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  background: #2d3776;
}
body main .side-box-form form button:hover {
  background: #8ebae6;
}
body main .banner-blog-single {
  background: url(../image/bg-header.png) center center no-repeat;
  background-size: cover;
  padding: 25px 0;
}
body main .banner-blog-single .breadcrumbs {
  margin-bottom: 0;
}
body main .content-blog {
  padding: 50px 0;
  background: url(../image/bg-duvidas.png) top center no-repeat;
}
body main .content-blog .card-blog {
  border: 1px solid #c9c9c9;
  background: #fff;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
body main .side-last-posts {
  float: left;
  border-radius: 30px 0 30px 0;
  width: 100%;
  overflow: hidden;
  border: 1px solid #c9c9c9;
  background: rgba(221, 221, 221, 0.8);
  margin-top: 30px;
}
body main .side-last-posts .title {
  float: left;
  width: 100%;
  padding: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #c9c9c9;
  font-weight: 700;
  font-size: 18px;
  color: #3064a4;
  text-align: center;
}
body main .side-last-posts .into {
  float: left;
  padding: 25px 35px 15px;
  display: table;
  width: 100%;
}
body main .side-last-posts .item-side-post {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
body main .side-last-posts .item-side-post .category {
  display: table;
  text-transform: uppercase;
  line-height: 24px;
  padding: 0 15px;
  background: #2b2c69;
  color: #fff;
  font-size: 13px;
  margin-bottom: 15px;
}
body main .side-last-posts .item-side-post .title-item {
  display: table;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #2b2c69;
  transition: 0.5s;
}
body main .side-last-posts .item-side-post:hover .title-item {
  color: #5383d0;
}
body main .content-single-blog {
  float: left;
  width: 100%;
}
body main .content-single-blog .infos {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
body main .content-single-blog .category {
  float: left;
  display: table;
  text-transform: uppercase;
  line-height: 24px;
  padding: 0 15px;
  background: #2b2c69;
  color: #fff;
  font-size: 13px;
  margin-right: 20px;
}
body main .content-single-blog .date {
  float: left;
  text-transform: uppercase;
  line-height: 24px;
  padding: 0 15px;
  color: #2b2c69;
  font-size: 13px;
}
body main .content-single-blog h1 {
  font-size: 45px;
  line-height: 50px;
  color: #2d3776;
  font-weight: 700;
  margin-bottom: 15px;
}
body main .content-single-blog p {
  font-size: 18px;
  line-height: 26px;
  color: #201f4b;
  margin-bottom: 20px;
}
body main .content-single-blog .full-img {
  float: left;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
}
body main .content-single-blog .share {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
body main .content-single-blog .share span {
  float: left;
  text-transform: uppercase;
  font-size: 15px;
  color: #4e4e4e;
  line-height: 20px;
}
body main .content-single-blog .share .links {
  float: right;
}
body main .content-single-blog h2 {
  margin-bottom: 20px;
  display: table;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #201f4b;
}
body main .post-comments {
  float: left;
  width: 100%;
  padding: 75px;
  background: #f2f2f2;
  margin-top: 40px;
}
body main .post-comments h2 {
  margin-bottom: 20px;
  display: table;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #201f4b;
}
body main .post-comments form {
  float: left;
  width: 100%;
}
body main .post-comments form .form-group {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
body main .post-comments form input,
body main .post-comments form textarea {
  float: left;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #c8cdca;
  border-bottom: 5px solid #c8cdca;
  padding: 0 20px;
  height: 60px;
  font-size: 16px;
}
body main .post-comments form textarea {
  display: block;
  padding: 15px 20px;
  resize: none;
  height: 140px;
}
body main .post-comments form button {
  height: 55px;
  border-radius: 50px;
  float: right;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  background: #2d3776;
  padding: 0 40px;
}
body main .post-comments form button:hover {
  background: #8ebae6;
}
@media only screen and (max-width: 991px) {
  body main .post-comments form button {
    font-size: 13px;
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 991px) {
  body main .content-single-blog h1 {
    font-size: 30px;
    line-height: 36px;
  }
  body main .post-comments {
    padding: 30px;
    margin-bottom: 50px;
  }
  body main .post-comments h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
body main .content-investimentos {
  padding: 50px 0 80px;
  background: url(../image/bg-duvidas.png) top center no-repeat;
}
body main .content-investimentos .box-button {
  float: left;
  width: 100%;
  padding: 50px;
  border-radius: 0 40px 0 40px;
  background: #f7f7f7;
  border: 1px solid #dedede;
  margin-bottom: 30px;
}
body main .content-investimentos .box-button h2 {
  text-transform: uppercase;
  margin-bottom: 5px;
  display: table;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #2b2c69;
}
body main .content-investimentos .box-button p {
  font-size: 18px;
  line-height: 27px;
  color: #4c4c4c;
  margin-bottom: 20px;
}
body main .content-investimentos .box-content {
  float: left;
  width: 100%;
}
body main .content-investimentos .box-content h2 {
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 24px;
  color: #2b2c69;
  display: table;
  text-align: center;
}
body main .content-investimentos .box-content h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  height: 2px;
  background: #2b2c69;
  width: 50px;
}
body main .content-investimentos .box-content img {
  display: table;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 14px 14px 11px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 14px 14px 11px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 14px 14px 11px 0px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  body main .content-investimentos .box-button {
    padding: 30px;
  }
}
body main .content-work {
  padding: 60px 0;
  background: url(../image/bg-duvidas.png) top center no-repeat;
}
body main .content-work .box-text-center {
  float: left;
  width: 100%;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #c2c2c2;
}
body main .content-work .box-text-center h2 {
  display: table;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #23377e;
  margin-bottom: 10px;
}
body main .content-work .box-text-center p {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #1d293b;
}
body main .content-work .box-text-center p:last-of-type {
  margin-bottom: 0;
}
body main .wrap-vagas {
  float: left;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #c2c2c2;
  padding: 55px 65px;
}
body main .wrap-vagas .box-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
body main .wrap-vagas .box-title i {
  font-size: 45px;
  color: #23377e;
}
body main .wrap-vagas .box-title .text h2 {
  font-size: 27px;
  line-height: 34px;
  color: #1f221a;
  font-weight: 400;
}
body main .wrap-vagas .box-title .text h2 strong {
  text-transform: uppercase;
  font-weight: 700;
  color: #23377e;
}
body main .wrap-vagas .box-title .text {
  padding-left: 20px;
}
body main .list-work {
  float: left;
  width: 100%;
  padding-right: 60px;
  height: 490px;
}
body main .nicescroll-rails {
  z-index: 999 !important;
  opacity: 1 !important;
  border-radius: 8px !important;
}
body main .item-work {
  float: left;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
body main .item-work h3 {
  display: table;
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  color: #2b2c69;
  margin-bottom: 0;
}
body main .item-work p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 25px;
  color: #666666;
}
body main .item-work ul {
  display: table;
}
body main .item-work ul li {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
  color: #666666;
}
body main .item-work ul li i {
  margin-right: 10px;
  color: #2b2c69;
}
body main .content-form-work {
  background: none;
}
body main .content-form-work .box-title {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 0;
}
body main .content-form-work .box-title:after {
  display: none;
}
body main .content-form-work .box-title h2 {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 27px;
  line-height: 35px;
  color: #1f221a;
}
body main .content-form-work .box-title h2 strong {
  font-weight: 500;
  color: #2b2c69;
}
body main .content-form-work .wrap-box-contacts h2 {
  font-weight: 500;
  color: #343434;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 5px;
  text-align: left;
}
body main .content-form-work .wrap-box-contacts p {
  text-align: left;
  color: #4c4c4c;
}
body main .content-form-work .box-contacts {
  margin-top: 30px;
}
body main .work-blocks {
  padding: 50px 0;
}
body main .item-block-work {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
body main .item-block-work img {
  float: left;
  width: 100%;
  border-radius: 5px;
}
body main .item-block-work h2 {
  text-transform: uppercase;
  display: table;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #2b2c69;
}
body main .item-block-work p {
  font-size: 17px;
  line-height: 25px;
  color: #333333;
}
@media only screen and (max-width: 991px) {
  body main .wrap-vagas {
    padding: 30px 20px;
  }
  body main .wrap-vagas .box-title {
    display: table;
  }
  body main .wrap-vagas .box-title i {
    display: table;
    margin-bottom: 10px;
  }
  body main .wrap-vagas .box-title .text {
    padding-left: 0;
  }
  body main .wrap-vagas .box-title .text h2 {
    font-size: 22px;
    line-height: 28px;
  }
  body main .list-work {
    padding-right: 30px;
  }
  body main .content-form-work {
    padding-top: 0;
  }
  body main .item-block-work img {
    margin-bottom: 20px;
  }
}
body main .politica-termos {
  padding: 30px 0px;
  background-color: #fafafa;
}
body main .politica-termos h1,
body main .politica-termos h2,
body main .politica-termos h3,
body main .politica-termos h4,
body main .politica-termos h5,
body main .politica-termos h6 {
  font-size: 32px;
  font-weight: 700;
  color: #2b2c69;
}
body main .politica-termos strong,
body main .politica-termos b {
  color: #3064a4;
}
@media (max-width: 991px) {
  body main .politica-termos {
    padding: 20px 0px;
    font-size: 15px;
  }
  body main .politica-termos h1 {
    font-size: 22px;
  }
}
body main .barra-conheca h2 {
  font-size: 18px;
  color: #fff;
}
body main .barra-conheca p {
  font-size: 14px;
}
body main .barra-conheca {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  background: radial-gradient(1200px 600px at 15% 10%, rgba(40, 74, 140, 0.35), transparent 60%), radial-gradient(900px 500px at 70% 30%, rgba(14, 35, 80, 0.4), transparent 60%), linear-gradient(180deg, #061a37 0%, #082448 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
body main .barra-conheca::before, body main .barra-conheca::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
body main .barra-conheca::before {
  inset: -10% -5% auto auto;
  width: 65%;
  height: 140%;
  background: linear-gradient(135deg, rgba(9, 26, 60, 0.35), rgba(10, 30, 66, 0));
  transform: skewX(-18deg);
  mix-blend-mode: overlay;
}
body main .barra-conheca::after {
  inset: auto auto -25% -10%;
  width: 80%;
  height: 140%;
  background: linear-gradient(135deg, rgba(6, 22, 50, 0.45), rgba(6, 22, 50, 0));
  transform: skewX(-15deg);
}
@media (max-width: 991.98px) {
  body main .barra-conheca .col-lg-4 {
    justify-content: flex-start !important;
  }
}
body main .fale-com {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 620px;
}
body main .fale-com .bg-section {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}
body main .fale-com .bg-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(10, 15, 75);
  mix-blend-mode: color;
  z-index: 1;
  pointer-events: none;
}
body main .fale-com .bg-section::after {
  content: "";
  position: absolute;
  inset: 0;
  /* circle at 100% 100% => centro no canto inferior direito */
  background: radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 40%, rgb(255, 255, 255) 50%);
  z-index: 2;
  pointer-events: none;
}
body main .fale-com .container {
  position: relative;
  z-index: 3;
}
body main .fale-com__title {
  color: #233a6b;
  font-weight: 800;
}
body main .fale-com {
  /* formulário */
}
body main .fale-com__form .form-control,
body main .fale-com__form .form-select {
  background: rgba(255, 255, 255, 0.8);
  height: 44px;
}
body main .fale-com__form .form-control:focus,
body main .fale-com__form .form-select:focus {
  border-color: #6f63ff;
  box-shadow: 0 0 0 0.2rem rgba(111, 99, 255, 0.15);
}
body main .fale-com__form textarea.form-control {
  height: auto;
}
body main .fale-com {
  /* card da direita */
}
body main .fale-com__card {
  background: #fff;
  border-radius: 0 2.5rem 0 2.5rem;
  padding: 1.75rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
body main .fale-com__list .icon-badge {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 0.45rem 0 0.45rem 0;
  color: #082448;
  border: #082448 2px solid;
  flex: 0 0 36px;
}
body main {
  /* Botões pílula */
}
body main .btn-pill-primary {
  color: #061a37;
  border-radius: 1rem 0 1rem 0;
  border: 0;
  height: 44px;
  letter-spacing: 0.02em;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
body main .btn-pill-primary:hover {
  filter: brightness(1.05);
  color: #fff;
}
body main .btn-pill-outline {
  border-radius: 999px;
  border: 2px solid #3f4cc9;
  color: #3f4cc9;
  height: 44px;
  font-weight: 700;
  background: #fff;
}
body main .btn-pill-outline:hover {
  background: #f3f5ff;
  color: #2f3ab3;
}
body main .btn-pill-warning {
  border-radius: 999px;
  height: 44px;
  font-weight: 800;
  color: #222;
  background: linear-gradient(180deg, #ffcc66, #f9a826);
  box-shadow: 0 12px 24px rgba(249, 168, 38, 0.35);
  border: 0;
}
body main .btn-pill-warning:hover {
  filter: brightness(1.05);
  color: #222;
}
body main .fale-com form {
  float: left;
  width: 100%;
}
body main .fale-com form .title-field {
  display: table;
  margin-bottom: 5px;
  font-size: 18px;
  color: #43413e;
}
body main .fale-com form .subtitle-field {
  display: table;
  font-size: 13px;
  line-height: 18px;
  color: #4c4c4c;
  margin-bottom: 10px;
}
body main .fale-com form input,
body main .fale-com form textarea,
body main .fale-com form select {
  float: left;
  width: 100%;
  padding: 0 20px;
  height: 50px;
  background: #fff;
  border: 1px solid #dedede;
  font-size: 16px;
  color: #000;
}
body main .fale-com form textarea {
  padding: 15px 20px;
  resize: none;
  height: 110px;
}
body main .fale-com form button {
  float: right;
  color: #fff;
  height: 45px;
  font-weight: 700;
  border-radius: 40px;
  border: none;
  padding: 0 40px;
  font-size: 15px;
  background: #355779;
  text-transform: uppercase;
}
body main .fale-com form button:hover {
  background: #23377e;
}
body main .fale-com form .custom-file-label::after {
  content: "Selecionar";
  line-height: 48px;
  height: 48px;
  border: none;
  background: none;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
  background: #355779;
}
body main .fale-com form .custom-file-input {
  height: 47px;
  display: none;
}
body main .fale-com form .custom-file {
  height: 50px;
  background: #f7f7f7;
  display: block;
  overflow: hidden;
  border: 1px solid #dedede;
  cursor: pointer;
  border-radius: 0;
}
body main .fale-com form .custom-file-label {
  height: 48px;
  background: none;
  border: none;
  line-height: 48px;
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #000;
  text-transform: initial;
  border-radius: 8px;
  margin-bottom: 0;
  width: 100%;
  position: relative;
}
body main .marcas {
  position: relative;
  overflow: hidden;
}
body main .marcas .bg-section {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
  /* fade branco horizontal (clareia no miolo) */
}
body main .marcas .bg-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 22%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.85) 78%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
body main .marcas .bg-section {
  /* fade branco de baixo para cima */
}
body main .marcas .bg-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 20%);
  z-index: 2;
}
body main .marcas .container {
  position: relative;
  z-index: 3;
}
body main .marcas .section-title {
  color: #233a6b;
  font-weight: 800;
}
body main {
  /* -------- Card da marca -------- */
}
body main .marca-card {
  border-radius: 1rem;
  border: solid 8px #fff;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  /* 1) imagem 100% width, altura “teto” 250px com crop */
}
body main .marca-card__header {
  height: 250px;
  overflow: hidden;
  background: #f5f6fa;
}
body main .marca-card__header .full-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body main .marca-card__body {
  display: flex;
  flex-direction: column;
  min-height: 1px;
}
body main .marca-card__text p,
body main .marca-card__text h1,
body main .marca-card__text h2,
body main .marca-card__text h3,
body main .marca-card__text h4,
body main .marca-card__text h5 {
  flex-grow: 1;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 1.5;
}
body main .marca-card__rule {
  border: 0;
  height: 1px;
  background: #e9edf5;
}
body main .btn-border.blue {
  display: inline-block;
  border-radius: 999px;
  border: 2px solid #3f4cc9;
  color: #3f4cc9;
  background: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  padding: 0.6rem 1.25rem;
  line-height: 1;
}
body main .btn-border.blue:hover {
  background: #f3f5ff;
  color: #2f3ab3;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  body main .fale-com__card {
    margin-top: 1.5rem;
  }
  body main .marca-card__header {
    height: 220px;
  }
}
body main {
  /* ====== PAI ====== */
}
body main .sobre {
  position: relative;
  overflow: hidden;
}
body main {
  /* ====== TOPO: DESTAQUE ====== */
}
body main .sobre-destaque {
  position: relative;
  color: #fff;
  padding: 18px 0 22px;
  /* NÃO use shorthand 'background' aqui, senão apaga o background-image inline */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}
body main .sobre-destaque::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(3, 39, 102) 0%, rgba(3, 39, 102, 0.8) 50%, rgba(2, 48, 129, 0) 100%);
  mix-blend-mode: darken;
  pointer-events: none;
  z-index: -1;
}
body main .sobre-textos {
  margin: 0;
}
body main .sobre-texto {
  z-index: 999;
  margin: 0 0 6px 0;
  font-size: 0.95rem;
  color: #fff;
}
body main {
  /* ====== BLOCO INFERIOR: MAIS ====== */
}
body main .sobre-mais {
  position: relative;
  isolation: isolate;
  padding: 36px 0;
}
body main .sobre-mais .bg-section {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body main .sobre-mais .container {
  position: relative;
  z-index: 1;
}
body main .sessao-mais h1,
body main .sessao-mais h2,
body main .sessao-mais h3,
body main .sessao-mais h4,
body main .sessao-mais p {
  color: #0d3561;
  padding: 10px;
}
body main .sessao-mais u {
  padding: 5px 10px;
  color: #fff;
  background: #0d3561;
  text-decoration: none;
}
body main .border_debug {
  border: 2px solid red;
}
body main {
  /* ====== FORM/INFO (flat) ====== */
}
body main .sobre-form-card {
  background: #fff;
  border-radius: 0 2.5rem 0 2.5rem;
  padding: 1.75rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
body main .sobre-form {
  position: relative;
  padding: 20px 20px;
  margin: 0 auto;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main .sobre-form form {
  float: left;
  width: 100%;
}
body main .sobre-form form .title-field {
  display: table;
  margin-bottom: 5px;
  font-size: 18px;
  color: #43413e;
}
body main .sobre-form form .subtitle-field {
  display: table;
  font-size: 13px;
  line-height: 18px;
  color: #4c4c4c;
  margin-bottom: 10px;
}
body main .sobre-form form input,
body main .sobre-form form textarea,
body main .sobre-form form select {
  float: left;
  width: 100%;
  padding: 0 20px;
  height: 50px;
  background: #fff;
  border: 1px solid #dedede;
  font-size: 16px;
  color: #000;
}
body main .sobre-form form textarea {
  padding: 15px 20px;
  resize: none;
  height: 110px;
}
body main .sobre-form form button {
  float: right;
  color: #fff;
  height: 45px;
  font-weight: 700;
  border-radius: 40px;
  border: none;
  padding: 0 40px;
  font-size: 15px;
  background: #355779;
  text-transform: uppercase;
}
body main .sobre-form form button:hover {
  background: #23377e;
}
body main .sobre-form form .custom-file-label::after {
  content: "Selecionar";
  line-height: 48px;
  height: 48px;
  border: none;
  background: none;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
  background: #355779;
}
body main .sobre-form form .custom-file-input {
  height: 47px;
  display: none;
}
body main .sobre-form form .custom-file {
  height: 50px;
  background: #f7f7f7;
  display: block;
  overflow: hidden;
  border: 1px solid #dedede;
  cursor: pointer;
  border-radius: 0;
}
body main .sobre-form form .custom-file-label {
  height: 48px;
  background: none;
  border: none;
  line-height: 48px;
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #000;
  text-transform: initial;
  border-radius: 8px;
  margin-bottom: 0;
  width: 100%;
  position: relative;
}
body main {
  /* badge dos itens do cartão */
}
body main .icon-badge {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 0.45rem 0 0.45rem 0;
  color: #082448;
  border: #082448 2px solid;
}
body main {
  /* ====== CARTÃO DE VÍDEO ====== */
}
body main .video-card {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0 80px 0 80px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  /* imagem vem inline pelo style="background-image" */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body main .video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.6);
}
body main {
  /* botão play */
}
body main .video-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
}
body main .video-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}
body main .video-play::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.65);
  animation: videoPulse 1.8s ease-out infinite;
}
@keyframes videoPulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  70% {
    transform: scale(1.35);
    opacity: 0;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}
body main .galeria-marca {
  padding: 3rem 0;
}
body main .galeria-marca .galeria-title {
  color: #0d3561;
}
body main .galeria-marca .carousel-marca .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  height: 400px;
}
body main .galeria-marca .carousel-marca .item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}
body main .galeria-marca .carousel-marca .item img:hover {
  transform: scale(1.03);
}
body main .galeria-marca .carousel-marca .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
body main .galeria-marca .carousel-marca .owl-nav button {
  background: #fff;
  border: none;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  color: #0070c9;
  font-size: 1.5rem;
  transition: background 0.2s;
}
body main .galeria-marca .carousel-marca .owl-nav button:hover {
  background: #f0f0f0;
}
body main .galeria-marca .carousel-marca .owl-dots {
  margin-top: 1rem;
  text-align: center;
}
body main .galeria-marca .carousel-marca .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #d0d0d0;
  border-radius: 50%;
}
body main .galeria-marca .carousel-marca .owl-dots .owl-dot.active {
  background: #0070c9;
}
body main {
  /* ====== Responsivo ====== */
}
@media (max-width: 991.98px) {
  body main .sobre-destaque {
    padding: 14px 0 18px;
  }
  body main .video-card {
    border-radius: 24px;
  }
  body main .carousel-marca .item img {
    max-height: 250px;
  }
}
body footer {
  background: url(../image/bg-footer.png) center center no-repeat;
  background-size: cover;
}
body footer .wrap-newsletter {
  padding: 50px 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body footer .wrap-newsletter .box-text {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
body footer .wrap-newsletter .box-text i {
  font-size: 60px;
  line-height: 60px;
  color: #8ebae6;
}
body footer .wrap-newsletter .box-text div {
  padding-left: 20px;
}
body footer .wrap-newsletter .box-text h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #8ebae6;
  margin-bottom: 0;
}
body footer .wrap-newsletter .box-text p {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
}
body footer .wrap-newsletter form {
  display: table;
  width: 100%;
}
body footer .wrap-newsletter form input {
  float: left;
  width: calc(100% - 165px);
  background: #fff;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 18px;
  color: #43413e;
  border: none;
  height: 50px;
  margin-right: 20px;
}
body footer .wrap-newsletter form button {
  height: 50px;
  border-radius: 50px;
  width: 145px;
  float: left;
  border: none;
  text-transform: uppercase;
  font-size: 15px;
  color: #312b80;
  font-weight: 600;
  background: #8ebae6;
}
body footer .wrap-newsletter form button:hover {
  background: #fff;
}
body footer .default-footer {
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  float: left;
  width: 100%;
}
body footer .default-footer .col-footer {
  float: left;
  width: 100%;
}
body footer .default-footer .col-contacts {
  padding-left: 30px;
}
body footer .default-footer .link-contact {
  display: table;
  margin-bottom: 15px;
  color: #fff;
  width: 100%;
  font-size: 15px;
}
body footer .default-footer .link-contact i {
  margin-right: 5px;
  color: #8ebae6;
}
body footer .default-footer .link-contact:hover {
  color: #8ebae6;
}
body footer .default-footer .title {
  display: table;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  color: #8ebae6;
}
body footer .default-footer p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 15px;
}
body footer .default-footer .link-more:hover {
  color: #fff;
}
body footer .default-footer .link-more:hover span {
  border-color: #fff;
}
body footer .default-footer .container-selo {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 991px) {
  body footer .default-footer .container-selo {
    margin-bottom: 30px;
  }
}
body footer .default-footer .selo-rodape {
  width: auto;
  height: 103px;
  flex-shrink: 0;
  padding: 0px 0px;
}
@media (max-width: 991px) {
  body footer .default-footer .selo-rodape {
    max-width: 60px;
  }
}
body footer .menu {
  float: left;
  width: 100%;
  padding: 25px 0;
}
body footer .menu ul {
  display: table;
  margin: 0 auto;
}
body footer .menu ul li {
  float: left;
  margin: 0 15px;
}
body footer .menu ul li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}
body footer .menu ul li a:hover {
  color: #8ebae6;
}
body footer .copy {
  float: left;
  width: 100%;
  padding: 25px 0;
  background: #fff;
}
body footer .copy span {
  float: left;
  font-size: 16px;
  color: #808080;
  text-transform: uppercase;
}
body footer .copy a {
  float: right;
}
@media only screen and (max-width: 991px) {
  body footer .menu {
    display: none;
  }
  body footer .wrap-newsletter form input {
    width: 100%;
    margin-bottom: 10px;
  }
  body footer .wrap-newsletter form button {
    width: 100%;
  }
  body footer .wrap-newsletter .box-text div {
    margin-bottom: 20px;
  }
  body footer .default-footer .logo {
    margin-bottom: 30px;
    display: table;
  }
  body footer .default-footer .col-contacts {
    padding-left: 0;
  }
  body footer .default-footer .col-contacts a:last-of-type {
    margin-bottom: 0;
  }
  body footer .default-footer .col-footer {
    margin-bottom: 30px;
  }
  body footer .copy span {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  body footer .copy a {
    float: none;
    display: table;
    margin: 0 auto;
  }
}
body footer section.barra-fixa {
  position: fixed;
  bottom: -1px;
  background: white;
  border-top: 2px solid #3064a4;
  width: 100%;
  padding: 15px 80px;
  z-index: 600;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer section.barra-fixa.oculta {
  bottom: -100px;
}
body footer section.barra-fixa-mobile {
  background-color: #3064a4;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  border-top: 2px solid #2b2c69;
  transition: 0.3s all;
}
body footer section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
}
body footer section.barra-fixa-mobile .list-itens a {
  color: white;
}
body footer section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 610;
  bottom: 100px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body footer section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body footer section.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
body footer section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body footer section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body footer .lente-whatsapp {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
}
body footer .lente-whatsapp.exibir {
  opacity: 1;
  pointer-events: all;
}
body footer section.modal-whatsapp {
  font-family: "Open Sans";
  position: fixed;
  right: 17px;
  bottom: 30px;
  background-image: url("../../default/image/bg-whatsapp-min.jpg");
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 7px 0px #373737;
  max-width: 320px;
  max-height: 460px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 9999;
  transform-origin: 100% 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body footer section.modal-whatsapp.exibir {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
body footer section.modal-whatsapp.scroll {
  bottom: 100px;
}
@media screen and (max-width: 991px) {
  body footer section.modal-whatsapp {
    right: 0px;
    top: 0px;
    bottom: unset !important;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 0px;
  }
}
body footer section.modal-whatsapp .cabecario-zap {
  background-color: #2e8c7d;
  font-size: 17px;
  color: #97c5be;
  padding: 12px 20px 4px 20px;
}
body footer section.modal-whatsapp .cabecario-zap span.zaptitulo {
  transform: translateY(-4px);
  display: inline-block;
}
body footer section.modal-whatsapp .cabecario-zap i.fab.fa-whatsapp {
  font-size: 25px;
  margin-right: 10px;
}
body footer section.modal-whatsapp .cabecario-zap i.far.fa-times-circle {
  font-size: 25px;
  float: right;
  margin-right: 0px;
  cursor: pointer;
}
body footer section.modal-whatsapp .msg-bot {
  font-family: "Open Sans", sans-serif;
  background-color: white;
  margin: 15px;
  padding: 15px;
  border-radius: 20px;
  font-size: 13.4px;
  position: relative;
}
body footer section.modal-whatsapp .msg-bot::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 15px solid transparent;
  border-top: 21px solid white;
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: -1;
}
body footer section.modal-whatsapp .msg-bot :first-child {
  margin-top: 7px;
}
body footer section.modal-whatsapp .msg-bot label {
  font-weight: 700;
  font-size: 12px;
  color: black;
  display: block;
}
body footer section.modal-whatsapp .msg-bot input {
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #cacaca;
  outline: none;
  width: 100%;
}
body footer section.modal-whatsapp .campo-acao {
  position: absolute;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    position: static;
  }
}
body footer section.modal-whatsapp .campo-acao {
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  padding: 0px 10px;
  height: 44px;
}
body footer section.modal-whatsapp .campo-acao .texto {
  width: 100%;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
}
body footer section.modal-whatsapp .campo-acao .texto input {
  border: none;
  border-radius: 32px;
  padding: 9px 18px;
  display: flex;
  outline-color: transparent;
  width: 100%;
  outline: none !important;
  font-size: 14px;
}
body footer section.modal-whatsapp .campo-acao .button-zap {
  background-color: transparent;
}
body footer section.modal-whatsapp .campo-acao .button-zap button {
  border: none;
  outline: none;
}
body footer section.modal-whatsapp .campo-acao .button-zap button:disabled {
  background-color: #a7a7a7;
  cursor: not-allowed;
}
body footer section.modal-whatsapp .campo-acao .button-zap button {
  cursor: pointer;
  background-color: #2e8c7d;
  color: white;
  width: 36px;
  height: 36px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body footer section.modal-whatsapp .campo-acao .button-zap button i.fas.fa-paper-plane {
  font-size: 19px;
  transform: rotate(49deg) translate(-2px, 0px);
  position: relative;
  transform-origin: center;
}
body footer section.modal-whatsapp .hide-desktop {
  display: none;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    display: none;
  }
  body footer section.modal-whatsapp .acao-mobile {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #2e8c7d;
    color: white;
    border-radius: 9px;
    text-align: center;
    width: calc(100% - 40px);
    display: block;
    padding: 7px 15px;
    margin: 0 20px;
  }
  body footer section.modal-whatsapp .acao-mobile:disabled {
    background-color: #a7a7a7;
    cursor: not-allowed;
  }
  body footer section.modal-whatsapp .acao-mobile i {
    margin-right: 5px;
  }
  body footer section.modal-whatsapp .hide-desktop {
    display: block;
  }
}
body input,
body select,
body textarea {
  appearance: auto !important;
  outline: initial !important;
}
body .home-about .box-image .into {
  padding: 10px 30px;
  position: static;
}
body .home-about .box-image .full-img {
  border-radius: 15px 15px 0 0;
}
body footer .menu ul {
  display: block;
  justify-content: space-between;
}
@media (min-width: 992px) {
  body .owl-unidades .owl-nav .owl-prev,
  body .owl-unidades .owl-nav .owl-next {
    position: absolute;
    color: white;
    top: 60px;
    font-size: 30px;
  }
  body .owl-unidades .owl-nav .owl-next {
    right: -30px;
  }
  body .owl-unidades .owl-nav .owl-prev {
    left: -50px;
  }
}
@media (max-width: 991px) {
  body .owl-unidades .owl-nav {
    display: flex;
    justify-content: start;
    margin-top: 20px;
  }
  body .owl-unidades .owl-nav .owl-prev,
  body .owl-unidades .owl-nav .owl-next {
    color: white;
    font-size: 20px;
    position: static;
    margin: 0 5px;
  }
}
body .noticias-lista {
  max-width: 800px;
  margin: auto;
}
body .noticias-lista img {
  display: block !important;
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
}
body .noticias-lista h4 {
  color: #2b2c69;
  font-size: 20px;
  font-weight: 600;
}
body .noticias-lista p {
  color: dimgray;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body .noticias-lista img {
    height: 80px;
    box-shadow: 1px 6px 5px 0px rgba(0, 0, 0, 0.2) !important;
  }
  body .noticias-lista h4 {
    font-size: 17px;
  }
  body .noticias-lista p {
    font-size: 13px;
  }
}
body header {
  position: relative;
}
body header #google_translate_element {
  position: absolute;
  bottom: 10px;
  right: 125px;
  z-index: 10;
}
@media (max-width: 991px) {
  body header #google_translate_element {
    position: static;
    z-index: 10;
    flex-basis: 100%;
    text-align: center;
    padding-bottom: 7px;
  }
}
body header .bar-menu nav ul li a {
  font-size: 14px;
}
body header .default-header .social a {
  margin-left: 10px;
}
body .card-blog .image img {
  height: 240px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  body .card-blog .image img {
    height: 200px;
  }
}
body .wrap-instagram a img {
  height: 230px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  body .wrap-instagram a img {
    height: 150px;
  }
}
body section.home-banner .item-banner h2,
body section.home-banner .item-banner p {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
body section.home-banner .lente {
  background-color: rgba(0, 0, 0, 0.3);
}
body section.home-banner video {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  z-index: -1;
  width: 100%;
}
body div#lightbox {
  position: fixed !important;
  top: 10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .container.grande {
  max-width: 100%;
  margin: 0px 40px;
}
body .container.big {
  max-width: 1650px !important;
}
body .box-file {
  cursor: pointer;
}
body .box-file .name-file {
  padding: 10px 20px;
  height: 50px;
  background: #fff;
  border: 1px solid #dedede;
  font-size: 16px;
  color: #000;
  box-sizing: border-box;
  font-weight: 300;
  line-height: 22px;
  width: 80%;
  display: inline-block;
  margin-bottom: 0;
}
body .box-file .selecione {
  background: #3064a4;
  border-radius: 0;
  width: 20%;
  line-height: 35px;
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
body footer .copy {
  margin-bottom: 57px;
}
@media (min-width: 992px) {
  body footer .copy {
    margin-bottom: 80px;
  }
}
body section.wrap-full-video .open-video {
  background: black;
  position: relative;
}
body section.wrap-full-video .open-video:before {
  content: "";
  background-color: black;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body section.wrap-full-video .open-video .container {
  position: relative;
  z-index: 2;
}
body section.wrap-full-video .open-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
body h1.titulo-categoria {
  color: #3064a4;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 30px;
}
body .card-item-service .image img {
  height: 260px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  body .card-item-service .image img {
    height: 200px;
  }
}
body .banner-interna-img {
  background-size: cover;
  background-image: url("../image/banner-servico-single.png");
  background-position: left;
  position: relative;
}
body .banner-interna-img .container {
  position: relative;
  z-index: 1;
}
body .banner-interna-img .img-interna-topo {
  position: absolute;
  right: 0;
  top: 0;
  width: 800px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  body .banner-interna-img .img-interna-topo {
    display: none;
  }
}
body .banner-interna-img .img-interna-topo:before {
  background: linear-gradient(90deg, #f1f2fa 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 500px;
  content: "";
}
body .banner-interna-img .img-interna-topo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body .animacao-rodanu {
  animation: rodanu 10s linear infinite;
}
@keyframes rodanu {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 992px) {
  body .animacao-crescenu {
    animation: crescenu2 5s infinite alternate;
  }
  body .animacao-crescenu:before {
    animation: crescenu1 5s infinite alternate;
  }
}
@keyframes crescenu1 {
  from {
    height: 140px;
  }
  to {
    height: 250px;
  }
}
@keyframes crescenu2 {
  from {
    padding-bottom: 85px;
  }
  to {
    padding-bottom: 200px;
  }
}
body .animacao-linha {
  position: relative;
}
@media (min-width: 992px) {
  body .animacao-linha:before {
    content: "";
    background-color: #3064a4;
    height: 1px;
    width: calc(100% - 145px);
    position: absolute;
    top: -48px;
    opacity: 0.5;
    left: 70px;
    animation: linha 5s infinite alternate;
  }
  body .animacao-linha:after {
    content: "";
    background: #3064a4;
    height: 560px;
    right: 14px;
    position: absolute;
    top: 20px;
    width: 1px;
    opacity: 0.5;
    animation: linha2 5s infinite alternate;
  }
}
@keyframes linha2 {
  from {
    height: 0;
  }
  to {
    height: 560px;
  }
}
@keyframes linha {
  from {
    width: 0;
  }
  to {
    width: calc(100% - 145px);
  }
}
body .animacao-banner {
  position: relative;
}
@media (min-width: 992px) {
  body .animacao-banner:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background-color: #2b2c69;
    opacity: 0.2;
    animation: banner 5s infinite alternate;
  }
}
@keyframes banner {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
body section.sobre-filiais {
  padding: 50px 0;
  position: relative;
}
body section.sobre-filiais:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 7px;
  background-color: #2b2c69;
  opacity: 0.2;
}
body section.sobre-filiais .item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
}
body section.sobre-filiais .item h3 {
  color: #2b2c69;
  font-weight: 700;
  font-size: 20px;
}
body section.sobre-filiais .item p {
  font-size: 15px;
  color: black;
}
body section.sobre-filiais h1 {
  text-align: center;
  font-size: 36px;
  color: #2b2c69;
  margin-bottom: 10px;
}
body section.sobre-filiais h1 strong {
  color: #3064a4;
}
@media (max-width: 991px) {
  body section.sobre-filiais {
    padding: 30px 0;
  }
  body section.sobre-filiais h1 {
    font-size: 26px;
  }
}
body .home-about .bar-bg {
  overflow: hidden;
}
body .home-about .bar-bg img {
  position: static;
  width: 100%;
}
body .portal-cliente {
  padding: 10px;
  background-color: #2b2c69;
  text-align: end;
  color: white;
  font-size: 18px;
}
body .portal-cliente a {
  color: white;
}
body .portal-cliente span {
  border-bottom: 1px dotted white;
}
@media (max-width: 991px) {
  body .portal-cliente {
    text-align: center;
    font-size: 15px;
  }
}
body section.arquivos {
  padding: 50px 0;
  background-color: #f2f2f2;
}
body section.arquivos h2 {
  font-weight: 700;
  color: #2b2c69;
  margin-bottom: 40px;
  text-align: center;
  font-size: 32px;
}
body section.arquivos .arquivo-download {
  display: block;
  border: 2px solid #2b2c69;
}
body section.arquivos .arquivo-download img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
body section.arquivos .arquivo-download span {
  display: flex;
  gap: 10px;
  font-size: 18px;
  padding: 12px 20px;
  color: white;
  font-weight: 500;
  align-items: center;
  background-color: #2b2c69;
}
body header .default-header .right-header {
  float: none;
  padding: 10px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 991px) {
  body header .default-header {
    padding-bottom: 10px;
  }
  body header .default-header .right-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0;
  }
  body header .default-header .right-header .orange {
    zoom: 0.85;
    margin-top: 0 !important;
    margin-bottom: 2px !important;
  }
  body header .default-header .right-header .btn-contact {
    margin: 15px 10px;
  }
  body header .default-header .right-header .phone-icon-circle {
    zoom: 0.8;
  }
}
body main .content-work .box-text-center a {
  background-color: #2b2c69;
  display: inline-block;
  color: white;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
}/*# sourceMappingURL=custom.css.map */