.elementor-2317 .elementor-element.elementor-element-25f3c77a{--display:flex;}.elementor-2317 .elementor-element.elementor-element-56ef171{--display:flex;--min-height:100px;--margin-top:0px;--margin-bottom:-100px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2317 .elementor-element.elementor-element-56ef171:not(.elementor-motion-effects-element-type-background), .elementor-2317 .elementor-element.elementor-element-56ef171 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-1f7e91d );}/* Start custom CSS for html, class: .elementor-element-3a1835f *//* === CSS ULTRA ESPECÍFICO PARA BOTONES PLAY/PAUSE === */

/* Forzar fondo circular blanco en todos los botones de play */
.songovo-loop-scroll-play-btn,
button.songovo-loop-scroll-play-btn,
.songovo-loop-scroll-artwork button,
.songovo-loop-scroll-artwork .songovo-loop-scroll-play-btn {
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  border: 3px solid rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4), 
              inset 0 0 0 2px rgba(255, 255, 255, 0.8) !important;
  border-radius: 50% !important;
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  min-height: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  z-index: 100 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Estado hover - fondo verde */
.songovo-loop-scroll-play-btn:hover,
button.songovo-loop-scroll-play-btn:hover {
  background: #4CAF50 !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
  color: white !important;
  transform: scale(1.1) !important;
  box-shadow: 0 6px 25px rgba(76, 175, 80, 0.5), 
              inset 0 0 0 2px rgba(255, 255, 255, 0.3) !important;
}

/* Estado playing - fondo verde */
.songovo-loop-scroll-play-btn.playing,
button.songovo-loop-scroll-play-btn.playing {
  background: #4CAF50 !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
  color: white !important;
}

.songovo-loop-scroll-play-btn.playing:hover {
  background: #45A049 !important;
  background-color: #45A049 !important;
}

/* Icono triángulo de play */
.songovo-loop-scroll-play-btn::before,
button.songovo-loop-scroll-play-btn::before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 55% !important;
  transform: translate(-50%, -50%) !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 16px solid #333 !important;
  border-top: 12px solid transparent !important;
  border-bottom: 12px solid transparent !important;
  transition: all 0.2s ease !important;
  z-index: 1 !important;
}

/* Color del triángulo en hover y playing */
.songovo-loop-scroll-play-btn:hover::before,
.songovo-loop-scroll-play-btn.playing::before {
  border-left-color: white !important;
}

/* Ocultar triángulo cuando está playing */
.songovo-loop-scroll-play-btn.playing::before {
  opacity: 0 !important;
  transform: translate(-50%, -50%) scale(0) !important;
}

/* Barras de pause cuando está playing */
.songovo-loop-scroll-play-btn.playing::after {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: calc(50% - 8px) !important;
  transform: translateY(-50%) !important;
  width: 5px !important;
  height: 20px !important;
  background: white !important;
  border-radius: 2px !important;
  transition: all 0.2s ease !important;
  box-shadow: 10px 0 0 white !important;
  z-index: 1 !important;
}

