* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #fff;
}
h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19px;
  font-weight: 300;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

.navg {
  width: 100%;
  height: auto;
  min-height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  background-color: #9c27b0;
}

.navg a {
  color: #fff;
  text-decoration: none;
}

.navg a:hover {
  color: #000;
  text-decoration: none;
}

.prodtitle {
  width: 80%;
  height: auto;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  text-align: center;
  border-bottom: 1px solid #000;

  margin-bottom: 20px;
}
.title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Source Sans Pro", sans-serif;
}

.top {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
}
.top-item {
  flex: 1;
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
}
.top-item a {
  color: #000;
  text-decoration: none;
}
.top-item a:hover {
  color: #000;
  text-decoration: underline;
}
.utop {
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-style: italic;
  font-family: "Source Sans Pro", sans-serif;
}
.pagewrap {
  width: 100%;
  height: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Source Sans Pro", sans-serif;
}

.prodcontainer {
  width: 100%;
  height: auto;
  display: flex;

  flex-wrap: wrap;
}

.prod {
  transition: transform 0.2s; /* Animation */
  width: 22%;
  justify-content: center;
  align-items: center;
  margin: 7px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19px;
}

.prod img {
  width: 100%;
  height: auto;
  transition: transform 0.5s; /* Animation */
  overflow: hidden;
}

.prod img:hover {
  transform: scale(1.1);
  overflow: hidden;
}

.prodgal {
  width: 100%;
  height: auto;
  transition: transform 0.2s; /* Animation */
  flex: 1;
  flex-basis: 25%;
  justify-content: center;
  align-items: center;
  margin: 7px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19px;
}

.prodgal img {
  height: auto;
  transition: transform 0.5s; /* Animation */
  overflow: hidden;
}

.prodgal img:hover {
  transform: scale(2.5);
  margin-left: 100px;
  overflow: hidden;
}
.prodg {
  width: 100%;
  height: auto;
  transition: transform 0.2s; /* Animation */
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 7px;
}

.prodg img {
  width: 100%;
  height: auto;
  transition: transform 0.5s; /* Animation */
  opacity: 0.8;
}

.prodg img:hover {
  opacity: 1;
}

.btnDestaque {
  width: auto;
  border: none;
  font-family: "Source Sans Pro", sans-serif;
  cursor: pointer;
}
a.btnDestaque,
a.btnDestaqueC {
  color: #000;
  text-decoration: none;
}
a.btnDestaque:hover,
a.btnDestaqueC:hover {
  color: #000;
  text-decoration: underline;
}

#resultado {
  width: 30px;
  border: none;
  margin: 7px;
}

.btnDestaqueC {
  width: auto;
  border: none;
  font-size: 24px;
  font-style: italic;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
}
.slid a {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.cabeca a {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

a {
  color: #333;
}

.btn-pop {
  width: auto;
  height: 40px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 7px;
  text-decoration: none;
}
.btn-pop a {
  width: auto;
  height: 40px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 7px;
  text-decoration: none;
}

.btn-pop a:hover {
  width: auto;
  height: 40px;
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 7px;
  text-decoration: none;
}

.btn-gioia {
  width: auto;
  height: 40px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 7px;
  text-decoration: none;
}
.btn-gioia a {
  width: auto;
  height: 40px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 7px;
  text-decoration: none;
}

.btn-gioia a:hover {
  width: auto;
  height: 40px;
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 7px;
  text-decoration: none;
}

.btn-gioiaW {
  width: auto;
  height: 40px;
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 7px;
  text-decoration: none;
}
.btn-gioiaW a {
  width: auto;
  height: 40px;
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 7px;
  text-decoration: none;
}

.btn-gioiaW a:hover {
  width: auto;
  height: 40px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 7px;
  text-decoration: none;
}

/*////////////     MEDDIDAS      //////////////*/

.medidas {
  width: auto;
  min-width: 300px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #333;
  color: #fff;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  font-size: 20px;
}
.medidascont {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  margin: 7px;
}
.medidasInforma {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 300;
  text-align: left;
}
.medidasInforma input {
  width: 150px;
  height: 50px;
  font-size: 30px;
  text-align: left;
}

.medidasIlustra {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.manequim span {
  font-size: 40px;
  font-weight: 700;
  color: limegreen;
}

.informa {
  width: 280px;
  height: 40px;
  background-color: limegreen;
  font-size: 22px;
  cursor: pointer;
  border: none;
  border-radius: 7px;
}

/* ////////////////////PRODUTOS//////////////////////  */

.prodgal {
  flex: 1;
  width: 100%;
  height: auto;
  margin: 10px;
}
.proddet {
  flex: 1;
  width: 100%;
  height: auto;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.displayCores {
  display: flex;
  flex-direction: row;
}
.cores1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e1e2e1;
}
.cores2 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e1e2e1;
}
.cores3 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e1e2e1;
}
.cores4 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e1e2e1;
}
.cores5 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e1e2e1;
}
.cores6 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e1e2e1;
}
.displayTamanhos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.tam {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  padding: 5px;
}

