
.pointer
	{
		cursor: pointer;
	}

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

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

.sombra
	{
		position:absolute; 
		top:0px; 
		left:0px; 
		width:231px; 
		height:12px; 
		border:0px solid #000;
		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 */

.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!important;
		color: #555555;
		transition:.5s;
	}
a:visited
	{
		text-decoration: none!important;
		color: #555555;
		transition:.5s;		
	}
a:hover
	{
		text-decoration:none!important;
		color: #555555 !important;
		transition:.5s;		
	}
a:active
	{
		text-decoration: none;
		color: #555555;
		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: 4px;
		border-top-right-radius:4px;
	}

.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: 4px;
		border-bottom-right-radius: 4px;
	}

.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
	{

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


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

nav ul {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
nav li {
	/*Rob CSS passou por aqui*/
	font-family: 'Roboto', sans-serif;
    /*font-family: 'Raleway';*/
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}
nav a {
    color: #444;
    display: block;
    font: bold 16px/50px sans-serif;
    padding: 0 25px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
nav .dropdown:after {
    content: ' \25bc';
}
nav li:hover a {
    background: #ECECEC;
}
nav li ul {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 3;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
nav li:hover ul {
    opacity: 1;
    top: 50px;
    visibility: visible;
}
nav li ul li {
    width: 100%;
}
nav li ul a:hover {
    background: #ECECEC;
}

body{
	font-family:'Roboto', sans-serif;
}
.float-right{
	float: right!important;
}
.m-t-5{
	margin-top: 5px;
}
.m-t-10{
	margin-top: 10px;
}
.m-t-13{
	margin-top: 13px;
}
.m-t-20{
	margin-top: 20px;
}
.m-t-30{
	margin-top: 30px;
}
.m-t-45{
	margin-top: 45px;
}
.m-t-50{
	margin-top: 50px;
}
._m-t-0-6{
	margin-top: -0.6px;
}
._m-t-5{
	margin-top: -5px;
}
.m-r-50{
	margin-right:50px;
}
.m-b-5{
	margin-bottom: 5px;
}
.m-b-10{
	margin-bottom: 10px;
}
.m-b-15{
	margin-bottom: 15px;
}
.m-b-20{
	margin-bottom: 20px;
}
.m-b-30{
	margin-bottom: 30px;
}
.m-b-45{
	margin-bottom: 45px;
}
.m-b-50{
	margin-bottom: 50px;
}
.m-l-5{
	margin-left: 5px;
}
.p-l-6{
	padding-left:6px;
}
.f-10{
	font-size: 10px!important;
}
.f-12{
	font-size: 12px!important;
}
.f-13{
	font-size: 13px!important;
}
.f-16{
	font-size: 16px;
}
.f-20{
	font-size: 20px;
}
.font_0_6_em{
  	font-size: 0.6em; 
}
.font_0_8_em{
  	font-size: 0.8em; 
}
.font_0_9_em{
  	font-size: 0.9em; 
}
.font_1_em{
  	font-size: 1em; 
}
.font_1_1_em{
  	font-size: 1.1em; 
}
.h-98{
	height: 98px;
}
.font-bold{
	font-weight: bold;
}
.font_sans_serif{
	font-family: 'Roboto', sans-serif;
}
.font_roboto_condensed{
	font-family: "Roboto Condensed" sans-serif;
}
.font_roboto{
	font-family: "Roboto" sans-serif;
}
.height_68px{
	height: 68px;
}
.height_75px{
	height: 75px;
}
.height_100px{
	height: 100px;
}
.height_170px{
	height: 170px;
}
.height_200px{
	height: 200px;
}
.height_350px{
	height: 350px!important;
}
.max-width_360px{
	max-width: 360px;
}
.w-50{
	width: 50px;
}
.width_20p{
	width: 20%;
}
.width_38p{
	width: 38%;
}
.width_100p{
	width: 100%;
}
.object_fit_cover{
    object-fit: cover; 
}
.object_fit_scale_down{
    object-fit: scale-down; 
}
.object_position_center{
    object-position: center center; 
}
.c_888888{
	color: #888888;
}
.c_616161{
	color: #616161;
}
.c_555555{
	color: #555555;
}
.text-white{
	color:#fff!important;
}
.text-white:hover{
	color:#fff!important;
}
.text-dark{
	color:#333;
}
.text-justify{
	text-align:justify;
}
.card {
	border: solid 1px #d2d2d2;

    font-size: 1em;
    overflow: hidden;
    margin-bottom: 22px;
    /*border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;*/
}
.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    /*border: none;*/
    /*border-top: 1px solid rgba(34, 36, 38, .1);*/
    /*box-shadow: none;*/
}
.card-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin-top:-100px;
    margin-left: 10px;
}
.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
    font-size: 12px;
}
.card-text-2 {
    clear: both;
    margin-top: 1.8em;
    margin-bottom: 1.8em;
    color: rgba(0, 0, 0, .68);
    font-size: 12px;
}
.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: 0.5em 0.8em 2.1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}
.text_overflow_1_lines{
	display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  	display: inline-block;
  	width: 100%;
  	white-space: nowrap;
}
.text_overflow_4_lines{
	display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.blog-box  img, .blog-media .main-slider {
    border-radius: 5px;
}
.blog-box {
    padding-bottom: 50px;
    background-color: #F9F9F9;
    padding: 20px 20px 20px 20px;
}
.blog-box .bg2-with-mask{
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
}
.list-none{
	list-style: none;
}
.footerajust{
	padding-top: 40px;
	padding-bottom: 40px;
}