@font-face {
  font-family: SourceSansPro-Bold;
  src: url(/font/SourceSansPro-Bold.ttf);
  font-display: swap;
}

@font-face {
  font-family: SourceSansPro-Black;
  src: url(/font/SourceSansPro-Black.ttf);
  font-display: swap;
}

@font-face {
  font-family: SourceSansPro-Regular;
  src: url(/font/SourceSansPro-Regular.ttf);
  font-display: swap;
}

:root {
  --primary-color: #03dac5;
  --secundary-color: #b54aea;
  --bg-color: #f8f8fb;

  --bold-font: "SourceSansPro-Bold";

  --black-font: "SourceSansPro-Black";
  --regular-font: "SourceSansPro-Regular";
}

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

.scroll {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 200px;
  right: 40px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  z-index: 20;
}

.scroll>img {
  background-color: #03dac5;
  padding: 0.4rem;
  border-radius: 2rem;
  transform: rotate(90deg);
}

.scroll>img:hover {
  background-color: #01a595;
  transition: 1s;
}

.black {
  font-family: var(--bold-font);
}

/* header */

.lp3-header {
  height: auto !important;
  background-image: none !important;
}

.lp3-menu {
  padding: 2rem 0;
  font-family: var(--regular-font);
}

.lp3-lang {
  font-family: var(--regular-font);
  display: flex;
}

.lp3-lang span {
  padding: 0 7px;
  font-size: 1rem;
}

.lp3-lang>a {
  text-decoration: none;
  color: black;
}

.lp3-lang a:hover {
  color: rgb(83, 83, 83);
}

.lp3-menu>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
}

.lp3-cta {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 4rem auto 0;
}

.lp3-cta-text {
  font-family: var(--regular-font) !important;
  margin-right: 1rem;
}

.lp3-cta-text h1 {
  font-family: var(--black-font) !important;
  font-size: 3rem;
  line-height: 1.1;
}

.lp3-cta-text p {
  font-size: 1.6rem;
  font-family: var(--regular-font);
  color: black !important;
  line-height: 1.4;
  width: 85%;
}

.lp3-cta-text-en p {
  width: 80%;
}

.lp3-cta-text p:nth-child(4) {
  font-size: 1rem;
  color: black !important;
  margin-top: 1.5rem;
}

.lp3-cta-text>div {
  display: flex;
  align-items: center;
}

.lp3-btn {
  color: white;
  background-color: #48d0be;
  font-family: var(--bold-font);
  font-size: 1.375rem;
  padding: 0.8rem 3rem;
  border-radius: 2rem;
  text-decoration: none;
}

.lp3-btn-2 {
  background-color: var(--primary-color);
  border: 1px var(--primary-color) solid;
}

.lp3-btn-2:hover {
  background-color: #851db8;
  transition: 1s;
  border: 1px #b54aea solid;
  color: white;
}

.lp3-btn:hover {
  background-color: #851db8;
  transition: 1s;
}

/* btn for option lp_3_2 */
.lp3-btn2 {
  color: white;
  background-color: var(--primary-color);
  font-family: var(--bold-font);
  font-size: 1.375rem;
  padding: 0.8rem 3rem;
  border-radius: 2rem;
  text-decoration: none;
}

.lp3-btn2:hover {
  background-color: #851db8;
  transition: 1s;
}


.lp3-cta-text>div>div {
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
}

.lp3-cta-text>div>div>span {
  font-family: var(--regular-font);
  font-size: 1.5rem;
  margin-left: 0.6rem;
}

.lp3-cta-image {
  width: 85%;
}

.lp3-cta-image-en {
  width: 80%;
}

.lp3-cta-image img {
  width: 100%;
  height: auto;
}

.lp-3_3-cta {
  flex-direction: row-reverse;
}

.lp-3_3-cta .lp3-cta-image img {
  width: 85%;
  height: auto;
}

.box3-1>a {
  margin: 0rem auto;
  width: 72%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  border-radius: 3rem;
  font-size: 1.3rem;
}

.box3-1 {
  display: flex;
  justify-content: center;
  margin: 2rem auto;
}

/* SECOND SCREEN A/B TEST LP3_1_2 */

.content-easy-steps {
  padding-top: 4rem;
}

.contentlp3AB>h2 {
  width: 45%;
  margin: auto;
  text-align: center;
}

.stepslp3_1 {
  min-height: 323px;
  justify-content: space-around !important;
  width: 86% !important;
  border: none !important;
  background: rgb(3, 218, 197);
  background: linear-gradient(90deg, rgba(3, 218, 197, 1) 0%, rgba(171, 82, 232, 1) 97%, rgba(181, 74, 234, 1) 100%);
}

