/* outfit-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/outfit-v11-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/outfit-v11-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/outfit-v11-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  color: #545454;
  background: #fff;
  margin: 0;
}
a {
  text-decoration: underline;
  font-size: 16px;
  color: #FFA726;
}
a:hover {
  color: #FFA726;
  text-decoration: none;
}
/** Definicoes de layout */
#tplTopo {
  padding: 10px 0;
  background: #fff;
  background-size: cover;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#tplTopo a.logo {
  display: block;
}
#tplTopo a.logo img.img-responsive {
  max-height: 80px;
}
#tplTopo .flex-box {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.module-index #tplConteudo {
  padding-top: 0;
}
body.module-index.fixo #tplMenu li a {
  color: #394553;
}
body.module-index.fixo #tplMenu li.social img {
  filter: invert(0.5);
}
body.module-index.fixo #tplTopo {
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
body.module-index.fixo #tplTopo a.logo img.img-responsive {
  max-height: 60px;
}
body.module-index.fixo #tplConteudo {
  padding-top: 70px;
}
#tplMenu a {
  text-align: center;
  color: #394553;
  font-size: 16px;
  padding: 0 16px;
  text-decoration: none;
  line-height: 40px;
  border-top: 2px solid transparent;
  text-transform: uppercase;
}
#tplMenu a:hover,
#tplMenu a.selected {
  background-color: #568CC0;
  border-radius: 3px;
  color: white;
}
#tplMenu li.last {
  margin-right: 24px;
}
#tplMenu li.social a {
  padding: 0 4px;
}
#tplMenu li.social a img {
  max-height: 20px;
}
#tplMenu li.social a:hover {
  background-color: transparent;
  border-top-color: transparent;
}
#tplMenu li.social a:hover img {
  transform: scale(1.2);
}
#tplMenu li.social a img {
  filter: invert(0.5);
}
#tplMenu li ul {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px;
  top: 40px;
  z-index: 1000;
  width: 320px;
  transition: all 0.3s;
  visibility: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#tplMenu li ul li {
  width: 100%;
  padding: 0;
}
#tplMenu li ul li a {
  line-height: 42px;
  border: 0;
  padding: 0 15px;
  color: #545454;
  text-align: left;
  border-radius: 3px;
}
#tplMenu li ul li a:hover {
  color: #FFF;
  border: 0;
  background-color: #568CC0;
}
#tplMenu li ul li ul {
  left: 290px;
  top: -3px;
  width: 200px;
}
#tplMenu li.lang ul {
  width: 100px;
  top: 40px;
}
#tplConteudo {
  padding-bottom: 30px;
}
#tplBaixo {
  padding: 4rem 0;
  font-size: 16px;
  background: #F7F7F7;
  color: #666;
}
#tplBaixo .logo {
  margin: 0 auto 64px;
}
#tplBaixo h3 {
  font-size: 26px;
  color: #333;
  font-weight: 600;
  margin-bottom: 32px;
}
#tplBaixo p,
#tplBaixo address {
  margin-bottom: 0;
}
#tplBaixo a {
  color: #666;
  text-decoration: none;
}
#tplBaixo .flex {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1fr 1fr 1fr;
  gap: 1rem;
}
#tplBaixo .menuVertical.icons li {
  display: flex;
  gap: 1rem;
  font-size: 18px;
}
#tplBaixo .menuVertical li {
  margin-bottom: 16px;
}
#tplCreditos {
  font-size: 14px;
  background-size: cover;
  padding: 32px 0;
}
#tplCreditos .credito {
  text-align: right;
}
#tplCreditos .credito a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
#tplCreditos p {
  margin: 0;
}
/** Fim do layout */
#pageHeader {
  padding: 50px 0;
  background: #203B62 url("../images/bg.png") no-repeat center center;
  background-size: cover;
  margin-bottom: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #ffffff;
}
#pageHeader h1 {
  margin: 120px 0 0;
  text-align: center;
  color: white;
  font-size: 52px;
}
#pageHeader h1 span {
  display: block;
  text-transform: uppercase;
  color: #FFA726;
  font-size: 18px;
}
.item__lista {
  margin-bottom: 2rem;
  background-color: #F5F5F5;
  box-shadow: 0 0.46875rem 2.1875rem #04091408, 0 0.9375rem 1.40625rem #04091408, 0 0.25rem 0.53125rem #0409140d, 0 0.125rem 0.1875rem #04091408;
}
.item__lista .dados {
  padding: 16px;
}
.item__lista p.imagem {
  overflow: hidden;
}
.item__lista p.imagem img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  object-fit: cover;
}
.item__lista p.imagem img:hover {
  transform: scale(1.05);
  transition: all 0.5s;
}
.pulse {
  animation: pulseItem linear 1s infinite;
}
@keyframes pulseItem {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
hr.separator {
  margin: 4rem 0;
  border: 0;
  border-top: 1px solid #ccc;
}
#homeBanner {
  height: calc(100vh - 101px);
  overflow: hidden;
  background-color: #CCC;
}
#homeBanner ul,
#homeBanner li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#homeBanner img.img-responsive,
#homeBanner img {
  width: 100%;
  object-fit: cover;
  height: calc(100vh - 120px);
}
#homeBanner .bx-wrapper {
  margin-bottom: 0;
}
/** Blog */
a.home__post {
  display: block;
  background-color: #FFF;
  margin-bottom: 2rem;
}
a.home__post figure {
  position: relative;
  transition: all 0.3s ease-in-out;
}
a.home__post figure img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
a.home__post figure figcaption {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: white;
  text-align: center;
  background-color: rgba(86, 140, 192, 0.75);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  transition: all 0.3s ease-in-out;
}
a.home__post figure figcaption span {
  display: block;
  font-weight: 400;
  padding: 0 0 1rem 2rem;
}
a.home__post figure figcaption span.titulo {
  font-size: 20px;
  color: #252525;
  font-weight: bold;
}
a.home__post:hover figure {
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
}
a.home__post:hover figure figcaption {
  opacity: 1;
}
.boxblog {
  background-color: #F5F5F5;
  padding: 15px;
  margin-bottom: 30px;
}
#boxBlogCategorias li,
#boxBlogRecentes li {
  border-bottom: 1px solid #CCC;
}
#boxBlogCategorias li a,
.recentes li a {
  text-decoration: none;
  display: block;
  line-height: 40px;
}
.etiquetas a {
  display: inline-block;
  margin: 0 3px 3px 0;
  color: white;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.8em;
  background-color: #FFA726;
  padding: 0 4px;
  line-height: 22px;
  border-radius: 2px;
}
#boxBlogBusca form {
  display: flex;
  gap: 1rem;
}
#boxBlogBusca .form-group {
  margin-bottom: 0;
}
#boxBlogBusca .form-control {
  border-radius: 0;
}
#boxBlogBusca .botao {
  padding: 0 1.5rem;
}
#boxBlogBusca .botao i {
  margin: 0;
  border-radius: 0;
}
.blogTags {
  margin-bottom: 30px;
}
.blogTags .tag {
  display: inline-block;
  margin: 0 3px 3px 0;
}
.blogTags .tag a {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.8em;
  background-color: #FFA726;
  padding: 0 4px;
  line-height: 22px;
  border-radius: 2px;
}
.postagem {
  background-color: #fff;
  margin-bottom: 30px;
}
.postagem .links {
  padding: 15px;
  border: 1px solid #FFE8D7;
}
.postagem img,
.postagem img.img-responsive {
  width: 100%;
}
.postagem a {
  display: block;
  text-decoration: none;
}
.postagem .titulo a {
  font-size: 18px;
  font-weight: 600;
  color: #B63839;
  margin-bottom: 10px;
  height: 50px;
  overflow: hidden;
}
.postagem .resumo a {
  font-size: 1em;
  color: #545454;
  margin-bottom: 10px;
  height: 120px;
  overflow: hidden;
}
.postagem .data {
  font-size: 0.8em;
  color: #777;
}
h2.fichaResumo {
  text-transform: none;
  font-weight: normal;
}
/** Clientes */
.listaClientes {
  margin-bottom: 30px;
}
.slide__clientes {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.slide__clientes li {
  width: 150px;
}
.slide__clientes img {
  mix-blend-mode: multiply;
  filter: grayscale(1);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.slide__clientes img:hover {
  filter: grayscale(0);
  opacity: 1;
  transition: all 0.3s ease;
}
.cotacao__link {
  margin-bottom: 30px;
  border: 1px solid #FFE8D7;
  padding: 0 0 15px;
  background-color: #f7f7f7;
}
.cotacao__link p.imagem {
  text-align: center;
  background-color: white;
  padding: 15px 0;
}
.cotacao__link p.imagem img.img-responsive {
  height: 177px;
  margin: 0 auto;
}
.cotacao__link h2 {
  font-size: 18px;
  text-align: center;
}
.cotacao__link h2 span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #454545;
}
.cotacao__link p.action {
  margin-bottom: 0;
  text-align: center;
}
.cotacao__link p.action .botao {
  line-height: 40px;
}
.cotacao__form {
  border: 1px solid #FFE8D7;
  background-color: #f7f7f7;
  max-width: 1100px;
  margin: 0 auto 30px;
  padding: 30px 15px;
}
.cotacao__form .w100,
.cotacao__form .input-group {
  width: 100%;
}
.cotacao__form .imagem {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  border: 1px solid #FFE8D7;
}
.cotacao__form label {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #222;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.cotacao__form label span {
  text-transform: none;
  font-weight: bold;
  color: #394553;
}
/** Depoimentos */
.listaDepoimento {
  margin-bottom: 30px;
}
.listaDepoimento blockquote {
  border: 0;
  color: #CCC;
  text-align: center;
}
.listaDepoimento cite {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
#pageHeaderProduto {
  padding: 50px 0;
  background: #203B62 no-repeat center center;
  background-size: cover;
  margin-bottom: 60px;
  min-height: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pageHeaderProduto h1 {
  margin-top: 160px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 90px;
}
#pageHeaderProduto h1 span {
  display: block;
  text-transform: uppercase;
  color: #FFA726;
  font-size: 18px;
}
#produtoHeader {
  padding: 0;
  background: #EAEAEA;
  margin-bottom: 60px;
  min-height: 400px;
  height: 500px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #ffffff;
}
#produtoHeader .container {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  padding: 0 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#produtoHeader img {
  float: right;
  width: 800px;
  display: block;
  margin: auto;
  margin-top: -100px;
  transform: scaleX(-1);
  mix-blend-mode: multiply;
}
#produtoHeader h1 {
  flex-grow: 1;
  margin-top: 160px;
  color: #252525;
  font-size: 72px;
}
#produtoHeader h1 span {
  display: block;
  text-transform: uppercase;
  color: #FFA726;
  font-size: 18px;
}
.produto__item {
  margin-bottom: 2rem;
  position: relative;
}
.produto__item a {
  display: block;
  text-decoration: none;
  background-color: rgba(220, 228, 231, 0.5);
}
.produto__item a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid #ddd;
}
.produto__item a span {
  background-color: #fff;
  display: block;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  padding: 0.5rem 1rem 0;
  text-transform: uppercase;
}
.produto__item a img.img-default {
  opacity: 1;
}
.produto__item a img.img-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.produto__item a:hover .img-default {
  opacity: 0;
}
.produto__item a:hover .img-hover {
  mix-blend-mode: multiply;
  opacity: 1;
}
.produto__item a:hover img {
  transition: all 0.3s ease-in-out;
}
/** Definicoes gerais */
.texto {
  margin-bottom: 30px;
}
.boxInfo {
  background-color: #F5F5F5;
  margin-bottom: 30px;
  padding: 15px;
}
hr.line {
  border-top: 1px solid #999;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Outfit', sans-serif;
  margin: 0 0 20px;
  text-transform: none;
  font-weight: 600;
}
h1,
.h1 {
  font-size: 36px;
  color: #394553;
}
h2,
.h2 {
  font-size: 28px;
  color: #394553;
}
h2 span,
.h2 span {
  color: #FFA726;
}
h3,
.h3 {
  font-size: 18px;
  color: #394553;
}
h4,
.h4 {
  font-size: 14px;
  color: #394553;
}
.botao {
  color: #fff;
  background: #FFA726;
  padding: 16px 48px;
  line-height: 30px;
  border: none;
  outline: none;
  font-size: 16px;
  border-radius: 0;
  font-family: 'Outfit', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}
