/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

p, li {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.8;
  font-size: 1.6rem;
  color: #666;
}

a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.boton {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background-color: #2b9cf2;
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 2rem 4rem;
  display: block;
  border-radius: 3%;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .boton {
    display: inline-block;
  }
}

img {
  display: inline-block;
  width: 100%;
}

.contenedor {
  max-width: 120rem;
  width: 95%;
  margin: 0 auto;
}

li {
  list-style: none;
}

ul {
  padding: 0;
}

.separacion {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .separacion {
    margin-top: 0;
  }
}

.color {
  background-color: #FAFAFA;
}

.padding {
  padding: 5rem 0;
}

.hero {
  height: 100rem;
  background-image: linear-gradient(60deg, #8834fd 0%, #c756ec 100%) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .hero {
    height: 80rem;
  }
}

@media (min-width: 768px) {
  .altura {
    height: 60rem;
  }
}

.coloruno {
  color: #8834fd;
}

.colordos {
  color: #c757ec;
}

.colortres {
  color: #2c7dfa;
}

.morado {
  background-color: #8834fd;
}

.rosa {
  background-color: #c757ec;
}

.azul {
  background-color: #2c7dfa;
}

.left {
  text-align: left;
}

.width {
  width: 100%;
}

.padding {
  margin-top: 9rem;
}

.flex {
  display: flex;
  flex-direction: column;
}

.center {
  text-align: center;
}