.lp3_1_title {
  font-family: var(--bold-font) !important;
  color: white !important;
  font-size: 1.6rem !important;
}

.a_blp3_1 {
  font-size: 1.12rem;
  color: white;
}

.img_lp3_1 {
  background-color: white;
  border-radius: 0.4rem;
}

.text-subtitle-btn>h2 {
  font-size: 1.3rem;
}

/* SECOND SCREEN A/B TEST option lp3_2 */

.lp32 {
  background-color: transparent;
}

.lp3_2_subtitle>h2 {
  font-family: var(--regular-font) !important;
  margin-bottom: 3rem;
}

.title3>h2 {
  width: 35%;
  text-align: center;
}

/* THIRT SCREEN A/B TEST option lp3_1 and lp3_2 */

.without_background {
  background-color: transparent !important;
  margin-top: 0rem !important;
}

.color {
  background-color: #F8F8FB;
  padding: 3rem 0rem 1rem 0rem;
  border-radius: 0.9rem;
}

/* FOUR SCREEN A/B TEST reviews */

.lp31_reviews {
  background-color: transparent !important;
  padding-top: 0rem;
}

.lp3_itemsilde {
  background-color: #F8F8FB !important;
  border: 2px #F8F8FB solid !important;
  border-radius: 0.7rem !important;
}

.changecolor_lp31 {
  background-color: #03DAC5 !important;
  ;
}

.lp31-textr {
  font-family: var(--black-font);

}

/* SIX SCREEN A/B TEST PREFOOTER */
.prefooter-design {
  background: rgb(3, 218, 197);
  background: linear-gradient(90deg, rgba(3, 218, 197, 1) 0%, rgba(171, 82, 232, 1) 97%, rgba(181, 74, 234, 1) 100%);
}

.pretextos>h3,
.pretextos>p {
  color: white;
}

.lp3btn_prefooter {
  color: white !important;
  background-color: var(--primary-color) !important;
  margin-right: 0;
  padding: 0.8rem 5rem;
}

.lp3btn_prefooter:hover {
  background-color: white !important;
  color: #03DAC5 !important;
}

/* Responsive */

@media (max-width: 1800px) {
  .lp3-cta-text h1 {
    font-size: 2.5rem;
  }

  .lp3-cta-text p {
    font-size: 1.4rem;
  }

  .text_lp3_1 {
    width: 40%;
  }

  .stepslp3_1 {
    width: 90% !important;
  }

  .title3>h2 {
    width: 44%;
  }

  .lp31-textr>h4 {
    font-size: 2rem !important;
  }

  .buttonlp3-2 {
    margin: 2rem auto !important;
  }

  .fealp3-2 {
    padding: 0 0 2rem !important;

  }

}

@media (max-width: 1700px) {
  .buttonlp3-1 {
    margin-top: 3rem auto !important;
  }

  .abt {
    margin-top: 10rem !important;
  }

  .lp3allcontent {
    margin-bottom: 3rem !important;
  }
}

@media (max-width: 1500px) {
  .lp3-cta-text h1 {
    font-size: 2.3rem;
  }

  .lp3-cta-text p {
    font-size: 1.1rem;
  }

  .lp3-cta {
    width: 90%;
    margin: 3rem auto 0;
  }

  .lp-3-3-h1-en {
    width: 90%;
  }

  .lp-3-3-p-en {
    width: 90%;
  }

  .lp3-cta-image {
    width: 83%;
  }

  .lp3-cta-image-en {
    width: 70%;
  }

  .lp3-menu>div>img {
    width: 170px;
    height: auto;
  }

  .lp3-menu {
    padding: 1.5rem 0;
  }

  .lp3-lang>a {
    font-size: 1rem;
  }

  .lp3-lang>span {
    font-size: 0.9rem;
  }

  .lp3-btn,
  .lp3-btn2 {
    font-size: 1.1rem;
    padding: 0.6rem 2rem;
  }

  .lp3-cta-text>div>div>span {
    font-size: 1rem;
  }

  .lp3-cta-text>div>div {
    margin-left: 1rem;
  }

  .lp3-cta-text p:nth-child(4) {
    margin-top: 1rem;
  }

  .scroll>img {
    width: 30px;
    height: 30px;
  }

  .box3-1>a {
    margin: 3rem auto;
  }

  .buttonlp3-1 {
    margin: 3rem auto !important;
  }

  .lp31-textr>h4 {
    font-size: 1.6rem !important;
  }

  .abt {
    margin-top: 8rem !important;
  }

  .lp31_reviews {
    margin: 4rem auto 2rem;
  }

}

