

.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: 200%;
    height: auto;
    margin-left: 20%;
}

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

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

.custom-list {
    list-style: none;
    padding: 0;
}
.custom-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.custom-list li .number {
    background-color: #1c4c7c;
    color: white;
    font-weight: bold;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}
.custom-list li span {
    flex: 1;
}

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

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

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

.back-azul-controle {
    background: linear-gradient(90deg, rgba(28, 76, 124, 1) 0%, rgba(15, 40, 65, 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%;
}

.lista-img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: 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%;
}

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




/* 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: 0;
    }

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

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

    .lista-img img {
        max-width: 70%;
        margin: 0 auto;
        display: block;
    }
    
    .lista-txt{
        max-width: 90%;
        text-align: center;
    }

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

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

}

/* 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%;
    }

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

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

    .custom-list li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        text-align: center;
    }

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

    .lista-img img {
        max-width: 70%; /* Ajuste conforme necessário */
        margin: 0 auto; /* Centraliza a imagem */
        display: block;
    }
    

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

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

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

}

/* 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: 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: 0;
    }

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

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

    .lista-img img {
        max-width: 70%; /* Ajuste conforme necessário */
        margin: 0 auto; /* Centraliza a imagem */
        display: block;
    }

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

}

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

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

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

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

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