@charset "UTF-8";
/* CLASSES GLOBAIS */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;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");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;700&display=swap");
@font-face {
  font-family: "Nexa Light";
  src: url("fonts/nexa-light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nexa Bold";
  src: url("fonts/nexa-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.z-index-2 {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .h-lg-100 {
    height: 100%;
  }
}
.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 */
section.ouvidoria .texto {
  padding: 50px 0;
  background: #ebebeb;
}
section.ouvidoria .texto h2 {
  color: #1b1c6b;
  font-size: 24px;
  margin-bottom: 20px;
}
section.ouvidoria .texto-2 {
  padding: 50px 0;
}
section.ouvidoria .texto-2 h2 {
  text-align: center;
  color: #1b1c6b;
}
section.ouvidoria .texto-2 h3 {
  font-size: 20px;
  color: #f57d27;
  margin-top: 30px;
  margin-bottom: 20px;
}
section.ouvidoria .links a {
  border-radius: 10px;
  background-color: #1b1c6b;
  color: white;
  display: block;
  padding: 20px 30px;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
section.ouvidoria .links a:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  section.ouvidoria .texto {
    padding: 30px 0;
  }
  section.ouvidoria .texto-2 {
    padding: 30px 0;
  }
  section.ouvidoria .links {
    margin-top: 10px;
  }
  section.ouvidoria .links a {
    font-size: 16px;
  }
}

section.area-corretor {
  padding: 30px 0;
}
section.area-corretor .container {
  max-width: 500px;
}
section.area-corretor .links a {
  border-radius: 10px;
  background-color: #f57d27;
  color: white;
  display: block;
  padding: 20px 30px;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
section.area-corretor .links a:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  section.area-corretor .links a {
    font-size: 16px;
  }
}

.phones {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
  transition: 0.7s;
}
@media (max-width: 991px) {
  .phones {
    font-size: 13px;
    line-height: 17px;
    max-width: 220px;
    display: block;
  }
}
.phones img {
  transition: transform 700ms;
}
@media (max-width: 991px) {
  .phones img {
    width: 15px;
  }
}
.phones:hover {
  color: #f57d27;
  transition: 0.7s;
}
.phones:hover img {
  transform: translateY(-2px);
  box-shadow: 0px 0px 45px rgba(245, 125, 39, 0.75);
  border-radius: 6px;
}
.phones:hover .border-right:before {
  background: #f57d27;
  transition: 0.7s;
}
.phones strong {
  display: block;
  font-weight: 600;
  margin-bottom: 1.5px;
}
.phones .border-right {
  position: relative;
}
.phones .border-right:before {
  position: absolute;
  content: "";
  height: 24px;
  background: #B4B4B4;
  width: 2px;
  right: -11px;
  transition: 0.7s;
}
@media (max-width: 991px) {
  .phones .border-right:before {
    height: 19px;
    width: 1px;
    right: -5px;
  }
}

.cta-primary {
  line-height: 48px;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  min-width: 236px;
  max-width: 236px;
  border-radius: 5px;
  transition: 0.7s;
  position: relative;
}
@media (max-width: 991px) {
  .cta-primary {
    line-height: 40px;
    min-width: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }
}
.cta-primary span {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .cta-primary span {
    font-size: 13px;
    line-height: 40px;
  }
}
.cta-primary:not(.secundary, .border-secundary, .border-primary-cta) {
  background: transparent;
  color: white;
}
.cta-primary:not(.secundary, .border-secundary, .border-primary-cta):before {
  background: #F57D27;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.7s;
  z-index: 0;
  content: "";
}
.cta-primary:not(.secundary, .border-secundary, .border-primary-cta):hover {
  background: #1B1C6B;
  color: white;
  transition: 0.7s;
}
.cta-primary:not(.secundary, .border-secundary, .border-primary-cta):hover:before {
  transition: 0.7s;
  opacity: 0;
}
.cta-primary.secundary {
  background: #1B1C6B;
  color: white;
}
.cta-primary.secundary:hover {
  background: #F57D27;
  color: white;
  transition: 0.7s;
}
.cta-primary.border-secundary {
  color: #f57d27;
  border: 1px solid #f57d27;
}
.cta-primary.border-secundary:hover {
  background: #f57d27;
  color: white;
  transition: 0.7s;
}
.cta-primary.border-primary-cta {
  color: #1B1C6B;
  border: 1px solid #1B1C6B;
}
.cta-primary.border-primary-cta:hover {
  background: #1B1C6B;
  color: white;
  transition: 0.7s;
}
.cta-primary.border-secundary-hover:hover {
  background: #f57d27;
  color: white;
  transition: 0.7s;
}
.cta-primary.gradiente:before {
  background: linear-gradient(90.7deg, #F57D27 14.17%, #FFA800 84.12%);
  border-radius: 15px 0px;
}

.breadcrumb {
  margin-bottom: 15px;
}
.breadcrumb.min {
  min-height: 90px;
  background-color: #1b1c6b;
  padding-top: 49px;
  margin-bottom: 20px;
}
.breadcrumb.min span {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #BCBCBC;
  display: block;
  margin-bottom: 25px;
}

.breadcrumb, .breadcrumb a {
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  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(45deg, #13075B, #5F017C);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.categorias-mobile .in-categorias {
  background-color: #f57d27;
  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.a-solucao {
  padding-top: 65px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  section.a-solucao {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
section.a-solucao .bg-gradiente {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -300px;
  z-index: -1;
}
section.a-solucao h2 {
  font-family: "Nexa Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
  /* identical to box height */
  text-align: center;
  color: #1B1C6B;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  section.a-solucao h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
section.a-solucao p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #303030;
  max-width: 674px;
  margin: auto;
}
@media (max-width: 991px) {
  section.a-solucao p {
    font-size: 15px;
  }
}

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: #1b1c6b;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}

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

body {
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  background-color: #fff;
}
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-family: "Nexa Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  color: #1B1C6B;
  margin-bottom: 15px;
}
body .politica-termos span {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #BCBCBC;
  margin-bottom: 25px;
  display: block;
}
body .politica-termos p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
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 .politica-termos .box {
  width: 369px;
  background: #050652;
  border-radius: 10px;
  min-height: 300px;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-top: 80px;
}
@media (max-width: 991px) {
  body .politica-termos .box {
    min-height: 250px;
    width: 100%;
  }
}
body .politica-termos .box img {
  position: absolute;
  top: -70px;
}
@media (max-width: 991px) {
  body .politica-termos .box img {
    transform: scale(0.8);
  }
}
body .politica-termos .box h2 {
  font-family: "Nexa Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 28.6339px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  padding: 0 20px;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  body .politica-termos .box h2 {
    font-size: 20px;
  }
}
body .politica-termos .box strong {
  font-family: "Nexa Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  /* identical to box height */
  text-align: center;
  color: #F57D27;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  body .politica-termos .box strong {
    font-size: 20px;
  }
}
body .politica-termos .box p {
  font-weight: 300;
  font-size: 23px;
  line-height: 27px;
  /* identical to box height */
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body .politica-termos .box p {
    font-size: 20px;
  }
}
body header section.barra-lgpd {
  padding: 0 15px;
  background-color: #1b1c6b;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: white;
  border-bottom: 1px solid #1b1c6b;
  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: 0;
    background: rgba(0, 65, 93, 0.8901960784);
    line-height: 0;
    height: 33px;
  }
  body header section.barra-lgpd.exibir.scroll {
    bottom: 67px;
  }
}
body header section.barra-lgpd .row,
body header section.barra-lgpd .container {
  max-width: 1266px !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 {
  /* MODAL */
}
body main section.header {
  padding-top: 288px;
}
@media (max-width: 991px) {
  body main section.header .tell {
    margin-right: 36px !important;
  }
}
body main section.header .cta-primary.secundary {
  float: right;
}
body main section.header .redes .fb {
  vertical-align: sub;
}
body main section.header .redes .fb img {
  margin-left: 1px;
}
body main section.header .redes .ig {
  vertical-align: text-top;
  margin-left: 14px;
}
body main section.header .phones {
  display: flex;
  align-items: center;
}
body main section.header .phones strong {
  margin-right: 5px;
}
body main section.header .phones.tell strong {
  color: #15176D;
}
body main section.header .phones.wpp strong {
  color: #029F12;
}
body main section.header .phones img {
  margin-right: 12px;
}
body main section.header ul .sub:hover > nav {
  display: block !important;
  position: absolute;
}
body main section.header ul nav {
  display: none;
  padding-top: 2px;
  margin-top: -2px;
}
body main section.header nav ul {
  margin-left: 100px;
  padding-top: 10px;
}
body main section.header nav ul:hover {
  display: block !important;
}
body main section.header ul ul {
  position: absolute;
  max-width: 280px;
  min-width: 280px;
  padding: 0 25px;
  padding-bottom: 22px;
  padding-top: 30px;
  background: #EEEEEE;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
body main section.header ul ul hr {
  color: #F57D27;
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}
body main section.header ul ul li {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #1B1C6B;
  transition: 0.6s;
}
body main section.header ul ul li:hover {
  color: #F57D27;
}
@media (max-width: 991px) {
  body main section.header {
    padding-top: 0;
  }
}
body main section.header .logo {
  width: 236px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.header .logo {
    width: 150px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
    display: block;
  }
}
body main section.header .topbar {
  background: #15176D;
  margin-bottom: 45px;
  max-height: 68px;
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  body main section.header .topbar {
    display: none;
  }
}
body main section.header .topbar .in {
  display: flex;
  justify-content: end;
  align-items: center;
}
body main section.header .topbar .in a {
  margin-right: 60px;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  transition: 0.6s;
}
body main section.header .topbar .in a:hover {
  color: #F57D27;
}
body main section.header .topbar .in .sac {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0B0B26;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 5px 5px;
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  height: 75px;
  width: 320px;
  position: relative;
  top: 3px;
  transition: 0.6s;
  margin-right: 0;
  margin-left: 0;
}
body main section.header .topbar .in .sac:hover {
  background: #F57D27;
  color: white;
}
body main section.header .topbar .in .sac:hover img {
  filter: brightness(10) contrast(1);
}
body main section.header .topbar .in .sac img {
  margin-right: 15px;
  transition: 0.2s;
}
body main section.header .topo-fixo {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  background: #fff;
  background: url(../image/header/bg-header.png);
  background-size: 100%;
  background-repeat: repeat;
  transition: 0.7s;
  padding-top: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 27px;
}
@media (max-width: 991px) {
  body main section.header .topo-fixo {
    position: relative;
    padding-top: 35px;
    padding-bottom: 10px;
    border-bottom: 3px solid #1b1c6b;
    z-index: 3;
  }
  body main section.header .topo-fixo .cta-primary {
    margin-top: 5px;
    width: 100%;
  }
  body main section.header .topo-fixo .redes {
    position: absolute;
    top: 0;
    right: 0px;
    transform: scale(0.8);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  body main section.header .topo-fixo .redes {
    max-width: 75px;
    right: 17px;
  }
  body main section.header .topo-fixo .redes .rede {
    width: 27px;
    height: 27px;
  }
  body main section.header .topo-fixo .redes .rede img {
    width: 16px;
  }
}
@media (min-width: 992px) {
  body main section.header .topo-fixo .flex-phone-1 {
    flex: 0.46;
  }
  body main section.header .topo-fixo .flex-phone-2 {
    flex: 0.57;
  }
  body main section.header .topo-fixo .flex-especialista {
    flex: 0.6;
  }
  body main section.header .topo-fixo .flex-api {
    margin-right: 50px;
  }
  body main section.header .topo-fixo .flex-politica {
    flex: 0.53;
  }
}
body main section.header .topo-fixo .borda {
  width: 100%;
  display: block;
  background: #E7E7E7;
  height: 1px;
  margin-top: 31px;
  margin-bottom: 25px;
}
body main section.header .topo-fixo .politica {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #939393;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.header .topo-fixo .politica {
    font-size: 13px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
}
body main section.header .topo-fixo .politica:hover {
  color: #1b1c6b;
  transition: 0.6s;
}
body main section.header .topo-fixo .rede {
  background: #F3F3F3;
  border-radius: 100px;
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 570ms;
  transition: 0.6s;
}
body main section.header .topo-fixo .rede.yt img {
  margin-left: 1px;
}
body main section.header .topo-fixo .rede img {
  transition: 0.6s;
}
body main section.header .topo-fixo .rede:hover {
  transform: translateY(-2px);
  background: #1b1c6b;
  transition: 0.6s;
}
body main section.header .topo-fixo .rede:hover img {
  filter: invert(1);
}
body main section.header .topo-fixo ul {
  list-style: none;
}
body main section.header .topo-fixo ul li.home {
  transition: transform 500ms;
}
body main section.header .topo-fixo ul li.home:hover {
  transform: translateY(-2px);
}
body main section.header .topo-fixo ul li.home:hover img {
  box-shadow: 0px 0px 30px #f57d27;
  border-radius: 100%;
  transition: 0.7s;
}
body main section.header .topo-fixo ul a {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #303030;
  transition: 0.6s;
}
body main section.header .topo-fixo ul a.active {
  color: #f57d27;
  font-weight: 400;
}
body main section.header .topo-fixo ul a:hover {
  color: #f57d27;
  transition: 0.6s;
}
body main section.header-secundary {
  padding-top: 45px;
  background-repeat: no-repeat;
  padding-bottom: 25px;
  background-position: bottom;
  min-height: 300px;
  background-size: cover;
  z-index: 3;
  position: relative;
}
@media (max-width: 991px) {
  body main section.header-secundary {
    background-size: cover;
    background-position: center;
    padding-top: 20px;
    padding-bottom: 25px;
    min-height: 250px;
  }
}
body main section.header-secundary h1 {
  font-family: "Nexa Light";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 12px;
}
body main section.header-secundary h1 strong {
  color: #f57d27;
  font-family: "Nexa Bold";
}
@media (max-width: 991px) {
  body main section.header-secundary h1 {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 30px;
  }
}
body main section.header-secundary p {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  max-width: 530px;
  text-align: center;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.header-secundary p {
    font-size: 16px;
  }
}
body main section.header-secundary p strong {
  font-weight: 500;
}
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: #1b1c6b;
}
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: #1b1c6b;
  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: #F57D27;
  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: #f57d27;
}
body main .secundary .modal-body button:hover {
  background-color: #15176D !important;
}
body main .secundary .modal-body h1 {
  color: #f57d27;
}
body main ul.paginacao {
  display: flex;
  margin: 0 5px;
  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: 25px;
  height: 25px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  color: #1b1c6b;
  transition: all 0.3s;
}
body main ul.paginacao li a.active, body main ul.paginacao li a:hover {
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  color: #13075b;
  border-bottom: 2px solid;
  padding: 17px 0;
}
body main section.index-banner .texto-rotativo .out-strong {
  height: 88px;
  overflow: hidden;
}
@media (min-width: 992px) {
  body main section.index-banner .texto-rotativo .out-strong strong {
    display: block;
    animation: palavraschange 10s 5s infinite alternate;
  }
}
@keyframes palavraschange {
  from {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-88px);
  }
  to {
    transform: translateY(-170px);
  }
}
@media (max-width: 991px) {
  body main section.index-banner .texto-rotativo .out-strong {
    height: 30px;
  }
  body main section.index-banner .texto-rotativo .out-strong strong {
    display: block;
    transform: translateY(0px);
    animation: palavraschangemobile 10s 5s infinite alternate;
  }
  @keyframes palavraschangemobile {
    from {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-27px);
    }
    to {
      transform: translateY(-56px);
    }
  }
}
body main section.index-banner:before {
  width: 68px;
  height: 68px;
  background-size: 100% 100%;
  background-image: url("../image/header/down.png");
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 991px) {
  body main section.index-banner:before {
    display: none;
  }
}
body main section.index-banner .bann {
  min-height: 646px;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  body main section.index-banner .bann {
    min-height: 350px;
    padding-bottom: 25px;
  }
  body main section.index-banner .bann:before {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
  }
}
body main section.index-banner .bann img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  body main section.index-banner .bann img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
body main section.index-banner .bann .txt {
  position: relative;
  max-width: 595px;
  z-index: 3;
  padding-top: 133px;
}
@media (max-width: 991px) {
  body main section.index-banner .bann .txt {
    padding-top: 0;
    margin: auto;
  }
}
body main section.index-banner .bann h1 {
  font-weight: 300;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 8px;
  color: #18184f;
}
@media (max-width: 991px) {
  body main section.index-banner .bann h1 {
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    color: white;
    margin-bottom: 25px;
  }
}
body main section.index-banner .bann h1 strong {
  font-weight: 700;
}
@media (min-width: 992px) {
  body main section.index-banner .bann h1 strong {
    font-size: 60px;
    line-height: 85px;
    font-family: "Roboto";
    display: block;
  }
}
body main section.index-banner .bann p {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #4f4f4f;
}
@media (max-width: 991px) {
  body main section.index-banner .bann p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: white;
  }
}
body main section.index-banner .bann .cta-primary {
  margin-top: 55px;
  max-width: 236px;
}
@media (max-width: 991px) {
  body main section.index-banner .bann .cta-primary {
    display: table;
    margin: auto;
    min-width: 200px;
  }
}
body main section.index-banner .owl-dots {
  position: absolute;
  margin-top: -150px;
  left: 15.5%;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-dots {
    position: absolute;
    margin-top: -40px;
    right: 5%;
    left: unset;
    z-index: 2;
  }
}
body main section.index-banner .owl-dots button {
  height: 3.43px;
  border-radius: 5.72222px;
  margin: 3px;
  background: #c0c0c0;
  width: 21px;
}
body main section.index-banner .owl-dots button.active {
  width: 45.78px;
  height: 3.43px;
  background: #2b2b2b;
}
body main section.index-solucoes {
  padding-top: 55px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.index-solucoes {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.index-solucoes .texto h2 {
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  color: #1b1c6b;
  margin-bottom: 9px;
  font-family: "Nexa Light";
}
@media (max-width: 991px) {
  body main section.index-solucoes .texto h2 {
    font-size: 24px;
    margin-bottom: 7px;
    line-height: 30px;
  }
}
body main section.index-solucoes .texto h2 strong {
  font-weight: 700;
  color: #f57d27;
  font-family: "Nexa Bold";
}
body main section.index-solucoes .texto p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #303030;
  margin-bottom: 45px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991px) {
  body main section.index-solucoes .texto p {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
body main section.index-solucoes .texto p strong {
  font-weight: 700;
}
body main section.index-solucoes .item {
  background: #F1F1F1;
  border-radius: 50px 0px;
  width: 236px;
  height: 238px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 27px;
  padding-bottom: 20px;
  position: relative;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-solucoes .item {
    width: 100%;
    height: auto;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}
body main section.index-solucoes .item:hover {
  background: #f57d27;
}
body main section.index-solucoes .item:hover span, body main section.index-solucoes .item:hover h3, body main section.index-solucoes .item:hover h3 strong, body main section.index-solucoes .item:hover p {
  color: white;
}
body main section.index-solucoes .item.no-last span:after {
  display: none;
}
body main section.index-solucoes .item span {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  color: #f57d27;
  position: relative;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-solucoes .item span {
    font-size: 30px;
    line-height: 30px;
  }
}
body main section.index-solucoes .item span:after {
  position: absolute;
  content: "";
  width: 189px;
  height: 6px;
  background: url(../image/solucoes/asset.png);
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
  right: -115px;
}
@media (max-width: 991px) {
  body main section.index-solucoes .item span:after {
    display: none;
  }
}
body main section.index-solucoes .item h3, body main section.index-solucoes .item h3 strong {
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
  color: #1b1c6b;
  margin-top: 35px;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  body main section.index-solucoes .item h3, body main section.index-solucoes .item h3 strong {
    margin-bottom: 7px;
    margin-top: 10px;
    font-size: 20px;
  }
}
body main section.index-solucoes .item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #1b1c6b;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 991px) {
  body main section.index-solucoes .item p {
    font-size: 14px;
  }
}
body main section.index-depoimentos {
  padding-top: 55px;
  padding-bottom: 100px;
  position: relative;
}
body main section.index-depoimentos .container {
  z-index: 3;
  position: relative;
}
body main section.index-depoimentos .bg {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 3;
}
@media (max-width: 991px) {
  body main section.index-depoimentos {
    padding-top: 28px;
    padding-bottom: 25px;
  }
  body main section.index-depoimentos .cta-primary img {
    transform: scale(0.8);
  }
}
body main section.index-depoimentos .owl-nav {
  position: absolute;
  justify-content: space-between;
  z-index: 3;
  display: flex;
  width: 110%;
  margin-left: -53px;
}
body main section.index-depoimentos .owl-nav button.owl-next, body main section.index-depoimentos .owl-nav button.owl-prev {
  color: #1b1c6b;
  border: none;
  font-size: 23px;
  margin-top: -250px;
  background: none;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .owl-nav button.owl-next, body main section.index-depoimentos .owl-nav button.owl-prev {
    transform: scale(0.7);
    margin-top: -70px;
    margin-right: 5px;
  }
}
body main section.index-depoimentos h2 {
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  color: #050654;
  margin-bottom: 9px;
  font-family: "Nexa Light";
}
@media (max-width: 991px) {
  body main section.index-depoimentos h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
body main section.index-depoimentos h2 strong {
  font-weight: 700;
  color: #050654;
  font-family: "Nexa Bold";
}
body main section.index-depoimentos p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #303030;
  font-family: "Roboto", sans-serif;
  max-width: 700px;
  margin: auto;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
body main section.index-depoimentos p strong {
  font-weight: 700;
}
body main section.index-depoimentos .box {
  width: 367px;
  min-height: 210px;
  background: #FFFFFF;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 10px;
  position: relative;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 0;
  border-top: 0;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.6s;
}
body main section.index-depoimentos .box:hover {
  background: #050654;
}
body main section.index-depoimentos .box:hover .depoimento {
  color: white;
}
body main section.index-depoimentos .box:hover h3 {
  color: #F57D27;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .box {
    width: 100%;
  }
}
body main section.index-depoimentos .box img {
  width: -moz-min-content;
  width: min-content;
  position: absolute;
  top: -15px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .box img {
    top: -14px;
    transform: scale(0.75);
  }
}
body main section.index-depoimentos .box .depoimento {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #303030;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .box .depoimento {
    font-size: 15px;
  }
}
body main section.index-depoimentos .box h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #1b1c6b;
  margin-top: 20px;
  text-transform: uppercase;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .box h3 {
    font-size: 15px;
  }
}
body main section.index-destaque-aumente {
  padding-top: 55px;
}
@media (max-width: 991px) {
  body main section.index-destaque-aumente {
    padding-top: 25px;
  }
  body main section.index-destaque-aumente img {
    transform: scale(0.7);
  }
}
body main section.index-destaque-aumente.bg {
  position: relative;
  background: linear-gradient(210deg, #ECECFF 16.32%, #ECECFF 16.32%, #FFFFFF 52.2%);
  margin-top: -60px;
  padding-top: 115px;
}
@media (max-width: 991px) {
  body main section.index-destaque-aumente.bg {
    padding-top: 30px;
    margin-top: 0;
  }
}
body main section.index-destaque-aumente .container {
  padding-bottom: 30px;
  border-bottom: 2px solid #B4B4B4;
}
@media (max-width: 991px) {
  body main section.index-destaque-aumente .container {
    padding-bottom: 25px;
    border-width: 1px;
  }
}
body main section.index-destaque-aumente h2 {
  font-family: "Nexa Bold";
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  color: #050652;
}
@media (max-width: 991px) {
  body main section.index-destaque-aumente h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
body main section.index-destaque-aumente span {
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  color: #05064E;
  font-family: "Nexa Light";
}
@media (max-width: 991px) {
  body main section.index-destaque-aumente span {
    font-size: 20px;
    position: relative;
    top: -2px;
  }
}
body main section.index-eq-seguros {
  min-height: 295px;
  position: relative;
  background: #050654;
  border-bottom-right-radius: 105px;
  padding-bottom: 110px;
  padding-top: 190px;
  margin-top: -140px;
}
@media (max-width: 991px) {
  body main section.index-eq-seguros {
    min-height: 0;
    padding-top: 55px;
    margin-top: -25px;
    border-bottom-right-radius: 25px;
    padding-bottom: 25px;
  }
}
body main section.index-eq-seguros h2 {
  font-family: "Nexa Bold";
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
  /* identical to box height */
  color: #F57D27;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body main section.index-eq-seguros h2 {
    font-size: 24px;
    text-align: center;
  }
}
body main section.index-eq-seguros p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.index-eq-seguros p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
  }
}
body main section.index-eq-seguros .cta-primary {
  margin-top: 45px;
  display: table;
}
@media (max-width: 991px) {
  body main section.index-eq-seguros .cta-primary {
    margin: auto;
    padding: 0 25px;
    margin-bottom: 15px;
  }
}
body main section.index-eq-seguros .item {
  position: relative;
}
body main section.index-eq-seguros .video {
  position: relative;
}
body main section.index-eq-seguros .video img.thumb {
  width: 768px;
  height: 378px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 14px 12px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
@media (max-width: 991px) {
  body main section.index-eq-seguros .video img.thumb {
    width: 100%;
    margin: auto;
    max-width: 768px;
    height: 250px;
  }
}
body main section.index-eq-seguros .video:before {
  position: absolute;
  width: 768px;
  height: 378px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66));
  content: "";
  border-radius: 10px;
  z-index: 2;
}
@media (max-width: 991px) {
  body main section.index-eq-seguros .video:before {
    width: 100%;
    margin: auto;
    max-width: 768px;
    height: 250px;
  }
}
body main section.index-eq-seguros .video img.play {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: -moz-min-content;
  width: min-content;
  z-index: 3;
}
@media (max-width: 991px) {
  body main section.index-eq-seguros .video img.play {
    transform: scale(0.8);
  }
}
body main section.index-duvidas {
  padding-bottom: 50px;
  position: relative;
  padding-bottom: 40px;
  padding-top: 50px;
  background-image: url("../image/new/duvidas-bg.png");
  background-size: cover;
}
body main section.index-duvidas .cta-primary {
  margin-top: 40px;
  border: 1px solid transparent;
}
body main section.index-duvidas .cta-primary:hover {
  border: 1px solid #fff;
}
@media (max-width: 991px) {
  body main section.index-duvidas {
    padding: 30px 0;
    min-height: 0;
  }
}
body main section.index-duvidas p {
  margin-bottom: 0;
}
body main section.index-duvidas .auto {
  margin: auto;
}
body main section.index-duvidas .bg {
  bottom: -57px;
  right: 0;
  position: absolute;
}
body main section.index-duvidas h2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 35px;
}
body main section.index-duvidas h2 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-duvidas h2 {
    line-height: 30px;
    font-size: 22px;
    text-align: center;
  }
}
body main section.index-duvidas .duvidas-home {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.index-duvidas .duvidas-home {
    margin: auto;
  }
}
body main section.index-duvidas .duvidas-home .titulo {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #0B0B26;
  display: block;
  position: relative;
  transition: 0.6s;
}
body main section.index-duvidas .duvidas-home .titulo:hover {
  color: #F57D27;
}
@media (max-width: 991px) {
  body main section.index-duvidas .duvidas-home .titulo {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
body main section.index-duvidas .duvidas-home .resposta {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #0B0B26;
  margin-top: 15px;
}
@media (max-width: 991px) {
  body main section.index-duvidas .duvidas-home .resposta {
    font-size: 15px;
    line-height: 22px;
  }
}
body main section.index-duvidas .duvida {
  display: block;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 40px;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
body main section.index-duvidas .fa-minus, body main section.index-duvidas .fa-plus {
  transition: 0.6s;
  opacity: 0;
}
body main section.index-duvidas .titulo.no.collapsed .fa-plus {
  opacity: 1;
  transition: 0.6s;
}
body main section.index-duvidas .titulo.no:not(.collapsed) .fa-minus {
  opacity: 1;
  transition: 0.6s;
}
body main section.index-duvidas .titulo.yes .fa-plus {
  opacity: 1;
  transition: 0.6s;
}
body main section.index-duvidas i.fas {
  position: absolute;
  right: 0;
  color: #000000;
  border: 2px solid;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
@media (max-width: 991px) {
  body main section.index-duvidas i.fas {
    width: 16px;
    height: 16px;
    font-size: 9px;
    border-width: 1px;
    top: 3px;
  }
}
body main section.index-blog {
  padding-bottom: 55px;
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  body main section.index-blog {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-top: 10px;
  }
  body main section.index-blog .cta-primary {
    padding: 0 25px;
  }
}
body main section.index-blog h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 38px;
  text-align: center;
  color: #050654;
  margin-bottom: 9px;
  font-family: "Ubuntu";
  font-style: normal;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.index-blog h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
body main section.index-blog h2 strong {
  font-weight: 700;
  color: #050654;
  font-family: "Nexa Bold";
}
body main section.index-blog p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #303030;
  font-family: "Roboto", sans-serif;
  max-width: 700px;
  margin: auto;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.index-blog p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
body main section.index-blog p strong {
  font-weight: 700;
}
body main section.index-blog .card-blog {
  width: 369px;
  margin: auto;
  min-height: 447px;
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog {
    width: 100%;
    max-width: 369px;
    min-height: auto;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
body main section.index-blog .card-blog .next {
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog .next {
    transform: scale(0.7);
  }
}
body main section.index-blog .card-blog .cover {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog .cover {
    height: 150px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
body main section.index-blog .card-blog .in {
  background: #F8F8F8;
  border: 1px solid #E9E9E9;
  padding-top: 20px;
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog .in {
    padding-bottom: 20px;
  }
}
body main section.index-blog .card-blog .in h3 {
  max-width: 296px;
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
  text-align: center;
  color: #1B1C6B;
  margin: auto;
  margin-bottom: 12px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog .in h3 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 23px;
  }
}
body main section.index-blog .card-blog .in .desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #303030;
  max-width: 285px;
  margin: auto;
  min-height: 52px;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog .in .desc {
    font-size: 15px;
    min-height: 0;
    margin-bottom: 20px;
  }
}
body main section.index-blog .card-blog .in hr {
  opacity: 1;
  background: #EFEFEF;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 0;
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog .in hr {
    margin-bottom: 15px;
  }
}
body main section.index-blog .card-blog .in span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
  padding-left: 25px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog .in span {
    font-size: 15px;
  }
}
body main section.index-blog .card-blog:hover .cover {
  opacity: 0.87;
}
body main section.index-blog .card-blog:hover h3 {
  color: #F57D27;
}
body main section.index-blog .card-blog:hover span {
  color: #050654;
}
body main section.index-blog .card-blog:hover .next {
  filter: contrast(0) brightness();
}
body main section.index-blog .cta-primary {
  margin: auto;
  margin-top: 35px;
}
@media (max-width: 991px) {
  body main section.index-blog .cta-primary {
    margin-top: 15px;
  }
}
body main section.index-conheca {
  padding-top: 55px;
  padding-bottom: 40px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  body main section.index-conheca {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}
body main section.index-conheca h2 {
  max-width: 369px;
  font-weight: 300;
  font-size: 25px;
  line-height: 29px;
  color: #1B1C6B;
  margin-bottom: 25px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-conheca h2 {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
  }
}
body main section.index-conheca h2 strong {
  font-weight: 700;
}
body main section.index-conheca .owl-carousel .item {
  width: 369px;
  min-height: 285px;
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #FCFCFC;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: center;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-conheca .owl-carousel .item {
    width: 100%;
    max-width: 369px;
    min-height: auto;
    padding-bottom: 25px;
    padding-top: 25px;
    margin: auto;
    display: block;
  }
}
body main section.index-conheca .owl-carousel .item:hover {
  background: #1B1C6B;
}
body main section.index-conheca .owl-carousel .item:hover .cta-primary {
  border: 1px solid rgb(255, 255, 255);
}
body main section.index-conheca .owl-carousel .item:hover .desc {
  color: white;
}
body main section.index-conheca .owl-carousel .item:hover .logo {
  filter: brightness(10) contrast(1);
}
body main section.index-conheca .owl-carousel .item .logo {
  margin: auto;
  max-width: 225px;
  max-height: 40px;
  margin-bottom: 20px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media (max-width: 991px) {
  body main section.index-conheca .owl-carousel .item .logo {
    max-width: 190px;
    max-height: -moz-min-content;
    max-height: min-content;
    margin-bottom: 10px;
  }
}
body main section.index-conheca .owl-carousel .item .desc {
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #303030;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-conheca .owl-carousel .item .desc {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  body main section.index-conheca .cta-primary {
    margin: auto;
  }
}
body main section.index-numeros-grandes {
  background: #EFEEEF;
  padding-top: 40px;
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  body main section.index-numeros-grandes {
    padding-bottom: 15px;
    padding-top: 20px;
  }
}
body main section.index-numeros-grandes:before {
  left: -30px;
  right: 0;
  height: 108px;
  background: #B4B4B4;
  content: "";
  position: absolute;
  width: 1px;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-numeros-grandes:before {
    display: none;
  }
}
body main section.index-numeros-grandes .numero {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 991px) {
  body main section.index-numeros-grandes .numero {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
}
body main section.index-numeros-grandes .numero.active strong {
  color: #F57D27;
}
body main section.index-numeros-grandes .numero.active {
  justify-content: start;
}
@media (max-width: 991px) {
  body main section.index-numeros-grandes .numero.active {
    justify-content: center;
  }
}
body main section.index-numeros-grandes .numero.active strong {
  margin-right: 25px;
}
body main section.index-numeros-grandes .numero strong {
  font-weight: 700;
  font-size: 94.8293px;
  line-height: 109px;
  text-align: center;
  color: #0B0B26;
}
@media (max-width: 991px) {
  body main section.index-numeros-grandes .numero strong {
    font-size: 30px;
    line-height: 30px;
    margin-right: 10px;
    margin-top: 7px;
  }
}
body main section.index-numeros-grandes .numero span {
  font-weight: 300;
  font-size: 30px;
  line-height: 35px;
  color: #0B0B26;
  max-width: 200px;
}
@media (max-width: 991px) {
  body main section.index-numeros-grandes .numero span {
    font-size: 18px;
  }
}
body main section.index-video {
  min-height: 478px;
  padding-top: 95px;
  padding-bottom: 95px;
  display: flex;
  align-items: center;
  justify-self: center;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-video {
    min-height: 350px;
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
body main section.index-video:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
  content: "";
  z-index: 2;
}
@media (min-width: 992px) {
  body main section.index-video:before {
    top: 0;
  }
}
body main section.index-video video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.index-video .container {
  position: relative;
  z-index: 3;
}
body main section.index-video h2 {
  max-width: 530px;
  font-weight: 300;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  color: #FFFFFF;
  margin: auto;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.index-video h2 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
  }
}
body main section.index-video h2 strong {
  font-weight: 700;
  color: #F57D27;
}
body main section.index-video p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  max-width: 369px;
  margin: auto;
}
body main section.index-equatorial section.sobre {
  background: #fff;
  padding-top: 85px;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.sobre {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
body main section.index-equatorial section.sobre h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 41px;
  color: #1B1C6B;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.sobre h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 5px;
  }
}
body main section.index-equatorial section.sobre h2 strong {
  font-weight: 700;
}
body main section.index-equatorial section.sobre p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
  max-width: 350px;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.sobre p {
    text-align: center;
    margin: auto;
    font-size: 15px;
  }
}
body main section.index-equatorial section.sobre .cta-primary {
  margin-top: 40px;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.sobre .cta-primary {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body main section.index-equatorial section.sobre .box {
  max-width: 768px;
  background: #FFFFFF;
  border: 1px solid #BCBCBC;
  border-radius: 5px;
  padding-bottom: 26px;
  padding-top: 72px;
  padding-right: 90px;
  padding-left: 90px;
  min-height: 164px;
  position: relative;
  margin-top: 50px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.sobre .box {
    margin: auto;
    margin-top: 45px;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 0;
    padding-bottom: 25px;
  }
}
body main section.index-equatorial section.sobre .box:hover {
  background: #1B1C6B;
}
body main section.index-equatorial section.sobre .box:hover h2 {
  color: white;
}
body main section.index-equatorial section.sobre .box h2 {
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  color: #1B1C6B;
  margin-bottom: 0;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.sobre .box h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
body main section.index-equatorial section.sobre .box .logo {
  width: 243px;
  height: 93px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.sobre .box .logo {
    height: 75px;
  }
}
body main section.index-equatorial section.sobre .box .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 196px;
  max-height: 69px;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.sobre .box .logo img {
    max-width: 150px;
    max-height: 50px;
  }
}
body main section.index-equatorial section.equatorial {
  background: #efeeef;
  padding-top: 45px;
  padding-bottom: 65px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.equatorial {
    padding-top: 30px;
    padding-bottom: 45px;
  }
}
body main section.index-equatorial section.equatorial.interna {
  padding-bottom: 75px;
  background: linear-gradient(0deg, #FFFFFF 41.03%, #DEDEFC 100%);
  padding-top: 35px;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.equatorial.interna {
    padding-top: 20px;
    padding-bottom: 45px;
  }
}
body main section.index-equatorial section.equatorial.interna h2 {
  font-family: "Ubuntu";
}
body main section.index-equatorial section.equatorial.interna .breadcrumb {
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.equatorial.interna .breadcrumb {
    margin-bottom: 10px;
  }
}
body main section.index-equatorial section.equatorial.interna .breadcrumb, body main section.index-equatorial section.equatorial.interna .breadcrumb a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #263238;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.equatorial.interna .breadcrumb, body main section.index-equatorial section.equatorial.interna .breadcrumb a {
    font-size: 14px;
  }
}
body main section.index-equatorial section.equatorial:after {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  width: 68px;
  height: 68px;
  background-size: 100%;
  content: "";
  background-image: url(../image/new/sobre/down.png);
  margin: auto;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.equatorial:after {
    transform: scale(0.8);
  }
}
body main section.index-equatorial section.equatorial h2 {
  max-width: 625px;
  margin: auto;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 300;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  color: #1B1C6B;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.equatorial h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
body main section.index-equatorial section.equatorial h2:before {
  width: 30px;
  height: 39px;
  background-image: url("../image/new/sobre/vetor.png");
  background-size: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.equatorial h2:before {
    transform: scale(0.8);
  }
}
body main section.index-equatorial section.equatorial h2:after {
  width: 30px;
  height: 39px;
  background-image: url("../image/new/sobre/vetor.png");
  background-size: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.equatorial h2:after {
    transform: scale(0.8);
  }
}
body main section.index-equatorial section.equatorial h2 strong {
  font-weight: 700;
}
body main section.index-equatorial section.equatorial p {
  max-width: 565px;
  margin: auto;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #263238;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.equatorial p {
    font-size: 15px;
  }
}
body main section.index-equatorial section.solucoes {
  background: #0D0D38;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.solucoes {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.index-equatorial section.solucoes h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 45px;
  font-family: "Ubuntu";
  font-style: normal;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.solucoes h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
body main section.index-equatorial section.solucoes .borda {
  border-right: 2px solid #B4B4B4;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.solucoes .borda {
    border: none;
  }
}
body main section.index-equatorial section.solucoes .borda:last-of-type {
  border-right: none;
}
body main section.index-equatorial section.solucoes .item {
  margin: auto;
  max-width: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body main section.index-equatorial section.solucoes .item:hover .round {
  background: #fff;
}
body main section.index-equatorial section.solucoes .item:hover .round img {
  filter: invert(1);
}
body main section.index-equatorial section.solucoes .item .round {
  width: 94px;
  height: 94px;
  border-radius: 100%;
  background: #F57D27;
  box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.solucoes .item .round {
    width: 65px;
    height: 65px;
  }
}
body main section.index-equatorial section.solucoes .item .round img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.solucoes .item .round img {
    transform: scale(0.8);
  }
}
body main section.index-equatorial section.solucoes .item .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 20px;
}
@media (max-width: 991px) {
  body main section.index-equatorial section.solucoes .item .desc {
    font-size: 14px;
    margin-top: 10px;
  }
}
body main section.index-oferecemos {
  padding-bottom: 65px;
  padding-top: 40px;
  background: #efeeef;
}
@media (max-width: 991px) {
  body main section.index-oferecemos {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
body main section.index-oferecemos h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  color: #1B1C6B;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.index-oferecemos h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 30px;
  }
}
body main section.index-oferecemos p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #263238;
  max-width: 410px;
  margin: auto;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  body main section.index-oferecemos p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  body main section.index-oferecemos .link {
    display: table;
    margin: auto;
  }
}
body main section.index-oferecemos .card-solucoes {
  width: 408px;
  height: 412px;
  position: relative;
  border-radius: 5px;
  margin: auto;
}
body main section.index-oferecemos .card-solucoes .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 991px) {
  body main section.index-oferecemos .card-solucoes {
    margin: auto;
    width: 100%;
    max-width: 408px;
    min-height: 0;
    height: 200px;
  }
}
body main section.index-oferecemos .card-solucoes:hover:before {
  opacity: 0.97;
}
body main section.index-oferecemos .card-solucoes:hover h2 {
  color: #F57D27;
}
body main section.index-oferecemos .card-solucoes:hover h2:before {
  background-color: #F57D27;
}
body main section.index-oferecemos .card-solucoes:hover .cta-primary {
  background-color: #F57D27;
}
body main section.index-oferecemos .card-solucoes:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  background: linear-gradient(360deg, #000000 29.57%, rgba(0, 0, 0, 0) 85.22%);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: 0.6s;
}
body main section.index-oferecemos .card-solucoes h2 {
  font-weight: 700;
  font-size: 23px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 35px;
  z-index: 3;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-oferecemos .card-solucoes h2 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 13px;
  }
}
body main section.index-oferecemos .card-solucoes h2:before {
  width: 180px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #F57D27;
  content: "";
  bottom: 0;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-oferecemos .card-solucoes h2:before {
    height: 2px;
  }
}
body main section.index-oferecemos .card-solucoes .cta-primary {
  margin: auto;
  z-index: 3;
}
body main section.index-oferecemos .card-solucoes .fundo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
body main section.index-oferecemos .card-solucoes .in {
  z-index: 3;
  position: absolute;
  bottom: 45px;
  padding: 0 35px;
  margin: auto;
  left: 0;
  right: 0;
}
body main section.index-oferecemos .borda {
  border-right: 1px solid #C2C2C2;
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  body main section.index-oferecemos .borda {
    padding-bottom: 15px;
    border: none;
  }
}
body main section.index-oferecemos .cta-primary.obs {
  margin: auto;
  margin-top: 25px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: white;
  padding: 0 25px;
}
body main section.index-oferecemos .cta-primary.obs:before {
  z-index: 1;
}
body main section.sobre-historia {
  background-size: cover;
  background-image: url("../image/new/sobre/bg-historia.png");
  background-position: center;
  padding-bottom: 75px;
  background-color: #efefef;
  padding-top: 35px;
}
@media (max-width: 991px) {
  body main section.sobre-historia {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  body main section.sobre-historia .hist {
    width: 100%;
    max-width: 700px;
    margin: auto;
  }
}
body main section.sobre-historia .breadcrumb {
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  body main section.sobre-historia .breadcrumb {
    margin-bottom: 10px;
  }
}
body main section.sobre-historia .breadcrumb, body main section.sobre-historia .breadcrumb a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #263238;
}
@media (max-width: 991px) {
  body main section.sobre-historia .breadcrumb, body main section.sobre-historia .breadcrumb a {
    font-size: 14px;
  }
}
body main section.sobre-historia h2 {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 36px;
  line-height: 41px;
  color: #1B1C6B;
  max-width: 485px;
}
@media (max-width: 991px) {
  body main section.sobre-historia h2 {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
body main section.sobre-historia h2 strong {
  font-weight: 700;
}
body main section.sobre-historia p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
  margin-bottom: 22px;
  max-width: 485px;
}
@media (max-width: 991px) {
  body main section.sobre-historia p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
body main section.sobre-linha {
  padding-top: 75px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  body main section.sobre-linha {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.sobre-linha h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  color: #1B1C6B;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  body main section.sobre-linha h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
body main section.sobre-linha h2 strong {
  font-weight: 700;
}
body main section.sobre-linha .linha {
  position: relative;
}
body main section.sobre-linha .linha:before {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  background: #DFDFDF;
  width: 106%;
  margin-left: -3%;
  margin-top: 70px;
}
@media (max-width: 991px) {
  body main section.sobre-linha .linha:before {
    display: none;
  }
}
body main section.sobre-linha .linha .item {
  min-height: 500px;
}
body main section.sobre-linha .linha .item:hover .detalhe {
  background: #F57D27;
}
body main section.sobre-linha .linha .item:hover .titulo {
  color: #1B1C6B;
}
body main section.sobre-linha .linha .item.active .titulo {
  color: #1B1C6B;
}
body main section.sobre-linha .linha .item.active .detalhe {
  background: #F57D27;
}
body main section.sobre-linha .linha .item.active .detalhe:before {
  width: 1px;
  height: 100%;
  background: #F57D27;
  border: 5px solid #F57D27;
  border-radius: 85px;
  display: block;
  margin-left: 6.7px;
  margin-top: 17px;
  position: absolute;
  content: "";
  z-index: -1;
  min-height: 100px;
  opacity: 1;
}
body main section.sobre-linha .linha .item .titulo {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  text-align: left;
  color: #DFDFDF;
  margin-bottom: 35px;
  position: relative;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.sobre-linha .linha .item .titulo {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
body main section.sobre-linha .linha .item .legenda {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
  margin-top: 10px;
}
@media (max-width: 991px) {
  body main section.sobre-linha .linha .item .legenda {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
  }
}
body main section.sobre-linha .linha .item .detalhe {
  width: 23px;
  height: 23px;
  background: #A6A6A6;
  display: block;
  border-radius: 100%;
  margin-left: 10px;
  position: absolute;
  top: -16px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.sobre-linha .linha .item .detalhe {
    background: #F57D27;
    transform: scale(0.6);
    margin-left: 2px;
    top: 0;
  }
}
body main section.sobre-linha .linha .item .detalhe:before {
  opacity: 0;
  transition: 0.6s;
}
body main section.sobre-linha .linha .item .height {
  min-height: 110px;
}
body main section.sobre-linha .owl-dots {
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
body main section.sobre-linha .owl-dots button {
  height: 5px;
  border-radius: 5.72222px;
  margin: 3px;
  background: #C0C0C0;
  width: 21px;
}
body main section.sobre-linha .owl-dots button.active {
  width: 150px;
  background: #1B1C6B;
}
@media (max-width: 991px) {
  body main section.sobre-linha .owl-dots button.active {
    width: 75px;
  }
}
body main section.sobre-confira {
  padding-bottom: 40px;
  position: relative;
  padding-bottom: 40px;
  padding-top: 50px;
  background-image: url("../image/new/duvidas-bg.png");
  background-size: cover;
}
body main section.sobre-confira .cta-primary {
  margin-top: 40px;
  border: 1px solid transparent;
}
body main section.sobre-confira .cta-primary:hover {
  border: 1px solid #fff;
}
@media (max-width: 991px) {
  body main section.sobre-confira {
    padding: 25px 0;
    min-height: 0;
  }
}
body main section.sobre-confira p {
  margin-bottom: 0;
}
body main section.sobre-confira .auto {
  margin: auto;
}
body main section.sobre-confira .bg {
  bottom: -57px;
  right: 0;
  position: absolute;
}
body main section.sobre-confira h2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  color: #FFFFFF;
  max-width: 640px;
  margin: auto;
  margin-bottom: 50px;
}
body main section.sobre-confira h2 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.sobre-confira h2 {
    line-height: 30px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
  }
}
body main section.sobre-confira .item {
  width: 644px;
  height: 334px;
  margin: auto;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.sobre-confira .item {
    width: 100%;
    max-width: 644px;
    height: auto;
    min-height: 150px;
  }
}
body main section.sobre-confira .item:hover:before {
  opacity: 0.52;
}
body main section.sobre-confira .item:before {
  width: 100%;
  height: 100%;
  background: linear-gradient(0.64deg, rgba(0, 0, 0, 0.95) 10.61%, rgba(0, 0, 0, 0) 68.17%), url(image.png);
  border-radius: 5px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transition: 0.6s;
}
body main section.sobre-confira .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
body main section.sobre-confira .item h3 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 29px;
  color: #FFFFFF;
  padding: 45px;
  margin: auto;
  display: block;
  bottom: 0;
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.sobre-confira .item h3 {
    font-size: 20px;
    line-height: 24px;
    padding: 25px;
  }
}
body main section.sobre-confira .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 76%;
  margin: auto;
  z-index: 3;
  position: relative;
}
body main section.sobre-confira .owl-nav button {
  margin-top: -350px;
  z-index: 3;
  position: relative;
}
@media (max-width: 991px) {
  body main section.sobre-confira .owl-nav button {
    margin-top: -180px;
    transform: scale(0.8);
  }
}
body main section.sobre-move section.move {
  padding-top: 65px;
  padding-bottom: 75px;
  background: #efeeef;
}
@media (max-width: 991px) {
  body main section.sobre-move section.move {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  body main section.sobre-move section.move img {
    width: 20px;
    position: absolute;
    z-index: 5;
    margin-left: 50px;
    margin-top: -5px;
  }
}
body main section.sobre-move section.move h2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  color: #1B1C6B;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  body main section.sobre-move section.move h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
body main section.sobre-move section.move .item {
  width: 325px;
  min-height: 162px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  background: linear-gradient(141.99deg, #FFFFFF 10.46%, rgba(255, 255, 255, 0) 78.06%);
  position: relative;
  padding-left: 0;
  transition: 0.6s;
  border-radius: 3px;
}
@media (max-width: 991px) {
  body main section.sobre-move section.move .item {
    width: 100%;
    max-width: 325px;
    margin: auto;
    min-height: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
}
body main section.sobre-move section.move .item h3, body main section.sobre-move section.move .item p {
  transition: 0.6s;
}
body main section.sobre-move section.move .item:hover {
  background: #1B1C6B;
}
body main section.sobre-move section.move .item:hover h3, body main section.sobre-move section.move .item:hover p {
  color: white;
}
body main section.sobre-move section.move .item h3 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  color: #1B1C6B;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  body main section.sobre-move section.move .item h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
body main section.sobre-move section.move .item p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #263238;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.sobre-move section.move .item p {
    font-size: 15px;
  }
}
body main section.sobre-move section.move .item span {
  position: absolute;
  left: -50px;
  top: 0;
}
body main section.sobre-move section.proposito {
  background-image: url("../image/new/sobre/proposito-bg.png");
  background-size: cover;
  padding-bottom: 70px;
  padding-top: 47px;
}
@media (max-width: 991px) {
  body main section.sobre-move section.proposito {
    padding-top: 30px;
    padding-bottom: 0;
  }
  body main section.sobre-move section.proposito img {
    width: 100%;
    margin: auto;
    display: block;
    max-width: 600px;
    margin-bottom: 10px;
  }
}
body main section.sobre-move section.proposito h2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  color: #1B1C6B;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.sobre-move section.proposito h2 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
  }
}
body main section.sobre-move section.proposito p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #263238;
  max-width: 352px;
  margin: auto;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.sobre-move section.proposito p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
body main section.sobre-move section.proposito h3 {
  margin-top: 7.38px;
  display: block;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  color: #1B1C6B;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  body main section.sobre-move section.proposito h3 {
    font-size: 22px;
    margin-bottom: 0;
  }
}
body main section.sobre-move section.proposito .desc {
  max-width: 356px;
  margin: auto;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #263238;
  min-height: 93px;
}
body main section.sobre-move section.proposito .borda {
  width: 243px;
  height: 1px;
  display: block;
  background: #A5A5A5;
}
@media (max-width: 991px) {
  body main section.sobre-move section.proposito .borda {
    display: none;
  }
}
body main section.sobre-move section.proposito .proposito {
  margin: auto;
  display: block;
}
body main section.solucoes-interna {
  padding-bottom: 80px;
  background: linear-gradient(0deg, #FFFFFF 41.03%, #DEDEFC 100%);
  padding-top: 35px;
}
@media (max-width: 991px) {
  body main section.solucoes-interna {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
body main section.solucoes-interna .breadcrumb {
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  body main section.solucoes-interna .breadcrumb {
    margin-bottom: 10px;
  }
}
body main section.solucoes-interna .breadcrumb, body main section.solucoes-interna .breadcrumb a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #263238;
}
@media (max-width: 991px) {
  body main section.solucoes-interna .breadcrumb, body main section.solucoes-interna .breadcrumb a {
    font-size: 14px;
  }
}
body main section.solucoes-interna h1, body main section.solucoes-interna h2.h1 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  color: #1B1C6B;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.solucoes-interna h1, body main section.solucoes-interna h2.h1 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 10px;
  }
}
body main section.solucoes-interna h2.h1 {
  margin-bottom: 20px;
}
body main section.solucoes-interna h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #263238;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.solucoes-interna h2 {
    font-size: 20px;
  }
}
body main section.solucoes-interna p {
  max-width: 630px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #263238;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.solucoes-interna p {
    margin-bottom: 15px;
  }
}
body main section.solucoes-interna .destaque {
  width: 635px;
  height: 357px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.solucoes-interna .destaque {
    width: 100%;
    height: 250px;
    max-width: 635px;
    margin-bottom: 15px;
  }
}
body main section.solucoes-interna .cta-primary {
  margin-top: 35px;
}
@media (max-width: 991px) {
  body main section.solucoes-interna .cta-primary.secundary {
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }
}
body main section.solucoes-interna hr {
  margin-top: 50px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.solucoes-interna hr {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
body main section.solucoes-interna ul {
  list-style-type: none;
}
@media (max-width: 991px) {
  body main section.solucoes-interna ul {
    padding-left: 20px;
  }
}
body main section.solucoes-interna ul li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #263238;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.solucoes-interna ul li {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
body main section.solucoes-interna .box-form {
  width: 503px;
  min-height: 651px;
  background: #0B0B26;
  border-radius: 5px;
  padding: 50px;
  padding-bottom: 35px;
  padding-top: 47px;
}
@media (max-width: 991px) {
  body main section.solucoes-interna .box-form {
    width: 100%;
    max-width: 503px;
    min-height: 0;
    padding: 25px;
  }
}
body main section.solucoes-interna .box-form h3 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 31px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.solucoes-interna .box-form h3 {
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 15px;
  }
}
body main section.solucoes-interna .box-form input, body main section.solucoes-interna .box-form textarea {
  padding-left: 20px;
}
body main section.solucoes-interna .box-form input::-moz-placeholder, body main section.solucoes-interna .box-form textarea::-moz-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #A1A1A1;
}
body main section.solucoes-interna .box-form input::placeholder, body main section.solucoes-interna .box-form textarea::placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #A1A1A1;
}
body main section.solucoes-interna .box-form input {
  margin-bottom: 25px;
  height: 48px;
}
@media (max-width: 991px) {
  body main section.solucoes-interna .box-form input {
    height: 43px;
    margin-bottom: 15px;
  }
}
body main section.solucoes-interna .box-form textarea {
  margin-bottom: 40px;
  min-height: 166px;
  padding-top: 17px;
}
@media (max-width: 991px) {
  body main section.solucoes-interna .box-form textarea {
    margin-bottom: 25px;
  }
}
body main section.solucoes-interna .box-form .cta-primary {
  margin: auto;
}
@media (max-width: 991px) {
  body main section.solucoes-interna .box-form .cta-primary {
    border: 0;
    display: block;
    min-width: 200px;
  }
}
body main section.solucoes {
  padding-top: 80px;
}
@media (max-width: 991px) {
  body main section.solucoes {
    padding-top: 40px;
  }
  body main section.solucoes .check {
    transform: scale(0.9);
  }
}
body main section.solucoes .solucao {
  max-width: 636px;
  background: #F4F4F4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  min-height: 260px;
  padding-top: 70px;
  padding-left: 65px;
  padding-right: 75px;
  padding-bottom: 31px;
  position: relative;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.solucoes .solucao {
    padding: 40px;
    margin-bottom: 30px;
  }
}
body main section.solucoes .solucao.active {
  padding-top: 50px;
}
body main section.solucoes .solucao .phones {
  color: white;
}
body main section.solucoes .solucao .phones:hover {
  color: #f57d27;
}
body main section.solucoes .solucao .phones img {
  top: -10px;
  filter: invert(1);
}
body main section.solucoes .solucao .border-right:before {
  top: -12px;
}
body main section.solucoes .solucao:hover, body main section.solucoes .solucao.active {
  background: #1b1c6b;
}
body main section.solucoes .solucao:hover .descricao, body main section.solucoes .solucao:hover h2, body main section.solucoes .solucao.active .descricao, body main section.solucoes .solucao.active h2 {
  color: white;
}
body main section.solucoes .solucao img {
  position: absolute;
  top: -14px;
  left: 14px;
}
body main section.solucoes .solucao h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
  color: #1b1c6b;
  margin-bottom: 11px;
  transition: 0.5s;
}
@media (max-width: 991px) {
  body main section.solucoes .solucao h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
body main section.solucoes .solucao .descricao {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  transition: 0.5s;
}
body main section.solucoes-contato {
  min-height: 948px;
  background-image: url("../image/p/solucoes/bg-contato.png");
  padding-top: 160px;
  padding-bottom: 50px;
  margin-top: -120px;
}
@media (max-width: 991px) {
  body main section.solucoes-contato {
    margin-top: 0;
    background: #fff;
    margin-top: 0;
    padding-top: 15px;
  }
}
body main section.solucoes-contato.integre {
  background-image: url("../image/p/api/bg-form.png");
  background-size: cover;
  padding-top: 210px;
  margin-top: -80px;
}
@media (max-width: 991px) {
  body main section.solucoes-contato.integre {
    margin-top: 13px;
    padding-top: 30px;
    background: #F2F2F7;
  }
}
body main section.solucoes-contato.integre input, body main section.solucoes-contato.integre textarea {
  background: white;
}
body main section.solucoes-contato.integre h2 {
  font-family: "Nexa Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
  color: #F57D27;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.solucoes-contato.integre h2 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center;
  }
}
body main section.solucoes-contato.integre p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 25px;
  color: #303030;
}
@media (max-width: 991px) {
  body main section.solucoes-contato.integre p {
    text-align: center;
    font-size: 15px;
  }
  body main section.solucoes-contato.integre p br {
    display: none;
  }
}
body main section.solucoes-contato.integre h3 {
  color: #1b1c6b;
}
@media (max-width: 991px) {
  body main section.solucoes-contato.integre h3 {
    font-size: 16px;
    margin: auto;
    margin-bottom: 18px;
  }
}
body main section.solucoes-contato.contato {
  background-image: url("../image/p/contato/bg-contato.png");
  background-size: cover;
  padding-top: 110px;
  margin-top: 0;
  background-position: center;
}
@media (max-width: 991px) {
  body main section.solucoes-contato.contato {
    padding-top: 40px;
    background: #fff;
  }
}
body main section.solucoes-contato.contato form {
  max-width: 446px;
}
body main section.solucoes-contato.contato h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  color: #1B1C6B;
}
@media (max-width: 991px) {
  body main section.solucoes-contato.contato h3 {
    font-size: 16px;
    margin: auto;
    margin-bottom: 18px;
  }
}
body main section.solucoes-contato.contato h2 {
  font-family: "Nexa Light";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
  color: #050652;
  max-width: 510px;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.solucoes-contato.contato h2 {
    font-size: 22px;
    line-height: 25px;
  }
}
body main section.solucoes-contato.contato h2 strong {
  color: #f57d27;
  font-family: "Nexa Bold";
}
body main section.solucoes-contato.contato p {
  max-width: 505px;
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cecece;
}
@media (max-width: 991px) {
  body main section.solucoes-contato.contato p {
    font-size: 15px;
  }
  body main section.solucoes-contato.contato p br {
    display: none;
  }
}
body main section.solucoes-contato h2 {
  font-family: "Nexa Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  color: #1B1C6B;
  padding-bottom: 16px;
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 47px;
  max-width: 620px;
  padding-right: 25px;
}
@media (max-width: 991px) {
  body main section.solucoes-contato h2 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}
