@charset "UTF-8";
/* CLASSES GLOBAIS */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Teko:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
.has-error {
  border-color: red !important;
}

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

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

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

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

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

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

/* VARIAVEIS GLOBAIS DO PROJETO */
.row-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-phone {
  font-family: "Teko";
  display: inline-flex;
  align-items: center;
  color: #141414;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
  transition: 0.3s all;
  cursor: pointer;
}
.main-phone:hover {
  color: #141414;
  transform: translateY(-3px);
}
.main-phone strong {
  color: #141414;
  font-weight: 400;
  display: block;
  font-size: 21px;
}
.main-phone .icon {
  background-color: #141414;
  width: 40px;
  flex: 0 0 40px;
  height: 40px;
  display: flex;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  color: #3fafd2;
  margin-right: 12px;
}
@media (max-width: 991px) {
  .main-phone {
    font-size: 18px;
  }
  .main-phone strong {
    font-size: 20px;
  }
}

.main-cta {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 0 100%, 0% 50%);
  font-family: "Teko";
  display: inline-flex;
  justify-content: center;
  background-color: #141414;
  font-size: 22px;
  padding: 10px 20px;
  color: #3fafd2;
  outline: none;
  border: none;
  position: relative;
  transition: 0.3s all;
}
.main-cta:hover {
  transform: translateY(-3px);
  color: #3fafd2;
}
.main-cta:hover.primary {
  color: #141414;
}
.main-cta .fa-chevron-right {
  position: relative;
  top: 1px;
  margin-left: 10px;
}
.main-cta img {
  margin-right: 15px;
  position: relative;
  top: -1px;
  width: 20px !important;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block !important;
}
.main-cta strong {
  color: white;
  font-weight: 400;
}
.main-cta.primary {
  background-color: #3fafd2;
  color: #141414;
}
.main-cta.outline {
  text-align: center;
  background-color: #3fafd2;
  padding: 2px;
  color: #141414;
}
.main-cta.outline span {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 0 100%, 0% 50%);
  padding: 10px 20px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
}
.main-cta.terciary {
  color: white;
  background-color: #2a4aff;
}
.main-cta.white {
  background-color: white;
  color: black;
}
.main-cta.white:after {
  color: black;
}
.main-cta.white i {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
@media (max-width: 991px) {
  .main-cta {
    font-size: 19px;
  }
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background-color: #3fafd2;
  color: #141414;
  padding: 5px 10px !important;
}
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.owl-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #141414;
  margin-right: 15px;
  border: none;
  outline: none;
}
.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #3fafd2;
}

