html{
    font-size: 62.5%;
    box-sizing: border-box;
}
body{
    background: #201d34;
    color: white;
    font-size: 1.6rem;
}
*, *:before, *:after{
    box-sizing: inherit;
}

.step-1, .step-2, .step-2-5, .step-3, .step-4, .step-5, .results{
    display: none;
    padding-top: 7rem;
    transition: all .3s ease 0s;
}
.step.active{
    display: block;
}
/* indicador */
.container-indicator{
    /* height: 10rem; */
    padding: 3rem 2.5rem;
    /* border: 1px solid white; */
    position: relative;
    margin-top: 4rem;
    display: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem;
    background-color: rgba(21,18,38,.7);
    border-radius: 1000px;
    
}
.container-line-points{
    position: relative;
    height: 3rem;
    width: 100%;
    max-width: 60rem;
    display: flex;
    align-items: center;
}
.container-line-points .line-indicator{
    height: .2rem;
    background: #615665;
    width: 100%;
}
.container-line-points .line-indicator-white{
    height: .4rem;
    background: white;
    width: 100%;
    position: absolute;
    width: 0%;
    transition: all .7s ease 0s;
}
.point-1, .point-2, .point-3, .point-4{
    position: absolute;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background: #151226;
    border: 2px solid #615665;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.container-line-points .point-1{
    left: 25%;
}
.container-line-points .point-2{
    left: 50%;
}
.container-line-points .point-3{
    left: 75%;
}
.container-line-points .point-4{
    left: 100%;
}
.btn-back{
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 1rem;
    padding: 1rem 1.5rem;
    background-color: transparent;
    border: 1px solid rgba(99,97,113,.7);
    border-radius: 3rem;
    cursor: pointer;
}
.btn-back svg{
    fill: hsla(0,0%,100%,.5);
    width: 30px;
    height: 30px;
    margin-right: 1rem;
}
@media (max-width: 992px){
    .container-indicator{
        display: none;
    }
    .btn-back{
        top: 65%;
    }
    .container-indicator{
        padding-bottom: 7rem;
    }
}
/* .container-line-points .line-indicator{
    background
} */
/* indicador */

