@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/OpenSans.eot");
  src: url("../fonts/OpenSans.eot?") format("eot"), url("../fonts/OpenSans.woff") format("woff"), url("../fonts/OpenSans.ttf") format("truetype"), url("../fonts/OpenSans.woff") format("woff");
}
@font-face {
  font-family: OpenSans-Bold;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?") format("eot"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.woff") format("woff");
}
@font-face {
  font-family: OpenSans-Semibold;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/OpenSans-Semibold.eot");
  src: url("../fonts/OpenSans-Semibold.eot?") format("eot"), url("../fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/OpenSans-Semibold.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/Poppins-Light.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/Poppins-Black.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/Poppins-Medium.woff") format("woff");
}
@font-face {
  font-family: Poppins-SemiBold;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?") format("eot"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.woff") format("woff");
}
.alert-success,
.alert-warning,
.alert-danger,
.alert-info {
  padding-left: 60px;
  font: normal 15px "OpenSans-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 "OpenSans-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;
}
footer > .container-fluid {
  margin-left: 0px;
  margin-right: 0px;
}

#voltar-topo {
  display: none;
}
#voltar-topo a {
  z-index: 120;
  outline: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
  width: 60px;
  height: 60px;
  bottom: 75px;
  padding: 0;
  color: #000;
  font-family: "Poppins-Light";
  text-transform: uppercase;
  font-size: 13px;
  line-height: 50px;
  text-align: center;
  border: solid 1px #F5F5F5;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 3px 15px -7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 3px 15px -7px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 15px -7px rgba(0, 0, 0, 0.35);
  -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;
}
#voltar-topo a:before {
  display: inline-block;
  background-image: url(../img/sprite.png);
  display: block;
  content: "";
  width: 15px;
  height: 9px;
  margin-right: 0px;
  background-position: -438px -84px;
}
#voltar-topo span {
  display: none;
}
@media (min-width: 1200px) {
  #voltar-topo span {
    display: block;
  }
}