body main section.solucoes-contato h3 {
  font-family: "Nexa Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  color: #F57D27;
  max-width: 380px;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  body main section.solucoes-contato h3 {
    font-size: 16px;
  }
}
body main section.solucoes-contato form {
  max-width: 369px;
}
@media (max-width: 991px) {
  body main section.solucoes-contato form {
    margin: auto;
  }
}
body main section.solucoes-contato form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1B1C6B;
}
@media (max-width: 991px) {
  body main section.solucoes-contato form label {
    font-size: 15px;
  }
}
body main section.solucoes-contato form input, body main section.solucoes-contato form textarea {
  background: #EBEBEB;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  padding-left: 18px;
}
body main section.solucoes-contato form input::-moz-placeholder, body main section.solucoes-contato form textarea::-moz-placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #A2A2A2;
}
body main section.solucoes-contato form input::placeholder, body main section.solucoes-contato form textarea::placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #A2A2A2;
}
body main section.solucoes-contato form input {
  min-height: 48px;
  margin-bottom: 7px;
}
body main section.solucoes-contato form textarea {
  padding-top: 15px;
  min-height: 120px;
  margin-bottom: 32px;
}
body main section.solucoes-contato form button {
  border: 0;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.solucoes-contato form button {
    padding: 0 25px;
    font-size: 15px;
    margin-bottom: 10px;
  }
}
body main section.solucoes-produtos {
  padding-top: 35px;
  padding-bottom: 35px;
}
body main section.solucoes-produtos h2 {
  font-family: "Nexa Light";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  color: #1B1C6B;
  max-width: 892px;
  margin: auto;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  body main section.solucoes-produtos h2 {
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
body main section.solucoes-produtos h2 strong {
  font-family: "Nexa Bold";
  color: #f57d27;
}
body main section.solucoes-produtos .box {
  background: #FEFEFE;
  border: 1px solid #E1E1E1;
  /* sombra */
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 56px;
  padding-bottom: 22px;
  min-height: 700px;
  max-width: 503px;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.solucoes-produtos .box {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 35px;
    padding-bottom: 30px;
    min-height: 0;
    margin-bottom: 20px;
  }
}
body main section.solucoes-produtos .box .check {
  width: -moz-min-content;
  width: min-content;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.solucoes-produtos .box h3 {
  font-family: "Nexa Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
  /* identical to box height */
  color: #1B1C6B;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.solucoes-produtos .box h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
body main section.solucoes-produtos .box .lista {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #303030;
  max-width: 350px;
  margin: auto;
  display: block;
}
@media (max-width: 991px) {
  body main section.solucoes-produtos .box .lista {
    font-size: 15px;
  }
}
body main section.solucoes-produtos .box .adjust {
  flex-wrap: nowrap;
}
body main section.solucoes-produtos .box .entre {
  border-top: 1px solid #c4c4c4;
  padding-top: 20px;
  font-family: "Nexa Bold";
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #1B1C6B;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.solucoes-produtos .box .entre {
    font-size: 16px;
  }
}
body main section.solucoes-produtos .box .cta-primary {
  display: table;
  margin: auto;
  min-width: 236px;
}
body main section.solucoes-porque {
  min-height: 452px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../image/new/solucoes/bg-porque.png");
  background-size: cover;
  background-position: center;
  justify-content: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.solucoes-porque {
    background: #E7E3E7;
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.solucoes-porque h2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 41px;
  color: #1B1C6B;
  margin-bottom: 30px;
  max-width: 369px;
}
@media (max-width: 991px) {
  body main section.solucoes-porque h2 {
    text-align: center;
    line-height: 28px;
    font-size: 24px;
    margin: auto;
    margin-bottom: 10px;
  }
}
body main section.solucoes-porque h2 strong {
  display: block;
  font-weight: 700;
  color: #f57d27;
}
body main section.solucoes-porque h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
  color: #263238;
  margin-bottom: 10px;
  max-width: 308px;
}
@media (max-width: 991px) {
  body main section.solucoes-porque h3 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin: auto;
    margin-bottom: 10px;
  }
}
body main section.solucoes-porque h3 strong {
  font-weight: 700;
}
body main section.solucoes-porque p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #263238;
  max-width: 369px;
}
@media (max-width: 991px) {
  body main section.solucoes-porque p {
    text-align: center;
    font-size: 15px;
    margin: auto;
    margin-bottom: 13px;
  }
}
body main section.solucoes-porque .text-center h3 {
  max-width: 360px;
  margin: auto;
}
body main section.solucoes-parceiro {
  background: #efeeef;
  padding-top: 55px;
}
@media (max-width: 991px) {
  body main section.solucoes-parceiro {
    padding-top: 30px;
  }
}
body main section.solucoes-parceiro h2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  color: #1B1C6B;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.solucoes-parceiro h2 {
    margin: 0;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  body main section.solucoes-parceiro h2.venha {
    font-size: 20px;
    line-height: 26px;
  }
}
body main section.solucoes-parceiro p {
  max-width: 769px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #263238;
  margin: auto;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.solucoes-parceiro p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
body main section.solucoes-parceiro h3 {
  margin: auto;
  display: block;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 26px;
  text-align: center;
  color: #F57D27;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.solucoes-parceiro h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
body main section.solucoes-parceiro h3 strong {
  font-weight: 700;
}
body main section.solucoes-parceiro .item {
  width: 236px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  padding-top: 25px;
  padding-bottom: 35px;
  background: white;
  border-radius: 5px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.solucoes-parceiro .item {
    width: 160px;
    min-height: 0;
    padding: 15px;
    margin: auto;
  }
}
body main section.solucoes-parceiro .item:hover {
  background: #F57D27;
}
body main section.solucoes-parceiro .item:hover img {
  filter: invert(1);
}
body main section.solucoes-parceiro .item:hover span {
  color: white;
}
body main section.solucoes-parceiro .item img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.solucoes-parceiro .item img {
    transform: scale(0.8);
    margin-bottom: 7px;
  }
}
body main section.solucoes-parceiro .item span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #263238;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.solucoes-parceiro .item span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  body main section.solucoes-parceiro h2 {
    margin-bottom: 55px;
    margin-top: 45px;
  }
}
body main section.solucoes-parceiro .box {
  background-image: url(../image/new/duvidas-bg.png);
  background-size: cover;
  background-color: #1B1C6B;
  padding-top: 60px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  body main section.solucoes-parceiro .box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.solucoes-parceiro .box h2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 991px) {
  body main section.solucoes-parceiro .box h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
body main section.solucoes-parceiro .box h2 strong {
  color: #F57D27;
}
body main section.eq-seguros {
  background: #efeeef;
  padding-top: 35px;
}
@media (max-width: 991px) {
  body main section.eq-seguros {
    padding-top: 15px;
  }
}
body main section.eq-seguros section.topo h2 {
  font-family: "Ubuntu";
}
body main section.eq-seguros section.topo .breadcrumb {
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.topo .breadcrumb {
    margin-bottom: 10px;
  }
}
body main section.eq-seguros section.topo .breadcrumb, body main section.eq-seguros section.topo .breadcrumb a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #263238;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.topo .breadcrumb, body main section.eq-seguros section.topo .breadcrumb a {
    font-size: 14px;
  }
}
body main section.eq-seguros section.topo h2 {
  max-width: 625px;
  margin: auto;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 300;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  color: #1B1C6B;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.topo h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
body main section.eq-seguros section.topo h2:before {
  width: 30px;
  height: 39px;
  background-image: url("../image/new/sobre/vetor.png");
  background-size: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.topo h2:before {
    transform: scale(0.8);
  }
}
body main section.eq-seguros section.topo h2:after {
  width: 30px;
  height: 39px;
  background-image: url("../image/new/sobre/vetor.png");
  background-size: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.topo h2:after {
    transform: scale(0.8);
  }
}
body main section.eq-seguros section.topo h2 strong {
  font-weight: 700;
}
body main section.eq-seguros section.topo p {
  max-width: 565px;
  margin: auto;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #263238;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.topo p {
    font-size: 15px;
  }
}
body main section.eq-seguros section.produtos {
  padding-top: 65px;
  padding-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.produtos {
    padding-top: 40px;
  }
}
body main section.eq-seguros section.produtos .cta-primary {
  border-radius: 15px 0px;
}
body main section.eq-seguros section.produtos h2 {
  font-family: "Nexa Light";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  color: #1B1C6B;
  max-width: 892px;
  margin: auto;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.produtos h2 {
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
body main section.eq-seguros section.produtos h2 strong {
  font-family: "Nexa Bold";
  color: #F57D27;
}
body main section.eq-seguros section.produtos .box {
  background: #FEFEFE;
  border: 1px solid #E1E1E1;
  /* sombra */
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 56px;
  padding-bottom: 25px;
  min-height: 700px;
  max-width: 503px;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.produtos .box {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 35px;
    padding-bottom: 30px;
    min-height: 0;
    margin-bottom: 20px;
  }
}
body main section.eq-seguros section.produtos .box .check {
  width: -moz-min-content;
  width: min-content;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.eq-seguros section.produtos .box h3 {
  font-family: "Nexa Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
  /* identical to box height */
  color: #1B1C6B;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.produtos .box h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
body main section.eq-seguros section.produtos .box .lista {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #303030;
  max-width: 350px;
  margin: auto;
  display: block;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.produtos .box .lista {
    font-size: 15px;
  }
}
body main section.eq-seguros section.produtos .box .adjust {
  flex-wrap: nowrap;
}
body main section.eq-seguros section.produtos .box .entre {
  border-top: 1px solid #c4c4c4;
  padding-top: 20px;
  font-family: "Nexa Bold";
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #1B1C6B;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.produtos .box .entre {
    font-size: 16px;
  }
}
body main section.eq-seguros section.produtos .box .cta-primary {
  display: table;
  margin: auto;
  min-width: 236px;
}
body main section.eq-seguros section.aumente {
  padding-top: 55px;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.aumente {
    padding-top: 25px;
  }
  body main section.eq-seguros section.aumente img {
    transform: scale(0.7);
  }
}
body main section.eq-seguros section.aumente .container {
  padding-bottom: 30px;
  border-bottom: 2px solid #B4B4B4;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.aumente .container {
    padding-bottom: 25px;
    border-width: 1px;
  }
}
body main section.eq-seguros section.aumente h2 {
  font-family: "Nexa Bold";
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  color: #050652;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.aumente h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
body main section.eq-seguros section.aumente span {
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  color: #05064E;
  font-family: "Nexa Light";
}
@media (max-width: 991px) {
  body main section.eq-seguros section.aumente span {
    font-size: 20px;
    position: relative;
    top: -2px;
  }
}
body main section.eq-seguros section.integre {
  min-height: 800px;
  padding-top: 65px;
  background-image: url("../image/integre/bg.png");
  background-size: cover;
  background-position: 0 -75px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.integre {
    min-height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    background: linear-gradient(178deg, #fff, #e9e8f2);
  }
}
body main section.eq-seguros section.integre h2 {
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  color: #1b1c6b;
  margin-bottom: 38px;
  font-family: "Nexa Light";
}
@media (max-width: 991px) {
  body main section.eq-seguros section.integre h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
body main section.eq-seguros section.integre h2 strong {
  color: #f57d27;
  font-weight: 700;
  font-family: "Nexa Bold";
}
@media (min-width: 992px) {
  body main section.eq-seguros section.integre .mfix {
    margin-top: -68px;
  }
}
body main section.eq-seguros section.integre .icone {
  width: 63px;
  height: 63px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.integre .icone {
    width: 50px;
    height: 50px;
  }
}
body main section.eq-seguros section.integre .icone.red {
  background: #eb2a2a;
}
body main section.eq-seguros section.integre .icone.green {
  background: #16b409;
}
body main section.eq-seguros section.integre .icone.orange {
  background: #f57d27;
}
body main section.eq-seguros section.integre .icone.blue {
  background: #0976b4;
}
body main section.eq-seguros section.integre .icone img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.integre .icone img {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
body main section.eq-seguros section.integre span.txt-icon {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #303030;
  margin: auto;
  display: block;
  margin-top: 12px;
  max-width: 100px;
}
body main section.eq-seguros section.integre span.txt-icon br + br {
  display: none;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.integre span.txt-icon {
    font-size: 16px;
  }
}
body main section.eq-seguros section.integre .box {
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  color: #1b1c6b;
  padding-top: 17px;
  padding-bottom: 16px;
  padding-right: 28px;
  padding-left: 28px;
  background: #ffffff;
  border: 1px solid #b4b4b4;
  box-shadow: 5px 6px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  max-width: 300px;
}
body main section.eq-seguros section.integre .box.alone {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 85px;
  background: linear-gradient(4deg, rgba(255, 255, 255, 0) 14.99%, #FFFFFF 83.72%);
}
@media (max-width: 991px) {
  body main section.eq-seguros section.integre .box.alone {
    position: relative;
    left: 0;
    right: 0;
    bottom: unset;
    font-size: 16px;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
body main section.eq-seguros section.integre .phones.tell img {
  filter: brightness(0) invert(1);
}
body main section.eq-seguros section.escolha {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.escolha {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  body main section.eq-seguros section.escolha .cta-primary {
    max-width: 236px;
    margin: auto;
  }
  body main section.eq-seguros section.escolha .phones {
    margin: auto;
  }
}
body main section.eq-seguros section.escolha h2 {
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  color: #1b1c6b;
  margin-bottom: 9px;
  font-family: "Nexa Light";
}
@media (max-width: 991px) {
  body main section.eq-seguros section.escolha h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
  }
}
body main section.eq-seguros section.escolha h2 strong {
  font-weight: 700;
  color: #f57d27;
  font-family: "Nexa Bold";
}
body main section.eq-seguros section.escolha p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #303030;
  margin-bottom: 45px;
}
body main section.eq-seguros section.escolha p strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.escolha p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
body main section.eq-seguros section.escolha .item {
  width: 305px;
  height: 315px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  background-size: cover;
  position: relative;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.escolha .item {
    position: relative;
    width: 100%;
    max-width: 305px;
    height: 70px;
    margin-bottom: 4px;
    background-position: center;
  }
}
body main section.eq-seguros section.escolha .item:before {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  background: rgba(0, 0, 0, 0.56);
  content: "";
  transition: 0.6s;
}
body main section.eq-seguros section.escolha .item:hover h3 {
  color: #f57d27;
}
body main section.eq-seguros section.escolha .item:hover:before {
  opacity: 0.6;
}
body main section.eq-seguros section.escolha .item h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
  font-family: "Nexa Bold";
}
@media (max-width: 991px) {
  body main section.eq-seguros section.escolha .item h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
body main section.eq-seguros section.contato {
  min-height: 948px;
  background-image: url("../image/p/solucoes/bg-contato.png");
  padding-top: 160px;
  padding-bottom: 50px;
  margin-top: -50px;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.contato {
    margin-top: 0;
    background: #fff;
    margin-top: 0;
    padding-top: 15px;
  }
}
body main section.eq-seguros section.contato h2 {
  font-family: "Nexa Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  color: #1B1C6B;
  padding-bottom: 16px;
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 47px;
  max-width: 620px;
  padding-right: 25px;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.contato h2 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}
body main section.eq-seguros section.contato h3 {
  font-family: "Nexa Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  color: #F57D27;
  max-width: 380px;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.contato h3 {
    font-size: 16px;
  }
}
body main section.eq-seguros section.contato form {
  max-width: 500px;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.contato form {
    margin: auto;
  }
}
body main section.eq-seguros section.contato form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1B1C6B;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.contato form label {
    font-size: 15px;
  }
}
body main section.eq-seguros section.contato form input, body main section.eq-seguros section.contato form textarea {
  background: #EBEBEB;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  padding-left: 18px;
}
body main section.eq-seguros section.contato form input::-moz-placeholder, body main section.eq-seguros section.contato form textarea::-moz-placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #A2A2A2;
}
body main section.eq-seguros section.contato form input::placeholder, body main section.eq-seguros section.contato form textarea::placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #A2A2A2;
}
body main section.eq-seguros section.contato form input {
  min-height: 48px;
  margin-bottom: 7px;
}
body main section.eq-seguros section.contato form textarea {
  padding-top: 15px;
  min-height: 120px;
  margin-bottom: 32px;
}
body main section.eq-seguros section.contato form button {
  border: 0;
  margin: auto;
  border-radius: 15px 0px;
}
@media (max-width: 991px) {
  body main section.eq-seguros section.contato form button {
    padding: 0 25px;
    font-size: 15px;
    margin-bottom: 10px;
  }
}
body main section.parceiros {
  padding-top: 80px;
  padding-bottom: 95px;
  background-image: url("../image/p/contato/bg-parceiros.png");
  background-size: cover;
}
@media (max-width: 991px) {
  body main section.parceiros {
    padding-top: 35px;
    padding-bottom: 70px;
    background: #fff;
  }
}
body main section.parceiros img.sem-com {
  top: -50px;
  position: relative;
  margin-top: -10px;
}
@media (max-width: 991px) {
  body main section.parceiros img.sem-com {
    width: 200px;
    display: block;
    margin: auto;
    margin-top: -50px;
    top: -25px;
  }
}
body main section.parceiros .item {
  width: 425px;
  min-height: 315px;
  background: #F7F7F7;
  border: 1px solid #D1D1D1;
  border-radius: 20px 0px;
  padding-left: 85px;
  padding-right: 30px;
  padding-bottom: 30px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.parceiros .item {
    width: 100%;
    max-width: 425px;
    margin: auto;
    padding: 30px;
    padding-bottom: 20px;
    min-height: 0;
  }
}
body main section.parceiros .item.sem {
  margin-bottom: 95px;
}
body main section.parceiros .item.com:hover {
  background: #31C729;
}
body main section.parceiros .item.com:hover span {
  color: white;
}
body main section.parceiros .item.com:hover img:not(.sem-com) {
  filter: brightness(10) contrast(1);
}
body main section.parceiros .item.sem:hover {
  background: #CE2831;
}
body main section.parceiros .item.sem:hover img {
  filter: brightness(10) invert(1);
}
body main section.parceiros .item.sem:hover h3, body main section.parceiros .item.sem:hover span {
  color: white;
}
body main section.parceiros .item h3 {
  font-family: "Nexa Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  text-align: left;
  color: #1b1c6b;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.parceiros .item h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
body main section.parceiros .item span {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
}
@media (max-width: 991px) {
  body main section.parceiros .item span {
    font-size: 15px;
  }
}
body main section.parceiros .cta-primary {
  margin: auto;
}
body main section.parceiros h2 {
  font-family: "Nexa Light";
  font-style: normal;
  font-weight: 400;
  font-size: 37.4198px;
  line-height: 37px;
  text-align: center;
  color: #050652;
  max-width: 505px;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.parceiros h2 {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 25px;
  }
}
body main section.parceiros h2 strong {
  color: #f57d27;
  font-family: "Nexa Bold";
}
body main section.parceiros .box-form {
  background: #F57D27;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  min-height: 615px;
  padding: 35px;
  margin: auto;
  max-width: 500px;
}
body main section.parceiros .box-form h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  text-align: left;
  color: #1b1c6b;
  font-family: "Nexa Bold";
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.parceiros .box-form h3 {
    font-size: 16px;
    line-height: 23px;
  }
}
body main section.parceiros .box-form p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #EDEDFF;
  margin-bottom: 17px;
}
body main section.parceiros .box-form label {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #1b1c6b;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body main section.parceiros .box-form label {
    font-size: 15px;
  }
}
body main section.parceiros .box-form input {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  min-height: 48px;
  margin-bottom: 7px;
}
body main section.parceiros .box-form textarea {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  min-height: 120px;
  margin-bottom: 28px;
  padding-top: 15px;
}
body main section.parceiros .box-form input, body main section.parceiros .box-form textarea {
  padding-left: 18px;
}
body main section.parceiros .box-form input::-moz-placeholder, body main section.parceiros .box-form textarea::-moz-placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #A2A2A2;
}
body main section.parceiros .box-form input::placeholder, body main section.parceiros .box-form textarea::placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #A2A2A2;
}
body main section.parceiros .box-form button {
  border-radius: 15px 0px;
  border: 0;
}
@media (max-width: 991px) {
  body main section.parceiros .box-form button {
    padding: 0 25px;
  }
}
body main section.parceiros .box-form button:hover {
  background: white;
  color: #1b1c6b;
}
body main section.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
body main section.popup .popup-content {
  background-color: white;
  width: 100%;
  max-width: 700px;
  padding: 40px;
  text-align: center;
  color: dimgray;
  box-shadow: 5px 4px 5px;
  border-radius: 5px;
  position: relative;
}
body main section.popup .popup-content .close {
  position: absolute;
  right: 0;
  top: -30px;
  color: white;
}
body main section.popup .popup-content .alert {
  margin-bottom: 0;
  padding: 20px 30px;
}
body main section.popup .popup-content .alert p:last-child {
  margin-bottom: 0;
}
body main section.popup .popup-content .alert h2 {
  font-weight: 700;
  font-family: "Nexa Bold";
  font-size: 24px;
  margin-bottom: 10px;
  color: #1b1c6b;
}
body main section.popup .popup-content .logo {
  margin-bottom: 20px;
  height: 50px;
}
@media (max-width: 991px) {
  body main section.popup {
    overflow-y: auto;
  }
  body main section.popup .popup-content {
    padding: 20px;
  }
  body main section.popup .popup-content .logo {
    height: 35px;
  }
  body main section.popup .popup-content .alert {
    padding: 20px 10px;
    font-size: 14px;
  }
  body main section.popup .popup-content .alert h2 {
    font-size: 18px;
  }
}
body main section.duvidas {
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #FFFFFF 41.03%, #DEDEFC 100%);
  padding-bottom: 75px;
  background: linear-gradient(0deg, #FFFFFF 41.03%, #DEDEFC 100%);
  padding-top: 35px;
}
@media (max-width: 991px) {
  body main section.duvidas {
    padding-top: 15px;
  }
}
body main section.duvidas section.topo h2 {
  font-family: "Ubuntu";
}
body main section.duvidas section.topo .breadcrumb {
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  body main section.duvidas section.topo .breadcrumb {
    margin-bottom: 10px;
  }
}
body main section.duvidas section.topo .breadcrumb, body main section.duvidas section.topo .breadcrumb a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #263238;
}
@media (max-width: 991px) {
  body main section.duvidas section.topo .breadcrumb, body main section.duvidas section.topo .breadcrumb a {
    font-size: 14px;
  }
}
body main section.duvidas section.topo h2 {
  max-width: 625px;
  margin: auto;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 300;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  color: #1B1C6B;
  margin-bottom: 20px;
  position: relative;
  display: table;
  padding-right: 85px;
  padding-left: 85px;
}
@media (max-width: 991px) {
  body main section.duvidas section.topo h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
body main section.duvidas section.topo h2:before {
  width: 30px;
  height: 39px;
  background-image: url("../image/new/sobre/vetor.png");
  background-size: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.duvidas section.topo h2:before {
    transform: scale(0.8);
  }
}
body main section.duvidas section.topo h2:after {
  width: 30px;
  height: 39px;
  background-image: url("../image/new/sobre/vetor.png");
  background-size: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.duvidas section.topo h2:after {
    transform: scale(0.8);
  }
}
body main section.duvidas section.topo h2 strong {
  font-weight: 700;
}
body main section.duvidas section.topo p {
  max-width: 610px;
  margin: auto;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #263238;
  margin-bottom: 66px;
}
@media (max-width: 991px) {
  body main section.duvidas section.topo p {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
body main section.duvidas .category {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  body main section.duvidas .category {
    margin-bottom: 20px;
  }
}
body main section.duvidas .todas {
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  padding: 25px 40px;
  padding-bottom: 20px;
  padding-top: 40px;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
}
@media (max-width: 991px) {
  body main section.duvidas .todas {
    padding: 25px;
  }
}
body main section.duvidas .xduvidas {
  max-width: 900px;
}
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 .right {
  text-align: center;
  min-width: 365px;
  max-width: 365px;
  float: right;
  margin: 0 auto;
  background: #1b1c6b;
  border-radius: 13px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 25px;
  margin-top: 150px;
}
@media screen and (max-width: 991px) {
  body main section.duvidas .right {
    float: unset;
    margin-bottom: 50px;
    max-width: 365px;
    width: 100%;
    min-width: auto;
  }
  body main section.duvidas .right img {
    transform: scale(0.8);
  }
}
body main section.duvidas .right .img-first {
  margin-top: -80px;
  margin-bottom: 45px;
}
body main section.duvidas .right h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  /* identical to box height */
  color: #FFFFFF;
  margin-bottom: 5px;
  margin-top: -25px;
}
@media (max-width: 991px) {
  body main section.duvidas .right h2 {
    font-size: 24px;
  }
}
body main section.duvidas .right p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  body main section.duvidas .right p {
    font-size: 16px;
  }
}
body main section.duvidas .right input, body main section.duvidas .right textarea {
  height: 47px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 12px;
  color: #333;
}
body main section.duvidas .right input::-moz-placeholder, body main section.duvidas .right textarea::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #BCBCBC;
}
body main section.duvidas .right input::placeholder, body main section.duvidas .right textarea::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #BCBCBC;
}
body main section.duvidas .right textarea {
  height: 88px;
}
body main section.duvidas .right button {
  padding: 12px;
  padding-left: 33px;
  padding-right: 33px;
  background-color: #F3B60A;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #332703;
  margin: 0 auto;
  outline: 0;
  border: 0;
  border: 1.02537px solid #EE6F32;
  border-radius: 5.12684px;
  margin-top: 20px;
  border: 1px solid #F57D27;
  border-radius: 15px 0px;
  background: transparent;
  color: #F57D27;
  margin-top: 15px;
}
body main section.duvidas .col-lg-7 .duvida .row {
  position: relative;
}
@media (min-width: 992px) {
  body main section.duvidas .adjust {
    flex: 0.92;
  }
}
body main section.duvidas h4 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 29px;
  color: #1B1C6B;
  position: relative;
  margin-left: 17px;
  position: relative;
  padding-left: 7px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.duvidas h4 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
