

@font-face {
  font-family: "Playwrite US Trad";
  src: url("./fonts/PlaywriteUSTrad-Regular.ttf") format("truetype");
}
        body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f5f5f5;
  color: #555;
}

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&family=Playwrite+US+Trad:wght@100..400&display=swap');

.hero-title-recetas {
  width: 100%;
  background: #ffffff;
  padding: 24px 20px 30px;
  margin-top: 30px;
}

.hero-title-recetas__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.hero-title-recetas__top {
  margin: 0 0 6px 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 600;
  color: #000000;
}

.hero-title-recetas__main {
  margin: 0;
  line-height: 1;
}

.hero-title-recetas__script {
  font-family: "Playwrite US Trad", cursive;
  font-size: 25px;
  font-weight: 100;
  color: #000000;
  vertical-align: middle;
}

.hero-title-recetas__brand {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 54px;
  font-weight: 800;
  color: #63b246;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}


.main-card-content h4{
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    font-weight: 600;
    margin-top: 8px;
    margin-left: 0px;
}

/* fondo rosado detrás */
.carousel-bg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background: #F4E3E2;
  border-radius: 20px;
  z-index: 0;
}

/* cards arriba del fondo */
.carousel{
  position: relative;
  z-index: 2;
}

.font-carne {
    font-family: "Playwrite US Trad", cursive;
    text-align: left;
    margin-left: 20px;
    margin-top: 50px;
    margin-bottom: -3px;
    font-size: 35px;
    color: #683135;
}

/* ======================
   CMR DOTS
====================== */

.cmr-dots {
    text-align: center;
    margin-top: 20px;
}

.cmr-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.cmr-dot.active {
    background: #3d5f1e;
}

/* Contenedor principal */
.cmr-section {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 16px;
}

.cmr-section{
  background-image: url("https://images.contentstack.io/v3/assets/blt72431f7a08fe765a/bltf6da60477829afe2/69af2cf66d004d00090828c1/fondo_embajadores_01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
    border-radius: 50px;
    margin-bottom: -30px;
}

/* Columna izquierda */
.cmr-left {
  flex: 0 0 220px;
}

.cmr-left img {
  width: 100%;
  display: block;
}

/* Columna derecha */
.cmr-right {
  flex: 1;
  position: relative;
}

/* Wrapper carrusel */
.carousel-wrapper {
  position: relative;
}

/* Carrusel */
.carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

/* Card */
.carousel-card {
  flex: 0 0 260px;
}

.carousel-card img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

/* Botones */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  font-size: 28px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  border-radius: 50%;
  z-index: 2;
}

.prev { left: -20px; }
.next { right: -20px; }

/* ========================= */
/* 📱 MOBILE */
/* ========================= */

@media (max-width: 768px) {

    .hero-title-recetas{
    width: 90% !important; 
    }

  .cmr-section {
    flex-direction: column;
  }

  .cmr-left {
    flex: unset;
  }

  .carousel-card {
    flex: 0 0 80%;
  }

  .prev { left: 0; }
  .next { right: 0; }

}

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

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.titulo-principal {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #666;
}

.descripcion {
  max-width: 1040px;
  margin: 0 auto 50px auto;
  font-size: 15px;
  line-height: 1.6;
  color: #777;
}

.columnas {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
}

.columna {
  flex: 1;
  min-width: 320px;
}

.columna h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #666;
}

.card {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 20px;
  background: white;
}

.card ul {
  padding-left: 20px;
  margin: 0;
}

.card li {
  margin-bottom: 15px;
  line-height: 1.6;
}
        body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f5f5f5;
  text-align: center;
}

