
body {
  margin: 0;
  font-family: 'Georgia', serif;
  background-color: #fdfaf5;
  color: #2e2e2e;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
}
.logo-header {
  height: 80px;
}
nav a {
  margin-left: 15px;
  text-decoration: none;
  color: #2e2e2e;
}
.hero {
  position: relative;
  width: 100%;
}
.hero img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.hero-text {
  position: absolute;
  top: 30%;
  left: 10%;
  color: white;
  text-shadow: 0 2px 5px rgba(0,0,0,0.4);
}
.hero-text h1 {
  font-size: 36px;
  margin: 0;
}
.hero-text p {
  font-size: 18px;
  margin: 10px 0;
}
.btn {
  background-color: #bfa25c;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}
.intro, .productos, footer {
  text-align: center;
  padding: 40px 20px;
}
.intro h2, .productos h2 {
  color: #bfa25c;
}
.galeria {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  padding: 20px;
}
.galeria img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
.galeria p {
  margin-top: 10px;
}
footer {
  font-size: 14px;
  background-color: #f5f0e8;
}
footer .redes {
  margin: 10px 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.6));
  z-index: 1;
}
.hero-text {
  position: absolute;
  top: 30%;
  left: 10%;
  color: white;
  z-index: 2;
}
nav a {
  margin-left: 15px;
  text-decoration: none;
  color: #2e2e2e;
  font-weight: bold;
}
nav a:hover {
  color: #bfa25c;
}
.footer-float {
  background-color: #2f4f4f;
  color: white;
  padding: 20px;
}
.footer-float a {
  color: white;
  text-decoration: underline;
}
.whatsapp-float {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: white;
  font-size: 24px;
  padding: 12px 16px;
  border-radius: 50%;
  text-decoration: none;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.logo-header {
  height: 80px;
}
.hero-text h1 {
  font-size: 32px;
}
.hero-text .btn.big {
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.intro-content {
  max-width: 800px;
  margin: auto;
  text-align: justify;
}
.footer-grid {
  background-color: #2f4f4f;
  color: white;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  padding: 40px 20px;
  text-align: left;
}
.footer-grid h4 {
  margin-bottom: 10px;
  color: #d4af37;
}
.footer-grid hr {
  border: none;
  border-top: 1px solid #d4af37;
  margin-bottom: 10px;
}
.footer-grid a {
  color: white;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
.footer-logo img {
  max-width: 140px;
}
.footer-copy {
  grid-column: 1 / -1;
  text-align: center;
  padding-top: 20px;
  font-size: 13px;
}
.product-btn {
  margin-top: 10px;
  background-color: #bfa25c;
  color: white;
  padding: 10px 16px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  transition: background 0.3s ease;
}
.product-btn:hover {
  background-color: #a88b48;
}

.galeria img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* Responsive Header Nav */
@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px;
  }

  nav {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  nav a {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-left: 0;
  }

  .menu-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 24px;
    color: #2e2e2e;
    margin-left: auto;
    cursor: pointer;
  }

  nav.active {
    display: flex;
  }
}

/* Footer Full Width Columns */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  padding: 40px;
  background-color: #2f4f4f;
  color: white;
}
.footer-logo img {
  filter: brightness(0) invert(1); /* convertir logo a blanco */
}

.menu-toggle {
  display: none;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
  nav {
    display: none;
  }
  nav.active {
    display: flex;
  }
}

.footer-social a::before {
  display: inline-block;
  margin-right: 8px;
  font-style: normal;
}

.footer-social a[href*="instagram"]::before {
  content: "";
}
.footer-social a[href*="facebook"]::before {
  content: "";
}
.footer-social a[href*="tiktok"]::before {
  content: "";
}
.footer-social a[href*="linkedin"]::before {
  content: "";
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  font-size: 26px;
  padding: 12px 16px;
  border-radius: 50%;
  text-decoration: none;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

body {
  font-family: 'Poppins', sans-serif;
}
h1, h2, h4 {
  text-transform: uppercase;
}
.hero-text h1 {
  font-size: 36px;
}
.footer-grid {
  font-size: 16px;
}
.footer-grid .footer-contact {
  grid-column: span 2;
}
.footer-icons a {
  font-size: 22px;
  color: white;
  margin-right: 15px;
  text-decoration: none;
}
.footer-icons a:hover {
  opacity: 0.8;
}

h2 {
  font-size: 32px;
  color: #bfa25c;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.footer-icons a {
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
  display: inline-block;
}
.footer-icons i {
  margin-right: 10px;
}
.whatsapp-float i {
  font-size: 26px;
}

p {
  font-weight: 400;
}
.section-divider {
  height: 2px;
  background-color: #2f4f4f;
  width: 80%;
  margin: 60px auto 20px auto;
}
h2#productos {
  margin-top: 20px;
}
.whatsapp-float {
  border-radius: 100px;
}

.section-divider {
  height: 1px;
  background-color: #1e5e4f;
  width: 60%;
  margin: 40px auto 0 auto;
}
#productos h2 {
  margin-top: 10px !important;
}

p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}



/* RESPONSIVE MOBILE – UNICO EXCLUSIVO DESIGN (REVISADO Y AJUSTADO DEFINITIVAMENTE) */

@media (max-width: 768px) {
  body {
    padding: 0 24px;
    font-size: 14px;
    line-height: 1.6;
  }

  header {
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
  }

  .menu-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: inherit;
    margin-bottom: 10px;
  }

  nav {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  nav.active {
    display: flex;
  }

  nav a {
    font-size: 15px;
    padding: 8px 0;
  }

  .menu-redes {
    display: none !important;
  }

  .banner {
    padding: 60px 20px 30px;
    text-align: center;
  }

  .banner h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .banner p {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .banner .boton {
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 30px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }

  section {
    margin-bottom: 40px;
  }

  section h2 {
    font-size: 20px !important;
    text-align: center;
    margin-bottom: 12px;
    color: #c4a267;
  }

  section p {
    font-size: 14px;
    font-weight: 400 !important;
    text-align: justify;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
  }

  .productos-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .producto {
    text-align: center;
  }

  .producto img {
    width: 100%;
    height: auto;
  }

  .producto .boton {
    margin-top: 10px;
    font-size: 13px;
    padding: 8px 20px;
    border-radius: 20px;
  }

  .footer-columns {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 16px;
  }

  .footer-columns .footer-column:nth-child(1) {
    order: 4;
    text-align: left;
  }

  .footer-columns .footer-column:nth-child(2) {
    order: 2;
    text-align: right;
  }

  .footer-columns .footer-column:nth-child(3) {
    order: 3;
    text-align: left;
  }

  .footer-columns .footer-column:nth-child(4) {
    order: 1;
    text-align: left;
  }

  .footer-column a,
  .footer-column p {
    font-size: 13px;
    line-height: 1.5;
  }

  .copyright {
    text-align: left;
    font-size: 12px;
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
  }

  .copyright br {
    display: none;
  }
}
