/* Estilos Globais */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Reset CSS */
body, html {
    font-family: Arial, sans-serif;
    font-size: 16px;
}



.intro h1 {
    font-size: 50px;
    color: #fff;
}

.intro p {
    color: #fff;
    margin-top: 10px;
    font-size: 25px;
}

/* Estilos da Seção "Sobre nós" */
section {
    padding: 20px;
}

section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}

.container1 {
    display: flex;
    gap: 30px;
    margin: 0 10px;
}

.imagem img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.container2 h3 {
    margin-bottom: 10px;
}

.textoSobre {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    text-align: justify;
}

.textoSobre ul {
    padding-left: 20px;
}

.textoSobre ul li {
    margin-bottom: 5px;
}

.textoSobre ul li strong {
    color: #333;
}

/* Responsividade para a seção "Sobre nós" */
@media (max-width: 1200px) {
    .intro h1 {
        font-size: 40px;
    }

    .intro p {
        font-size: 20px;
    }

    section h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}



@media (max-width: 768px) {
    .container2 {
        flex-direction: column;
    }

    .imagem img {
        max-width: 100%;
        height: auto;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .textoSobre {
        font-size: 14px;
    }

    .textoSobre h3 {
        font-size: 18px;
        margin-top: 10px;
    }

    .textoSobre ul {
        padding-left: 20px;
    }

    .textoSobre ul li {
        margin-bottom: 5px;
    }

    .textoSobre ul li strong {
        color: #333;
    }

    section h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .linhaTopo {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    

    .intro {
        height: auto;
        padding: 20px;
    }

    .intro h1 {
        font-size: 30px;
    }

    .intro p {
        font-size: 18px;
    }

   
    section h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
   
}

/* Estilos da Seção "Sobre nós" */
section {
    padding: 20px;
}

section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}

.container2 {
    display: flex;
    gap: 30px;
    margin: 0 10px;
}

.imagem img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.container2 h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.textoSobre {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    text-align: justify;
}

.textoSobre ul {
    padding-left: 20px;
}

.textoSobre ul li {
    margin-bottom: 5px;
}

.textoSobre ul li strong {
    color: #333;
}



