@import "../../../css/nav/nav.css";
@import "../../../css/footer/footer.css";
@import "../../../css/fonts/fontSizes.css";

body {
  background: linear-gradient(180deg, #d06b81 10%, #fff 22.5%);
  overflow-x: hidden;
}
body .fatherSection {
  position: relative;
}
body .fatherSection .generalBackground {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-image: url("../img/Vector.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: waveAnimation 9s infinite;
}
body .fatherSection > :nth-child(2) {
  position: relative;
}
body .fatherSection > :nth-child(2) .firstSection {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  padding-top: 2.5rem;
}
body .fatherSection > :nth-child(2) .firstSection > :nth-child(1) {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  margin: 0 auto;
  width: 90%;
  max-width: 1440px;
}
body
  .fatherSection
  > :nth-child(2)
  .firstSection
  > :nth-child(1)
  > :nth-child(1) {
  display: flex;
  flex-flow: column wrap;
  text-align: center;
  gap: 1.75rem;
  transition: 1s;
}
body
  .fatherSection
  > :nth-child(2)
  .firstSection
  > :nth-child(1)
  > :nth-child(1)
  h1,
body
  .fatherSection
  > :nth-child(2)
  .firstSection
  > :nth-child(1)
  > :nth-child(1)
  h2 {
  color: white;
}
body
  .fatherSection
  > :nth-child(2)
  .firstSection
  > :nth-child(1)
  > :nth-child(1)
  > div
  img {
  width: 100%;
  max-width: 400px;
  animation: heartbeat 2.5s ease-in-out infinite;
}
body
  .fatherSection
  > :nth-child(2)
  .firstSection
  > :nth-child(1)
  .envio_participa_beneficio {
  margin-top: -2rem;
}
body
  .fatherSection
  > :nth-child(2)
  .firstSection
  > :nth-child(1)
  > :nth-child(3) {
  display: flex;
  flex-flow: column wrap;
  margin: 0 auto;
  width: 90%;
  transition: 0.5s;
  animation-delay: 0.3s;
}
body
  .fatherSection
  > :nth-child(2)
  .firstSection
  > :nth-child(1)
  > :nth-child(3)
  > :nth-child(1) {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  border-radius: 20px;
  padding-top: 1.5rem;
  padding-bottom: 7%;
  box-shadow: 0px 0px 6.5px 0px #b8b8b8;
  background: white;
}
body
  .fatherSection
  > :nth-child(2)
  .firstSection
  > :nth-child(1)
  > :nth-child(3)
  > :nth-child(1)
  > :nth-child(1) {
  margin: 0 auto;
  width: 90%;
}
body
  .fatherSection
  > :nth-child(2)
  .firstSection
  > :nth-child(1)
  > :nth-child(3)
  > :nth-child(2) {
  border-radius: 25px;
  background: #d06b81;
  margin: 0 auto;
  width: 90%;
  padding: 1.5rem 0rem;
  margin-top: -2.5rem;
}
body
  .fatherSection
  > :nth-child(2)
  .firstSection
  > :nth-child(1)
  > :nth-child(3)
  > :nth-child(2)
  > :nth-child(1) {
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-flow: column wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
body
  .fatherSection
  > :nth-child(2)
  .firstSection
  > :nth-child(1)
  > :nth-child(3)
  > :nth-child(2)
  > :nth-child(1)
  p {
  text-align: center;
  color: white;
}
body
  .fatherSection
  > :nth-child(2)
  .firstSection
  > :nth-child(1)
  > :nth-child(3)
  > :nth-child(2)
  > :nth-child(1)
  div
  img {
  width: 100%;
  max-width: 50px;
}
@media (max-width: 900px) {
  body .fatherSection > :nth-child(2) .firstSection {
    padding-top: 2rem;
  }
  body .fatherSection > :nth-child(2) .firstSection br {
    display: none;
  }
  body .fatherSection > :nth-child(2) .firstSection > :nth-child(1) {
    gap: 1.4rem;
  }
  body
    .fatherSection
    > :nth-child(2)
    .firstSection
    > :nth-child(1)
    > :nth-child(1) {
    display: flex;
    flex-flow: column wrap;
    text-align: center;
    gap: 1.75rem;
  }
  body
    .fatherSection
    > :nth-child(2)
    .firstSection
    > :nth-child(1)
    > :nth-child(1)
    h1,
  body
    .fatherSection
    > :nth-child(2)
    .firstSection
    > :nth-child(1)
    > :nth-child(1)
    h2 {
    color: white;
  }
  body
    .fatherSection
    > :nth-child(2)
    .firstSection
    > :nth-child(1)
    > :nth-child(1)
    > div
    img {
    width: 100%;
    max-width: 280px;
  }
  body
    .fatherSection
    > :nth-child(2)
    .firstSection
    > :nth-child(1)
    .envio_participa_beneficio {
    margin-top: -1.6rem;
  }
  body
    .fatherSection
    > :nth-child(2)
    .firstSection
    > :nth-child(1)
    > :nth-child(3) {
    width: 100%;
  }
  body
    .fatherSection
    > :nth-child(2)
    .firstSection
    > :nth-child(1)
    > :nth-child(3)
    > :nth-child(1) {
    padding-top: 1.2rem;
    padding-bottom: 5.6%;
  }
  body
    .fatherSection
    > :nth-child(2)
    .firstSection
    > :nth-child(1)
    > :nth-child(3)
    > :nth-child(2) {
    padding: 0.75rem 0rem;
    margin-top: -1.35rem;
  }
  body
    .fatherSection
    > :nth-child(2)
    .firstSection
    > :nth-child(1)
    > :nth-child(3)
    > :nth-child(2)
    > :nth-child(1) {
    gap: 0.8rem;
  }
  body
    .fatherSection
    > :nth-child(2)
    .firstSection
    > :nth-child(1)
    > :nth-child(3)
    > :nth-child(2)
    > :nth-child(1)
    p {
    text-align: center;
    color: white;
  }
  body
    .fatherSection
    > :nth-child(2)
    .firstSection
    > :nth-child(1)
    > :nth-child(3)
    > :nth-child(2)
    > :nth-child(1)
    div
    img {
    max-width: 40px;
  }
}
body .fatherSection > :nth-child(2) .secondSection {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  overflow: hidden;
  padding: 2.5rem 0rem;
}
body .fatherSection > :nth-child(2) .secondSection > :nth-child(1) {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  margin: 0 auto;
  width: 90%;
  max-width: 1440px;
}
body .fatherSection > :nth-child(2) .secondSection > :nth-child(1) aside {
  width: 85%;
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  justify-content: flex-start;
  margin: 0 auto;
  width: 95%;
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_line {
  width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  height: 90%;
  padding-left: 4%;
  transform: translateY(2.5%);
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_line
  .ag-timeline_line-progress {
  width: 100%;
  height: 20%;
  background-color: #d06b81;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list {
  display: flex;
  flex-flow: column wrap;
  gap: 3.5rem;
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item {
  display: flex;
  flex-flow: column wrap;
  gap: 1.75rem;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  .ag-timeline-card_item {
  display: flex;
  flex-flow: column wrap;
  gap: 1rem;
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  .ag-timeline-card_item
  h2,
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  .ag-timeline-card_item
  h3,
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  .ag-timeline-card_item
  p {
  position: relative;
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  .ag-timeline-card_item
  > div
  img {
  width: 100%;
  max-width: 75px;
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  > :nth-child(1),
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  > :nth-child(3) {
  padding-left: 8%;
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  > :nth-child(2) {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  gap: 1.5rem;
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  > :nth-child(2)
  > :nth-child(1),
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  > :nth-child(2)
  > :nth-child(2) {
  display: flex;
  flex-flow: row wrap;
  gap: 1.5rem;
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  > :nth-child(2)
  > :nth-child(1)
  > div,
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  > :nth-child(2)
  > :nth-child(2)
  > div {
  flex: 1;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  border-radius: 25px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  > :nth-child(2)
  > :nth-child(1)
  > div
  > :nth-child(1),
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  > :nth-child(2)
  > :nth-child(2)
  > div
  > :nth-child(1) {
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 1rem 0rem;
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  > :nth-child(2)
  > :nth-child(1)
  > div
  > :nth-child(2),
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  > :nth-child(2)
  > :nth-child(2)
  > div
  > :nth-child(2) {
  background: #d06b81;
  border-radius: 0px 0px 25px 25px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem 0rem;
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  > :nth-child(2)
  > :nth-child(1)
  > div
  > :nth-child(2)
  img,
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  > :nth-child(2)
  > :nth-child(2)
  > div
  > :nth-child(2)
  img {
  width: 100%;
  max-width: 40px;
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  > :nth-child(2)
  > :nth-child(3) {
  flex: 1;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  border-radius: 25px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  > :nth-child(2)
  > :nth-child(3)
  > :nth-child(1) {
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 1rem 0rem;
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  > :nth-child(2)
  > :nth-child(3)
  > :nth-child(2) {
  background: #d06b81;
  border-radius: 0px 0px 25px 25px;
  justify-content: center;
  padding: 1rem 0rem;
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  > :nth-child(2)
  > :nth-child(3)
  > :nth-child(2)
  > :nth-child(1) {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  > :nth-child(2)
  > :nth-child(3)
  > :nth-child(2)
  > :nth-child(1)
  img {
  width: 100%;
  max-width: 40px;
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  > :nth-child(2)
  > :nth-child(3)
  > :nth-child(2)
  > :nth-child(1)
  > :nth-child(2)
  img {
  width: 100%;
  max-width: 46px;
}
body
  .fatherSection
  > :nth-child(2)
  .secondSection
  > :nth-child(1)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  .finish_item {
  margin-top: -1.5rem;
}
@media (max-width: 900px) {
  body .fatherSection > :nth-child(2) .secondSection {
    padding: 1.5rem 0rem;
  }
  body .fatherSection > :nth-child(2) .secondSection > :nth-child(1) {
    gap: 1.25rem;
  }
  body .fatherSection > :nth-child(2) .secondSection > :nth-child(1) aside {
    width: 100%;
  }
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline {
    display: flex;
    flex-flow: column wrap;
    position: relative;
    justify-content: flex-start;
    margin: 0 auto;
    width: 100%;
  }
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_line {
    width: 7.5px;
    padding-left: 4%;
    transform: translateY(1.5%);
  }
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_list {
    gap: 2.5rem;
  }
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item {
    gap: 1.5rem;
  }
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    .ag-timeline-card_item {
    display: flex;
    flex-flow: column wrap;
    gap: 0.75rem;
  }
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    .ag-timeline-card_item
    > div
    img {
    width: 100%;
    max-width: 55px;
  }
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    > :nth-child(1),
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    > :nth-child(3) {
    padding-left: 8%;
  }
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    > :nth-child(2) {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    gap: 1rem;
  }
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    > :nth-child(2)
    > :nth-child(1),
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    > :nth-child(2)
    > :nth-child(2) {
    flex-flow: column wrap;
    gap: 1rem;
  }
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    > :nth-child(2)
    > :nth-child(1)
    > div
    > :nth-child(1),
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    > :nth-child(2)
    > :nth-child(2)
    > div
    > :nth-child(1) {
    width: 95%;
    gap: 0.25rem;
    padding: 0.5rem 0rem;
  }
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    > :nth-child(2)
    > :nth-child(1)
    > div
    > :nth-child(2),
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    > :nth-child(2)
    > :nth-child(2)
    > div
    > :nth-child(2) {
    padding: 0.5rem 0rem;
  }
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    > :nth-child(2)
    > :nth-child(1)
    > div
    > :nth-child(2)
    img,
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    > :nth-child(2)
    > :nth-child(2)
    > div
    > :nth-child(2)
    img {
    max-width: 33px;
  }
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    > :nth-child(2)
    > :nth-child(3)
    > :nth-child(1) {
    width: 95%;
    gap: 0.25rem;
    padding: 0.5rem 0rem;
  }
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    > :nth-child(2)
    > :nth-child(3)
    > :nth-child(2) {
    padding: 0.5rem 0rem;
  }
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    > :nth-child(2)
    > :nth-child(3)
    > :nth-child(2)
    > :nth-child(1) {
    gap: 1rem;
  }
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    > :nth-child(2)
    > :nth-child(3)
    > :nth-child(2)
    > :nth-child(1)
    img {
    max-width: 33px;
  }
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    > :nth-child(2)
    > :nth-child(3)
    > :nth-child(2)
    > :nth-child(1)
    > :nth-child(2)
    img {
    max-width: 39px;
  }
  body
    .fatherSection
    > :nth-child(2)
    .secondSection
    > :nth-child(1)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    .finish_item {
    margin-top: -1.5rem;
  }
}
body .fatherSection > :nth-child(2) .thirdSection {
  margin: 0 auto;
  width: 90%;
  max-width: 1450px;
  padding: 2rem 0rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  place-content: center;
  position: relative;
  transition: 1s;
  text-align: center;
  padding-bottom: 2rem;
}
body .fatherSection > :nth-child(2) .thirdSection > :nth-child(1) {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
body .fatherSection > :nth-child(2) .thirdSection > :nth-child(1) > div {
  position: absolute;
  display: flex;
  flex-flow: column wrap;
  gap: 2rem;
}
body
  .fatherSection
  > :nth-child(2)
  .thirdSection
  > :nth-child(1)
  > div
  > div
  img {
  width: 100%;
  max-width: 65px;
  animation: heartbeat 2.5s ease-in-out infinite;
}
body
  .fatherSection
  > :nth-child(2)
  .thirdSection
  > :nth-child(1)
  > :nth-child(1) {
  left: 0;
  bottom: 0;
}
body
  .fatherSection
  > :nth-child(2)
  .thirdSection
  > :nth-child(1)
  > :nth-child(1)
  > :nth-child(1) {
  transform: translateY(-50%);
}
body
  .fatherSection
  > :nth-child(2)
  .thirdSection
  > :nth-child(1)
  > :nth-child(1)
  > :nth-child(2) {
  transform: translateX(100%);
}
body
  .fatherSection
  > :nth-child(2)
  .thirdSection
  > :nth-child(1)
  > :nth-child(1)
  > :nth-child(3) {
  transform: translateX(250%);
}
body
  .fatherSection
  > :nth-child(2)
  .thirdSection
  > :nth-child(1)
  > :nth-child(2) {
  right: 0;
}
body
  .fatherSection
  > :nth-child(2)
  .thirdSection
  > :nth-child(1)
  > :nth-child(2)
  > :nth-child(1) {
  transform: translateX(-250%);
}
body
  .fatherSection
  > :nth-child(2)
  .thirdSection
  > :nth-child(1)
  > :nth-child(2)
  > :nth-child(2) {
  transform: translateX(-100%);
}
body .fatherSection > :nth-child(2) .thirdSection > :nth-child(2) {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  gap: 1rem;
}
body .fatherSection > :nth-child(2) .thirdSection > :nth-child(2) > div {
  width: 100%;
  max-width: 350px;
}
body .fatherSection > :nth-child(2) .thirdSection > :nth-child(2) > div img {
  width: 100%;
}
@media (max-width: 1250px) {
  body .fatherSection > :nth-child(2) .thirdSection > :nth-child(1) > div {
    gap: 1.5rem;
  }
  body
    .fatherSection
    > :nth-child(2)
    .thirdSection
    > :nth-child(1)
    > div
    > div
    img {
    max-width: 55px;
  }
  body
    .fatherSection
    > :nth-child(2)
    .thirdSection
    > :nth-child(1)
    > :nth-child(1)
    > :nth-child(1) {
    transform: translateY(-25%);
  }
  body
    .fatherSection
    > :nth-child(2)
    .thirdSection
    > :nth-child(1)
    > :nth-child(1)
    > :nth-child(2) {
    transform: translateX(50%);
  }
  body
    .fatherSection
    > :nth-child(2)
    .thirdSection
    > :nth-child(1)
    > :nth-child(1)
    > :nth-child(3) {
    transform: translateX(125%);
  }
  body
    .fatherSection
    > :nth-child(2)
    .thirdSection
    > :nth-child(1)
    > :nth-child(2) {
    right: 0;
  }
  body
    .fatherSection
    > :nth-child(2)
    .thirdSection
    > :nth-child(1)
    > :nth-child(2)
    > :nth-child(1) {
    transform: translateX(-125%);
  }
  body
    .fatherSection
    > :nth-child(2)
    .thirdSection
    > :nth-child(1)
    > :nth-child(2)
    > :nth-child(2) {
    transform: translateX(-50%);
  }
  body .fatherSection > :nth-child(2) .thirdSection > :nth-child(2) {
    gap: 1rem;
  }
  body .fatherSection > :nth-child(2) .thirdSection > :nth-child(2) > div {
    max-width: 300px;
  }
}
@media (max-width: 1150px) {
  body .fatherSection > :nth-child(2) .thirdSection > :nth-child(1) > div {
    gap: 1.5rem;
  }
  body
    .fatherSection
    > :nth-child(2)
    .thirdSection
    > :nth-child(1)
    > div
    > div
    img {
    max-width: 50px;
  }
  body
    .fatherSection
    > :nth-child(2)
    .thirdSection
    > :nth-child(1)
    > :nth-child(1)
    > :nth-child(1) {
    transform: translateY(-25%);
  }
  body
    .fatherSection
    > :nth-child(2)
    .thirdSection
    > :nth-child(1)
    > :nth-child(1)
    > :nth-child(2) {
    transform: translateX(50%);
  }
  body
    .fatherSection
    > :nth-child(2)
    .thirdSection
    > :nth-child(1)
    > :nth-child(1)
    > :nth-child(3) {
    transform: translateX(125%);
  }
  body
    .fatherSection
    > :nth-child(2)
    .thirdSection
    > :nth-child(1)
    > :nth-child(2) {
    display: none;
  }
  body .fatherSection > :nth-child(2) .thirdSection > :nth-child(2) {
    gap: 1rem;
  }
  body .fatherSection > :nth-child(2) .thirdSection > :nth-child(2) > div {
    max-width: 300px;
  }
}
@media (max-width: 900px) {
  body .fatherSection > :nth-child(2) .thirdSection > :nth-child(1) > div {
    gap: 1.25rem;
  }
  body
    .fatherSection
    > :nth-child(2)
    .thirdSection
    > :nth-child(1)
    > div
    > div
    img {
    max-width: 40px;
  }
  body
    .fatherSection
    > :nth-child(2)
    .thirdSection
    > :nth-child(1)
    > :nth-child(1) {
    display: none;
  }
  body
    .fatherSection
    > :nth-child(2)
    .thirdSection
    > :nth-child(1)
    > :nth-child(2) {
    display: none;
  }
  body .fatherSection > :nth-child(2) .thirdSection > :nth-child(2) {
    gap: 1rem;
  }
  body .fatherSection > :nth-child(2) .thirdSection > :nth-child(2) > div {
    max-width: 300px;
  }
}

body .secondSectionBelow {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 2.5rem 0rem;
}
body .secondSectionBelow > :nth-child(1) {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-image: url("../img/Vector.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: waveAnimation 9s infinite;
}
body .secondSectionBelow > :nth-child(2) {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  gap: 3.75rem;
  margin: 0 auto;
  width: 90%;
  max-width: 1440px;
}
body .secondSectionBelow > :nth-child(2) > :nth-child(1) {
  margin: 3rem 0rem;
  text-align: center;
  transition: 1s;
}
body .secondSectionBelow > :nth-child(2) aside {
  width: 85%;
}
body .secondSectionBelow > :nth-child(2) aside .ag-timeline {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  justify-content: flex-start;
  margin: 0 auto;
  width: 95%;
}
body .secondSectionBelow > :nth-child(2) aside .ag-timeline .ag-timeline_line {
  width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  height: 90%;
  padding-left: 4%;
  transform: translateY(2.5%);
}
body
  .secondSectionBelow
  > :nth-child(2)
  aside
  .ag-timeline
  .ag-timeline_line
  .ag-timeline_line-progress {
  width: 100%;
  height: 20%;
  background-color: #d06b81;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
body .secondSectionBelow > :nth-child(2) aside .ag-timeline .ag-timeline_list {
  display: flex;
  flex-flow: column wrap;
  gap: 3.5rem;
}
body
  .secondSectionBelow
  > :nth-child(2)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item {
  display: flex;
  flex-flow: column wrap;
  gap: 1.75rem;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
body
  .secondSectionBelow
  > :nth-child(2)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  .ag-timeline-card_item {
  display: flex;
  flex-flow: column wrap;
  gap: 3rem;
}
body
  .secondSectionBelow
  > :nth-child(2)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  > div {
  padding-left: 8%;
}
body
  .secondSectionBelow
  > :nth-child(2)
  aside
  .ag-timeline
  .ag-timeline_list
  .ag-timeline_item
  .finish_item {
  margin-top: -1.5rem;
}
body .secondSectionBelow > :nth-child(2) > :nth-child(3) {
  display: flex;
  flex-flow: column wrap;
  gap: 1.75rem;
  margin: 3rem 0rem;
  transition: 1s;
}
body .secondSectionBelow > :nth-child(2) > :nth-child(3) > :nth-child(1) {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 8.5rem;
}
body .secondSectionBelow > :nth-child(2) > :nth-child(3) > :nth-child(1) > div {
  width: 100%;
  max-width: 70px;
}
body
  .secondSectionBelow
  > :nth-child(2)
  > :nth-child(3)
  > :nth-child(1)
  > div
  img {
  width: 100%;
}
body .secondSectionBelow > :nth-child(2) > :nth-child(3) > :nth-child(2) {
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  gap: 1rem;
}
@media (max-width: 900px) {
  body .secondSectionBelow {
    padding: 2rem 0rem;
  }
  body .secondSectionBelow > :nth-child(2) {
    gap: 1.5rem;
  }
  body .secondSectionBelow > :nth-child(2) > :nth-child(1) {
    margin: 2rem 0rem;
  }
  body .secondSectionBelow > :nth-child(2) aside {
    width: 85%;
  }
  body
    .secondSectionBelow
    > :nth-child(2)
    aside
    .ag-timeline
    .ag-timeline_line {
    width: 7px;
    padding-left: 2%;
    transform: translateY(2.5%);
  }
  body
    .secondSectionBelow
    > :nth-child(2)
    aside
    .ag-timeline
    .ag-timeline_list {
    gap: 2rem;
  }
  body
    .secondSectionBelow
    > :nth-child(2)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item {
    gap: 1.5rem;
  }
  body
    .secondSectionBelow
    > :nth-child(2)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    .ag-timeline-card_item {
    gap: 2rem;
  }
  body
    .secondSectionBelow
    > :nth-child(2)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    .ag-timeline-card_item
    > div
    > div {
    width: 100%;
    max-width: 75px;
  }
  body
    .secondSectionBelow
    > :nth-child(2)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    .ag-timeline-card_item
    > div
    > div
    img {
    width: 100%;
  }
  body
    .secondSectionBelow
    > :nth-child(2)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    > div {
    padding-left: 8%;
  }
  body
    .secondSectionBelow
    > :nth-child(2)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    .finish_item {
    margin-top: -1.5rem;
  }
  body .secondSectionBelow > :nth-child(2) > :nth-child(3) {
    gap: 1.5rem;
    margin: 2rem 0rem;
  }
  body .secondSectionBelow > :nth-child(2) > :nth-child(3) > :nth-child(1) {
    gap: 6.5rem;
  }
  body
    .secondSectionBelow
    > :nth-child(2)
    > :nth-child(3)
    > :nth-child(1)
    > div {
    max-width: 70px;
  }
  body .secondSectionBelow > :nth-child(2) > :nth-child(3) > :nth-child(2) {
    gap: 0.75rem;
  }
}
@media (max-width: 575px) {
  body .secondSectionBelow {
    padding: 1rem 0rem;
  }
  body .secondSectionBelow > :nth-child(2) {
    gap: 0.75rem;
  }
  body .secondSectionBelow > :nth-child(2) > :nth-child(1) {
    margin: 1rem 0rem;
  }
  body .secondSectionBelow > :nth-child(2) aside {
    width: 85%;
  }
  body
    .secondSectionBelow
    > :nth-child(2)
    aside
    .ag-timeline
    .ag-timeline_line {
    width: 7px;
    padding-left: 2%;
    transform: translateY(2.5%);
  }
  body
    .secondSectionBelow
    > :nth-child(2)
    aside
    .ag-timeline
    .ag-timeline_list {
    gap: 1rem;
  }
  body
    .secondSectionBelow
    > :nth-child(2)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item {
    gap: 1rem;
  }
  body
    .secondSectionBelow
    > :nth-child(2)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    .ag-timeline-card_item {
    gap: 1.5rem;
  }
  body
    .secondSectionBelow
    > :nth-child(2)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    .ag-timeline-card_item
    > div
    > div {
    width: 100%;
    max-width: 55px;
  }
  body
    .secondSectionBelow
    > :nth-child(2)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    .ag-timeline-card_item
    > div
    > div
    img {
    width: 100%;
  }
  body
    .secondSectionBelow
    > :nth-child(2)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    > div {
    padding-left: 8%;
  }
  body
    .secondSectionBelow
    > :nth-child(2)
    aside
    .ag-timeline
    .ag-timeline_list
    .ag-timeline_item
    .finish_item {
    margin-top: -1.5rem;
  }
  body .secondSectionBelow > :nth-child(2) > :nth-child(3) {
    gap: 1.5rem;
    margin: 1rem 0rem;
  }
  body .secondSectionBelow > :nth-child(2) > :nth-child(3) br {
    display: none;
  }
  body .secondSectionBelow > :nth-child(2) > :nth-child(3) > :nth-child(1) {
    gap: 3.5rem;
  }
  body
    .secondSectionBelow
    > :nth-child(2)
    > :nth-child(3)
    > :nth-child(1)
    > div {
    max-width: 55px;
  }
  body .secondSectionBelow > :nth-child(2) > :nth-child(3) > :nth-child(2) {
    gap: 0.75rem;
  }
}

@keyframes waveAnimation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.025);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.envio_participa_beneficio {
  margin: 0 auto;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 1440px;
  border-radius: 25px;
  box-shadow: 0px 0px 6.5px 0px #b8b8b8;
  padding: 1.5rem 0rem;
  transform: translateY(0px);
  opacity: 100%;
  transition: 0.5s;
  animation-delay: 0.3s;
  background: white;
}
.envio_participa_beneficio > :nth-child(1) {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 90%;
  gap: 1.75rem;
}
.envio_participa_beneficio > :nth-child(1) > div {
  display: flex;
  flex-flow: column wrap;
  gap: 0.5rem;
}
.envio_participa_beneficio > :nth-child(1) > div > :nth-child(3) {
  width: 100%;
}
.envio_participa_beneficio > :nth-child(1) > div > :nth-child(3) img {
  width: 100%;
  max-width: 45px;
}
.envio_participa_beneficio > :nth-child(1) > :nth-child(3) > :nth-child(3) {
  width: 100%;
}
.envio_participa_beneficio > :nth-child(1) > :nth-child(3) > :nth-child(3) img {
  width: 100%;
  max-width: 250px;
}

@media (max-width: 900px) {
  .envio_participa_beneficio {
    padding: 1.2rem 0rem;
    width: 100%;
  }
  .envio_participa_beneficio > :nth-child(1) {
    gap: 1.35rem;
  }
  .envio_participa_beneficio > :nth-child(1) > div {
    gap: 0.4rem;
  }
  .envio_participa_beneficio > :nth-child(1) > div p br {
    display: none;
  }
  .envio_participa_beneficio > :nth-child(1) > div > :nth-child(3) {
    width: 100%;
  }
  .envio_participa_beneficio > :nth-child(1) > div > :nth-child(3) img {
    width: 100%;
    max-width: 36px;
  }
  .envio_participa_beneficio > :nth-child(1) > :nth-child(3) > :nth-child(3) {
    width: 100%;
  }
  .envio_participa_beneficio
    > :nth-child(1)
    > :nth-child(3)
    > :nth-child(3)
    img {
    width: 100%;
    max-width: 200px;
  }
}
