@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
.lb-nav a.lb-prev {
  opacity: 0.85 !important;
}

.lb-nav a.lb-next {
  opacity: 0.85 !important;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex > * {
  display: list-item;
  list-style: none;
}

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

a:focus {
  outline: none !important;
}

.btn {
  transition: all 0.5s ease;
  overflow: overlay;
  text-transform: uppercase;
  background: none;
  color: #fff;
  font-size: 0.9em;
  border: 1px solid #0b3a4c;
  padding: 5px 19px;
  position: relative;
  background: #0b3a4c;
  font-weight: 700;
  border-radius: 5px;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn:focus, .btn:active {
  box-shadow: none !important;
}
.btn:hover, .btn:focus {
  transform: translateY(-3px);
  box-shadow: 3px 3px 0 0 rgba(34, 34, 34, 0.2);
}
.btn:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: all 0.5s ease;
}
.btn:hover, .btn:focus, .btn:active {
  background: #fff;
  border-color: #0b3a4c;
  color: #0b3a4c;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
  height: 100%;
}
.btn.btn-primary {
  border-color: #575757 !important;
  background: #575757 !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  border-color: #575757 !important;
  color: #575757 !important;
}
.btn.btn-secondary {
  border-color: #014fa1;
  background: #014fa1 !important;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  border-color: #014fa1 !important;
  color: #014fa1 !important;
}
.btn.btn-secondary.reverse {
  background: #fff !important;
}
.btn.btn-secondary.reverse:before {
  background: #014fa1 !important;
}
.btn.btn-secondary.reverse span {
  color: #014fa1 !important;
}
.btn.btn-secondary.reverse:hover, .btn.btn-secondary.reverse:focus, .btn.btn-secondary.reverse:active {
  color: #014fa1 !important;
}
.btn.btn-secondary.reverse:hover span, .btn.btn-secondary.reverse:focus span, .btn.btn-secondary.reverse:active span {
  color: #fff !important;
}

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

.label {
  background: #000;
  padding: 4px 19px;
  color: #fff;
  font-weight: 700;
  border-radius: 13px;
  font-size: 0.9em;
  transition: all 0.5s ease;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: default;
  border: 2px solid #000;
}
.label span {
  position: relative;
  z-index: 1;
}
.label:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: all 0.5s ease;
}
.label:hover, .label:focus {
  color: #000;
  transform: translateY(-3px);
  box-shadow: 3px 3px 0 0 rgba(34, 34, 34, 0.2);
}
.label:hover:before, .label:focus:before {
  height: 100%;
}
.label.label-danger {
  background: #e60000;
  border-color: #e60000;
}
.label.label-danger:hover, .label.label-danger:focus {
  color: #e60000;
}

.not-found {
  text-align: center;
  font-size: 1.2em;
  color: #575757;
  font-style: italic;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
  .container.padrao {
    max-width: 1140px;
  }
}
/*Erro fomrulário*/
.has-error {
  border-color: red !important;
}

/*FUNÇÕES SASS*/
/*LightBox Option*/
.lb-details {
  width: 100% !important;
  position: relative;
}
.lb-details span.lb-caption {
  position: absolute;
  left: 0px;
  bottom: 9px;
  width: calc(100% + 0px);
  font-size: 27px !important;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 20px 0px;
  text-align: center;
}
.lb-details span.lb-caption small {
  font-size: 18px;
  border-bottom: 1px solid white;
}
.lb-details span.lb-number {
  display: none !important;
}

