.navegation__container {
  /*background-color: #f5f5f5;*/
  padding: 10px;
  display: flex;
  align-items: center;
}

.navegation__container h1 {
  font-size: 24px;
  margin-left: 10px;
}

.navegation__container a {
  color: #000;
  text-decoration: none;
}

.navegation__container a:hover {
  color: #ff0000;
}

.navegation__menu {
  list-style: none;
}

.navegation__menu li {
  display: inline-block;
  margin-right: 10px;
}

.navegation__menu li:last-child {
  margin-right: 0;
}

.navegation__menu li a {
  color: #000;
  text-decoration: none;
}

.navegation__menu li a:hover {
  color: #ff0000;
}





body {
  font-family: Poppins, sans-serif;
  margin: 0;
  overflow-x: hidden;
}

.main-container {
  background: linear-gradient(
    117.86deg,
    #ffdede -0.76%,
    #fce0f5 20.81%,
    #e9e9f4 44.75%
  );
  padding-bottom: 4rem;
}

.header {
  overflow: hidden;
}

.header__container {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  padding: 50px 0;
  gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(50%, 0fr));
}

.header__section-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 9;
  padding: 0 10px;
}

.header__title {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 6rem;
  line-height: 100px;
  min-width: 708px;
  text-transform: capitalize;

  color: #151515;
}
.header__title span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  display: initial;
  margin-left: 0rem;
  background: linear-gradient(96.83deg, #2c3fe2 28.77%, #d903bf 72.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.header__description {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  margin-top: 0px;
  max-width: 520px;
  color: #151515;
}

.header__description a:hover {
  opacity: 0.8;
}

