@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");
@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: #050654;
  font-size: 24px;
  margin-bottom: 20px;
}
section.ouvidoria .texto-2 {
  padding: 50px 0;
}
section.ouvidoria .texto-2 h2 {
  text-align: center;
  color: #050654;
}
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: #050654;
  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 {
  border-radius: 15px 0px;
  line-height: 48px;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  min-width: 236px;
  transition: 0.7s;
  position: relative;
}
@media (max-width: 991px) {
  .cta-primary {
    line-height: 40px;
    min-width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.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: #050654;
}
.cta-primary:not(.secundary, .border-secundary, .border-primary-cta):before {
  background: linear-gradient(90.7deg, #f57d27 14.17%, #ffa800 84.12%);
  border-radius: 15px 0px;
  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: #050654;
  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: #050654;
  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: #050654;
  border: 1px solid #050654;
}
.cta-primary.border-primary-cta:hover {
  background: #050654;
  color: white;
  transition: 0.7s;
}
.cta-primary.border-secundary-hover:hover {
  background: #f57d27;
  color: white;
  transition: 0.7s;
}

.breadcrumb {
  margin-bottom: 15px;
}
.breadcrumb.min {
  min-height: 90px;
  background-color: #050654;
  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: #050654;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}

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: #050654;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: white;
  border-bottom: 1px solid #050654;
  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: 105px;
}
body main section.header .menu-azul-topo {
  background: #15176d;
  color: white;
  margin-bottom: 45px;
  height: 68px;
}
body main section.header .menu-azul-topo .btn-sac {
  height: 76px;
  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;
  color: white;
  font-weight: 800;
  font-size: 18px;
}
body main section.header .menu-azul-topo .btn-sac img {
  margin-right: 20px;
}
body main section.header .menu-azul-topo .links {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.header .menu-azul-topo .links a {
  font-weight: 800;
  color: white;
  font-size: 16px;
}
@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;
  }
}
body main section.header .topo-fixo {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  background: #fff;
  transition: 0.7s;
  background: linear-gradient(2.84deg, rgba(217, 217, 217, 0.09) -118.82%, rgba(217, 217, 217, 0) 86.51%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 27px;
  padding-top: 30px;
}
@media (max-width: 991px) {
  body main section.header .topo-fixo {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #050654;
  }
  body main section.header .topo-fixo .cta-primary {
    margin-top: 5px;
  }
  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: 120px;
  }
}
@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 {
    flex: 0.62;
  }
  body main section.header .topo-fixo .flex-politica {
    flex: 0.53;
  }
}
body main section.header .topo-fixo .borda {
  width: 100%;
  display: block;
  background: #c3c3c3;
  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: #050654;
  transition: 0.6s;
}
body main section.header .topo-fixo .rede {
  background: #f3f3f3;
  border-radius: 100px;
  width: 27px;
  height: 27px;
  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: #050654;
  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.min {
  background: #1b1c6b;
  min-height: 90px;
}
@media (max-width: 991px) {
  body main section.header-secundary.min {
    min-height: 70px;
    padding-bottom: 0;
  }
}
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: #050654;
}
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: #050654;
  border: none;
  font-weight: 600;
  font-size: 18px;
  color: white;
  border-radius: 5px;
  padding: 9px 30px;
  transition: 1s;
}
body main .modal-body form button:hover {
  color: white;
  background: black;
  transition: 1s;
}
body main .modal-body form button i {
  color: white;
  margin-right: 5px;
}
body main .modal-body form input,
body main .modal-body form select,
body main .modal-body form textarea {
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body main .modal-body form textarea {
  height: 100px;
  outline: none;
}
body main .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body main .modal-body.video {
    min-height: 360px;
  }
}
body main .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body main .modal-body {
    padding: 15px 0;
  }
  body main .modal-body h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  body main .modal-body h3 {
    text-align: center;
    font-size: 16px;
  }
  body main .modal-body form {
    margin-top: 20px;
  }
  body main .modal-body form button {
    font-size: 17px;
  }
  body main .modal-body form label {
    font-size: 15px;
  }
  body main .modal-body form input,
  body main .modal-body form select,
  body main .modal-body form textarea {
    font-size: 15px;
    padding: 7px 15px;
  }
}
body main .secundary .modal-body button {
  background-color: #f57d27;
}
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: #050654;
  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.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.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: center;
       object-position: center;
  }
}
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: 700;
  font-size: 35px;
  line-height: 35px;
  color: #050654;
  margin-bottom: 8px;
  font-family: "Nexa Bold";
}
@media (max-width: 991px) {
  body main section.index-banner .bann h1 {
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    color: white;
  }
}
body main section.index-banner .bann h1 strong {
  color: #f57d27;
}
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-destaque {
  min-height: 189px;
  padding-top: 56px;
  padding-bottom: 29px;
  position: relative;
  background: #050654;
  border-bottom-right-radius: 105px;
}
@media (max-width: 991px) {
  body main section.index-destaque {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom-right-radius: 25px;
  }
}
body main section.index-destaque .destaque {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
}
body main section.index-destaque h2 {
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  color: #FFFFFF;
  margin-bottom: 5px;
  font-family: "Nexa Bold";
}
@media (max-width: 991px) {
  body main section.index-destaque h2 {
    font-size: 20px;
  }
}
body main section.index-destaque p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  min-height: 76px;
}
@media (max-width: 991px) {
  body main section.index-destaque p {
    font-size: 15px;
    line-height: 18px;
    min-height: auto;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  body main section.index-destaque {
    /*flex ajustes*/
  }
  body main section.index-destaque .flex-txt {
    flex: 0.76;
  }
  body main section.index-destaque .flex-img {
    flex: 0;
    min-width: 370px;
  }
}
body main section.index-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.index-integre {
    min-height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    background: linear-gradient(178deg, #fff, #e9e8f2);
  }
}
body main section.index-integre.interna .icone img {
  filter: invert(1);
}
body main section.index-integre.interna .icone {
  background: linear-gradient(354.89deg, #dadaf2 2.54%, rgba(217, 217, 217, 0) 88.8%) !important;
}
body main section.index-integre h2 {
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  color: #050654;
  margin-bottom: 38px;
  font-family: "Nexa Light";
}
@media (max-width: 991px) {
  body main section.index-integre h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
body main section.index-integre h2 strong {
  color: #f57d27;
  font-weight: 700;
  font-family: "Nexa Bold";
}
@media (min-width: 992px) {
  body main section.index-integre .mfix {
    margin-top: -68px;
  }
}
body main section.index-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.index-integre .icone {
    width: 50px;
    height: 50px;
  }
}
body main section.index-integre .icone.red {
  background: #eb2a2a;
}
body main section.index-integre .icone.green {
  background: #16b409;
}
body main section.index-integre .icone.orange {
  background: #f57d27;
}
body main section.index-integre .icone.blue {
  background: #0976b4;
}
body main section.index-integre .icone img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.index-integre .icone img {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
body main section.index-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.index-integre span.txt-icon br + br {
  display: none;
}
@media (max-width: 991px) {
  body main section.index-integre span.txt-icon {
    font-size: 16px;
  }
}
body main section.index-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.index-integre .box.alone {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 85px;
}
@media (max-width: 991px) {
  body main section.index-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.index-integre .box-padrao-blue {
  width: 905px;
  background: #050654;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  min-height: 97px;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  bottom: -45px;
  padding: 25px 0;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 991px) {
  body main section.index-integre .box-padrao-blue {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 25px;
    max-width: 500px;
    margin: auto;
    padding-bottom: 20px;
  }
}
body main section.index-integre .box-padrao-blue .cta-primary {
  margin-left: 15px;
}
@media (max-width: 991px) {
  body main section.index-integre .box-padrao-blue .cta-primary {
    margin-left: 0px;
    margin-top: 13px;
  }
}
body main section.index-integre .box-padrao-blue .phones {
  color: white;
}
body main section.index-integre .box-padrao-blue .phones:hover {
  color: #f57d27;
}
body main section.index-integre .phones.tell img {
  filter: brightness(0) invert(1);
}
body main section.index-escolha {
  padding-top: 100px;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  body main section.index-escolha {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  body main section.index-escolha .cta-primary {
    max-width: 236px;
    margin: auto;
  }
  body main section.index-escolha .phones {
    margin: auto;
  }
}
body main section.index-escolha 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-escolha h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
  }
}
body main section.index-escolha h2 strong {
  font-weight: 700;
  color: #f57d27;
  font-family: "Nexa Bold";
}
body main section.index-escolha p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #303030;
  margin-bottom: 45px;
}
body main section.index-escolha p strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-escolha p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
body main section.index-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.index-escolha .item {
    position: relative;
    width: 100%;
    max-width: 305px;
    height: 70px;
    margin-bottom: 4px;
    background-position: center;
  }
}
body main section.index-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.index-escolha .item:hover h3 {
  color: #f57d27;
}
body main section.index-escolha .item:hover:before {
  opacity: 0.6;
}
body main section.index-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.index-escolha .item h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
body main section.index-affinity {
  min-height: 410px;
  background: url("../image/affinity/bg.png");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.index-affinity {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 0;
  }
  body main section.index-affinity .cta-primary {
    max-width: 236px;
    margin: auto;
  }
  body main section.index-affinity .phones {
    margin: auto;
  }
  body main section.index-affinity .asset {
    width: 100%;
    max-width: 533px;
    margin: auto;
    display: block;
    margin-top: 20px;
  }
}
body main section.index-affinity h2 {
  font-family: "Nexa Light";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
  color: #050654;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.index-affinity h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
    text-align: center;
  }
}
body main section.index-affinity h2 strong {
  color: #f57d27;
  font-family: "Nexa Bold";
}
body main section.index-affinity p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  body main section.index-affinity p {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
}
body main section.index-affinity p:last-of-type {
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  body main section.index-affinity p:last-of-type {
    margin-bottom: 20px;
  }
}
body main section.index-affinity p:last-child {
  margin-bottom: 28px;
}
body main section.index-affinity h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #1B1C6B;
  font-family: "Nexa Bold";
}
@media (max-width: 991px) {
  body main section.index-affinity h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
body main section.index-numeros {
  min-height: 390px;
  padding-top: 95px;
  padding-bottom: 95px;
  display: flex;
  align-items: center;
  justify-self: center;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-numeros {
    min-height: 350px;
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
body main section.index-numeros:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(27, 28, 107, 0.8), rgba(27, 28, 107, 0.8));
  content: "";
  z-index: 2;
}
@media (min-width: 992px) {
  body main section.index-numeros:before {
    top: 0;
  }
}
body main section.index-numeros 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-numeros .container {
  position: relative;
  z-index: 3;
}
body main section.index-numeros h2 {
  font-weight: 400;
  font-size: 37.742px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
  font-family: "Nexa Light";
}
@media (max-width: 991px) {
  body main section.index-numeros h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
body main section.index-numeros h2 strong {
  font-family: "Nexa Bold";
  font-weight: 700;
}
body main section.index-numeros .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.index-numeros .item strong {
  margin-right: 15px;
  font-weight: 700;
  font-size: 59.5926px;
  line-height: 60px;
  text-align: center;
  margin-right: 15px;
  color: #f57d27;
  font-family: "Nexa Bold";
}
@media (max-width: 991px) {
  body main section.index-numeros .item strong {
    font-size: 24px !important;
  }
}
body main section.index-numeros .item strong.obj {
  color: #ffffff;
  font-size: 36px;
  line-height: 42px;
}
body main section.index-numeros .item span {
  font-weight: 500;
  font-size: 15.8914px;
  line-height: 19px;
  color: #ffffff;
  max-width: 100px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991px) {
  body main section.index-numeros .item span {
    max-width: 100px;
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
  }
}
body main section.index-numeros .item span.obj {
  font-weight: 500;
  max-width: none;
  font-size: 36px;
  line-height: 42px;
  color: #f57d27;
}
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: 25px;
  }
}
body main section.index-solucoes .texto 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-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: #050654;
  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: #050654;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 991px) {
  body main section.index-solucoes .item p {
    font-size: 14px;
  }
}
body main section.index-aumente {
  min-height: 635px;
  background-image: url("../image/aumente/bg.png");
  background-size: cover;
  padding-top: 40px;
}
@media (max-width: 991px) {
  body main section.index-aumente {
    padding-top: 25px;
    padding-bottom: 32px;
  }
}
body main section.index-aumente img.sem-com {
  top: -50px;
  position: relative;
  margin-top: -10px;
}
@media (max-width: 991px) {
  body main section.index-aumente img.sem-com {
    width: 200px;
    display: block;
    margin: auto;
    margin-top: -50px;
    top: -25px;
  }
}
body main section.index-aumente h2 {
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  color: #050654;
  margin: auto;
  margin-bottom: 85px;
  font-family: "Nexa Light";
  max-width: 515px;
}
@media (max-width: 991px) {
  body main section.index-aumente h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 65px;
  }
}
body main section.index-aumente h2 strong {
  font-weight: 700;
  color: #f57d27;
  font-family: "Nexa Bold";
}
body main section.index-aumente .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.index-aumente .item {
    width: 100%;
    max-width: 425px;
    margin: auto;
    padding: 30px;
    padding-bottom: 20px;
    min-height: 0;
  }
}
body main section.index-aumente .item.com:hover {
  background: #31C729;
}
body main section.index-aumente .item.com:hover span {
  color: white;
}
body main section.index-aumente .item.com:hover img:not(.sem-com) {
  filter: brightness(10) contrast(1);
}
body main section.index-aumente .item.sem:hover {
  background: #CE2831;
}
body main section.index-aumente .item.sem:hover img {
  filter: brightness(10) invert(1);
}
body main section.index-aumente .item.sem:hover h3, body main section.index-aumente .item.sem:hover span {
  color: white;
}
body main section.index-aumente .item h3 {
  font-family: "Nexa Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  text-align: left;
  color: #050654;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.index-aumente .item h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
body main section.index-aumente .item span {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
}
@media (max-width: 991px) {
  body main section.index-aumente .item span {
    font-size: 15px;
  }
}
body main section.index-aumente .circle {
  width: 103px;
  height: 103px;
  background: #F8F8F8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  transition: 0.6s;
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  color: #050654;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nexa Bold";
}
@media (max-width: 991px) {
  body main section.index-aumente .circle {
    font-size: 24px;
    width: 60px;
    height: 60px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
body main section.index-aumente .circle:hover {
  background: #050654;
  color: rgb(245, 125, 39);
  box-shadow: 0px 4px 4px rgba(245, 125, 39, 0.25);
}
body main section.index-cases {
  min-height: 295px;
  padding-top: 56px;
  position: relative;
  background: #050654;
  border-bottom-right-radius: 105px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 991px) {
  body main section.index-cases {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 25px;
    border-bottom-right-radius: 25px;
  }
}
body main section.index-cases .owl-nav {
  position: absolute;
  justify-content: space-between;
  z-index: 3;
  display: flex;
  width: 110%;
  margin-left: -53px;
}
@media (max-width: 991px) {
  body main section.index-cases .owl-nav {
    width: 90%;
    margin-left: 5%;
  }
}
body main section.index-cases .owl-nav button.owl-next, body main section.index-cases .owl-nav button.owl-prev {
  color: white;
  border: none;
  font-size: 23px;
  margin-top: -270px;
  background: none;
}
@media (max-width: 991px) {
  body main section.index-cases .owl-nav button.owl-next, body main section.index-cases .owl-nav button.owl-prev {
    transform: scale(0.8);
    margin-top: -250px;
  }
}
body main section.index-cases h2 {
  font-family: "Nexa Light";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
  color: #fff;
  margin-bottom: 15px;
  text-align: left;
}
@media (max-width: 991px) {
  body main section.index-cases h2 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
body main section.index-cases h2 strong {
  color: #f57d27;
  font-family: "Nexa Bold";
}
body main section.index-cases p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 43px;
}
@media (max-width: 991px) {
  body main section.index-cases p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
body main section.index-cases .phones {
  color: #fff;
}
body main section.index-cases .phones:hover {
  color: #f57d27;
}
body main section.index-cases .owl-cases {
  bottom: 0;
  position: absolute;
}
@media (max-width: 991px) {
  body main section.index-cases .owl-cases {
    position: relative;
  }
}
body main section.index-cases .video img.thumb {
  width: 635px;
  height: 355px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 1;
}
@media (max-width: 991px) {
  body main section.index-cases .video img.thumb {
    width: 100%;
    height: 250px;
    border-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    max-width: 500px;
    margin: auto;
  }
}
body main section.index-cases .video:before {
  position: absolute;
  width: 635px;
  height: 355px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66));
  content: "";
  z-index: 2;
}
@media (max-width: 991px) {
  body main section.index-cases .video:before {
    width: 100%;
    height: 250px;
    border-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    max-width: 500px;
    margin: auto;
    left: 0;
    right: 0;
  }
}
body main section.index-cases .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-cases .video img.play {
    transform: scale(0.8);
  }
}
body main section.index-depoimentos {
  padding-top: 50px;
  padding-bottom: 40px;
}
@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: #050654;
  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: #F57D27;
  font-family: "Nexa Bold";
}
body main section.index-depoimentos 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-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: linear-gradient(284.7deg, #EBEBEB -2.59%, rgba(255, 255, 255, 0) 71.2%);
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 50px;
  padding-bottom: 40px;
  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;
}
@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.9);
  }
}
body main section.index-depoimentos .box .depoimento {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #303030;
}
@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: #050654;
  margin-top: 20px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .box h3 {
    font-size: 15px;
  }
}
body main section.index-api {
  min-height: 699px;
  background-image: url("../image/api/bg.png");
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  body main section.index-api {
    min-height: 0;
    background: #ECEAE7;
  }
  body main section.index-api img {
    transform: scale(0.8);
  }
}
body main section.index-api .box {
  background: linear-gradient(287.54deg, #FBFBFB 21.84%, rgba(255, 255, 255, 0) 84.1%);
  border-radius: 10px;
  padding-left: 72px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 991px) {
  body main section.index-api .box {
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 400px;
    margin: auto;
  }
}
body main section.index-api .cta-primary {
  display: table;
  margin: auto;
  font-weight: 700;
}
@media (min-width: 992px) {
  body main section.index-api .cta-primary {
    padding: 0 40px;
  }
}
body main section.index-api .cta-primary span {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-api .cta-primary span {
    font-size: 14px;
  }
}
body main section.index-api 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-api h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
body main section.index-api h2 strong {
  font-weight: 700;
  color: #F57D27;
  font-family: "Nexa Bold";
}
body main section.index-api .superior h3 {
  font-family: "Nexa Bold";
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
  color: #141414;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.index-api .superior h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
body main section.index-api p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #303030;
  margin-bottom: 60px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991px) {
  body main section.index-api p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
body main section.index-api p strong {
  font-weight: 700;
}
body main section.index-api span {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #141414;
}
@media (max-width: 991px) {
  body main section.index-api span {
    font-size: 15px;
    line-height: 17px;
  }
}
body main section.index-api .inferior h3 {
  font-size: 23px;
  line-height: 23px;
  color: #141414;
  font-family: "Nexa Light";
  text-align: center;
  margin-top: 70px;
  margin-bottom: 45px;
}
body main section.index-api .inferior h3 strong {
  font-family: "Nexa Bold";
  color: #050654;
}
@media (max-width: 991px) {
  body main section.index-api .inferior h3 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 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-contato {
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
  z-index: 3;
  background: linear-gradient(294.35deg, #ECECFF 16.32%, #ECECFF 16.32%, #FFFFFF 52.2%);
  border-bottom-right-radius: 105px;
}
@media (max-width: 991px) {
  body main section.index-contato {
    border-bottom-right-radius: 25px;
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
body main section.index-contato h2 {
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
  text-align: left;
  color: #050654;
  font-family: "Nexa Light";
  max-width: 495px;
}
@media (max-width: 991px) {
  body main section.index-contato h2 {
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    margin: auto;
    margin-bottom: 9px;
  }
}
body main section.index-contato h2 strong {
  font-weight: 700;
  color: #F57D27;
  font-family: "Nexa Bold";
}
body main section.index-contato p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #2B2B2B;
  max-width: 500px;
}
@media (max-width: 991px) {
  body main section.index-contato p {
    font-size: 15px;
    text-align: center;
    padding: 0 10px;
  }
}
body main section.index-contato .secundary {
  display: table;
  margin: auto;
}
body main section.index-contato .secundary:hover {
  background: #050654;
  color: white;
}
@media (max-width: 991px) {
  body main section.index-contato .asset {
    width: 100%;
    max-width: 728px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
body main section.index-contato .box {
  background: #F57D27;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  min-height: 615px;
  padding: 35px;
  max-width: 369px;
  float: right;
}
@media (max-width: 991px) {
  body main section.index-contato .box {
    float: unset;
    margin: auto;
    padding: 25px;
    min-height: 0;
  }
}
body main section.index-contato .box h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
  color: #050654;
  font-family: "Nexa Bold";
}
@media (max-width: 991px) {
  body main section.index-contato .box h3 {
    font-size: 20px;
  }
}
body main section.index-contato .box p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #EDEDFF;
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  body main section.index-contato .box p {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
body main section.index-contato .box label {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #FFFFFF;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body main section.index-contato .box label {
    font-size: 14px;
  }
}
body main section.index-contato .box input {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  min-height: 48px;
  margin-bottom: 7px;
}
body main section.index-contato .box textarea {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  min-height: 120px;
  margin-bottom: 28px;
  padding-top: 15px;
}
body main section.index-contato .box input, body main section.index-contato .box textarea {
  padding-left: 18px;
}
body main section.index-contato .box input::-moz-placeholder, body main section.index-contato .box textarea::-moz-placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #A2A2A2;
}
body main section.index-contato .box input::placeholder, body main section.index-contato .box textarea::placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #A2A2A2;
}
body main section.index-contato .box button {
  border-radius: 15px 0px;
  border: 0;
}
@media (max-width: 991px) {
  body main section.index-contato .box button {
    font-size: 15px;
    margin-bottom: 12px;
    padding: 0 20px;
  }
}
body main section.index-contato .box button:hover {
  background: white;
  color: #050654;
}
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.nobf:before {
  display: none;
}
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-ig {
  height: 340px;
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #F5F5F5 0%, #EFEFEF 100%);
}
@media (max-width: 991px) {
  body main section.index-ig {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body main section.index-ig:before {
  position: absolute;
  top: -100px;
  background: #F5F5F5;
  width: 100px;
  height: 100px;
  right: 0;
  content: "";
  z-index: -1;
}
body main section.index-ig .cta-primary {
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  body main section.index-ig .cta-primary {
    padding: 0 25px;
  }
}
body main section.index-ig .asset {
  position: absolute;
  bottom: 0;
}
body main section.index-ig h2 {
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
  text-align: left;
  color: #050654;
  margin-bottom: 9px;
  font-family: "Nexa Light";
  max-width: 495px;
}
@media (max-width: 991px) {
  body main section.index-ig h2 {
    font-size: 24px;
    text-align: left;
  }
}
body main section.index-ig h2 strong {
  font-weight: 700;
  color: #F57D27;
  font-family: "Nexa Bold";
}
body main section.index-ig p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #2B2B2B;
  max-width: 500px;
  text-align: left;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  body main section.index-ig p {
    font-size: 15px;
    text-align: left;
    margin-bottom: 18px;
  }
}
body main section.index-ig a.link {
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
  color: #1B1C6B;
  margin-bottom: 45px;
  display: block;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-ig a.link {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
body main section.index-ig a.link img {
  transition: 0.6s;
}
body main section.index-ig a.link:hover {
  color: #f57d27;
}
body main section.index-ig a.link:hover img {
  filter: invert(1);
}
body main section.index-duvidas {
  min-height: 747px;
  padding-bottom: 50px;
  margin-top: -120px;
  padding-top: 210px;
  position: relative;
}
body main section.index-duvidas .container {
  z-index: 4;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-duvidas {
    background: #F4F4F4;
    margin-top: 0;
    padding: 25px 0;
    min-height: 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: "Nexa Light";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
  color: #050654;
  margin-bottom: 35px;
}
body main section.index-duvidas h2 strong {
  font-family: "Nexa Bold";
  display: block;
  color: #f57d27;
}
@media (max-width: 991px) {
  body main section.index-duvidas h2 {
    line-height: 30px;
    font-size: 22px;
    text-align: center;
  }
}
body main section.index-duvidas p {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #303030;
  max-width: 502px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.index-duvidas p {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
  }
}
body main section.index-duvidas .duvidas-home {
  max-width: 635px;
}
@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: #1B1C6B;
  display: block;
  position: relative;
}
@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: #000000;
  border-top: 1px solid #BCBCBC;
  padding-top: 20px;
  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: linear-gradient(314.75deg, #F7F7F7 26.45%, rgba(247, 247, 247, 0) 71.01%);
  border-radius: 10px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 20px;
  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 {
  background: linear-gradient(71.03deg, #ECECFF 23.2%, rgba(249, 249, 249, 0.17) 80.79%);
  padding-top: 65px;
  padding-bottom: 55px;
}
@media (max-width: 991px) {
  body main section.index-blog {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body main section.index-blog .cta-primary {
    padding: 0 25px;
  }
}
body main section.index-blog h2 {
  font-family: "Nexa Light";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  color: #050654;
  max-width: 500px;
  margin: auto;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  body main section.index-blog h2 {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 28px;
  }
}
body main section.index-blog h2 strong {
  color: #f57d27;
}
body main section.index-blog .maior {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100px 0px;
  display: flex;
  align-items: end;
  padding-left: 46px;
  padding-bottom: 50px;
  position: relative;
  width: 635px;
  height: 543px;
}
@media (max-width: 991px) {
  body main section.index-blog .maior {
    width: 100%;
    max-width: 635px;
    height: auto;
    min-height: 300px;
    border-radius: 50px 0px 0px 50px;
    margin-bottom: 10px;
    padding-left: 35px;
    padding-bottom: 35px;
  }
}
body main section.index-blog .maior:hover:before {
  opacity: 0.7;
}
body main section.index-blog .maior:hover h3 {
  color: #f57d27;
}
body main section.index-blog .maior:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(2.76deg, rgba(0, 0, 0, 0.81) 9.12%, rgba(0, 0, 0, 0) 88.14%);
  border-radius: 100px 0px;
  z-index: 2;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-blog .maior:before {
    border-radius: 50px 0px 0px 50px;
  }
}
body main section.index-blog .maior img {
  border-radius: 100px 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  body main section.index-blog .maior img {
    border-radius: 50px 0px 0px 50px;
  }
}
body main section.index-blog .maior h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
  text-align: left;
  max-width: 405px;
  position: relative;
  z-index: 3;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-blog .maior h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
body main section.index-blog .menor {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  min-height: 164px;
  border-radius: 10px;
  border-top-left-radius: 50px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.index-blog .menor {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    border-top-left-radius: 25px;
    margin-bottom: 10px;
    min-height: 115px;
  }
}
body main section.index-blog .menor:hover h3 {
  color: #f57d27;
}
body main section.index-blog .menor h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
  color: #1B1C6B;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 35px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-blog .menor h3 {
    font-size: 16px;
    line-height: 25px;
    padding-right: 27px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
body main section.index-blog .menor img {
  width: 236px;
  height: 164px;
  border-radius: 50px 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  body main section.index-blog .menor img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    min-height: 115px;
    border-radius: 25px 0px;
  }
}
body main section.seguros-listagem .separador {
  padding: 60px 0;
}
body main section.seguros-listagem .separador .owl-nav {
  position: absolute;
  justify-content: space-between;
  z-index: 3;
  display: flex;
  width: 110%;
  margin-left: -53px;
}
body main section.seguros-listagem .separador .owl-nav button.owl-next, body main section.seguros-listagem .separador .owl-nav button.owl-prev {
  color: #050654;
  border: none;
  font-size: 23px;
  margin-top: -450px;
  background: none;
}
@media (max-width: 991px) {
  body main section.seguros-listagem .separador .owl-nav button.owl-next, body main section.seguros-listagem .separador .owl-nav button.owl-prev {
    transform: scale(0.7);
    margin-top: -70px;
    margin-right: 5px;
  }
}
body main section.seguros-listagem .separador .box {
  display: flex;
  align-items: flex-end;
  height: 435px;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
body main section.seguros-listagem .separador .box:hover img {
  transform: scale(1.1);
}
body main section.seguros-listagem .separador .box img {
  top: 0;
  transition: 0.5s all;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  position: absolute;
}
body main section.seguros-listagem .separador .box .content {
  text-align: center;
  padding: 45px 0;
}
body main section.seguros-listagem .separador .box .content h2 {
  color: white;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
}
body main section.seguros-listagem .separador h3 {
  font-weight: 700;
  font-family: "Nexa Bold";
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 35px;
  color: #1b1c6b;
}
body main section.seguros-listagem .separador.fundo {
  background: #ebebeb;
}
@media (max-width: 991px) {
  body main section.seguros-listagem .separador {
    padding: 30px 0;
  }
  body main section.seguros-listagem .separador .box .content h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  body main section.seguros-listagem .separador h3 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
}
body main section.seguros-interna {
  padding: 60px 0;
}
body main section.seguros-interna .box-juridico {
  background: #efefef;
  border-radius: 5px;
  padding: 30px;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  margin-top: 50px;
}
body main section.seguros-interna .box-form {
  padding: 40px;
  background: #050654;
  border-radius: 5px;
}
body main section.seguros-interna .box-form h3 {
  color: white;
  text-align: center;
  font-weight: 700;
  font-family: "Nexa Bold";
  font-size: 32px;
  margin-bottom: 5px;
}
body main section.seguros-interna .box-form p {
  color: white;
  text-align: center;
  font-weight: 300;
  font-size: 23px;
  margin-bottom: 30px;
}
body main section.seguros-interna .box-form input,
body main section.seguros-interna .box-form textarea {
  height: 47px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 12px;
  color: #333;
}
body main section.seguros-interna .box-form input::-moz-placeholder, body main section.seguros-interna .box-form textarea::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #bcbcbc;
}
body main section.seguros-interna .box-form input::placeholder,
body main section.seguros-interna .box-form textarea::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #bcbcbc;
}
body main section.seguros-interna .box-form textarea {
  height: 88px;
}
body main section.seguros-interna .img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 50px;
}
body main section.seguros-interna .fit-content {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}
body main section.seguros-interna .texto {
  font-weight: 300;
  font-size: 16px;
}
body main section.seguros-interna .texto ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
body main section.seguros-interna .texto ul li {
  font-weight: 300;
  font-size: 23px;
  margin-bottom: 10px;
}
body main section.seguros-interna .texto ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #16b409;
  margin-right: 15px;
}
body main section.seguros-interna .texto hr {
  margin: 50px 0;
}
body main section.seguros-interna .texto h1 {
  font-weight: 700;
  font-size: 38px;
  font-family: "Nexa Bold";
  margin-bottom: 10px;
  color: #1b1c6b;
}
body main section.seguros-interna .texto h2 {
  font-weight: 700;
  font-size: 26px;
  color: #303030;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.seguros-interna {
    padding: 30px 0;
  }
  body main section.seguros-interna .box-juridico {
    margin-top: 30px;
    padding: 20px;
  }
  body main section.seguros-interna .box-form {
    margin-top: 20px;
    padding: 20px;
  }
  body main section.seguros-interna .box-form h3 {
    font-size: 22px;
  }
  body main section.seguros-interna .box-form p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  body main section.seguros-interna .img {
    margin-bottom: 20px;
  }
  body main section.seguros-interna .texto h1 {
    font-size: 24px;
  }
  body main section.seguros-interna .texto ul li {
    font-size: 17px;
  }
  body main section.seguros-interna .texto hr {
    margin: 25px 0;
  }
  body main section.seguros-interna .texto h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
body main section.sobre-sobre {
  padding-top: 25px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  body main section.sobre-sobre {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
}
body main section.sobre-sobre h2 {
  font-family: "Nexa Light";
  color: #050652;
  font-size: 38px;
  line-height: 38px;
  /* identical to box height */
  margin-bottom: 18px;
}
body main section.sobre-sobre h2 strong {
  font-family: "Nexa Bold";
  color: #f57d27;
}
@media (max-width: 991px) {
  body main section.sobre-sobre h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
body main section.sobre-sobre p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  body main section.sobre-sobre p {
    font-size: 15px;
    margin-bottom: 14px;
  }
}
body main section.sobre-sobre .item {
  position: relative;
}
body main section.sobre-sobre .video {
  position: relative;
}
body main section.sobre-sobre .video img.thumb {
  width: 636px;
  height: 325px;
  -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.sobre-sobre .video img.thumb {
    width: 100%;
    max-width: 635px;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body main section.sobre-sobre .video.nobf::before {
  display: none;
}
body main section.sobre-sobre .video:before {
  position: absolute;
  width: 636px;
  height: 325px;
  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.sobre-sobre .video:before {
    width: 100%;
    max-width: 635px;
    height: 250px;
  }
}
body main section.sobre-sobre .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;
}
body main section.sobre-sobre .valores {
  margin-top: 90px;
  display: block;
}
@media (max-width: 991px) {
  body main section.sobre-sobre .valores {
    margin-top: 25px;
  }
}
body main section.sobre-sobre .valores-item {
  background: #f4f4f4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  margin: auto;
  min-width: 378px;
  min-height: 195px;
}
@media (max-width: 991px) {
  body main section.sobre-sobre .valores-item {
    min-height: 145px;
    min-width: auto;
    margin-bottom: 10px;
  }
}
body main section.sobre-sobre .valores-item 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: 20px;
}
@media (max-width: 991px) {
  body main section.sobre-sobre .valores-item h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
body main section.sobre-sobre .valores-item .descricao {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
}
@media (max-width: 991px) {
  body main section.sobre-sobre .valores-item .descricao {
    font-size: 15px;
  }
}
body main section.sobre-galeria {
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  body main section.sobre-galeria {
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  body main section.sobre-galeria .icon {
    width: 50px;
  }
}
body main section.sobre-galeria .box {
  background: #FAFAFA;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px 0px;
  padding-left: 20px;
  padding-right: 35px;
  padding-bottom: 30px;
  padding-top: 40px;
  max-width: 768px;
  margin: auto;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  body main section.sobre-galeria .box {
    margin-bottom: 35px;
  }
}
body main section.sobre-galeria .box h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  color: #1B1C6B;
}
@media (max-width: 991px) {
  body main section.sobre-galeria .box h3 {
    font-size: 20px;
  }
}
body main section.sobre-galeria h2 {
  margin-bottom: 40px;
  font-family: "Nexa Light";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
  /* identical to box height */
  text-align: center;
  color: #050652;
}
@media (max-width: 991px) {
  body main section.sobre-galeria h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
body main section.sobre-galeria h2 strong {
  color: #f57d27;
  font-family: "Nexa Bold";
}
body main section.sobre-galeria .owl-nav {
  position: absolute;
  justify-content: space-between;
  z-index: 3;
  display: flex;
  width: 110%;
  margin-left: -80px;
}
@media (max-width: 991px) {
  body main section.sobre-galeria .owl-nav {
    display: none;
  }
}
body main section.sobre-galeria .owl-nav button.owl-next, body main section.sobre-galeria .owl-nav button.owl-prev {
  color: #050654;
  border: none;
  font-size: 23px;
  margin-top: -320px;
  background: none;
}
body main section.sobre-galeria .sub {
  border-radius: 4.17134px;
  width: 302.84px;
  height: 316.19px;
}
@media (max-width: 991px) {
  body main section.sobre-galeria .sub {
    width: 150px;
    height: 150px;
  }
}
body main section.sobre-galeria .sub:hover:before {
  opacity: 0;
}
body main section.sobre-galeria .sub:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  border-radius: 4.17134px;
  width: 302.84px;
  height: 316.19px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.sobre-galeria .sub:before {
    width: 150px;
    height: 150px;
  }
}
body main section.sobre-galeria .galeria {
  width: 302.84px;
  height: 316.19px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.sobre-galeria .galeria {
    width: 150px;
    height: 150px;
  }
}
body main section.sobre-galeria.owl-nav {
  display: none;
}
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: #050654;
}
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: #050654;
  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: #050654;
}
@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.fundo {
  background: #F4F4F4;
}
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.api.permite {
  padding-top: 70px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  body main section.api.permite {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
body main section.api.permite h2 {
  font-family: "Nexa Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  color: #050654;
  max-width: 695px;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.api.permite h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
  }
}
body main section.api.permite .box-tags {
  background: linear-gradient(180deg, #FFFFFF 0%, #EFEFEF 100%);
  border-radius: 10px;
  height: 98px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 40px;
  padding-right: 0px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
}
@media (max-width: 991px) {
  body main section.api.permite .box-tags {
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.03);
    margin-top: 15px;
    font-size: 15px;
    padding-top: 25px;
    padding-bottom: 18px;
  }
  body main section.api.permite .box-tags img {
    transform: scale(0.5);
    margin-left: -15px;
  }
}
body main section.api.compativel {
  min-height: 551px;
  padding-bottom: 30px;
  background: url(../image/p/api/asset.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 10%;
}
@media (max-width: 991px) {
  body main section.api.compativel {
    min-height: 0;
    background: transparent;
    padding-bottom: 20px;
  }
}
body main section.api.compativel h2 {
  font-family: "Nexa Light";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  color: #050654;
  margin-bottom: 10px;
  padding-top: 45px;
}
@media (max-width: 991px) {
  body main section.api.compativel h2 {
    padding-top: 10px;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
  }
}
body main section.api.compativel h2 strong {
  font-family: "Nexa Bold";
  color: #f57d27;
}
body main section.api.compativel p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.api.compativel p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
body main section.api.compativel .box {
  max-width: 502px;
  background: linear-gradient(298.09deg, #ECECFF 10.51%, rgba(217, 217, 217, 0) 53.8%);
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 45px;
  padding-left: 85px;
  font-weight: 300;
  font-size: 23px;
  line-height: 27px;
  color: #303030;
}
@media (max-width: 991px) {
  body main section.api.compativel .box {
    padding-left: 60px;
    padding-right: 20px;
    font-size: 16px;
    margin: auto;
  }
  body main section.api.compativel .box img {
    transform: scale(0.6);
    margin-left: -4px;
  }
}
body main section.api.compativel .box h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
  color: #1B1C6B;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 991px) {
  body main section.api.compativel .box h3 {
    font-size: 20px;
  }
}
body main section.cases {
  padding-top: 65px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.cases {
    padding-top: 35px;
  }
}
body main section.cases .envolver {
  background: #F3F3F3;
  border-radius: 90px 0px 90px 0px;
  margin-left: 2px;
}
@media (max-width: 991px) {
  body main section.cases .envolver {
    border-radius: 30px 0px 30px 0px;
  }
  body main section.cases .envolver h2, body main section.cases .envolver .desc {
    padding: 0 15px;
  }
}
body main section.cases .phones img {
  width: -moz-min-content;
  width: min-content;
}
body main section.cases .owl-nav {
  justify-content: space-between;
  position: relative;
  text-align: end;
  margin-right: 35px;
}
@media (max-width: 991px) {
  body main section.cases .owl-nav {
    margin-right: 0;
  }
}
body main section.cases .owl-nav .owl-prev {
  display: none;
}
body main section.cases .owl-nav .owl-next {
  color: #F57D27;
  font-size: 22px;
  top: -200px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.cases .owl-nav .owl-next {
    top: -300px;
    font-size: 16px;
    margin-right: 25px;
  }
}
body main section.cases h2 {
  font-family: "Nexa Light";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
  /* identical to box height */
  padding-top: 55px;
  margin-bottom: 11px;
  color: #050652;
}
@media (max-width: 991px) {
  body main section.cases h2 {
    font-size: 24px;
    padding-top: 25px;
    line-height: 30px;
    margin-top: 20px;
  }
}
body main section.cases h2 strong {
  color: #f57d27;
  font-family: "Nexa Bold";
}
body main section.cases .desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  min-height: 147px;
  margin-bottom: 20px;
  display: block;
  max-width: 500px;
}
@media (max-width: 991px) {
  body main section.cases .desc {
    font-size: 15px;
    min-height: 100px;
  }
}
body main section.cases .item {
  position: relative;
}
body main section.cases .video {
  position: relative;
}
@media (max-width: 991px) {
  body main section.cases .video {
    margin-bottom: 15px;
  }
}
body main section.cases .video img.thumb {
  width: 631px;
  height: 354px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 90px 0px 0px 0px;
}
@media (max-width: 991px) {
  body main section.cases .video img.thumb {
    width: 100%;
    max-width: 631px;
    height: 250px;
    border-radius: 30px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body main section.cases .video:before {
  position: absolute;
  width: 631px;
  height: 354px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66));
  content: "";
  z-index: 2;
  border-radius: 90px 0px 0px 0px;
}
@media (max-width: 991px) {
  body main section.cases .video:before {
    width: 100%;
    max-width: 631px;
    height: 250px;
    border-radius: 30px 0px 0px 0px;
  }
}
body main section.cases .video.nobfr:before {
  display: none;
}
body main section.cases .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.cases .video img.play {
    transform: scale(0.8);
  }
}
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: #050654;
  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: #050654;
  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: #050654;
  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: #050654;
}
body main section.duvidas {
  padding-top: 50px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
  background-size: contain;
  background-position: right;
}
@media (max-width: 991px) {
  body main section.duvidas {
    padding: 15px 0;
    padding-bottom: 25px;
    background: #F7F8F7;
  }
}
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 {
  background: linear-gradient(308.42deg, #F7F7F7 33.26%, rgba(247, 247, 247, 0) 81.81%);
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  border-radius: 18px;
  padding: 25px 60px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.duvidas .todas {
    padding: 25px;
  }
}
body main section.duvidas .xduvidas {
  max-width: 700px;
}
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: #050654;
  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;
}
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;
  color: #1B1C6B;
}
body main section.duvidas .duvida:after {
  display: block;
  width: 106%;
  position: absolute;
  left: -3%;
  content: "";
  background: #D9DBE9;
  height: 1px;
  bottom: -25px;
}
body main section.duvidas .duvida:first-of-type {
  border-top: unset;
}
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 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #404040;
  margin-left: 25px;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: 20px;
}
body main section.duvidas .padrao h3 {
  font-family: "Nexa Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  color: #050652;
  padding-left: 25px;
  margin-bottom: 20px;
}
@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;
  background: linear-gradient(298.09deg, #ECECFF 10.51%, rgba(217, 217, 217, 0) 53.8%);
  border-radius: 10px;
  padding-bottom: 35px;
  padding-right: 45px;
  padding-left: 20px;
  padding-top: 35px;
}
body main section.duvidas .padrao form.src input[type=text] {
  max-width: 310px;
  height: 48px;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #a2a2a2;
  padding-left: 25px;
  width: 100%;
  background: #f1f1f1;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  border-radius: 3px;
}
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;
  top: 5px;
  border: 1px solid;
}
body main section.blog-borda {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
}
body main section.blog {
  padding-top: 45px;
  padding-bottom: 150px;
  background-color: #f7f8f7;
  position: relative;
  overflow: hidden;
  overflow: hidden;
  position: relative;
}
body main section.blog .minor {
  border-radius: 50px 0px;
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  width: 369px;
  min-height: 256px;
}
@media (max-width: 991px) {
  body main section.blog .minor {
    width: 100%;
    max-width: 369px;
    margin-bottom: 18px;
  }
}
body main section.blog .minor:hover h3 {
  color: #f57d27;
}
body main section.blog .minor img {
  border-top-left-radius: 50px;
  height: 175px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.blog .minor .texto {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 50px;
}
body main section.blog .minor h3 {
  font-weight: 700;
  font-size: 19.2903px;
  line-height: 23px;
  color: #1b1c6b;
  transition: 0.6s;
}
body main section.blog .start .maior {
  float: left;
}
body main section.blog .end .maior {
  float: right;
}
body main section.blog .maior {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px 0px;
  display: flex;
  align-items: end;
  padding-left: 46px;
  padding-bottom: 50px;
  position: relative;
  width: 493px;
  height: 536px;
}
@media (max-width: 991px) {
  body main section.blog .maior {
    width: 100%;
    height: 280px;
    padding-left: 30px;
    padding-bottom: 25px;
  }
}
body main section.blog .maior:hover:before {
  opacity: 0.7;
}
body main section.blog .maior:hover h3 {
  color: #f57d27;
}
body main section.blog .maior:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(2.76deg, rgba(0, 0, 0, 0.81) 9.12%, rgba(0, 0, 0, 0) 88.14%);
  z-index: 2;
  transition: 0.6s;
  border-radius: 50px 0px;
}
body main section.blog .maior img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 50px 0px;
}
body main section.blog .maior h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
  text-align: left;
  max-width: 405px;
  position: relative;
  z-index: 3;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.blog .maior h3 {
    font-size: 22px;
    line-height: 30px;
    padding-right: 10px;
  }
}
body main section.blog .padrao {
  max-width: 369px;
}
body main section.blog .padrao ul a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #404040;
  margin-left: 25px;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
}
body main section.blog .padrao h3 {
  font-family: "Nexa Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  color: #050652;
  padding-left: 25px;
  margin-bottom: 20px;
}
@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;
  background: linear-gradient(298.09deg, #ececff 10.51%, rgba(217, 217, 217, 0) 53.8%);
  border-radius: 10px;
  padding-bottom: 35px;
  padding-right: 45px;
  padding-left: 20px;
  padding-top: 35px;
}
body main section.blog .padrao form.src input[type=text] {
  max-width: 310px;
  height: 48px;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #a2a2a2;
  padding-left: 25px;
  width: 100%;
  background: #f1f1f1;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  border-radius: 3px;
}
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;
  top: -3px;
}
body main section.blog .padrao .categorias {
  padding-bottom: 20px;
}
body main section.blog.padding {
  background: none;
  padding-top: 30px;
}
@media (max-width: 991px) {
  body main section.blog {
    padding: 35px 0;
    padding-bottom: 75px;
    background: #fff;
  }
}
body main section.blog .container {
  z-index: 2;
  position: relative;
}
body main section.blog .espaco {
  padding-top: 10px;
}
@media (max-width: 991px) {
  body main section.blog .espaco {
    padding-top: 25px;
  }
}
body main section.blog .padrao {
  max-width: 369px;
}
body main section.blog .padrao form {
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.blog .padrao form {
    margin-bottom: 20px;
  }
}
body main section.blog .padrao form input[type=text] {
  height: 48px;
  outline: 0;
  width: 100%;
  background: transparent;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #5f017c;
  border-radius: 0;
  padding: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #5f017c;
}
body main section.blog .padrao form input[type=text]::-moz-placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #5f017c;
}
body main section.blog .padrao form input[type=text]::placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #5f017c;
}
body main section.blog .padrao form input[type=image] {
  position: absolute;
  right: 0;
  top: -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: #050654;
  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: #050654;
}
@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;
}
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;
}
body main section.blog .card-blog .texto .desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #1b3039;
  display: block;
  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: #fff;
}
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: #050654;
}
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: #050654;
  margin-bottom: 0;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
