/* //////////////////////////////////////////////////MOBILE//////////////////////////////////////////////// */
@media only screen and (min-width: 0px) and (max-width: 480px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  *::-webkit-scrollbar {
    width: 0.4rem;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #eaafc8;
    border-radius: 2px;
  }
  body {
    display: flex;
    flex-direction: column;
    font-family: Inter UI, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
      Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
      Segoe UI Symbol, Noto Color Emoji;
    width: 100%;
    min-height: 100vh;
    background: #e8e8e8;
    background-size: 180% 180%;
    animation: gradient-animation 4s ease infinite;
  }
  header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    width: 100%;
    height: 40vh;
    background: linear-gradient(200deg, #703ba1, #eaafc8);
    background-size: 150% 150%;
    animation: gradient-animation 4s ease infinite;
    border-bottom-left-radius: 70% 40%;
    border-bottom-right-radius: 70% 40%;
    box-shadow: 0 2px 1px 0 rgb(0 0 0 / 10%);
  }
  nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
  }
  nav > a {
    margin: 0 0.4rem;
    padding: 0.3rem 0.4rem;
    color: #1c1c1c9c;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    border: #fff 0.1px solid;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: #fff;
    font-family: helvetica;
  }
  nav > a:hover {
    background-image: linear-gradient(to top, #fad0c4 0%, #ffd1ff 100%);
    color: #fff;
  }
  nav a:hover {
    border-image: linear-gradient(135deg, #ffcc33 0%, #e233ff 100%);
  }
  header h1 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: "poppins";
    font-size: 2rem;
    color: #fff;
    text-shadow: #1c1c1c7e 1px 2px;
  }
  header span {
    padding-right: 0.3rem;
    color: #f18099;
    background: linear-gradient(135deg, #ffcc33 0%, #e233ff 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: #ffffff4f 0 0 0 !important;
  }
  header img {
    padding-top: 0.5rem;
    width: 6rem;
    filter: drop-shadow(0 3px 1px rgb(0, 0, 0, 0.137));
  }
  nav {
    display: flex;
    flex-wrap: wrap-reverse;
    margin-bottom: 5rem;
  }
  main {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    margin: 1.5rem 0;
    align-self: center;
    width: 85vw;
    min-height: 70vh;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 1px 0 rgb(0 0 0 / 10%);
    align-items: flex-start;
    justify-content: center;
  }
  .section-1 {
    margin-top: 1rem;
    width: 90%;
    min-height: 15rem;
    background: linear-gradient(white, white) padding-box,
      /*grey background*/ linear-gradient(to right, #654ea3, #eaafc8) border-box; /* border */
    color: #313149;
    padding: 10px;
    border: 5px solid transparent;
    border-radius: 10px;
    margin: 1rem 1rem 0.5rem 1rem;
    box-shadow: 3px -3px 10px #1c1c1c27;
  }
  .section-1 img,
  .section-2 img {
    width: 100%;
    border-radius: 8px;
  }
  .section-2 {
    width: 90%;
    min-height: 15rem;
    background: linear-gradient(white, white) padding-box,
      /*grey background*/ linear-gradient(to right, #654ea3, #eaafc8) border-box; /* border */
    color: #313149;
    padding: 10px;
    border: 5px solid transparent;
    border-radius: 10px;
    margin: 0.5rem 1rem 1rem 1rem;
    box-shadow: 3px -3px 10px #1c1c1c27;
  }
  .section-1 h2 {
    color: #f18099;
    background: linear-gradient(135deg, #ffcc33 0%, #e233ff 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: #ffffff00 0 0 0 !important;
    text-align: center;
    font-size: 2.6rem;
  }
  .section-1 p {
    font-family: helvetica;
    text-align: center;
    font-size: 1rem;
    color: #8a8f98;
  }
  .section-2 h2 {
    color: #f18099;
    background: linear-gradient(135deg, #ffcc33 0%, #e233ff 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: #ffffff00 !important;
    text-align: center;
    font-size: 2.6rem;
  }
  .section-2 p {
    font-family: helvetica;
    text-align: center;
    font-size: 1rem;
    color: #8a8f98;
  }
  article {
    padding: 1rem 1rem;
  }
  .article-1-1 {
    min-width: 1rem;
    min-height: 1rem;
    background: linear-gradient(650deg, #9a5eb3, #b66dc486, #e9bace, #faf8f975);
    background-size: 150% 150%;
    animation: gradient-animation 6s ease infinite;
    border-bottom-left-radius: 70% 30%;
    border-bottom-right-radius: 70% 30%;
    border-radius: 10px;
    box-shadow: 2px 3px 1px 0 rgb(0 0 0 / 10%);
    margin-top: 0.5rem;
  }
  .article-1-1 > h3 > a {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(135deg, #ffcc33 0%, #e233ff 100%);
    border-image-slice: 1;
    width: 100%;
    padding-bottom: 0.3rem;
    text-shadow: -1px 1px 0 #1c1c1c7e;
  }
  .article-1-1 :nth-child(2) {
    font-size: 0.8rem;
    color: #1c1c1c;
    text-align: center;
    font-weight: 100;
  }
  .article-1-1 :nth-child(3) {
    font-size: 1rem;
    color: #1c1c1c;
    text-align: center;
    font-weight: 600;
    padding-bottom: 0.5rem;
  }
  .article-1-2 {
    min-width: 1rem;
    min-height: 1rem;
    background: linear-gradient(650deg, #9a5eb3, #b66dc486, #e9bace, #faf8f975);
    background-size: 150% 150%;
    animation: gradient-animation 6s ease infinite;
    border-bottom-left-radius: 70% 30%;
    border-bottom-right-radius: 70% 30%;
    border-radius: 10px;
    box-shadow: 2px 3px 1px 0 rgb(0 0 0 / 10%);
    margin: 1rem 0;
  }
  .article-1-2 > h3 > a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(135deg, #ffcc33 0%, #e233ff 100%);
    border-image-slice: 1;
    width: 100%;
    padding-bottom: 0.3rem;
    text-shadow: -2px 1px 0 #1c1c1c7e;
  }
  article a,
  article a::before,
  article a::after {
    text-decoration: none;
  }
  .article-1-2 > :nth-child(2) {
    font-size: 0.8rem;
    color: #1c1c1c;
    text-align: center;
    font-weight: 100;
  }
  .article-1-2 :nth-child(3) {
    font-size: 1rem;
    color: #1c1c1c;
    text-align: center;
    font-weight: 600;
    padding-bottom: 0.5rem;
  }
  .button {
    width: 100px;
    height: 30px;
    font-size: 16px;
    background: transparent;
    border: none;
    position: relative;
    color: #f0f0f0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  .button::after,
  .button::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all 0.4s;
    text-decoration: none;
    color: #fff;
  }

  .button::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: #28282d;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
  }

  .button::after {
    transform: translate(10px, 10px);
    width: 35px;
    height: 35px;
    background: #ffffff15;
    backdrop-filter: blur(5px);
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
  }

  .button:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%;
    text-decoration: none;
    color: #fff;
  }

  .button:hover::after {
    border-radius: 10px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
  }

  .button:active::after {
    transition: 0s;
    transform: translate(0, 5%);
    text-decoration: none;
    color: #fff;
  }
  .button > a,
  .button > a:active {
    text-decoration: none;
    color: #fff;
  }
  footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 20vh;
    justify-content: center;
    align-items: center;
  }
  footer p {
    align-content: center;
    align-self: center;
    color: #666666;
  }
  footer img {
    width: 1rem;
    margin: auto 0.1rem;
  }
  .redes-footer {
    padding-top: 0.5rem;
    display: flex;
  }
  #mainFuturos{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #mainPasados{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
}
/* /////////////////////////////////////////////////////////////////////////TABLET//////////////////////////////// */
@media only screen and (min-width: 480px) and (max-width: 786px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  *::-webkit-scrollbar {
    width: 0.4rem;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #eaafc8;
    border-radius: 2px;
  }
  body {
    display: flex;
    flex-direction: column;
    font-family: Inter UI, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
      Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
      Segoe UI Symbol, Noto Color Emoji;
    width: 100%;
    min-height: 100%;
    background: #e8e8e8;
    background-size: 180% 180%;
    animation: gradient-animation 4s ease infinite;
  }
  header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 40vh;
    background: linear-gradient(200deg, #703ba1, #eaafc8);
    background-size: 150% 150%;
    animation: gradient-animation 4s ease infinite;
    border-bottom-left-radius: 70% 40%;
    border-bottom-right-radius: 70% 40%;
    box-shadow: 0 2px 1px 0 rgb(0 0 0 / 10%);
  }
  nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    margin-bottom: 1rem;
  }
  nav > a {
    margin: 0 0.4rem;
    padding: 0.3rem 0.4rem;
    color: #1c1c1c9c;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    border: #fff 0.1px solid;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: #fff;
    font-family: helvetica;
  }
  nav > a:hover {
    background-image: linear-gradient(to top, #fad0c4 0%, #ffd1ff 100%);
    color: #fff;
  }

  header h1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    font-family: "poppins";
    font-size: 2rem;
    color: #fff;
    text-shadow: #1c1c1c7e 1px 2px;
  }
  header span {
    padding-right: 0.3rem;
    color: #f18099;
    background: linear-gradient(135deg, #ffcc33 0%, #e233ff 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: #ffffff4f 0 0 0 !important;
  }
  header img {
    margin-top: 1rem;
    width: 6rem;
    filter: drop-shadow(0 3px 1px rgb(0, 0, 0, 0.137));
  }
  main {
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 1;
    margin: 1.5rem 0;
    align-self: center;
    width: 85vw;
    min-height: 70vh;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 1px 0 rgb(0 0 0 / 10%);
    align-items: stretch;
    justify-content: center;
  }
  .section-1 img,
  .section-2 img {
    width: 100%;
    border-radius: 8px;
    padding-top: 0.3rem;
  }
  .section-1 {
    width: 50%;
    min-height: 15rem;
    background: linear-gradient(white, white) padding-box,
      /*grey background*/ linear-gradient(to right, #654ea3, #eaafc8) border-box; /* border */
    color: #313149;
    padding: 10px;
    border: 5px solid transparent;
    border-radius: 10px;
    margin: 1rem 0.25rem 0.5rem 1rem;
    box-shadow: 3px -3px 10px #1c1c1c27;
  }
  .section-2 {
    width: 50%;
    min-height: 15rem;
    background: linear-gradient(white, white) padding-box,
      /*grey background*/ linear-gradient(to right, #eaafc8, #654ea3) border-box; /* border */
    color: #313149;
    padding: 10px;
    border: 5px solid transparent;
    border-radius: 10px;
    margin: 1rem 1rem 0.5rem 0.25rem;
    box-shadow: 3px -3px 10px #1c1c1c27;
  }
  .section-1 h2 {
    color: #f18099;
    background: linear-gradient(135deg, #ffcc33 0%, #e233ff 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: #ffffff00 0 0 0 !important;
    text-align: center;
    font-size: 2rem;
  }
  .section-1 p {
    font-family: helvetica;
    text-align: center;
    padding: 0.2rem 0;
    font-size: 0.9rem;
    color: #8a8f98;
  }
  .section-2 h2 {
    color: #f18099;
    background: linear-gradient(135deg, #ffcc33 0%, #e233ff 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: #ffffff00 !important;
    text-align: center;
    font-size: 2rem;
  }
  .section-2 p {
    font-family: helvetica;
    text-align: center;
    font-size: 0.9rem;
    color: #8a8f98;
    padding: 0.2rem 0;
  }
  article {
    padding: 1rem 1rem;
  }
  .article-1-1 {
    min-width: 1rem;
    min-height: 1rem;
    background: linear-gradient(650deg, #9a5eb3, #b66dc486, #e9bace, #faf8f975);
    background-size: 150% 150%;
    animation: gradient-animation 6s ease infinite;
    border-bottom-left-radius: 70% 30%;
    border-bottom-right-radius: 70% 30%;
    border-radius: 10px;
    box-shadow: 2px 3px 1px 0 rgb(0 0 0 / 10%);
    margin-top: 0.5rem;
  }
  .article-1-1 > h3 > a {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(135deg, #ffcc33 0%, #e233ff 100%);
    border-image-slice: 1;
    width: 100%;
    padding-bottom: 0.3rem;
    text-shadow: -1px 1px 0 #1c1c1c7e;
  }
  .article-1-1 :nth-child(2) {
    font-size: 0.8rem;
    color: #1c1c1c;
    text-align: center;
    font-weight: 100;
  }
  .article-1-1 :nth-child(3) {
    font-size: 1rem;
    color: #1c1c1c;
    text-align: center;
    font-weight: 600;
  }
  .article-1-2 {
    min-width: 1rem;
    min-height: 1rem;
    background: linear-gradient(650deg, #9a5eb3, #b66dc486, #e9bace, #faf8f975);
    background-size: 150% 150%;
    animation: gradient-animation 6s ease infinite;
    border-bottom-left-radius: 70% 30%;
    border-bottom-right-radius: 70% 30%;
    border-radius: 10px;
    box-shadow: 2px 3px 1px 0 rgb(0 0 0 / 10%);
    margin: 1rem 0;
  }
  .article-1-2 > h3 > a {
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(135deg, #ffcc33 0%, #e233ff 100%);
    border-image-slice: 1;
    width: 100%;
    padding-bottom: 0.3rem;
    text-shadow: -1px 1px 0 #1c1c1c7e;
    display: flex;
    justify-content: center;
  }
  article a,
  article a::before,
  article a::after {
    text-decoration: none;
  }
  .article-1-2 > :nth-child(2) {
    font-size: 0.8rem;
    color: #1c1c1c;
    text-align: center;
    font-weight: 100;
  }
  .article-1-2 :nth-child(3) {
    font-size: 1rem;
    color: #1c1c1c;
    text-align: center;
    font-weight: 600;
  }
  .button {
    width: 100px;
    height: 30px;
    font-size: 16px;
    background: transparent;
    border: none;
    position: relative;
    color: #f0f0f0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  .button::after,
  .button::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all 0.4s;
    text-decoration: none;
    color: #fff;
  }

  .button::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: #28282d;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
  }

  .button::after {
    transform: translate(10px, 10px);
    width: 35px;
    height: 35px;
    background: #ffffff15;
    backdrop-filter: blur(5px);
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
  }

  .button:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%;
    text-decoration: none;
    color: #fff;
  }

  .button:hover::after {
    border-radius: 10px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
  }

  .button:active::after {
    transition: 0s;
    transform: translate(0, 5%);
    text-decoration: none;
    color: #fff;
  }
  .button > a,
  .button > a:active {
    text-decoration: none;
    color: #fff;
  }

  footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 20vh;
    justify-content: center;
    align-items: center;
  }
  footer p {
    align-content: center;
    align-self: center;
    color: #666666;
  }
  footer img {
    width: 1rem;
    margin: auto 0.1rem;
  }
  .redes-footer {
    padding-top: 0.5rem;
    display: flex;
  }
}
/* ///////////////////////////////////////////////////////PC/////////////////////////////////////////////////////////////////////// */
@media only screen and (min-width: 786px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  *::-webkit-scrollbar {
    width: 0.4rem;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #eaafc8;
    border-radius: 2px;
  }
  body {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    font-family: Inter UI, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
      Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
      Segoe UI Symbol, Noto Color Emoji;
    width: 100%;
    min-height: 100vh;
    background: #e8e8e8;
    background-size: 180% 180%;
    animation: gradient-animation 4s ease infinite;
  }
  header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    width: 100%;
    height: 40vh;
    background: linear-gradient(200deg, #703ba1, #eaafc8);
    background-size: 150% 150%;
    animation: gradient-animation 4s ease infinite;
    border-bottom-left-radius: 70% 40%;
    border-bottom-right-radius: 70% 40%;
    box-shadow: 0 2px 1px 0 rgb(0 0 0 / 10%);
  }
  nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
  }
  nav > a {
    margin: 0 0.4rem;
    padding: 0.3rem 0.4rem;
    color: #1c1c1c9c;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    border: #fff 0.1px solid;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: #fff;
    font-family: helvetica;
  }
  nav > a:hover {
    background-image: linear-gradient(to top, #fad0c4 0%, #ffd1ff 100%);
    color: #fff;
  }
  nav a:hover {
    border-image: linear-gradient(135deg, #ffcc33 0%, #e233ff 100%);
  }
  header h1 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: "poppins";
    font-size: 2rem;
    color: #fff;
    text-shadow: #1c1c1c7e 1px 2px;
  }
  header span {
    padding-right: 0.3rem;
    color: #f18099;
    background: linear-gradient(135deg, #ffcc33 0%, #e233ff 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: #ffffff4f 0 0 0 !important;
  }
  header img {
    padding-top: 0.5rem;
    width: 6rem;
    filter: drop-shadow(0 3px 1px rgb(0, 0, 0, 0.137));
  }
  nav {
    display: flex;
    flex-wrap: wrap-reverse;
    margin-bottom: 5rem;
  }
  main {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    margin: 1.5rem 0;
    align-self: center;
    width: 85vw;
    min-height: 70vh;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 1px 0 rgb(0 0 0 / 10%);
    align-items: center;
    justify-content: center;
  }
  section {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-1 img,
  .section-2 img {
    margin-top: 1rem;
    width: 100%;
    border-radius: 8px;
  }
  .section-1 {
    width: 90%;
    min-height: 15rem;
    background: linear-gradient(white, white) padding-box,
      /*grey background*/ linear-gradient(to right, #654ea3, #eaafc8) border-box; /* border */
    color: #313149;
    padding: 10px;
    border: 5px solid transparent;
    border-radius: 10px;
    margin: 1rem 1rem 0 1rem;
    box-shadow: 3px -3px 10px #1c1c1c27;
  }
  .section-2 {
    width: 90%;
    min-height: 50%;
    background: linear-gradient(white, white) padding-box,
      /*grey background*/ linear-gradient(to right, #654ea3, #eaafc8) border-box; /* border */
    color: #313149;
    padding: 10px;
    border: 5px solid transparent;
    border-radius: 10px;
    margin: 1rem 1rem 1rem 1rem;
    box-shadow: 3px -3px 10px #1c1c1c27;
  }
  .section-1 h2 {
    color: #f18099;
    background: linear-gradient(135deg, #ffcc33 0%, #e233ff 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: #ffffff00 0 0 0 !important;
    text-align: center;
    font-size: 2.6rem;
  }
  .section-1 p {
    font-family: helvetica;
    text-align: center;
    padding: 0.2rem 0;
    font-size: 0.9rem;
    color: #8a8f98;
  }
  .section-2 h2 {
    color: #f18099;
    background: linear-gradient(135deg, #ffcc33 0%, #e233ff 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: #ffffff00 !important;
    text-align: center;
    font-size: 2.6rem;
  }
  .section-2 p {
    font-family: helvetica;
    text-align: center;
    font-size: 0.9rem;
    padding: 0.2rem 0;
    color: #8a8f98;
  }
  article img {
    min-width: 1rem;
  }
  .article-1-1 {
    min-width: 1rem;
    min-height: 100%;
    background: linear-gradient(650deg, #9a5eb3, #b66dc486, #e9bace, #faf8f975);
    background-size: 150% 150%;
    animation: gradient-animation 6s ease infinite;
    border-radius: 10px;
    box-shadow: 2px 3px 1px 0 rgb(0 0 0 / 10%);
    flex-grow: 1;
  }
  .article-1-1 >a{
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(135deg, #ffcc33 0%, #e233ff 100%);
    border-image-slice: 1;
    width: 100%;
    padding-bottom: 0.3rem;
    text-shadow: -1px 1px 0 #1c1c1c7e;
  }
  .article-1-1 :nth-child(2) {
    font-size: 0.8rem;
    color: #1c1c1c;
    text-align: center;
    font-weight: 100;
  }
  .article-1-1 :nth-child(3) {
    font-size: 1rem;
    color: #1c1c1c;
    text-align: center;
    font-weight: 600;
  }/* 
  .article-1-2 {
    min-width: 1rem;
    min-height: 1rem;
    background: linear-gradient(650deg, #9a5eb3, #b66dc486, #e9bace, #faf8f975);
    background-size: 150% 150%;
    animation: gradient-animation 6s ease infinite;
    border-radius: 10px;
    box-shadow: 2px 3px 1px 0 rgb(0 0 0 / 10%);
    flex-grow: 1;
    display: flex;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .article-1-2 > h3 {
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(135deg, #ffcc33 0%, #e233ff 100%);
    border-image-slice: 1;
    width: 100%;
    padding-bottom: 0.3rem;
    text-shadow: -1px 1px 0 #1c1c1c7e;
    display: flex;
    justify-content: center;
  } */
  article a,
  article a::before,
  article a::after {
    text-decoration: none;
  }
  .article-1-2 > :nth-child(2) {
    font-size: 0.8rem;
    color: #1c1c1c;
    text-align: center;
    font-weight: 100;
  }
  .article-1-2 :nth-child(3) {
    font-size: 1rem;
    color: #1c1c1c;
    text-align: center;
    font-weight: 600;
  }
  .f-div {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: space-evenly;
    align-items: center;
    padding-right: 1rem;
  }
  article {
    padding: 1rem 1rem;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: center;
    margin-right: 1rem;
    flex-grow: 2;
  }
  .button {
    width: 100px;
    height: 30px;
    font-size: 16px;
    background: transparent;
    border: none;
    position: relative;
    color: #f0f0f0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  .button::after,
  .button::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all 0.4s;
    text-decoration: none;
    color: #fff;
  }

  .button::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: #28282d;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
  }

  .button::after {
    transform: translate(10px, 10px);
    width: 35px;
    height: 35px;
    background: #ffffff15;
    backdrop-filter: blur(5px);
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
  }

  .button:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%;
    text-decoration: none;
    color: #fff;
  }

  .button:hover::after {
    border-radius: 10px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
  }

  .button:active::after {
    transition: 0s;
    transform: translate(0, 5%);
    text-decoration: none;
    color: #fff;
  }
  .button > a,
  .button > a:active {
    text-decoration: none;
    color: #fff;
  }
  footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 20vh;
    justify-content: center;
    align-items: center;
  }
  footer p {
    align-content: center;
    align-self: center;
    color: #666666;
  }
  footer img {
    width: 1rem;
    margin: auto 0.1rem;
  }
  .redes-footer {
    padding-top: 0.5rem;
    display: flex;
  }
  #mainFuturos{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #mainPasados{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  
}
header img{
  margin-top: 4rem;
}