
/*FIM FICHA DE INSCRIÇÃO DO SITE ACCS*/

/* Fundo escuro (Fade) */
#modal-promo-fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; /* Corrigido de 180% para 100% */
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9998; /* Valor alto para ficar sobre o menu */
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
}



/* Cabeçalho do Modal - Centralizando o Botão */
.modal-promo-header {
    background-image: url(/img/notas.png);
    background-size: cover;      /* cobre toda a área */
    background-position: center; /* centraliza */
    background-repeat: no-repeat;
    height: 120px; /* ajuste conforme necessário */
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center; /* Centraliza o botão horizontalmente */
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}


/* ===== TOPO ===== */
.barra-topo {
    font-family: "Julius Sans One", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7) ;/*Define a cor como preto/transparente */
    padding: 10px 50px;
    box-sizing: border-box; /*Difine que o limite da borda não ultrapasse 100% ou seja a borda*/
    z-index: 10; /*Define que ficara sobre qualquer objeto */
}



/* ===== LOGO ===== */
.marca {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.8em;
    font-weight: bold;
}



/* ===== NAV ===== */
.barra-topo nav{
    display: flex;
    gap: 30px;
}



.barra-topo nav a{
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: 0.3s;
}



.barra-topo nav a:hover{
    color: #00a69c;
    transform: scale(1.05);
    text-shadow: 0px 0px 16px rgba(255, 255, 255, 0.31);
}



/* ===== ESTILO DO MENU MOBILE ===== */

.btn-abrir-menu {
    display: none;
}



.btn-abrir-menu i{
    color: #00a69c;
    font-size: 40px;
    float:right;
}



.navega-mobile{
    background-color: black;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 0%;
    overflow: hidden;
    transition: .4s;
}



.navega-mobile.abrir-menu{
    width: 70%;
}



.navega-mobile.abrir-menu ~ .overlay-menu{
    display: block;
}



.navega-mobile .btn-fechar{
    padding: 20px 5%;
}



.navega-mobile .btn-fechar i{
    color: #00a69c;
    font-size: 30px;
}



.navega-mobile nav ul{
    text-align: right;
    list-style-type: none;
    padding: 0;
    margin: 0;
}



.navega-mobile nav ul li a{
    color: white;
    font-size: 20px;
    font-size: 300;
    padding: 20px 8%;
    display: block;
}



.navega-mobile nav ul li a:hover{
    background-color: #00a69c;
    color: black;
}



.overlay-menu {
    background-color: rgba(0, 0, 0, 0.72);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 88888;
    display: none;
}


@media (max-width: 830px) {
    .btn-abrir-menu {
        display: block;
    }



    .barra-topo nav {
        display: none;
    }



@media screen and (max-width: 768px){

    .btn-abrir-menu {
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
        z-index: 100;
    }


    .barra-topo{
        display: none;
    }


.manual-navegacao {
    position: absolute;
    width: 800px;
    margin-top: -40px;
    display: flex;
    justify-content: center;
}


.navegacao-auto div {
    border: 2px solid blue;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}


.navegacao-auto {
    position: absolute;
    width: 800px;
    margin-top: 360px;
    display: flex; /*coloca um ao lado do outro*/
    justify-content: center;
}


.navegacao-auto div: {not(:last-child) {
    margin-right: 40px;
}


#radio1:checked ~ .navegacao-auto .auto-bnt1 {
    background-color: var(--accent-dark);
}


#radio2:checked ~ .navegacao-auto .auto-bnt2 {
    background-color: var(--accent-dark);
}


#radio3:checked ~ .navegacao-auto .auto-bnt3 {
    background-color: var(--accent-dark);
}


#radio4:checked ~ .navegacao-auto .auto-bnt4 {
    background-color: var(--accent-dark);
}


header{
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}



/* --- BLOCO 1 (logo + texto) --- */
#footer-contacts {
    flex: 1 1 250px;
    text-align: center;
}



.logoaccs {
    display: block;
    margin: 0 auto;
    width: 50%;
    height: auto;
    flex-direction: column;
    text-align: center;
    align-items: center;
}


.box, logo {
    background: white;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    font-size: 28px;
    color: #093a44;
    font-weight: 600;
}


.logobombalina {
    display: block;
    width: 50%;
    height: auto;
    flex-direction: column;
    text-align: center;
    align-items: center;
}



/* cada um pega metade */
.logo, .texto {
    flex: 1;
}


.logolyra {
    display: block;
    margin: 0 auto;
    width: 70%;
    height: auto;
    flex-direction: column;
    text-align: center;
    align-items: center;
}



/* CABEÇALHO */
.news-header {
    text-align: center;
    margin-bottom: 30px;
}



/* Fundo escuro (Fade) */
#modal-promo-fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9998; /* Valor alto para ficar sobre o menu */
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
}



/* Cabeçalho do Modal - Centralizando o Botão */
.modal-promo-header {
    display: flex;
    justify-content: center; /* Centraliza o botão horizontalmente */
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
}