.navbar{
	background-color: white;
	box-shadow: 0 4px 2px -3px gray;
}

#contactoMain{
	background-color: #CCDADA;
	padding: 15px 20px 15px 20px;
	font-family: "Avenir Light",Helvetica,Arial,sans-serif;
}

#titulo{
	font-family: "Linotype Didot",Helvetica,Arial,sans-serif;
	color: #75928E;
}

#menu{
	font-family: "Avenir Light",Helvetica,Arial,sans-serif;
}

.espacamento{
	height:100px;
}

  #areasInt{
  	font-size:35px;
  	font-style: italic;
  	margin-top: 20%;
  }
}

.tituloExperiencia{
	color: #75928E;
	font-family: "Linotype Didot";
	font-style: italic;
	font-weight: bold;
}

.fonteAlterada{
	font-family: Linotype Didot!important;
	font-style: italic;
	font-size: 25px;
	color: #2E2E2E;
}

#fonteAlteradaTitulo{
	color: #75928E;
	font-size: 35px;
}

#paragrafos{
	margin-top: 3%;
}

#paragrafosSeniores{
	margin-top: 1%;
}

a{
	cursor: pointer;
}

.para{
	font-family: Linotype Didot;
	font-size: 20px;
	font-weight: bold;
}

#areasTit{
	color:#A4B6B4;
	font-family: Linotype Didot;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	padding-top: 2%;
}

#areasTitAdultos{
	color: white;
	font-family: Linotype Didot;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
}

#areasPreco{
	color:#A4B6B4;
	font-family: Linotype Didot;
	font-style: italic;
	font-weight: bold;
}

#areasPrecoWhite{
	color:white;
	font-family: Linotype Didot;
	font-style: italic;
	font-weight: bold;
}

#preco{
	font-size: 16px;
}

#divEstimulacao{
	text-align: center;
	padding-right: 10%;
	padding-left: 10%;
	background-color: #A3B6B4;
}

#divOnline{
	text-align: center;
	padding-right: 10%;
	padding-left: 10%;
	background-color: #FEC1A4;
}

/* Hide the images by default */
#im2 {
  display: none;
}

.fa-instagram {
  background: white;
  color: black;
}

.fa-facebook {
  background: white;
  color: black;
}

.fa {
  padding: 0px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.form-control{
	margin-top: 2%;
}

.btn-dark{
	margin-top: 2%;
}