body {
    background-color: black;
    color: white;
    font-family: 'Verdana, Geneva, Tahoma, sans-serif';
}

main section {
    width: 90%;
    justify-self: center;
}

#branco {
    background-color: white;
    color: black;
}

#preto {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

/* -----------------------[ SUGESTõES ]----------------------- */

#sugestao {
    padding-top: 5vw;
}

#sugestao form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#sugestao input,
#sugestao textarea {
    padding: 0.8rem;
    border: none;
    border-radius: 5px;
    background-color: #1c1c1c;
    color: white;
}

#sugestao button {
    background-color: #333;
    color: white;
    padding: 0.8rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#sugestao button:hover {
    background-color: #555;
}

#sugestao h2 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    padding-bottom: 5%;
}

#sugestao label {
    font-size: 3vw;
}


/* -----------------------[ Motivos ]----------------------- */

#inicio {
  text-align: center;
}

.intro-container h2 {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.intro-container {
  padding: 1.5rem;
}

.intro-container p {
    text-align: justify;
    width: 70%;
    margin: 0 auto;
}

.foto-intro {
  width: 20vw;
  height: 20vw;
  margin-bottom: 1rem;
}

#motivo ul {
    text-align: center;
}

#motivo h2 {
    font-size: vw;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding: 5% 0;
}

#motivo p{
  text-align: justify;
  width: 70%;
  margin: 0 auto;
}

#motivo span p {
    text-align: center;
}

#motivo img {
  width: 50%;
}

#motivo {
    margin-bottom: 10vw;
}



/* -----------------------[ LISTAS ]----------------------- */

.sec-img-esq {
    padding: 5vh 0;
    display: flex;
    justify-content: space-around;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.sec-img-esq div {
    width: 50%;
    text-align: center;
}

.sec-img-esq h1 {
    font-size: 3vw;
    font-weight: bold;
}

.sec-img-esq img {
    width: 20vw;
}


.sec-img-esq p {
    text-align: justify;
    width: 60%;
    align-self: center;
    margin-right: 10%;
    font-size: 3vw;
}

.sec-img-dir {
    padding: 5vh 0;
    display: flex;
    justify-content: space-around;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.sec-img-dir div {
    width: 50%;
    text-align: center;
}

.sec-img-dir h1 {
    font-size: 3vw;
    font-weight: bold;
}

.sec-img-dir img {
    width: 20vw;
}


.sec-img-dir p {
    text-align: justify;
    width: 60%;
    align-self: center;
    margin-left: 10%;
    font-size: 3vw;
}

.tabela-container {
    display: none; /* Oculta por padrão */
}

.tabela-container p {
    text-align: center;
    padding: 20px;
}

/* -----------< * >----------[ MEDIA ]-----------< * >----------*/

@media (min-width: 600px) {
    main section {
        width: 50%;
        justify-self: center;
    }

/* -----------------------[ SUGESTõES ]----------------------- */

    #sugestao h2 {
        text-align: center;
        font-size: 1.5vw;
    }

    #sugestao label {
        font-size: 1vw;
    }

/* -----------------------[ Motivos ]----------------------- */

    .intro-container p {
        font-size: 2vh;
    }

    .foto-intro {
        width: 10vw;
        height: 10vw;
        margin-bottom: 2rem;
    }

    #motivo h2 {
        font-size: 2vw;
    }

    #motivo p{
    margin: 0 auto;
    font-size: 2vh;
    }

    #motivo img {
    width: 50%;
    }

    #motivo {
        margin-bottom: 5vw;
    }

    .sec-img-esq img {
        width: 30vw;
    }

    .sec-img-dir img {
        width: 30vw;
    }

    .tabela-container {
        display: block;
        margin-top: 20px;
        width: 50%;
        justify-self: center;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        background-color: #000;
        color: #fff;
    }

    th, td {
        border: 1px solid #fff;
        padding: 10px;
        text-align: left;
    }

    th {
        background-color: #111;
    }

    tr:hover {
        background-color: #222;
    }
}