/* HERO */
.hero {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.search-box {
  margin-top: 15px;
  position: relative;
}

.search-box input {
  width: 300px;
  padding: 10px 40px 10px 15px;
  border-radius: 25px;
  border: none;
  outline: none;
}

.search-box .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* RECETAS */
.recetas {
  padding: 50px 20px;
}

.subtitulo {
  font-size: 18px;
  margin-bottom: 10px;
}

.titulo {
  font-family: "Georgia", serif;
  font-size: 32px;
  font-style: italic;
  margin-bottom: 40px;
}

.titulo span {
  font-style: normal;
  font-weight: bold;
}

.categorias {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.categoria {
  text-align: center;
  cursor: pointer;
}

.categoria img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.categoria img:hover {
  transform: scale(1.05);
}

.categoria p {
  margin-top: 10px;
  font-weight: 500;
}

.especial img {
}
        /* ========================
       RESET GENERAL
    ======================== */
        body {
            margin: 0;
            font-family: 'Segoe UI', sans-serif;
            background: #fff;
        }
    
        /* ========================
       CARD GRANDE DESTACADA
    ======================== */
        .main-card {
            max-width: 1100px;
            margin: 60px auto;
            background: #f8f6f5;
            border-radius: 20px;
            display: flex;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }
    
        .main-card-img {
            flex: 1;
        }
    
        .main-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
    
        .main-card-content {
            flex: 1;
            padding: 10px;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
    
        .badge {
            position: absolute;
    top: 10px;
    right: 0px;
    background-color: #7c2d2d;
    color: white;
    padding: 8px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 300;
        }
    
        .main-card-content h1 {
            font-size: 48px;
            color: #7c2d2d;
            margin: 0 0 20px 0;
            font-family: 'Georgia', serif;
        }
    
        .main-card-content p {
            color: #666;
            line-height: 1.6;
            font-size: 16px;
            max-width: 500px;
            margin-left: 20px;
        }
    
        .btn {
            margin-top: 25px;
           
    padding-top: 10px;
    width: 160px;
    height: 35px;
    margin-left: 10px;
    background-color: #3d5f1e;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease;
        }
    
        .btn:hover {
            background-color: #2e4716;
        }
    
        /* ========================
       SECCIÓN CARRUSEL
    ======================== */
        .section {
            max-width: 1200px;
            margin: 80px auto;
            padding: 0 20px;
        }
    
        .section h2 {
            text-align: center;
            font-size: 28px;
            margin-bottom: 30px;
        }
    
        /* Pills */
        .filters {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 50px;
        }
    
        .pill {
            width: 220px;
            padding-top:8px;
            height: 30px;
            font-size: 16px;
            border-radius: 20px;
            font-weight: 300;
        }
    
        .pill:nth-child(1) {
            background: #FBE5C8;
            color:#683034 !important;
        }
    
        .pill:nth-child(2) {
            background: #ECA73C;
            color:#683034 !important;
        }
    
        .pill:nth-child(3) {
            background: #699929;
            color:#683034 !important;
        }
    
        .pill:nth-child(4) {
            background: #E0E9CD;
            color:#683034 !important;
        }

        .pill:nth-child(5) {
            background: #F5E3E2;
            color:#683034 !important;
        }

        .pill:nth-child(6) {
            background: #F9E4CA;
            color:#683034 !important;
        }
    
        /* ========================
       CARRUSEL
    ======================== */
        .carousel-wrapper {
            position: relative;
        }
    
        .carousel {
            display: flex;
            gap: 25px;
            overflow: hidden;
            scroll-behavior: smooth;
        }
    
        /* CARD PEQUEÑA DEL CARRUSEL */
        .carousel-card {
            min-width: 250px;
            background: transparent;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0px;
            flex-shrink: 0;
        }
    
        /* Imagen SIN zoom */
        .carousel-card img {
            width: 100%;
            height: 420px;
            object-fit: cover;
            display: block;
        }
    
        /* Contenido debajo */
        .carousel-card-content {
            padding: 15px;
        }
    
        .carousel-card-content h4 {
            margin: 10px 0 8px;
            font-size: 16px;
        }
    
        .stars {
                color: #000;
    font-size: 14px;
    text-align: left;
    font-weight: 300;
    margin-top: -18px;
    margin-left: 10px;
    margin-bottom: 10px;
        }
    
        /* Botones */
        .nav-btn {
            position: absolute;
            top: 40%;
            transform: translateY(-50%);
            background: white;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }
    
        .prev {
            left: -20px;
    z-index: 3000;
        }
    
        .next {
            right: -20px;
        }
    
        /* Responsive */
        @media (max-width: 900px) {
            .main-card {
                flex-direction: column;
            }
    
            .main-card-content h1 {
                font-size: 36px;
            }
        }
    
        @media (max-width: 768px) {
            .carousel-card {
                min-width: 200px;
            }
        }
        /* =========================
   MOMENT SECTION
========================= */
.moment-section {
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 20px;
    text-align: center;

    margin-bottom: 0px;
}

.moment-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.moment-description {
    max-width: 900px;
    margin: 0 auto 60px auto;
    color: #666;
    line-height: 1.6;
}

/* GRID */
.moment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* CARD */
.moment-card {
    background: #f8f6f5;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.moment-card:hover {
    transform: translateY(-5px);
}

/* IMAGE */
.moment-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

/* CONTENT */
.moment-content {
    padding: 30px;
    text-align: left;
}

.moment-content h3 {
    font-size: 24px;
    color: #3d5f1e;
    margin-bottom: 15px;
}

.moment-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* BUTTON */
.moment-btn {
    width: 150px;
    height: 40px;
    background-color: #3d5f1e;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s ease;
    color:#fff;
}

.moment-btn:hover {
    background-color: #2e4716;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .moment-grid {
        grid-template-columns: 1fr;
    }

    .moment-img img {
        height: 220px;
    }
}
/* =========================
   AMBASSADORS SECTION
========================= */
.ambassadors-section {
    background-image: url("TU_FONDO.jpg");
    background-size: cover;
    background-position: center;
    padding: 40px 20px;

    margin-bottom: 0px;
}

.ambassadors-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    background: #e0e0e0;
    border-radius: 20px;
    padding: 30px;
}

.brand {
    color: #3d5f1e;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 30px;
}

.ambassadors-container h2 {
    font-size: 42px;
    color: #3d5f1e;
    margin: 0;
}

.subtitle {
    margin-top: 10px;
    margin-bottom: 60px;
    color: #5a5a5a;
}

.carousel,
.ambassadors-carousel,
.meat-carousel {
  scroll-snap-type: x mandatory;
}

.carousel-card,
.amb-card,
.meat-slide {
  scroll-snap-align: start;
}

/* =========================
   CAROUSEL
========================= */
.ambassadors-carousel-wrapper {
    position: relative;
}

.ambassadors-carousel {
    display: flex;
    gap: 30px;
    overflow: hidden;
    scroll-behavior: smooth;
}

/* CARD */
.amb-card {
    min-width: 250px;
    background: rgb(191 213 199 / 80%);
    backdrop-filter: blur(6px);
    border-radius: 20px;
    padding: 10px 15px;
    text-align: center;
    flex-shrink: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.amb-card:hover {
    transform: translateY(-5px);
}

.amb-card img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
}

.amb-card h4 {
    margin: 10px 0;
    font-size: 18px;
    color: #333;
}

.role {
    display: inline-block;
    background-color: #3d5f1e;
    color: white;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 14px;
    margin-top:-10px;
}

/* BOTONES */
.amb-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-size: 22px;
    z-index: 300;
}

