*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: auto;
  overflow-x: hidden; /* Evita scroll horizontal */
}

header{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.nav{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  top: 0; /* Define a posição no topo */
  left: 0; /* Alinha à esquerda */
  min-height: 60px;
  background-color: #f8d9b3;
  position: fixed;
  font-family: 'Poppins', sans-serif;
  z-index: 3;
  padding: 0.2% 0;
  opacity: 0.93;
}

.logo-img{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items:center;
  text-align: center;
}

.logo-img p{
  text-align: center;
  color: #ffffff;
  font-size: 0.8em;
  margin-bottom: 0.5%;
}

.nav .logo-img img{
width: 40px;
}

.animated-letter {
  display: inline-block; /* Permite animar propriedades como transform */
  animation: bounce 1.5s infinite ease-in-out; /* Aplica a animação */
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0); /* Posição inicial */
  }
  50% {
    transform: translateY(-7px); /* Move a letra para cima */
  }
}

.contato{
  width: 100%;
  display: flex;
  justify-content: center;
}

.contato a{
  background-color: #db8875;
  padding: 1% 2%;
  list-style: none;
  text-decoration: none;
  border-radius: 7%;
  color: #ffffff;
  box-shadow: 2px 2px 5px 1px #d8766096;
}

.contato a:hover{
  background-color: #d87660;
}

.menu{
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 1.15em;
}

.menu-link{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.7em;
}

.teste img{
  display: none;
}

.menu-link li{  
  list-style: none;
}

.menu-link li a{ 
  text-decoration: none;
  color:#523939;
}

.menu-link li a:hover{
  color: #d87660;
}

.novidades{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #ffffff;
  box-shadow: 2px 2px #d87660;
  padding: 0.5% 1%;
  text-align: center;
}

.novidades:hover{
  box-shadow: 2px 2px #ffffff;
  color: #d87660;
}

.img-section1{
  width: 100%;
  height: 100vh;
  background-image: url('../img/crianca_2.png');
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center; /* Centralizar a imagem */
}

