*{ outline:none !important; font-family: 'Roboto', sans-serif; }
body{ overflow-x:hidden; background-color:#eee; font-family: 'Roboto', sans-serif; transition: all ease .5s !important;}
section{ min-height:100px !important;}
#totop{ position:fixed; z-index:9999; bottom:20px; right:20px;}
ul{ list-style:none}

.no-padding{ padding:0 !important}
.no-margin{ margin:0 !important}
.no-border{border:none !important; border-color:transparent !important;}
.no-radius{ border-radius:0 !important;}
.img-center{ margin-left:auto !important; margin-right:auto !important;}
.required{color:#ED3237 !important}
.box-auto{ width:100%; position:relative; min-height:100px; padding:15px !important; margin:15px 0 !important;}
.box-style-1{width:100% !important; padding:15px; min-height:180px; position:relative; margin:15px 0;}
.section-auto{position:relative; width:100%; min-height:100px;}

.text-red{color:#ed3237 !important}
.text-lightgray{color:#f2f2f2 !important}
.text-darkgray{color:#333 !important}
.text-gray{color:#ccc !important}
.text-mediumgray{color:#999 !important}
.text-white{color:#fff !important}
.text-blue{ color:#11273F !important}
.text-lightblue{ color:#1481F4 !important}
.text-black{color:#000 !important}
.text-yellow{color:yellow !important}
.text-green{color:green !important}
.text-orange{color:#f60 !important}
/***************************************************/
.bg-lightgray{background-color:#f2f2f2 !important}
.bg-darkgray{background-color:#424343 !important}
.bg-gray{background-color:#ccc !important}
.bg-red{background-color:#ED3237!important}
.bg-white{background-color:#fff !important}
.bg-blue{ background-color:#11273F !important}
.bg-black-transparent{background-color:rgba(0,0,0,0.5) !important}
.bg-white-transparent{background-color:rgba(255,255,255,0.5) !important}
/***************************************************/
.t10{font-size:0.625rem;}
.t11{font-size:0.6875rem;}
.t12{font-size:0.75rem;}
.t13{font-size:0.8125rem;}
.t14{font-size:0.875rem;}
.t15{font-size:0.9375rem;}
.t16{font-size:1rem;}
.t17{font-size:1.0625rem;}
.t18{font-size:1.125rem;}
.t20{font-size:1.25rem;}
.t22{font-size:1.375rem;}
.t24{font-size:1.5rem;}
.t26{font-size:1.625rem;}
.t28{font-size:1.75rem;}
.t30{font-size:1.875rem;}
.t35{font-size:2.1875rem;}
.t40{font-size:2.5rem;}
.t45{font-size:2.8125rem;}
.t50{font-size:3.125rem;}
.t55{font-size:3.4375rem;}
.t60{font-size:3.75rem;}
/***************************************************/
.link{ text-decoration:none;color:inherit; cursor:pointer;}
.link:hover{ text-decoration:underline;color:rgba(6,33,248,1.00); cursor:pointer;}
/***************************************************/
.space-10{ clear:both !important; width:100%; height:10px;}
.space-20{ clear:both !important; width:100%; height:20px;}
.space-30{ clear:both !important; width:100%; height:30px;}
.space-40{ clear:both !important; width:100%; height:40px;}
.space-50{ clear:both !important; width:100%; height:50px;}
/***************************************************/
.line-1{clear:both; width:100%; height:1px; background:currentColor !important; margin:15px 0 !important;}
.line-2{clear:both; width:100%; height:2px; background:currentColor !important; margin:15px 0 !important;}
.line-3{clear:both; width:100%; height:3px; background:currentColor !important; margin:15px 0 !important;}
.line-4{clear:both; width:100%; height:4px; background:currentColor !important; margin:15px 0 !important;}
.line-5{clear:both; width:100%; height:5px; background:currentColor !important; margin:15px 0 !important;}
.line-after-1{margin-left: 5px;position: relative;width: 100%;}
.line-after-1::after{position: absolute;content: "";height: 1px;background-color: #ccc;width: 100%;margin-left: 15px;top: 50%;}
/************************************************************************/

.line-right::after {
  border-bottom: 1px solid blue;
  -webkit-box-shadow: 0 1px 0 0 red;
  -moz-box-shadow: 0 1px 0 0 red;
  box-shadow: 0 1px 0 0 red;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */

  position: relative;
  top: 45%;
  right: 0;
  width: 95%;
  z-index: -1;
}

.box-veiculos{
    position: relative;
    background: #ffffff;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box-veiculos .box-header{
	    text-align: center;
    padding: 10px 0px !important;
    background-color: #ed3237 !important;
    color: #FFF !important;

}
/************************************************************************/
.breadcrumb{ background:none !important; font-style:italic}
.breadcrumb li a{ color:#FFF !important}
.navbar-default {background-color: #11273f;border-color: #11273f; border-radius: 0px !important; border-top: 5px solid #ed3237 !important; padding: 10px 0px;}
.navbar-default .navbar-nav > li > a {
    color: #FFF !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {color: #FFF; background-color: #ED3237;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {color: #FFF;background-color: #ED3237;}
.navbar-default .navbar-nav > li > a:hover {color: #fff; background-color: #ED3237; cursor:pointer}
.dropdown-menu > li > a {
    color: #fff;
    white-space: nowrap;
}
.dropdown-menu {  background-color: #ED3237; border:none !important}

.my-btn{ background-color:#ED3237 !important;color:#fff !important; border:none !important; border-radius:30px; -webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-ms-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.my-btn:hover{-moz-transform: scale(1.2) rotate(0deg);-webkit-transform: scale(1.2) rotate(0deg);-o-transform: scale(1.2) rotate(0deg);-ms-transform: scale(1.2) rotate(0deg);transform: scale(1.2) rotate(0deg);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-ms-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
h1 small {
    font-size: 0.5em;
    color: #333;
}
.my-btn-invert{ background-color:#FFF!important;color:#ED3237 !important; border:none !important; border-radius:30px; -webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-ms-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.my-btn-invert:hover{-moz-transform: scale(1.2) rotate(0deg);-webkit-transform: scale(1.2) rotate(0deg);-o-transform: scale(1.2) rotate(0deg);-ms-transform: scale(1.2) rotate(0deg);transform: scale(1.2) rotate(0deg);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-ms-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}

.social-buttons{ position:absolute; top:5px; right:5px;}
.social-buttons a{ padding:2px 8px; color:#333}
.social-buttons a:hover{ color:#FFF; background-color:#D50306 !important}

.social-share{ cursor:pointer; margin:0 8px 0 0;}

.bg-fiss{ background-image:url(../images/cay-buying1.jpg); background-position:center center; background-repeat:no-repeat; background-size:cover; }

.box-feed{padding:15px; margin:30px auto; min-height:300px !important; box-sizing:border-box; display:table; position:relative; width:100%;}
.feed-img{ max-width:100%; width:100%; height:300px; background-position:center center; background-repeat:no-repeat; background-size:cover;}

.feed-social{ width:30px; height:30px; display:block; float:left; padding:4px 0; text-align:center; margin-right:10px; position:relative}

.footer1{
	padding: 20px 0px;
	background-color: #333;
}
.footer2{
	padding: 10px 0px;
	background-color: #222;
}
.figure-img-equipe{ width:100%; height:256px; background-repeat:no-repeat; background-position:center center; background-size:cover;}

.ul-filtros{ list-style:none;}
.ul-filtros li a{ color:#666 !important;}
.box-car {
    padding: 0px;
    margin: 15px auto;
    min-height: 380px !important;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow:hidden;
}
.box-car .name-car{
	min-height: 63px;
	position: relative;
}
.box-car .name-car:after {
    background-color: #1f73be;
    bottom: 0;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    width: 90px;
}
.risco{
	position: relative;
	margin-bottom: 10px;
}
.risco:after {
    background-color: #ed3237;
    bottom: -10px;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    width: 70px;
}
.btn-car{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 15px 0px;
	background-color: #ed3237;
	color: #FFF !important;
}
.btn-car-2{
	text-align: center;
	padding: 15px 30px;
	margin-left: 15px;
	background-color: #ed3237;
	color: #FFF !important;
}
.btn-car-3{
	text-align: center;
	padding: 5px 10px !important;
	margin-left: 15px !important;
	background-color: #FFF !important;
	color: #ed3237 !important;
	border: none !important;
}
.estrela{
	color: #FFFF00 !important;
	float: right;
	padding: 10px;
}
.preco-car{
	background-color: #ed3237;
	padding: 15px 20px;
	margin-bottom: 15px;
}
.preco-car2{
	padding: 5px 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.opicional-car{
	background: #cbcbcb;
    padding: 10px 15px;
    margin: 5px;
}
.social-buttons-veiculos{
	padding: 3px;
}
.veiculo-capa{ height:200px; width:100%; position:relative;margin-bottom: 20px;}
.veiculo-capa img{ margin:auto;top: 50%;transform: translateY(-50%); position:relative; max-height: 100%;}
.veiculo-capa .ano{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px 10px;
	background-color: #1f73be;
	color: #FFF !important;
}
.button {
	min-width: 150px;
	max-width: 250px;
	display: block;
  padding:10px 0;
  font-size:1.5rem;
	border: none;
	vertical-align: middle;
	 position:absolute;
  bottom:10px;
  left:50%;
  margin-left:-75px;
  color:#FFF !important;
}
.marcas{
	background-color: #FFF;
}
.container-fotorama-car{ background-color:#FFF;}
.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #D50306 !important;
}
.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0px !important;
}
#tab-info-car{
	margin-left: 15px;
}
.dropcap.center {
    float: none;
    margin: 0 auto 20px;
}
.dropcap {
    float: left;
    display: block;
    margin: 5px 30px 0 0;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    border: none;
    box-shadow: inset 0 0 0 4px #ED3237;
    font: 600 30px/74px 'Open Sans', sans-serif;
    color: #ED3237;
    background: none;
    position: relative;
    z-index: 10;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
}
.mvv:hover .dropcap {
    color: #fff;
}
.dropcap:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ED3237;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.mvv:hover .dropcap:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.about{ font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;}
.contact-form{
	background-color: #ED3237;
	color: #FFF !important;
	padding: 10px;
}

.dropdown-menu > li > a {
    color: #fff !important;
}
.dropdown-menu {
    background-color: #ED3237 !important;
    border: none !important;
}
.dropdown-menu > li > a:hover {
    background-color: #11273f !important;
    color: #333;
}

.price{
  position:absolute;
  bottom: 40px;
  right:40px;
}

.nav-tabs-custom>.tab-content {
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}