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

.mobile
	{
		display: none !important;
	}

@media screen and (max-width: 768px)
	{
		.desktop
			{
				display: none !important;
			}
		.mobile
			{
				display: block !important;
			}
	}

.overflow150
	{
		max-height: 150px;
		overflow: auto;
	}

.overflow300
	{
		max-height: 300px;
		overflow: auto;
	}

.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

#divBannerFlutuante
	{
		position:absolute;
		top:0px;
		left:100%;
		width:179px;
		height:202px;
		background-image:url(/imagens/woman-banner-flutuante.png);
		background-repeat:no-repeat;
		margin-left:-179px;
		z-index: 1;
	}

.divWhatsapp
	{
		width: 100%;
		position: fixed;
		margin:auto;
		bottom: 5px;
	}


.veiculoOferta
	{
        -webkit-animation: veiculoOferta 1s ease;
        animation: veiculoOferta 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: infinite;
	}

.veiculoOfertaImg
	{
        -webkit-animation: veiculoOfertaImg 1s ease;
        animation: veiculoOfertaImg 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: infinite;
	}

@keyframes veiculoOferta
{
    15%
    {
        -webkit-transform: translateY(0px);
        transform:  scale(1) rotateZ(0deg) translateY(0px);
    }
    50%
    {
        -webkit-transform: translateY(2px);
        transform: scale(1.1) rotateZ(1deg) translateY(2px);
		background-color:#900;
    }
    100%
    {
        -webkit-transform: translateY(0);
        transform: scale(1) rotateZ(0deg) translateY(0);
    }
}

@keyframes veiculoOfertaImg
{
    15%
    {
        transform: translateX(0px);
    }
    50%
    {
        transform: translateX(10px);
    }
    100%
    {
        transform: translateX(0px);
    }
}

.pointer
	{
		cursor: pointer;
	}

.tachado
	{
		text-decoration: line-through;
	}

#mapa
	{
		height: 450px;
		width: 100%;
	}
.relative
	{
		position: relative;
	}

.sombra
	{
		position:absolute; 
		top:0px; 
		left:0px; 
		width:231px; 
		height:12px; 
		border:0px solid #000; 
		background-image:url(/imagens/sombra.png); 
		background-repeat:no-repeat;
	}

#divVeiculo
	{
		transition:.5s;
	}

#divVeiculo:hover
	{
		transform: scale(1.02);
		background-color: #FFF0F0;
		transition:.5s;
	}

.padding3
	{
		padding: 3px;
	}

.padding5
	{
		padding: 5px;
	}

.padding10
	{
		padding: 10px;
	}

.padding15
	{
		padding: 15px;
	}

.borda15
	{
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}