.prev { left: -20px; }
.next { right: -20px; }

.meta-item p{
  font-size: 13px;
}
/* RESPONSIVE */
@media (max-width: 900px) {
    .ambassadors-container h2 {
        font-size: 32px;
    }

    .amb-card {
        min-width: 220px;
    }
}

/* =========================
   SHORTS SECTION
========================= */
.shorts-section {
    padding: 0px 20px 70px 5px;
}

.shorts-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    margin-top: 0px;
}

.shorts-container h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.shorts-description {
    max-width: 700px;
    margin: 0 auto 60px auto;
    color: #666;
}

/* GRID */
.shorts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* CARD */
.short-card {
    text-decoration: none;
    color: inherit;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
}

.short-card:hover {
    transform: translateY(-5px);
}

/* IMAGEN VERTICAL */
.short-thumb {
    aspect-ratio: 9/16;
    overflow: hidden;
}

.short-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* INFO */
.short-info {
    padding: 15px;
    text-align: left;
}

.short-info h4 {
    font-size: 14px;
    margin-bottom: 5px;
}

.short-info p {
    font-size: 13px;
    color: #777;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
    .shorts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .shorts-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================
   MEAT SECTION
========================= */
.meat-section {
    padding: 100px 20px;
}

.meat-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.meat-container h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.meat-description {
    max-width: 700px;
    margin: 0 auto 50px auto;
    color: #666;
}

/* =========================
   CAROUSEL
========================= */
.meat-carousel-wrapper {
    overflow: hidden;
}

.meat-carousel {
    display: flex;
    gap: 30px;
    scroll-behavior: smooth;
    overflow-x: auto;
    scrollbar-width: none;
}

.meat-carousel::-webkit-scrollbar {
    display: none;
}

.meat-slide {
    min-width: 350px;
    flex-shrink: 0;
}

.meat-slide img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.meat-slide img:hover {
    transform: scale(1.02);
}

/* =========================
   DOTS
========================= */
.meat-dots {
    margin-top: 25px;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.dot.active {
    background: #3d5f1e;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .meat-slide {
        min-width: 280px;
    }

    .meat-slide img {
        height: 200px;
    }
}


/* =====================================
   MOBILE FIRST IMPROVEMENTS
===================================== */

@media (max-width: 768px) {

  /* GENERAL */
  body {
    overflow-x: hidden;
  }

  h1 { font-size: 26px !important; }
  h2 { font-size: 22px !important; }
  h3 { font-size: 18px !important; }

  /* HERO */
  .hero {
    height: 240px;
  }

  .hero-content h2 {
    font-size: 18px;
  }

  .search-box input {
    width: 250px;
    max-width: 300px;
  }

  /* CATEGORÍAS */
  .categorias {
    gap: 20px;
  }

  .categoria img {
    width: 90px;
    height: 90px;
  }

  /* MAIN CARD */
  .main-card {
    flex-direction: column;
    margin: 30px 15px;
    border-radius: 16px;
  }

  .main-card-content {
    padding: 25px;
  }

  .badge {
position: absolute;
        top: -230px;
        right: auto;
        display: inline-block;
        margin-bottom: 15px;
  }

  .main-card-content p {
    max-width: 100%;
  }

  .btn {
    width: 100%;
  }

  /* FILTER PILLS */
  .filters {
    flex-wrap: wrap;
    gap: 10px;
  }

  .pill {
        width: auto;
        padding: 10px 29px;
        font-size: 14px;
        margin-bottom: 0px;
        margin-top: 4px;
        height: auto;
  }

  /* CAROUSEL */
  .carousel-card {
    min-width: 75%;
  }

  .nav-btn {
    display: none;
  }

  /* MOMENT GRID */
  .moment-grid {
    grid-template-columns: 1fr;
  }

  .moment-content {
    padding: 20px;
  }

  .moment-btn {
    width: 100%;
  }

  /* AMBASSADORS */
  .ambassadors-section {
    padding: 60px 20px;
  }

  .amb-card {
    min-width: 70%;
  }

  .amb-btn {
    display: none;
  }

  /* SHORTS */
  .shorts-grid {
    grid-template-columns: 1fr;
  }

  /* MEAT */
  .meat-slide {
    min-width: 85%;
  }

  .meat-slide img {
    height: 180px;
  }

  /* DESARROLLO */
  .columnas {
    flex-direction: column;
  }

  .card {
    padding: 18px;
  }
}
/* =====================================
   CATEGORÍAS CARRUSEL MOBILE FIX
===================================== */

@media (max-width: 768px) {

    .main-card-content{
        background-color: transparent !important;
    }

  .categorias {
    display: flex;
    margin-left: 30px;
        flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding: 0 20px;
    -webkit-overflow-scrolling: touch;
            justify-content: flex-start;
  }

  .categorias::-webkit-scrollbar {
    display: none;
  }

  .categoria {
    flex: 0 0 auto;             /* IMPORTANTE */
    scroll-snap-align: start;
    text-align: center;
  }

  .categoria img {
    width: 85px;
    height: 85px;
  }
}

/* =====================================
   MOMENT CAROUSEL MOBILE FIX
===================================== */

@media (max-width: 768px) {

  .moment-grid {
    display: flex;
    flex-wrap: nowrap;              /* IMPORTANTE */
    overflow-x: auto;
    gap: 18px;
    padding: 0 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .moment-grid::-webkit-scrollbar {
    display: none;
  }

  .moment-card {
    flex: 0 0 85%;                  /* ancho visible */
    scroll-snap-align: start;
    border-radius: 18px;
  }

  .moment-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 18px 18px 0 0;
  }

  .moment-content {
    padding: 18px;
  }

  .moment-btn {
    width: 100%;
  }
}
/* =====================================
   EMBAJADORES CAROUSEL MOBILE FIX
===================================== */

@media (max-width: 768px) {
  .ambassadors-section {
    padding: 40px 16px;
  }

  .ambassadors-container {
    padding: 24px 16px;
    border-radius: 18px;
  }

  .ambassadors-container h2 {
    font-size: 20px !important;
  }

  .brand {
    color: #3d5f1e;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
}

  .subtitle {
    margin-bottom: 28px;
    font-size: 14px;
  }

  .ambassadors-carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 14px;
    padding: 4px 6px 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .ambassadors-carousel::-webkit-scrollbar {
    display: none;
  }

  .amb-card {
    flex: 0 0 78%;
    scroll-snap-align: center;
    border-radius: 18px;
    padding: 18px 14px;
    background: rgb(191 213 199 / 88%);
    text-align: center;
  }

  .amb-card img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 14px;
    display: block;
  }

  .amb-card h3 {
    font-size: 18px;
    margin: 8px 0 8px;
    line-height: 1.2;
  }

  .role {
    font-size: 13px;
    padding: 6px 14px;
    margin-top: 0;
  }

  .amb-btn {
    display: none;
  }
}
/* =====================================
   SHORTS CAROUSEL MOBILE FIX
===================================== */

