@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Poppins", sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    scrollbar-width: thin;
    scrollbar-color: rgba(100, 116, 139, 0.5) transparent;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

.select_flecha {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0.65rem 1rem;
    padding-right: 2.5rem;
    border-radius: 10px;
    font-size: 14px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-image: url(../img/flecha_select.png);
    background-repeat: no-repeat;
    background-position: right 0.8rem center;
    background-size: 12px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.20);
    flex: 1;
}

.div_dois_horizontal {
    display: flex;
    gap: 0.8rem;
}

.div_conteudo {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.div_search {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    padding: 0.65rem 0.8rem;
    border-radius: 12px;
    flex: 1;
    color: #333;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.div_search i {
    width: 16px;
    height: 16px;
    color: #6b7280;
}

.div_search input {
    border: none;
    outline: none;
    font-size: 14px;
    width: 100%;
}

a:visited {
    text-decoration: none;
}

.titulo_pagina {
    color: #ffd84b;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

html,
main {
    scroll-behavior: smooth;
    scrollbar-width: none;
}

main {
    flex: 1;
    width: 100%;
    overflow: auto;
}

header {
    background: linear-gradient(#007CFA, #013378);
    width: 100%;
    padding: 0.4rem 1rem;
    padding-top: calc(0.6rem);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 78.98px;
}

.nav_logo {
    height: 100%;
}

.nav_logo img {
    height: 100%;
    height: 56px;
}

footer {
    background: linear-gradient(#007CFA, #013378);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    padding-bottom: calc(1rem);
    box-sizing: border-box;
    min-height: 69px;
}

.circulo_footer {
    height: 64px;
    width: 64px;
    position: absolute;
    top: -50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(0, 0, 0, 0.20);
    left: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 30%, #ffffff, #e2e6f2);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15), inset 0 2px 6px rgba(255, 255, 255, 0.8);
}

.img_circulo {
    width: 32px;

}

.texto_footer {
    font-size: 14px;
    font-weight: 400;
}

.div_footer_icones {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: end;
    color: white;
    width: 70px;
}

.btn_voltar {
    font-size: 16px;
    background: linear-gradient(#007CFA, #013378);
    color: white;
    border-radius: 6px;
    cursor: pointer;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titulos_espaco {
    display: flex;
    margin-bottom: 0.4rem;
    align-items: center;
    gap: 0.4rem;
}

.icones_footer {
    font-size: 20px;
    width: 24px;
}

.menu-lateral {
    position: fixed;
    top: calc(78.98px);
    bottom: 0;
    right: -100%;
    width: 100%;
    background-color: #FFFFFF;
    color: rgb(0, 0, 0);
    padding: 20px 20px;
    transition: right 0.3s ease-in-out;
    z-index: 9999;
    box-sizing: border-box;
}

.menu-lateral.ativo {
    right: 0;
}

.menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.menu-links li {
    margin: 15px 0;
}

.menu-links a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.estilo_menu {
    background-color: #3F444A;
    color: white;
    padding: 0.6rem;
    border-radius: 6px;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
}

body {
    height: 100dvh;
    background-image: url(../img/fundo-geral.png);
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.container_banners {
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.carrossel {
    display: flex;
    width: 100%;
    transition: transform 0.6s ease-in-out;
}

.img_banner {
    min-width: 100%;
    height: auto;
    scroll-snap-align: start;
    object-fit: cover;
    border-radius: 0px;
    aspect-ratio: 2 / 1;
}

.container_conteudo {
    min-height: calc(100vh - 136.23px);
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin: 1rem;
    margin-bottom: 4rem;
    gap: 1rem;
}

.titulo_secao {
    font-size: 16px;
    font-weight: 500;
}

input[type="datetime-local"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: .7rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    font-size: 14px;
    background-color: #fff;
    color: #333;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px;
    font-family: inherit;
    outline: none;
}

input[type="datetime-local"]::placeholder {
    color: #999;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
}

.div_footer_icones.ativo i,
.div_footer_icones.ativo h2{
    color:#0081FF;
}