#btn_estadisticas{
	cursor: pointer;
	transition:all linear 0.1s;
}

#btn_estadisticas:hover{
	transform: scale(1.1);
}

#div_counter{
	padding-top:20px;
	padding-bottom:10px;
	background-color:#FFF;
	position: relative;
	z-index: 1;	
	/*margin-bottom:20px;*/
	border-radius:5px;
}

#div_counter > div{
	margin-bottom:5px;
}

.counter{
	font-size:40px;
	font-weight:bold;
	text-align:center;	
} 

#banner{	
	padding:30px;
}

#banner .col-md-6:first-child{
	color: #FFF;
	text-shadow:0px 0px 5px #000;
}

#banner_contacto{
	border-radius:20px;
	background:rgba(255, 255, 255, 0.6);
	padding:15px 20px;
}

#banner_contacto h4{
	color:#083E64;
}

#div_comunidad_soporte,
#div_programa_afiliados{
	padding-top:30px;
	padding-bottom:25px;
	background-image: url("../imagenes/pskloud-banner.webp");
	background-size: cover;
	color:#FFF;
}

#banner_fact_elect{
	margin-top:10px;
	margin-bottom:10px;
	position: relative;
	padding:0px;
	background-image: url('../imagenes/fact_elect_banner.webp');
	background-size:cover;
	background-position: center;"
}

#banner_fact_elect h1{
	font-size: 30px;
	max-width: 600px;
	text-shadow:0px 0px 5px #000;
}

#banner_fact_elect h2{
	font-size: 20px;
	max-width: 600px;
	text-shadow:0px 0px 5px #000;
}

#banner_fact_elect img{
	width:80px;
	margin-bottom:4px;
	margin-right:4px;
	border:2px solid #FFF;
	transition:all linear 0.1s;
}

#banner_fact_elect img:hover{
	transform: scale(1.1);
}

#carousel-clientes img{
	/*filter: grayscale(1);*/
	transition: all linear 0.1s;
}

#carousel-clientes img:hover{
	transform: scale(1.1);
}

@media screen and (min-width: 0px){
	#banner{
		background-image: url("../imagenes/nuestras-soluciones-banner-movil.png");
	}
	.img_banner_pc{
		display: none;
	}
	.img_banner_movil{
		display: block;
	}	
	#div_counter > div{
		width:100%;
	}
	#lista_testimoniales .div_iframe_youtube{
		width:49%;
	}
	#carousel-clientes img{
		width:25%;
	}
}

@media screen and (min-width: 800px){
	#banner{
		background-image: url("../imagenes/nuestras-soluciones-banner.webp");
	}
	.img_banner_pc{
		display: block;
	}
	.img_banner_movil{
		display: none;
	}
}

@media screen and (min-width: 1100px){
	#div_counter > div{
		width:20%;
	}
	#lista_testimoniales .div_iframe_youtube{
		width:24%;
	}
	#carousel-clientes img{
		width:16%;
	}

}
