.backgroud-cinza-seg {
    background-color: #eaeaea;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 1%;
}

.backgroud-cinza-seg h2 {
    font-weight: 700;
}

.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;
    gap: 5%;
}

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

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

.back-azul-controle-branco {
    padding-bottom: 5%;
    margin-bottom: 5%;
    margin-top: 5%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.controle-epi-branco {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
    margin-top: 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: 5%;
    margin-left: 5%;
}

.back-certificados {
    background: linear-gradient(90deg, rgba(28, 76, 124, 1) 0%, rgba(15, 40, 65, 1) 100%);
    padding-top: 5%;
    padding-bottom: 10%;
    border-radius: 28% 24% 28% 28% / 5% 5% 5% 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    text-align: center;
}

.back-certificados h2 {
    text-align: center;
    font-weight: 800;
    font-size: 2.5rem;
}

.certificados-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.certificados-col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 35%;
    text-align: center;
}

.max-certi {
    max-width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 5%;
    margin-top: 5%;
}

.back-certificados-2 {
    background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
    padding-top: 5%;
    margin-top: -5%;
    padding-bottom: 5%;
    border-radius: 28% 24% 28% 28% / 5% 5% 5% 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
}

.back-certificados-2 h2 {
    text-align: center;
    font-weight: 800;
    font-size: 2.5rem;
}


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

.cert-2-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5%;
}

.cert-2-row p {
    color: #1c4c7c;
    font-weight: 800;
    padding: 20px;
    background-color: white;
    border-radius: 20px;
    text-align: center;
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dispositivos móveis (celulares) */
@media (min-width: 320px) and (max-width: 480px) {
    .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: 2rem;
        margin-bottom: 5%;
        text-align: center;
    }

    .txt-back-transparente-img-2 img,
    .txt-back-transparente-img img {
        width: 80%;
        height: auto;
        margin-bottom: 0%;
        margin: 0 auto;
        display: block;
    }

    .controle-epi-branco h2 {
        font-size: 1.9rem;
    }

    .back-certificados {
        padding-bottom: 25%;
    }

    .certificados-row {
        flex-direction: column;
    }

    .certificados-col {
        flex-direction: column;
        max-width: 90%;
    }

    .max-certi {
        max-width: 90%;
        flex-direction: column-reverse;
        margin: 0 auto;
        margin-top: 5%;
    }

    .max-certi p {
        margin-top: 5%;
    }

    .back-certificados-2 {
        margin-top: -20%;
    }

    .back-certificados h2 {
        font-size: 2rem;
    }

    .cert-2-row {
        flex-direction: column;
    }

}

/* iPads e tablets */
@media (min-width: 481px) and (max-width: 768px) {
    .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-2 img,
    .txt-back-transparente-img img {
        width: 400px;
        height: auto;
        margin-bottom: 0%;
    }

    .back-certificados {
        padding-bottom: 25%;
    }

    .certificados-row {
        flex-direction: column;
    }

    .certificados-col {
        flex-direction: column;
        max-width: 90%;
    }

    .max-certi {
        max-width: 90%;
        flex-direction: column-reverse;
        margin: 0 auto;
        margin-top: 5%;
    }

    .max-certi p {
        margin-top: 5%;
    }

    .back-certificados-2 {
        margin-top: -20%;
    }

    .cert-2-row {
        flex-direction: column;
    }

}

/* Telas pequenas e laptops */
@media (min-width: 769px) and (max-width: 1025px) {
    .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-2 img,
    .txt-back-transparente-img img {
        width: 400px;
        height: auto;
        margin-bottom: 0%;
    }

}

@media (min-width: 1026px) and (max-width: 1600px) {
    .overlay-text {
        width: 90%;
    }

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

    .txt-back-transparente-img-2 img {
        width: 550px;
    }

}