/* STEP 1 */
.gender-female-container{
    width: 450px;
    height: 450px;
    position: relative;
    margin: 0 auto;
}
.gender-female{
    width: 55%;
    height: 55%;
    border-radius: 1000px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg,#f53373,#bf51e8);
    z-index: 100;
    cursor: pointer;
}
.gender-female-container > .gender-effect-1{
    position: absolute;
    opacity: .3;
    width: 70%;
    height: 70%;
    background: linear-gradient(90deg,#f53373,#bf51e8);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 0;
    animation: pulse2 2s ease-in-out -.26s infinite;
}
.gender-female-container > .gender-effect-2{
    position: absolute;
    opacity: .1;
    width: 85%;
    height: 85%;
    background: linear-gradient(90deg,#f53373,#bf51e8);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 0;
    animation: pulse1 2s ease-in-out -.56s infinite;

}
.gender-male-container{
    width: 450px;
    height: 450px;
    position: relative;
    margin: 0 auto;
}
.gender-male{
    width: 55%;
    height: 55%;
    border-radius: 1000px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg,#33f5e0,#5172e8);
    z-index: 100;
    cursor: pointer;
}
.gender-male-container > .gender-effect-1{
    position: absolute;
    opacity: .3;
    width: 70%;
    height: 70%;
    background: linear-gradient(90deg,#33f5e0,#5172e8);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1000px;
    z-index: 0;
    animation: pulse2 2s ease-in-out -.26s infinite;
}
.gender-male-container > .gender-effect-2{
    position: absolute;
    opacity: .1;
    width: 85%;
    height: 85%;
    background: linear-gradient(90deg,#33f5e0,#5172e8);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1000px;
    z-index: 0;
    animation: pulse1 2s ease-in-out -.56s infinite;

}

.or-step-1{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
}

.a-button-gender__icon {
    position: relative;
    fill: #fff;
    width: 70px;
    height: 95px;
    margin-bottom: 5px;
}
.a-button-gender__icon{
    margin: 0 auto;
    display: block;
}

@media (max-width: 992px){
    .gender-male-container{
        width: 350px;
        height: 350px;
    }
    .gender-female-container{
        width: 350px;
        height: 350px;
    }
}
#semi-circulo {
    /* background: #a1cc3a; */
    border-top: 2px solid white;
    margin: 2%;
    height: 40px;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    width: 80px;
    border-left: 2px solid white;
    border-right: 2px solid white;
}
@media (max-width: 776px){
    .gender-male-container{
        width: 250px;
        height: 250px;
    }
    .gender-female-container{
        width: 250px;
        height: 250px;
    }
}

/* STEP 1 */

/* STEP 2 */
.step-2{
    padding-top: 7rem;
}
.step-2 h2{
    font-size: 5rem;
    text-align: center;
    font-weight: 100;
    margin-bottom: 4rem;
}
.men-theme .op-s2{
    padding: 2rem 4rem;
    text-align: center;
    width: 100%;
    max-width: 60rem;
    border: 1px solid white;
    background: hsla(0,0%,100%,.05);
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 2rem;
    cursor: pointer;
    transition: all 1s ease 0s;
}
.woman-theme .op-s2{
    padding: 2rem 4rem;
    text-align: center;
    width: 100%;
    max-width: 60rem;
    border: 1px solid white;
    background: hsla(0,0%,100%,.05);
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 2rem;
    cursor: pointer;
    transition: all 1s ease 0s;
}
.men-theme .op-s2:hover{
    background: linear-gradient(90deg,#33f5e0,#5172e8);
}
.woman-theme .op-s2:hover{
    background: linear-gradient(90deg,#f53373,#bf51e8);
}
/* STEP 2 */
/* STEP 3 */
.step-3{
    padding-top: 7rem;
}
.step-3 h2{
    font-size: 5rem;
    text-align: center;
    font-weight: 100;
    margin-bottom: 4rem;
}
.men-theme .op-s3{
    padding: 2rem 4rem;
    text-align: center;
    width: 100%;
    max-width: 60rem;
    border: 1px solid white;
    background: hsla(0,0%,100%,.05);
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 2rem;
    cursor: pointer;
    transition: all 1s ease 0s;
}
.woman-theme .op-s3{
    padding: 2rem 4rem;
    text-align: center;
    width: 100%;
    max-width: 60rem;
    border: 1px solid white;
    background: hsla(0,0%,100%,.05);
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 2rem;
    cursor: pointer;
    transition: all 1s ease 0s;
}
.men-theme .op-s3:hover{
    background: linear-gradient(90deg,#33f5e0,#5172e8);
}
.woman-theme .op-s3:hover{
    background: linear-gradient(90deg,#f53373,#bf51e8);
}

/* STEP 3 */

/* STEP 4 */
.step-4{
    padding-top: 7rem;
}
.step-4 h2{
    text-align: center;
    font-size: 5rem;
    font-weight: 100;
}
.container-inputs-s4{
    margin: 0 auto;
}
.container-input-s4{
    position: relative;
    max-width: 60rem;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.container-input-s4 .label-input-s4{
    position: absolute;
}
.container-input-s4 > input{
    width: 100%;
    background: transparent;
    border: none;
    padding: 2rem;
    display: block;
    color: white;
    border-bottom: 2px solid #ced4da;
    font-size: 2rem;
    text-align: left;
    transition: all .3s ease 0s;
    padding-left: 60px;
}
.woman-theme .container-input-s4 > .line-transition{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #bf51e8;
    transition: all .3s ease 0s;
}
.men-theme .container-input-s4 > .line-transition{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #33f5e0;
    transition: all .3s ease 0s;
}
.container-input-s4 > input:focus ~ .line-transition{
    width: 100%;
}
.container-input-s4 > input:focus{
    border: none;
    outline: none;
    
}
.woman-theme .container-input-s4 > input:focus{
    border-bottom: 2px solid #ced4da;
}
.woman-theme .a-input__icon{
    color: #bf51e8;
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    bottom: 2rem;
    left: 2rem;

}
.men-theme .container-input-s4 > .line-transition{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #33f5e0;
    transition: all .3s ease 0s;
}
.men-theme .container-input-s4 > input:focus ~ .line-transition{
    width: 100%;
}
.men-theme .container-input-s4 > input:focus{
    border-bottom: 2px solid #ced4da;
}
.men-theme .a-input__icon{
    color: #33f5e0;
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    bottom: 2rem;
    left: 1rem;

}
.container-input-s4 > .label-input-s4{
    position: absolute;
    bottom: 60px;
    right: 0;
    font-size: 14px;
    color: #6c757d;
    opacity: 1;
    font-weight: 300;
    transition: .35s ease;

}
.btn-s4{
    text-align: center;
    background: transparent;
    width: 100%;
    max-width: 32rem;
    margin: 6rem auto auto;
}
.woman-theme .btn-s4 button{
    width: 100%;
    height: 7.2rem;
    background: transparent;
    border: none;
    border-radius: 1000px;
    color: white;
    position: relative;
    padding: 1rem;
    font-size: 2.2rem;
    background: linear-gradient(90deg,#f53373,#bf51e8);
}
.men-theme .btn-s4 button{
    width: 100%;
    height: 7.2rem;
    background: transparent;
    border: none;
    border-radius: 1000px;
    color: white;
    position: relative;
    padding: 1rem;
    font-size: 2.2rem;
    background: linear-gradient(90deg,#33f5e0,#5172e8);
}
.btn-s4 button svg{
    fill: white;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}
.error-message{
    background: tomato;
    color: white;
    position: absolute;
    right: 0;
    top: 103%;
    border-radius: 10px;
    padding: 10px 50px;
    z-index: 10;
}
.hidden{
    display: none;
}
@media (max-width: 992px){
    .container-input-s4 > input{
        font-size: 1.3rem;
    }
}
/* STEP 4 */

/* STEP 5 */
.pie-circle-1{
    fill: rgb(50,50,50);
    color: white;
    font-weight: bolder;
}
.pie{
    margin: 0 auto;
}
/* STEP 5 */



/* RESULTS */
.results{
    padding-bottom: 7rem;
}
.results h2{
    font-size: 5rem;
    text-align: center;
    font-weight: 100;
}
.container-result > div{
    border-top-left-radius: 1000px;
    border-top-right-radius: 1000px;
    width: 300px;
    height: 150px;
    border: 1px solid silver;
    border-bottom: none;
    background: linear-gradient(to bottom, rgb(62,59,82) 0%, transparent 90%);
    margin: 0 auto;
    margin-top: 2rem;
    position: relative;
}
.container-result h3{
    font-size: 3rem;
    text-align: center;
    margin-top: 8rem;
}
.container-result h4{
    font-size: 2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 200%);
    white-space: nowrap;
}
.container-result > div > span{
    font-size: 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
.result-carbohydrates span{
    color: #03fcba;
}
.result-fat span{
    color: #fc8500;
}
.result-total-calories span{
    color: #fa8502;
}
.result-recomended-calories span{
    color: #f9e100;
}
.result-water span{
    color: #00f7fe;
}
.result-proteins span{
    color: #befc02;
}
.result-imc span{
    color: #00fc77;
}
.text-result{
    font-size: 3rem;
    text-align: center;
    margin-top: 10rem;
    margin-bottom: 4rem;
}
.btn-result-final{
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2em;
    word-spacing: 0em;
    fill: #242424;
    color: #242424;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFE900 0%, #FFA600 100%);
    border-radius: 100px 100px 100px 100px;
    padding: 22px 80px 22px 80px;
}
@media (max-width: 992px){
    .text-result{
        font-size: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .btn-result-final{
        font-size: 15px;
    }
    .btn-result-final{
        padding: 22px 80px 22px 80px;
    }
}
/* RESULTS */

/* KEYFRAMES */
@keyframes pulse2{
    0%{
        transform: translate(-50%, -50%);
        width: 70%;
        height: 70%;
        opacity:.3;
    }
    50%{
        transform: translate(-50%, -50%);
        width: 65%;
        height: 65%;
        opacity:.1;
    }
    to{
        transform: translate(-50%, -50%);
        width: 70%;
        height: 70%;
        opacity:.3;
    }
}
@keyframes pulse1{
    0%{
        transform: translate(-50%, -50%);
        width: 85%;
        height: 85%;
        opacity:.3;
    }
    50%{
        transform: translate(-50%, -50%);
        width: 80%;
        height: 80%;
        opacity:.1;
    }
    to{
        transform: translate(-50%, -50%);
        width: 85%;
        height: 85%;
        opacity:.3;
    }
}
/* KEYFRAMES */


