body {
  background: #F1DBF1;
  overflow-x: hidden;
}

.esquerda {
  position: absolute;
  top: -520px;
  left: -620px;
  z-index: -1230;
}

.esquerda img {
  width: 900px;
}

.direita {
  position: absolute;
  right: -700px;
  bottom: -422px;
  z-index: -1230;
}

.direita img {
  width: 900px;
}

.conteudo {
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.conteudo .logo {
  padding: 15px;
  max-width: 400px;
}

.conteudo .logo img {
  width: 100%;
}

.conteudo .a-loja {
  color: #893891;
  letter-spacing: 5px;
  margin: 15px;
}

.conteudo .menu {
  text-align: center;
  margin: 35px;
}

.conteudo .menu span {
  color: #893891;
  font-weight: 700;
  padding: 0 10px;
}

.conteudo .promocoes {
  margin: 25px;
  padding: 10px;
  text-align: center;
  width: 100%;
  background: #311847;
  border-top-left-radius: 350px;
  border-bottom-right-radius: 350px;
}

.conteudo .promocoes h1 {
  color: white;
  text-transform: uppercase;
}

.conteudo .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px;
  margin-bottom: 50px;
}

.conteudo .social-icons img {
  padding: 0 15px;
}

.conteudo .nossas-lojas {
  margin: 25px;
  margin-bottom: 40px;
  padding: 10px;
  text-align: center;
  width: 100%;
  background: #311847;
  border-top-left-radius: 350px;
  border-top-right-radius: 350px;
}

.conteudo .nossas-lojas h1 {
  color: white;
  text-transform: uppercase;
}

.conteudo .divisor {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
  text-align: center;
  width: 100%;
  background: #311847;
  border-bottom-left-radius: 350px;
  border-bottom-right-radius: 350px;
  height: 30px;
}

.conteudo .mapas {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  width: 100%;
  grid-gap: 15px;
}

.conteudo .mapas .loja1, .conteudo .mapas .loja2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.conteudo .mapas .loja1 p, .conteudo .mapas .loja2 p {
  background: #311847;
  color: white;
  text-align: center;
  padding: 15px;
  margin: 0;
}

.conteudo .mapas .loja1 .telefone, .conteudo .mapas .loja2 .telefone {
  margin-top: 5px;
  background: #311847b6;
  color: white;
  width: 100%;
  text-align: center;
  padding: 15px;
  font-weight: 800;
}

.conteudo .mapas .titulo {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 150px;
  background: #311847;
  padding: 10px;
  padding: 0 15px;
  text-align: center;
}

.conteudo .mapas .titulo h1 {
  color: white;
  font-size: 1.5em;
  padding: 10px;
}

@media (max-width: 778px) {
  .conteudo .mapas {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-width: 472px) {
  .conteudo .nossas-lojas h1 {
    font-size: 1em;
  }
  .conteudo .promocoes h1 {
    font-size: 1em;
  }
}

@media (max-width: 320px) {
  .conteudo .social-icons {
    margin: 20px;
  }
}

@media (max-width: 414px) {
  .conteudo .social-icons {
    margin: 20px;
  }
}

@media (max-width: 400px) {
  .conteudo .social-icons img {
    padding: 5px;
    width: 80px;
  }
}
/*# sourceMappingURL=master.css.map */