/*CORES DO TEMA - PLUGOO*/ 
:root {
    --primary-color: #ef476f;
    --secundary-color: #ef476f;
    --txt-color: #000;
    --cor_cabecalho: #e9e5c9;
    --pre_cabecalho: black;
    --cor_texto_cabecalho: white;
}
@media(max-width:769px){
#cabecalho .head-mobile {
    background: var(--cor_cabecalho);
}
}

/*Barra Topo - Plugoo*/

@media(max-width:769px){
.fixed .logo-mob .logo a img {
    top: 0;
}
.logo-mob .logo a img {
    top: 120%;
}
}



.top-header {
    color: var(--cor_texto_cabecalho);
    height: 36px;
    background: var(--pre_cabecalho);
    text-align: center;
}

.top-header a {
    height: 36px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 36px;
    color: var(--cor_texto_cabecalho);
}
.top-header a:after {
    content: 'Saiba mais';
    color: white;
    position: relative;
    width: 100px;
    height: 40px;
    font-size: 12px;
    border-radius: 6px;
    border: 0.2px solid white;
    padding: 4px 8px;
    margin-left: 20px;
}