#rodape {
  background-color: #FFFFFF;
  border-top: solid 1px #F5F5F5;
}
#rodape .titulo {
  display: block;
  margin: 0px;
  margin-bottom: 10px;
  color: #000;
  font: normal 14px "OpenSans";
}
@media (max-width: 575px) {
  #rodape .titulo {
    text-align: center;
  }
}
#rodape .opcoes {
  display: block;
  width: 100%;
}
@media (max-width: 575px) {
  #rodape .opcoes {
    margin-top: 30px;
  }
}
#rodape .opcoes .box-opcoes {
  display: block;
  width: 100%;
}
#rodape .opcoes .box-opcoes .opt {
  display: block;
  outline: 0px;
  margin-bottom: 5px;
  color: #999999;
  font: normal 14px "OpenSans";
}
@media (max-width: 575px) {
  #rodape .opcoes .box-opcoes .opt {
    text-align: center;
  }
}
#rodape .opcoes .box-opcoes .opt:last-of-type {
  margin-bottom: 0px;
}
#rodape .conteudo {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  #rodape .conteudo {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#rodape .conteudo .box1 {
  display: flex;
  width: 100%;
  padding: 70px 15px;
  background-color: #FFF;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  #rodape .conteudo .box1 {
    width: 100%;
    max-width: 100%;
    justify-content: space-around;
  }
}
@media (max-width: 575px) {
  #rodape .conteudo .box1 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#rodape .conteudo .box1 .col-rod-1 {
  display: block;
  width: 100%;
  max-width: 260px;
  margin-right: 240px;
}
@media (max-width: 1460px) {
  #rodape .conteudo .box1 .col-rod-1 {
    margin-right: 50px;
  }
}
@media (max-width: 1199px) {
  #rodape .conteudo .box1 .col-rod-1 {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  #rodape .conteudo .box1 .col-rod-1 {
    max-width: 100%;
    margin-right: 0px;
  }
}
#rodape .conteudo .box1 .col-rod-1 .logo {
  display: block;
  outline: 0px;
  width: 100%;
  max-width: 163px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  #rodape .conteudo .box1 .col-rod-1 .logo {
    margin-left: auto;
    margin-right: auto;
  }
}
#rodape .conteudo .box1 .col-rod-1 .logo img {
  display: block;
  width: 100%;
}
#rodape .conteudo .box1 .col-rod-1 .texto {
  display: block;
  margin: 0px;
  margin-bottom: 5px;
  color: #999999;
  font: normal 14px "OpenSans";
}
@media (max-width: 575px) {
  #rodape .conteudo .box1 .col-rod-1 .texto {
    text-align: center;
  }
}
#rodape .conteudo .box1 .col-rod-1 .texto strong {
  margin-right: 15px;
  color: #000;
  font: normal 14px "OpenSans";
}
#rodape .conteudo .box1 .col-rod-1 .texto:last-of-type {
  margin-bottom: 0px;
}
#rodape .conteudo .box1 .col-rod-2 {
  display: block;
  width: 100%;
  max-width: 119px;
  margin-right: 240px;
}
@media (max-width: 1460px) {
  #rodape .conteudo .box1 .col-rod-2 {
    margin-right: 50px;
  }
}
@media (max-width: 1199px) {
  #rodape .conteudo .box1 .col-rod-2 {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  #rodape .conteudo .box1 .col-rod-2 {
    max-width: 100%;
    margin-right: 0px;
  }
}
#rodape .conteudo .box1 .col-rod-2 .opcoes {
  margin-top: 30px;
}
#rodape .conteudo .box1 .col-rod-2 .opcoes:first-of-type {
  margin-top: 0px;
}
@media (max-width: 575px) {
  #rodape .conteudo .box1 .col-rod-2 .opcoes:first-of-type {
    margin-top: 30px;
  }
}
#rodape .conteudo .box1 .col-rod-3 {
  display: block;
  width: 100%;
  max-width: 221px;
  margin-right: 240px;
}
@media (max-width: 1460px) {
  #rodape .conteudo .box1 .col-rod-3 {
    margin-right: 50px;
  }
}
@media (max-width: 1199px) {
  #rodape .conteudo .box1 .col-rod-3 {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  #rodape .conteudo .box1 .col-rod-3 {
    max-width: 100%;
  }
}
#rodape .conteudo .box1 .col-rod-3 .opcoes {
  margin-top: 30px;
}
#rodape .conteudo .box1 .col-rod-3 .opcoes:first-of-type {
  margin-top: 0px;
}
@media (max-width: 575px) {
  #rodape .conteudo .box1 .col-rod-3 .opcoes:first-of-type {
    margin-top: 30px;
  }
}
#rodape .conteudo .box2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 0px 15px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #rodape .conteudo .box2 {
    flex-wrap: wrap;
    padding-top: 0;
  }
}
#rodape .conteudo .box2 .redes-sociais {
  display: block;
  width: 100%;
  max-width: 108px;
  margin-right: 475px;
}
@media (max-width: 1460px) {
  #rodape .conteudo .box2 .redes-sociais {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  #rodape .conteudo .box2 .redes-sociais {
    max-width: 100%;
    margin-right: 0px;
  }
}
#rodape .conteudo .box2 .redes-sociais .redes-titulo {
  display: block;
  margin: 0px;
  margin-bottom: 10px;
  color: #000;
  font: normal 14px "OpenSans";
}
@media (max-width: 575px) {
  #rodape .conteudo .box2 .redes-sociais .redes-titulo {
    text-align: center;
  }
}
#rodape .conteudo .box2 .redes-sociais .redes {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  #rodape .conteudo .box2 .redes-sociais .redes {
    justify-content: center;
  }
}
#rodape .conteudo .box2 .redes-sociais .redes .opt {
  display: block;
  outline: 0px;
  margin-right: 13px;
}
#rodape .conteudo .box2 .redes-sociais .redes .opt:before {
  display: inline-block;
  background-image: url(../img/sprite.png);
  display: block;
  content: "";
  width: 23px;
  height: 23px;
}
#rodape .conteudo .box2 .redes-sociais .redes .opt.pl:before {
  width: 50px;
  height: 20px;
  background-position: -81px -82px;
}
#rodape .conteudo .box2 .redes-sociais .redes .opt.instagram:before {
  width: 20px;
  height: 20px;
  background-position: -141px -82px;
}
#rodape .conteudo .box2 .redes-sociais .redes .opt.facebook:before {
  width: 21px;
  height: 20px;
  background-position: -170px -83px;
}
#rodape .conteudo .box2 .redes-sociais .redes .opt.youtube:before {
  width: 20px;
  height: 16px;
  background-position: -201px -85px;
}
#rodape .conteudo .box2 .redes-sociais .redes .opt:last-of-type {
  margin-right: 0px;
}
#rodape .conteudo .box2 .formas-pagamento {
  display: block;
  width: 100%;
  max-width: 284px;
  margin-right: 425px;
}
@media (max-width: 1460px) {
  #rodape .conteudo .box2 .formas-pagamento {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  #rodape .conteudo .box2 .formas-pagamento {
    max-width: 100%;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#rodape .conteudo .box2 .formas-pagamento .titulo {
  display: block;
  margin: 0px;
  margin-bottom: 10px;
  color: #000;
  font: normal 14px "OpenSans";
  text-align: center;
}
@media (max-width: 991px) {
  #rodape .conteudo .box2 .formas-pagamento .titulo {
    text-align: center;
  }
}
#rodape .conteudo .box2 .formas-pagamento img {
  display: block;
  width: 100%;
  max-width: 284px;
}
@media (max-width: 991px) {
  #rodape .conteudo .box2 .formas-pagamento img {
    margin: 0 auto;
  }
}
#rodape .conteudo .box2 .plataforma {
  display: block;
  width: 100%;
  max-width: 134px;
}
#rodape .conteudo .box2 .plataforma .mkommerce {
  display: block;
  outline: 0px;
  width: 100%;
}
#rodape .conteudo .box2 .plataforma .mkommerce img {
  display: block;
  width: 100%;
}
@media (max-width: 575px) {
  #rodape .conteudo .box2 .plataforma .mkommerce img {
    margin: 0 auto;
  }
}
#rodape .conteudo .box2 .plataforma .adxpress {
  display: block;
  outline: 0px;
  width: 100%;
}
#rodape .conteudo .box2 .plataforma .adxpress img {
  display: block;
  width: 100%;
  max-width: 75px;
}
@media (max-width: 575px) {
  #rodape .conteudo .box2 .plataforma .adxpress img {
    margin: 0 auto;
  }
}

#copyright {
  padding: 10px 0;
  border-top: solid 1px #F5F5F5;
  background-color: #F5F5F5;
}
#copyright .conteudo {
  display: block;
  width: 100%;
  text-align: center;
}
#copyright .conteudo .copy {
  display: block;
  margin: 0px;
  color: #3A3A3A;
  font: normal 14px "OpenSans";
}

#social-media {
  display: flex;
  position: fixed;
  z-index: 99;
  flex-direction: column;
  bottom: 100px;
  right: 22px;
  gap: 10px;
}
#social-media .instagram {
  width: 60px;
  height: 60px;
  padding: 15px;
  border-radius: 100%;
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
#social-media .whatsapp {
  width: 60px;
  height: 60px;
  padding: 15px;
  border-radius: 100%;
  background: #25D366;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

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