h1{
    border-radius: 10px;
    background: #a5a5a5;
    text-align: center;
    color: #000000;
    margin-left: 20px;
    margin-right: 20px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
 
.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
    align-items: center;
    border-radius: 10px;
    margin: 0px 25px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center;
}
 
.banner .imagensbanner {
    display: flex;
    justify-content: center;
    width: 100%;
}
 
.banner .imagem {
    width: 50%;
    height: 100px;
    overflow: hidden;
    position: relative;
    transition: height 0.5s ease;
    margin-right: 20px;
    margin-left: 20px;
}
 
.banner .imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
 
.banner .imagem:hover {
    height: 250px;
    width: 650px;
}
 
.banner .imagem:hover img {
    transform: scale(1.0);
}
 
 
body{
    background-color: rgb(0, 0, 0);
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
 
.menu {
    background: #c1c1c1;
    padding: 10px 0;
    padding-top: 20px;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.1);
    height: 30px;
    margin: 20px 15px;
    border-radius: 20px;
}
 
.menu nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 0;
    padding: 0;
}
 
.menu nav ul li a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 15   px;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
 
.menu nav ul li a:hover {
    background-color: #878787;
    transform: scale(1.1);
}
 
.menu-checkbox {
    display: none;
}
 
.menu-icon {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
 
.menu-icon img {
    width: 30px;
    height: 30px;
}
 
@media (max-width: 700px) {
    .menu nav ul {
        display: none;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        width: 165px;
        background: #c1c1c1;
        padding-top: 20px;
    }
 
    .menu-icon {
        display: block;
    }
 
    .menu-checkbox:checked + .menu-icon + .menu-items {
        display: flex;
        left: 0;
    }
 
    .menu nav ul li {
        text-align: left;
        margin: 10px 0;
    }
 
    .menu nav ul li a {
        font-size: 18px;
        padding: 10px 20px;
    }
}
 
#turmas {
    padding: 32px;
    margin: 100px auto;
    max-width: 800px;
    background: #c1c1c1;
    border-radius: 10px;
    box-shadow: 0 0px 15px rgb(255, 255, 255);
    animation: slideIn 1s ease-in-out;
}
 
#projetos {
    padding: 32px;
    margin: 10px auto;
    max-width: 800px;
    background: #c1c1c1;
    border-radius: 10px;
    box-shadow: 0 0px 15px rgb(255, 255, 255);
    animation: slideIn 1s ease-in-out;
}
 
#concursos {
    padding: 32px;
    margin: 100px auto;
    max-width: 800px;
    background: #c1c1c1;
    border-radius: 20px;
    box-shadow: 0 0px 15px rgb(255, 255, 255);
    animation: slideIn 1s ease-in-out;
}

#parcerias {
    text-align: center;
    margin-bottom: 20px;
    margin: 50px;
}

.titulo-parcerias {
    margin-bottom: 20px;
    font-size: 24px;
    color: #00aaff;
    text-align: center;
}

 
.parcerias-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;   
}
 
.parceria {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.667);
    box-shadow: 0 4px 8px rgb(0, 0, 0);
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 30px;
}
 
.parceria img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 10px;
}
 
.parceria:hover {
    transform: scale(1.05);
}
 
.parceria span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.829);
    color: white;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
 
.parceria:hover span {
    opacity: 1;
}

 
#testemunhos {
    font-style: italic;
    background: #c1c1c1;
    padding: 16px;
    box-shadow: 0px 0px 15px 0px rgb(255, 255, 255);
    margin: 100px;
    border-radius: 20px;
}
 
h2 {
    font-size: 28px;
    color: #0078d7;
    text-transform: uppercase;
    margin-bottom: 16px;
    border-bottom: 2px solid #00f2fe;
    display: inline-block;
    padding-bottom: 3px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
 
ul {
    list-style-type:none;
    padding: 0;
}
 
p {
    margin: 16px 0;
    font-size: 16px;
}
 
section ul li {
    padding: 8px;
    font-size: 18px;
    background: #5887e4;
    margin: 8px 0;
    border-radius: 5px;
    transition: transform 0.3s ease;
}
 
section ul li:hover {
    background: #279a6075;
    transform: scale(1.05);
}
 
section:hover{
    transform: scale(1.05);                                                                                                              
}
 
footer {
    text-align: center;
    background: #ffffffdb;
    color: #000000;
    padding: 10px 0;
    width: 100%;
    margin-top: auto;
}
 
footer a{
    text-decoration: none;
    color: #143ccf;
}
 
footer a:hover{
    text-decoration: underline;
    color: rgb(16, 179, 255);
}

footer .imagens{
    width: 100%;
    display: block;
    margin-top: 10px;
}
