  body {
    font-family: 'Times New Roman', Times, serif, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #77c0ff;
    background-image: url('/img/background/hiro_background.jpg'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    color: #0b2381;
    text-align: center;
}

.login-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(to bottom, #5280eb, #041848); ;
    margin: 0;
    color: white;
    text-align: center;
}

.login-container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    width: 300px;
    text-align: center;
}

.login-container .logo img {
    width: 100px;
    margin-bottom: 10px;
}

.login-container h1 {
    font-size: 22px;
    color: #0e00d4;
}

.login-container input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: none;
    border-radius: 5px;
    background: #d8cbcb;
    box-sizing: border-box;
}

.login-container button {
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    border: none;
    border-radius: 5px;
    background: #0077b6;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

.login-container button:hover {
    background: #005b8e;
}

#error-message {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}

#logoutBtn {
    text-decoration: none;
    color: red;
    font-weight: bold;
    padding: 10px;
    display: block;
    text-align: center;
    border-top: 1px solid #ddd;
}

#logoutBtn:hover {
    background: rgba(255, 0, 0, 0.1);
    color: darkred;
}

.legendanot {
    display: inline;
    margin-bottom: 0px;
    }

.logo {
    margin-top: 10px;
    margin-bottom: -50px;

}

.legenda{
    text-align: center;
    color: #1e1e1e;
}

.logo img {
    width: 150px;
}

.container {
    padding: 20px;
    padding-bottom: 200px;
}

@media screen and (max-width: 1024px) {
    .container {
        padding-bottom: 90px; 
    }
}


@media screen and (max-width: 768px) {
    .container {
        padding-bottom: 80px; 
    }
}


@media screen and (max-width: 480px) {
    .container {
        padding-bottom: 70px; 
    }
}

 .menu-btn {
    position: fixed;
    top: 20px;
    left: 20px;
    background: linear-gradient(to bottom, #326cf4, #0d45c8); 
    text-decoration: none;
    padding: 12px 24px;
    color: rgb(233, 232, 232);
    border: none;
    font-weight: bold;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    align-items: center;
    z-index: 1001;
    transition: transform 0.2s, box-shadow 0.2s;
}

.menu-btn.aberto {
    transform: rotate(180deg); 
}

.menu {
    position: fixed;
    top: 80px;
    left: 20px;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding: 10px;
    width: 200px;
    display: none;
    flex-direction: column;
    z-index: 1000;
}

.menu a {
    text-decoration: none;
    color: #333;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: block;
}

.menu a:last-child {
    border-bottom: none;
}

.menu a:hover {
    background: linear-gradient(to bottom, #326cf4, #0d45c8); 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    color: rgb(233, 232, 232);
}

.noticias {
    position:relative;
    width: 90%;
    max-width: 400px;
    margin: 0px auto;
    margin-top: -50px;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    background-image: url('../img/background/mural_aviso.jpg');
    background-size: cover;
    background-position: center;
    color: rgb(255, 255, 255);
    font-family: 'Schoolbell', cursive;
    text-align: center;
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3); 
    border: 5px solid #ffffffc7; 
    min-height: 50px; 
    overflow: hidden;
}

.options{
    display: block;
    max-width: 400px;
    margin: 0px auto;
}

.item-list {
    list-style: none;
    padding: 0;
} 

.item {
    display: inline-block;
    align-items: center;
    margin: 10px 0;
} 

.item img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 4px;
} 

.item p {
    margin: 0;
    font-size: 14px;
}

.noticia {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}

.noticia.ativa {
    opacity: 1;
    position: relative;
}

.noticias h2{
   color: #ffffff;
   text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}

.iscas-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    background: #ffffff00;
} 

.isca-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
} 

.isca-item:hover {
    transform: scale(1.01);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
} 

.isca-bg {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    filter: brightness(0.8);
    transition: filter 0.3s ease;
} 

.isca-item:hover .isca-bg {
    filter: brightness(1);
}

.isca-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}

.isca-content h3 {
    margin: 0;
    font-size: 20px;
}

.isca-content p {
    margin: 5px 0 0;
    font-size: 14px;
}

.section {
    display: none;
}

.section.active {
    display: block;
}

.btn {
    display: block;
    margin: 10px 0;
    text-decoration: none;
    padding: 12px 24px;
    background: linear-gradient(to bottom, #326cf4, #0d45c8); 
    color: rgb(233, 232, 232);
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); 
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
}

.btn:hover {
    transform: translateY(-2px); 
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.35);
}

.btn:active {
    transform: translateY(0); 
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
}

.close-btn {
    display: inline-block;
    margin: 10px 0;
    background-color: #535353;
    color: rgb(240, 240, 248);
    text-decoration: none;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); 
    transition: transform 0.2s, box-shadow 0.2s;
}

.close-btn:hover {
    transform: translateY(-2px); 
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.35);
}

.close-btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 5000;
}

.modal-content {
    background: #EDEDED;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    max-height: 80vh;
    overflow-y: auto;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    margin: auto;
}

.modal-content::-webkit-scrollbar {
    width: 8px;
    z-index: 5;  
}

#closeModal {
    display: block;
    margin: 20px auto 0;
    background-color: #0077b6;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

#closeModal:hover {
    background-color: #005b8e;
}
.banner-anuncio {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(15px);
    text-align: center;
    color: white;
    border: 1px rgba(255, 255, 255, 0.488);
    box-shadow: 0px 4px 12px rgba(255, 255, 255, 0.3);
}
.banner-anuncio img {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: cover;
}

.atualizacao {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
}
  
  
  

