
.chartDonut {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  position: absolute;
}
.doughnutTip {
  position: absolute;
  z-index:999;
  float: left;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 15px;
  border-radius: 1px;
  background: rgba(0,0,0,.8);
  color: #ddd;
  font-size: 12px;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  transform: all .3s;
  pointer-events: none;
}
.doughnutTip:after {
  position: absolute;
  z-index:999;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(0,0,0,.7);
  line-height: 0;
}

.doughnutSummary {
  position: absolute;
  z-index:5;
  top: 50%;
  left: 50%;
  color: #d5d5d5;
  text-align: center;
  /* text-shadow: 0 -1px 0 #111; */
  cursor: default;
}
.doughnutSummaryTitle {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -27%;
  font-size: 16px;
  letter-spacing: .06em;
}
.doughnutSummaryNumber {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8%;
  font-size: 24px;
}
.chartDonut path:hover { 
  opacity: .65; 
}

.block-chart ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.block-chart h1 {
  font-size: 23px;
}

.block-chart h2 {
  font-size: 14px;
}

.horizontal-list p {
  font-size: 12px;
  padding: 5px;
}

.block-chart a {
  text-decoration: none;
  font-size: 15px;
}
.block-chart  a:hover {
  text-decoration: underline;
}

.block-chart h1, h2, p, a, span{
  color: #2b8ed4;
}
.scnd-font-color {
  color: #2b8ed4;
}
.titular {
  display: block;
  line-height: 60px;
  margin: 0;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.horizontal-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.horizontal-list li {
  float: left;
}
.horizontal-list li p {
  line-height: 1.7;
  margin: 0;
  padding: 0;
  font-size: 11px;
}
.horizontal-list li h5 {
  font-size: 16px;
  color: #2b8ed4;
}
.block-chart {
 margin: 25px 25px 0 0;
 background: rgba(243, 243, 243, 0.7);
 border-radius: 5px;
 float: left;

 width: 219px;
 overflow: hidden;
}

.donut-chart-block {
  overflow: hidden;
}
.donut-chart-block .titular {
 /* padding: 10px 0; */
}
.typeStove-percentages li {
 width: 73px;
 border-left: 1px solid #fff;
 text-align: center;          
 background: #f3f3f3;
}
.typeStove {
  margin: 0;
  padding: 10px 0 5px;
  font-size: 15px;    
}
.typeStove.type1 {
 border-top: 4px solid #e64c65;
}
.typeStove.type2 {
 border-top: 4px solid #11a8ab;
}
.typeStove.type3 {
 border-top: 4px solid #FCB156;
}
.typeStove-percentage {
  margin: 0;
  padding: 0 0 15px 10px;
  font-size: 25px;
}


.donut-chart {
  position: relative;
  width: 200px;
  height: 190px;

  margin: 0 auto 2rem;
  border-radius: 100%
}



.chartDonut1 {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  position: absolute;
}
.doughnutTip1 {
  position: absolute;
  z-index:999;
  float: left;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 15px;
  border-radius: 1px;
  background: rgba(0,0,0,.8);
  color: #ddd;
  font-size: 12px;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  transform: all .3s;
  pointer-events: none;
}
.doughnutTip1:after {
  position: absolute;
  z-index:999;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(0,0,0,.7);
  line-height: 0;
}

.doughnutSummary1 {
  position: absolute;
  z-index:5;
  top: 50%;
  left: 50%;
  color: #d5d5d5;
  text-align: center;
  /* text-shadow: 0 -1px 0 #111; */
  cursor: default;
}
.doughnutSummaryTitle1 {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -27%;
  font-size: 16px;
  letter-spacing: .06em;
}
.doughnutSummaryNumber1 {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8%;
  font-size: 24px;
}
.chartDonut1 path:hover { 
  opacity: .65; 
}

.block-chart1 ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.block-chart1 h1 {
  font-size: 23px;
}

.block-chart1 h2 {
  font-size: 14px;
}

.horizontal-list1 p {
  font-size: 12px;
  padding: 5px;
}

.block-chart1 a {
  text-decoration: none;
  font-size: 15px;
}
.block-chart1  a:hover {
  text-decoration: underline;
}

.block-chart1 h1, h2, p, a, span{
  color: #2b8ed4;
}
.scnd-font-color1 {
  color: #2b8ed4;
}
.titular1 {
  display: block;
  line-height: 60px;
  margin: 0;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.horizontal-list1 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.horizontal-list1 li {
  float: left;
}
.horizontal-list1 li p {
  line-height: 1.7;
  margin: 0;
  padding: 0;
  font-size: 11px;
}
.horizontal-list1 li h5 {
  font-size: 16px;
  color: #2b8ed4;
}
.block-chart1 {
 margin: 25px 25px 0 0;
 background: rgba(243, 243, 243, 0.9);
 border-radius: 5px;
 float: left;

 width: 219px;
 overflow: hidden;
}

.donut-chart-block1 {
  overflow: hidden;
}
.donut-chart-block1 .titular {
 /* padding: 10px 0; */
}
.typeStove-percentages1 li {
 width: 109px;
 border-left: 1px solid #fff;
 text-align: center;          
 background: #f3f3f3;
}
.typeStove1 {
  margin: 0;
  padding: 10px 0 5px;
  font-size: 15px;    
}
.typeStove1.type11 {
 border-top: 4px solid #e64c65;
}
.typeStove1.type21 {
 border-top: 4px solid #11a8ab;
}
.typeStove1.type31 {
 border-top: 4px solid #FCB156;
}
.typeStove-percentage1 {
  margin: 0;
  padding: 0 0 15px 10px;
  font-size: 25px;
}


.donut-chart1 {
  position: relative;
  width: 200px;
  height: 190px;

  margin: 0 auto 2rem;
  border-radius: 100%
}