.texto{
	position: absolute; 
	left: 0; 
	right: 0; 
	top: calc(50%);
	text-align: center;
}

.texto div{
	width: 100px;
	margin: 0px auto;
	animation: rodarIcone 1s infinite;
	-webkit-animation: rodarIcone 1s infinite;
	-moz-animation: rodarIcone 1s infinite;
	-ms-animation: rodarIcone 1s infinite;
	-o-animation: rodarIcone 1s infinite;
}

.icone{
	font-size: 50px; 
	color: rgb(0, 72, 119);
}

