@charset "UTF-8";
/* CSS Document */

/* Reset */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body,html {
	font-family: 'Montserrat', sans-serif !important;
}
/* Reset */

/* Header */
header.header {
    background: #ffe600;
    padding: 10px 0;
}
img.logo {
    clear: both;
    display: block;
    width: 200px;
    margin: 0 auto;
}

.search-container {
    background-color: ffe600;
    padding: 10px;
	margin-top: 10px;
}

.search-box {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
    outline: none;
}

.search-box::placeholder {
    color: #aaa;
}

.search-box:focus {
    border-color: #888;
}

/* Estilo geral da caixa de frete */
.frete-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffe600;  /* Cor amarela */
    padding: 10px 10px;
    border-radius: 5px;
    font-family: Arial, sans-serif;
}

/* Estilo do ícone de localização */
.location-icon {
    font-size: 22px;  /* Ajuste do tamanho do ícone */
    margin-right: 10px;  /* Espaçamento entre o ícone e o texto */
}

/* Estilo do texto */
.frete-text {
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;  /* Cor do texto (um tom escuro) */
}

/* Container do banner */
.banner-topo {
    width: 100%;
    overflow: hidden;
  }
  
  /* Imagem do banner */
  .banner-topo img {
    width: 100%;
    height: auto;
    display: block;
  }
/* Header */

/* Principal */
section.principal {
	padding: 20px 0;
	background: #ffffff;
}
section.principal h1 {
	color: #000000;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 10px 0;
}


/* Avalicao */
.product-info {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #555;
	margin-bottom: 10px;
  }
.new {
	color: green;
	font-weight: bold;
  }
  
  .sold {
	color: gray;
  }
  
  .ratings {
	display: inline-block;
	margin-left: 10px;
  }
  
  .star {
	color: #FFD700; /* yellow */
	font-size: 16px;
  }
  
  .empty {
	color: #ccc; /* light gray */
  }
/* Avalicao */

/* rank */
.ranking-box {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    gap: 8px;
    padding-bottom: 20px;
  }
  
  .mais-vendido {
    background-color: #ff6f31;
    color: white;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 4px;
  }
  
  .ranking-link {
    color: #1a73e8;
    text-decoration: none;
    font-size: 13px;
  }
  
  .ranking-link:hover {
    text-decoration: underline;
  }
  /* rank */

  /* Carrossel */
  .carousel-container {
    position: relative;
    width: 90%;
    max-width: 600px;
    overflow: hidden;
    border-radius: 10px;
}

.carousel-images {
    display: flex;
    transition: transform 1s ease;
}

.carousel-images img {
    width: 100%;
    border-radius: 10px;
}

