@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body{
    background-color: #0C0C1C;;
}
.centrador img{
    width: 300px;
}
.cellPhone{
    display: none;
}
header{
    background-color: transparent;
    display: flex;
    justify-content: center;

    z-index: 1;
}

.mainDownload img{
    width: 80%;
    z-index: 1;
}
.mainDownload{
    display: flex;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin-bottom: -18%;
}
.buttons{
    display: flex;
    justify-content: center;
    align-content: center;
    z-index: 1000;
    gap: 21px;
}
.image{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
    margin-top: -22%;
    margin-bottom: -10%;
}
.download{
    width: 17.563rem;
    height: 4.063rem;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(91, 33, 188, 0.50);
    box-shadow: 0px 4px 14.9px 1px rgba(71, 34, 119, 0.46);
    outline: none;
    border: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.download i{
    font-size: 32px;
    color: white;
    margin-right: 12px;
}
.download{
    color: white;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    transition: 0.4s;
}
.download:hover{
    border-radius: 15px;
    background: #7521E6;
    box-shadow: 0px 4px 14.9px 1px #7621e686;
}
.container{
    display: flex;
    justify-content: center;
    align-items: center;

}
.stebystep{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:20%;
    width: 80%;
    margin-bottom: 10rem;
}
.der{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
}
.der h1{
    font-family: Poppins;
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px; /* 65.625% */
    margin-bottom: 2rem;
}
.circle{
    width: 2.813rem;
    height: 2.813rem;
    flex-shrink: 0;
    border-radius: 22.5px;
    background: linear-gradient(140deg, rgba(20, 19, 19, 0.32) 0.28%, rgba(39, 40, 43, 0.41) 97.56%);
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(15px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}
.step{
    margin-top: 1rem;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 2rem;
}
.circle i{
    font-size: 24px;
    color: white;
}
.step h3{
    color: #FFF;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px; /* 131.25% */
}
.centrarSect{
    display: flex;
    justify-content: center;
    align-items: center;
}
.button2{
    border-radius: 10px;
    background: rgba(91, 33, 188, 0.50);
    box-shadow: 0px 4px 14.9px 1px rgba(71, 34, 119, 0.46);
    width: 13rem;
    height: 3.313rem;
    flex-shrink: 0;
    border: 0px;
    outline: none;
    color: white;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
}
.button2 i{
    margin-right: 0.3rem;
}
.button2:hover{
    border-radius: 15px;
    background: #7521E6;
    box-shadow: 0px 4px 14.9px 1px #7621e686;
}
.ellipse{
    position:  absolute;
}
.segImg{
    z-index: 1000;
    width: 100%;
}
.step p{
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px; /* 262.5% */
    margin-top: -0.8rem;
}
@media (max-width: 1024px) {
    .image{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        z-index: 1000;
        margin-top: -30%;
        margin-bottom: -5%;
    }
   .segImg{
    display: none;
   }
   .ellipse{
    display: none;
   }
   .izq{
    display: none;
   }
  }

  @media (max-width: 524px) {
    .todo{
        display: none;
    }
    .cellPhone{
        display: flex;
        padding: 2rem;
        background-color: #0C0C1C;
        width: 100%;
        height: 100vh;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .cellPhone img{
        width: 100%;
    }
    .cellPhone{
        color: white;
        font-family: Poppins;
        text-align: center;
    }
  }