@media (max-width: 768px) {

  .shorts-grid {
    display: flex;
    flex-wrap: nowrap;              /* CLAVE */
    overflow-x: auto;
    gap: 16px;
    padding: 0 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .shorts-grid::-webkit-scrollbar {
    display: none;
  }

  .short-card {
    flex: 0 0 65%;                  /* ancho visible */
    scroll-snap-align: start;
    border-radius: 16px;
  }

  .short-card video,
  .short-card img {
    width: 100%;
    height: 320px;                  /* estilo reel vertical */
    object-fit: cover;
    border-radius: 16px;
  }

  .short-title {
    font-size: 14px;
    margin-top: 8px;
  }
}
/* =====================================
   MAIN RECIPES CAROUSEL MOBILE FIX
===================================== */

@media (max-width: 768px) {

  .carousel-wrapper {
    position: relative;
  }

  .carousel {
    display: flex;
    flex-wrap: nowrap;             /* CLAVE */
    overflow-x: auto;
    gap: 18px;
    padding: 0 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .carousel::-webkit-scrollbar {
    display: none;
  }

  .carousel-card {
    flex: 0 0 75%;                 /* ancho visible */
    scroll-snap-align: start;
    border-radius: 18px;
    background: transparent;
  }

  .carousel-card img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 18px 18px 0 0;
  }

  .main-card-content {
    padding: 16px;
  }

  /* ocultar flechas en mobile */
  .nav-btn {
    display: none;
  }
}
/* =====================================
   MEAT CAROUSEL MOBILE FIX
===================================== */

@media (max-width: 768px) {

  .meat-carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 0 20px;
  }

  .meat-carousel::-webkit-scrollbar {
    display: none;
  }

  .meat-slide {
    flex: 0 0 85%;           /* ancho visible */
    scroll-snap-align: center;
  }

  .meat-slide img {
    width: 100%;
    height: auto;            /* 🔥 quitamos altura fija */
    object-fit: contain;     /* 🔥 evita zoom */
    border-radius: 16px;
  }

  /* dots centrados */
  .meat-dots {
    margin-top: 20px;
    text-align: center;
  }
}

