@font-face {
  font-family: "Lato";
  src:
    url("../fonts/Lato-Regular.woff2") format("woff2"),
    url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src:
    url("../fonts/Lato-Bold.woff2") format("woff2"),
    url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Colores base */
  --black: #1c1917;
  --white: #ffffff;

  /* Escala de grises */
  --gray-100: #44403c;
  --gray-200: #222222;
  --gray-300: #333333;
  --gray-400: #414656;
  --gray-500: #555555;
  --gray-600: #666666;
  --gray-700: #777777;
  --gray-800: #ebebeb;
  --gray-900: #101010;
  --gray-1000: #222526;
  --gray: #fafafa;
  --gray-1100: #404040;

  --blue: #00acca;
  --red: #e41b1b;
  --yellow: #df9d3e;
  --green: #5cb85c;
  --bluedark: #2d65e7;
}
html,
body {
  font-size: 100%;
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
}

body {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: var(--black);
  word-wrap: break-word;
}

a {
  color: var(--red);
  text-decoration: none;
}

header a,
.socials a:last-child .sr-only {
  text-decoration: none;
}

strong {
  font-weight: bold;
  color: #000;
  font-size: 17px;
}
h1,
h2,
h3,
h4,
h5 {
  letter-spacing: -0.02em;
}
h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}

h4 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.front-page .section-0 {
  padding: 6rem 0px 6rem 0px;
}

.container-imagen {
  max-width: 1325px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-custom {
  max-width: 1170px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-fluid {
  padding: 20px 4rem;
  justify-content: space-between;
  display: flex;
  z-index: 1001;
  background-color: transparent;
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.link::after {
  content: "";
  display: block;
  background: url(../assets/arrow.svg) no-repeat;
  width: 1.3125rem;
  height: 0.9375rem;
  margin-left: 0.9375rem;
}

.link {
  border-radius: 4.125rem;
  padding: 0.9rem 1.99rem;
  background: var(--red);
  color: #fff;
  text-decoration: none;
  vertical-align: text-bottom;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    color 0.25s;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  font-size: 1.063rem;
  font-weight: 5 00;
  margin-top: 20px;
  font-weight: 600;
}

.link:hover {
  background-color: #ce2b2b;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.section-14,
#preguntas {
  background-color: #ebebeb;
}

.section-16 {
  background-color: #ebebeb;
}

pre {
  white-space: pre-wrap;
}

.info-article {
  background-color: #f5f5f7;
  border-radius: 8px;
  border: solid 1px #cdcdcd;
  display: block;
  font-size: 1rem;
  margin-bottom: 30px;
  padding: 30px;
}

.info-article ul {
  list-style: none;
}

.info-article ul li::before {
  content: "\2705";
  margin-right: 4px;
}

.info-article h4 {
  text-transform: uppercase;
}

.info-article h4::before {
  content: "\2705";
  margin-right: 4px;
}

.title-article__inner {
  display: flex;
  border-radius: 8px;
  align-items: center;
  flex-direction: row;
  background-color: #e7e7e7;
  border: solid 1px #cdcdcd;
  padding: 14px;
  gap: 20px;
}

.info-recursos {
  margin-bottom: 30px;
  padding: 0px 60px 0px 60px;
}

.info-recursos ul {
  font-size: 1rem;
}

.colcuatro {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: inherit;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style-type: none;
  border-radius: 12px;
  margin: 2rem 0px;
}

.colcuatro li {
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  padding: 20px;
}

.colcuatro li h3 {
  margin-top: 0px;
}

.container-two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

ol.lista-n {
  margin: 0;
  padding: 0rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style-type: none;
  gap: 14px;
  counter-reset: my-counter;
}

ol.lista-n li {
  padding: 24px;
  border-radius: 6px;
}

ol.lista-n li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  top: -6px;
  left: -4 !important;
  color: #fff;
  font-size: 1em;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #00acca;
  background-color: #00acca;
  border-radius: 50%;
  text-align: center;
  padding-top: -1px;
}
.title-preguntas,
.text-align-center {
  text-align: center;
  margin: 2rem auto;
  padding: 0px 16rem;
}
@media screen and (max-width: 768px) {
  .title-preguntas,
  .text-align-center {
    text-align: center;
    margin: 1rem auto;
    padding: 0px 0rem;
  }
  h1 {
    font-size: 2rem;
  }

  .portada-texto-centrado {
    width: 100%;
  }

  .colcuatro {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: inherit;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    text-align: left;
    list-style-type: none;
    border-radius: 12px;
    margin: 2rem 0px;
  }
}
