body {
  background: linear-gradient(to right, #555f9d 0%, #8d85c8 50%, #ae96d8 50%, #ae96d8 100%);
  height: 100dvh;
  max-height: 100dvh;
}

.mainFrame {
  margin: 0 auto;
  height: 100dvh;
  position: relative;
}

.mainContentContainer {
  max-width: 90%;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainContentContainer .bioContainer {
  width: 100%;
  flex: 1;
}
.mainContentContainer .bioContainer .profecion_name {
  font-size: 2.3rem;
  font-weight: 700;
  font-family: "inria sans";
  /* keep it above the image */
  word-break: none;
  word-wrap: none;
}
.mainContentContainer .bioContainer .name {
  text-align: left;
  font-size: 7rem;
  white-space: nowrap;
  font-weight: 700;
  font-family: "Roboto";
  /* pull heading into the right container */
  position: relative;
  z-index: 2;
}
.mainContentContainer .bioContainer .lp_bio {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
  text-align: left;
  font-family: "roboto";
  width: 100%;
  max-width: 45rem;
}
.mainContentContainer .bioContainer button.lp_btn {
  text-decoration: none;
  padding: 0.8rem 2rem 0.8rem 1rem;
  font-size: 1.5rem;
  background-color: #ae96d8;
  outline: none;
  border: none;
  border-radius: 9px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: ease-in 0.1s;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5rem;
  text-decoration: none;
}
.mainContentContainer .bioContainer button.lp_btn a {
  text-decoration: none;
}
.mainContentContainer .bioContainer button.lp_btn i {
  transition: ease-in 0.1s;
  margin-left: 2px;
  transform: translateY(2px) rotate(-90deg) !important;
  color: white;
}
.mainContentContainer .bioContainer button.lp_btn:hover {
  background-color: #9682bf;
}
.mainContentContainer .bioContainer button.lp_btn:hover i {
  transform: translate(15px, 2px) rotate(-90deg) !important;
}
.mainContentContainer .imageContainer {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainContentContainer .imageContainer img {
  width: 80%;
}

@media screen and (max-width: 1600px) {
  .mainFrame {
    margin: 0 auto;
    height: 100dvh;
    position: relative;
  }
  .mainContentContainer {
    max-width: 90%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mainContentContainer .bioContainer {
    width: 100%;
    flex: 1;
  }
  .mainContentContainer .bioContainer .profecion_name {
    font-size: 2.3rem;
    font-weight: 700;
    font-family: "inria sans";
    /* keep it above the image */
    word-break: none;
    word-wrap: none;
  }
  .mainContentContainer .bioContainer .name {
    text-align: left;
    font-size: 5rem;
    white-space: nowrap;
    font-weight: 700;
    font-family: "Roboto";
    /* pull heading into the right container */
    position: relative;
    z-index: 2;
  }
  .mainContentContainer .bioContainer .lp_bio {
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-align: left;
    font-family: "roboto";
    width: 100%;
    max-width: 45rem;
  }
  .mainContentContainer .bioContainer button.lp_btn {
    text-decoration: none;
    padding: 0.8rem 2rem 0.8rem 1rem;
    font-size: 1.5rem;
    background-color: #ae96d8;
    outline: none;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: ease-in 0.1s;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1.5rem;
    text-decoration: none;
  }
  .mainContentContainer .bioContainer button.lp_btn a {
    text-decoration: none;
  }
  .mainContentContainer .bioContainer button.lp_btn i {
    transition: ease-in 0.1s;
    margin-left: 2px;
    transform: translateY(2px);
  }
  .mainContentContainer .bioContainer button.lp_btn:hover {
    background-color: #9682bf;
  }
  .mainContentContainer .bioContainer button.lp_btn:hover i {
    transform: translate(15px, 2px);
  }
  .mainContentContainer .imageContainer {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mainContentContainer .imageContainer img {
    width: 80%;
  }
}
@media screen and (max-width: 1366px) {
  .mainFrame {
    margin: 0 auto;
    height: 100dvh;
    position: relative;
  }
  .mainContentContainer {
    max-width: 90%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mainContentContainer .bioContainer {
    width: 100%;
    flex: 1;
  }
  .mainContentContainer .bioContainer .profecion_name {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "inria sans";
    /* keep it above the image */
    word-break: none;
    word-wrap: none;
  }
  .mainContentContainer .bioContainer .name {
    text-align: left;
    font-size: 4.7rem;
    white-space: nowrap;
    font-weight: 700;
    font-family: "Roboto";
    /* pull heading into the right container */
    position: relative;
    z-index: 2;
  }
  .mainContentContainer .bioContainer .lp_bio {
    font-size: 1.1rem;
    line-height: 1.4rem;
    font-weight: 400;
    text-align: left;
    font-family: "roboto";
    width: 100%;
    max-width: 45rem;
  }
  .mainContentContainer .bioContainer button.lp_btn {
    text-decoration: none;
    padding: 0.6rem 2rem 0.6rem 1rem;
    font-size: 1.3rem;
    background-color: #ae96d8;
    outline: none;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: ease-in 0.1s;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1rem;
    text-decoration: none;
  }
  .mainContentContainer .bioContainer button.lp_btn a {
    text-decoration: none;
  }
  .mainContentContainer .bioContainer button.lp_btn i {
    transition: ease-in 0.1s;
    margin-left: 2px;
    transform: translateY(2px);
  }
  .mainContentContainer .bioContainer button.lp_btn:hover {
    background-color: #9682bf;
  }
  .mainContentContainer .bioContainer button.lp_btn:hover i {
    transform: translate(15px, 2px);
  }
  .mainContentContainer .imageContainer {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mainContentContainer .imageContainer img {
    width: 70%;
  }
}
@media screen and (max-width: 1150px) {
  .mainFrame {
    margin: 0 auto;
    height: 100dvh;
    position: relative;
  }
  .mainContentContainer {
    max-width: 90%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mainContentContainer .bioContainer {
    width: 100%;
    flex: 1;
  }
  .mainContentContainer .bioContainer .profecion_name {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "inria sans";
    /* keep it above the image */
    word-break: none;
    word-wrap: none;
  }
  .mainContentContainer .bioContainer .name {
    text-align: left;
    font-size: 4rem;
    white-space: nowrap;
    font-weight: 700;
    font-family: "Roboto";
    /* pull heading into the right container */
    position: relative;
    z-index: 2;
  }
  .mainContentContainer .bioContainer .lp_bio {
    font-size: 1.1rem;
    line-height: 1.4rem;
    font-weight: 400;
    text-align: left;
    font-family: "roboto";
    width: 100%;
    max-width: 45rem;
  }
  .mainContentContainer .bioContainer button.lp_btn {
    text-decoration: none;
    padding: 0.6rem 2rem 0.6rem 1rem;
    font-size: 1.3rem;
    background-color: #ae96d8;
    outline: none;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: ease-in 0.1s;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1rem;
    text-decoration: none;
  }
  .mainContentContainer .bioContainer button.lp_btn a {
    text-decoration: none;
  }
  .mainContentContainer .bioContainer button.lp_btn i {
    transition: ease-in 0.1s;
    margin-left: 2px;
    transform: translateY(2px) rotateY(92deg);
  }
  .mainContentContainer .bioContainer button.lp_btn:hover {
    background-color: #9682bf;
  }
  .mainContentContainer .bioContainer button.lp_btn:hover i {
    transform: translate(15px, 2px);
  }
  .mainContentContainer .imageContainer {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mainContentContainer .imageContainer img {
    width: 70%;
  }
}
@media screen and (max-width: 900px) {
  .mainContentContainer {
    max-width: 90%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column-reverse;
  }
  .mainContentContainer .bioContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex: 1;
  }
  .mainContentContainer .bioContainer .profecion_name {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "inria sans";
    /* keep it above the image */
    word-break: none;
    word-wrap: none;
  }
  .mainContentContainer .bioContainer .name {
    text-align: center;
    font-size: 3rem !important;
    font-weight: 700;
    font-family: "Roboto";
    /* pull heading into the right container */
    position: relative;
    z-index: 2;
  }
  .mainContentContainer .bioContainer .lp_bio {
    font-size: 1.1rem;
    font-weight: 400;
    text-align: left;
    font-family: "roboto";
    width: 100%;
    text-align: center;
  }
  .mainContentContainer .bioContainer button.lp_btn {
    text-decoration: none;
    padding: 0.6rem 2rem 0.6rem 1rem;
    font-size: 1.3rem;
    background-color: #ae96d8;
    outline: none;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: ease-in 0.1s;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .mainContentContainer .bioContainer button.lp_btn i {
    transition: ease-in 0.1s;
    margin-left: 2px;
    transform: translateY(2px);
  }
  .mainContentContainer .bioContainer button.lp_btn:hover {
    background-color: #9682bf;
  }
  .mainContentContainer .bioContainer button.lp_btn:hover i {
    transform: translate(15px, 2px);
  }
  .mainContentContainer .imageContainer {
    width: 70%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mainContentContainer .imageContainer img {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .mainContentContainer {
    max-width: 90%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column-reverse;
  }
  .mainContentContainer .bioContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    flex: none;
  }
  .mainContentContainer .bioContainer .profecion_name {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "inria sans";
    /* keep it above the image */
    word-break: none;
    word-wrap: none;
  }
  .mainContentContainer .bioContainer .name {
    text-align: center;
    font-size: 2rem !important;
    font-weight: 700;
    font-family: "Roboto";
    /* pull heading into the right container */
    position: relative;
    z-index: 2;
  }
  .mainContentContainer .bioContainer .lp_bio {
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    font-family: "roboto";
    width: 100%;
    text-align: center;
  }
  .mainContentContainer .bioContainer button.lp_btn {
    text-decoration: none;
    padding: 0.6rem 2rem 0.6rem 1rem;
    font-size: 1.3rem;
    background-color: #ae96d8;
    outline: none;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: ease-in 0.1s;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .mainContentContainer .bioContainer button.lp_btn i {
    transition: ease-in 0.1s;
    margin-left: 2px;
    transform: translateY(2px);
  }
  .mainContentContainer .bioContainer button.lp_btn:hover {
    background-color: #9682bf;
  }
  .mainContentContainer .bioContainer button.lp_btn:hover i {
    transform: translate(15px, 2px);
  }
  .mainContentContainer .imageContainer {
    width: 60%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
  }
  .mainContentContainer .imageContainer img {
    width: 100%;
  }
}/*# sourceMappingURL=langingPage.css.map */