@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #333333;
  line-height: 1.6;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  gap: 20px;
}
.header .logo {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}
.header .logo .logo-image {
  height: 45px;
  width: auto;
  object-fit: contain;
}
.header .logo .logo-icon {
  font-size: 40px;
  color: #00acc1;
  background: linear-gradient(135deg, #00acc1, #0277bd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .logo .logo-text h1 {
  font-size: 24px;
  font-weight: 700;
  color: #1a3a52;
  line-height: 1;
}
.header .logo .logo-text p {
  font-size: 11px;
  color: #666666;
  margin-top: 2px;
}
.header .nav {
  display: flex;
  gap: 30px;
}
.header .nav .nav-link {
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  transition: color 0.3s;
}
.header .nav .nav-link:hover {
  color: #00acc1;
}
.header .btn-whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}
.header .btn-whatsapp:hover {
  background: rgb(29.3911290323, 167.6088709677, 81.0241935484);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}
.header .btn-whatsapp .material-icons {
  font-size: 20px;
}
.header .btn-whatsapp .whatsapp-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.header .menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #1a3a52;
}
.header .menu-toggle .material-icons {
  font-size: 32px;
}

.mobile-nav {
  display: none;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 999;
  flex-direction: column;
  padding: 20px;
  gap: 15px;
}
.mobile-nav.active {
  display: flex;
}
.mobile-nav .mobile-nav-link {
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  padding: 12px;
  border-radius: 8px;
  transition: background 0.3s;
}
.mobile-nav .mobile-nav-link:hover {
  background: #f5f9fc;
  color: #00acc1;
}

.hero {
  background: linear-gradient(135deg, #f5f9fc 0%, #ffffff 100%);
  padding-top: 60px;
}
.hero .hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  min-height: 500px;
}
.hero .hero-text .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #1a3a52;
  line-height: 1.2;
  margin-bottom: 20px;
}
.hero .hero-text .hero-subtitle {
  font-size: 20px;
  color: #666666;
  margin-bottom: 30px;
}
.hero .hero-text .btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, #00acc1, #0277bd);
  color: #ffffff;
  padding: 16px 36px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(0, 172, 193, 0.3);
}
.hero .hero-text .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(0, 172, 193, 0.4);
}
.hero .hero-text .reviews-badge {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  max-width: fit-content;
}
.hero .hero-text .reviews-badge .reviews-stars {
  display: flex;
  gap: 4px;
}
.hero .hero-text .reviews-badge .reviews-stars .star {
  color: #ffc107;
  font-size: 20px;
}
.hero .hero-text .reviews-badge .reviews-text {
  font-weight: 600;
  color: #333333;
  font-size: 14px;
}
.hero .hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .hero-image .hero-image-placeholder {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1;
  background: linear-gradient(135deg, rgba(0, 172, 193, 0.1), rgba(2, 119, 189, 0.1));
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .hero-image .hero-image-placeholder .hero-icon {
  font-size: 200px;
  color: #00acc1;
  opacity: 0.3;
}
.hero .hero-image {
  /* New hero family image styles */
}
.hero .hero-image .hero-family-img {
  width: 100%;
  /* Ajustado: tamanho máximo mais contido para equilíbrio com o texto */
  max-width: 420px;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(2, 48, 71, 0.12);
  border: 1px solid rgba(0, 172, 193, 0.06);
  object-fit: cover;
  display: block;
}
.hero .ad-space {
  padding: 30px 0;
}
.hero .ad-space .ad-container {
  min-height: 90px;
  background: rgba(102, 102, 102, 0.05);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed rgba(102, 102, 102, 0.3);
}
.hero .ad-space .ad-container .ad-label {
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hero .hero-reviews {
  margin-top: 12px;
}
.hero .hero-reviews .btn-google-reviews {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  background: linear-gradient(180deg, white, rgba(245, 249, 252, 0.3));
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(0, 172, 193, 0.14);
  box-shadow: 0 8px 30px rgba(2, 48, 71, 0.06);
  color: #1a3a52;
  font-weight: 700;
  text-decoration: none;
  transition: all 220ms cubic-bezier(0.2, 0.9, 0.3, 1);
}
.hero .hero-reviews .btn-google-reviews .star-cluster {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
.hero .hero-reviews .btn-google-reviews .star-cluster .material-icons {
  color: #ffb400;
  font-size: 18px;
  transform: translateY(-1px);
}
.hero .hero-reviews .btn-google-reviews .btn-google-text {
  font-size: 15px;
  letter-spacing: 0.2px;
}
.hero .hero-reviews .btn-google-reviews:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 18px 40px rgba(2, 48, 71, 0.12);
  background: linear-gradient(90deg, #00acc1, #0277bd);
  color: #ffffff;
}
.hero .hero-reviews .btn-google-reviews:hover .star-cluster .material-icons {
  color: #fff;
}
@media (max-width: 640px) {
  .hero .hero-reviews .btn-google-reviews {
    padding: 10px 14px;
    gap: 10px;
  }
  .hero .hero-reviews .btn-google-reviews .star-cluster .material-icons {
    font-size: 16px;
  }
  .hero .hero-reviews .btn-google-reviews .btn-google-text {
    font-size: 14px;
  }
}

.products {
  padding: 80px 0;
  background: #ffffff;
}
.products .section-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #1a3a52;
  margin-bottom: 10px;
}
.products .section-subtitle {
  text-align: center;
  font-size: 18px;
  color: #666666;
  margin-bottom: 50px;
}
.products .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.products .products-grid .product-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.products .products-grid .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.products .products-grid .product-card {
  border: 1px solid rgba(0, 172, 193, 0.1);
}
.products .products-grid .product-card .product-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #00acc1, #0277bd);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products .products-grid .product-card .product-icon .material-icons {
  font-size: 40px;
  color: #ffffff;
}
.products .products-grid .product-card .product-icon .icon-white {
  color: #ffffff;
}
.products .products-grid .product-card .product-icon {
  /* SVG icon inside product-icon should inherit white color and scale */
}
.products .products-grid .product-card .product-icon .icon-svg {
  width: 44px;
  height: 44px;
  display: block;
  color: #ffffff; /* sets currentColor used by SVG fill */
}
.products .products-grid .product-card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1a3a52;
  margin-bottom: 15px;
}
.products .products-grid .product-card p {
  color: #666666;
  line-height: 1.6;
}

