/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.container { max-width: 90% !important; }

.fkrub { font-family: "Krub", sans-serif !important; letter-spacing: -0.5px; }
.fbodoni { font-family: "Bodoni Moda", serif !important; font-optical-sizing: auto !important; font-style: italic !important; font-weight: 500 !important; }

.fcblack { color: black !important; } .fcwhite { color: white !important; } .fcgreen { color: #dddc13 !important; } .fcyellow { color: #FFEC00 !important; } 

.fs90 { font-size: 90px !important; } .fs75 { font-size: 75px !important; } .fs60 { font-size: 60px !important; } .fs45 { font-size: 45px !important; } .fs42 { font-size: 42px !important; }  .fs36 { font-size: 36px !important; } .fs30 { font-size: 30px !important; } .fs27 { font-size: 27px !important; } .fs24 { font-size: 24px !important; } .fs21 { font-size: 21px !important; } .fs18 { font-size: 18px !important; } .fs15 { font-size: 15px !important; }  .fs13 { font-size: 13px !important; }   .fs12 { font-size: 12px !important; } 

.fw900 { font-weight: 900 !important; } .fw800 { font-weight: 800 !important; } .fw700 { font-weight: 700 !important; } .fw600 { font-weight: 600 !important; } .fw500 { font-weight: 500 !important; } .fw400 { font-weight: 400 !important; } .fw300 { font-weight: 300 !important; } .fw200 { font-weight: 200 !important; } .fw100 { font-weight: 100 !important; }

.lh100 { line-height: 100% !important; } .lh110 { line-height: 110% !important; } .lh115 { line-height: 115% !important; } .lh120 { line-height: 120% !important; } .lh130 { line-height: 130% !important; } .lh150 { line-height: 150% !important; } 

.tupper { text-transform: uppercase !important; } .toitalic { font-style: italic !important; }

.padd0 { padding: 0 !important; }
.marg0 { margin: 0 !important; }

.dview { display: block !important; }
.mview { display: none !important; }

.dviewf { display: flex; justify-content: center !important; }
.mviewf { display: none !important; }
.circlesblock { display: none !important; }

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.posrelative { position: relative !important; }

.sizecircles { width: 360px !important;  height: 360px !important; position: relative; }
.centercircles { display: flex; flex-direction: column; }

.w360ptf { height: 360px !important; }
.w750ptf { height: 750px !important; }
.w640ptf { height: 640px !important; }
.paddptf { padding: 0 15px !important; }

.hgradclientes { height: 150px !important; }



.barra1, .barra2, .barra3 {
	position: relative;
	width: 360px; 
	height: 360px;
	border-radius: 50%;
	background: conic-gradient(rgb(255, 237, 0) 1deg, rgb(249, 249, 249) 0deg);
}

.barra1::before{
	content: "";
	position: absolute;
	background-color: rgb(255, 255, 255);
	width: 358px;
	height: 358px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.barra2::before{
	content: "";
	position: absolute;
	background-color: rgb(255, 255, 255);
	width: 358px;
	height: 358px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.barra3::before{
	content: "";
	position: absolute;
	background-color: rgb(255, 255, 255);
	width: 358px;
	height: 358px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}




@media (max-width: 1550px){
    
    .w300ptf { height: 260px !important; }
    .w640ptf { height: 550px !important; }
	
}


@media (max-width: 1350px){
	
    .dviewf { display: none !important; }
	.mviewf { display: flex !important; justify-content: center !important; }
	.dwrap { flex-wrap: wrap !important; }
	
}

@media (max-width: 996px){
	
	.mviewf { display: none !important; }
	.circlesblock { display: block !important; }
	.sizecircles { width: 360px !important;  height: 360px !important; position: relative; }
	
	.hgradclientes { height: 180px !important; width: 120px !important; }
	
}

@media (max-width: 767px){
	
	.dview { display: none !important; }
	.mview { display: block !important; }
	
	.hgradclientes { height: 300px !important; width: 120px !important; }
	
}

@media (max-width: 500px){
	
	.dview { display: none !important; }
	.sizecircles { width: 270px !important;  height: 270px !important; position: relative; }
	.txtcircle { min-height: 100px !important; font-size: 12px !important; }
	
}