.back-azul-controle {
    background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
    padding-top: 5%;
    padding-bottom: 5%;
    border-radius: 28% 24% 28% 28% / 5% 5% 5% 5%;
    margin-bottom: 5%;
}

.controle-epi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}

.controle-epi h2 {
    margin: 0;
    color: white;
    text-align: center;
    font-weight: 800;
    font-size: 2.5rem;
}

.por-que-sgg-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.por-que-sgg-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: white;
    border-radius: 30px;
    padding: 10px;
    margin-bottom: 1%;
    gap: 5%;
}

.por-que-sgg-row img {
    width: 10%;
    margin-left: 5%;
}

.back-azul-controle-branco {
    padding-bottom: 5%;
    margin-bottom: 5%;
    color: white;
}

.controle-epi-branco {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}

.controle-epi-branco h2 {
    margin: 0;
    color: #1c4c7c;
    text-align: center;
    font-weight: 800;
    font-size: 2.5rem;
}

.por-que-sgg-row-branco {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #1c4c7c;
    border-radius: 30px;
    padding: 10px;
    margin-bottom: 1%;
    gap: 5%;
}

.por-que-sgg-row-branco img {
    width: 10%;
    margin-left: 5%;
}

.back-azul-playlist {
    background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
    padding: 5%;
}

.azul-playlist-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: white;
    gap: 5%;
}

.azul-playlist-p1 {
    font-weight: 800;
    font-size: 3rem;
}

.azul-playlist-p2 {
    font-size: 1.2rem;
}

