.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: 2.5rem;
    margin-bottom: 5%;
}

.txt-back-transparente-img img {
    width: 350%;
    height: auto;
}

.como-funciona h2 {
    font-weight: 800;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2%;
}

.como-funciona {
    margin-bottom: 5%;
    margin-top: 5%;
}

.lista-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5%;
    margin-left: 25%;
}

.lista-txt {
    max-width: 50%;
}

.lista-txt p {
    font-size: 1.6rem;
}

.lista-img img {
    border-radius: 20px;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    max-width: 70%;
    text-align: center;
}

.lista-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

.experimente-pratica {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.experimente-pratica h2 {
    font-weight: 800;
    margin: 0;
    font-size: 2.5rem;
    margin-bottom: 2%;
    text-align: center;
}

.experimente-pratica img {
    max-width: 50%;
    margin-top: 5%;
    border-radius: 50px;
}

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

.img-botao-vazio img {
    max-width: 80%;
}

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

.inteligente {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

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

.gestao-seg {
    color: white;
    max-width: 600px;
    padding-left: 15px;
}

.gestao-seg h2 {
    font-weight: 800;
    margin: 0%;
    font-size: 3rem;
    margin-bottom: 5%;
}

.gestao-seg p {
    font-size: 1.2rem;
}

.gestao-seg-img img {
    max-width: 100%;
    height: auto;
    margin-bottom: -10%;
}

.gestao-seg-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}






.back-azul-recursos {
    background: linear-gradient(90deg, rgba(28, 76, 124, 1) 0%, rgba(15, 40, 65, 1) 100%);
    padding: 5%;
    border-radius: 28% 24% 28% 28% / 5% 5% 5% 5%;
    margin-bottom: 5%;
    position: relative;
    width: 100%;
    text-align: start;
}

.imagem-fundo {
    width: 80%;
    height: auto;
    display: block;
    margin-left: 10%;
}

.textos {
    position: absolute;
    top: 53%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: white;
    width: 30%;
}

.texto {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.texto h3 {
    font-weight: 800;
    font-size: 2.5rem;
}

.texto p {
    font-size: 1.2rem;
}

.txt1 {
    margin-top: 10%;
}

.txt2 {
    margin-top: 10%;
}

.back-branco-recursos {
    padding: 5%;
    margin-bottom: 5%;
    position: relative;
    width: 100%;
    text-align: start;
    color: #1c4c7c;
}

.textos-2 {
    position: absolute;
    top: 53%;
    left: 73%;
    transform: translate(-50%, -50%);
    color: #1c4c7c;
    width: 30%;
}

.texto-2 h3 {
    font-weight: 800;
    font-size: 2.5rem;
}

.texto-2 p {
    font-size: 1.2rem;
}

.textos-3 {
    position: absolute;
    top: 45%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: white;
    width: 30%;
}

.texto-3 {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.texto-3 h3 {
    font-weight: 800;
    font-size: 2.5rem;
}

.texto-3 p {
    font-size: 1.2rem;
}

.txt1 {
    margin-top: 10%;
}

.txt2 {
    margin-top: 10%;
}





/* 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: 2.5rem;
        margin-bottom: 5%;
        text-align: center;
    }

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

    .lista-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0;
    }

    .lista-txt {
        max-width: 90%;
        text-align: center;
    }

    .lista-img {
        width: 100%;
        text-align: center;
    }

    .lista-img img {
        max-width: 70%;
        margin: 0 auto;
        display: block;
    }

    .experimente-pratica img {
        max-width: 100%;
    }

    .img-botao-vazio img {
        max-width: 100%;
    }

    .gestao-seg {
        color: white;
        max-width: 600px;
        padding-left: 0px;
        margin: 0;
    }

    .gestao-seg h2 {
        font-weight: 800;
        margin: 0%;
        font-size: 2rem;
        margin-bottom: 5%;
        text-align: center;
    }

    .gestao-seg p {
        font-size: 1.2rem;
        text-align: center;
    }

    .gestao-seg-img img {
        margin-bottom: 0%;
    }

    .gestao-seg-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .inteligente h2 {
        font-size: 1.8rem;
    }

    .imagem-fundo {
        display: none;
    }

    .textos-3,
    .textos {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        color: white;
        width: 90%;
    }

    .texto-3,
    .texto {
        padding: 0px;
        margin-bottom: 0px;
        border-radius: 0px;
    }

    .texto-3 h3,
    .texto h3 {
        font-weight: 800;
        font-size: 2rem;
    }

    .texto-3 p,
    .texto p {
        font-size: 1.2rem;
    }

    .txt1 {
        margin-top: 0%;
    }

    .txt2 {
        margin-top: 0%;
    }

    .back-branco-recursos,
    .back-azul-recursos {
        text-align: center;
    }

    .textos-2 {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        color: #1c4c7c;
        width: 90%;
    }

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

    .texto-2 p {
        font-size: 1.2rem;
    }

}

/* 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 img {
        width: 100%;
        height: auto;
        margin-bottom: 0%;
    }

    .como-funciona-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5%;
    }

    .como-funciona-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 2%;
    }

    .como-funciona-col p {
        text-align: center;
    }

    .como-funciona-col-fora {
        max-width: 90%;
    }

    .como-funciona h2 {
        text-align: center;
        font-weight: 800;
        font-size: 2.5rem;
        margin-bottom: 5%;
    }

    .lista-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex-direction: column;
        gap: 0;
        margin: 0;
    }

    .lista-txt {
        max-width: 90%;
        text-align: center;
    }

    .lista-img {
        width: 100%;
        text-align: center;
    }

    .lista-img img {
        max-width: 70%;
        margin: 0 auto;
        display: block;
    }

    .experimente-pratica img {
        max-width: 100%;
    }

    .img-botao-vazio img {
        max-width: 100%;
    }

    .gestao-seg h2 {
        text-align: center;
    }

    .gestao-seg-img img {
        margin-bottom: 0%;
    }

    .gestao-seg-row {
        flex-direction: column;
    }

    .inteligente h2 {
        font-size: 2rem;
    }

    .imagem-fundo {
        display: none;
    }

    .textos-3,
    .textos {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        width: 90%;
    }

    .texto-3,
    .texto {
        padding: 0px;
        margin-bottom: 0px;
        border-radius: 0px;
    }

    .texto-3 h3,
    .texto h3 {
        font-weight: 800;
        font-size: 2.5rem;
    }

    .texto-3 p,
    .texto p {
        font-size: 1.2rem;
    }

    .txt1 {
        margin-top: 0%;
    }

    .txt2 {
        margin-top: 0%;
    }

    .back-branco-recursos,
    .back-azul-recursos {
        text-align: center;
    }

    .textos-2 {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        color: #1c4c7c;
        width: 90%;
    }

    .texto-2 h3 {
        font-weight: 800;
        font-size: 2.5rem;
    }

    .texto-2 p {
        font-size: 1.2rem;
    }

}

/* 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 img {
        width: 100%;
        height: auto;
        margin-bottom: 0%;
    }

    .lista-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0;
    }

    .lista-txt {
        max-width: 90%;
        text-align: center;
    }

    .lista-img {
        width: 100%;
        text-align: center;
    }

    .lista-img img {
        max-width: 70%;
        margin: 0 auto;
        display: block;
    }

    .gestao-seg-img img {
        margin-bottom: 0%;
    }

    .imagem-fundo {
        display: none;
    }

    .textos-3,
    .textos {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        color: white;
        width: 90%;
    }

    .texto-3,
    .texto {
        padding: 0px;
        margin-bottom: 0px;
        border-radius: 0px;
    }

    .texto-3 h3,
    .texto h3 {
        font-weight: 800;
        font-size: 2.5rem;
    }

    .texto-3 p,
    .texto p {
        font-size: 1.2rem;
    }

    .txt1 {
        margin-top: 0%;
    }

    .txt2 {
        margin-top: 0%;
    }

    .textos-2 {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        color: #1c4c7c;
        width: 90%;
    }

    .texto-2 h3 {
        font-weight: 800;
        font-size: 2.5rem;
    }

    .texto-2 p {
        font-size: 1.2rem;
    }


}

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

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

    }

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

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

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










    .textos {
        top: 50%;
        left: 30%;
        width: 40%;
    }

    .txt1 {
        margin-top: 0%;
        margin-bottom: 5%;
    }

    .txt2 {
        margin-top: 0%;
    }

}