@charset "UTF-8";
/* CLASSES GLOBAIS */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
.z-index-2 {
  position: relative;
  z-index: 2;
}

.divLoadingAjax {
  background-color: white;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
  cursor: wait;
  display: none;
}

.has-error {
  border-color: red !important;
}

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

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

.container {
  max-width: 1350px;
}
.container.big {
  max-width: 1600px;
}

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

a {
  text-decoration: none;
}
a:hover, a:focus, a:active, a:focus {
  text-decoration: none;
}

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

/* VARIAVEIS GLOBAIS DO PROJETO */
.telefones {
  line-height: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #303030;
  transition: 0.6s;
}
.telefones strong {
  font-weight: 700;
}
.telefones.white {
  color: white;
}
.telefones.white:hover {
  color: #FCD405;
}
.telefones.white img {
  filter: brightness(0) contrast(1) invert(1);
}
.telefones.show img {
  filter: unset;
}
@media (max-width: 991px) {
  .telefones {
    font-size: 13px;
    line-height: 16px;
    width: 155px;
    margin: auto;
  }
}
.telefones img {
  transition: 0.5s;
}
@media (max-width: 991px) {
  .telefones img {
    transform: scale(0.6);
    vertical-align: bottom;
  }
}
.telefones:hover {
  color: #222370;
}
.telefones:hover img {
  transform: translateY(-2px);
}

.btn-padrao {
  border-radius: 5px;
  padding: 15px 20px;
  min-width: 236px;
  display: table;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  background: #222370;
  color: #FFFFFF;
  transition: 0.6s;
}
@media (max-width: 991px) {
  .btn-padrao {
    font-size: 11px;
    padding: 10px 14px;
    min-width: 155px;
    margin: auto;
  }
}
.btn-padrao.secundary {
  background: #FCD405;
  color: #222370;
}
.btn-padrao.zap {
  background-color: #00A911;
  color: white;
}
.btn-padrao.third {
  background: #006CB5;
  color: #fff;
}
.btn-padrao.third:hover {
  background: #FCD405;
  color: #222370;
}
.btn-padrao:hover {
  background: #006CB5;
  color: #fff;
}

.breadcrumb {
  margin-bottom: 18px;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .breadcrumb {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.breadcrumb, .breadcrumb a {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .breadcrumb, .breadcrumb a {
    font-size: 14px;
  }
}

.breadcrumb a {
  margin-left: 5px;
  margin-right: 5px;
}

.categorias-mobile {
  z-index: 2;
  position: relative;
}
.categorias-mobile .btn-open {
  display: block;
  color: white;
  text-align: center;
  padding: 12px 20px;
  font-weight: 400;
  font-size: 14px;
  background: linear-gradient(94.55deg, #222370 39.42%, #006CB5 82.94%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.categorias-mobile .in-categorias {
  background-color: #006CB5;
  padding: 10px;
}
.categorias-mobile .in-categorias a {
  color: white;
  text-transform: uppercase;
  padding: 5px 20px;
  display: block;
  text-align: center;
  font-weight: 400;
  transition: 0.3s all;
  font-size: 15px;
}
.categorias-mobile .in-categorias a i {
  color: darkred;
}

@media (max-width: 991px) {
  .col-lg-4.padrao, .col-lg-3.padrao {
    margin: auto;
  }
}
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;
}
section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #222370;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}

.modal-backdrop {
  width: 100%;
  height: 100%;
}

body {
  font-size: 1em;
  font-family: "Inter", sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  background-color: #f4f3f4;
}
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 .politica-termos {
  padding: 30px 0px;
}
body .politica-termos h1,
body .politica-termos h2,
body .politica-termos h3,
body .politica-termos h4,
body .politica-termos h5,
body .politica-termos h6 {
  font-size: 32px;
  text-transform: uppercase;
  color: #222370;
  font-weight: 700;
}
body .politica-termos strong,
body .politica-termos b {
  color: #333;
}
@media (max-width: 991px) {
  body .politica-termos {
    padding: 20px 0px;
    font-size: 15px;
  }
  body .politica-termos h1 {
    font-size: 22px;
  }
}
body header section.barra-lgpd {
  padding: 0 15px;
  background-color: #222370;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: white;
  border-bottom: 1px solid #222370;
  display: none;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body header section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 54px;
    position: fixed;
    top: auto;
  }
  body header section.barra-lgpd .container {
    padding: 0;
  }
}
body header section.barra-lgpd.exibir {
  display: block;
}
@media (min-width: 992px) {
  body header section.barra-lgpd.exibir {
    position: fixed;
    font-size: 11px;
    bottom: 66px;
    background: rgba(0, 65, 93, 0.8901960784);
    line-height: 0;
    height: 33px;
  }
}
body header section.barra-lgpd .row,
body header section.barra-lgpd .container {
  max-width: 1380px !important;
  margin: auto;
  justify-content: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in,
body header section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: white;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted white;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body header 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: white;
  border: 1px solid white;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  body header section.barra-lgpd .row .conteudo-lgpd-in,
  body header section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  body header section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
body main {
  overflow: hidden;
  /* MODAL */
}
body main section.header {
  padding-top: 230px;
}
@media (max-width: 991px) {
  body main section.header {
    padding-top: 0;
  }
}
body main section.header .borda {
  display: block;
  height: 2px;
  background: #c2c2c2;
  position: absolute;
  width: 100%;
  left: 0;
  max-width: 1335px;
  right: 0;
  margin: auto;
  margin-top: 25px;
}
body main section.header .borda-out {
  display: block;
  height: 55px;
}
body main section.header .topo-fixed {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #f7f7f7 url("../image/header/bg.png");
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.header .topo-fixed {
    margin-top: 0px;
    padding-top: 30px;
    position: relative;
    padding-bottom: 10px;
  }
}
body main section.header .logo50 {
  margin-left: 40px;
}
body main section.header .logo {
  width: 291px;
  height: 106px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  display: inline-block;
  transition: 0.7s;
  filter: unset;
}
@media (max-width: 991px) {
  body main section.header .logo {
    width: 160px;
    height: auto;
    margin-bottom: 10px;
  }
}
body main section.header .logo:hover {
  opacity: 0.9;
}
body main section.header hr {
  margin-top: 0;
  margin-bottom: 10px;
  color: #222370;
  opacity: 1;
}
@media (max-width: 991px) {
  body main section.header hr {
    opacity: 0.3;
    margin-bottom: 8px;
  }
}
body main section.header ul.principal {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
@media (max-width: 991px) {
  body main section.header ul.principal {
    padding-left: 0;
  }
}
body main section.header ul.principal li {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #303030;
  transition: 0.6s;
}
body main section.header ul.principal li.home {
  transition: 0.6s;
}
body main section.header ul.principal li.home:hover {
  transform: translateY(-2px);
  filter: contrast(0) brightness(10);
  border-bottom: none;
}
body main section.header ul.principal li.mx-li {
  margin-left: 25px;
  margin-right: 25px;
}
body main section.header ul.principal li.menu-secundario a {
  color: #6c6d71;
}
body main section.header ul.principal li:hover, body main section.header ul.principal li.active {
  color: #1786cd;
}
body main section.header ul.principal li img {
  transition: 0.6s;
}
body main section.header ul.principal li:hover img {
  transform: translateY(-2px);
}
body main section.header ul.principal ul {
  display: none;
  opacity: 0;
  transition: 0.6s;
  position: absolute;
  padding: 13px;
  padding-top: 10px;
  padding-left: 25px;
  background: white;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
body main section.header ul.principal ul li {
  font-size: 13px !important;
  margin-top: 4px;
  list-style-type: disc;
}
body main section.header ul.principal ul li:hover {
  color: #006CB5;
}
body main section.header ul.principal li.menu-secundario:hover ul {
  display: block;
  opacity: 1;
}
body main section.header .telefones {
  margin-left: 20px;
}
@media (max-width: 991px) {
  body main section.header .telefones {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
  body main section.header .telefones img {
    transform: scale(0.6);
    vertical-align: middle;
  }
}
@media (max-width: 991px) {
  body main section.header .btn-padrao {
    margin: auto;
  }
}
body main section.header .servicos-desktop {
  background: #1786cd;
  margin-top: 28px;
}
body main section.header .servicos-desktop ul {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: space-around;
  margin-bottom: 0;
  padding-left: 0;
}
body main section.header .servicos-desktop ul li {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  padding: 28px 10px;
  transition: 0.6s;
  text-transform: uppercase;
}
body main section.header .servicos-desktop ul li img {
  transition: 0.6s;
}
body main section.header .servicos-desktop ul li:hover {
  background: #f7f7f7;
  color: #1786cd;
  text-indent: -30px;
}
body main section.header .servicos-desktop ul li:hover img {
  opacity: 0;
}
body main section.header .servicos-desktop ul .btn-padrao {
  margin-top: 15px;
  margin-bottom: 12px;
}
body main section.header-secundary {
  min-height: 300px;
  padding-top: 70px;
  background-size: 100% 100%;
  background-position: bottom center;
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 230px;
}
@media (max-width: 991px) {
  body main section.header-secundary {
    background-size: cover;
    padding: 0;
    min-height: 300px;
    padding-bottom: 85px;
    padding-top: 35px;
  }
}
body main section.header-secundary .breadcrumb {
  margin: 0;
  padding-left: 20px;
  position: absolute;
  top: 25px;
}
body main section.header-secundary .breadcrumb,
body main section.header-secundary .breadcrumb a {
  color: white;
  text-transform: lowercase;
}
body main section.header-secundary h1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.header-secundary h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
body main section.header-secundary p {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
  max-width: 460px;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.header-secundary p {
    font-size: 15px;
    line-height: 20px;
  }
}
body main section.header-secundary .social-media {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  body main section.header-secundary .social-media {
    bottom: unset;
    right: -17px;
    width: 100%;
    justify-content: end;
  }
}
body main section.header-secundary .social-media ul {
  list-style: none;
}
@media (max-width: 991px) {
  body main section.header-secundary .social-media ul {
    display: flex;
    width: 200px;
    justify-content: space-between;
    transform: scale(0.6);
    left: 0;
    top: 0;
    padding-left: 0;
  }
}
body main section.header-secundary .social-media ul li {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dfdfdf;
  margin-bottom: 35px;
  transition: 0.6s;
}
body main section.header-secundary .social-media ul li img {
  transition: 0.6s;
}
body main section.header-secundary .social-media ul li.ig:hover {
  background: #e1306c;
}
body main section.header-secundary .social-media ul li.fb:hover {
  background: #3b5998;
}
body main section.header-secundary .social-media ul li.yt:hover {
  background: #ff0000;
}
body main section.header-secundary .social-media ul li.in:hover {
  background: #0077b5;
}
body main section.header-secundary .social-media ul li:hover img {
  filter: invert(1);
}
body main section.header-interna {
  background: #e2e2e2;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.header-interna {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
body main section.header-interna .breadcrumb {
  margin: 0;
  padding-left: 20px;
}
body main section.header-interna .breadcrumb,
body main section.header-interna .breadcrumb a {
  color: #303030;
  text-transform: lowercase;
}
body main .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body main .modal-lg {
  max-width: 650px;
}
body main .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body main .modal-content {
  border-radius: 0 !important;
  background-color: white;
}
body main .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 main .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body main .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body main .modal-body {
  padding: 40px;
  border-radius: 15px;
}
body main .modal-body h1 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  color: #222370;
}
body main .modal-body h3 {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
body main .modal-body form {
  margin-top: 20px;
}
body main .modal-body form label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
body main .modal-body form button {
  outline: none;
  background-color: #222370;
  border: none;
  font-weight: 600;
  font-size: 18px;
  color: white;
  border-radius: 5px;
  padding: 9px 30px;
  transition: 1s;
}
body main .modal-body form button:hover {
  color: white;
  background: black;
  transition: 1s;
}
body main .modal-body form button i {
  color: white;
  margin-right: 5px;
}
body main .modal-body form input,
body main .modal-body form select,
body main .modal-body form textarea {
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body main .modal-body form textarea {
  height: 100px;
  outline: none;
}
body main .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body main .modal-body.video {
    min-height: 360px;
  }
}
body main .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body main .modal-body {
    padding: 15px 0;
  }
  body main .modal-body h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  body main .modal-body h3 {
    text-align: center;
    font-size: 16px;
  }
  body main .modal-body form {
    margin-top: 20px;
  }
  body main .modal-body form button {
    font-size: 17px;
  }
  body main .modal-body form label {
    font-size: 15px;
  }
  body main .modal-body form input,
  body main .modal-body form select,
  body main .modal-body form textarea {
    font-size: 15px;
    padding: 7px 15px;
  }
}
body main .secundary .modal-body button {
  background-color: #FCD405;
}
body main .secundary .modal-body h1 {
  color: #FCD405;
}
body main ul.paginacao {
  display: flex;
  margin: 15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  body main ul.paginacao {
    margin-top: 20px;
  }
}
body main ul.paginacao li {
  list-style: none;
}
body main ul.paginacao li a {
  border: 0;
  width: 35px;
  height: 35px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #7B7B7B;
  transition: all 0.3s;
}
body main ul.paginacao li a.active, body main ul.paginacao li a:hover {
  color: #fff;
  background-color: #006CB5;
  box-shadow: 5px 5px 8.33333px rgba(0, 0, 0, 0.25);
  border-radius: 2.77778px;
}
body main section.index-banner {
  position: relative;
  height: 742px;
}
@media (max-width: 991px) {
  body main section.index-banner {
    min-height: 400px;
    height: auto;
  }
}
body main section.index-banner .item {
  width: 100%;
  height: 742px;
  padding-top: 130px;
}
@media (max-width: 991px) {
  body main section.index-banner .item {
    min-height: 400px;
    height: auto;
    padding-top: 0;
    display: flex;
    align-items: center;
    padding-top: 50px;
  }
}
body main section.index-banner .item .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.index-banner .item h1 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  max-width: 668px;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.index-banner .item h1 {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}
body main section.index-banner .item h1 strong {
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  margin-top: 7px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body main section.index-banner .item h1 strong {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
  }
}
body main section.index-banner .item .tags {
  height: 40px;
  overflow: hidden;
}
body main section.index-banner .item .tags .tags-in {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 20px;
  animation: animacao 6s infinite alternate;
  -moz-animation: animacao 6s infinite alternate;
}
@media (max-width: 991px) {
  body main section.index-banner .item .tags .tags-in {
    font-size: 16px;
    line-height: 20px;
  }
}
@keyframes animacao {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-40px);
  }
}
body main section.index-banner .item .btn-padrao {
  margin: auto;
  margin-top: 45px;
}
@media (max-width: 991px) {
  body main section.index-banner .item .btn-padrao {
    margin-top: 20px;
  }
}
body main section.index-banner .owl-carousel .owl-dots {
  margin-top: -240px;
  z-index: 50;
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-dots {
    margin-top: 0;
    bottom: 15px;
    position: absolute;
    transform: scale(0.75);
  }
}
body main section.index-banner .owl-carousel .owl-nav button.owl-next, body main section.index-banner .owl-carousel .owl-nav button.owl-prev, body main section.index-banner .owl-carousel button.owl-dot {
  border-radius: 100%;
  margin-left: 4px;
  margin-right: 4px;
  background: #D9D9D9;
  width: 13px;
  height: 13px;
  margin-top: -50px;
  z-index: 50;
  position: relative;
}
body main section.index-banner button.owl-dot.active {
  background: #222370;
}
body main section.index-banner .social-media {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  body main section.index-banner .social-media {
    bottom: unset;
    left: 0;
    width: 100%;
    justify-content: center;
  }
}
body main section.index-banner .social-media ul {
  list-style: none;
}
@media (max-width: 991px) {
  body main section.index-banner .social-media ul {
    display: flex;
    width: 200px;
    justify-content: space-between;
    transform: scale(0.6);
    left: 0;
    top: 0;
    padding-left: 0;
  }
}
body main section.index-banner .social-media ul li {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DFDFDF;
  margin-bottom: 35px;
  transition: 0.6s;
}
body main section.index-banner .social-media ul li img {
  transition: 0.6s;
}
body main section.index-banner .social-media ul li.ig:hover {
  background: #E1306C;
}
body main section.index-banner .social-media ul li.fb:hover {
  background: #3B5998;
}
body main section.index-banner .social-media ul li.yt:hover {
  background: #FF0000;
}
body main section.index-banner .social-media ul li.in:hover {
  background: #0077B5;
}
body main section.index-banner .social-media ul li:hover img {
  filter: invert(1);
}
body main section.index-banner-video {
  height: 740px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 110px;
}
body main section.index-banner-video:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.94) 11.76%, rgba(0, 0, 0, 0) 61.7%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body main section.index-banner-video .titulo {
  position: relative;
  z-index: 2;
  flex: 1;
}
body main section.index-banner-video .titulo h1 {
  font-weight: 400;
  font-size: 35px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
body main section.index-banner-video .titulo .palavras {
  position: relative;
  overflow: hidden;
  height: 72px;
  width: 100%;
}
body main section.index-banner-video .titulo .palavras .in-palavras {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: palavraschange 10s 1s infinite alternate;
}
@keyframes palavraschange {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-72px);
  }
  40% {
    transform: translateY(-144px);
  }
  60% {
    transform: translateY(-216px);
  }
  80% {
    transform: translateY(-288px);
  }
  100% {
    transform: translateY(-360px);
  }
}
body main section.index-banner-video .titulo .palavras .in-palavras h2 {
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  color: #009fe3;
  margin: 0;
}
body main section.index-banner-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}
@media (max-width: 991px) {
  body main section.index-banner-video {
    height: 350px;
    padding: 50px 5px 0 5px;
  }
  body main section.index-banner-video .titulo h1 {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  body main section.index-banner-video .titulo .palavras .in-palavras h2 {
    font-size: 20px;
    height: 72px;
  }
}
body main section.index-destaque {
  margin-top: -59px;
  position: relative;
  z-index: 8;
}
@media (max-width: 991px) {
  body main section.index-destaque {
    margin-top: 0;
    background: #003460;
  }
  body main section.index-destaque .text-cc {
    text-align: center;
  }
}
body main section.index-destaque .box-bg {
  height: 110px;
  background-image: url("../image/destaque/bg.png");
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 110px;
  padding-right: 160px;
  padding-left: 180px;
  overflow: hidden;
}
@media (max-width: 991px) {
  body main section.index-destaque .box-bg {
    padding: 20px;
    height: auto;
    background: none;
    line-height: 0px;
    overflow: unset;
    padding-bottom: 10px;
    padding-top: 15px;
  }
}
body main section.index-destaque h3 {
  font-weight: 800;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-destaque h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
body main section.index-destaque p {
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 0;
  max-height: 57px;
  overflow: hidden;
}
@media (max-width: 991px) {
  body main section.index-destaque p {
    font-size: 14px;
    line-height: 22px;
  }
}
body main section.index-destaque .icone {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.index-destaque .icone {
    width: 25px;
    height: 25px;
  }
}
body main section.index-servicos {
  padding-top: 45px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  body main section.index-servicos {
    padding: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body main section.index-servicos h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  color: #0e1056;
  margin-bottom: 33px;
}
@media (max-width: 991px) {
  body main section.index-servicos h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
body main section.index-servicos h2 strong {
  font-weight: 700;
}
body main section.index-servicos .card-servicos {
  width: 370px;
  height: 300px;
  border-radius: 5px;
  position: relative;
  margin: auto;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.index-servicos .card-servicos {
    width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
    height: auto;
  }
}
body main section.index-servicos .card-servicos:hover h3 {
  display: none;
  opacity: 0;
}
body main section.index-servicos .card-servicos:hover .in-card {
  display: flex;
  opacity: 1;
}
body main section.index-servicos .card-servicos .in-card {
  position: absolute;
  bottom: 0;
  opacity: 0;
  display: none;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 5px;
  transition: 0.6s;
  top: 0;
}
@media (max-width: 991px) {
  body main section.index-servicos .card-servicos .in-card {
    padding: 10px;
  }
  body main section.index-servicos .card-servicos .in-card .btn-padrao {
    min-width: 100%;
    margin: 0;
    padding: 10px 5px;
  }
}
body main section.index-servicos .card-servicos .in-card h4 {
  font-weight: 700;
  font-size: 29.5714px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.index-servicos .card-servicos .in-card h4 {
    font-size: 15px;
    line-height: 1.1;
    margin-bottom: 10px;
  }
}
body main section.index-servicos .card-servicos .in-card p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  body main section.index-servicos .card-servicos .in-card p {
    font-size: 14px;
    line-height: 17px;
  }
}
body main section.index-servicos .card-servicos:before {
  background: linear-gradient(0.28deg, rgba(0, 0, 0, 0.93) 11.82%, rgba(0, 0, 0, 0) 54.94%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  border-radius: 5px;
}
body main section.index-servicos .card-servicos h3 {
  font-weight: 700;
  font-size: 29.5714px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  bottom: 40px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  margin-bottom: 0;
  position: absolute;
  z-index: 3;
  text-align: center;
  left: 0;
  right: 0;
  transition: 0.6s;
  opacity: 1;
}
@media (max-width: 991px) {
  body main section.index-servicos .card-servicos h3 {
    font-size: 17px;
    line-height: 1.1;
    padding: 0;
    bottom: 30px;
  }
}
body main section.index-servicos .card-servicos .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  border-radius: 5px;
}
body main section.index-servicos .owl-nav {
  display: flex;
  justify-content: space-between;
}
body main section.index-servicos .owl-nav button.owl-prev {
  margin-left: -25px;
  margin-top: -430px;
}
@media (max-width: 991px) {
  body main section.index-servicos .owl-nav button.owl-prev {
    margin-left: -30px;
    margin-top: -310px;
    position: relative;
    transform: scale(0.8);
  }
}
body main section.index-servicos .owl-nav button.owl-next {
  margin-right: -25px;
  margin-top: -430px;
}
@media (max-width: 991px) {
  body main section.index-servicos .owl-nav button.owl-next {
    margin-right: -30px;
    margin-top: -310px;
    position: relative;
    transform: scale(0.8);
  }
}
body main section.index-projeto {
  background-image: url("../image/projeto/bg.png");
  background-size: 100% 100%;
  margin-top: -60px;
  display: flex;
  align-items: center;
  padding-top: 155px;
  padding-bottom: 20px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  body main section.index-projeto {
    min-height: auto;
    background: #E9EEF2;
    padding-top: 25px;
    margin-top: 0;
    padding-bottom: 0;
  }
}
body main section.index-projeto h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 42px;
  text-align: left;
  color: #0E1056;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  body main section.index-projeto h2 {
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 5px;
  }
}
body main section.index-projeto h2 strong {
  font-weight: 700;
}
body main section.index-projeto p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
  margin-bottom: 20px;
  max-width: 520px;
}
@media (max-width: 991px) {
  body main section.index-projeto p {
    font-size: 15px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
  }
}
body main section.index-projeto .caption {
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
  padding-left: 30px;
  position: relative;
  flex-direction: column;
}
@media (max-width: 991px) {
  body main section.index-projeto .caption {
    margin-top: 20px;
    margin-bottom: 25px;
    padding-left: 20px;
    max-width: 350px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
body main section.index-projeto .caption:before {
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #222370 0%, #006CB5 100%);
  border-radius: 10px;
  content: "";
}
@media (max-width: 991px) {
  body main section.index-projeto .caption:before {
    width: 5px;
  }
}
body main section.index-projeto .caption h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #0E1056;
  margin-bottom: 20px;
  display: block;
  max-width: 290px;
}
@media (max-width: 991px) {
  body main section.index-projeto .caption h3 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
body main section.index-nossas-obras {
  background-image: url("../image/obras/bg.png");
  height: auto;
  background-size: 100%;
  background-position: bottom;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-bottom: -20px;
  z-index: 1;
  position: relative;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras {
    background: #0d3c6b;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
  }
}
body main section.index-nossas-obras.sobre {
  background-position: top;
}
body main section.index-nossas-obras.sobre span.titulo {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #9e9e9e;
  margin: auto;
  display: block;
  margin-bottom: 3px;
  margin-top: 18px;
}
body main section.index-nossas-obras h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  color: #f6f6f6;
  margin-bottom: 45px;
  display: block;
}
body main section.index-nossas-obras h2 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 30px;
  }
}
body main section.index-nossas-obras .card-obras {
  width: 310px;
  height: 438px;
  border-radius: 5px;
  position: relative;
  padding: 25px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras .card-obras {
    width: 100%;
    max-width: 310px;
    margin: auto;
    margin-bottom: 20px;
    height: 250px;
    padding: 20px;
  }
}
body main section.index-nossas-obras .card-obras:before {
  background: linear-gradient(0.28deg, rgba(0, 0, 0, 0.93) 11.82%, rgba(0, 0, 0, 0) 54.94%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: 0.6s;
  z-index: 2;
  content: "";
  border-radius: 5px;
}
body main section.index-nossas-obras .card-obras:hover:before {
  opacity: 0.8;
}
body main section.index-nossas-obras .card-obras:hover .bottom h3,
body main section.index-nossas-obras .card-obras:hover .bottom span {
  color: #FCD405;
}
body main section.index-nossas-obras .card-obras .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.index-nossas-obras .card-obras .bottom {
  position: absolute;
  bottom: 25px;
  width: 88%;
  z-index: 3;
}
body main section.index-nossas-obras .card-obras .bottom h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras .card-obras .bottom h3 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 0;
    margin-bottom: 5px;
  }
}
body main section.index-nossas-obras .card-obras .bottom span {
  font-weight: 200;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration-line: underline;
  color: #ffffff;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras .card-obras .bottom span {
    font-size: 13px;
    text-decoration: none;
  }
}
body main section.index-nossas-obras .card-obras .bottom img {
  width: -moz-min-content;
  width: min-content;
}
body main section.index-nossas-obras .btn-padrao {
  margin: auto;
  margin-top: 40px;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras .btn-padrao {
    margin-top: 4px;
  }
  body main section.index-nossas-obras .btn-padrao.secundary {
    margin: auto;
  }
}
body main section.index-nossas-obras .box-projetos {
  min-height: 314px;
  padding-left: 135px;
  padding-right: 125px;
  background: #042441;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-bottom: 30px;
  margin-top: 155px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras .box-projetos {
    min-height: 0;
    padding: 25px;
    margin-top: 25px;
    padding-bottom: 30px;
    border-radius: 5px;
  }
}
body main section.index-nossas-obras .box-projetos .esquerda {
  padding-top: 50px;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras .box-projetos .esquerda {
    padding-top: 0;
  }
}
body main section.index-nossas-obras .box-projetos .esquerda h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras .box-projetos .esquerda h2 {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 5px;
  }
}
body main section.index-nossas-obras .box-projetos .esquerda h2 strong {
  font-weight: 700;
  display: block;
}
body main section.index-nossas-obras .box-projetos .esquerda p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras .box-projetos .esquerda p {
    text-align: center;
    font-size: 15px;
  }
}
body main section.index-nossas-obras .box-projetos .esquerda .btn-padrao {
  margin: 0;
  margin-top: 25px;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras .box-projetos .esquerda .btn-padrao {
    margin: auto;
  }
}
body main section.index-nossas-obras .box-projetos img.centro {
  margin: auto;
  display: block;
  margin-top: -95px;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras .box-projetos img.centro {
    margin-top: 0;
    width: 150px;
    margin-bottom: 10px;
  }
}
body main section.index-nossas-obras .box-projetos .centro h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #008cff;
  margin-bottom: 10px;
  margin-top: -30px;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras .box-projetos .centro h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
