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

.divWhatsapp
	{
		width: 60px;
		bottom: 20px;
		right: 20px;
		position: fixed;
		z-index: 10;

		-webkit-animation: animacao 1s ease;
        animation: animacao 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: infinite;
	}

.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;
	}

@-webkit-keyframes animacao
	{
	    15%
	    {
	        -webkit-transform: translateY(0px);
	        transform: translateY(0px);
	    }
	    30%
	    {
	        -webkit-transform: translateY(2px);
	       transform: translateY(2px);
	    } 
	    50%
	    {
	        -webkit-transform: translateY(4px);
	        transform: translateY(4px);
	    }
	    65%
	    {
	        -webkit-transform: translateY(2px);
	        transform: translateY(2px);
	    }
	    80%
	    {
	        -webkit-transform: translateY(1px);
	        transform: translateY(1px);
	    }
	    100%
	    {
	        -webkit-transform: translateY(0);
	        transform: translateY(0);
	    }
	}

@-webkit-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);
    }
}

@-webkit-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;
	}

.padding20
	{
		padding: 20px;
	}

.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;	
	}
@-webkit-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:#000000;
	}
.cor2
	{
		color:#999;
	}
.cor3
	{
		color:#000000;
	}
.cor4
	{
		color:#666 !important;
	}
.cor5
	{
		color:#006600;
	}
.cor6
	{
		color:#FFF;
	}
.cor7
	{
		color:#FC0;
	}
.cor8
	{
		color:#FF0000;
	}
.fundo1
	{
		background-color:#000000;
	}
.fundo2
	{
		background-color:#ededed !important;
	}
.fundo3
	{
		background-image:url(/imagens/carro4.jpg);
		background-repeat: no-repeat;
		background-position: center center;
	}
.fundo4
	{
		background-color:#000000 !important;
		border:0 !important;
	}
.fundo5
	{
		background-color:#333;
	}
.semfundo
	{
		background:none !important;
	}
.padding10
	{
		padding:10px;
	}

#myCarousel
	{
		max-height:750px;
		overflow:hidden;
	}

.carousel-caption a
	{
		color:#333 !important;
	}
.carousel-caption2
	{
		left: 20% !important;
		text-align: left !important;
		top: 45%;
		transform: translateY(-50%);
		color:#333;
		text-shadow:none !important;
		/*text-shadow: 0px 0px 10px black !important;*/
	}
.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;
	}
.fonte25
	{
		font-size:25px !important;
	}
.fonte30
	{
		font-size:30px !important;
	}
.fonte40
	{
		font-size:40px !important;
	}
.fonte85
	{
		font-size:85px !important;
	}
	
a:link
	{
		text-decoration:none;
		color: #000000;
		transition:.5s;
	}
a:visited
	{
		text-decoration: none;
		color: #000000;
		transition:.5s;		
	}
a:hover
	{
		text-decoration:none;
		color: #F00 !important;
		transition:.5s;		
	}
a:active
	{
		text-decoration: none;
		color: #000000;
		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;
	}

.borda-redonda-15
	{
		border-radius: 15px;
	}

.navbar
	{
		/*background-color: #FFF !important;*/
		margin-bottom: -1px !important;
		margin-top: -1px !important;
	}

.navbar .icon-bar
	{
		background-color: #FFF !important;
	}

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

.navbar-nav .active
	{
		color:#333 !important;
		background-color: #333 !important;
	}
	
.navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color:#333 !important;
		background-color: #FFF !important;
}

.navbar-nav > li
	{
		float: none !important;
		display: inline-block !important;
	}

.navbar-nav > li > a 
	{
		font-weight: bold;
		margin-top: 3px;
		font-size: 14px !important;
		color: #FFF;
		line-height: 24px !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
	{

	}
.amplia:hover
	{
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
	}
.sombreado
	{
		box-shadow: 0 3px 15px -7px #000000;
		transition:.5s;
	}
.sombreado:hover
	{
		box-shadow: 0 10px 15px -3px #000000;
		transition:.5s;
	}
.sombreado2
	{
		box-shadow: 0 1px 5px 0px #CCC;
	}

.alturaMinima1
	{
		height: 267px;
	}	

.alturaMinima2
	{
		height: 40px;
	}	
.produto
	{
		height:470px;
		margin-bottom: 20px;
		display: table;
	}
	
.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;
}


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

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

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

.margin-top1
	{
		margin-top: 18px;
	}
.margin-top2
	{
		margin-top: 10px;
	}

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

input[name="chave"].form-control::-webkit-input-placeholder {
  color: #FFF;
}

.borda-top-none
	{
		border-top: 0 !important;
	}
.borda-right-none
	{
		border-right: 0 !important;
	}
.borda-left-none
	{
		border-left: 0 !important;
	}
.borda-bottom-none
	{
		border-bottom: 0 !important;
	}