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


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

/* Aumentar a altuda das fotos pra lojas de roupas */
.alturaMinima1
	{
		min-height: 370px !important;
		background-size: contain !important;
		background-repeat: no-repeat;
		background-position: center center;
	}
.produto
	{
		padding: 5px !important;
		min-height:580px !important;
		/*border:1px solid #EEE;*/
	}
.produto_capa
	{
		padding: 5px !important;
		min-height:680px !important;
		/*border:1px solid #EEE;*/
	}

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

.navbar-fixed-top
	{
		position: relative !important;
	}

#myCarousel
	{
		max-height:1000px;
	}


@font-face {
    font-family: 'Blanket';
    src: url('Blanket-Regular.eot');
    src: url('Blanket-Regular.eot?#iefix') format('embedded-opentype'),
        url('Blanket-Regular.woff2') format('woff2'),
        url('Blanket-Regular.woff') format('woff'),
        url('Blanket-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body
	{
		/*font-family: Blanket !important;*/
	}

/*
#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 #66DBFF;
	}

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

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

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