@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");

/* Página Plan */

.image-desktop {
}

.image-mobile {
  display: none;
}

.full-width {
  width: 100% !important;
  max-width: 100% !important;
}

.plan * {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.plan section {
  width: 100%;
  scroll-margin-top: 2rem;
}

.plan .hero {
  padding-top: 4rem;
  border-bottom: 2px solid #5a3b97;
  border-top: 2px solid #5a3b97;
  width: 100%;
  background: #fff;
}

.plan .hero ul {
  display: flex;
  gap: 2rem;
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 0.5rem;
}

.plan .hero ul li {
  padding: 1rem 0;
  border-bottom: 4px solid #332458;
}

.plan .hero ul li a {
  font-size: 1.25rem;
  font-weight: 600;
  color: #332458;
}

.plan .inner {
  height: 150px;
  max-width: 64rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.plan .hero h1 {
  color: #5a3b97;
  font-weight: 700;
  font-size: 5rem;
  text-align: left;
  width: 100%;
  transition: all 1.3s;
}

.plan .hero:hover h1 {
  font-weight: 550;
}

.plan article {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0.5rem 0.25rem;
  text-align: left;
  /* border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; */
}

.plan article p {
  font-size: 18px;
  line-height: 24px;
  padding: 0.25rem 0;
  text-align: left;
}

.plan article h2 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #5a3b97;
}

.plan article h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
}

.plan article h4 {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 600;
}

.plan article ul {
  font-size: 18px;
  line-height: 24px;
  list-style-type: circle;
  padding-left: 1.25rem;
}

.plan article ol {
  font-size: 18px;
  line-height: 24px;
  padding-left: 1rem;
}

.plan article li {
  padding: 0.25rem 0;
}

.plan article .grilla {
  display: flex;
}

.plan article .grilla.invertida {
  display: flex;
  flex-direction: row-reverse;
}

.plan article .col-izquierda {
  width: 60%;
}

.plan article .col-derecha {
  width: 40%;
}

.plan article .col-derecha figure {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 900px) {
  .image-desktop {
    display: none;
  }
  .image-mobile {
    display: block;
  }


  .plan article .col-derecha figure {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
}

  .plan .hero .inner {
    padding: 2rem 0.25rem 1rem;
    height: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }

  .plan .hero h1 {
    text-align: center;
  }

  .plan article {
    padding: 1rem;
  }

  .plan article .grilla {
    flex-direction: column;
  }

  .plan article .grilla.invertida {
    flex-direction: column-reverse;
  }

  .plan article .col-izquierda {
    width: 100%;
  }

  .plan article .col-derecha {
    width: 100%;
  }
}