.botao:hover {
  background-color: #B63839;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  transform: scale(1.1);
}
/** Outros */
#btSobe {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  color: #FFF;
  background-color: #FFA726;
  border: 0;
}
#btSobe:hover {
  background-color: #B63839;
}
.aDireita {
  float: right;
}
.menuHorizontal {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuHorizontal li {
  padding: 0;
  float: left;
  position: relative;
}
.menuHorizontal li a {
  display: block;
}
.menuHorizontal li ul {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.menuHorizontal li li {
  float: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuVertical {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menuVertical li {
  margin: 0;
  padding: 0;
}
.menuVertical li a {
  display: block;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.imageFloatLeft {
  float: left;
  padding: 0 15px 15px 0;
}
.alert-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.img-responsive.imgMarginAuto,
.imgMarginAuto {
  margin: 0 auto;
}
.paginacao .pagination > li > a {
  color: #000;
}
.paginacao .pagination > .active > a {
  background-color: #B63839;
  border-color: #B63839;
  color: #FFA726;
}
/** Galerias */
ul#galeria {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
ul#galeria li {
  list-style: none;
  margin-bottom: 30px;
}
ul#galeria li img {
  cursor: pointer;
}
/** Fim dos gerais */
.form-recptcha {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
img,
table {
  max-width: 100%;
}
.form__line {
  margin-bottom: 20px;
}
.home__hero {
  padding: 0 6rem;
  height: 100%;
  margin-bottom: 12rem;
}
.home__hero h1 {
  padding-top: 120px;
  max-width: 800px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.36);
  color: #fff;
  font-size: 72px;
}
.home__hero h1 small {
  display: block;
  text-transform: uppercase;
  color: #F1F1F1;
  font-size: 18px;
}
.home__hero h1 span {
  color: #FFA726;
}
.home__hero .h {
  color: #FFF;
  padding-top: 32px;
  position: relative;
  font-size: 24px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.36);
}
.home__quadros {
  overflow-x: hidden;
}
.home__quadros .container-fluid {
  padding: 0;
  margin: 0;
}
.home__quadros .line {
  display: flex;
  flex-basis: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
  max-height: 600px;
  background-color: #F5F5F5;
}
.home__quadros .line:nth-child(even) {
  flex-direction: row-reverse;
}
.home__quadros .line .image {
  overflow: hidden;
  width: 50%;
  max-width: 50%;
}
.home__quadros .line .image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  /*&:hover {
                    transition: all .3s ease-in-out;
                    transform: scale(1.05);
                    filter: blur(1px);
                    opacity: 0.9;
                }*/
}
.home__quadros .texto {
  flex: 1;
  height: 100%;
  display: flex;
  Flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 6rem;
  text-align: center;
}
.home__quadros .texto h2 {
  font-size: 72px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}
.home__quadros .texto p {
  font-size: 24px;
  color: white;
}
.home__quadros .texto a {
  display: inline-block;
  background-color: white;
  color: #394553;
  font-size: 18px;
  padding: 12px 48px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.36);
  transition: all 0.3s ease-in-out;
}
.home__quadros .texto a:hover {
  background-color: #FFA726;
  color: white;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
}
.home-depoimentos {
  background: #E9EAEB url("../images/home/bg-depoimentos.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  overflow-x: hidden;
}
.home-depoimentos .container-fluid {
  margin: 0 3rem;
}
.home-depoimentos h2 {
  color: white;
}
.home-depoimentos h2.title span {
  color: #F1F1F1;
}
.home-depoimentos .box-depoimentos {
  display: flex;
  gap: 30px;
}
.home-depoimentos .box-depoimentos .depoimento {
  padding: 45px 30px 30px;
  background-color: #FFF;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.home-depoimentos .box-depoimentos .depoimento:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.home-depoimentos .box-depoimentos .depoimento blockquote {
  position: relative;
  border: 0;
  padding: 0;
  margin-bottom: 30px;
}
.home-depoimentos .box-depoimentos .depoimento blockquote:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0px;
  width: 24px;
  height: 22px;
  background: #FFF url("../images/quote-l.png") no-repeat center center;
}
.home-depoimentos .box-depoimentos .depoimento .autor {
  background: #FFF url("../images/logo-google.png") no-repeat left center;
  padding-left: 56px;
  font-size: 18px;
  color: #394553;
}
.home-depoimentos .box-depoimentos .depoimento .autor span {
  display: block;
  font-size: 16px;
  color: #888;
}
.home-servicos {
  background-color: #F8F8F8;
  padding: 100px 0;
}
.home-servicos .container-fluid {
  margin: 0 3rem;
}
.home-servicos .menuServicos {
  padding: 0;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
.home-servicos .menuServicos li {
  list-style: none;
  padding: 0;
}
.home-servicos .menuServicos li a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  position: relative;
  padding-left: 24px;
}
.home-servicos .menuServicos li a:before {
  position: absolute;
  content: '+';
  color: #FFA726;
  font-weight: 600;
  top: 0;
  left: 0;
}
.home-novidades {
  background-color: #E9EAEB;
  padding: 100px 0;
  margin-bottom: -30px;
}
.home-novidades .container-fluid {
  margin: 0 3rem;
}
h2.title {
  font-size: 64px;
  margin-bottom: 64px;
}
h2.title span {
  display: block;
  font-size: 14px;
  color: #888;
}
h2.title em {
  font-style: normal;
  color: #FFA726;
}
#menuProdutos {
  height: 40px;
  padding: 0;
  margin: 0 0 2rem;
}
#menuProdutos li {
  list-style: none;
  display: inline-block;
  padding: 0.8rem 3rem;
  cursor: pointer;
  color: #aaaaaa;
  background-color: #EEEEEE;
  text-transform: uppercase;
  font-weight: 400;
}
#menuProdutos li:hover,
#menuProdutos li.active {
  color: #fff;
  background-color: #394553;
}
.mix {
  display: none;
}
.produtos-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  margin-bottom: 30px;
}
.produtoMix a {
  display: block;
}
.produtoMix a figure {
  position: relative;
}
.produtoMix a figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.produtoMix a figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: white;
  text-align: center;
  background-color: rgba(86, 140, 192, 0.75);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.produtoMix a figure figcaption span {
  display: block;
  font-weight: 400;
}
.produtoMix a figure figcaption span.titulo {
  padding-top: 15px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.produtoMix a:hover figure figcaption {
  opacity: 1;
}
.form-control {
  height: auto;
  border-radius: 8px;
  padding: 12px 16px;
}
.box-cookies.hide {
  display: none !important;
}
.box-cookies {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  z-index: 998;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: center;
  padding: 25px;
  color: #fff;
  font-size: 18px;
}
.box-cookies .msg-cookies {
  flex-grow: 1;
  margin-bottom: 0;
}
.box-cookies .btn-cookies {
  background: #1e88e5;
  cursor: pointer;
  align-self: normal;
}
.blog__box {
  margin-bottom: 2rem;
  border: 1px solid #eeeeee;
  background-color: #FFF;
  box-shadow: 0 0.46875rem 2.1875rem #04091408, 0 0.9375rem 1.40625rem #04091408, 0 0.25rem 0.53125rem #0409140d, 0 0.125rem 0.1875rem #04091408;
}
.blog__box h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 3rem;
  padding: 0 1rem;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
  font-weight: 400;
}
.blog__box-content {
  padding: 1rem;
}
.blog__box .menu_vertical li {
  list-style: none;
}
.blog__box .menu_vertical li a {
  border-bottom: 1px solid #eeeeee;
  line-height: 2.5rem;
}
.blog__box-search {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: stretch;
}
.blog__box-search .form-control {
  flex-grow: 1;
}
.blog__box-tags a {
  display: inline-block;
  font-size: 0.875rem;
  background-color: #FFA726;
  color: white;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0 0.5rem;
  border-radius: 2px;
  text-decoration: none;
}
.blog__post {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-shadow: 0 0.46875rem 2.1875rem #04091408, 0 0.9375rem 1.40625rem #04091408, 0 0.25rem 0.53125rem #0409140d, 0 0.125rem 0.1875rem #04091408;
  transition: all 0.3s ease-in-out;
}
.blog__post:hover {
  transform: scale(1.02);
}
.blog__post:hover .post__text {
  background-color: #FFF;
}
.blog__post .post__image {
  position: relative;
}
.blog__post .post__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog__post .post__image span.date {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  color: white;
  font-weight: 700;
  padding: 0.5rem 1rem 0;
}
.blog__post .post__text {
  background-color: #F5F5F5;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog__post .post__text a {
  text-decoration: none;
  color: #394553;
}
.blog__post .post__text .titulo {
  font-weight: 400;
  color: #394553;
  font-size: 1.15rem;
  position: relative;
}
.blog__post .post__text .resumo {
  font-size: 0.875rem;
  color: #ccc;
}
/** Responsivo **/
a#menuResp {
  line-height: 54px;
  font-size: 35px;
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #FFA726;
  color: white;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #tplTopo {
    height: auto;
  }
  .logo-container {
    display: flex;
    gap: 1rem;
  }
  .logo-container .logo {
    min-width: 54px;
    min-height: 54px;
  }
  #tplMenu ul li {
    display: none;
  }
  #tplMenu ul li.social {
    display: inline-block;
  }
  #homeSobre,
  #homeCotacao,
  #homeNoticias {
    padding: 30px 0;
  }
  .img-sobre {
    margin-bottom: 30px;
  }
  #tplCreditos {
    text-align: center;
  }
  #tplCreditos .credito {
    text-align: center;
  }
  .selo {
    margin-bottom: 1rem;
  }
  #homeCall .box,
  #tplBaixo .newsletter,
  #tplBaixo .newsletter form {
    flex-direction: column;
    gap: 1rem;
  }
  #tplBaixo .newsletter form {
    width: 100%;
    flex-grow: 1;
  }
  #tplBaixo .newsletter:after {
    display: none;
  }
  #tplBaixo .newsletter .form-control {
    width: 100%;
  }
  #tplBaixo p,
  #tplBaixo address {
    margin-bottom: 2rem;
  }
  #tplBaixo .flex {
    display: flex;
    flex-direction: column;
  }
  .home__hero h1 {
    font-size: 4rem;
  }
  .home__quadros .line {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .home__quadros .line:nth-child(even) {
    flex-direction: column;
  }
  .home__quadros .line .image {
    flex: 1;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
  .home__quadros .texto h2 {
    font-size: 2.5rem;
  }
  .home-depoimentos .box-depoimentos {
    flex-direction: column;
  }
  h2.title {
    font-size: 4rem;
  }
  .home-novidades .container-fluid,
  .home-depoimentos .container-fluid {
    margin: 0 1rem;
  }
  #pageHeaderProduto h1 {
    font-size: 3rem;
  }
  #produtoHeader {
    height: 250px;
    min-height: auto;
  }
  #produtoHeader h1 {
    margin-top: 90px;
    margin-bottom: 2rem;
    font-size: 4rem;
  }
  #produtoHeader img {
    display: none;
  }
  #produtoHeader .container {
    flex-direction: column;
  }
}
#tplMenuResponsivo {
  background: #B63839;
}
#tplMenuResponsivo ul {
  margin: 0;
  padding: 0;
}
#tplMenuResponsivo ul li {
  list-style: none;
  line-height: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#tplMenuResponsivo ul li a {
  color: white;
  text-decoration: none;
  font-size: 1em;
}
#tplMenuResponsivo ul li:last-child {
  border: 0;
}
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 200px;
  overflow-y: auto;
  font-size: 15px;
  padding: 5px;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr .sidr-class-social {
  display: none;
}
#tplMenuResponsivo {
  background: linear-gradient(#578CC0, #264169);
}
#tplMenuResponsivo li ul {
  margin: 0;
  padding: 0 0 0 1rem;
}
#tplMenuResponsivo li {
  list-style: none;
  line-height: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0 0 0 1rem;
}
#tplMenuResponsivo li a {
  color: white;
  text-decoration: none;
  font-size: 1em;
}
#btf_wa {
  position: fixed;
  right: 17px;
  bottom: 70px;
  padding: 0;
  width: 70px;
  height: 70px;
  background-color: #0d9f15;
  border-radius: 50px;
  border: 3px solid #FFF;
  z-index: 10000;
  text-align: center;
}
#btf_wa i {
  color: white;
  line-height: 64px;
  text-align: center;
  font-size: 4rem;
}
