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

html.resize {
  width: 100%;
  height: 100%;
}
html.resize body {
  width: 100%;
  height: 100%;
}
html.resize body main {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #cacaca;
  margin-right: 10px;
  border: none;
  outline: none;
  transition: 0.3s all;
}
.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #8f8f8f;
}

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

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

.main-cta {
  display: inline-block;
  background-color: #009c53;
  color: white;
  padding: 10px 10px;
  font-size: 15px;
  border-radius: 5px;
  font-weight: 500;
  outline: none;
  border: none;
  transition: 0.3s all;
}
.main-cta:hover {
  background-color: #c1212d;
  color: white;
}
.main-cta.secondary {
  background-color: #c1212d;
}
.main-cta.secondary:hover {
  background-color: #009c53;
}
.main-cta.terciary {
  background-color: #036336;
}
.main-cta.terciary:hover {
  background-color: #009c53;
}
.main-cta.outline {
  background-color: transparent;
  color: #009c53;
  border: 1px solid #009c53;
}
.main-cta.outline:hover {
  background-color: #009c53;
  color: white;
}
@media (max-width: 991px) {
  .main-cta {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .main-cta span {
    display: none;
  }
}

.main-phone {
  display: inline-flex;
  align-items: center;
  text-align: left;
  transition: 0.3s all;
  text-transform: uppercase;
}
.main-phone i {
  transition: 1s all ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1.3px solid #c1212d;
  font-size: 18px;
  color: #c1212d;
  margin-right: 10px;
}
.main-phone:hover {
  transform: translateY(-3px);
  text-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.main-phone:hover i {
  transform: rotate(360deg);
}
.main-phone.zap i {
  color: #009c53;
  border-color: #009c53;
}
.main-phone span {
  font-size: 13px;
  color: black;
}
.main-phone span strong {
  font-weight: 600;
  font-size: 17px;
  display: block;
}
@media (max-width: 1575px) {
  .main-phone i {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .main-phone span {
    font-size: 12px;
  }
  .main-phone span strong {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .main-phone span {
    font-size: 11px;
  }
  .main-phone span strong {
    font-size: 14px;
  }
}

body {
  font-size: 1em;
  font-family: "Maven Pro", sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.2;
  /* MODAL */
}
body div#lightbox {
  position: fixed !important;
  top: 10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .card-produto {
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  background-color: #fdfdfd;
  border: 1px solid #036336;
  border-top-width: 7px;
  border-top-color: #009c53;
  overflow: hidden;
  height: 100%;
  transition: 0.3s all;
}
body .card-produto:hover {
  transform: translateY(-3px);
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.1);
}
body .card-produto .botoes {
  display: flex;
  align-items: center;
}
body .card-produto .main-cta {
  display: block;
  border-radius: 0;
  margin-top: 3px;
  width: 100%;
  border-bottom: none;
  border-left: none;
}
body .card-produto .main-cta.zap {
  margin-top: 0;
}
body .card-produto .main-cta.outline {
  background-color: #001f3e;
  color: white;
  border-color: #001f3e;
}
body .card-produto .main-cta.secondary {
  border: 1px solid #c1212d;
  border-top-width: 0px;
}
@media (min-width: 1400px) {
  body .card-produto .main-cta.secondary {
    flex: 0 0 max-content;
  }
}
body .card-produto .main-cta.secondary:hover {
  border-color: #009c53;
}
body .card-produto .img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .card-produto .in-box {
  padding: 15px 20px;
  padding-bottom: 0;
}
body .card-produto .in-box .titulo {
  color: #c1212d;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
body .card-produto .in-box .txt {
  font-size: 15px;
  margin-bottom: 15px;
  color: black;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 55px;
}
@media (max-width: 991px) {
  body .card-produto .img {
    height: 150px;
  }
  body .card-produto .in-box .titulo {
    font-size: 18px;
  }
  body .card-produto .in-box .txt {
    font-size: 14px;
  }
}
body .card-cliente {
  display: block;
  border: 1px solid gainsboro;
  background-color: white;
  transition: 0.3s all;
}
body .card-cliente:hover {
  transform: translateY(-3px);
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.1);
}
body .card-cliente h4 {
  color: #009c53;
  font-size: 18px;
  text-align: center;
  margin: 0;
}
body .card-cliente .link {
  display: block;
  margin-top: 20px;
  color: #009c53;
  font-weight: 600;
  font-size: 17px;
  border-radius: 5px;
  text-align: center;
  border: 2px solid #009c53;
  padding: 10px 20px;
  transition: 0.3s all;
}
body .card-cliente .link:hover {
  background-color: #009c53;
  color: white;
}
body .card-cliente .txt {
  padding: 15px 30px 20px 30px;
}
body .card-cliente img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1199px) {
  body .card-cliente img {
    height: 180px;
  }
  body .card-cliente h4 {
    font-size: 16px;
  }
  body .card-cliente .link {
    font-size: 15px;
  }
}
body section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
body section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #009c53;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
body .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body .modal-lg {
  max-width: 650px;
}
body .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .modal-content {
  border-radius: 10px !important;
  background-color: white;
}
body .modal-content .closebtn {
  outline: none;
  color: white;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 500;
  opacity: 1;
  font-size: 15px;
}
body .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body .modal-body {
  padding: 30px 50px;
  border-radius: 15px;
}
body .modal-body h1 {
  color: #009c53;
  font-size: 32px;
  font-weight: 700;
}
body .modal-body h3 {
  font-size: 20px;
  font-weight: 400;
  color: #c1212d;
  margin-bottom: 20px;
}
body .modal-body form input,
body .modal-body form select,
body .modal-body form textarea {
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid lightgray;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #d1d8d4;
  width: 100%;
  margin: 10px 0;
  outline: none;
}
body .modal-body form textarea {
  resize: none;
  height: 100px;
  outline: none;
}
body .modal-body form button {
  font-size: 17px;
  padding: 10px 20px;
}
body .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body .modal-body.video {
    min-height: 360px;
  }
}
body .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body .modal-body {
    padding: 5px 0 15px 0px;
    background-image: none;
  }
  body .modal-body h1 {
    text-align: center;
    font-size: 20px;
  }
  body .modal-body h3 {
    font-size: 16px;
    margin-bottom: 8px;
    text-align: center;
  }
  body .modal-body form input,
  body .modal-body form select,
  body .modal-body form button,
  body .modal-body form textarea {
    padding: 10px 15px;
    font-size: 14px;
  }
}
body ul.paginacao {
  display: flex;
  margin: 0 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding: 0;
}
body ul.paginacao li {
  list-style: none;
}
body ul.paginacao li a {
  background-color: white;
  border: 1px solid lightgray;
  width: 45px;
  height: 40px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: gray;
  font-size: 18px;
  transition: all 0.3s;
}
body ul.paginacao li a.active, body ul.paginacao li a:hover {
  color: white;
  border-color: #009c53;
  background-color: #009c53;
}
body section.formulario-enviado {
  padding: 30px 20px;
}
body section.formulario-enviado .img {
  width: 100%;
}
body section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  max-width: 400px;
  margin-top: 20px;
  color: #009c53;
}
body section.formulario-enviado .box-in a {
  color: #009c53;
  font-weight: 500;
  border-bottom: 1px dotted #009c53;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #009c53;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #009c53;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #009c53;
  color: white;
}
body section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #c1212d;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 500;
  color: #c1212d;
  line-height: 1;
}
@media (max-width: 991px) {
  body section.formulario-enviado {
    padding: 20px 5px;
    text-align: center;
  }
  body section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body section.formulario-enviado .img {
    max-width: 250px;
    margin: auto;
    display: block;
    margin-top: 10px;
  }
  body section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body section.formulario-enviado .box-in h5 {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }
  body section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body .politica-termos {
  padding: 30px 0px;
}
body .politica-termos h1,
body .politica-termos h2,
body .politica-termos h3,
body .politica-termos h4,
body .politica-termos h5,
body .politica-termos h6 {
  color: #009c53;
}
body .politica-termos strong,
body .politica-termos b {
  color: #009c53;
}
@media (max-width: 991px) {
  body .politica-termos {
    padding: 20px 0px;
    font-size: 15px;
  }
  body .politica-termos h1 {
    font-size: 22px;
  }
}
body header section.header {
  position: relative;
  z-index: 5;
}
@media (min-width: 992px) {
  body header section.header.home:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    z-index: -1;
  }
  body header section.header.home .main-phone span {
    color: white;
  }
  body header section.header.home .main-phone i {
    border-color: white;
    color: white;
  }
  body header section.header.home .topo {
    background: none;
  }
  body header section.header.home .topo .logo {
    filter: grayscale(1) brightness(100);
  }
  body header section.header.home .topo .social a {
    color: white;
  }
  body header section.header.home .topo hr {
    background-color: white;
  }
  body header section.header.home .topo .menu a {
    color: white;
  }
  body header section.header.home .topo .menu a:before {
    background-color: white;
  }
}
body header section.header .topo {
  padding: 25px 0;
  background-image: url("../image/bg-header.png");
  background-size: cover;
}
body header section.header .topo hr {
  background-color: #c1212d;
  opacity: 1;
  margin: 25px 0 20px 0;
  height: 2px;
}
body header section.header .topo .logo {
  width: 100%;
}
body header section.header .topo .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header section.header .topo .menu a {
  color: #c1212d;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  position: relative;
}
body header section.header .topo .menu a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  opacity: 0;
  width: 0;
  height: 2px;
  background: #c1212d;
  transition: 0.5s all ease;
}
body header section.header .topo .menu a:hover:before {
  width: 100%;
  opacity: 1;
}
body header section.header .topo .menu .main-cta {
  color: white;
  padding: 10px 20px;
  font-weight: 500;
}
body header section.header .topo .menu .main-cta::before {
  display: none;
}
@media (min-width: 992px) {
  body header section.header .topo .menu.fixo {
    position: fixed;
    background-color: #009c53;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 10px;
  }
  body header section.header .topo .menu.fixo .main-cta:hover {
    background-color: #c1212d;
  }
  body header section.header .topo .menu.fixo a {
    color: white;
    font-weight: 500;
    margin: 0 20px;
  }
  body header section.header .topo .menu.fixo a::before {
    background-color: white;
  }
}
@media (max-width: 1299px) {
  body header section.header .topo .menu.fixo a {
    margin: 0 15px;
  }
}
body header section.header .topo .phones {
  text-align: center;
}
body header section.header .topo .phones a {
  margin: 0 30px;
}
body header section.header .topo .social a {
  margin: 0 4px;
  color: #009c53;
  font-size: 24px;
  transition: 0.3s all;
}
body header section.header .topo .social a:hover {
  color: #c1212d;
}
body header section.header .topo form {
  position: relative;
}
body header section.header .topo form input {
  width: 100%;
  background-color: #fafafa;
  padding: 10px 15px;
  padding-right: 40px;
  border-radius: 7px;
  border: 1px solid #009c53;
  font-size: 15px;
  outline: none;
}
body header section.header .topo form input:focus {
  border-color: #c1212d;
}
body header section.header .topo form button {
  position: absolute;
  right: 15px;
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 15px;
  padding: 10px 0;
  color: #009c53;
}
body header section.header .menu-superior {
  background-color: #009c53;
  padding: 10px 0;
}
body header section.header .menu-superior a {
  margin: 0 15px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
}
body header section.header .menu-superior a:first-child {
  margin-left: 0;
}
body header section.header .menu-superior a:last-child {
  margin-right: 0;
}
@media (max-width: 1450px) {
  body header section.header .topo .menu.fixo a {
    margin: 0 12px;
  }
}
@media (max-width: 1575px) {
  body header section.header .topo .menu a {
    font-size: 15px;
  }
  body header section.header .topo .phones a {
    margin: 0 20px;
  }
  body header section.header .topo .logo {
    max-width: 200px;
    margin: auto;
    display: block;
  }
  body header section.header .topo .social {
    text-align: center;
  }
  body header section.header .topo .social a {
    margin: 0 3px;
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  body header section.header .topo .phones a {
    margin: 5px;
  }
}
body header section.barra-lgpd {
  padding: 0 15px;
  background-color: #fbfbfb;
  border-bottom: 1px solid gainsboro;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: gray;
  display: none;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body header section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 47px;
    position: fixed;
    top: auto;
  }
  body header section.barra-lgpd .container {
    padding: 0;
  }
}
body header section.barra-lgpd.exibir {
  display: block;
}
body header section.barra-lgpd .row,
body header section.barra-lgpd .container {
  max-width: 1430px !important;
  margin: auto;
  justify-content: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in,
body header section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: gray;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted gray;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  cursor: pointer;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: gray;
  border: 1px solid gray;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: all 0.3s;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button:hover,
body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button:hover {
  background-color: #f9f9f9;
}
@media screen and (max-width: 991px) {
  body header section.barra-lgpd .row .conteudo-lgpd-in,
  body header section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  body header section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  body main.compensar {
    margin-top: 40.4px;
  }
}
body main section.breadcrumb {
  margin-bottom: 30px;
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  position: relative;
}
body main section.breadcrumb a {
  color: white;
  text-decoration: underline;
  margin: 0 5px;
  font-weight: 500;
  text-transform: lowercase;
  font-size: 15px;
}
body main section.breadcrumb a:first-child {
  margin-left: 0;
}
body main section.breadcrumb a:last-child {
  margin-right: 0;
}
body main section.breadcrumb a.active {
  color: white;
  text-decoration: none;
}
@media (max-width: 991px) {
  body main section.breadcrumb {
    font-size: 12px;
  }
  body main section.breadcrumb a {
    font-size: 12px;
  }
}
body main section.header-conteudo {
  background-size: cover;
  background-position: bottom;
  padding: 40px 15px;
  color: white;
  font-size: 18px;
  font-weight: 300;
}
body main section.header-conteudo.small {
  background: #045226;
  padding-bottom: 10px;
}
body main section.header-conteudo h1 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}
body main section.header-conteudo h1 strong {
  font-weight: 800;
  color: #c1212d;
}
@media (max-width: 991px) {
  body main section.header-conteudo {
    padding: 20px 10px;
    background-position: left;
    font-size: 15px;
  }
  body main section.header-conteudo.small {
    padding-bottom: 0;
  }
  body main section.header-conteudo h1 {
    font-size: 22px;
  }
}
body main section.index-banner {
  position: relative;
  margin-top: -260px;
}
body main section.index-banner .owl-carousel .owl-prev,
body main section.index-banner .owl-carousel .owl-next {
  position: absolute;
  bottom: 40%;
  outline: none;
  color: white;
  font-size: 42px;
  padding: 2px 5px !important;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-prev,
  body main section.index-banner .owl-carousel .owl-next {
    color: white;
    background-color: rgba(128, 128, 128, 0.65);
    font-size: 30px;
    padding: 2px 5px !important;
  }
}
body main section.index-banner .owl-carousel .owl-prev:hover,
body main section.index-banner .owl-carousel .owl-next:hover {
  opacity: 0.8;
}
body main section.index-banner .owl-carousel .owl-prev {
  border-radius: 0 5px 5px 0;
  left: 25px;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-prev {
    left: 0px;
  }
}
body main section.index-banner .owl-carousel .owl-next {
  border-radius: 5px 0 0 5px;
  right: 25px;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-next {
    right: 0px;
  }
}
@media (max-width: 991px) {
  body main section.index-banner {
    margin-top: 0;
  }
}
body main section.index-destaques {
  text-align: center;
  padding: 40px 0;
}
body main section.index-destaques.fundo {
  background: url("../image/bg-main.png") repeat;
}
body main section.index-destaques.fundo2 {
  background: url("../image/bg-produtos.png");
  background-size: cover;
}
body main section.index-destaques h1 {
  color: #c1212d;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}
body main section.index-destaques h3 {
  font-size: 20px;
  color: #036336;
  margin-bottom: 10px;
}
body main section.index-destaques .card-cliente {
  height: 100%;
}
body main section.index-destaques .card-produto {
  margin-top: 30px;
  height: calc(100% - 30px);
}
body main section.index-destaques .banners {
  margin-top: 40px;
}
body main section.index-destaques .banners img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body main section.index-destaques .card-cliente {
    height: auto;
  }
  body main section.index-destaques .card-produto {
    height: auto;
  }
}
@media (max-width: 1200px) {
  body main section.index-destaques {
    padding: 20px 0;
  }
  body main section.index-destaques h1 {
    font-size: 22px;
  }
  body main section.index-destaques h3 {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  body main section.index-destaques .banners {
    margin-top: 10px;
  }
}
body main section.index-mogno {
  background-image: url("../image/bg-mogno.jpg");
  background-size: cover;
  padding: 100px 0;
  color: white;
}
body main section.index-mogno .main-cta {
  font-size: 20px;
  padding: 15px 25px;
  margin-top: 20px;
}
body main section.index-mogno .main-cta i {
  vertical-align: middle;
}
body main section.index-mogno .box {
  border-top: 7px solid #009c53;
  background: #e6e6e6;
  padding: 30px 40px 50px 40px;
  font-size: 16px;
  color: dimgray;
  font-weight: 600;
}
body main section.index-mogno .box .titulo {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #009c53;
  font-weight: 700;
  font-size: 18px;
}
body main section.index-mogno .box .titulo img {
  margin-right: 10px;
}
body main section.index-mogno .box form {
  margin-top: 20px;
}
body main section.index-mogno .box form input {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border: 1px solid dimgray;
  outline: none;
}
body main section.index-mogno .box form button {
  background-color: #009c53;
  color: white;
  outline: none;
  border: none;
  padding: 10px 25px;
  margin-top: 13px;
  font-weight: 600;
  transition: 0.3s all;
}
body main section.index-mogno .box form button:hover {
  background: #c1212d;
}
body main section.index-mogno h1 {
  font-size: 46px;
  color: #17dd81;
  text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.75);
}
body main section.index-mogno h2 {
  font-size: 26px;
}
body main section.index-mogno h3 {
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 1399px) {
  body main section.index-mogno {
    padding: 40px;
  }
  body main section.index-mogno .box {
    font-size: 14px;
  }
  body main section.index-mogno .main-cta {
    font-size: 15px;
  }
  body main section.index-mogno h1 {
    font-size: 32px;
  }
  body main section.index-mogno h2 {
    font-size: 20px;
  }
  body main section.index-mogno h3 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body main section.index-mogno {
    padding: 20px 10px;
  }
  body main section.index-mogno h1 {
    font-size: 20px;
    text-align: center;
  }
  body main section.index-mogno h2 {
    font-size: 16px;
    text-align: center;
  }
  body main section.index-mogno h3 {
    font-size: 14px;
    text-align: center;
  }
  body main section.index-mogno .box {
    margin-top: 30px;
    text-align: center;
    padding: 20px;
  }
}
body main section.produtos-listagem {
  padding: 30px 0;
}
body main section.produtos-listagem h1 {
  margin-bottom: 0;
  color: #009c53;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
body main section.produtos-listagem h5 {
  font-size: 17px;
  color: dimgray;
  margin: 0;
}
body main section.produtos-listagem .card-produto {
  margin-top: 30px;
  height: calc(100% - 30px);
}
body main section.produtos-listagem .categorias .titulo {
  background-color: #fafafa;
  border-radius: 5px;
  padding: 13px 20px;
  font-size: 18px;
  font-weight: 600;
}
body main section.produtos-listagem .categorias h3 {
  font-size: 18px;
  color: #c1212d;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
}
body main section.produtos-listagem .categorias a {
  display: block;
  color: #009c53;
  margin: 10px 0;
  font-weight: 500;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px dashed #009c53;
  transition: 0.3s all;
}
body main section.produtos-listagem .categorias a:hover, body main section.produtos-listagem .categorias a.active {
  color: #c1212d;
  padding-left: 10px;
}
body main section.produtos-listagem .categorias .in-categorias {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  body main section.produtos-listagem {
    padding: 20px 0;
  }
  body main section.produtos-listagem h1 {
    font-size: 20px;
  }
  body main section.produtos-listagem .categorias .titulo {
    font-size: 16px;
  }
  body main section.produtos-listagem .categorias h3 {
    font-size: 16px;
  }
  body main section.produtos-listagem .categorias a {
    font-size: 14px;
  }
}
body main section.produtos-interna {
  padding: 40px 0;
}
body main section.produtos-interna h1 {
  margin: 0;
  color: #009c53;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
body main section.produtos-interna .categorias .titulo {
  background-color: #fafafa;
  border-radius: 5px;
  padding: 13px 20px;
  font-size: 18px;
  font-weight: 600;
}
body main section.produtos-interna .categorias h3 {
  font-size: 18px;
  color: #c1212d;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
}
body main section.produtos-interna .categorias a {
  display: block;
  color: #009c53;
  margin: 10px 0;
  font-weight: 500;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px dashed #009c53;
  transition: 0.3s all;
}
body main section.produtos-interna .categorias a:hover, body main section.produtos-interna .categorias a.active {
  color: #c1212d;
  padding-left: 10px;
}
body main section.produtos-interna .categorias .in-categorias {
  padding: 0 15px;
}
body main section.produtos-interna .foto {
  width: 100%;
  max-width: 600px;
}
body main section.produtos-interna .foto.servico {
  margin: 20px 0;
}
body main section.produtos-interna .phones {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
body main section.produtos-interna .phones a {
  margin: 10px;
}
body main section.produtos-interna .botoes {
  max-width: 350px;
}
body main section.produtos-interna .botoes a {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  padding: 12px;
  font-size: 17px;
}
body main section.produtos-interna .descricao {
  margin-top: 20px;
}
body main section.produtos-interna .descricao .title {
  color: #009c53;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 2px solid #009c53;
  margin-bottom: 20px;
}
body main section.produtos-interna .descricao h1,
body main section.produtos-interna .descricao h2,
body main section.produtos-interna .descricao h3,
body main section.produtos-interna .descricao h4,
body main section.produtos-interna .descricao h5 {
  color: #009c53;
}
body main section.produtos-interna .descricao img {
  max-width: 100%;
  height: auto !important;
  margin: 10px 0;
}
body main section.produtos-interna .formulario {
  border: 1px solid #009c53;
  overflow: hidden;
  border-radius: 10px;
  background: #e6e6e6;
}
body main section.produtos-interna .formulario span {
  text-align: center;
  font-size: 15px;
  color: dimgray;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}
body main section.produtos-interna .formulario .titulo {
  padding: 20px;
  text-align: center;
  background-color: #2e855c;
  color: white;
  font-size: 20px;
}
body main section.produtos-interna .formulario .titulo i {
  font-size: 32px;
  display: block;
  margin-bottom: 10px;
}
body main section.produtos-interna .formulario .pgto {
  display: block;
  max-width: 100%;
  margin: auto;
  margin-top: 15px;
}
body main section.produtos-interna .formulario .in-formulario {
  padding: 20px;
}
body main section.produtos-interna .formulario .in-formulario input,
body main section.produtos-interna .formulario .in-formulario textarea {
  margin-bottom: 10px;
  outline: none;
  padding: 10px 15px;
  font-size: 15px;
  width: 100%;
  border: 1px solid gray;
  border-radius: 5px;
}
body main section.produtos-interna .formulario .in-formulario button {
  width: 100%;
  font-size: 18px;
  padding: 15px 20px;
}
body main section.produtos-interna .formulario .in-formulario textarea {
  resize: vertical;
  min-height: 100px;
}
@media (max-width: 1119px) {
  body main section.produtos-interna .categorias .titulo {
    font-size: 16px;
  }
  body main section.produtos-interna .categorias h3 {
    font-size: 16px;
  }
  body main section.produtos-interna .categorias a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  body main section.produtos-interna {
    padding: 20px 0;
  }
  body main section.produtos-interna h1 {
    font-size: 20px;
    text-align: center;
  }
  body main section.produtos-interna .foto {
    margin: auto;
    display: block;
  }
  body main section.produtos-interna .phones {
    justify-content: center;
  }
  body main section.produtos-interna .botoes {
    margin: auto;
    max-width: 250px;
  }
  body main section.produtos-interna .botoes a {
    font-size: 14px;
    padding: 10px;
  }
  body main section.produtos-interna .descricao {
    font-size: 14px;
  }
  body main section.produtos-interna .formulario .titulo {
    padding: 15px 20px;
    font-size: 16px;
  }
  body main section.produtos-interna .formulario .titulo i {
    font-size: 22px;
  }
  body main section.produtos-interna .formulario .in-formulario {
    padding: 20px;
  }
  body main section.produtos-interna .formulario .in-formulario button {
    font-size: 15px;
    padding: 10px 15px;
  }
  body main section.produtos-interna .formulario .in-formulario input,
  body main section.produtos-interna .formulario .in-formulario textarea {
    font-size: 13px;
  }
}
body main section.produtos-beneficios {
  padding: 20px 0 50px 0;
  background: url("../image/bg-main.png") repeat;
  line-height: 1.3;
  color: rgb(70, 70, 70);
}
body main section.produtos-beneficios .item {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
body main section.produtos-beneficios .item strong {
  display: block;
  font-size: 23px;
  font-weight: 600;
  color: #036336;
  margin-bottom: 5px;
}
body main section.produtos-beneficios .item .img {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #009c53;
  border-radius: 100%;
  flex: 0 0 90px;
  padding: 27px;
  margin-right: 20px;
}
body main section.produtos-beneficios .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.produtos-beneficios {
    padding: 0 0 30px 0;
  }
  body main section.produtos-beneficios .item {
    font-size: 14px;
  }
  body main section.produtos-beneficios .item strong {
    font-size: 18px;
  }
  body main section.produtos-beneficios .item .img {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    padding: 15px;
    margin-right: 20px;
  }
}
body main section.sobre-quem-somos .texto {
  padding: 40px 0;
  font-size: 17px;
}
body main section.sobre-quem-somos .img {
  width: 100%;
  height: 100%;
  position: relative;
}
body main section.sobre-quem-somos .img:after {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
  height: 100%;
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
}
body main section.sobre-quem-somos .img:before {
  content: "";
  background-color: rgb(255, 255, 255);
  opacity: 0.2;
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body main section.sobre-quem-somos .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.sobre-quem-somos h1 {
  margin-bottom: 20px;
  color: #009c53;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
body main section.sobre-quem-somos .itens {
  background-color: #fafafa;
  border: 1px solid gainsboro;
  padding: 20px 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
body main section.sobre-quem-somos .itens .item {
  display: flex;
  align-items: center;
  color: #036336;
  margin-top: 20px;
  font-size: 16px;
}
body main section.sobre-quem-somos .itens .item:first-child {
  margin-top: 0;
}
body main section.sobre-quem-somos .itens .item strong {
  display: block;
  font-size: 18px;
}
body main section.sobre-quem-somos .itens .item i {
  margin-right: 15px;
  font-size: 36px;
}
@media (max-width: 1399px) {
  body main section.sobre-quem-somos .texto {
    padding: 20px;
    font-size: 15px;
  }
  body main section.sobre-quem-somos h1 {
    font-size: 20px;
  }
  body main section.sobre-quem-somos .itens {
    padding: 15px 20px;
  }
  body main section.sobre-quem-somos .itens .item {
    font-size: 14px;
  }
  body main section.sobre-quem-somos .itens .item i {
    font-size: 26px;
    margin-right: 10px;
  }
  body main section.sobre-quem-somos .itens .item strong {
    font-size: 16px;
  }
}
body main section.sobre-missao {
  padding: 60px 0;
  background-image: url("../image/bg-quem-somos.jpg");
  background-size: cover;
  color: white;
}
body main section.sobre-missao .texto {
  margin-left: 95px;
  font-size: 17px;
  font-weight: 300;
}
body main section.sobre-missao img {
  filter: brightness(100) grayscale(1);
}
body main section.sobre-missao .titulo {
  display: flex;
  align-items: flex-start;
}
body main section.sobre-missao .titulo h1 {
  font-size: 28px;
  margin-bottom: 0;
}
body main section.sobre-missao .titulo .icon {
  margin-right: 20px;
  height: 70px;
}
@media (max-width: 1399px) {
  body main section.sobre-missao {
    padding: 40px 0;
  }
  body main section.sobre-missao .texto {
    font-size: 15px;
    margin-top: 10px;
    margin-left: 70px;
  }
  body main section.sobre-missao .titulo h1 {
    font-size: 25px;
  }
  body main section.sobre-missao .titulo .icon {
    height: 50px;
  }
}
@media (max-width: 991px) {
  body main section.sobre-missao {
    padding: 20px 10px;
  }
  body main section.sobre-missao .texto {
    margin-left: 50px;
  }
  body main section.sobre-missao .titulo h1 {
    font-size: 20px;
  }
  body main section.sobre-missao .titulo .icon {
    height: 40px;
    margin-right: 10px;
  }
}
body main section.sobre-producao .texto {
  padding: 40px 0;
  font-size: 17px;
  display: flex;
  align-items: center;
}
body main section.sobre-producao h1 {
  color: #c1212d;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
body main section.sobre-producao .img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
body main section.sobre-producao .img i {
  position: absolute;
  z-index: 5;
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  font-size: 50px;
}
body main section.sobre-producao .img:after {
  content: "";
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  height: 100%;
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
}
body main section.sobre-producao .img:hover::before {
  opacity: 0.3;
}
body main section.sobre-producao .img:before {
  transition: 0.3s all;
  content: "";
  background-color: rgb(255, 255, 255);
  opacity: 0.1;
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body main section.sobre-producao .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1399px) {
  body main section.sobre-producao .texto {
    padding: 30px 20px;
    font-size: 15px;
  }
  body main section.sobre-producao h1 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  body main section.sobre-producao .texto {
    padding: 20px;
  }
}
body main section.sobre-frase {
  padding: 80px 0;
  text-align: center;
  color: dimgray;
  font-size: 22px;
  background: url("../image/bg-main.png") repeat;
}
body main section.sobre-frase i {
  display: block;
  text-align: center;
  font-size: 38px;
  margin-bottom: 15px;
}
body main section.sobre-frase .container {
  max-width: 800px;
}
body main section.sobre-frase .autor {
  display: flex;
  margin: auto;
  font-size: 18px;
  width: -moz-max-content;
  width: max-content;
  margin-top: 40px;
  align-items: center;
  text-align: left;
}
body main section.sobre-frase .autor strong {
  display: block;
}
body main section.sobre-frase .autor img {
  border-radius: 100%;
  width: 70px;
  height: 70px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
@media (max-width: 1399px) {
  body main section.sobre-frase {
    padding: 40px 0;
    font-size: 16px;
  }
  body main section.sobre-frase i {
    font-size: 30px;
  }
  body main section.sobre-frase .autor {
    font-size: 16px;
    margin-top: 30px;
  }
  body main section.sobre-frase .autor img {
    height: 60px;
    width: 60px;
  }
}
body main section.servicos-formulario {
  background: url("../image/bg-main.png") repeat;
  padding: 50px 0;
}
body main section.servicos-formulario h1 {
  font-size: 32px;
  color: #c1212d;
  text-align: center;
  margin-bottom: 30px;
}
body main section.servicos-formulario form {
  max-width: 600px;
  margin: auto;
}
body main section.servicos-formulario form input,
body main section.servicos-formulario form textarea {
  margin-bottom: 10px;
  outline: none;
  padding: 10px 15px;
  font-size: 15px;
  width: 100%;
  border: 1px solid gray;
}
body main section.servicos-formulario form button {
  font-size: 18px;
  padding: 15px 20px;
}
body main section.servicos-formulario form textarea {
  resize: vertical;
  min-height: 100px;
}
body main section.blog-interna {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}
body main section.blog-interna h1,
body main section.blog-interna h2,
body main section.blog-interna h3,
body main section.blog-interna h4 {
  font-weight: 600;
}
body main section.blog-interna h1.titulo-blog,
body main section.blog-interna h2.titulo-blog,
body main section.blog-interna h3.titulo-blog,
body main section.blog-interna h4.titulo-blog {
  color: #009c53;
  font-weight: 600;
  padding: 0;
  font-size: 32px;
}
body main section.blog-interna .texto a {
  color: gray;
  text-decoration: underline;
}
body main section.blog-interna img {
  width: 100%;
  margin: 20px 0;
  height: auto !important;
}
body main section.blog-interna .compartilhe {
  border-bottom: 1px solid gainsboro;
  padding-bottom: 10px;
  color: dimgray;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.blog-interna {
    font-size: 15px;
  }
  body main section.blog-interna h1.titulo-blog {
    font-size: 20px;
  }
}
body main section.blog-listagem {
  padding: 30px 0 50px 0;
}
body main section.blog-listagem h1 {
  color: #009c53;
  font-size: 28px;
  font-weight: 600;
  padding-left: 10px;
  margin-bottom: 0;
}
body main section.blog-listagem h3 {
  color: dimgray;
  font-size: 18px;
  font-weight: 500;
  padding-left: 10px;
  margin-bottom: 0;
}
body main section.blog-listagem .notfound {
  color: dimgray;
  text-align: center;
  font-style: italic;
}
body main section.blog-listagem .categorias {
  margin-top: 30px;
}
body main section.blog-listagem .categorias .titulo {
  background-color: #fafafa;
  color: #c1212d;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 30px;
  border-radius: 5px;
  margin-bottom: 20px;
}
body main section.blog-listagem .categorias form {
  position: relative;
  padding: 0 10px;
}
body main section.blog-listagem .categorias form input {
  width: 100%;
  background-color: #fafafa;
  padding: 10px 15px;
  padding-right: 40px;
  border-radius: 7px;
  border: 1px solid #009c53;
  font-size: 15px;
  outline: none;
}
body main section.blog-listagem .categorias form button {
  position: absolute;
  right: 25px;
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 15px;
  padding: 10px 0;
  color: #009c53;
}
body main section.blog-listagem .categorias a {
  display: block;
  color: #009c53;
  margin: 15px 0;
  font-size: 18px;
  transition: 0.3s all;
}
body main section.blog-listagem .categorias a:hover, body main section.blog-listagem .categorias a.active {
  transform: translateX(5px);
  color: #036336;
}
body main section.blog-listagem .categorias a i {
  margin-right: 8px;
  color: #009c53;
}
body main section.blog-listagem .listagem .post {
  background-color: white;
  display: block;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  color: black;
  overflow: hidden;
  border: 1px solid lightgray;
  height: calc(100% - 30px);
  transition: 0.3s all;
}
body main section.blog-listagem .listagem .post:hover {
  transform: translateY(-3px);
}
body main section.blog-listagem .listagem .post .in-post {
  padding: 30px 50px;
}
body main section.blog-listagem .listagem .post .in-post .descricao {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 50px;
}
body main section.blog-listagem .listagem .post .link {
  display: block;
  margin-top: 20px;
  color: #009c53;
  font-weight: 600;
  font-size: 17px;
  border-radius: 5px;
  text-align: center;
  border: 2px solid #009c53;
  padding: 15px 20px;
  transition: 0.3s all;
}
body main section.blog-listagem .listagem .post .link:hover {
  background: #009c53;
  color: white;
}
body main section.blog-listagem .listagem .post .link i {
  margin-left: 10px;
}
body main section.blog-listagem .listagem .post h3 {
  color: #009c53;
  font-weight: 600;
  font-size: 20px;
  padding-left: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 73px;
}
body main section.blog-listagem .listagem .post img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body main section.blog-listagem {
    padding: 20px 0;
  }
  body main section.blog-listagem h1 {
    font-size: 20px;
    padding-left: 0;
  }
  body main section.blog-listagem h3 {
    padding-left: 0;
    font-size: 16px;
  }
  body main section.blog-listagem .listagem .post {
    height: auto;
  }
}
@media (max-width: 1440px) {
  body main section.blog-listagem .categorias .titulo {
    font-size: 16px;
  }
  body main section.blog-listagem .categorias a {
    font-size: 15px;
    padding: 0 20px;
  }
  body main section.blog-listagem .listagem .post h3 {
    font-size: 16px;
  }
  body main section.blog-listagem .listagem .post .link {
    font-size: 14px;
  }
  body main section.blog-listagem .listagem .post .in-post {
    padding: 20px;
  }
}
body main section.clientes-listagem {
  padding: 30px 0;
}
body main section.clientes-listagem h1 {
  margin-bottom: 5px;
  color: #009c53;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
body main section.clientes-listagem h3 {
  margin-bottom: 10px;
  color: dimgray;
  font-size: 18px;
  font-weight: 500;
}
body main section.clientes-listagem .card-cliente {
  height: calc(100% - 20px);
  margin-top: 20px;
}
@media (max-width: 991px) {
  body main section.clientes-listagem {
    padding: 20px 0;
  }
  body main section.clientes-listagem h1 {
    font-size: 20px;
  }
  body main section.clientes-listagem h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
body main section.clientes-interna {
  padding: 30px 0;
}
body main section.clientes-interna h1 {
  margin-bottom: 5px;
  color: #009c53;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
body main section.clientes-interna .foto {
  width: 100%;
  height: 320px;
  background-color: #fcfcfc;
  border: 1px solid #009c53;
}
body main section.clientes-interna .foto img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.clientes-interna .owl-carousel .owl-nav button.owl-prev,
body main section.clientes-interna .owl-carousel .owl-nav button.owl-next {
  background-color: #777777;
  color: white;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  padding: 0 7px 5px 7px !important;
  left: 0;
  top: calc(50% - 17.5px);
}
body main section.clientes-interna .owl-carousel .owl-nav button.owl-prev.disabled,
body main section.clientes-interna .owl-carousel .owl-nav button.owl-next.disabled {
  background-color: #a5a5a5;
}
body main section.clientes-interna .owl-carousel .owl-nav button.owl-next {
  right: 0;
  left: auto;
}
body main section.clientes-interna .foto-small img {
  border: 1px solid #009c53;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body main section.clientes-interna {
    padding: 20px 0;
  }
  body main section.clientes-interna .descricao {
    font-size: 14px;
  }
  body main section.clientes-interna h1 {
    font-size: 20px;
  }
  body main section.clientes-interna .foto {
    height: 200px;
  }
  body main section.clientes-interna .foto-small {
    height: 40px;
  }
}
body main section.midias-listagem {
  padding: 40px 0;
}
body main section.midias-listagem h1 {
  margin-bottom: 5px;
  color: #009c53;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
body main section.midias-listagem h3 {
  margin-bottom: 10px;
  color: dimgray;
  font-size: 18px;
  font-weight: 500;
}
body main section.midias-listagem .item {
  display: flex;
  align-items: center;
  margin-top: 30px;
  border: 1px solid lightgray;
  transition: 0.3s all;
}
body main section.midias-listagem .item:first-child {
  margin-top: 0;
}
body main section.midias-listagem .item:hover {
  transform: translateY(-3px);
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.1);
}
body main section.midias-listagem .item .txt {
  padding: 15px 0;
  flex-grow: 1;
  padding-right: 20px;
  color: black;
}
body main section.midias-listagem .item img {
  width: 200px;
  flex: 0;
  height: 115px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-right: 20px;
  border-right: 1px solid lightgray;
}
body main section.midias-listagem .item h5 {
  font-size: 18px;
  margin: 0;
}
body main section.midias-listagem .item .link {
  display: inline-block;
  background-color: #009c53;
  color: white;
  padding: 5px 12px;
  font-size: 14px;
  margin-top: 12px;
  transition: 0.3s all;
}
body main section.midias-listagem .item .link:hover {
  background: #c1212d;
}
@media (max-width: 768px) {
  body main section.midias-listagem .item {
    flex-flow: column;
    align-items: stretch;
  }
  body main section.midias-listagem .item img {
    width: 100%;
    flex: 1 1 100%;
    height: 200px;
  }
  body main section.midias-listagem .item .txt {
    padding: 20px;
  }
  body main section.midias-listagem .item h5 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body main section.midias-listagem {
    padding: 20px 0;
  }
  body main section.midias-listagem h1 {
    font-size: 20px;
  }
  body main section.midias-listagem h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  body main section.midias-listagem .listagem .post {
    height: auto;
  }
}
body main section.midias-interna {
  padding: 40px 0;
}
body main section.midias-interna h1 {
  margin: 0;
  color: #009c53;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
body main section.midias-interna .foto {
  width: 100%;
  max-width: 600px;
  margin: 20px 0;
}
body main section.midias-interna .descricao {
  margin-top: 20px;
}
body main section.midias-interna .descricao iframe {
  width: 100%;
  height: 500px;
}
body main section.midias-interna .descricao img {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 991px) {
  body main section.midias-interna {
    padding: 20px 0;
  }
  body main section.midias-interna h1 {
    font-size: 20px;
  }
  body main section.midias-interna .descricao {
    font-size: 14px;
  }
  body main section.midias-interna .descricao iframe {
    height: 200px;
  }
}
body main section.contato {
  padding: 30px 0 40px 0;
}
body main section.contato .box-file {
  margin-bottom: 10px;
}
body main section.contato .box-file label {
  color: gray;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 7px;
  margin-bottom: 7px;
}
body main section.contato .box-file .flex-box {
  display: flex;
  margin-top: 5px;
  cursor: pointer;
  position: relative;
}
body main section.contato .box-file .flex-box .name-file {
  border-radius: 5px;
  margin-bottom: 10px;
  outline: none;
  background: #fafafa;
  padding: 13px 15px;
  width: 100%;
  border: 1px solid #c3c3c3;
  padding-right: 130px;
}
body main section.contato .box-file .flex-box .selecionar {
  padding: 10px 20px;
  border: 1px solid transparent;
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 18px;
  font-weight: 500;
  color: #009c53;
}
body main section.contato .box {
  border: 1px solid #009c53;
}
body main section.contato .box .enderecos {
  color: dimgray;
  font-size: 15px;
}
body main section.contato .box h3 {
  margin: 0;
  margin-top: 20px;
  color: #009c53;
}
body main section.contato .box h3:first-child {
  margin-top: 0;
}
body main section.contato .box .titulo {
  padding: 20px 30px;
  background-color: #009c53;
  color: white;
  font-size: 20px;
}
body main section.contato .box .in-formulario {
  padding: 20px 30px;
}
body main section.contato .box .phones {
  display: flex;
  flex-flow: column;
}
body main section.contato .box .phones .main-phone {
  margin-bottom: 15px;
}
body main section.contato .box .phones .main-phone:last-child {
  margin-bottom: 0;
}
body main section.contato h1 {
  margin-bottom: 5px;
  color: #009c53;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
body main section.contato h3 {
  margin-bottom: 20px;
  color: dimgray;
  font-size: 18px;
  font-weight: 500;
}
body main section.contato form input,
body main section.contato form select,
body main section.contato form textarea {
  margin-bottom: 10px;
  outline: none;
  background: #fafafa;
  padding: 13px 15px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #c3c3c3;
}
body main section.contato form button {
  font-size: 16px;
  padding: 10px 23px;
}
body main section.contato form textarea {
  resize: vertical;
  min-height: 100px;
}
@media (max-width: 991px) {
  body main section.contato {
    padding: 30px 0;
  }
  body main section.contato h1 {
    font-size: 24px;
  }
  body main section.contato h3 {
    font-size: 15px;
  }
  body main section.contato .box h3 {
    font-size: 16px;
  }
  body main section.contato .box .enderecos {
    font-size: 14px;
  }
  body main section.contato .box .titulo {
    padding: 15px 20px;
    font-size: 16px;
  }
  body main section.contato .box .in-formulario {
    padding: 20px;
  }
}
body footer section.barra-fixa {
  position: fixed;
  bottom: 0;
  background-color: white;
  border-top: 2px solid #009c53;
  width: 100%;
  padding: 10px 80px;
  z-index: 600;
  transition: all 0.5s;
}
@media (min-width: 1575px) {
  body footer section.barra-fixa .main-cta {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer section.barra-fixa.oculta {
  bottom: -100px;
}
body footer section.barra-fixa-mobile {
  background-color: #009c53;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  border-top: 2px solid #009c53;
  transition: 0.3s all;
}
body footer section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
}
body footer section.barra-fixa-mobile .list-itens a {
  color: white;
}
body footer section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
body footer section.footer-mapa {
  border-top: 3px solid #009c53;
}
body footer section.footer-mapa iframe {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 550px;
}
body footer section.footer {
  background-color: #009c53;
  color: white;
  padding: 40px 0;
  font-size: 14px;
  margin-top: -6px;
  position: relative;
  z-index: 2;
}
body footer section.footer a {
  color: white;
}
body footer section.footer .menu {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
body footer section.footer .menu a {
  display: inline-block;
  text-transform: uppercase;
  margin: 3px 0;
  position: relative;
}
body footer section.footer .menu a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 0;
  width: 0;
  height: 1px;
  background: white;
  transition: 0.5s all ease;
}
body footer section.footer .menu a:hover:before {
  width: 100%;
  opacity: 1;
}
body footer section.footer h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
body footer section.footer .phones {
  display: flex;
  flex-flow: column;
}
body footer section.footer .phones .main-phone {
  margin-bottom: 10px;
}
body footer section.footer .phones .main-phone:last-child {
  margin-bottom: 0;
}
body footer section.footer .phones .main-phone span {
  color: white;
}
body footer section.footer .phones .main-phone i {
  border-color: white;
  color: white;
}
@media (max-width: 991px) {
  body footer section.footer {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  body footer section.footer {
    text-align: center;
  }
  body footer section.footer .phones {
    align-items: center;
  }
  body footer section.footer .menu a {
    margin: 3px auto;
  }
}
body footer section.footer-copy {
  padding: 15px 0;
  color: dimgray;
  background-color: #fafafa;
}
body footer section.footer-copy .social a {
  color: #009c53;
  margin: 0 5px;
  font-size: 20px;
  transition: 0.3s all;
}
body footer section.footer-copy .social a:hover {
  color: #c1212d;
}
body footer section.footer-copy .raddar {
  max-width: 100%;
  width: 230px;
  margin: auto;
}
@media (max-width: 991px) {
  body footer section.footer-copy {
    font-size: 14px;
    margin-bottom: 48px;
  }
  body footer section.footer-copy .social a {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  body footer section.footer-copy {
    text-align: center;
  }
  body footer section.footer-copy .raddar {
    display: block;
  }
  body footer section.footer-copy .social {
    margin: 10px 0;
  }
}
@media (min-width: 1200px) {
  body footer section.footer-copy {
    margin-bottom: 63px;
  }
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 610;
  bottom: 30px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
body footer section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  body footer section.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
body footer section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 1199px) {
  body footer section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body footer .lente-whatsapp {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
}
body footer .lente-whatsapp.exibir {
  opacity: 1;
  pointer-events: all;
}
body footer section.modal-whatsapp {
  font-family: "Open Sans";
  position: fixed;
  right: 17px;
  bottom: 30px;
  background-image: url("../../default/image/bg-whatsapp-min.jpg");
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 7px 0px #373737;
  max-width: 320px;
  max-height: 360px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 9999;
  transform-origin: 100% 100%;
  transform: scale(0);
  transition: all 0.3s;
}
body footer section.modal-whatsapp.exibir {
  transform: scale(1);
}
body footer section.modal-whatsapp.scroll {
  bottom: 100px;
}
@media screen and (max-width: 991px) {
  body footer section.modal-whatsapp {
    right: 0px;
    top: 0px;
    bottom: unset !important;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 0px;
  }
}
body footer section.modal-whatsapp .cabecario-zap {
  background-color: #2e8c7d;
  font-size: 17px;
  color: #97c5be;
  padding: 12px 20px 4px 20px;
}
body footer section.modal-whatsapp .cabecario-zap span.zaptitulo {
  transform: translateY(-4px);
  display: inline-block;
}
body footer section.modal-whatsapp .cabecario-zap i.fab.fa-whatsapp {
  font-size: 25px;
  margin-right: 10px;
}
body footer section.modal-whatsapp .cabecario-zap i.far.fa-times-circle {
  font-size: 25px;
  float: right;
  margin-right: 0px;
  cursor: pointer;
}
body footer section.modal-whatsapp .msg-bot {
  font-family: "Open Sans", sans-serif;
  background-color: white;
  margin: 15px;
  padding: 15px;
  border-radius: 20px;
  font-size: 13.4px;
  position: relative;
}
body footer section.modal-whatsapp .msg-bot::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 15px solid transparent;
  border-top: 21px solid white;
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: -1;
}
body footer section.modal-whatsapp .msg-bot :first-child {
  margin-top: 7px;
}
body footer section.modal-whatsapp .msg-bot label {
  font-weight: 700;
  font-size: 12px;
  color: black;
  display: block;
}
body footer section.modal-whatsapp .msg-bot input {
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #cacaca;
  outline: none;
  width: 100%;
}
body footer section.modal-whatsapp .campo-acao {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  padding: 0px 10px;
  height: 44px;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    position: static;
  }
}
body footer section.modal-whatsapp .campo-acao .texto {
  width: 100%;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
}
body footer section.modal-whatsapp .campo-acao .texto input {
  border: none;
  border-radius: 32px;
  padding: 9px 18px;
  display: flex;
  outline-color: transparent;
  width: 100%;
  outline: none !important;
  font-size: 14px;
}
body footer section.modal-whatsapp .campo-acao .button-zap {
  background-color: transparent;
}
body footer section.modal-whatsapp .campo-acao .button-zap button {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #2e8c7d;
  color: white;
  width: 36px;
  height: 36px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body footer section.modal-whatsapp .campo-acao .button-zap button:disabled {
  background-color: #a7a7a7;
  cursor: not-allowed;
}
body footer section.modal-whatsapp .campo-acao .button-zap button i.fas.fa-paper-plane {
  font-size: 19px;
  transform: rotate(49deg) translate(-2px, 0px);
  position: relative;
  transform-origin: center;
}
body footer section.modal-whatsapp .hide-desktop {
  display: none;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    display: none;
  }
  body footer section.modal-whatsapp .acao-mobile {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #2e8c7d;
    color: white;
    border-radius: 9px;
    text-align: center;
    width: calc(100% - 40px);
    display: block;
    padding: 7px 15px;
    margin: 0 20px;
  }
  body footer section.modal-whatsapp .acao-mobile:disabled {
    background-color: #a7a7a7;
    cursor: not-allowed;
  }
  body footer section.modal-whatsapp .acao-mobile i {
    margin-right: 5px;
  }
  body footer section.modal-whatsapp .hide-desktop {
    display: block;
  }
}
body footer .menu-mobile {
  background: url("../image/bg-main.png") repeat;
  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: #009c53;
}
body footer .menu-mobile .logo {
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
body footer .menu-mobile .logo img {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
}
body footer .menu-mobile ul {
  padding: 0px;
}
body footer .menu-mobile ul li {
  list-style: none;
  margin: 5px;
  padding: 2px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
body footer .menu-mobile ul li:last-child {
  border-bottom: none;
}
body footer .menu-mobile ul li a {
  color: #009c53;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}

section.header .topo .logo {
    width: auto !important;

    max-width: 125px !important;

    height: auto !important;
}