/* .bg-my_history_2 {
    background: linear-gradient(180deg, rgba(200, 200, 200, 0.2), rgba(200, 200, 200, 0.0), rgba(200, 200, 200, 0.0));
    padding: 100px 0px;
} */

.bg-main {
  background-color: rgba(255, 255, 255, 1);
}

.bg-my_history {
  background-image: url("/static/img/partners/bg-recommended_by_movil.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 15px;
  margin-top: 25px;
}

.bg-recommended_by {
  /* background-image: url("/static/img/partners/bg-recommended_by_movil.svg"); */
  background: url("/static/img/partners/bg-recommended_by_movil.svg"), linear-gradient(180deg, rgba(71, 163, 209, 1), rgba(71, 163, 209, 1), rgba(71, 163, 209, 0), rgba(71, 163, 209, 0));
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 15px;
  /* margin-top: 0px; */
}

.bg-parents {
  background: url("/static/img/partners/bg-parents_movil.svg"), linear-gradient(180deg, rgba(71, 163, 209, 0.0) 0%, rgba(71, 163, 209, 1), rgba(71, 163, 209, 1), rgba(71, 163, 209, 1));
  background-size: contain;
  padding: 100px 15px 100px 15px;
  margin-top: -50px;
}

.bg-footer-partners {
  background: url("/static/img/partners/bg-parents_movil.svg"), linear-gradient(180deg, rgba(71, 163, 209, 0.0) 0%, rgba(71, 163, 209, 1), rgba(71, 163, 209, 1), rgba(71, 163, 209, 1));
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 15px 100px 15px;
  margin-top: -25px;
}

.img-recommended-person {
  border-radius: 25px 25px 0px 0px;
  width: 100%;
  height: fit-content;
}

.recommended-container {
  background: linear-gradient(101.89deg, rgba(39, 5, 63, 0.1) 0%, rgba(39, 5, 63, 0.5) 99.07%);
  backdrop-filter: blur(40px);
  border-radius: 25px;
  box-shadow: 0px 0px 20px 15px rgba(0, 0, 0, 0.4);
}

.my_history-container {
  background: linear-gradient(101.89deg, rgba(39, 5, 63, 0.1) 0%, rgba(39, 5, 63, 0.5) 99.07%);
  backdrop-filter: blur(40px);
  border-radius: 25px;
  box-shadow: 0px 0px 20px 15px rgba(0, 0, 0, 0.4);
}

.parents-text-container {
  max-width: 350px;
  width: 100%;
}

.parents-text-1-container {
  width: 100%;
}

.parents-text-2-container {
  width: 100%;
}

.parents-container {
  background: linear-gradient(101.89deg, rgba(39, 5, 63, 0.1) 0%, rgba(39, 5, 63, 0.4) 99.07%);
  backdrop-filter: blur(40px);
  border-radius: 25px;
  min-height: 500px;
  max-width: 350px;
  height: 100%;
  width: 100%;
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.2);
}

.parents-img {
  border-radius: 25px 25px 0px 0px;
}

.text-recomended-container {
  padding: 20px;
}

.text-parent-container {
  padding: 20px;
}

.text_color-dark_blue {
  color: rgba(11, 68, 105, 1);
}

.player {
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  height: auto;
  width: 100%;
}

.yt-video {
  height: auto;
  width: 100%;
}

.action_button {
  /* margin-top: 30px; */
  background: rgba(224, 138, 161, 1);
  padding: 10px 0px;
  border-radius: 25px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.action_button-1 {
  background: rgba(71, 163, 209, 1);
  padding: 10px 0px;
  border-radius: 25px;
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.action_button-2 {
  background: rgba(11, 19, 65, 1);
  padding: 10px 0px;
  border-radius: 25px;
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.yellow_logo {
  position: absolute;
  bottom: -140px;
  right: 10px;
  width: 120px;
  height: auto;
  z-index: 50;
}

.img-fsi {
  position: inherit;
  /* top: -5px; */
  /* right: 0px; */
  width: 120px;
  height: auto;
}

.button-confirm {
  width: 100%;
  max-width: 350px;
}


/* .main-section {
    min-height: 30vh;
} */

.main-section-1 {
  padding-bottom: 50px !important;
}

@media (min-width: 640px) {
  .parents-text-1-container {
    max-width: 8rem;
  }

  .parents-text-2-container {
    max-width: 16rem;
  }

  /* .bg-my_history_2 {
        padding: 100px 0px 150px 0px;
    } */
  .bg-my_history {
    background-image: url("/static/img/partners/bg-recommended_by_movil.svg");
    background-repeat: no-repeat;
    padding: 200px 0px 300px 0px;
    margin-top: 0px;
  }

  .bg-parents {
    background: url("/static/img/partners/bg-parents_movil.svg");
    background-size: cover;
    padding: 200px 0px 100px 0px;
    margin-top: -110px;
  }

  .bg-footer-partners {
    background: url("/static/img/partners/bg-parents_movil.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 175px 15px 100px 15px;
    margin-top: -110px;
  }

  .bg-recommended_by {
    /* background-image: url("/static/img/partners/bg-recommended_by_movil.svg"); */
    background: url("/static/img/partners/bg-recommended_by_movil.svg"), linear-gradient(180deg, rgba(71, 163, 209, 1), rgba(71, 163, 209, 1), rgba(71, 163, 209, 0), rgba(71, 163, 209, 0));
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px 200px 0px;
    margin-top: 0px;
  }

  .player {
    height: 450px;
    width: 100%;
    max-width: 800px;
  }

  .yt-video {
    height: 450px;
    width: 100%;
    max-width: 800px;
  }
}

@media (min-width: 768px) {
  .img-recommended-person {
    border-radius: 25px 0px 0px 25px;
  }

  .text-recomended-container {
    padding: 10px 20px;
  }

  .main-section-1 {
    padding-bottom: 50px !important;
  }

  .main-section {
    min-height: 75vh;
  }

  .img-fsi {
    position: absolute;
    top: -5px;
    right: 0px;
    width: 120px;
    height: auto;
  }

  .yellow_logo {
    position: absolute;
    bottom: -250px;
    right: -80px;
    width: 200px;
    height: auto;
  }
}

@media (min-width: 1490px) {
  .yellow_logo {
    position: absolute;
    bottom: -300px;
    right: -80px;
    width: 200px;
    height: auto;
  }
}

.font-objectsans-400 {
  font-family: "ObjectSans";
  font-weight: 400;
}

@font-face {
  font-family: "ObjectSans";
  src: url("/static/fonts/object-sans/ObjectSans-Regular.otf");
  font-style: normal;
  font-weight: 400;
}