.vcenter 
	{
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

.img-texto-padrao
	{
		margin: 0 10px 3px 0; clear: both; width:300px; float: left;text-align:left;
	}
.none
	{
		display:none;
	}
.img-legenda
	{
		color:#666;font-style:italic;
	}
.semBordaTopo
	{
		border-top:none !important;
	}
.semBordaDireita
	{
		border-right:none !important;
	}
.semBordaEsquerda
	{
		border-left:none !important;
	}
	
/**
	{
		border:1px solid #EEE;
	}*/

/* callout */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
/* callout - fim */

body
	{
		color:#333;
        /*-webkit-animation: fundoContainer 0.8s ease;
        animation: fundoContainer 0.8s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;	*/
	}
@keyframes fundoContainer
{
	0%
		{
			opacity:0;
		}
    15%
    {
       opacity:0;
    }
    100%
    {
        opacity:1;
    }
}
.pagination>li>a
	{
		color:#666 !important;
	}
.pagination>li>span 
	{
  		border: 1px solid #EEE;
	}
.pagination>li.active>a 
	{
		color:#FFF !important;
		background: #666;
	}
.pagination>li.active>a:hover
	{
		background: #000;
	}
.cor1
	{
		color:#976533;
	}
.cor2
	{
		color:#999;
	}
.cor3
	{
		color:#B01E23;
	}
.cor4
	{
		color:#666 !important;
	}
.cor5
	{
		color:#006600;
	}
.cor6
	{
		color:#FFF;
	}
.cor7
	{
		color:#FC0;
	}
.cor8
	{
		color:#FF0000;
	}
.fundo1
	{
		background-color:#333;
	}
.fundo2
	{
		background-color:#ededed !important;
	}
.fundo3
	{
		background-image:url(/imagens/fundo1.png);
	}
.fundo4
	{
		background-color:#b01e23;
	}
.fundo5
	{
		background-color:#FFF;
	}
.semfundo
	{
		background:none !important;
	}
.padding10
	{
		padding:10px;
	}
#myCarousel
	{
		max-height:650px;
		overflow:hidden;
	}
.carousel-caption2
	{
		top: 50%;
		transform: translateY(-50%);
	}

.carousel-inner img 
	{
		margin: auto;
	}
.borda-inf1
	{
		border-bottom:3px solid #006699;
	}
.borda-inf2
	{
		border-bottom:3px solid #ACCAD9;
	}
.borda-inf3
	{
		border-bottom:1px solid #EEE;
	}
.borda-top4
	{
		border-bottom: 1px dotted #CCC;
	}
.borda-left1
	{
		border-left:1px solid #CCC;
	}
.img-responsive
	{
		margin:0 auto;
	}
#painel
	{
		border:0;
	}
.linha-normal
	{
		line-height:normal !important;
	}
.linha15
	{
		line-height:15px;
	}
.linha20
	{
		line-height:20px;
	}
.linha25
	{
		line-height:25px;
	}
.linha35
	{
		line-height:35px !important;
	}
.linha55
	{
		line-height:55px !important;
	}
.fonte12
	{
		font-size:12px !important;
	}
.fonte14
	{
		font-size:14px !important;
	}
.fonte16
	{
		font-size:16px !important;
	}
.fonte18
	{
		font-size:18px !important;
	}
.fonte20
	{
		font-size:20px !important;
	}
.fonte30
	{
		font-size:30px !important;
	}
.fonte85
	{
		font-size:85px !important;
	}
	
a:link
	{
		text-decoration:none;
		color: #B01E23;
		transition:.5s;
	}
a:visited
	{
		text-decoration: none;
		color: #B01E23;
		transition:.5s;		
	}
a:hover
	{
		text-decoration:none;
		color: #F00 !important;
		transition:.5s;		
	}
a:active
	{
		text-decoration: none;
		color: #B01E23;
		transition:.5s;		
	}

a.link_personalizado:link
	{
		text-decoration:none;
		color: #FFF;
	}
a.link_personalizado:visited
	{
		text-decoration: none;
		color: #FFF;
	}
a.link_personalizado:hover
	{
		text-decoration:none;
		color: #FC0 !important;
	}
a.link_personalizado:active
	{
		text-decoration: none;
		color: #FFF;
	}
	
	
.link_personalizado2
	{
		transition:.2s;
	}
a.link_personalizado2:link
	{
		text-decoration:none;
		color: #999;
	}
a.link_personalizado2:visited
	{
		text-decoration: none;
		color: #999;
	}
a.link_personalizado2:hover
	{
		transition:.2s;
		text-decoration:none;
		color: #FFF;
	}
a.link_personalizado2:active
	{
		text-decoration: none;
		color: #999;
	}
#butPesquisa
	{
		margin-top:4px;
	}
.childMenu
	{
		border-right:0px solid #EEE;
		margin-right: 1px;
	}
.childMenu:last-child
	{
		border-right:0;
	}
.nav a
	{
		font-size:16px;
		border-radius: 5px;
	}
.borda1
	{
		border:1px solid #CCC !important;
	}

.borda-redonda-10-top
	{
		border-top-left-radius: 10px;
		border-top-right-radius:10px;
	}

.borda-top1
	{
		border-top: 1px dotted #CCC;
	}

.borda-redonda-10-bottom
	{
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

.borda-redonda-10
	{
		border-radius: 10px;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    margin-top:-1px;
}
.navbar .navbar-collapse {
    text-align: center;
}

.navbar-nav .active
	{
		color:#FFF;
		background-color:#B01E23;
	}
	
.navbar-nav > li > a{
		color: #FFF;
		background-color:#B01E23 !important;
}

.navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color:#FFF !important;
		background-color:#000 !important;
		transform: scale(1.07);
		z-index: 1;
}

.navbar-nav > li > a 
	{
		line-height: 20px !important;
	}
#navbarProduto
	{
		display: flex;  
		align-items: center;  
		justify-content: center;
	}
#bySamuca
	{
		opacity: 0.2;
		transition:.5s;
	}
#bySamuca:hover
	{		
		opacity: 1;
		transition:.5s;
	}
.animado
	{
		transition:.5s;
	}

.amplia:hover
	{
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
	}
.sombreado
	{
		box-shadow: 0 3px 15px -7px #B01E23;
		transition:.5s;
	}
.sombreado:hover
	{
		box-shadow: 0 10px 15px -3px #B01E23;
		transition:.5s;
	}
.sombreado2
	{
		box-shadow: 0 1px 25px 0px #9C9CC4;
	}
.produto
	{
		height:240px;
		margin-bottom:30px;
	}
	
.bold
	{
		font-weight:bold;
	}
.italic
	{
		 font-style:italic;
	}






.giragira {
	width:50px;
	height:50px;
	margin:15px 0 0 15px;
	background:black;

	-webkit-animation: rodaroda 1s linear alternate 3;
	-moz-animation: rodaroda 1.5s linear infinite;
	-o-animation: rodaroda 1.5s linear infinite;
	animation: rodaroda 1.5s linear infinite;
}


	@keyframes rodaroda {
		0% {
			-webkit-transform:rotate(0deg);
		}

		50% {
			-webkit-transform:rotate(180deg);
		}
		100% {
			-webkit-transform:rotate(360deg);
		}
	}

	
	@keyframes rodaroda {
		0% {
			-moz-transform:rotate(0deg);
		}
		50% {
			-moz-transform:rotate(180deg);
		}
		100% {
			-moz-transform:rotate(360deg);
		}
	}