.btn-blue {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #216a93;
  padding: 8px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-blue:hover {
  background-color: #1a73e9;
}

.btn-verde {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  color: #216a93;
  text-decoration: none;
  background-color: #40f99b;
  transition: all 0.3s ease;
}
.btn-verde:hover {
  background-color: #b9fddb;
}

.btn-blanco {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  padding: 8px 15px;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  color: #216a93;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.3s ease;
}
.btn-blanco:hover {
  background-color: #e6eaed;
}

.contenido {
  padding: 50px 0 58px;
  min-height: auto;
  height: auto;
}
.contenido .contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.contenido .contenedor .contenido__body {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.contenido .contenedor .contenido__body > *:first-child {
  margin-top: 0;
}
.contenido .contenedor .contenido__body > *:last-child {
  margin-bottom: 0;
}
.contenido .contenedor .contenido__body p {
  margin: 0 0 1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.contenido .contenedor .contenido__body h2,
.contenido .contenedor .contenido__body h3,
.contenido .contenedor .contenido__body h4,
.contenido .contenedor .contenido__body h5,
.contenido .contenedor .contenido__body h6 {
  margin: 1.5em 0 0.6em;
  font-weight: 800;
  line-height: 1.25;
  color: #216a93;
}
.contenido .contenedor .contenido__body h2 {
  font-size: 22px;
}
.contenido .contenedor .contenido__body h3 {
  font-size: 18px;
}
.contenido .contenedor .contenido__body h4,
.contenido .contenedor .contenido__body h5,
.contenido .contenedor .contenido__body h6 {
  font-size: 16px;
}
.contenido .contenedor .contenido__body strong,
.contenido .contenedor .contenido__body b {
  font-weight: 700;
  color: inherit;
}
.contenido .contenedor .contenido__body em,
.contenido .contenedor .contenido__body i {
  font-style: italic;
}
.contenido .contenedor .contenido__body a {
  text-decoration: underline;
  font-weight: inherit;
  font-size: inherit;
}
.contenido .contenedor .contenido__body ul,
.contenido .contenedor .contenido__body ol {
  margin: 0 0 1em;
  padding-left: 1.4em;
}
.contenido .contenedor .contenido__body ul li {
  list-style: disc;
}
.contenido .contenedor .contenido__body ol li {
  list-style: decimal;
}
.contenido .contenedor .contenido__body li {
  margin: 0 0 0.4em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.contenido .contenedor .contenido__body blockquote {
  margin: 0 0 1em;
  padding-left: 1em;
  border-left: 3px solid rgba(0, 0, 0, 0.03);
}
.contenido .contenedor .contenido__body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.contenido .contenedor .contenido__body [style*=padding-left],
.contenido .contenedor .contenido__body [style*=text-align] {
  display: block;
}/*# sourceMappingURL=index.css.map */