* {
  margin: 0;
  padding: 0;
  font-family: 'Times New Roman', Times, serif;
}

/* Estilo personalizado para la barra de navegación*/

.Navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;

  background: rgba(160, 160, 160, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 1000;
}

.Logointro {
  display: flex;
  align-items: center;
}

.Logointro img {
  max-height: 55px;
  max-width: 55px;
}

/* Estilos para la tipografia del logo */
.LogoTexto {
  padding: 5px;
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin: 0;
}

.LogoTexto span {
  color: #39ff14;
}

/*Estilos para la personalizacion de botones del navbar */
.Menu {
  display: flex;
  align-items: center;
  gap: 35px;
}

.Menu a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease;
}

.Menu a:hover {
  color: #39ff14;
}

.MenuIcono {
  color: white;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
}

/* Personalización Icono*/

.Logointro img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

/* Estilo personalizado HERO para la imagen con texto*/

.Section1 .Section1 {
  min-height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("tu-imagen.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 40px 20px;
}

.Divintro {
  width: 100%;
  height: 500px;
  background-image: url(../Img/Cordillera\ Occidental.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  display: flex;
  align-items: center;
  justify-content: center;
}

.intro {
  max-width: 720px;
  padding-top: 80px;
}

.intro h1 {
  margin: 0;
  color: white;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.intro h1 span {
  color: #39ff14;
  font-style: italic;
  font-weight: 700;
}

.intro p {
  margin: 25px auto 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.6;
  text-align: center;
}

.botonesIntro {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btnPrincipal,
.btnSecundario {
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 1rem;
  transition: 0.3s ease;
  display: inline-block;
}

.btnPrincipal {
  background-color: #39ff14;
  color: white;
  border: none;
}

.btnPrincipal:hover {
  background-color: #2fe10f;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .Section1 {
    min-height: 85vh;
    padding: 30px 15px;
  }

  .intro p {
    max-width: 95%;
  }

  .botonesIntro {
    flex-direction: column;
    align-items: center;
  }

  .btnPrincipal {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}


/* Estilo personalizado para las cards */

.feature-card {
  background: #f8f9f8;
  padding: 30px;
  border-radius: 14px;
  border: 1px solid #e6ebe6;
  height: 100%;
}

.icon-box {
  width: 50px;
  height: 50px;
  background: #dff5e1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2ecc71;
  font-size: 22px;
  margin-bottom: 15px;
}

.feature-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-card p {
  color: #6c757d;
}

.feature-card {
  transition: all 0.25s;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

/* Espaciado interno */
/* Título */
.card-title {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-sabor {
  max-width: 35px;
  flex-shrink: 0;
}

.card-img-top {
  height: 220px;
  object-fit: contain;
  background-color: #f8f8f8;
}


/* =========================
   VARIABLES DE COLOR
========================= */
:root {
  --verde: #6aa84f;
  --verde-oscuro: #4e7d3a;
  --fondo-claro: #f9f9f9;
  --texto: #333;
}

/* =========================
   RESET BÁSICO
========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--texto);
  background-color: #ffffff;
}

/* =========================
   SECCION HISTORIA
========================= */
.herencia {
  background-color: #f4f8f1;
  /* verde MUY suave */
  padding: 120px 20px;
}

/* CONTENEDOR CENTRAL */
.herencia-contenedor {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* TITULOS */
.herencia-subtitulo {
  font-size: 12px;
  letter-spacing: 3px;
  color: #7ca65c;
  margin-bottom: 10px;
}

.herencia-titulo {
  font-size: 30px;
  color: #4d6f2c;
  margin-bottom: 40px;
}

/* TEXTO HISTORIA */
.herencia-texto {
  font-size: 16px;
  color: #555;
  line-height: 1.9;
  max-width: 750px;
  margin: 0 auto 80px;
}

/* ESENCIA */
.esencia-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.esencia-item i {
  font-size: 26px;
  color: #7ca65c;
  margin-bottom: 15px;
}

.esencia-item h3 {
  font-size: 18px;
  color: #4d6f2c;
  margin-bottom: 10px;
}

.esencia-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .herencia {
    padding: 80px 20px;
  }

  .esencia-items {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .herencia-titulo {
    font-size: 26px;
  }
}


/* =========================
   RESPONSIVE EXTRA (MÓVIL)
========================= */
@media (max-width: 576px) {
  .Historia h1 {
    font-size: 2rem;
  }

  section {
    padding: 60px 15px;
  }
}

/* =========================
   Desktop
========================= */

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 340px;
  /* 👈 IMPORTANTE: define la altura */
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Caras */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  top: 0;
  left: 0;
}

.flip-card-back {
  transform: rotateY(180deg);
  font-family: 'Inter', sans-serif;
}

.flip-card-back p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.cardnatural {
  background-color: #f0fff4;
  border: 1px solid #edfff2;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.cardnatural h5 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #41553b;
}

.cardfresa {
  background-color: #ffe2e9;
  border: 1px solid #fcedf0;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.cardfresa h5 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #9b2c3a;
}

.cardmango {
  background-color: #fffaf0;
  border: 1px solid #fff8ea;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.cardmango h5 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #b87900;
}


.cardguanabana {
  background-color: #f0fff4;
  border: 1px solid #eafdef;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.cardguanabana h5 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #2f6b4f;
}


.cardmanzanaverde {
  background-color: #f5fff0;
  border: 1px solid #eefce7;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.cardmanzanaverde h5 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #3f6a3a;
}


.cardmora {
  background-color: #f8f5ff;
  border: 1px solid #f3effd;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.cardmora h5 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #5e2c78;
}


.cardmelocoton {
  background-color: #fff5eb;
  border: 1px solid #fdf1e5;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.cardmelocoton h5 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #a85b2c;
}

.cardkumis {
  background-color: #eaf2fd;
  border: 1px solid #e5f0ff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.cardkumis h5 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #2f3f5c;
}


/* =========================
   SECCIONES DE SABORES
========================= */

.cosecha {
  margin: 100px 20px;
  padding: 60px 70px;
  border-radius: 20px;
  overflow: hidden;

  background:
    linear-gradient(rgba(255, 245, 244, 0.50)),
    url("../Img/fresas-yogurt.png");


  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
}

.sabores-header {
  max-width: 420px;
}

.sabores-header h4 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #3b7a57;
  background: #dcefe2;
  padding: 6px 14px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 15px;
}

.sabores-header h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

.sabores-header p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.6;
}

.sabores-grid-header p {
  margin: 0;
  font-size: 1rem;
  color: #d07a2d;
  font-weight: 600;
}

.sabores-panel {
  background: #fff3f3;
  border-radius: 38px;
  padding: 32px;
}

.sabores-grid-header {
  margin-bottom: 28px;
  padding-left: 4px;
}

.sabores-grid-header h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: #2a1c14;
}

.card-title {
  padding-top: 20px;
  font-family: Playfair Display, serif;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-shadow: 1px 1px 3px;
}

.card-text {
  padding-top: 20px;
  font-family: Lora, serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a5a48;
}

.precio {
  font-family: Playfair Display, serif;
  color: #41553b;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 700;
}
/* =========================
   SECCIÓN CONTACTO
========================= */

.contacto {
  background: #f4f8f1;
  padding: 120px 20px;
  display: flex;
  justify-content: center;
}

.contacto-card {
  width: 100%;
  max-width: 760px;
  background: #ffffff;
  border-radius: 32px;
  padding: 38px 34px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
  border: 1px solid #e7efe1;
}

.contacto-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #edf4e8;
  color: #5c7d44;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.dot-online {
  width: 8px;
  height: 8px;
  background: #72db2d;
  border-radius: 50%;
  display: inline-block;
}

.contacto h2 {
  font-size: 2.2rem;
  color: #2a1c14;
  margin-bottom: 28px;
  line-height: 1.2;
}

.contacto-form {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.contacto-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contacto-icono {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #5f7d54;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 15px;
}

.contacto-campo {
  flex: 1;
}

.contacto-campo label {
  display: inline-block;
  background: #edf4e8;
  color: #2b3a22;
  font-size: 1rem;
  line-height: 1.5;
  padding: 14px 18px;
  border-radius: 16px;
  margin-bottom: 12px;
}

.contacto-form input,
.contacto-form textarea {
  width: 100%;
  background: #f9faf8;
  border: 1px solid #e1e9db;
  border-radius: 14px;
  padding: 16px 18px;
  font-size: 15px;
  color: #3e4a38;
  outline: none;
  transition: 0.3s ease;
}

.contacto-form input:focus,
.contacto-form textarea:focus {
  border-color: #8caf6f;
  box-shadow: 0 0 0 8px rgba(140, 175, 111, 0.12);
}

.contacto-form textarea {
  resize: vertical;
  min-height: 140px;
}

.btn-enviar-contacto {
  margin-top: 8px;
  width: 100%;
  border: none;
  border-radius: 16px;
  background: #1f2f0f;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  padding: 18px 22px;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn-enviar-contacto:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(99, 239, 0, 0.22);
}

.btn-enviar-contacto i {
  margin-left: 8px;
}

.contacto-legal {
  text-align: center;
  font-size: 11px;
  color: #8b9087;
  margin-top: -10px;
}

.contacto-extra {
  margin-top: 28px;
  text-align: center;
  padding-top: 22px;
  border-top: 1px solid #eef2ea;
}

.contacto-extra p {
  font-size: 15px;
  color: #66725f;
  margin-bottom: 14px;
}

/* BOTÓN WHATSAPP */
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #25d366;
  color: #fff;
  padding: 13px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-whatsapp:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.contacto-separador {
  display: none;
}

/* =========================
   SECCIONES DE LISTA INGREDIENTES
========================= */

.titulo-ingredientes {
  margin-bottom: 12px;
  font-weight: 600;
}


.flip-card-back .ingredientes,
.flip-card-back .ingredientes ul {
  list-style: none;
  padding: 0;
  margin: 12px 0;
  text-align: left;
}

.flip-card-back .ingredientes li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 6px;
  line-height: 1.5;
  color: #3f4a3c;
}

/* Bullet principal */
.flip-card-back .ingredientes>li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #7ca65c;
}

/* Sublista */
.flip-card-back .ingredientes ul {
  margin-top: 6px;
  padding-left: 12px;
}

.flip-card-back .ingredientes ul li {
  font-size: 0.85rem;
  color: #6b7a68;
}

/* Sub-bullet */
.flip-card-back .ingredientes ul li::before {
  content: "–";
  color: #9bb68f;
}

/* Científico */
.flip-card-back em {
  font-style: italic;
}

/* =========================
   SECCIONES FOOTER
========================= */

.footer {
  background-color: #1f2f0f;
  text-align: center;
  padding: 50px 20px;
  font-family: Arial, sans-serif;
}

/* CONTENEDOR DE ICONOS */
.footer-icons {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-bottom: 30px;
}

/* ICONOS */
.footer-icons a {
  color: #ffffff !important;
  font-size: 26px;
  /* tamaño MEDIANO */
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* HOVER SUAVE */
.footer-icons a:hover {
  transform: scale(1.25);
  opacity: 0.8;
}

/* TEXTO */
.footer-title {
  color: #9acd32;
  letter-spacing: 3px;
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-copy {
  color: #cfcfcf;
  font-size: 13px;
  margin-bottom: 15px;
}

.footer-location {
  color: #8fae7d;
  font-size: 12px;
}

.footer-icons a:hover {
  color: #9acd32;
  transform: scale(1.25);
}

@media (max-width: 576px) {
  .footer-icons a {
    font-size: 22px;
  }
}

/* BOTÓNES DE CADA SABOR TABLAS*/
.btn-tabla {
  margin-top: auto;
  padding: 7px 18px;
  background-color: var(--color-btn);
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0.85rem;
}

.cardnatural {
  --color-btn: #41553b;
}

.cardfresa {
  --color-btn: #9b2c3a;
}

.cardmango {
  --color-btn: #b87900;
}

.cardguanabana {
  --color-btn: #2f6b4f;
}

.cardmanzanaverde {
  --color-btn: #3f6a3a;
}

.cardmora {
  --color-btn: #5e2c78;
}

.cardmelocoton {
  --color-btn: #a85b2c;
}

.cardkumis {
  --color-btn: #2f3f5c;
}

/* MODAL */
.modal-tabla {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-contenido {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  max-width: 90%;
  max-height: 90%;
  position: relative;
}

.modal-contenido img {
  max-width: 100%;
  max-height: 70vh;
}

/* CERRAR */

.btn-cerrar {
  position: absolute;
  top: 12px;
  right: 16px;
  background: #f3f7f2;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  cursor: pointer;
  color: #5f7d54;
}

.btn-cerrar:hover {
  background: #e6efe3;
}

@media (max-width: 767px) {
  .sabores {
    padding: 30px 0 50px;
  }

  .sabores-panel {
    padding: 18px;
    border-radius: 24px;
  }

  .sabores-grid-header h3 {
    font-size: 1.6rem;
  }

  .sabores-grid-header p {
    font-size: 0.95rem;
  }

  .flip-card {
    height: auto;
    min-height: 520px;
  }

  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .flip-card-back {
    transform: rotateY(180deg);
  }

  .flip-card-front .card,
  .flip-card-back .card {
    height: 100%;
    min-height: 520px;
    overflow: hidden;
  }

  .flip-card-front .row {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: nowrap;
  }

  .flip-card-front .col-12.col-md-4 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
  }

  .flip-card-front .col-12.col-md-8 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto;
  }

  .img-sabor {
    width: 100%;
    height: 220px;
    max-height: 220px;
    object-fit: contain;
    display: block;
    border-radius: 20px 20px 0 0;
  }

  .flip-card-front .card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 18px 20px 22px;
    height: 100%;
  }

  .card-title {
    padding-top: 0;
    margin-bottom: 8px;
    font-size: 1.45rem;
    line-height: 1.2;
    flex-wrap: wrap;
  }

  .card-text {
    padding-top: 0;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .precio {
    margin-top: auto;
    padding-top: 14px;
    font-size: 1.25rem;
  }

  .flip-card-back .card {
    padding: 22px 18px;
  }

  .flip-card-back h5 {
    font-size: 1.4rem;
  }

  .flip-card-back p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .btn-tabla {
    width: 100%;
    max-width: 220px;
    margin: 10px auto 0;
  }
}