#cabecalho {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    padding: 15px 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: top 0.3s ease;
    z-index: 1000;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}


.container-cabecalho {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #1148b6;
    flex-wrap: wrap;
}

.logo_cabecalho,
.bandeira {
    height: 60px;
}

.container-lista {
    display: flex;
    list-style: none;
    gap: 20px;
    align-items: center;
}

.container-lista li a {
    text-decoration: none;
    color: #fdd835;
    font-weight: bold;
    transition: color 0.3s;
}

.container-lista li a:hover {
    color: #ffffff;
}

.menu-toggle {
    display: none;
    font-size: 30px;
    color: #fdd835;
    background: none;
    border: none;
    cursor: pointer;
}

body {
    font-family: 'Rubik', sans-serif;
    margin: 0;
    background-color: #f5f5dc; /* fundo claro tipo folha seca */
}

.banner {
    position: relative;
    width: 100%;
    height: 350px;
    background-image: url('veropeso2.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: top;
    align-items: center;
    flex-direction: column;
    color: rgb(255, 255, 255);
    text-align: center;
    border-color: white;
    padding-top: 100px;
}

.banner img {
    width: 300px;
    /* margin-bottom: 50px; */
}

#text_central{
    font-size: 24px;
    background-color: #1148b6d0; /* fundo sutil pro texto */
    display: inline-block;
    padding: 5px 25px;
    border-radius: 6px;
}

h1{
    text-align: center;
    margin-top: 30px;
    color: #1148b6;
}

p {
    text-align: center;
}

.indicacao {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
margin: 40px 0;
padding: 0 20px;
}

.foto_box1{
width: 100%;
height: 200px;
object-fit: cover;
border-radius: 8px;
box-shadow:0 0 10px rgba(0, 0, 0, 0.39);

}

.foto_box{
width: 100%;
height: 200px;
border-radius: 8px;
object-fit: cover;
box-shadow:0 0 10px rgba(0, 0, 0, 0.39);

}
.box {
background-color: #ffffff;
border: 2px solid #5d4037;
border-radius: 12px;
padding: 20px;
width: 25%;
text-align: center;
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
transition: transform 0.2s, box-shadow 0.2s;
}
.botoes {
    margin-top: 10px;
    display: flex;
    justify-content:center;
    gap: 20px;
    flex-wrap: wrap;
}
.botoes a {
    background-color: #1148b6;
    color: white;
    padding: 7px 12px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}
.botoes a:hover {
    background-color: #faa001;
}

.botoes1 {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.botoes1 a {
    background-color: #1148b6;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}
.botoes1 a:hover {
    background-color: #faa001;
}

.btn-rede-social {
display: inline-flex;
align-items: center;
gap: 8px;
background-color: #1148b6;
color: white;
padding: 10px 16px;
border-radius: 8px;
text-decoration: none;
transition: 0.3s;
}

.btn-rede-social:hover {
background-color: #faa001;
}

.icone-rede {
width: 20px;
height: 20px;
}
  
footer {
background-color: #1148b6;
color: #fdd835;
text-align: center;
padding: 10px;
}

footer img {
    height: 40px;
}

.copyright {
    margin-top: 10px;
    font-size: 0.9em;
}

@media (max-width: 1120px) {
    .indicacao {
        flex-direction: flex;
        align-items: center;
    }
    
    .box {
        width: 40%;
    }
    .botoes1 {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
        flex-wrap: wrap; /* quebra para baixo se faltar espaço */
    }
    
    .botoes1 a {
        background-color: #1148b6;
        color: #fff;
        text-decoration: none;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 14px;
        transition: background-color 0.3s;
    }
    
    .botoes1 a:hover {
        background-color: #faa001;
    }
}

@media (max-width: 768px) {
    .container-lista {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw; /* agora o menu ocupa toda a largura da tela */
    height: 100vh; /* e toda a altura */
    background-color: #1148b6;
    flex-direction: column;
    align-items: center;
    justify-content: top;
    padding-top: 60px;
    gap: 30px;
    transform: translateX(100%); /* começa fora da tela */
    transition: transform 0.3s ease;
    display: flex;
    z-index: 1000;
    }

    .container-lista.show {
    transform: translateX(0); /* desliza pra tela */
    }

    .menu-toggle {
    display: block;
    margin-left: auto;
    }

    .bandeira {
    display: none;
    }

    .indicacao {
        flex-direction: column;
        align-items: center;
    }

    .box {
        width: 85%;
    }

    .botoes1 {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
        flex-wrap: wrap; /* quebra para baixo se faltar espaço */
    }
    
    .botoes1 a {
        background-color: #1148b6;
        color: #fff;
        text-decoration: none;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 14px;
        transition: background-color 0.3s;
    }
    
    .botoes1 a:hover {
        background-color: #faa001;
    }
} 

