
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

:root {
    --hover-header: #000000;
    --header-color: #e30613;
    --text-color: #ffffff;
    --detalhes: #681413;
    --secondary-color: #ffffff;
}

.text-home {
    width: 50%;
    display: flex;
}

.titulo-participantes {
    display: flex;
    margin-top: 100px;
    font-weight: 1000;
    font-family: "Montserrat", sans-serif;
    border-bottom: 3px solid #a60000;
}

.titulo-participantes2 {
    display: flex;
    margin-top: 100px;
    font-weight: 1000;
    font-family: "Montserrat", sans-serif;
    border-bottom: 3px solid #a60000;
}

.image-home-text img {
    width: 70%;
    border-radius: 15px;    
}

.conteudo-home {
    display: flex;
    gap: 30%;
    justify-content: center;
    margin-top: 80px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    margin-left: 17%;
}

.titulos-conteudos {
    display: flex;
    justify-content: space-around;
    gap: 160px;
}

.image-home img {
    width: 100%;
    height: 500px;
}

.titulos-participantes h1{
    font-weight: 1000;
    font-family: "Montserrat", sans-serif;
    border-bottom: 3px solid #a60000;
    width: fit-content;
    cursor: pointer;
}

.foto-participantes {
    margin-top: 100px;
}

.aluno-left {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10%;
}

.aluno-right {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 10px;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 10%;
}

.nome-aluno {
    border-bottom: 5px solid var(--detalhes);
}

.foto-participante img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 5px solid var(--detalhes);
}

.foto-participante span {
    text-shadow: 0 0 5px var(--main-color);
}

@media (max-width: 768px) {
    .conteudo-home {
        margin-left: 6%;
    }

    .text-home p {
        width: 200px;
    }

    .image-home-text img {
        width: 300px;
    }
}


@media (max-width: 480px) {
    .text-home {
        width: 90%;
        display: flex;
        margin: 0 auto;
    }

    .titulo-participantes, .titulo-participantes2 {
        display: flex;
        margin-top: 50px;
        font-weight: 1000;
        font-family: "Montserrat", sans-serif;
        border-bottom: 2px solid #a60000;
        font-size: 1.5rem;
        text-align: center;
    }

    .image-home-text img {
        width: 100%;
        border-radius: 15px;
        margin-top: 20px;
    }

    .conteudo-home {
        display: flex;
        gap: 20%;
        justify-content: center;
        margin-top: 40px;
        font-family: 'Poppins', sans-serif;
        text-align: justify;
        margin-left: 5%;
    }

    .titulos-conteudos {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 50px;
    }

    .image-home img {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .titulos-participantes h1 {
        font-weight: 1000;
        font-family: "Montserrat", sans-serif;
        border-bottom: 2px solid #a60000;
        width: fit-content;
        cursor: pointer;
        font-size: 1.5rem;
        margin: 0 auto;
    }

    .foto-participantes {
        margin-top: 50px;
    }

    .aluno-left, .aluno-right {
        display: flex;
        align-items: center;
        gap: 10px;
        font-family: Arial, Helvetica, sans-serif;
        margin-left: 5%;
        margin-right: 5%;
        justify-content: center;
    }

    .nome-aluno {
        border-bottom: 5px solid var(--detalhes);
        font-size: 1rem;
    }

    .foto-participante img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 5px solid var(--detalhes);
    }

    .foto-participante span {
        text-shadow: 0 0 5px var(--main-color);
    }

    .image-home-text {
        margin-top: 20px;
        width: 100%;
    }

    .titulo-participantes2{
        display: none;
    }
}
