:root {
    --linea--borde--relleno: #4528dc;
    --linea--borde--vacio: #5e5e5e;
}

body {
    background-color: #fff;
    background: linear-gradient(-47deg, #7c4fe0, #4528dc);
    display: flex;
    min-height: 100vh;
    position: relative;
}

.step {
    display: block;
    min-height: 50vh;
    position: relative;
    min-width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    padding-top: 0px;
}

.from {
    font-family: "calibri";
    background-color: #fff;
    margin: auto;
    width: 90%;
    max-width: 400px;
    padding: 4.5em 3em;
    border-radius: 10px;
    box-shadow: 0 10px 30px -5px rgb(0 0 0 / 70%);
    text-align: center;
}

.progreso-contenedor {
    font-family: "calibri";
    font-weight: 900;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
    width: 400px;
}

.progreso-contenedor::before {
    font-family: "calibri";
    font-weight: 900;
    content: "";
    background-color: var(--linea--borde--vacio);
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    z-index: 1;
    transition: 0.4s ease;
}

.progreso {
    font-family: "calibri";
    font-weight: 900;
    background-color: var(--linea--borde--relleno);
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    height: 4px;
    width: 0%;
    z-index: 1;
    transition: 0.4s ease;
}

.circle {
    background-color: #fff;
    color: #999;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--linea--borde--vacio);
    transition: 0.4s ease;
    z-index: 2;
}

.circle.active {
    border-color: var(--linea--borde--relleno);
}

.from-title {
    font-size: 2.2rem;
    margin-bottom: 0.5em;
    background-image: linear-gradient(90deg, #7c4fe0, #4528dc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.from-container {
    margin-top: 3em;
    display: grid;
    gap: 2.5em;
}

.from-group {
    margin-bottom: 30px;
    position: relative;
    --color: #5757577e;
}

.from-input {
    font-family: "calibri";
    width: 100%;
    background: none;
    color: #706c6c;
    font-size: 1rem;
    padding: 0.6em 0;
    border: none;
    outline: none;
    border-bottom: 1px solid var(--color);
}

.icon-from {
    font-size: 20px;
    position: absolute;
    right: 10px;
    bottom: 6px;
    color: #706c6c;
}

.from-input:focus ~ .icon-from,
.from-input:not(:placeholder-shown) ~ .icon-from {
    color: #4528dc;
    transform: rotateY(360deg);
    transition: all 2s;
}

.from-input:not(:placeholder-shown) {
    color: #4d4646;
}

.from-input:focus + .from-label,
.from-input:not(:placeholder-shown) + .from-label {
    transform: translateY(-12px) scale(0.7);
    transform-origin: left top;
    color: #4528dc;
}

.from-label {
    color: var(--color);
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 5px;
    transform: translatey(10px);
    transition: 0.5s, color 0.3s;
}

.buttom-form {
    width: 100%;
}

.form-submit {
    background: #4528dc;
    color: #fff;
    font-family: "calibri";
    font-weight: 600;
    font-size: 1.3rem;
    padding: 0.4em 0;
    border: none;
    border-radius: 0.5em;
    width: 40%;
}

.form-submit:hover {
    background-color: #2b00ff;
    transition: 1s;
    transform: left bottom;
    transform: scale(1.1);
}

.form-submit-atras {
    background: rgb(189, 189, 189);
    color: #4528dc;
    opacity: 0.5;
    font-weight: 600;
    font-size: 1.3rem;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.form-submit-atras:hover {
    background-color: #4528dc;
    color: rgb(189, 189, 189);
    transition: 0.5s;
    transform: right;
    transform: scale(1.4);
    opacity: 1;
    position: relative;
    margin-left: -5px;
}

.from-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #4528dc;
    transform: scale(0);
    transform: left bottom;
    transition: transform 0.4s;
}

.from-input:focus ~ .from-line,
.from-input:not(:placeholder-shown) ~ .from-line {
    transform: scale(1);
}

@media (max-width: 425px) {
    .from-title {
        font-size: 1.8rem;
    }
}

.from-group .p p {
    color: #999;
    font-family: "calibri";
    font-size: 1em;
    text-align: left;
    margin-top: -42px;
}

.cllegaste {
    color: #2b00ff !important;
    font-family: "calibri";
    font-size: 1em;
}

.divStep {
    opacity: 0;
    transition: 3s;
}

.opacityAnimation {
    opacity: 1;
}

.p-ultima {
    font-size: 1.3em;
    color: #5f5f5f;
    font-weight: 600;
    font-family: "calibri";
}

.img-correo {
    display: flex;
    align-items: center;
}

.img-correo .img-crreo1 {
    z-index: 4;
    animation-name: img1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    margin-left: 30px;
    margin-bottom: -60px;
    margin-top: 6px;
}

@keyframes img1 {
    from {
        transform: perspective(0px) rotateY(0deg);
    }

    to {
        transform: perspective(400px) rotateY(0.25deg);
    }
}

.logo-from {
    position: absolute;
    left: -45em;
    top: -12em;
    transform: scale(0.15);
}

.pensando1 {
    left: -250px;
    position: absolute;
    top: 0px;
    transform: scale(1.3);
}

.pensando2 {
    left: 265px;
    position: absolute;
    top: -120px;
    transform: scale(0.8);
}

.saltando1 {
    left: 240px;
    position: absolute;
    top: 275px;
    transform: scale(1.3);
}

.saltando2 {
    left: 1186px;
    position: absolute;
    top: 243px;
    transform: scale(1.3);
}
