.dash-header {
	background-image:linear-gradient(to right, #00b09b, #96c93d);
	width: 100%;
	height: 100px;
	text-align: left;
	padding: 1%;
	color: white;
}

.dash-header h1{
	margin-top: 70px;
	color: white;
}

.span-step {
	background: #57c279;
	color: white;
	padding: 5px;
	border-radius: 5px;
	font-size: 20px;
}

.span-desc{
	background: white;
	padding: 8px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
}

.dash-body{
	background-color: white;
	width: 100%;
	padding: 3%;
	color: black;
	height: 500px;
}

.dash-body h3{
	text-align: justify;
}

.backgray {
	font-size: 12px;
	background-color: #f5f5f5 !important;
}

.subTitulo {
	line-height: 0px;
}

.tituloQueSomos {
	text-align: left;
	font-size: 20px;
}

.subBoxTitulo {
	font-size: 10px;
}

.divHome{
	margin-top: 1%;
	background-color: #aaa; 
	border-radius: 50%; 
	width: 150px; 
	height: 150px; 
	overflow: hidden; 
	position: relative;
}

.imgHome{
	position: inherit; 
	bottom: 0; 
	width: 100%;
}

a[href="#top"]{
    padding: 3px;
	position: fixed;
	top: 90%;
	right: 40px;
	display: none;
	font-size: 30px;
	border: 1px solid;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 100px;
}
a[href="#top"]:hover{
    text-decoration:none;
}

#UFV {
	background-image:
		url("/javax.faces.resource/poseidon-layout/images/logo/UFV.gif.jsf");
}

.logoPublico {
	max-width: 100%;
	height: auto;
}

.fotoC {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 2px solid #FFF;
	z-index: 3;
	background: #AAA;
	position: relative;
}

.ufs {
	width: 20%;
	height: auto !important;
	color: white;
}

.ufv {
	width: 33%;
	height: auto !important;
	color: white;
}

.redondo {
	width: 150px;
	height: 150px;
	background-image:
		url("");
	color: #FFF;
	border-radius: 50%;
}

.boxAPRE {
	width: 180px;
	height: 70px;
	display: block;
	margin-top: -50px;
	background: #00acac;
	color: #FFF;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid gray;
	moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.round {
	margin: 10px;
	border-radius: 50%;
	overflow: hidden;
	width: 119px;
	height: 119px;
	box-shadow: 3px 3px 5px #555;
	/* sombra deslocada em 3px para baixo e 3px para direita, borrada em 5px e com cor cinza */
}

.round div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	/*ajusta a imagem dentro do div, mantendo a proporção da imagem */
	background-position: center center;
}

.img_translate {
	width: 24px;
	height: 24px;
	vertical-align: sub;
	border-style: none;
}