/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Estilo para el submenú generado automáticamente */
ul.sub-menu.auto-productos {
    background-color: #ffffff;
    padding: 10px 0;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    width: 100% !important;
    position: absolute;
    z-index: 1000;
}

ul.sub-menu.auto-productos li {
    margin: 0;
    list-style: none;
}

ul.sub-menu.auto-productos li a {
    color: #000000;
    padding: 14px 20px;
    display: block;
    text-decoration: none;
    transition: background 0.2s ease;
}

ul.sub-menu.auto-productos li a:hover {
    background-color: #f0f0f0;
    color: #000000;
	padding: 14px 20px;
}

@media (max-width: 1024px) {
    ul.sub-menu.auto-productos {
        position: static;
        width: 100%;
        border: none;
        box-shadow: none;
        background-color: #fff;
        padding: 0;
    }

    ul.sub-menu.auto-productos li a {
        padding: 12px 16px;
        border-bottom: 1px solid #eee;
        text-align: left;
    }

    ul.sub-menu.auto-productos li a:hover {
        background-color: #f9f9f9;
		padding: 12px 16px;
    }
}

.footer-productos-grid {
  display: flex;
  gap: 40px;
  justify-content: start;
}

.footer-productos-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 50%;
}

.footer-productos-list li {
  margin-bottom: 6px;
}

.footer-productos-list li a {
  color: #000000;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 500;
}

.footer-productos-list a {
  color: #000000;
  text-decoration: none;
}

.footer-productos-list a:hover {
  text-decoration: underline;
}