@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
.has-error {
  border-color: red !important;
}

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

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

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

/* VARIAVEIS GLOBAIS DO PROJETO */
* {
  background-size: cover;
  background-position: center;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.owl-carousel .owl-dots:not(.disabled) {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  gap: 10px;
}
.owl-carousel .owl-dots:not(.disabled) .owl-dot {
  display: block;
  border-radius: 17px;
  background: #20355a;
  width: 15px;
  height: 15px;
}
.owl-carousel .owl-dots:not(.disabled) .owl-dot.active {
  background-color: #57874d;
}
@media (max-width: 991px) {
  .owl-carousel .owl-dots:not(.disabled) .owl-dot {
    width: 12px;
    height: 12px;
  }
}

.main-phone {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-family: Sora;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 10px;
}
.main-phone:hover {
  color: white;
}
@media (max-width: 991px) {
  .main-phone {
    font-size: 14px;
  }
  .main-phone svg {
    width: 20px;
  }
}

.main-cta {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 7px;
  background: #f22c2c;
  color: #fff;
  text-align: center;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
  outline: none;
  justify-content: center;
  transition: 0.3s all;
}
.main-cta.outline {
  border: 0.94px solid #282622;
  background: transparent;
  color: #282622;
  font-weight: 400;
}
.main-cta:hover {
  background-color: #3e3e3e;
  color: white;
}
.main-cta.green {
  background: linear-gradient(90deg, #57874d 0%, #33582b 100%);
}
.main-cta.zap {
  border-radius: 5px;
  background: radial-gradient(90.34% 100.73% at -4.04% 148.48%, #007753 0%, rgba(0, 119, 83, 0) 100%), linear-gradient(104deg, #02ac50 38.59%, #01a856 70.55%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12.5px 40px;
}
.main-cta.zap svg {
  width: 20px;
}
.main-cta.zap:hover {
  transform: translateY(-3px);
}
@media (max-width: 991px) {
  .main-cta {
    font-size: 14px;
    padding: 15px 25px;
  }
}

.out-card-produto {
  padding: 5px;
  padding-top: 60px;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .out-card-produto {
    height: auto;
  }
}

.out-card-servico {
  padding-top: 5px;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .out-card-servico {
    height: auto;
  }
}

.card-produto {
  display: block;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 8.9px 0px rgba(0, 0, 0, 0.25);
  padding-top: 1px;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .card-produto {
    height: auto;
  }
}
.card-produto .full-img {
  width: 100%;
  height: 135px;
  border-radius: 20px 20px 0px 0px;
}
.card-produto .content {
  padding: 25px;
}
.card-produto .content .title {
  margin-bottom: 20px;
  color: #38568c;
  text-align: center;
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.card-produto .main-cta {
  width: 100%;
  display: block;
}
.card-produto .img {
  width: 100%;
  height: 120px;
  margin-top: -60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .card-produto {
    max-width: auto;
  }
  .card-produto .content .title {
    font-size: 18px;
  }
}

.card-case {
  border-radius: 7.961px;
  background: #fff;
  box-shadow: 0px 3.185px 3.185px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .card-case {
    height: auto;
  }
}
.card-case .img {
  height: 200px;
  width: 100%;
  border-radius: 7.961px;
}
.card-case .seletor {
  display: flex;
  margin-bottom: 25px;
  gap: 15px;
  align-items: stretch;
}
.card-case .seletor a {
  width: 100%;
  display: block;
  padding: 10px;
  color: #757575;
  text-align: center;
  font-family: Sora;
  font-size: 14.33px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 3.981px;
  border: 0.796px solid #757575;
}
.card-case .seletor a.active {
  font-weight: 700;
  color: white;
  background: #57874d;
  border-color: #57874d;
}
.card-case .content {
  padding: 20px 35px;
}
.card-case .content .title {
  margin-bottom: 20px;
  color: #000;
  text-align: center;
  font-family: Sora;
  font-size: 15.923px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 991px) {
  .card-case .content {
    padding: 20px;
  }
  .card-case .content .seletor a {
    font-size: 13px;
  }
}

.contact-form label {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  color: #2b2b2b;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contact-form input,
.contact-form textarea {
  border-radius: 10px;
  border: 1px solid #bebebe;
  background: rgba(255, 255, 255, 0.89);
  padding: 15px;
  color: black;
  display: block;
  resize: none;
  width: 100%;
  outline: none;
  font-family: Sora;
  margin-bottom: 15px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: rgba(101, 101, 101, 0.98);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(101, 101, 101, 0.98);
}
@media (max-width: 991px) {
  .contact-form label {
    font-size: 15px;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 14px;
  }
}

section.numeros {
  margin-top: -85px;
  margin-bottom: 65px;
  position: relative;
  z-index: 3;
}
section.numeros .box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  border-radius: 10px;
  background: #122c5a;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
section.numeros .box h4 {
  color: #fff;
  font-family: Sora;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 5px;
}
section.numeros .box h5 {
  margin-bottom: 0;
  color: #fff;
  font-family: Sora;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media (max-width: 991px) {
  section.numeros .box h4 {
    font-size: 32px;
  }
  section.numeros .box h5 {
    font-size: 16px;
  }
}

section.header-conteudo {
  padding: 73px 0;
  background-size: cover;
  background-position: center;
  background-image: url("../image/bg-header.png");
}
section.header-conteudo h1 {
  color: #fff;
  text-align: center;
  font-family: Sora;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  section.header-conteudo {
    padding: 40px 0 !important;
  }
  section.header-conteudo h1 {
    font-size: 25px;
  }
}

html {
  scroll-padding-top: 30px;
}

body {
  max-width: 1920px;
  margin: auto;
  font-family: "Sora", sans-serif;
  background: #f5f5f5;
  overflow-x: hidden;
  /* MODAL */
}
body .container {
  max-width: 1300px;
}
body .container.big {
  max-width: 1600px;
}
body .container.small {
  max-width: 1200px;
}
body a {
  text-decoration: none;
  color: inherit;
}
body a:hover {
  color: inherit;
}
body section.barra-lgpd {
  display: none;
  position: fixed;
  bottom: 85px;
  left: calc(50% - 397.5px);
  padding: 15px;
  align-items: center;
  gap: 15px;
  z-index: 800;
  border-radius: 5px;
  background: #fff;
  max-width: 795px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), -2px 2px 2px 0px rgba(0, 0, 0, 0.06) inset;
}
body section.barra-lgpd.exibir {
  display: flex;
}
body section.barra-lgpd .icon {
  border-radius: 5px;
  background: rgba(92, 92, 92, 0.1);
  /* Sombra elemento botão */
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), -2px 2px 2px 0px rgba(0, 0, 0, 0.06) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  gap: 10px;
  width: 35px;
  height: 35px;
}
body section.barra-lgpd .button a {
  border-radius: 5px;
  background: #2b2b2b;
  box-shadow: -3px 3px 9px -18px rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 16px 24px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
}
body section.barra-lgpd .text {
  color: var(--Texto-1, #141414);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
body section.barra-lgpd .text a {
  font-weight: 700;
  text-decoration-line: underline;
  color: #141414;
}
@media (max-width: 991px) {
  body section.barra-lgpd {
    bottom: 70px;
    left: 10px;
    max-width: calc(100% - 20px);
    flex-flow: column;
    gap: 10px;
  }
  body section.barra-lgpd .text {
    text-align: center;
    line-height: 1.4;
    font-size: 12px;
  }
  body section.barra-lgpd .button a {
    font-size: 12px;
    padding: 8px 20px;
  }
  body section.barra-lgpd .icon {
    display: none;
  }
}
body .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body .modal-lg {
  max-width: 650px;
}
body .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .modal-content {
  border-radius: 0 !important;
  background-color: white;
}
body .modal-content .closebtn {
  outline: none;
  color: white;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 500;
  opacity: 1;
  font-size: 18px;
}
body .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 7px;
    padding-right: 20px;
    color: black;
    text-align: right;
  }
}
body .modal-body {
  padding: 30px 40px;
  border-radius: 0;
  background-image: url("../image/bg-depoimentos.jpg");
  background-size: cover;
}
body .modal-body h1 {
  font-size: 32px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 0;
  color: #355184;
}
body .modal-body h3 {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  margin-top: 10px;
}
body .modal-body form {
  margin-top: 20px;
}
body .modal-body form label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
body .modal-body form button {
  outline: none;
  background-color: #355184;
  border: none;
  font-weight: 600;
  font-size: 18px;
  color: white;
  border-radius: 5px;
  padding: 9px 30px;
}
body .modal-body form button:hover {
  background-color: #355184;
}
body .modal-body form button i {
  color: white;
  margin-right: 5px;
}
body .modal-body form input,
body .modal-body form select,
body .modal-body form textarea {
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body .modal-body form textarea {
  height: 100px;
  outline: none;
}
body .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body .modal-body.video {
    min-height: 360px;
  }
}
body .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body .modal-body {
    padding: 15px 0;
  }
  body .modal-body h1 {
    font-size: 25px;
  }
  body .modal-body h3 {
    text-align: center;
    font-size: 16px;
    margin-top: 0;
  }
  body .modal-body form {
    margin-top: 20px;
  }
  body .modal-body form button {
    font-size: 15px;
  }
  body .modal-body form label {
    font-size: 15px;
  }
  body .modal-body form input,
  body .modal-body form select,
  body .modal-body form textarea {
    font-size: 15px;
    padding: 7px 15px;
  }
}
body section.formulario-enviado {
  padding: 200px 0;
  color: #355184;
}
body section.formulario-enviado .box-in {
  text-align: center;
}
body section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
body section.formulario-enviado .box-in a {
  color: #355184;
  font-weight: 500;
  border-bottom: 1px dotted #355184;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #355184;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #355184;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #355184;
  color: white;
}
body section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #355184;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 500;
  color: #355184;
  line-height: 1;
}
@media (max-width: 991px) {
  body section.formulario-enviado {
    padding: 90px 0;
    text-align: center;
  }
  body section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body section.header .topo {
  background: linear-gradient(90deg, #fff 0.36%, #d2d2d2 97.09%);
  padding: 20px 0;
}
body section.header .topo .logo {
  width: 100%;
}
body section.header .topo .barra {
  border-radius: 15px;
  background: #38568c;
  padding: 25px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}
body section.header .topo .barra .info {
  color: white;
  font-family: Sora;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body section.header .topo .barra .social {
  display: flex;
  align-items: center;
  gap: 15px;
}
body section.header .menus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
body section.header .menus .menu {
  display: flex;
  align-items: center;
  gap: 25px;
}
body section.header .menus .menu a {
  color: #000;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body section.header .main-phone {
    color: #355184;
  }
  body section.header .main-phone strong {
    display: block;
  }
  body section.header .main-phone svg path {
    fill: #355184;
  }
  body section.header .topo {
    padding: 15px 0;
  }
  body section.header .topo .menus {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  body section.header .topo .menus .menu {
    display: none;
  }
  body section.header .topo .logo {
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  body section.header .topo .barra {
    flex-flow: column;
    gap: 10px;
    padding: 0;
    margin-bottom: 20px;
    background-color: transparent;
    align-items: flex-start;
  }
}
body main .index-wrap {
  background-image: url("../image/bg-white.png");
}
body main .index-wrap hr {
  max-width: 1295px;
  margin: 30px auto;
}
body main section.index-chamada {
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
body main section.index-chamada .img {
  width: 100%;
}
body main section.index-chamada h3 {
  margin-bottom: 7px;
  color: #232d60;
  font-family: Sora;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.index-chamada p {
  color: #353535;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  body main section.index-chamada {
    margin-top: 0;
    text-align: center;
    padding-top: 20px;
  }
  body main section.index-chamada .img {
    display: none;
  }
}
body main section.index-locacao {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  body main section.index-locacao .owl-carousel .owl-stage {
    display: flex;
  }
  body main section.index-locacao .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
  }
}
body main section.index-locacao h3 {
  text-align: center;
  font-family: Sora;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #38568c 0%, #3265c0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  margin-bottom: 20px;
  -webkit-text-fill-color: transparent;
}
body main section.index-locacao p {
  color: #000;
  text-align: center;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.index-locacao {
    padding-bottom: 30px;
  }
}
body main section.index-solucoes {
  background-image: url("../image/bg-estranho-text.png");
  background-position: top;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -60px;
}
@media (min-width: 992px) {
  body main section.index-solucoes .owl-carousel .owl-stage {
    display: flex;
  }
  body main section.index-solucoes .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
  }
}
body main section.index-solucoes h3 {
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
  font-family: Sora;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.index-solucoes p {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-solucoes {
    margin: 0;
    padding: 30px 0;
  }
}
body main section.index-vantagens {
  background-image: url("../image/bg-vantagens.png");
  padding: 50px 0;
}
body main section.index-vantagens h3 {
  color: #38568c;
  font-family: Sora;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
body main section.index-vantagens p {
  color: #000;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
body main section.index-vantagens .item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
body main section.index-vantagens .item strong {
  color: #000;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: block;
  line-height: normal;
}
body main section.index-vantagens .item span {
  color: #000;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-vantagens {
    padding: 30px 0;
  }
}
body main section.index-contato {
  background-image: url("../image/bg-white.png");
  padding-top: 70px;
  padding-bottom: 110px;
}
body main section.index-contato .box-form {
  border-radius: 10px;
  background: #1e3155;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 100px;
}
body main section.index-contato .box-form h3 {
  color: #fff;
  text-align: center;
  font-family: Sora;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
body main section.index-contato .box-form .contact-form label {
  color: white;
}
body main section.index-contato .botoes {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
body main section.index-contato .box .content {
  padding: 30px 45px;
  border-radius: 18px 0 18px 18px;
  background-color: white;
  color: #000;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-contato .box .title {
  display: flex;
  align-items: end;
  padding-left: 20px;
}
body main section.index-contato .box .title .icon {
  height: 75px;
  width: 110px;
  border-radius: 18px 0 0 0;
  background: #38568c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
body main section.index-contato .box .title .text {
  border-radius: 18px 18px 0 0;
  background-color: white;
  color: #000;
  font-family: Sora;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  flex: 1;
  line-height: normal;
  display: flex;
  align-items: center;
  padding: 40px 20px 0 20px;
}
body main section.index-contato .box .title .text span {
  display: block;
  font-size: 16px;
}
@media (max-width: 991px) {
  body main section.index-contato {
    padding: 30px 0;
  }
  body main section.index-contato .box-form {
    padding: 20px;
  }
  body main section.index-contato .box .title .text {
    font-size: 18px;
  }
  body main section.index-contato .box .title .icon {
    width: 68px;
    height: 65px;
  }
  body main section.index-contato .box .title .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
body main section.index-sobre {
  background-image: url("../image/bg-estranho.png");
  padding-top: 55px;
  background-position: top;
  margin-top: -60px;
  padding-bottom: 130px;
}
body main section.index-sobre .main-cta.outline {
  border-color: white;
  color: white;
}
body main section.index-sobre .img {
  border-radius: 15px;
  height: 330px;
}
body main section.index-sobre p {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #fff;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-sobre {
    text-align: center;
    padding-bottom: 90px;
  }
}
body main section.index-cases {
  padding-bottom: 50px;
  position: relative;
}
body main section.index-cases .container {
  position: relative;
  z-index: 3;
}
body main section.index-cases .detail1 {
  pointer-events: none;
  position: absolute;
  top: 95px;
  right: 0;
}
body main section.index-cases .detail2 {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body main section.index-cases .detail3 {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
body main section.index-cases h3 {
  color: #38568c;
  text-align: center;
  font-family: Sora;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
body main section.index-cases h3 {
  margin-bottom: 30px;
  color: #38568c;
  text-align: center;
  font-family: Sora;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body main section.index-cases {
    padding-bottom: 30px;
  }
  body main section.index-cases .detail1,
  body main section.index-cases .detail2,
  body main section.index-cases .detail3 {
    display: none;
  }
}
body main section.index-social {
  padding: 50px 0;
  background-color: white;
}
body main section.index-social .container {
  max-width: 1600px;
}
body main section.index-social .title {
  display: flex;
  gap: 15px;
  align-items: center;
}
body main section.index-social .title h3 {
  color: #2d446f;
  font-family: Sora;
  font-size: 30.175px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-social {
    padding: 30px 0;
  }
  body main section.index-social .title {
    margin-bottom: 30px;
  }
  body main section.index-social .title h3 {
    font-size: 24px;
  }
}
body main section.interna {
  background-image: url("../image/bg-white.png");
  padding: 75px 0 130px 0;
}
body main section.interna .title {
  border-radius: 7px 7px 0 0;
  background: #38568c;
  padding: 20px 40px;
  max-width: 90%;
}
body main section.interna .title h1 {
  color: #fff;
  font-family: Sora;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
body main section.interna .content {
  background: #fff;
  color: #282622;
  font-family: Sora;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 30px 40px;
}
body main section.interna .box-form {
  position: sticky;
  top: 30px;
  border-radius: 5px;
  border: 1px solid #337863;
  background: linear-gradient(0deg, #1e3155 0%, #1e3155 100%), #38568c;
  box-shadow: 0px 11px 22px 0px rgba(0, 0, 0, 0.25);
  padding: 35px 50px;
}
body main section.interna .box-form .contact-form label {
  color: white;
}
body main section.interna .box-form h3 {
  margin-bottom: 6px;
  color: #fff;
  text-align: center;
  font-family: Sora;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body main section.interna .box-form p {
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  font-family: Sora;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.interna {
    padding: 30px 0 50px 0;
  }
  body main section.interna .box-form {
    padding: 20px;
  }
  body main section.interna .content {
    font-size: 16px;
    padding: 30px;
  }
  body main section.interna .title {
    padding: 20px;
  }
  body main section.interna .title h1 {
    font-size: 24px;
  }
}
body main section.orcamento {
  padding: 45px 0;
}
body main section.orcamento .box2 {
  border-radius: 15px;
  background: #122c5b;
  margin-top: 50px;
  padding: 30px;
}
body main section.orcamento .box2 a {
  display: block;
  color: #fff;
  font-family: Sora;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.orcamento .box2 .title {
  display: flex;
  align-items: center;
  gap: 20px;
}
body main section.orcamento .box2 h2 {
  color: #fff;
  font-family: Sora;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
body main section.orcamento .box {
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 4px 22.3px 0px rgba(0, 0, 0, 0.25);
  padding: 85px 100px;
}
body main section.orcamento .box .contact-form input,
body main section.orcamento .box textarea,
body main section.orcamento .box select {
  border: 1px solid #bcbcbc;
  background: #f1f1f1;
}
body main section.orcamento .box h3 {
  color: #161616;
  text-align: center;
  font-family: Sora;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
}
body main section.orcamento .box h2 {
  margin: 20px 0;
  color: #161616;
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.orcamento .box p {
  color: #161616;
  font-family: Sora;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
}
body main section.orcamento .box .btns {
  display: flex;
  align-items: center;
  gap: 45px;
}
body main section.orcamento .box .btns a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #000;
  font-family: Sora;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
body main section.orcamento .box .btns a img {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  body main section.orcamento {
    padding: 30px 0;
  }
  body main section.orcamento .box2 .title {
    margin-bottom: 25px;
  }
  body main section.orcamento .box2 .title img {
    width: 60px;
  }
  body main section.orcamento .box2 .title h2 {
    font-size: 24px;
  }
  body main section.orcamento .box {
    padding: 30px;
  }
  body main section.orcamento .box h3 {
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  body main section.orcamento .box .btns {
    flex-wrap: wrap;
    gap: 20px;
  }
  body main section.orcamento .box .btns a {
    gap: 10px;
    font-size: 16px;
  }
  body main section.orcamento .box .btns a img {
    width: 50px;
  }
  body main section.orcamento .box h2 {
    font-size: 23px;
  }
  body main section.orcamento .box p {
    font-size: 16px;
  }
}
body main section.sobre {
  padding: 75px 0 50px 0;
  position: relative;
}
body main section.sobre .container {
  position: relative;
  z-index: 2;
}
body main section.sobre:after {
  pointer-events: none;
  content: url("../image/detail3.png");
  position: absolute;
  bottom: 0;
  left: 0;
}
body main section.sobre section.numeros {
  margin-top: 50px;
  margin-bottom: 0;
}
body main section.sobre .mvv {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 13.5px 0px rgba(0, 0, 0, 0.25);
  padding: 40px;
  padding-top: 1px;
  height: 100%;
}
body main section.sobre .mvv img {
  margin-bottom: 20px;
  margin-top: -38px;
}
body main section.sobre .mvv h3 {
  margin-bottom: 20px;
  color: #355184;
  font-family: Sora;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.sobre .mvv p {
  color: #355184;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
body main section.sobre .box-sobre {
  border-radius: 15px;
  background: #fff;
  margin-top: 50px;
}
body main section.sobre .box-sobre .img {
  border-radius: 15px;
  height: 330px;
}
body main section.sobre .box-sobre .logo {
  height: 100px;
}
body main section.sobre .box-sobre p {
  color: #112345;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 20px;
}
body main section.sobre-ambiental {
  background-image: url("../image/bg-ambiental.png");
  padding: 70px 0;
}
body main section.sobre-ambiental h3 {
  margin-bottom: 50px;
  color: #38568c;
  font-family: Sora;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.sobre-ambiental .item {
  padding-left: 20px;
  border-left: 7px solid #57874d;
  color: #282622;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.sobre-ambiental .item strong {
  display: block;
  color: #38568c;
  font-weight: 700;
}
body main .politica-termos {
  padding: 30px 0px;
  background-color: #fafafa;
}
body main .politica-termos h1,
body main .politica-termos h2,
body main .politica-termos h3,
body main .politica-termos h4,
body main .politica-termos h5,
body main .politica-termos h6 {
  font-size: 32px;
  font-weight: 700;
  color: #355184;
}
body main .politica-termos strong,
body main .politica-termos b {
  color: #355184;
}
@media (max-width: 991px) {
  body main .politica-termos {
    padding: 20px 0px;
    font-size: 15px;
  }
  body main .politica-termos h1 {
    font-size: 22px;
  }
}
body section.footer-mapa {
  height: 350px;
}
body section.footer-mapa iframe {
  width: 100%;
  height: 100%;
}
body section.footer-copy {
  margin-bottom: 70px;
  background-color: white;
  padding: 20px 0;
  color: var(--Texto-principal, #2f2f2f);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
}
body section.footer-copy img {
  height: 40px;
}
@media (max-width: 991px) {
  body section.footer-copy {
    margin-bottom: 55px;
  }
  body section.footer-copy img {
    margin-top: 20px;
  }
}
body section.footer {
  background: #2d446f;
  padding: 40px 0;
}
body section.footer .logo {
  width: 100%;
}
body section.footer h3 {
  color: #fff;
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
body section.footer span {
  color: #fff;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  display: block;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
body section.footer span strong {
  display: block;
}
body section.footer span:last-child {
  margin-bottom: 0;
}
body section.footer .social {
  display: flex;
  align-items: center;
  margin-top: 40px;
  gap: 30px;
}
body section.footer .social a {
  color: #a9a9a9;
  font-size: 20px;
}
body section.footer form {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 2px solid white;
  padding-bottom: 15px;
}
body section.footer form button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
body section.footer form input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
}
body section.footer form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.32);
}
body section.footer form input::placeholder {
  color: rgba(255, 255, 255, 0.32);
}
body section.footer .links a {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body section.footer .links a.active {
  color: #57874d;
  text-decoration: underline;
}
body section.footer .links a:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body section.footer {
    padding: 30px 0;
    text-align: center;
  }
  body section.footer .social {
    justify-content: center;
  }
  body section.footer .social a {
    font-size: 22px;
  }
  body section.footer span {
    font-size: 15px;
  }
  body section.footer h3 {
    font-size: 18px;
  }
}
body footer section.barra-fixa {
  position: fixed;
  bottom: -1px;
  background: white;
  border-top: 2px solid #355184;
  width: 100%;
  padding: 10px 80px;
  z-index: 600;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer section.barra-fixa .main-phone {
  color: #355184;
}
body footer section.barra-fixa .main-phone svg path {
  fill: #355184;
}
body footer section.barra-fixa.oculta {
  bottom: -100px;
}
body footer section.barra-fixa-mobile {
  background-color: #355184;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  border-top: 2px solid #313533;
  transition: 0.3s all;
}
body footer section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
}
body footer section.barra-fixa-mobile .list-itens a {
  color: white;
}
body footer section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
body footer .menu-mobile {
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
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;
}
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: 18px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
body footer .menu-mobile ul.blue li {
  background-color: #013d60;
  margin: 0 0 2px 0;
  padding: 0;
}
body footer .menu-mobile ul.blue li a {
  color: white;
  font-size: 13px;
  line-height: 1;
  padding: 0 0;
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 801;
  bottom: 40px;
  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;
  }
}