/*
########## ESTE É O ARQUIVO INDIVIDUAL DO CLIENTE P/ CSS ESPECÍFICO, o restante do css padrão está no arquivo style_padrao.css
########## COR PRINCIPAL: 01AD57
########## COR SECUNDÁRIA: fbf23c
*/


/**{border: 1px solid #CCC;}*/

.bold
	{
		font-weight: bold;
	}
.fonte20
	{
		font-size:20px !important;
	}
.fonte30
	{
		font-size:30px !important;
	}
.fonte35
	{
		font-size:35px !important;
	}
.fonte45
	{
		font-size:45px !important;
	}
.fonte55
	{
		font-size:55px !important;
	}
.fonte85
	{
		font-size:85px !important;
	}

.frases_inicial
	{
		/* permite mudar a cor das frases da inicial abaixo do menu principal de produtos */
	}	
.fraseEmpresa
	{
		/*display: none;*/
	}

/*
#slide .item img
	{
		width: 100% !important;
		/*filter: brightness(50%);
		
		-webkit-animation: animacao_zoom 20s linear;
        animation: animacao_zoom 20s linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: infinite;
	}
	*/

@-webkit-keyframes animacao_zoom
	{
	    0%
	    {
	        transform: scale(1);
	    }
	    15%
	    {
	        transform: scale(1.05);
	    }
	    30%
	    {
	        transform: scale(1.10);
	    } 
	    50%
	    {
	        transform: scale(1.15);
	    }
	    65%
	    {
	        transform: scale(1.20);
	    }
	    80%
	    {
	        transform: scale(1.25);
	    }
	    100%
	    {
	        transform: scale(1.30);
	    }
	}

/*
.amplia_variacao
	{
		display: none !important;
	}
.cupom_desconto
	{
		display: none;
	}
.cabecalho
	{
		background-color: #e6b0af;
	}
.produto-setas-slide
	{
		display: none !important;
	}

.produto-indicador-slide
	{
		display: none !important;
	}

.produto-miniaturas
	{
		display: block !important;
	}

.topo
	{
		display: none;
	}
	
.pesquisa_lateral
	{
		display: none !important;
	}

.zoom
	{
		height: 500px;
		overflow: auto;
	}



.descricao_frete
	{
		display: none;
	}

.exibicao_produto #myCarousel img
	{
		max-height:auto;
	}

*/
.oculta_propriedade_sem_estoque
	{
		display: none !important;
	}

.borda-inf2
	{
		border-bottom:8px solid #fbf23c;
	}

@media screen and (max-width: 768px)
	{
		/*.zoom
			{
				height: auto;
			}*/
		.dropdown-menu > li > a:hover
			{
				color:#01AD57 !important;
				background-color: #FFF !important;
			}
	}

.bs-callout-p 
	{
    	border-left-color: #01AD57;
	}
.bs-callout-p h4 
	{
    	color: #01AD57;
	}
.cor1
	{
		color:#01AD57;
	}
.cor8
	{
		color: #01AD57;
	}
.fundo4
	{
		background-color:#01AD57 !important;
		border:0 !important;
	}
.fundo6
	{
		background-color: #01AD57;
	}

.borda-top1
	{
		border-top:3px solid #01AD57;
	}
a:hover
	{
		text-decoration:none;
		color: #01AD57 !important;
		transition:.5s;		
	}
.navbar-nav .active
	{
		color:#FFF !important;
		background-color: #01AD57 !important;
	}
	
.navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color:#01AD57 !important;
		background-color: #FFF !important;
}
/*.prazo_adicional
	{
		display: none;
	}*/