.azul-playlist-col {
    max-width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.saiba-laranja {
    box-shadow: 0px 2px 4px 0px #000000;
    background-color: #ef6c00;
    border-radius: 42px;
    border: 1px solid #ef6c00;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 30px;
    padding: 5px 50px;
    text-decoration: none;
    text-align: center;
}

.saiba-laranja:hover {
    background-color: #ef6c00;
}

.saiba-laranja:active {
    position: relative;
    top: 1px;
}

.back-sgg-ajudar {
    background: linear-gradient(90deg, rgba(28, 76, 124, 0.989233193277311) 35%, rgba(4, 47, 89, 1) 65%);
    padding: 5%;
    border-radius: 28% 24% 28% 28% / 5% 5% 5% 5%;
    margin-bottom: 5%;
    color: white;
}

.col-ajudar-geral {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.col-ajudar-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    gap: 5%;
}

.col-ajudar-card-txt h3 {
    font-weight: 800;
}

.sgg-ajudar-txt p {
    color: white;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
}

.img-ajuda-3,
.img-ajuda-1 {
    max-width: 45%;
}

.img-ajuda-2 {
    max-width: 50%;
}

.quero-pgr-laranja {
    margin-top: 5%;
    box-shadow: 0px 2px 4px 0px #000000;
    background-color: #ef6c00;
    border-radius: 42px;
    border: 1px solid #ef6c00;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    padding: 5px 50px;
    text-decoration: none;
    text-align: center;
}

.quero-pgr-laranja:hover {
    background-color: #ef6c00;
}

.quero-pgr-laranja:active {
    position: relative;
    top: 1px;
}

.full-width-background {
    position: relative;
    width: 100%;
    height: auto;
}

.full-width-background img {
    width: 100%;
    height: auto;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: start;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.txt-back-transparente h2 {
    margin: 0;
    font-weight: 800;
    font-size: 4rem;
    margin-bottom: 5%;
}

.txt-back-transparente-img img {
    width: 500px;
    height: auto;
}

.gro-pgr-diferenca {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
}


.gro-row {
    background-color: #002133;
    border-radius: 5px;
    color: white;
    padding: 10px;
    text-align: end;
    margin-bottom: 2%;
}

.gro-row h3 {
    font-weight: 800;
    font-size: 2rem;
}

.txt-cont {
    font-size: 1.2rem;
}

.txt-pgr-integrado p {
    font-size: 1.2rem;
    margin-top: 5%;
    margin-bottom: 5%;
}

.materia-rico {
    margin-top: 5%;
    margin-bottom: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.materia-rico img {
    max-width: 50%;
}

.materia-rico h1 {
    margin: 0;
    margin-bottom: 2%;
    font-weight: 800;
}




.imagem-texto-epi-2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tablet-linhas {
    max-width: 100%;
    height: auto;
    display: block;
}

.PGRTR-txt-container {
    position: absolute;
    color: white;
    width: 100%;
}

.PGRTR-txt,
.PGRTR-txt-2 {
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    max-width: 30%;
}

.PGRTR-txt-2 h1,
.PGRTR-txt h1 {
    font-size: 3rem;
    font-weight: 800;
}

.PGRTR-txt {
    margin-top: 0%;
    margin-left: 15%;
}

.PGRTR-txt-2 {
    margin-top: 10%;
    margin-left: 15%;
}

.tablet-linhas-2 {
    display: none;
}


/* Dispositivos móveis (celulares) */
@media (min-width: 320px) and (max-width: 480px) {

    .azul-playlist-row {
        display: flex;
        flex-direction: column;
        gap: 0%;
    }

    .azul-playlist-p1 {
        font-weight: 800;
        font-size: 3rem;
    }

    .azul-playlist-col {
        max-width: 90%;
    }

    .playlist-pgr img {
        max-width: 100%;
    }

    .col-ajudar-card {
        flex-direction: column;
        max-width: 90%;
        gap: 10%;
        margin-bottom: 5%;
    }

    .col-ajudar-card-txt h3 {
        text-align: center;
    }

    .col-ajudar-card-txt p {
        text-align: justify;
    }

    .full-width-background {
        position: relative;
        background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
        padding: 5%;
    }

    .transparencia-img {
        display: none;
    }

    .overlay-text {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        color: white;

        text-align: justify;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .txt-back-transparente {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .txt-back-transparente h2 {
        margin: 0;
        font-weight: 800;
        font-size: 2.5rem;
        margin-bottom: 5%;
        text-align: center;
    }

    .txt-back-transparente-img img {
        width: 100%;
        height: auto;
        margin-bottom: 0%;
    }

    .gro-pgr-diferenca img {
        max-width: 50%;
    }

    .txt-cont p {
        text-align: justify;
    }

    .gro-row {
        margin-bottom: 20%;
    }

    .materia-rico {
        margin-bottom: 10%;
        margin-top: 10%;
    }

    .materia-rico img {
        max-width: 100%;
    }

    .tablet-linhas-2 {
        display: block;
    }

    .tablet-linhas {
        display: none;
    }

    .imagem-texto-epi-2 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .PGRTR-txt-container {
        position: static;
        width: 80%;
        max-width: 800px;
    }

    .PGRTR-txt,
    .PGRTR-txt-2 {
        max-width: 100%;
        margin: 0 auto 20px auto;
        text-align: center;
    }

    .tablet-linhas-2 {
        width: 80%;
        max-width: 500px;
    }
}

/* iPads e tablets */
@media (min-width: 481px) and (max-width: 768px) {
    .azul-playlist-row {
        display: flex;
        flex-direction: column;
        gap: 0%;
    }

    .azul-playlist-p1 {
        font-weight: 800;
        font-size: 3rem;
    }

    .azul-playlist-col {
        max-width: 90%;
    }

    .playlist-pgr img {
        max-width: 100%;
    }

    .col-ajudar-card {
        flex-direction: column;
        max-width: 90%;
        gap: 10%;
        margin-bottom: 5%;
    }

    .col-ajudar-card-txt h3 {
        text-align: center;
    }

    .col-ajudar-card-txt p {
        text-align: justify;
    }

    .full-width-background {
        position: relative;
        background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
        padding: 5%;
    }

    .transparencia-img {
        display: none;
    }

    .overlay-text {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        color: white;

        text-align: justify;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .txt-back-transparente {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .txt-back-transparente h2 {
        margin: 0;
        font-weight: 800;
        font-size: 2.5rem;
        margin-bottom: 5%;
        text-align: center;
    }

    .txt-back-transparente-img img {
        width: 400px;
        height: auto;
        margin-bottom: 0%;
    }

    .gro-pgr-diferenca img {
        max-width: 50%;
    }

    .gro-row {
        margin-bottom: 20%;
    }

    .materia-rico img {
        max-width: 100%;
    }


    .tablet-linhas-2 {
        display: block;
    }

    .tablet-linhas {
        display: none;
    }

    .imagem-texto-epi-2 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .PGRTR-txt-container {
        position: static;
        width: 80%;
        max-width: 800px;
    }

    .PGRTR-txt,
    .PGRTR-txt-2 {
        max-width: 100%;
        margin: 0 auto 20px auto;
        text-align: center;
    }

    .tablet-linhas-2 {
        width: 80%;
        max-width: 500px;
    }

}

/* Telas pequenas e laptops */
@media (min-width: 769px) and (max-width: 1025px) {
    .azul-playlist-row {
        display: flex;
        flex-direction: column;
        gap: 0%;
    }

    .azul-playlist-p1 {
        font-weight: 800;
        font-size: 3rem;
    }

    .azul-playlist-col {
        max-width: 90%;
    }

    .playlist-pgr img {
        max-width: 100%;
    }

    .full-width-background {
        position: relative;
        background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
        padding: 5%;
    }

    .full-width-background {
        position: relative;
        background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
        padding: 5%;
    }

    .transparencia-img {
        display: none;
    }

    .overlay-text {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        color: white;
        text-align: justify;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .txt-back-transparente {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    .txt-back-transparente h2 {
        margin: 0;
        font-weight: 800;
        font-size: 2.5rem;
        margin-bottom: 5%;
        text-align: center;
    }

    .txt-back-transparente-img img {
        width: 400px;
        height: auto;
        margin-bottom: 0%;
    }

    .materia-rico img {
        max-width: 80%;
    }

    .tablet-linhas-2 {
        display: block;
    }

    .tablet-linhas {
        display: none;
    }

    .imagem-texto-epi-2 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .PGRTR-txt-container {
        position: static;
        width: 80%;
        max-width: 800px;
    }

    .PGRTR-txt,
    .PGRTR-txt-2 {
        max-width: 100%;
        margin: 0 auto 20px auto;
        text-align: center;
    }

    .tablet-linhas-2 {
        width: 80%;
        max-width: 500px;
    }

}

@media (min-width: 1026px) and (max-width: 1600px) {
    .azul-playlist-row {
        gap: 2%;
    }

    .azul-playlist-col {
        max-width: 40%;
        align-items: start;
        justify-content: start;
    }

    .overlay-text {
        text-align: start;
        width: 95%;
    }

    .txt-back-transparente {
        max-width: 40%;
        margin-left: 10%;

    }

    .txt-back-transparente h2 {
        font-size: 4rem;
    }

    .txt-back-transparente p {
        font-size: 1rem;
    }

    .txt-back-transparente-img img {
        width: 400px;
        margin-bottom: 0%;
    }



    .PGRTR-txt {
        margin-top: -2%;
        margin-left: 5%;
    }

    .PGRTR-txt-2 {
        margin-top: 14%;
        margin-left: 5%;
    }

    .PGRTR-txt,
    .PGRTR-txt-2 {
        padding: 20px;
        margin-bottom: 10px;
        border-radius: 10px;
        max-width: 45%;
    }


}