h1, h2, h3, h4, h5, h5, p, a, ul, li, img{
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
}
body{
	margin: 0;
	padding: 0;
}
header{
	width: 100%;
	height: auto;
	float: left;
}
footer{
	width: 100%;
	height: auto;
	float: left;
}
section{
	width: 100%;
	height: auto;
	float: left;
}
.top{
	width: 100%;
	float: left;
	background-color: #fdfdfd;
	padding: 5px 0 5px 0;
	text-align: center;
}
.wrap{
	width: 100%;
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
}
.logo{
	float: left;
	width: 100%;
	text-align: left;
	max-width: 400px;
}
.logo img{
	max-height: 130px;
	max-width: 400px;
}
.whats-header-mobile {
	cursor: pointer;
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
    position: fixed;
    text-align: right;
	right: 0px;
    top: 80px;
	display: none;
	z-index: 999;
}
.whats-header {
	cursor: pointer;
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
    position: fixed;
    text-align: right;
	right: 0px;
    top: 55px;
	z-index: 999;
}
/*Search*/
.search{
	float: left;
	width: 100%;
	max-width: 700px;
	margin-top: 4%;
}
.search input[type=text]{
	width: 70%;
	padding: 10px 1%;
	outline: none;
	border: none;
	border-bottom: 1px #a0a0a0 solid;

	color: #000;
	background-color:transparent;
	margin-top: 10px;
	font: 16px Open Sans, Sans-serif;
}
.search input[type=submit]{
	width: auto;
	border: none;
	background: linear-gradient(#2baf4a, #185c29);
    color: #FFF;
	font:16px Open Sans, Sans-serif;
	padding: 10px 1%;
}
.search input[type=submit]:hover{
	color: #FFF;
	background: linear-gradient(#185c29, #2baf4a) !important;
}

.search input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a0a0a0;
    opacity: 1; /* Firefox */
}

.search input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a0a0a0;
}

.search input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
    color: #a0a0a0;
}

.whatsapp {
	width: 142px;
    text-align: center;
	background-color: #25d366 !important;
	color: #FFF !important;
	margin: 10px 25px 0 0;
    padding: 10px 30px;
    text-transform: uppercase;
    border: none;
	font: 16px Open Sans, Sans-serif;
}
.whatsapp:hover { 
	background-color: #21bd5c !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 20%;
	min-height: 100px;
	border-radius: 25px;
}

