@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap');

body{
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
}

.f40{
	font-size: 2.7rem;
}
.f15{
	font-size: 0.9rem
}
.frl14{
   font-family: 'Rubik', sans-serif;
   font-size: 0.9rem;
   font-weight: 300;
}

.padd-0{
	padding:0px;
}

.mt-15{
	margin-top: 9rem;
}

.color_0{
   color: #fff;
}
.color_1{
	color:#4F85A6;
}
.color_2{
	color:#334A59;		
}
.color_3{
	color: #877AEB;	
}
.color_4{
	color: #EB4A66;	
}
.color_5{
	color: #33B0B0;	
}
.color_6{
	color: #FF9E2B;	
} 

.grigio_1{
	color: #F2F2F2;
}

.grigio_2{
	color: #CCCCCC;
}

.grigio_3{
	color: #B2B2B2;
}

.grigio_4{
	color: #999999;
}

.grigio_5{
   color: #666;
}

.bg-grigio_1{
	background-color: #F2F2F2;
}

.bg-grigio_2{
	background-color: #CCCCCC;
}

.bg-grigio_3{
	background-color: #B2B2B2;
}

.bg-grigio_4{
	background-color: #999999;
}

.bg-color_1{
	background-color:#4F85A6;
}
.bg-color_2{
	background-color:#34495a;		
}
.bg-color_3{
	background-color: #877AEB;	
}
.bg-color_4{
	background-color: #EB4A66;	
}
.bg-color_5{
	background-color: #33B0B0;	
}
.bg-color_6{
	background-color: #FF9E2B;	
}


.button{
	font-family: 'Abel', sans-serif;
	font-size: 1.1rem;;
	text-transform: uppercase;
	opacity: 0.9;
	border:none;	 
	border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.button:hover,.button:active {
   background-color: #33B0B0!important;
}

.rotate-center {
	-webkit-animation: rotate-center 10s linear infinite both;
	        animation: rotate-center 10s linear infinite both;
}

 

.glow {
	margin: 0;
	position: relative;
	width: 50px;
	height: 50px;
          -webkit-animation-duration: 0.5s;
          -webkit-animation-name: glow;
          -webkit-animation-direction: alternate;
          -webkit-animation-iteration-count: infinite;
          animation-duration: 0.5s;
          animation-name: glow;
          animation-direction: alternate;
          animation-iteration-count: infinite;
    }
    
@-webkit-keyframes glow {
          from { -webkit-box-shadow: 0px 0px 30px 0px rgba(222, 94, 96, 1);
	-moz-box-shadow:    0px 0px 30px 0px rgba(222, 94, 96, 1);
	box-shadow:         0px 0px 30px 0px rgba(222, 94, 96, 1); }
	        to { -webkit-box-shadow: 0px 0px 30px 0px rgba(222, 94, 96, 0);
	-moz-box-shadow:    0px 0px 30px 0px rgba(222, 94, 96, 0);
	box-shadow:         0px 0px 30px 0px rgba(222, 94, 96, 0); }
    }

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


.overlay-no-active{
	background: #000000c7;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
	text-align: center;
	vertical-align: middle;

}
.overlay-no-active span{
	    color: #fff;
    font-size: 40px;
    /* top: 50%; */
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
}
