  /* Animación de entrada con flip Y */
  @keyframes flipInY {
    from {
      transform: rotateY(90deg);
      opacity: 0;
    }
    to {
      transform: rotateY(0deg);
      opacity: 1;
    }
  }

  /* Estilo de la imagen */
[data-element-id="elm_TE6VSbQC8WteuN6GnVsGDw"] .zpimage {
    width: 100%;
    height: auto;
    border-radius: 45px; /* Bordes redondeados */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Sombra sutil */
    transition: transform 0.5s ease, border-radius 0.3s ease; /* Transición suave para el zoom y los bordes */
    animation: flipInY 1.8s ease-out; /* Aplica la animación al cargar */
  }
 [data-element-id="elm_TE6VSbQC8WteuN6GnVsGDw"] .show {
    animation: flipInY 1.8s ease-out forwards;
  }


  /* Estilo de la imagen dos */
[data-element-id="elm_Tpm-bp09vfNtCsMEt1qv4g"] .zpimage {
    width: 100%;
    height: auto;
    border-radius: 45px; /* Bordes redondeados */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Sombra sutil */
    transition: transform 0.5s ease, border-radius 0.3s ease; /* Transición suave para el zoom y los bordes */
    animation: flipInY 1.8s ease-out; /* Aplica la animación al cargar */
  }
 [data-element-id="elm_Tpm-bp09vfNtCsMEt1qv4g"] .show {
    animation: flipInY 1.8s ease-out forwards;
  }

  /* Estilo de la imagen tres */
[data-element-id="elm__G_Sy8Mo2LqFY3RTft4t2Q"] .zpimage {
    width: 100%;
    height: auto;
    border-radius: 45px; /* Bordes redondeados */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Sombra sutil */
    transition: transform 0.5s ease, border-radius 0.3s ease; /* Transición suave para el zoom y los bordes */
    animation: flipInY 1.8s ease-out; /* Aplica la animación al cargar */
  }
 [data-element-id="elm__G_Sy8Mo2LqFY3RTft4t2Q"] .show {
    animation: flipInY 1.8s ease-out forwards;
  }
  /* Estilo de la imagen cuatro */
[data-element-id="elm_3B4rLLmtzStT3RXyCRfZAQ"] .zpimage {
    width: 100%;
    height: auto;
    border-radius: 45px; /* Bordes redondeados */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Sombra sutil */
    transition: transform 0.5s ease, border-radius 0.3s ease; /* Transición suave para el zoom y los bordes */
    animation: flipInY 1.8s ease-out; /* Aplica la animación al cargar */
  }
 [data-element-id="elm_3B4rLLmtzStT3RXyCRfZAQ"] .show {
    animation: flipInY 1.8s ease-out forwards;
  }

  /* Estilo de la imagen cinco */
[data-element-id="elm_7Vq15coJ8N7iPp3aCPP-Kw"] .zpimage {
    width: 100%;
    height: auto;
    border-radius: 45px; /* Bordes redondeados */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Sombra sutil */
    transition: transform 0.5s ease, border-radius 0.3s ease; /* Transición suave para el zoom y los bordes */
    animation: flipInY 1.8s ease-out; /* Aplica la animación al cargar */
  }
 [data-element-id="elm_7Vq15coJ8N7iPp3aCPP-Kw"] .show {
    animation: flipInY 1.8s ease-out forwards;
  }

/* ------Botón de compra ahora Header------ */

[data-element-id="elm_RpRpAg5qmEfL87cE8hFFLg"] .zpbutton.zpbutton-type-primary {
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: white; /* Contraste con el fondo */
    background: linear-gradient(135deg, #E63946, #D81159); /* Rojo - Fucsia */
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(230, 57, 70, 0.4);
}

[data-element-id="elm_RpRpAg5qmEfL87cE8hFFLg"] .zpbutton.zpbutton-type-primary:hover {
    background: linear-gradient(135deg, #D81159, #9C0F48); /* Fucsia a Borgoña */
    transform: scale(1.1) !important;
    box-shadow: 0 6px 15px rgba(156, 15, 72, 0.5);
}

/* ------Botón de compra ahora medio------ */

[data-element-id="elm_3fCAh4t6VVihl4YrAEH3xg"] .zpbutton.zpbutton-type-primary {
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: white; /* Contraste con el fondo */
    background: linear-gradient(135deg, #E63946, #D81159); /* Rojo - Fucsia */
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(230, 57, 70, 0.4);
}

[data-element-id="elm_3fCAh4t6VVihl4YrAEH3xg"] .zpbutton.zpbutton-type-primary:hover {
    background: linear-gradient(135deg, #D81159, #9C0F48); /* Fucsia a Borgoña */
    transform: scale(1.1) !important;
    box-shadow: 0 6px 15px rgba(156, 15, 72, 0.5);
}
/* ------Botón de compra ahora abajo------ */

[data-element-id="elm_XNc6RNUUAk09esfjqssg0A"] .zpbutton.zpbutton-type-primary {
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: white; /* Contraste con el fondo */
    background: linear-gradient(135deg, #E63946, #D81159); /* Rojo - Fucsia */
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(230, 57, 70, 0.4);
}

[data-element-id="elm_XNc6RNUUAk09esfjqssg0A"] .zpbutton.zpbutton-type-primary:hover {
    background: linear-gradient(135deg, #D81159, #9C0F48); /* Fucsia a Borgoña */
    transform: scale(1.1) !important;
    box-shadow: 0 6px 15px rgba(156, 15, 72, 0.5);
}

@media (max-width: 768px) { 
/* ------titulos------ */

[data-element-id="elm_TE6VSbQC8WteuN6GnVsGDw"] { 
  order: 1; /* Mueve la imagen arriba */
}

[data-element-id="elm_RpRpAg5qmEfL87cE8hFFLg"] { 
  order: 2; /* Mueve el párrafo abajo */
}
/* ------medio------ */

[data-element-id="elm_5kcYHQBqJOYcZBwOHnyI6w"] { 
  order: 1; /* Mueve la imagen arriba */
}

[data-element-id="elm_cFGF-Lk8v8aFXWRy07P9zw"] { 
  order: 2; /* Mueve el párrafo abajo */
}
    
[data-element-id="elm__TEb15XyfqGKB_0qRKARDA"] { 
  display: none; 
}    
   
    
[data-element-id="elm_99CXasXwKP0wMeSKt26-bQ"] { 
  display: flex; 
  flex-direction: column; /* Asegura que los elementos se apilen en columna */
}
[data-element-id="elm_rIF32Ubhn6ZnN8R8W0f1ew"] span {
  font-size: 28px !important; /* Ajusta el tamaño de titulo */
}
    
[data-element-id="elm_amYLAQ_Vyp_Sp4z9yCXYdA"] span {
    font-size: 24px !important; /* Ajusta el tamaño de los textos */
  }
    [data-element-id="elm_VHKDIgOl8ALuVmDEsrVo1w"] span {
    font-size: 24px !important; /* Ajusta el tamaño de los textos */
  }
    
[data-element-id="elm_OOep9I514MjdHjVpD-RdHw"] span {
    font-size: 24px !important; /* Ajusta el tamaño de los textos */
  }
       
}  