.modal-content p {
	display: inline-grid;
	width: 35%;
    text-align: center;
    padding: 5px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*Nav*/
.nav{
	background: linear-gradient(#2baf4a, #185c29);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0 );
	-webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.3);
	height: 60px;
	width: 100%;
	height: auto;
	float: left;
}
.nav-mobile{
	display: none;
}
.nav ul{

}
.nav ul li{
	float: left;
}
.nav ul li a{
	font:16px Open Sans, Sans-serif;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	padding: 20px 20px;
	display: block;
}
.nav ul li a:hover{
	background: #185c29;
	color: #FFF;
}
.nav-mobile{
	
}
/*Destaque*/

.featured{

}
.featured h1{
	width: 98%;
	max-width: 1078px;
	padding: 10px 1%;
	font: 22px Open Sans, Sans-serif;
	font-weight: 700;
	color: #333;
	border: 1px solid #e9e9e9;
	margin: 30px 0;
	text-transform: uppercase;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(164,164,164,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(164,164,164,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(164,164,164,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(164,164,164,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(164,164,164,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(164,164,164,1) 100%);	
}
.list-car{
	width: 100%;
    max-width: 231px;
    float: left;
    margin: 0 22px 30px;
    height: 370px;
}
.list-car h2, .item-detalhe h2{
	font-weight: normal;
	min-height: 75px;
	font-size: 18px;
}
.list-car img{
	width: 100%;
	max-width: 100%;
	min-height: 180px;
	max-height: 180px;
	object-fit: cover;
    object-position: center;
}
.list-car p{
	padding-bottom: 6px;
}
.list-car a{
	font: 14px Open Sans, Sans-serif;
	color: #333;
}
.list-car a img{
	margin: 10px 0;
}
.list-car a span, .item-detalhe span{
	color: #FFF;
	background-color: #2baf4a;
	margin: 0 5px;
	border-radius: 5px;
    padding: 2px;
    font-family: sans-serif;
}
.list-car a strong{
	display: block;
	font-size: 26px;
	font-weight: normal;
	margin: -5px 0 0 5px;
	color: #2baf4a;
}
.see-all-cars{
	float: left;
}
.see-all-cars a{
	font: 16px Open Sans, Sans-serif;
	color: #FFF;
	background: linear-gradient(#2baf4a, #185c29);
	margin: 30px 37px;
	padding: 10px 15px;
	text-transform: uppercase;
	text-align: center;
}
.see-all-cars a:hover{
	background: linear-gradient(#185c29, #2baf4a) !important;
}

/*Footer*/
.footer-info{
	background-color: #185c29;
}
.box-footer{
	max-width: 329px;
    width: 31%;
    float: left;
    padding: 37px 1%;
}
.box-footer h3{
	font: 18px Open Sans, Sans-serif;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.box-footer p{
	font: 14px Open Sans, Sans-serif;
	color: #FFF;
	line-height: 24px;
}
.box-footer p strong{

}
.copyright{
	background: #E3e3e3;
	text-align: center;
}
.copyright p{
	width: 100%;
	text-align: center;
	padding: 10px 0;
	font: 14px open Sans, Sans-serif;
	color: #333;
}
.copyright p a{
	display: block;
	color: #83837F;
	margin-top: 5px;
}
.copyright p a:hover{
	color: #333;
}

/*filtro*/

.filter{
	width: 100%;
	font: 16px Open Sans, Sans-serif;
	color: #333;
	border-bottom: 2px solid #e9e9e9;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.filter label{
	margin-right: 10px;
	float: left;
}
.filter select{
	width: auto;
	font: 16px Open Sans, Sans-serif;
	color: #333;
	float: left;
	margin-right: 10px;
}
.filter p{
	float: left;
	margin-left: 520px;
	font-weight: 700;
}

/*Paginação*/
.pagination{
	float: left;
	margin-bottom: 30px;
}
.pagination ul{
	margin-left: 37px;
}
.pagination ul li{
	width: auto;
	float: left;
	margin-right: 5px;
}
.pagination ul li a{
	width: auto;
	font: 16px Open Sans, Sans-serif;
	color: #FFF;
	background: linear-gradient(#2baf4a, #185c29);
	padding: 10px 15px;
	text-transform: uppercase;
	display: block;
}
.pagination a:hover{
	background: linear-gradient(#185c29, #2baf4a) !important;
}

/*Ficha Cadastral*/

.ficha-cadastral{
	font: 16px Open Sans, Sans-serif;
	color: #333;
}
.ficha-cadastral h1{
	width: 98%;
	max-width: 1078px;
	padding: 10px 1%;
	font: 22px Open Sans, Sans-serif;
	font-weight: 700;
	color: #333;
	border: 1px solid #e9e9e9;
	margin: 30px 0 0;
	text-transform: uppercase;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(164,164,164,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(164,164,164,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(164,164,164,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(164,164,164,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(164,164,164,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(164,164,164,1) 100%);
}
.ficha-cadastral h2{
	width: 98%;
	max-width: 1078;
	padding: 5px 1%;
	font: 18px Open Sans, Sans-serif;
	font-weight: normal;
	background: #303030;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 2px solid #e9e9e9;
	margin: 30px 0 20px;
}
.form-ficha{

}
.ficha-cadastral label{
	display: block;
	margin: 15px 0 3px;
}
.ficha-cadastral input[type=text], .ficha-cadastral input[type=date], .ficha-cadastral input[type=mail], .ficha-cadastral select{
	padding: 10px 1%;
	width: 96%;
	border: 1px solid #e9e9e9;
	outline: none;
}
.ficha-cadastral input[type=text]:hover, .ficha-cadastral input[type=date]:hover, .ficha-cadastral input[type=mail]:hover, .ficha-cadastral select:hover{
	border: 1px solid #333;
}
.ficha-cadastral input[type=text]:focus, .ficha-cadastral input[type=date]:focus, .ficha-cadastral input[type=mail]:focus{
	border: 1px solid #333;
}
.ficha-cadastral input[type=submit]{
	font: 16px Open Sans, Sans-serif;
	color: #FFF;
	background: linear-gradient(#2baf4a, #185c29);
	margin: 30px 0;
	padding: 10px 30px;
	text-transform: uppercase;
	border: none;
}
.ficha-cadastral input[type=submit]:hover{
	background: linear-gradient(#185c29, #2baf4a) !important;
}
.large{
	max-width: 600px;
}
.medium{
	max-width: 400px;
}
.little{
	max-width: 200px;
}
.mini{
	max-width: 30px;
}

/*Contact*/
.contato h1{
	width: 98%;
	max-width: 1078px;
	padding: 10px 1%;
	font: 22px Open Sans, Sans-serif;
	font-weight: 700;
	color: #333;
	border: 1px solid #e9e9e9;
	margin: 30px 0;
	text-transform: uppercase;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(164,164,164,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(164,164,164,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(164,164,164,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(164,164,164,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(164,164,164,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(164,164,164,1) 100%);	
}
.contato h2{
	width: 98%;
	max-width: 1078;
	padding: 5px 1%;
	font: 18px Open Sans, Sans-serif;
	font-weight: normal;
	background: #303030;
	color: #fff;
	text-transform: uppercase;
}
.contact-info{
	width: 100%;
	max-width: 400px;
	padding: 30px 0;
	float: left;
}
.contact-info p{
	font: 16px Open Sans, Sans-serif;
	color: #333;
	line-height: 26px;
}
.contact-info p strong{
	display: block;
	margin-bottom: 15px;
}
.contact-info p span{
	width: 90px;
	float: left;
}

.contact-form{
	width: 100%;
	max-width: 700px;
	padding: 30px 0;
	float: left;
	font: 16px Open Sans, Sans-serif;
	color: #333;
}
.form label{
	display: block;
	margin-bottom: 5px;
}
.form input[type=text], .form textarea{
	padding: 10px 1%;
	width: 97%;
	border: 1px solid #e9e9e9;
	outline: none;
	font: 16px Open Sans, Sans-serif;
	color: #333;
	margin-bottom: 15px;
}
.form input[type=text]:hover, .form textarea:hover, .form input[type=text]:focus, .form textarea:focus{
	border: 1px solid #303030;
}
.form textarea{
	height: 150px;
}
.form input[type=submit]{
	font: 16px Open Sans, Sans-serif;
	color: #FFF;
	background: linear-gradient(#2baf4a, #185c29);
	margin: 10px 0 0 0;
	padding: 10px 30px;
	text-transform: uppercase;
	border: none;
}
.form input[type=submit]:hover{
	background: linear-gradient(#185c29, #2baf4a) !important;
}

/*Single*/

.single{

}
.single h1{
	width: 98%;
	max-width: 1078px;
	padding: 10px 1%;
	font: 22px Open Sans, Sans-serif;
	font-weight: 700;
	color: #333;
	border: 1px solid #e9e9e9;
	margin: 30px 0;
	text-transform: uppercase;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(164,164,164,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(164,164,164,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(164,164,164,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(164,164,164,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(164,164,164,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(164,164,164,1) 100%);	
}
.photo{
	width: 50%;
	padding-right: 4%;
	max-width: 550px;
	float: left;
	margin-bottom: 30px;
}
.photo img{
    height: auto;
    max-width: 100%;
	margin: 0 5px 5px 0;
	max-height: 400px;
}
.single-right{
	float: left;
	width: 46%;
	margin-bottom: 30px;
}
.description{
	width: 100%;
	max-width: 550px;
	float: left;	
}
.description h3{
	width: 100%;
	font: 28px Open Sans, Sans-serif;
	font-weight: normal;
	border-bottom: 2px solid #303030;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.description ul{

}
.description ul li{
	display: block;
	font: 16px Open Sans, Sans-serif;
	color: #333;
	height: 40px;
}
.description ul li img{
	width: 25px;
	height: auto;
	float: left;
	margin-right: 20px;
}
.optional{
	width: 100%;
	padding-right: 4%;
	max-width: 550px;
	float: left;
}
.optional h4{
	font: 18px Open Sans, Sans-serif;
	color: #fff;
	background: #303030;
	width: 98%;
	padding: 1%;
	text-transform: uppercase;
	margin-top: 30px;
}
.optional ul{
	width: 45%;
	float: left;
	margin-left: 5%;
	margin-top: 20px;
}
.optional ul li{
	font:16px Open Sans, Sans-serif;
	color: #303030;
	list-style-type: circle;
}

.single-back{
	margin-left: 0!important;
}

/*Descrição do veículo*/
.description-info{
	width: 100%;
	max-width: 550px;
	float: left;
}
.description-info h4{
	font: 18px Open Sans, Sans-serif;
	color: #fff;
	background: #303030;
	width: 98%;
	padding: 1%;
	text-transform: uppercase;
	margin: 30px 0 15px;
}
.description-info p{
	font: 14px Open Sans, Sans-serif;
	color: #303030;
}

/*Enviar Proposta*/
.contact-form-proposta-mb{
	display: none;
}
.contact-form-proposta-mb{
	width: 100%;
	max-width: 700px;
	padding: 30px 0;
	float: left;
	font: 16px Open Sans, Sans-serif;
	color: #333;
}
.contact-form-proposta-mb h4{
	font: 18px Open Sans, Sans-serif;
	color: #fff;
	background: #303030;
	width: 98%;
	padding: 1%;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.contact-form-proposta{
	width: 100%;
	max-width: 700px;
	padding: 30px 0;
	float: left;
	font: 16px Open Sans, Sans-serif;
	color: #333;
}
.contact-form-proposta h4{
	font: 18px Open Sans, Sans-serif;
	color: #fff;
	background: #303030;
	width: 98%;
	padding: 1%;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.form-proposta label{
	display: block;
	margin-bottom: 5px;
}
.form-proposta input[type=text], .form-proposta textarea{
	padding: 10px 1%;
	width: 97%;
	border: 1px solid #e9e9e9;
	outline: none;
	font: 16px Open Sans, Sans-serif;
	color: #333;
	margin-bottom: 15px;
}
.form-proposta input[type=text]:hover, .form-proposta textarea:hover, .form-proposta input[type=text]:focus, .form-proposta textarea:focus{
	border: 1px solid #303030;
}
.form-proposta textarea{
	height: 150px;
}
.form-proposta input[type=submit]{
	font: 16px Open Sans, Sans-serif;
	color: #FFF;
	background: linear-gradient(#2baf4a, #185c29);
	margin: 10px 0 0 0;
	padding: 10px 30px;
	text-transform: uppercase;
	border: none;
}
.form-proposta input[type=submit]:hover{
	background: linear-gradient(#185c29, #2baf4a) !important;
}
.send-ok{
	background: #baffba;
	font: 16px Open Sans, Sans-serif;
	color: #303030;
	width: 96%;
	padding: 2%;
	text-align: center;
	margin-bottom: 30px;
}
.send-ok strong{
	display: block;
	text-transform: uppercase;
}

/* Mobile */

@media screen and (max-width: 1100px){

	body{
		overflow-x: hidden;
	}
	.logo{
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.search{
		max-width: 100%;
	}
	.contact-info{
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
	.contact-form{
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
	.filter p{
		margin-left: 10px;
		font-weight: 700;
	}

}



@media screen and (max-width: 780px){
	.whats-header-mobile a img {
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	.whats-header-mobile {
		display: block;
	}
	.whats-header{
		display: none;
	}
	.modal-content{
		width: 40%;
	}
	.box-footer{
		float: none;
		width: 92%;
		max-width: none;
		padding-left: 4%;
		padding-right: 4%;
	}
	.form-ficha{
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
	.contact-info{
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
	.contact-form{
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
	.nav{
		display: none;
	}
	.nav-mobile{
		display: list-item;
		list-style: none;
		background: linear-gradient(#2baf4a, #185c29);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0 );
		-webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.3);
		height: 60px;
		width: 100%;
		height: auto;
		float: left;
	}
	button.accordion {
		background: linear-gradient(#2baf4a, #185c29);
	    cursor: pointer;
	    padding: 18px;
	    width: 100%;
	    border: none;
	    text-align: center;
	    outline: none;
	    font: 22px Open Sans, Sans-serif;
	    transition: 0.4s;
	    text-transform: uppercase;
	    font-weight: 700;
	    color: #FFF;
	}
	button.accordion img{
		width: 30px;
		height: auto;
		float: left;
	}

	button.accordion.active, button.accordion:hover {
	   
	}

	div.panel {
	    padding: 0 18px;
	    display: none;
	    background-color: transparent;
	}
	.nav-mobile ul li{
		text-align: center;
	}
	.nav-mobile ul li a{
		font: 18px Open Sans, Sans-serif;
		color: #FFF;
		padding: 10px 0;
		display: block;
		font-weight: 700;
		text-transform: uppercase;
		border-bottom: 1px solid #FFF;
	}
	.photo{
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
		max-width: none;
		float: none;
		margin-bottom: 30px;
	}
	.single-right{
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
		max-width: none;
		float: none;
		margin-bottom: 30px;
	}
	.description{
		max-width: none;
	}
	.optional{
		padding-bottom: 30px;
		max-width: none;
	}
	.contact-form-proposta{
		display: none!important;
	}
	.contact-form-proposta-mb{
		display: list-item;
		list-style: none;
	}
}


@media screen and (max-width: 570px){
	.list-car{
		max-width: 90%;
		height: auto;
		margin: 10px 5%;
	}
	.list-car img{
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.see-all-cars a, .whatsapp{
	    width: 96%;
    	margin: 10px 5% 20px;
    	padding: 10px 2%;
	}
	.form-proposta input[type=submit] {
		width: 100%;
	}
	.filter p{
		float: none;
		margin: 0px;
		font-weight: 700;
		float: left;
		margin: 10px 0;
	}
	.filter{
		width: 92%;
		height: 35px;
		padding-left: 4%;
		padding-right: 4%;
	}
	.filter label{
		float: left;
	}
	.filter select{
		float: left;
		width: 80px;
	}
	.pagination ul{
		margin-left: 4%;
	}
	.photo img{
		max-height: 200px;
	}
	.logo img {
		max-width: 290px;
	}
	.modal-content{
		width: 75%;
	}
}
.bx-wrapper {
    max-width: 1100px !important;
	height: auto;
	margin: 0 auto;
}
#slider img {
	width: 100%;
	max-height: 400px;
	margin: auto;
	object-fit: cover;
    object-position: center;
}

.btn-destaque {
	width: 50%;
	background: linear-gradient(#2baf4a, #185c29);
    border-radius: 0;
    color: #FFF !important;
    transition: all 0.5s;
	display: inline-block;
    padding: 6px 12px;
    margin-top: 10px;
    font: 16px Open Sans, Sans-serif;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-destaque:hover {
	background: linear-gradient(#185c29, #2baf4a) !important;
}
	
.item-detalhe p {
	font: 16px Open Sans, Sans-serif;
    line-height: 1.42857143;
}
.item-imagem, .item-detalhe {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.item-detalhe h2 {
	margin-top: 20px;
	font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

@media (max-width: 785px) {
	.item-imagem { 
		height: 300px;
		background-position: center;
	}
	#slider img{
		min-height: 200px;
		max-height: 200px;
	}
}
@media (min-width: 785px) {
	.item-imagem { 
		height: 333px;
		margin-right: 10px;
		width: 40%; 
	}
	.item-imagem, .item-detalhe {
		float: left;
	}
}