body {
  font-size: 1em;
  font-family: "Roboto Slab", serif;
}
body section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 999;
  bottom: 80px;
  right: 20px;
  border-radius: 75px;
  box-shadow: 3px 1px 15px #7b7b7b;
  transform-origin: 0 0;
  animation-duration: 0.5s;
  animation-timing-function: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
  transition: all 0.3s;
}
body section.botao_whatsapp.animarZap {
  animation-name: leaves;
}
@keyframes leaves {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    margin-right: 80px;
    margin-bottom: 80px;
  }
}
body section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 55px;
  margin-top: 6px;
  margin-left: 11px;
}
body section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body section.botao_whatsapp {
    bottom: 30px;
  }
}
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: #ee002d;
  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: #ee002d !important;
  border-color: #ee002d !important;
}
body section.error-404 .btn:hover {
  color: #ee002d !important;
}
body section.formulario-enviado {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #0b3a4c;
}
body section.formulario-enviado h1 {
  font-weight: 600;
  font-size: 2.8em;
  margin-top: -22px;
}
body section.formulario-enviado p {
  font-weight: 500;
}
body section.formulario-enviado .btn {
  display: inline-block;
  font-weight: 700;
  background: #ee002d !important;
  border-color: #ee002d !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: #ee002d !important;
}
body header section.header {
  background-color: #ff2d34;
  padding: 17px 0px;
}
body header section.header .container {
  max-width: 1500px;
}
@media (min-width: 992px) {
  body header section.header.scroll {
    margin-top: 35px;
  }
}
body header section.header .logo {
  height: 85px;
  margin-top: -12px;
  margin-bottom: -20px;
}
body header section.header .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1199px) {
  body header section.header .logo {
    height: 50px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 10px;
  }
}
body header section.header .ctas-topo {
  display: flex;
  justify-content: space-around;
}
body header section.header .ctas-topo .frete {
  width: 152px;
}
body header section.header .ctas-topo .frete img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body header section.header .ctas-topo .box-master-contato {
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  body header section.header .ctas-topo .box-master-contato {
    justify-content: center;
    display: flex;
  }
}
body header section.header .ctas-topo .box-master-contato .box-contato {
  display: inline-flex;
  position: relative;
}
body header section.header .ctas-topo .box-master-contato .box-contato.first {
  margin-right: 40px;
}
body header section.header .ctas-topo .box-master-contato .box-contato.first::before {
  content: "";
  position: absolute;
  top: 20px;
  right: -20px;
  height: 23px;
  width: 2px;
  background-color: white;
}
@media screen and (max-width: 991px) {
  body header section.header .ctas-topo .box-master-contato .box-contato.first {
    margin-right: 20px;
  }
  body header section.header .ctas-topo .box-master-contato .box-contato.first::before {
    display: none;
  }
}
body header section.header .ctas-topo .box-master-contato .box-contato .icon {
  font-size: 39px;
  margin-right: 5px;
}
body header section.header .ctas-topo .box-master-contato .box-contato .icon i.fas.fa-phone-square {
  color: #ffffff;
}
body header section.header .ctas-topo .box-master-contato .box-contato .icon i.fab.fa-whatsapp {
  color: #ffffff;
}
body header section.header .ctas-topo .box-master-contato .box-contato .txt {
  padding-top: 9px;
}
body header section.header .ctas-topo .box-master-contato .box-contato .txt .ref {
  font-size: 12px;
  font-weight: 700;
  color: white;
}
body header section.header .ctas-topo .box-master-contato .box-contato .txt .number {
  font-size: 20px;
  font-weight: 400;
  color: white;
  margin-top: -7px;
}
@media screen and (max-width: 1360px) {
  body header section.header .ctas-topo .box-master-contato .box-contato .txt .number {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body header section.header .ctas-topo .box-master-contato .box-contato .txt .number {
    font-size: 15px;
  }
}
@media screen and (max-width: 370px) {
  body header section.header .ctas-topo .box-master-contato .box-contato .txt .number {
    font-size: 14px;
  }
}
@media screen and (max-width: 332px) {
  body header section.header .ctas-topo .box-master-contato .box-contato .txt .number {
    font-size: 13px;
  }
}
body header section.header .ctas-topo .box-master-contato .box-contato::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0px;
  height: 3px;
  width: 0px;
  background-color: white;
  transition: all 0.5s;
}
body header section.header .ctas-topo .box-master-contato .box-contato:hover::after {
  width: 100%;
}
body header section.header .ctas-topo .box-master-acao {
  text-align: center;
}
body header section.header .ctas-topo .box-master-acao .acao {
  padding-top: 10px;
  display: inline-flex;
}
body header section.header .ctas-topo .box-master-acao .acao.first {
  margin-right: 5px;
}
body header section.header .ctas-topo .box-master-acao .acao span {
  cursor: pointer;
  background-color: white;
  font-size: 13px;
  font-weight: 700;
  color: #ff2d34;
  border: 2px solid white;
  padding: 7px 5px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s;
}
body header section.header .ctas-topo .box-master-acao .acao span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 100%;
  background-color: #ff2d34;
  z-index: -1;
  transition: all 0.3s;
}
body header section.header .ctas-topo .box-master-acao .acao span:hover {
  color: white;
}
body header section.header .ctas-topo .box-master-acao .acao span:hover::after {
  top: 0px;
}
@media screen and (max-width: 380px) {
  body header section.header .ctas-topo .box-master-acao .acao span {
    font-size: 12px;
  }
}
body header section.header .ctas-topo .redes-sociais {
  text-align: center;
  padding-top: 10px;
}
body header section.header .ctas-topo .redes-sociais a i {
  font-size: 29px;
  color: #ffffff;
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  body header section.header .ctas-topo .redes-sociais a i {
    margin-top: 15px;
    font-size: 40px;
  }
}
@media screen and (max-width: 1199px) {
  body header section.header .ctas-topo {
    display: block;
  }
  body header section.header .ctas-topo .frete {
    text-align: center;
    margin: auto;
  }
}
body header .menu-mobile {
  position: fixed;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: white;
  z-index: 998;
  padding-bottom: 65px;
  transition: all 0.5s;
}
body header .menu-mobile.aberto {
  top: 0px;
}
body header .menu-mobile .fechar {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #565656;
}
body header .menu-mobile .logo {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}
body header .menu-mobile .logo img {
  width: 100%;
  max-height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}
