/* Configurações gerais */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css'); /* Importando Font Awesome para ícones */
body {
    margin: 0; /* Remove margens externas */
    padding-top: 4.5rem; /* Espaçamento superior utilizando unidade relativa */
    font-family: 'Roboto', sans-serif; /* Fonte moderna */
    color: #ffffff; /* Cor do texto */
    line-height: 1.6; /* Melhora a legibilidade */
    color: #313131; /* Cor do texto */
    background-color: #f4f4f9; /* Fundo suave */
    overflow-x: hidden; /* Evita rolagem horizontal indesejada */
}

/* Navbar */
.navbar {
    background-color: #007bff;
    color: #fff;
    padding: 1rem 0;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.navbar .logo {
    font-size: 1.5rem;
    font-weight: 700;
}

.navbar .menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar .menu li {
    margin-left: 20px;
}

.navbar .menu li a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: color 0.3s ease;
}

.navbar .menu li a:hover {
    color: #ffc107;
}

/* Conteúdo */
.content {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* Rodapé */
.footer {
    text-align: center;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    margin-top: 2rem;
}

/* Estilo do menu flutuante */
.menu-flutuante {
    position: fixed;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    background: rgba(95, 163, 190, 0.9);
    /* Verde petróleo translúcido */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    /* Sombra leve */
    border-radius: 20px;
    /* Bordas arredondadas */
    padding: 10px 20px;
    z-index: 1050;
}

.menu-flutuante a {
    text-decoration: none;
    font-weight: 150;
    color: #fff;
    /* Texto branco */
    padding: 3px 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.menu-flutuante i {
    font-size: 10px;
    color: #fff;
    /* Texto branco */
    padding: 3px ;
    border-radius: 5px;
    transition: all 0.3s ease;

}

.menu-flutuante a:hover {
    background: rgba(241, 131, 33, 0.9);
    /* Laranja vibrante translúcido no hover */
    color: white;
}

.menu-flutuante i:hover {
    background: rgba(241, 131, 33, 0.9);
    color: #fff;


}

/* Estilo do menu flutuante em telas pequenas */
@media screen and (max-width: 1224px) {

body {
    padding-top: 3rem; /* Ajuste do padding em telas menores */

}

.menu-flutuante {
    position: fixed;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    height: 2rem; /* Ajuste a altura do menu conforme necessário */
    width: 100%; /* Largura total da tela */
    gap: 5px;
    background: rgba(95, 163, 190, 0.9);
    /* Verde petróleo translúcido */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    /* Sombra leve */
    border-radius: 10px;
    /* Bordas arredondadas */
    padding: 10px 20px;
    z-index: 1050;
}

.menu-flutuante a {
    text-decoration: none;
    font-size: small;
    font-weight: 50;
    color: #fff;
    /* Texto branco */
    padding: 3px 3px;
    border-radius: 5px;
    transition: all 0.3s ease;
    line-height: 1.0;
    text-align: -webkit-center;
}

.menu-flutuante i {
    font-size: 10px;
    color: #fff;
    /* Texto branco */
    padding: 3px ;
    border-radius: 5px;
    transition: all 0.3s ease;
    display: none; /* Esconde os ícones */
}

.menu-flutuante img {
display: block;
width: 16px;
height: 16px;
}
.menu-flutuante a:hover {
    background: rgba(241, 131, 33, 0.9);
    /* Laranja vibrante translúcido no hover */
    color: white;
}

.menu-flutuante i:hover {
    background: rgba(241, 131, 33, 0.9);
    color: #fff;
    display: none; /* Esconde os ícones */


}
}

/* Conteúdo principal */
.container {
    background-color: rgba(255, 255, 255, 0.7); /* Fundo branco translúcido */
    color: #313131;; /* Cor do texto */
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column; /* Alinha os itens em coluna */
    width: 90%; /* Ocupa toda a largura */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); /* Sombra suave */
    border-radius: 10px;
}

.row {

    padding: p-0; /* Espaçamento interno */
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: space-between; /* Espaça os itens igualmente */
    margin-bottom: 20px; /* Espaçamento entre as linhas */
}


h1 {
    color: #313131; /* Cor do texto */
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    
}

p, ul {
    color: #313131; /* Cor do texto */
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    background-color: transparent; /* Fundo transparente */
}

.alink {
    text-decoration: none; /* Remove o sublinhado */
    color: #007bff; /* Cor do link */
    font-weight: 500; /* Peso da fonte */
    font-size: 1.5rem; /* Tamanho da fonte */
    transition: color 0.3s ease; /* Transição suave para a cor do link */
    
}
.alink:hover {
    background: rgba(241, 131, 33, 0.9);
    color: #fff;
    font-weight: 500; /* Peso da fonte */
    font-size: 1.5rem; /* Tamanho da fonte */
    
}

.sider {
    background-color: #f8f9fa;
    padding: 15px;
}

.main-content {
    background-color: #ffffff;
    padding: 15px;

    
}


