@charset "UTF-8";
/* CLASSES GLOBAIS */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@media (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }
}
.container {
  max-width: 1596px;
}
.container.padrao {
  max-width: 1140px;
}

.has-error {
  border-color: red !important;
}

.no-image-element {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  padding: 15px !important;
  -o-object-position: center !important;
     object-position: center !important;
}

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

/* VARIAVEIS GLOBAIS DO PROJETO */
section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #468b8c;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}

body {
  font-size: 1em;
  font-family: "Lato", sans-serif;
  text-rendering: optimizeLegibility;
}
body .modal-backdrop.show {
  opacity: 0.8;
}
body::-webkit-scrollbar {
  width: 10px;
  background-color: #ececec;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #f38572;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body::-webkit-scrollbar-thumb:hover {
  background: #f3664f;
}
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.error-404 {
  padding: 50px 0;
}
body section.error-404 .animated {
  animation-duration: 18s;
  width: 100%;
  max-height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
}
body section.error-404 .animated.infinite {
  animation-iteration-count: infinite;
}
body section.error-404 h1 {
  color: #003060;
  font-size: 2em;
  line-height: 60px;
}
body section.error-404 h1 span {
  font-size: 3em;
  display: block;
  font-weight: 600;
}
body section.error-404 h2 {
  font-size: 1.5em;
  margin-bottom: 50px;
}
body section.error-404 .box {
  margin-top: 126px;
  text-align: center;
}
body section.error-404 .box img {
  width: 100%;
  display: block;
  margin-bottom: 26px;
}
body section.error-404 .btn {
  background-color: #003060 !important;
  border-color: #003060 !important;
}
body section.error-404 .btn:hover {
  color: #003060 !important;
}
body section.formulario-enviado {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #565656;
}
body section.formulario-enviado h1 {
  font-weight: 600;
  font-size: 2.8em;
}
body section.formulario-enviado p {
  font-weight: 500;
}
body section.formulario-enviado .btn {
  display: inline-block;
  font-weight: 700;
  background: #0f5bd7 !important;
  border-color: #0f5bd7 !important;
  color: #fff;
  padding: 11px 20px;
  border-radius: 7px;
  text-transform: none;
}
body section.formulario-enviado .btn:before {
  background: #fff;
}
body section.formulario-enviado .btn:hover, body section.formulario-enviado .btn:focus {
  color: white !important;
}
body header section.header {
  border-top: 5px solid #468b8c;
}
@media (min-width: 992px) {
  body header section.header.compensar {
    margin-top: 57px;
  }
}
body header section.header .mobileMenu {
  display: none;
}
@media (max-width: 991px) {
  body header section.header .mobileMenu {
    display: block;
    z-index: 800;
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #2b676d;
    padding: 10px;
    border-radius: 100%;
    width: 45px;
    font-size: 20px;
    color: white;
    text-align: center;
    height: 48px;
  }
}
body header section.header .flex-line-1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 40px 0px;
}
body header section.header .flex-line-1 .logo img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.5s;
}
body header section.header .flex-line-1 .logo:hover img {
  transform: translateY(-3px);
}
body header section.header .flex-line-1 .box-atendimento .box-line-1 {
  line-height: 1.2;
}
body header section.header .flex-line-1 .box-atendimento .box-line-1 label {
  font-size: 16px;
  font-weight: 800;
  color: #666666;
  letter-spacing: 1px;
  margin: 0px 10px 0px 0px;
}
body header section.header .flex-line-1 .box-atendimento .box-line-1 a {
  font-size: 20px;
  font-weight: 800;
  color: #468b8c;
  transition: all 0.5s;
}
body header section.header .flex-line-1 .box-atendimento .box-line-1 a:hover {
  color: #f05b43;
}
body header section.header .flex-line-1 .box-atendimento .box-line-2 span {
  font-size: 14px;
  font-weight: 500;
  color: #808080;
}
body header section.header .flex-line-1 .ctas-modais {
  width: 100%;
  display: flex;
  justify-content: space-around;
  max-width: 645px;
}
body header section.header .flex-line-1 .ctas-modais a {
  max-width: 235px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 5px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
}
body header section.header .flex-line-1 .ctas-modais a.cta-orange {
  background: linear-gradient(90deg, rgb(253, 137, 118) 0%, rgb(240, 91, 67) 72%);
  color: white;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body header section.header .flex-line-1 .ctas-modais a.cta-orange::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #004749;
  transition: all 0.3s;
}
body header section.header .flex-line-1 .ctas-modais a.cta-orange:hover {
  color: white;
  box-shadow: 2px 2px 2px 1px #cacaca;
  border-color: #004749;
  transform: translateY(-2px);
}
body header section.header .flex-line-1 .ctas-modais a.cta-orange:hover::before {
  top: 0px;
}
body header section.header .flex-line-1 .ctas-modais a.cta-green-outline {
  border: 1px solid #468b8c;
  color: #468b8c;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body header section.header .flex-line-1 .ctas-modais a.cta-green-outline::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #004749;
  transition: all 0.3s;
}
body header section.header .flex-line-1 .ctas-modais a.cta-green-outline:hover {
  color: white;
  box-shadow: 2px 2px 2px 1px #cacaca;
  border-color: #004749;
  transform: translateY(-2px);
}
body header section.header .flex-line-1 .ctas-modais a.cta-green-outline:hover::before {
  top: 0px;
}
body header section.header .flex-line-1 .ctas-modais a.cta-green {
  background-color: #468b8c;
  border: 1px solid #468b8c;
  color: white;
  max-width: 140px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body header section.header .flex-line-1 .ctas-modais a.cta-green::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #004749;
  transition: all 0.3s;
}
body header section.header .flex-line-1 .ctas-modais a.cta-green:hover {
  color: white;
  box-shadow: 2px 2px 2px 1px #cacaca;
  border-color: #004749;
  transform: translateY(-2px);
}
body header section.header .flex-line-1 .ctas-modais a.cta-green:hover::before {
  top: 0px;
}
@media screen and (max-width: 991px) {
  body header section.header .flex-line-1 .ctas-modais a.cta-green {
    margin-top: 10px;
    max-width: 300px;
  }
}
@media screen and (max-width: 991px) {
  body header section.header .flex-line-1 .ctas-modais a {
    max-width: 300px;
  }
}
body header section.header .flex-line-1 .link-whatsapp a {
  font-size: 19px;
  font-weight: 700;
  color: #f46952;
  transition: all 0.5s;
}
body header section.header .flex-line-1 .link-whatsapp a i {
  font-weight: 500;
  font-size: 20px;
  margin-right: 10px;
}
body header section.header .flex-line-1 .link-whatsapp a:hover {
  color: #468b8c;
}
body header section.header .flex-line-1 .redes-sociais {
  width: 100%;
  max-width: 118px;
  display: flex;
  justify-content: space-around;
}
body header section.header .flex-line-1 .redes-sociais a {
  font-size: 18px;
  font-weight: 500;
  color: #f46952;
  transition: all 0.5s;
}
body header section.header .flex-line-1 .redes-sociais a:hover {
  color: #468b8c;
  transform: translateY(-1px);
}
body header section.header .menu-links {
  border-top: 1px solid #d9d9d9;
  position: relative;
  z-index: 999;
}
@media (min-width: 992px) {
  body header section.header .menu-links.fixo {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
  }
}
body header section.header .menu-links ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  position: relative;
}
body header section.header .menu-links ul:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 6px;
  background-color: #ecf0f1;
  transform: skew(-20deg, 0deg);
}
body header section.header .menu-links ul li {
  list-style: none;
  position: relative;
}
body header section.header .menu-links ul li a {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #4d4d4d;
  padding: 15px 15px;
  text-transform: uppercase;
  transition: all 0.5s;
}
body header section.header .menu-links ul li a.ativo, body header section.header .menu-links ul li a:hover {
  background-color: #ecf0f1;
}
body header section.header .menu-links ul li .menu-dropdown {
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
  position: absolute;
  top: 100%;
  background-color: white;
  width: calc(100% + 104px);
}
body header section.header .menu-links ul li:hover .menu-dropdown {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 991px) {
  body header section.header .logo img {
    margin-bottom: 15px;
  }
  body header section.header .flex-line-1 {
    flex-direction: column;
    padding: 15px 0px;
  }
  body header section.header .flex-line-1 .box-atendimento {
    margin-bottom: 15px;
  }
  body header section.header .flex-line-1 .box-atendimento .box-line-2 span {
    font-size: 12px;
  }
  body header section.header .flex-line-1 .ctas-modais {
    flex-direction: column;
  }
  body header section.header .flex-line-1 .ctas-modais a {
    margin: auto;
  }
  body header section.header .flex-line-1 .ctas-modais a:first-child {
    margin-bottom: 10px;
  }
  body header section.header .flex-line-1 .link-whatsapp {
    margin: 10px;
  }
  body header section.header .menu-links {
    display: none;
  }
}
body main {
  /*Formulários/box/etc css que se repete em várias partes do site*/
  /*USADOS*/
  /*Home*/
  /*Geral*/
  /*USADOS*/
}
body main section.breadcrumb {
  background: none;
  padding: 0;
  margin-left: -8px;
  color: #ffcc00;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body main section.breadcrumb a {
  text-decoration: underline;
  color: #ffcc00;
  margin: 0 8px;
  font-weight: 500;
  font-size: 12px;
}
body main .img-logo {
  position: relative;
}
body main .img-logo img.img-bg {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 1188px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 0.7;
}
body main .img-logo .index-conheca-as-funcionalidades::before {
  z-index: 2;
  pointer-events: none;
}
body main .img-logo .container {
  position: relative;
  z-index: 2;
}
body main section.index-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
body main section.index-banner .owl-banner div.item, body main section.index-banner .owl-banner-mobile div.item {
  width: 100%;
}
body main section.index-banner .owl-banner div.item img, body main section.index-banner .owl-banner-mobile div.item img {
  width: 100%;
  min-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  body main section.index-banner .owl-banner div.item img, body main section.index-banner .owl-banner-mobile div.item img {
    min-height: 380px;
    max-height: 380px;
  }
}
body main section.index-banner .owl-banner .owl-dots, body main section.index-banner .owl-banner-mobile .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 25px;
}
body main section.index-banner .owl-banner .owl-dots .owl-dot, body main section.index-banner .owl-banner-mobile .owl-dots .owl-dot {
  outline: none;
  display: inline-block;
  background: url("../image/dots.png") no-repeat;
  width: 20px;
  height: 20px;
  margin: 0 5px;
}
body main section.index-banner .owl-banner .owl-dots .owl-dot.active, body main section.index-banner .owl-banner-mobile .owl-dots .owl-dot.active {
  background: url("../image/dots-active.png") no-repeat;
}
body main section.index-sistema-erp {
  padding-bottom: 100px;
}
body main section.index-sistema-erp .faixa-purple {
  background-color: #004749;
  padding: 10px 15px;
  font-size: 22px;
  text-align: center;
  color: #ffd100;
  letter-spacing: 3px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
body main section.index-sistema-erp .faixa-purple img {
  vertical-align: middle;
  margin-right: 10px;
}
body main section.index-sistema-erp .bg-purple {
  background-color: #468b8c;
  background-size: cover;
  background-repeat: no-repeat;
}
body main section.index-sistema-erp .bg-purple .in-texto-principal {
  font-size: 30px;
  font-weight: 500;
  max-width: 800px;
  margin: auto;
  padding: 50px 0px 100px 0px;
  color: white;
  text-align: center;
}
body main section.index-sistema-erp .bg-purple .in-texto-principal strong {
  color: #ffd100;
}
body main section.index-sistema-erp .box-video {
  margin-top: -70px;
}
@media screen and (min-width: 992px) {
  body main section.index-sistema-erp .box-video {
    margin-right: 30px;
  }
}
body main section.index-sistema-erp .box-video iframe, body main section.index-sistema-erp .box-video img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 500px;
  border-radius: 8px;
  box-shadow: 1px 3px 8px 0px rgba(169, 169, 169, 0.58);
}
body main section.index-sistema-erp .txt-in .conteudo-video {
  font-size: 22px;
  font-weight: 400;
  padding-top: 50px;
}
body main section.index-sistema-erp .txt-in .conteudo-video strong {
  color: #004749;
}
body main section.index-sistema-erp .txt-in .conteudo-video ul {
  padding: 0px;
  margin: 0px;
}
body main section.index-sistema-erp .txt-in .conteudo-video ul li {
  padding: 0px 0px 15px 40px;
  position: relative;
  color: #004749;
  list-style: none;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
body main section.index-sistema-erp .txt-in .conteudo-video ul li::before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #ffd100;
  font-weight: 600;
  left: 0px;
  top: 0px;
}
body main section.index-sistema-erp .txt-in .conteudo-video ul li::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgb(205, 205, 205) 0%, rgb(255, 255, 255) 100%);
}
body main section.index-sistema-erp .txt-in .conteudo-video ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 991px) {
  body main section.index-sistema-erp {
    padding-bottom: 50px;
  }
  body main section.index-sistema-erp .faixa-purple {
    font-size: 12px;
    display: block;
  }
  body main section.index-sistema-erp .bg-purple .in-texto-principal {
    font-size: 19px;
  }
  body main section.index-sistema-erp .box-video iframe {
    height: 300px;
  }
  body main section.index-sistema-erp .txt-in .conteudo-video {
    font-size: 18px;
  }
  body main section.index-sistema-erp .txt-in .conteudo-video ul li {
    font-size: 18px;
  }
}
body main section.index-conheca-as-funcionalidades {
  background-color: #f2f2f2;
  padding: 50px 0px 0px 0px;
  position: relative;
}
body main section.index-conheca-as-funcionalidades::before {
  content: url("../image/icon-wiki.png");
  position: absolute;
  top: -33px;
  left: calc(50% - 30.5px);
}
body main section.index-conheca-as-funcionalidades .title-principal {
  margin-bottom: 50px;
  text-align: center;
}
body main section.index-conheca-as-funcionalidades .title-principal .title-line-1 {
  font-size: 32px;
  font-weight: 400;
  color: #004749;
}
body main section.index-conheca-as-funcionalidades .title-principal .title-line-2 {
  font-size: 35px;
  font-weight: 800;
  text-transform: uppercase;
  color: #004749;
  display: inline-block;
  position: relative;
  padding: 0px 5px;
  z-index: 1;
}
body main section.index-conheca-as-funcionalidades .title-principal .title-line-2::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 6px;
  width: 100%;
  height: 12px;
  background-color: #ff664d;
  z-index: -1;
}
body main section.index-conheca-as-funcionalidades .card-main {
  background-color: white;
  padding: 30px 20px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 20px;
  height: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body main section.index-conheca-as-funcionalidades .card-main::before {
  opacity: 0;
  content: "";
  background: linear-gradient(0deg, rgb(253, 137, 118) 0%, rgb(240, 91, 67) 72%);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s;
}
body main section.index-conheca-as-funcionalidades .card-main .in-svg {
  margin-bottom: 15px;
}
body main section.index-conheca-as-funcionalidades .card-main .in-svg svg {
  width: 69px;
  fill: #ff5a3f;
  transition: all 0.5s;
}
body main section.index-conheca-as-funcionalidades .card-main .in-title {
  font-size: 22px;
  font-weight: 600;
  color: #004749;
  max-width: 165px;
  margin: auto;
  transition: all 0.5s;
}
body main section.index-conheca-as-funcionalidades .card-main:hover {
  background-color: transparent;
}
body main section.index-conheca-as-funcionalidades .card-main:hover:before {
  opacity: 1;
}
body main section.index-conheca-as-funcionalidades .card-main:hover .in-svg svg {
  fill: #ffd100;
}
body main section.index-conheca-as-funcionalidades .card-main:hover .in-title {
  color: white;
}
body main section.index-conheca-as-funcionalidades .conteudo-lateral-in {
  font-size: 29px;
  font-weight: 400;
  padding-top: 50px;
  color: #666666;
}
body main section.index-conheca-as-funcionalidades .conteudo-lateral-in strong {
  color: #ff664d;
  font-weight: 800;
}
body main section.index-conheca-as-funcionalidades .conteudo-lateral-in ul {
  padding: 0px;
  margin: 10px 0px 0px 0px;
}
body main section.index-conheca-as-funcionalidades .conteudo-lateral-in ul li {
  padding: 0px 0px 0px 40px;
  position: relative;
  color: #23585a;
  list-style: none;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
body main section.index-conheca-as-funcionalidades .conteudo-lateral-in ul li::before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #ff664d;
  font-weight: 600;
  left: 0px;
  top: 0px;
}
body main section.index-conheca-as-funcionalidades .acao {
  margin-top: 20px;
}
body main section.index-conheca-as-funcionalidades .acao a {
  display: block;
  max-width: 315px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 700;
  background: linear-gradient(90deg, rgb(253, 137, 118) 0%, rgb(240, 91, 67) 72%);
  color: white;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body main section.index-conheca-as-funcionalidades .acao a::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #004749;
  transition: all 0.3s;
}
body main section.index-conheca-as-funcionalidades .acao a:hover {
  color: white;
  box-shadow: 2px 2px 2px 1px #cacaca;
  border-color: #004749;
  transform: translateY(-2px);
}
body main section.index-conheca-as-funcionalidades .acao a:hover::before {
  top: 0px;
}
body main section.index-conheca-as-funcionalidades .img-dashboard {
  margin: 50px 0px;
  width: 100%;
  text-align: center;
}
body main section.index-conheca-as-funcionalidades .img-dashboard img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 3px 2px 20px 2px #cacaca;
}
@media screen and (max-width: 991px) {
  body main section.index-conheca-as-funcionalidades .title-principal .title-line-1 {
    font-size: 23px;
  }
  body main section.index-conheca-as-funcionalidades .title-principal .title-line-2 {
    font-size: 23px;
  }
  body main section.index-conheca-as-funcionalidades .title-principal .title-line-2::before {
    height: 6px;
  }
  body main section.index-conheca-as-funcionalidades .conteudo-lateral-in {
    padding-top: 15px;
  }
  body main section.index-conheca-as-funcionalidades .acao a {
    margin: auto;
  }
}
body main section.index-ligamos-para-voce {
  padding: 50px 0px;
}
body main section.index-ligamos-para-voce .title-one {
  display: block;
  width: 100%;
  max-width: 480px;
  background-color: #002527;
  color: #ffd000;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: auto;
}
body main section.index-ligamos-para-voce .title-two {
  font-size: 27px;
  font-weight: 500;
  color: #002527;
  max-width: 580px;
  margin: 10px auto 20px auto;
}
body main section.index-ligamos-para-voce .title-two strong {
  background-color: #002527;
  color: #ffd000;
  padding: 0px 15px;
  font-weight: 900;
}
body main section.index-ligamos-para-voce .flex-campos {
  display: flex;
  width: 100%;
  justify-content: center;
}
body main section.index-ligamos-para-voce .flex-campos .campo {
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
}
body main section.index-ligamos-para-voce .flex-campos .campo:last-child {
  margin-right: 0px;
}
body main section.index-ligamos-para-voce .flex-campos .campo input,
body main section.index-ligamos-para-voce .flex-campos .campo select {
  width: 280px;
  background-color: #fafafa;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  font-size: 16px;
  padding: 13px 15px;
}
body main section.index-ligamos-para-voce .flex-campos .campo label {
  position: absolute;
  left: 15px;
  top: 7px;
  font-size: 19px;
  transition: all 0.4s;
}
body main section.index-ligamos-para-voce .flex-campos .campo input.ng-not-empty ~ label,
body main section.index-ligamos-para-voce .flex-campos .campo input:focus ~ label,
body main section.index-ligamos-para-voce .flex-campos .campo select.ng-not-empty ~ label,
body main section.index-ligamos-para-voce .flex-campos .campo select:focus ~ label {
  top: 0px;
  font-size: 12px;
  font-weight: 800;
}
body main section.index-ligamos-para-voce .flex-campos .campo button {
  cursor: pointer;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(90deg, #fd8976 0%, #f05b43 72%);
  color: white;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body main section.index-ligamos-para-voce .flex-campos .campo button::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #004749;
  transition: all 0.3s;
}
body main section.index-ligamos-para-voce .flex-campos .campo button:hover {
  color: white;
  box-shadow: 2px 2px 2px 1px #cacaca;
  border-color: #004749;
  transform: translateY(-2px);
}
body main section.index-ligamos-para-voce .flex-campos .campo button:hover::before {
  top: 0px;
}
body main section.index-ligamos-para-voce .contato-texto {
  font-size: 20px;
  text-align: center;
  color: #002527;
}
body main section.index-ligamos-para-voce .contato-texto a {
  color: #002527;
  font-weight: 700;
  transition: all 0.3s;
}
body main section.index-ligamos-para-voce .contato-texto a:hover {
  color: #027590;
}
@media screen and (max-width: 991px) {
  body main section.index-ligamos-para-voce {
    text-align: center;
  }
  body main section.index-ligamos-para-voce .title-two {
    font-size: 23px;
  }
  body main section.index-ligamos-para-voce strong {
    display: block;
  }
  body main section.index-ligamos-para-voce .flex-campos {
    flex-direction: column;
  }
  body main section.index-ligamos-para-voce .flex-campos .campo input,
  body main section.index-ligamos-para-voce .flex-campos .campo select {
    width: 100%;
  }
  body main section.index-ligamos-para-voce .flex-campos .campo button {
    margin: auto;
  }
  body main section.index-ligamos-para-voce .contato-texto a {
    display: block;
  }
}
body main section.index-areas-de-atuacao {
  background-image: url("../image/bg-atuacoes.png");
  background-size: cover;
  padding: 50px 0px 30px 0px;
}
body main section.index-areas-de-atuacao .title-principal {
  margin-bottom: 50px;
  text-align: center;
}
body main section.index-areas-de-atuacao .title-principal .title-line-1 {
  font-size: 32px;
  font-weight: 400;
  color: white;
}
body main section.index-areas-de-atuacao .title-principal .title-line-2 {
  font-size: 35px;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  position: relative;
  padding: 0px 5px;
  z-index: 1;
}
body main section.index-areas-de-atuacao .title-principal .title-line-2::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 6px;
  width: 100%;
  height: 12px;
  background-color: #ff664d;
  z-index: -1;
}
body main section.index-areas-de-atuacao .box-cards {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
body main section.index-areas-de-atuacao .box-cards .card-atuacao {
  flex: calc(20% - 20px) 0 1;
  margin: 0px 10px 50px 10px;
  height: 400px;
  border-radius: 21px;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.index-areas-de-atuacao .box-cards .card-atuacao::before {
  border-radius: 21px;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
body main section.index-areas-de-atuacao .box-cards .card-atuacao a {
  z-index: 2;
}
body main section.index-areas-de-atuacao .box-cards .card-atuacao a .in-texto {
  font-size: 25px;
  font-weight: 600;
  color: white;
  padding: 0px 15px;
  text-align: center;
}
body main section.index-areas-de-atuacao .box-cards .card-atuacao a .saiba-mais {
  cursor: pointer;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(90deg, #fd8976 0%, #f05b43 72%);
  color: white;
  border: none;
  position: absolute;
  top: calc(100% - 24px);
  left: calc(50% - 70px);
  position: absolute;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body main section.index-areas-de-atuacao .box-cards .card-atuacao a .saiba-mais::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: white;
  transition: all 0.3s;
}
body main section.index-areas-de-atuacao .box-cards .card-atuacao a .saiba-mais:hover {
  color: #004749;
  box-shadow: 2px 2px 2px 1px rgba(202, 202, 202, 0.1);
  border-color: white;
  transform: translateY(-2px);
}
body main section.index-areas-de-atuacao .box-cards .card-atuacao a .saiba-mais:hover::before {
  top: 0px;
}
@media screen and (max-width: 991px) {
  body main section.index-areas-de-atuacao .title-principal .title-line-1 {
    font-size: 23px;
  }
  body main section.index-areas-de-atuacao .title-principal .title-line-2 {
    font-size: 23px;
  }
  body main section.index-areas-de-atuacao .title-principal .title-line-2::before {
    height: 6px;
  }
  body main section.index-areas-de-atuacao .box-cards .card-atuacao {
    flex: 100% 1 1;
    max-width: 320px;
    margin: 0px auto 50px auto;
  }
}
body main section.index-quero-uma-apresentacao {
  position: relative;
  padding: 50px 0px;
  min-height: 610px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.index-quero-uma-apresentacao::before {
  background-image: url("../image/mulher-sorrindo.jpg");
  background-size: cover;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}
body main section.index-quero-uma-apresentacao .box-flex-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body main section.index-quero-uma-apresentacao .box-flex-main .box-in .title-principal {
  font-size: 37px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 20px;
}
body main section.index-quero-uma-apresentacao .box-flex-main .box-in .title-principal strong {
  font-size: 38px;
  font-weight: 800;
  color: #003838;
  display: inline-block;
  padding: 0px 5px;
  z-index: 1;
  position: relative;
}
body main section.index-quero-uma-apresentacao .box-flex-main .box-in .title-principal strong::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 6px;
  width: 100%;
  height: 12px;
  background-color: #ff664d;
  z-index: -1;
}
body main section.index-quero-uma-apresentacao .box-flex-main .box-in .in-texto {
  font-size: 25px;
  font-weight: 400;
  color: #303030;
  max-width: 500px;
}
body main section.index-quero-uma-apresentacao .box-flex-main .box-in .in-texto strong {
  font-weight: 800;
}
body main section.index-quero-uma-apresentacao .box-flex-main .box-in .acao-apresentacao {
  cursor: pointer;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(90deg, #fd8976 0%, #f05b43 72%);
  color: white;
  border: none;
  margin-top: 30px;
  max-width: 335px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body main section.index-quero-uma-apresentacao .box-flex-main .box-in .acao-apresentacao::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #004749;
  transition: all 0.3s;
}
body main section.index-quero-uma-apresentacao .box-flex-main .box-in .acao-apresentacao:hover {
  color: white;
  box-shadow: 2px 2px 2px 1px #cacaca;
  border-color: #004749;
  transform: translateY(-2px);
}
body main section.index-quero-uma-apresentacao .box-flex-main .box-in .acao-apresentacao:hover::before {
  top: 0px;
}
@media screen and (max-width: 991px) {
  body main section.index-quero-uma-apresentacao {
    min-height: unset;
  }
  body main section.index-quero-uma-apresentacao::before {
    background-position: center;
    opacity: 0.2;
    width: 100%;
  }
  body main section.index-quero-uma-apresentacao .box-flex-main .box-in .title-principal {
    font-size: 23px;
    text-align: center;
  }
  body main section.index-quero-uma-apresentacao .box-flex-main .box-in .title-principal strong {
    font-size: 27px;
  }
  body main section.index-quero-uma-apresentacao .box-flex-main .box-in .title-principal strong::before {
    height: 5px;
  }
  body main section.index-quero-uma-apresentacao .box-flex-main .box-in .acao-apresentacao {
    margin: 30px auto 0px auto;
  }
  body main section.index-quero-uma-apresentacao .box-flex-main .box-in .in-texto {
    text-align: center;
  }
}
body main section.index-conheca-os-modulos {
  background-image: url("../image/bg-atuacoes.png");
  background-size: cover;
  padding: 50px 0px;
  position: relative;
}
body main section.index-conheca-os-modulos::before {
  content: url("../image/icon-wiki.png");
  position: absolute;
  top: -33px;
  left: calc(50% - 30.5px);
}
body main section.index-conheca-os-modulos .title-principal {
  margin-bottom: 50px;
  text-align: center;
}
body main section.index-conheca-os-modulos .title-principal .title-line-1 {
  font-size: 32px;
  font-weight: 400;
  color: white;
}
body main section.index-conheca-os-modulos .title-principal .title-line-2 {
  font-size: 35px;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  position: relative;
  padding: 0px 5px;
  z-index: 1;
}
body main section.index-conheca-os-modulos .title-principal .title-line-2::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 6px;
  width: 100%;
  height: 12px;
  background-color: #ff664d;
  z-index: -1;
}
body main section.index-conheca-os-modulos .in-descricao {
  font-size: 23px;
  font-weight: 300;
  color: white;
  max-width: 890px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}
body main section.index-conheca-os-modulos .in-descricao strong {
  font-weight: 800;
  color: #ffd000;
}
body main section.index-conheca-os-modulos .card-box {
  margin-bottom: 50px;
  height: calc(100% - 50px);
  padding: 15px;
  border-radius: 10px;
  transition: all 0.3s;
}
body main section.index-conheca-os-modulos .card-box:hover {
  background-color: rgba(255, 255, 255, 0.1294117647);
  transform: translateY(-5px);
}
body main section.index-conheca-os-modulos .card-box .in-icon {
  margin-bottom: 20px;
  text-align: center;
}
body main section.index-conheca-os-modulos .card-box .in-icon svg {
  width: 80px;
  height: 80px;
  fill: #ffd000;
}
body main section.index-conheca-os-modulos .card-box .in-titulo {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffd000;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
body main section.index-conheca-os-modulos .card-box .in-titulo::before {
  content: "";
  position: absolute;
  left: calc(50% - 50px);
  bottom: -25px;
  width: 100px;
  height: 1px;
  background-color: #ffd000;
}
body main section.index-conheca-os-modulos .card-box .in-resumo {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3;
  color: white;
  text-align: center;
}
body main section.index-conheca-os-modulos .ver-todos {
  background-color: #ffd000;
  font-size: 18px;
  font-weight: 600;
  color: #54003d;
  padding: 7px 20px;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: auto;
  text-align: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body main section.index-conheca-os-modulos .ver-todos::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #004749;
  transition: all 0.3s;
}
body main section.index-conheca-os-modulos .ver-todos:hover {
  color: white;
  box-shadow: 2px 2px 2px 1px rgba(202, 202, 202, 0.12);
  border-color: #004749;
  transform: translateY(-2px);
}
body main section.index-conheca-os-modulos .ver-todos:hover::before {
  top: 0px;
}
@media screen and (max-width: 991px) {
  body main section.index-conheca-os-modulos {
    text-align: center;
  }
  body main section.index-conheca-os-modulos .in-texto-2 {
    margin-bottom: 20px;
  }
  body main section.index-conheca-os-modulos .cta-solitice {
    margin-bottom: 20px;
  }
  body main section.index-conheca-os-modulos .contato-texto a {
    display: block;
  }
}
body main section.index-nao-perca-mais-tempo {
  padding: 50px 0px;
}
body main section.index-nao-perca-mais-tempo .title-principal .title-line-1 {
  font-size: 32px;
  font-weight: 400;
  color: #00494c;
}
body main section.index-nao-perca-mais-tempo .title-principal .title-line-2 {
  font-size: 35px;
  font-weight: 800;
  text-transform: uppercase;
  color: #00494c;
  display: inline-block;
  position: relative;
  padding: 0px 5px;
  z-index: 1;
}
body main section.index-nao-perca-mais-tempo .title-principal .title-line-2::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 6px;
  width: 100%;
  height: 12px;
  background-color: #ff5d41;
  z-index: -1;
}
body main section.index-nao-perca-mais-tempo .in-texto-1 {
  font-size: 22px;
  font-weight: 600;
  color: #00494c;
}
body main section.index-nao-perca-mais-tempo .in-texto-2 {
  font-size: 20px;
  font-weight: 500;
  color: #666666;
}
body main section.index-nao-perca-mais-tempo .cta-solitice {
  margin-bottom: 20px;
}
body main section.index-nao-perca-mais-tempo .cta-solitice a {
  cursor: pointer;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(90deg, #fd8976 0%, #f05b43 72%);
  color: white;
  border: none;
  max-width: 400px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body main section.index-nao-perca-mais-tempo .cta-solitice a::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #004749;
  transition: all 0.3s;
}
body main section.index-nao-perca-mais-tempo .cta-solitice a:hover {
  color: white;
  box-shadow: 2px 2px 2px 1px #cacaca;
  border-color: #004749;
  transform: translateY(-2px);
}
body main section.index-nao-perca-mais-tempo .cta-solitice a:hover::before {
  top: 0px;
}
body main section.index-nao-perca-mais-tempo .contato-texto {
  font-size: 18px;
  text-align: center;
  color: #00494c;
}
body main section.index-nao-perca-mais-tempo .contato-texto a {
  color: #00494c;
  font-weight: 700;
  transition: all 0.3s;
}
body main section.index-nao-perca-mais-tempo .contato-texto a:hover {
  color: #f05b43;
}
body main section.index-depoimentos {
  background-image: url("../image/bg-grey.png");
  background-size: cover;
  padding-top: 50px;
  /*  Depoimentos*/
  /*Clientes Carousel*/
}
body main section.index-depoimentos .bg-clientes {
  background-color: white;
  padding: 10px 0;
}
body main section.index-depoimentos .titulo-principal {
  font-size: 34px;
  font-weight: 500;
  color: white;
  position: relative;
  max-width: 520px;
  margin: 0px auto 100px auto;
  text-align: center;
  line-height: 1.4;
}
body main section.index-depoimentos .titulo-principal::before {
  content: "";
  background-color: #ff6045;
  position: absolute;
  left: calc(50% - 45px);
  bottom: -50px;
  height: 1px;
  width: 90px;
}
body main section.index-depoimentos .titulo-principal strong {
  font-size: 36px;
  font-weight: 800;
  color: #ff6045;
}
body main section.index-depoimentos .line-separador {
  width: 140px;
  height: 3px;
  background-color: #ffd100;
  margin: 50px auto;
}
body main section.index-depoimentos .owl-depoimentos .card-depoimento .thumb {
  margin-bottom: 20px;
  width: 100%;
  height: 290px;
}
body main section.index-depoimentos .owl-depoimentos .card-depoimento .thumb iframe {
  border: 1px solid #818181;
  border-radius: 8px;
  width: 100%;
}
body main section.index-depoimentos .owl-depoimentos .card-depoimento .thumb img {
  border: 2px solid #818181;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
body main section.index-depoimentos .owl-depoimentos .card-depoimento .descricao i.fas.fa-quote-right, body main section.index-depoimentos .owl-depoimentos .card-depoimento .descricao i.fas.fa-quote-left {
  color: #ff6045;
  font-size: 21px;
  transform: translateY(-5px);
}
body main section.index-depoimentos .owl-depoimentos .card-depoimento .descricao .descricao-in {
  font-size: 20px;
  font-weight: 300;
  color: white;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: auto;
}
body main section.index-depoimentos .owl-depoimentos .card-depoimento .autor {
  font-size: 21px;
  font-weight: 700;
  color: #ff6045;
}
body main section.index-depoimentos .owl-depoimentos .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: -35px;
}
body main section.index-depoimentos .owl-depoimentos .owl-dots .owl-dot {
  outline: none;
  display: inline-block;
  background: url("../image/dots.png") no-repeat;
  width: 20px;
  height: 20px;
  margin: 0 5px;
}
body main section.index-depoimentos .owl-depoimentos .owl-dots .owl-dot.active {
  background: url("../image/dots-active.png") no-repeat;
}
body main section.index-depoimentos .owl-clientes2 {
  /*navs*/
}
body main section.index-depoimentos .owl-clientes2 .cliente-card {
  background-color: white;
  height: 130px;
  width: 250px;
  padding: 20px;
  overflow: hidden;
  margin: auto;
}
body main section.index-depoimentos .owl-clientes2 .cliente-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-depoimentos .owl-clientes2 .owl-nav button.owl-prev {
  position: absolute;
  left: -70px;
  top: calc(50% - 15px);
  font-size: 25px;
  color: white;
  border: none;
  outline: none;
  filter: invert(1);
  background-color: transparent;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .owl-clientes2 .owl-nav button.owl-prev {
    left: 0;
  }
}
body main section.index-depoimentos .owl-clientes2 .owl-nav button.owl-prev::before {
  content: url("../image/chevron-left.png");
}
body main section.index-depoimentos .owl-clientes2 .owl-nav button.owl-prev span {
  display: none;
}
body main section.index-depoimentos .owl-clientes2 .owl-nav button.owl-next {
  position: absolute;
  right: -70px;
  top: calc(50% - 15px);
  font-size: 25px;
  filter: invert(1);
  color: white;
  border: none;
  outline: none;
  background-color: transparent;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .owl-clientes2 .owl-nav button.owl-next {
    right: 0;
  }
}
body main section.index-depoimentos .owl-clientes2 .owl-nav button.owl-next::before {
  content: url("../image/chevron-right.png");
}
body main section.index-depoimentos .owl-clientes2 .owl-nav button.owl-next span {
  display: none;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .titulo-principal {
    font-size: 20px;
  }
  body main section.index-depoimentos .titulo-principal strong {
    font-size: 20px;
  }
}
body main section.index-nossos-diferenciais {
  padding: 70px 0px;
  background-image: url("../image/bg-diferenciais.jpg");
  background-size: cover;
}
body main section.index-nossos-diferenciais .box-outline {
  border: 2px solid #ffcc00;
  padding: 50px 15px;
}
body main section.index-nossos-diferenciais .box-outline .title-main {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3;
  color: #facd01;
  max-width: 355px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.index-nossos-diferenciais .box-outline .in-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffd100;
  line-height: 1.4;
}
body main section.index-nossos-diferenciais .box-outline .in-resume {
  font-size: 22px;
  font-weight: 300;
  color: white;
  margin-bottom: 20px;
}
body main section.index-nossos-diferenciais .box-outline .box-diferencial .diferencial-titulo {
  font-size: 23px;
  font-weight: 700;
  color: #ffd100;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 50px;
  position: relative;
}
body main section.index-nossos-diferenciais .box-outline .box-diferencial .diferencial-titulo::before {
  content: "";
  width: 100%;
  max-width: 140px;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: -25px;
  left: 0px;
}
body main section.index-nossos-diferenciais .box-outline .box-diferencial .diferencial-texto {
  font-size: 21px;
  font-weight: 300;
  color: white;
}
@media screen and (max-width: 991px) {
  body main section.index-nossos-diferenciais .box-outline .title-main {
    font-size: 38px;
  }
  body main section.index-nossos-diferenciais .box-outline .box-diferencial {
    background-color: rgba(255, 255, 255, 0.12);
    text-align: center;
    margin-bottom: 10px;
  }
  body main section.index-nossos-diferenciais .box-outline .box-diferencial .diferencial-titulo::before {
    left: calc(50% - 70px);
  }
}
body main section.index-blog {
  padding: 50px 0px;
  position: relative;
}
body main section.index-blog::before {
  content: "";
  width: 150px;
  height: 8px;
  position: absolute;
  left: calc(50% - 75px);
  top: 0px;
  background-color: #ffcc00;
}
body main section.index-blog .titulo-principal {
  margin: 0px 0px 50px 0px;
  text-align: center;
}
body main section.index-blog .titulo-principal .line-1 {
  font-size: 32px;
  font-weight: 500;
  color: #004a4e;
}
body main section.index-blog .titulo-principal .line-1 strong {
  font-weight: 800;
  color: #ff6045;
}
body main section.index-blog .titulo-principal .line-2 {
  font-size: 22px;
  font-weight: 500;
  color: #666666;
}
body main section.index-blog .box-listagem .nao-encontrato {
  font-size: 20px;
  font-weight: 400;
  color: #2830a8;
}
body main section.index-blog .box-listagem .card-blog {
  background-color: white;
  box-shadow: 2px 2px 20px 5px #e4e4e4;
  margin-bottom: 50px;
  border-radius: 3px;
  position: relative;
  transition: all 0.3s;
}
body main section.index-blog .box-listagem .card-blog:hover {
  box-shadow: 2px 2px 20px 5px #c8c5c5;
  transform: translateY(-2px);
}
body main section.index-blog .box-listagem .card-blog .img-thumb {
  width: 100%;
  position: relative;
}
body main section.index-blog .box-listagem .card-blog .img-thumb img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.index-blog .box-listagem .card-blog .img-thumb .data {
  position: absolute;
  background-color: #004a4e;
  padding: 7px 20px;
  color: #ffcc00;
  border-radius: 4px;
  bottom: 0px;
  left: 50px;
  transform: translateY(17px);
  font-size: 15px;
  font-weight: 800;
}
body main section.index-blog .box-listagem .card-blog .post-in {
  padding: 45px 40px;
}
body main section.index-blog .box-listagem .card-blog .post-in .post-titulo {
  font-size: 23px;
  font-weight: 700;
  color: #ff674e;
  line-height: 1.4;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  min-height: 96px;
}
@media screen and (max-width: 991px) {
  body main section.index-blog .box-listagem .card-blog .post-in .post-titulo {
    -webkit-line-clamp: 3;
  }
}
body main section.index-blog .box-listagem .card-blog .post-in .post-descricao {
  font-size: 18px;
  font-weight: 400;
  color: black;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  min-height: 81px;
}
body main section.index-blog .box-listagem .card-blog .quero-ler {
  position: absolute;
  bottom: -25px;
  left: 37px;
}
body main section.index-blog .box-listagem .card-blog .quero-ler i.fas.fa-plus {
  background-color: #ebebeb;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #362d70;
}
@media screen and (max-width: 991px) {
  body main section.index-blog .box-listagem .card-blog .post-in {
    padding: 30px 15px;
  }
}
body main section.index-blog .acao-cta {
  text-align: center;
}
body main section.index-blog .acao-cta a {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(90deg, #fd8976 0%, #f05b43 72%);
  color: white;
  border: none;
  transition: all 0.3s;
}
body main section.index-blog .acao-cta a:hover {
  transform: translateY(-3px);
}
body main section.index-gestao {
  padding: 100px 30px;
  text-align: center;
  background-color: #f4f6f7;
}
body main section.index-gestao .titulo {
  color: #004749;
  max-width: 500px;
  margin: auto;
  font-size: 28px;
  line-height: 35px;
}
body main section.index-gestao span {
  color: #666666;
  display: block;
  font-size: 24px;
  margin: 30px auto;
  max-width: 350px;
  line-height: 30px;
}
body main section.index-gestao .line {
  display: inline-block;
  position: relative;
  z-index: 1;
}
body main section.index-gestao .line:before {
  content: "";
  position: absolute;
  background: #ff5d41;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: -1;
}
body main section.index-gestao .quero-conhecer {
  cursor: pointer;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(90deg, #fd8976 0%, #f05b43 72%);
  color: white;
  border: none;
  max-width: 310px;
  margin: auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body main section.index-gestao .quero-conhecer::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #004749;
  transition: all 0.3s;
}
body main section.index-gestao .quero-conhecer:hover {
  color: white;
  box-shadow: 2px 2px 2px 1px #cacaca;
  border-color: #004749;
  transform: translateY(-2px);
}
body main section.index-gestao .quero-conhecer:hover::before {
  top: 0px;
}
body main section.header-roxo .conteudo {
  background-size: cover;
  height: 550px;
}
body main section.header-roxo .conteudo.sm {
  height: 460px;
}
@media (max-width: 991px) {
  body main section.header-roxo .conteudo {
    height: auto;
  }
  body main section.header-roxo .conteudo.sm {
    height: auto;
  }
}
body main section.header-roxo .faixa-purple {
  background-color: rgba(0, 71, 73, 0.5);
  padding: 10px 15px;
  font-size: 22px;
  text-align: center;
  color: #ffd100;
  letter-spacing: 3px;
  vertical-align: middle;
  margin-top: -80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.header-roxo .faixa-purple img {
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 991px) {
  body main section.header-roxo .faixa-purple {
    display: block;
    font-size: 12px;
    background-color: rgb(0, 71, 73);
    margin-top: 0;
  }
}
body main section.header-roxo .container {
  max-width: 1400px;
  margin: auto;
  padding-top: 50px;
}
body main section.header-roxo .texto {
  color: white;
  margin-top: 100px;
  max-width: 450px;
  font-size: 22px;
}
body main section.header-roxo .texto.bg {
  max-width: 600px;
  margin-top: 70px;
}
body main section.header-roxo .texto.center {
  max-width: 600px;
  margin: auto;
  margin-top: 70px;
  text-align: center;
}
body main section.header-roxo .texto u {
  text-decoration: none;
  font-weight: bold;
  color: #ffcc00;
}
body main section.header-roxo .texto h4 {
  font-size: 20px;
  font-weight: bold;
}
body main section.header-roxo .texto h1 strong {
  color: #ffcc00;
}
@media (max-width: 991px) {
  body main section.header-roxo .texto {
    margin-top: 0;
    padding-bottom: 20px;
    font-size: 18px;
  }
  body main section.header-roxo .texto.center {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  body main section.header-roxo .texto.bg {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
body main section.header-branco .conteudo {
  background: url("../image/banner_solucoes.png");
  background-size: cover;
  height: 550px;
}
@media (max-width: 991px) {
  body main section.header-branco .conteudo {
    height: auto;
  }
}
body main section.header-branco .faixa-purple {
  background-color: rgba(0, 71, 73, 0.5);
  padding: 10px 15px;
  font-size: 22px;
  text-align: center;
  color: #ffd100;
  letter-spacing: 3px;
  vertical-align: middle;
  margin-top: -80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.header-branco .faixa-purple img {
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 991px) {
  body main section.header-branco .faixa-purple {
    display: block;
    font-size: 12px;
    margin-top: 0;
    background-color: rgb(0, 71, 73);
  }
}
body main section.header-branco .container {
  max-width: 1400px;
  margin: auto;
  padding-top: 50px;
}
body main section.header-branco .texto {
  color: #23494a;
  margin-top: 70px;
  max-width: 450px;
  font-size: 22px;
}
body main section.header-branco .texto.bg {
  max-width: 570px;
  margin-top: 70px;
}
body main section.header-branco .texto h4 {
  font-size: 20px;
  font-weight: bold;
}
body main section.header-branco .texto h1 strong {
  color: #ff664d;
}
@media (max-width: 991px) {
  body main section.header-branco .texto {
    margin-top: 0;
    font-size: 18px;
    padding-bottom: 20px;
  }
}
body main section.realidade {
  padding: 60px;
  text-align: center;
  margin: auto;
  max-width: 1100px;
  font-size: 21px;
  font-weight: 300;
}
body main section.realidade h1 {
  font-size: 34px;
}
body main section.realidade h1 strong {
  color: #ffd100 !important;
  font-weight: 400;
}
body main section.realidade hr {
  max-width: 85px;
  margin: 30px auto;
  height: 2px;
  border: none;
  background: gainsboro;
}
body main section.realidade strong {
  color: #ff664d;
  font-weight: 400;
}
body main section.realidade.small {
  max-width: 700px;
}
body main section.realidade.small strong {
  color: black;
}
@media (max-width: 991px) {
  body main section.realidade {
    padding: 30px;
    font-size: 18px;
  }
  body main section.realidade h1 {
    font-size: 26px;
  }
}
body main section.missao-visao-valores .sobrepor {
  position: absolute;
  height: 50px;
  left: calc(50% - 27px);
  width: 55px;
  margin-top: -25px;
}
@media (max-width: 991px) {
  body main section.missao-visao-valores .sobrepor {
    display: none;
  }
}
body main section.missao-visao-valores .smimg {
  text-align: center;
}
body main section.missao-visao-valores .smimg img {
  height: 100%;
  margin-top: 40px;
}
body main section.missao-visao-valores .skew-bg1 {
  background: url("../image/banner_missao.png");
  background-position: top;
  min-height: 540px;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
body main section.missao-visao-valores .skew-bg2 {
  background: url("../image/banner_valores.png");
  background-position: top;
  min-height: 570px;
  background-repeat: no-repeat;
  margin-top: 80px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
body main section.missao-visao-valores .skew-bg2:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: skewY(-2deg);
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  body main section.missao-visao-valores .skew-bg2:before {
    display: none;
  }
}
body main section.missao-visao-valores .texto {
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
  font-size: 22px;
  font-weight: 300;
}
body main section.missao-visao-valores .texto.p2 {
  padding-top: 155px;
}
body main section.missao-visao-valores .texto h1 {
  font-size: 32px;
  font-weight: 700;
}
body main section.missao-visao-valores .texto hr {
  max-width: 70px;
  margin: 30px 0;
  background: #ff664d;
  height: 6px;
  border: none;
}
@media (max-width: 991px) {
  body main section.missao-visao-valores {
    margin-top: 0;
  }
  body main section.missao-visao-valores .skew-bg1 {
    background: none;
    background-color: #f2f2f2;
    display: block;
  }
  body main section.missao-visao-valores .skew-bg2 {
    margin-top: 0;
    background: none;
    background-color: #f2f2f2;
    display: block;
  }
  body main section.missao-visao-valores .texto {
    padding-top: 0;
    padding: 40px 20px;
    font-size: 18px;
  }
  body main section.missao-visao-valores .texto.p2 {
    padding-top: 40px !important;
  }
  body main section.missao-visao-valores .texto h1 {
    font-size: 26px;
  }
  body main section.missao-visao-valores .texto h1.top {
    margin-top: 40px !important;
  }
  body main section.missao-visao-valores .texto hr {
    margin: 20px 0;
  }
  body main section.missao-visao-valores .smimg img {
    height: 120px;
  }
}
body main section.empresa {
  background: url("../image/banner_empresa.png");
  background-position: top;
  min-height: 940px;
  background-repeat: no-repeat;
  margin-top: -60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-flow: column;
}
body main section.empresa h1 {
  font-size: 36px;
}
body main section.empresa img {
  margin: 30px auto;
  height: 70px;
  display: block;
}
body main section.empresa .texto {
  max-width: 1000px;
  margin: auto;
  color: white;
  position: relative;
  text-align: center;
  font-weight: 400;
  font-size: 23px;
}
body main section.empresa .texto strong {
  color: #ff664d;
}
@media (max-width: 991px) {
  body main section.empresa {
    display: block;
    background: url("../image/banner_empresa_mobile.png");
    background-size: cover;
    background-position: center;
    padding: 60px 20px;
    margin-top: 0;
    min-height: 0;
  }
  body main section.empresa h1 {
    font-size: 26px;
  }
  body main section.empresa .texto {
    font-size: 18px;
    position: static;
  }
}
body main section.sobre-blog {
  margin: 100px 0;
}
body main section.sobre-blog img {
  width: 100%;
}
body main section.sobre-blog .texto {
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
  font-size: 24px;
  font-weight: 300;
}
body main section.sobre-blog .texto.p2 {
  padding-top: 155px;
}
body main section.sobre-blog .texto h1 {
  font-size: 32px;
  font-weight: 700;
}
body main section.sobre-blog .texto hr {
  max-width: 70px;
  margin: 30px 0;
  border: none;
  background: #ff664d;
  height: 6px;
}
body main section.sobre-blog .texto a {
  display: block;
  max-width: 200px;
  text-align: center;
  background-color: #004749;
  color: white;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  margin-top: 40px;
  transition: all 0.5s;
}
body main section.sobre-blog .texto a:hover {
  background-color: #ff664d;
}
@media (max-width: 991px) {
  body main section.sobre-blog {
    margin: 20px 0;
    padding: 20px;
  }
  body main section.sobre-blog .texto {
    font-size: 20px;
  }
  body main section.sobre-blog .texto h1 {
    font-size: 26px;
  }
  body main section.sobre-blog .texto a {
    margin-bottom: 50px;
  }
}
body main section.sobre-mapa {
  background: url("../image/banner_mapa.png");
  background-position: top;
  min-height: 840px;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
body main section.sobre-mapa .smimg {
  text-align: center;
}
body main section.sobre-mapa .smimg img {
  height: 100%;
  margin-top: 40px;
}
body main section.sobre-mapa .texto {
  max-width: 1000px;
  margin: auto;
  color: white;
  font-weight: 300;
  font-size: 22px;
  align-items: center;
}
body main section.sobre-mapa h1 {
  font-size: 36px;
}
body main section.sobre-mapa h1 strong {
  color: #ffd100;
}
body main section.sobre-mapa hr {
  max-width: 200px;
  margin: 30px 0;
  border: none;
  height: 10px;
  background: #ffd100;
}
body main section.sobre-mapa .smimg {
  text-align: center;
}
body main section.sobre-mapa .smimg img {
  height: 100%;
  margin-top: 40px;
}
@media (max-width: 991px) {
  body main section.sobre-mapa {
    display: block;
    background: url("../image/banner_mapa_mobile.png");
    background-size: cover;
    background-position: center;
    padding: 35px 15px;
    font-size: 18px;
  }
  body main section.sobre-mapa .texto {
    position: static;
  }
  body main section.sobre-mapa .texto h1 {
    font-size: 30px;
  }
  body main section.sobre-mapa .smimg img {
    height: 180px;
  }
}
body main section.sobre-conheca {
  min-height: 1020px;
  margin-top: -62px;
  background: url("../image/sobre_conheca.png");
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
body main section.sobre-conheca .texto {
  color: white;
  max-width: 700px;
  margin: auto;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
}
body main section.sobre-conheca .texto strong {
  color: #ffd100;
  font-weight: 600;
}
body main section.sobre-conheca hr {
  max-width: 130px;
  margin: 30px auto;
  border: none;
  height: 6px;
  background: #ffd100;
}
body main section.sobre-conheca a {
  margin-top: 50px;
  color: black;
  display: block;
  max-width: 420px;
  background-color: #ffd100;
  margin: auto;
  font-size: 17px;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  transition: all 0.5s;
}
body main section.sobre-conheca a:hover {
  background-color: #004749;
  color: white;
}
@media (max-width: 991px) {
  body main section.sobre-conheca {
    display: block;
    background: url("../image/sobre_conheca_mobile.png");
    background-size: cover;
    background-position: center;
    margin-top: 0;
    min-height: 0;
    padding-top: 20px;
  }
  body main section.sobre-conheca .texto {
    line-height: 35px;
    padding: 20px;
    font-size: 25px;
    position: static;
  }
  body main section.sobre-conheca a {
    font-size: 12px;
    padding: 6px 0;
    margin-bottom: 20px;
  }
}
body main section.solucoes-wiki {
  padding: 60px 0;
}
body main section.solucoes-wiki h1 {
  color: #23494a;
  text-align: center;
  font-size: 32px;
}
body main section.solucoes-wiki h1 strong {
  color: #ffd100;
}
body main section.solucoes-wiki hr {
  width: 100px;
  margin: 30px auto;
  border: none;
  background: gainsboro;
  height: 3px;
}
body main section.solucoes-wiki span {
  margin: auto;
  max-width: 700px;
  text-align: center;
  display: block;
  font-size: 22px;
  font-weight: 300;
}
body main section.solucoes-wiki span strong {
  color: #ff664d;
  font-weight: 700;
}
body main section.solucoes-wiki .row {
  margin: auto;
  max-width: 1570px;
  margin-top: 30px;
}
body main section.solucoes-wiki .card-box {
  margin-bottom: 50px;
  height: calc(100% - 50px);
  padding: 15px;
  border-radius: 10px;
  transition: all 0.3s;
}
body main section.solucoes-wiki .card-box:hover {
  background-color: rgba(255, 255, 255, 0.1294117647);
  transform: translateY(-5px);
}
body main section.solucoes-wiki .card-box .in-icon {
  margin-bottom: 20px;
  text-align: center;
}
body main section.solucoes-wiki .card-box .in-icon svg {
  width: 80px;
  height: 80px;
  fill: #ff664d;
}
body main section.solucoes-wiki .card-box .in-button {
  background-color: #ff664d;
  display: block;
  margin: auto;
  text-align: center;
  max-width: 160px;
  padding: 10px 20px;
  color: white;
  font-weight: 600;
  border-radius: 10px;
  margin-top: 30px;
}
body main section.solucoes-wiki .card-box .in-titulo {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ff664d;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
body main section.solucoes-wiki .card-box .in-titulo::before {
  content: "";
  position: absolute;
  left: calc(50% - 50px);
  bottom: -25px;
  width: 100px;
  height: 1px;
  background-color: #ff664d;
}
body main section.solucoes-wiki .card-box .in-resumo {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3;
  color: black;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.solucoes-wiki h1 {
    font-size: 24px;
  }
  body main section.solucoes-wiki span {
    font-size: 22px;
    padding: 0 20px;
  }
}
body main section.suporte {
  padding: 60px 0;
  text-align: center;
}
body main section.suporte h1 {
  color: #23494a;
  text-align: center;
  font-size: 32px;
}
body main section.suporte hr {
  width: 60px;
  margin: 20px auto;
  border: none;
  background: #ff664d;
  height: 5px;
}
body main section.suporte .row {
  margin: auto;
  max-width: 1200px;
  justify-content: space-around;
}
body main section.suporte .row .button {
  background: #f7735e;
  max-width: 360px;
  width: 100%;
  color: white;
  padding: 20px 30px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  border-radius: 10px;
  margin: 20px 0;
  transition: all 0.4s;
}
body main section.suporte .row .button i {
  font-size: 50px;
  margin-right: 20px;
  width: 50px;
}
body main section.suporte .row .button span {
  font-size: 17px !important;
  text-align: left;
  font-weight: 600;
}
body main section.suporte .row .button:hover {
  transform: translate(-2px, -5px);
  box-shadow: 5px 5px 10px rgba(247, 115, 94, 0.5);
}
body main section.suporte .fones {
  color: #ff664d;
  display: inline-block;
  margin: 50px auto;
  border-radius: 40px;
  padding: 22px 70px;
  font-size: 18px;
  background-color: #f2f2f2;
}
body main section.suporte .fones a {
  color: #ff664d;
}
body main section.suporte span {
  margin: auto;
  max-width: 750px;
  text-align: center;
  display: block;
  font-size: 22px;
  font-weight: 300;
}
body main section.suporte span u {
  text-decoration: none;
  color: #ff664d;
  font-weight: 600;
}
body main section.suporte span strong {
  font-weight: 600;
}
@media (max-width: 991px) {
  body main section.suporte {
    padding: 0;
    padding-top: 40px;
  }
  body main section.suporte span {
    font-size: 19px;
    padding: 20px;
  }
  body main section.suporte .fones {
    font-size: 17px;
    padding: 22px;
    margin: 10px;
  }
  body main section.suporte .button {
    padding: 0 20px !important;
    margin: 10px !important;
  }
  body main section.suporte .row {
    margin-top: 20px;
  }
}
body main section.suporte-duvidas {
  background-position: top;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  margin-top: 70px;
  padding-bottom: 100px;
}
body main section.suporte-duvidas img {
  max-width: 100%;
}
body main section.suporte-duvidas .bg {
  background: url("../image/banner_valores.png");
  position: relative;
  top: -60px;
  left: 0;
  width: 100%;
  min-height: 60px;
}
body main section.suporte-duvidas .texto {
  position: relative;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
body main section.suporte-duvidas .texto h1 {
  font-size: 32px;
}
body main section.suporte-duvidas .texto hr {
  width: 60px;
  margin: 20px auto;
  border: none;
  background: gray;
  height: 3px;
}
body main section.suporte-duvidas .texto .chamada {
  max-width: 700px;
  font-weight: 300;
  margin: auto;
  display: block;
  font-size: 22px;
  margin-bottom: 50px;
}
body main section.suporte-duvidas .duvida_header {
  background-color: white;
  text-align: left;
  font-size: 24px;
  padding: 20px 30px;
  border-radius: 10px;
  font-weight: 600;
  margin-bottom: 20px;
  cursor: pointer;
}
body main section.suporte-duvidas .duvida_header i {
  color: lightgray;
}
body main section.suporte-duvidas .duvida_header.active i {
  transform: rotate(180deg);
}
body main section.suporte-duvidas .duvida_resposta {
  font-weight: 300;
  text-align: left;
  font-size: 20px;
  margin-bottom: 40px;
  opacity: 0;
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
body main section.suporte-duvidas .duvida_resposta.active {
  max-height: 3000px;
  opacity: 1;
}
@media (max-width: 991px) {
  body main section.suporte-duvidas {
    padding-bottom: 5px;
  }
  body main section.suporte-duvidas .texto {
    padding: 0 20px;
  }
  body main section.suporte-duvidas .texto h1 {
    font-size: 24px;
  }
  body main section.suporte-duvidas .texto .chamada {
    font-size: 19px;
  }
  body main section.suporte-duvidas .texto .duvida_header {
    font-size: 20px;
  }
  body main section.suporte-duvidas .texto .duvida_resposta {
    font-size: 18px;
  }
}
body main section.contato {
  padding: 60px 0;
}
body main section.contato h1 {
  color: #23494a;
  text-align: center;
  font-size: 32px;
}
body main section.contato h1.destaque {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: auto;
  margin-top: -10px;
  font-weight: 600;
  font-size: 36px;
}
body main section.contato h1.destaque::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 3px;
  width: 100%;
  height: 12px;
  background-color: #ff664d;
  z-index: -1;
}
body main section.contato hr {
  width: 100px;
  margin: 30px auto;
  border: none;
  background: gainsboro;
  height: 3px;
}
body main section.contato .descricao {
  margin: auto;
  max-width: 600px;
  text-align: center;
  display: block;
  font-size: 22px;
  font-weight: 300;
}
body main section.contato .descricao.big {
  max-width: 1000px;
}
body main section.contato .descricao u {
  text-decoration: none;
  color: #ff664d;
  font-weight: 700;
}
body main section.contato .row {
  max-width: 1300px;
  margin: auto;
  margin-top: 50px;
}
body main section.contato .box_contato {
  border: 1px solid #f3f3f3;
  text-align: left;
  padding: 30px 60px;
  font-size: 18px;
  box-shadow: 5px 5px 10px #f3f3f3;
}
body main section.contato input, body main section.contato textarea, body main section.contato select {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid gainsboro;
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 4px;
}
body main section.contato .info {
  display: block;
  width: 100%;
  font-size: 14px;
}
body main section.contato textarea {
  resize: vertical;
  min-height: 80px;
}
body main section.contato button {
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  margin-top: 10px;
  border: none;
  font-size: 17px;
  font-weight: 700;
  background: linear-gradient(90deg, rgb(253, 137, 118) 0%, rgb(240, 91, 67) 72%);
  color: white;
  outline: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body main section.contato button::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #004749;
  transition: all 0.3s;
}
body main section.contato button:hover {
  color: white;
  box-shadow: 2px 2px 2px 1px #cacaca;
  border-color: #004749;
  transform: translateY(-2px);
}
body main section.contato button:hover::before {
  top: 0px;
}
body main section.contato .botao-enviar {
  margin-top: 0;
  border-radius: 3px;
  width: 100%;
  position: absolute;
  top: 7px;
  background: #f3664f;
  font-weight: 300;
}
body main section.contato .campo {
  margin: 0 !important;
}
body main section.contato .campo label {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid gainsboro;
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 4px;
}
body main section.contato .box_telefones {
  padding-left: 60px;
}
body main section.contato .box_telefones h3 {
  color: #ff664d;
  font-size: 26px;
}
body main section.contato .box_telefones h3 img {
  vertical-align: middle;
  margin-right: 10px;
}
body main section.contato .box_telefones hr {
  height: 1px;
  width: 100%;
}
body main section.contato .box_telefones .separador {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}
body main section.contato .box_telefones .item {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
}
body main section.contato .box_telefones .item img {
  width: 50px;
  height: 50px;
}
body main section.contato .box_telefones .item .txt {
  margin-left: 25px;
  font-size: 20px;
  color: #007172;
}
body main section.contato .box_telefones .item .txt a {
  color: #007172;
  transition: all 0.3s;
}
body main section.contato .box_telefones .item .txt a:hover {
  color: #f3664f;
}
body main section.contato .box_telefones .item .txt strong {
  display: block;
  font-size: 16px;
  color: #ff664d;
}
body main section.contato .lista-vagas {
  text-align: left;
  color: gray;
  margin-top: 30px;
  font-size: 19px;
  overflow-y: scroll;
  height: 230px;
}
body main section.contato .lista-vagas::-webkit-scrollbar {
  width: 10px;
  background-color: #ececec;
}
body main section.contato .lista-vagas::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #f38572;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body main section.contato .lista-vagas::-webkit-scrollbar-thumb:hover {
  background: #f3664f;
}
body main section.contato .lista-vagas hr {
  width: 100%;
  max-width: none;
  height: 1px;
  margin: 20px auto;
}
body main section.contato .lista-vagas hr:last-child {
  display: none;
}
body main section.contato .lista-vagas h4 {
  color: #23494a;
  margin-bottom: 0;
  font-weight: 600;
}
body main section.contato .lista-vagas .itens {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}
body main section.contato .lista-vagas .itens i {
  color: #ff664d;
  margin-right: 5px;
}
body main section.contato .lista-vagas .itens i:last-child {
  margin-left: 10px;
}
body main section.contato .vagas {
  background-color: #f7f7f7;
  max-width: 1250px;
  margin: auto;
  margin-top: 50px;
  border-radius: 10px;
  padding: 50px;
  text-align: center;
  margin-bottom: 50px;
}
body main section.contato .vagas h1.destaque {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: auto;
  margin-top: -10px;
  font-weight: 600;
  font-size: 36px;
}
body main section.contato .vagas h1.destaque::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 3px;
  width: 100%;
  height: 12px;
  background-color: #ff664d;
  z-index: -1;
}
@media (max-width: 991px) {
  body main section.contato {
    padding: 40px 0;
  }
  body main section.contato .lista-vagas {
    font-size: 17px;
    height: 310px;
  }
  body main section.contato .lista-vagas h4 {
    font-size: 22px;
  }
  body main section.contato .lista-vagas .itens {
    font-size: 15px;
  }
  body main section.contato .vagas {
    padding: 25px;
  }
  body main section.contato .vagas h1.destaque {
    font-size: 22px;
  }
  body main section.contato .vagas h1.destaque:before {
    bottom: -2px;
  }
  body main section.contato .tfix {
    display: block;
    margin-top: 65px;
  }
  body main section.contato h1 {
    font-size: 22px;
  }
  body main section.contato h1.destaque {
    font-size: 20px;
  }
  body main section.contato h1.destaque:before {
    bottom: -3px;
  }
  body main section.contato .descricao {
    padding: 0 20px;
    font-size: 18px;
  }
  body main section.contato .box_contato {
    padding: 30px;
  }
  body main section.contato button {
    font-size: 14px;
  }
  body main section.contato .box_telefones {
    padding-left: 0;
    padding: 20px 30px !important;
    margin-top: 10px;
  }
  body main section.contato .box_telefones .item .txt {
    font-size: 15px;
  }
}
body main section.rfid {
  background-image: url("../image/bg_rfid.png");
  background-size: cover;
  padding-bottom: 100px;
}
body main section.rfid .sobrepor {
  position: absolute;
  height: 50px;
  left: calc(50% - 55px);
  width: 55px;
  margin-top: -25px;
}
@media (max-width: 991px) {
  body main section.rfid .sobrepor {
    display: none;
  }
}
body main section.rfid .box-video {
  margin-right: 30px;
}
body main section.rfid .box-video iframe, body main section.rfid .box-video img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 400px;
  border-radius: 8px;
  box-shadow: 1px 3px 8px 2px #353535;
}
body main section.rfid .row {
  padding-top: 80px;
}
body main section.rfid .conteudo-video {
  font-weight: 300;
  font-size: 24px;
}
body main section.rfid .conteudo-video h1 {
  font-size: 36px;
  color: #23494a;
}
body main section.rfid .conteudo-video h1 strong {
  color: #23494a !important;
}
body main section.rfid .conteudo-video strong {
  color: #f46952;
  font-weight: 700;
}
body main section.rfid .funcionalidades {
  justify-content: space-around;
  align-items: center;
  max-width: 1350px;
  margin: auto;
  padding-top: 20px !important;
}
body main section.rfid .funcionalidades .item {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}
body main section.rfid .funcionalidades .img-circle {
  border-radius: 100%;
  height: 140px;
  width: 140px;
  border: 8px solid lightgray;
  overflow: hidden;
  margin-right: 20px;
}
body main section.rfid .funcionalidades span {
  color: #23494a;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 800;
  max-width: 250px;
  display: block;
}
body main section.rfid .funcionalidades img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  body main section.rfid .row {
    padding-top: 30px;
  }
  body main section.rfid .conteudo-video {
    font-size: 20px;
  }
  body main section.rfid .conteudo-video h1 {
    font-size: 30px;
    margin-top: 20px;
  }
  body main section.rfid .funcionalidades .item {
    flex-flow: column;
    text-align: center;
    margin: 15px 0;
  }
  body main section.rfid .funcionalidades .item span {
    font-size: 18px;
  }
  body main section.rfid .funcionalidades .item .img-circle {
    margin-right: 0;
    margin-bottom: 20px;
  }
  body main section.rfid .box-video {
    margin: 0;
  }
  body main section.rfid .box-video iframe {
    height: 300px;
  }
}
body main section.cta-rfid {
  background: url("../image/banner_rfid-cta.png");
  background-position: top;
  background-repeat: no-repeat;
  margin-top: -65px;
  padding-top: 60px;
  min-height: 350px;
}
body main section.cta-rfid .quero-conhecer {
  cursor: pointer;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(90deg, #fd8976 0%, #f05b43 72%);
  color: white;
  border: none;
  max-width: 340px;
  margin: auto;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body main section.cta-rfid .quero-conhecer::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #004749;
  transition: all 0.3s;
}
body main section.cta-rfid .quero-conhecer:hover {
  color: white;
  box-shadow: 2px 2px 2px 1px #cacaca;
  border-color: #004749;
  transform: translateY(-2px);
}
body main section.cta-rfid .quero-conhecer:hover::before {
  top: 0px;
}
body main section.cta-rfid .ln1 {
  color: #004749;
  text-align: center;
  font-size: 36px;
}
body main section.cta-rfid .ln2 {
  color: #004749;
  text-align: center;
  font-size: 40px;
  z-index: 1;
  position: relative;
  max-width: 275px;
  margin: auto;
  font-weight: 800;
  margin-top: -15px;
}
body main section.cta-rfid .ln2.big {
  max-width: 420px;
}
body main section.cta-rfid .ln2:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 8px;
  width: 100%;
  height: 12px;
  background-color: #ff5d41;
  z-index: -1;
}
@media (max-width: 991px) {
  body main section.cta-rfid {
    min-height: 260px;
  }
  body main section.cta-rfid .quero-conhecer {
    max-width: 290px;
    padding: 10px;
  }
  body main section.cta-rfid .ln1 {
    font-size: 28px;
  }
  body main section.cta-rfid .ln2 {
    font-size: 33px;
  }
  body main section.cta-rfid .ln2:before {
    max-width: 230px;
    left: calc(50% - 115px);
  }
  body main section.cta-rfid .ln2.big {
    font-size: 24px;
  }
  body main section.cta-rfid .ln2.big:before {
    max-width: 250px;
    left: calc(50% - 125px);
    bottom: 2px;
  }
}
body main section.rfid-conheca {
  min-height: 1020px;
  background: url("../image/rfid_conheca.png");
  background-position: top;
  background-repeat: no-repeat;
  margin-top: -90px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
body main section.rfid-conheca .texto {
  color: white;
  max-width: 700px;
  margin: auto;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
}
body main section.rfid-conheca .texto strong {
  color: #ffd100;
  font-weight: 600;
}
body main section.rfid-conheca hr {
  max-width: 130px;
  margin: 30px auto;
  border: none;
  height: 6px;
  background: #ffd100;
}
body main section.rfid-conheca a {
  margin-top: 50px;
  color: black;
  display: block;
  max-width: 420px;
  background-color: #ffd100;
  margin: auto;
  font-size: 17px;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  transition: all 0.5s;
}
body main section.rfid-conheca a:hover {
  background-color: #004749;
  color: white;
}
body main section.rfid-conheca.ecommerce {
  background: url("../image/ecommerce_conheca.png");
}
@media (max-width: 991px) {
  body main section.rfid-conheca {
    display: block;
    background: url("../image/rfid_conheca_mobile.png");
    background-size: cover;
    background-position: center;
    margin-top: 0;
    min-height: 0;
    padding-top: 20px;
  }
  body main section.rfid-conheca.ecommerce {
    background: url("../image/ecommerce_conheca_mobile.png");
  }
  body main section.rfid-conheca .texto {
    line-height: 35px;
    padding: 20px;
    font-size: 25px;
    position: static;
  }
  body main section.rfid-conheca a {
    font-size: 12px;
    padding: 6px 0;
    margin-bottom: 20px;
  }
}
body main section.clientes {
  padding: 60px 0;
  background-color: #f2f2f2;
  text-align: center;
}
body main section.clientes h1 {
  color: #23494a;
  text-align: center;
  font-size: 32px;
  max-width: 500px;
  margin: auto;
}
body main section.clientes h1 strong {
  color: #ff664d;
  font-weight: 800;
}
@media (max-width: 991px) {
  body main section.clientes h1 {
    font-size: 24px;
    margin: 0 20px;
  }
}
body main section.clientes hr {
  width: 100px;
  margin: 30px auto;
  border: none;
  background: #ff664d;
  height: 3px;
}
body main section.clientes .depoimentos {
  max-width: 1350px;
  justify-content: space-evenly;
  margin: auto;
  margin-top: 45px;
}
body main section.clientes .depoimentos .card-depoimento {
  max-width: 380px;
  margin-bottom: 50px;
  border: 1px solid rgba(70, 139, 140, 0.72);
  padding: 10px;
  border-radius: 5px;
  background-color: white;
}
body main section.clientes .depoimentos .card-depoimento .thumb {
  margin-bottom: 20px;
  width: 100%;
  height: 290px;
}
body main section.clientes .depoimentos .card-depoimento .thumb iframe {
  border: 1px solid #818181;
  border-radius: 8px;
  width: 100%;
}
body main section.clientes .depoimentos .card-depoimento .thumb img {
  border: 2px solid #818181;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
body main section.clientes .depoimentos .card-depoimento .descricao {
  font-size: 20px;
  font-weight: 300;
  color: black;
  margin-bottom: 20px;
  text-align: left;
}
body main section.clientes .depoimentos .card-depoimento .descricao i.fas.fa-quote-right, body main section.clientes .depoimentos .card-depoimento .descricao i.fas.fa-quote-left {
  color: #ff6045;
  font-size: 21px;
  transform: translateY(-5px);
}
body main section.clientes .depoimentos .card-depoimento .autor {
  font-size: 21px;
  font-weight: 700;
  color: #ff6045;
  text-align: left;
}
@media (max-width: 991px) {
  body main section.clientes .depoimentos {
    padding: 20px;
  }
  body main section.clientes .depoimentos .autor {
    margin-bottom: 20px;
  }
}
body main section.clientes2 {
  padding: 50px 20px;
}
body main section.clientes2 h1 {
  color: #23494a;
  text-align: center;
  font-size: 32px;
  max-width: 500px;
  margin: auto;
}
body main section.clientes2 h1 strong {
  color: #ff664d;
  font-weight: 800;
}
body main section.clientes2 hr {
  width: 100px;
  margin: 30px auto;
  border: none;
  background: #ff664d;
  height: 3px;
}
body main section.clientes2 .clientes {
  max-width: 1350px;
  margin: auto;
  margin-top: 50px;
}
body main section.clientes2 .owl-nav button.owl-prev {
  position: absolute;
  left: -70px;
  top: calc(50% - 15px);
  font-size: 25px;
  color: white;
  border: none;
  filter: invert(1);
  outline: none;
  background-color: transparent;
}
@media (max-width: 991px) {
  body main section.clientes2 .owl-nav button.owl-prev {
    left: -20px;
  }
}
body main section.clientes2 .owl-nav button.owl-prev::before {
  content: url("../image/chevron-left.png");
}
body main section.clientes2 .owl-nav button.owl-prev span {
  display: none;
}
body main section.clientes2 .owl-nav button.owl-next {
  position: absolute;
  right: -70px;
  top: calc(50% - 15px);
  font-size: 25px;
  filter: invert(1);
  color: white;
  border: none;
  outline: none;
  background-color: transparent;
}
@media (max-width: 991px) {
  body main section.clientes2 .owl-nav button.owl-next {
    right: -20px;
  }
}
body main section.clientes2 .owl-nav button.owl-next::before {
  content: url("../image/chevron-right.png");
}
body main section.clientes2 .owl-nav button.owl-next span {
  display: none;
}
body main section.clientes2 .cliente-card {
  background-color: white;
  height: 130px;
  width: 250px;
  padding: 20px;
  overflow: hidden;
}
body main section.clientes2 .cliente-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.ecommerce {
  padding: 60px 0;
}
body main section.ecommerce h1 {
  color: #23494a;
  text-align: center;
  font-size: 32px;
}
body main section.ecommerce h1 strong {
  color: #ffd100;
}
body main section.ecommerce hr {
  width: 100px;
  margin: 30px auto;
  border: none;
  background: gainsboro;
  height: 3px;
}
body main section.ecommerce .vantagens {
  max-width: 1350px;
  margin: auto;
  justify-content: space-evenly;
  align-items: center;
}
body main section.ecommerce .vantagens .vantagem-item {
  font-size: 20px;
  color: dimgray;
  text-align: center;
  max-width: 520px;
  margin: 30px 0;
}
body main section.ecommerce .vantagens .vantagem-item h2 {
  color: #ff5d41;
  max-width: 400px;
  margin: auto;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.ecommerce h1 {
    font-size: 26px;
    margin: 0 10px;
  }
  body main section.ecommerce .vantagem-item h2 {
    font-size: 24px;
  }
}
body main section.blog-categorias {
  border-top: 5px solid #ff6045;
  border-bottom: 1px solid lightgray;
}
body main section.blog-categorias .categorias {
  max-width: 1350px;
  margin: auto;
  padding: 20px 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
body main section.blog-categorias .categorias a {
  font-size: 18px;
  text-transform: uppercase;
  color: #516f73;
  font-weight: 700;
  transition: all 0.3s;
}
body main section.blog-categorias .categorias a:hover {
  color: #ff674e;
}
body main section.blog-categorias .categorias a.active {
  color: #ff6045;
}
body main section.blog-categorias .categorias img {
  height: 28px;
}
@media (max-width: 991px) {
  body main section.blog-categorias .categorias {
    flex-flow: column;
  }
  body main section.blog-categorias a {
    margin: 5px 0;
  }
  body main section.blog-categorias img {
    display: none;
  }
}
body main section.blog {
  padding: 50px 0;
}
body main section.blog .notfound {
  color: gray;
  text-align: center;
  font-size: 20px;
  font-style: italic;
}
body main section.blog h1 {
  color: #23494a;
  text-align: center;
  font-size: 32px;
}
@media (max-width: 991px) {
  body main section.blog h1 {
    font-size: 20px;
  }
}
body main section.blog h1 strong {
  color: #ff6045;
}
body main section.blog hr {
  max-width: 80px;
  margin: 30px auto;
  border: none;
  height: 3px;
  background: gainsboro;
}
body main section.blog .container {
  max-width: 1350px;
}
body main section.blog .destaque {
  margin-top: 40px;
  border-radius: 10px;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
body main section.blog .destaque:hover {
  transform: translate(-5px, -5px);
  box-shadow: 5px 5px 10px lightgrey;
}
body main section.blog .destaque a {
  color: black;
}
body main section.blog .destaque .overflow {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 175px;
}
body main section.blog .destaque .content {
  margin: 0;
  align-items: stretch;
}
body main section.blog .destaque .texto {
  padding: 80px 120px;
  font-size: 20px;
  font-weight: 300;
  color: black;
}
body main section.blog .destaque .texto .lermais {
  color: #ff6045;
  font-weight: 700;
  display: block;
  margin-top: 20px;
}
body main section.blog .destaque .texto h1 {
  text-align: left;
  color: #ff6045;
}
body main section.blog .destaque .texto .data {
  color: #ffcc00;
  background-color: #5e0045;
  font-weight: 700;
  display: inline-block;
  padding: 7px 15px;
  font-size: 17px;
  border-radius: 4px;
  margin-bottom: 15px;
}
body main section.blog .destaque .imagem {
  padding: 0;
}
body main section.blog .destaque .imagem img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body main section.blog .destaque .texto {
    padding: 20px;
  }
  body main section.blog .destaque .imagem img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
body main section.posts-blog {
  margin: 30px auto;
  padding-bottom: 50px;
}
body main section.posts-blog .box-listagem .nao-encontrato {
  font-size: 20px;
  font-weight: 400;
  color: #2830a8;
}
body main section.posts-blog .box-listagem .card-blog {
  background-color: white;
  box-shadow: 2px 2px 20px 5px #e4e4e4;
  margin-bottom: 50px;
  border-radius: 3px;
  position: relative;
  transition: all 0.3s;
}
body main section.posts-blog .box-listagem .card-blog:hover {
  box-shadow: 2px 2px 20px 5px #c8c5c5;
  transform: translateY(-2px);
}
body main section.posts-blog .box-listagem .card-blog .img-thumb {
  width: 100%;
  position: relative;
}
body main section.posts-blog .box-listagem .card-blog .img-thumb img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.posts-blog .box-listagem .card-blog .img-thumb .data {
  position: absolute;
  background-color: #5e0045;
  padding: 7px 20px;
  color: #ffcc00;
  border-radius: 4px;
  bottom: 0px;
  left: 50px;
  transform: translateY(17px);
  font-size: 15px;
  font-weight: 800;
}
body main section.posts-blog .box-listagem .card-blog .post-in {
  padding: 45px 40px;
}
body main section.posts-blog .box-listagem .card-blog .post-in .post-titulo {
  font-size: 23px;
  font-weight: 700;
  color: #ff674e;
  line-height: 1.4;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  min-height: 96px;
}
@media screen and (max-width: 991px) {
  body main section.posts-blog .box-listagem .card-blog .post-in .post-titulo {
    -webkit-line-clamp: 3;
  }
}
body main section.posts-blog .box-listagem .card-blog .post-in .post-descricao {
  font-size: 18px;
  font-weight: 400;
  color: black;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  min-height: 81px;
}
body main section.posts-blog .box-listagem .card-blog .quero-ler {
  position: absolute;
  bottom: -25px;
  left: 37px;
}
body main section.posts-blog .box-listagem .card-blog .quero-ler i.fas.fa-plus {
  background-color: #ebebeb;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #362d70;
}
@media screen and (max-width: 991px) {
  body main section.posts-blog .box-listagem .card-blog .post-in {
    padding: 30px 15px;
  }
}
body main section.paginacao {
  margin-top: -40px;
  margin-bottom: 40px;
}
body main section.paginacao .row {
  margin: 0;
  justify-content: center;
  text-align: center;
}
body main section.paginacao li {
  background-color: #ebebeb;
  padding: 20px;
  font-size: 18px;
  color: #23494a;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
}
body main section.paginacao li.active {
  background-color: #e6e6e6 !important;
}
body main section.paginacao li:hover {
  background-color: #cecece !important;
}
body main section.conteudo-header {
  background: url("../image/bg_header.png");
  background-size: cover;
  background-position: center;
}
body main section.conteudo-header .container {
  max-width: 1400px;
  padding: 20px;
  padding-bottom: 10px;
}
body main section.conteudo {
  padding: 50px 0;
}
@media (max-width: 991px) {
  body main section.conteudo {
    padding: 30px 0;
  }
}
body main section.conteudo .data {
  color: white;
  background-color: #3b6f71;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 15px;
}
body main section.conteudo .cat {
  color: #ff6045;
  font-weight: 600;
  display: inline-block;
  margin-left: 10px;
  text-transform: uppercase;
}
body main section.conteudo .cat a {
  color: #ff6045;
}
@media (max-width: 991px) {
  body main section.conteudo .cat {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
body main section.conteudo h1 {
  margin-top: 20px;
  color: #3b6f71;
  font-size: 36px;
  max-width: 650px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.conteudo h1 {
    font-size: 26px;
  }
}
body main section.conteudo .container {
  max-width: 1200px;
}
body main section.conteudo .conteudo {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 400;
}
body main section.conteudo .conteudo h1, body main section.conteudo .conteudo h2, body main section.conteudo .conteudo h3, body main section.conteudo .conteudo h4, body main section.conteudo .conteudo h5 {
  color: #3b6f71;
  font-weight: 600;
  margin: 10px 0;
  display: block;
}
body main section.conteudo .conteudo img {
  width: 100%;
  margin: 20px 0;
}
@media (max-width: 991px) {
  body main section.conteudo .conteudo {
    font-size: 18px;
  }
}
body main section.conteudo h3 {
  margin-top: 50px;
  font-size: 28px;
  margin-bottom: 0;
}
body main section.conteudo .categorias {
  border: 1px solid gainsboro;
  border-radius: 10px;
  box-shadow: 3px 3px 10px gainsboro;
}
body main section.conteudo .categorias hr {
  margin: 0;
}
body main section.conteudo .categorias h3 {
  padding: 30px;
  margin-top: 0;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 0;
  padding-bottom: 20px;
}
body main section.conteudo .categorias .fa-ul {
  padding: 20px;
  padding-top: 0;
  padding-bottom: 10px;
}
body main section.conteudo .categorias .fa-ul li {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 300;
}
body main section.conteudo .categorias .fa-ul li a {
  transition: all 0.3s;
  color: black;
}
body main section.conteudo .categorias .fa-ul li:hover a {
  color: #ff6045;
}
@media (max-width: 991px) {
  body main section.conteudo .categorias h3 {
    font-size: 23px;
    padding: 20px;
  }
  body main section.conteudo .categorias ul {
    padding: 10px;
  }
  body main section.conteudo .categorias li {
    font-size: 18px;
    margin: 15px 0;
  }
}
body main section.conteudo .post {
  margin: 30px 0;
}
body main section.conteudo .post .data_rel {
  background: #ff6045;
  display: block;
  max-width: 100px;
  text-align: center;
  color: white;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 10px;
}
body main section.conteudo .post .cat_rel {
  color: #ff6045;
  text-transform: uppercase;
}
body main section.conteudo .post h4 {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #3b6f71;
}
body main section.conteudo .compartilhar {
  float: right;
  margin: 30px 0;
}
body main section.modulos-interna .filhos {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 850px;
  margin: auto;
  margin-top: 30px;
}
body main section.modulos-interna .filhos .filho {
  display: block;
  width: calc(33% - 40px);
  margin: 20px;
  text-align: center;
}
body main section.modulos-interna .filhos .filho .icon {
  margin-bottom: 15px;
}
body main section.modulos-interna .filhos .filho .icon svg {
  width: 70px;
  height: 70px;
  fill: dimgray;
  transition: all 0.3s;
}
body main section.modulos-interna .filhos .filho .titulo {
  transition: all 0.3s;
  color: dimgray;
  font-size: 20px;
  font-weight: 600;
}
body main section.modulos-interna .filhos .filho:last-child {
  margin-right: auto !important;
}
body main section.modulos-interna .filhos .filho:hover .icon svg {
  fill: #ff664d;
}
body main section.modulos-interna .filhos .filho:hover .titulo {
  color: #ff664d;
}
body main section.modulos-interna .container {
  padding: 0;
  max-width: 1360px;
  padding: 50px 0;
}
body main section.modulos-interna .box-categorias {
  background: #ecf0f1;
  border-radius: 5px;
  border: 1px solid lightgray;
  border-bottom: none;
  border-top: none;
  box-shadow: 5px 5px 5px gainsboro;
}
body main section.modulos-interna .box-categorias .menu {
  font-size: 16px;
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid lightgray;
  border-top: 1px solid lightgray;
  transition: all 0.3s;
}
body main section.modulos-interna .box-categorias .menu:hover {
  background-color: #d7d7d7;
}
body main section.modulos-interna .box-categorias .menu.active {
  background-color: #003e42;
  color: white;
}
body main section.modulos-interna .box-categorias .menu.active .seta {
  transform: rotate(180deg);
}
body main section.modulos-interna .box-categorias .menu:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
body main section.modulos-interna .box-categorias .menu-hide {
  background-color: #d7d7d7;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s;
}
body main section.modulos-interna .box-categorias .menu-hide .item {
  padding-left: 35px;
}
body main section.modulos-interna .box-categorias .menu-hide .item a {
  color: black;
  margin: 5px 0;
  display: inline-block;
}
body main section.modulos-interna .box-categorias .menu-hide .item a.active {
  color: #003e42;
  font-weight: bold;
}
body main section.modulos-interna .box-categorias .menu-hide .item i {
  margin-right: 10px;
}
body main section.modulos-interna .box-categorias .menu-hide.active {
  padding: 10px 0;
  max-height: 3000px;
}
body main section.modulos-interna .conteudo {
  padding: 0 60px;
  font-size: 22px;
  font-weight: 500;
  color: #003e42;
}
body main section.modulos-interna .conteudo h1 {
  color: #ff664d;
  font-weight: 600;
  font-size: 42px;
}
body main section.modulos-interna .conteudo img {
  width: 100%;
  margin: 20px 0;
}
body main section.modulos-interna .conteudo ul li {
  margin: 15px 0;
}
body main section.modulos-interna .conteudo .funcoes-title {
  background-color: #007172;
  color: white;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 5px;
  margin: 20px 0;
}
body main section.modulos-interna .conteudo .funcoes {
  font-size: 24px;
  font-weight: 700;
  color: #007172;
}
body main section.modulos-interna .conteudo .funcoes ul {
  list-style: none;
  margin-bottom: 30px;
}
body main section.modulos-interna .conteudo .funcoes li {
  position: relative;
  margin: 5px 0;
  font-size: 20px;
  font-weight: 500;
}
body main section.modulos-interna .conteudo .funcoes li:before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #ff664d;
  font-weight: 600;
  left: -32px;
  top: 0px;
}
@media (max-width: 991px) {
  body main section.modulos-interna .filhos .filho {
    width: calc(50% - 20px);
    margin: 10px;
  }
  body main section.modulos-interna .filhos .filho .titulo {
    font-size: 16px;
  }
  body main section.modulos-interna .filhos .filho .icon svg {
    width: 50px;
    height: 50px;
  }
  body main section.modulos-interna .row {
    margin: 0;
  }
  body main section.modulos-interna .conteudo {
    padding: 0 20px;
    margin-top: 30px;
    font-size: 18px;
  }
  body main section.modulos-interna .conteudo .titulo {
    font-size: 36px;
  }
  body main section.modulos-interna .funcoes {
    font-size: 20px;
  }
  body main section.modulos-interna .funcoes li {
    font-size: 17px;
  }
}
body main section.sobre-tripe div.texto-tripe {
  background-color: #f2f2f2;
  padding: 50px;
  font-size: 20px;
  color: dimgray;
  font-weight: 300;
}
body main section.sobre-tripe div.texto-tripe h1 {
  text-align: center;
  color: #23494a;
  font-weight: 800;
  font-size: 28px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 45px;
}
body main section.sobre-tripe div.texto-tripe h1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: #f3664f;
  bottom: -20px;
  left: 0;
}
@media (max-width: 991px) {
  body main section.sobre-tripe div.texto-tripe {
    padding: 30px 20px;
    font-size: 18px;
  }
  body main section.sobre-tripe div.texto-tripe h1 {
    font-size: 24px;
  }
}
body main section.sobre-tripe div.economia-tripe {
  background-image: url("../image/bg_tripe1.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -80px;
  background-color: #f2f2f2;
  color: white;
  font-size: 20px;
  font-weight: 300;
  padding: 170px 0 50px 0;
}
body main section.sobre-tripe div.economia-tripe h1 {
  font-size: 28px;
  font-weight: 700;
  position: relative;
  max-width: 200px;
  margin-bottom: 20px;
}
body main section.sobre-tripe div.economia-tripe h1:after {
  position: absolute;
  content: "";
  bottom: -8px;
  width: 100%;
  height: 5px;
  left: 0;
  background-color: #f3664f;
}
@media (max-width: 991px) {
  body main section.sobre-tripe div.economia-tripe {
    margin-top: 0;
    background-image: none;
    background-color: #0c5759;
    padding: 30px 20px;
    font-size: 18px;
  }
  body main section.sobre-tripe div.economia-tripe h1 {
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 150px;
  }
}
body main section.sobre-tripe div.ambiental-tripe {
  background-image: url("../image/bg_tripe2.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  color: dimgray;
  font-size: 20px;
  font-weight: 300;
  padding: 50px 0 80px 0;
}
body main section.sobre-tripe div.ambiental-tripe h1 {
  font-size: 28px;
  font-weight: 700;
  position: relative;
  max-width: 200px;
  margin-bottom: 20px;
  color: #23494a;
}
body main section.sobre-tripe div.ambiental-tripe h1:after {
  position: absolute;
  content: "";
  bottom: -8px;
  width: 100%;
  height: 5px;
  left: 0;
  background-color: #f3664f;
}
@media (max-width: 991px) {
  body main section.sobre-tripe div.ambiental-tripe {
    background-image: none;
    background-color: white;
    padding: 30px 20px;
    font-size: 18px;
  }
  body main section.sobre-tripe div.ambiental-tripe h1 {
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 150px;
  }
}
body main section.sobre-tripe div.social-tripe {
  background-image: url("../image/bg_tripe3.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -30px;
  color: white;
  font-size: 20px;
  font-weight: 300;
  padding: 80px 0;
}
body main section.sobre-tripe div.social-tripe h1 {
  font-size: 28px;
  font-weight: 700;
  position: relative;
  max-width: 200px;
  margin-bottom: 20px;
}
body main section.sobre-tripe div.social-tripe h1:after {
  position: absolute;
  content: "";
  bottom: -8px;
  width: 100%;
  height: 5px;
  left: 0;
  background-color: #f3664f;
}
@media (max-width: 991px) {
  body main section.sobre-tripe div.social-tripe {
    margin-top: 0;
    background-image: none;
    background-color: #341037;
    padding: 30px 20px;
    font-size: 18px;
  }
  body main section.sobre-tripe div.social-tripe h1 {
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 150px;
  }
}
body footer {
  /* MODAL */
  /*usados*/
  @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");
}
body footer .modal-content {
  border-radius: 10px !important;
  background-color: white;
}
body footer .modal-content .closebtn {
  outline: none;
  color: white;
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 400;
  opacity: 1;
  font-size: 15px;
}
body footer .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body footer .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body footer .modal-lg {
  max-width: 740px !important;
}
body footer .modal-body {
  padding: 30px;
  font-size: 18px;
  color: black;
}
body footer .modal-body input, body footer .modal-body select, body footer .modal-body textarea {
  width: 100%;
  font-family: inherit;
  font-size: 18px;
  border: 1px solid gainsboro;
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 4px;
  color: black;
  margin-bottom: 20px;
}
body footer .modal-body textarea {
  resize: none;
  height: 80px;
}
body footer .modal-body hr {
  width: 100px;
  margin: 30px auto;
  border: none;
  background: gainsboro;
  height: 3px;
}
body footer .modal-body form {
  margin: auto;
  max-width: 450px;
  margin-top: 35px;
}
body footer .modal-body span {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
body footer .modal-body img {
  display: block;
  margin: auto;
}
body footer .modal-body h1 {
  color: #23494a;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 10px;
  text-align: center;
}
body footer .modal-body h1 strong {
  font-weight: 800;
}
body footer .modal-body h4 {
  font-size: 20px;
  font-weight: 300;
  margin: auto;
  text-align: center;
}
body footer .modal-body .button {
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  margin-top: 0;
  border: none;
  font-size: 17px;
  font-weight: 700;
  background: linear-gradient(90deg, rgb(253, 137, 118) 0%, rgb(240, 91, 67) 72%);
  color: white;
  outline: none;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body footer .modal-body .button::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #004749;
  transition: all 0.3s;
}
body footer .modal-body .button:hover {
  color: white;
  box-shadow: 2px 2px 2px 1px #cacaca;
  border-color: #004749;
  transform: translateY(-2px);
}
body footer .modal-body .button:hover::before {
  top: 0px;
}
@media (max-width: 991px) {
  body footer .modal-body {
    padding: 20px;
    font-size: 15px;
  }
  body footer .modal-body h1 {
    font-size: 25px;
  }
  body footer .modal-body input, body footer .modal-body select, body footer .modal-body textarea {
    font-size: 15px;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  body footer .modal-body h4 {
    font-size: 16px;
  }
  body footer .modal-body .button {
    font-size: 14px;
  }
}
body footer section.footer-mapa {
  border-top: 5px solid #ff6045;
  border-bottom: 3px solid #ff6045;
  width: 100%;
  height: 350px;
}
body footer section.footer-mapa iframe {
  width: 100%;
  height: 100%;
}
body footer section.footer-copyright {
  padding: 20px 0px 80px 0px;
  background-color: #00282b;
}
body footer section.footer-copyright .conteudo {
  font-size: 16px;
  margin-top: 12px;
  text-align: center;
  color: white;
}
body footer section.footer-copyright .conteudo span {
  font-weight: 700;
}
body footer section.footer-copyright .selos {
  text-align: center;
}
@media screen and (max-width: 991px) {
  body footer section.footer-copyright {
    padding: 20px 0px 80px 0px;
  }
  body footer section.footer-copyright .conteudo, body footer section.footer-copyright .selos {
    text-align: center;
  }
}
body footer section.footer-rodape {
  padding: 50px 0px;
  background-color: #004a4e;
}
body footer section.footer-rodape .stone {
  height: 80px;
  margin-left: 50px;
}
@media (max-width: 991px) {
  body footer section.footer-rodape .stone {
    margin: auto;
    margin-top: 20px;
    display: block;
  }
}
body footer section.footer-rodape .logo-rodape {
  text-align: center;
  margin-bottom: 30px;
}
body footer section.footer-rodape .logo-rodape img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body footer section.footer-rodape .box-flex-contatos {
  display: flex;
  width: 100%;
  justify-content: space-around;
  max-width: 1200px;
  margin: auto;
}
body footer section.footer-rodape .box-flex-contatos .telefone-flex {
  display: flex;
  color: white;
}
body footer section.footer-rodape .box-flex-contatos .telefone-flex .icon {
  font-size: 18px;
  font-weight: 600;
  color: #ff5742;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
body footer section.footer-rodape .box-flex-contatos .telefone-flex .in-texto .in-number a {
  color: white;
  transition: all 0.3s;
}
body footer section.footer-rodape .box-flex-contatos .telefone-flex .in-texto .in-number a:hover {
  color: #ff5742;
}
body footer section.footer-rodape .box-flex-contatos .endereco-flex {
  display: flex;
}
body footer section.footer-rodape .box-flex-contatos .endereco-flex .icon {
  font-size: 18px;
  font-weight: 600;
  color: #ff5742;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
body footer section.footer-rodape .box-flex-contatos .endereco-flex .endereco-in {
  color: white;
  max-width: 280px;
}
body footer section.footer-rodape .box-flex-contatos .endereco-flex .endereco-in a {
  color: white;
  transition: all 0.3s;
}
body footer section.footer-rodape .box-flex-contatos .endereco-flex .endereco-in a:hover {
  color: #ff5742;
}
body footer section.footer-rodape .formulario-newsletter {
  padding: 40px 0px;
  position: relative;
}
body footer section.footer-rodape .formulario-newsletter .msg-news {
  position: relative;
}
body footer section.footer-rodape .formulario-newsletter .msg-news::before {
  content: url("../image/icon-mail.png");
  float: left;
  margin-right: 20px;
}
body footer section.footer-rodape .formulario-newsletter .msg-news .txt-1-in {
  font-size: 23px;
  font-weight: 300;
  color: #ff5742;
  line-height: 1.2;
}
body footer section.footer-rodape .formulario-newsletter .msg-news .txt-2-in {
  font-size: 23px;
  font-weight: 700;
  color: #ff5742;
  line-height: 1.2;
}
body footer section.footer-rodape .formulario-newsletter .campo {
  width: 100%;
}
body footer section.footer-rodape .formulario-newsletter .campo input {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 15px;
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: white;
}
body footer section.footer-rodape .formulario-newsletter .campo ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 18px;
  font-weight: 500;
  color: white;
  opacity: 1; /* Firefox */
}
body footer section.footer-rodape .formulario-newsletter .campo ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 18px;
  font-weight: 500;
  color: white;
  opacity: 1; /* Firefox */
}
body footer section.footer-rodape .formulario-newsletter .campo :-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 18px;
  font-weight: 500;
  color: white;
}
body footer section.footer-rodape .formulario-newsletter .campo ::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 18px;
  font-weight: 500;
  color: white;
}
body footer section.footer-rodape .formulario-newsletter button.cta-enviar {
  cursor: pointer;
  background-color: #ffce0f;
  border: 1px solid #ffce0f;
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  color: black;
  transition: all 0.3s;
}
body footer section.footer-rodape .formulario-newsletter button.cta-enviar:hover {
  background-color: white;
  color: black;
}
body footer section.footer-rodape .menu-rodape {
  padding: 40px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
body footer section.footer-rodape .menu-rodape ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0px;
  padding: 0px;
}
body footer section.footer-rodape .menu-rodape ul li {
  list-style: none;
  padding: 0px;
}
body footer section.footer-rodape .menu-rodape ul li a {
  font-size: 17px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  position: relative;
}
body footer section.footer-rodape .menu-rodape ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 0px;
  height: 2px;
  background-color: white;
  opacity: 0;
  transition: all 0.5s;
}
body footer section.footer-rodape .menu-rodape ul li a:hover::after {
  width: 100%;
  opacity: 1;
  left: 0px;
}
body footer section.footer-rodape .redes-sociais {
  display: flex;
  justify-content: space-around;
  max-width: 100px;
  margin: 0px auto 0px auto;
}
body footer section.footer-rodape .redes-sociais .icon {
  border: 1px solid #7d797c;
  color: #7d797c;
  font-size: 17px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
}
body footer section.footer-rodape .redes-sociais .icon:hover {
  transform: translateY(-2px);
  background-color: #7d797c;
  color: white;
}
@media screen and (max-width: 991px) {
  body footer section.footer-rodape .box-flex-contatos {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body footer section.footer-rodape .box-flex-contatos .telefone-flex {
    margin-bottom: 10px;
  }
  body footer section.footer-rodape .formulario-newsletter {
    text-align: center;
  }
  body footer section.footer-rodape .formulario-newsletter .msg-news {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 10px;
  }
  body footer section.footer-rodape .formulario-newsletter .msg-news::before {
    margin-right: 0px;
  }
  body footer section.footer-rodape .formulario-newsletter .campo {
    margin-bottom: 10px;
  }
  body footer section.footer-rodape .menu-rodape ul {
    flex-direction: column;
    text-align: center;
  }
  body footer section.footer-rodape .menu-rodape ul li {
    padding: 5px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  body footer section.footer-rodape .menu-rodape ul li:last-child {
    border-bottom: none;
  }
}
body footer section.barra-fixa {
  background-color: white;
  z-index: 500;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  max-height: 66px;
  border-top: 2px solid transparent;
  border-top: 2px solid #2b676d;
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  body footer section.barra-fixa {
    display: none !important;
  }
}
body footer section.barra-fixa.oculta {
  max-height: 0px;
  border-top: 2px solid transparent;
}
body footer section.barra-fixa .barra-fixa-in {
  padding: 10px 0px;
  /*Telefone e Whatsapp*/
  /*CTAS*/
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex {
  display: flex;
  justify-content: space-around;
  max-width: 580px;
  margin-right: auto;
  /*  Telefone e Whatsapp*/
}
@media screen and (max-width: 991px) {
  body footer section.barra-fixa .barra-fixa-in .box-contato-flex {
    flex-direction: column;
  }
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex .box-contato-in {
  display: flex;
  position: relative;
  transition: all 0.3s;
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex .box-contato-in::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 2px;
  left: 0px;
  bottom: -3px;
  transition: all 0.5s;
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex .box-contato-in.line-purple::after {
  background-color: #1aa9d1;
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex .box-contato-in.line-green::after {
  background-color: #008f00;
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex .box-contato-in:hover {
  transform: translateY(-2px);
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex .box-contato-in:hover:after {
  width: 100%;
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex .box-contato-in .icon {
  font-size: 26px;
  padding-right: 10px;
  padding-top: 5px;
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex .box-contato-in .icon.purple {
  color: #1aa9d1;
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex .box-contato-in .icon.green {
  color: #008f00;
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex .box-contato-in .texto .ref {
  font-size: 13px;
  font-weight: 600;
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex .box-contato-in .texto .ref.purple {
  color: #1aa9d1;
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex .box-contato-in .texto .ref.green {
  color: #008f00;
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex .box-contato-in .texto .number {
  font-size: 19px;
  line-height: 1;
  color: #565656;
}
@media screen and (max-width: 991px) {
  body footer section.barra-fixa .barra-fixa-in .box-contato-flex .box-contato-in {
    max-width: 190px;
    margin: 0px auto 10px auto;
  }
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex-cta {
  display: flex;
  justify-content: space-around;
  max-width: 580px;
  margin-left: auto;
  align-items: center;
  bottom: 8px;
  position: relative;
  /*  CTAS  */
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex-cta a {
  max-width: 300px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 700;
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex-cta a.cta-orange {
  background: linear-gradient(90deg, rgb(253, 137, 118) 0%, rgb(240, 91, 67) 72%);
  color: white;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex-cta a.cta-orange::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #004749;
  transition: all 0.3s;
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex-cta a.cta-orange:hover {
  color: white;
  box-shadow: 2px 2px 2px 1px #cacaca;
  border-color: #004749;
  transform: translateY(-2px);
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex-cta a.cta-orange:hover::before {
  top: 0px;
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex-cta a.cta-green-outline {
  border: 1px solid #468b8c;
  color: #468b8c;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex-cta a.cta-green-outline::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #004749;
  transition: all 0.3s;
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex-cta a.cta-green-outline:hover {
  color: white;
  box-shadow: 2px 2px 2px 1px #cacaca;
  border-color: #004749;
  transform: translateY(-2px);
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex-cta a.cta-green-outline:hover::before {
  top: 0px;
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex-cta .click-to-top a {
  display: block;
  cursor: pointer;
  transition: all 1s;
}
body footer section.barra-fixa .barra-fixa-in .box-contato-flex-cta .click-to-top a:hover {
  transform: rotate(360deg) translateY(-2px);
}
body footer section.botao-menu {
  position: fixed;
  bottom: 120px;
  right: 0px;
  transform: translateX(146px);
  transition: all 0.5s;
  z-index: 9990;
}
body footer section.botao-menu:hover {
  transform: translateX(0);
}
body footer section.botao-menu .flex-zap {
  display: flex;
  background: #0051a0;
  padding: 0px 10px 0px 17px;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid white;
}
body footer section.botao-menu .flex-zap .icon {
  font-size: 45px;
  color: white;
  margin-right: 15px;
  cursor: pointer;
}
body footer section.botao-menu .flex-zap .chamada {
  display: flex;
  align-items: center;
  justify-content: center;
}
body footer section.botao-menu .flex-zap .chamada .texto {
  cursor: pointer;
}
body footer section.botao-menu .flex-zap .chamada .texto .line1 {
  font-size: 12px;
  color: white;
}
body footer section.botao-menu .flex-zap .chamada .texto .line2 {
  font-size: 24px;
  font-weight: 560;
  color: white;
  line-height: 1.2;
}
body footer section.botao-whatsapp-lateral {
  position: fixed;
  bottom: 200px;
  right: 0px;
  transform: translateX(130px);
  transition: all 0.5s;
  z-index: 9990;
}
body footer section.botao-whatsapp-lateral:hover {
  transform: translateX(0);
}
body footer section.botao-whatsapp-lateral .flex-zap {
  display: flex;
  background: #339933;
  padding: 0px 10px 0px 13px;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid white;
}
body footer section.botao-whatsapp-lateral .flex-zap .icon {
  font-size: 45px;
  color: white;
  margin-right: 13px;
  cursor: pointer;
}
body footer section.botao-whatsapp-lateral .flex-zap .chamada {
  display: flex;
  align-items: center;
  justify-content: center;
}
body footer section.botao-whatsapp-lateral .flex-zap .chamada .texto {
  cursor: pointer;
}
body footer section.botao-whatsapp-lateral .flex-zap .chamada .texto .line1 {
  font-size: 12px;
  color: white;
}
body footer section.botao-whatsapp-lateral .flex-zap .chamada .texto .line2 {
  font-size: 24px;
  font-weight: 560;
  color: white;
  line-height: 1.2;
}
body footer section.botao-telefone-lateral {
  position: fixed;
  bottom: 277px;
  right: 0px;
  transform: translateX(133px);
  transition: all 0.5s;
  z-index: 9990;
}
body footer section.botao-telefone-lateral:hover {
  transform: translateX(0);
}
body footer section.botao-telefone-lateral .flex-zap {
  display: flex;
  background: #ea6b00;
  padding: 0px 10px 0px 12px;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid white;
}
body footer section.botao-telefone-lateral .flex-zap .icon {
  font-size: 45px;
  color: white;
  margin-right: 12px;
  cursor: pointer;
}
body footer section.botao-telefone-lateral .flex-zap .chamada {
  display: flex;
  align-items: center;
  justify-content: center;
}
body footer section.botao-telefone-lateral .flex-zap .chamada .texto {
  cursor: pointer;
}
body footer section.botao-telefone-lateral .flex-zap .chamada .texto .line1 {
  font-size: 12px;
  color: white;
}
body footer section.botao-telefone-lateral .flex-zap .chamada .texto .line2 {
  font-size: 24px;
  font-weight: 560;
  color: white;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  body footer section.botao-menu {
    display: none;
    transform: translateX(0) !important;
    bottom: 180px;
  }
  body footer section.botao-menu .flex-zap {
    width: 52px;
    height: 52px;
    align-items: center;
  }
  body footer section.botao-menu .flex-zap .icon {
    font-size: 25px;
    margin-right: 0px;
  }
  body footer section.botao-menu .flex-zap .chamada {
    display: none !important;
  }
  body footer section.botao-menu:hover {
    transform: translateX(0) !important;
  }
  body footer section.botao-whatsapp-lateral {
    transform: translateX(0) !important;
    bottom: 120px;
  }
  body footer section.botao-whatsapp-lateral .flex-zap {
    width: 52px;
    height: 52px;
    align-items: center;
  }
  body footer section.botao-whatsapp-lateral .flex-zap .icon {
    font-size: 30px;
    margin-right: 0px;
  }
  body footer section.botao-whatsapp-lateral .flex-zap .chamada {
    display: none !important;
  }
  body footer section.botao-whatsapp-lateral:hover {
    transform: translateX(0) !important;
  }
  body footer section.botao-telefone-lateral {
    transform: translateX(0) !important;
    bottom: 180px;
  }
  body footer section.botao-telefone-lateral .flex-zap {
    width: 52px;
    height: 52px;
    align-items: center;
  }
  body footer section.botao-telefone-lateral .flex-zap .icon {
    font-size: 30px;
    margin-right: 0px;
  }
  body footer section.botao-telefone-lateral .flex-zap .chamada {
    display: none !important;
  }
  body footer section.botao-telefone-lateral:hover {
    transform: translateX(0) !important;
  }
}
body footer .menu-mobile {
  background-color: #2b676d;
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  transition: all 0.5s;
}
body footer .menu-mobile.aberto {
  left: 0px;
}
body footer .menu-mobile .fechar {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 25px;
  font-weight: 700;
  color: white;
}
body footer .menu-mobile .logo {
  margin-top: 20px;
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
body footer .menu-mobile .logo img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
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;
  border-bottom: 1px solid white;
}
body footer .menu-mobile ul li a {
  color: white;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
body footer section.popup-lateral {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  transition: 0.3s all;
}
body footer section.popup-lateral.exibir {
  opacity: 1;
}
body footer section.popup-lateral.exibir .popup {
  pointer-events: all;
}
@media (max-width: 991px) {
  body footer section.popup-lateral {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
body footer section.popup-lateral .popup {
  background-color: white;
  position: relative;
  border: 1px solid #5f0046;
  margin-bottom: 70px;
}
body footer section.popup-lateral .popup img {
  margin: auto;
}
body footer section.popup-lateral .btn-fechar {
  position: absolute;
  top: -50px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 35px;
  color: white;
  background-color: #ffce0f;
  border-radius: 100%;
  color: #5f0046;
}
body footer section.popup-lateral .box-ctas {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
  margin: 10px auto 0 auto;
}
body footer section.popup-lateral .box-ctas a {
  padding: 3px 10px;
  min-height: 40px;
  margin: 5px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s all;
  text-align: center;
}
body footer section.popup-lateral .box-ctas a i {
  margin-right: 10px;
  font-size: 30px;
  font-weight: 300;
}
body footer section.popup-lateral .box-ctas a.ligamos-para-voce {
  background-color: #ffce0f;
  border: 1px solid #ffce0f;
  border-radius: 5px;
  color: #5f0046;
}
body footer section.popup-lateral .box-ctas a.ligamos-para-voce:hover {
  border: 1px solid #5f0046;
  background-color: #5f0046;
  color: #ffce0f;
}
body footer section.popup-lateral .box-ctas a.cotacao-online {
  background-color: red;
  border: 1px solid red;
  border-radius: 5px;
  color: white;
}
body footer section.popup-lateral .box-ctas a.cotacao-online:hover {
  background-color: white;
  color: red;
}
body footer section.popup-lateral .box-ctas a.whatsapp {
  background-color: #00b201;
  border: 1px solid #00b201;
  border-radius: 5px;
  color: white;
}
body footer section.popup-lateral .box-ctas a.whatsapp:hover {
  background-color: white;
  color: #00b201;
}
body footer section.popup-site {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
body footer section.popup-site.aberto {
  transition: opacity 0.5s ease-in-out;
  display: inherit;
  opacity: 1;
  z-index: 1000;
}
body footer section.popup-site .lente {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: -1;
}
body footer section.popup-site .box-modal {
  position: relative;
  padding: 15px;
  margin: 100px auto;
  display: block;
  max-width: 820px;
  padding-top: 50px;
}
@media screen and (min-width: 1199px) {
  body footer section.popup-site .box-modal {
    padding: 50px 30px 30px 30px;
  }
}
body footer section.popup-site .box-modal .button-close {
  position: absolute;
  font-size: 30px;
  top: -7px;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  body footer section.popup-site .box-modal .button-close {
    right: 15px;
  }
}
body footer section.popup-site .box-modal .button-close i {
  cursor: pointer;
  color: #004749;
  transition: 0.3s all;
}
body footer section.popup-site .box-modal .button-close i:hover {
  transform: scale(1.05);
}
body footer section.popup-site .box-modal .box-body img {
  width: 100%;
  max-width: 700px;
  margin: auto;
  display: block;
}
body footer section.popup-site .box-modal .box-body .box-ctas {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 30px auto 0px auto;
  max-width: 590px;
}
body footer section.popup-site .box-modal .box-body .box-ctas a {
  padding: 3px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s all;
}
body footer section.popup-site .box-modal .box-body .box-ctas a i {
  margin-right: 10px;
}
body footer section.popup-site .box-modal .box-body .box-ctas a.ligamos-para-voce {
  background-color: #004749;
  border: 1px solid #004749;
  border-radius: 5px;
  color: white;
}
body footer section.popup-site .box-modal .box-body .box-ctas a.ligamos-para-voce:hover {
  background-color: white;
  color: #004749;
}
body footer section.popup-site .box-modal .box-body .box-ctas a.cotacao-online {
  background-color: red;
  border: 1px solid red;
  border-radius: 5px;
  color: white;
}
body footer section.popup-site .box-modal .box-body .box-ctas a.cotacao-online:hover {
  background-color: white;
  color: red;
}
body footer section.popup-site .box-modal .box-body .box-ctas a.whatsapp {
  background-color: #00b101;
  border: 1px solid #00b101;
  border-radius: 5px;
  color: white;
  max-width: 200px;
}
body footer section.popup-site .box-modal .box-body .box-ctas a.whatsapp:hover {
  background-color: white;
  color: #25d366;
}
@media screen and (max-width: 991px) {
  body footer section.popup-site .box-modal .box-body .box-ctas {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  body footer section.popup-site .box-modal .box-body .box-ctas i.far.fa-envelope {
    display: none;
  }
  body footer section.popup-site .box-modal .box-body .box-ctas a:first-child {
    margin-bottom: 20px;
  }
}
body footer section.lente-modal-zap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
body footer section.lente-modal-zap.exibir {
  opacity: 1;
  z-index: 9999;
  pointer-events: unset;
}
body footer section.modal-whatsapp {
  position: fixed;
  right: 17px;
  bottom: 90px;
  background: #ebe2db;
  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: 510px;
  border-radius: 25px;
  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);
}
@media screen and (max-width: 991px) {
  body footer section.modal-whatsapp {
    right: 0px;
    top: 0px;
    bottom: unset;
    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,
body footer section.modal-whatsapp .msg-bot select {
  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 .msg-bot input::-moz-placeholder,
body footer section.modal-whatsapp .msg-bot select::-moz-placeholder {
  color: #757575;
  opacity: 1;
}
body footer section.modal-whatsapp .msg-bot input:-ms-input-placeholder,
body footer section.modal-whatsapp .msg-bot select:-ms-input-placeholder {
  color: #757575;
  opacity: 1;
}
body footer section.modal-whatsapp .msg-bot input::-webkit-input-placeholder,
body footer section.modal-whatsapp .msg-bot select::-webkit-input-placeholder {
  color: #757575;
  opacity: 1;
}
body footer section.modal-whatsapp .campo-acao {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  padding: 0px 10px;
  height: 44px;
}
body footer section.modal-whatsapp .campo-acao.mobile {
  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,
body footer section.modal-whatsapp .campo-acao .texto select {
  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 .texto input::-moz-placeholder,
body footer section.modal-whatsapp .campo-acao .texto select::-moz-placeholder {
  color: #757575;
  opacity: 1;
}
body footer section.modal-whatsapp .campo-acao .texto input:-ms-input-placeholder,
body footer section.modal-whatsapp .campo-acao .texto select:-ms-input-placeholder {
  color: #757575;
  opacity: 1;
}
body footer section.modal-whatsapp .campo-acao .texto input::-webkit-input-placeholder,
body footer section.modal-whatsapp .campo-acao .texto select::-webkit-input-placeholder {
  color: #757575;
  opacity: 1;
}
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;
}