body header .menu-mobile ul {
  padding: 0px;
}
body header .menu-mobile ul li {
  list-style: none;
  border: 1px solid #153e8c;
  margin: 5px;
  padding: 2px;
  text-align: center;
  text-transform: uppercase;
}
body header .menu-mobile ul li a {
  color: #153e8c;
  font-size: 19px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
}
body main {
  /* BANNER HOME - TOP */
}
body main section.home-banner {
  width: 100%;
  overflow: hidden;
  /*  Mobile  */
  /*  DeskTop */
}
body main section.home-banner .owl-banner div.item, body main section.home-banner .owl-banner-mobile div.item {
  width: 100%;
}
body main section.home-banner .owl-banner div.item img, body main section.home-banner .owl-banner-mobile div.item img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  body main section.home-banner .owl-banner {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body main section.home-banner .owl-banner-mobile {
    display: none;
  }
}
body main section.home-banner .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 9999;
  bottom: 10px;
}
body main section.home-banner .owl-dots .owl-dot {
  outline: none;
  display: inline-block;
  background: url("../image/dots.png") no-repeat;
  width: 20px;
  height: 20px;
}
body main section.home-banner .owl-dots .owl-dot.active {
  background: url("../image/dots-active.png") no-repeat;
}
body main section.banner-titulo {
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
}
body main section.banner-titulo .container {
  height: 100%;
}
body main section.banner-titulo .container .box-titulo {
  display: flex;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.banner-titulo .container .box-titulo .titulo {
  text-align: center;
}
body main section.banner-titulo .container .box-titulo .titulo h1 {
  font-family: "Product Sans", Sans-Serif;
  font-size: 54px;
  color: white;
  text-align: center;
  padding-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  font-weight: 700;
}
@media screen and (max-width: 375px) {
  body main section.banner-titulo .container .box-titulo .titulo h1 {
    font-size: 45px;
  }
}
body main section.banner-titulo .container .box-titulo .titulo h2 {
  font-size: 32px;
  color: white;
  font-weight: 300;
}
body main .breadcrumb {
  background: transparent;
  position: relative;
  width: 100%;
  display: inherit;
  padding: 0px !important;
  z-index: 2;
  margin: auto;
}
body main .breadcrumb .box-bread {
  position: absolute;
  bottom: 8px;
  left: 0px;
  width: 100%;
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin-top: 15px;
  z-index: 1;
  margin-bottom: 8px;
}
body main .breadcrumb .box-bread ul > li {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  float: left;
  margin-right: 5px;
  letter-spacing: 0.5px;
}
body main .breadcrumb .box-bread ul > li i.fas.fa-chevron-right {
  font-size: 14px;
  margin-right: 10px;
  margin-left: 10px;
}
body main .breadcrumb .box-bread ul > li:first-child {
  margin-right: 4px;
}
body main .breadcrumb .box-bread ul > li .bread {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
body main .breadcrumb .box-bread ul > li .bread i {
  margin-left: 8px;
}
body main .breadcrumb .box-bread ul > li a {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  transition: all 0.5s ease;
  position: relative;
}
body main .breadcrumb .box-bread ul > li a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background: #fff;
  bottom: 0px;
  transition: all 0.5s ease;
}
body main .breadcrumb .box-bread ul > li a:hover:before, body main .breadcrumb .box-bread ul > li a:focus:before {
  width: 100%;
}
body main .breadcrumb .box-bread .back-link {
  font-size: 16px;
  font-weight: 300;
  float: right;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body main .breadcrumb .box-bread .back-link {
    display: none;
  }
}
body main section.interativas {
  background-color: #ff2d34;
  padding: 30px 0px;
}
body main section.interativas .title .txt1 {
  text-align: center;
  font-size: 45px;
  color: white;
  font-weight: 600;
}
body main section.interativas .title .txt2 {
  text-align: center;
  font-size: 19px;
  font-weight: 300;
  color: white;
}
body main section.interativas .title .txt3 {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  color: white;
  margin-bottom: 60px;
}
body main section.interativas .item-interativo {
  color: white;
  text-align: center;
}
body main section.interativas .item-interativo .img {
  height: 60px;
  width: 65px;
  margin: auto;
}
body main section.interativas .item-interativo .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.interativas .item-interativo .txt1 {
  font-size: 16px;
  font-weight: 500;
}
body main section.interativas .item-interativo .txt2 {
  font-size: 14px;
  font-weight: 200;
}
body main section.paginacao .paginacao-box {
  margin: auto;
}
body main section.paginacao .paginacao-box li {
  padding: 5px 15px;
}
body main section.paginacao .paginacao-box li a {
  color: black;
  font-size: 22px;
}
body main section.paginacao .paginacao-box li.active {
  background: #ff3337;
}
body main section.paginacao .paginacao-box li.active a {
  color: white;
}
body main section.politica {
  padding-bottom: 50px;
}
body main section.politica h1 {
  font-size: 32px;
  font-weight: 700;
  color: #003c7a;
  padding: 25px 0px;
}
body main section.separador-produtos {
  padding: 50px 0px 0px 0px;
  margin-bottom: -50px;
}
@media screen and (min-width: 1200px) {
  body main section.separador-produtos .container {
    max-width: 1600px;
  }
}
body main section.separador-produtos .title {
  color: #39393a;
}
body main section.separador-produtos .title .txt1 {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  color: #f00;
}
body main section.separador-produtos .title .txt2 {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
}
body main section.separador-produtos .title .txt3 {
  font-size: 19px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 60px;
}
body main section.separador-produtos .box-produto {
  margin-bottom: 50px;
  transition: all 0.3s;
}
body main section.separador-produtos .box-produto:hover {
  transform: scale(1.05);
}
body main section.separador-produtos .box-produto .box-img {
  cursor: pointer;
  height: 477px;
}
@media screen and (max-width: 768px) {
  body main section.separador-produtos .box-produto .box-img {
    height: 100%;
  }
}
@media screen and (min-width: 1023px) {
  body main section.separador-produtos .box-produto .box-img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
body main section.separador-produtos .box-produto .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  body main section.separador-produtos .box-produto .box-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 1023px) {
  body main section.separador-produtos .box-produto .box-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
body main section.separador-produtos .box-produto .titulo {
  font-size: 19px;
  font-weight: 700;
  padding: 10px 0px 0px 0px;
  text-align: center;
  color: #ff2d34;
}
body main section.separador-produtos .box-produto .acao {
  display: flex;
  margin-top: 15px;
  overflow: hidden;
}
body main section.separador-produtos .box-produto .acao .orcamento-rapido {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body main section.separador-produtos .box-produto .acao .orcamento-rapido::before {
  content: "";
  background-color: #e20209;
  transform: skew(-15deg);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -6px;
  top: 0px;
  z-index: -1;
  transition: all 0.3s;
}
body main section.separador-produtos .box-produto .acao .orcamento-rapido a {
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  color: white;
  padding: 12px 0px;
  display: block;
  transition: all 0.3s;
}
body main section.separador-produtos .box-produto .acao .orcamento-rapido:hover a {
  color: #e20209;
}
body main section.separador-produtos .box-produto .acao .orcamento-rapido:hover::before {
  left: calc(-100% - 13px);
}
body main section.separador-produtos .box-produto .acao .ver-produto {
  cursor: pointer;
  position: relative;
  font-size: 13px;
  color: white;
  padding: 12px 5px;
  z-index: 1;
  min-width: 115px;
  transition: all 0.3s;
}
body main section.separador-produtos .box-produto .acao .ver-produto::before {
  content: "";
  background-color: #010020;
  transform: skew(-15deg);
  width: calc(100% + 13px);
  height: 100%;
  position: absolute;
  left: -7px;
  top: 0px;
  z-index: -1;
  transition: all 0.3s;
}
body main section.separador-produtos .box-produto .acao .ver-produto:hover {
  color: #4a4a4a;
}
body main section.separador-produtos .box-produto .acao .ver-produto:hover::before {
  left: calc(100% + 13px);
}
body main section.separador-produtos .box-produto .comprar-agora {
  padding: 5px 0px;
}
body main section.separador-produtos .box-produto .comprar-agora a {
  width: 100%;
  cursor: pointer;
  background-color: #4baa2b;
  font-size: 15px;
  font-weight: 400;
  color: white;
  border: 2px solid #4baa2b;
  padding: 6px 5px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s;
}
body main section.separador-produtos .box-produto .comprar-agora a span {
  position: relative;
}
body main section.separador-produtos .box-produto .comprar-agora a span i.fab.fa-whatsapp {
  position: absolute;
  left: -30px;
  top: -2px;
  font-size: 25px;
}
body main section.separador-produtos .box-produto .comprar-agora a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 100%;
  background-color: white;
  border: 2px solid white;
  z-index: -1;
  transition: all 0.3s;
}
body main section.separador-produtos .box-produto .comprar-agora a:hover {
  color: #4baa2b;
}
body main section.separador-produtos .box-produto .comprar-agora a:hover::after {
  top: -1px;
}
body main section.fale-com-nossa-equipe {
  padding: 50px 0px;
}
body main section.fale-com-nossa-equipe .title {
  color: #39393a;
}
body main section.fale-com-nossa-equipe .title .txt1 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #f00;
}
body main section.fale-com-nossa-equipe .title .txt2 {
  text-align: center;
  font-size: 19px;
  font-weight: 300;
}
body main section.fale-com-nossa-equipe .box-master-contato {
  justify-content: center;
  display: flex;
}
body main section.fale-com-nossa-equipe .box-master-contato .box-contato {
  display: inline-flex;
  position: relative;
}
body main section.fale-com-nossa-equipe .box-master-contato .box-contato.first {
  margin-right: 40px;
}
body main section.fale-com-nossa-equipe .box-master-contato .box-contato.first::before {
  content: "";
  position: absolute;
  top: 20px;
  right: -20px;
  height: 23px;
  width: 2px;
  background-color: #ff2d34;
}
body main section.fale-com-nossa-equipe .box-master-contato .box-contato .icon {
  font-size: 39px;
  margin-right: 5px;
}
body main section.fale-com-nossa-equipe .box-master-contato .box-contato .icon i.fas.fa-phone-square {
  color: #f00;
}
body main section.fale-com-nossa-equipe .box-master-contato .box-contato .icon i.fab.fa-whatsapp {
  color: #f00;
}
body main section.fale-com-nossa-equipe .box-master-contato .box-contato .txt {
  padding-top: 9px;
}
body main section.fale-com-nossa-equipe .box-master-contato .box-contato .txt .ref {
  font-size: 12px;
  font-weight: 700;
  color: #39393a;
}
body main section.fale-com-nossa-equipe .box-master-contato .box-contato .txt .number {
  font-size: 20px;
  font-weight: 400;
  color: #39393a;
  margin-top: -7px;
}
@media screen and (max-width: 1360px) {
  body main section.fale-com-nossa-equipe .box-master-contato .box-contato .txt .number {
    font-size: 16px;
    padding-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  body main section.fale-com-nossa-equipe .box-master-contato .box-contato .txt .number {
    font-size: 14px;
    padding-top: 6px;
  }
}
@media screen and (max-width: 350px) {
  body main section.fale-com-nossa-equipe .box-master-contato .box-contato .txt .number {
    font-size: 12px;
    padding-top: 6px;
  }
}
body main section.fale-com-nossa-equipe .box-master-contato .box-contato::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0px;
  height: 3px;
  width: 0px;
  background-color: #f00;
  transition: all 0.5s;
}
body main section.fale-com-nossa-equipe .box-master-contato .box-contato:hover::after {
  width: 100%;
}
body main section.separador-contato {
  padding: 50px 0px;
  background-image: url("../image/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.separador-contato .conteudo-table {
  display: table;
  height: 100%;
}
body main section.separador-contato .conteudo-table .conteudo-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
body main section.separador-contato .conteudo-table .conteudo-cell .conteudo h2 {
  font-weight: 700;
  color: #fff;
  max-width: 320px;
  font-size: 2.5em;
}
@media screen and (max-width: 991px) {
  body main section.separador-contato .conteudo-table .conteudo-cell .conteudo h2 {
    max-width: 100%;
    font-size: 20px;
    text-align: center;
    margin-bottom: 19px;
  }
}
body main section.separador-contato .conteudo-table .conteudo-cell .conteudo h3 {
  font-size: 25px;
  font-weight: 300;
  color: white;
  max-width: 450px;
}
@media screen and (max-width: 991px) {
  body main section.separador-contato .conteudo-table .conteudo-cell .conteudo h3 {
    max-width: 100%;
    font-size: 17px;
    text-align: center;
  }
}
body main section.separador-contato .formulario {
  padding: 50px;
  background-color: white;
  border-radius: 25px;
  max-width: 582px;
}
@media screen and (max-width: 991px) {
  body main section.separador-contato .formulario {
    max-width: 100%;
    padding: 50px 15px;
  }
}
body main section.separador-contato .formulario .txt {
  margin-bottom: 40px;
}
body main section.separador-contato .formulario .txt span {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
  position: relative;
}
body main section.separador-contato .formulario .txt span::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #39393a;
  position: absolute;
  top: -15px;
  left: 0px;
}
body main section.separador-contato .formulario .txt i {
  float: right;
  font-size: 45px;
  margin-top: -22px;
  color: #ff2d34;
  transform: rotate(90deg);
}
@media screen and (max-width: 991px) {
  body main section.separador-contato .formulario .txt {
    text-align: center;
    margin-bottom: 10px;
  }
  body main section.separador-contato .formulario .txt span {
    font-size: 20px;
  }
  body main section.separador-contato .formulario .txt i {
    display: none;
  }
}
body main section.separador-contato .formulario input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #7c797a;
  color: black;
  font-size: 19px;
  padding-bottom: 10px;
  outline: none;
  width: 100%;
  margin-bottom: 20px;
}
body main section.separador-contato .formulario input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 19px;
  font-weight: 600;
  color: black;
  opacity: 1; /* Firefox */
}
body main section.separador-contato .formulario input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 19px;
  font-weight: 600;
  color: black;
  opacity: 1; /* Firefox */
}
body main section.separador-contato .formulario input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 19px;
  font-weight: 600;
  color: black;
}
body main section.separador-contato .formulario input::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 19px;
  font-weight: 600;
  color: black;
}
body main section.separador-contato .formulario label {
  font-size: 19px;
  font-weight: 600;
  color: black;
}
body main section.separador-contato .formulario textarea {
  width: 100%;
  border: 1px solid #7c797a;
  resize: none;
  height: 150px;
  outline: none;
  padding: 10px;
}
body main section.separador-contato .formulario .acao {
  padding-top: 20px;
}
body main section.separador-contato .formulario .acao button {
  width: 100%;
  cursor: pointer;
  background-color: #ff2d34;
  border: 1px solid #ff2d34;
  font-size: 19px;
  font-weight: 700;
  color: white;
  padding: 10px 5px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s;
}
body main section.separador-contato .formulario .acao button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 100%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
body main section.separador-contato .formulario .acao button:hover {
  color: #ff2d34;
}
body main section.separador-contato .formulario .acao button:hover::after {
  top: 0px;
}
@media screen and (max-width: 991px) {
  body main section.separador-contato .formulario .acao button {
    font-size: 15px;
  }
}
body main section.separador-contato .formulario span.obs {
  text-align: center;
  display: block;
  color: #a09ea1;
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
}
body main section.listagem-produtos {
  padding: 50px 0px;
  background-color: #ff2d34;
}
body main section.listagem-produtos .title .txt1 {
  text-align: center;
  font-size: 45px;
  color: white;
  font-weight: 600;
}
body main section.listagem-produtos .title .txt2 {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  color: white;
}
body main section.listagem-produtos .title .txt3 {
  text-align: center;
  font-size: 19px;
  font-weight: 300;
  color: white;
  margin-bottom: 60px;
}
body main section.listagem-produtos .listagem {
  padding: 50px 15px 15px 0px;
}
body main section.listagem-produtos .listagem .row {
  margin-right: -5px;
  margin-left: -15px;
}
body main section.listagem-produtos .listagem .row .box-produto {
  height: 415px;
  width: calc(100% + 25px);
  margin-bottom: 5px;
  margin-right: -12.5px;
  overflow: hidden;
}
body main section.listagem-produtos .listagem .row .box-produto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s;
}
body main section.listagem-produtos .listagem .row .box-produto .box-texto {
  position: absolute;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 5px);
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5215686275);
  color: #cccccc;
  padding: 20px 0px;
  font-size: 27px !important;
}
body main section.listagem-produtos .listagem .row .box-produto:hover img {
  transform: scale(1.5);
}
body main section.catalogo {
  color: white;
  background: #eee;
}
body main section.catalogo a {
  color: #29130A;
  text-decoration: none;
}
body main section.catalogo hr {
  border: none;
  height: 4px;
  color: #000;
  background-color: #000;
  padding: 0px;
  width: 150px;
  margin: 0px 0px 20px;
}
body main section.catalogo .titulo {
  font-size: 40px;
  font-weight: bold !important;
  text-transform: uppercase;
  color: #fe0002;
}
@media screen and (max-width: 991px) {
  body main section.catalogo .titulo {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
body main section.catalogo .subtitulo {
  font-size: 25px;
  font-weight: bold !important;
  text-transform: uppercase;
  color: #fe0002;
}
body main section.catalogo .contatos {
  border-radius: 20px;
  background: #fff;
  height: 100%;
}
body main section.catalogo .contatos .pb-4, body main section.catalogo .contatos .py-4 {
  padding-bottom: 2.5rem !important;
}
body main section.catalogo .contatos .pt-4, body main section.catalogo .contatos .py-4 {
  padding-top: 2.5rem !important;
}
body main section.catalogo .contatos i {
  color: #29130A;
  font-size: 54px;
}
body main section.catalogo .contatos i.fab.fa-whatsapp {
  color: #4baa2b;
}
body main section.catalogo .contatos hr {
  width: 100%;
  border: none;
  height: 2px;
  color: #414041;
  background-color: #414041;
  margin-bottom: 0;
}
body main section.catalogo .contatos .contato {
  color: white !important;
  text-transform: revert !important;
}
body main section.catalogo .contatos .contato .titulo {
  font-size: 15px;
  line-height: 16px;
  padding-bottom: 5px;
  margin-top: -7px;
  color: #29130A;
}
body main section.catalogo .contatos .contato .telefone {
  font-size: 23px;
  line-height: 18px;
  padding-top: 3px;
}
body main section.catalogo .formulario {
  padding-top: 1rem;
}
body main section.catalogo .formulario form {
  display: flex;
  align-items: flex-end;
}
body main section.catalogo .formulario form label {
  color: white;
}
body main section.catalogo .formulario form .input-place {
  padding-right: 1rem;
}
body main section.catalogo .formulario form .input-place ::-webkit-input-placeholder {
  color: #29130A;
}
body main section.catalogo .formulario form .input-place :-moz-placeholder {
  color: #29130A;
}
body main section.catalogo .formulario form .input-place ::-moz-placeholder {
  color: #29130A;
}
body main section.catalogo .formulario form .input-place :-ms-input-placeholder {
  color: #29130A;
}
body main section.catalogo .formulario form .input-place input, body main section.catalogo .formulario form .input-place textarea, body main section.catalogo .formulario form .input-place a {
  padding-left: 5px;
  background: transparent;
  margin: 0;
  color: #29130A;
  border: 0 solid #29130A;
  border-bottom-width: 1px !important;
  width: 100%;
  resize: none;
  font-size: 19px;
  font-weight: 300;
}
body main section.catalogo .formulario form .input-place input:focus, body main section.catalogo .formulario form .input-place textarea:focus, body main section.catalogo .formulario form .input-place input:active, body main section.catalogo .formulario form .input-place textarea:active {
  outline: none;
}
body main section.catalogo .formulario form .acao {
  padding-top: 20px;
}
body main section.catalogo .formulario form .acao .baixar {
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
  background-color: #ff0404;
  border: 1px solid #ff0404;
  font-size: 19px;
  font-weight: 700;
  color: white;
  padding: 10px 5px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s;
}
body main section.catalogo .formulario form .acao .baixar::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 100%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
body main section.catalogo .formulario form .acao .baixar:hover {
  color: #ff0404;
}
body main section.catalogo .formulario form .acao .baixar:hover::after {
  top: 0px;
}
body main section.catalogo .formulario form .acao .baixar:disabled {
  background-color: rgba(255, 45, 52, 0.7) !important;
  border-color: rgba(255, 45, 52, 0.7) !important;
  color: white !important;
}
body main section.catalogo .formulario form .acao .baixar:disabled::after {
  display: none;
}
body main section.catalogo .formulario form .orientacao {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  color: white;
}
body main section.separador-flag-banners {
  padding-top: 50px;
}
body main section.separador-flag-banners .title {
  color: #39393a;
}
body main section.separador-flag-banners .title .txt1 {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  color: #fe0002;
}
@media screen and (max-width: 360px) {
  body main section.separador-flag-banners .title .txt1 {
    font-size: 37px;
  }
}
body main section.separador-flag-banners .title .txt2 {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
}
body main section.separador-flag-banners .title .txt3 {
  font-size: 19px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}
body main section.separador-flag-banners .banner-img {
  cursor: pointer;
  width: 100%;
  height: 400px;
}
body main section.separador-flag-banners .banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  body main section.separador-flag-banners .banner-img {
    display: none;
  }
}
body main section.separador-sobre .title {
  color: #39393a;
}
body main section.separador-sobre .title .txt1 {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  color: #f00;
}
@media screen and (max-width: 360px) {
  body main section.separador-sobre .title .txt1 {
    font-size: 40px;
  }
}
body main section.separador-sobre .title .txt2 {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 50px;
}
body main section.separador-sobre .info {
  font-weight: 400;
  text-align: justify;
  margin-bottom: 25px;
  font-size: 17px;
}
body main section.separador-sobre .info h2 {
  color: #ff2d34;
  font-weight: 600;
  font-size: 28px;
}
body main section.separador-sobre iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 798px) {
  body main section.separador-sobre iframe {
    height: 285px;
  }
}
@media screen and (max-width: 450px) {
  body main section.separador-sobre iframe {
    height: 230px;
  }
}
@media screen and (max-width: 330px) {
  body main section.separador-sobre iframe {
    height: 165px;
  }
}
body main section.separador-sobre .txt-contato {
  margin-top: 15px;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
}
body main section.separador-sobre .txt-contato2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 20px;
}
body main section.separador-sobre .acao {
  display: flex;
  margin-top: 15px;
  overflow: hidden;
  margin-bottom: 50px;
}
body main section.separador-sobre .acao .lado-a {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body main section.separador-sobre .acao .lado-a::before {
  content: "";
  background-color: #e20209;
  transform: skew(-15deg);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -6px;
  top: 0px;
  z-index: -1;
  transition: all 0.3s;
}
body main section.separador-sobre .acao .lado-a a {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: white;
  padding: 12px 0px;
  display: block;
  transition: all 0.3s;
}
body main section.separador-sobre .acao .lado-a:hover a {
  color: #e20209;
}
body main section.separador-sobre .acao .lado-a:hover::before {
  left: calc(-100% - 13px);
}
body main section.separador-sobre .acao .lado-b {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: white;
  padding: 12px 5px;
  z-index: 1;
  width: 100%;
  text-align: center;
}
body main section.separador-sobre .acao .lado-b a {
  display: block;
  color: white;
  transition: all 0.3s;
}
body main section.separador-sobre .acao .lado-b a span {
  position: relative;
}
body main section.separador-sobre .acao .lado-b a span i.fab.fa-whatsapp {
  position: absolute;
  left: -35px;
  top: -2px;
  font-size: 27px;
}
body main section.separador-sobre .acao .lado-b a::before {
  content: "";
  background-color: #4baa2b;
  transform: skew(-15deg);
  width: calc(100% + 13px);
  height: 100%;
  position: absolute;
  left: -7px;
  top: 0px;
  z-index: -1;
  transition: all 0.3s;
}
body main section.separador-sobre .acao .lado-b a:hover {
  color: #4baa2b;
}
body main section.separador-sobre .acao .lado-b a:hover::before {
  left: calc(100% + 13px);
}
@media screen and (max-width: 991px) {
  body main section.separador-sobre .acao {
    display: inherit;
  }
  body main section.separador-sobre .acao .lado-b::before {
    left: 7px;
  }
}
body main section.flag-wind {
  padding: 50px 0px;
}
@media screen and (min-width: 1200px) {
  body main section.flag-wind .container {
    max-width: 1600px;
  }
}
body main section.flag-wind .title {
  color: #39393a;
}
@media screen and (max-width: 1200px) {
  body main section.flag-wind .title {
    margin-top: 50px;
  }
}
body main section.flag-wind .title .txt1 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #f00;
  text-transform: uppercase;
}
body main section.flag-wind .title .txt2 {
  text-align: center;
  font-size: 19px;
  font-weight: 600;
}
body main section.flag-wind .title .txt3 {
  text-align: center;
  margin-top: -9px;
}
body main section.flag-wind .title.first {
  margin-bottom: 100px;
}
body main section.flag-wind .box {
  display: flex;
}
@media screen and (max-width: 768px) {
  body main section.flag-wind .box {
    display: block;
  }
}
@media screen and (max-width: 499px) {
  body main section.flag-wind .box .image img {
    width: 100%;
  }
}
body main section.flag-wind .box .box-title .title {
  text-transform: uppercase;
  color: #39393a;
  font-size: 29px;
  font-weight: 600;
}
body main section.flag-wind .box .box-title .title:before {
  content: "";
  background: #034591;
  height: 4px;
  width: 25%;
  display: block;
}
body main section.flag-wind .box .box-title .text {
  font-size: 18px;
  font-weight: 300;
}
body main section.flag-wind .text2 {
  margin-top: 15px;
  font-weight: 300;
}
body main section.flag-wind .box2 {
  margin-top: 50px;
}
body main section.flag-wind .box2 .image {
  height: 540px;
  vertical-align: bottom;
  display: table-cell;
}
@media screen and (max-width: 768px) {
  body main section.flag-wind .box2 .image {
    display: block;
    height: auto;
    text-align: center;
  }
}
body main section.flag-wind .box2 .box-tabela {
  background: #eee;
  margin-top: 19px;
  text-align: center;
  padding: 10px;
}
body main section.flag-wind .box2 .box-tabela .item-box {
  padding: 51px 0;
}
body main section.flag-wind .box2 .box-tabela .item-box .item-title {
  font-weight: 600;
  font-size: 18px;
}
body main section.flag-wind .box2 .box-tabela .item-box .item-value {
  font-weight: bolder;
  font-style: italic;
  font-size: 32px;
}
body footer {
  @import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");
}
body footer section.newsletter {
  position: relative;
  z-index: 1;
  padding: 20px 0px;
}
body footer section.newsletter::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  background-color: #eeeeee;
  z-index: -1;
}
body footer section.newsletter::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-color: #ff0404;
  z-index: -1;
}
body footer section.newsletter .assine {
  font-size: 32px;
  font-weight: 700;
  color: #ff0404;
  display: flex;
}
@media screen and (max-width: 992px) {
  body footer section.newsletter .assine {
    color: #ffffff;
  }
}
body footer section.newsletter .assine .icon {
  font-size: 63px;
  margin-right: 20px;
}
body footer section.newsletter .assine .txt {
  font-size: 42px;
  font-weight: 700;
  position: relative;
  line-height: 1.1;
}
body footer section.newsletter .assine .txt::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  height: 5px;
  width: 100%;
  max-width: 200px;
  background-color: #ff0404;
}
body footer section.newsletter .formulario-newsletter {
  display: flex;
  margin: 25px 0px;
}
body footer section.newsletter .formulario-newsletter .caixa {
  width: 100%;
  margin: 0px 0px 0px 50px;
}
body footer section.newsletter .formulario-newsletter .caixa input {
  outline: none;
  border: 1px solid transparent;
  background-color: white;
  width: 100%;
  padding: 8px 0px 8px 19px;
  font-size: 18px;
  font-weight: 400;
}
body footer section.newsletter .formulario-newsletter .botao button {
  background-color: #4a4a4a;
  padding: 6.8px 45px;
  font-size: 19px;
  font-weight: 600;
  color: white;
  border: 1px solid #4a4a4a;
  transition: all 0.3s;
}
body footer section.newsletter .formulario-newsletter .botao button:hover {
  background-color: #e20209;
}
@media screen and (max-width: 991px) {
  body footer section.newsletter::after {
    width: 100%;
  }
  body footer section.newsletter .assine {
    display: inherit;
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
  }
  body footer section.newsletter .assine .icon {
    margin-right: auto;
  }
  body footer section.newsletter .assine .txt {
    font-size: 25px;
  }
  body footer section.newsletter .formulario-newsletter .caixa {
    margin: 0px;
  }
}
body footer section.rodape {
  background-color: #e20209;
  padding: 30px 0px;
}
body footer section.rodape .txt1 {
  font-size: 32px;
  font-weight: 700;
  color: white;
  padding: 30px 0px 30px 0px;
  line-height: 1.2;
}
body footer section.rodape .txt2 {
  font-size: 24px;
  font-weight: 400;
  color: white;
}
body footer section.rodape .caixa-contato.first {
  margin-top: 20px;
}
body footer section.rodape .caixa-contato .box-contato {
  display: inline-flex;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
body footer section.rodape .caixa-contato .box-contato .icon {
  font-size: 45px;
  margin-right: 5px;
}
body footer section.rodape .caixa-contato .box-contato .icon i {
  color: #ffffff;
}
body footer section.rodape .caixa-contato .box-contato .icon i.far.fa-envelope-open {
  margin-left: -5px;
  margin-right: 5px;
}
body footer section.rodape .caixa-contato .box-contato .txt {
  padding-top: 9px;
}
body footer section.rodape .caixa-contato .box-contato .txt .ref {
  font-size: 14px;
  font-weight: 700;
  color: white;
}
body footer section.rodape .caixa-contato .box-contato .txt .number {
  font-size: 24px;
  font-weight: 400;
  color: white;
  margin-top: -7px;
}
body footer section.rodape .caixa-contato .box-contato::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0px;
  height: 3px;
  width: 0px;
  background-color: white;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  body footer section.rodape .caixa-contato .box-contato::after {
    display: none;
  }
}
body footer section.rodape .caixa-contato .box-contato:hover::after {
  width: 100%;
}
body footer section.rodape .formulario {
  background-color: white;
  padding: 20px 50px;
}
body footer section.rodape .formulario .titulo-formulario {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}
body footer section.rodape .formulario .subtitulo-formulario {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 20px;
}
body footer section.rodape .formulario input {
  border: 2px solid #b4b2b2;
  width: 100%;
  padding: 9px;
  font-size: 19px;
  font-weight: 400;
  color: black;
  margin: 13px 1px;
}
body footer section.rodape .formulario textarea {
  border: 2px solid #b4b2b2;
  width: 100%;
  height: 150px;
  padding: 15px;
}
body footer section.rodape .formulario .acao {
  padding-top: 20px;
  text-align: center;
}
body footer section.rodape .formulario .acao button {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ff0404;
  border: 1px solid #ff0404;
  font-size: 19px;
  font-weight: 700;
  color: white;
  padding: 10px 35px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s;
}
body footer section.rodape .formulario .acao button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 100%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
body footer section.rodape .formulario .acao button:hover {
  color: #ff0404;
}
body footer section.rodape .formulario .acao button:hover::after {
  top: 0px;
}
body footer section.rodape .formulario .campos-obrigatorios {
  text-align: center;
  padding: 10px 0px 30px 0px;
  font-size: 17px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  body footer section.rodape {
    text-align: center;
  }
  body footer section.rodape .txt1 {
    font-size: 25px;
  }
  body footer section.rodape .txt2 {
    font-size: 22px;
  }
  body footer section.rodape .caixa-contato .box-contato {
    display: grid;
  }
  body footer section.rodape .caixa-contato .box-contato .icon i {
    margin: 0px !important;
  }
  body footer section.rodape .caixa-contato .box-contato .txt .number {
    font-size: 16px;
  }
  body footer section.rodape .formulario {
    padding: 20px 15px;
  }
  body footer section.rodape .formulario .titulo-formulario {
    font-size: 25px;
  }
  body footer section.rodape .formulario .subtitulo-formulario {
    font-size: 19px;
  }
}
body footer section.barra-lgpd {
  font-family: "Source Sans Pro", sans-serif;
  padding: 0 15px;
  background-color: #fafafa;
  position: absolute;
  top: 0;
  font-size: 12px;
  z-index: 500;
  left: 0px;
  width: 100%;
  display: none;
  transition: 0.5s all ease;
}
@media (max-width: 991px) {
  body footer section.barra-lgpd {
    padding: 10px;
    bottom: 0;
    position: fixed;
    top: auto;
  }
}
body footer section.barra-lgpd.exibir {
  display: block;
}
body footer section.barra-lgpd .row, body footer section.barra-lgpd .container {
  max-width: 1400px !important;
  margin: auto;
  justify-content: center;
}
body footer section.barra-lgpd .row .conteudo-lgpd-in, body footer section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body footer section.barra-lgpd .row .conteudo-lgpd-in .txt-in, body footer section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body footer section.barra-lgpd .row .conteudo-lgpd-in .txt-in a, body footer section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: gray;
  text-decoration: underline;
}
body footer section.barra-lgpd .row .conteudo-lgpd-in .button-in button, body footer section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  background-color: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: black;
  border: 1px solid gray;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: 0.3s all;
}
body footer section.barra-lgpd .row .conteudo-lgpd-in .button-in button:hover, body footer section.barra-lgpd .container .conteudo-lgpd-in .button-in button:hover {
  background-color: #f9f9f9;
}
@media screen and (max-width: 991px) {
  body footer section.barra-lgpd .row .conteudo-lgpd-in, body footer section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body footer section.barra-lgpd .row .conteudo-lgpd-in .button-in, body footer section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body footer section.barra-lgpd .row .conteudo-lgpd-in .button-in button, body footer section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 999;
  bottom: 80px;
  right: 20px;
  border-radius: 75px;
  box-shadow: 3px 1px 15px #7b7b7b;
  transform-origin: 0 0;
  animation-duration: 0.5s;
  animation-timing-function: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
  transition: all 0.3s;
}
body footer section.botao_whatsapp.animarZap {
  animation-name: leaves;
}
@keyframes leaves {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    margin-right: 80px;
    margin-bottom: 80px;
  }
}
body footer section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 55px;
  margin-top: 6px;
  margin-left: 11px;
}
body footer section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body footer section.botao_whatsapp {
    bottom: 30px;
  }
}
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 {
  position: fixed;
  right: 17px;
  bottom: 90px;
  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: 400px;
  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);
}
@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 *:not(i) {
  font-family: "Open Sans", sans-serif;
}
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;
}
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 section.barra-fixa {
  z-index: 999;
  background-color: #4a4a4a;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 5px 0px;
  box-shadow: 1px 1px 6px 1px #737373;
}
body footer section.barra-fixa .container {
  max-width: 1500px;
}
@media screen and (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer section.barra-fixa .ctas-barra {
  display: flex;
  justify-content: space-around;
}
body footer section.barra-fixa .ctas-barra .frete {
  width: 152px;
}
body footer section.barra-fixa .ctas-barra .frete img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body footer section.barra-fixa .ctas-barra .box-contato {
  display: inline-flex;
  position: relative;
}
body footer section.barra-fixa .ctas-barra .box-contato.first {
  margin-right: 15px;
}
body footer section.barra-fixa .ctas-barra .box-contato .icon {
  font-size: 43px;
  margin-right: 5px;
}
body footer section.barra-fixa .ctas-barra .box-contato .icon i.fas.fa-phone-square {
  color: white;
}
body footer section.barra-fixa .ctas-barra .box-contato .icon i.fab.fa-whatsapp {
  color: white;
}
body footer section.barra-fixa .ctas-barra .box-contato .txt {
  padding-top: 9px;
}
body footer section.barra-fixa .ctas-barra .box-contato .txt .ref {
  font-size: 13px;
  font-weight: 400;
  color: white;
}
body footer section.barra-fixa .ctas-barra .box-contato .txt .number {
  font-size: 22px;
  font-weight: 500;
  color: white;
  margin-top: -7px;
}
@media screen and (max-width: 768px) {
  body footer section.barra-fixa .ctas-barra .box-contato .txt .number {
    font-size: 17px;
  }
}
@media screen and (max-width: 370px) {
  body footer section.barra-fixa .ctas-barra .box-contato .txt .number {
    font-size: 14px;
  }
}
@media screen and (max-width: 332px) {
  body footer section.barra-fixa .ctas-barra .box-contato .txt .number {
    font-size: 13px;
  }
}
body footer section.barra-fixa .ctas-barra .box-contato::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0px;
  height: 3px;
  width: 0px;
  background-color: white;
  transition: all 0.5s;
}
body footer section.barra-fixa .ctas-barra .box-contato:hover::after {
  width: 100%;
}
body footer section.barra-fixa .ctas-barra .acao {
  padding-top: 10px;
  display: block;
}
body footer section.barra-fixa .ctas-barra .acao.first {
  margin-right: 15px;
}
body footer section.barra-fixa .ctas-barra .acao span {
  cursor: pointer;
  background-color: white;
  font-size: 17px;
  font-weight: 700;
  color: #ff3337;
  padding: 10px 13px;
  min-width: 199px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s;
}
body footer section.barra-fixa .ctas-barra .acao span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 100%;
  background-color: #ff3337;
  z-index: -1;
  transition: all 0.3s;
}
body footer section.barra-fixa .ctas-barra .acao span:hover {
  color: white;
}
body footer section.barra-fixa .ctas-barra .acao span:hover::after {
  top: 0px;
}
body footer section.mapa {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
body footer section.mapa iframe {
  width: 100%;
  height: 100%;
}
body footer section.copyright {
  padding: 20px 0px 95px 0px;
}
body footer section.copyright .conteudo {
  font-size: 18px;
  margin-top: 12px;
  text-align: center;
  color: #ff0404;
}
body footer section.copyright .conteudo span {
  font-weight: 700;
}
body footer section.copyright .selos {
  text-align: center;
}
@media screen and (max-width: 991px) {
  body footer section.copyright {
    padding: 20px 0px 80px 0px;
  }
  body footer section.copyright .conteudo, body footer section.copyright .selos {
    text-align: center;
  }
}
body footer section.modal-site {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
body footer section.modal-site.aberto {
  transition: opacity 0.5s ease-in-out;
  display: inherit;
  opacity: 1;
  z-index: 999;
}
body footer section.modal-site .lente {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(86, 86, 86, 0.55);
  z-index: -1;
}
body footer section.modal-site .box-modal {
  position: relative;
  background-color: white;
  padding: 15px;
  margin: 100px auto;
  display: block;
  max-width: 700px;
  box-shadow: 2px 2px 7px #565656;
}
body footer section.modal-site .box-modal .button-close {
  position: absolute;
  font-size: 30px;
  top: 5px;
  right: 15px;
  color: red;
}
body footer section.modal-site .box-modal .button-close.blue {
  color: #221191;
}
body footer section.modal-site .box-modal .button-close i {
  cursor: pointer;
  transition: all 0.3s;
}
body footer section.modal-site .box-modal .button-close i:hover {
  font-weight: 700;
}
body footer section.modal-site .box-modal .modal-titulo {
  text-align: center;
  margin-bottom: 20px;
}
body footer section.modal-site .box-modal .modal-titulo h2 {
  font-size: 32px;
  font-weight: 700;
  color: red;
}
body footer section.modal-site .box-modal .modal-titulo h2.blue {
  color: #153e77;
}
body footer section.modal-site .box-modal .modal-titulo h5 {
  font-size: 15px;
  font-weight: 600;
  color: red;
}
body footer section.modal-site .box-modal .modal-titulo h5.blue {
  color: #153e77;
}
body footer section.modal-site .box-modal form span {
  position: absolute;
  top: 8px;
  left: 25px;
  font-size: 20px;
  transition: all 0.3s;
  z-index: 2;
}
body footer section.modal-site .box-modal form input, body footer section.modal-site .box-modal form select, body footer section.modal-site .box-modal form textarea {
  outline: none;
  background-color: #e5e5e5 !important;
  border: 1px solid transparent;
  margin-bottom: 10px;
  padding: 17px 10px 5px;
  width: 100%;
  position: relative;
  z-index: 2;
}
body footer section.modal-site .box-modal form textarea {
  padding-top: 25px;
}
body footer section.modal-site .box-modal form input:focus + span, body footer section.modal-site .box-modal form input.ng-not-empty + span,
body footer section.modal-site .box-modal form select:focus + span, body footer section.modal-site .box-modal form select.ng-not-empty + span,
body footer section.modal-site .box-modal form textarea:focus + span, body footer section.modal-site .box-modal form textarea.ng-not-empty + span {
  font-size: 14px;
  font-weight: 600;
  top: 0px;
  z-index: 2;
}
body footer section.modal-site .box-modal form label.top {
  display: none;
}
body footer section.modal-site .box-modal form .acao {
  text-align: center;
}
body footer section.modal-site .box-modal form .acao button.enviar {
  background-color: red;
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 4px 30px;
  border: 2px solid red;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s;
}
body footer section.modal-site .box-modal form .acao button.enviar:hover {
  background-color: white;
  color: red;
}
body footer section.modal-site .box-modal form .acao button.enviar.blue {
  background-color: #ff3337;
  border: 2px solid #ff3337;
}
body footer section.modal-site .box-modal form .acao button.enviar.blue:hover {
  background-color: white;
  color: #ff3337;
}
@media screen and (max-width: 991px) {
  body footer section.modal-site .modal-titulo h2 {
    font-size: 23px !important;
  }
  body footer section.modal-site .box-modal {
    margin: 0px;
    max-width: 100%;
    height: 100%;
    overflow: auto;
  }
}