.page-servicios {

}

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

/*SECTION TOP*/

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

.page-servicios .section-top hr {
    height: 1px;
    background: #9c9c9c;
    margin-bottom: -20px;
    position: relative;
    margin-top: 25px;
}

.page-servicios .section-top h1 {
	color: #fc4513;
	font-size: 24px;
	margin: 10px 0 30px 0;
	line-height: 29px;
}

.page-servicios .section-top ul {

    padding: 0px 0px 0px 17px;}
    
/*////SECTION TOP*/

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

}

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

.page-servicios  p, ul li {
	font-size: 16px;
	line-height:25px;
}


/*///SECTION BODY*/

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

}

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

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

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

	z-index: 1;
}

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


.page-servicios .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";
}



@media (min-width: 768px){
	.page-servicios .section-top {
		margin-bottom: 0;
	}

	
}

.page-servicios .section-body .col-sm-6 {
		margin-top: 50px;
	}
	
.page-servicios	.btn.btn-verde {margin-bottom: 20px}