.header {
  padding: 1rem;
  background-color: #FFFFFF;
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
}
.header__contenido {
  align-items: center;
}
@media (min-width: 1024px) {
  .header__contenido {
    display: flex;
    justify-content: space-between;
  }
}
.header__logo {
  color: #000000;
}
@media (min-width: 768px) {
  .header__logo {
    font-size: 3rem;
  }
}
.header__movil {
  display: flex;
  justify-content: space-between;
}
.header__enlace {
  text-decoration: none;
}
.header__img {
  width: 2rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .header__img {
    display: none;
  }
}
.header__navegacion {
  display: none;
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .header__navegacion {
    display: unset;
    margin-top: 0;
  }
}
.header__link {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
  color: #666;
  font-size: 1.6rem;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .header__link {
    display: unset;
    margin-right: 2rem;
  }
  .header__link:last-of-type {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .hero__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
.hero__subtitle {
  font-size: 1.8rem;
  text-transform: uppercase;
  padding-bottom: 2rem;
}
.hero__heading {
  font-size: 4rem;
  margin: 0;
}
.hero__txt {
  color: #FFFFFF;
}
.hero__img {
  margin-top: 5rem;
}
@media (min-width: 1024px) {
  .hero__img {
    margin-top: 20rem;
  }
}
.hero__boton {
  margin-top: 2rem;
}

.imagenes {
  margin-top: 9rem;
}
.imagenes__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .imagenes__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.colaboracion {
  margin-top: 9rem;
}
@media (min-width: 768px) {
  .colaboracion__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    align-items: center;
  }
}
.colaboracion__heading {
  font-size: 3rem;
}
.colaboracion__txt {
  font-size: 1.6rem;
  font-weight: 400;
}
.colaboracion__iconos {
  display: flex;
  gap: 5rem;
  margin-top: 5rem;
}
.colaboracion__vector {
  width: 10rem;
}
.colaboracion__title {
  font-size: 1.8rem;
}
.colaboracion__texto {
  font-size: 1.4rem;
  font-weight: 400;
}
.colaboracion__img {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .colaboracion__img {
    margin-top: 0;
    height: 50rem;
  }
}

.featured {
  margin-top: 9rem;
}
.featured__heading {
  text-align: center;
  font-size: 3rem;
}
.featured__texto {
  text-align: center;
  font-weight: 400;
}
@media (min-width: 768px) {
  .featured__texto {
    max-width: 70%;
    margin: 0 auto;
  }
}
.featured__grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media (min-width: 768px) {
  .featured__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.featured__card {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .featured__card {
    display: flex;
    gap: 2rem;
    align-items: center;
    text-align: left;
  }
}
.featured__img {
  width: 10rem;
  border: 0.1rem solid #c1c1c1;
  border-radius: 10%;
}
.featured__title {
  font-size: 2rem;
  font-weight: 500;
}
.featured__txt {
  font-weight: 400;
}

.rewiews {
  margin-top: 9rem;
}
.rewiews__heading {
  text-align: center;
  font-size: 3rem;
}
.rewiews__texto {
  text-align: center;
  font-weight: 400;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .rewiews__texto {
    max-width: 70%;
    margin: 0 auto;
  }
}
.rewiews__grid {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .rewiews__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .rewiews__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.rewiews__card {
  margin-bottom: 5rem;
  padding: 5rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
}
.rewiews__card:nth-child(3) {
  margin-bottom: 0;
  grid-column: 1/3;
}
@media (min-width: 1024px) {
  .rewiews__card:nth-child(3) {
    grid-column: unset;
  }
}
@media (min-width: 768px) {
  .rewiews__card {
    margin-bottom: 0;
  }
}
.rewiews__txt {
  margin-bottom: 5rem;
}
.rewiews__boton {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
.rewiews__boton {
  background-color: transparent;
  color: #2b9cf2;
  border: 0.1rem solid #f1f1f1;
}

.descarga {
  margin-top: 9rem;
  color: #FFFFFF;
  background-image: linear-gradient(60deg, #8834fd 0%, #c756ec 100%) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .descarga {
    height: 80rem;
  }
}
@media (min-width: 768px) {
  .descarga__grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7rem;
  }
}
.descarga__contenido {
  flex: 1;
}
.descarga__heading {
  font-size: 3rem;
}
.descarga__txt {
  font-size: 1.8rem;
  color: #FFFFFF;
  font-weight: 400;
}
.descarga__boton {
  background-color: transparent;
  border: 0.1rem solid #FFFFFF;
  padding: 4rem 3rem;
  border-radius: 1rem;
  margin-top: 3rem;
}
.descarga__imagen {
  flex: 1;
  margin-top: 5rem;
  text-align: center;
}
.descarga__img {
  text-align: center;
}
@media (min-width: 1024px) {
  .descarga__img {
    width: 80%;
    margin-top: 13%;
  }
}
.descarga__boton {
  transition-property: background-color;
  transition-duration: 0.3s;
}
.descarga__boton:hover {
  border: unset;
  background-color: #6a5aff;
}

.latest {
  margin-top: 9rem;
}
.latest__heading {
  font-size: 3rem;
  text-align: center;
}
.latest__txt {
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .latest__txt {
    width: 70%;
    margin: 0 auto;
  }
}
.latest__grid {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .latest__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
.latest__card {
  margin-bottom: 5rem;
}
.latest__card:nth-child(3) {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .latest__card {
    margin-bottom: 0;
  }
}
.latest__img {
  width: 100%;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest__contenido {
  padding: 2rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
.latest__botones {
  margin-top: 5rem;
  text-align: center;
}

.suscripcion {
  margin-top: 9rem;
  background-color: #000000;
}
.suscripcion__contenido {
  height: 70rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.suscripcion__formulario {
  margin: 5rem 0;
}
.suscripcion__heading {
  color: #FFFFFF;
  font-size: 3rem;
  text-align: center;
}
.suscripcion__input {
  border-radius: 10rem;
  padding: 2rem 1rem;
  width: 30rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  outline: none;
}
@media (min-width: 768px) {
  .suscripcion__input {
    width: 50rem;
  }
}
.suscripcion__boton {
  border-radius: 10rem;
  width: 30rem;
}
@media (min-width: 768px) {
  .suscripcion__boton {
    width: 50rem;
  }
}

.footer {
  padding: 1rem 0;
  background-color: #222;
  text-align: center;
}

.hero__precio {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.8rem;
}
.hero__title {
  font-size: 3rem;
}
.hero__texto {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .hero__texto {
    max-width: 50%;
    margin: 0 auto;
  }
}

.case {
  margin-top: 9rem;
}
.case__heading {
  text-align: center;
  font-size: 3rem;
}
.case__txt {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .case__grid {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.case__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 5rem;
  text-align: center;
}
.case__card:nth-child(3) {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .case__card {
    margin-bottom: 0;
    height: 60rem;
  }
}
@media (min-width: 1024px) {
  .case__card {
    height: 70rem;
  }
}
.case__precios {
  display: flex;
  justify-content: center;
}
.case__plan {
  margin: 0;
}
.case__precio {
  font-size: 5rem;
  margin: 0;
  padding: 0;
}
.case__mes {
  margin-top: 4rem;
}
.case__lista {
  margin-top: 5rem;
}
.case__link {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 400;
}
.case__link:nth-child(4) {
  margin-bottom: 0;
}
.case__span {
  font-weight: 700;
  color: #000000;
  margin-right: 0.5rem;
}
.case__boton {
  margin-top: 5rem;
}

.descarga {
  text-align: center;
}
.descarga__title {
  font-size: 3rem;
}
.descarga__texto {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .descarga__texto {
    max-width: 70%;
    margin: 0 auto;
  }
}

.question {
  margin-top: 9rem;
}
.question__heading {
  font-size: 3rem;
  text-align: center;
}
.question__txt {
  text-align: center;
}
.question__grid {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .question__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
.question__card {
  margin-bottom: 3rem;
}
.question__card:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .question__card {
    margin-bottom: unset;
  }
}

.product {
  margin-top: 9rem;
}
.product__contenido {
  text-align: center;
}
@media (min-width: 768px) {
  .product__contenido {
    text-align: left;
  }
}
.product__heading {
  font-size: 3rem;
}
.product__txt {
  font-weight: 400;
}
@media (min-width: 768px) {
  .product__txt {
    max-width: 50%;
  }
}
.product__grid {
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .product__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    align-items: center;
  }
}
.product__img {
  margin-top: -10rem;
}
@media (min-width: 768px) {
  .product__img {
    margin-top: -20rem;
  }
}
.product__iconos {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .product__iconos {
    margin-top: 0;
  }
}
.product__icono {
  width: 10rem;
  border: 0.1rem solid #c1c1c1;
  border-radius: 10%;
}

.contacto {
  margin-top: 20rem;
}
@media (min-width: 768px) {
  .contacto {
    margin-top: 30rem;
  }
}
.contacto__title {
  text-align: center;
  text-transform: uppercase;
}
.contacto__heading {
  font-size: 3rem;
  text-align: center;
}
.contacto__txt {
  text-align: center;
}
@media (min-width: 768px) {
  .contacto__txt {
    max-width: 70%;
    margin: 0 auto;
  }
}
.contacto__grid {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .contacto__grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
.contacto__card {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .contacto__card {
    justify-content: unset;
  }
}
.contacto__img {
  width: 10%;
  height: 10%;
}
.contacto__formulario {
  width: 100%;
}
.contacto__campo {
  display: flex;
  justify-content: flex-end;
}
.contacto__contenedor {
  display: flex;
  gap: 2rem;
}
.contacto__input, .contacto__mensaje {
  font-size: 2rem;
  width: 100%;
  margin-bottom: 2rem;
  padding: 3rem 1rem;
  outline: none;
}
.contacto__mensaje {
  height: 20rem;
}

.hero__card {
  z-index: 2;
  border-radius: 5%;
  margin-top: 5rem;
  background-color: #FFFFFF;
  padding: 4rem 2rem;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .hero__card {
    margin-top: 40rem;
  }
}
@media (min-width: 1024px) {
  .hero__card {
    max-width: 70%;
    margin: 0 auto;
    margin-top: 40rem;
  }
}
.hero__title {
  color: #000000;
}
.hero__name {
  color: #000000;
}
.hero__span {
  color: #666;
  font-weight: 400;
}
.hero__boton {
  background-color: #6a5aff;
}

.why {
  margin-top: 9rem;
}
@media (min-width: 768px) {
  .why {
    margin-top: 20rem;
  }
}
@media (min-width: 768px) {
  .why__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    align-items: center;
  }
}
.why__informacion {
  margin-bottom: 5rem;
}
.why__informacion:nth-child(2) {
  margin-bottom: 0;
}
.why__heading {
  font-size: 3rem;
}
.why__img {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .why__img {
    margin-top: 0;
  }
}

.resena {
  height: 80rem;
  padding: 10rem 0;
  color: #FFFFFF;
  margin-top: 9rem;
  background-image: linear-gradient(60deg, #8834fd 0%, #c756ec 100%) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.resena__contenido {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.resena__img {
  width: 50%;
}
@media (min-width: 768px) {
  .resena__img {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .resena__img {
    width: 10%;
  }
}
.resena__txt {
  margin-top: 3rem;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 768px) {
  .resena__txt {
    max-width: 30%;
    margin: 0 auto;
    margin-top: 3rem;
  }
}
.resena__heading {
  padding-top: 5rem;
  margin: 0;
}
.resena__footer {
  margin: 0;
  padding: 0;
  padding-top: 1rem;
  font-weight: 400;
  color: #FFFFFF;
}

.informacion {
  margin-top: 9rem;
}
@media (min-width: 768px) {
  .informacion__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
.informacion__heading {
  font-size: 3rem;
}
.informacion__txt {
  line-height: 2.2;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .informacion__txt {
    text-align: left;
  }
}

.result {
  margin-top: 9rem;
}
.result__heading {
  text-align: center;
  font-size: 3rem;
}
.result__txt {
  text-align: center;
  font-weight: 400;
}
@media (min-width: 768px) {
  .result__txt {
    width: 70%;
    margin: 0 auto;
  }
}
.result__grid {
  text-align: center;
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .result__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.result__card {
  width: 50%;
  margin: 0 auto;
}
.result__border {
  border: 0.1rem solid #666;
  border-radius: 100%;
  border-width: 50%;
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.result__circulo {
  border-width: 50%;
  height: 20rem;
  border-left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 100%;
  border: 0.1rem solid #8834fd;
  border-width: 50%;
}