@import url('https://fonts.googleapis.com/css2?family=Anton&family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    outline: none;
}
::placeholder {
    opacity: 1;
}
.centro {
    width: calc(100% - 80px);
    margin: 0 auto;
}
body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: "Cabin", Arial, Helvetica, sans-serif;
}
header {
    background-color: rgba(255, 255, 255, 0.1);
    background: url(../imagens/fundo_header.jpg) center no-repeat;
    background-size: cover;
    max-width: 1920px;
    width: 100%;
    position: relative;
    z-index: 9999;
    position: fixed;
}
.mask_img,
.mask_video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.mask_img img,
.mask_video video {
    display: block;
    max-width: 100%;
    z-index: 1;
    position: relative;
    width: 100%;
}
.mask_img img.img-cover {
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}
header .centro {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1760px;
    width: calc(100% - 80px);
    position: relative;
}
header .logo a {
    background: url(../imagens/logo.png) center no-repeat;
    background-size: contain;
    width: 195px;
    height: 47px;
    text-indent: -9999px;
    display: inline-block;
}
header nav {
    margin-left: auto;
}
header nav ul {
    display: flex;
    flex-direction: row;
}
header nav a {
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 90px;
    padding: 0 25px;
    border-bottom: 4px solid #93d500;
    box-sizing: border-box;
    letter-spacing: 0.8px;
}
header nav a.selected,
header nav a:hover {
    background-color: rgba(147, 213, 0, 0.3);
}
header .bt_menu_mobile {
    display: none;
}
#pag_index #banner{
    max-height: 1080px;
}
#pag_index #banner .centro {
    display: grid;
    grid-template-columns: 380px 1fr;
    align-items: flex-end;
    width: 100%;
}
#pag_index #banner .esquerda {
    background: url(../imagens/fundo_texturizado.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    padding-top: 90px;
    box-sizing: border-box;
}
#banner .sociais {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: auto;
}
#banner .sociais a {
    background-size: contain !important;
    display: flex;
    width: 34px;
    height: 34px;
    text-indent: -9999px;
    opacity: 0.8;
    transition: all 0.08s ease-in;
}
#banner .sociais a:hover{
    opacity: 1;
}
#banner .sociais .instagram {
    background: url(../imagens/insta.png) center no-repeat;
}
#banner .sociais .facebook {
    background: url(../imagens/face.png) center no-repeat;
}
#banner .sociais .whats {
    background: url(../imagens/whats.png) center no-repeat;
}
#pag_index #banner .esquerda .imagens {
    display: grid;
    grid-auto-rows: 1fr 1fr;
    row-gap: 48px;
    height: calc(100% - 180px);
}
#pag_index #banner .esquerda .mask_img {
    background-color: #002856;
    width: 600px;
    height: 100%;
    border-radius: 18px;
}
#pag_index #banner .esquerda .mask_img img {
    opacity: 75%;
}
#pag_index #banner .direita {
    
    height: 100vh;
    padding-left: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 8vh;
    box-sizing: border-box;


    background-image: url(../imagens/banner.jpg);
    background-size: 100% auto;
    background-position: left top;
    background-repeat: no-repeat; 
    transition: all 0.024s ease-in;  
    background-attachment: fixed;  

}
#pag_index #banner .direita .logo {
    background: url(../imagens/logo_banner.png) center no-repeat;
    background-size: contain;
    display: flex;
    width: 300px;
    height: 325px;
}
#pag_index #banner h2 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    max-width: 850px;
    margin-top: 30px;
}
#pag_index #banner h2 span {
    font-size: 80px;
    line-height: 90px;
}
#noticias .centro {
    max-width: 1160px;
    padding-top: 65px;
}
#noticias .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 55px;
}
#noticias h2 {
    font-weight: 700;
    font-size: 38px;
    color: #0c2a4a;
}
.bt_padrao {
    background: #002856 url(../imagens/seta_branca.png) center right 15px no-repeat;
    background-size: 10px !important;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 48px;
    padding-left: 19px;
    padding-right: 43px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.08s ease-in;
}
.bt_padrao.verde {
    background: #93d500 url(../imagens/seta_branca.png) center right 15px no-repeat;
    opacity: 0.75;
}
.bt_padrao.verde:hover{
    background: #93d500 url(../imagens/seta_branca.png) center right 10px no-repeat;
    opacity: 1;
}
.bt_padrao.rosa {
    background: #d40054 url(../imagens/seta_branca.png) center right 15px no-repeat;
    opacity: 0.85;
}
.bt_padrao.rosa:hover {
    background: #d40054 url(../imagens/seta_branca.png) center right 10px no-repeat;
    opacity: 1;
}
.listagem_noticias {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 237px 237px;
    column-gap: 40px;
    row-gap: 28px;
}
.listagem_noticias li:first-child {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
}
.listagem_noticias li:nth-child(2) {
    grid-column-start: 3;
}
.listagem_noticias li:nth-child(3) {
    grid-column-start: 3;
    grid-row-start: 2;
}
.listagem_noticias li .mask_img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
}
.listagem_noticias li .mask_img .conteudo {
    background: url(../imagens/sombra_noticia.png) center bottom no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
}
.listagem_noticias li .mask_img .conteudo .data {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    text-transform: uppercase;
}
.listagem_noticias li .mask_img .conteudo h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
}
#quem_somos .centro {
    max-width: 1640px;
    display: grid;
    grid-template-columns: 1fr 730px;
    column-gap: 42px;
    padding: 80px 0;
}
#quem_somos .mask_img {
    background-color: #002856;
    border-radius: 18px;
}
#quem_somos .mask_img img {
    opacity: 80%;
}
#quem_somos article {
    background: #002856 url(../imagens/icon_quem_somos.png) right bottom no-repeat;
    border-radius: 18px;
    padding: 55px 65px;
}
#quem_somos h2 {
    font-weight: 700;
    font-size: 45px;
    color: #93d500;
}
#quem_somos p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    max-width: 440px;
    margin-top: 22px;
}
#quem_somos .bt_padrao {
    margin-top: 50px;
}
#parceiros {
    background: #2c2c2c url(../imagens/icon_parceiros.png) top left no-repeat;
    max-width: 1640px;
    border-radius: 18px;
    margin: 0 auto;
    width: calc(100% - 80px);
}
#parceiros .centro {
    max-width: 1320px;
    padding-top: 65px;
    padding-bottom: 20px;
}
#parceiros h2 {
    font-weight: 700;
    font-size: 50px;
    color: #d40054;
    text-align: center;
}
#parceiros h3 {
    font-weight: 700;
    font-size: 25px;
    color: #d40054;
    text-transform: uppercase;
    text-align: center;
}
.parceiros_top,
.parceiros_categoria_base,
.parceiros_sacada_solidaria,
.demais_parceiros {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 30px;
    padding-top: 40px;
    padding-bottom: 60px;
}
.parceiros_top,
.parceiros_categoria_base,
.parceiros_sacada_solidaria,
.demais_parceiros {
    column-gap: 100px;
}
.parceiros_top a,
.parceiros_categoria_base a,
.parceiros_sacada_solidaria a,
.demais_parceiros a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 194px;
    width: auto;
    max-height: 75px;
    height: auto;
}
.parceiros_top a {
    max-width: 578px;
    max-height: 114px;
}
.parceiros_top li img,
.parceiros_categoria_base li img,
.parceiros_sacada_solidaria li img,
.demais_parceiros li img {
    object-fit: contain;
    max-width: inherit;
    max-height: inherit;
}
#calendario_jogos {
    background: url(../imagens/fundo_jogos.png) right bottom no-repeat;
}
#calendario_jogos .centro {
    max-width: 1160px;
    padding-top: 70px;
    padding-bottom: 194px;
}
#calendario_jogos h2 {
    font-weight: 700;
    font-size: 44px;
    color: #0c2a4a;
    text-align: center;
}
.listagem_jogos {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    margin-top: 40px;
}
.listagem_jogos li {
    background-color: #f9f9f9;
    display: grid;
    grid-template-columns: 1fr 388px;
    align-items: center;
    column-gap: 50px;
    padding: 20px 50px;
}
.listagem_jogos .esquerda {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.listagem_jogos .esquerda span {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 32px;
}
.listagem_jogos .esquerda p,
.listagem_jogos .esquerda p strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #0c2a4a;
}
.listagem_jogos .esquerda p strong {
    font-size: 24px;
    font-weight: 700;
}
.listagem_jogos .esquerda .time1 p {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.listagem_jogos .esquerda .time2 p {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.listagem_jogos .esquerda p.versus {
    font-weight: 700;
    font-size: 40px;
    color: #0c2a4a;
    margin: 0 40px;
}
.listagem_jogos li img {
    max-width: 79px;
    max-height: 85px;
    object-fit: contain;
}
.listagem_jogos .direita {
    background: url(../imagens/icon_calendario.png) center left 30px no-repeat;
    background-size: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid #93d500;
    padding-left: 95px;
}
.listagem_jogos .direita h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #1e1e1e;
}
.listagem_jogos .direita p {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #1e1e1e;
    margin-top: 4px;
}
#subbanner {
    background: url(../imagens/subbanner.jpg) center no-repeat;
    background-size: 1920px;
}
#subbanner .centro {
    max-width: 1160px;
    display: grid;
    grid-template-columns: 1fr 420px;
}
#subbanner article {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#subbanner h2 {
    font-family: "Anton", sans-serif;
    font-size: 55px;
    line-height: 70px;
    color: #ffffff;
}
#subbanner h2 .verde {
    color: #93d500;
    text-transform: uppercase;
}
#subbanner h2 small {
    font-size: 50px;
}
#subbanner h2 .azul {
    font-size: 65px;
    color: #00a7e1;
    text-transform: uppercase;
}
#subbanner h2 strong {
    font-size: 65px;
}
#subbanner .mask_img {
    width: 352px;
    height: 678px;
    object-fit: contain;
    margin-top: -143px;
}
#subbanner .bt_padrao {
    margin-top: 37px;
}
footer .top {
    background-color: #002856;
    padding: 20px 0;
}
footer .centro {
    max-width: 1160px;
}
footer .top ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
footer .top a {
    background-color: #00a7e1;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 40px;
    border-radius: 7px;
    padding: 0 22px;
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
}
footer .meio {
    background-color: #2c2c2c;
    padding-top: 25px;
    padding-bottom: 25px;
}
footer .logo {
    background: url(../imagens/logo_footer.png) center top no-repeat;
    background-size: contain;
    width: 169px;
    height: 104px;
    text-indent: -9999px;
    margin: 0 auto;
}
footer .sociais {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    margin-top: 15px;
}
footer .sociais a {
    background-size: contain !important;
    display: flex;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
}
footer .sociais .instagram {
    background: url(../imagens/insta_footer.png) center no-repeat;
}
footer .sociais .facebook {
    background: url(../imagens/face_footer.png) center no-repeat;
}
footer .sociais .whats {
    background: url(../imagens/whats_footer.png) center no-repeat;
}
footer .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
}
footer .bottom h3,
footer .bottom h3 a {
    font-weight: 400;
    font-size: 16px;
    color: #2c2c2c;
    text-align: center;
}
footer .bottom h3 a {
    text-decoration: underline;
}
#geral_quem_somos .centro {
    max-width: 1480px;
    display: grid;
    grid-template-columns: 1fr 690px;
    column-gap: 60px;
    padding-top: 165px;
    padding-bottom: 40px;
}
#geral_quem_somos .esquerda {
    background: #002856 url(../imagens/icon_logo.png) top 30px right -200px no-repeat;
    display: flex;
    flex-direction: column;
    padding: 60px 50px;
    border-radius: 18px;
}
#geral_quem_somos .esquerda h2 {
    font-weight: 700;
    font-size: 45px;
    color: #93d500;
}
#geral_quem_somos .esquerda p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    margin-top: 22px;
}
#geral_quem_somos .imagens {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 242px 242px;
    gap: 15px;
    margin-top: auto;
    padding-top: 30px;
}
#geral_quem_somos .imagens .mask_img {
    border-radius: 18px;
}
#geral_quem_somos .imagens .mask_img:first-child {
    grid-column: span 2 / span 2;
    grid-row: 1;
}
.timeline li {
    background-color: #002856;
    padding-left: 157px;
    padding-right: 40px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 28px;
}
.timeline li:first-child {
    border-radius: 18px 18px 0 0;
}
.timeline li:last-child {
    border-radius: 0 0 18px 18px;
}
.timeline li:nth-of-type(3n - 1) {
    background-color: #d40054;
}
.timeline li:nth-of-type(3n) {
    background-color: #93d500;
}
.timeline span {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid #002856;
    font-weight: 700;
    font-size: 35px;
    color: #0c2a4a;
    position: absolute;
    top: -33px;
    left: 17px;
}
.timeline li:nth-of-type(3n - 1) span {
    border: 10px solid #d40054;
    color: #d40054;
}
.timeline li:nth-of-type(3n) span {
    border: 10px solid #93d500;
    color: #93d500;
}
.timeline h3 {
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
}
.timeline p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    margin-top: 11px;
}
#diretoria_conselho {
    background-color: #f9f9f9;
}
#diretoria_conselho .centro {
    max-width: 1160px;
    padding: 50px 0;
}
#diretoria_conselho ul {
    display: flex;
    flex-direction: column;
    column-gap: 5px;
}
#diretoria_conselho .top {
    background-color: #2c2c2c;
    width: 100%;
    padding: 28px 0;
    border-radius: 18px;
    cursor: pointer;
}
#diretoria_conselho .top .centro2{
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
}
#diretoria_conselho p strong{
    font-weight: 700;
    font-size: 22px;
}
#diretoria_conselho h2 {
    font-weight: 700;
    font-size: 32px;
    color: #fdfdfd;
}
#diretoria_conselho .seta {
    background: url(../imagens/seta_baixo.png) center no-repeat;
    background-size: contain;
    width: 29px;
    height: 18px;
    cursor: pointer;
    margin-left: auto;
}
#diretoria_conselho .aberto .seta {
    background: url(../imagens/seta_cima.png) center no-repeat;
    background-size: contain;
}
#diretoria_conselho .bottom {
    display: none;
}
#diretoria_conselho .aberto .bottom {
    display: flex;
    flex-direction: column;
}
#diretoria_conselho .bottom .centro2 {
    display: flex;
    flex-direction: column;
    row-gap: 19px;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 47px;
}
#diretoria_conselho h3 {
    font-weight: 700;
    font-size: 24px;
    color: #2c2c2c;
}
#diretoria_conselho p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #2c2c2c;
    margin-top: 3px;
}
#pag_quem_somos #parceiros {
    margin-top: 40px;
    margin-bottom: 210px;
}
#pag_transparencia #banner,
#pag_projeto_social #banner,
#pag_categorias_base #banner {
    background: url(../imagens/banner_transparencia.jpg) center top no-repeat;
    height: 450px;
}
#pag_transparencia #banner .centro,
#pag_projeto_social #banner .centro,
#pag_categorias_base #banner .centro {
    max-width: 1480px;
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
}
#pag_transparencia #banner h2,
#pag_calendario_jogos #banner h2,
#pag_projeto_social #banner h2,
#pag_categorias_base #banner h2 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 59px;
    line-height: 76px;
    color: #ffffff;
    text-transform: uppercase;
    max-width: 720px;
}
#pag_transparencia #banner p,
#pag_calendario_jogos #banner p,
#pag_projeto_social #banner p,
#pag_categorias_base #banner p {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    max-width: 720px;
    margin-top: 20px;
}
#conteudo_transparencia .centro {
    max-width: 1160px;
    display: flex;
    flex-direction: column;
    padding: 55px 0;
    row-gap: 45px;
}
#conteudo_transparencia table {
    width: 100%;
    border-radius: 8px;
    border-collapse: collapse;
}
#conteudo_transparencia table caption {
    background-color: #002856;
    border-radius: 8px 8px 0 0;
}
#conteudo_transparencia .table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
}
#conteudo_transparencia .table-header h2 {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}
#conteudo_transparencia .table-header label {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
}
#conteudo_transparencia .filter select {
    padding: 5px 10px;
    font-size: 16px;
    margin-left: 8px;
}
#conteudo_transparencia td {
    border: 2px solid #93d500;
    padding: 16px 20px;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    color: #1e1e1e;
}
#conteudo_transparencia tr:last-child {
    border-radius: 0 0 12px 12px;
}
#conteudo_transparencia .download-btn {
    background: url(../imagens/seta_download.png) center right no-repeat;
    padding-right: 24px;
    background-size: 16px;
    background-color: transparent;
    font-weight: 500;
    font-size: 18px;
    color: #1e1e1e;
    text-decoration: underline;
    border: none;
    cursor: pointer;
}
#conteudo_transparencia td:nth-last-child(2) {
    width: 200px;
}
#conteudo_transparencia td:last-child {
    width: 70px;
}
#pag_calendario_jogos #banner {
    background: url(../imagens/banner_transparencia.jpg) center top no-repeat;
    height: 550px;
}
#pag_calendario_jogos #banner .centro {
    max-width: 1480px;
    padding-top: 90px;
    display: grid;
    grid-template-columns: 1fr 1056px;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}
