:root {
    --cor_primaria: #363c59;
    --cor_secundaria: #303030;
    --cor_botao: #363c59;
    --cor_botao_hover: #303030;
    --cor_texto_botao: #fff;
    --cor_texto_botao_hover: #fff;
    --cor_botao_comprar: #363c59;
    --pre_cabecalho: #363c59;
    --cor_texto_pre_cabecalho: #fff;
    --cor_cabecalho: #fff;
    --cor_icones: #363c59;
    --cor_icones_hover: #303030;
    --cor_texto_icones: #111;
    --cor_menu: #fff;
    --cor_texto_menu: #111;
    --cor_newsletter: #363c59;
    --cor_texto_newsletter: #fff;
    --cor_footer: #fff;
    --cor_texto_footer: #111;
    --texto_global: #111;
    --cor_clara: #fff;
    --cor_escura: #111;
    --texto_background: #fff;
    --texto_bg_escuro: #222;
    --texto_bg_claro: #222;
}

.operation p {
    font-weight: 400;
    color: var(--cor_texto_footer);
    opacity: .6;
    display: none;
    margin-top: 5px!important;
}

.logos-rodape {
    justify-content: center;
    display: flex;
}
  .hostix {
    max-width: 308px!important;
    display: flex;
    z-index: 999;
}
  .hostix a {
    color: gray!important;
    margin-left: 15px;
}
.horariorodape {
    /* display: block; */
    position: absolute;
    left: 50%;
    top: 91.5%;
    display: flex;
    /* flex-wrap: wrap-reverse; */
}
@media (max-width: 700px) {
    .top-header a {
    font-size: 8px;
}
    .horariorodape {
    /* display: block; */
    position: absolute;
    left: 50%;
    top: 91.5%;
    display: none;
    
    /* flex-wrap: wrap-reverse; */
}
}