.about {
  padding: 80px 0;
  background: #f5f9fc;
}
.about .about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about .about-image .about-image-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, rgba(0, 172, 193, 0.1), rgba(2, 119, 189, 0.1));
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .about-image .about-image-placeholder .material-icons {
  font-size: 150px;
  color: #00acc1;
  opacity: 0.3;
}
.about .about-image .about-company-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.about .about-text .section-title {
  text-align: left;
  margin-bottom: 20px;
}
.about .about-text p {
  color: #666666;
  margin-bottom: 15px;
  line-height: 1.8;
}
.about .about-text .about-features {
  list-style: none;
  margin-top: 30px;
}
.about .about-text .about-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.about .about-text .about-features li .material-icons {
  color: #00acc1;
  font-size: 28px;
}
.about .about-text .about-features li span:last-child {
  font-weight: 500;
  color: #333333;
}

.mercado-livre-cta {
  background: #1a3a52;
  padding: 40px 0;
}
.mercado-livre-cta .cta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.mercado-livre-cta .cta-content .cta-text {
  display: flex;
  align-items: center;
  gap: 20px;
}
.mercado-livre-cta .cta-content .cta-text .cta-icon {
  font-size: 50px;
  color: #25d366;
}
.mercado-livre-cta .cta-content .cta-text h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 5px;
}
.mercado-livre-cta .cta-content .cta-text p {
  color: rgba(255, 255, 255, 0.8);
}
.mercado-livre-cta .cta-content .btn-mercado-livre {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #ffe600;
  color: #333;
  padding: 16px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s;
  white-space: nowrap;
}
.mercado-livre-cta .cta-content .btn-mercado-livre:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(255, 230, 0, 0.4);
}
.mercado-livre-cta .cta-content .btn-mercado-livre .material-icons {
  font-size: 24px;
}

