/*# sourceMappingURL=maya-reset.css.map */

/* Reset CSS óptimo y tipográfico */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  font-size: 100%;
  line-height: 1.5;
  font-family: inherit;
  color: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* === SVG responsivos en contenedores Elementor === */
.elementor-container img[src$=".svg"],
.elementor-container svg {
  max-width: 100%;   /* se adapta al ancho del contenedor */
  height: auto;      /* mantiene proporción */
  display: inline-block;
  vertical-align: middle;
}

