@font-face {
  font-family: "Galano";
  src: url(/font/Galano\ Grotesque\ Semi\ Bold.otf);
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: "Galano";
  src: url(/font/Galano\ Grotesque\ Alt.otf);
  font-weight: normal;
  font-style: normal;
}



body, html {
    margin: auto;
    padding: 0;
  }
  
  .hero {
    background-image: url(/img/img-hero.png); 
    background-size: cover;
    background-position: center;
    height: 900px;
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    text-align: center;
    margin-top: -80px;
    background-repeat: none;
  }
  
  .hero-content {
    max-width: 800px;
    margin-left: 100px;
    margin-right: auto;
    position: absolute;
    justify-content: flex-start;
  } 
  
  .hero h1 {
    font-size: 80px;
    margin-bottom: 0px;
    text-align: left;
    font-family: galano;
    font-weight: bold;
    line-height: 90px;
  }
  
  .hero p {
    font-size: 24px;
    text-align: left;
    font-family: galano;
    font-weight: normal;
    margin-top: 10px;
  }
/*
  .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  */
  .navbar{
    text-align: center;
    margin-top: 20px;

  }

  .container {

    margin: 0 auto;
    padding: 0 20px;
  }
  
  .logo {
    max-width: 200px;
  }
  
  .nav-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  
/*
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
*/  
  .nav-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: galano;
    font-weight: bold;
    cursor: pointer;        
    padding-right: 20px;
  }
  
  .content {
    max-width: 800px;
    text-align: center;
  }


  .button-store{
    display: flex;
    gap: 20px;
    margin-top: 40px;
  }

  .image-button {
    border: none;
    background: none;
    cursor: pointer;
  }
  
  .image-button img {
    width: auto; /* Cambia el tamaño de la imagen según sea necesario */
    height: 70px; /* Mantiene la proporción de la imagen */
  }
  
  .line{
    margin-top: -100px;
    width: 500px;
  }

.beneficios{
  margin-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: flex-start;
}


.title-section-2{
  margin-bottom: 60px;
}

