@font-face {
  font-family: Poppins-Regular;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?") format("eot"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts-old/Poppins-Regular.woff") format("woff");
}
@font-face {
  font-family: Poppins-Bold;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?") format("eot"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts-old/Poppins-Bold.woff") format("woff");
}
@font-face {
  font-family: Poppins-Light;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?") format("eot"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fonts-old/Poppins-Light.woff") format("woff");
}
@font-face {
  font-family: Poppins-Medium;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?") format("eot"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts-old/Poppins-Medium.woff") format("woff");
}
@font-face {
  font-family: Poppins-Black;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Poppins-Black.eot");
  src: url("../fonts/Poppins-Black.eot?") format("eot"), url("../fonts/Poppins-Black.woff") format("woff"), url("../fonts/Poppins-Black.ttf") format("truetype"), url("../fonts-old/Poppins-Black.woff") format("woff");
}
@font-face {
  font-family: Helvetica-Normal;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Helvetica-Normal.eot");
  src: url("../fonts/Helvetica-Normal.eot?") format("eot"), url("../fonts/Helvetica-Normal.woff") format("woff"), url("../fonts/Helvetica-Normal.ttf") format("truetype"), url("../fonts-old/Helvetica-Normal.woff") format("woff");
}
@font-face {
  font-family: Helvetica-Black;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Helvetica-Black.eot");
  src: url("../fonts/Helvetica-Black.eot?") format("eot"), url("../fonts/Helvetica-Black.woff") format("woff"), url("../fonts/Helvetica-Black.ttf") format("truetype"), url("../fonts-old/Helvetica-Black.woff") format("woff");
}
/*
%sprite {
    display: inline-block;
    background-image: url(../img/sprite.png);
}*/
.alert-success,
.alert-warning,
.alert-danger,
.alert-info {
  padding-left: 60px;
  font: normal 15px "Poppins-Bold";
  text-align: center;
  background-color: #FFFFFF;
  background-image: none;
}
.alert-success:before,
.alert-warning:before,
.alert-danger:before,
.alert-info:before {
  position: absolute;
  display: flex;
  content: "!";
  width: 50px;
  height: 100%;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  font: normal 34px "Poppins-Bold";
  align-items: center;
  justify-content: center;
}

.alert-success {
  color: #0EAF78;
  border: solid 2px #0EAF78;
}
.alert-success:before {
  background-color: #0EAF78;
}

.alert-warning {
  color: #E6A23C;
  border: solid 2px #E6A23C;
}
.alert-warning:before {
  background-color: #E6A23C;
}

.alert-danger {
  color: #DE5D6C;
  border: solid 2px #DE5D6C;
}
.alert-danger:before {
  background-color: #DE5D6C;
}

.alert-info {
  color: #0d6efd;
  border: solid 2px #0d6efd;
}
.alert-info:before {
  background-color: #0d6efd;
}

footer {
  width: calc(100% + 30px);
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #F9F9F9;
}
footer > .container-fluid {
  margin-left: 0px;
  margin-right: 0px;
}

#voltar-topo {
  display: none;
}
#voltar-topo a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #000000;
  border: 1px solid #000000;
  bottom: 75px;
  outline: 0px;
  color: #FFFFFF;
  font-family: "Poppins-Medium";
  font-size: 16px;
  line-height: 30px;
  padding: 0px 16px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 120;
}
@media (max-width: 1199px) {
  #voltar-topo a {
    border: none;
    border-radius: 50%;
    line-height: 3rem;
    width: 3rem;
    padding: 0;
    bottom: 15px;
    right: calc(50% - 1.5rem);
  }
}
#voltar-topo a:hover {
  background-color: #000000;
  color: #fff;
}
#voltar-topo a:hover:before {
  border-bottom: 11px solid #fff;
}
#voltar-topo a:before {
  content: "";
  border-bottom: 11px solid #FFFFFF;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block;
}
@media (max-width: 1199px) {
  #voltar-topo span {
    display: none;
  }
}

