* {
  margin: 0;
  padding: 0;
  font-family: "titillium_weblight";
}

body {
  overflow-x: hidden;
}

.link-efeito {
  display: flex;
  align-items: center;
  float: left;
  padding-left: 16px;
  height: 43px;
  font-family: "titillium_weblight";
  font-size: 13.5px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.7px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  z-index: 999;
  position: relative;
  transition: all 300ms;
}
.link-efeito:hover {
  color: #0b54e4;
}
.link-efeito:hover svg {
  fill: #0b54e4;
}
.link-efeito:hover:after {
  width: 100%;
  background: #fff;
}
.link-efeito:after {
  content: "";
  display: block;
  height: 43px;
  right: 0;
  width: 30%;
  background: #0b54e4;
  color: #fff;
  position: absolute;
  z-index: -1;
  transition: all 300ms;
}
.link-efeito svg {
  width: 14px;
  height: 14px;
  fill: #fff;
  margin-left: 22px;
  margin-right: 16px;
}

.over-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.5);
}

.menu_mobile {
  width: 70%;
  height: 100%;
  clear: both;
  position: fixed;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 300ms;
  z-index: 9999;
  box-sizing: border-box;
  padding-top: 20px;
  background: #0b54e4;
}
.menu_mobile .logo {
  margin-left: 10px;
}
.menu_mobile.fade {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.menu_mobile ul {
  list-style: none;
  margin-top: 30px;
}
.menu_mobile ul li {
  display: inline-block;
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  position: relative;
}
.menu_mobile ul li a {
  display: block;
  width: 100%;
  font-family: "titillium_webbold";
  float: left;
  box-sizing: border-box;
  padding: 15px 10px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.menu_mobile ul li ul {
  margin-top: 5px;
  margin-left: 10px;
  list-style: none;
}
.menu_mobile ul li ul li {
  border: 0;
}
.menu_mobile ul li ul li a {
  padding: 5px 10px;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.topo_mobile {
  display: none;
  width: 100%;
  height: 141px;
  float: left;
  position: relative;
  z-index: 100;
  align-items: center;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .topo_mobile {
    display: flex;
  }
}
.topo_mobile svg {
  fill: #fff;
}

.topo {
  width: 100%;
  height: 136px;
  float: left;
  position: relative;
  z-index: 100;
  margin-top: 21px;
}
@media (max-width: 1080px) {
  .topo {
    display: none;
  }
}
.topo .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1420px) {
  .topo .container {
    width: 95%;
  }
}
.topo .menu {
  list-style: none;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 9999;
}
.topo .menu li {
  padding-right: 44px;
  padding-left: 44px;
  position: relative;
}
@media (max-width: 1200px) {
  .topo .menu li {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.topo .menu li:last-of-type {
  padding-right: 0px;
}
.topo .menu li a {
  font-family: "titillium_websemibold";
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 1420px) {
  .topo .menu li a {
    font-size: 12px;
  }
}
.topo .menu li a:hover {
  color: #0b54e4;
}
.topo .menu li:hover .fundo_submenu {
  display: block;
}
.topo .menu li .fundo_submenu {
  display: none;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  padding-top: 30px;
}
.topo .menu li .fundo_submenu .submenu {
  list-style: none;
  background: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}
.topo .menu li .fundo_submenu .submenu li {
  padding: 0;
  margin: 0 20px;
}
.topo .menu li .fundo_submenu .submenu li a {
  font-family: "titillium_weblight";
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7a7878;
  transition: all 200ms;
  white-space: nowrap;
}
.topo .menu li .fundo_submenu .submenu li a:hover {
  color: #0b54e4;
}
.topo .menu li .fundo_submenu .submenu li ul {
  list-style: none;
}
.topo .menu li .fundo_submenu .submenu li ul li {
  margin: 0;
}
.topo .menu li .fundo_submenu .submenu li ul li a {
  color: #7a7878;
  font-weight: normal;
}
.topo .infos_top {
  height: 115px;
  background: #242424;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.topo .infos_top:after {
  position: absolute;
  right: -100%;
  background: #242424;
  width: 100%;
  height: 115px;
  content: "";
  display: block;
  top: 0;
}
.topo .infos_top div {
  margin-right: 20px;
  display: flex;
  height: 16px;
  justify-content: center;
  align-items: center;
  font-family: "titillium_weblight";
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.topo .infos_top div img {
  margin-right: 10px;
}

.slider-home {
  width: 100%;
  height: 950px;
  float: left;
  position: relative;
  z-index: 2;
  margin-top: -157px;
}
.slider-home .navegacao {
  width: 30px;
  margin-top: 400px;
  position: absolute;
  right: 30px;
  z-index: 988;
}
.slider-home .navegacao div {
  /* opacity: 0.7;
       font-family: $titulo;
       font-size: 10px;
       font-weight: 600;
       font-style: normal;
       font-stretch: normal;
       line-height: normal;
       letter-spacing: normal;
       text-align: center;
       color: rgba(255, 255, 255, 0.7);
       height:53px;
       border-right:3px solid rgba(255, 255, 255, 0.7);
       display:flex;
       align-items:center;
       justify-content:center;
       &.active{
       	border-right:3px solid rgba(255, 255, 255, 1);
       }*/
}
@media (max-width: 1024px) {
  .slider-home {
    height: auto;
  }
}
.slider-home .swiper-container {
  width: 100%;
  height: 950px;
}
@media (max-width: 1024px) {
  .slider-home .swiper-container {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .slider-home .swiper-slide {
    height: auto;
    padding-bottom: 150px;
  }
}
.slider-home .swiper-pagination-bullet {
  width: 30px;
  border-radius: 0;
  background: transparent;
  opacity: 0.7;
  font-family: "titillium_webbold";
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  height: 53px;
  border-right: 3px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-home .swiper-pagination-bullet-active {
  border-right: 3px solid white;
}
.slider-home .conteudo_slider {
  max-width: 849px;
  margin: 0 auto;
  margin-top: 297px;
  text-align: center;
}
.slider-home .conteudo_slider .titulo_retangulo {
  display: inline-block;
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 29px;
  padding-right: 29px;
  height: 59px;
  text-transform: uppercase;
  background-color: rgba(11, 94, 228, 0.38);
  font-family: "titillium_weblight";
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.91;
  letter-spacing: 6px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (max-width: 1080px) {
  .slider-home .conteudo_slider .titulo_retangulo {
    font-size: 20px;
  }
}
.slider-home .conteudo_slider .texto_slide {
  text-align: center;
  font-family: "titillium_webbold";
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 36px;
}
@media (max-width: 1080px) {
  .slider-home .conteudo_slider .texto_slide {
    font-size: 25px;
  }
}
.slider-home .conteudo_slider a {
  margin-left: 50%;
  transform: translateX(-50%);
}

.linhas-home {
  width: 100%;
  float: left;
  min-height: 400px;
  padding-top: 68px;
  padding-bottom: 68px;
  background-image: linear-gradient(#24343a 5%, #242424 100%);
}
.linhas-home .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .linhas-home .container {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.linhas-home .linha {
  width: 25%;
}
@media (max-width: 1280px) {
  .linhas-home .linha {
    max-width: 400px;
    width: 100%;
    margin-bottom: 70px;
  }
}
.linhas-home .linha .fundo_imagem {
  background: #4e4e4e;
  position: relative;
  width: 100%;
  height: 389px;
}
.linhas-home .linha .fundo_imagem img {
  width: 100%;
  height: 90%;
  object-fit: cover;
  position: absolute;
  top: -25px;
  left: -25px;
}
@media (max-width: 1280px) {
  .linhas-home .linha .fundo_imagem img {
    left: 0;
  }
}
.linhas-home .linha .titulo {
  margin-top: -40px;
  margin-left: -26px;
  position: relative;
  z-index: 100;
}
@media (max-width: 1280px) {
  .linhas-home .linha .titulo {
    margin-left: 5px;
  }
}
.linhas-home .linha .titulo .tit1 {
  font-family: "titillium_webbold";
  font-size: 19.5px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 3.9px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
.linhas-home .linha .titulo .tit2 {
  -webkit-text-stroke: 1px #ffffff;
  font-family: "titillium_webbold";
  font-size: 52.5px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: normal;
  text-align: left;
  color: transparent;
}
.linhas-home .linha .titulo .tit3 {
  font-family: "titillium_webbold";
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.linhas-home .linha a {
  margin-left: -26px;
  margin-top: 30px;
}
@media (max-width: 1280px) {
  .linhas-home .linha a {
    margin-left: 0px;
  }
}
.linhas-home .linha a:after {
  background: transparent;
  border: 1px solid #0b54e4;
}

.sobre-home {
  width: 100%;
  float: left;
  margin-top: 87px;
}
@media (max-width: 1080px) {
  .sobre-home {
    margin-top: 30px;
  }
}
.sobre-home .esq {
  float: left;
  width: 55%;
  height: 441px;
  position: relative;
  background: url("images/sobre_jl.jpg") no-repeat top center;
}
@media (max-width: 1080px) {
  .sobre-home .esq {
    width: 100%;
    background: none;
    height: auto;
    margin-bottom: 30px;
  }
}
.sobre-home .esq .titulo {
  -webkit-text-stroke: 1px #a4a4a4;
  font-family: "titillium_webbold";
  font-size: 139px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: transparent;
  margin-top: -107px;
  width: 100%;
  z-index: 100;
}
@media (max-width: 1280px) {
  .sobre-home .esq .titulo {
    font-size: 50px;
    margin-top: 0px;
  }
}
.sobre-home .esq img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sobre-home .dir {
  float: right;
  width: 45%;
}
@media (max-width: 1080px) {
  .sobre-home .dir {
    width: 100%;
    float: left;
  }
}
.sobre-home .dir p {
  font-family: "titillium_weblight";
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.12;
  letter-spacing: normal;
  text-align: left;
  color: #292929;
  margin-bottom: 20px;
}
.sobre-home .dir .fundo_items_sobre {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sobre-home .dir .fundo_items_sobre .item {
  width: 30%;
  font-family: "titillium_weblight";
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #292929;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.sobre-home .dir .fundo_items_sobre .item img {
  margin-bottom: 20px;
}

.newsletter {
  width: 100%;
  float: left;
  margin-top: 137px;
  margin-bottom: 119px;
}
.newsletter h2 {
  font-family: "titillium_webbold";
  font-size: 25px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 5px;
  text-align: center;
  color: #292929;
  margin-bottom: 58px;
}
.newsletter form {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.newsletter form input[type="text"],
.newsletter form input[type="email"] {
  width: 20%;
  height: 65px;
  border: solid 1px #292929;
  box-sizing: border-box;
  padding-left: 10px;
  margin-right: 27px;
}
@media (max-width: 1080px) {
  .newsletter form input[type="text"],
  .newsletter form input[type="email"] {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.newsletter form input[type="submit"] {
  width: 280px;
  height: 66px;
  background-color: #0b54e4;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "titillium_weblight";
  font-size: 13.5px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.7px;
  text-align: center;
  color: #ffffff;
}

footer {
  width: 100%;
  height: 502px;
  float: left;
  background: url("images/rodape_bg.jpg") no-repeat top center;
  font-family: "titillium_weblight";
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
footer .container {
  height: 227px;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  background: #242424;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 40px;
}
@media (max-width: 1200px) {
  footer .container {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .container .item {
    margin-bottom: 30px;
  }
}
footer .fones {
  font-family: "titillium_webbold";
  font-size: 18px;
  font-weight: 600;
}
footer .item a {
  font-family: "titillium_weblight";
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  line-height: 36px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
footer h3 {
  font-family: "titillium_webbold";
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0b54e4;
}
footer a.mfischer {
  float: left;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 43px;
}

.topo_paginas {
  width: 100%;
  height: 567px;
  float: left;
  margin-top: -157px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
.topo_paginas .titulo_retangulo {
  display: inline-block;
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 29px;
  padding-right: 29px;
  height: 59px;
  background-color: rgba(11, 94, 228, 0.38);
  font-family: "titillium_weblight";
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.91;
  letter-spacing: 6px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (max-width: 1080px) {
  .topo_paginas .titulo_retangulo {
    font-size: 20px;
  }
}
.topo_paginas .texto_slide {
  text-align: center;
  font-family: "titillium_webbold";
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 151px;
}
@media (max-width: 1080px) {
  .topo_paginas .texto_slide {
    margin-bottom: 60px;
  }
}
.topo_paginas.topo_sobre {
  background: url("images/topo_sobre.jpg") no-repeat top center;
}
.topo_paginas.topo_produtos {
  background: url("images/topo_sobre.jpg") no-repeat top center;
}
.topo_paginas.topo_contato {
  background: url("images/topo_contato.jpg") no-repeat top center;
}

.sobre {
  width: 100%;
  float: left;
  min-height: 400px;
  padding-top: 68px;
  padding-bottom: 68px;
  position: relative;
  background-image: linear-gradient(#24343a 5%, #242424 100%);
}
.sobre .efeito1 {
  position: absolute;
  width: 510px;
  height: 665px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("images/simbolos_esq.png") no-repeat top center;
}
.sobre .efeito2 {
  position: absolute;
  width: 384px;
  height: 587px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url("images/simbolos_esq.png") no-repeat top center;
}
.sobre .container {
  max-width: 977px;
}
.sobre p {
  font-family: "titillium_weblight";
  font-size: 21.3px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: normal;
  text-align: justify;
  color: #ffffff;
}
.sobre .link-efeito {
  margin-top: 91px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.sobre .fundo_items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 93px;
  float: left;
}
@media (max-width: 1080px) {
  .sobre .fundo_items {
    flex-direction: column;
  }
}
.sobre .fundo_items .item {
  width: 100%;
  max-width: 245px;
  margin-right: 133px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1080px) {
  .sobre .fundo_items .item {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.sobre .fundo_items .item:last-of-type {
  margin-right: 0;
}
.sobre .fundo_items .item .foto {
  width: 199px;
  height: 194px;
  margin-bottom: 27px;
}
.sobre .fundo_items .item .foto img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sobre .fundo_items .item .nome {
  padding: 12px 24px;
  border: solid 2px #0b54e4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "titillium_weblight";
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.68;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.converse {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 118px;
  padding-bottom: 118px;
}
@media (max-width: 1080px) {
  .converse {
    flex-direction: column;
  }
}
.converse img {
  width: 100%;
  max-width: 590px;
  margin-right: 40px;
}
.converse div p {
  font-family: "titillium_webbold";
  font-size: 25px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 5px;
  text-align: left;
  color: #292929;
}
@media (max-width: 1080px) {
  .converse div p {
    text-align: center;
  }
}
.converse div p span {
  font-weight: bold;
  color: #114bbf;
  font-family: "titillium_webbold";
}
.converse a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 266px;
  margin-top: 56px;
  height: 61px;
  border: solid 1px #0b54e4;
  background-color: #fff;
  font-family: "titillium_weblight";
  font-size: 13.5px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.7px;
  text-align: center;
  color: #292929;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 1080px) {
  .converse a {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

.contato {
  width: 100%;
  float: left;
  margin-top: 73px;
}
.contato h3 {
  font-family: "titillium_webbold";
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #323437;
}
.contato p {
  font-family: "titillium_weblight";
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #292929;
}
.contato p span {
  color: #0b54e4;
}
.contato form {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  float: left;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 126px;
  margin-bottom: 82px;
}
@media (max-width: 1080px) {
  .contato form {
    width: 90%;
  }
}
.contato form div {
  width: 48%;
  height: 65px;
  position: relative;
  margin-bottom: 50px;
}
.contato form div:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 22px;
  height: 18px;
  z-index: 11;
}
.contato form div.nome:after {
  background: url("images/nome.png") no-repeat top center/contain;
}
.contato form div.email {
  width: 100%;
}
.contato form div.email:after {
  background: url("images/email.png") no-repeat top center/contain;
}
.contato form div.telefone:after {
  background: url("images/telefone.png") no-repeat top center/contain;
}
.contato form div.mensagem {
  width: 100%;
  height: 265px;
}
.contato form div.mensagem:after {
  top: 30px;
  background: url("images/mensagem.png") no-repeat top center/contain;
}
.contato form input[type="text"],
.contato form input[type="email"] {
  width: 100%;
  height: 65px;
  position: absolute;
  border: none;
  border-bottom: solid 1px #292929;
  box-sizing: border-box;
  padding-left: 30px;
}
.contato form input[type="file"] {
  width: 100%;
}
.contato form textarea {
  width: 100%;
  height: 265px;
  position: absolute;
  border: none;
  border-bottom: solid 1px #292929;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 20px;
}
.contato form input[type="submit"] {
  width: 91px;
  height: 42px;
  box-shadow: 1.5px 2.6px 4.6px 0.5px rgba(18, 17, 17, 0.48);
  background-color: #0b54e4;
  font-family: "titillium_weblight";
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border: none;
  float: left;
  margin-left: 50%;
  transform: translateX(-50%);
}
.contato .endereco {
  font-family: "titillium_weblight";
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #292929;
  margin-bottom: 125px;
  float: left;
  width: 100%;
}

.produtos {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.produtos .container {
  width: 90%;
}
.produtos .menu_lateral {
  width: 20%;
  float: left;
  margin-top: 61px;
  position: relative;
  z-index: 100;
}
@media (max-width: 1080px) {
  .produtos .menu_lateral {
    width: 100%;
    margin-top: 30px;
  }
}
.produtos .menu_lateral ul {
  list-style: none;
}
.produtos .menu_lateral ul li {
  display: inline-block;
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.produtos .menu_lateral ul li ul {
  margin-left: 20px;
}
@media (max-width: 1080px) {
  .produtos .menu_lateral ul li ul {
    margin-left: 0;
  }
}
@media (max-width: 1080px) {
  .produtos .menu_lateral ul li {
    justify-content: center;
  }
}
.produtos .menu_lateral ul li a {
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
}
.produtos .menu_lateral ul li a.link_pai {
  font-family: "titillium_webbold";
  font-size: 17.3px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.31;
  letter-spacing: normal;
  text-align: center;
  color: #0b54e4;
  text-transform: uppercase;
}
.produtos .menu_lateral ul li a img {
  margin-right: 10px;
  width: 43px;
}
.produtos .menu_lateral ul li .more {
  cursor: pointer;
  color: #00a5d2;
  font-family: "titillium_weblight";
}
.produtos .menu_lateral ul li .sub-menu {
  width: calc(100% - 20px);
  margin-left: 20px;
}
.produtos .menu_lateral ul li .sub-menu a {
  height: 30px;
  font-family: "titillium_weblight";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: normal;
  text-align: left;
  color: #4d4d4d;
  transition: all 200ms;
  text-transform: uppercase;
  white-space: nowrap;
}
.produtos .menu_lateral ul li .sub-menu a:hover {
  color: #920f33;
}
.produtos .menu_lateral ul li .sub-menu .sub-menu a {
  font-family: "titillium_weblight";
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  .produtos .menu_lateral ul li .sub-menu {
    margin-left: 0;
  }
}
.produtos .fundo_produtos {
  width: 80%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  .produtos .fundo_produtos {
    width: 100%;
  }
}
.produtos .fundo_produtos .box_item {
  width: calc(25% - 60px);
  text-align: center;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 1080px) {
  .produtos .fundo_produtos .box_item {
    width: 100%;
  }
}
.produtos .fundo_produtos .box_item .foto {
  width: 100%;
  height: 283px;
  display: block;
}
.produtos .fundo_produtos .box_item .foto img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.produtos .fundo_produtos .box_item .saiba_mais {
  color: #0b54e4;
  float: left;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}
.produtos .fundo_produtos .box_item .saiba_mais:hover {
  color: #fff;
}
.produtos .fundo_produtos .box_item .saiba_mais:hover svg {
  fill: #fff;
}
.produtos .fundo_produtos .box_item .saiba_mais:hover:after {
  width: 100%;
  background: #0b54e4;
  border: 1px solid #0b54e4;
}
.produtos .fundo_produtos .box_item .saiba_mais:after {
  width: 43px;
  background: transparent;
  border: 1px solid #0b54e4;
}
.produtos .fundo_produtos .box_item .saiba_mais svg {
  fill: #0b54e4;
}

/*# sourceMappingURL=estilo.css.map */
