@import url('https://fonts.googleapis.com/css2?family=Prosto+One&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

/* header */
header {
    background-color: #008080;
    color: white;
   
}

.logo{
    width: 40px;
    height: 50px;
    margin-top: 20px;
}

.logo {
    display: flex;
    align-items: center;
    width: 50px;
}

.logo img {
    color: white;
}


.nav-bar {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 6rem;
}

.nav-list {
    display: flex;
    align-items: center;
}

.nav-list ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

.nav-item {
    margin: 0 15px;
}

.nav-link {
    text-decoration: none;
    font-size: 20px;
    color: white;
    font-weight: 400;
}
.nav-link:hover{
    border-top: 2px solid white;
}

.mobile-menu-icon {
    display: none;
}

.mobile-menu {
    display: none;
}

@media screen and (max-width: 730px) {
    .nav-bar {
        padding: 1.5rem 4rem;
    }
    .nav-item {
        display: none;
    }
    .login-button {
        display: none;
    }
    .mobile-menu-icon {
        display: block;
    }
    .mobile-menu-icon button {
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
    .mobile-menu ul {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 1rem;
    }
    .mobile-menu .nav-item {
        display: block;
        padding-top: 1.2rem;
    }
    .mobile-menu .login-button {
        display: block;
        padding: 1rem 2rem;
    }
    .mobile-menu .login-button button {
        width: 100%;
    }
    .open {
        display: block;
    }
}
/* Fim header */


/* Redes sociais */
.logo-whats{
    width: 37px;
    height: 37px;
}
.whatsapp-icon {
    position: fixed;
    top: 320px;
    right: 0; 
    z-index: 9999; 
}
.whatsapp-icon:hover{
    padding-right: 5px;
}

.logo-insta{
    width: 37px;
    height: 37px;
}
.instagram-icon {
    position: fixed;
    top: 310px;
    right: 0; 
    z-index: 9999; 
}
  .instagram-icon:hover{
    padding-right: 5px;
}

.logo-email{
    width: 37px;
    height: 37px;
}
.email-icon {
    position: fixed;
    top: 350px;
    right: 0;
    z-index: 9999;
}
.email-icon:hover{
    padding-right: 5px;
}
/* Fim de redes sociais */


/* Resultados */
.container {
    width: 60%;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

h1 {
    color: #333;
}

p {
    margin-top: 20px;
}

.years {
    margin: 20px 0;
}

.year-btn {
    padding: 10px 20px;
    margin: 5px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background: #008080;
    color: white;
    border-radius: 5px;
}

.year-btn:hover {
    background: #004d4d;
}

.year-results {
    display: none;
    margin-top: 20px;
}

.year-results h2 {
    color: #004d4d;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin: 10px 0;
}

ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.container ul li a:hover {
    color: #007bff;
}

/* Fim de resultados */


/*Início footer*/
footer{
    background-color:#008080;
    color: white;
    margin-top: 100px;
    text-align: center;
    max-width: 100%;
    padding: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.email a {
     color: black;
     font-size: 20px;
}

.contato{
   margin-bottom: 100px; 
   color: yellow;
   text-decoration: none;
}

.footer-fim{
    padding: 20px;
    margin-top: 30px;
    font-family: 'Prosto One', sans-serif;
}
/*Fim do footer*/


/* Resultados novos */

.ano-container {
    margin-bottom: 15px;
    text-align: center;
}

.ano-botao {
    background-color: #008080;
    border: none;
    color: white;
    padding: 10px 18px;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.ano-botao:hover {
    background-color: #004d4d;
}

.resultados-lista {
    margin-top: 10px;
    display: none;
    padding-left: 15px;
}

.resultados-lista a {
    display: block;
    color: black;
    margin-bottom: 6px;
    font-weight: 550;
    text-decoration: none;
}

.resultados-lista a:hover {
    text-decoration: none;
    color: #007bff;
}


.container2 {
    width: 60%;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