body main section.index-nossas-obras .box-projetos .centro p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}
body main section.index-nossas-obras .box-projetos .centro p strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras .box-projetos .centro p {
    font-size: 14px;
  }
}
body main section.index-nossas-obras img.direita {
  margin-top: -100px;
  position: absolute;
}
body main section.index-nossas-obras .box-responsabilidade {
  margin-bottom: 15px;
  max-width: 635px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 809px;
  padding-bottom: 70px;
  padding-right: 55px;
  padding-left: 60px;
  padding-top: 45px;
  background: #fff;
  box-shadow: -13px 8px 31px rgba(0, 0, 0, 0.25);
  text-align: left;
  margin-top: 144px;
  position: relative;
}
body main section.index-nossas-obras .box-responsabilidade img {
  width: 519px;
  height: 251px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras .box-responsabilidade img {
    width: 100%;
    max-width: 519px;
    height: 170px;
    border-radius: 5px;
  }
}
body main section.index-nossas-obras .box-responsabilidade.esquerda:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 114px;
  height: 202px;
  background-image: url("../image/pages/sobre/esquerda.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 1px;
  z-index: 1;
  top: -95px;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras .box-responsabilidade.esquerda:before {
    display: none;
  }
}
body main section.index-nossas-obras .box-responsabilidade.direita:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 114px;
  height: 202px;
  background-image: url("../image/pages/sobre/direita.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -1px;
  z-index: 1;
  top: -95px;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras .box-responsabilidade.direita:before {
    display: none;
  }
}
body main section.index-nossas-obras .box-responsabilidade.direita h2,
body main section.index-nossas-obras .box-responsabilidade.direita p,
body main section.index-nossas-obras .box-responsabilidade.direita img,
body main section.index-nossas-obras .box-responsabilidade.direita h3 {
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras .box-responsabilidade {
    min-height: 0;
    padding: 25px;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    border-radius: 5px;
  }
}
body main section.index-nossas-obras .box-responsabilidade h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  text-align: left;
  color: #0e1056;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras .box-responsabilidade h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 5px;
    line-height: 30px;
  }
}
body main section.index-nossas-obras .box-responsabilidade p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
  margin-bottom: 15px;
  max-width: 465px;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras .box-responsabilidade p {
    font-size: 15px;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
  }
}
body main section.index-nossas-obras .box-responsabilidade h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #181856;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras .box-responsabilidade h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
body main section.index-nossas-obras .box-responsabilidade li {
  font-weight: 300;
  font-size: 16px;
  color: #303030;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras .box-responsabilidade li {
    font-size: 15px;
  }
}
body main section.index-nossas-obras .box-responsabilidade ol {
  margin-bottom: 55px;
  padding-left: 1.4rem;
}
@media (max-width: 991px) {
  body main section.index-nossas-obras .box-responsabilidade ol {
    margin-bottom: 13px;
  }
}
body main section.index-servico {
  padding-top: 70px;
  overflow: hidden;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.index-servico {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
body main section.index-servico h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 42px;
  color: #0E1056;
  margin-bottom: 5px;
  padding-top: 30px;
}
@media (max-width: 991px) {
  body main section.index-servico h2 {
    padding-top: 0;
    line-height: 30px;
    font-size: 24px;
    text-align: center;
  }
}
body main section.index-servico p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
  margin-bottom: 20px;
  max-width: 475px;
}
@media (max-width: 991px) {
  body main section.index-servico p {
    text-align: center;
    font-size: 15px;
    margin: auto;
    margin-bottom: 15px;
  }
}
body main section.index-servico h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #303030;
  margin-bottom: 30px;
  max-width: 545px;
}
@media (max-width: 991px) {
  body main section.index-servico h3 {
    text-align: center;
    font-size: 14px;
    margin: auto;
    margin-bottom: 15px;
    line-height: 19px;
  }
}
body main section.index-servico .btn-padrao {
  margin-top: 5px;
}
@media (max-width: 991px) {
  body main section.index-servico .btn-padrao {
    margin: auto;
  }
}
@media (max-width: 991px) {
  body main section.index-servico .owl-carousel {
    margin-top: 10px;
  }
}
body main section.index-servico .owl-item img {
  width: 369px;
  height: 309px;
  margin-right: 20px;
  display: block;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 991px) {
  body main section.index-servico .owl-item img {
    width: 100%;
    max-width: 369px;
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 0;
    margin: auto;
  }
}
@media (min-width: 992px) {
  body main section.index-servico .owl-stage, body main section.index-servico .owl-carousel, body main section.index-servico .owl-stage-outer {
    width: 1170px;
  }
}
body main section.index-servico .move {
  z-index: -1;
  position: relative;
  margin-top: -40px;
}
@media (max-width: 991px) {
  body main section.index-servico .move {
    margin-top: 5px;
    width: 100%;
  }
}
body main section.index-veja {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../image/veja/bg.png");
  background-size: cover;
}
@media (max-width: 991px) {
  body main section.index-veja {
    background: #e9e9e9;
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
body main section.index-veja h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  color: #0E1056;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  body main section.index-veja h2 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 35px;
  }
}
body main section.index-veja h2 strong {
  font-weight: 700;
}
body main section.index-veja .item {
  padding: 15px;
  padding-top: 35px;
  margin: auto;
  width: 303px;
  min-height: 227px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-veja .item {
    margin: auto;
    min-height: auto;
    margin-bottom: 50px;
    padding-bottom: 10px;
  }
}
body main section.index-veja .item:hover {
  background: #0E1056;
}
body main section.index-veja .item:hover p, body main section.index-veja .item:hover h3 {
  color: white;
}
body main section.index-veja .item .icone {
  width: 63px;
  height: 63px;
  background: #006CB5;
  box-shadow: 9px 9px 15px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: -65px;
}
@media (max-width: 991px) {
  body main section.index-veja .item .icone {
    transform: scale(0.8);
    margin-bottom: 5px;
  }
}
body main section.index-veja .item .icone img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-veja .item h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  color: #0E1056;
  margin-bottom: 20px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-veja .item h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