/* ===== CMR carousel aislado (sin choque con .carousel global) ===== */

.cmr-carousel-wrapper{
  position: relative;
}

.cmr-carousel{
  display:flex;
  gap:16px;
  overflow-x:auto;               /* CLAVE */
  scroll-behavior:smooth;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
  scroll-snap-type:x mandatory;  /* swipe en mobile */
}

.cmr-carousel::-webkit-scrollbar{ display:none; }

.cmr-card{
  flex: 0 0 260px;
  scroll-snap-align:start;
}

.cmr-card img{
  width:100%;
  height:400px;
  object-fit:cover;
  display:block;
  border-radius:0;
}

/* Botones SOLO CMR */
.cmr-nav-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:#fff;
  border:none;
  width:40px;
  height:40px;
  border-radius:50%;
  cursor:pointer;
  box-shadow:0 2px 6px rgba(0,0,0,0.2);
  z-index:50;
  font-size:28px;
}

.cmr-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.cmr-prev{ left:0px;z-index: 30; }
.cmr-next{ right:0px; }

@media (max-width: 768px){
        .font-carne {
    font-family: "Playwrite US Trad", cursive;
    text-align: center;
    margin-left: 20px;
    margin-top: 50px;
    margin-bottom: -3px;
    font-size: 22px !important;
    color: #683135;
}
  .cmr-card{ flex: 0 0 80%; }
  .cmr-prev{ left:0; }
  .cmr-next{ right:0; }
} 