/* Asegurar que el contenedor del artwork no interfiera */
.songovo-loop-scroll-artwork {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Responsive para móvil */
@media (max-width: 768px) {
  .songovo-loop-scroll-play-btn,
  button.songovo-loop-scroll-play-btn {
    width: 55px !important;
    height: 55px !important;
    min-width: 55px !important;
    min-height: 55px !important;
  }
  
  .songovo-loop-scroll-play-btn::before {
    border-left: 14px solid #333 !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
  }
  
  .songovo-loop-scroll-play-btn.playing::after {
    width: 4px !important;
    height: 18px !important;
    left: calc(50% - 7px) !important;
    box-shadow: 8px 0 0 white !important;
  }
}

@media (max-width: 480px) {
  .songovo-loop-scroll-play-btn,
  button.songovo-loop-scroll-play-btn {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
  }
  
  .songovo-loop-scroll-play-btn::before {
    border-left: 12px solid #333 !important;
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
  }
  
  .songovo-loop-scroll-play-btn.playing::after {
    width: 3px !important;
    height: 16px !important;
    left: calc(50% - 6px) !important;
    box-shadow: 7px 0 0 white !important;
  }
}

/* Eliminar cualquier interferencia de otros estilos */
.songovo-loop-scroll-play-btn * {
  pointer-events: none !important;
}

/* Asegurar que sea clickeable */
.songovo-loop-scroll-play-btn {
  pointer-events: all !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-25f3c77a *//* ============================================
   CUSTOM CSS COMPLETO - BLOCKSY + ELEMENTOR
   Reducir espacios del header y optimizar móvil
   ============================================ */

/* === DESKTOP - REDUCIR ESPACIOS DEL HEADER === */

/* Header principal - reducir padding vertical */
#header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
}

/* Contenedor del header - reducir altura */
.header-row,
.ct-header-row {
    min-height: 60px !important;
    padding: 8px 0 !important;
    margin-bottom: 0 !important;
}

/* Header de Blocksy */
.ct-header {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin-bottom: 0 !important;
}

/* Reducir espaciado del logo */
.site-logo-container,
.custom-logo-link {
    padding: 0 !important;
    margin: 0 !important;
}

/* Logo - ajustar tamaño */
.custom-logo {
    max-height: 40px !important;
    width: auto !important;
}

/* === ELIMINAR ESPACIOS DESPUÉS DEL HEADER === */

/* Content Area Vertical Spacing - Principal causa */
.site-main,
.content-area {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Contenedor principal después del header */
.site-content,
#content,
#main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* WooCommerce específico */
.woocommerce .site-main,
.woocommerce-page .site-main,
.single-product .site-main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Elementor wrappers */
.elementor-section.elementor-top-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.elementor-widget-wrap {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* === STICKY HEADER === */

/* Sticky header - mantener compacto */
.ct-sticky-header #header,
.header-sticky {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.ct-sticky-header .header-row {
    min-height: 50px !important;
    padding: 4px 0 !important;
}

/* Eliminar espacio fantasma del sticky */
.ct-sticky-header-placeholder {
    display: none !important;
    height: 0 !important;
}

/* === ELEMENTOS GENERALES === */

/* Widgets del header */
.header-widget-area,
.ct-header-cart {
    padding: 0 !important;
    margin: 0 !important;
}

/* Admin bar compensation */
body.admin-bar {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.admin-bar #header {
    top: 0 !important;
}

/* Contenedor general */
.container,
.ct-container {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Title area */
.page-header,
.entry-header,
.ct-page-title-section {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Blocksy content blocks */
.ct-content-block {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Productos específicos */
body.single-product .site-main > .container {
    padding-top: 0 !important;
}

/* Transiciones suaves */
#header,
.header-row,
.ct-header-row {
    transition: all 0.3s ease !important;
}

/* ============================================
   RESPONSIVE - TABLET
   ============================================ */

@media (max-width: 1024px) {
    .ct-header-row,
    .header-row {
        min-height: 55px !important;
        padding: 6px 0 !important;
    }
    
    .custom-logo {
        max-height: 38px !important;
    }
}

/* ============================================
   RESPONSIVE - MÓVIL (768px)
   ============================================ */

@media (max-width: 768px) {
    
    /* Header móvil compacto */
    #header {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    
    .header-row,
    .ct-header-row {
        min-height: 50px !important;
        padding: 6px 0 !important;
        margin-bottom: 0 !important;
    }
    
    .custom-logo {
        max-height: 35px !important;
    }
    
    /* Contenido principal móvil */
    .site-main,
    .content-area {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    
    /* WooCommerce móvil */
    .single-product .site-main,
    .woocommerce-page .site-main {
        padding-top: 10px !important;
        margin-top: 0 !important;
    }
    
    /* Container móvil */
    .container,
    .ct-container {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    
    /* Contenido después del header */
    #content,
    .site-content {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    /* Productos móvil */
    .product,
    .woocommerce div.product {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    /* Breadcrumbs móvil */
    .woocommerce-breadcrumb,
    .breadcrumb {
        margin: 5px 0 !important;
        padding: 0 !important;
    }
    
    /* Elementor móvil */
    .elementor-section.elementor-top-section {
        margin-top: 0 !important;
        padding-top: 10px !important;
    }
    
    /* Sticky móvil */
    .ct-sticky-header #header {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
    
    .ct-sticky-header .header-row {
        min-height: 45px !important;
        padding: 4px 0 !important;
    }
}

/* ============================================
   RESPONSIVE - MÓVIL PEQUEÑO (480px)
   ============================================ */

@media (max-width: 480px) {
    
    /* Header ultra compacto */
    #header {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
    
    .header-row,
    .ct-header-row {
        min-height: 45px !important;
        padding: 4px 0 !important;
    }
    
    .custom-logo {
        max-height: 30px !important;
    }
    
    /* WooCommerce ultra compacto */
    .single-product .site-main,
    .woocommerce-page .site-main {
        padding-top: 5px !important;
    }
    
    /* Elementor ultra compacto */
    .elementor-section.elementor-top-section {
        padding-top: 5px !important;
    }
    
    /* Body móvil */
    body {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

/* ============================================
   ESPECÍFICO PARA PÁGINAS DE PRODUCTO
   ============================================ */

@media (max-width: 768px) {
    
    /* Contenedor del producto */
    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    /* Título del producto */
    .product_title,
    .woocommerce div.product .product_title {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    /* Imagen del producto */
    .woocommerce div.product div.images img {
        margin-top: 0 !important;
    }
    
    /* Row del producto */
    .woocommerce div.product .row {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

/* ============================================
   ELEMENTOR ESPECÍFICO (SI SE USA)
   ============================================ */

@media (max-width: 768px) {
    .elementor-location-single .elementor-section:first-child {
        margin-top: 0 !important;
        padding-top: 5px !important;
    }
}

/* ============================================
   FIN DEL CSS PERSONALIZADO
   ============================================ *//* End custom CSS */