#sectionAlcance {
    height: auto;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 50px;
}

#alcanceTitle {
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
}

#alcanceP {
    font-size: 22px;
    font-weight: 400;
    margin-top: 10px;
}

#alcanceConteudo {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.dadosContainer {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}

.dados {
    height: 100%;
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.dados:first-child {
    width: 75%;
}



#dados1Porcentagem {
    font-size: 160px;
    font-weight: bolder;
    color: #1e6bac;
}

#dados1P {
    font-size: 20px;
    font-weight: 400;
    margin-top: 3px;
    text-align: center;
    width: 50%;
}

#dados1Fonte {
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    text-align: left;
    width: 50%;
}

#negrito {
    font-weight: bolder;
}





#dados2Title {
    font-size: 24px;
    font-weight: bolder;
}

#dados2GraphContainer {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 75%;
    height: auto;
}

.backBar {
    background-color: #2A2A2A;;
    width: 100%;
    height: 53px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    border-radius: 17px;
    margin-bottom: 15px;
}

.graphP {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}


.frontBar {
    height: 100%;
    border-radius: 17px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    background-color: #1E6BAC;
}

#bar1 {
    width: 66%;
}

#bar2 {
    width: 51%;
}

#bar3 {
    width: 35%;
}

.barPorcentagem {
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px;
}

#dados2Fonte {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}





@media screen and (max-width: 900px) and (orientation: portrait) {
    #sectionAlcance {
        height: calc(65vh - 100px);
    }

    #dados1P {
        width: 80%;
    }

    #dados1Fonte {
        width: 80%;
    }

    #dados2GraphContainer {
        width: 100%;
    }

    #dados2Title {
        font-size: 20px;
    }
}


@media screen and (max-width: 500px) and (orientation: portrait) {
    #sectionAlcance {
        height: auto;
        margin-bottom: 60px;
    }

    #alcanceTitle {
        font-size: 28px;
    }

    #alcanceP {
        font-size: 18px;
        width: 70%;
        text-align: center;
        margin-top: 5px;
    }

    #alcanceConteudo {
        height: auto;
        flex-direction: column;
        margin-top: 20px;
        gap: 60px;
    }

    .dadosContainer {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
    }
}



@media screen and (max-width: 500px) and (orientation: portrait) {
    #dados1Porcentagem {
        font-size: 120px;
    }

    #alcanceTitle {
        font-size: 24px;
    }

    #alcanceP {
        font-size: 16px;
        width: 70%;
    }

    #dados1P {
        font-size: 18px;
    }

    #dados1Fonte {
        font-size: 14px;
    }

    #dados2Title {
        font-size: 20px;
    }

    #dados2Fonte {
        font-size: 14px;
    }
}