/* ===== CMR Carousel ===== */
#carousel-cmr{
  display: flex;
  gap: 16px;
  transition: transform .35s ease;
  will-change: transform;
}

#cmrWrapper{
  position: relative;
  overflow: hidden;
}

#carousel-cmr .cmr-card{
  flex: 0 0 100%;        /* mobile: 1 por vista */
}

#carousel-cmr img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* Desktop: 3 por vista */
@media(min-width: 768px){

  #carousel-cmr .cmr-card{
    flex: 0 0 calc(33.333% - 10.7px); /* aprox por el gap */
  }
}

/* dots */
.cmr-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:12px;
}
.cmr-dots button{
  width:10px;
  height:10px;
  border-radius:999px;
  border:none;
  background:#ccc;
  cursor:pointer;
}
.cmr-dots button.active{
  background:#333;
}

/* =========================
   BLOQUE CONTENIDO COCINA
========================= */
.cook-links {
  background: #F6F5F0;
  padding: 70px 20px;
}

.cook-links__container {
  max-width: 1200px;
  margin: 0 auto;
}

.cook-links__title {
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  color: #3f5228;
  margin: 0 0 50px 0;
  font-weight: 700;
}

.cook-links__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.cook-links__item {
  padding: 30px 55px 20px 55px;
}

.cook-links__item:not(:last-child) {
  border-right: 1px solid #ddd9d2;
}

.cook-links__heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 24px;
}

.cook-links__icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: -7px;;
}

.cook-links__heading h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.25;
  color: #3f5228;
  font-weight: 700;
}

.cook-links__item ul {
  margin: 0;
  padding-left: 28px;
}

.cook-links__item li {
  margin-bottom: 14px;
  color: #55613d;
  font-size: 18px;
  line-height: 1.5;
}

.cook-links__item a {
  color: #55613d;
  text-decoration: none;
}

.cook-links__item a:hover {
  text-decoration: underline;
}

/* MOBILE */
@media (max-width: 768px) {
  .cook-links {
    padding: 50px 20px;
  }

  .cook-links__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .cook-links__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .cook-links__item {
    padding: 28px 10px;
    border-right: none !important;
    border-bottom: 1px solid #ddd9d2;
  }

  .cook-links__item:last-child {
    border-bottom: none;
  }

  .cook-links__heading {
    margin-bottom: 18px;
  }

  .cook-links__icon {
    width: 36px;
    height: 36px;
  }

  .cook-links__heading h3 {
    font-size: 22px;
  }

  .cook-links__item li {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.categoria h2{
    font-weight: 400;font-size: 14px;
}

/* Mobile */
@media (max-width: 768px) {
  .hero-title-recetas {
    padding: 18px 16px 22px;
  }

  .hero-title-recetas__top {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .categoria h2{
    font-size: 13px !important;
  }

  .hero-title-recetas__script {
    display: block;
    font-size: 20px;
    line-height: 1.15;
  }

  .hero-title-recetas__brand {
    display: block;
    margin: 10px 0 0 0;
    font-size: 36px;
  }
}

/* ===== CMR videos en vez de imágenes ===== */

#carousel-cmr .cmr-card{
  flex: 0 0 100%;
}

@media (min-width: 768px){
  #carousel-cmr .cmr-card{
    flex: 0 0 calc(33.333% - 10.7px);
  }
}

#carousel-cmr .cmr-video-card{
  display: flex;
  justify-content: center;
  align-items: center;
}

#carousel-cmr .cmr-video-card iframe{
  width: 100%;
  aspect-ratio: 9 / 16;
  height: auto;
  display: block;
  border: 0;
  border-radius: 16px;
  background: #000;
  max-height: 560px;
}