.reviews {
  padding: 80px 0;
  background: #ffffff;
}
.reviews .reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}
.reviews .reviews-grid .review-card {
  background: #f5f9fc;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.reviews .reviews-grid .review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.reviews .reviews-grid .review-card .review-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 15px;
}
.reviews .reviews-grid .review-card .review-stars .material-icons {
  color: #ffc107;
  font-size: 20px;
}
.reviews .reviews-grid .review-card .review-text {
  color: #333333;
  font-style: italic;
  margin-bottom: 15px;
  line-height: 1.7;
}
.reviews .reviews-grid .review-card .review-author {
  color: #666666;
  font-weight: 600;
  font-size: 14px;
}
.reviews .google-reviews-link {
  text-align: center;
}
.reviews .google-reviews-link .btn-google-reviews {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, rgba(0, 172, 193, 0.06), rgba(2, 119, 189, 0.04));
  color: #1a3a52;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 172, 193, 0.12);
  transition: all 220ms ease-in-out;
  box-shadow: 0 6px 20px rgba(10, 40, 60, 0.06);
}
.reviews .google-reviews-link .btn-google-reviews .reviews-stars {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.reviews .google-reviews-link .btn-google-reviews .reviews-stars .material-icons {
  color: #ffc107;
  font-size: 18px;
  line-height: 1;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.05));
}
.reviews .google-reviews-link .btn-google-reviews:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(10, 40, 60, 0.12);
  background: linear-gradient(90deg, #00acc1, #0277bd);
  color: #ffffff;
}
.reviews .google-reviews-link .btn-google-reviews:hover .reviews-stars .material-icons {
  color: #fff;
}
@media (max-width: 640px) {
  .reviews .google-reviews-link .btn-google-reviews {
    padding: 10px 16px;
  }
  .reviews .google-reviews-link .btn-google-reviews .reviews-stars .material-icons {
    font-size: 16px;
  }
}

.contact {
  padding: 80px 0;
  background: #f5f9fc;
}
.contact .contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.contact .contact-grid .contact-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact .contact-grid .contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.contact .contact-grid .contact-card .contact-icon {
  font-size: 50px;
  color: #00acc1;
  margin-bottom: 20px;
}
.contact .contact-grid .contact-card .contact-icon.whatsapp-logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.contact .contact-grid .contact-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #1a3a52;
  margin-bottom: 15px;
}
.contact .contact-grid .contact-card p {
  color: #666666;
  margin: 5px 0;
}
.contact .contact-grid .contact-card p a {
  color: #666666;
  text-decoration: none;
  transition: color 0.3s;
}
.contact .contact-grid .contact-card p a:hover {
  color: #00acc1;
}

