@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* CLASSES GLOBAIS */
.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: 1300px;
}
.container.small {
  max-width: 1035px;
}
.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 */
img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

* {
  background-size: cover;
  background-position: center;
}

a.main-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.5s all;
}
@media (max-width: 991px) {
  a.main-phone {
    font-size: 16px;
  }
}
a.main-phone:hover {
  opacity: 0.5;
  transform: translateY(-3px);
}

.main-cta {
  border-radius: 5px;
  background: var(--gradiente-02, linear-gradient(90deg, #66be03 23.85%, #01727b 77.63%));
  display: inline-block;
  border: none;
  outline: none;
  padding: 15px 50px;
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.5s all;
}
.main-cta:hover {
  background: #a9c748;
  color: white;
}
.main-cta.whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: white;
  background: linear-gradient(256deg, #fff -2.91%, rgba(255, 255, 255, 0) 15.42%), radial-gradient(90.34% 100.73% at -4.04% 148.48%, #007753 0%, rgba(0, 119, 83, 0) 100%), linear-gradient(104deg, #00d160 38.59%, #00b55c 70.55%);
  font-weight: 400;
  padding: 12px 50px;
}
.main-cta.whatsapp:hover {
  background: #135f00;
}
.main-cta.outline {
  background: transparent;
  border: 1px solid #303030;
  color: #303030;
  font-weight: 400;
}
.main-cta.outline:hover {
  background-color: #6db895;
  border-color: #6db895;
  color: white;
}
@media (max-width: 991px) {
  .main-cta {
    font-size: 16px !important;
    padding: 10px !important;
  }
}

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

div.card-servico {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 50px;
  transition: 0.5s all;
  background-size: cover;
  height: 100%;
}
div.card-servico .botoes {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
div.card-servico .botoes a {
  text-align: center;
  width: 100%;
  max-width: 235px;
  padding-inline: 0;
  justify-content: center;
}
div.card-servico p {
  color: #737373;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
div.card-servico h4 {
  color: #303030;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
div.card-servico .icon {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
  filter: brightness(0);
}
@media (max-width: 991px) {
  div.card-servico {
    padding: 30px;
  }
  div.card-servico p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  div.card-servico h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.owl-carousel .owl-nav:not(.disabled) .owl-prev,
.owl-carousel .owl-nav:not(.disabled) .owl-next {
  position: absolute;
  top: calc(50% - 20px);
}
.owl-carousel .owl-nav:not(.disabled) .owl-prev {
  left: -70px;
}
.owl-carousel .owl-nav:not(.disabled) .owl-next {
  right: -70px;
}

.owl-carousel .owl-dots:not(.disabled) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.owl-carousel .owl-dots:not(.disabled) .owl-dot {
  border-radius: 100%;
  background: #c7c7c7;
  width: 13px;
  height: 13px;
}
.owl-carousel .owl-dots:not(.disabled) .owl-dot.active {
  background: #a9c748;
}
@media (max-width: 991px) {
  .owl-carousel .owl-dots:not(.disabled) {
    margin-top: 20px;
  }
}

section.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  border-bottom: 1px solid white;
  padding: 30px 0;
  overflow: hidden;
}
section.header .logo {
  max-width: 100%;
}
section.header .linha {
  position: relative;
}
section.header .linha:before {
  content: "";
  width: 1px;
  background-color: white;
  height: 500px;
  position: absolute;
  right: 0;
  top: -70px;
}
section.header .linha.linha2:before {
  right: 20px;
}
section.header .menu {
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.header .menu a {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
section.header .menu a:hover:before, section.header .menu a.active:before {
  width: 100%;
  opacity: 1;
}
section.header .menu a:before {
  opacity: 0;
  transition: 0.5s all;
  content: "";
  width: 0;
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  background-color: white;
}
@media (max-width: 991px) {
  section.header {
    position: static;
    background-image: url("../image/bg-header.png");
    background-position: left;
    padding: 20px 0;
    border-bottom: none;
  }
  section.header .logo {
    width: 150px;
  }
}

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;
}
section.barra-lgpd.exibir {
  display: flex;
}
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;
}
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% */
}
section.barra-lgpd .text {
  color: var(--Texto-1, #141414);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
section.barra-lgpd .text a {
  font-weight: 700;
  text-decoration-line: underline;
  color: #141414;
}
@media (max-width: 991px) {
  section.barra-lgpd {
    bottom: 70px;
    left: 10px;
    max-width: calc(100% - 20px);
    flex-flow: column;
    gap: 10px;
  }
  section.barra-lgpd .text {
    text-align: center;
    line-height: 1.4;
    font-size: 12px;
  }
  section.barra-lgpd .button a {
    font-size: 12px;
    padding: 8px 20px;
  }
  section.barra-lgpd .icon {
    display: none;
  }
}

body {
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
  background: #f4f4f4;
  /* MODAL */
}
body main {
  overflow: hidden;
}
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 .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body .modal-lg {
  max-width: 600px;
}
body .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .modal-content {
  border-radius: 0 !important;
  background-color: white;
}
body .modal-content .closebtn {
  outline: none;
  color: white;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 500;
  opacity: 1;
  font-size: 15px;
}
body .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body .modal-body {
  padding: 40px;
  border-radius: 15px;
}
body .modal-body h1 {
  color: #6db895;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1;
}
body .modal-body h1.terciary {
  color: #00afc5;
}
body .modal-body h3 {
  font-weight: 400;
  text-align: center;
  font-size: 16px;
}
body .modal-body form {
  margin-top: 20px;
}
body .modal-body form label {
  display: block;
  font-weight: 500;
  margin-bottom: 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 {
  resize: none;
  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 {
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
  }
  body .modal-body h3 {
    text-align: center;
    font-size: 15px;
  }
  body .modal-body form {
    margin-top: 20px;
  }
  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: 14px;
  }
}
body section.formulario-enviado {
  padding: 100px 0;
  color: #6db895;
}
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: #6db895;
  font-weight: 500;
  border-bottom: 1px dotted #6db895;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #6db895;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #6db895;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #6db895;
  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: #6db895;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 500;
  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 {
    text-align: center;
  }
  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 .politica-termos {
  padding: 40px 0px;
  color: #525252;
  background-size: cover;
}
body .politica-termos h1,
body .politica-termos h2,
body .politica-termos h3,
body .politica-termos h4,
body .politica-termos h5,
body .politica-termos h6 {
  font-size: 32px;
  font-weight: 700;
  color: #6db895;
}
body .politica-termos strong,
body .politica-termos b {
  color: #6db895;
}
@media (max-width: 991px) {
  body .politica-termos {
    padding: 20px 0px;
    font-size: 15px;
  }
  body .politica-termos h1 {
    font-size: 22px;
  }
}
body main section.header-conteudo {
  background-size: cover;
  background-image: url("../image/bg-header.png");
  padding-top: 200px;
  padding-bottom: 70px;
  text-align: center;
}
body main section.header-conteudo.small {
  padding-bottom: 50px;
}
body main section.header-conteudo h1 {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 108%; /* 37.8px */
  text-transform: uppercase;
  margin-bottom: 20px;
}
body main section.header-conteudo p {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 830px;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.header-conteudo {
    padding: 30px 0 !important;
  }
  body main section.header-conteudo h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  body main section.header-conteudo p {
    font-size: 15px;
  }
}
body main section.breadcrumb {
  margin-bottom: 65px;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
body main section.breadcrumb a {
  color: white;
  text-decoration: underline;
  margin: 0 5px;
  font-weight: 300;
  text-transform: lowercase;
}
body main section.breadcrumb a:first-child {
  margin-left: 0;
}
body main section.breadcrumb a:last-child {
  margin-right: 0;
}
body main section.breadcrumb a.active {
  color: white;
  text-decoration: none;
}
@media (max-width: 991px) {
  body main section.breadcrumb {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
body main section.index-destaque {
  padding: 30px 0;
}
body main section.index-destaque .destaque {
  padding: 25px 50px;
  border-radius: 5px;
  background-image: url("../image/destaque1.png");
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.index-destaque .destaque a {
  display: inline-flex;
  margin-top: 10px;
  gap: 10px;
  color: #fff;
  align-items: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 5px;
  border: 1px solid #fff;
  transition: 0.5s all;
}
body main section.index-destaque .destaque a:hover {
  background-color: #a9c748;
  border-color: #a9c748;
}
body main section.index-destaque .destaque img {
  margin-bottom: 15px;
}
body main section.index-destaque .destaque.destaque2 {
  background-image: url("../image/destaque2.png");
}
body main section.index-destaque .destaque.destaque2 a {
  margin-top: 40px;
}
body main section.index-destaque .destaque h2 {
  margin-bottom: 10px;
  color: #fff;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
body main section.index-destaque .destaque p {
  margin-bottom: 0;
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-destaque .box-white {
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  background: linear-gradient(90deg, #fff 0%, #ebebeb 100%);
  padding: 20px 45px;
}
body main section.index-destaque .box-white p {
  margin-bottom: 0;
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-destaque .box-white h3 {
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal;
}
body main section.index-destaque .box-white h3 strong {
  background: var(--gradiente-02, linear-gradient(90deg, #66be03 23.85%, #01727b 77.63%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-destaque .destaque {
    padding: 25px;
    height: auto;
  }
  body main section.index-destaque .destaque img {
    height: 50px;
  }
  body main section.index-destaque .destaque.destaque2 a {
    margin-top: 20px;
  }
  body main section.index-destaque .destaque h2 {
    font-size: 22px;
  }
  body main section.index-destaque .destaque p {
    font-size: 15px;
  }
  body main section.index-destaque .destaque a {
    font-size: 16px;
    padding: 10px;
  }
  body main section.index-destaque .box-white {
    padding: 25px;
  }
  body main section.index-destaque .box-white .icon {
    height: 30px;
    margin-bottom: 20px;
  }
  body main section.index-destaque .box-white h3 {
    font-size: 22px;
  }
  body main section.index-destaque .box-white p {
    font-size: 15px;
  }
}
body main section.index-servicos {
  padding: 30px 0;
}
body main section.index-servicos h2 {
  margin-bottom: 25px;
  color: #1c1c1c;
  text-align: center;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
body main section.index-servicos h2 strong {
  background: var(--gradiente-02, linear-gradient(90deg, #66be03 23.85%, #01727b 77.63%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-servicos h2 {
    font-size: 22px;
  }
}
body main section.index-passos {
  background-image: url("../image/bg-passos.png");
  padding: 40px 0 90px 0;
}
body main section.index-passos .col-lg-4 {
  border-right: 2px solid #8a8a8a;
}
body main section.index-passos .col-lg-4:last-child {
  border: none;
}
body main section.index-passos h4 {
  margin-bottom: 25px;
  color: #019db1;
  font-family: Montserrat;
  font-size: 29.944px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
body main section.index-passos .num {
  display: flex;
  align-items: center;
}
body main section.index-passos .num .in-num {
  color: rgba(28, 28, 28, 0.12);
  font-family: Montserrat;
  font-size: 57.412px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transform: translateX(-25px);
}
body main section.index-passos p {
  margin-bottom: 50px;
  color: #050e2c;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-passos h2 {
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 7px;
}
body main section.index-passos h2 strong {
  background: var(--gradiente-02, linear-gradient(90deg, #66be03 23.85%, #01727b 77.63%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-passos {
    padding: 30px 0;
    text-align: center;
  }
  body main section.index-passos .col-lg-4 {
    border: none;
  }
  body main section.index-passos h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  body main section.index-passos .num {
    justify-content: center;
  }
  body main section.index-passos p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  body main section.index-passos h2 {
    font-size: 22px;
  }
  body main section.index-passos h2 br {
    display: none;
  }
}
body main section.index-garanta {
  background-image: url("../image/bg-garanta.png");
  padding: 60px 0;
  position: relative;
}
body main section.index-garanta .img {
  position: absolute;
  right: 250px;
  bottom: 0;
}
body main section.index-garanta h3 {
  margin-bottom: 25px;
  color: #a9c748;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body main section.index-garanta p {
  margin-bottom: 25px;
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-garanta h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
}
body main section.index-garanta h2 strong {
  display: block;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-garanta {
    padding: 30px 0;
    text-align: center;
  }
  body main section.index-garanta h2 {
    font-size: 22px;
  }
  body main section.index-garanta h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  body main section.index-garanta p {
    font-size: 15px;
  }
  body main section.index-garanta .img {
    display: none;
  }
}
body main section.index-vantagens {
  padding: 50px 0 120px 0;
  position: relative;
}
body main section.index-vantagens::before {
  content: url("../image/detail.png");
  position: absolute;
  top: -130px;
  left: 0;
}
body main section.index-vantagens::after {
  content: url("../image/detail2.png");
  position: absolute;
  bottom: -130px;
  right: 0;
}
body main section.index-vantagens .row {
  position: relative;
}
body main section.index-vantagens .row:before {
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "X";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 70px;
  width: 70px;
  border-radius: 100%;
}
body main section.index-vantagens .content {
  border-radius: 0 0 15px 15px;
  border: 1px solid #cacaca;
  background: #fff;
}
body main section.index-vantagens .content .item {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 25px 80px;
  border-bottom: 1px solid #cacaca;
}
body main section.index-vantagens .content .item:last-child {
  border: none;
}
body main section.index-vantagens .content .item strong {
  display: block;
  color: #050e2c;
  font-family: Montserrat;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
body main section.index-vantagens .content .item span {
  color: #050e2c;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-vantagens .title {
  padding: 30px;
  border-radius: 15px 15px 0px 0px;
  background: linear-gradient(95deg, #40cb7d 71.51%, #20653e 110.41%);
}
body main section.index-vantagens .title.title2 {
  background: linear-gradient(92deg, #ee3944 60.66%, #b00a14 105.06%);
}
body main section.index-vantagens .title h3 {
  color: #1c1c1c;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 3px;
}
body main section.index-vantagens .title h2 {
  margin-bottom: 0;
  color: #1c1c1c;
  font-family: Montserrat;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body main section.index-vantagens {
    padding: 30px 0;
  }
  body main section.index-vantagens .row:before {
    display: none;
  }
  body main section.index-vantagens:before, body main section.index-vantagens::after {
    display: none;
  }
  body main section.index-vantagens .title {
    padding: 20px;
  }
  body main section.index-vantagens .title h3 {
    font-size: 15px;
  }
  body main section.index-vantagens .title h2 {
    font-size: 22px;
  }
  body main section.index-vantagens .content .item {
    padding: 20px;
    gap: 20px;
  }
  body main section.index-vantagens .content .item strong {
    font-size: 18px;
  }
  body main section.index-vantagens .content .item span {
    font-size: 15px;
  }
}
body main section.index-contato {
  background-image: url("../image/bg-contato.png");
  padding: 1px 0 45px 0;
  position: relative;
}
body main section.index-contato:before {
  content: url("../image/detail4.png");
  position: absolute;
  bottom: -110px;
  left: 0;
  z-index: 2;
}
body main section.index-contato input:not(.form-check-input),
body main section.index-contato textarea {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid #cbcbcb;
  background: #fff;
  outline: none;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-contato input:not(.form-check-input)::-moz-placeholder, body main section.index-contato textarea::-moz-placeholder {
  color: #9f9f9f;
}
body main section.index-contato input:not(.form-check-input)::placeholder,
body main section.index-contato textarea::placeholder {
  color: #9f9f9f;
}
body main section.index-contato .form-check-label {
  color: #4d4d4d;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-contato label:not(.form-check-label) {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body main section.index-contato h4 {
  color: #050e2c;
  text-align: center;
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
body main section.index-contato hr {
  margin: 30px 0;
  opacity: 1;
  background-color: #b5b5b5;
  border-color: #b5b5b5;
}
body main section.index-contato .box {
  margin-top: -70px;
  background-image: url("../image/bg-box.png");
  border-radius: 10px;
  padding: 40px 0;
  margin-bottom: 30px;
}
body main section.index-contato .box h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body main section.index-contato .box p {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
body main section.index-contato .img {
  margin-bottom: 20px;
}
body main section.index-contato .phones {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
body main section.index-contato .phones a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #050e2c;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-contato .phones a i {
  font-size: 24px;
}
body main section.index-contato .phones a strong {
  display: block;
  font-weight: 700;
}
body main section.index-contato .texto {
  margin-bottom: 40px;
}
body main section.index-contato .texto p {
  color: #050e2c;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-contato .texto h3 {
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
body main section.index-contato .texto h3 strong {
  background: var(--gradiente-02, linear-gradient(90deg, #66be03 23.85%, #01727b 77.63%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-contato {
    padding: 30px 0;
    text-align: center;
  }
  body main section.index-contato label {
    text-align: left;
  }
  body main section.index-contato input:not(.form-check-input),
  body main section.index-contato textarea {
    padding: 10px 15px;
  }
  body main section.index-contato label:not(.form-check-label) {
    font-size: 15px;
  }
  body main section.index-contato::before {
    display: none;
  }
  body main section.index-contato h4 {
    font-size: 16px;
    margin-top: 30px;
  }
  body main section.index-contato .phones {
    gap: 20px;
    text-align: left;
    justify-content: center;
  }
  body main section.index-contato .phones a {
    font-size: 15px;
  }
  body main section.index-contato .phones a i {
    font-size: 20px;
  }
  body main section.index-contato .img {
    height: 100px;
  }
  body main section.index-contato .texto {
    margin-bottom: 20px;
  }
  body main section.index-contato .texto h3 {
    font-size: 24px;
  }
  body main section.index-contato .texto p {
    font-size: 15px;
  }
  body main section.index-contato .box {
    padding: 30px;
    margin-top: 0;
  }
  body main section.index-contato .box h2 {
    font-size: 22px;
  }
  body main section.index-contato .box p {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
body main section.index-sobre {
  background: linear-gradient(93deg, #e5e5e5 5.33%, #f7f7f7 51.93%, #cbcbcb 104.73%);
  box-shadow: 0px 6px 27.6px 0px rgba(0, 0, 0, 0.25);
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 590px;
}
body main section.index-sobre::after {
  content: url("../image/img-sobre.png");
  position: absolute;
  right: 0;
  bottom: -7px;
}
body main section.index-sobre .logo {
  margin-bottom: 25px;
}
body main section.index-sobre h3 {
  color: #1d1d1e;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: normal;
}
body main section.index-sobre .main-cta {
  margin-top: 20px;
}
body main section.index-sobre p {
  color: #1d1d1e;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-sobre {
    min-height: auto;
    padding: 30px 0;
    text-align: center;
  }
  body main section.index-sobre::after {
    display: none;
  }
  body main section.index-sobre .main-cta {
    margin-top: 0;
  }
  body main section.index-sobre .logo {
    height: 50px;
  }
  body main section.index-sobre h3 {
    font-size: 18px;
  }
  body main section.index-sobre p {
    font-size: 15px;
  }
}
body main section.index-depoimentos {
  padding: 70px 0 30px 0;
}
body main section.index-depoimentos h2 {
  color: #1c1c1c;
  text-align: center;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 35px;
}
body main section.index-depoimentos .btn-google {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  background: #275be1;
  padding: 5px 20px;
}
body main section.index-depoimentos .box {
  text-align: center;
  border-radius: 5px;
  padding: 40px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
body main section.index-depoimentos .box img {
  margin: auto;
  width: auto;
  height: auto;
  margin-bottom: 32px;
}
body main section.index-depoimentos .box p {
  margin-bottom: 24px;
  color: #3e3e3e;
  font-family: Montserrat;
  font-size: 17px;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-depoimentos .box strong {
  color: #6db895;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-depoimentos {
    padding: 30px 0;
  }
  body main section.index-depoimentos h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  body main section.index-depoimentos .btn-google {
    font-size: 16px;
    gap: 10px;
  }
  body main section.index-depoimentos .btn-google img {
    height: 30px;
  }
  body main section.index-depoimentos .box {
    padding: 30px 20px;
  }
  body main section.index-depoimentos .box img {
    margin-bottom: 20px;
  }
  body main section.index-depoimentos .box p {
    font-size: 14px;
  }
}
body main section.index-duvidas {
  padding: 30px 0;
}
body main section.index-duvidas .box {
  background-image: url("../image/bg-duvidas.png");
  border-radius: 5px;
  padding: 40px;
}
body main section.index-duvidas .duvida {
  border-radius: 10px;
  background: #fff;
  margin-bottom: 15px;
  padding: 30px 60px;
}
body main section.index-duvidas .duvida a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  justify-content: space-between;
  line-height: normal;
}
body main section.index-duvidas .duvida a i {
  color: #00b55c;
}
body main section.index-duvidas .duvida:last-child {
  margin-bottom: 0;
}
body main section.index-duvidas .duvida .resposta {
  color: #050e2c;
  font-family: Montserrat;
  font-size: 18px;
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-duvidas h3 {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body main section.index-duvidas .box {
    padding: 30px 0;
  }
  body main section.index-duvidas .box .duvida {
    padding: 20px;
  }
  body main section.index-duvidas .box .duvida .resposta {
    font-size: 14px;
  }
  body main section.index-duvidas .box .duvida a {
    font-size: 16px;
  }
  body main section.index-duvidas .box h3 {
    font-size: 22px;
  }
}
body main section.index-instagram {
  background-image: url("../image/bg-contato.png");
  padding: 50px 0;
  position: relative;
}
body main section.index-instagram:before {
  content: url("../image/detail3.png");
  position: absolute;
  top: -110px;
  left: 0;
}
body main section.index-instagram .link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #050e2c;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
body main section.index-instagram img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 5px;
}
body main section.index-instagram h3 {
  margin-bottom: 10px;
  color: #1c1c1c;
  text-align: center;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
body main section.index-instagram h3 strong {
  background: var(--gradiente-02, linear-gradient(90deg, #66be03 23.85%, #01727b 77.63%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-instagram {
    padding: 30px 0;
  }
  body main section.index-instagram h3 {
    font-size: 22px;
  }
  body main section.index-instagram::before {
    display: none;
  }
}
body main section.servicos-interna {
  padding: 60px 0;
  background: linear-gradient(180deg, #fff 36.56%, #d9d9d9 123.46%);
}
body main section.servicos-interna .img {
  border-radius: 5px;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 40px;
}
body main section.servicos-interna .texto p,
body main section.servicos-interna .texto ul,
body main section.servicos-interna .texto ol {
  color: #1e1e1e;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.servicos-interna {
    padding: 30px 0;
  }
  body main section.servicos-interna .img {
    height: 250px;
    margin-bottom: 20px;
  }
  body main section.servicos-interna .texto p,
  body main section.servicos-interna .texto ul,
  body main section.servicos-interna .texto ol {
    font-size: 15px;
  }
}
body main section.servicos-form {
  border-radius: 5px;
  background: #1d1d1e;
  padding: 35px;
  position: sticky;
  top: 20px;
}
body main section.servicos-form .topo h3 {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
body main section.servicos-form .topo p {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
body main section.servicos-form label {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
body main section.servicos-form textarea {
  height: 100px;
}
body main section.servicos-form input,
body main section.servicos-form textarea {
  display: block;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  padding: 15px 20px;
  color: black;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  outline: none;
  line-height: normal;
  margin-bottom: 15px;
}
body main section.servicos-form input::-moz-placeholder, body main section.servicos-form textarea::-moz-placeholder {
  color: #7d7d7d;
}
body main section.servicos-form input::placeholder,
body main section.servicos-form textarea::placeholder {
  color: #7d7d7d;
}
@media (max-width: 991px) {
  body main section.servicos-form {
    padding: 25px 15px;
    margin-top: 20px;
  }
  body main section.servicos-form .topo h3 {
    font-size: 18px;
  }
  body main section.servicos-form .topo p {
    font-size: 16px;
  }
  body main section.servicos-form input,
  body main section.servicos-form textarea {
    padding: 10px 15px;
  }
  body main section.servicos-form label,
  body main section.servicos-form input,
  body main section.servicos-form textarea {
    font-size: 15px;
  }
}
body main section.contato {
  background: #f4f4f4;
  padding: 60px 0;
}
body main section.contato .title {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #1d1d1e;
  font-family: Montserrat;
  font-size: 29.334px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}
body main section.contato .box-canais {
  border-radius: 10px;
  background-image: url("../image/bg-contact.png");
  padding: 30px;
}
body main section.contato .box-canais h2 {
  margin-bottom: 35px;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 42px */
}
body main section.contato .box-canais iframe {
  width: 100%;
  height: 350px;
  border-radius: 5px;
  margin-bottom: 50px;
}
body main section.contato .box-canais .unidades {
  display: flex;
  flex-flow: column;
  gap: 30px;
  padding: 0 10px;
}
body main section.contato .box-canais .unidades strong {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body main section.contato .box-canais .unidades span {
  display: block;
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.contato .box-form {
  border-radius: 8px;
  background: #fff;
  box-shadow: 5px 8px 16px 0px rgba(0, 0, 0, 0.25);
  padding: 45px 35px;
}
body main section.contato .box-form label {
  color: #1d1d1e;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  margin-bottom: 15px;
}
body main section.contato .box-form input[type=text],
body main section.contato .box-form textarea {
  margin-bottom: 20px;
  resize: none;
  padding: 12px 20px;
}
body main section.contato .box-form .form-check label {
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.contato {
    padding: 30px 0;
  }
  body main section.contato .title {
    font-size: 18px;
    gap: 10px;
  }
  body main section.contato .title img {
    height: 40px;
  }
  body main section.contato .box-canais {
    margin-top: 30px;
    padding: 30px 20px;
  }
  body main section.contato .box-canais h2 {
    font-size: 20px;
  }
  body main section.contato .box-canais iframe {
    height: 200px;
    margin-bottom: 25px;
  }
  body main section.contato .box-canais .unidades {
    gap: 10px;
    padding: 0;
  }
  body main section.contato .box-canais .unidades svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  body main section.contato .box-canais .unidades strong {
    gap: 10px;
    font-size: 15px;
  }
  body main section.contato .box-canais .unidades span {
    font-size: 15px;
  }
  body main section.contato .box-form {
    padding: 30px 20px;
  }
  body main section.contato .box-form label {
    font-size: 16px;
    margin-bottom: 10px;
  }
  body main section.contato .box-form input[type=text],
  body main section.contato .box-form textarea {
    padding: 10px 15px;
  }
  body main section.contato .box-form .form-check label {
    font-size: 15px;
  }
}
body main section.sobre-topo {
  background-image: url("../image/bg-sobre.png");
  padding: 100px 0 75px 0;
}
body main section.sobre-topo h2 {
  margin-bottom: 10px;
  color: #00afc5;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.sobre-topo p {
  color: #050e2c;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.sobre-topo {
    padding: 30px 0;
    text-align: center;
    background-position: right;
  }
  body main section.sobre-topo h2 {
    font-size: 22px;
  }
  body main section.sobre-topo p {
    font-size: 15px;
  }
}
body main section.sobre-danilo {
  padding: 50px 0;
}
body main section.sobre-danilo .owl-carousel .owl-dots {
  position: absolute;
  margin: 0;
  bottom: 20px;
  left: 0;
  width: 100%;
}
body main section.sobre-danilo .owl-carousel img {
  height: 485px;
  border-radius: 5px;
}
body main section.sobre-danilo .texto {
  padding: 30px 45px;
}
body main section.sobre-danilo .texto h2 {
  margin-bottom: 5px;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: var(--gradiente-02, linear-gradient(90deg, #66be03 23.85%, #01727b 77.63%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body main section.sobre-danilo .texto h3 {
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
body main section.sobre-danilo .texto hr {
  margin: 25px 0;
}
body main section.sobre-danilo .texto h4 {
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
body main section.sobre-danilo .texto .icon {
  margin-bottom: 15px;
  height: 50px;
}
body main section.sobre-danilo .texto p {
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.sobre-danilo .texto p:last-child {
  margin-bottom: 0;
}
body main section.sobre-danilo .box {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  body main section.sobre-danilo {
    padding: 30px 0;
  }
  body main section.sobre-danilo .texto {
    padding: 30px 25px;
  }
  body main section.sobre-danilo .texto h2 {
    font-size: 20px;
  }
  body main section.sobre-danilo .texto h3 {
    font-size: 18px;
  }
  body main section.sobre-danilo .texto h4 {
    font-size: 18px;
  }
  body main section.sobre-danilo .texto p {
    font-size: 15px;
  }
  body main section.sobre-danilo .owl-carousel img {
    height: 250px;
  }
}
body main section.sobre-missao {
  position: relative;
}
body main section.sobre-missao::after {
  content: url("../image/detail2.png");
  position: absolute;
  right: 0;
  bottom: -70px;
}
body main section.sobre-missao .box {
  border-radius: 10px;
  background: #222;
  padding: 80px 30px 50px 30px;
}
body main section.sobre-missao .box .in {
  height: 100%;
  background: #303030;
  padding: 45px;
  padding-top: 1px;
}
body main section.sobre-missao .box .in img {
  margin-top: -35px;
}
body main section.sobre-missao .box .in strong {
  display: block;
  color: #f2f2f2;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0;
}
body main section.sobre-missao .box .in p,
body main section.sobre-missao .box .in ul {
  color: #f2f2f2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.sobre-missao::after {
    display: none;
  }
  body main section.sobre-missao .box {
    padding: 30px 20px;
  }
  body main section.sobre-missao .box .in {
    padding: 15px;
    padding-top: 1px;
  }
  body main section.sobre-missao .box .in img {
    height: 40px;
    margin-top: -20px;
  }
  body main section.sobre-missao .box .in strong {
    font-size: 16px;
  }
  body main section.sobre-missao .box .in p,
  body main section.sobre-missao .box .in ul {
    font-size: 14px;
  }
}
body main section.sobre-galeria {
  padding: 40px 0;
}
body main section.sobre-galeria h2 {
  margin-bottom: 25px;
  color: #1c1c1c;
  text-align: center;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
body main section.sobre-galeria .owl-carousel img {
  height: 380px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  body main section.sobre-galeria {
    padding: 30px 0;
  }
  body main section.sobre-galeria h2 {
    font-size: 22px;
  }
  body main section.sobre-galeria .owl-carousel img {
    height: 250px;
  }
}
body main section.sobre-equipe {
  padding-top: 50px;
  position: relative;
}
body main section.sobre-equipe::after {
  content: url("../image/detail.png");
  position: absolute;
  left: 0;
  bottom: -70px;
}
body main section.sobre-equipe .box {
  border-radius: 5px;
  background: #fff;
  padding: 45px 75px;
  position: relative;
}
body main section.sobre-equipe .box::after {
  content: url("../image/r.png");
  position: absolute;
  right: -70px;
  top: -70px;
}
body main section.sobre-equipe img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
  height: 200px;
  width: 200px;
  border-radius: 100%;
}
body main section.sobre-equipe .name {
  margin-bottom: 5px;
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body main section.sobre-equipe .cargo {
  color: #2d2d2d;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.sobre-equipe h2 {
  color: #1c1c1c;
  text-align: center;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
body main section.sobre-equipe h2 strong {
  background: var(--gradiente-02, linear-gradient(90deg, #66be03 23.85%, #01727b 77.63%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.sobre-equipe {
    padding-top: 0;
  }
  body main section.sobre-equipe h2 {
    font-size: 24px;
  }
  body main section.sobre-equipe img {
    width: 100px;
    height: 100px;
  }
  body main section.sobre-equipe .name {
    font-size: 15px;
  }
  body main section.sobre-equipe .cargo {
    font-size: 14px;
  }
  body main section.sobre-equipe:after {
    display: none;
  }
  body main section.sobre-equipe .box {
    padding: 30px 25px;
  }
  body main section.sobre-equipe .box::after {
    display: none;
  }
}
body footer section.barra-fixa {
  position: fixed;
  bottom: -1px;
  background: white;
  border-top: 2px solid #a9c748;
  width: 100%;
  padding: 10px 80px 15px 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: #050e2c;
}
body footer section.barra-fixa .main-phone svg {
  fill: #050e2c;
}
body footer section.barra-fixa .main-phone svg path {
  fill: #050e2c;
}
body footer section.barra-fixa.oculta {
  bottom: -100px;
}
body footer section.barra-fixa-mobile {
  background-color: #1c1c1c;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  border-top: 2px solid #a9c748;
  transition: 0.3s all;
}
body footer section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
}
body footer section.barra-fixa-mobile .list-itens a {
  color: white;
}
body footer section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
body footer section.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 {
  border-top: 5px solid #6db895;
  background-image: url("../image/bg-footer.png");
  padding-top: 1px;
  padding-bottom: 15px;
  margin-bottom: 77px;
}
body footer section.footer .copy {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
}
body footer section.footer .links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
body footer section.footer .links a {
  color: white;
}
body footer section.footer .links i {
  font-size: 26px;
}
body footer section.footer hr {
  margin: 35px 0;
  border-color: white;
  background-color: white;
  opacity: 1;
}
body footer section.footer .botoes {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 35px;
}
body footer section.footer .menu {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
body footer section.footer .menu a {
  color: white;
}
body footer section.footer .logo {
  width: 350px;
  height: 140px;
  border-radius: 5px;
  background: #6db895;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: -70px;
  margin-bottom: 45px;
  position: relative;
  z-index: 2;
}
body footer section.footer h3 {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body footer section.footer {
    margin-bottom: 55px;
  }
  body footer section.footer .copy {
    font-size: 16px;
  }
  body footer section.footer .raddar {
    height: 30px;
    margin-top: 20px;
  }
  body footer section.footer .botoes {
    flex-wrap: wrap;
    gap: 20px;
  }
  body footer section.footer h3 {
    font-size: 15px;
  }
  body footer section.footer .logo {
    width: 200px;
    height: 80px;
    padding: 20px;
    margin-top: -40px;
    margin-bottom: 20px;
  }
  body footer section.footer .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 900;
  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;
  }
}
body footer .menu-mobile {
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: -100%;
  width: 95%;
  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: 60px;
  -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: 16px;
  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;
}