.filters {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.pill {
  width: 180px;
  padding: 10px 18px;
  min-height: 54px;
  font-size: 15px;
  border-radius: 20px;
  font-weight: 300;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.pill:hover {
  transform: translateY(-2px);
}

.pill.active {
      box-shadow: 0 0 0 3px rgb(132 132 132 / 12%) inset;
    opacity: 1;
    /* background-color: #fefefe; */
    border-color: #ff5959;
    color: #0F2607 !important;
}

.pill:not(.active) {
  opacity: 0.85;
}

/* =====================================
   FILTERS EN CARRUSEL MOBILE
===================================== */
@media (max-width: 768px) {
  .filters {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
    padding: 0 20px 10px;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
  }

  .filters::-webkit-scrollbar {
    display: none;
  }

  .pill {
    flex: 0 0 auto;
    min-width: max-content;
    white-space: nowrap;
    scroll-snap-align: start;
    padding: 10px 18px;
    height: auto;
    font-size: 14px;
    border-radius: 999px;
  }

  .ambassadors-container h2{
    font-size: 14px;
  }
}

/* =========================================
   BLOQUE COCINA - AJUSTE SEGÚN MOCKUP
========================================= */

.cocina-info-wrap {
      position: relative;
    margin: 0px;
    padding: 20px 0px 0px;
    overflow: visible;
 
}

/* -------------------------
   DECORATIVOS
------------------------- */
.deco {
  position: absolute;
  z-index: 5;
  pointer-events: none;
}

.deco-pepino { top: -30px;
    left: 90px;
    width: 170px;}
.deco-pimienta { top: -30px;
    right: 80px;
    width: 240px; }
.deco-tomate {     top: 120px;
    left: 55px;
    width: 260px; }
.deco-cebolla { top: 300px; right: 70px; width: 175px; }
.deco-ajo { top: 350px; right: 40px; width: 70px; }
.deco-pimenton { top: 520px; left: 45px; width: 90px; }
.deco-champinon {     top: 500px;
    right: 10%;
    width: 150px; }
.deco-pasta1 { bottom: 85px; right: 105px; width: 170px; }
.deco-pasta2 { bottom: 30px; right: 145px; width: 120px; }
.deco-salsa { bottom: 35px; left: 70px; width: 75px; }
.deco-tomates {     bottom: 15px;
    left: 180px;
    width: 180px;}

/* -------------------------
   SECCIÓN SUPERIOR
------------------------- */
.cook-links--mockup {
  position: relative;
  z-index: 2;
  background: transparent;
  padding: 80px 0 0;
  width: 100%;
}

.cook-links--mockup .cook-links__container {
  max-width: 920px;
  margin: 0 auto;
  background: #f7f5f1;
  border-radius: 22px 22px 0 0;
  padding: 48px 34px 22px;
  box-sizing: border-box;
}

.cook-links__floating-title {
  position: relative;
  z-index: 3;
  max-width: 430px;
  margin: 0 auto -22px;
  background: #ecdada;
  color: #6d3b3e;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  padding: 18px 20px;
  border-radius: 8px;
}

.cook-links--mockup .cook-links__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.cook-links--mockup .cook-links__item {
  padding: 10px 28px 20px;
}

.cook-links--mockup .cook-links__item:not(:last-child) {
  border-right: 1px solid #c7d7ae;
}

.cook-links--mockup .cook-links__heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.cook-links--mockup .cook-links__icon {
  width: 56px;
    height: 35px;
    object-fit: contain;
    margin-top: 0;
}

.cook-links--mockup .cook-links__heading h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #46652d;
  font-weight: 700;
}

.cook-links--mockup ul {
    list-style-type: none;
    /* pointer-events: none;*/
    margin: 0;
    padding-left: 18px;
    text-align: center;
}

.cook-links--mockup li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.45;
  color: #1f1f1f;
}

.cook-links--mockup a {
  color: #1f1f1f;
  text-decoration: none;
}

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

/* -------------------------
   SECCIÓN INFERIOR
------------------------- */
.desarrollo--mockup {
  position: relative;
  z-index: 2;
  background: #eef2ea !important;
  margin: 0 auto;
  padding: 10px 20px 70px;
}