body main section.index-veja .item p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #303030;
  padding: 0 1px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-veja .item p {
    font-size: 14px;
    text-align: center;
  }
}
body main section.index-contato {
  background-image: url("../image/contato/bg.png");
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  background-size: 100% 100%;
  margin-top: -170px;
  padding-bottom: 30px;
  padding-top: 140px;
}
@media (max-width: 991px) {
  body main section.index-contato {
    min-height: 0;
    margin-top: 0;
    padding-top: 30px;
    background: linear-gradient(94.55deg, #222370 39.42%, #006cb5 82.94%);
    padding-bottom: 25px;
  }
  body main section.index-contato .icone {
    transform: scale(0.7);
  }
}
body main section.index-contato h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 107.02%;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.index-contato h2 {
    margin-bottom: 5px;
    font-size: 24px;
    text-align: left;
  }
}
body main section.index-contato h2 strong {
  font-weight: 700;
  color: #0098ff;
  display: block;
}
body main section.index-contato p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
@media (max-width: 991px) {
  body main section.index-contato p {
    font-size: 14px;
  }
}
body main section.index-contato .tags {
  margin-top: 55px;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  body main section.index-contato .tags {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body main section.index-contato .tags {
  height: 40px;
  overflow: hidden;
}
body main section.index-contato .tags .tags-in {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #0098ff;
  text-align: left;
  margin-bottom: 20px;
  animation: animacao 6s infinite alternate;
  -moz-animation: animacao 6s infinite alternate;
}
@media (max-width: 991px) {
  body main section.index-contato .tags .tags-in {
    font-size: 16px;
  }
}
@keyframes animacao {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-40px);
  }
}
body main section.index-contato .caption {
  display: flex;
  padding-left: 30px;
  position: relative;
  flex-direction: column;
}
@media (max-width: 991px) {
  body main section.index-contato .caption {
    padding-left: 20px;
    max-width: 350px;
    margin: auto;
  }
}
body main section.index-contato .caption:before {
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #222370 0%, #006CB5 100%);
  border-radius: 10px;
  content: "";
}
@media (max-width: 991px) {
  body main section.index-contato .caption:before {
    width: 4px;
  }
}
body main section.index-contato .caption h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.index-contato .caption h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
body main section.index-contato .box {
  background: #0e1056;
  border-radius: 5px;
  padding-top: 25px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 25px;
  max-width: 365px;
  float: right;
}
@media (max-width: 991px) {
  body main section.index-contato .box {
    float: unset;
    margin: auto;
    margin-top: 15px;
  }
}
body main section.index-contato .box h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #f4f4f3;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.index-contato .box h4 {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
  }
}
body main section.index-contato .box input,
body main section.index-contato .box textarea {
  height: 38px;
  background: #f6f6f6;
  border-radius: 5px;
  padding-left: 12px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.index-contato .box input,
  body main section.index-contato .box textarea {
    height: 42px;
    padding-left: 10px;
    margin-bottom: 8px;
  }
}
body main section.index-contato .box input::-moz-placeholder, body main section.index-contato .box textarea::-moz-placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #a5a5a5;
}
body main section.index-contato .box input::placeholder,
body main section.index-contato .box textarea::placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #a5a5a5;
}
@media (max-width: 991px) {
  body main section.index-contato .box input::-moz-placeholder, body main section.index-contato .box textarea::-moz-placeholder {
    font-size: 13px;
  }
  body main section.index-contato .box input::placeholder,
  body main section.index-contato .box textarea::placeholder {
    font-size: 13px;
  }
}
body main section.index-contato .box textarea {
  height: 91px;
  padding-top: 15px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.index-contato .box textarea {
    height: 90px;
    margin-bottom: 15px;
  }
}
body main section.index-contato .box button {
  border: 0;
  outline: 0;
  margin: auto;
}
body main section.index-atuamos {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  body main section.index-atuamos {
    padding-bottom: 20px;
  }
}
body main section.index-atuamos h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 42px;
  color: #0e1056;
  margin-bottom: 5px;
  margin-top: 70px;
}
@media (max-width: 991px) {
  body main section.index-atuamos h2 {
    margin-top: 25px;
    font-size: 24px;
    text-align: center;
    margin-bottom: 0px;
  }
}
body main section.index-atuamos h2 strong {
  font-weight: 700;
}
body main section.index-atuamos p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
  max-width: 425px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.index-atuamos p {
    font-size: 15px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
  }
}
body main section.index-atuamos .item {
  margin-left: 65px;
  position: relative;
  min-height: 89px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding-left: 20px;
  padding-top: 14px;
  padding-bottom: 17px;
  padding-right: 15px;
  margin-bottom: 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: baseline;
  max-width: 545px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-atuamos .item {
    margin-left: 20px;
    padding-bottom: 7px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    min-height: 60px;
  }
}
body main section.index-atuamos .item:hover {
  background: #0e1056;
}
body main section.index-atuamos .item:hover:before {
  filter: contrast(4) brightness(0.4) !important;
}
body main section.index-atuamos .item:hover h3,
body main section.index-atuamos .item:hover span {
  color: white;
}
body main section.index-atuamos .item:before {
  position: absolute;
  left: -65px;
  top: 0;
  width: 102px;
  height: 89px;
  background: url("../image/atuamos/left.png");
  content: "";
  z-index: -1;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-atuamos .item:before {
    transform: scale(0.5);
    top: -20px;
  }
}
body main section.index-atuamos .item h3 {
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  color: #0e1056;
  margin-right: 10px;
  margin-bottom: 0;
  transition: 0.6s;
}
body main section.index-atuamos .item h3.small {
  margin-right: 0;
  margin-left: 10px;
}
@media (min-width: 992px) {
  body main section.index-atuamos .item h3.small {
    font-size: 42px;
    line-height: 53px;
  }
}
@media (max-width: 991px) {
  body main section.index-atuamos .item h3 {
    font-size: 20px;
    line-height: 17px;
  }
}
body main section.index-atuamos .item span {
  font-weight: 300;
  font-size: 25.0345px;
  line-height: 30px;
  color: #303030;
  margin-bottom: 0;
  top: -2px;
  position: relative;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-atuamos .item span {
    font-size: 18px;
  }
}
body main section.index-atuamos .brasil {
  margin-top: -8px;
  position: relative;
  z-index: -1;
}
@media (max-width: 991px) {
  body main section.index-atuamos .brasil {
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
    margin-top: -10px;
  }
}
body main section.index-atuamos .video {
  position: relative;
  width: 100%;
  height: 568px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0));
  border-radius: 5px;
  margin-top: -95px;
  position: relative;
  z-index: -2;
}
@media (max-width: 991px) {
  body main section.index-atuamos .video {
    margin-top: 0;
    height: 300px;
    margin-bottom: 25px;
  }
}
body main section.index-atuamos .video h3 {
  font-weight: 200;
  font-size: 40px;
  line-height: 48px;
  color: #f6f6f6;
  max-width: 500px;
  margin-left: 135px;
  position: relative;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991px) {
  body main section.index-atuamos .video h3 {
    margin: 0;
    padding: 25px;
    font-size: 24px;
    line-height: 28px;
  }
}
body main section.index-atuamos .video h3 strong {
  font-weight: 700;
}
body main section.index-atuamos .video:before {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../image/atuamos/lx.png);
  content: "";
  background-size: cover;
  opacity: 0.75;
  border-radius: 5px;
}
@media (max-width: 991px) {
  body main section.index-atuamos .video:before {
    display: none;
  }
}
body main section.index-atuamos .video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  border-radius: 5px;
}
body main section.index-destaque-sobre {
  min-height: 226px;
  background: linear-gradient(94.55deg, #222370 39.42%, #006CB5 82.94%);
  box-shadow: 9px 9px 15px rgba(0, 0, 0, 0.25);
  padding: 35px 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body main section.index-destaque-sobre {
    font-size: 16px;
    line-height: 22px;
    padding: 30px 0;
    padding-bottom: 10px;
  }
}
body main section.index-destaque-sobre strong {
  font-weight: 700;
}
body main section.index-destaque-sobre p {
  max-width: 390px;
}
@media (max-width: 991px) {
  body main section.index-destaque-sobre p {
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
  }
}
body main section.index-destaque-sobre img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 50px;
}
@media (max-width: 991px) {
  body main section.index-destaque-sobre img {
    position: relative;
    margin: auto;
    display: block;
    width: 120px;
    margin-bottom: 5px;
  }
}
body main section.index-depoimentos .gancho {
  display: block;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .gancho {
    margin: auto;
    width: 100%;
    max-width: 492px;
    display: block;
    margin-top: -15px;
  }
}
body main section.index-depoimentos .box {
  min-height: 580px;
  background-image: url("../image/depoimentos/bg.png");
  background-size: cover;
  padding-bottom: 45px;
  padding-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: -7px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .box {
    min-height: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
body main section.index-depoimentos .box span {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #9E9E9E;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .box span {
    font-size: 13px;
    line-height: 15px;
  }
}
body main section.index-depoimentos .box h2 {
  font-weight: 300;
  font-size: 38px;
  line-height: 46px;
  color: #0E1056;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .box h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
body main section.index-depoimentos .box h2 strong {
  font-weight: 700;
}
body main section.index-depoimentos .box p {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #1E1E1E;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .box p {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
body main section.index-depoimentos .box h3 {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #1E1E1E;
  max-width: 450px;
  margin: auto;
  display: block;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .box h3 {
    font-size: 15px;
    margin: auto;
    margin-bottom: 15px;
  }
}
body main section.index-depoimentos .box .item {
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 20px;
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 372px;
  min-height: 205px;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin: auto;
  margin-top: 12px;
  color: #1E1E1E;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .box .item {
    width: 100%;
    max-width: 372px;
    font-size: 14px;
    line-height: 19px;
    padding: 20px;
    min-height: 180px;
    padding-top: 30px;
  }
}
body main section.index-depoimentos .box .item:hover {
  background: #0E1056;
  color: white;
}
body main section.index-depoimentos .box .item:hover .aspas {
  filter: brightness(0) invert(1);
}
body main section.index-depoimentos .box .item span {
  margin-top: 25px;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #006CB5;
  text-align: center;
}
body main section.index-depoimentos .box .item img.aspas {
  width: 40px !important;
  height: 29px;
  position: absolute;
  top: 0;
  margin: auto;
  margin-left: -20px;
  transition: 0.6s;
}
body main section.index-marcas {
  display: flex;
  align-items: flex-end;
  background-image: url("../image/marcas/bg.png");
  background-size: cover;
  padding: 60px 0 30px 0;
  background-position: 0 -3px;
}
@media (max-width: 991px) {
  body main section.index-marcas {
    padding: 30px 0 0 0;
  }
}
body main section.index-marcas h2 {
  font-weight: 300;
  font-size: 38px;
  line-height: 46px;
  color: #f6f6f6;
  margin-bottom: 40px;
  text-align: center;
}
body main section.index-marcas h2 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-marcas h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
body main section.index-marcas .marca {
  width: 126px !important;
  height: 66px;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
body main section.index-marcas .owl-carousel {
  max-width: 1050px;
  margin: auto;
  margin-bottom: 50px;
}
body main section.index-marcas .owl-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
}
body main section.index-marcas .owl-nav .owl-prev {
  margin-top: -60px;
}
body main section.index-marcas .owl-nav .owl-next {
  margin-top: -60px;
}
body main section.index-marcas.index-parceiros {
  background: white;
}
body main section.index-marcas.index-parceiros h2 {
  color: #222370;
}
body main section.index-marcas.index-parceiros .marca {
  width: 250px !important;
  height: 120px;
}
@media (max-width: 991px) {
  body main section.index-marcas.index-parceiros .marca {
    width: 100px !important;
  }
}
body main section.index-marcas.index-parceiros .owl-prev,
body main section.index-marcas.index-parceiros .owl-next {
  margin-top: -100px;
  filter: invert(1);
}
body main section.index-blog {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.index-blog {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.index-blog .owl-blog {
  margin-bottom: 25px;
}
body main section.index-blog span {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #9e9e9e;
  display: block;
}
body main section.index-blog h2 {
  font-weight: 300;
  font-size: 38px;
  line-height: 46px;
  color: #0e1056;
  text-align: center;
}
body main section.index-blog h2 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-blog h2 {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 30px;
  }
}
body main section.index-blog p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #303030;
  max-width: 505px;
  display: block;
  margin: auto;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.index-blog p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}
body main section.index-blog .card-blog {
  min-height: 365px;
  margin: auto;
  width: 369px;
  position: relative;
  margin-bottom: 20px;
  transition: 0.6s;
  background: #ffffff;
  box-shadow: 9px 9px 15px rgba(0, 0, 0, 0.25);
}
body main section.index-blog .card-blog span,
body main section.index-blog .card-blog h3,
body main section.index-blog .card-blog p {
  transition: 0.6s;
}
body main section.index-blog .card-blog:hover {
  background: #006CB5;
}
body main section.index-blog .card-blog:hover img {
  opacity: 0.7;
}
body main section.index-blog .card-blog:hover .card-in span,
body main section.index-blog .card-blog:hover .card-in h3,
body main section.index-blog .card-blog:hover .card-in p {
  color: white;
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog {
    width: 100%;
    max-width: 340px;
    min-height: 240px;
    margin-bottom: 15px;
  }
}
body main section.index-blog .card-blog:hover strong {
  display: block;
}
body main section.index-blog .card-blog strong {
  transition: 0.6s;
}
body main section.index-blog .card-blog img {
  width: 369px;
  height: 162px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog img {
    width: 100%;
    max-width: 340px;
    height: 180px;
  }
}
body main section.index-blog .card-blog .card-in {
  padding: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog .card-in {
    padding: 12px;
    padding-top: 20px;
  }
}
body main section.index-blog .card-blog .card-in p {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #303030;
  padding-bottom: 25px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
body main section.index-blog .card-blog .card-in h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #006CB5;
  margin-bottom: 11px;
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog .card-in h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
body main section.index-blog .card-blog .card-in span {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #006CB5;
  display: block;
  position: absolute;
  bottom: 25px;
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog .card-in span {
    font-size: 15px;
  }
}
body main section.index-blog button.owl-dot {
  width: 7.07px;
  height: 7.07px;
  background: #222370 !important;
  transform: rotate(45deg);
  margin: 5px;
}
body main section.index-blog button.owl-dot.active {
  width: 19px;
  height: 10px;
  background: #262626 !important;
  transform: unset;
}
body main section.index-blog .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
body main section.index-blog .associacoes h4 {
  color: #222370;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  margin-bottom: 0;
}
body main section.index-blog .associacoes .box {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 20px 50px;
  height: 180px;
}
body main section.index-blog .associacoes .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.index-blog .associacoes .box {
    height: 100px;
    padding: 20px;
  }
  body main section.index-blog .associacoes h4 {
    font-size: 24px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
body main section.index-ig {
  min-height: 443px;
  background-size: cover;
  background-image: url("../image/ig/bg.png");
  display: flex;
  align-items: center;
  padding-top: 160px;
}
@media (max-width: 991px) {
  body main section.index-ig {
    min-height: 0;
    padding-top: 25px;
    padding-bottom: 27px;
    background-position: center;
    background: linear-gradient(94.55deg, #222370 39.42%, #006CB5 82.94%);
    padding-bottom: 25px;
  }
}
body main section.index-ig h2 {
  font-weight: 300;
  font-size: 38px;
  line-height: 46px;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 15px;
}
body main section.index-ig h2 strong {
  font-weight: 700;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-ig h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
body main section.index-ig p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  max-width: 366px;
}
@media (max-width: 991px) {
  body main section.index-ig p {
    font-size: 15px;
  }
}
body main section.index-ig span.user {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  line-height: 33px;
  width: 180px;
  display: flex;
  justify-content: space-around;
  margin-left: 22px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.index-ig span.user {
    font-size: 18px;
  }
}
body main section.index-ig span.user:hover span.ig {
  background: #E1306C;
  color: #E1306C;
}
body main section.index-ig span.user:hover span.ig img {
  filter: invert(1);
}
body main section.index-ig span.ig {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #DFDFDF;
  transition: 0.6s;
  text-align: center;
  display: table-cell;
  line-height: 33px;
}
body main section.index-ig span.ig img {
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-ig .btn-padrao {
    background: #006CB5;
  }
}
body main section.index-ig .btn-padrao:hover {
  background: #E1306C;
}
body main section.index-sobre {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #EAEAEA;
}
@media (max-width: 991px) {
  body main section.index-sobre {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
body main section.index-sobre span {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  color: #9E9E9E;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-sobre span {
    font-size: 14px;
  }
}
body main section.index-sobre h2 {
  font-weight: 300;
  font-size: 38px;
  line-height: 46px;
  color: #0E1056;
  text-align: left;
  margin-bottom: 15px;
}
body main section.index-sobre h2 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-sobre h2 {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 30px;
  }
}
body main section.index-sobre p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #303030;
  max-width: 550px;
  display: block;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.index-sobre p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}
body main section.index-sobre .principal {
  width: 550px;
  height: 354px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(9px 9px 7px rgba(0, 0, 0, 0.25));
  border-radius: 5px;
  float: right;
  margin-right: 20px;
  margin-bottom: 15px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  body main section.index-sobre .principal {
    width: 100%;
    max-width: 550px;
    height: 250px;
    margin: auto;
  }
}
body main section.index-sobre .bitmap {
  width: 103px;
  height: 100px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}
@media (max-width: 991px) {
  body main section.index-sobre .bitmap {
    width: 100%;
    height: 70px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 5px;
  }
}
body main section.index-sobre .principal, body main section.index-sobre .bitmap {
  transition: 0.6s;
  opacity: 1;
}
body main section.index-sobre .principal:hover, body main section.index-sobre .bitmap:hover {
  opacity: 0.7;
}
body main section.index-depoimentos-video {
  padding-top: 40px;
}
body main section.index-depoimentos-video .box {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 70px;
}
body main section.index-depoimentos-video .box h3 {
  margin-bottom: 10px;
  color: #313131;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
body main section.index-depoimentos-video .box h1 {
  margin-bottom: 15px;
  color: #0e1056;
  font-family: Inter;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
body main section.index-depoimentos-video .box h1 strong {
  font-weight: 700;
}
body main section.index-depoimentos-video .box p {
  color: #303030;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-depoimentos-video .owl-carousel .owl-nav:not(.disabled) {
  display: block;
}
body main section.index-depoimentos-video .owl-carousel .owl-nav:not(.disabled) .owl-prev,
body main section.index-depoimentos-video .owl-carousel .owl-nav:not(.disabled) .owl-next {
  position: absolute;
  top: calc(50% - 16px);
  color: #191959;
  font-size: 32px;
}
body main section.index-depoimentos-video .owl-carousel .owl-nav:not(.disabled) .owl-prev {
  left: -45px;
}
body main section.index-depoimentos-video .owl-carousel .owl-nav:not(.disabled) .owl-next {
  right: -45px;
}
body main section.index-depoimentos-video .video {
  display: flex;
  height: 385px;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  position: relative;
}
body main section.index-depoimentos-video .video:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
}
body main section.index-depoimentos-video .video i {
  position: relative;
  z-index: 2;
  font-size: 50px;
  color: white;
}
@media (max-width: 991px) {
  body main section.index-depoimentos-video {
    text-align: center;
    padding-top: 30px;
  }
  body main section.index-depoimentos-video .out-video {
    padding: 0 40px;
  }
  body main section.index-depoimentos-video .box {
    padding: 30px 20px;
  }
  body main section.index-depoimentos-video .box h1 {
    font-size: 22px;
  }
  body main section.index-depoimentos-video .box p {
    font-size: 15px;
  }
}
body main section.sobre-sobre h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #0E1056;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.sobre-sobre h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 5px;
  }
}
body main section.sobre-sobre p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.sobre-sobre p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
  }
}
body main section.sobre-sobre h3 {
  padding-left: 30px;
  position: relative;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #0E1056;
  margin-top: 40px;
}
@media (max-width: 991px) {
  body main section.sobre-sobre h3 {
    font-size: 16px;
    line-height: 22px;
    padding-left: 20px;
    margin: auto;
    display: block;
  }
}
body main section.sobre-sobre h3:before {
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #222370 0%, #006CB5 100%);
  border-radius: 10px;
  content: "";
}
@media (max-width: 991px) {
  body main section.sobre-sobre h3:before {
    width: 4px;
  }
}
body main section.sobre-sobre .br {
  position: relative;
  margin-top: -150px;
}
@media (max-width: 991px) {
  body main section.sobre-sobre .br {
    width: 100%;
    top: 0;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px;
    max-width: 806px;
  }
}
body main section.sobre-sobre video {
  width: 287px;
  height: 163px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-top: 35px;
  margin-left: 30px;
}
body main section.sobre-sonho {
  background: #fff;
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  body main section.sobre-sonho {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
body main section.sobre-sonho .esquerda {
  width: 366px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body main section.sobre-sonho .esquerda {
    position: relative;
    width: 100%;
    max-width: 366px;
    border-radius: 5px;
    height: 150px;
  }
}
body main section.sobre-sonho .flex {
  flex: 1;
}
body main section.sobre-sonho .aspas {
  margin: auto;
  margin-top: 50%;
  display: block;
}
@media (max-width: 991px) {
  body main section.sobre-sonho .aspas {
    margin-top: 15px;
    transform: scale(0.7);
    margin-left: 0;
  }
}
body main section.sobre-sonho h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #0e1056;
}
@media (max-width: 991px) {
  body main section.sobre-sonho h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
body main section.sobre-sonho ul {
  padding-left: 0;
  position: relative;
  margin-left: 30px;
}
body main section.sobre-sonho ul:before {
  content: "";
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, #222370 0%, #006cb5 100%);
  border-radius: 10px;
  display: block;
  position: absolute;
  left: -23px;
}
@media (max-width: 991px) {
  body main section.sobre-sonho ul {
    margin-left: 25px;
  }
}
body main section.sobre-sonho li:nth-child(1) {
  margin-top: 25px;
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #0e1056;
  list-style-type: none;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.sobre-sonho li:nth-child(1) {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}
body main section.sobre-sonho li:nth-child(2) {
  list-style-type: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
}
@media (max-width: 991px) {
  body main section.sobre-sonho li:nth-child(2) {
    font-size: 15px;
  }
}
body main section.sobre-valores {
  padding-bottom: 70px;
  background: #fff;
}
@media (max-width: 991px) {
  body main section.sobre-valores {
    padding-bottom: 25px;
  }
}
body main section.sobre-valores .card-valores {
  background: #00345F url("../image/pages/sobre/bg-card.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  min-height: 100%;
  width: 392px;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 35px;
  border: 1px solid #A0A0A0;
  border-radius: 5px;
}
@media (max-width: 991px) {
  body main section.sobre-valores .card-valores {
    width: 100%;
    max-width: 392px;
    min-height: 250px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: auto;
    margin-top: 15px;
  }
}
body main section.sobre-valores .card-valores img {
  margin: auto;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.sobre-valores .card-valores img {
    transform: scale(0.8);
  }
}
body main section.sobre-valores .card-valores h3 {
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.sobre-valores .card-valores h3 {
    font-size: 24px;
    line-height: 20px;
  }
}
body main section.sobre-valores .card-valores ul {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
body main section.sobre-valores .card-valores p, body main section.sobre-valores .card-valores li {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  padding: 0 35px;
}
@media (max-width: 991px) {
  body main section.sobre-valores .card-valores p, body main section.sobre-valores .card-valores li {
    font-size: 15px;
  }
}
body main section.sobre-valores .card-valores li {
  padding-left: 0;
  text-align: left;
  margin-bottom: 7px;
}
body main section.sobre-historia {
  padding-top: 50px;
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  body main section.sobre-historia {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.sobre-historia h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #0E1056;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.sobre-historia h2 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 32px;
  }
}
body main section.sobre-historia .item {
  min-height: 380px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: end;
  margin-bottom: 10px;
}
body main section.sobre-historia .item:after {
  bottom: 45px;
  position: absolute;
  content: "";
  height: 2px;
  background: #D9D9D9;
  width: 100%;
  display: block;
  max-width: 1400px;
  margin: auto;
  right: 0;
  left: 0;
  z-index: -1;
}
body main section.sobre-historia .item .main {
  margin: auto;
}
body main section.sobre-historia .item img {
  width: 205px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin-bottom: 115px;
  display: block;
  transition: 0.6s;
}
body main section.sobre-historia .item img:hover {
  opacity: 0.8;
}
body main section.sobre-historia .item a {
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  color: #00345F;
  text-align: center;
  width: 205px;
  overflow: hidden;
  padding: 15px 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  transition: 0.6s;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.sobre-historia .item a {
    margin: auto;
    font-size: 22px;
    padding: 5px 0;
    margin-bottom: 10px;
  }
}
body main section.sobre-historia .item a.active, body main section.sobre-historia .item a:hover {
  background: #00345F;
  color: #fff;
}
body main section.sobre-historia .item a.active ~ .main img {
  transform: scale(1.29) translateY(-17px);
}
body main section.sobre-historia .item a::after {
  width: 19px;
  height: 139px;
  content: "";
  background-image: url("../image/pages/sobre/after.png");
  position: absolute;
  margin: auto;
  bottom: 100px;
  left: 0;
  right: 0;
  z-index: -1;
}
body main section.sobre-historia .flex {
  flex: 1;
}
body main section.sobre-historia .owl-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
}
body main section.sobre-historia .owl-nav button {
  margin-top: -95px;
}
body main section.sobre-historia div.desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
  margin-left: 50px;
  margin-top: 50px;
  max-width: 360px;
}
@media (max-width: 991px) {
  body main section.sobre-historia div.desc {
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 15px;
    margin-bottom: 5px;
  }
  body main section.sobre-historia div.desc img {
    width: 100%;
    max-width: 265px;
    margin: auto;
    height: 193px;
    margin-bottom: 10px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
}
body main section.sobre-equipe {
  background: #eee;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.sobre-equipe {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.sobre-equipe .btn-ver-mais {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #4d4d4d;
  padding: 15px 40px;
  border: 1px solid #4d4d4d;
  border-radius: 5px;
}
body main section.sobre-equipe .btn-ver-mais i {
  margin-left: 10px;
}
body main section.sobre-equipe h2 {
  font-weight: 300;
  font-size: 38px;
  line-height: 46px;
  color: #0e1056;
  margin-bottom: 11px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.sobre-equipe h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
body main section.sobre-equipe h2 strong {
  font-weight: 700;
}
body main section.sobre-equipe p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #303030;
  padding-bottom: 70px;
  max-width: 475px;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.sobre-equipe p {
    padding-bottom: 25px;
  }
}
body main section.sobre-equipe .funcionario {
  width: 332px;
  min-height: 110px;
  padding-top: 40px;
  padding-left: 45px;
  padding-right: 30px;
  padding-bottom: 15px;
  text-align: left;
  margin: auto;
  display: block;
  background: #fefefe;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  margin-bottom: 85px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.sobre-equipe .funcionario {
    width: 100%;
    max-width: 332px;
    margin: auto;
    padding-top: 30px;
    margin-bottom: 30px;
    padding-left: 40px;
    transform: scale(0.9);
  }
  body main section.sobre-equipe .funcionario .func {
    transform: scale(0.8);
  }
}
body main section.sobre-equipe .funcionario p,
body main section.sobre-equipe .funcionario h3,
body main section.sobre-equipe .funcionario img {
  transition: 0.6s;
}
body main section.sobre-equipe .funcionario:hover {
  background: #0e1056;
}
body main section.sobre-equipe .funcionario:hover p,
body main section.sobre-equipe .funcionario:hover h3 {
  color: white;
}
body main section.sobre-equipe .funcionario:hover img {
  box-shadow: 2px 5px 7px rgba(0, 0, 0, 0.5);
}
body main section.sobre-equipe .funcionario img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  background: white;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
@media (max-width: 991px) {
  body main section.sobre-equipe .funcionario img {
    top: -35px;
  }
}
body main section.sobre-equipe .funcionario h3,
body main section.sobre-equipe .funcionario p {
  font-size: 18px;
  line-height: 22px;
  color: #303030;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.sobre-equipe .funcionario h3,
  body main section.sobre-equipe .funcionario p {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
body main section.sobre-equipe .funcionario p {
  font-weight: 300;
  margin-bottom: 0;
  padding-bottom: 0;
}
body main section.sobre-equipe .funcionario h3 {
  margin-top: 85px;
  font-weight: 700;
  margin-bottom: 10px;
}
body main section.sobre-video h1 {
  text-align: center;
  background: linear-gradient(270.33deg, #191a59 29.93%, #006cb5 73.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 300;
  font-size: 38px;
  line-height: 46px;
  margin: 0;
  margin-top: 50px;
  margin-bottom: 35px;
}
body main section.sobre-video h1 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.sobre-video h1 {
    font-size: 27px;
    padding: 0 10px;
    line-height: 32px;
    margin: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
body main section.sobre-video .owl-carousel img {
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.sobre-video .owl-carousel .owl-nav .owl-prev,
body main section.sobre-video .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  color: white;
  font-size: 40px;
}
body main section.sobre-video .owl-carousel .owl-nav .owl-prev {
  left: 300px;
}
body main section.sobre-video .owl-carousel .owl-nav .owl-next {
  right: 300px;
}
@media (max-width: 991px) {
  body main section.sobre-video .owl-carousel img {
    height: 200px;
  }
  body main section.sobre-video .owl-carousel .owl-nav .owl-prev,
  body main section.sobre-video .owl-carousel .owl-nav .owl-next {
    font-size: 20px;
    bottom: 10px;
    top: unset;
  }
  body main section.sobre-video .owl-carousel .owl-nav .owl-prev {
    left: 80px;
  }
  body main section.sobre-video .owl-carousel .owl-nav .owl-next {
    right: 80px;
  }
}
body main section.igualdade {
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
body main section.igualdade .pdf {
  background-color: white;
  padding: 45px 70px;
  box-shadow: -13px 8px 31px rgba(0, 0, 0, 0.25);
  width: 1296px;
  max-height: 980px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body main section.igualdade .pdf h1 {
  font-weight: 700;
  font-size: 33px;
  line-height: 46px;
  text-align: left;
  color: #0e1056;
  margin-bottom: 30px;
}
body main section.igualdade .pdf h2 {
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  line-height: 19px;
  color: #1d1d1d;
  margin-bottom: 30px;
}
body main section.igualdade .pdf .arquivo-download {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
body main section.igualdade .pdf .arquivo-download .imagem {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main section.igualdade .pdf .arquivo-download .imagem img {
  width: 800px;
  height: 565px;
  border: 2px solid rgba(0, 0, 0, 0.711);
  padding: 20px;
}
body main section.igualdade .pdf .btn-estilo-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color: #0e1056;
  color: white;
  padding: 25px 15px;
  font-size: 25px;
  font-weight: 600;
  box-shadow: 7px 7px 30px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
body main section.igualdade .pdf .btn-estilo-download:hover {
  background-color: #07082c;
}
body main section.igualdade .pdf .btn-estilo-download .fas {
  margin-right: 15px;
}
@media (max-width: 991px) {
  body main section.igualdade {
    margin-bottom: 40px;
  }
  body main section.igualdade .pdf {
    padding: 25px 20px;
    width: 95%;
    max-width: 100%;
    max-height: none;
  }
  body main section.igualdade .pdf h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  body main section.igualdade .pdf h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  body main section.igualdade .pdf .arquivo-download .imagem img {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  body main section.igualdade .pdf .btn-estilo-download {
    padding: 18px 12px;
    font-size: 18px;
    margin-top: 20px;
    width: 100%;
  }
  body main section.igualdade .pdf .btn-estilo-download .fas {
    margin-right: 10px;
  }
}
body main section.servicos {
  padding-bottom: 115px;
}
@media (max-width: 991px) {
  body main section.servicos {
    padding-bottom: 30px;
  }
}
body main section.servicos.outros {
  padding-top: 40px;
  padding-bottom: 35px;
  background: linear-gradient(270.33deg, rgba(16, 17, 68, 0.91) 29.93%, rgba(0, 108, 181, 0.91) 73.47%), #00345f;
}
body main section.servicos.outros h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  color: #f6f6f6;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.servicos.outros h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
body main section.servicos.outros .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  margin-top: -10px;
}
@media (max-width: 991px) {
  body main section.servicos.outros .owl-carousel .owl-nav {
    display: none;
  }
}
body main section.servicos.outros .owl-carousel .owl-nav button {
  margin-top: -575px;
  position: relative;
}
body main section.servicos.outros .owl-carousel .owl-nav .owl-prev {
  margin-left: -25px;
}
body main section.servicos.outros .owl-carousel .owl-nav .owl-next {
  margin-right: -25px;
}
body main section.servicos .card-servicos {
  margin: auto;
  background: #ffffff;
  box-shadow: 9px 9px 15px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 370px;
  height: calc(100% - 70px);
  margin-bottom: 70px;
  background-image: url("../image/pages/servicos/bg-card.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  body main section.servicos .card-servicos {
    width: 100%;
    margin: auto;
    max-width: 370px;
    margin-bottom: 20px;
    min-height: 300px;
    height: unset;
  }
}
body main section.servicos .card-servicos .destaque {
  transition: 0.6s;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%;
  height: 179px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  body main section.servicos .card-servicos .destaque {
    height: 145px;
  }
}
body main section.servicos .card-servicos .destaque:hover {
  opacity: 0.75;
}
body main section.servicos .card-servicos .card-in {
  padding-bottom: 40px;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.servicos .card-servicos .card-in {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body main section.servicos .card-servicos .card-in h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  color: #0e1056;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.servicos .card-servicos .card-in h3 {
    font-size: 20px;
    margin-bottom: 7px;
  }
}
body main section.servicos .card-servicos .card-in p {
  min-height: 97px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #303030;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.servicos .card-servicos .card-in p {
    font-size: 15px;
  }
}
body main section.servicos .card-servicos .card-in .zap {
  background: #00a911;
  height: 48px;
  display: table;
  width: 48px;
  border-radius: 5px;
  line-height: 43px;
  transition: 0.6s;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  body main section.servicos .card-servicos .card-in .zap {
    transform: scale(0.8);
    margin-top: -5px;
  }
}
body main section.servicos .card-servicos .card-in .zap img {
  width: auto;
}
body main section.servicos .card-servicos .card-in .zap:hover {
  opacity: 0.75;
}
body main section.servicos-interna {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  body main section.servicos-interna .flex {
    flex: 0.55;
  }
}
body main section.servicos-interna img.destaque {
  width: 100%;
  max-width: 1033px;
  margin: auto;
}
body main section.servicos-interna .owl-nav {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1145px;
}
body main section.servicos-interna .owl-nav button {
  margin-top: -410px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.servicos-interna .owl-nav button {
    transform: scale(0.7);
    margin: 10px;
    position: relative;
    z-index: 10;
    margin-top: -310px;
  }
}
body main section.servicos-interna .owl-carousel {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  body main section.servicos-interna .owl-carousel {
    margin-bottom: 20px;
  }
}
body main section.servicos-interna h1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  text-align: left;
  color: #0e1056;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.servicos-interna h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 7px;
  }
}
body main section.servicos-interna p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
}
@media (max-width: 991px) {
  body main section.servicos-interna p {
    font-size: 15px;
  }
}
body main section.servicos-interna .bloco {
  max-width: 635px;
}
body main section.servicos-interna p {
  max-width: 610px;
}
body main section.servicos-interna .blocos-espacamento {
  display: block;
  margin-top: 60px;
}
@media (max-width: 991px) {
  body main section.servicos-interna .blocos-espacamento {
    margin-top: 30px;
  }
}
body main section.servicos-interna .bloco {
  background: #ffffff;
  border-radius: 5px;
  padding-left: 35px;
  padding-right: 25px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
body main section.servicos-interna .bloco i {
  transition: 0.6s;
}
body main section.servicos-interna .bloco .active h3 i, body main section.servicos-interna .bloco:hover i {
  transform: rotate(90deg);
}
body main section.servicos-interna .bloco:hover h3 {
  color: black;
}
body main section.servicos-interna .bloco h3 {
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  text-align: left;
  color: #006CB5;
  padding-top: 28px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  transition: 0.4s;
}
@media (max-width: 991px) {
  body main section.servicos-interna .bloco h3 {
    font-size: 20px;
  }
}
body main section.servicos-interna .bloco h3 i {
  color: #303030;
}
body main section.servicos-interna .bloco .desc {
  padding-bottom: 25px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
  display: block;
  border-top: 1.5px solid #e3e3e3;
  margin-top: 0px;
  padding-top: 25px;
}
@media (max-width: 991px) {
  body main section.servicos-interna .bloco .desc {
    font-size: 15px;
    padding-top: 20px;
  }
}
body main section.servicos-interna .box-form {
  background: #0e1056;
  border-radius: 5px;
  max-width: 369px;
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.servicos-interna .box-form {
    margin: auto;
    margin-top: 30px;
  }
}
body main section.servicos-interna .box-form .icon {
  margin-top: -20px;
  position: relative;
  left: 10px;
}
body main section.servicos-interna .box-form h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  max-width: 270px;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.servicos-interna .box-form h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
body main section.servicos-interna .box-form form {
  padding: 0 30px;
}
body main section.servicos-interna .box-form form input {
  margin-bottom: 10px;
  height: 48px;
}
@media (max-width: 991px) {
  body main section.servicos-interna .box-form form input {
    height: 40px;
  }
}
body main section.servicos-interna .box-form form textarea {
  height: 105px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.servicos-interna .box-form form input::-moz-placeholder, body main section.servicos-interna .box-form form textarea::-moz-placeholder {
    font-size: 14px;
  }
  body main section.servicos-interna .box-form form input::placeholder,
  body main section.servicos-interna .box-form form textarea::placeholder {
    font-size: 14px;
  }
}
body main section.servicos-interna .box-form form button {
  margin: auto;
  display: table;
  border: 0;
}
body main section.obras {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.obras {
    padding-bottom: 30px;
  }
}
body main section.obras .owl-nav {
  display: flex;
  justify-content: space-between;
}
body main section.obras .owl-nav button {
  margin-top: -160px;
}
@media (max-width: 991px) {
  body main section.obras .owl-nav button {
    margin-top: -110px;
    transform: scale(0.8);
  }
}
body main section.obras .owl-nav .owl-prev {
  margin-left: -50px;
}
@media (max-width: 991px) {
  body main section.obras .owl-nav .owl-prev {
    margin-left: unset !important;
  }
}
body main section.obras .owl-nav .owl-next {
  margin-right: -50px;
}
@media (max-width: 991px) {
  body main section.obras .owl-nav .owl-next {
    margin-right: unset;
  }
}
body main section.obras .titulo {
  max-width: 237px;
  border: 1px solid #777777;
  border-radius: 5px;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #777777;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 15px;
  padding-bottom: 17px;
  margin: auto;
  padding-top: 5px;
  padding-bottom: 0px;
  max-height: 92px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.obras .titulo {
    font-size: 16px;
  }
}
body main section.obras .titulo span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
body main section.obras .obra-click.active .titulo {
  background: linear-gradient(270.59deg, #1884cc 14.66%, #282a7e 70.81%);
  color: white;
  position: relative;
  overflow: unset !important;
  border: 0;
}
body main section.obras .obra-click.active .titulo:after {
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 25px;
  height: 23px;
  background: url(../image/pages/obras/after.png);
  position: absolute;
  background-size: contain;
  z-index: -1;
}
body main section.obras .owl-stage {
  display: flex;
  align-items: center;
  margin: auto;
}
body main section.obras h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  color: #222370;
  margin-bottom: 12px;
  text-align: left;
}
@media (max-width: 991px) {
  body main section.obras h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: center;
  }
}
body main section.obras p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #1e1e1e;
  margin-bottom: 40px;
  max-width: 415px;
}
@media (max-width: 991px) {
  body main section.obras p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
  }
}
body main section.obras .imagens {
  border-radius: 5px;
  width: 100%;
  height: 308px;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.obras .owl-obra {
  max-width: 850px;
  float: right;
}
body main section.obras .owl-obra .owl-prev {
  margin-left: -30px;
}
body main section.obras .owl-obra .owl-next {
  margin-left: -30px;
}
body main section.obras .owl-obra .owl-nav button {
  margin-top: -300px;
}
body main section.obras .box-depoimento {
  background: #ffffff;
  box-shadow: 9px 9px 15px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 1px 100px 35px 100px;
  max-width: 1035px;
  margin: auto;
  margin-top: 40px;
}
body main section.obras .box-depoimento .img {
  display: block;
  margin: auto;
  margin-top: -20px;
  margin-bottom: 20px;
}
body main section.obras .box-depoimento h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  color: #222370;
  margin-bottom: 20px;
}
body main section.obras .box-depoimento p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #1e1e1e;
  margin-bottom: 20px;
  max-width: none;
}
body main section.obras .box-depoimento h2 {
  margin: 0;
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  color: #222370;
}
@media (max-width: 991px) {
  body main section.obras .box-depoimento {
    padding: 1px 20px 20px 20px;
  }
  body main section.obras .box-depoimento h2 {
    font-size: 19px;
    line-height: 23px;
  }
  body main section.obras .box-depoimento h1 {
    font-size: 22px;
    line-height: 26px;
  }
  body main section.obras .box-depoimento p {
    font-size: 15px;
    line-height: 20px;
  }
}
body main section.equipamentos h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  text-align: left;
  color: #00345F;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body main section.equipamentos h2 {
    font-size: 24px;
    margin-bottom: 0;
    text-align: center;
  }
}
body main section.equipamentos p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #303030;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.equipamentos p {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
  }
}
body main section.equipamentos .imagem {
  width: 307px !important;
  height: 232px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  body main section.equipamentos .imagem {
    float: right;
  }
}
@media (max-width: 991px) {
  body main section.equipamentos .imagem {
    margin: auto;
  }
}
@media (min-width: 992px) {
  body main section.equipamentos .owl-carousel {
    max-width: 650px;
    float: right;
  }
}
body main section.equipamentos .fundo {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #00345F;
}
@media (max-width: 991px) {
  body main section.equipamentos .fundo {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.equipamentos .fundo h2, body main section.equipamentos .fundo p {
  color: white;
}
body main section.equipamentos .fundo .owl-carousel {
  float: unset;
}
body main section.equipamentos .fundo .owl-nav button {
  filter: brightness(0) contrast(10) invert(1);
}
body main section.equipamentos .sem-fundo {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  body main section.equipamentos .sem-fundo {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.equipamentos .owl-nav {
  display: flex;
  justify-content: space-between;
}
body main section.equipamentos .owl-nav .owl-prev {
  margin-left: -50px;
  margin-top: -245px;
}
body main section.equipamentos .owl-nav .owl-next {
  margin-right: -50px;
  margin-top: -245px;
}
body main section.parceiros {
  padding-top: 30px;
  padding-bottom: 140px;
}
@media (max-width: 991px) {
  body main section.parceiros {
    padding-bottom: 35px;
  }
}
body main section.parceiros .adjust {
  width: 20%;
}
@media (max-width: 991px) {
  body main section.parceiros .adjust {
    width: 50%;
    margin-bottom: 5px;
  }
}
body main section.parceiros .item {
  margin: auto;
  width: 236px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px;
  background: #fff;
  border: 1px solid #CCCCCC;
}
@media (max-width: 991px) {
  body main section.parceiros .item {
    height: 100px;
    width: 150px;
  }
}
body main section.parceiros .item:hover img {
  filter: brightness(0) contrast(10);
}
body main section.parceiros .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.6s;
}
body main section.depoimentos {
  padding-top: 20px;
  padding-bottom: 60px;
}
body main section.depoimentos .owl-nav {
  display: flex;
  justify-content: space-between;
}
body main section.depoimentos .owl-nav button {
  position: relative;
  margin-top: -500px;
}
body main section.depoimentos .owl-nav .owl-prev {
  margin-left: -30px;
}
body main section.depoimentos .owl-nav .owl-next {
  margin-right: -30px;
}
body main section.depoimentos h2 {
  font-weight: 300;
  font-size: 38px;
  line-height: 46px;
  color: #006CB5;
  margin-bottom: 6px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.depoimentos h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
body main section.depoimentos p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #1E1E1E;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.depoimentos p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  body main section.depoimentos p br {
    display: none;
  }
}
body main section.depoimentos .item {
  width: 369px;
  height: 479px;
  background: #FFFFFF;
  box-shadow: 9px 9px 15px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
  margin: auto;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.depoimentos .item {
    width: 100%;
    max-width: 369px;
    margin: auto;
    height: auto;
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
body main section.depoimentos .item h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #222370;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body main section.depoimentos .item h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
body main section.depoimentos .item span {
  display: block;
  text-align: center;
  margin: auto;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #1E1E1E;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.depoimentos .item span {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
body main section.depoimentos .item .imx {
  width: 319px;
  height: 255px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.depoimentos .item .imx {
    width: 100%;
    max-width: 319px;
    height: 200px;
    margin-bottom: 0;
  }
}
body main section.portfolio {
  padding-bottom: 50px;
  background-color: white;
  margin-top: -250px;
  padding-top: 250px;
}
body main section.portfolio h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #222370;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.portfolio h2 {
    font-size: 16px;
  }
}
body main section.portfolio h2 strong {
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #222370;
  display: block;
}
@media (max-width: 991px) {
  body main section.portfolio h2 strong {
    font-size: 24px;
    line-height: 30px;
  }
}
body main section.portfolio p {
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  color: #303030;
}
@media (max-width: 991px) {
  body main section.portfolio p {
    font-size: 15px;
    line-height: 20px;
  }
}
body main section.portfolio .tags {
  display: block;
  margin-bottom: 60px;
  margin-top: 60px;
}
@media (max-width: 991px) {
  body main section.portfolio .tags {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body main section.portfolio .tags {
  height: 40px;
  overflow: hidden;
}
body main section.portfolio .tags .tags-in {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #0098FF;
  text-align: left;
  margin-bottom: 20px;
  animation: animacao 6s infinite alternate;
  -moz-animation: animacao 6s infinite alternate;
}
@media (max-width: 991px) {
  body main section.portfolio .tags .tags-in {
    font-size: 16px;
  }
}
@keyframes animacao {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-40px);
  }
}
body main section.portfolio .card {
  border-radius: 5px;
  width: 310px;
  height: 445px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  body main section.portfolio .card {
    width: 100%;
    max-width: 310px;
    margin: auto;
    height: 450px;
    margin-top: 15px;
  }
}
body main section.portfolio .box {
  background: #F6F6F6;
  border: 1px solid #CACACA;
  border-left: 0;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 460px;
  margin-left: -30px;
}
@media (max-width: 991px) {
  body main section.portfolio .box {
    margin: auto;
    width: 100%;
    max-width: 460px;
    border-left: 1px solid #cacaca;
  }
}
body main section.portfolio .box h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #222370;
  margin-bottom: 11px;
}
@media (max-width: 991px) {
  body main section.portfolio .box h3 {
    font-size: 24px;
  }
}
body main section.portfolio .box span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #A4A4A4;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  body main section.portfolio .box span {
    margin-bottom: 25px;
  }
}
body main section.duvidas {
  padding-bottom: 80px;
  position: relative;
  position: relative;
}
@media (max-width: 991px) {
  body main section.duvidas {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  body main section.duvidas {
    padding-bottom: 25px;
  }
}
body main section.duvidas .box-form {
  background: #0E1056;
  border-radius: 5px;
  max-width: 369px;
  text-align: center;
  padding-bottom: 50px;
}
body main section.duvidas .box-form .icon {
  margin-top: -20px;
  position: relative;
  left: 10px;
}
body main section.duvidas .box-form h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  max-width: 270px;
  margin: auto;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body main section.duvidas .box-form h3 {
    font-size: 20px;
  }
}
body main section.duvidas .box-form p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.duvidas .box-form p {
    font-size: 15px;
    line-height: 19px;
  }
}
body main section.duvidas .box-form form {
  padding: 0 30px;
}
@media (max-width: 991px) {
  body main section.duvidas .box-form form {
    padding: 0 25px;
  }
}
body main section.duvidas .box-form form input {
  margin-bottom: 10px !important;
  height: 48px;
}
@media (max-width: 991px) {
  body main section.duvidas .box-form form input {
    min-height: 40px;
    height: 40px;
  }
  body main section.duvidas .box-form form input::-moz-placeholder {
    font-size: 14px;
  }
  body main section.duvidas .box-form form input::placeholder {
    font-size: 14px;
  }
}
body main section.duvidas .box-form form textarea {
  height: 305px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.duvidas .box-form form textarea {
    height: 109px;
    margin-bottom: 20px;
  }
  body main section.duvidas .box-form form textarea::-moz-placeholder {
    font-size: 14px;
  }
  body main section.duvidas .box-form form textarea::placeholder {
    font-size: 14px;
  }
}
body main section.duvidas .box-form form button {
  margin: auto;
  display: table;
  border: 0;
}
@media (max-width: 991px) {
  body main section.duvidas .todas {
    padding: 25px;
  }
}
body main section.duvidas .titulo {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  /* identical to box height */
  color: #006CB5;
  border-bottom: 3px solid;
  padding-bottom: 13px;
}
body main section.duvidas .xduvidas {
  max-width: 900px;
  background: white;
  border-radius: 10px;
  padding: 45px;
  margin-top: -60px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.duvidas .xduvidas {
    padding: 25px;
    padding-right: 20px;
  }
}
body main section.duvidas .container {
  z-index: 2;
  position: relative;
}
body main section.duvidas h1 strong {
  font-size: 48px;
}
@media (max-width: 991px) {
  body main section.duvidas h1 strong {
    font-size: 24px;
  }
}
body main section.duvidas .col-lg-6 {
  z-index: 1;
}
body main section.duvidas .col-lg-7 .duvida .row {
  position: relative;
}
body main section.duvidas .duvida {
  padding-left: 0;
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  color: #303030;
  transition: 0.6s;
}
body main section.duvidas .duvida:hover {
  color: #222370;
}
body main section.duvidas .duvida .down {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
body main section.duvidas .duvida-d {
  background: #F4F4F4;
  border-radius: 10px 10px 0px 0px;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-right: 50px;
}
body main section.duvidas .colecao {
  position: relative;
  margin-bottom: 85px;
}
body main section.duvidas .colecao:after {
  background: #E3E3E3;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  bottom: -25px;
  position: absolute;
}
body main section.duvidas .duvida i {
  top: 10px;
  position: relative;
  float: right;
  right: 0;
}
body main section.duvidas .resposta {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #303030;
  margin-top: 20px;
}
body main section.duvidas .resposta .in-resposta {
  padding: 5px 30px;
  padding-left: 0;
}
body main section.duvidas h3.orange {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #006CB5;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  body main section.duvidas h3.orange {
    margin-bottom: 15px;
    font-size: 24px;
  }
  body main section.duvidas .duvida {
    font-size: 18px !important;
  }
  body main section.duvidas p {
    font-size: 16px;
  }
  body main section.duvidas .resposta p {
    line-height: 25px;
  }
}
body main section.duvidas .duvida {
  position: relative;
}
body main section.duvidas .fa-minus, body main section.duvidas .fa-plus {
  transition: 0.6s;
  opacity: 0;
}
body main section.duvidas .titulo.no.collapsed .fa-plus {
  opacity: 1;
  transition: 0.6s;
}
body main section.duvidas .titulo.no:not(.collapsed) .fa-minus {
  opacity: 1;
  transition: 0.6s;
}
body main section.duvidas .titulo.yes .fa-plus {
  opacity: 1;
  transition: 0.6s;
}
body main section.duvidas i.fas {
  position: absolute;
  right: 0;
  color: #00415D;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5px;
}
body main section.duvidas .left-default {
  max-width: 396px;
  margin: auto;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  body main section.duvidas .left-default {
    margin-top: 0;
    padding-top: 0;
    padding: 25px;
    border-radius: 10px;
    max-width: 340px;
    padding-bottom: 0px;
  }
}
body main section.duvidas .left-default .opcao {
  max-width: 369px;
}
body main section.duvidas .left-default label {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  color: #0E1056;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.duvidas .left-default label {
    font-size: 16px;
  }
}
body main section.duvidas .left-default input[type=text] {
  width: 100%;
  outline: 0;
  height: 48px;
  left: 310px;
  top: 955px;
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  min-height: 48px;
  padding-left: 15px;
  margin-bottom: 50px;
}
body main section.duvidas .left-default input[type=text]::-moz-placeholder {
  font-family: "Swiss 721 Light";
  font-size: 18px;
  line-height: 22px;
  color: #AEAEAE;
}
body main section.duvidas .left-default input[type=text]::placeholder {
  font-family: "Swiss 721 Light";
  font-size: 18px;
  line-height: 22px;
  color: #AEAEAE;
}
@media (max-width: 991px) {
  body main section.duvidas .left-default input[type=text]::-moz-placeholder {
    font-size: 15px;
  }
  body main section.duvidas .left-default input[type=text]::placeholder {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  body main section.duvidas .left-default input[type=text] {
    padding-left: 22px;
    min-height: 53px;
    border-radius: 7px;
  }
}
body main section.duvidas .left-default input[type=image] {
  position: absolute;
  right: 15px;
  margin-top: 13px;
}
@media (max-width: 991px) {
  body main section.duvidas .left-default input[type=image] {
    margin-top: 15px;
    width: 22px;
  }
}
body main section.duvidas .left-default form {
  position: relative;
}
body main section.duvidas .left-default .categorias {
  border-radius: 10px;
  max-width: 280px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 25px;
}
body main section.duvidas .left-default .categorias ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 15px;
}
body main section.duvidas .left-default .categorias ul a {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #303030;
  padding-bottom: 25px;
  display: block;
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 25px;
  transition: 0.6s;
}
body main section.duvidas .left-default .categorias ul a:hover {
  color: #222370;
}
@media (max-width: 991px) {
  body main section.duvidas .left-default .categorias ul a {
    font-size: 16px;
  }
}
body main section.duvidas.padding {
  background: none;
  padding-top: 30px;
}
@media (max-width: 991px) {
  body main section.duvidas {
    padding: 35px 0;
    padding-bottom: 75px;
    background: #fff;
  }
}
body main section.duvidas .container {
  z-index: 2;
  position: relative;
}
body main section.duvidas .espaco {
  padding-top: 10px;
}
@media (max-width: 991px) {
  body main section.duvidas .espaco {
    padding-top: 25px;
  }
}
body main section.duvidas .padrao {
  max-width: 369px;
}
body main section.duvidas .padrao form {
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.duvidas .padrao form {
    margin-bottom: 20px;
  }
}
body main section.duvidas .padrao form input[type=text] {
  height: 48px;
  outline: 0;
  width: 100%;
  background: transparent;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #5F017C;
  border-radius: 0;
  padding: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #5F017C;
}
body main section.duvidas .padrao form input[type=text]::-moz-placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #5F017C;
}
body main section.duvidas .padrao form input[type=text]::placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #5F017C;
}
body main section.duvidas .padrao form input[type=image] {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 21px;
  padding-left: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
body main section.duvidas .padrao .categorias {
  padding-bottom: 20px;
}
body main section.duvidas .padrao .categorias ul {
  padding-left: 0;
}
body main section.duvidas .padrao .categorias ul li {
  list-style: none;
}
body main section.duvidas .padrao .categorias ul li:before {
  content: ".";
  position: relative;
  top: -5px;
  font-size: 40px;
  margin-right: 5px;
}
body main section.duvidas .padrao .categorias ul li.active {
  color: #FCD405;
}
body main section.duvidas .padrao .categorias ul a {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #222370;
  margin-bottom: 25px;
  transition: 0.5s;
}
@media (max-width: 991px) {
  body main section.duvidas .padrao .categorias ul a {
    font-size: 16px;
  }
}
body main section.duvidas .padrao .categorias ul a:hover {
  color: #FCD405;
  transition: 0.5s;
}
body main section.duvidas .padrao {
  margin: auto;
}
body main section.duvidas .padrao h4 {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #FCD405;
  text-align: center;
  text-transform: uppercase;
  margin-top: 150px;
}
@media (max-width: 991px) {
  body main section.duvidas .padrao h4 {
    margin-top: 30px;
  }
}
body main section.duvidas .desc-home h2, body main section.duvidas .desc-home h1 {
  font-family: "Swiss 721 Roman";
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #222370;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.duvidas .desc-home h2, body main section.duvidas .desc-home h1 {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 30px;
  }
}
body main section.duvidas .desc-home p {
  font-family: "Swiss 721 Light";
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  display: block;
  margin: auto;
  margin-bottom: 40px;
  color: #262626;
  max-width: 910px;
}
@media (max-width: 991px) {
  body main section.duvidas .desc-home p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}