.header__button {
  max-width: 144px;
  min-height: 65px;
  border: none;
  background: linear-gradient(
    90deg,
    #0633c1 0.14%,
    #7d18d3 56.74%,
    #b72069 99.84%
  );
  border-radius: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 20px;
  color: #ffffff;
  cursor: pointer;
  margin-top: 2.8rem;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__illustration {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

.header__button:hover {
  opacity: 0.8;
}
.header__section-cards-background {
  position: absolute;
  right: 0px;
  height: -webkit-fill-available;
  top: 0;
  width: 100%;
  background: linear-gradient(
    90deg,
    #e1e2ea 7.41%,
    rgba(225, 226, 234, 0) 81.03%
  );
  z-index: 8;
}

.section__info {
  max-width: 1366px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.section__info-title p {
  display: inline;
}
.section__info-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 6.25rem;
  line-height: 100px;
  text-transform: capitalize;
  color: #000000;
  margin: 5rem 0rem 3rem 0rem;
  text-align: center;
}

.section_description {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 20px;
  color: #000000;
  max-width: 696px;
  text-align: center;
}
.section_description a:hover {
  opacity: 0.7;
}
.try-it-now:hover {
  opacity: 0.7;
}

.header__section-cards {
  margin-left: 1rem;
  padding: 0 20px 20px;
}

.home__content {
  margin: 1rem 0 -1rem;
}

.home__content-title {
  font-weight: normal;
  font-size: 2rem;
  line-height: 150%;
  text-transform: capitalize;
  color: #5521ff;
  margin: 60px 0px;
  text-align: center;
}

.home__cards-container {
  display: grid;
  gap: 1rem 2rem;
  grid-template-columns: repeat(auto-fit, minmax(190px, 0fr));
  width: 100%;
  max-width: 1332px;
  margin: 0 auto;
}

.home__cards-container:hover {
  opacity: 0.8;
}

.cards__links {
  margin-top: 1rem;
}

.cards__links a {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
}

.card__home {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.card__home .card-content {
  display: flex;
  justify-content: center;
}

.card__title {
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 150%;
  text-transform: uppercase;
  color: #5521ff;
}

.card__description {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 150%;
  text-transform: capitalize;
  color: #5521ff;
  max-width: 295px;
}

.card__home .media {
  align-items: center;
}

.card__home .media-left {
  margin-right: 0;
}

.card__home .media img {
  width: 100%;
  border-radius: 10px;
}

.card-positive-margin {
  margin-top: 20px;
}

.card-negative-margin {
  margin-top: -20px;
}

.card-opacity {
  opacity: 0.5;
}

.footer {
  position: relative;
  width: 100%;
  background: linear-gradient(95.51deg, #3b31e8 1.64%, #d511c5 100.08%);
  bottom: 0;
  z-index: 9;
  padding: 1.8rem 0rem;
}

.footer-content {
  display: grid;
  grid-template-columns: auto auto;
  gap: 60px;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer__logos {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.footer__logos h4,
span {
  display: inline-block;
  font-family: Poppins, sans-serif;
  margin-block-start: 0px;
  color: #ffffff;
  margin-left: 0.5rem;
}
.footer__logos span,
.logos-margin {
  margin-left: 1rem;
}

.footer-text {
  padding: 0 40px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 20px;
  text-align: justify;
  color: #ffffff;
}

@media screen and (max-width: 1340px) {
  .home__cards-container {
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(190px, 0fr));
  }
}

@media screen and (max-width: 1280px) {
  .card-positive-margin {
    margin-top: 0;
  }

  .card-negative-margin {
    margin-top: 0;
  }
  .header__title,
  .section__info-title {
    font-size: 5rem;
  }
}

@media screen and (max-width: 1200px) {
  .card-opacity {
    opacity: 1;
  }

  .header__section-info {
    padding: 0 20px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .footer {
    position: relative;
  }
  .home__cards-container {
    grid-template-columns: repeat(auto-fit, minmax(150px, 0fr));
  }

  .home__cards-container {
    justify-content: center;
  }

  .home__cards {
    margin-bottom: 2rem;
  }
  .header__title {
    font-size: 4.5rem;
  }
  .header__description {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 960px) {
  .header__container {
    grid-template-columns: repeat(auto-fit, minmax(100%, 0fr));
  }

  .header__section-info {
    text-align: center;
    align-items: center;
  }

  .header__title {
    font-size: 5rem;
    margin: 2rem auto;
  }
  .header__description {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    margin: 1rem auto 1rem;
    line-height: 125%;
  }
  .header__button {
    padding: 0px 15px;
    margin-bottom: 2rem;
  }
  .header__illustration {
    margin: 2rem 0rem;
  }
}
@media screen and (max-width: 768px) {
  .header__title {
    min-width: auto;
  }
  .header__section-cards-background {
    background: linear-gradient(
      90deg,
      #e1e2ea 7.41%,
      rgba(225, 226, 234, 76%) 88.03%
    );
  }
  .card__home {
    max-height: 100%;
  }

  .card__home .media {
    flex-direction: column;
  }

  .card__home .media-content {
    margin-top: 1rem;
  }

  .card__home .media-left {
    margin-right: 0rem;
  }

  .card__title {
    text-align: center;
    font-size: 1.5rem;
  }

  .card__description {
    text-align: center;
  }

  .footer-content {
    grid-template-columns: repeat(auto-fit, minmax(100%, 0fr));
    gap: 10px;
  }

  .footer-text {
    padding: 0;
  }
  .cards__links svg {
    margin-left: 0.5rem;
  }

  .home__content-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  .header__title,
  .section__info-title {
    font-size: 4.5rem;
    line-height: 70px;
  }
  .header__description, .section_description {
    font-size: 1rem;
  }
  .section_description {
    padding: 0rem 1rem;
  }
  .header__container {
    padding: 0rem;
  }
  .home__cards-container {
    grid-template-columns: repeat(auto-fit, minmax(422px, 0fr));
  }

  .home__cards {
    margin-bottom: 1rem;
  }

  .home__cards.hide {
    display: none;
  }
}

@media screen and (max-width: 452px) {
  .footer__end-logo .logos-margin {
    margin-left: 0rem;
  }
}
@media screen and (max-width: 430px) {
  .home__cards-container {
    grid-template-columns: repeat(auto-fit, minmax(310px, 0fr));
  }
  .header__title,
  .section__info-title {
    font-size: 3rem;
    line-height: 56px;
    margin-bottom: 1rem;
  }
}
