/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 06 2025 | 16:18:32 */
<!-- PLANTILLA COMPLETA PLAYA CACTUS (IMPORTABLE EN ELEMENTOR FREE) -->
<!-- Todas las secciones: Header, Hero, Productos, Eventos, Mayoreo, FAQ, Contacto -->

<style>
 /* @import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Work+Sans:wght@400;700&display=swap');*/

  :root {
    --cactus-yellow: #FFFCC2;
    --cactus-black: #141414;
    --cactus-blue: #5BB4C2;
    --cactus-green: #A1D2BD;
    --cactus-softblue: #9ECDD4;
    --cactus-white: #FFFFFF;
  }

  /* RESET GENERAL */
  body, h1, h2, h3, p, a {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }


  /* TEXTO ESTILO LUCKIEST GUY (USAR CLASS: luckiest-text) */
  body .luckiest-text,
  .elementor-widget-text-editor .luckiest-text,
  .elementor-widget-container .luckiest-text {
    font-family: 'Luckiest Guy', cursive !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 1.4 !important;
    color: var(--cactus-black);
  }

  /* CONTENEDOR GENERAL */
  section {
    padding: 100px 20px;
  }

  /* HEADER */
  header .logo {
    font-family: 'Luckiest Guy', cursive;
    font-size: 2rem;
    color: var(--cactus-black);
  }

  header nav a,
  #header .elementor-element-96f8e66 .main-menu > li.menu-item > a, 
  #header .elementor-element-96f8e66 .menu-custom-block span, 
  #header .elementor-element-96f8e66 .menu-custom-block a, 
  .elementor-element-96f8e66 .sidebar-menu > li.menu-item > a {
    text-decoration: none;
    color: var(--cactus-black);
    margin: 0 10px;
    padding: 10px 20px;
    border-radius: 999px;
    transition: all 0.3s ease;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    border: 2px solid var(--cactus-black);
  }

  .mega-menu.menu-flat > li.menu-item.active > a, 
  .mega-menu.menu-flat > li.menu-item:hover > a {
    border-radius: 999px !important;
  }

  header nav a:hover,
  #header .elementor-element-96f8e66 .main-menu > li.menu-item > a:hover, 
  #header .elementor-element-96f8e66 .menu-custom-block span:hover, 
  #header .elementor-element-96f8e66 .menu-custom-block a:hover, 
  .elementor-element-96f8e66 .sidebar-menu > li.menu-item > a:hover {
    background-color: var(--cactus-blue);
    color: var(--cactus-white);
    transform: scale(1.05);
  }

  /* HERO SECTION */
  .hero {
    background-color: var(--cactus-yellow);
    text-align: center;
  }

  .hero h1 {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }

  .hero p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto 40px;
    color: #444;
  }

  /* BOTONES */
  a.button-style, .elementor-button {
    background-color: var(--cactus-blue) !important;
    color: white !important;
    padding: 16px 32px;
    border-radius: 999px;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
    text-decoration: none;
    display: inline-block;
    transition: all 0.25s ease-in-out;
  }

  a.button-style:hover, .elementor-button:hover {
    background-color: var(--cactus-black);
    color: var(--cactus-yellow) !important;
    transform: scale(1.05);
  }

  /* PRODUCTOS */
  .product-card {
    background: var(--cactus-white);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    max-width: 320px;
    text-align: left;
    transition: transform 0.3s ease;
  }

  .product-card:hover {
    transform: translateY(-5px);
  }

  .product-card h3 {
    margin-bottom: 10px;
  }

  .product-card p {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  /* FAQ */
  .faq-section p {
    margin-bottom: 24px;
    line-height: 1.6;
    font-size: 1rem;
  }

  /* GALERÍA DE EVENTOS */
  .event-gallery img {
    border-radius: 12px;
    transition: transform 0.3s ease;
    max-width: 100%;
    height: auto;
  }

  .event-gallery img:hover {
    transform: scale(1.05);
  }

  /* RESPONSIVE */
  @media (max-width: 768px) {
    header {
      flex-direction: column;
      align-items: flex-start;
    }

    header nav {
      margin-top: 10px;
    }

    .hero h1 {
      font-size: 2.2rem;
    }

    section {
      padding: 60px 20px;
    }

    .product-card {
      max-width: 100%;
    }

    .luckiest-text {
      font-size: 20px !important;
    }
  }
</style>