.desarrollo--mockup .desarrollo__container {
  max-width: 920px;
  margin: 0 auto;
}

.desarrollo--mockup .titulo-principal {
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #496b28;
  margin: 30px 0 18px;
}

.desarrollo--mockup .descripcion {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  color: #8b8b8b;
}

.desarrollo--mockup .columnas {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: flex-start;
}

.desarrollo--mockup .columna {
  min-width: 0;
    height: 500px;
}

.desarrollo--mockup .columna h3 {
  display: none;
}

.info-box {
  position: relative;
  padding-top: 20px;
}

.info-box__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  background: #7eaa33;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 18px;
  border-radius: 0;
  z-index: 2;
}

.desarrollo--mockup .card {
  background: transparent !important;
  border: 1px solid #98b56e;
  border-radius: 2px;
  padding: 22px 18px 20px;
  box-shadow: none;
  min-height: 230px;
}

.desarrollo--mockup .card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #6f6f6f;
  margin-top:20px;
}

/* -------------------------
   MOBILE
------------------------- */
@media (max-width: 768px) {
  .cook-links--mockup ul {
    list-style-type: none;
    /* pointer-events: none;*/
    margin: 0;
    padding-left: 18px;
    text-align: left;
}
.desarrollo--mockup .card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #6f6f6f;
    margin-top: 10px;
        text-align: center;
}
  .cocina-info-wrap {
    padding: 16px 14px 26px;
    background: linear-gradient(to bottom, #f7f7f7 0 24%, #eef2ea 24% 100%);
  }

  .cook-links__floating-title {
    max-width: 100%;
    font-size: 18px;
    padding: 14px 16px;
    margin: 0 auto -16px;
  }
  .cmr-section {
    margin-bottom: 0px;
}

  .cook-links--mockup .cook-links__container {
    padding: 14px 18px 10px 10px;
    border-radius: 20px 20px 0 0;
  }

  .cook-links--mockup .cook-links__grid {
    grid-template-columns: 1fr;
  }

  .cook-links--mockup .cook-links__item {
    padding: 18px 4px;
  }

  .cook-links--mockup .cook-links__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #c7d7ae;
  }

  .cook-links--mockup .cook-links__heading h3 {
    font-size: 17px;
  }

  .cook-links--mockup li {
    font-size: 15px;
  }

  .desarrollo--mockup {
    padding: 10px 16px 140px;
    border-radius: 0 0 24px 24px;
  }

  .desarrollo--mockup .titulo-principal {
    font-size: 24px;
  }

  .desarrollo--mockup .descripcion {
    font-size: 14px;
    margin-bottom: 28px;
  }

  .desarrollo--mockup .columnas {
    flex-direction: column;
    gap: 26px;
  }

  .desarrollo--mockup .columna {
    flex: 1 1 auto;
    width: 100%;
  }

  .info-box__label {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: fit-content;
    margin: 0 auto -1px;
    display: table;
    font-size: 16px;
    margin-bottom: -15px;
  }

  .desarrollo--mockup .card {
    min-height: auto;
    padding: 18px 16px;
  }

  /* ocultar adornos en mobile si molestan */
  .deco {
    display: none;
  }
}
    </style>
<style>
  /* ===== CMR carousel ===== */

#cmrWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#carousel-cmr {
  display: flex;
  gap: 16px;
  transition: transform 0.35s ease;
  will-change: transform;
}

#carousel-cmr .cmr-card {
  flex: 0 0 calc((100% - 32px) / 3); /* 3 visibles en desktop */
  box-sizing: border-box;
}

#carousel-cmr .cmr-video-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

#carousel-cmr .cmr-video-card iframe {
  width: 100%;
  aspect-ratio: 9 / 16;
  border: 0;
  border-radius: 16px;
  display: block;
  background: #000;
}

.cmr-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 10;
  font-size: 28px;
}

.cmr-prev { left: 0; }
.cmr-next { right: 0; }

.cmr-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.cmr-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.cmr-dots button {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
}

.cmr-dots button.active {
  background: #3d5f1e;
}

@media (max-width: 767px) {
  #carousel-cmr .cmr-card {
    flex: 0 0 100%; /* 1 visible en mobile */
  }
}




