/* RESET */
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* TOPO */
.topo-ifsc {
    background: #32a041;
    color: white;
    padding: 25px 0;
    text-align: center;
    border-bottom: 6px solid #c8191e;
}

/* HERO */
.chamada-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('sua-imagem.jpg');
    background-size: cover;
    background-position: center;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.chamada-hero h2 {
    font-size: 3rem;
    color: #79ff5c;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

/* BOTÃO */
.botao-vibrante {
    display: inline-block;
    background: #32a041;
    color: white;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    margin-top: 25px;
    transition: 0.3s;
}

.botao-vibrante:hover {
    background: #79ff5c;
    color: black;
    transform: scale(1.05);
}

/* TÍTULOS */
h2,
h3 {
    color: #32a041;
    margin: 40px 0 20px;
}

/* DESTAQUES */
.destaques-visuais {
    display: flex;
    gap: 20px;
    margin: 30px 0;
    justify-content: center;
}

.item-destaque {
    background: #e8f5e9;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: bold;
    color: #32a041;
    border: 1px solid #32a041;
}

/* LISTA */
.lista-custom {
    list-style: none;
    padding: 0;
}

.lista-custom li {
    padding: 15px;
    border-bottom: 1px solid #eee;
    transition: 0.3s;
}

.lista-custom li:hover {
    background: #f1fcf2;
    padding-left: 25px;
    border-left: 5px solid #32a041;
}

.lista-custom li strong {
    color: #32a041;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 15px 40px;
    background-color: rgba(98, 223, 56, 0.8);

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

header img {
    height: 100px;
}

nav {
    display: flex;
    gap: 75px;
}

nav a {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 20px 50px;

    background-color: rgba(98, 223, 56, 0.8);
    border-top: 1px solid #e6ddd3;

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #000000;
    font-size: 13px;
}

.m {
    display: flex;
    width: 300px;
    height: 60px;
}


/* --------------------style cards---------------------------------- */

.card {
    background-color: rgba(98, 223, 56, 0.8);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 600px;
    text-align: center;
    transition: transform 0.2s ease;
    margin: 20px;
    margin-top: 50px;
    margin-left: 100px;
    width: 230px;
}

.card:hover {
    transform: translateY(-5px);
}


.card img {
    margin-top: 20px;
    width: 215px;
    height: 360px;
    border-radius: 10px;
}


.card-conteudo {
    padding: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.card-conteudo h2 {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.card-conteudo h4 {
    font-size: 1rem;
    color: #777;
    margin-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.card-conteudo p {
    font-size: 0.9rem;
    color: #555;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


@media (max-width: 500px) {
    .card {
        max-width: 90%;
    }
}



main {
    flex: 1;
    padding: 20px;
}


.siteParticipante {
    padding: 10px;
    background-color: rgb(39, 71, 6);
    color: rgb(183, 251, 115);
    text-decoration: none;
    font-size: 20px;
    border-radius: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    transition: transform 0.2s ease;
    display: inline-block;
}

.siteParticipante:hover {
    transform: translateY(-5px);
}

.Participantes,
h1 {
    background-color: rgba(98, 223, 56, 0.8);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    font-size: 50px;
    padding: 10px;
    border-radius: 40px;
}