section.header {
  background: linear-gradient(180deg, #eeeeee 0%, #dadad8 100%);
  font-family: "Teko";
  padding: 30px 0;
}
section.header .menuzin {
  font-size: 20px;
  margin-bottom: 15px;
  color: #141414;
}
section.header .menuzin a {
  color: #141414;
  transition: 0.3s all;
}
section.header .menuzin a:hover {
  color: #3fafd2;
}
section.header .logo {
  display: block;
  margin: auto;
  max-width: 100%;
}
section.header .social a {
  color: #141414;
  margin-right: 30px;
  font-size: 21px;
  transition: 0.3s all;
}
section.header .social a:hover {
  color: #3fafd2;
}
section.header .social a:last-child {
  margin-right: 0;
}
section.header .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 50px;
  margin-top: 40px;
  position: relative;
}
section.header .menu.fixo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  margin: 0;
  padding: 10px 220px;
  background: linear-gradient(180deg, #eeeeee 0%, #dadad8 100%);
  border-bottom: 1px solid #3fafd2;
}
section.header .menu.fixo .sep {
  height: 30px;
}
section.header .menu.fixo a {
  font-size: 22px;
}
section.header .menu.fixo a img {
  display: inline-block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 4px;
}
section.header .menu .sep {
  width: 2px;
  height: 50px;
  flex: 0 0 2px;
  background-color: white;
  transform: rotate(30deg);
  opacity: 0.6;
}
section.header .menu .sep:last-child {
  display: none;
}
section.header .menu a {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  color: #4e4e4e;
  text-transform: uppercase;
  transition: 0.3s all;
}
section.header .menu a:hover {
  color: #3fafd2;
}
section.header .menu a img {
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
section.header.footer {
  margin-bottom: 76px;
}
section.header.footer .menuzin {
  display: none;
}
section.header.footer .copy {
  color: #141414;
  font-family: "Roboto";
}
section.header.footer hr {
  background-color: #605151;
  opacity: 0.3;
}
section.header.footer .politica {
  font-family: "Roboto";
  font-size: 15px;
  color: #141414;
}
section.header.footer .politica a {
  color: #141414;
  margin: 0 5px;
}
section.header.footer .endereco {
  margin-left: 50px;
  color: #141414;
  font-size: 15px;
  font-family: "Roboto";
}
section.header.footer .endereco i {
  color: #3fafd2;
  margin-right: 5px;
}
section.header.footer .social a {
  color: #3fafd2;
}
section.header.footer .menu a {
  color: #141414;
}
section.header.footer .menu a img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.header.footer .main-cta.primary img {
  filter: grayscale(1) brightness(0);
}
section.header.footer .main-cta.primary strong {
  color: #141414;
}
section.header.footer .main-phone .icon {
  background-color: transparent;
  color: #141414;
  border: 2px solid #3fafd2;
}
@media (max-width: 991px) {
  section.header {
    padding: 20px 0;
  }
  section.header.footer {
    margin-bottom: 54px;
  }
  section.header.footer .copy {
    padding-bottom: 0;
    text-align: center;
    font-size: 15px;
  }
  section.header.footer .copy img {
    margin-top: 10px;
  }
  section.header .social a {
    font-size: 16px;
    margin: 0 7px;
  }
}

body {
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  /* MODAL */
}
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 section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
body section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #3fafd2;
  -webkit-animation: loader-rotate 1s infinite;
          animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@-webkit-keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
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 {
  font-size: 36px;
  font-family: "Teko";
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}
body .modal-body h1 strong {
  font-weight: 500;
  color: #3fafd2;
  display: block;
}
body .modal-body h3 {
  font-weight: 400;
  font-size: 18px;
}
body .modal-body form {
  margin-top: 20px;
}
body .modal-body form .opcoes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 600;
  margin: 20px 0 30px 0;
}
body .modal-body form .opcoes input {
  width: 20px;
  height: 20px;
  margin: 0;
  vertical-align: top;
  margin-right: 5px;
  accent-color: #3fafd2;
  border-radius: 0;
}
body .modal-body form label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
body .modal-body form .main-cta {
  color: white;
  padding: 8px 70px;
}
body .modal-body form .main-cta i {
  color: #3fafd2;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
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: 28px;
    text-align: center;
  }
  body .modal-body h3 {
    text-align: center;
    font-size: 16px;
  }
  body .modal-body form {
    margin-top: 20px;
  }
  body .modal-body form .opcoes {
    margin: 10px 0 20px 0;
  }
  body .modal-body form .opcoes .opt {
    margin: 5px 0;
  }
}
body ul.paginacao {
  display: flex;
  margin: 0 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 0;
}
body ul.paginacao li {
  list-style: none;
}
body ul.paginacao li a {
  background-color: white;
  border: 1px solid lightgray;
  width: 45px;
  height: 40px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: gray;
  font-size: 18px;
  transition: all 0.3s;
}
body ul.paginacao li a.active, body ul.paginacao li a:hover {
  color: white;
  border-color: #3fafd2;
  background-color: #3fafd2;
}
body section.formulario-enviado {
  padding: 200px 0;
  background-image: url("../image/bg-porque-escolher.png");
  color: #3fafd2;
}
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: #3fafd2;
  font-weight: 500;
  border-bottom: 1px dotted #3fafd2;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #3fafd2;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #3fafd2;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #3fafd2;
  color: #141414;
}
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: #3fafd2;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 500;
  color: white;
  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 .politica-termos {
  padding: 30px 0px;
}
body .politica-termos h1,
body .politica-termos h2,
body .politica-termos h3,
body .politica-termos h4,
body .politica-termos h5,
body .politica-termos h6 {
  font-size: 48px;
  font-family: "Teko";
  text-transform: uppercase;
  color: #3fafd2;
}
body .politica-termos strong,
body .politica-termos b {
  color: #141414;
}
@media (max-width: 991px) {
  body .politica-termos {
    padding: 20px 0px;
    font-size: 15px;
  }
  body .politica-termos h1 {
    font-size: 22px;
  }
}
body header section.barra-lgpd {
  padding: 0 15px;
  background-color: #ededec;
  border-bottom: 1px solid gainsboro;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: #141414;
  display: none;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body header section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 57px;
    position: fixed;
    top: auto;
  }
  body header section.barra-lgpd .container {
    padding: 0;
  }
}
body header section.barra-lgpd.exibir {
  display: block;
}
body header section.barra-lgpd .row,
body header section.barra-lgpd .container {
  max-width: 1415px !important;
  margin: auto;
  justify-content: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in,
body header section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: #141414;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted #141414;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  cursor: pointer;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: #141414;
  border: 1px solid #141414;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: all 0.3s;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button:hover,
body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button:hover {
  background-color: #f9f9f9;
}
@media screen and (max-width: 991px) {
  body header section.barra-lgpd .row .conteudo-lgpd-in,
body header section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in,
body header section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
body main section.header-conteudo {
  background-size: cover;
  padding: 60px 0;
  color: white;
  font-size: 20px;
}
body main section.header-conteudo strong {
  color: #3fafd2;
  font-weight: 400;
}
body main section.header-conteudo h1 {
  font-family: "Teko";
  font-weight: 400;
  font-size: 65px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
body main section.header-conteudo h1 strong {
  font-weight: 400;
  color: #3fafd2;
}
body main section.header-conteudo.small {
  background-image: url("../image/bg-small.png");
  padding: 30px 0;
}
@media (max-width: 991px) {
  body main section.header-conteudo {
    padding: 30px 0;
    font-size: 15px;
    padding-bottom: 20px;
  }
  body main section.header-conteudo.small {
    padding: 20px 0;
    padding-bottom: 0;
  }
  body main section.header-conteudo h1 {
    font-size: 36px;
  }
}
body main section.breadcrumb {
  margin-bottom: 20px;
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
}
body main section.breadcrumb a {
  color: #3fafd2;
  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;
  }
  body main section.breadcrumb a {
    font-size: 12px;
  }
}
body main section.separador-instagram {
  background-image: url("../image/bg-instagram.png");
  background-size: cover;
  padding: 50px 0;
}
body main section.separador-instagram h3 {
  text-align: center;
  font-size: 16px;
  max-width: 300px;
  font-weight: 400;
  margin: auto;
  margin-bottom: 40px;
}
body main section.separador-instagram .owl-carousel img {
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.separador-instagram .titulo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Teko";
  margin-bottom: 20px;
}
body main section.separador-instagram .titulo img {
  margin-right: 20px;
}
body main section.separador-instagram .titulo h1 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
}
body main section.separador-instagram .titulo h1 strong {
  font-weight: 500;
  color: #3fafd2;
}
@media (max-width: 991px) {
  body main section.separador-instagram {
    padding: 30px 0;
  }
  body main section.separador-instagram h3 {
    margin-bottom: 20px;
  }
  body main section.separador-instagram .titulo {
    justify-content: center;
  }
  body main section.separador-instagram .titulo img {
    height: 27px;
    width: 27px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 10px;
  }
  body main section.separador-instagram .titulo h1 {
    font-size: 26px;
  }
}
body main section.index-banner {
  position: relative;
  height: 720px;
}
body main section.index-banner .container {
  height: 100%;
}
body main section.index-banner .container .row {
  height: 100%;
}
body main section.index-banner .box {
  position: relative;
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 96% 0, 100% 3%, 100% 100%, 0 100%, 0% 0);
          clip-path: polygon(0 0, 96% 0, 100% 3%, 100% 100%, 0 100%, 0% 0);
}
body main section.index-banner .box .content {
  background-color: #f7f7f7;
  padding: 25px;
}
body main section.index-banner .box .content .main-cta {
  color: white;
  padding: 8px 70px;
}
body main section.index-banner .box .content .main-cta i {
  color: #3fafd2;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
body main section.index-banner .box .content label {
  margin-bottom: 5px;
}
body main section.index-banner .box .content h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}
body main section.index-banner .box .content input,
body main section.index-banner .box .content textarea {
  width: 100%;
  border: 1px solid gray;
  padding: 8px 15px;
  margin-bottom: 10px;
}
body main section.index-banner .box .content textarea {
  resize: none;
  height: 100px;
}
body main section.index-banner .owl-carousel {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
body main section.index-banner .owl-carousel .owl-prev,
body main section.index-banner .owl-carousel .owl-next {
  position: absolute;
  bottom: 50%;
  outline: none;
  color: white;
  font-size: 42px;
  padding: 2px 5px !important;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-prev,
body main section.index-banner .owl-carousel .owl-next {
    color: white;
    background-color: rgba(128, 128, 128, 0.65);
    font-size: 30px;
    padding: 2px 5px !important;
  }
}
body main section.index-banner .owl-carousel .owl-prev:hover,
body main section.index-banner .owl-carousel .owl-next:hover {
  opacity: 0.8;
}
body main section.index-banner .owl-carousel .owl-prev {
  border-radius: 0 5px 5px 0;
  left: 25px;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-prev {
    left: 0px;
  }
}
body main section.index-banner .owl-carousel .owl-next {
  border-radius: 5px 0 0 5px;
  right: 25px;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-next {
    right: 0px;
  }
}
body main section.index-banner .owl-carousel .bann {
  position: relative;
  height: 720px;
}
body main section.index-banner .owl-carousel .bann img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body main section.index-banner {
    height: auto;
  }
  body main section.index-banner .container {
    height: auto;
  }
  body main section.index-banner .container .row {
    height: auto;
  }
  body main section.index-banner .owl-carousel {
    position: relative;
    height: auto;
  }
  body main section.index-banner .owl-carousel .bann {
    height: auto;
  }
  body main section.index-banner .owl-carousel .bann img {
    height: auto;
  }
  body main section.index-banner .box {
    -webkit-clip-path: none;
            clip-path: none;
  }
  body main section.index-banner .box .content {
    padding: 15px;
    font-size: 15px;
  }
  body main section.index-banner .box .content h5 {
    font-size: 16px;
  }
}
body main section.index-chamada {
  background-image: url("../image/bg-amarelo.png");
  background-size: cover;
  padding: 30px 0;
}
body main section.index-chamada .img {
  display: block;
  margin: auto;
  max-width: 100%;
}
body main section.index-chamada h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
body main section.index-chamada h4 {
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-chamada {
    text-align: center;
  }
  body main section.index-chamada .row-flex {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
  body main section.index-chamada .row-flex .main-phone {
    margin: 5px;
  }
  body main section.index-chamada h2 {
    font-size: 18px;
  }
  body main section.index-chamada h4 {
    font-size: 16px;
  }
}
body main section.index-objetivo {
  padding: 70px 0;
}
body main section.index-objetivo .titulo {
  margin-bottom: 40px;
}
body main section.index-objetivo .titulo h1 {
  text-align: center;
  font-family: "Teko";
  font-size: 38px;
  font-weight: 500;
}
body main section.index-objetivo .titulo h1 strong {
  color: #3fafd2;
  font-weight: 500;
  display: block;
}
body main section.index-objetivo .item {
  font-size: 14px;
  text-align: center;
}
body main section.index-objetivo .item img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 0 100%, 0% 50%);
}
body main section.index-objetivo .item h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
}
body main section.index-objetivo .box {
  border: 2px solid #3fafd2;
  padding: 8px 10px;
  margin-top: 50px;
}
body main section.index-objetivo .box .textin {
  font-size: 20px;
  max-width: 500px;
  font-family: "Teko";
  font-weight: 400;
}
body main section.index-objetivo .box .textin p {
  margin: 0;
}
body main section.index-objetivo .box .textin h4 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 32px;
}
body main section.index-objetivo .box .textin h4 strong {
  font-weight: 600;
  color: #3fafd2;
}
@media (max-width: 991px) {
  body main section.index-objetivo {
    padding: 20px 0;
  }
  body main section.index-objetivo .box {
    padding: 20px 0;
    margin-top: 30px;
  }
  body main section.index-objetivo .box .row-flex {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  body main section.index-objetivo .box .row-flex .main-phone {
    margin: 5px;
  }
  body main section.index-objetivo .box .row-flex .main-cta {
    margin-top: 7px;
  }
  body main section.index-objetivo .box .textin {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 17px;
  }
  body main section.index-objetivo .box .textin h4 {
    font-size: 22px;
  }
  body main section.index-objetivo .item {
    margin-top: 25px;
  }
  body main section.index-objetivo .item h3 {
    margin-top: 20px;
  }
  body main section.index-objetivo .item img {
    height: 170px;
  }
  body main section.index-objetivo .titulo {
    padding: 10px 0;
    margin-bottom: 0;
  }
  body main section.index-objetivo .titulo h1 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
body main section.index-servicos {
  padding: 50px 0;
  position: relative;
}
body main section.index-servicos:after {
  content: "";
  background-color: #3fafd2;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
}
body main section.index-servicos h1 {
  font-family: "Teko";
  font-weight: 600;
  color: #3fafd2;
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
}
body main section.index-servicos h1 strong {
  color: #141414;
  font-weight: 600;
}
body main section.index-servicos .owl-carousel .owl-prev {
  position: absolute;
  left: -50px;
  top: calc(50% - 32px);
}
body main section.index-servicos .owl-carousel .owl-next {
  position: absolute;
  right: -50px;
  top: calc(50% - 32px);
}
@media (min-width: 992px) {
  body main section.index-servicos .owl-carousel .owl-stage {
    display: flex;
  }
  body main section.index-servicos .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
  }
}
body main section.index-servicos .servico {
  display: flex;
  flex-flow: column;
}
body main section.index-servicos .servico .conteudo {
  text-align: center;
  padding: 30px 20px;
  background-color: white;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  border: 2px solid #3fafd2;
  flex: 1;
}
body main section.index-servicos .servico .conteudo .txt {
  font-size: 16px;
  padding-bottom: 20px;
}
body main section.index-servicos .servico .conteudo .txt h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #141414;
  text-transform: uppercase;
}
body main section.index-servicos .servico .conteudo .botoes {
  padding: 0 20px;
}
body main section.index-servicos .servico .conteudo .botoes a {
  width: 100%;
}
body main section.index-servicos .servico .topo {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 0 100%, 0% 50%);
  background-color: #3fafd2;
  text-align: center;
  padding: 20px;
}
body main section.index-servicos .servico .topo img {
  height: 35px;
  width: 35px;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-servicos a.main-cta.primary {
  margin-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 991px) {
  body main section.index-servicos {
    padding: 30px 0;
  }
  body main section.index-servicos h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  body main section.index-servicos .servico .conteudo {
    padding: 20px 15px;
  }
  body main section.index-servicos .servico .conteudo .txt {
    font-size: 15px;
  }
  body main section.index-servicos .servico .conteudo .txt h3 {
    font-size: 17px;
  }
}
body main section.index-porque-escolher {
  background-image: url("../image/bg-porque-escolher.png");
  background-size: cover;
  color: white;
  padding: 50px 0;
  text-align: center;
  font-size: 20px;
}
body main section.index-porque-escolher .item {
  text-align: left;
  display: flex;
  margin: 20px 0;
  align-items: center;
}
body main section.index-porque-escolher .item img {
  margin-right: 30px;
}
body main section.index-porque-escolher .main-cta {
  font-size: 32px;
  padding: 15px 40px;
  margin-top: 30px;
}
body main section.index-porque-escolher .container {
  max-width: 1000px;
}
body main section.index-porque-escolher h1 {
  font-family: "Teko";
  font-size: 75px;
  line-height: 1;
  font-weight: 400;
  margin: auto;
  margin-bottom: 25px;
  max-width: 800px;
}
body main section.index-porque-escolher h1 strong {
  font-weight: 400;
  color: #3fafd2;
}
@media (max-width: 991px) {
  body main section.index-porque-escolher {
    padding: 30px 15px;
    font-size: 16px;
  }
  body main section.index-porque-escolher .item {
    margin: 10px 0;
  }
  body main section.index-porque-escolher .item img {
    margin-right: 20px;
    width: 30px;
  }
  body main section.index-porque-escolher .main-cta {
    font-size: 20px;
    padding: 10px 30px;
    margin-top: 10px;
  }
  body main section.index-porque-escolher h1 {
    font-size: 26px;
  }
}
body main section.index-sistema {
  background-image: url("../image/bg-ajudar.png");
  padding: 50px 0;
  background-position: bottom;
  background-size: cover;
}
body main section.index-sistema .container {
  max-width: 1200px;
}
body main section.index-sistema .img {
  width: 100%;
}
body main section.index-sistema .item {
  text-align: center;
  font-size: 20px;
  margin: 20px 0;
}
body main section.index-sistema .item img {
  display: block;
  margin: auto;
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
body main section.index-sistema .titulo {
  font-size: 18px;
  text-align: center;
  max-width: 1000px;
  margin: auto;
}
body main section.index-sistema .titulo h1 {
  font-family: "Teko";
  color: white;
  font-weight: 600;
  font-size: 36px;
}
body main section.index-sistema .titulo h1 strong {
  font-weight: 600;
  color: #141414;
}
@media (max-width: 991px) {
  body main section.index-sistema {
    padding: 20px 0;
  }
  body main section.index-sistema .img {
    display: none;
  }
  body main section.index-sistema .item {
    margin: 10px 0;
    font-size: 15px;
  }
  body main section.index-sistema .item img {
    width: 50px;
    height: 50px;
  }
  body main section.index-sistema .titulo {
    font-size: 16px;
  }
  body main section.index-sistema .titulo h1 {
    font-size: 26px;
  }
}
body main section.index-chamada2 {
  padding: 30px 0;
  background-color: #f1f1f1;
}
body main section.index-chamada2 .main-phone strong {
  display: inline;
}
body main section.index-chamada2 h2 {
  margin: 0;
  font-family: "Teko";
  font-size: 28px;
  font-weight: 600;
}
body main section.index-chamada2 h2 strong {
  display: block;
  color: #3fafd2;
  font-weight: 600;
}
body main section.index-chamada2 .container {
  max-width: 1200px;
}
@media (max-width: 991px) {
  body main section.index-chamada2 {
    text-align: center;
    padding: 20px 0;
  }
  body main section.index-chamada2 a {
    margin: 10px 0;
  }
  body main section.index-chamada2 h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
body main section.index-video {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  min-height: 450px;
  color: white;
  background-image: url("../image/bg-video.png");
  background-size: cover;
  font-size: 22px;
  font-style: italic;
  text-align: center;
  position: relative;
}
body main section.index-video:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body main section.index-video video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.index-video strong {
  color: #3fafd2;
  font-weight: 400;
}
body main section.index-video .container {
  max-width: 800px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  body main section.index-video {
    font-size: 16px;
    min-height: 270px;
    padding: 30px 0;
  }
}
body main section.index-clientes {
  padding: 50px 0;
  position: relative;
}
body main section.index-clientes.galeria:after {
  display: none;
}
body main section.index-clientes:after {
  content: "";
  background-color: #3fafd2;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
}
body main section.index-clientes h3 {
  text-align: center;
  font-size: 18px;
  max-width: 1000px;
  margin: auto;
  font-weight: 400;
}
body main section.index-clientes h3 strong {
  display: block;
}
body main section.index-clientes h1 {
  font-family: "Teko";
  font-weight: 600;
  color: #3fafd2;
  text-align: center;
  font-size: 36px;
  margin-bottom: 10px;
}
body main section.index-clientes h1 strong {
  color: #141414;
  font-weight: 600;
}
body main section.index-clientes .foto {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 7%, 100% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 95% 0, 100% 7%, 100% 100%, 0 100%, 0% 50%);
  height: 280px;
  background-color: #3fafd2;
  padding: 2px;
}
body main section.index-clientes .foto img {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 7%, 100% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 95% 0, 100% 7%, 100% 100%, 0 100%, 0% 50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
@media (min-width: 992px) {
  body main section.index-clientes .owl-carousel .owl-stage {
    display: flex;
  }
  body main section.index-clientes .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
  }
}
@media (min-width: 992px) {
  body main section.index-clientes .owl-carousel .owl-stage-outer {
    height: calc(100% + 15px);
    margin: -7.5px -7.5px;
    padding: 7.5px 7.5px;
    width: calc(100% + 15px);
  }
}
body main section.index-clientes .owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
body main section.index-clientes .owl-carousel .owl-nav button {
  margin: 0 10px;
}
body main section.index-clientes .container-depoimento {
  position: relative;
  width: 100%;
  height: 100%;
}
body main section.index-clientes .container-depoimento::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #3fafd2;
  position: absolute;
  top: -23px;
  left: calc(50% - 20px);
  font-size: 40px;
}
body main section.index-clientes .container-depoimento .depoimento {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 0 100%, 0% 50%);
  background-color: #3fafd2;
  padding: 2px;
  width: 100%;
  height: 100%;
}
body main section.index-clientes .container-depoimento .depoimento .in-depoimento {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 0 100%, 0% 50%);
  background-color: white;
  padding: 30px;
  font-size: 15px;
  font-style: italic;
  height: 100%;
  width: 100%;
}
body main section.index-clientes .container-depoimento .depoimento .in-depoimento h4 {
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
body main section.index-clientes .container-depoimento .depoimento .in-depoimento strong {
  font-style: normal;
  display: block;
  color: #3fafd2;
  font-size: 17px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.index-clientes {
    padding: 30px 0;
  }
  body main section.index-clientes .container-depoimento:after {
    display: none;
  }
  body main section.index-clientes .container-depoimento .depoimento .in-depoimento {
    font-size: 14px;
  }
  body main section.index-clientes .container-depoimento .depoimento .in-depoimento h4 {
    font-size: 16px;
  }
  body main section.index-clientes .container-depoimento .depoimento .in-depoimento strong {
    font-size: 16px;
  }
  body main section.index-clientes h1 {
    font-size: 25px;
  }
  body main section.index-clientes h3 {
    font-size: 15px;
  }
}
body main section.index-sobre {
  background-image: url("../image/bg-sobre.png");
  background-size: cover;
  padding: 100px 0;
  font-size: 20px;
  color: white;
  background-position: center left;
  min-height: 700px;
  display: flex;
  align-items: center;
}
body main section.index-sobre strong {
  color: #3fafd2;
  font-weight: 400;
}
body main section.index-sobre h1 {
  font-family: "Teko";
  font-weight: 400;
  font-size: 72px;
  line-height: 0.9;
  margin-bottom: 40px;
}
body main section.index-sobre h1 strong {
  display: block;
  color: #3fafd2;
  font-weight: 400;
}
body main section.index-sobre .box {
  background-color: #efefef;
  padding: 15px;
  padding-right: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 0 100%, 0% 50%);
  margin-top: 40px;
}
body main section.index-sobre .box a.main-phone strong {
  color: #141414;
}
@media (max-width: 991px) {
  body main section.index-sobre {
    padding: 30px 0;
    text-align: center;
    background: #141414;
    font-size: 16px;
    min-height: auto;
  }
  body main section.index-sobre .box {
    width: 100%;
    margin-top: 30px;
    padding: 10px 0;
  }
  body main section.index-sobre .box a.main-phone {
    margin: 5px;
  }
  body main section.index-sobre h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
body main section.index-seguradoras {
  padding: 50px 0 60px 0;
  position: relative;
  overflow: hidden;
}
body main section.index-seguradoras.no-line:after {
  display: none;
}
body main section.index-seguradoras.interna {
  padding-bottom: 120px;
}
@media screen and (max-width: 991px) {
  body main section.index-seguradoras.interna {
    padding-top: 0;
  }
}
body main section.index-seguradoras.interna:before {
  bottom: -10px;
  left: 0;
  content: url("../image/escadas.png");
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  transform: rotateY(180deg);
}
@media screen and (max-width: 991px) {
  body main section.index-seguradoras.interna:before {
    display: none;
  }
}
body main section.index-seguradoras .container {
  max-width: 1000px;
}
body main section.index-seguradoras:after {
  content: "";
  background-color: #3fafd2;
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
}
body main section.index-seguradoras .owl-carousel .owl-nav .owl-prev,
body main section.index-seguradoras .owl-carousel .owl-nav .owl-next {
  background-color: transparent;
  color: #3fafd2;
  padding: 0;
  font-size: 24px;
  position: absolute;
  top: calc(50% - 24px);
}
body main section.index-seguradoras .owl-carousel .owl-nav .owl-prev {
  left: -50px;
}
body main section.index-seguradoras .owl-carousel .owl-nav .owl-next {
  right: -50px;
}
body main section.index-seguradoras .owl-carousel img {
  width: 150px;
  height: 150px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-seguradoras h1 {
  font-family: "Teko";
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 400;
}
body main section.index-seguradoras h1 strong {
  font-weight: 400;
  color: #3fafd2;
}
@media (max-width: 991px) {
  body main section.index-seguradoras {
    padding: 30px 20px 60px 20px;
  }
  body main section.index-seguradoras .owl-carousel .owl-nav .owl-prev {
    left: -5px;
  }
  body main section.index-seguradoras .owl-carousel .owl-nav .owl-next {
    right: -5px;
  }
  body main section.index-seguradoras h1 {
    font-size: 24px;
  }
}
body main section.index-blog {
  padding: 50px 0;
}
body main section.index-blog h1 {
  text-align: center;
  font-size: 72px;
  color: #3fafd2;
  font-weight: 400;
  font-family: "Teko";
  margin-bottom: 20px;
}
body main section.index-blog h1 strong {
  color: #141414;
  font-weight: 600;
  font-size: 32px;
}
body main section.index-blog h3 {
  text-align: center;
  font-size: 20px;
  max-width: 1150px;
  line-height: 1.3;
  margin: auto;
  font-weight: 400;
}
body main section.index-blog .post {
  display: block;
  background-color: #3fafd2;
  padding: 2px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
}
body main section.index-blog .post .main-cta span {
  padding: 10px 50px;
}
body main section.index-blog .post img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.index-blog .post .in-post {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
  padding: 25px 30px;
  background-color: white;
}
body main section.index-blog .post .in-post .texto {
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 110px;
}
body main section.index-blog .post .in-post .texto strong {
  font-size: 18px;
  color: #141414;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-blog {
    padding: 30px 0;
  }
  body main section.index-blog .post {
    margin-top: 30px;
  }
  body main section.index-blog .post img {
    height: 220px;
  }
  body main section.index-blog .post .in-post {
    padding: 25px;
  }
  body main section.index-blog .post .in-post .texto strong {
    font-size: 17px;
  }
  body main section.index-blog h3 {
    font-size: 16px;
  }
  body main section.index-blog h1 {
    font-size: 46px;
    margin-bottom: 0;
  }
  body main section.index-blog h1 strong {
    display: block;
    font-size: 28px;
  }
}
body main section.sobre-principal {
  padding: 50px 0;
  font-size: 20px;
}
body main section.sobre-principal .texto p:first-child:before {
  content: "//";
  color: #3fafd2;
  font-weight: 700;
  margin-right: 5px;
  display: inline-block;
}
body main section.sobre-principal .img {
  width: 100%;
}
@media (max-width: 991px) {
  body main section.sobre-principal {
    padding: 30px 0;
    font-size: 15px;
  }
  body main section.sobre-principal .img {
    max-width: 200px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }
  body main section.sobre-principal:before {
    display: none;
  }
}
body main section.sobre-conheca {
  background-color: #3fafd2;
  color: #141414;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
  font-size: 20px;
}
body main section.sobre-conheca h1 {
  font-family: "Teko";
  margin: 20px 0 10px 0;
  font-size: 48px;
}
body main section.sobre-conheca h1 strong {
  color: white;
  font-weight: 500;
}
body main section.sobre-conheca .foto {
  background-color: white;
  border: 2px solid #3fafd2;
  padding: 10px;
  border-radius: 100%;
  width: 220px;
  margin-top: -80px;
  height: 220px;
  display: inline-block;
}
body main section.sobre-conheca .foto img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body main section.sobre-conheca {
    font-size: 15px;
    padding-bottom: 30px;
  }
  body main section.sobre-conheca .foto {
    width: 150px;
    height: 150px;
    padding: 5px;
  }
  body main section.sobre-conheca h1 {
    font-size: 28px;
  }
}
body main section.sobre-missao {
  padding-bottom: 30px;
}
body main section.sobre-missao .box {
  margin-top: 40px;
  display: flex;
  flex-flow: column;
  height: calc(100% - 40px);
}
body main section.sobre-missao .box .conteudo {
  text-align: center;
  padding: 30px 20px;
  background-color: white;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  border-right: 2px solid #3fafd2;
  border-bottom: 2px solid #3fafd2;
  flex: 1;
}
body main section.sobre-missao .box .conteudo .txt {
  font-size: 16px;
  padding-bottom: 20px;
}
body main section.sobre-missao .box .conteudo .txt h3 {
  font-family: "Teko";
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #141414;
}
body main section.sobre-missao .box .conteudo .botoes {
  padding: 0 20px;
}
body main section.sobre-missao .box .conteudo .botoes a {
  width: 100%;
}
body main section.sobre-missao .box .topo {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 0 100%, 0% 50%);
  background-color: #3fafd2;
  border-right: 2px solid #3fafd2;
  text-align: center;
  padding: 20px;
}
body main section.sobre-missao .box .topo img {
  height: 50px;
  width: 50px;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.sobre-missao {
    padding-bottom: 40px;
  }
  body main section.sobre-missao .box {
    margin-top: 30px;
    height: auto;
  }
  body main section.sobre-missao .box .conteudo {
    padding: 20px 15px;
  }
  body main section.sobre-missao .box .conteudo .txt {
    font-size: 15px;
  }
  body main section.sobre-missao .box .conteudo .txt h3 {
    font-size: 26px;
  }
}
body main section.servicos-listagem {
  padding: 50px 0;
}
body main section.servicos-listagem .servico {
  margin-top: 40px;
  display: flex;
  flex-flow: column;
  height: calc(100% - 40px);
}
body main section.servicos-listagem .servico .conteudo {
  text-align: center;
  padding: 30px 20px;
  background-color: white;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  border: 2px solid #3fafd2;
  flex: 1;
}
body main section.servicos-listagem .servico .conteudo .txt {
  font-size: 16px;
  padding-bottom: 20px;
}
body main section.servicos-listagem .servico .conteudo .txt h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #141414;
}
body main section.servicos-listagem .servico .conteudo .botoes {
  padding: 0 20px;
}
body main section.servicos-listagem .servico .conteudo .botoes a {
  width: 100%;
}
body main section.servicos-listagem .servico .topo {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 0 100%, 0% 50%);
  background-color: #3fafd2;
  text-align: center;
  padding: 20px;
}
body main section.servicos-listagem .servico .topo img {
  height: 35px;
  width: 35px;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.servicos-listagem .titulo {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../image/transform.png");
  background-position: center;
  margin-bottom: 10px;
  padding: 15px 0;
}
body main section.servicos-listagem .titulo h1 {
  text-align: center;
  font-family: "Teko";
  font-size: 38px;
  font-weight: 500;
}
body main section.servicos-listagem .titulo h1 strong {
  color: #3fafd2;
  font-weight: 500;
}
@media (max-width: 991px) {
  body main section.servicos-listagem {
    padding: 30px 0;
  }
  body main section.servicos-listagem .servico {
    margin-top: 30px;
    height: auto;
  }
  body main section.servicos-listagem .servico .conteudo {
    padding: 20px 15px;
  }
  body main section.servicos-listagem .servico .conteudo .txt {
    font-size: 15px;
  }
  body main section.servicos-listagem .servico .conteudo .txt h3 {
    font-size: 17px;
  }
  body main section.servicos-listagem .titulo {
    padding: 10px 0;
    margin-bottom: 0;
  }
  body main section.servicos-listagem .titulo h1 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
body main section.servicos-como-podemos-ajudar {
  padding: 50px 0;
  position: relative;
}
body main section.servicos-como-podemos-ajudar a.main-phone strong {
  display: inline;
}
body main section.servicos-como-podemos-ajudar:after {
  content: "";
  background-color: #3fafd2;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
}
body main section.servicos-como-podemos-ajudar h1 {
  font-family: "Teko";
  font-weight: 600;
  color: #3fafd2;
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
}
body main section.servicos-como-podemos-ajudar h1 strong {
  color: #141414;
  font-weight: 600;
}
body main section.servicos-como-podemos-ajudar .box {
  border: 1px solid lightgray;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-top: 40px;
  color: gray;
  padding: 10px 50px;
}
@media (max-width: 991px) {
  body main section.servicos-como-podemos-ajudar {
    padding: 30px 0;
  }
  body main section.servicos-como-podemos-ajudar .box {
    width: 100%;
    font-size: 15px;
    margin-top: 20px;
    text-align: center;
    padding: 10px 30px;
  }
  body main section.servicos-como-podemos-ajudar .row-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  body main section.servicos-como-podemos-ajudar .row-flex a {
    margin: 10px 5px;
  }
  body main section.servicos-como-podemos-ajudar h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
body main section.servicos-interna {
  padding: 70px 0;
  position: relative;
}
body main section.servicos-interna:before {
  bottom: -100px;
  right: 0;
  content: url("../image/escadas.png");
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
}
body main section.servicos-interna h1 {
  font-family: "Teko";
  color: #3fafd2;
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 20px;
}
body main section.servicos-interna h1 strong {
  color: #141414;
  font-weight: 500;
}
body main section.servicos-interna .texto {
  font-size: 19px;
}
body main section.servicos-interna .texto p:first-child:before {
  content: "//";
  color: #3fafd2;
  font-weight: 700;
  margin-right: 5px;
  display: inline-block;
}
body main section.servicos-interna .texto img {
  width: 100%;
  margin: 10px;
}
body main section.servicos-interna .video {
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.servicos-interna .video:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
  content: "";
}
body main section.servicos-interna .video i {
  z-index: 2;
  color: white;
  font-size: 56px;
}
body main section.servicos-interna .video img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body main section.servicos-interna {
    padding: 30px 0;
  }
  body main section.servicos-interna .video {
    height: 200px;
  }
  body main section.servicos-interna i {
    font-size: 40px;
  }
  body main section.servicos-interna:before {
    display: none;
  }
  body main section.servicos-interna .texto {
    font-size: 15px;
  }
  body main section.servicos-interna h1 {
    font-size: 28px;
  }
}
body main section.servicos-lateral {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}
body main section.servicos-lateral .box .topo {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 0 100%, 0% 50%);
  background-color: #141414;
  text-align: center;
  padding: 10px;
}
body main section.servicos-lateral .box .content {
  background-color: #3fafd2;
  padding: 25px 30px;
}
body main section.servicos-lateral .box .content .main-cta {
  color: white;
  padding: 8px 70px;
}
body main section.servicos-lateral .box .content .main-cta i {
  color: #3fafd2;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
body main section.servicos-lateral .box .content label {
  margin-bottom: 5px;
}
body main section.servicos-lateral .box .content h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
body main section.servicos-lateral .box .content input,
body main section.servicos-lateral .box .content textarea {
  width: 100%;
  border: none;
  padding: 8px 15px;
  margin-bottom: 10px;
}
body main section.servicos-lateral .box .content textarea {
  resize: none;
  height: 100px;
}
@media (max-width: 991px) {
  body main section.servicos-lateral .box {
    margin-top: 10px;
  }
  body main section.servicos-lateral .box .topo {
    padding: 20px;
  }
  body main section.servicos-lateral .box .topo img {
    height: 50px;
  }
  body main section.servicos-lateral .box .content {
    padding: 15px;
    font-size: 15px;
  }
  body main section.servicos-lateral .box .content h5 {
    font-size: 16px;
  }
}
body main section.servicos-duvidas {
  padding: 50px 0;
}
body main section.servicos-duvidas .container {
  max-width: 1150px;
}
body main section.servicos-duvidas h1 {
  margin-bottom: 30px;
  text-align: center;
  color: #3fafd2;
  text-decoration: underline;
  font-size: 36px;
  font-family: "Teko";
  font-weight: 600;
}
body main section.servicos-duvidas .duvida {
  display: block;
  color: #141414;
  border: 1px solid lightgray;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
}
body main section.servicos-duvidas .duvida span {
  color: #3fafd2;
}
body main section.servicos-duvidas .resposta .in-resposta {
  padding: 10px 30px;
}
@media (max-width: 991px) {
  body main section.servicos-duvidas {
    padding: 20px 0;
    padding-top: 0;
  }
  body main section.servicos-duvidas h1 {
    font-size: 28px;
  }
  body main section.servicos-duvidas .duvida {
    font-size: 17px;
    margin: 10px 0;
  }
  body main section.servicos-duvidas .resposta .in-resposta {
    padding: 10px 20px;
    font-size: 15px;
  }
}
body main section.servicos-beneficios {
  background-color: #3fafd2;
  padding: 30px 0;
  position: relative;
}
body main section.servicos-beneficios:after {
  content: url("../image/overlay.png");
  position: absolute;
  left: 0;
  top: -200px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  pointer-events: none;
}
body main section.servicos-beneficios .container {
  max-width: 1000px;
  position: relative;
  z-index: 2;
}
body main section.servicos-beneficios .texto {
  font-size: 18px;
}
body main section.servicos-beneficios .img {
  width: 100%;
}
body main section.servicos-beneficios h1 {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 30px;
  color: white;
  font-weight: 500;
  font-family: "Teko";
}
body main section.servicos-beneficios h1 strong {
  font-weight: 500;
  color: #141414;
  display: block;
}
@media (max-width: 991px) {
  body main section.servicos-beneficios {
    text-align: center;
  }
  body main section.servicos-beneficios:after {
    display: none;
  }
  body main section.servicos-beneficios .texto {
    font-size: 16px;
  }
  body main section.servicos-beneficios h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  body main section.servicos-beneficios .img {
    display: none;
  }
}
body main section.blog-listagem {
  padding: 30px 0 50px 0;
}
body main section.blog-listagem .busca {
  border: 1px solid gainsboro;
  padding: 20px 30px 30px 30px;
  margin: 40px 0;
}
body main section.blog-listagem .busca h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
body main section.blog-listagem .busca .input-container {
  position: relative;
}
body main section.blog-listagem .busca .input-container input {
  width: 100%;
  padding: 5px 15px;
  border: 1px solid lightgray;
}
body main section.blog-listagem .busca .input-container button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: transparent;
  border: none;
  color: #3fafd2;
}
body main section.blog-listagem .categorias h1 {
  font-size: 38px;
  font-family: "Teko";
  font-weight: 500;
  margin-bottom: 0;
}
body main section.blog-listagem .categorias h1 strong {
  font-weight: 500;
  color: #3fafd2;
}
body main section.blog-listagem .categorias a {
  font-size: 18px;
  display: block;
  font-weight: 600;
  color: #141414;
  margin: 20px 0;
  transition: 0.3s all;
}
body main section.blog-listagem .categorias a:hover {
  transform: translateX(5px);
}
body main section.blog-listagem .categorias a.active {
  color: #3fafd2;
}
body main section.blog-listagem .categorias a:before {
  content: "";
  color: #3fafd2;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
}
body main section.blog-listagem .post {
  background-color: #3fafd2;
  padding: 2px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
  margin-top: 40px;
  display: block;
}
body main section.blog-listagem .post .main-cta span {
  padding: 10px 50px;
}
body main section.blog-listagem .post img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.blog-listagem .post .in-post {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
  padding: 25px 30px;
  background-color: white;
}
body main section.blog-listagem .post .in-post .texto {
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 110px;
}
body main section.blog-listagem .post .in-post .texto strong {
  font-size: 18px;
  color: #141414;
  display: block;
}
@media (max-width: 991px) {
  body main section.blog-listagem {
    padding: 0;
    padding-bottom: 10px;
  }
  body main section.blog-listagem .busca {
    margin: 30px 0;
  }
  body main section.blog-listagem .categorias {
    text-align: center;
  }
  body main section.blog-listagem .categorias h1 {
    font-size: 28px;
  }
  body main section.blog-listagem .categorias a {
    font-size: 16px;
  }
  body main section.blog-listagem .post {
    margin-top: 30px;
  }
  body main section.blog-listagem .post img {
    height: 220px;
  }
  body main section.blog-listagem .post .in-post {
    padding: 25px;
  }
  body main section.blog-listagem .post .in-post .texto strong {
    font-size: 17px;
  }
}
body main section.blog-interna {
  padding-top: 40px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}
body main section.blog-interna h1.titulo-blog,
body main section.blog-interna h2.titulo-blog,
body main section.blog-interna h3.titulo-blog,
body main section.blog-interna h4.titulo-blog {
  color: #141414;
}
body main section.blog-interna .texto a {
  color: gray;
  text-decoration: underline;
}
body main section.blog-interna img {
  width: 100%;
  margin: 20px 0;
}
body main section.blog-interna .compartilhe {
  border-bottom: 1px solid gainsboro;
  padding-bottom: 10px;
  color: dimgray;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.blog-interna {
    font-size: 16px;
    padding-top: 30px;
  }
}
body main section.duvidas {
  padding: 70px 0;
}
body main section.duvidas h2 {
  font-size: 24px;
  margin-top: 30px;
}
body main section.duvidas .duvida {
  border: 1px solid lightgray;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
  display: block;
  color: #141414;
}
body main section.duvidas .duvida span {
  color: #3fafd2;
}
body main section.duvidas .resposta .in-resposta {
  padding: 10px 30px;
}
body main section.duvidas h3 {
  font-size: 20px;
  font-weight: 400;
}
body main section.duvidas h1 {
  font-family: "Teko";
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}
body main section.duvidas h1 strong {
  display: block;
  color: #3fafd2;
  font-weight: 600;
}
body main section.duvidas .categorias {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
body main section.duvidas .categorias a {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 0 100%, 0% 50%);
  font-family: "Teko";
  font-size: 20px;
  outline: none;
  border: none;
  position: relative;
  text-align: center;
  background-color: #2a4aff;
  padding: 2px;
  color: #2a4aff;
  margin-right: 15px;
}
body main section.duvidas .categorias a:last-child {
  margin-right: 0;
}
body main section.duvidas .categorias a span {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 0 100%, 0% 50%);
  padding: 10px 40px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
}
body main section.duvidas .categorias a.active {
  color: white;
}
body main section.duvidas .categorias a.active span {
  background-color: #2a4aff;
}
@media (max-width: 991px) {
  body main section.duvidas {
    padding: 30px 0;
  }
  body main section.duvidas h3 {
    text-align: center;
    font-size: 16px;
  }
  body main section.duvidas .categorias {
    flex-flow: column;
    margin-top: 10px;
  }
  body main section.duvidas .categorias a {
    margin: 5px;
    width: 100%;
  }
  body main section.duvidas .duvida {
    font-size: 17px;
    margin: 10px 0;
  }
  body main section.duvidas .resposta .in-resposta {
    padding: 10px 20px;
    font-size: 15px;
  }
  body main section.duvidas h1 {
    font-size: 26px;
    text-align: center;
  }
  body main section.duvidas h1 strong {
    display: inline;
  }
}
body main section.depoimentos {
  padding: 50px 0;
}
body main section.depoimentos h1 {
  font-family: "Teko";
  font-weight: 600;
  color: #3fafd2;
  text-align: center;
  font-size: 36px;
  margin-bottom: 0px;
}
body main section.depoimentos h1 strong {
  color: #141414;
  font-weight: 600;
}
body main section.depoimentos .container-depoimento {
  position: relative;
  margin-top: 40px;
  height: calc(100% - 40px);
}
body main section.depoimentos .container-depoimento::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #3fafd2;
  position: absolute;
  top: -23px;
  left: calc(50% - 20px);
  font-size: 40px;
}
body main section.depoimentos .container-depoimento .depoimento {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 0 100%, 0% 50%);
  background-color: #3fafd2;
  padding: 2px;
  height: 100%;
}
body main section.depoimentos .container-depoimento .depoimento .in-depoimento {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 0 100%, 0% 50%);
  background-color: white;
  padding: 30px;
  font-size: 15px;
  font-style: italic;
  height: 100%;
}
body main section.depoimentos .container-depoimento .depoimento .in-depoimento h4 {
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
body main section.depoimentos .container-depoimento .depoimento .in-depoimento strong {
  font-style: normal;
  display: block;
  color: #3fafd2;
  font-size: 17px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.depoimentos {
    padding: 30px 0;
  }
  body main section.depoimentos h1 {
    font-size: 28px;
  }
  body main section.depoimentos h1 strong {
    display: block;
  }
  body main section.depoimentos .container-depoimento {
    height: auto;
  }
  body main section.depoimentos .container-depoimento:after {
    font-size: 32px;
  }
  body main section.depoimentos .container-depoimento .depoimento .in-depoimento {
    font-size: 14px;
  }
  body main section.depoimentos .container-depoimento .depoimento .in-depoimento h4 {
    font-size: 16px;
  }
  body main section.depoimentos .container-depoimento .depoimento .in-depoimento strong {
    font-size: 16px;
  }
}
body main section.contato {
  padding: 50px 0;
}
body main section.contato .box {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 0 100%, 0% 50%);
  background-color: #3fafd2;
  padding: 2px;
}
body main section.contato .box .in-box {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 0 100%, 0% 50%);
  background-color: white;
  padding: 30px 40px;
}
body main section.contato .box .in-box h2 {
  text-align: center;
  font-size: 36px;
  color: #3fafd2;
  font-family: "Teko";
  font-weight: 500;
  margin-bottom: 30px;
}
body main section.contato .box .in-box h2 strong {
  font-weight: 500;
  color: #141414;
}
body main section.contato h1 {
  font-size: 36px;
  font-family: "Teko";
  font-weight: 500;
  margin-bottom: 0;
}
body main section.contato h1 strong {
  font-weight: 500;
  color: #3fafd2;
}
body main section.contato h3 {
  font-weight: 400;
  font-size: 20px;
}
body main section.contato form {
  margin-top: 30px;
}
body main section.contato form .opt {
  cursor: pointer;
}
body main section.contato form .opcoes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 600;
  margin: 20px 0 30px 0;
}
body main section.contato form .opcoes input {
  width: 20px;
  height: 20px;
  margin: 0;
  vertical-align: top;
  margin-right: 5px;
  cursor: pointer;
  accent-color: #3fafd2;
  border-radius: 0;
}
body main section.contato form label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
body main section.contato form .main-cta {
  color: white;
  padding: 8px 70px;
}
body main section.contato form .main-cta i {
  color: #3fafd2;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
body main section.contato form input,
body main section.contato form select,
body main section.contato form textarea {
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body main section.contato form textarea {
  resize: none;
  height: 100px;
  outline: none;
}
@media (max-width: 991px) {
  body main section.contato {
    padding: 30px 0;
  }
  body main section.contato .box {
    margin-top: 30px;
    text-align: center;
  }
  body main section.contato .box .in-box {
    padding: 25px;
  }
  body main section.contato .box .in-box a {
    margin: 5px;
  }
  body main section.contato .box .in-box h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }
  body main section.contato h1 {
    margin-bottom: 10px;
    font-size: 28px;
    text-align: center;
  }
  body main section.contato h3 {
    text-align: center;
    font-size: 16px;
  }
  body main section.contato form {
    margin-top: 20px;
  }
  body main section.contato form .opcoes {
    margin: 10px 0 20px 0;
  }
  body main section.contato form .opcoes .opt {
    margin: 5px 0;
  }
}
body footer section.barra-fixa {
  position: fixed;
  bottom: -1px;
  background: url("../image/bg-instagram.png");
  background-size: cover;
  border-top: 2px solid #141414;
  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.oculta {
  bottom: -100px;
}
body footer section.barra-fixa-mobile {
  background-color: #141414;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  border-top: 2px solid #3fafd2;
  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: 500px;
}
body footer section.footer-mapa iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body footer section.footer-mapa {
    height: 250px;
  }
  body footer section.footer-mapa.home {
    margin-top: 0;
  }
}
body footer section.footer-news {
  background-image: url("../image/bg-amarelo.png");
  background-size: cover;
  padding: 40px 0;
  position: relative;
}
body footer section.footer-news form {
  display: flex;
}
body footer section.footer-news form input {
  flex-grow: 1;
  border: none;
  font-size: 18px;
  outline: none;
  font-weight: 300;
  padding: 12px 30px;
}
body footer section.footer-news form button {
  margin-left: 20px;
  padding: 10px 30px;
}
body footer section.footer-news .titulo {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  color: #141414;
}
body footer section.footer-news .titulo i {
  color: white;
  font-size: 72px;
  margin-right: 20px;
}
body footer section.footer-news .titulo h1 {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 991px) {
  body footer section.footer-news {
    padding: 20px 0;
  }
  body footer section.footer-news form {
    flex-flow: column;
  }
  body footer section.footer-news form input {
    font-size: 15px;
    padding: 10px;
  }
  body footer section.footer-news form button {
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 15px;
  }
  body footer section.footer-news .titulo {
    margin-bottom: 20px;
    justify-content: center;
    font-size: 15px;
  }
  body footer section.footer-news .titulo i {
    margin-right: 15px;
    font-size: 36px;
  }
  body footer section.footer-news .titulo h1 {
    font-size: 20px;
  }
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 610;
  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 .lente-whatsapp {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
}
body footer .lente-whatsapp.exibir {
  opacity: 1;
  pointer-events: all;
}
body footer section.modal-whatsapp {
  font-family: "Open Sans";
  position: fixed;
  right: 17px;
  bottom: 30px;
  background-image: url("../../default/image/bg-whatsapp-min.jpg");
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 7px 0px #373737;
  max-width: 320px;
  max-height: 360px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 9999;
  transform-origin: 100% 100%;
  transform: scale(0);
  transition: all 0.3s;
}
body footer section.modal-whatsapp.exibir {
  transform: scale(1);
}
body footer section.modal-whatsapp.scroll {
  bottom: 100px;
}
@media screen and (max-width: 991px) {
  body footer section.modal-whatsapp {
    right: 0px;
    top: 0px;
    bottom: unset !important;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 0px;
  }
}
body footer section.modal-whatsapp .cabecario-zap {
  background-color: #2e8c7d;
  font-size: 17px;
  color: #97c5be;
  padding: 12px 20px 4px 20px;
}
body footer section.modal-whatsapp .cabecario-zap span.zaptitulo {
  transform: translateY(-4px);
  display: inline-block;
}
body footer section.modal-whatsapp .cabecario-zap i.fab.fa-whatsapp {
  font-size: 25px;
  margin-right: 10px;
}
body footer section.modal-whatsapp .cabecario-zap i.far.fa-times-circle {
  font-size: 25px;
  float: right;
  margin-right: 0px;
  cursor: pointer;
}
body footer section.modal-whatsapp .msg-bot {
  font-family: "Open Sans", sans-serif;
  background-color: white;
  margin: 15px;
  padding: 15px;
  border-radius: 20px;
  font-size: 13.4px;
  position: relative;
}
body footer section.modal-whatsapp .msg-bot::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 15px solid transparent;
  border-top: 21px solid white;
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: -1;
}
body footer section.modal-whatsapp .msg-bot :first-child {
  margin-top: 7px;
}
body footer section.modal-whatsapp .msg-bot label {
  font-weight: 700;
  font-size: 12px;
  color: black;
  display: block;
}
body footer section.modal-whatsapp .msg-bot input {
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #cacaca;
  outline: none;
  width: 100%;
}
body footer section.modal-whatsapp .campo-acao {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  padding: 0px 10px;
  height: 44px;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    position: static;
  }
}
body footer section.modal-whatsapp .campo-acao .texto {
  width: 100%;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
}
body footer section.modal-whatsapp .campo-acao .texto input {
  border: none;
  border-radius: 32px;
  padding: 9px 18px;
  display: flex;
  outline-color: transparent;
  width: 100%;
  outline: none !important;
  font-size: 14px;
}
body footer section.modal-whatsapp .campo-acao .button-zap {
  background-color: transparent;
}
body footer section.modal-whatsapp .campo-acao .button-zap button {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #2e8c7d;
  color: white;
  width: 36px;
  height: 36px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body footer section.modal-whatsapp .campo-acao .button-zap button:disabled {
  background-color: #a7a7a7;
  cursor: not-allowed;
}
body footer section.modal-whatsapp .campo-acao .button-zap button i.fas.fa-paper-plane {
  font-size: 19px;
  transform: rotate(49deg) translate(-2px, 0px);
  position: relative;
  transform-origin: center;
}
body footer section.modal-whatsapp .hide-desktop {
  display: none;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    display: none;
  }
  body footer section.modal-whatsapp .acao-mobile {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #2e8c7d;
    color: white;
    border-radius: 9px;
    text-align: center;
    width: calc(100% - 40px);
    display: block;
    padding: 7px 15px;
    margin: 0 20px;
  }
  body footer section.modal-whatsapp .acao-mobile:disabled {
    background-color: #a7a7a7;
    cursor: not-allowed;
  }
  body footer section.modal-whatsapp .acao-mobile i {
    margin-right: 5px;
  }
  body footer section.modal-whatsapp .hide-desktop {
    display: block;
  }
}
body footer .menu-mobile {
  background: url("../image/bg-instagram.png");
  background-size: cover;
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  transition: all 0.5s;
}
body footer .menu-mobile.aberto {
  left: 0px;
}
body footer .menu-mobile .fechar {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 25px;
  font-weight: 700;
  color: #141414;
}
body footer .menu-mobile .logo {
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
body footer .menu-mobile .logo img {
  height: 150px;
  -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: #141414;
  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;
}/*# sourceMappingURL=custom.css.map */