.elementor-546 .elementor-element.elementor-element-04a0f98{--display:flex;}.elementor-546 .elementor-element.elementor-element-de73a0f{--display:flex;}.elementor-546 .elementor-element.elementor-element-3abb9c0{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-546 .elementor-element.elementor-element-736c37b{text-align:center;font-family:"Montserrat", Sans-serif;font-size:11px;font-weight:400;}.elementor-546 .elementor-element.elementor-element-b8487e8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-50b9af3 *//* ESTILOS GENERALES DEL FOOTER */
.site-footer {
  background-color: #1c1c1e;
  color: #e5e5ea;
  padding: 60px 20px 0 20px;
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  padding-bottom: 40px;
}

/* COLUMNA LOGO / MARCA */
.footer-logo {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 15px 0;
  letter-spacing: -0.5px;
}

.footer-logo span {
  color: #ff6d00;
}

.footer-description {
  color: #aeaeb2;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

/* ENCABEZADOS DE COLUMNAS */
.footer-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  position: relative;
}

/* TEXTOS Y ENLACES */
.footer-text {
  color: #aeaeb2;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 12px 0;
}

.footer-text strong {
  color: #ffffff;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #aeaeb2;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #ff6d00;
}

/* BOTÓN DE WHATSAPP PREMIUM */
.footer-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #25d366;
  color: #ffffff !important;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.85rem;
  margin-top: 10px;
  transition: background-color 0.2s ease, transform 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}

.footer-whatsapp-btn:hover {
  background-color: #20ba5a;
  transform: translateY(-2px);
}

/* BARRA INFERIOR COPYRIGHT */
.footer-bottom {
  border-top: 1px solid #2c2c2e;
  padding: 25px 0;
  margin-top: 20px;
}

.footer-bottom-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  color: #86868b;
  font-size: 0.8rem;
}

.footer-bottom-container p {
  margin: 0;
}

.footer-credit {
  color: #636366;
}

/* RESPONSIVO PARA MÓVILES */
@media (max-width: 768px) {
  .site-footer {
    padding: 40px 15px 0 15px;
  }
  .footer-container {
    gap: 30px;
  }
  .footer-bottom-container {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}







/* --- ADAPTACIONES PARA SECCIÓN MAYORISTA EN FOOTER --- */

/* Contenedor flexible para los botones de contacto */
.footer-contact-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

/* Forzamos que los botones se apilen correctamente sin pisarse */
.footer-contact-column .footer-whatsapp-btn {
  margin-top: 0 !important;
}

/* Botón Mayorista: Color Naranja Corporativo exclusivo para la acción */
.footer-contact-column .footer-wsp-mayorista {
  background-color: #ff6d00 !important; 
  box-shadow: 0 4px 10px rgba(255, 109, 0, 0.15);
}

.footer-contact-column .footer-wsp-mayorista:hover {
  background-color: #e06000 !important;
  transform: translateY(-2px);
}/* End custom CSS */