/* CSS Document */

/* features section 1 */
.features_sec20 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px;
}
.features_sec20 i {
	width: 80px;
	height: 80px;
	border:1px solid #f2d438;
	background-color: #f2d438;
	color: #fff;
	font-size: 35px;
	text-align: center;
	vertical-align: middle;
	line-height: 80px;
	border-radius: 100%;
	margin-bottom: 30px;
}
.features_sec20 .one_fourth:hover i {
	color: #f2d438;
	border:1px solid #f2d438;
	background-color: #fff;
}
.features_sec20 .one_fourth:hover h3 {
	color: #f2d438;
}
.features_sec20 .one_fourth:hover .readmore_but1 {
	color: #f2d438;
}
.features_sec20 .one_fourth.active i {
	color: #f2d438;
	border:1px solid #f2d438;
	background-color: #fff;
}
.features_sec20 .one_fourth.active h3 {
	color: #f2d438;
}
.features_sec20 .one_fourth.active .readmore_but1 {
	color: #f2d438;
}

.empresa_picture {
	width:200px;
	height:200px;
	border-radius:50%;
	border:2px solid #000;
	text-align:center;
	background:url(../../images/arthur-cover.jpg) center center no-repeat;
	background-size:cover;
	margin:auto;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;
}

.empresa_picture .description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    z-index: 1;
    padding: 4px 0;
    text-align: center;
    line-height: 35px;
    border-radius: 0 0 10px 10px;
	font-weight: bold;
}

.about_title{
	text-align:center;
}

.about_text{
	text-align:justify;
}

.content_fullwidth_empresa{
	float: left;
	width: 100%;
	padding: 10px 0px 0px 0px;
}