#whatsapp .icone-whatsapp {
  display: inline-block;
  background-image: url(../img/sprite.png);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 93%;
  z-index: 6;
  margin-right: 10px;
  position: fixed;
  right: 0;
  width: 40px;
  height: 40px;
  background-position: -450px -450px;
}
@media (max-width: 768px) {
  #whatsapp .icone-whatsapp {
    width: 55px;
    height: 56px;
  }
}

#rodape {
  padding: 3rem 0px;
}
#rodape .redes-sociais {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  text-align: right;
}
@media (max-width: 767px) {
  #rodape .redes-sociais {
    margin-bottom: 30px;
    text-align: center;
  }
}
#rodape .redes-sociais .item {
  display: inline-block;
  margin: 0px 10px;
  vertical-align: middle;
}
#rodape .redes-sociais .item a {
  display: block;
  outline: 0px;
  color: #555555;
  font-size: 14px;
  font-family: "Poppins-Regular";
}
#rodape .redes-sociais .item a:before {
  display: inline-block;
  background-image: url(../img/sprite.png);
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -3px;
  margin-right: 5px;
  vertical-align: middle;
}
#rodape .redes-sociais .item.instagram a:before {
  background-position: -52px -13px;
}
#rodape .redes-sociais .item.facebook a:before {
  background-position: -81px -13px;
}
#rodape h3 {
  display: block;
  width: 100%;
  color: #000000;
  font-family: "Poppins-Bold";
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 15px;
}
#rodape h3.v2 {
  text-align: right;
}
@media (max-width: 767px) {
  #rodape h3.v2 {
    text-align: center;
  }
}
#rodape li {
  color: #727272;
  font-size: 12px;
  font-family: "Poppins-Regular";
  line-height: 26px;
}
#rodape a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: 0px;
}
#rodape a:hover {
  color: #000000;
}
#rodape .btn-contato {
  display: block;
  width: 100%;
  max-width: 190px;
  padding: 10px;
  margin-top: 15px;
  color: #FFFFFF;
  font: normal 14px "Poppins-Regular";
  text-align: center;
  border-radius: 50px;
  background-color: #000000;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  #rodape .btn-contato {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
#rodape .btn-contato:hover, #rodape .btn-contato:focus {
  color: #FFFFFF;
  background-color: #00D86C;
}
#rodape .formas-pagamento {
  display: block;
  width: 320px;
  height: auto;
  max-width: 320px;
}
#rodape .container-v2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #rodape .container-v2 {
    align-items: center;
    justify-content: center;
  }
}

#copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #727272;
  font-size: 12px;
  font-family: "Helvetica-Normal";
  background-color: #F9F9F9;
}
@media (max-width: 767px) {
  #copyright {
    text-align: center;
  }
}
#copyright .desenvolvimento {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #copyright .desenvolvimento {
    justify-content: center;
    margin-top: 20px;
  }
}
#copyright .desenvolvimento .item {
  display: block;
  outline: 0px;
  margin-right: 40px;
}
#copyright .desenvolvimento .item .titulo {
  display: block;
  margin: 0px;
  margin-bottom: 5px;
  color: #727272;
  font: normal 12px "Poppins-Regular";
}
#copyright .desenvolvimento .item .logo {
  display: block;
  width: 100%;
}
#copyright .desenvolvimento .item .logo.adx {
  max-width: 48px;
}
#copyright .desenvolvimento .item .logo.mkommerce {
  max-width: 85px;
}
#copyright .desenvolvimento .item:last-of-type {
  margin-right: 0px;
}

@media (max-width: 767px) {
  #rodape {
    padding-top: 30px;
    text-align: center;
  }
  #rodape h3 {
    margin-top: 20px;
  }
  #rodape .rodape-logo {
    display: none;
  }
  #rodape .container-links h3 {
    cursor: pointer;
  }
  #rodape .container-links h3:after {
    display: inline-block;
    background-image: url(../img/sprite.png);
    content: "";
    width: 10px;
    height: 6px;
    margin-left: 5px;
    background-position: -453px -51px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #rodape .container-links h3.ativo:after {
    transform: rotate(180deg);
  }
}
@media (max-width: 991px) {
  #rodape .col-md-5 {
    text-align: center;
  }
}

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