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

.como-funciona-col{
    display: flex;
    flex-direction: column;
    margin-bottom: 2%;
}

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

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

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

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

.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: 100%;
    margin-top: 5%;
}

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

.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: 400px;
    height: auto;
}

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


/* Dispositivos móveis (celulares) */
@media (min-width: 320px) and (max-width: 480px) {
    .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-fora{
        max-width: 90%;
    }
    
    .como-funciona h2{
        text-align: center;
        font-weight: 800;
        font-size: 2.5rem;
        margin-bottom: 5%;
    }

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

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

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

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

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

}

/* iPads e tablets */
@media (min-width: 481px) and (max-width: 768px){

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

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

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

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

/* Telas pequenas e laptops */
@media (min-width: 769px) and (max-width: 1025px){
    .img-botao-vazio img{
        max-width: 80%;
    }




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

}
@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: 400px; 
        margin-bottom: 0%;
    }
}