:root {
  --primary-color: #f7f4eb;
  --secondary-color: #011689;
  --red: #ff0000;
  --yellow: #facb18;
  --white: #ffffff;
  --black: #1a1a1a;
  --fila1-col1: 2fr;
  --fila1-col2: 1fr;
  --fila2-col1: 2fr;
  --fila2-col2: 1fr;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Bebas Neue", sans-serif;
  margin: 0;
  padding: 0;
  color: var(--black);
  background-image: url("../images/fondo-edit.jpg");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center;
  background-attachment: scroll;
}

/*
 *  header
 */
.header {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  background-color: var(--primary-color);
  padding: 1rem;
  position: fixed;
  z-index: 100;
}

.header a img {
  height: 100px;
  cursor: pointer;
}

.header nav ul li a {
  font-size: 1.5rem;
  text-decoration: none;
}

.header nav ul li a {
  font-size: 1.5rem;
  text-decoration: none;
  color: var(--secondary-color);
  transition: all 0.3s;
}

.header nav ul li a:hover {
  color: var(--red);
}

.header nav ul {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  list-style: none;
}

.header .menu-toggle {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

/*
 *  hero
 */

/* .hero img { */
.hero video {
  width: 100%;
  height: auto;
  margin: calc(80px + 1rem) 0 0 0;
}

.hero .gotita {
  position: absolute;
  width: 100%;
  height: 100vh;
  opacity: 0.5;
  background: url("../images/GOTITA.png") no-repeat
    center/contain;
  transform: translateX(-26%);
}

.hero .hero-bottle {
  height: 80vh;
}

.hero .ola {
  content: "";
  height: 15rem;
  width: 31rem;
  position: absolute;
  bottom: -2.5rem;
  left: -3.5rem;
  background: url("../images/FONDO LOGO.png") no-repeat
    center / contain;
}

.hero .logo {
  content: "";
  height: 7rem;
  width: 21rem;
  position: absolute;
  bottom: 0.5rem;
  left: -3.5rem;
  background: url("../images/LOGO MARAVILLA.png") no-repeat
    center / contain;
}

.hero-content {
  text-align: center;
  margin: 0 2rem 0 0;
  z-index: 2;
}

.hero h1 {
  font-size: 15rem;
  font-weight: 500;
  margin: 0;
  color: var(--white);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero p {
  font-size: 4rem;
  font-weight: 500;
  margin: 0;
  color: var(--white);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/*
 *  nosotros
 */

.nosotros {
  position: relative;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.nosotros .logo-80 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min-content;
  align-items: center;
  width: min-content;
}

.nosotros .linea {
  width: 0.5rem;
  height: 20rem;
  background-color: var(--secondary-color);
  border-radius: 2rem;
}

.nosotros .logo-80 .logo-80-img {
  height: 20rem;
}

.nosotros .logo-80 .logo-80-text {
  height: 10rem;
}

.nosotros .nosotros-info {
  width: 36%;
  display: flex;
  flex-direction: column;
}

.nosotros .nosotros-info .nosotros-info-title {
  font-size: 4rem;
  margin: 0;
  color: var(--secondary-color);
}

.nosotros .nosotros-info .nosotros-info-text {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

/*
 *  video-section
 */

.video-section {
  display: flex;
  margin-top: 10%;
  margin-bottom: 10%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--secondary-color);
}

.video-section h1 {
  font-size: 4rem;
}

.video-section .video-container {
  max-width: 100%;
  margin: 0 0 6rem 0;
}

.video-section .video-container video {
  max-width: 100%;
}

.video-section .video-container iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .video-section .video-container {
    max-width: 60%;
  }
}

/*
 *  canola
 */

.canola {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.canola .canola-text {
  width: 35%;
  height: 13rem;
  background: url("../images/CANOLA.png") no-repeat center / contain;
}
.canola .canola-img {
  width: 40%;
  height: 64vh;
  background-image: url("../images/MUJER MARAVILLA.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 10px;
}

/*
 *  productos
 */

.productos {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.productos h2 {
  text-align: center;
  font-size: 4rem;
  color: var(--secondary-color);
}

.productos .productos-categorias {
  width: 90%;
  height: 70vh;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 4%;
}

.productos .productos-categorias .hogar,
.productos .productos-categorias .restaurant {
  position: relative;
  width: 48%;
  height: 50vh;
  cursor: pointer;
  filter: brightness(100%);
  transition: all 0.3s ease;
}

.productos .productos-categorias .hogar.oculto,
.productos .productos-categorias .restaurant.oculto {
  height: 50vh;
}

.productos .productos-categorias .hogar.activo,
.productos .productos-categorias .restaurant.activo {
  height: 85vh;
}

.productos .productos-categorias .hogar .product-detail,
.productos .productos-categorias .restaurant .product-detail {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  color: var(--white);
  font-size: 1.5rem;
  border: 3px solid var(--white);
  padding: 5px 15px;
  border-radius: 35px;
  font-weight: bold;
  opacity: 0;
  transition: all 0.3s ease;
}

.productos .productos-categorias .hogar:hover .product-detail,
.productos .productos-categorias .restaurant:hover .product-detail {
  bottom: 10%;
  opacity: 1;
}

.productos .productos-categorias .hogar:hover .product-detail:hover,
.productos .productos-categorias .restaurant:hover .product-detail:hover {
  background-color: var(--white);
  color: var(--secondary-color);
}

.productos .productos-categorias .hogar::before,
.productos .productos-categorias .restaurant::before {
  position: absolute;
  content: "";
  position: absolute;
  inset: 9px;
  border: 9px solid white;
}

.productos .productos-categorias .hogar h2,
.productos .productos-categorias .restaurant h2 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: var(--white);
  font-size: 4rem;
  font-weight: bold;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.productos .productos-categorias .hogar.activo h2,
.productos .productos-categorias .restaurant.activo h2 {
  bottom: 0;
  top: -2%;
}

.productos
  .productos-categorias
  .hogar.oculto
  h2
  .productos
  .productos-categorias
  .restaurant.oculto
  h2 {
  bottom: 10%;
}

.productos .productos-categorias .hogar {
  background-image: url("../images/hogar.jpg");
  background-size: cover;
  background-position: center;
}
.productos .productos-categorias .restaurant {
  background-image: url("../images/restaurant.jpg");
  background-size: cover;
}

.productos .carruseles-categorias {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.carrusel-hogar,
.carrusel-restaurant {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
}

.carrusel-hogar h2,
.carrusel-restaurant h2 {
  color: var(--white);
  font-size: 2rem;
}

.productos .carrusel-hogar,
.productos .carrusel-restaurant {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 0;
  transition: all 0.3s ease;
}

.productos .carrusel-restaurant.activo,
.productos .carrusel-hogar.activo {
  opacity: 1;
}

.productos .carrusel-restaurant .carrusel-item,
.productos .carrusel-hogar .carrusel-item {
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}

.productos .carrusel-restaurant.activo .carrusel-item,
.productos .carrusel-hogar.activo .carrusel-item {
  width: 95%;
  height: 51vh;
  position: relative;
  display: flex;
  align-items: center;
}

.productos .carrusel-item .producto-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.productos .carrusel-item .producto-image img {
  height: 230px;
}

.productos .carrusel-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.productos .producto-detalle-carrusel {
  color: var(--secondary-color);
  background-color: var(--white);
  font-size: 1rem;
  margin: 1px solid var(--white);
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 35px;
}

.productos .producto-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.productos .carrusel-item a {
  text-decoration: none;
  transition: all 0.3s ease;
}
.productos .carrusel-item a:hover {
  background-color: var(--secondary-color);
  color: var(--white);
}
.productos .carrusel-item a {
  text-decoration: none;
}

.productos .producto-info h3,
.productos .producto-info p {
  margin: 0;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

/*
 *  comprar-en
 */
.comprar-en {
  position: relative;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.comprar-en h2 {
  text-align: center;
  font-size: 4rem;
  color: var(--secondary-color);
}

.comprar-en .contenedor-tiendas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.comprar-en .contenedor-tiendas .item {
  width: 40%;
  height: 150px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 20px;
  align-content: center;
  transition: all 0.3s;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.comprar-en .contenedor-tiendas .item:hover {
  transform: translateY(-10px);
  box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.25);
}

.comprar-en .contenedor-tiendas .item img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.recetario {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.recetario h2 {
  text-align: center;
  font-size: 4rem;
  color: var(--secondary-color);
}

.recetario .recetario-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 3rem;
  font-size: 1.5rem;
  background-color: var(--secondary-color);
  color: var(--white);
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 3%;
  border-radius: 35px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.recetario .recetario-link:hover {
  background-color: var(--yellow);
  color: var(--secondary-color);
}

.recetas-container {
  display: flex;
  width: 85%;
  height: 110vh;
  flex-direction: column;
  justify-content: space-around;
}

.recetas-container .fila {
  display: grid;
  grid-template-columns: var(--fila1-col1) var(--fila1-col2);
  gap: 4%;
  height: 50vh;
  transition: grid-template-columns 0.4s ease;
}

.recetas-container .fila.fila2 {
  grid-template-columns: var(--fila2-col1) var(--fila2-col2);
}

.recetas-container .item {
  position: relative;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 480px;
}

.recetas-container .item::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 9px solid white;
  transition: background-color 0.3s ease;
}

.recetas-container .item-title {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: white;
  font-size: 4rem;
  font-weight: bold;
  opacity: 0;
  z-index: 2;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.recetas-container .item:hover .item-title {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  opacity: 1;
}

@media (max-width: 768px) {

}

.compartir {
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin: 5%;
}

.compartir .compartir-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}

.compartir .compartir-icons a {
  font-size: 4rem;
  color: var(--white);
  transition: color 0.3s ease;
}

.compartir h2 {
  text-align: center;
  font-size: 4rem;
  margin: 0;
  color: var(--secondary-color);
}

.compartir .compartir-icons a:nth-child(1):hover {
  color: #3b5998; /* Facebook */
}

.compartir .compartir-icons a:nth-child(2):hover {
  color: #e1306c; /* Instagram */
}

.compartir .compartir-icons a:nth-child(3):hover {
  color: #0088cc; /* Telegram */
}

.compartir .compartir-icons a:nth-child(4):hover {
  color: #25d366; /* WhatsApp */
}

.footer {
  background-color: var(--primary-color);
  display: grid;
  grid-template-areas:
    "logo-wrapper contacto redes"
    "derechos derechos derechos";
  justify-items: center;
  color: var(--secondary-color);
  padding: 2%;
}

.footer .logo-wrapper {
  grid-area: logo-wrapper;
  display: inline-block;
  padding: 8px;
  height: 163px;
  border: 2px solid var(--secondary-color);
  border-style: double;
  border-radius: 50%;
}

.footer .logo {
  width: 160px;
  height: 160px;
  border: 2px solid var(--secondary-color);
  border-style: double;
  border-radius: 50%;
  background: url("../images/GOTITA.png") no-repeat center /
    contain;
}

.footer .contacto {
  grid-area: contacto;
  width: 40%;
}

.footer .contacto ul {
  list-style: none;
  padding: 0;
}

.footer .contacto ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7%;
}

.footer .redes {
  grid-area: redes;
}

.footer .redes-iconos {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.footer .derechos {
  grid-area: derechos;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
}

@media (max-width: 1233px) {
  .header {
    justify-content: space-evenly;
  }
}

@media (max-width: 999px) {
  .header nav ul {
    gap: 1.5rem;
  }

  .header a img {
    height: 60px;
    cursor: pointer;
  }

  .nosotros .linea {
    display: none;
  }

  .nosotros {
    flex-direction: column;
    height: auto;
    padding: 10% 0;
  }

  .nosotros .nosotros-info {
    width: 77%;
    text-align: center;
  }

  .canola {
    flex-direction: column;
  }

  .canola .canola-img {
    width: 56%;
    height: 38vh;
  }

  .comprar-en {
    height: auto;
    margin-bottom: 10%;
  }

  .comprar-en .contenedor-tiendas {
    flex-direction: column;
    width: 100%;
  }

  .comprar-en .contenedor-tiendas .item {
    width: 70%;
  }

  .productos .carrusel-item .producto-image img {
    max-width: 11vh;
  }

  .productos .productos-categorias .hogar.oculto,
  .productos .productos-categorias .restaurant.oculto {
    height: 40vh;
  }

  .productos .productos-categorias .hogar.activo,
  .productos .productos-categorias .restaurant.activo {
    height: 68vh;
  }

  .productos .carrusel-restaurant.activo .carrusel-item,
  .productos .carrusel-hogar.activo .carrusel-item {
    height: 36vh;
  }
}

@media (max-width: 910px) {
  .header {
    justify-content: space-around;
    height: 45px;
  }


  .header .menu-toggle {
    display: block;
    color: var(--secondary-color);
  }

  .header nav ul {
    gap: 7%;
    display: none;
  }

  .header nav.open ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 60px;
    left: 0;
    align-items: center;
    background: var(--primary-color);
    width: 100%;
    padding: 0;
  }

  .video-section {
    height: 60vh;
  }

  .productos .productos-categorias {
    flex-direction: column;
  }

  .productos .productos-categorias {
    height: 105vh;
  }

  .productos .productos-categorias .hogar,
  .productos .productos-categorias .restaurant {
    width: 95%;
  }

  .productos .productos-categorias .hogar.activo,
  .productos .productos-categorias .restaurant.activo {
    min-height: 80vh;
  }

  .productos .productos-categorias .hogar.oculto,
  .productos .productos-categorias .restaurant.oculto {
    height: 40vh;
  }

  .productos .carrusel-restaurant.activo .carrusel-item,
  .productos .carrusel-hogar.activo .carrusel-item {
    height: 40vh;
  }
}

@media (max-width: 768px) {
  .video-section {
    height: auto;
  }

  .recetas-container {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .recetas-container .fila {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 20px;
  }

  .recetas-container .item {
    height: 36vh;
  }

  .recetas-container .item.active {
    height: 30vh;
  }

  .compartir .compartir-icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
  }

  .comprar-en .contenedor-tiendas .item img {
    width: 70%;
  }

  .receta-grid .receta-descargar,
  .receta-grid .compartir-icons {
    width: 100%;
    text-align: center;
  }

  .nosotros .logo-80 {
    display: none;
  }

  .nosotros .logo-80 .logo-80-img {
    width: 80%;
    height: auto;
  }

  .nosotros .logo-80 .logo-80-text {
    height: 7rem;
  }
}

@media (max-width: 500px) {
  .compartir {
    height: 83vh;
  }

  .compartir .compartir-icons {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .footer {
    grid-template-areas:
      "logo-wrapper logo-wrapper logo-wrapper"
      "contacto contacto contacto"
      "derechos derechos derechos";
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

[data-aos="fade-right"] {
  animation: fadeIn 1.5s ease-in-out;
}

.hero-bottle {
  animation: slideUp 2s ease-in-out;
}


/********** PRODUCTO DETALLE **********/

.producto-detalle {
  width: 100%;
  background-image: url("../images/FONDO AMARILLO.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: calc(80px + 5rem);
  padding-bottom: calc(80px + 1rem);
}

.producto-detalle .linea {
  width: 0.5rem;
  height: 20rem;
  background-color: var(--secondary-color);
  border-radius: 2rem;
}

.producto-detalle .detalle {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}

.producto-detalle .detalle img {
  width: 340px;
}

.producto-detalle .detalle .producto-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.producto-detalle .detalle .producto-info h1 {
  font-size: 4.5rem;
  margin: 0;
  color: var(--secondary-color);
}

.producto-detalle .detalle .producto-info .atributo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.producto-detalle .detalle .producto-info .atributo .propiedad,
.producto-detalle .detalle .producto-info .atributo .valor {
  font-size: 2rem;
}

.producto-detalle .detalle .producto-info .atributo .propiedad {
  color: var(--secondary-color);
}

.producto-detalle .detalle .producto-info .atributo .valor {
  width: 50%;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: var(--secondary-color);
}

.producto-detalle .detalle .producto-info .atributo .valor .fa-brands {
  margin: 0 4%;
}
.producto-detalle .descripcion {
  padding-right: 10%;
}
.producto-detalle .descripcion h2 {
  font-size: 4rem;
  color: var(--secondary-color);
}
.producto-detalle .info-nutrimental {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10%;
}
.producto-detalle .info-nutrimental h2 {
  text-align: center;
  font-size: 4rem;
  color: var(--secondary-color);
}

.producto-detalle .descripcion p,
.producto-detalle .descripcion ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: var(--secondary-color);
}

.producto-detalle .info-nutrimental img {
  width: 439px;
}

@media (max-width: 900px) {
  .producto-detalle .detalle {
    width: 100%;
    flex-direction: column;
    gap: 3rem;
  }

  .producto-detalle .linea {
    width: 74%;
    height: 0.5rem;
  }

  .producto-detalle .detalle img {
    width: 173px;
  }

  .producto-detalle .detalle .producto-info h1 {
    font-size: 4rem;
  }

  .producto-detalle .info-nutrimental img {
    width: 80%;
  }
}

/********** RECETAS **********/

.lista-recetas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: calc(80px + 1rem) 0;
}

.lista-recetas h2 {
  font-size: 4rem;
  color: #011689;
}

.lista-recetas-container {
  display: grid;
  grid-template-columns: 1fr 1fr; /* dos columnas */
  gap: 20px;
  padding: 20px;
}

.receta-card {
  max-width: 480px;
  height: 280px;
  display: flex;
  background-color: #011589b1;
  color: var(--white);
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px;
  margin-bottom: 5%;
}

.receta-card img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.receta-content {
  width: 100%;
  height: calc(100% - 8px);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border: 5px solid white;
}

.receta-content h3 {
  font-size: 2rem;
  color: var(--white);
  margin: 0 8%;
}

.receta-content hr {
  width: 80%;
  height: 2px;
  background-color: white;
}

.receta-date {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.receta-tags {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.receta-date,
.receta-tags {
  margin: 0 0 0 8%;
  gap: 5%;
}

.receta-tags ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5%;
  padding: 0;
  margin: 0;
}

.receta-card a {
  font-family: "Bebas Neue", sans-serif;
  border: 2px solid white;
  font-size: 1.5rem;
  border-radius: 20px;
  margin: 0 10%;
  color: white;
  text-decoration: none;
  background-color: #00000000;
  cursor: pointer;
  padding: 0 10px;
  transition: all 0.3s;
}

.receta-card a:hover {
  background-color: white;
  color: var(--secondary-color);
}

.recetas-button {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* .receta-date,
.receta-tags,
.recetas-button{
    margin-bottom: 5%;
} */

@media (max-width: 768px) {
  .lista-recetas-container {
    grid-template-columns: 1fr; /* una columna en mobile */
  }
}

/********** RECETA DETALLE **********/

.receta-grid {
  padding-top: calc(80px + 6rem);
  display: grid;
  grid-template-columns: 7fr 9fr;
  width: 100%;
  /*background-image: url("../images/FONDO AMARILLO.png");*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  padding-top: calc(80px + 5rem);
  padding-bottom: calc(80px + 1rem);
}

.receta-grid .receta-imagen {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  position: sticky;
  height: fit-content;
  top: 20%;
}

.receta-grid .receta-imagen .receta-icons {
  display: flex;
  width: 60%;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 2rem;
}

.receta-grid .receta-imagen .receta-icons .receta-icon-item {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem 16px;
  color: var(--secondary-color);
}

.receta-grid .receta-imagen .receta-icons .receta-icon-item p {
  font-size: 2rem;
}

.receta-grid .receta-imagen img {
  width: 60%;
  height: auto;
}

.receta-grid .receta-contenido {
  padding-right: 10%;
}

.receta-grid .receta-contenido h1 {
  font-size: 6rem;
  margin: 0 0;
  color: var(--secondary-color);
}

.receta-grid .receta-contenido hr {
  width: 100%;
  height: 0.5rem;
  background-color: var(--secondary-color);
  margin-bottom: 5%;
  border-radius: 10px;
  border: none;
}

.receta-grid .receta-contenido h2:first-of-type {
  margin-top: 5%;
}

.receta-grid .receta-contenido h2 {
  font-size: 2.5rem;
  margin-top: 15%;
  color: var(--secondary-color);
}

.receta-grid .receta-contenido ul li {
  list-style: none;
  position: relative;
  padding-left: 2.5rem;
  font-size: 2rem;
  color: var(--secondary-color);
}

.receta-grid .receta-contenido ul li::before {
  content: "\f058"; /* FontAwesome check-circle icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.5rem;
  color: var(--secondary-color);
  font-size: 1.5rem;
}
.receta-grid .receta-contenido ul li p {
  font-size: 2rem;
  color: var(--secondary-color);
}

.receta-grid .receta-descargar,
.receta-grid .compartir-icons {
  padding-inline-start: 40px;
}
.receta-grid .receta-descargar i {
  font-size: 4rem;
  color: var(--secondary-color);
  margin-right: 3%;
}

.receta-grid .receta-descargar a {
  font-size: 2rem;
  color: var(--secondary-color);
}

.receta-grid .compartir-icons {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 2rem;
}

/* .receta-grid .compartir-icons i {
  font-size: 3rem;
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s;
} */
/* .receta-grid .compartir-icons i:hover {
  transform: scale(1.1);
  color: var(--secondary-color) !important;
} */

.receta-grid .compartir-icons a {
  font-size: 2rem;
  color: var(--white);
  transition: color 0.3s ease;
}

.receta-grid .compartir-icons a:nth-child(1):hover {
  color: #3b5998; /* Facebook */
}

.receta-grid .compartir-icons a:nth-child(2):hover {
  color: #e1306c; /* Instagram */
}

.receta-grid .compartir-icons a:nth-child(3):hover {
  color: #0088cc; /* Telegram */
}

.receta-grid .compartir-icons a:nth-child(4):hover {
  color: #25d366; /* WhatsApp */
}

@media (max-width: 900px) {
  .receta-grid .receta-contenido h1 {
    font-size: 4rem;
  }
}

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

  .receta-grid .receta-imagen {
    position: static;
  }

  .receta-grid .receta-contenido hr {
    width: 68%;
  }

  .receta-grid .receta-contenido {
    padding-right: 0;
    justify-items: anchor-center;
  }

  .receta-grid .receta-descargar,
  .receta-grid .compartir-icons {
    padding-inline-start: 0px;
  }

  .receta-grid .compartir-icons {
    justify-content: center;
  }
}

.responsive-iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.responsive-iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 3rem;
  font-size: 1.5rem;
  background-color: var(--secondary-color);
  color: var(--white);
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 3% auto;
  border-radius: 35px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: var(--yellow);
  color: var(--secondary-color);
}

.informacion-nutrimental img {
  box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.3);
  width: 400px;
  display: block;
  margin: 0 auto;
}
.informacion-nutrimental h2 {
  font-size: 2rem;
  margin-top: 4rem;
}

.maravilla-zero {

}