@media (max-width: 1200px) {
  .lp3-cta-text h1 {
    font-size: 2rem;
  }

  .lp3-cta-image {
    width: 71%;
  }

  .img_lp3_1>img {
    width: 325px !important;
    height: auto;
  }

  .img_lp3_1 {
    padding: 1.5rem 0 !important;
  }

  .imgagen3>img {
    width: 265px !important;
    height: auto;
  }

  .format {
    padding: 2.8rem 0 !important;
  }

  .title3>h2 {
    width: 54%;
  }

  .contentlp3AB>h2 {
    width: 50%;
  }

  .abt {
    margin-top: 3rem !important;
  }

  .box3-1 {
    margin: 1rem auto;
  }

  .lp31_reviews {
    margin: 2rem auto 3rem;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1034px) {

  .lp3-btn,
  .lp3-btn2 {
    font-size: 1rem;
    padding: 0.6rem 1rem;
  }

  .title3>h2 {
    width: 49% !important;
  }

  .abt {
    margin: 5rem auto 0rem auto !important;
  }
}

@media (max-width: 1100px) {
  .box3-1 {
    margin: 0rem auto;
  }

  .box3-1>a {
    padding: 0.5rem 4rem;
    margin: 0rem auto;
  }

  .title3>h2 {
    width: 46%;
  }

  .abt {
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
  }

  .buttonlp3-2 {
    margin: 1rem auto !important;
  }
}

@media (max-width: 1000px) {
  .lp3-cta {
    flex-direction: column-reverse;
  }

  .lp3-cta-text h1 {
    margin-bottom: 0;
    font-size: 3.2rem;
  }

  .lp3-cta-text-en h1 {
    font-size: 3.3rem;
  }

  .lp3-cta-image {
    width: 90%;
  }

  .lp-3_3-cta .lp3-cta-image img {
    width: 100%;
  }

  .lp3-cta-text {
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .lp3-cta-text p {
    width: 100%;
    font-size: 1.3rem;
  }

  .lp3-btn,
  .lp3-btn2 {
    padding: 0.6rem 5rem;
  }

  .box3-1>a {
    padding: 0.5rem 3rem;
    font-size: 1rem;
  }

  .title3>h2 {
    width: 47%;
  }

  .img_lp3_1 {
    padding: 1.5rem 2rem !important;
  }

  .format {
    padding: 3rem 2rem !important;
  }

  .lp3_1_title {
    font-size: 1.4rem !important;
  }

  .abt {
    margin-top: 7rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lp31_reviews {
    margin: 5rem auto !important;
  }
}

@media (max-width: 925px) {

  .stepslp3_1 {
    flex-direction: column !important;
    align-items: center;
  }

  .text_lp3_1 {
    width: 83%;
  }

  .cont-step {
    max-width: 685px !important;
  }

  .img_lp3_1 {
    margin-bottom: 2rem;
    min-width: 354px !important;
  }

  .stepslp3_1 {
    min-height: 493px;
  }

  .img_lp3_1>img {
    width: 335px !important;
    height: auto;
  }

  .format>img {
    width: 463px !important;
  }

  #lp32_img1>img,
  #lp32_img2>img
   {
    width: 87% !important;
    margin-bottom: 2rem;
  }

  #lp32_img3>img{
    width: 87% !important;
    margin-bottom: 1rem;
    margin-top: -1rem;
  }

  .abt {
    margin-top: 8rem !important;
  }

  .fealp3-2>h2 {
    font-size: 1.5rem !important;
  }

  .lp3_2_subtitle {
    margin-bottom: 3rem !important;
  }

  .lp3_2review {
    margin-top: 4rem !important;
  }
}

@media (max-width: 769px) {
  .lp3allcontent {
    grid-gap: 34px !important;
  }

  .color {
    padding: 2rem 0rem 0rem 0rem;
  }

  .stepslp3_1 {
    margin: 1rem auto 1.5rem auto !important;
  }

  .lp3_1_title,
  .a_blp3_1 {
    margin: 1rem;
  }

  .lp3_t {
    padding-top: 4rem !important;
  }

  .lp3_t>h2 {
    font-size: 1.8rem !important;
  }

  .fealp3-2>h2 {
    margin-bottom: 0rem !important;
  }

  .abt {
    margin-top: 6rem !important;
  }

  .contentlp3AB>h2 {
    margin-top: 2.5rem !important;
    font-size: 1.5rem;

  }

  .contentlp3AB {
    padding-top: 0;
  }

  .text-subtitle-btn>h2 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .heading {
    font-size: 1.6rem;
  }

}

@media (max-width: 750px) {
  .box3-1 {
    margin: 0rem auto;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .box3-1>a {
    padding: 0.4rem 2rem;
    width: 59%;
  }

  .lp31_reviews {
    margin: 7rem auto 4rem !important;
  }

}

@media (max-width: 700px) {
  .lp3-cta-text h1 {
    font-size: 2.7rem;
  }

  .scroll {
    right: 10px;
  }

  .space {
    display: none;
  }

  .abt {
    margin-top: 9rem !important;
  }

  .lp31-textr>h4 {
    width: 79%;
  }

  .contentlp3AB>h2 {
    width: 62%;
  }
}

@media (max-width: 600px) {

  .abt {
    margin-top: 15rem !important;
  }

  .lp31_reviews {
    margin: 10rem auto 3rem !important;
  }

  #slide-arrow-next {
    right: 9%;
  }

  #slide-arrow-prev {
    left: 9.5%;
  }

}

@media (max-width: 550px) {
  .lp3-menu {
    padding: 1rem 0;
  }

  .lp3-cta-text h1 {
    font-size: 1.7rem;
  }

  .lp3-cta-text>div {
    flex-direction: column;
    width: 100%;
  }

  .lp3-btn,
  .lp3-btn2 {
    display: flex;
    justify-content: center;
    padding: 0.6rem 0;
    width: 90% !important;
    font-size: 1rem;
    margin: auto;
  }

  .lp3-cta-text>div>div {
    margin-left: 0;
    margin-top: 1rem;
  }

  .lp3-cta-text>div>div>img {
    width: 123px;
    height: auto;
  }

  .lp3-cta-text>div>div>span {
    font-size: 1.1rem;
  }

  .lp3-cta-text p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .lp3-subtitle {
    font-size: 1.2rem;
  }

  .contentlp3AB>h2 {
    width: 61% !important;
  }

  .lp3_1_title {
    font-size: 1.1rem !important;
  }

  .lp3_t>h2 {
    font-size: 1.5rem !important;
  }

  .lp3_t {
    padding-top: 2rem !important;
  }

  .lp31-textr>h4 {
    font-size: 1.4rem !important;
  }

  #slide-arrow-next {
    right: 8%;
  }

  .lp32_reviews {
    width: 88%;
  }

  .fealp3-2>h2 {
    width: 94%;
  }
}

