.title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    justify-content: center;
    position: fixed;
padding: 1rem;

}

#bg {
    top: 0;
}

h1 {
    font-family: neue;
    font-weight: 700;
    font-size: 104px;
    margin-left: 1rem;
  
}

.infografia {
    gap: 2rem;
    padding: 1rem;
    /* min-height: 1cap; */
    max-width: 100%;
    transition: all 0.3s ease;
    margin-top: 15vh;
}

.txt {

    width: 30vw;
    align-items: flex-end;
    align-self: flex-start;
}

.txt.t1,
.t3 {
    width: 31vw;
    align-self: flex-start;
}

.txt.t2,
.txt.t4 {
    text-align: right;
    align-self: flex-end;
}

.row {
    align-items: flex-end !important;
    width: 100%;
   justify-content: space-between;
}

.rowR {
    align-items: flex-end !important;
    width: 100%;
    justify-content: flex-start;
    gap: 2rem;
   
}

.rowR .img, .row .img {
    margin-left: 1rem;
}

.img {
    width: 64vw;
    height: 70vh;
    border-radius: 1rem;
    overflow: hidden;

}
.rowR .txt{
    margin-left: 1rem;
}
.grafico {
    position: static;
    margin-top: 10vh !important;
    height: 70vh;
    width: 100vw;
    margin-bottom: 5vh;
    justify-content: center;
}

.circulo {
    position: absolute;
    width: 15vw;
    justify-content: center;
}

.stages {
    position: absolute;
    width: 25vw;
}

.circulo p {
    position: absolute;
    color: #FFF;
    font-family: neue;
    font-size: 2.74138rem;
    font-weight: 700;
    letter-spacing: -0.08225rem;
}

.steps {
    min-height: 60vh;
    justify-content: center;
    width: 25vw;
    display: flex;

}

.step {
    background-color: #FFF;
    border-radius: 4rem;
    padding: 0.5rem 1rem;
    position: absolute;


}

.step1 {
    top: 7vh;
    align-self: center;
}

.step2 {
    top: 20vh;
    right: 20vw;
    background: rgba(207, 78, 99, 0.10);
}

.step3 {
    bottom: 10vh;
    right: 20vw;
    background: rgba(207, 78, 99, 0.20);
}

.step4 {
    bottom: 10vh;
    left: 30vw;
    background: rgba(207, 78, 99, 0.30);
}

.step5 {
    top: 20vh;
    left: 20vw;
    background: rgba(207, 78, 99, 0.40);
}

.mobile {
    display: none;
}

@media screen and (max-height:1080px) {
    .infografia {
        padding: 2rem;
        /* min-height: 600vh; */
    }

    .circulo {
        position: absolute;
        width: 30vh;
        justify-content: center;
    }

    .stages {
        position: absolute;
        width: 43vh;
    }
}

@media screen and (orientation:portrait) {
    .title {
        text-align: center;
    }

    .row {
        align-items: center;
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .rowR {
        align-items: center;
        gap: 1rem;
    }

    .rowR .img {
        margin-left: 0;
    }

    .img {
        width: 90vw;

    }

    .txt {
        display: none;
    }

    .txt.mobile,
    .t4,
    .t1 {
        display: flex;
    }

    #bg {
        display: none !important;
    }

    h1 {
        padding-top: 10vh;
        font-size: 44px;
        margin-left: 0;

    }

    p.red {
        font-size: 20px;
    }

    .txt,
    .txt.t1 {
        width: 90vw;
    }

    .infografia {
        padding: 4rem 1rem 2rem;
       
    }

    .grafico {
        height: 95vh;
        position: static;
    }

    .circulo {

        width: 45vw;

    }

    .circulo,
    .stages {
        padding-top: 15vh;
    }

    .stages {

        width: 70vw;
    }

    .steps {
        min-height: 60vh;
        justify-content: center;
        width: 25vw;
        display: flex;
    }

    .step {
        background-color: #FFF;
        border-radius: 4rem;
        padding: 0.5rem 1rem;
        position: absolute;


    }

    .step1 {
        top: 5vh;
        align-self: center;
    }

    .step2 {
        top: 10vh;
        right: 0;
        background: rgba(207, 78, 99, 0.10);
    }

    .step3 {
        top: 15vh;
        left: 0;
        bottom: inherit;
        background: rgba(207, 78, 99, 0.20);
    }

    .step4 {
        top: 25vh;
        right: 0;
        bottom: inherit;
        left: inherit;
        background: rgba(207, 78, 99, 0.30);
    }

    .step5 {
        top: 30vh;
        left: 0;
        right: inherit;

        background: rgba(207, 78, 99, 0.40);
    }

}