.page-usados {

}
.page-usados .block {
	color: #ffffff;
	background: #fc4513 ;
	padding:20px;
	margin:0px;
}

.page-usados .product-sidebar h2{
	font-size:22px;
	margin: 0;
	font-weight: normal;
}

.page-usados .product-sidebar p{
	font-size: 22px;
    line-height: 23px;
    color: #333333;
    text-decoration: none;
    text-align: left;
    padding: 20px 0px 20px 10px;
}

.page-usados .product-sidebar p a:hover{
	opacity:0.9;
}

.page-usados .product-sidebar a:link{
	text-decoration: none;
}

.page-usados a {
	color: #007548;
}

/*SECTION TOP*/

.page-usados .section-top {
	margin-top: 20px;
	margin-bottom: 30px;
}

.page-usados .section-top hr {
	height: 1px;
	background: black;
	margin:5px 0 0 0;
}

.page-usados .section-top h1 {
	color: #007548;
	font-size: 32px;
	margin: 0;
	font-weight: lighter;
}

/*////SECTION TOP*/

/*SECTION BODY*/
.page-usados .section-body {

}

.page-usados .section-body h2 {
	color: #007548;
}

.page-usados .section-body .list-unstyled li.title{
	font-size:22px;
	font-weight: bold;
}
.page-usados .section-body .list-unstyled li{
	border-bottom:1px solid #9c9c9c;
	padding:5px;
}

.page-usados .section-body .btn.btn-verde{
	background: #007548;
	color:white;
	margin-bottom: 30px;
}

	/*///SECTION BODY*/

/*SECTION TOP*/
.page-usados .section-bottom {

}

.page-usados .section-bottom .image {
	position: relative;
	margin-top: 30px;
}

.page-usados .section-bottom .outer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.page-usados .section-bottom .inner{
	position: relative;
	padding-bottom: 10px;

	z-index: 1;
}

.page-usados .section-bottom .inner h2 {
	font-size: 30px;
	color: white;
}


.page-usados .section-bottom .background {
	position: absolute;
	background:	rgba(3, 53, 31, 0.77);
	width: 100%;
	height: 100%;
	/*opacity: 0.5;*/
	bottom: 0;
	z-index: 0;
}

/*///SECTION TOP*/

.plus-link {
	font-size: 12px;
}

.plus-link div {
	background: #007548;
	display: inline-block;
}

.plus-link div i {
	padding: 4px;
	font-size: 8px;
	color: white;
}

.plus-link:hover {
	text-decoration: none;
	color: #009a61;
}

.plus-link:hover div {
	background: #009a61;
}

.plus-link:hover .fa-plus-square:before {
	content: "\f061";
}


/*OWL CAROUSEL*/
.page-usados .owl-dots{
	position: relative;
	z-index: 2;
	top: -25px;
	margin-top: 0;
}
/*OWL CAROUSEL*/


/*POPUP USADOS*/
/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;

	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;

	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}




@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.mfp-open .mfp-figure {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-ms-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

/*-POPUP USADOS*/