@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_ZpC3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_c5H3gnD-w.ttf) format('truetype');
}
body,
span,
p,
form,
img,
a,
input,
select,
textarea,
html,
figure,
header,
footer,
article,
section,
iframe {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
figure {
  display: inline;
}
ul,
ol,
li {
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.titulo1,
.titulo2,
.titulo3,
.titulo4 {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-weight: normal;
  font-family: 'Montserrat', Tahoma, Arial, Helvetica, sans-serif;
}
input,
textarea {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
.spaceAfterCP,
.spaceBeforeCP {
  width: 100%;
  float: left;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #d1842c;
}
.al {
  text-align: left;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pf {
  position: fixed;
}
.db {
  display: block;
}
.dt {
  display: table;
}
.center-flex {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
.first:first-child {
  padding-left: 0;
  margin-left: 0;
}
.last:last-child {
  padding-left: 0;
  margin-left: 0;
}
.full {
  width: 100%;
}
.full-max {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 0;
}
.cb {
  clear: both;
}
.cr {
  clear: right;
}
.cl {
  clear: left;
}
/*BLOCOS PADRAO*/
.bloco-1 {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.bloco-2 {
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.bloco-3 {
  width: 33.3%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.bloco-4 {
  width: 25%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.bloco-5 {
  width: 20%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* Animation Swing */
.swing {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* Fim Animation Swing */
@font-face {
  font-family: 'icomoon';
  src: url('../image/icomoon.ttf?2cgk3b') format('truetype'), url('../image/icomoon.woff?2cgk3b') format('woff'), url('../image/icomoon.svg?2cgk3b#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.logo-webcis:before {
  content: "\e973";
}
.icon-seta-dupla:before {
  content: "\e902";
}
.icon-losango:before {
  content: "\e916";
}
.icon-delivery-2:before {
  content: "\e918";
}
.icon-delivery-1:before {
  content: "\e91b";
}
.icon-bateria-2:before {
  content: "\e924";
}
.icon-bateria-1:before {
  content: "\e925";
}
.icon-menu-8:before {
  content: "\e95f";
}
.icon-menu-7:before {
  content: "\e960";
}
.icon-menu-6:before {
  content: "\e961";
}
.icon-menu-5:before {
  content: "\e962";
}
.icon-menu-4:before {
  content: "\e963";
}
.icon-menu-3:before {
  content: "\e964";
}
.icon-menu-2:before {
  content: "\e965";
}
.icon-menu-1:before {
  content: "\e966";
}
.icon-lista2:before {
  content: "\e939";
}
.icon-mouse-01:before {
  content: "\e94e";
}
.icon-mouse-02:before {
  content: "\e94f";
}
.icon-seta08-u:before {
  content: "\e970";
}
.icon-seta08-d:before {
  content: "\e971";
}
.icon-seta08-l:before {
  content: "\e96e";
}
.icon-seta08-r:before {
  content: "\e96f";
}
.icon-seta01-r:before {
  content: "\e950";
}
.icon-seta01-l:before {
  content: "\e951";
}
.icon-seta02-d:before {
  content: "\e952";
}
.icon-seta02-r:before {
  content: "\e953";
}
.icon-seta02-l:before {
  content: "\e954";
}
.icon-seta03-d:before {
  content: "\e955";
}
.icon-seta04-d:before {
  content: "\e956";
}
.icon-seta05-d:before {
  content: "\e957";
}
.icon-seta06-r:before {
  content: "\e958";
}
.icon-seta06-l:before {
  content: "\e959";
}
.icon-seta07-r:before {
  content: "\e95a";
}
.icon-seta07-l:before {
  content: "\e95b";
}
.icon-plus-01:before {
  content: "\e95c";
}
.icon-menos1:before {
  content: "\e967";
}
.icon-menos2:before {
  content: "\e969";
}
.icon-mais1:before {
  content: "\e968";
}
.icon-mais2:before {
  content: "\e96a";
}
.icon-plus-02:before {
  content: "\e95d";
}
.icon-plus-03:before {
  content: "\e95e";
}
.icon-check04:before {
  content: "\e926";
}
.icon-check:before {
  content: "\e94b";
}
.icon-check02:before {
  content: "\e94c";
}
.icon-check03:before {
  content: "\e94d";
}
.icon-close:before {
  content: "\e947";
}
.icon-close02:before {
  content: "\e949";
}
.icon-empresa2:before {
  content: "\e91a";
}
.icon-empresa:before {
  content: "\e927";
}
.icon-rote:before {
  content: "\e943";
}
.icon-heart:before {
  content: "\e944";
}
.icon-link:before {
  content: "\e945";
}
.icon-responsive:before {
  content: "\e946";
}
.icon-gear:before {
  content: "\e989";
}
.icon-seta2:before {
  content: "\e911";
}
.icon-delivery:before {
  content: "\e90f";
}
.icon-store:before {
  content: "\e910";
}
.icon-trash:before {
  content: "\e900";
}
.icon-cart1:before {
  content: "\e901";
}
.icon-olho:before {
  content: "\e903";
}
.icon-atualizar:before {
  content: "\e904";
}
.icon-cadeado:before {
  content: "\e905";
}
.icon-instagram-02:before {
  content: "\e94a";
}
.icon-whatsapp:before {
  content: "\e906";
}
.icon-gplus1:before {
  content: "\e907";
}
.icon-in:before {
  content: "\e908";
}
.icon-facebook:before {
  content: "\e909";
}
.icon-twitter:before {
  content: "\e90a";
}
.icon-youtube:before {
  content: "\e90b";
}
.icon-youtube2:before {
  content: "\e92e";
}
.icon-pinterest:before {
  content: "\e90c";
}
.icon-rss:before {
  content: "\e90d";
}
.icon-blog:before {
  content: "\e90e";
}
.icon-skype:before {
  content: "\e919";
}
.icon-users:before {
  content: "\e915";
}
.icon-user3:before {
  content: "\e988";
}
.icon-user:before {
  content: "\e91c";
}
.icon-user2:before {
  content: "\e91d";
}
.icon-help:before {
  content: "\e91e";
}
.icon-info:before {
  content: "\e91f";
}
.icon-send:before {
  content: "\e920";
}
.icon-pin4:before {
  content: "\e930";
}
.icon-pin2:before {
  content: "\e938";
}
.icon-pin:before {
  content: "\e928";
}
.icon-pin3:before {
  content: "\e929";
}
.icon-text:before {
  content: "\e92a";
}
.icon-text2:before {
  content: "\e92b";
}
.icon-clock:before {
  content: "\e931";
}
.icon-clock2:before {
  content: "\e932";
}
.icon-data:before {
  content: "\e933";
}
.icon-data2:before {
  content: "\e934";
}
.icon-download:before {
  content: "\e935";
}
.icon-lupa:before {
  content: "\e936";
}
.icon-lupa2:before {
  content: "\e937";
}
.icon-chat:before {
  content: "\e93a";
}
.icon-chat3:before {
  content: "\e93c";
}
.icon-chat4:before {
  content: "\e93d";
}
.icon-chat5:before {
  content: "\e93e";
}
.icon-seta:before {
  content: "\e940";
}
.icon-news:before {
  content: "\e93f";
}
.icon-arroba:before {
  content: "\e922";
}
.icon-mail4:before {
  content: "\e987";
}
.icon-email:before {
  content: "\e921";
}
.icon-mail2:before {
  content: "\e923";
}
.icon-phone24h:before {
  content: "\e917";
}
.icon-phone24h2:before {
  content: "\e942";
}
.icon-call01:before {
  content: "\e913";
}
.icon-call03:before {
  content: "\e914";
}
.icon-call02:before {
  content: "\e912";
}
.icon-call:before {
  content: "\e948";
}
.icon-cel:before {
  content: "\e93b";
}
.icon-phone:before {
  content: "\e92c";
}
.icon-phone2:before {
  content: "\e92d";
}
.icon-phone07:before {
  content: "\e941";
}
.icon-phone4:before {
  content: "\e92f";
}
.icon-phone03:before {
  content: "\e972";
}
.icon-home1:before {
  content: "\e96b";
}
.icon-home2:before {
  content: "\e96c";
}
.icon-home3:before {
  content: "\e96d";
}
.short:before {
  content: "\e974";
}
.filter-2:before {
  content: "\e975";
}
.filter-tool-black-shape:before {
  content: "\e976";
}
.star-1:before {
  content: "\e977";
}
.star:before {
  content: "\e978";
}
body {
  font-family: 'Montserrat', Tahoma, Arial, Helvetica, sans-serif;
  overflow: hidden;
}
.bg-geral {
  width: 100%;
  height: 100vh;
  background-image: url("../image/fundo.jpg");
  background-repeat: no-repeat;
  background-position: center -190px;
  background-size: cover;
  display: flex;
  position: relative;
}
.bg-geral .redes-responsivo {
  display: none;
}
@media only screen and (max-width: 1065px) {
  .bg-geral .redes-responsivo {
    border-top-color: #fff;
    border-top-width: 2px;
    border-top-style: dotted;
    height: 38px;
    position: absolute;
    top: 30px ;
    right: 170px;
    display: block;
    z-index: 3;
  }
  .bg-geral .redes-responsivo a {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-left: 10px;
    background-color: #E4B57F;
    padding: 7px;
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    top: -50%;
    right: -45px;
    z-index: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -webkit-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    border-color: 1px;
    border-width: 1px;
    border-style: solid;
  }
  .bg-geral .redes-responsivo a:nth-child(1) {
    right: -135px;
  }
  .bg-geral .redes-responsivo a:nth-child(2) {
    right: -90px;
  }
  .bg-geral .redes-responsivo a:hover {
    transform: scale(1.2);
    box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    -ms-box-shadow: 0px 0px 10px #000;
  }
}
.bg-geral .content {
  width: 726px;
  height: calc(100vh - 80px);
  background-color: #ffffffcc;
  margin: 40px 0 40px 40px;
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  flex-wrap: wrap;
  overflow: hidden;
  min-height: 600px;
  align-content: space-between;
  z-index: 2;
}
@media only screen and (max-width: 1065px) {
  .bg-geral .content {
    width: 100%;
    margin: 31px 20px 20px;
    background-color: #fff;
    opacity: 0.92;
  }
}
@media only screen and (max-width: 480px) {
  .bg-geral .content {
    width: 100%;
    margin: 31px 10px 10px;
  }
}
.bg-geral .content:before {
  content: '';
  display: block;
  border-top-color: #E4B57F;
  border-top-width: 3px;
  border-top-style: solid;
  border-left-color: #E4B57F;
  border-left-width: 3px;
  border-left-style: solid;
  width: 145px;
  height: 145px;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 1;
}
.bg-geral .content:after {
  content: '';
  display: block;
  border-bottom-color: #E4B57F;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-right-color: #E4B57F;
  border-right-width: 3px;
  border-right-style: solid;
  width: 145px;
  height: 145px;
  position: absolute;
  bottom: -3px;
  right: -3px;
  z-index: 1;
}
.bg-geral .content .info-topo {
  width: 602px;
  height: 124px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only screen and (max-width: 1065px) {
  .bg-geral .content .info-topo {
    transform: scale(0.7);
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .bg-geral .content .info-topo {
    transform: scale(0.47);
  }
}
.bg-geral .content .info-topo .breve {
  width: 289px;
  height: 124px;
  position: relative;
  text-align: right;
  line-height: 1.1;
  padding-right: 35px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin: 10px;
  align-items: flex-end;
  flex-direction: column;
}
.bg-geral .content .info-topo .breve:after {
  content: '';
  display: block;
  border-right-color: rgba(153, 153, 153, 0.4);
  border-right-width: 1px;
  border-right-style: solid;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: 124px;
  color: #403F34;
}
.bg-geral .content .info-topo .breve strong {
  font-size: 40px;
  font-weight: 800;
}
.bg-geral .content .info-topo .breve span {
  font-size: 30px;
  font-weight: 300;
}
.bg-geral .content .info-topo .breve p {
  height: 22px;
  width: 22px;
  margin-left: 65px;
  margin-top: 10px;
  background-color: #E4B57F;
  float: right;
  position: relative;
}
.bg-geral .content .info-topo .breve p:after {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background-color: #BBD976;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 0;
}
.bg-geral .content .info-topo .breve p:before {
  content: '';
  display: block;
  width: 36px;
  height: 6px;
  background-color: #E4B57F;
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 0;
}
.bg-geral .content .info-topo .logo {
  background-color: #fff;
  background-image: url("../image/logo.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 269px;
  height: 104px;
  border-color: #fff;
  border-width: 10px;
  border-style: solid;
  margin: 10px;
}
.bg-geral .content .info-dados {
  width: 602px;
  color: #403F34;
}
.bg-geral .content .info-dados .fones {
  display: table;
  margin: 14px auto;
  position: relative;
  padding-left: 32px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 18px;
  font-weight: 800;
}
.bg-geral .content .info-dados .fones:before {
  content: '\e972';
  font-family: icomoon;
  width: 22px;
  height: 22px;
  font-size: 22px;
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
  z-index: 0;
  font-weight: normal;
}
.bg-geral .content .info-dados .whats {
  display: table;
  margin: 14px auto 40px;
  position: relative;
  padding-left: 32px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 18px;
  font-weight: 800;
}
.bg-geral .content .info-dados .whats:before {
  content: '\e906';
  font-family: icomoon;
  width: 22px;
  height: 22px;
  font-size: 22px;
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
  z-index: 0;
}
.bg-geral .content .info-dados .whats:after {
  content: '';
  display: block;
  border-bottom-color: rgba(153, 153, 153, 0.6);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  width: 340px;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 170px);
  z-index: 0;
}
@media only screen and (max-width: 480px) {
  .bg-geral .content .info-dados .whats:after {
    width: 200px;
    left: calc(50% - 100px);
  }
}
.bg-geral .content .info-dados .emails {
  display: table;
  margin: 70px auto 40px;
  position: relative;
  padding-top: 32px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
}
.bg-geral .content .info-dados .emails:before {
  content: '\e923';
  font-family: icomoon;
  width: 22px;
  height: 22px;
  font-size: 22px;
  position: absolute;
  top: 0;
  left: calc(50% - 11px);
  z-index: 0;
  font-weight: 800;
}
.bg-geral .content .info-local {
  width: 613px;
  font-size: 20px;
  font-weight: 300;
  color: #403F34;
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1065px) {
  .bg-geral .content .info-local {
    font-size: 16px;
  }
}
.bg-geral .content .info-local:after {
  content: '';
  display: block;
  border-bottom-color: #aaa;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  width: 203px;
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 0;
}
@media only screen and (max-width: 1065px) {
  .bg-geral .content .info-local:after {
    width: 20%;
    position: absolute;
    top: 10px;
    right: 12%;
    z-index: 0;
  }
}
@media only screen and (max-width: 480px) {
  .bg-geral .content .info-local:after {
    width: 40px;
    right: 12%;
  }
}
.bg-geral .content .info-local:before {
  content: '';
  display: block;
  border-bottom-color: #aaa;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  width: 203px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 1065px) {
  .bg-geral .content .info-local:before {
    width: 20%;
    position: absolute;
    top: 10px;
    left: 12%;
    z-index: 0;
  }
}
@media only screen and (max-width: 480px) {
  .bg-geral .content .info-local:before {
    width: 40px;
    left: 12%;
  }
}
.bg-geral .content .info-local .endereco {
  width: 90%;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 1065px) {
  .bg-geral .content .info-local .endereco {
    font-size: 13px;
  }
}
.bg-geral .nome-empresa {
  font-size: 150px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 800;
  line-height: 0.9;
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 0;
  text-align: right;
  mix-blend-mode: overlay;
  text-indent: 30px;
}
.bg-geral .redes {
  width: 13%;
  position: absolute;
  top: calc(50% - 1px);
  left: 766px;
  z-index: 0;
  border-top-color: #fff;
  border-top-width: 2px;
  border-top-style: dotted;
  height: 38px;
}
.bg-geral .redes a {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  margin-left: 10px;
  background-color: #E4B57F;
  padding: 7px;
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  top: -50%;
  right: -45px;
  z-index: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  -webkit-transition: 0.3s all ease-in;
  -ms-transition: 0.3s all ease-in;
  border-color: 1px;
  border-width: 1px;
  border-style: solid;
}
.bg-geral .redes a:nth-child(1) {
  right: -135px;
}
.bg-geral .redes a:nth-child(2) {
  right: -90px;
}
.bg-geral .redes a:hover {
  transform: scale(1.2);
  box-shadow: 0px 0px 10px #000;
  -moz-box-shadow: 0px 0px 10px #000;
  -webkit-box-shadow: 0px 0px 10px #000;
  -ms-box-shadow: 0px 0px 10px #000;
}
@media only screen and (max-width: 1065px) {
  .bg-geral .redes {
    display: none;
  }
}
