/* Helvetica Neue Light */
@font-face {
    font-family: 'HelveticaNeue';
    src: url('HelveticaNeueLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Helvetica Neue Bold */
@font-face {
    font-family: 'HelveticaNeue';
    src: url('HelveticaNeueBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
    color: #001348;
}

.font_azul_escuro {color: #001348;}
.font_branco {color: #ffffff;}
.font_azul {color:#1446C3}

body {
    font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 17px;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    z-index: 0;
}

input {
    cursor: pointer;
}
a {
    color: #1446C3;
    text-decoration: none;
}
h1, h3 {
    font-size: 2.2rem;
    color: #1446C3;
}
p {
    color: #001348;
}






/* Preloader */
    #preloader {
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background-color: #1446C3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        text-align: center;
        padding: 0rem;
    }

    #preloader p {
        color: #fff;
        font-size: 1.2rem;
        margin-top: 1rem;
        max-width: 350px;
    }

    .loader-icon {
        width: 60px;
        height: 60px;
        border: 6px solid #f3f3f3;
        border-top: 6px solid #FAF005;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    #alerta_cookie {
        display: none;
        position: fixed;
        bottom: 0px;
        left: 0px;
        background: #001348;
        padding: 15px;
        border-radius: 0;
    }





.botao_azul {
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #1446C3;
    border-radius: 5px;
    color: #1446C3;
    margin-left: 5px;
    margin-right: 5px;
}
.botao_azul:hover {
    background-color: #ededed;
}


.botao_amarelo {
    height: 21px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    background-color: #faf005;
    border: 0px;
    border-radius: 5px;
    color: #1446C3;
    margin-left: 5px;
    margin-right: 5px;
}
.botao_amarelo:hover {
    background-color: #ebe207;
}



.botao_input_azul {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #1446C3;
    border-radius: 5px;
    color: #1446C3;
    font-size: 17px;
    margin-left: 5px;
    margin-right: 5px;
}
.botao_input_azul:hover {
    background-color: #ededed;
}


.botao_input_amarelo {
    height: 41px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    background-color: #faf005;
    border: 0px;
    border-radius: 5px;
    color: #1446C3;
    font-size: 17px;
    margin-left: 5px;
    margin-right: 5px;
}
.botao_input_amarelo:hover {
    background-color: #ebe207;
}



strong,
b {
    font-weight: 700;
}

.botao_amarelo {
    background-color: #FAF005;
    border-radius: 5px;
    border: 0px;
    text-align: center;
}
.botao_amarelo a{
    color: #1446C3;
    text-decoration: none;
}



.dente_azul{
	width: 100%;
    height: 24px;
    background-image: url(img/dente_azul.png);
    background-size: 23px;
    background-repeat: repeat-x;
    background-position: center;
}
.dente_branco{
	width: 100%;
    height: 24px;
    background-image: url(img/dente_branco.png);
    background-size: 23px;
    background-repeat: repeat-x;
    background-position: center;
}
.dente_amarelo{
	width: 100%;
    height: 24px;
    background-image: url(img/dente_amarelo.png);
    background-size: 23px;
    background-repeat: repeat-x;
    background-position: center;
}
.dente_cinza{
	width: 100%;
    height: 24px;
    background-image: url(img/dente_cinza.png);
    background-size: 23px;
    background-repeat: repeat-x;
    background-position: center;
}






.icone_cabecalho{
    width: 100%;
    height: 42px;
    position: relative;
    z-index: 3;
}
.icone_cabecalho .icone_blocos{
  width: 82px;
  height: 82px;
  border-radius: 40px;
  margin: 0px auto;
  margin-top:-54px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -82px;
}
.icone_cabecalho .linha{
    width: 100%;
    height: 40px;
    margin-top: -13px;
}
.background_azul {background-color: #1446c3;}
.background_branco {background-color: #ffffff;}
.background_cinza {background-color: #F6F4F0;}
.background_amarelo {background-color: #FAF005;}

.icone_bolinha_oprograma{
    background-image: url(img/o_programa_branco.png);
}
.icone_bolinha_comoevoluir{
    background-image: url(img/como_evoluir_azul.png);
}
.icone_bolinha_marcasdomes{
    background-image: url(img/marcas_do_mes_azul.png);
}
.icone_bolinha_mestresreconhecidos{
    background-image: url(img/mestres_reconhecidos_branco.png);
}
.icone_bolinha_jornada{
    background-image: url(img/icon_progresso_azul.png);
}
.icone_bolinha_premio{
    background-image: url(img/premio_azul.png);
}
.icone_bolinha_eventos{
    background-image: url(img/icone_eventos_azul.png);
}
.icone_bolinha_youtube{
    background-image: url(img/icone_youtube_azul.png);
}
.icone_bolinha_alvo{
    background-image: url(img/icone_alvo_azul.png);
}
.icone_bolinha_integracao{
    background-image: url(img/icone_integracao.png);
}
.icone_bolinha_coins{
    background-image: url(img/icone_coins_branco.png);
}
.icone_bolinha_coins2{
    background-image: url(img/icone_coins_azul.png);
}
.icone_bolinha_ecosistema{
    background-image: url(img/icone_ecosistema_azul.png);
}
.icone_bolinha_periodo{
    background-image: url(img/icone_periodo_branco.png);
}
.icone_bolinha_mestres_destaque{
    background-image: url(img/icone_destaques_azul.png);
}
.icone_bolinha_sorteio{
    background-image: url(img/icone_sorteio_azul.png);
}
.icone_bolinha_jornada_destaque{
    background-image: url(img/icone_jornada_branca.png);
}
.icone_bolinha_regulamento{
    background-image: url(img/icone_regulamento_azul.png);
}





.voltar_ao_topo_botao{
position:fixed;
bottom:95px; /* fica acima do botão do whatsapp */
right:25px;

width:42px;
height:42px;

display:flex;
align-items:center;
justify-content:center;

border-radius:50%;
background:#ffffff;

box-shadow:0 3px 10px rgba(0,0,0,0.25);

opacity:0;
visibility:hidden;
transform:translateY(10px);

transition:all .35s ease;

z-index:9999;
}

.voltar_ao_topo_botao.ativo{
opacity:1;
visibility:visible;
transform:translateY(0);
}

.voltar_ao_topo_img{
width:55%;
height:55%;
object-fit:contain;
}



.chamar_whatsapp_botao{
position:fixed;
bottom:20px;
right:20px;

width:60px;
height:60px;

display:flex;
align-items:center;
justify-content:center;

border-radius:50%;
background:#25d366;

box-shadow:0 4px 12px rgba(0,0,0,0.3);

z-index:9999;

animation:chamar_whatsapp_balanco 8s infinite;
}

.chamar_whatsapp_img{
width:60%;
height:60%;
object-fit:contain;
}

/* animação discreta */

@keyframes chamar_whatsapp_balanco{

0%{ transform:rotate(0deg); }

2%{ transform:rotate(-10deg); }
4%{ transform:rotate(10deg); }
6%{ transform:rotate(-10deg); }
8%{ transform:rotate(10deg); }
10%{ transform:rotate(0deg); }

100%{ transform:rotate(0deg); }

}









































/*
<!-- Header -->
// #     #  ######  #     #  #     #
// ##   ##  #       ##    #  #     #
// # # # #  #       # #   #  #     #
// #  #  #  #####   #  #  #  #     #
// #     #  #       #   # #  #     #
// #     #  #       #    ##  #     #
// #     #  ######  #     #   ####
*/
.menu_azul{
    width: 100%;
    height: 70px;
    background-color: #1446C3;
}
.menu_amarelo{
    width: 100%;
    height: 70px;
    background-color: #FAF005;
}
.hamburguer {
    display: none;
}
.hamburguer .menu_ham {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    float: inline-end;
    margin-right: 10px;
}

.hamburguer .menu_ham span {
    display: block;
    height: 4px;
    width: 100%;
    background: #1446C3;
    border-radius: 2px;
    position: absolute;
    transition: 0.3s;
}

/* posição das linhas */
.hamburguer .menu_ham span:nth-child(1) {
    top: 8px;
}
.hamburguer .menu_ham span:nth-child(2) {
    top: 24px;
}
.hamburguer .menu_ham span:nth-child(3) {
    top: 40px;
}

/* estado aberto */
.hamburguer .menu_ham.menu_aberto span:nth-child(1) {
    transform: rotate(45deg);
    top: 25px;
}
.hamburguer .menu_ham.menu_aberto span:nth-child(2) {
    opacity: 0;
}
.hamburguer .menu_ham.menu_aberto span:nth-child(3) {
    transform: rotate(-45deg);
    top: 25px;
}

.menu_azul_container{
    max-width:1060px;
    padding: 10px;
    height: 50px;
    margin: 0px auto;
}
.menu_amarelo_container{
    max-width:1060px;
    padding: 10px;
    height: 50px;
    margin: 0px auto;
}
.menu_amarelo_container .ativo {
    border-bottom: 2px solid #1446C3;
    padding-bottom: 8px;
}

.menu_logo {
    width: 230px;
    height: auto;
    float: left;
    position:absolute;
}
.menu_login {
    width: 245px;
    height: auto;
    float: right;
    margin-top:15px;
}

.menu_links {
    height: 50px;
    float: left;
}
.menu_amarelo_container .largura_home {
    width:12%;
}
.menu_amarelo_container .largura_oprograma {
    width:16.6%;
}
.menu_amarelo_container .largura_comoevoluir {
    width:17.6%;
}
.menu_amarelo_container .largura_marcasdomes {
    width:19.6%;
}
.menu_amarelo_container .largura_destaques {
    width:16.6%;
}
.menu_amarelo_container .largura_regulamento{
    width:17.6%;
}
.menu_links .icone {
    max-width: 40px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    float: left;
}
.menu_links .icone img{
    max-width: 98%;
    height: auto;
}
.menu_links .texto {
    width: auto;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
}

/* Tablet */
@media (max-width: 900px) {
    .menu_links .icone {
        max-width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        margin: 0px auto;
        float: none;
    }
    .menu_links .texto {
        width: auto;
        height: 29px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }
}
/* Mobile */
@media (max-width: 650px) {
    .hamburguer {
        display:table;
    }
    .hamburguer_menu{
        display:none;
    }
    .menu_login {
        width: 132px;
        height: auto;
        float: right;
        margin-top:15px;
    }
    .menu_login .faca_parte {
        display:none;
    }
    .menu_amarelo_container .ativo {
        border-bottom: 2px solid #1446C3;
        padding-bottom: 0px;
    }
    .menu_amarelo{
        width: 100%;
        height: 330px;
        background-color: #FAF005;
    }
    .menu_links {
        height: 50px;
        float: none;
    }
    .menu_amarelo_container .largura_home {
        width:85%;
        margin-left:5%;
    }
    .menu_amarelo_container .largura_oprograma {
        width:85%;
        margin-left:5%;
    }
    .menu_amarelo_container .largura_comoevoluir {
        width:85%;
        margin-left:5%;
    }
    .menu_amarelo_container .largura_marcasdomes {
        width:85%;
        margin-left:5%;
    }
    .menu_amarelo_container .largura_destaques {
        width:85%;
        margin-left:5%;
    }
    .menu_amarelo_container .largura_regulamento{
        width:85%;
        margin-left:5%;
    }
    .menu_links .icone {
        max-width: 40px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        float: left;
    }
    .menu_links .texto {
        width: auto;
        height: 50px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 10px;
    }
}



.bloco_padrao {
  width: 100%;
  display: flex;
  text-align: center;
  padding-bottom: 60px;
}

.bloco_padrao_container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0px 16px;
}
.bloco_padrao_grid {
  width: 100%;
}
.bloco_padrao_grid .subtitulo {
  font-size: 2.2rem;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: block;
  color: #1446C3;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
unicode-bidi: isolate;
}

























/*
// ######  #         ####    ####     #
// #     # #        #    #  #    #   ##
// #     # #        #    #  #         #
// ######  #        #    #  #         #
// #     # #        #    #  #         #
// #     # #        #    #  #    #    #
// ######  ######    ####    ####   ###
*/

.bloco_inicial {
  box-sizing: border-box;
  width: 100%;
}
.bloco_inicial_container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0px 16px;
  box-sizing: border-box;
}
.bloco_inicial_grid {
  display: flex;
  gap: 24px;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
.bloco_col {
    flex: 1 1 50%;
    min-width: 0;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
}
.bloco_col-1 .col_inner {
  display: flex;
  flex-direction: column;
  justify-content: center; 
  gap: 16px;
  padding: 8px;
}
.bloco_col-2 .col_imagewrap {
  display: flex;
  align-items: flex-end; 
  justify-content: center;
  padding: 8px;
}
.bloco_imagem {
  display: block;
  width: clamp(180px, 40vw, 520px); 
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.bloco_titulo {
  margin: 0;
  line-height: 1.1;
}
.bloco_descricao {
  margin: 0;
  line-height: 1.4;
  max-width: 40rem;
}
.bloco_botoes {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (min-width: 1080px) {
    .bloco_inicial_container {
        min-height: 80vh; 
        display: flex;
        align-items: stretch;
    }
}
@media (min-width: 650px) and (max-width: 1079px) {
    .bloco_inicial_container {
        min-height: 60vh; 
        display: flex;
        align-items: stretch;
    }
}
@media (max-width: 649px) {
    .bloco_inicial_container {
        padding: 0px 12px;
    }
}
@media (min-width: 651px) {
  .bloco_inicial_grid {
    flex: 1 1 auto;
    align-items: stretch;
  }
  .bloco_col-1 .col_inner {
    padding: 20px;
  }
  .bloco_col-2 .col_imagewrap {
    padding: 0px;
  }
}
@media (max-width: 650px) {
  .bloco_inicial_grid {
    flex-direction: column;
    gap: 18px;
    margin-top:35px;
  }
  .bloco_col-2 {
    order: 1;
  }

  .bloco_col-1 .col_inner,
  .bloco_col-2 .col_imagewrap {
    padding: 6px;
    justify-content: center;
    align-items: center;
    padding-bottom:0px;
  }
  .bloco_imagem {
    width: clamp(140px, 60vw, 420px);
  }
}
.bloco_col .col_inner,
.bloco_col .col_imagewrap {
  box-sizing: border-box;
}























/* 
// ######   ######   ######   ######   ######     ###   #     #    ###
// #     #  #    #   #    #   #        #    #    #   #  ##   ##   #   #
// #     #  #    #   #    #   #        #    #   #     # # # # #  #     #
// ######   ######   #    #   #  ####  ######   ####### #  #  #  #######
// #        #   #    #    #   #    #   #  #     #     # #     #  #     #
// #        #    #   #    #   #    #   #   #    #     # #     #  #     #
// #        #     #  ######   ######   #    #   #     # #     #  #     #
*/
.bloco_oprograma {
  width: 100%;
  background-color: #1446c3;
  display: flex;
  text-align: center;
  background-image: url(img/fundo_background_comofunciona.png);
  background-repeat: no-repeat;
  background-position:bottom;
  padding-bottom: 60px;
}

.bloco_oprograma_container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0px 16px;
}
.bloco_oprograma_grid {
  width: 100%;
  color: #ffffff;
}
.bloco_oprograma_grid .subtitulo {
  font-size: 2.2rem;
  color: #ffffff;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
unicode-bidi: isolate;
}
.bloco_oprograma_grid .atributos {
    max-width: 550px;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.bloco_oprograma_grid .atributos .col {
    display: flex;
    align-items: center;
}
.bloco_oprograma_grid .barra_como_funciona{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.bloco_oprograma_grid .barra_como_funciona .col{
    max-width: 210px;
}
.bloco_oprograma_grid .barra_como_funciona .barra_1{
    width: 90%;
    height: 8px;
    background-color: #FAF005;
    border-radius: 4px;
    margin: 0px auto;
}
.bloco_oprograma_grid .barra_como_funciona_img{
    display:none;
}




@media (max-width: 650px) {
    .bloco_oprograma_grid .barra_como_funciona{
        display: none;
    }
    .bloco_oprograma_grid .barra_como_funciona_img{
        display: table;
        margin: 0px auto;
        margin-bottom:20px;
    }
    .bloco_oprograma_grid .atributos {
        max-width: 100%;
        margin: 0px auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        justify-items: center;
    }
    
}






























/*
// ######  #     #   ####    #       #    #   #   ####
// #       #     #  #    #   #       #    #   #  #    #
// #       #     #  #    #   #       #    #   #  #    #
// #####   #     #  #    #   #       #    #   #  #####
// #        #   #   #    #   #       #    #   #  #    #
// #         # #    #    #   #       #    #   #  #    #
// ######     #      ####    ######   ####    #  #    #
*/
@media (min-width: 1000px) {
    .bloco_padrao_grid .grafico_comoevoluir {
        width: 1080px;
        height: auto;
        margin: 0px auto;
    }
    .bloco_padrao_grid .grafico_comoevoluir .niveis{
        width: 100%;
        height: 555px;
        background-image: url(img/grafico_comoevoluir.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
    }
    .bloco_padrao_grid .grafico_comoevoluir .niveis .col .img_col_1{
        margin-top:180px;
    }
    .bloco_padrao_grid .grafico_comoevoluir .niveis .col .img_col_2{
        margin-top:130px;
    }
    .bloco_padrao_grid .grafico_comoevoluir .niveis .col .img_col_3{
        margin-top:66px;
    }
    .bloco_padrao_grid .grafico_comoevoluir .niveis .col .img_col_4{
        margin-top:0px;
    }

}
@media (min-width: 650px) and (max-width: 999px) {
    .bloco_padrao_grid .grafico_comoevoluir {
        width: 649px;
        height: auto;
        margin: 0px auto;
    }
    .bloco_padrao_grid .grafico_comoevoluir .niveis{
        width: 100%;
        height: 355px;
        background-image: url(img/grafico_comoevoluir.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
    }
    .bloco_padrao_grid .grafico_comoevoluir .niveis .col .img_col_1{
        margin-top:110px;
    }
    .bloco_padrao_grid .grafico_comoevoluir .niveis .col .img_col_2{
        margin-top:80px;
    }
    .bloco_padrao_grid .grafico_comoevoluir .niveis .col .img_col_3{
        margin-top:40px;
    }
    .bloco_padrao_grid .grafico_comoevoluir .niveis .col .img_col_4{
        margin-top:0px;
    }
    
}
@media (max-width: 649px) {
    .bloco_padrao_grid .grafico_comoevoluir {
        width: 350px;
        height: auto;
        margin: 0px auto;
    }
    .bloco_padrao_grid .grafico_comoevoluir .niveis{
        width: 100%;
        height: 240px;
        background-image: url(img/grafico_comoevoluir.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
    }
    .bloco_padrao_grid .grafico_comoevoluir .niveis .col .img_col_1{
        margin-top:60px;
    }
    .bloco_padrao_grid .grafico_comoevoluir .niveis .col .img_col_2{
        margin-top:45px;
    }
    .bloco_padrao_grid .grafico_comoevoluir .niveis .col .img_col_3{
        margin-top:25px;
    }
    .bloco_padrao_grid .grafico_comoevoluir .niveis .col .img_col_4{
        margin-top:0px;
    }
}

.bloco_padrao_grid .grafico_comoevoluir .pontos_por_nivel {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-around;
        margin-top:20px;
    }
    .bloco_padrao_grid .grafico_comoevoluir .pontos_por_nivel .col{
        max-width: 110px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }


.bloco_padrao_grid .grafico_comoevoluir .niveis .col{
    width: 25%;
    height: auto;
    float: left;
    text-align: center;
}
.bloco_padrao_grid .grafico_comoevoluir .niveis .col b{
    font-size: 1.3em;
    color:#1446C3;
}
.bloco_padrao_grid .grafico_comoevoluir .niveis .col p{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-top: 0px;
}
.bloco_padrao_grid .grafico_comoevoluir .pontos_por_nivel .col p{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-top: 0px;
}
.bloco_padrao_grid .grafico_comoevoluir .pontos_por_nivel .col b{
    font-size: 3.3em;
    color:#1446C3;
}
@media (max-width: 649px) {
.bloco_padrao_grid .grafico_comoevoluir .pontos_por_nivel .col b{
    font-size: 2.3em;
    color:#1446C3;
}
.bloco_padrao_grid .grafico_comoevoluir .niveis .col b{
    font-size: 1em;
    color:#1446C3;
}
}
































/*
<!--
// #     #   ####   #####    ####    ####    ####
// ##   ##  #    #  #    #  #    #  #    #  #
// # # # #  #    #  #    #  #       #    #   ####
// #  #  #  ######  #####   #       ######       #
// #     #  #    #  #  #    #       #    #       #
// #     #  #    #  #   #   #    #  #    #  #    #
// #     #  #    #  #    #   ####   #    #   ####
-->
*/
.tabela_de_valor_secao{
width:100%;
display:flex;
justify-content:left;
padding:20px 16px;
box-sizing:border-box;
}

.tabela_de_valor_container{
width:100%;
max-width:1080px;
box-sizing:border-box;
}

.tabela_de_valor_linha{
display:grid;
grid-template-columns:140px 1fr 1fr 1fr;
align-items:center;
padding:18px 10px;
}

.tabela_de_valor_coluna{
padding:6px 14px;
box-sizing:border-box;
}

.tabela_de_valor_coluna b{
margin-bottom:6px;
}

.tabela_de_valor_coluna p{
margin:0;
}

.tabela_de_valor_coluna + .tabela_de_valor_coluna{
text-align: left;
border-left:1px solid rgba(0,0,0,0.08);
}

.tabela_de_valor_coluna_imagem{
display:flex;
justify-content:center;
align-items:center;
}

.tabela_de_valor_coluna_imagem img{
width:clamp(70px,8vw,120px);
height:auto;
}

/* RESPONSIVO */

@media (max-width:650px){

.tabela_de_valor_linha{
grid-template-columns:1fr;
text-align:center;
gap:10px;
padding:16px 8px;
}

.tabela_de_valor_coluna + .tabela_de_valor_coluna{
border-left:none;
text-align: center;
}

.tabela_de_valor_coluna_imagem img{
width:clamp(90px,30vw,150px);
}

}











/*
<!--
// #####  #      #####  ######   ######     #   #  #####  #####  ###### ######
// #      #        #    #     #  #          #   #    #    #   #  #      #    #
// #####  #        #    #     #  ####       #   #    #    #   #  ####   #    #
//     #  #        #    #     #  #           # #     #    #   #  #      #    #
// #####  #####  #####  ######   ######       #    #####  #####  ###### ######
-->
*/
.slide_marcas_video_secao{
width:100%;
display:flex;
justify-content:center;
padding:20px;
box-sizing:border-box;
}

.slide_marcas_video_container{
max-width:1080px;
width:100%;
display:grid;
grid-template-columns:80px 1fr 80px;
align-items:center;
gap:10px;
}

.slide_marcas_video_btn_nav {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.slide_marcas_video_btn_nav img {
    display: block;
    width: auto;
    height: auto;
}

.slide_marcas_video_nav_esquerda,
.slide_marcas_video_nav_direita{
display:flex;
align-items:center;
height:100%;
}

.slide_marcas_video_nav_esquerda{
justify-content:flex-start;
}

.slide_marcas_video_nav_direita{
justify-content:flex-end;
}

.slide_marcas_video_nav_esquerda img,
.slide_marcas_video_nav_direita img{
cursor:pointer;
}

.slide_marcas_video_area{
position:relative;
min-height:520px; /* evita pulo de altura */
}

.slide_marcas_video_slide{
position:absolute;
top:0;
left:0;
width:100%;

opacity:0;
visibility:hidden;

transition:opacity 0.4s ease;

text-align: left;
max-width: 800px;
}

.slide_marcas_video_slide.ativo{
opacity:1;
visibility:visible;
position:relative;
}

.slide_marcas_video_imagem_topo{
width:100%;
height:100px;
display:flex;
align-items:center;
justify-content:center;
}

.slide_marcas_video_imagem_topo img{
max-height:100%;
max-width:100%;
}
.slide_marcas_video_player{
max-width:800px;
margin:0px auto;
}
.slide_marcas_video_player iframe{
width:100%;
height:450px;
}
@media(max-width:650px){
.slide_marcas_video_player iframe{
width:100%;
height:250px;
}
}

.slide_marcas_video_slide h3{
font-size: 1.2em;
}

.slide_marcas_video_botao{
display:flex;
justify-content:center;
margin-top:10px;
}

@media(max-width:650px){

.slide_marcas_video_area{
min-height:350px;
}

.slide_marcas_video_nav_esquerda,
.slide_marcas_video_nav_direita{
justify-content:center;
width: 21px;
}

.slide_marcas_video_slide .botoes a{
    display: block;
    height: auto;
}

.slide_marcas_video_secao{
    width:100%;
    display:flex;
    justify-content:center;
    padding:0px;
    box-sizing:border-box;
}

.slide_marcas_video_container{
    max-width:1080px;
    width:100%;
    display:grid;
    grid-template-columns:21px 1fr 21px;
    align-items:center;
    gap:10px;
}

}

.slide_marcas_video_btn_nav:disabled{
    opacity:0.3;
    cursor:default;
    pointer-events:none;
}











/* 
// #####  #      #####  ######   ######    #####  #####   ####  #####   #   #
// #      #        #    #     #  #         #   #  #   #  #    # #    #  #   #
// #####  #        #    #     #  ####      #####  #####  #    # #    #  #   #
//     #  #        #    #     #  #         #      #  #   #    # #    #  #   #
// #####  #####  #####  ######   ######    #      #   #   ####  #####    ###
*/
.slide_de_produtos_secao{
  width:100%;
  display:flex;
  justify-content:center;
  padding:20px 16px;
  box-sizing:border-box;
}

.slide_de_produtos_container{
  max-width:1080px;
  width:100%;
  display:grid;
  grid-template-columns:80px 1fr 80px;
  gap:12px;
  align-items:center;
  box-sizing:border-box;
}

/* NAV buttons (imagem no tamanho real) */
.slide_de_produtos_btn_nav{
  background:none;
  border:0;
  padding:0;
  margin:0;
  cursor:pointer;
}
.slide_de_produtos_btn_nav img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
}

.slide_de_produtos_nav_left { display:flex; justify-content:flex-start; align-items:center; }
.slide_de_produtos_nav_right { display:flex; justify-content:flex-end; align-items:center; }

.slide_de_produtos_middle { box-sizing:border-box; }

.slide_de_produtos_slides {
  position:relative;
  width:100%;
  box-sizing:border-box;
  min-height:520px;
}

.slide_de_produtos_slide{
position:absolute;
top:0;
left:0;
width:100%;

opacity:0;
visibility:hidden;

transition: opacity 0.45s ease;
}

.slide_de_produtos_slide.slide_de_produtos_slide_visivel{
opacity:1;
visibility:visible;
position:relative;
}

.slide_de_produtos_products{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  justify-content:center;
  gap:18px;
  align-items:start;
}
.slide_de_produtos_item{
  max-width:230px; 
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center; 
  box-sizing:border-box;
  margin:0 auto;
  padding:6px;
}
.slide_de_produtos_topicon{
  display:flex;
  align-items:center;
  justify-content:center;
  height:75px;
  margin-bottom:8px;
}
.slide_de_produtos_topicon img{
    width: 100%;
    display: block;
    overflow: hidden;
}
.slide_de_produtos_bigimg{
  max-width:230px;
  max-height:230px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  margin-bottom:10px;
}
.slide_de_produtos_bigimg img{
    width: 100%;
    display: block;
    overflow: hidden;
}

.slide_de_produtos_title{
  margin:0 0 8px;
  text-align:center;
  font-size:1.05rem;
}

.slide_de_produtos_text{
  margin:0 0 12px;
  text-align:left;
  width:100%;
  box-sizing:border-box;
}

.slide_de_produtos_cta{
  width:100%;
  display:flex;
  justify-content:center;
}
.slide_de_produtos_cta button{
  padding:8px 14px;
  cursor:pointer;
}

.slide_de_produtos_btn_nav[disabled]{
  opacity:0.35;
  pointer-events:none;
}
@media (max-width:650px){

  .slide_de_produtos_container{
    grid-template-columns: 1fr; 
  }

  .slide_de_produtos_nav { justify-content:center; }


  .slide_de_produtos_nav_left,
  .slide_de_produtos_nav_right {
    display:none; 
    justify-content:center;
  }
  .slide_de_produtos_slides,
  .slide_de_produtos_slide{
    position:static;
    opacity:1 !important;
    visibility:visible !important;
    transition: none;
    width:100%;
    padding:10px 6px;
  }
  .slide_de_produtos_products{
    display:flex;
    flex-direction:column;
    gap:18px;
    align-items:center;
  }
  .slide_de_produtos_item{
    max-width:520px;
    width:100%;
    padding:8px;
    text-align: center;
  }

  .slide_de_produtos_bigimg{
    width:70%;
    height:auto;
    aspect-ratio: 1/1;
  }
  .slide_de_produtos_bigimg img{
    width:100%;
    height:100%;
    object-fit:cover;
  }


  .slide_de_produtos_text{ text-align:center; padding:0 8px; }


  .slide_de_produtos_slides { min-height: auto; }
}

 .slide_de_produtos_item .botoes a{
    display: block;
    height: auto;
  }












/*
// #####  #      #####  ######   ######   #   #  #####  #   #   ####
// #      #        #    #     #  #        ##  #  #      #   #  #
// #####  #        #    #     #  ####     # # #  ####   # # #   ###
//     #  #        #    #     #  #        #  ##  #      ## ##      #
// #####  #####  #####  ######   ######   #   #  #####  #   #  ####
*/

.slide_marcas_news_secao{
width:100%;
display:flex;
justify-content:center;
padding:20px;
box-sizing:border-box;
}

.slide_marcas_news_container{
max-width:1080px;
width:100%;
display:grid;
grid-template-columns:80px 1fr 80px;
align-items:center;
gap:10px;
}

.slide_marcas_news_btn_nav {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.slide_marcas_news_btn_nav img {
    display: block;
    width: auto;
    height: auto;
}

.slide_marcas_news_nav_esquerda,
.slide_marcas_news_nav_direita{
display:flex;
align-items:center;
height:100%;
}

.slide_marcas_news_nav_esquerda{
justify-content:flex-start;
}

.slide_marcas_news_nav_direita{
justify-content:flex-end;
}

.slide_marcas_news_nav_esquerda img,
.slide_marcas_news_nav_direita img{
cursor:pointer;
}

.slide_marcas_news_area{
position:relative;
min-height:520px; /* evita pulo de altura */
}

.slide_marcas_news_slide{
position:absolute;
top:0;
left:0;
width:100%;

opacity:0;
visibility:hidden;

transition:opacity 0.4s ease;

text-align: left;
max-width: 800px;
}

.slide_marcas_news_slide.ativo_news{
opacity:1;
visibility:visible;
position:relative;
}

.slide_marcas_news_imagem_topo{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.slide_marcas_news_imagem_topo2{
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
}
.slide_marcas_news_imagem_topo2 img{
max-height:100%;
max-width:100%;
}

.slide_marcas_news_imagem_topo img{
max-height:100%;
max-width:25%;
}
.slide_marcas_news_linha{
    max-width: 75%;
    height: 2px;
    border-bottom: 2px solid #1446C3;
    margin-top: -2px;
    margin-left: 25%;
    margin-bottom:20px;
}
.slide_marcas_news_player{
max-width:800px;
margin:0px auto;
}
.slide_marcas_news_player iframe{
width:100%;
height:450px;
}
@media(max-width:650px){
.slide_marcas_news_player iframe{
width:100%;
height:250px;
}
.slide_marcas_news_secao{
width:100%;
display:flex;
justify-content:center;
padding:0px;
box-sizing:border-box;
}
}

.slide_marcas_news_slide h3{
font-size: 1.2em;
}

.slide_marcas_news_botao{
display:flex;
justify-content:center;
margin-top:10px;
}

@media(max-width:650px){
.slide_marcas_news_imagem_topo img{
max-height:100%;
max-width:75%;
}
.slide_marcas_news_linha{
    max-width: 25%;
    height: 2px;
    border-bottom: 2px solid #1446C3;
    margin-top: -2px;
    margin-left: 75%;
    margin-bottom:20px;
}

.slide_marcas_news_area{
min-height:350px;
}

.slide_marcas_news_nav_esquerda,
.slide_marcas_news_nav_direita{
justify-content:center;
width: 21px;
}

.slide_marcas_news_slide .botoes a{
    display: block;
    height: auto;
}
.slide_marcas_news_imagem_topo2{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
}
.slide_marcas_news_container{
max-width:1080px;
width:100%;
display:grid;
grid-template-columns:21px 1fr 21px;
align-items:center;
gap:10px;
}
}

.slide_marcas_news_btn_nav:disabled{
opacity:0.3;
cursor:default;
pointer-events:none;
}






























/*
// #     #  ######   ####   ######  #####   ######   ####
// ##   ##  #       #         #     #    #  #       #
// # # # #  #       #         #     #    #  #       #
// #  #  #  #####    ####     #     #####   #####    ####
// #     #  #            #    #     #  #    #            #
// #     #  #            #    #     #   #   #            #
// #     #  ######  ####      #     #    #  ######   ####
*/
.oficina_destaque_container{
    max-width:1080px;
    width:100%;
    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(7, 1fr);
    gap:20px;

    justify-items:center;
    text-align:center;
}

.oficina_destaque_item img{
    width:120px;
    max-width:100%;
    height:auto;
    display:block;
    margin:0 auto;
}

.oficina_destaque_item p{
    margin-top:8px;
    color: #ffffff;
}

@media (max-width:650px){

.oficina_destaque_container{
    grid-template-columns:repeat(3, 1fr);
}

}




.oficina_info_card{
  max-width: 1080px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ffffff;   
  border-radius: 10px;         
  color: #ffffff;             
  background: transparent;     
  margin: 0 auto;
  font-family: inherit;
  margin-bottom:10px;
}


.oficina_info_inner{
  display: grid;
  grid-template-columns: 50px 1fr; 
  gap: 12px;
  align-items: start;
  box-sizing: border-box;
}

.oficina_info_col_left{
  display:flex;
  align-items: start;   
  justify-content: center;
  padding-top: 0px;
}
.oficina_info_avatar{
  width: 50px;
  height: 50px;
  object-fit: cover;
  display: block;
}
.oficina_info_col_right{
  box-sizing: border-box;
  width: 100%;
}
.oficina_info_title{
  margin: 0 0 8px 0;
  font-size: 1.2em;
  line-height: 1.2;
  color: #ffffff;
  text-align: left;
}
.oficina_info_threecols{
  display: grid;
  grid-template-columns: 30% 50% 18%;
  column-gap: 1%;
  align-items: start;
  box-sizing: border-box;
  margin-bottom: 8px;
  text-align: left;
}

.oficina_info_col_a,
.oficina_info_col_b,
.oficina_info_col_c{
  box-sizing: border-box;
}
.oficina_info_col_a_text,
.oficina_info_col_b_text{
  margin: 0;
  line-height: 1.3;
  color: #ffffff;
}
.oficina_info_col_c{
  text-align: center;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
.oficina_info_col_c_title{
  margin: 0 0 6px 0;
  font-weight: normal;
  color: #ffffff;
}
.oficina_info_col_c_img{
  display:block;
  max-width: 70px; 
  width: 100%;
  height: auto;
  object-fit: contain;
}

.oficina_info_foot{
    margin: 6px 0 0 0;
    font-size: 12px;
    line-height: 1.3;
    color: #ffffff;
    text-align: left;
}
@media (max-width: 650px){

  .oficina_info_threecols{
    grid-template-columns: 1fr; 
    column-gap: 0;
    row-gap: 8px;
  }

  .oficina_info_col_a,
  .oficina_info_col_b,
  .oficina_info_col_c{
    width: 100%;
    text-align: left; 
  }


  .oficina_info_col_c{
    align-items: flex-start; 
  }

  .oficina_info_avatar{
    width: min(50px, 14vw);
    height: auto;
  }

  .oficina_info_col_c {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
}
  .oficina_info_col_c img{
    display: none;
}


.oficina_info_inner{
  display: grid;
  grid-template-columns: 1fr; 
  gap: 12px;
  align-items: start;
  box-sizing: border-box;
}

}















/* 
// ####   #####  #####  ####  ###  #   #
// #   #  #      #   #  #  #   #   ## ##
// #   #  ####   #####  #  #   #   # # #
// #   #  #      #      #  #   #   #   #
// ####   #####  #      ####  ###  #   #
*/
.slide_de_depoimentos_secao{
  width:100%;
  display:flex;
  justify-content:center;
  padding:20px 16px;
  box-sizing:border-box;
}

.slide_de_depoimentos_container{
  max-width:1080px;
  width:100%;
  display:grid;
  grid-template-columns:80px 1fr 80px;
  gap:12px;
  align-items:center;
  box-sizing:border-box;
}
.slide_de_depoimentos_btn_nav{
  background:none;
  border:0;
  padding:0;
  margin:0;
  cursor:pointer;
}
.slide_de_depoimentos_btn_nav img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
}
.slide_de_depoimentos_nav_left { display:flex; justify-content:flex-start; align-items:center; }
.slide_de_depoimentos_nav_right { display:flex; justify-content:flex-end; align-items:center; }
.slide_de_depoimentos_middle { box-sizing:border-box; }

.slide_de_depoimentos_slides {
  position:relative;
  width:100%;
  box-sizing:border-box;
  min-height:400px; 
}

.slide_de_depoimentos_slide{
position:absolute;
top:0;
left:0;
width:100%;

opacity:0;
visibility:hidden;

transition: opacity 0.45s ease;
}

.slide_de_depoimentos_slide.slide_de_depoimentos_slide_visivel{
opacity:1;
visibility:visible;
position:relative;
}
.slide_de_depoimentos_products{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  justify-content:center;
  gap:18px;
  align-items:start;
}

.slide_de_depoimentos_item{
  max-width:230px; 
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center; 
  box-sizing:border-box;
  margin:0 auto;
  padding:6px;
}

.slide_de_depoimentos_bigimg{
  max-width:230px;
  height:215px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  margin-bottom:10px;
}
.slide_de_depoimentos_bigimg img{
    width: 100%;
    min-width: 150px;
    display: block;
    overflow: hidden;
}

.slide_de_depoimentos_title{
    margin: 0 0 8px;
    text-align: center;
    font-size: 1.05rem;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.slide_de_depoimentos_text{
  margin:0 0 12px;
  text-align:center;
  width:100%;
  box-sizing:border-box;
  color: #ffffff;
}

.slide_de_depoimentos_cta{
  width:100%;
  display:flex;
  justify-content:center;
}
.slide_de_depoimentos_cta button{
  padding:8px 14px;
  cursor:pointer;
}

.slide_de_depoimentos_btn_nav[disabled]{
  opacity:0.35;
  pointer-events:none;
}

.slide_de_depoimentos_item iframe {
    width: 100%;
    margin-top: -20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.slide_de_depoimentos_title img {
    position: relative;
    z-index:2;
}
@media (max-width:800px){

    .slide_de_depoimentos_item iframe {
    width: 100%;
    margin-top: -20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    height: 300px;
}

  .slide_de_depoimentos_container{
    grid-template-columns: 1fr; 
  }

  .slide_de_depoimentos_nav { justify-content:center; }

  .slide_de_depoimentos_nav_left,
  .slide_de_depoimentos_nav_right {
    display:none; 
    justify-content:center;
  }
  .slide_de_depoimentos_slides,
  .slide_de_depoimentos_slide{
    position:static;
    opacity:1 !important;
    visibility:visible !important;
    transition: none;
    width:100%;
    padding:10px 6px;
  }
  .slide_de_depoimentos_products{
    display:flex;
    flex-direction:column;
    gap:18px;
    align-items:center;
  }
  .slide_de_depoimentos_item{
    max-width:520px;
    width:100%;
    padding:8px;
    text-align: center;
  }
  .slide_de_depoimentos_bigimg{
    width:70%;
    height:auto;
    aspect-ratio: 1/1;
  }
  .slide_de_depoimentos_bigimg img{
    object-fit:cover;
  }
  .slide_de_depoimentos_text{ text-align:center; padding:0 8px; }
  .slide_de_depoimentos_slides { min-height: auto; }
}












/*
//   ###    ####   #####  #   #   ###   ####    ###
//    #    #    #  #   #  ##  #  #   #  #   #  #   #
//    #    #    #  #####  # # #  #####  #   #  #####
// #  #    #    #  #  #   #  ##  #   #  #   #  #   #
//  ##      ####   #   #  #   #  #   #  ####   #   #
*/
.barra_temporada_niveis{
  width:100%;
  padding:20px 16px;
  box-sizing:border-box;
}
.barra_temporada_niveis .barra{
  width:100%;
  height: 8px;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 5px;
}
.barra_temporada_niveis .barra .carregado{
  height: 8px;
  background-color:#FAF005;
}
.barra_temporada_niveis .temporada{
  width:50%;
  height: auto;
  float: left;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
}
.barra_temporada_niveis .tempo_restante{
  width:50%;
  height: auto;
  float: left;
  text-align: right;
  color: #ffffff;
}



.melhores_da_temporada_container{
  width:100%;
  max-width:1080px;
  margin:0 auto;
  padding:16px;
  box-sizing:border-box;
      margin-top: 20px;
    margin-bottom: 20px;
}

.melhores_da_temporada_grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 330px));
  justify-content:center; 
  gap:20px;
  align-items:start;
  box-sizing:border-box;
}

.melhores_da_temporada_card{
  width:100%;
  max-width:330px;       
  height:70px;           
  box-sizing:border-box;
  border:1px solid #ffffff; 
  border-radius:10px;       
  overflow:hidden;
  display:flex;
  background:transparent;
}
.melhores_da_temporada_left{
  width:70px;
  min-width:70px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  padding-left:5px;
  padding-right:5px;
}
.melhores_da_temporada_img{
  width:60px;
  height:60px;
  max-width:100%;
  max-height:100%;
  object-fit:cover;
  display:block;
  border-radius:6px;
}

.melhores_da_temporada_right{
  flex:1 1 auto;
  display:flex;
  align-items:center; 
  padding-right:10px;
  box-sizing:border-box;
}
.melhores_da_temporada_right_inner{
  width:100%;
  padding:10px;       
  box-sizing:border-box;
}

.melhores_da_temporada_text{
  margin:0;
  text-align:left;
  font-size:0.95rem;
  line-height:1.2;
  color:inherit; 
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2; 
  -webkit-box-orient:vertical;
  color: #ffffff;
}
.melhores_da_temporada_text b{
    font: 1.2em;
}

@media (max-width:420px){
  .melhores_da_temporada_left{
    width:60px;
    min-width:60px;
    padding-left:6px;
    padding-right:6px;
  }
  .melhores_da_temporada_img{
    width:48px;
    height:48px;
  }
}

















/*
// #      ###   #####   ###
// #     #   #    #    #   #
// #     #   #    #    #####
// #     #   #  # #    #   #
// #####  ###   ###    #   #
*/
.oficina_por_cidade_section{
width:100%;
display:flex;
justify-content:center;
padding:10px;
box-sizing:border-box;
}

.oficina_por_cidade_container{
width:100%;
max-width:1080px;
}

.oficina_por_cidade_row{
width:100%;
display:grid;
grid-template-columns:170px 1fr;
gap:12px;
min-height:70px;
margin-bottom:12px;
box-sizing:border-box;
border-radius:6px;
border: 1px solid #ffffff;
}

.oficina_por_cidade_left{
background:#ffffff;
padding:10px;
box-sizing:border-box;
}

.oficina_por_cidade_left_text{
margin:0;
font-size:0.95em;
line-height:1.2;
color: #1446C3;
text-align: left;
}
.oficina_por_cidade_left_text b{
font-size: 1.2em;
}

.oficina_por_cidade_right{
width:100%;
}

.oficina_por_cidade_group{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:12px;
}

.oficina_por_cidade_block_inner{
display:grid;
grid-template-columns:60px 1fr;
gap:10px;
align-items:center;
padding:6px;
box-sizing:border-box;
}

.oficina_por_cidade_imgwrap{
width:60px;
height:60px;
display:flex;
align-items:center;
justify-content:center;
}

.oficina_por_cidade_imgwrap img{
width:60px;
height:60px;
object-fit:cover;
max-width:100%;
}

.oficina_por_cidade_block_text p{
margin:0;
font-size:0.95em;
line-height:1.2;
color: #ffffff;
text-align: left;
}
.oficina_por_cidade_block_text b{
font-size: 1.2em;
}

.oficina_por_cidade_small{
font-size:0.85em;
margin-top:4px;
}

@media(max-width:900px){

.oficina_por_cidade_group{
grid-template-columns:1fr;
}

}
@media(max-width:650px){

.oficina_por_cidade_row{
grid-template-columns:1fr;
}

.oficina_por_cidade_imgwrap img{
width:50px;
height:auto;
}

}


.bloco_mestres {
    background-image: url(img/fundo_background_mestres.png);
    background-repeat: no-repeat;
    background-position:bottom;
}




















/*
// ######   ####   #####    ####   #####   ######
// #    #  #    #  #    #  #    #  #    #  #
// #    #  #    #  #    #  #    #  #    #  #
// #####   #    #  #    #  ######  #####   #####
// #  #    #    #  #    #  #    #  #       #
// #   #   #    #  #    #  #    #  #       #
// #    #   ####   #####   #    #  #       ######
*/

/* CSS apenas para o rodapé (não usa seletores globais como body) */
.rodape { 
  box-sizing: border-box;
  width: 100%;
  margin-top:50px;
}

/* Linha superior que ocupa toda a largura da tela */
.rodape-top {
  width: 100%;
  display: block;
  background: transparent;
}

.rodape-top-inner {
  /* o conteúdo centralizado do topo respeita a largura máxima do rodapé */
  max-width: 1080px;
  margin: 0 auto;
  padding: 18px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Logo responsiva: muda de tamanho conforme largura da tela */
.rodape-logo {
  display: block;
  max-width: 400px; /* mínimo, relativo e máximo */
  height: auto;
  max-width: 90%;
}

/* Container central com largura máxima de 1080px */
.rodape-main .rodape-container,
.rodape-bottom .rodape-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px 16px;
  box-sizing: border-box;
}

/* Grid de 3 colunas que empilha em telas pequenas */
.rodape-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

/* Colunas e tipografia (sem forçar fontes ou cores) */
.rodape-col h3,
.rodape-col h4 {
  margin: 0 0 8px 0;
  line-height: 1.1;
  font-size: xx-large;
}
.rodape-title small { font-size: 0.8em; font-weight: normal; display:block; margin-top:6px; }

/* Lista de locais sem estilos globais */
.rodape-locais {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.rodape-locais strong{
    color:#1446C3;
}

/* Divider e copy */
.rodape-divider {
  border: 0;
  border-top: 1px solid #1446C3;
  margin: 0;
}
.rodape-bottom {
  width: 100%;
  background: transparent;
}
.rodape-copy {
  padding: 12px 0 0 0;
  text-align: center;
  font-size: 0.95rem;
}

/* Responsividade: empilha colunas em telas pequenas */
@media (max-width: 650px) {
  .rodape-cols {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rodape-top-inner {
    padding: 14px 12px;
  }
}

/* Ajuste menor para telefones bem pequenos */
@media (max-width: 650px) {
  .rodape-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}