.img-section2{
  width: 100%;
  height: 100vh;
  background-image: url('../img/crianca_4.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; /* Centralizar a imagem */
}

.img-section3{
  width: 100%;
  height: 100vh;
  background-image: url('../img/crianca_2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; /* Centralizar a imagem */
}

.img-section4{
  width: 100%;
  height: 100vh;
  background-image: url('../img/crianca_3.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; /* Centralizar a imagem */
}

.img-section5{
  width: 100%;
  height: 100vh;
  background-image: url('../img/crianca_1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; /* Centralizar a imagem */
}

.hidden {
  display: none;
}

.container-background1{
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0;
  font-family: 'Poppins';
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container-background1::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../img/img-site-sa4.png');
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7; 
  z-index: -1; 
}

.container-background-2{
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0;
  font-family: 'Poppins';
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container-background-2::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../img/img-2.png');
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7; 
  z-index: -1; 
}

.container-background-3{
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0;
  font-family: 'Poppins';
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container-background-3::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../img/img-site-sa1.png');
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7; 
  z-index: -1; 
}

.target{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:center;
  gap: 5%;
  color: #fff;
  background-color: #222733;
  padding: 0;
  font-family: 'Popins', sans-serif;
}

.desconto{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: row;
  gap: 2%;
  padding: 0.6%;
}

.desconto img{
  width: 6%;
}

.fale-vendedor{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
  margin-left: 5%;
  gap: 2%;
  padding: 0.6%;
}

.fale-vendedor a{
  color: #fff;
  text-decoration: none;
}

.fale-vendedor img{
  width: 6%;
}

.frase1 {
  padding-top: 3%;
  font-family: 'Poppins', sans-serif;
  width: 50%;
  text-align: center;
}

.frase1 h1 {
  color: #8b6359;
}

.frase2 {
  padding-top: 3%;
  font-family: 'Poppins', sans-serif;
  width: 50%;
  text-align: center;
}

.frase2 h1 {
  color: #8b6359;
}

.frase3 {
  padding-top: 3%;
  font-family: 'Poppins', sans-serif;
  width: 50%;
  text-align: center;
}

.frase3 h1 {
  color: #8b6359;
}

.btn1{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-top: 3%;
}

.btn1 button{
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  font-size: 1.5em;
  border-radius: 5px;
  padding: 1% 2%;
  border: none;
  background-color: #da998b;
  color: #ffffff;
  box-shadow: 2px 2px 5px 1px #d876605e;
  animation: zoom 0.7s infinite alternate ease-in-out;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.btn1 button:hover{
  background-color: #db8875;
}

.btn2{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-top: 3%;
}

.btn2 button{
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  font-size: 1.5em;
  border-radius: 5px;
  padding: 1% 2%;
  border: none;
  background-color: #da998b;
  color: #ffffff;
  box-shadow: 2px 2px 5px 1px #d876605e;
  animation: zoom 0.7s infinite alternate ease-in-out;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.btn2 button:hover{
  background-color: #db8875;
}

.btn3{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-top: 3%;
}

.btn3 button{
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  font-size: 1.5em;
  border-radius: 5px;
  padding: 1% 2%;
  border: none;
  background-color: #da998b;
  color: #ffffff;
  box-shadow: 2px 2px 5px 1px #d876605e;
  animation: zoom 0.7s infinite alternate ease-in-out;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.btn3 button:hover{
  background-color: #db8875;
}



.hr-line{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.hr-line p{
  width: 11.6%;
  padding: 2px;
  background-color: #d87660;
  margin-left: 18%;
}

.hr-line hr{
  width: 54.3%;
  border: none;
  box-shadow: 1px 0px 2px 1px #b8b8b84b;
}

.novidade{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-family: 'Poppins', sans-serif;
  padding-top: 4%;
}

.bico-pato{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-family: 'Poppins', sans-serif;
  padding-top: 4%;
}

.faixa{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-family: 'Poppins', sans-serif;
  padding-top: 4%;
}

.tiara{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-family: 'Poppins', sans-serif;
  padding-top: 4%;
}

.novidade h2{
  color: #523939;
  margin-left: 18%;
}

.bico-pato h2{
  color: #523939;
  margin-left: 18%;
}

.faixa h2{
  color: #523939;
  margin-left: 18%;
}

.tiara h2{
  color: #523939;
  margin-left: 18%;
}

.faixas{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-family: 'Poppins', sans-serif;
  padding-top: 4%;
}

.faixas h2{
  color: #523939;
}

.tiaras{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-family: 'Poppins', sans-serif;
  padding-top: 4%;
}

.tiaras h2{
  color: #523939;
}

/*cards1*/
.cards-container1{
  font-family: 'Poppins', sans-serif;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 3%;
  padding-bottom: 3%;
}

.card1{
  width: 15%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 3px 5px 1px #b8b8b8;
  margin-left: 2%;
  color: #494949;
  border-radius: 5px;
  padding: 1% 1% 2% 1%;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.card1:hover{
  opacity: 0.85;
  transform: scale(1.05);
}

.card1 img{
  width: 100%;
  height: auto;
  border-radius: 3px;
  transition: transform 0.3s ease;
}

/*cards2*/
.cards-container2{
  font-family: 'Poppins', sans-serif;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 3%;
  padding-bottom: 3%;
}

.card2{
  width: 15%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 3px 5px 1px #b8b8b8;
  margin-left: 2%;
  color: #494949;
  border-radius: 5px;
  padding: 1% 1% 2% 1%;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.card2:hover{
  opacity: 0.85;
  transform: scale(1.05);
}


.card2 img{
  width: 100%;
  height: auto;
  border-radius: 3px;
  transition: transform 0.3s ease;
}

/*cards3*/
.cards-container3{
  font-family: 'Poppins', sans-serif;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 3%;
  padding-bottom: 3%;
}

.card3{
  width: 15%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 3px 5px 1px #b8b8b8;
  margin-left: 2%;
  color: #494949;
  border-radius: 5px;
  padding: 1% 1% 2% 1%;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.card3:hover{
  opacity: 0.85;
  transform: scale(1.05);
}

.card3 img{
  width: 100%;
  height: auto;
  border-radius: 3px;
  transition: transform 0.3s ease;
}

/* Estilo do Modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 41, 39, 0.582);
  overflow: auto;
  margin-top: 0;
  margin-left: 0;
}

.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.modal-content img {
  max-width: 90%;
  max-height: 90%;
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

/* Botão de Fechar */
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #ccc;
}

/* Zoom na Imagem */
.zoomed {
  transform: scale(2);
  cursor: zoom-out;
}


.oferta{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-top: 3%;
}

.oferta .porcentagem{
  display: flex;
  justify-content: center;
  background-color: #9e0707;
  color: #ffffff;
  padding: 2%;
  border-radius: 3px;
}

.oferta p{
  color: #9e0707;
  padding-top: 2%;
  padding-bottom: 3%;
  padding-left: 2%;
}

.texto{
  text-align: center;
}

.texto p{
  margin-top: 3%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.texto h2{
  margin-top: 5%;
  color: #d87660;
}

.texto a{
  text-decoration: none;
}

.btn-comprar{
  width: 100%;
  text-align: center;
}

.card1 button{
  margin-top: 3%;
  color: #149e07;
  background-color: #ffffff;
  border: none;
  font-size: 0.8em;
  cursor: pointer;
  border-radius: 5px;
  border: solid 0.5px #149e07;
  padding: 3% 5%;
  box-shadow: 2px 3px 5px 1px #b8b8b8;
  font-family: 'Poppins', sans-serif;
}

.card1 button:hover{
  background-color: #0f8105;
  color: #ffffff;
}

.card2 button{
  margin-top: 3%;
  color: #149e07;
  background-color: #ffffff;
  border: none;
  font-size: 0.8em;
  cursor: pointer;
  border-radius: 5px;
  border: solid 0.5px #149e07;
  padding: 3% 5%;
  box-shadow: 2px 3px 5px 1px #b8b8b8;
  font-family: 'Poppins', sans-serif;
}

.card2 button:hover{
  background-color: #0f8105;
  color: #ffffff;
}

.card3 button{
  margin-top: 3%;
  color: #149e07;
  background-color: #ffffff;
  border: none;
  font-size: 0.8em;
  cursor: pointer;
  border-radius: 5px;
  border: solid 0.5px #149e07;
  padding: 3% 5%;
  box-shadow: 2px 3px 5px 1px #b8b8b8;
  font-family: 'Poppins', sans-serif;
}

.card3 button:hover{
  background-color: #0f8105;
  color: #ffffff;
}

footer{
  width: 100%;
  font-family: 'Lato',sans-serif;
  padding: 1% 0;
  background-color: #32394b;
  color: #fff;
}

.footer-ul{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
}

.footer-ul img{
  max-width: 50%;
  height: auto; 
  margin: 0 auto;
  display: block;
}

.footer-informacoes{
  margin-top: 1%;
  text-align: center;
}

.footer-informacoes img{
  width: 8%;
   margin-top: 1%;
}

.direitos-reservados{
  margin-top: 1%;
}

.whars-static{
  position: fixed;         
  bottom: 1%;             
  left: 1%;
  z-index: 5;
}

.whars-static img{
  width: 55%;
  cursor: pointer;
  animation: loading2 0.7s linear infinite;
}

.instag-static{
    position: fixed;          /* Fixa o ícone na posição */
    bottom: 10%;             /* Distância da parte inferior da tela */
    left: 1%;
    z-index: 5;
}

.instag-static img{
    width: 55%;
    cursor: pointer;
    animation: loading2 0.7s linear infinite;
}

@keyframes loading2 {
  0% {
      transform: rotateY(0)
  }

  100% {
      transform: rotateY(40deg)
      
  }
}




/*MEDIA SCREEN*/
@media screen and (max-width:768px) {
  *{
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }
  
  html {
      scroll-behavior: smooth;
      overflow-x: hidden; /* Impede que a página tenha rolagem horizontal */
    }
  
  body{
      font-family: 'Poppins', sans-serif;
      width: 100%;
      height: 100%;
      letter-spacing: 0.04em;
  }

  header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav{
    width: 100%;
    height: auto;
    min-height: 60px;
    top: 0; /* Define a posição no topo */
    left: 0; /* Alinha à esquerda */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: #f8d9b3ea;
    position: fixed;
    font-family: 'Poppins', sans-serif;
    z-index: 3;
    opacity: 1;
    padding: 0.2% 0;
  }

  .logo-img{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items:center;
    text-align: center;
    margin-left: 14%;
  }

  .logo-img p{
    text-align: center;
    color: #ffffff;
    font-size: 0.8em;
  }

  .nav .logo-img img{
    width: 40px;
    }
  
    .animated-letter {
      display: inline-block; /* Permite animar propriedades como transform */
      animation: bounce 1.5s infinite ease-in-out; /* Aplica a animação */
    }
    
    @keyframes bounce {
      0%, 100% {
        transform: translateY(0); /* Posição inicial */
      }
      50% {
        transform: translateY(-7px); /* Move a letra para cima */
      }
    }

    .contato{
      display: none;
      justify-content: center;
    }
    
    .contato a{
      background-color: #db8875;
      padding: 1% 2%;
      list-style: none;
      text-decoration: none;
      border-radius: 7%;
      color: #ffffff;
      box-shadow: 2px 2px 5px 1px #d8766096;
    }
    
  .contato a:hover{
    background-color: #d87660;
  }

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 9%;
  height: 24px;
  cursor: pointer;
  margin-right: 8%;
}

.hamburger .line {
  width: 100%;
  height: 3px;
  background-color: #d87660;
  transition: all 0.3s ease;
}

.menu{
  width: 100%;
  height: 100vh;
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  display: flex;
  position: absolute;
  top: 100%; /* Ajuste conforme o tamanho do header */
  right: -100%; /* Esconde o menu fora da tela */
  width: 100%;
  max-width: 50%;
  background-color: #f3f3f3fa;
  transition: right 0.3s ease;
  border-radius: 1px 0px 0px 1px;
}

.menu-link{
  width: 100%;
  list-style: none;
  display:flex;
  flex-direction: column;
  justify-content:initial;
  align-items: start;
  gap: 0.8em;
  font-size: 1.1em;
  padding-left: 20px;
  margin-top: 3em;
}

.teste{
  width: 35px;
  display: flex;

  gap: 0.5em;
  
}
.teste h5{
  white-space: nowrap;
}
.teste img{
  min-width: 100%;
  display: block;
  object-fit: cover;
}

.menu-link li {
  list-style: none;
  margin: 15% 0;
}

.menu-link li a{ 
  text-decoration: none;
  color:#d87660;
  display: block;
}

.menu-link li a:hover{
  color: #8b6359;
}

.novidades{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #d87660;
  box-shadow: 2px 2px #d87660;
  padding: 0.5% 1%;
  text-align: center;
}

.novidades:hover{
  box-shadow: 2px 2px #ffffff;
  color: #8b6359;
}

/* Classe para mostrar o menu */
.menu.active{
  right: 0;
}

/* Animação do ícone hamburger */
.hamburger.active .line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active .line:nth-child(2) {
  opacity: 0;
}

.hamburger.active .line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -5px);
}


.img-section1{
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-image: url('../img/crianca_2.png');
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center; /* Centralizar a imagem */
}

.img-section2{
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-image: url('../img/crianca_4.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; /* Centralizar a imagem */
}

.img-section3{
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-image: url('../img/crianca_2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; /* Centralizar a imagem */
}

.img-section4{
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-image: url('../img/crianca_3.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; /* Centralizar a imagem */
}

.img-section5{
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-image: url('../img/crianca_1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; /* Centralizar a imagem */
}

  .hidden {
    display: none;
  }


  .container-background1{
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0;
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .container-background1::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../img/img-site-sa4.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7; 
    z-index: -1; 
  }
  
  .container-background-2{
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0;
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .container-background-2::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../img/img-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7; 
    z-index: -1; 
  }
  
  .container-background-3{
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0;
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .container-background-3::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../img/img-site-sa1.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7; 
    z-index: -1; 
  }

  .target{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    background-color: #222733;
    font-family: 'Popins', sans-serif;
  }
  
  .desconto{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 2%;
    padding: 2.2% 0;
  }
  
  .desconto img{
    min-width: 15%;
  }
  
  .fale-vendedor{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 2%;
    padding: 2.2% 0;
    margin-right: 2%;
  }
  
  .fale-vendedor img{
    min-width:  15%;
  }

  .frase1 {
    padding-top: 3%;
    font-family: 'Poppins', sans-serif;
    width: 95%;
    text-align: center;
  }
  
  .frase1 h1 {
    color: #8b6359;
  }
  
  .frase2 {
    padding-top: 3%;
    font-family: 'Poppins', sans-serif;
    width: 95%;
    text-align: center;
  }
  
  .frase2 h1 {
    color: #8b6359;
  }
  
  .frase3 {
    padding-top: 3%;
    font-family: 'Poppins', sans-serif;
    width: 95%;
    text-align: center;
  }
  
  .frase3 h1 {
    color: #8b6359;
  }

  .btn1{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 80%;
    margin-top: 15%;
    margin-bottom: 15%;
  }
  
  .btn1 button{
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    background-color: #da998b;
    color: #ffffff;
    box-shadow: 2px 2px 5px 1px #d876605e;
    font-size: 1.3em;
    font-weight: 600;
    padding: 2% 2%;
    animation: zoom 0.7s infinite alternate ease-in-out;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.1);
    }
  }
  
  .btn1 button:hover{
    background-color: #db8875;
  }
  
  .btn2{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 80%;
    margin-top: 15%;
    margin-bottom: 15%;
  }
  
  .btn2 button{
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    background-color: #da998b;
    color: #ffffff;
    box-shadow: 2px 2px 5px 1px #d876605e;
    font-size: 1.3em;
    font-weight: 600;
    padding: 2% 2%;
    animation: zoom 0.7s infinite alternate ease-in-out;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.1);
    }
  }
  
  .btn2 button:hover{
    background-color: #db8875;
  }
  
  .btn3{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 80%;
    margin-top: 15%;
    margin-bottom: 15%;
  }
  
  .btn3 button{
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    background-color: #da998b;
    color: #ffffff;
    box-shadow: 2px 2px 5px 1px #d876605e;
    font-size: 1.3em;
    font-weight: 600;
    padding: 2% 2%;
    animation: zoom 0.7s infinite alternate ease-in-out;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.1);
    }
  }
  
  .btn3 button:hover{
    background-color: #db8875;
  }

  .hr-line{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .hr-line p{
    width: 13%;
    padding: 2px;
    background-color: #d87660;
    margin-left: 3%;
  }
  
  .hr-line hr{
    width: 82%;
    border: none;
    box-shadow: 1px 0px 2px 1px #b8b8b84b;
  }
  
.novidade{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-family: 'Poppins', sans-serif;
  padding-top: 4%;
  margin-bottom: 3%;
}

.bico-pato{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-family: 'Poppins', sans-serif;
  padding-top: 1%;
  margin-bottom: 3%;
}

.faixa{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-family: 'Poppins', sans-serif;
  padding-top: 1%;
  margin-bottom: 3%;
}

.tiara{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-family: 'Poppins', sans-serif;
  padding-top: 1%;
  margin-bottom: 3%;
}
  
  .novidade h2{
    color: #523939;
    margin-left: 3%;
    margin-top: 16%;
  }

  .bico-pato h2{
    color: #523939;
    margin-left: 3%;
    margin-top: 2%;
  }

  .faixa h2{
    color: #523939;
    margin-left: 3%;
    margin-top: 2%;
  }

  .tiara h2{
    color: #523939;
    margin-left: 3%;
    margin-top: 2%;
  }
  
  .faixas{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-family: 'Poppins', sans-serif;
    padding-top: 4%;
  }
  
  .faixas h2{
    color: #523939;
  }
  
  .tiaras{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-family: 'Poppins', sans-serif;
    padding-top: 4%;
  }
  
  .tiaras h2{
    color: #523939;
  }

  .text {
    width: 100%;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 15%;
  }
  
  .text h1 {
    color: #8b6359;
  }
  

/*cards1*/
.cards-container1{
  font-family: 'Poppins', sans-serif;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
  margin-bottom: 2%;
  max-width: calc(100% - 1px); /* Garante que os cards não ultrapassem 50% */
}

.card1{
  width: 80%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 3px 5px 1px #b8b8b8;
  margin-left: 0;
  color: #494949;
  border-radius: 5px;
  padding: 2% 1% 5% ;
  cursor: pointer;
  cursor: pointer;
  transition: none;
  transition: transform 0.3s ease;
  flex: 1 1 calc(50% - 8px); /* Largura de 50% menos o espaçamento */
  max-width: calc(50% - 8px); /* Garante que os cards não ultrapassem 50% */
}

@media (min-width: 768px) {
  .card1 {
    flex: 1 1 calc(25% - 20px); /* Largura de 25% menos o espaçamento */
    max-width: calc(25% - 20px); /* Quatro cards por linha no desktop */
  }
}

.card1:hover{
  opacity: 0.90;
  transform: none;;
}

.card1 img{
  width: 100%;
  height: auto;
  border-radius: 3px;
  transition: none;
}

/*cards2*/
.cards-container2{
  font-family: 'Poppins', sans-serif;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
  margin-bottom: 2%;
  max-width: calc(100% - 1px); /* Garante que os cards não ultrapassem 50% */
}

.card2{
  width: 80%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 3px 5px 1px #b8b8b8;
  margin-left: 0;
  color: #494949;
  border-radius: 5px;
  padding: 2% 1% 5% ;
  cursor: pointer;
  cursor: pointer;
  transition: none;
  transition: transform 0.3s ease;
  flex: 1 1 calc(50% - 8px); /* Largura de 50% menos o espaçamento */
  max-width: calc(50% - 8px); /* Garante que os cards não ultrapassem 50% */
}

@media (min-width: 768px) {
  .card2 {
    flex: 1 1 calc(25% - 20px); /* Largura de 25% menos o espaçamento */
    max-width: calc(25% - 20px); /* Quatro cards por linha no desktop */
  }
}

.card2:hover{
  opacity: 0.90;
  transform: none;;
}

.card2 img{
  width: 100%;
  height: auto;
  border-radius: 3px;
  transition: none;
}

/*cards3*/
.cards-container3{
  font-family: 'Poppins', sans-serif;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
  margin-bottom: 2%;
  max-width: calc(100% - 1px); /* Garante que os cards não ultrapassem 50% */
}

.card3{
  width: 80%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 3px 5px 1px #b8b8b8;
  margin-left: 0;
  color: #494949;
  border-radius: 5px;
  padding: 2% 1% 5% ;
  cursor: pointer;
  cursor: pointer;
  transition: none;
  transition: transform 0.3s ease;
  flex: 1 1 calc(50% - 8px); /* Largura de 50% menos o espaçamento */
  max-width: calc(50% - 8px); /* Garante que os cards não ultrapassem 50% */
}

@media (min-width: 768px) {
  .card3 {
    flex: 1 1 calc(25% - 20px); /* Largura de 25% menos o espaçamento */
    max-width: calc(25% - 20px); /* Quatro cards por linha no desktop */
  }
}

.card3:hover{
  opacity: 0.90;
  transform: none;;
}

.card3 img{
  width: 100%;
  height: auto;
  border-radius: 3px;
  transition: none;
}

/* Estilo do Modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 41, 39, 0.582);
  overflow: auto;
  margin-top: 0;
  margin-left: 0;
}

.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;

}

.modal-content img {
  max-width: 90%;
  max-height: 90%;
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

/* Botão de Fechar */
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #ccc;
}

/* Zoom na Imagem */
.zoomed {
  transform: scale(2);
  cursor: zoom-out;
}

.oferta{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 3%;
}

.oferta .porcentagem{
  display: flex;
  justify-content: center;
  background-color: #9e0707;
  color: #ffffff;
  padding: 2%;
  border-radius: 3px;
  width: 41%;
  font-size: 1em;
}

.oferta p{
  color: #9e0707;
  padding-top: 2%;
  padding-bottom: 1%;
  padding-left: 0;
}

.texto{
  text-align: center;
}

.texto p{
  margin-top: 3%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.texto h2{
  margin-top: 5%;
  color: #d87660;
}

.texto a{
  text-decoration: none;
}

.btn-comprar{
  width: 100%;
  text-align: center;
}

/*card1 button*/
.card1 button{
  margin-top: 3%;
  color: #149e07;
  background-color: #ffffff;
  border: none;
  font-size: 0.8em;
  cursor: pointer;
  border-radius: 5px;
  border: solid 0.5px #149e07;
  padding: 3% 5%;
  box-shadow: 2px 3px 5px 1px #b8b8b8;
  font-family: 'Poppins', sans-serif;
}

.card1 button:hover{
  background-color: #0f8105;
  color: #ffffff;
}

/*card2 button*/
.card2 button{
  margin-top: 3%;
  color: #149e07;
  background-color: #ffffff;
  border: none;
  font-size: 0.8em;
  cursor: pointer;
  border-radius: 5px;
  border: solid 0.5px #149e07;
  padding: 3% 5%;
  box-shadow: 2px 3px 5px 1px #b8b8b8;
  font-family: 'Poppins', sans-serif;
}

.card2 button:hover{
  background-color: #0f8105;
  color: #ffffff;
}

/*card3 button*/
.card3 button{
  margin-top: 3%;
  color: #149e07;
  background-color: #ffffff;
  border: none;
  font-size: 0.8em;
  cursor: pointer;
  border-radius: 5px;
  border: solid 0.5px #149e07;
  padding: 3% 5%;
  box-shadow: 2px 3px 5px 1px #b8b8b8;
  font-family: 'Poppins', sans-serif;
}

.card3 button:hover{
  background-color: #0f8105;
  color: #ffffff;
}

footer{
  width: 100%;
  font-family: 'Lato',sans-serif;
  padding: 3% 3%;
  background-color: #32394b;
  color: #fff;
  line-height: 1.3em;
}

.footer-ul{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
}

.footer-ul img{
  max-width: 50%;
  height: auto; 
  margin: 0 auto;
  display: block;
}

.footer-informacoes{
  margin-top: 1%;
  text-align: center;
}

.footer-informacoes img{
    width: 25%;
    margin-top: 5%;
}

.direitos-reservados{
  margin-top: 1%;
}

.whars-static{
  position: fixed;         
  bottom: 1%;             
  left: 1%;
  z-index: 5;
}

.whars-static img{
  width: 55%;
  cursor: pointer;
  animation: loading2 0.7s linear infinite;
}

.instag-static{
    position: fixed;          /* Fixa o ícone na posição */
    bottom: 10%;             /* Distância da parte inferior da tela */
    left: 1%;
    z-index: 5;
}

.instag-static img{
    width: 55%;
    cursor: pointer;
    animation: loading2 0.7s linear infinite;
}

}