.single .circle{
	width:72px;
	height:72px;
	border-radius: 50%;
	background:var(--primary-color);	
	display:flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left:auto;
}

.single .circle img{
	flex-shrink: 0;
	max-width:50px;
	max-height: 50px;
}

.single h1,.single h2,.single h3,.single h4,.single h5{
	color:var(--dark-color);
	font-weight: bold;
}

.single h2{
	font-size:36px;
}

.testimonio h4{
	font-size:18px;	
}

.single-page h2{
	font-size:30px;
	color:var(--dark-color);
	font-weight: bold;
}

.single-page hr{
	border-color:var(--primary-color);
	border-width: 2px;
	max-width:168px;
	margin-left:0px;
}

.single p{
	font-size:18px;
	font-weight: normal;	
}

.single a{
	overflow-wrap: break-word;
  	word-wrap: break-word;
}

.single-page img{
	max-width: 100%;
}

h4.brown{
	color: #FB6F58;
	font-size: 40px;
	text-align: center;
	margin-bottom:0px;
}
.achievement-number{
	display: flex;
	flex-direction: column;
}
span.short{
	font-size: 16px;
	color: #8A8A9A;
	text-align: center;
	text-transform: uppercase;
}

.loading-chart{
  width:100%;
  min-height:400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-chart svg{
	-webkit-animation: rotation 2s infinite linear;
    -moz-animation: rotation 2s infinite linear;
    -o-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear;
}

.d3-tip{
  font-weight: 700;
  padding: 13px;
  background: #FFF;
  color: #333;
  border-radius: 2px;  
  font-size: 1em;
  border:1px #333 solid;
  border-radius:5px;
}

div.sociedad-civil{
	position: absolute;
    border: 2px var(--primary-color) solid;
    top: 0px;
    right: -265px;
    width: 250px;    
    border-radius: 15px;
    padding-top:15px;
    padding-bottom:15px;
    background:white;    
}

div.sociedad-civil a{
	color : var(--primary-color)  !important;
	font-size: 16px;
	overflow-wrap: break-word;
  	word-wrap: break-word;
}

div.sociedad-civil .lista{
	border-top:1px var(--gray-mid) solid;
}

div.sociedad-civil h2, div.sociedad-civil .lista{
	padding-left:15px;
	padding-right:15px;
}

div.sociedad-civil h2{
	font-size:20px;
}

div.sociedad-civil .lista ul{
	padding-left:18px;
}

div.sociedad-civil .lista ul li{
	font-size:15px;
}

.single iframe{
	max-width: 100% !important;
}

@media all and (max-width: 1365px){
	div.sociedad-civil{
		position: relative;
		top:0px;
		right:0px;
		width:100%;
		margin:30px auto;
	}
}

@media all and (max-width: 1023px){
	.single .circle{
		margin-left:0px;
	}
	h4.brown{
		font-size:45px;
	}
}

@media all and (max-width:767px){
	.prev-cards{
		flex-direction: column-reverse !important;
	}
	h4.brown{
		font-size:46px;
	}
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to   {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to   {-o-transform: rotate(359deg);}
}
@keyframes rotation {
    from {transform: rotate(0deg);}
    to   {transform: rotate(359deg);}
}