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

@keyframes skeleton-load {
  0% {
    background-color: rgba(0, 0, 0, 0.1);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
footer {
  width: calc(100% + 30px);
  margin-left: -15px;
}
footer > .container-fluid {
  margin-left: 0px;
  margin-right: 0px;
}

#voltar-topo {
  display: none;
}
#voltar-topo a {
  position: fixed;
  z-index: 120;
  outline: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
  width: 48px;
  height: 48px;
  bottom: 75px;
  padding: 0;
  color: #000000;
  font-family: "Montserrat-Light";
  text-transform: uppercase;
  font-size: 13px;
  line-height: 50px;
  text-align: center;
  border: solid 1px #E5E5E5;
  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 {
  border-top: solid 1px #E5E5E5;
}
#rodape .titulo {
  display: block;
  margin: 0px;
  margin-bottom: 10px;
  color: #000000;
  font: normal 14px "Montserrat-Regular";
}
@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: #9e9dc5;
  font: normal 14px "Montserrat-Regular";
}
@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;
}
@media (max-width: 991px) {
  #rodape .conteudo {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#rodape .conteudo .box1 {
  display: flex;
  width: 59%;
  max-width: 1120px;
  padding: 70px 15px;
  background-color: #1E1D58;
  align-items: flex-start;
  justify-content: center;
}
@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: 258px;
  margin-right: 140px;
}
@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: 100px;
  margin-bottom: 30px;
}
@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: #9e9dc5;
  font: normal 14px "Montserrat-Regular";
}
@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: #FFFFFF;
  font: normal 14px "Montserrat-Regular";
}
#rodape .conteudo .box1 .col-rod-1 .texto span {
  text-decoration: underline;
}
#rodape .conteudo .box1 .col-rod-1 .texto:last-of-type {
  margin-bottom: 0px;
}
#rodape .conteudo .box1 .col-rod-1 .redes-sociais {
  display: block;
  width: 100%;
  margin-top: 30px;
}
#rodape .conteudo .box1 .col-rod-1 .redes-sociais .redes-titulo {
  display: block;
  margin: 0px;
  margin-bottom: 10px;
  color: #FFFFFF;
  font: normal 14px "Montserrat-Regular";
}
@media (max-width: 575px) {
  #rodape .conteudo .box1 .col-rod-1 .redes-sociais .redes-titulo {
    text-align: center;
  }
}
#rodape .conteudo .box1 .col-rod-1 .redes-sociais .redes {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 575px) {
  #rodape .conteudo .box1 .col-rod-1 .redes-sociais .redes {
    justify-content: center;
  }
}
#rodape .conteudo .box1 .col-rod-1 .redes-sociais .redes .opt {
  display: block;
  outline: 0px;
  margin-right: 13px;
}
#rodape .conteudo .box1 .col-rod-1 .redes-sociais .redes .opt:before {
  display: inline-block;
  background-image: url(../img/sprite.png);
  display: block;
  content: "";
  width: 23px;
  height: 23px;
}
#rodape .conteudo .box1 .col-rod-1 .redes-sociais .redes .opt.instagram:before {
  background-position: -102px -142px;
}
#rodape .conteudo .box1 .col-rod-1 .redes-sociais .redes .opt.facebook:before {
  background-position: -68px -142px;
}
#rodape .conteudo .box1 .col-rod-1 .redes-sociais .redes .opt.pinterest:before {
  background-position: -134px -114px;
}
#rodape .conteudo .box1 .col-rod-1 .redes-sociais .redes .opt.youtube:before {
  background-position: -135px -142px;
}
#rodape .conteudo .box1 .col-rod-1 .redes-sociais .redes .opt:last-of-type {
  margin-right: 0px;
}
#rodape .conteudo .box1 .col-rod-2 {
  display: block;
  width: 100%;
  max-width: 150px;
  margin-right: 112px;
}
@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 .titulo {
  color: #FFFFFF;
}
#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;
}
@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 .titulo {
  color: #FFFFFF;
}
#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 .box1 .col-rod-3 .formas-pagamento {
  display: block;
  width: 100%;
  margin-top: 30px;
}
#rodape .conteudo .box1 .col-rod-3 .formas-pagamento .titulo {
  display: block;
  margin: 0px;
  margin-bottom: 10px;
  color: #FFFFFF;
  font: normal 14px "Montserrat-Regular";
}
@media (max-width: 991px) {
  #rodape .conteudo .box1 .col-rod-3 .formas-pagamento .titulo {
    text-align: center;
  }
}
#rodape .conteudo .box1 .col-rod-3 .formas-pagamento img {
  display: block;
  width: 100%;
  max-width: 209px;
}
@media (max-width: 991px) {
  #rodape .conteudo .box1 .col-rod-3 .formas-pagamento img {
    margin: 0 auto;
  }
}
#rodape .conteudo .box2 {
  display: block;
  width: 41%;
  max-width: 800px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 70px;
  padding-right: 20px;
  background-color: #F5F5F5;
}
@media (max-width: 1460px) {
  #rodape .conteudo .box2 {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  #rodape .conteudo .box2 {
    width: 100%;
    max-width: 100%;
  }
}
#rodape .conteudo .box2 .plataforma {
  display: flex;
  width: 100%;
  margin-top: 30px;
  flex-wrap: wrap;
}
#rodape .conteudo .box2 .plataforma .titulo {
  width: 100%;
}
#rodape .conteudo .box2 .plataforma .mkommerce {
  display: block;
  outline: 0px;
  width: 100%;
  max-width: 32px;
  margin-right: 15px;
}
#rodape .conteudo .box2 .plataforma .mkommerce img {
  display: block;
  width: 100%;
  max-width: 122px;
}
@media (max-width: 575px) {
  #rodape .conteudo .box2 .plataforma .mkommerce img {
    margin: 0 auto;
  }
}
#rodape .conteudo .box2 .plataforma .adxpress {
  display: flex;
  align-items: center;
  outline: 0px;
  width: 100%;
  max-width: 32px;
}
#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;
  }
}
@media (max-width: 990px) {
  #rodape .conteudo .box2 .plataforma {
    justify-content: center;
  }
  #rodape .conteudo .box2 .plataforma .titulo {
    text-align: center;
  }
}

#copyright {
  padding: 10px 0;
  border-top: solid 1px #E5E5E5;
  background-color: #F5F5F5;
}
#copyright .conteudo {
  display: block;
  width: 100%;
  padding-left: 7%;
}
@media (max-width: 1570px) {
  #copyright .conteudo {
    padding-left: 15px;
  }
}
#copyright .conteudo .copy {
  display: block;
  margin: 0px;
  color: #999999;
  font: normal 14px "Montserrat-Regular";
  text-align: center;
}
@media (max-width: 991px) {
  #copyright .conteudo .copy {
    text-align: center;
  }
}

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