.carousel-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.carousel-button {
    background-color: rgba(255, 255, 255, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.carousel-button:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
 /* Carrossel */

  /* Correios */
.fretefundo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 9px;
    padding: 8px 14px 10px 12px;
    border: 2px solid #17cb63;
    margin: 10px -1px 7px 1px;
    max-width: 100%;
}

.frete-logo {
    height: 32px;
    margin: -10px 5px -10px -8px;
}

.ttl-frete {
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 3px;
    text-align: left;
}
.ip-frete {
    display: block;
    font-weight: 400;
    color: #36b376;
    font-size: 12px;
}

.txt-frete {
    font-size: 13px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-right: -5px!important;
    color: #36b376;
}
  /* Correios */


  /* Informacoes */
.informacoes {
    font-family: Arial, sans-serif;
    color: #555;
    margin-bottom: 20px;
    margin-top: 25px;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.icon {
    font-size: 24px;
    margin-right: 10px;
}

.info-text {
    font-size: 14px;
    color: #666;
}
 /* Informacoes */

 /* img cartao */
.payment-icons {
    width: 100%;
	margin: center;
}
 /* img cartao */

  /* CTA */
  a.cta {
	background: #00AC69;
	clear: both;
	display: block;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	width: 100%;
    margin: auto;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;	
}
a.cta:hover {
	color: #ffffff;
	background: #048251;
}

a.cta-poder {
	width: 100%;
	margin:  0 auto 15px auto;
}

.pulsar {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulse{
0%,100%{transform:scale(.9);opacity:.9;}
50%{transform:scale(1);opacity:1;}
}
@-webkit-keyframes pulse{
0%,100%{-webkit-transform:scale(.95);opacity:.7}
50%{-webkit-transform:scale(1);opacity:1}
}
@-webkit-keyframes bounce {
    from { }
    to { -webkit-transform: translateY(-10px); }
}
@-moz-keyframes bounce { 
    from { }
    to { -moz-transform: translateY(-10px); }
}
@-ms-keyframes bounce { 
    from { }
    to { -ms-transform: translateY(-10px); }
}
@-o-keyframes bounce { 
    from { }
    to { -o-transform: translateY(-10px); }
}
@keyframes bounce { 
    from { }
    to { transform: translateY(-10px); }
}
.bounce {
	-webkit-animation: bounce .4s ease infinite alternate;
	-moz-animation: bounce .4s ease infinite alternate;
	-ms-animation: bounce .4s ease infinite alternate;
	-o-animation: bounce .4s ease infinite alternate;
	animation: bounce .4s ease infinite alternate;
}

a.cta-poder {
	width: 100%;
	margin:  0 auto 15px auto;
}
img.seguranca{
	clear: both;
    display: block;
    width: 75%;
    margin: auto;
}
  /* CTA */

/* Descricao */
.gif-container {
    text-align: center;
    margin-top: 20px;
}

.gif {
    max-width: 100%;
    padding: 10px;
    height: auto;
    border-radius: 10px;
}

/* copy */
.copy-conteiner {
    margin: auto;
    padding: 10px;

}
h1 {
    font-size: 24px;
    color: #28a745;
    text-align: center;
    margin-bottom: 20px;
}

.features {
  
    margin-bottom: 20px;
}

.features li {
    font-size: 16px;
    margin-bottom: 10px;
    
}
.benefits-list1 li {
    font-size: 16px
  }
  
.copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.copy-img {
    width: 100px;
    height: auto;
    object-fit: contain;
}

/* copy segredo */

.copy-segredo {
    margin: 0 auto;
  }
  
  .copy-segredo2 {
    background-color: #fff;
    padding: 40px 0;
  }
  
  .title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
  }
  
  .copy-desc-segredo {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #555;
  }
  
  .subtitle {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #333;
  }
  
  .benefits-list {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  
  .benefits-list li {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #555;
  }
  
  .copy-img-segredo {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
  }
  /* copy segredo */
  


  /* provasocial */
  .provasocial {
    width: 100%;
}

.product-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.stars {
    display: flex;
}

.star {
    width: 20px;
    height: 20px;
    background-color: #ddd;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    margin-right: 2px;
}

.star.filled {
    background-color: #007bff;
}

.star.half-filled {
    background: linear-gradient(to right, #007bff 50%, #ddd 50%);
}

.rating {
    font-size: 24px;
    font-weight: bold;
    color: #007bff;
}

.reviews {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #888;
}

.criteria {
    margin-top: 20px;
}

.criterion {
    margin-bottom: 15px;
}

.label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.rating-bars {
    margin-top: 20px;
}

.rating-bar {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.bar {
    height: 5px;
    width: 100%;
    background-color: #ddd;
    border-radius: 2px;
    margin-right: 10px;
}

.bar.filled {
    background-color: #007bff;
    width: 80%;
}

.label {
    font-size: 12px;
    color: #888;
}
/* provasocial */


/* faq */
.faq-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .faq-item {
    background: #f2f2f2;
    border-radius: 10px;
    padding: 16px;
  }
  
  .faq-question {
    font-weight: bold;
    color: #5c5c5c;
    background: linear-gradient(to right, #d3d3d3, #f2f2f2);
    border-radius: 8px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  
  .faq-question .icon {
    margin-right: 8px;
    color: #4CAF50;
  }
  
  .faq-answer {
    color: #666;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
  }
  /* faq */

/* comentarios */
.comentarios2 h2 {
    margin-top:20px;
    font-size: 22px;
	font-weight: 600;
}
.comentario-fb {
    max-width: 400px;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    padding: 12px;
    font-family: Arial, sans-serif;
    background-color: #fff;
  }
  
  .cabecalho-comentario {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    position: relative;
  }
  
  .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
  }
  
  .info-usuario {
    display: flex;
    flex-direction: column;
  }
  
  .nome {
    font-weight: bold;
    font-size: 14px;
    color: #111;
  }
  
  .arroba {
    font-size: 13px;
    color: #657786;
  }
  
  .icon-facebook {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 4px;
  }
  
  .texto-comentario {
    font-size: 14px;
    color: #14171a;
    line-height: 1.4;
  }

  .bloco-comentarios {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

/* comentarios */



/* beneficio */
.beneficio {
    width: 100%;
    margin: auto;
    padding: 20px;
    background-color: #fff;
    text-align: center;
}

.benefit2 {
    display: flex;
    margin-bottom: 20px;
    padding: 15px;
}

.icon2 {
    padding: 5px;
    margin: auto;
}

.icon2 img {
    width: 50px;
    height: 40px;
}

.text2 h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
    
}

.text2 p {
    font-size: 14px;
    color: #777;
    margin: 0;
}

/* beneficio */

/* footer */
footer {
    background-color: #ffe600;
    padding: 30px 20px;
    color: #333;
    text-align: center;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

.footer-left img {
    display: flex;
    justify-content: space-between;
    align-items: center;
   margin: auto;
   width: 100%;
   max-width: 100%;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-links a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    margin: 5px 15px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-bottom {
    font-size: 12px;
    color: #333;
    margin-top: 20px;
}
/* footer */

/* Descricao */








/* Responsivo */
@media (max-width: 800px) {
	img.logo {
		width: 150px;
	}

     /* Carrossel */
    .carousel-container {
        width: 100%;
    }
    /* Carrossel */

    /* img cartao  */
     .payment-icons img{
        width: 100%;
        margin: 10px 0 30px 0px;
        }
    /* img cartao  */

    /* CTA  */
    a.cta {
        font-size: 20px;
        padding: 10px;
        font-weight: 600;
    }
    /* CTA  */

    /* Descricao */
    .copy-conteiner {
        margin: 20px auto;
    }

    h1 {
        font-size: 20px;
    }

    .copy {
        flex-direction: column;
        align-items: center;
    }

    .copy-img {
        width: 100%;
    }

    .features li {
        font-size: 16px;
        }

    .title {
        font-size: 2rem;
      }
    
      .copy-desc-segredo {
        font-size: 16px;
      }
    
      .subtitle {
        font-size: 1.6rem;
      }
    
      .benefits-list li {
        font-size: 1rem;
      }

    /* provasocial */

    .provasocial {
        padding: 10px;
    }
    .rating {
        font-size: 20px;
    }
    .stars {
        justify-content: left;
    }
    .reviews {
        font-size: 12px;
    }
    .rating-bars .bar {
        height: 4px;
    }

    /* faq */
    .faq-question, .faq-answer {
        font-size: 15px;
      }
    
      .faq-container {
        padding: 10px;
      }
    /* faq */

    /* comentarios */
    .comentarios {
        padding: 15px;
    }
    .comentarios2 h2 {
        font-size: 22px;
    }
    .filter {
        font-size: 12px;
    }
    .product-description {
        font-size: 13px;
    }
    .review-text-comentarios {
        font-size: 13px;
    }
    .review-image-comentarios {
        margin-bottom: 10px;
    }
    /* comentarios */

    /* beneficio */
    .beneficio {
        padding: 10px;
    }
    .benefit2 {
        flex-direction: column;
        align-items: flex-start;
    }
    .icon2 {
        margin-bottom: 10px;
    }
    .text2 h3 {
        font-size: 14px;
    }
    .text2 p {
        font-size: 12px;
    }
}
    /* beneficio */

    /* footer */
    /* footer */
    
    /* Descricao */