.title-section-2 h2{
  font-family: galano;
  font-weight: bold;
  font-size: 48px;
  line-height: 54px;
  background-image: linear-gradient(45deg, #3AD0F8, #1936D5);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0px;
}

.title-section-2 p{
  font-family: galano;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #646E76;
  margin-top: -20px;
}

.caracteristicas{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: left;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.image-description{
  max-width: 80px;
}

.image-phone{
  width: 100%;
  height: auto;
}


.description-servicios h5{
  font-family: galano;
  color: #393C40;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.description-servicios p{
  font-family: galano;
  color: #646E76;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0px;
}

.Steps-section{
  margin: 80px 0;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-direction: column;            
  background-color: #EBF3FD;
  padding-left: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 60px;
  justify-content: center;

}

.Steps{
  display: flex;
  gap: 20px;
  margin-top: -40px;
}

.component-steps{
  background-color: #fff;
  max-width: 600px;
  padding: 10px;
  border-radius: 20px;
}

.image-steps{
  width: 100%;
  height: auto;
}

.steps-title{
  font-family: galano;
  font-weight: bold;
  font-size: 30px;
  line-height: 28px;
  background-image: linear-gradient(45deg, #3AD0F8, #1936D5);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.content-steps p{
  font-family: galano;
  color: #646E76;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0px;
  max-width: px;
}

.caracteristicas-section{
  margin: 60px 0;
  display: flex;
  flex-direction: row;            
  background-color: #fff;
  margin: 20px; 
  justify-content: center;
  gap: 20px;
}

.box-start{
    border-radius: 20px;
    padding: 20px;
    background-image: url(/img/img-left.png) ;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
    width: 700px;
    height: 700px;
  }

  .component-beneficios-top{
    background-color: #0E2D53;
    border-radius: 20px;
    width: 700px;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .beneficios-top{
    width: 320px;
    height: auto;
    margin-right: 10px;
    margin-left: 20px;
    gap: 10px;
  }

  .txt-top{
    flex-direction: column;  
  }

  .component-beneficios-top h4{
    font-family: galano;
    font-weight: bold;
    line-height: 35px;
    color: #FFF;
    font-size: 30px;
    max-width: 300px;
    margin-bottom: 20px;
  }

  .component-beneficios-top p{
    font-family: galano;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: 0px;
    max-width: 320px;
  }

  .component-beneficios-buttom{
    background-color: #1329A0;
    border-radius: 20px;
    width: 700px;
    height: auto;
    display: flex;
    align-items: center;
  }

  .beneficios-buttom-img{
    width: 320px;
    height: auto;
    margin-right: 10px;
    margin-left: 20px;
    gap: 10px;
  }

  .component-beneficios-buttom p{
    font-family: galano;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: 0px;
    max-width: 320px;
  }

  .component-beneficios-buttom h4{
    font-family: galano;
    font-weight: bold;
    line-height: 35px;
    color: #FFF;
    font-size: 30px;
    max-width: 300px;
    margin-bottom: 20px;
  }

  .box-start h4{
    font-family: galano;
    font-weight: bold;
    line-height: 35px;
    color: #FFF;
    font-size: 30px;
    max-width: 500px;
    margin-bottom: 20px;
    margin-top: 500px;
    padding-left: 20px;
  }

  .box-start p{
    font-family: galano;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 40px;
    max-width: 620px;
    padding-left: 20px;
  }

  .txt-faqs{
    font-family: galano;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    background-image: linear-gradient(45deg, #3AD0F8, #1936D5);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
  }

  section{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .faq{
    max-width: 900px;
    margin-top: 2rem;
    padding: 30px;
    background-color: #EBF3FD;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 0;
  }

  .question{
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .question h2{
    font-family: galano;
    font-weight: bold;
    font-size: 40px;
    line-height: 58px;
    background-image: linear-gradient(45deg, #3AD0F8, #1936D5);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px;
  }

  .question h5{
    font-family: galano;
    font-weight: bold;
    font-size: 24px;
    width: 800px;
    color: #393C40;
    line-height: 24px;
    margin: 0px;
  }

  .answer p{
    font-family: galano;
    color: #393C40;
    font-weight: normal;
    font-size: 20px;
    max-width: 820px;
    padding-left: 40px;
    margin-bottom: 0px;
  }

  .answer{
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.4s ease;
    
  }

  .faq.active .answer{
    max-height: 300px;
    animation: fade 1s ease-in-out;
  }

  .faq.active svg{
    transform: rotate(45deg);
    animation: rotateAnimation 1s ease-in-out;
  }

  @keyframes rotateAnimation {
    from {
      transform: rotate(0deg); /* Rotación inicial */
    }
  }

  @keyframes fade{
    from{
      opacity: 0;
      transform: translateY(-10px);
    }
    to{
      opacity: 1;
      transform: translateY(0px);
    }
  }

  .comienza-ahora{
    background-color: #0E2D53;
    height: auto;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 40px;
    display: grid;
    justify-content: center;
    align-items: center;
  }

  .comienza-ahora h1{
    font-family: galano;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
    line-height: 58px;
    color: #FFF;
    margin: 0px;
    max-width: 1000px;
  }

  .comienza-ahora p{
    font-family: galano;
    color: #FFF;
    font-weight: normal;
    font-size: 20px;
    max-width: 1020px;
    padding-left: 40px;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 10px;
  }

  .button-store-start{
    display: flex;
    gap: 20px;
    margin-top: 40px;
    justify-content: center
  }

  .legal{
    display: grid;
    align-items: center;
    justify-content: center;
    margin-left: 100px;
    margin-right: 100px;
  }

  .legal p{
    font-family: galano;
    color: #646E76;
    font-weight: normal;
    font-size: 14px;
    max-width: 1600px;
    padding-left: 40px;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
  }

.pie-pagina{
  width: 100%;
  background-color: #EBF3FD;
  margin-bottom: 0%;
}

.pie-pagina .grupo1{
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  padding: 10px 0px;
}


.pie-pagina .grupo1 .box figure{
  display: flex;
  justify-content: center;
  align-items: center;

}


.pie-pagina .grupo1 .box figure img{
  width: 130px;
  margin: 0px;
}

.pie-pagina .grupo1 .box h6{
  color: #0E2D53;
  font-family: galano;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 25px;
  text-align: center;
}

.pie-pagina .grupo1 .box-2{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.pie-pagina .grupo1 .box-2 h6{
  color: #0E2D53;
  font-family: galano;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 25px;
  cursor: pointer;
}

.pie-pagina .grupo1 .box-2 h6 a:hover{
  color: #1936D5;
  font-weight: bold;
}



/*Media 800px*/

@media screen and (max-width:800px) {

    /* Header */
    .hero {
      background-image: url(/img/img-mobile.png); 
      background-size: cover;
      background-position: center;
      width: 100%;
      color: #fff;
      text-align: center;
      margin-top: -80px;
      background-repeat: none;
    }
    
    .hero-content {
      max-width: 95%;
      margin-left: 15px;
    } 
    
    .hero h1 {
      font-size: 40px;
      line-height: 40px;
      margin-top: -300px;
      text-align: center;
      font-family: galano;
      font-weight: bold;
      max-width: 100%;
  
    }
    
    .hero p {
      font-size: 24px;
      line-height: 30px;
      text-align: center;
      font-family: galano;
      font-weight: normal;
      margin-top: 10px;
      max-width: 100%;
    }
  
    .line{
      margin-top: -100px;
      width: 250px;
    }
  
    .button-store{
      gap: 10px;
      margin-top: 40px;
      flex-direction: column;
  
    }
  
    .image-button {
      border: none;
      background: none;
      cursor: pointer;
    }
    
    .image-button img {
      width: 60%; /* Cambia el tamaño de la imagen según sea necesario */
      height: auto; /* Mantiene la proporción de la imagen */
    }
  
      /* beneficios */
  
      .beneficios{
        max-width: 800px;
        margin: 0;
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;
      }
  
      .image-phone{
        display: none !important;
      }
  
      .section-left{
        max-width: 800px;
      }
      
      .title-section-2{
        margin-bottom: 60px;
      }
      
      .title-section-2 h2{
        font-family: galano;
        font-weight: bold;
        font-size: 36px;
        line-height: 44px;
        background-image: linear-gradient(45deg, #3AD0F8, #1936D5);
        background-size: 100%;
        background-repeat: repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 0px;
        text-align: center;
      }
      
      .title-section-2 p{
        font-family: galano;
        font-weight: normal;
        font-size: 20px;
        line-height: 28px;
        color: #646E76;
        margin-top: -20px;
              text-align: center;
      }
      
      .caracteristicas{
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        justify-content: left;
        flex-direction: row;
        gap: 20px;
        margin-bottom: 20px;
        align-items: flex-start;
      }
      
      .image-description{
        max-width: 80px;
      }
         
      .description-servicios h5{
        font-family: galano;
        color: #393C40;
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 0px;
        margin-top: 0px;
      }
      
      .description-servicios p{
        font-family: galano;
        color: #646E76;
        font-weight: normal;
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 0px;
      }  
      .image-phone{
        visibility: hidden;
      }
  
  
      /*Steps-section*/
  
      .Steps-section{
        margin: 0;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        flex-direction: column;            
        background-color: #EBF3FD;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        justify-content: center;
      
      }
      
      .Steps{
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        
      }
      
      .component-steps{
        background-color: #fff;
        max-width: 40%;
        padding: 10px;
        border-radius: 20px;
      }
      
      .image-steps{
        width: 100%;
        height: auto;
      }
      
      .steps-title{
        font-family: galano;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        background-image: linear-gradient(45deg, #3AD0F8, #1936D5);
        background-size: 100%;
        background-repeat: repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 10px;
      }
      
      .content-steps p{
        font-family: galano;
        color: #646E76;
        font-weight: normal;
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 0px;
        max-width: px;
      }
  
  
  
      /*Beneficios*/
  
  
    .caracteristicas-section{
      margin-top: 40px;
      display: flex;
      flex-direction: column;            
      background-color: #fff;
      margin: 10px; 
      justify-content: center;
      gap: 20px;
    }
  
    .box-start{
        border-radius: 20px;
        padding: 20px;
        background-image: url(/img/img-left.png) ;
        background-size: cover;
        background-repeat: no-repeat;
        color: #FFF;
        width: 95%;
        height: 540px;
        margin-top: 40px;
      }
  
      .box-start h4{
        font-family: galano;
        font-weight: bold;
        line-height: 35px;
        color: #FFF;
        font-size: 30px;
        max-width:700px;
        margin-bottom: 20px;
        padding-left: 0;
        margin-top: 350px;
      }
    
      .box-start p{
        font-family: galano;
        color: #fff;
        font-weight: normal;
        font-size: 20px;
        margin-bottom: 40px;
        max-width: 620px;
        padding-left: 0;
      }
  
  /*Beneficios top*/
  
  .component-beneficios-top{
    background-color: #0E2D53;
    border-radius: 20px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
  }
  
  .beneficios-top{
    width: 320px;
    height: auto;
    margin-right: 10px;
    margin-left: 20px;
    gap: 10px;
  }
  
  .txt-top{
    flex-direction: column;  
  }
  
  .component-beneficios-top h4{
    font-family: galano;
    font-weight: bold;
    line-height: 35px;
    color: #FFF;
    font-size: 30px;
    max-width: 300px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  
  .component-beneficios-top p{
    font-family: galano;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    max-width: 320px;
  }
  
  .beneficios-top{
    width: 280px;
    height: auto;
    margin-right: 40px;
    margin-left: 20px;
    gap: 10px;
  }
  
  
  
   /*Beneficios buttom*/
  
      .component-beneficios-buttom{
        background-color: #1329A0;
        border-radius: 20px;
        width: 100%;
        height: 320px;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        flex-direction: row;
      }
  
      .beneficios-buttom-img{
        width: 280px;
        height: auto;
        gap: 10px;
        margin-bottom: -8px;
        margin-right: 40px;
        margin-left: 20px;
      }
  
      .component-beneficios-buttom p{
        font-family: galano;
        color: #fff;
        font-weight: normal;
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 0px;
        max-width: 320px;
      }
  
      .component-beneficios-buttom h4{
        font-family: galano;
        font-weight: bold;
        line-height: 35px;
        color: #FFF;
        font-size: 30px;
        max-width: 300px;
        margin-top: 40px;
        
      }
  
  
  
  /*FAQS*/
  
  
  .txt-faqs{
    font-family: galano;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    background-image: linear-gradient(45deg, #3AD0F8, #1936D5);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  
  section{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }
  
  .faq{
    width: 80%;
    margin-top: 1rem;
    padding: 10px;
    background-color: #EBF3FD;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 0;
  }
  
  .question{
    display: flex;
    gap: 20px;
    align-items: center;
  }
  
  .question h2{
    font-family: galano;
    font-weight: bold;
    font-size:20px;
    line-height: 58px;
    background-image: linear-gradient(45deg, #3AD0F8, #1936D5);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 20px;
  }
  
  .question h5{
    font-family: galano;
    font-weight: bold;
    font-size: 18px;
    width: 90%;
    color: #393C40;
    line-height: 24px;
    margin: 0px;
  }
  
  .answer p{
    font-family: galano;
    color: #393C40;
    font-weight: normal;
    font-size: 15px;
    max-width: 360px;
    padding-left: 40px;
    margin-bottom: 0px;
  }
  
  .answer{
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.4s ease;
    
  }
  
  .faq.active .answer{
    max-height: 300px;
    animation: fade 1s ease-in-out;
  }
  
  .faq.active svg{
    transform: rotate(45deg);
    animation: rotateAnimation 1s ease-in-out;
  }
  
  @keyframes rotateAnimation {
    from {
      transform: rotate(0deg); /* Rotación inicial */
    }
  }
  
  @keyframes fade{
    from{
      opacity: 0;
      transform: translateY(-10px);
    }
    to{
      opacity: 1;
      transform: translateY(0px);
    }
  }
    
  
  /*Comienza Ahora*/
  
  .comienza-ahora{
    background-color: #0E2D53;
    width: 90%;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 10px;
    display: grid;
    margin: 10px;
    height: auto;
  }
  
  .comienza-ahora h1{
    font-family: galano;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
    line-height: 58px;
    color: #FFF;
    margin: 0px;
  }
  
  .comienza-ahora p{
    font-family: galano;
    color: #FFF;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 0px;
    text-align: center;
    width: 80%;
  }
  
  .button-store-start{

    margin-top: 20px;
    flex-direction: row;
  }
  
  .legal{
    display: grid;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .legal p{
    font-family: galano;
    color: #646E76;
    font-weight: normal;
    font-size: 12px;
    width: 98%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
    margin-left: 0%;
    padding-left: 0%;
  
  }
  
  .image-phone{
    display: none !important;
  }
  
  .pie-pagina .grupo1{
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
    padding: 40px 0px;
  }
  .pie-pagina .grupo1 .box-2 h6{
    color: #0E2D53;
    font-family: galano;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0px;
    cursor: pointer;
  }
  
  .pie-pagina .grupo1 .box h6{
    color: #0E2D53;
    font-family: galano;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0px;
    text-align: center;
  }
  
  .image-phone{
    display: none !important;
  }

  .pie-pagina .grupo1{
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
    padding: 40px 0px;
  }
  .pie-pagina .grupo1 .box-2 h6{
    color: #0E2D53;
    font-family: galano;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0px;
    cursor: pointer;
  }

  .pie-pagina .grupo1 .box h6{
    color: #0E2D53;
    font-family: galano;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0px;
    text-align: center;
  }
}

/* Styles for small devices */
@media (max-width: 420px) {

  /* Header */
  .hero {
    background-image: url(/img/img-mobile.png); 
    background-size: cover;
    background-position: center;
    height: 860px;
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: -80px;
    background-repeat: none;
  }
  
  .hero-content {
    max-width: 95%;
    margin-left: 15px;
  } 
  
  .hero h1 {
    font-size: 40px;
    line-height: 40px;
    margin-top: -300px;
    text-align: center;
    font-family: galano;
    font-weight: bold;
    max-width: 100%;

  }
  
  .hero p {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-family: galano;
    font-weight: normal;
    margin-top: 10px;
    max-width: 100%;
  }

  .line{
    margin-top: -100px;
    width: 250px;
  }

  .button-store{
    gap: 10px;
    margin-top: 40px;
    flex-direction: column;

  }

  .image-button {
    border: none;
    background: none;
    cursor: pointer;
  }
  
  .image-button img {
    width: 60%; /* Cambia el tamaño de la imagen según sea necesario */
    height: auto; /* Mantiene la proporción de la imagen */
  }

    /* beneficios */

    .beneficios{
      max-width: 420px;
      margin: 0;
      padding: 20px;
      display: block;
      margin-top: 40px;
    }

    .image-phone{
      display: none !important;
    }

    .section-left{
      max-width: 400px;
    }
    
    .title-section-2{
      margin-bottom: 60px;
    }
    
    .title-section-2 h2{
      font-family: galano;
      font-weight: bold;
      font-size: 36px;
      line-height: 44px;
      background-image: linear-gradient(45deg, #3AD0F8, #1936D5);
      background-size: 100%;
      background-repeat: repeat;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-top: 0px;
      text-align: center;
    }
    
    .title-section-2 p{
      font-family: galano;
      font-weight: normal;
      font-size: 20px;
      line-height: 28px;
      color: #646E76;
      margin-top: -20px;
            text-align: center;
    }
    
    .caracteristicas{
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      justify-content: left;
      flex-direction: row;
      gap: 20px;
      margin-bottom: 20px;
      align-items: flex-start;
    }
    
    .image-description{
    width: 40px;
    }
       
    .description-servicios h5{
      font-family: galano;
      color: #393C40;
      font-weight: bold;
      font-size: 24px;
      margin-bottom: 0px;
      margin-top: 0px;
    }
    
    .description-servicios p{
      font-family: galano;
      color: #646E76;
      font-weight: normal;
      font-size: 18px;
      margin-bottom: 20px;
      margin-top: 0px;
    }  
    .image-phone{
      visibility: hidden;
    }


    /*Steps-section*/

    .Steps-section{
      margin: 20px 0;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      flex-direction: column;            
      background-color: #EBF3FD;
      padding-left: 20px;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-right: 20px;
      justify-content: center;
    
    }
    
    .Steps{
      display: flex;
      gap: 20px;
      flex-direction: column;
    }
    
    .component-steps{
      background-color: #fff;
      max-width: 600px;
      padding: 10px;
      border-radius: 20px;
    }
    
    .image-steps{
      width: 100%;
      height: auto;
    }
    
    .steps-title{
      font-family: galano;
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      background-image: linear-gradient(45deg, #3AD0F8, #1936D5);
      background-size: 100%;
      background-repeat: repeat;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 10px;
    }
    
    .content-steps p{
      font-family: galano;
      color: #646E76;
      font-weight: normal;
      font-size: 18px;
      margin-bottom: 20px;
      margin-top: 0px;
      max-width: px;
    }



    /*Beneficios*/


  .caracteristicas-section{
    margin-top: 40px;
    display: flex;
    flex-direction: column;            
    background-color: #fff;
    margin: 10px; 
    justify-content: center;
    gap: 20px;
  }

  .box-start{
      border-radius: 20px;
      padding: 20px;
      background-image: url(/img/img-left-mobile.png) ;
      background-size: cover;
      background-repeat: no-repeat;
      color: #FFF;
      width: 90%;
      height: 540px;
    }

    .box-start h4{
      font-family: galano;
      font-weight: bold;
      line-height: 35px;
      color: #FFF;
      font-size: 30px;
      max-width: 300px;
      margin-bottom: 20px;
      padding-left: 0;
      margin-top: 30px;
    }
  
    .box-start p{
      font-family: galano;
      color: #fff;
      font-weight: normal;
      font-size: 20px;
      margin-bottom: 40px;
      max-width: 620px;
      padding-left: 0;
    }

/*Beneficios top*/

.component-beneficios-top{
  background-color: #0E2D53;
  border-radius: 20px;
  width: 100%;
  height: 580px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: column-reverse;
}

.beneficios-top{
  width: 320px;
  height: auto;
  margin-right: 10px;
  margin-left: 20px;
  gap: 10px;
}

.txt-top{
  flex-direction: column;  
}

.component-beneficios-top h4{
  font-family: galano;
  font-weight: bold;
  line-height: 35px;
  color: #FFF;
  font-size: 30px;
  max-width: 300px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.component-beneficios-top p{
  font-family: galano;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  max-width: 320px;
}

.beneficios-top{
  width: 280px;
  height: auto;
  margin-right: 10px;
  margin-left: 20px;
  gap: 10px;
}



 /*Beneficios buttom*/

    .component-beneficios-buttom{
      background-color: #1329A0;
      border-radius: 20px;
      width: 100%;
      height: 580px;
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      flex-direction: column-reverse;
    }

    .beneficios-buttom-img{
      width: 280px;
      height: auto;
      margin-right: 10px;
      margin-left: 20px;
      gap: 10px;
      margin-bottom: 0;
    }

    .component-beneficios-buttom p{
      font-family: galano;
      color: #fff;
      font-weight: normal;
      font-size: 20px;
      margin-bottom: 10px;
      margin-top: 0px;
      max-width: 320px;
    }

    .component-beneficios-buttom h4{
      font-family: galano;
      font-weight: bold;
      line-height: 35px;
      color: #FFF;
      font-size: 30px;
      max-width: 300px;
      margin-top: 40px;
    }



/*FAQS*/


.txt-faqs{
  font-family: galano;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  background-image: linear-gradient(45deg, #3AD0F8, #1936D5);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  margin-left: 10px;
}

section{
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

.faq{
  width: 90%;
  margin-top: 1rem;
  padding: 10px;
  background-color: #EBF3FD;
  border-radius: 20px;
  cursor: pointer;
  margin-bottom: 0;
}

.question{
  display: flex;
  gap: 20px;
  align-items: center;
}

.question h2{
  font-family: galano;
  font-weight: bold;
  font-size:20px;
  line-height: 58px;
  background-image: linear-gradient(45deg, #3AD0F8, #1936D5);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
}

.question h5{
  font-family: galano;
  font-weight: bold;
  font-size: 18px;
  width: 360px;
  color: #393C40;
  line-height: 24px;
  margin: 0px;
}

.answer p{
  font-family: galano;
  color: #393C40;
  font-weight: normal;
  font-size: 15px;
  max-width: 360px;
  padding-left: 40px;
  margin-bottom: 0px;
}

.answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.4s ease;
  
}

.faq.active .answer{
  max-height: 300px;
  animation: fade 1s ease-in-out;
}

.faq.active svg{
  transform: rotate(45deg);
  animation: rotateAnimation 1s ease-in-out;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg); /* Rotación inicial */
  }
}

@keyframes fade{
  from{
    opacity: 0;
    transform: translateY(-10px);
  }
  to{
    opacity: 1;
    transform: translateY(0px);
  }
}
  

/*Comienza Ahora*/

.comienza-ahora{
  background-color: #0E2D53;
  width: 90%;
  margin-bottom: 10px;
  border-radius: 20px;
  padding: 10px;
  display: grid;
  margin: 10px;
  justify-items: center
}

.comienza-ahora h1{
  font-family: galano;
  font-weight: bold;
  text-align: center;
  font-size: 38px;
  line-height: 58px;
  color: #FFF;
  margin: 0px;
}

.comienza-ahora p{
  font-family: galano;
  color: #FFF;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 0px;
  text-align: center;
  width: 90%;
  padding: 0%;
}

.button-store-start{
  gap: 10px;
  margin-top: 20px;
  flex-direction: column;
}

.legal{
  display: grid;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
}

.legal p{
  font-family: galano;
  color: #646E76;
  font-weight: normal;
  font-size: 12px;
  width: 98%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: 0%;
  padding-left: 0%;

}

.image-phone{
  display: none !important;
}

.pie-pagina .grupo1{
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0px;
  padding: 40px 0px;
}
.pie-pagina .grupo1 .box-2 h6{
  color: #0E2D53;
  font-family: galano;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0px;
  cursor: pointer;
}

.pie-pagina .grupo1 .box h6{
  color: #0E2D53;
  font-family: galano;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0px;
  text-align: center;
}
}
@media (max-width: 1000px) {
      /* Header */
      .hero {
        background-image: url(/img/img-mobile.png); 
        background-size: cover;
        background-position: center;
        width: 100%;
        color: #fff;
        text-align: center;
        margin-top: -80px;
        background-repeat: none;
      }
      
      .hero-content {
        max-width: 95%;
        margin-left: 15px;
      } 
      
      .hero h1 {
        font-size: 40px;
        line-height: 40px;
        margin-top: -300px;
        text-align: center;
        font-family: galano;
        font-weight: bold;
        max-width: 100%;
    
      }
      
      .hero p {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        font-family: galano;
        font-weight: normal;
        margin-top: 10px;
        max-width: 100%;
      }
    
      .line{
        margin-top: -100px;
        width: 250px;
      }
    
      .button-store{
        gap: 10px;
        margin-top: 40px;
        flex-direction: column;
    
      }
    
      .image-button {
        border: none;
        background: none;
        cursor: pointer;
      }
      
      .image-button img {
        width: 60%; /* Cambia el tamaño de la imagen según sea necesario */
        height: auto; /* Mantiene la proporción de la imagen */
      }
      /* beneficios */
  
      .beneficios{
        max-width: 800px;
        margin: 0;
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;
      }
  
      .image-phone{
        display: none !important;
      }
  
      .section-left{
        max-width: 800px;
      }
      
      .title-section-2{
        margin-bottom: 60px;
      }
      
      .title-section-2 h2{
        font-family: galano;
        font-weight: bold;
        font-size: 36px;
        line-height: 44px;
        background-image: linear-gradient(45deg, #3AD0F8, #1936D5);
        background-size: 100%;
        background-repeat: repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 0px;
        text-align: center;
      }
      
      .title-section-2 p{
        font-family: galano;
        font-weight: normal;
        font-size: 20px;
        line-height: 28px;
        color: #646E76;
        margin-top: -20px;
              text-align: center;
      }
      
      .caracteristicas{
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        justify-content: left;
        flex-direction: row;
        gap: 20px;
        margin-bottom: 20px;
        align-items: flex-start;
      }
      
      .image-description{
        max-width: 80px;
      }
         
      .description-servicios h5{
        font-family: galano;
        color: #393C40;
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 0px;
        margin-top: 0px;
      }
      
      .description-servicios p{
        font-family: galano;
        color: #646E76;
        font-weight: normal;
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 0px;
      }  
      .image-phone{
        visibility: hidden;
      }
  
}










/* Styles for medium devices */
@media (min-width: 768px) {

}

/* Styles for large devices */


/* Styles for extra large devices */
@media (min-width: 1200px) {

}

  /*
  footer{
    padding: 60px 100px 60px 100px;
    background-color: #EBF3FD;
    display: flex;
    flex-direction: row;
    gap: 400px;
  }

  .legal-footer{
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  */