*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  background-color: #c0c0c0;
  font-family: "Helvetica", sans-serif;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
button {
  background: none;
  border: none;
  cursor: pointer;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.page-width {
  width: 995px;
  max-width: 995px;
  margin-inline: auto;
  background-color: white;
}
.page-inner {
  padding: 15px 25px;
}
.cart-icon {
  fill: white;
  width: 17px;
}
.cart-icon *:focus {
  outline: none;
}
.xf-content-height {
  min-height: 0 !important;
  margin: 0 !important;
}
.sections {
  background-image: url(../../../../../content/dam/es/icex-materialpromocional/imagenes/img2015418736.jpg);
  aspect-ratio: 1.53720238;
}
.sections__list-wrapper {
  width: 47%;
  margin-left: auto;
  padding: 15px 25px;
}
.sections__list {
  list-style-position: inside;
  margin-top: 25px;
  font-weight: 600;
  font-size: 0.9rem;
}
.sections__list-item:hover a {
  color: #e42728;
  text-decoration: underline;
}
.sections__list-item::marker {
  content: "✓";
  color: #e42728;
  font-weight: 900;
}
.sections__list-item a {
  margin-left: 10px;
}