body main section.duvidas h4:before {
  width: 4px;
  height: 100%;
  position: absolute;
  left: -14px;
  top: 0;
  content: "";
  background-color: #1B1C6B;
  border-radius: 85px;
  min-height: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s;
}
body main section.duvidas .item-duvida {
  position: relative;
  position: relative;
  display: inline-table;
  width: 100%;
  margin-top: 30px;
}
body main section.duvidas .item-duvida:first-of-type {
  margin-top: 0;
}
body main section.duvidas .item-duvida:after {
  display: block;
  width: 106%;
  position: absolute;
  left: -3%;
  content: "";
  background: #D9DBE9;
  height: 1px;
  bottom: 7px;
}
body main section.duvidas .duvida {
  padding-left: 0;
  margin-bottom: 13px 0;
  display: block;
  margin-bottom: 25px;
  position: relative;
  padding-top: 25px;
  margin-top: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  transition: 0.6s;
  color: #0B0B26;
}
body main section.duvidas .duvida:first-of-type {
  border-top: unset;
  padding-top: 0;
}
body main section.duvidas .duvida:last-of-type {
  border-bottom: unset;
}
body main section.duvidas .duvida:hover {
  color: #1B1C6B;
}
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;
  border-bottom: 1px solid rgba(198, 198, 198, 0.5);
  border-right: 1px solid rgba(198, 198, 198, 0.5);
}
body main section.duvidas .duvida i {
  top: 10px;
  position: relative;
  float: right;
  right: 0;
}
body main section.duvidas .resposta {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
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: #13075b;
  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 .padrao {
  max-width: 369px;
}
body main section.duvidas .padrao ul a {
  display: block;
  margin-bottom: 25px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #989898;
  margin-left: 17px;
  position: relative;
  padding-left: 7px;
  transition: 0.6s;
}
body main section.duvidas .padrao ul a:hover {
  color: #1B1C6B;
}
body main section.duvidas .padrao ul a:hover:before {
  background-color: #1B1C6B;
}
body main section.duvidas .padrao ul a:before {
  width: 4px;
  height: 100%;
  position: absolute;
  left: -14px;
  top: 0;
  content: "";
  background-color: #989898;
  border-radius: 85px;
  min-height: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s;
}
body main section.duvidas .padrao ul a.active {
  color: #1B1C6B;
}
body main section.duvidas .padrao ul a.active:before {
  background-color: #1B1C6B;
}
body main section.duvidas .padrao h3 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 41px;
  color: #1B1C6B;
  padding-left: 0;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.duvidas .padrao h3 {
    font-size: 20px;
  }
}
body main section.duvidas .padrao form.src {
  margin-bottom: 40px;
  position: relative;
}
body main section.duvidas .padrao form.src input[type=text] {
  max-width: 100%;
  height: 48px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #9B9B9B;
  border-radius: 5px;
  background: transparent;
  padding-left: 19px;
}
body main section.duvidas .padrao form.src input[type=text]:before {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #696969;
}
body main section.duvidas .padrao form.src input[type=text]::-moz-placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  color: #959595;
}
body main section.duvidas .padrao form.src input[type=text]::placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  color: #959595;
}
body main section.duvidas .padrao form.src input[type=image] {
  margin-top: -35px;
  position: relative;
  float: right;
  margin-right: 18px;
  border: 0;
}
body main section.duvidas .padrao .categorias {
  padding-bottom: 20px;
}
body main section.duvidas .padrao h4 {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #5F017C;
  text-align: center;
  text-transform: uppercase;
  margin-top: 150px;
}
body main section.duvidas .padrao .linha {
  height: 97px;
  margin-bottom: 20px;
  background: #F8F8F8;
  border: 1px solid #D8D8D8;
}
body main section.duvidas .padrao .linha:hover span {
  color: #f57d27;
  transition: 0.5s;
}
body main section.duvidas .padrao .linha span {
  padding: 0 20px;
  padding-left: 35px;
  display: block;
  transition: 0.5s;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #5F017C;
}
body main section.duvidas .padrao .linha img {
  width: 100%;
  height: 97px;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 96px;
}
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: #000000;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  top: 7px;
}
body main section.blog-borda {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
}
body main section.blog {
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #FFFFFF 41.03%, #DEDEFC 100%);
  padding-bottom: 75px;
  background: linear-gradient(0deg, #FFFFFF 41.03%, #DEDEFC 100%);
  padding-top: 35px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  body main section.blog {
    padding-top: 15px;
  }
}
body main section.blog section.topo h2 {
  font-family: "Ubuntu";
}
body main section.blog section.topo .breadcrumb {
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  body main section.blog section.topo .breadcrumb {
    margin-bottom: 10px;
  }
}
body main section.blog section.topo .breadcrumb, body main section.blog section.topo .breadcrumb a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #263238;
}
@media (max-width: 991px) {
  body main section.blog section.topo .breadcrumb, body main section.blog section.topo .breadcrumb a {
    font-size: 14px;
  }
}
body main section.blog section.topo h2 {
  max-width: 625px;
  margin: auto;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 300;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  color: #1B1C6B;
  margin-bottom: 20px;
  position: relative;
  display: table;
  padding-right: 85px;
  padding-left: 85px;
}
@media (max-width: 991px) {
  body main section.blog section.topo h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
body main section.blog section.topo h2:before {
  width: 30px;
  height: 39px;
  background-image: url("../image/new/sobre/vetor.png");
  background-size: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.blog section.topo h2:before {
    transform: scale(0.8);
  }
}
body main section.blog section.topo h2:after {
  width: 30px;
  height: 39px;
  background-image: url("../image/new/sobre/vetor.png");
  background-size: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.blog section.topo h2:after {
    transform: scale(0.8);
  }
}
body main section.blog section.topo h2 strong {
  font-weight: 700;
}
body main section.blog section.topo p {
  max-width: 610px;
  margin: auto;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #263238;
  margin-bottom: 66px;
}
@media (max-width: 991px) {
  body main section.blog section.topo p {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
body main section.blog hr {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  body main section.blog hr {
    margin: 25px 0;
  }
}
body main section.blog .item-blog:hover .blog {
  opacity: 0.9;
}
body main section.blog .item-blog:hover h3 {
  color: #F57D27;
}
body main section.blog .item-blog .blog {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 369px;
  height: 219px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.blog .item-blog .blog {
    width: 100%;
    max-width: 369px;
    border-radius: 5px;
    margin-bottom: 10px;
    height: 190px;
  }
}
body main section.blog .item-blog h3 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  color: #1B1C6B;
  margin-bottom: 12px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.blog .item-blog h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 5px;
  }
}
body main section.blog .item-blog .desc {
  max-width: 369px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #263238;
  margin-bottom: 33px;
  transition: 0.6s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
@media (max-width: 991px) {
  body main section.blog .item-blog .desc {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
body main section.blog .item-blog span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  transition: 0.6s;
  color: #1B1C6B;
}
body main section.blog .padrao {
  max-width: 369px;
}
body main section.blog .padrao ul a {
  display: block;
  margin-bottom: 25px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #989898;
  margin-left: 17px;
  position: relative;
  padding-left: 7px;
  transition: 0.6s;
}
body main section.blog .padrao ul a:hover {
  color: #1B1C6B;
}
body main section.blog .padrao ul a:hover:before {
  background-color: #1B1C6B;
}
body main section.blog .padrao ul a:before {
  width: 4px;
  height: 100%;
  position: absolute;
  left: -14px;
  top: 0;
  content: "";
  background-color: #989898;
  border-radius: 85px;
  min-height: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s;
}
body main section.blog .padrao ul a.active {
  color: #1B1C6B;
}
body main section.blog .padrao ul a.active:before {
  background-color: #1B1C6B;
}
body main section.blog .padrao h3 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 41px;
  color: #1B1C6B;
  padding-left: 0;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.blog .padrao h3 {
    font-size: 20px;
  }
}
body main section.blog .padrao form.src {
  margin-bottom: 40px;
  position: relative;
}
body main section.blog .padrao form.src input[type=text] {
  max-width: 100%;
  height: 48px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #9B9B9B;
  border-radius: 5px;
  background: transparent;
  padding-left: 19px;
}
body main section.blog .padrao form.src input[type=text]:before {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #696969;
}
body main section.blog .padrao form.src input[type=text]::-moz-placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  color: #959595;
}
body main section.blog .padrao form.src input[type=text]::placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  color: #959595;
}
body main section.blog .padrao form.src input[type=image] {
  margin-top: -35px;
  position: relative;
  float: right;
  margin-right: 18px;
  border: 0;
}
body main section.blog .padrao .categorias {
  padding-bottom: 20px;
}
body main section.blog.padding {
  padding-top: 30px;
}
body main section.blog.padding .breadcrumb {
  margin-bottom: 15px;
}
body main section.blog.padding .padrao {
  margin-top: 80px;
}
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: -3px;
  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: #f57d27;
}
body main section.blog .padrao .categorias ul a {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #1b1c6b;
  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: #f57d27;
  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: #f57d27;
  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 .padrao .linha {
  height: 97px;
  margin-bottom: 20px;
  background: #F8F8F8;
  border: 1px solid #D8D8D8;
}
body main section.blog .padrao .linha:hover span {
  color: #f57d27;
  transition: 0.5s;
}
body main section.blog .padrao .linha span {
  padding: 0 20px;
  padding-left: 35px;
  display: block;
  transition: 0.5s;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #1b1c6b;
}
@media (max-width: 991px) {
  body main section.blog .padrao .linha span {
    font-size: 15px;
  }
}
body main section.blog .padrao .linha img {
  width: 100%;
  height: 97px;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 96px;
}
body main section.blog .card-blog {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  max-width: 341px;
  margin-bottom: 13px;
  margin: auto;
}
body main section.blog .card-blog:hover {
  box-shadow: 4px 4px 8px 2px rgba(37, 72, 92, 0.12);
  transition: 0.6s;
}
body main section.blog .card-blog .blog {
  filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.08));
  border-radius: 5px;
  width: 100%;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  body main section.blog .card-blog .blog {
    width: 100%;
    max-width: 369px;
    border-radius: 5px;
    margin-bottom: 10px;
    height: 150px;
  }
}
body main section.blog .card-blog .texto {
  display: block;
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
body main section.blog .card-blog .texto h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #00415D;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  body main section.blog .card-blog .texto h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 5px;
  }
}
body main section.blog .card-blog .texto .desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #1B3039;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.blog .card-blog .texto .desc {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
body main section.blog .card-blog .texto span {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #0176B7;
}
body main section.blog-interna {
  background: transparent;
  max-width: 635px;
  margin: auto;
}
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: #1b1c6b;
}
body main section.blog-interna h1.titulo-blog,
body main section.blog-interna h2.titulo-blog,
body main section.blog-interna h3.titulo-blog,
body main section.blog-interna h4.titulo-blog {
  color: #303030;
  margin-bottom: 0;
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.blog-interna h1.titulo-blog,
  body main section.blog-interna h2.titulo-blog,
  body main section.blog-interna h3.titulo-blog,
  body main section.blog-interna h4.titulo-blog {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
}
body main section.blog-interna .thred {
  background: white;
  padding: 0 50px;
  text-align: center;
  padding-top: 15px;
  margin-top: 50px;
}
body main section.blog-interna strong.titulo-blog {
  color: #1b1c6b;
  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-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 38px;
  color: #303030;
  margin-bottom: 0;
  padding-bottom: 25px;
}
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 #dedede;
  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-conteudo {
  background-image: url("../image/new/contato/bg.png");
  background-size: cover;
  min-height: 700px;
  display: flex;
  padding-top: 35px;
}
@media (max-width: 991px) {
  body main section.contato-conteudo {
    padding-top: 15px;
    background: linear-gradient(0deg, #FFFFFF 41.03%, #DEDEFC 100%);
    min-height: 0;
  }
}
body main section.contato-conteudo .breadcrumb {
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  body main section.contato-conteudo .breadcrumb {
    margin-bottom: 10px;
  }
}
body main section.contato-conteudo .breadcrumb, body main section.contato-conteudo .breadcrumb a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #263238;
}
@media (max-width: 991px) {
  body main section.contato-conteudo .breadcrumb, body main section.contato-conteudo .breadcrumb a {
    font-size: 14px;
  }
}
body main section.contato-conteudo h1 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 41px;
  color: #1B1C6B;
  margin-bottom: 10px;
}
body main section.contato-conteudo h1 strong {
  font-weight: 700;
  display: block;
}
@media (max-width: 991px) {
  body main section.contato-conteudo h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
body main section.contato-conteudo p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #263238;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  body main section.contato-conteudo p {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
body main section.contato-conteudo h2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  color: #1B1C6B;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.contato-conteudo h2 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 30px;
  }
}
body main section.contato-conteudo h2 strong {
  font-weight: 700;
  display: block;
}
body main section.contato-conteudo .contatos {
  margin-bottom: 30px;
  transition: 0.6s;
}
body main section.contato-conteudo .contatos.wpp {
  transition: 0.6s;
}
body main section.contato-conteudo .contatos.wpp:hover span,
body main section.contato-conteudo .contatos.wpp strong {
  color: #029F12;
}
body main section.contato-conteudo .contatos.tell {
  transition: 0.6s;
}
body main section.contato-conteudo .contatos.tell:hover span,
body main section.contato-conteudo .contatos.tell strong {
  color: #1B1C6B;
}
body main section.contato-conteudo .contatos.mail {
  transition: 0.6s;
}
body main section.contato-conteudo .contatos.mail:hover span,
body main section.contato-conteudo .contatos.mail strong {
  color: #F57D27;
}
body main section.contato-conteudo .contatos img {
  margin-right: 12px;
}
body main section.contato-conteudo .contatos strong {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 991px) {
  body main section.contato-conteudo .contatos strong {
    font-size: 14px;
  }
}
body main section.contato-conteudo .contatos span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
@media (max-width: 991px) {
  body main section.contato-conteudo .contatos span {
    font-size: 14px;
  }
}
body main section.contato-conteudo .form {
  max-width: 364px;
}
body main section.contato-conteudo form {
  max-width: 364px;
}
body main section.contato-conteudo .cta-primary {
  margin: auto;
  margin-top: 45px;
  border: 0;
}
@media (max-width: 991px) {
  body main section.contato-conteudo .cta-primary {
    margin-top: 25px;
    margin-bottom: 50px;
    min-width: 200px;
  }
}
body main section.contato-conteudo input {
  width: 100%;
  border: 0;
  background: transparent;
  height: 50px;
  border-bottom: 1px solid #1B1C6B;
  margin-bottom: 15px;
  color: #1b1c6b;
}
body main section.contato-conteudo input::-moz-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #263238;
}
body main section.contato-conteudo input::placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #263238;
}
body main section.trabalhe {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, #FFFFFF 41.03%, #DEDEFC 100%);
  padding-top: 35px;
}
@media (max-width: 991px) {
  body main section.trabalhe {
    padding-top: 15px;
  }
}
body main section.trabalhe section.topo h2 {
  font-family: "Ubuntu";
}
body main section.trabalhe section.topo .breadcrumb {
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  body main section.trabalhe section.topo .breadcrumb {
    margin-bottom: 10px;
  }
}
body main section.trabalhe section.topo .breadcrumb, body main section.trabalhe section.topo .breadcrumb a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #263238;
}
@media (max-width: 991px) {
  body main section.trabalhe section.topo .breadcrumb, body main section.trabalhe section.topo .breadcrumb a {
    font-size: 14px;
  }
}
body main section.trabalhe section.topo h2 {
  max-width: 625px;
  margin: auto;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 300;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  color: #1B1C6B;
  margin-bottom: 20px;
  position: relative;
  display: table;
  padding-right: 85px;
  padding-left: 85px;
}
@media (max-width: 991px) {
  body main section.trabalhe section.topo h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
body main section.trabalhe section.topo h2:before {
  width: 30px;
  height: 39px;
  background-image: url("../image/new/sobre/vetor.png");
  background-size: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.trabalhe section.topo h2:before {
    transform: scale(0.8);
  }
}
body main section.trabalhe section.topo h2:after {
  width: 30px;
  height: 39px;
  background-image: url("../image/new/sobre/vetor.png");
  background-size: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.trabalhe section.topo h2:after {
    transform: scale(0.8);
  }
}
body main section.trabalhe section.topo h2 strong {
  font-weight: 700;
}
body main section.trabalhe section.topo p {
  max-width: 610px;
  margin: auto;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #263238;
  margin-bottom: 66px;
}
@media (max-width: 991px) {
  body main section.trabalhe section.topo p {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
body main section.trabalhe section.galeria {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 100px;
  justify-content: center;
  align-items: end;
}
@media (max-width: 991px) {
  body main section.trabalhe section.galeria {
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
body main section.trabalhe section.galeria .item {
  width: 325px;
  position: relative;
  position: relative;
}
@media (max-width: 991px) {
  body main section.trabalhe section.galeria .item {
    height: 250px;
    width: 100%;
    max-width: 325px;
    border-radius: 5px;
    margin-bottom: 7px;
  }
}
body main section.trabalhe section.galeria .item .hide {
  z-index: 5;
  position: absolute;
  color: white;
  left: 0;
  top: 0;
  padding: 25px;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body main section.trabalhe section.galeria .item .hide h3 {
  font-size: 22px;
}
body main section.trabalhe section.galeria .item .hide .desc {
  font-size: 15px;
}
body main section.trabalhe section.galeria .item:hover h3.pre {
  opacity: 0;
}
body main section.trabalhe section.galeria .item:hover:after {
  opacity: 0;
}
body main section.trabalhe section.galeria .item:after {
  position: absolute;
  background-image: url("../image/new/contato/up.png");
  background-size: contain;
  bottom: 33px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 3;
  transition: 0.6s;
  content: "";
}
body main section.trabalhe section.galeria .item:hover .hide {
  opacity: 1;
}
body main section.trabalhe section.galeria .item:before {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0.75;
  content: "";
  width: 100%;
  height: 100%;
}
body main section.trabalhe section.galeria .item .cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0px 5px;
}
body main section.trabalhe section.galeria .item h3.pre {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  display: flex;
  color: #FFFFFF;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: 3;
  padding: 25px;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.trabalhe section.galeria .item h3.pre {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  body main section.trabalhe section.galeria .item.profissionais {
    height: 296px;
  }
  body main section.trabalhe section.galeria .item.carreira {
    height: 360px;
  }
  body main section.trabalhe section.galeria .item.opor {
    height: 404px;
  }
  body main section.trabalhe section.galeria .item.ben {
    height: 333px;
  }
}
body main section.trabalhe section.galeria .item .hide {
  opacity: 0;
  position: absolute;
  bottom: 20px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.trabalhe section.galeria .item .hide h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  body main section.trabalhe section.galeria .item .hide p {
    font-size: 15px;
  }
}
body main section.trabalhe section.confira .txt-oculto p {
  color: #666;
  font-size: 15px;
}
body main section.trabalhe section.confira h2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 41px;
  color: #1B1C6B;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.trabalhe section.confira h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
body main section.trabalhe section.confira span.sel {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #263238;
  display: block;
  margin-bottom: 17px;
}
body main section.trabalhe section.confira .item {
  background: #F3F3F3;
  border-radius: 5px;
  width: 100%;
  padding-left: 20px;
  padding-right: 15px;
  padding-top: 13px;
  padding-bottom: 12px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 23px;
  line-height: 27px;
  position: relative;
  margin-bottom: 17px;
  color: #B5B5B5;
  display: block;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.trabalhe section.confira .item {
    font-size: 16px;
  }
}
body main section.trabalhe section.confira .item strong {
  font-weight: 700;
}
body main section.trabalhe section.confira .item .info {
  position: absolute;
  right: 12px;
}
body main section.trabalhe section.confira .item .check {
  filter: brightness(0) contrast(0);
  opacity: 0.4;
}
body main section.trabalhe section.confira .item.active, body main section.trabalhe section.confira .item:hover {
  opacity: 1;
  border: 1px solid #16B409;
  color: #303030;
}
body main section.trabalhe section.confira .item.active .check, body main section.trabalhe section.confira .item:hover .check {
  filter: unset;
  opacity: 1;
}
body main section.trabalhe section.confira .box-form {
  width: 501px;
  min-height: 571px;
  background: #0B0B26;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 70px;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.trabalhe section.confira .box-form {
    width: 100%;
    max-width: 500px;
    padding: 22px 30px;
    min-height: 0;
  }
  body main section.trabalhe section.confira .box-form .cta-padrao {
    min-width: 200px;
  }
}
body main section.trabalhe section.confira .box-form h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 23px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.trabalhe section.confira .box-form h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
body main section.trabalhe section.confira .box-form .cta-primary {
  margin: auto;
  margin-top: 45px;
  border: 0;
}
body main section.trabalhe section.confira .box-form input, body main section.trabalhe section.confira .box-form .upload {
  width: 100%;
  border: 0;
  background: transparent;
  height: 50px;
  border-bottom: 1px solid #8181A1;
  margin-bottom: 15px;
  color: #8C8C8C;
  display: block;
}
body main section.trabalhe section.confira .box-form input::-moz-placeholder, body main section.trabalhe section.confira .box-form .upload::-moz-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #8C8C8C;
}
body main section.trabalhe section.confira .box-form input::placeholder, body main section.trabalhe section.confira .box-form .upload::placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #8C8C8C;
}
body main section.trabalhe section.confira .box-form .upload {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.trabalhe section.confira .box-form .upload img {
  float: right;
  margin-right: 6px;
}
body main section.trabalhe section.contatos {
  background: #efeeef;
  padding-top: 45px;
  padding-bottom: 65px;
  margin-top: 60px;
}
body main section.trabalhe section.contatos .box {
  width: 502px;
  min-height: 238px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 25px;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.trabalhe section.contatos .box {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    margin-bottom: 10px;
    min-height: 0;
  }
  body main section.trabalhe section.contatos .box .logo {
    width: 150px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
    display: block;
  }
}
@media (min-width: 992px) {
  body main section.trabalhe section.contatos .box .logo {
    margin: auto;
    display: block;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    width: 200px;
  }
}
body main section.trabalhe section.contatos h2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  color: #1B1C6B;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.trabalhe section.contatos h2 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
body main section.trabalhe section.contatos h2 strong {
  font-weight: 700;
  display: block;
}
body main section.trabalhe section.contatos .contatos {
  margin-bottom: 30px;
  transition: 0.6s;
}
body main section.trabalhe section.contatos .contatos.wpp {
  transition: 0.6s;
}
body main section.trabalhe section.contatos .contatos.wpp:hover span,
body main section.trabalhe section.contatos .contatos.wpp strong {
  color: #029F12;
}
body main section.trabalhe section.contatos .contatos.tell {
  transition: 0.6s;
}
body main section.trabalhe section.contatos .contatos.tell:hover span,
body main section.trabalhe section.contatos .contatos.tell strong {
  color: #1B1C6B;
}
body main section.trabalhe section.contatos .contatos.mail {
  transition: 0.6s;
}
body main section.trabalhe section.contatos .contatos.mail:hover span,
body main section.trabalhe section.contatos .contatos.mail strong {
  color: #F57D27;
}
body main section.trabalhe section.contatos .contatos img {
  margin-right: 12px;
}
body main section.trabalhe section.contatos .contatos strong {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 991px) {
  body main section.trabalhe section.contatos .contatos strong {
    font-size: 14px;
  }
}
body main section.trabalhe section.contatos .contatos span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
@media (max-width: 991px) {
  body main section.trabalhe section.contatos .contatos span {
    font-size: 14px;
  }
}
body main section.formulario-enviado {
  padding: 150px 0;
  color: #1b1c6b;
}
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: #1b1c6b;
  font-weight: 500;
  border-bottom: 1px dotted #1b1c6b;
}
body main section.formulario-enviado .box-in .btn-voltar {
  color: #1b1c6b;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #1b1c6b;
  transition: 0.3s all;
}
body main section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #1b1c6b;
  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: #1b1c6b;
}
body main section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 700;
  color: #1b1c6b;
  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 {
  height: 100%;
  position: relative;
}
body footer section.footer-mapa:hover .endereco {
  opacity: 0;
  visibility: hidden;
}
body footer section.footer-mapa iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body footer section.footer-mapa {
    height: 320px;
  }
  body footer section.footer-mapa.home {
    margin-top: 0;
  }
}
body footer section.footer-copy {
  background-color: #212136;
  padding: 20px 0;
  color: white;
  font-weight: 700;
  margin-bottom: 68px;
}
@media (max-width: 991px) {
  body footer section.footer-copy {
    margin-bottom: 55px;
  }
}
body footer section.news {
  background: #0b0b26;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 27px;
  padding-bottom: 27px;
}
@media (max-width: 991px) {
  body footer section.news {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  body footer section.news .cta-primary {
    width: 100%;
    display: block;
    margin: auto;
    border: 0;
    margin-top: 20px;
  }
  body footer section.news img {
    height: 40px;
  }
}
body footer section.news form {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
body footer section.news form button {
  border: none;
}
@media (max-width: 991px) {
  body footer section.news form {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
body footer section.news h2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  /* identical to box height */
  color: #f57d27;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body footer section.news h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0px;
  }
}
body footer section.news p {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body footer section.news p {
    font-size: 16px;
  }
}
body footer section.news input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #8181a2;
  height: 50px;
  padding-left: 0;
  border-radius: 0;
  color: white;
  width: 290px;
}
@media (max-width: 991px) {
  body footer section.news input {
    width: 100%;
    max-width: 290px;
    margin: auto;
    height: 46px;
    border-width: 1px;
  }
}
body footer section.news input:active, body footer section.news input:focus {
  background: transparent;
}
body footer section.news input::-moz-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #8c8c8c;
}
body footer section.news input::placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #8c8c8c;
}
@media (max-width: 991px) {
  body footer section.news input::-moz-placeholder {
    font-size: 15px;
  }
  body footer section.news input::placeholder {
    font-size: 15px;
  }
}
body footer section.info {
  padding-top: 45px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  body footer section.info {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
body footer section.info .logo {
  width: 365px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 25px;
  display: block;
}
@media (max-width: 991px) {
  body footer section.info .logo {
    width: 200px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
  }
}
body footer section.info .links,
body footer section.info .links a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #a0a0a0;
}
@media (max-width: 991px) {
  body footer section.info .links,
  body footer section.info .links a {
    font-size: 14px;
    text-align: center;
  }
}
body footer section.info .links a {
  text-decoration-line: underline;
  transition: 0.6s;
}
body footer section.info .links a:hover {
  color: #252525;
}
body footer section.info .links span {
  margin-right: 28px;
  margin-left: 28px;
}
@media (max-width: 991px) {
  body footer section.info .links span {
    margin: 0 10px;
  }
}
body footer section.info .logo-menor {
  width: 249px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 991px) {
  body footer section.info .logo-menor {
    display: block;
    width: 150px;
    margin-bottom: 0;
  }
}
body footer section.info .desc h5 {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #303030;
}
@media (max-width: 991px) {
  body footer section.info .desc h5 {
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #303030;
    margin-bottom: 10px;
  }
}
body footer section.info .desc h5 strong {
  font-weight: 600;
}
body footer section.bottom {
  background: #0b0b26;
}
body footer section.bottom .espacamento-esquerda {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-left: 283px;
}
@media (max-width: 991px) {
  body footer section.bottom .espacamento-esquerda {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
  }
  body footer section.bottom .espacamento-esquerda .phones,
  body footer section.bottom .espacamento-esquerda h5,
  body footer section.bottom .espacamento-esquerda .sac {
    max-width: initial;
  }
}
body footer section.bottom .phones {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
@media (max-width: 991px) {
  body footer section.bottom .phones {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
body footer section.bottom .phones strong {
  font-weight: 700;
  color: #f57d27;
}
body footer section.bottom .sac {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
@media (max-width: 991px) {
  body footer section.bottom .sac {
    font-size: 14px;
  }
}
body footer section.bottom .sac h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body footer section.bottom .sac h5 {
    font-size: 14px;
  }
}
body footer section.bottom .sac h5 b {
  color: #f57d27;
}
body footer section.bottom .phones,
body footer section.bottom .sac {
  margin-bottom: 25px;
  display: block;
}
@media (max-width: 991px) {
  body footer section.bottom .phones,
  body footer section.bottom .sac {
    margin-bottom: 10px;
  }
}
body footer section.bottom .phones img,
body footer section.bottom .sac img {
  filter: contrast(0) brightness(10);
}
body footer section.bottom .redes {
  max-width: 155px;
  margin: auto;
}
body footer section.bottom .rede {
  background: #f3f3f3;
  border-radius: 100px;
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 570ms;
  transition: 0.6s;
}
body footer section.bottom .rede.yt img {
  margin-left: 1px;
}
body footer section.bottom .rede img {
  transition: 0.6s;
}
body footer section.bottom .rede:hover {
  transform: translateY(-2px);
  background: #f57d27;
  transition: 0.6s;
}
body footer section.bottom .rede:hover img {
  filter: invert(1);
}
body footer section.bottom .adjust {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
body footer section.bottom .uteis {
  background: #18184f;
  width: 100%;
  height: 100%;
  display: block;
  padding-left: 63px;
  margin-right: 60px;
  padding-bottom: 40px;
  padding-top: 35px;
}
@media (max-width: 991px) {
  body footer section.bottom .uteis {
    padding-left: 45px;
    padding-bottom: 15px;
    position: relative;
  }
  body footer section.bottom .uteis .redes {
    max-width: 60px;
    position: absolute;
    right: 40px;
    top: 20px;
    transform: scale(0.8);
  }
}
body footer section.bottom .uteis h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  margin-bottom: 10px;
}
body footer section.bottom .uteis ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
body footer section.bottom .uteis ul a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 29px;
  color: #ffffff;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body footer section.bottom .uteis ul a {
    font-size: 15px;
  }
}
body footer section.bottom .uteis ul a:hover {
  color: #f57d27;
}
body footer section.bottom .sac h5,
body footer section.bottom .sac strong,
body footer section.bottom .phones h5,
body footer section.bottom .phones strong {
  transition: 0.6s;
}
body footer section.bottom .sac:hover h5,
body footer section.bottom .sac:hover strong,
body footer section.bottom .phones:hover h5,
body footer section.bottom .phones:hover strong {
  color: #fff;
}
body footer section.bottom .endereco {
  position: absolute;
  z-index: 5;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  width: 100%;
  height: 100%;
  top: 0;
  padding: 30px 45px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: 0.6s;
}
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;
  bottom: 30px;
  padding: 5px;
  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;
}
@media (min-width: 992px) {
  body footer section.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
body footer section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body footer section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body footer section.barra-fixa-mobile {
  border-top: 2px solid #f57d27;
  background: #1b1c6b;
  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 {
  position: fixed;
  z-index: 100;
  padding: 8px 0;
  left: 0;
  width: 100%;
  transition: 0.5s all;
  bottom: -100px;
  border-top: 2px solid #F57D27;
  background: #1B1C6B;
}
body footer section.barra-fixa .phones {
  color: white;
}
body footer section.barra-fixa .phones:hover {
  color: #f57d27;
}
body footer section.barra-fixa .phones img {
  filter: brightness(0) invert(1);
}
body footer section.barra-fixa .cta-primary.borda, body footer section.barra-fixa .cta-primary:hover {
  border: 1px solid #fff;
}
body footer section.barra-fixa strong {
  margin-bottom: 3px;
  display: block;
}
body footer section.barra-fixa .box {
  transform: scale(0.9);
  color: black;
}
body footer section.barra-fixa.show {
  bottom: 0;
}
@media (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer .menu-mobile {
  background: #f57d27;
  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%;
}