/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/
	Description: Tema hijo de Hello Elementor para El Sultán Beauty. Todas las personalizaciones de código van aquí para que las actualizaciones del tema padre no las borren.
	Author: El Sultán Beauty
	Author URI: https://elsultanbeauty.com
	Template: hello-elementor
	Version: 1.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, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ==========================================================================
   Estilos personalizados de El Sultán Beauty
   Añade aquí tu CSS. Se carga después del tema padre, así que sobrescribe.
   ========================================================================== */

/* Red de seguridad: ningún elemento debe provocar scroll horizontal en móvil.
   No sustituye a arreglar la causa, pero evita que un ancho fijo olvidado
   rompa toda la página. */
html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

/* Los hijos flex de Elementor no encogen por defecto y desbordan con texto
   o imágenes largas. */
.e-con>.e-con-inner,
.e-con>.elementor-widget {
	min-width: 0;
}

/* Las imágenes nunca se salen de su contenedor. */
.elementor img {
	max-width: 100%;
	height: auto;
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
	border: unset;
}