#pag_calendario_jogos .proximo_jogo {
    background-color: #f9f9f9;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1fr 430px;
    box-sizing: border-box;
    align-items: center;
    column-gap: 75px;
    padding: 55px 45px;
}
#pag_calendario_jogos .proximo_jogo .esquerda {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#pag_calendario_jogos .proximo_jogo .esquerda span {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#pag_calendario_jogos .proximo_jogo .esquerda p,
#pag_calendario_jogos .proximo_jogo .esquerda p strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #0c2a4a !important;
    text-align: center;
}
#pag_calendario_jogos .proximo_jogo .esquerda p strong {
    font-size: 28px;
    font-weight: 700;
}
#pag_calendario_jogos .proximo_jogo .esquerda p.versus {
    font-weight: 700 !important;
    font-size: 45px !important;
    color: #0c2a4a !important;
    margin: 0 40px;
}
#pag_calendario_jogos .proximo_jogo img {
    max-width: 133px;
    max-height: 146px;
    object-fit: contain;
}
#pag_calendario_jogos .proximo_jogo .direita {
    background: url(../imagens/icon_calendario.png) center left 40px no-repeat;
    background-size: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid #93d500;
    padding-left: 120px;
    height: 100%;
}
#pag_calendario_jogos #banner .proximo_jogo h3 {
    font-weight: 700;
    font-size: 23px;
    line-height: 24px;
    color: #1e1e1e !important;
}
#pag_calendario_jogos #banner .proximo_jogo p {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #1e1e1e !important;
    margin-top: 5px !important;
}
#pag_calendario_jogos #calendario_jogos .centro {
    padding-bottom: 70px;
}
#pag_como_apoiar #banner .centro {
    display: grid;
    grid-template-columns: 380px 1fr;
    align-items: center;
    width: 100%;
}
#pag_como_apoiar #banner .esquerda {
    background: url(../imagens/fundo_texturizado.jpg) center no-repeat;
    background-size: cover;
    height: 588px;
    display: flex;
    align-items: center;
    padding-top: 90px;
    box-sizing: border-box;
    padding-left: 201px;
}
#banner .esquerda .mask_img {
    width: 358px;
    height: 386px;
    margin-right: -179px;
}
#pag_como_apoiar #banner .direita {
    background: url(../imagens/banner.jpg) center no-repeat;
    background-size: cover;
    height: 588px;
    padding-left: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 90px;
    box-sizing: border-box;
}
#pag_como_apoiar #banner h2 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 55px;
    line-height: 80px;
    color: #ffffff;
}
#pag_como_apoiar #banner h2 small {
    font-size: 50px;
}
#pag_como_apoiar #banner h2 .verde {
    color: #93d500;
    text-transform: uppercase;
}
#pag_como_apoiar #banner h2 .azul {
    font-size: 65px;
    color: #00a7e1;
    text-transform: uppercase;
}
#conteudo_apoiar .centro {
    max-width: 1640px;
}
#conteudo_apoiar .top {
    padding: 50px 0;
}
#conteudo_apoiar .top p {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 38px;
    color: #0c2a4a;
    text-align: center;
}
#conteudo_apoiar .top p .rosa {
    color: #d40054;
}
#conteudo_apoiar .bottom {
    max-width: 1640px;
    display: grid;
    grid-template-columns: 730px 1fr;
    column-gap: 42px;
    padding-bottom: 80px;
}
#conteudo_apoiar .mask_img {
    background-color: #002856;
    border-radius: 18px;
}
#conteudo_apoiar article {
    background: #002856 url(../imagens/icon_quem_somos.png) right bottom no-repeat;
    border-radius: 18px;
    padding: 55px 65px;
}
#conteudo_apoiar h2 {
    font-weight: 700;
    font-size: 45px;
    color: #93d500;
}
#conteudo_apoiar .bottom p {
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #ffffff;
    max-width: 440px;
    margin-top: 22px;
}
#conteudo_apoiar .bottom p strong {
    font-weight: 700;
}
#conteudo_apoiar .bottom p small {
    font-size: 18px;
}
#conteudo_apoiar .bt_padrao {
    background: #002856 url(../imagens/icon_whats2.png) center right 19px no-repeat;
    background-size: 20px !important;
    padding-right: 51px;
}
#conteudo_projeto_social .centro,
#conteudo_categorias_base .centro {
    max-width: 1480px;
    display: grid;
    grid-template-columns: 1fr 730px;
    column-gap: 93px;
    align-items: center;
    padding-top: 54px;
    padding-bottom: 63px;
}
#conteudo_projeto_social .esquerda p,
#conteudo_categorias_base .esquerda p {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #2c2c2c;
}
#conteudo_projeto_social .esquerda p b,
#conteudo_categorias_base .esquerda p b,
#conteudo_categorias_base .esquerda p strong,
#conteudo_projeto_social .esquerda p strong {
    font-weight: 600;
}
#conteudo_projeto_social .direita,
#conteudo_categorias_base .direita {
    background-color: #002856;
    border-radius: 18px;
    padding: 0 65px;
    padding-top: 47px;
    padding-bottom: 60px;
}
#conteudo_projeto_social .direita h2,
#conteudo_categorias_base .direita h2 {
    font-weight: 700;
    font-size: 45px;
    color: #93d500;
}
#conteudo_projeto_social .direita ul,
#conteudo_categorias_base .direita ul {
    display: flex;
    flex-direction: column;
    row-gap: 27px;
    margin-top: 25px;
}
#conteudo_projeto_social .direita ul li,
#conteudo_categorias_base .direita ul li {
    display: grid;
    grid-template-columns: 45px 1fr;
}
#conteudo_projeto_social .direita span,
#conteudo_categorias_base .direita span {
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
}
#conteudo_projeto_social .direita p,
#conteudo_categorias_base .direita p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
}
#horarios .centro {
    max-width: 1480px;
    padding-bottom: 63px;
}
#horarios h2 {
    font-weight: 700;
    font-size: 44px;
    color: #0c2a4a;
    text-align: center;
}
#horarios ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
#horarios ul li {
    background-color: #f9f9f9;
    border-radius: 18px;
    padding: 30px 20px;
    width: 280px;
    box-sizing: border-box;
}
#horarios ul h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #0c2a4a;
    text-align: center;
    /*margin-bottom: -10px;*/
}
#horarios ul h4,
#horarios ul p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #0c2a4a;
    text-align: center;
    margin-top: 14px;
}
#horarios ul h4 {
    text-transform: uppercase;
    margin-top: 26px;
}
#galeria .centro {
    background-color: #d40054;
    max-width: 1480px;
    border-radius: 18px;
    padding: 39px;
    box-sizing: border-box;
    margin-bottom: 60px;
}
#galeria h2 {
    font-weight: 700;
    font-size: 50px;
    color: #ffffff;
    text-align: center;
}
.listagem_imagens {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 43px;
}
.listagem_imagens .mask_img {
    width: 100%;
    height: 254px;
    border-radius: 18px;
}
#conteudo_apoiar .top p.menor,
#conteudo_apoiar .mais_infos p,
#conteudo_apoiar .mais_infos h3 {
    font-family: "Cabin", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
}
#conteudo_apoiar h2 {
    font-size: 36px;
}
#conteudo_apoiar .bottom p {
    max-width: unset;
}
#conteudo_apoiar .bottom p b {
    font-size: 22px;
}
#conteudo_apoiar .bottom2 {
    grid-template-columns: 1fr 730px;
}
#conteudo_apoiar .mais_infos {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
    margin-top: -20px;
}
#conteudo_apoiar .mais_infos p,
#conteudo_apoiar .mais_infos h3 {
    color: #2c2c2c;
}
:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px #00a7e1;
}
header nav a:focus-visible,
footer .top a:focus-visible {
    box-shadow: 0 0 0 3px #93d500;
}