body{
    font-family: "Montserrat", sans-serif;
    background-color: white;
    margin: 0;
}

#paragrafo{
    padding: 20px;
    color: white;

}

h2{
    font-size: 52px;
    margin-top: 30px;
    text-align: center;
}

header{
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 10vh;
    background-color: green;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  header div.logo{
    display: flex;
    justify-content: flex-start;
    width: 20%;
  }
  header div.navigation{
    display: flex;
    justify-content: flex-end;
    width: 70%;
  }
  .ul-header{
    width: 80%;
    display: flex;
    justify-content:flex-end;
    list-style-type: none;
    padding: 8px; 
    
  }
  .li-header{
    padding: 0 15px;
    color: var(--corTexto2);
  }
  .li-header :hover{
    border-bottom: solid 1px white;
  }
  .active {
    font-weight: bold;
  }

a{
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.turmas{
    margin-top: 40px;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 200px;
    gap: 15px;
}

.a{
    height: 200px;
    width: 400px;
    border-radius: 15px;
    background-image: url(ia.png);
    background-size: cover;

}


.b{
    margin-left: 15px;
    height: 200px;
    width: 400px;
    border-radius: 15px;
    background-image: url(esola.jpeg);
    background-size: cover;

}
.c{
    margin-left: 15px;
    height: 200px;
    width: 400px;
    border-radius: 15px;
    background-image: url(racismo.jpeg);
    background-size: cover;

}
.d{
    
    height: 200px;
    width: 400px;
    border-radius: 15px;
    background-size: cover;
    background-image: url(indigena.jpeg);

}
.e{
    margin-left: 15px;
    height: 200px;
    width: 400px;
    border-radius: 15px;
    background-size: cover;
    background-image: url(mulher.jpeg);

}
.f{
    margin-left: 15px;
    height: 200px;
    width: 400px;
    border-radius: 15px;
    background-size: cover;
    background-image: url(seca.jpeg);

}
.g{
    height: 200px;
    width: 400px;
    border-radius: 15px;
    background-size: cover;
    background-image: url(desigualdade.jpeg);

}
.h{
    margin-left: 15px;
    height: 200px;
    width: 400px;
    border-radius: 15px;
    background-size: cover;
    background-image: url(abuso.jpeg);

}
.i{
    margin-left: 15px;
    height: 200px;
    width: 400px;
    border-radius: 15px;
    background-size: cover;
    background-image: url(trabalho.jpeg);


}
.j{
    height: 200px;
    width: 400px;
    border-radius: 15px;
    background-size: cover;
    background-image: url(influenciadores.jpeg);


}
.k{
    margin-left: 15px;
    height: 200px;
    width: 400px;
    border-radius: 15px;
    background-size: cover;

    background-image: url(politica.jpeg);


}

a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    color: white;
    font-weight: 900;
}

.turmas p{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: rgb(0, 0, 0);
    font-size: 20px;
    padding: 20px;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.5s;
    margin-left: 20px;
    margin-right: 20px;
}
.turmas p:hover{
    text-decoration: none;
    background-color: rgb(0, 0, 0);
    font-size: 20px;
    padding: 20px;
    border-radius: 10px;
    opacity: 1;
    transition: all 0.5s;
    margin-left: 20px;
    margin-right: 20px;
}

footer{
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
    width: 100%;
    min-height: 200px;
    background-color:green;
    color: white;

}
section.logo-if{
    width: 100%;
}
figure img.img-rod{
    width: 20%;
    height: 150px;
    border-radius: 8px;
}
section.info{
    display: flex;
    justify-content: center;
}
div.curso{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
}
div.orientador{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
}
div.desenvolvedor{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    
}
.bottom-footer{
    width: 100%;
    min-height: 10vh;
    background-color: green;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-top: solid 1px white;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');