.footer {
  background: #1a3a52;
  color: #ffffff;
  padding: 60px 0 20px;
}
.footer .footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}
.footer .footer-logo {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.footer .footer-logo .logo-image {
  height: 45px;
  width: auto;
  object-fit: contain;
}
.footer .footer-logo .logo-icon {
  font-size: 40px;
  color: #00acc1;
}
.footer .footer-logo .logo-text h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.footer .footer-logo .logo-text p {
  font-size: 12px;
  opacity: 0.8;
}
.footer .footer-nav h4 {
  margin-bottom: 20px;
  font-size: 18px;
}
.footer .footer-nav a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.3s;
}
.footer .footer-nav a:hover {
  color: #00acc1;
}
.footer .footer-social h4 {
  margin-bottom: 20px;
  font-size: 18px;
}
.footer .footer-social .social-icons {
  display: flex;
  gap: 15px;
}
.footer .footer-social .social-icons a {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.footer .footer-social .social-icons a:hover {
  background: #00acc1;
  transform: translateY(-3px);
}
.footer .footer-social .social-icons a .material-icons {
  color: #ffffff;
  font-size: 24px;
}
.footer .footer-social .social-icons a .social-icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.footer .footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-bottom p {
  color: rgba(255, 255, 255, 0.7);
  margin: 10px 0;
  font-size: 14px;
}
.footer .footer-bottom .footer-policy a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s;
}
.footer .footer-bottom .footer-policy a:hover {
  color: #00acc1;
}

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  transition: all 0.3s;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
}
.whatsapp-float .material-icons {
  color: #ffffff;
  font-size: 32px;
}
.whatsapp-float .whatsapp-float-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  animation: fadeIn 0.3s ease;
}
.modal.active {
  display: block;
}
.modal .modal-content {
  background-color: #ffffff;
  margin: 3% auto;
  padding: 0;
  border-radius: 12px;
  width: 90%;
  max-width: 800px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
  animation: slideDown 0.3s ease;
}
.modal .modal-header {
  padding: 24px 30px;
  background: linear-gradient(135deg, #00acc1, #0277bd);
  color: #ffffff;
  border-radius: 12px 12px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .modal-header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}
.modal .modal-header .modal-close {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s;
}
.modal .modal-header .modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.modal .modal-body {
  padding: 30px;
  overflow-y: auto;
  flex: 1;
}
.modal .modal-body h3 {
  color: #1a3a52;
  font-size: 20px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 12px;
}
.modal .modal-body h3:first-child {
  margin-top: 0;
}
.modal .modal-body p {
  color: #333333;
  line-height: 1.7;
  margin-bottom: 12px;
}
.modal .modal-body ul {
  margin: 12px 0;
  padding-left: 24px;
}
.modal .modal-body ul li {
  color: #333333;
  line-height: 1.7;
  margin-bottom: 8px;
}
.modal .modal-body a {
  color: #00acc1;
  text-decoration: none;
  font-weight: 500;
}
.modal .modal-body a:hover {
  text-decoration: underline;
}
.modal .modal-body hr {
  border: none;
  border-top: 1px solid rgba(102, 102, 102, 0.2);
  margin: 24px 0;
}
.modal .modal-body em {
  color: #666666;
  font-size: 14px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 968px) {
  .header .nav {
    display: none;
  }
  .header .btn-whatsapp {
    display: none;
  }
  .header .menu-toggle {
    display: block;
  }
  .header .logo .logo-text {
    display: none;
  }
  .header .logo .logo-image {
    height: 40px;
  }
  .hero {
    padding-top: 40px;
  }
  .hero .hero-content {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: auto;
  }
  .hero .hero-content .hero-image {
    order: -1;
  }
  .hero .hero-text {
    text-align: center;
  }
  .hero .hero-text .hero-title {
    font-size: 36px;
  }
  .hero .hero-text .reviews-badge {
    margin: 30px auto 0;
  }
  .hero .hero-text .hero-reviews {
    display: flex;
    justify-content: center;
  }
  .hero .hero-image .hero-family-img {
    max-width: 360px;
    margin: 0 auto;
  }
  .products {
    padding: 60px 0;
  }
  .products .products-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .about {
    padding: 60px 0;
  }
  .about .about-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about .about-text .section-title {
    text-align: center;
  }
  .mercado-livre-cta {
    padding: 30px 0;
  }
  .mercado-livre-cta .cta-content {
    flex-direction: column;
    text-align: center;
  }
  .mercado-livre-cta .cta-content .cta-text {
    flex-direction: column;
  }
  .mercado-livre-cta .cta-content .btn-mercado-livre {
    width: 100%;
    max-width: 300px;
  }
  .contact {
    padding: 60px 0;
  }
  .contact .contact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer {
    padding: 40px 0 20px;
  }
  .footer .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
  .footer .footer-logo {
    justify-content: center;
  }
  .footer .footer-social .social-icons {
    justify-content: center;
  }
}
@media (min-width: 641px) and (max-width: 968px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .hero .hero-text .hero-title {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .container {
    padding: 0 16px;
  }
  .hero {
    padding-top: 30px;
  }
  .hero .hero-text .hero-title {
    font-size: 28px;
    margin-bottom: 16px;
    line-height: 1.3;
  }
  .hero .hero-text .hero-subtitle {
    font-size: 16px;
  }
  .hero .hero-text .hero-reviews {
    margin-top: 20px;
  }
  .hero .hero-text .hero-reviews .btn-google-reviews {
    padding: 10px 16px;
    gap: 10px;
    font-size: 14px;
  }
  .hero .hero-text .hero-reviews .btn-google-reviews .star-cluster {
    gap: 4px;
  }
  .hero .hero-text .hero-reviews .btn-google-reviews .star-cluster .material-icons {
    font-size: 16px;
  }
  .hero .hero-text .hero-reviews .btn-google-reviews .btn-google-text {
    font-size: 14px;
  }
  .hero .hero-image .hero-family-img {
    max-width: 100%;
    border-radius: 16px;
  }
  .hero .ad-space {
    padding: 20px 0;
  }
  .section-title {
    font-size: 28px !important;
    margin-bottom: 8px;
  }
  .section-subtitle {
    font-size: 16px !important;
    margin-bottom: 30px;
  }
  .products {
    padding: 40px 0;
  }
  .products .products-grid {
    gap: 16px;
  }
  .products .product-card {
    padding: 30px 20px;
  }
  .products .product-card .product-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
  }
  .products .product-card .product-icon .material-icons {
    font-size: 36px;
  }
  .products .product-card .product-icon .icon-svg {
    width: 38px;
    height: 38px;
  }
  .products .product-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .products .product-card p {
    font-size: 14px;
  }
  .about {
    padding: 40px 0;
  }
  .about .about-content {
    gap: 30px;
  }
  .about .about-text .section-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .about .about-text p {
    font-size: 15px;
    line-height: 1.7;
  }
  .about .about-text .about-features {
    margin-top: 20px;
  }
  .about .about-text .about-features li {
    margin-bottom: 12px;
  }
  .about .about-text .about-features li .material-icons {
    font-size: 24px;
  }
  .about .about-text .about-features li span:last-child {
    font-size: 15px;
  }
  .mercado-livre-cta {
    padding: 30px 0;
  }
  .mercado-livre-cta .cta-content .cta-text .cta-icon {
    font-size: 40px;
  }
  .mercado-livre-cta .cta-content .cta-text h3 {
    font-size: 20px;
  }
  .mercado-livre-cta .cta-content .cta-text p {
    font-size: 14px;
  }
  .mercado-livre-cta .cta-content .btn-mercado-livre {
    padding: 14px 24px;
    font-size: 15px;
  }
  .mercado-livre-cta .cta-content .btn-mercado-livre .material-icons {
    font-size: 20px;
  }
  .contact {
    padding: 40px 0;
  }
  .contact .contact-card {
    padding: 30px 20px;
  }
  .contact .contact-card .contact-icon {
    font-size: 40px;
  }
  .contact .contact-card .contact-icon.whatsapp-logo {
    width: 40px;
    height: 40px;
  }
  .contact .contact-card h3 {
    font-size: 20px;
  }
  .contact .contact-card p {
    font-size: 15px;
  }
  .footer {
    padding: 30px 0 20px;
  }
  .footer .footer-content {
    gap: 25px;
  }
  .footer .footer-logo .logo-text h3 {
    font-size: 20px;
  }
  .footer .footer-logo .logo-text p {
    font-size: 11px;
  }
  .footer .footer-nav h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footer .footer-nav a {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .footer .footer-social h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footer .footer-social .social-icons {
    gap: 12px;
  }
  .footer .footer-social .social-icons a {
    width: 42px;
    height: 42px;
  }
  .footer .footer-social .social-icons a .material-icons {
    font-size: 22px;
  }
  .footer .footer-social .social-icons a .social-icon-img {
    width: 22px;
    height: 22px;
  }
  .footer .footer-bottom {
    padding-top: 20px;
  }
  .footer .footer-bottom p {
    font-size: 13px;
    margin: 8px 0;
  }
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
  }
  .whatsapp-float .material-icons {
    font-size: 28px;
  }
  .whatsapp-float .whatsapp-float-icon {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 375px) {
  .hero .hero-text .hero-title {
    font-size: 24px;
  }
  .hero .hero-text .hero-reviews .btn-google-reviews {
    padding: 8px 12px;
    gap: 8px;
  }
  .hero .hero-text .hero-reviews .btn-google-reviews .star-cluster {
    gap: 3px;
  }
  .hero .hero-text .hero-reviews .btn-google-reviews .star-cluster .material-icons {
    font-size: 14px;
  }
  .hero .hero-text .hero-reviews .btn-google-reviews .btn-google-text {
    font-size: 13px;
  }
  .section-title {
    font-size: 24px !important;
  }
  .product-card,
  .contact-card {
    padding: 24px 16px !important;
  }
}

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