@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: #050654;
  font-weight: bold;
  font-size: 15px;
  line-height: 35px;
}
body main section.blog-interna img {
  max-width: 100%;
  width: 100%;
  border-radius: 120px 0px;
}
body main section.blog-interna .iconee {
  width: 21px;
  height: 21px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.blog-interna h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}
body main section.blog-interna a {
  color: Gray;
}
body main section.blog-interna .compartilhe {
  padding-top: 20px;
  padding-bottom: 12px;
  border-bottom: 0.8px solid #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 .box-contato {
  background: #ECECEC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px 0px;
  padding-right: 50px;
  padding-bottom: 22px;
  padding-top: 20px;
  padding-left: 55px;
  max-width: 550px;
}
body main section.formulario-enviado {
  padding: 150px 0;
  color: #050654;
}
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: #050654;
  font-weight: 500;
  border-bottom: 1px dotted #050654;
}
body main section.formulario-enviado .box-in .btn-voltar {
  color: #050654;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #050654;
  transition: 0.3s all;
}
body main section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #050654;
  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: #050654;
}
body main section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 700;
  color: #050654;
  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: 340px;
}
body footer section.footer-mapa iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body footer section.footer-mapa {
    height: 250px;
  }
  body footer section.footer-mapa.home {
    margin-top: 0;
  }
}
body footer section.news {
  background-color: #050654;
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  body footer section.news {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
body footer section.news .logo {
  width: 236px;
  height: 57px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body footer section.news .logo {
    width: 150px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
    display: block;
    margin-bottom: 5px;
  }
}
body footer section.news .box {
  display: flex;
  background: #F57D27;
  border-radius: 20px 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 74px;
  align-items: center;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1034px;
  justify-content: center;
  margin-left: 5px;
}
@media (max-width: 991px) {
  body footer section.news .box {
    flex-wrap: wrap;
  }
}
body footer section.news .box .news {
  -o-object-fit: contain;
     object-fit: contain;
}
body footer section.news .box h3 {
  font-weight: 400;
  font-size: 19.665px;
  line-height: 20px;
  color: #050652;
  margin-bottom: 0;
  margin-left: 35px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  body footer section.news .box h3 {
    margin-bottom: 5px;
    font-size: 17px;
  }
}
body footer section.news .box form {
  display: flex;
}
@media (max-width: 991px) {
  body footer section.news .box form {
    flex-wrap: wrap;
    justify-content: center;
  }
  body footer section.news .box form input {
    margin-bottom: 4px;
  }
}
body footer section.news .box form input {
  height: 48px;
  width: 246px;
  margin-right: 10px;
  padding-left: 18px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  body footer section.news .box form input {
    height: 44px;
  }
}
body footer section.news .box form input::-moz-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #A2A2A2;
}
body footer section.news .box form input::placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #A2A2A2;
}
body footer section.news .box form button {
  background: transparent;
  border-radius: 15px 0px;
  min-width: 168px;
  line-height: 40px;
}
@media (max-width: 991px) {
  body footer section.news .box form button {
    font-size: 14px;
  }
}
body footer section.news .box form button:hover {
  background: #050654;
  color: white;
}
body footer section.bottom {
  background-color: #050654;
  padding-top: 45px;
  padding-bottom: 20px;
}
body footer section.bottom .copyright {
  color: white;
}
@media (min-width: 992px) {
  body footer section.bottom {
    margin-bottom: 68px;
  }
}
@media (max-width: 991px) {
  body footer section.bottom .redes {
    position: absolute;
    margin-top: -38px;
    transform: scale(0.7);
    left: -15px;
  }
  body footer section.bottom .phones {
    margin: auto;
  }
}
body footer section.bottom .cta-primary.diferente {
  background: #1B1C6B;
}
body footer section.bottom .cta-primary.diferente:hover {
  background: #fff;
  color: #050654;
}
body footer section.bottom .phones {
  color: white;
}
body footer section.bottom .phones:hover {
  color: #f57d27;
}
body footer section.bottom .phones.tell img {
  filter: brightness(0) invert(1);
}
body footer section.bottom .mail {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body footer section.bottom .mail {
    font-size: 14px;
  }
}
body footer section.bottom .mail:hover {
  color: #f57d27;
}
body footer section.bottom .mail strong {
  font-weight: 600;
}
body footer section.bottom .rede {
  background: #F3F3F3;
  border-radius: 100px;
  width: 27px;
  height: 27px;
  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.footer-novo {
  margin-bottom: 0;
}
body footer section.footer-novo .news {
  background: #f1f1f1;
  padding: 40px 0;
}
body footer section.footer-novo .news form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
body footer section.footer-novo .news form button {
  border: none;
  outline: none;
  background-color: #f57d27;
  color: white;
  font-weight: 700;
  font-size: 16px;
  border-radius: 5px;
  padding: 11px 60px;
}
body footer section.footer-novo .news form input {
  width: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #8181a2;
  font-family: "Roboto";
  font-weight: 300;
  color: #8c8c8c;
  padding-bottom: 10px;
}
body footer section.footer-novo .news .title {
  display: flex;
  align-items: center;
}
body footer section.footer-novo .news .title img {
  margin-right: 10px;
}
body footer section.footer-novo .news .title span {
  display: block;
  font-weight: 300;
  font-size: 18px;
  color: #545454;
}
body footer section.footer-novo .news .title span strong {
  font-weight: 700;
  display: block;
  font-size: 32px;
  color: #f57d27;
}
body footer section.footer-novo .news .logo {
  display: block;
  margin: auto;
  margin-bottom: 25px;
}
body footer section.footer-novo .news .links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body footer section.footer-novo .news .links a {
  font-size: 15px;
  text-decoration: underline;
  color: #a0a0a0;
}
body footer section.footer-novo .footer {
  background: #0b0b26;
}
body footer section.footer-novo .footer .mapa {
  height: 345px;
  position: relative;
}
body footer section.footer-novo .footer .mapa .endereco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  font-weight: 300;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 60px;
  font-size: 15px;
  transition: 0.5s all;
}
body footer section.footer-novo .footer .mapa .endereco:hover {
  opacity: 0;
}
body footer section.footer-novo .footer .mapa .endereco .in-content {
  max-width: 370px;
}
body footer section.footer-novo .footer .mapa .endereco strong {
  font-weight: 700;
  color: #f57d27;
  display: block;
}
body footer section.footer-novo .footer .mapa iframe {
  width: 100%;
  height: 100%;
}
body footer section.footer-novo .footer .menu {
  background: #18184f;
  padding: 35px;
  height: 100%;
}
body footer section.footer-novo .footer .menu h4 {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 15px;
}
body footer section.footer-novo .footer .menu .links {
  display: flex;
  justify-content: space-between;
}
body footer section.footer-novo .footer .menu .links a.url {
  color: white;
  font-weight: 300;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
body footer section.footer-novo .footer .info {
  color: white;
  font-size: 14px;
  font-weight: 300;
}
body footer section.footer-novo .footer .info strong {
  font-weight: 700;
  color: #f57d27;
}
body footer section.footer-novo .footer .phone {
  display: flex;
  align-items: center;
  color: white;
  margin-bottom: 20px;
}
body footer section.footer-novo .footer .phone small {
  display: block;
}
body footer section.footer-novo .footer .phone i {
  font-size: 24px;
}
body footer section.footer-novo .footer .phone span {
  font-weight: 300;
  display: block;
  font-size: 15px;
}
body footer section.footer-novo .footer .phone span strong {
  font-weight: 700;
  color: #f57d27;
  display: block;
}
body footer section.footer-novo .copy {
  background-color: #212136;
  padding: 20px 0;
  color: white;
  font-weight: 700;
}
@media (max-width: 991px) {
  body footer section.footer-novo {
    margin-bottom: 55px;
  }
  body footer section.footer-novo .footer .mapa .endereco {
    padding: 30px;
  }
  body footer section.footer-novo .footer .menu {
    margin-top: 20px;
  }
  body footer section.footer-novo .footer .info {
    text-align: center;
  }
  body footer section.footer-novo .footer .phone {
    margin-bottom: 10px;
  }
  body footer section.footer-novo .footer .phone span {
    font-size: 14px;
  }
  body footer section.footer-novo .news {
    padding: 30px 0;
  }
  body footer section.footer-novo .news form {
    flex-flow: column;
    row-gap: 20px;
  }
  body footer section.footer-novo .news form input {
    font-size: 15px;
  }
  body footer section.footer-novo .news .logo {
    height: 30px;
  }
  body footer section.footer-novo .news .title {
    margin: 20px 0;
    justify-content: center;
  }
  body footer section.footer-novo .news .title img {
    height: 40px;
  }
  body footer section.footer-novo .news .title span {
    font-size: 16px;
  }
  body footer section.footer-novo .news .title span strong {
    font-size: 20px;
  }
  body footer section.footer-novo .news .links {
    justify-content: center;
  }
  body footer section.footer-novo .news .links a {
    margin: 0 10px;
    font-size: 14px;
  }
}
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: 3px solid #f57d27;
  background: #050654;
  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: #050654;
}
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 .btn-padrao {
  color: #00415D;
  background: #19DE5C;
  line-height: 51px;
  padding: 0 21px;
  font-size: 18px;
  height: -moz-fit-content;
  height: fit-content;
}
body footer section.barra-fixa .btn-padrao.botao-branco {
  background-color: white;
  color: #0176B7;
  max-width: unset;
  font-size: 16px;
  padding: 0;
  min-width: 280px;
}
body footer section.barra-fixa .btn-padrao.third {
  float: right;
}
body footer section.barra-fixa .btn-padrao:hover {
  color: #19DE5C;
  background: white;
}
body footer section.barra-fixa .btn-padrao:hover img {
  filter: unset;
}
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%;
}