
.btn-custom-width {
	width: 270px;
}
#img1 {
	position: absolute; 
	left: 0; 
	bottom: 0;
}
#section-testimonial,
#section-skills,
#section-pricing,
#section-contact,
#page-header {
	background-image: url('../../imagen-corporativa/images/circulos.jpg');
}
@media (max-width: 767px) {
	#img1 {
		max-width: 150px;
	}
}

/*
|------------------------------------------------
| 6.5 Doughnut Chart
|------------------------------------------------
*/
.doughnut-chart {
	display: table;
	margin: 0 auto;
}
.doughnut-chart .chart-value {
	position: absolute;
	display: table;
	top: 100px;
	right: 50%;
	width: 150px;
	height: 150px;
	margin: -75px -75px 0 0;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: normal;
	border-radius: 50%;
	background: rgba(0,0,0,0.55);
	text-align: center;
}
.doughnut-chart .chart-value > span {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.doughnut-chart .chart-title {
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 1em;
}

.text-white {
    color: #fff;
}


/*
|------------------------------------------------
| 5.0 Sections
|------------------------------------------------
*/
.site-section {
	position: relative;
	/*padding: 50px 0 0;*/
}
.site-section.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.site-section .section-header {
	text-align: center;
	margin: 0 0 50px;
}
.section-header .smt {
	display: table;
	position: relative;
	margin: 0 auto;
	font-size: 46px;
	padding: 0 42px;
	text-transform: uppercase;
}
.section-header .smt:before, .section-header .smt:after {
	display: inline-block;
	content: "";
	border-bottom: 1px solid #af99c1;
	position: absolute;
	left: 0;
	top: 50%;
	width: 42px;
	margin-top: -1px;
}
.section-header .smt:after {
	left: auto;
	right: 0;
}
.section-header .smt > span {
	display: block;
	padding: 0 30px;
}
.section-header .sst {
    color: #ffffff;
    font-family:Raleway,sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
}
.bg-dark .section-header .smt > span {
	color: #fff;
}
.bg-dark .section-header .sst {
	color: #b5b5bf;
}