@media (max-width: 425px) {
  #slide-arrow-next {
    right: 9.5%;
  }

  .titulo {
    margin-top: 1.5rem !important;
  }

  .lp3btn_prefooter {
    padding: 0.5rem 5rem;
  }

  .contentlp3AB>h2 {
    width: 83% !important;
    margin-top: 1.3rem !important;
  }

  .lp3_2_subtitle>h2 {
    width: 83%;
    margin-top: 0rem;
  }

  .lp31_reviews {
    margin: 9rem auto 1rem !important;
  }

  .lp3-0heading {
    width: 94%;
    margin: auto;
  }
  .a_blp3_1 {
    font-size: 1rem;
}
}

@media (max-width: 375px) {
  .contentlp3AB>h2 {
    width: 83% !important;
    font-size: 1.5rem;
    margin-top: 1rem !important;
  }

  .lp3_t>h2 {
    font-size: 1.2rem !important;
    width: 60% !important;
  }

  .lp3allcontent {
    grid-gap: 26px !important;
  }

  .lp31-textr>h4 {
    font-size: 1.5rem !important;
    width: 90% !important;
  }

  .abt {
    margin-top: 12rem !important;
  }

  .lp31_reviews {
    width: 80%;
    margin: 8rem auto 2rem !important;
  }

  #slide-arrow-next {
    right: 10%;
  }

  #slide-arrow-prev {
    left: 11%;
  }

  .heading {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }

  .lp3_2_subtitle>h2 {
    font-size: 1rem !important;
    width: 90%;
    margin-bottom: 2rem;
  }

  .a_blp3_1 {
    font-size: 1rem;
  }



}

@media (max-width: 322px) {

  .content-1>h3,
  .content-2>h3 {
    width: 80% !important;
    margin: 1rem 0.9rem 1rem 0.9rem !important;
    font-size: 0.7rem !important;
  }

  .contentlp3AB>h2 {
    width: 89% !important;
  }

  .lp3allcontent {
    grid-gap: 12px !important;
  }

  .lp31-textr>h4 {
    width: 94% !important;
  }

  .contentlp3AB {
    padding-top: 0rem !important;
  }

  .abt {
    margin-top: 9rem !important;
    margin-bottom: 8px !important;
  }

  .lp31_reviews {
    margin: 6rem auto 1rem !important;
  }

  #lp32_img3>img {
    margin-bottom: 2rem;
    padding: 0rem 0.5rem;
  }
}