.holderCircle{
	width:300px;
	height:300px;
	margin-top: 8px;
	margin-left: 8px;
	border-radius:100%;
	position:relative;
    background: #00000066;
    /*
    background: radial-gradient(circle, rgb(0 0 0) 0%, rgb(73 73 73) 31%, rgb(0 0 0) 69%);
    backdrop-filter: blur(10px) brightness(75%) !important;
    backdrop-filter-radius: 2px;
    */
}
.descrus{
    color: #fff;
    text-shadow: 0px 1px black;
    text-align: center;
    bottom: -30px;
    position: absolute;
    border-radius: 5px;
    width:100%;
    background: #00000050;
    backdrop-filter: blur(10px) brightness(75%) !important;
    backdrop-filter-radius: 2px;   
    clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}

.descrita {
    position: absolute;
    top: 0px;
    left: 360px;
    width: 800px;
    height: 350px;
    background: #00000060;
    z-index: 222;
    border-radius: 20px;
}

.dotCircle{
	width:100%;
	height:100%;
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border-radius:100%;
	z-index:20;
}
/*----------------------------------*/
.imgol{
	border-radius:100%;
}
.imgol,
.circle, 
.dotCircle  .itemDot::after,
.dotCircle  .itemDot{
	width:50px;
	height:50px;    
}
.circle {
    position: absolute !important;
}

.dotCircle  .itemDot{
	display:block;
	position:absolute;
	background:#ddd;
	color:#fff;
	border-radius:100%;
	text-align: center;
	font-size:30px;
	z-index:3;
	cursor:pointer;	
    opacity: .1;
}

.dotCircle  .itemDot::after {
	content:"";
	position: absolute;
	border-radius: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index:2;
}
.dotCircle  .itemDot::before{
	content:"";
	width: 50px;
	height: 50px;
	position: absolute;
	border-radius: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index:2;
}
/*----------------------------------*/
.dotCircle .itemDot.active{
	background:#34495e;
	color:#fff;
	transition:0.5s;
    opacity: 1;
}
.dotCircle .itemDot.active::before{
	border-color:#34495e;
}	

.dotCircle  .itemDot .forActive{
	width:56px;
	height:56px;
	position:absolute;
	left:0;
	right:0;
	text-shadow: 2px 2px black;
}

.dotCircle .itemDot:hover{
	background:#34495e;
	color:#fff;
	transition:0.5s;
}
.dotCircle .itemDot:hover::before{
	border-color:#34495e;
}

.contentCircle{
	width: 140px;
	height: 140px;
	border-radius: 100%;
	background: url(../img/bgcircle.png) no-repeat;
	color: #fff;
    position: relative;
    top: 81px;
    left: 0;
    bottom: 0;
    margin: auto;
}

.contentCircle .CirItem{
	border-radius: 100%;
	color: #000;
	position: absolute;
	text-align: center;
	border: 2px solid #00000080;
	padding: 10px !important;
	background: #000;
	bottom: 0;
	left: 0;
	opacity: 0;
	transform: scale(1.2);
	font-weight: bold;
	font-size: 13px;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	margin: auto;
	background: #00000054;
	background-repeat: no-repeat;
    background-size: cover;
	line-height: 250px;
}

.CirItem.active{
	z-index:1;
	opacity:1;
	transform:scale(1.3);
	border: 2px solid #00000080;
	transition:0.5s;
}

@media only screen and (min-width: 300px) and (max-width: 599px){

	.holderCircle {
		width: 250px;
		height: 250px;
		margin:60px auto;
	}
	.holderCircle::after {
		width: 100%;
		height: 100%;
	}
	
	.dotCircle{
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

}