.btn-fit {
  width: 220px;
  height: auto;

  cursor: pointer;
  padding: 7px;
}

/*  ////////////////////FALE CONOSCO///////////////////////////        */

.fale {
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.faleInfo {
  width: 100%;
  height: auto;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 19px;
  font-weight: 300;
  font-style: italic;
  color: #000;
}
.faleForm {
  width: 100%;
  height: auto;
  padding-left: 20px;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 19px;
  font-weight: 300;
  font-style: italic;
  color: #000;
  border-left: 1px solid #000;
}
.faleForm input {
  width: 80%;
  height: 30px;
  font-size: 19px;
  font-weight: 300;
  font-style: italic;
  color: #000;
}
.faleForm select {
  width: 180px;
  height: 30px;
  font-size: 19px;
  font-weight: 300;
  font-style: italic;
  color: #000;
}

.faleForm2 {
  width: 100%;
  height: auto;
  padding-left: 20px;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 19px;
  font-weight: 300;
  font-style: italic;
  color: #000;
}
.faleForm2 input {
  width: 80%;
  height: 30px;
  font-size: 19px;
  font-weight: 300;
  font-style: italic;
  color: #000;
}
.faleForm2 select {
  width: 180px;
  height: 30px;
  font-size: 19px;
  font-weight: 300;
  font-style: italic;
  color: #000;
}

.enviar {
  width: 120px;
  height: 40px;
  padding: 7px;
  background-color: #000;
  font-size: 19px;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 7px;
}
.enviar:hover {
  width: 120px;
  height: 40px;
  padding: 7px;
  background-color: #fff;
  font-size: 19px;
  font-weight: 300;
  font-style: italic;
  color: #000;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 7px;
}
.obrigado {
  height: auto;
  min-height: 100vh;
}
.admins {
  height: auto;
  min-height: 100vh;
  padding: 30px;
}

/* ////////////////////////////////BLOG////////////////////////////////////  */

.blog {
  width: 100%;
  height: auto;
  padding: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.blog-item {
  width: 100%;
  max-width: 600px;
  height: auto;
  flex: 1;
  flex-basis: 33, 33%;
  display: flex;
  flex-direction: column;
}

/*  /////////////////////////////////////////   */

.foot {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #000;
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
}
.foot-item {
  width: 100%;
  height: auto;
  flex: 1;
}

.foot-item a {
  color: #000;
  text-decoration: none;
}

.foot-item a:hover {
  color: #000;
  text-decoration: underline;
}

#el-mob {
  display: none;
}

.minhaconta {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

/* ////////////////////////CART/////////////////////////////// */

.carrinho {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.botCart {
  width: 100%;
  height: auto;

  cursor: pointer;
  padding: 10px;
  background-color: #fff;
  color: #000;
}
.botCart a {
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 10px;
  background-color: #555;
  color: #000;
  text-decoration: none;
}
.botCart a:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}

.finalizar {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
/* ////////////////////////ADMINISTRACAO/////////////////////////////// */
.lista {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.relatorio {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.relatorioBots {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 7px;
}

.botAdmin {
  width: 90%;
  height: auto;
  min-height: 40px;
  border: 1px solid #000;
  cursor: pointer;
  padding: 10px;
  background-color: #fff;
  color: #000;
}
.botAdmin a {
  text-decoration: none;
}
.botAdmin a:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}

.relatorioTxt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.news {
  width: 100%;
}

.image-box {
  overflow: hidden;
  width: 50%;
}
.image-box img {
  transition: all 0.5s;

  width: 100%;
  height: auto;
  transform: scale(1);
}

.image-box:hover img {
  width: 150%;
  height: auto;
  left: 50%;
  cursor: crosshair;
  transform: translateX(-50%);
}
.mensagem {
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
}

/*//////////////////////////////////*/

#videoBG {
  z-index: -1;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.videocont {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*/////////////////////////////////////////////*/

@media (max-width: 768px) {
  .pagewrap {
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .top,
  .medidascont,
  .fale,
  .foot,
  .relatorio,
  .carrinho,
  .blog,
  .navg {
    flex-direction: column;
  }
  #el-mob {
    display: block;
  }
  #el {
    display: none;
  }
  .prodgal {
    flex: 1;
    width: 100%;
    height: auto;
    min-height: 350px;
    margin: 10px;
  }
  .faleForm {
    border: none;
    padding-left: 0px;
  }

  .blog-item {
    width: 100%;

    height: auto;
  }
  .blog-item img {
    width: 100%;
  }
  .relatorioBots,
  .relatorioTxt {
    width: 100%;
  }
  .image-box {
    overflow: hidden;
    width: 100%;
    cursor: zoom-in;
  }
  .image-box img {
    transition: all 0.5s;
    width: 100%;
    height: auto;
    transform: scale(1);
  }

  .image-box:hover img {
    width: 150%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .prodcontainer {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .prod {
    transition: transform 0.2s; /* Animation */
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 7px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 19px;
  }
}
