.esconde{
	display: none;
}

/*Formatação de fonte*/
.azul{
	color:#4575bd;
}
.cinza{
	color:#808080;
}
.branco{
	color:#ffffff;
}
.preto{
	color: #000000;
}
.esquerda{
	text-align: left;
}
.noLink{
	text-decoration: none;
}

/*Quebra celular*/
@media (min-width: 100px) {
	#menu{
		width: 100%;
		height: 100px;
		background-color: #4575bd; 
		position: fixed;
		z-index: 99;
		top: 0;
	}
	#menuDesktop{
		display: none;
	}
	#menuMobile{
		display: block;
		float: right;
		margin-top: 33px;
	}
	#logoMenu{
		margin: 37px 0 0 10px;
		width: 320%;
	}
	#carro{
		display: none;
	}
	#contatos{
		margin-top:100px;
		padding: 20px;
		border-bottom: .1px solid #e6e6e6;
	}
	.imgContatos{
		width: 300%;
		margin: 20px 0 0 -10px;
	}
	.imgTerapias{
		margin-top: 30px;
	}
	#numeros{
		width: 100%;
	}
	#contador{
		width: 100%;
		background-color: #0392ce;
		height: 350px;
		padding: 25px;
	}
	#rodape{
		background-color: #222222;
	}

	.fotoEquipe{
		border-radius: 100%; 
		width: 120%; 
		margin-top:45px;
	}
}

/*Quebra computador*/
@media (min-width: 980px) {
	#menu{
		width: 100%;
		height: 100px;
		background-color: #4575bd; 
		position: fixed;
		z-index: 99;
		top: 0;
	}
	#menuMobile{
		display: none;
	}
	#menuDesktop{
		display: block;
		float: right;
		margin-top: 39px;
	}
	#menuDesktop a{
		margin-left: 25px;
	}
	.anulaUm{
		margin-left: 0 !important;
	}
	#menuDesktop a:hover{
		color:#e7e0e0;
	}
	#logoMenu{
		width: 100%;
		margin-top: 34px;
	}
	#carro{
		display: block;
		margin-top: 100px
	}
	#carroDesc{
		position: absolute; 
		margin-top: -300px; 
		padding: 10px;
		margin-left: 70px
	}
	#contatos{
		margin-top:0px;/*Anulando Mobile*/
		padding: 20px;
		border-bottom: .1px solid #e6e6e6;
	}
	.imgContatos{
		width: 350%;
		margin: 7px 0 0 -15px;
	}
	.imgTerapias{
		margin-top: 0;
	}
	#numeros{
		width: 100%;
	}
	#contador{
		width: 100%;
		background-color: #0392ce;
		height: 200px;
		padding: 70px;
	}
	#rodape{
		background-color: #222222;
	}
	.fotoEquipe{
		border-radius: 100%; 
		width: 100%; 
		margin-top:20px;
	}
}