body main section.blog-borda {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
}
body main section.blog {
  padding-top: 35px;
  position: relative;
  position: relative;
  position: relative;
}
@media (max-width: 991px) {
  body main section.blog {
    padding-top: 30px;
  }
}
body main section.blog.padding {
  padding: 0;
}
body main section.blog .card-blog {
  min-height: 365px;
  margin: auto;
  width: 369px;
  position: relative;
  margin-bottom: 20px;
  transition: 0.6s;
  background: #FFFFFF;
  box-shadow: 9px 9px 15px rgba(0, 0, 0, 0.25);
}
body main section.blog .card-blog span, body main section.blog .card-blog h3, body main section.blog .card-blog p {
  transition: 0.6s;
}
body main section.blog .card-blog:hover {
  background: #006CB5;
}
body main section.blog .card-blog:hover img {
  opacity: 0.7;
}
body main section.blog .card-blog:hover .card-in span, body main section.blog .card-blog:hover .card-in h3, body main section.blog .card-blog:hover .card-in p {
  color: white;
}
@media (max-width: 991px) {
  body main section.blog .card-blog {
    width: 100%;
    max-width: 340px;
    min-height: 240px;
    margin-bottom: 15px;
  }
}
body main section.blog .card-blog:hover strong {
  display: block;
}
body main section.blog .card-blog strong {
  transition: 0.6s;
}
body main section.blog .card-blog img {
  width: 369px;
  height: 162px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.blog .card-blog img {
    width: 100%;
    max-width: 340px;
    height: 180px;
  }
}
body main section.blog .card-blog .card-in {
  padding: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.blog .card-blog .card-in {
    padding: 12px;
    padding-top: 20px;
  }
}
body main section.blog .card-blog .card-in p {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #303030;
  padding-bottom: 25px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
body main section.blog .card-blog .card-in h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #006CB5;
  margin-bottom: 11px;
}
@media (max-width: 991px) {
  body main section.blog .card-blog .card-in h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
body main section.blog .card-blog .card-in span {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #006CB5;
  display: block;
  position: absolute;
  bottom: 25px;
}
@media (max-width: 991px) {
  body main section.blog .card-blog .card-in span {
    font-size: 15px;
  }
}
body main section.blog .margin-negative {
  margin-top: -85px;
}
body main section.blog .left-default {
  max-width: 396px;
  margin: auto;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  body main section.blog .left-default {
    margin-top: 0;
    padding-top: 0;
    padding: 25px;
    border-radius: 10px;
    max-width: 340px;
    padding-bottom: 0px;
  }
}
body main section.blog .left-default .opcao {
  max-width: 369px;
}
body main section.blog .left-default label {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  color: #0E1056;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.blog .left-default label {
    font-size: 16px;
  }
}
body main section.blog .left-default input[type=text] {
  width: 100%;
  outline: 0;
  height: 48px;
  left: 310px;
  top: 955px;
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  min-height: 48px;
  padding-left: 15px;
  margin-bottom: 50px;
}
body main section.blog .left-default input[type=text]::-moz-placeholder {
  font-family: "Swiss 721 Light";
  font-size: 18px;
  line-height: 22px;
  color: #AEAEAE;
}
body main section.blog .left-default input[type=text]::placeholder {
  font-family: "Swiss 721 Light";
  font-size: 18px;
  line-height: 22px;
  color: #AEAEAE;
}
@media (max-width: 991px) {
  body main section.blog .left-default input[type=text]::-moz-placeholder {
    font-size: 15px;
  }
  body main section.blog .left-default input[type=text]::placeholder {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  body main section.blog .left-default input[type=text] {
    padding-left: 22px;
    min-height: 53px;
    border-radius: 7px;
  }
}
body main section.blog .left-default input[type=image] {
  position: absolute;
  right: 15px;
  margin-top: 13px;
}
@media (max-width: 991px) {
  body main section.blog .left-default input[type=image] {
    margin-top: 15px;
    width: 22px;
  }
}
body main section.blog .left-default form {
  position: relative;
}
body main section.blog .left-default .categorias {
  border-radius: 10px;
  max-width: 280px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 25px;
}
body main section.blog .left-default .categorias ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 15px;
}
body main section.blog .left-default .categorias ul a {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #303030;
  padding-bottom: 25px;
  display: block;
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 25px;
  transition: 0.6s;
}
body main section.blog .left-default .categorias ul a:hover {
  color: #222370;
}
@media (max-width: 991px) {
  body main section.blog .left-default .categorias ul a {
    font-size: 16px;
  }
}
body main section.blog.padding {
  background: none;
}
@media (max-width: 991px) {
  body main section.blog {
    padding: 35px 0;
    padding-bottom: 75px;
    background: #fff;
  }
}
body main section.blog .container {
  z-index: 2;
  position: relative;
}
body main section.blog .espaco {
  padding-top: 10px;
}
@media (max-width: 991px) {
  body main section.blog .espaco {
    padding-top: 25px;
  }
}
body main section.blog .padrao {
  max-width: 369px;
}
body main section.blog .padrao form {
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.blog .padrao form {
    margin-bottom: 20px;
  }
}
body main section.blog .padrao form input[type=text] {
  height: 48px;
  outline: 0;
  width: 100%;
  background: transparent;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #5F017C;
  border-radius: 0;
  padding: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #5F017C;
}
body main section.blog .padrao form input[type=text]::-moz-placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #5F017C;
}
body main section.blog .padrao form input[type=text]::placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #5F017C;
}
body main section.blog .padrao form input[type=image] {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 21px;
  padding-left: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
body main section.blog .padrao .categorias {
  padding-bottom: 20px;
}
body main section.blog .padrao .categorias ul {
  padding-left: 0;
}
body main section.blog .padrao .categorias ul li {
  list-style: none;
}
body main section.blog .padrao .categorias ul li:before {
  content: ".";
  position: relative;
  top: -5px;
  font-size: 40px;
  margin-right: 5px;
}
body main section.blog .padrao .categorias ul li.active {
  color: #FCD405;
}
body main section.blog .padrao .categorias ul a {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #222370;
  margin-bottom: 25px;
  transition: 0.5s;
}
@media (max-width: 991px) {
  body main section.blog .padrao .categorias ul a {
    font-size: 16px;
  }
}
body main section.blog .padrao .categorias ul a:hover {
  color: #FCD405;
  transition: 0.5s;
}
body main section.blog .padrao {
  margin: auto;
}
body main section.blog .padrao h4 {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #FCD405;
  text-align: center;
  text-transform: uppercase;
  margin-top: 150px;
}
@media (max-width: 991px) {
  body main section.blog .padrao h4 {
    margin-top: 30px;
  }
}
body main section.blog.padding {
  background: none;
}
@media (max-width: 991px) {
  body main section.blog {
    padding: 35px 0;
    padding-bottom: 20px;
    background: #fff;
  }
}
body main section.blog .container {
  z-index: 2;
  position: relative;
}
body main section.blog .espaco {
  padding-top: 10px;
}
@media (max-width: 991px) {
  body main section.blog .espaco {
    padding-top: 25px;
  }
}
body main section.blog .main-destaque {
  position: relative;
  height: 585px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
  flex-direction: column;
  justify-content: end;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.blog .main-destaque {
    height: auto;
    min-height: 250px;
    margin-bottom: 0px;
    padding-bottom: 25px;
  }
}
body main section.blog .main-destaque img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 5px;
  opacity: 0.82;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
body main section.blog .main-destaque:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0.83deg, rgba(0, 0, 0, 0.82) 4.83%, rgba(0, 0, 0, 0) 69.74%);
  content: "";
  border-radius: 5px;
}
body main section.blog .main-destaque h1 {
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
@media (max-width: 991px) {
  body main section.blog .main-destaque h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
body main section.blog .main-destaque span {
  display: block;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #9E9E9E;
  position: relative;
}
body main section.blog .confira {
  background: #0E1056;
  border-radius: 5px;
  padding: 35px;
  text-align: center;
  padding-top: 25px;
}
body main section.blog .confira h2 {
  font-weight: 300;
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  color: #F6F6F6;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.blog .confira h2 {
    font-size: 20px;
  }
}
body main section.blog .confira h2 strong {
  font-weight: 700;
  display: block;
}
body main section.blog .confira .card-lido {
  background: #FFFFFF;
  border-radius: 5px;
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.blog .confira .card-lido {
    margin-bottom: 10px;
  }
}
body main section.blog .confira .card-lido:hover img {
  opacity: 0.75;
  transition: 0.6s;
}
body main section.blog .confira .card-lido img {
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
body main section.blog .confira .card-lido h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #0E1056;
  padding: 0 35px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.blog .confira .card-lido h3 {
    font-size: 16px;
    line-height: 20px;
    padding: 0 20px;
  }
}
body main section.blog .confira .card-lido span {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-decoration-line: underline;
  color: #006CB5;
  display: block;
  margin: auto;
}
body main section.blog-interna {
  padding-bottom: 90px;
}
body main section.blog-interna p {
  font-weight: 300;
}
body main section.blog-interna h1,
body main section.blog-interna h2,
body main section.blog-interna h3,
body main section.blog-interna h4 {
  color: #000;
}
body main section.blog-interna .thred {
  padding: 0 50px;
  text-align: center;
  padding-top: 15px;
  margin-top: 50px;
  background-color: #fff;
}
body main section.blog-interna .thred h4 {
  color: #0E1056;
}
body main section.blog-interna strong.titulo-blog {
  color: #222370;
  font-weight: bold;
  font-size: 15px;
  line-height: 35px;
}
body main section.blog-interna img {
  max-width: 100%;
  width: 100%;
}
body main section.blog-interna .iconee {
  width: 21px;
  height: 21px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.blog-interna h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}
body main section.blog-interna a {
  color: Gray;
}
body main section.blog-interna .compartilhe {
  padding-top: 20px;
  padding-bottom: 12px;
  border-bottom: 0.8px solid #eee;
  margin-bottom: 35px;
}
body main section.blog-interna .compartilhe .col-5 {
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #a1a1a1;
  font-weight: 400;
}
body main section.blog-interna h4 span {
  font-weight: 400;
}
body main section.blog-interna h4 {
  margin-top: 25px;
  margin-bottom: 30px;
}
body main section.blog-interna hr {
  margin-top: 80px;
}
body main section.blog-interna img.gostou {
  max-width: -moz-min-content;
  max-width: min-content;
  max-height: -moz-min-content;
  max-height: min-content;
  border-radius: 0;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  body main section.blog-interna h1,
  body main section.blog-interna h2 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 30px;
    padding-bottom: 10px;
  }
  body main section.blog-interna h3,
  body main section.blog-interna h4 {
    font-size: 22px;
  }
  body main section.blog-interna strong {
    text-align: left;
  }
}
body main section.blog-interna .prince {
  max-height: 347px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.contato {
  background-image: url("../image/pages/bg-contato.png");
  background-size: cover;
  min-height: 1000px;
  padding-bottom: 45px;
  background-position: center;
  position: relative;
  /*selecionar*/
}
body main section.contato .breadcrumb {
  margin-top: 0 !important;
}
body main section.contato.orcamento {
  background-image: url("../image/pages/bg-orcamento.png");
}
@media (max-width: 991px) {
  body main section.contato {
    min-height: 0;
    padding: 25px 0;
    background: #F4F7F4;
  }
  body main section.contato .form-select {
    padding-top: 0;
  }
}
body main section.contato:before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  width: 100%;
  height: 25%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
body main section.contato .social-media {
  display: flex;
  align-items: center;
  flex-direction: row;
}
body main section.contato .social-media ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 991px) {
  body main section.contato .social-media ul {
    padding-left: 0;
  }
}
body main section.contato .social-media ul li {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-bottom: 35px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.contato .social-media ul li {
    transform: scale(0.8);
  }
}
body main section.contato .social-media ul li img {
  transition: 0.6s;
}
body main section.contato .social-media ul li.ig:hover {
  background: #E1306C;
}
body main section.contato .social-media ul li.fb:hover {
  background: #3B5998;
}
body main section.contato .social-media ul li.yt:hover {
  background: #FF0000;
}
body main section.contato .social-media ul li.in:hover {
  background: #0077B5;
}
body main section.contato .social-media ul li:hover img {
  filter: invert(1);
}
body main section.contato .container {
  z-index: 2;
  position: relative;
}
body main section.contato .breadcrumb {
  padding: 45px 0;
  margin-top: 0;
  color: #222370;
  margin-bottom: 0;
}
body main section.contato .breadcrumb a {
  color: #222370;
  margin: 0 5px;
}
@media (max-width: 991px) {
  body main section.contato .breadcrumb {
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
  }
}
body main section.contato h1 {
  font-weight: 300;
  font-size: 38px;
  line-height: 46px;
  color: #006CB5;
}
body main section.contato h1 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.contato h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
body main section.contato h2 {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  color: #006CB5;
  padding-top: 25px;
  border-top: 1px solid #D6D6D6;
  margin-bottom: 25px;
  max-width: 454px;
}
@media (max-width: 991px) {
  body main section.contato h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
body main section.contato h3 {
  font-weight: 300;
  font-size: 25px;
  line-height: 37px;
  color: #303030;
  width: 445px;
}
@media (max-width: 991px) {
  body main section.contato h3 {
    font-size: 20px;
    line-height: 26px;
    width: auto;
    margin: auto;
    margin-bottom: 15px;
  }
}
body main section.contato p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
  max-width: 505px;
  margin-bottom: 25px;
}
body main section.contato p strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.contato p {
    max-width: 505px;
    width: auto;
    margin-top: 5px;
    font-size: 15px;
    line-height: 23px;
  }
}
body main section.contato label {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #006CB5;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  body main section.contato label {
    font-size: 14px;
  }
}
body main section.contato input, body main section.contato select {
  margin-bottom: 18px;
  height: 48px;
  padding-left: 16px;
}
@media (max-width: 991px) {
  body main section.contato input, body main section.contato select {
    height: 42px;
    margin-bottom: 13px;
  }
}
body main section.contato input::-moz-placeholder, body main section.contato select::-moz-placeholder {
  font-weight: 100;
  font-size: 15px;
  line-height: 20px;
  color: #AEAEAE;
}
body main section.contato input::placeholder, body main section.contato select::placeholder {
  font-weight: 100;
  font-size: 15px;
  line-height: 20px;
  color: #AEAEAE;
}
@media (max-width: 991px) {
  body main section.contato input::-moz-placeholder, body main section.contato select::-moz-placeholder {
    font-size: 14px;
  }
  body main section.contato input::placeholder, body main section.contato select::placeholder {
    font-size: 14px;
  }
}
body main section.contato select {
  font-weight: 100;
  font-size: 15px;
  color: #AEAEAE;
}
body main section.contato .btn-padrao {
  border: 0;
  min-width: 236px;
}
body main section.contato hr {
  margin-top: 35px;
  margin-bottom: 35px;
}
body main section.contato textarea {
  height: 124px;
  padding-left: 16px;
  padding-top: 12px;
  margin-bottom: 25px;
}
body main section.contato textarea::-moz-placeholder {
  font-weight: 100;
  font-size: 15px;
  line-height: 20px;
  color: #AEAEAE;
}
body main section.contato textarea::placeholder {
  font-weight: 100;
  font-size: 15px;
  line-height: 20px;
  color: #AEAEAE;
}
@media (max-width: 991px) {
  body main section.contato textarea {
    margin-bottom: 20px;
  }
}
body main section.contato input, body main section.contato textarea {
  background: #fff;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
}
body main section.contato.trabalhe {
  background-image: url(../image/page/trabalhe/bg.png);
  background-position: top;
  min-height: 1770px;
  background-color: #006CB5;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  body main section.contato.trabalhe {
    min-height: auto;
    background: #fff;
  }
}
body main section.contato.trabalhe:before {
  display: none;
}
body main section.contato.trabalhe h1 strong {
  font-weight: 700;
  font-size: 58px;
  line-height: 59px;
}
@media (max-width: 991px) {
  body main section.contato.trabalhe h1 strong {
    font-size: 24px;
    line-height: 30px;
  }
}
body main section.contato.trabalhe p {
  max-width: 500px;
}
body main section.contato.trabalhe p strong {
  font-weight: 600;
}
body main section.contato.trabalhe h3 {
  max-width: 501px;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 991px) {
  body main section.contato.trabalhe h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
body main section.contato .selecione {
  display: inline-block;
  background: #006CB5;
  border-radius: 0px 5px 5px 0px;
  height: 43px;
  width: 15%;
  line-height: 35px;
  margin-left: -8px;
  color: #F2F2F2;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  body main section.contato .selecione {
    font-size: 16px;
  }
}
body main section.contato .flex-box {
  display: flex;
}
body main section.contato .name-file {
  background: #fbfbfb;
  border: 0.8px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 43px;
  width: 85%;
  color: #bebebe;
  margin-bottom: 20px;
  display: inline-block;
  margin-bottom: 0;
}
body main section.contato .btn-padrao {
  font-size: 15px;
}
@media (max-width: 991px) {
  body main section.contato .btn-padrao {
    font-size: 16px;
  }
}
body main section.contato .bottom {
  margin-top: 250px;
}
@media (max-width: 991px) {
  body main section.contato .bottom {
    background: linear-gradient(90deg, #5F017C, #13075B);
    margin-top: 25px;
    padding: 25px 0;
  }
}
body main section.contato .coluna {
  flex: 1;
  flex-direction: column;
  display: flex;
  margin: auto;
  text-align: left;
  padding-left: 5px;
  min-height: 300px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  body main section.contato .coluna {
    min-height: 150px;
    text-align: center;
  }
}
body main section.contato .coluna h4 {
  font-weight: 700;
  font-size: 52px;
  line-height: 76px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  width: 35px;
  margin: auto;
  margin-bottom: 29px;
  left: -15px;
  position: relative;
  margin-top: 0;
}
@media (max-width: 991px) {
  body main section.contato .coluna h4 {
    left: unset;
    font-size: 30px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    height: 70px;
  }
}
body main section.contato .coluna h4.one {
  border-bottom: 4px solid #7F00A5;
}
body main section.contato .coluna h4.two {
  border-bottom: 4px solid #60067C;
}
body main section.contato .coluna p {
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin: auto;
  width: 180px;
  padding: 0;
  margin-top: 0px;
}
@media (max-width: 991px) {
  body main section.contato .coluna p {
    font-size: 15px;
    width: 250px;
    margin-bottom: 10px;
  }
}
body main section.contato h5 {
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  /* identical to box height, or 48px */
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
}
body main section.contato h5 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.contato h5 {
    color: #13075B;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
body main section.contato .box-redes {
  background-color: #13075B;
  width: 224px;
  height: 66px;
  display: Flex;
  align-items: center;
  justify-content: center;
}
body main section.contato .box-redes a {
  padding: 0 16px;
  transition: transform 250ms;
}
body main section.contato .box-redes a:hover {
  transform: translateY(-3px);
}
body main section.trabalhe-espaco-correcao {
  z-index: 5;
  position: relative;
  background: #2C085B;
  height: 32px;
  width: 100%;
  margin-top: -32px;
}
body main section.trabalhe-header {
  background: linear-gradient(270.33deg, #191a59 29.93%, #006cb5 73.47%);
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.trabalhe-header {
    padding: 20px 0;
  }
}
body main section.trabalhe-header .juntos {
  width: 100%;
}
body main section.trabalhe-header .box-form {
  background: #09598f;
  border-radius: 5px;
  padding: 40px 50px;
}
body main section.trabalhe-header .box-form .box-file .selecione {
  display: inline-block;
  background: #222370;
  border-radius: 0px 5px 5px 0px;
  height: 43px;
  width: 17%;
  line-height: 35px;
  margin-left: -8px;
  color: #f2f2f2;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  body main section.trabalhe-header .box-form .box-file .selecione {
    font-size: 16px;
  }
}
body main section.trabalhe-header .box-form .box-file .flex-box {
  display: flex;
}
body main section.trabalhe-header .box-form .box-file .name-file {
  background: #fbfbfb;
  border: 0.8px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 43px;
  width: 85%;
  color: #bebebe;
  margin-bottom: 20px;
  display: inline-block;
  margin-bottom: 0;
}
body main section.trabalhe-header .box-form h2 {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  color: #f6f6f6;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.trabalhe-header .box-form {
    padding: 30px 20px;
  }
  body main section.trabalhe-header .box-form h2 {
    font-size: 18px;
    line-height: 1.3;
  }
}
body main section.trabalhe-header .box-form button {
  border: none;
  outline: none;
}
body main section.trabalhe-header .box-form input,
body main section.trabalhe-header .box-form select {
  margin-bottom: 16px;
  height: 48px;
  padding-left: 16px;
}
@media (max-width: 991px) {
  body main section.trabalhe-header .box-form input,
  body main section.trabalhe-header .box-form select {
    height: 42px;
    margin-bottom: 13px;
  }
}
body main section.trabalhe-header .box-form input::-moz-placeholder, body main section.trabalhe-header .box-form select::-moz-placeholder {
  font-weight: 100;
  font-size: 15px;
  line-height: 20px;
  color: #aeaeae;
}
body main section.trabalhe-header .box-form input::placeholder,
body main section.trabalhe-header .box-form select::placeholder {
  font-weight: 100;
  font-size: 15px;
  line-height: 20px;
  color: #aeaeae;
}
@media (max-width: 991px) {
  body main section.trabalhe-header .box-form input::-moz-placeholder, body main section.trabalhe-header .box-form select::-moz-placeholder {
    font-size: 14px;
  }
  body main section.trabalhe-header .box-form input::placeholder,
  body main section.trabalhe-header .box-form select::placeholder {
    font-size: 14px;
  }
}
body main section.trabalhe-header .box-form label {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #f6f6f6;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body main section.trabalhe-header {
    min-height: 250px;
    background-size: cover;
    display: flex;
    align-items: center;
  }
}
body main section.trabalhe-header .breadcrumb {
  margin-top: 0 !important;
}
body main section.trabalhe-header .breadcrumb {
  padding: 45px 0;
  margin-top: 0;
  color: #fff;
}
body main section.trabalhe-header .breadcrumb a {
  color: #fff;
  margin: 0 5px;
}
@media (max-width: 991px) {
  body main section.trabalhe-header .breadcrumb {
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
  }
}
body main section.trabalhe-header h1 {
  font-weight: 300;
  font-size: 59.1965px;
  line-height: 72px;
  color: #ffffff;
}
@media (max-width: 991px) {
  body main section.trabalhe-header h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
body main section.trabalhe-header h1 strong {
  font-weight: 700;
}
body main section.trabalhe-header p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
@media (max-width: 991px) {
  body main section.trabalhe-header p {
    font-size: 16px;
    line-height: 22px;
  }
}
body main section.trabalhe-trabalhe {
  padding-top: 70px;
  padding-bottom: 50px;
  background-image: url("../image/pages/fundo-trabalhe.png");
  background-size: cover;
}
@media (max-width: 991px) {
  body main section.trabalhe-trabalhe {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.trabalhe-trabalhe h2 {
  font-weight: 300;
  font-size: 38px;
  line-height: 46px;
  color: #006CB5;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.trabalhe-trabalhe h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
body main section.trabalhe-trabalhe h2 strong {
  font-weight: 700;
}
body main section.trabalhe-trabalhe .bloco {
  border-radius: 5px;
  padding-right: 25px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
body main section.trabalhe-trabalhe .bloco a {
  background: #fff;
  padding-left: 36px;
  padding-right: 30px;
  border-radius: 5px;
}
body main section.trabalhe-trabalhe .bloco i {
  transition: 0.6s;
}
body main section.trabalhe-trabalhe .bloco .active h3 i, body main section.trabalhe-trabalhe .bloco:hover i {
  transform: rotate(90deg);
}
body main section.trabalhe-trabalhe .bloco:hover h3 {
  color: black;
}
body main section.trabalhe-trabalhe .bloco h3 {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #006CB5;
  padding-top: 28px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  transition: 0.4s;
  padding-top: 18px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.trabalhe-trabalhe .bloco h3 {
    font-size: 16px;
  }
}
body main section.trabalhe-trabalhe .bloco h3 strong {
  font-weight: 700;
}
body main section.trabalhe-trabalhe .bloco h3 i {
  color: #303030;
}
body main section.trabalhe-trabalhe .bloco .desc {
  padding-bottom: 25px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
  display: block;
  border-top: 1.5px solid #e3e3e3;
  margin-top: 0px;
  padding-top: 17px;
  padding-left: 35px;
}
@media (max-width: 991px) {
  body main section.trabalhe-trabalhe .bloco .desc {
    font-size: 15px;
  }
}
body main section.trabalhe-trabalhe .box-form {
  max-width: 555px;
  background: #0e1056;
  border-radius: 5px;
  padding-top: 40px;
  padding-bottom: 35px;
  padding-left: 55px;
  padding-right: 55px;
}
@media (max-width: 991px) {
  body main section.trabalhe-trabalhe .box-form {
    padding: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: auto;
  }
}
body main section.trabalhe-trabalhe .box-form h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  color: #f6f6f6;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.trabalhe-trabalhe .box-form h3 {
    font-size: 16px;
  }
}
body main section.trabalhe-trabalhe .box-form form input {
  margin-bottom: 5px;
  height: 48px;
}
@media (max-width: 991px) {
  body main section.trabalhe-trabalhe .box-form form input {
    height: 40px;
  }
}
body main section.trabalhe-trabalhe .box-form form textarea {
  height: 120px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.trabalhe-trabalhe .box-form form textarea {
    margin-bottom: 20px;
    height: 100px;
  }
}
body main section.trabalhe-trabalhe .box-form form label {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #f6f6f6;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body main section.trabalhe-trabalhe .box-form form label {
    font-size: 14px;
    line-height: 18px;
  }
}
body main section.trabalhe-trabalhe .box-form form button {
  margin: auto;
  display: table;
  border: 0;
}
@media (max-width: 991px) {
  body main section.trabalhe-trabalhe .box-form input::-moz-placeholder, body main section.trabalhe-trabalhe .box-form textarea::-moz-placeholder {
    font-size: 14px;
  }
  body main section.trabalhe-trabalhe .box-form input::placeholder,
  body main section.trabalhe-trabalhe .box-form textarea::placeholder {
    font-size: 14px;
  }
}
body main section.trabalhe-trabalhe .box-form .selecione {
  display: inline-block;
  background: #006CB5;
  border-radius: 0px 5px 5px 0px;
  height: 43px;
  width: 15%;
  line-height: 35px;
  margin-left: -8px;
  color: #f2f2f2;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  body main section.trabalhe-trabalhe .box-form .selecione {
    font-size: 16px;
  }
}
body main section.trabalhe-trabalhe .box-form .flex-box {
  display: flex;
}
body main section.trabalhe-trabalhe .box-form .name-file {
  background: #fbfbfb;
  border: 0.8px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 43px;
  width: 85%;
  color: #bebebe;
  margin-bottom: 20px;
  display: inline-block;
  margin-bottom: 0;
}
body main section.trabalhe-somos {
  padding-top: 40px;
  padding-bottom: 50px;
}
body main section.trabalhe-somos h2 {
  font-weight: 300;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  color: #006CB5;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.trabalhe-somos h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
body main section.trabalhe-somos h2 strong {
  font-weight: 700;
}
body main section.trabalhe-somos p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #303030;
}
@media (max-width: 991px) {
  body main section.trabalhe-somos p {
    font-size: 15px;
  }
}
body main section.trabalhe-somos p strong {
  font-weight: 700;
}
body main section.trabalhe-somos .galeria-area {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.trabalhe-somos .galeria-area {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
body main section.trabalhe-somos .item {
  max-width: 310px;
  height: 405px;
  position: relative;
  display: flex;
  align-items: end;
  padding: 30px;
  text-align: center;
  transition: 0.6s;
  justify-content: center;
}
@media (max-width: 991px) {
  body main section.trabalhe-somos .item {
    margin: auto;
    margin-bottom: 5px;
    border-radius: 5px;
    height: 160px;
  }
}
body main section.trabalhe-somos .item:hover:before {
  opacity: 0.8;
}
body main section.trabalhe-somos .item:hover h3 {
  color: #FCD405;
}
body main section.trabalhe-somos .item:before {
  background: linear-gradient(353.4deg, rgba(0, 0, 0, 0.93) 8.71%, rgba(0, 0, 0, 0) 66.77%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.6s;
  border-radius: 5px;
}
body main section.trabalhe-somos .item h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  position: relative;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.trabalhe-somos .item h3 {
    font-size: 20px;
  }
}
body main section.trabalhe-somos .item img.img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
body main section.formulario-enviado {
  padding: 150px 0;
  color: #222370;
}
body main section.formulario-enviado .box-in {
  text-align: center;
}
body main section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
body main section.formulario-enviado .box-in a {
  color: #222370;
  font-weight: 500;
  border-bottom: 1px dotted #222370;
}
body main section.formulario-enviado .box-in .btn-voltar {
  color: #222370;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #222370;
  transition: 0.3s all;
}
body main section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #222370;
  color: white;
}
body main section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body main section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #222370;
}
body main section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 700;
  color: #222370;
  line-height: 1;
}
@media (max-width: 991px) {
  body main section.formulario-enviado {
    padding: 80px 0;
    text-align: center;
  }
  body main section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body main section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body main section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body main section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body main section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body footer section.footer-mapa {
  background-color: black;
  height: 407px;
}
@media (max-width: 991px) {
  body footer section.footer-mapa {
    height: 250px;
  }
}
body footer section.footer-mapa iframe {
  width: 100%;
  height: 407px;
  opacity: 0.54;
  transition: 0.5s;
}
body footer section.footer-mapa iframe:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  body footer section.footer-mapa iframe {
    border: 0;
    height: 250px;
  }
}
body footer section.main-footer {
  background: url("../image/footer.png");
  background-size: cover;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  body footer section.main-footer {
    margin-bottom: 55px;
  }
}
body footer section.main-footer section.news-footer {
  padding-top: 75px;
  padding-bottom: 55px;
}
@media (max-width: 991px) {
  body footer section.main-footer section.news-footer {
    padding-bottom: 20px;
    padding-top: 25px;
  }
  body footer section.main-footer section.news-footer .news {
    width: 50px;
    height: auto;
  }
}
body footer section.main-footer section.news-footer .logo {
  width: 369px;
  height: 91px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body footer section.main-footer section.news-footer .logo {
    width: 250px;
    display: block;
    margin: auto;
  }
}
body footer section.main-footer section.news-footer h3 {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body footer section.main-footer section.news-footer h3 {
    font-size: 15px;
    line-height: 18px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 0;
  }
}
body footer section.main-footer section.news-footer h3 strong {
  font-weight: 700;
}
body footer section.main-footer section.news-footer form {
  width: 100%;
  display: flex;
  position: relative;
  height: 48px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  body footer section.main-footer section.news-footer form {
    flex-wrap: wrap;
    height: auto;
    margin: auto;
    display: block;
    display: flex;
    justify-content: center;
  }
}
body footer section.main-footer section.news-footer form:before {
  width: 4px;
  height: 85px;
  position: absolute;
  left: -88px;
  top: -34px;
  background: linear-gradient(180deg, #222370 0%, #006CB5 100%);
  border-radius: 10px;
  content: "";
}
@media (max-width: 991px) {
  body footer section.main-footer section.news-footer form {
    margin-top: 15px;
  }
}
body footer section.main-footer section.news-footer form input {
  width: 235px;
  height: 48px;
  background: #F6F6F6;
  border-radius: 5px;
  padding-left: 12px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body footer section.main-footer section.news-footer form input {
    width: 100%;
    height: 43px;
  }
}
body footer section.main-footer section.news-footer form input::-moz-placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #A5A5A5;
}
body footer section.main-footer section.news-footer form input::placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #A5A5A5;
}
body footer section.main-footer section.news-footer form button {
  border: 0;
  width: 236px;
}
body footer section.main-footer section.repeat {
  padding-bottom: 50px;
}
body footer section.main-footer section.repeat ul.principal {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  body footer section.main-footer section.repeat ul.principal {
    padding-left: 0;
  }
}
body footer section.main-footer section.repeat ul.principal li {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  transition: 0.6s;
}
body footer section.main-footer section.repeat ul.principal li.home {
  transition: 0.6s;
}
body footer section.main-footer section.repeat ul.principal li.home:hover {
  transform: translateY(-2px);
  filter: contrast(0) brightness(10);
  border-bottom: none;
}
body footer section.main-footer section.repeat ul.principal li.mx-li {
  margin-left: 25px;
  margin-right: 25px;
}
body footer section.main-footer section.repeat ul.principal li.menu-secundario a {
  color: #fff;
}
body footer section.main-footer section.repeat ul.principal li:hover, body footer section.main-footer section.repeat ul.principal li.active {
  color: #1786CD;
}
body footer section.main-footer section.repeat ul.principal li img {
  transition: 0.6s;
  filter: contrast(0) brightness(10);
}
body footer section.main-footer section.repeat ul.principal li:hover img {
  transform: translateY(-2px);
}
body footer section.main-footer section.repeat ul.principal ul {
  display: none;
  opacity: 0;
  transition: 0.6s;
  position: absolute;
  padding: 13px;
  padding-top: 10px;
  padding-left: 25px;
  background: white;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
body footer section.main-footer section.repeat ul.principal ul li {
  font-size: 13px !important;
  margin-top: 4px;
  list-style-type: disc;
  color: #333;
}
body footer section.main-footer section.repeat ul.principal ul li:hover {
  color: #006CB5;
}
body footer section.main-footer section.repeat ul.principal li.menu-secundario:hover ul {
  display: block;
  opacity: 1;
}
body footer section.main-footer section.repeat .social-media {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 991px) {
  body footer section.main-footer section.repeat .social-media {
    transform: scale(0.7);
    height: 40px;
    margin-top: 35px;
  }
}
body footer section.main-footer section.repeat .social-media ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 991px) {
  body footer section.main-footer section.repeat .social-media ul {
    padding-left: 0;
  }
}
body footer section.main-footer section.repeat .social-media ul li {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DFDFDF;
  margin-bottom: 35px;
  transition: 0.6s;
}
body footer section.main-footer section.repeat .social-media ul li img {
  transition: 0.6s;
}
body footer section.main-footer section.repeat .social-media ul li.ig:hover {
  background: #E1306C;
}
body footer section.main-footer section.repeat .social-media ul li.fb:hover {
  background: #3B5998;
}
body footer section.main-footer section.repeat .social-media ul li.yt:hover {
  background: #FF0000;
}
body footer section.main-footer section.repeat .social-media ul li.in:hover {
  background: #0077B5;
}
body footer section.main-footer section.repeat .social-media ul li:hover img {
  filter: invert(1);
}
body footer section.main-footer section.repeat .enderecamento, body footer section.main-footer section.repeat .enderecamento a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body footer section.main-footer section.repeat .enderecamento, body footer section.main-footer section.repeat .enderecamento a {
    line-height: 25px;
    font-size: 15px;
  }
}
body footer section.main-footer section.repeat .enderecamento strong, body footer section.main-footer section.repeat .enderecamento a strong {
  font-weight: 700;
}
body footer section.main-footer section.repeat .enderecamento a:hover, body footer section.main-footer section.repeat a.enderecamento:hover {
  color: #006CB5;
}
body footer section.main-footer section.repeat .flex {
  flex: 1;
}
body footer section.main-footer section.copy {
  background: #222370;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  body footer section.main-footer section.copy {
    padding-top: 15px;
  }
}
body footer section.main-footer section.copy span.titulo {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body footer section.main-footer section.copy span.titulo {
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    display: block;
  }
}
body footer section.main-footer section.copy .raddar {
  transition: 0.6s;
}
@media (max-width: 991px) {
  body footer section.main-footer section.copy .raddar {
    width: 200px;
    margin-top: 14px;
  }
}
body footer section.main-footer section.copy .raddar:hover {
  transform: translateY(-3px);
}
body footer section.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  text-align: right;
}
body footer section.popup .fechar {
  color: black;
  font-size: 20px;
  margin-bottom: 20px;
}
body footer section.popup .conteudo {
  z-index: 100001;
  padding: 50px;
  width: 100%;
  margin: auto;
  max-width: 600px;
  max-height: 100%;
}
@media (max-width: 991px) {
  body footer section.popup .conteudo {
    padding: 10px;
  }
}
body footer section.popup .conteudo img {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body footer section.popup .lente {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.7;
}
body footer section.popup.show {
  display: flex;
}
body footer section.footer-novo {
  margin-bottom: 67px;
}
body footer section.footer-novo .contatos {
  background: #222370;
}
body footer section.footer-novo .contatos .col-lg-3:nth-child(odd) {
  background-color: #126ba7;
}
body footer section.footer-novo .contatos a {
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  line-height: 30px;
  font-size: 22px;
  text-align: center;
  color: #ffffff;
}
body footer section.footer-novo .contatos img {
  margin-right: 23px;
}
body footer section.footer-novo .bottom {
  padding: 30px;
  background: linear-gradient(270.33deg, #191a59 29.93%, #0a5a8f 73.47%);
  text-align: center;
}
body footer section.footer-novo .bottom .logo {
  margin-bottom: 20px;
}
body footer section.footer-novo .bottom .links {
  color: #ffffff;
}
body footer section.footer-novo .bottom .links a {
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}
body footer section.footer-novo .bottom .endereco {
  color: white;
  font-weight: 300;
  font-size: 17px;
  line-height: 21px;
}
body footer section.footer-novo .bottom .endereco a {
  text-decoration-line: underline;
  color: #ffffff;
}
body footer section.footer-novo .bottom hr {
  margin: 25px 0;
  border: 1px solid #103b76;
}
body footer section.footer-novo .copy {
  background: #222370;
  color: white;
  padding: 15px 0;
}
@media (max-width: 991px) {
  body footer section.footer-novo {
    margin-bottom: 55px;
  }
  body footer section.footer-novo .bottom .endereco {
    font-size: 14px;
    line-height: 1.3;
  }
  body footer section.footer-novo .bottom .logo {
    max-width: 200px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }
  body footer section.footer-novo .bottom .links a {
    font-size: 13px;
    line-height: 1.3;
  }
  body footer section.footer-novo .contatos a {
    padding: 15px 20px;
    font-size: 18px;
    line-height: 1.3;
  }
  body footer section.footer-novo .contatos a img {
    height: 20px;
    margin-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: 350px;
  max-height: 400px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 9999;
  transform-origin: 100% 100%;
  transform: scale(0);
  transition: all 0.3s;
}
body footer section.modal-whatsapp.exibir {
  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 .contatos a {
  color: dimgray;
  font-weight: 700;
  display: block;
}
body footer section.modal-whatsapp .contatos a i {
  color: #4baa2b;
}
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: 15px;
  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;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  padding: 0px 10px;
  height: 44px;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    position: static;
  }
}
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;
  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:disabled {
  background-color: #a7a7a7;
  cursor: not-allowed;
}
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 footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 610;
  padding: 5px;
  bottom: 100px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
body footer section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
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 section.barra-fixa-mobile {
  border-top: 3px solid #fff;
  background: linear-gradient(94.55deg, #222370 39.42%, #006CB5 82.94%);
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 90;
  padding: 5px 0;
  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: #fff;
}
body footer section.barra-fixa-mobile .list-itens a i {
  color: #fff;
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
body footer section.barra-fixa {
  background: linear-gradient(94.55deg, #222370 39.42%, #006CB5 82.94%);
  padding-top: 15px;
  padding-bottom: 18px;
  transition: 0.5s all;
  padding-top: 10px;
  padding-bottom: 15px;
  position: fixed;
  width: 100%;
  z-index: 5;
  bottom: 0;
  border-top: 2px solid #FCD405;
  z-index: 10;
}
body footer section.barra-fixa .favicon {
  width: 100px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
body footer section.barra-fixa .cta-padrao {
  display: table;
  margin: auto;
}
body footer section.barra-fixa p {
  font-family: "Swiss 721 Light";
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-bottom: 0;
  padding-bottom: 0;
}
body footer section.barra-fixa .adjust-cta {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
}
body footer section.barra-fixa.ctas {
  padding-top: 8px;
  padding-bottom: 0;
}
body footer section.barra-fixa.ctas .favicon {
  width: 162px;
  height: 104px;
  -o-object-fit: contain;
     object-fit: contain;
}
body footer section.barra-fixa.ctas .adjust-cta {
  flex: 0.9;
}
body footer section.barra-fixa.ctas h2 {
  font-family: "Swiss 721 Thin";
  font-style: normal;
  font-weight: 100;
  font-size: 28px;
  line-height: 34px;
  color: #FFFFFF;
}
body footer section.barra-fixa.ctas .cta-padrao {
  max-width: 236px;
}
body footer .menu-mobile {
  background: linear-gradient(94.55deg, #222370 39.42%, #006CB5 82.94%);
  padding-top: 50px;
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  transition: all 0.5s;
}
body footer .menu-mobile.aberto {
  left: 0px;
}
body footer .menu-mobile .fechar {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 25px;
  font-weight: 700;
  color: white;
}
body footer .menu-mobile .logo {
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
body footer .menu-mobile .logo img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  body footer .menu-mobile .logo img {
    width: 236px;
  }
}
body footer .menu-mobile ul {
  padding: 0px;
}
body footer .menu-mobile ul li {
  list-style: none;
  margin: 5px;
  padding: 2px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
body footer .menu-mobile ul li:last-child {
  border-bottom: none;
}
body footer .menu-mobile ul li a {
  color: white;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}/*# sourceMappingURL=custom.css.map */