:root {
    --cor_primaria: #033249;
    --cor_secundaria: #033249;
    --cor_cabecalho: #033249;
    --color-in-bg-dark: #fff;
    --icones_cabecalho: #fff;
    --icones_cabecalho_hover: #fa000c;
    --icones_texto_cabecalho: #fff;
    --cor_menu: #fa000c;
    --texto_menu: #fff;
    --botao: #fa000c;
    --texto_botao: #111;
    --botao_hover: #111;
    --texto_botao_hover: #fff;
    --botao_comprar: #fa000c;
    --texto_botao_comprar: #fff;
    --footer: #033249;
    --cor_footer: #033249;
    --texto_footer: #fff;
    --txt-global: #111;
}

.tema-transparente .conteiner { background-color: transparent; }

 #barraTopo { display: none!important; }

@media screen and (max-width: 768px){
  #listagemProdutos.listagem .listagem-item .acoes-produto-responsiva, .listagem.aproveite-tambem .listagem-item .acoes-produto-responsiva {
    display: unset !important;
    margin-left: 15px;
  }  
}


@media only screen and (max-width: 767px){
    .menu.superior .nivel-um, 
    .menu.superior .nivel-dois
    {
        display: block;
    }
    .menu.superior .nivel-dois
    {
        display: none;
    }
    .listagem .listagem-item {
	    margin: 0;
	}
	.listagem-linha li {
		margin-top: 0;
	}
	.acoes-produto-responsiva .tag-comprar {
        padding: 0 5px;
    }
	.acoes-produto-responsiva .tag-comprar span {
		font-size: 14px;
	}
	.acoes-produto-responsiva {
		top: 140px;
		right: 0%;
	}

	.listagem-linha ul li.span3 {
		float: left;
		width: 50%;
		min-height: 460px;
	}

    .menu li {
        padding: 0 20px;
    }

    .nivel-um .com-filho:after {
        content: "\f067";
        font-family: 'FontAwesome';
        height: 30px;
        line-height: 20px;
        position: absolute;
        right: 0px;
        text-align: center;
        top: 10px;
        width: 40px;
    }
}

/* Mini banners com borda arrdondada */

.flexslider {border-radius:10px;}



/*Menu lateral */
/* Cor da barra lateral */
#corpo .conteiner .menu.lateral.fechado .nivel-um li .titulo {color: #033249}
#corpo .conteiner .menu.lateral.fechado .nivel-um li:hover .titulo {color: #fa000c}
#corpo .conteiner .menu.lateral.fechado .titulo { font-weight: Bold; }

.logo-agencia { display: none }


.copyright .assinatura-rodape {

    display: none !important;

}




/*#rodape .assinatura p, #rodape .assinatura-rodape span {
font-size: 10px;
color: #4e4e4e;
line-height: 20px;
}
#rodape .assinatura p:after {
content: "Avenida Getulio Vargas, nº 531 - Centro - Pitanga - Paraná";
display: block;
line-height: 12px;
font-size: 10px;
color: #4e4e4e;
}
*/

/* adc texto abaixo do texto padrão do rodape */
#rodape .span9.span12 p:after {
content: "Avenida Getulio Vargas, nº 531 - Centro - Pitanga - Paraná";
line-height: 16px;
font-size: 16px;
display: block;
}

 /* #rodape .titulo, #rodape .institucional * { color: #ffffff;font-size: 16px; border-bottom: 0px solid;}
