/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/texto-destacado/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
/* Texto destacado */
.texto-destacado-box,
.detail-content article .texto-destacado-box {
  --amarillo: #FFF3CD;
  --amarillo-o-35: rgba(255, 243, 205, .35);
  --paragraph: #636587;
  background: var(--amarillo-o-35);
  color: var(--paragraph);
  padding: 2.3rem 3.2rem 3rem;
  border-radius: 1rem;
}

.texto-destacado-box :is(p, li),
.detail-content article .texto-destacado-box :is(p, li) {
  color: var(--paragraph);
  font-size: 1.6em;
  line-height: 1.25em;
  font-weight: 400;
}

.texto-destacado-box p,
.detail-content article .texto-destacado-box p {
  margin: 0;
}

.texto-destacado-box :is(p + p, p + ul, p + ol),
.detail-content article .texto-destacado-box :is(p + p, p + ul, p + ol) {
  margin: 1.5rem 0 0;
}

.detail-content article .texto-destacado-box ul,
.texto-destacado-box ul {
  list-style: none;
  padding-left: 0;
}

.detail-content article .texto-destacado-box ul li,
.texto-destacado-box ul li {
  list-style: none;
  position: relative;
  padding-left: 2rem;
  line-height: 1.2em;
  font-weight: 400 !important;
}

.detail-content article .texto-destacado-box ul li:not(:last-of-type),
.texto-destacado-box ul li:not(:last-of-type) {
  margin: 0 0 0.75rem;
}

.detail-content article .texto-destacado-box ul li::before,
.texto-destacado-box ul li::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0;
  top: 0.3rem;
  background: no-repeat url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNCAxNCI+DQogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOS41LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAyLjEuMCBCdWlsZCAxMzcpICAtLT4NCiAgPGRlZnM+DQogICAgPHN0eWxlPg0KICAgICAgLnN0MCB7DQogICAgICAgIGZpbGw6ICM2MzY1ODc7DQogICAgICB9DQogICAgPC9zdHlsZT4NCiAgPC9kZWZzPg0KICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOS43LDYuNmMuMi4yLjIuNiwwLC44bC00LjcsNC43Yy0uMi4yLS42LjItLjgsMC0uMi0uMi0uMi0uNiwwLS44bDQuMy00LjNMNC4zLDIuN2MtLjItLjItLjItLjYsMC0uOC4yLS4yLjYtLjIuOCwwbDQuNyw0LjdaIi8+DQo8L3N2Zz4=) center center;
  background-size: contain;
}

.detail-content article :has(.texto-destacado-box) ul li::marker {
  content: none;
}

/*# sourceMappingURL=style-index.css.map*/