
#divInicio{
	background-color: #F2F2F2;
	padding-right: 0px;
}

#divImagem{
	padding-right: 0px;
}

#imagemInicio{
	width: 100%;
	opacity: 0.7;
	}

#infoInicio{
	text-align: center;
	margin-top: 30%;
}


#divInicioSobre{
	background-color: #FFEFE8;
	padding: 15px 20px 15px 20px;
	font-family: "Linotype Didot";
}
/*#FFEFE8 Rosa*/
/*F2F2F2* Cinzento*/
#divSobre{
	display: flex;
	text-align: center;
	font-family: "Linotype Didot";
	padding-right: 0px;
}

#divSobreTitulo{
	color: #75928E;
	margin-top: 5%;
	font-weight: bold;
	font-size: 35px;
	font-style: italic;
}

#textoSobre{
	width: 50%;
	margin-left: 25%;
	margin-top: 3%;
	line-height: 35px;
	font-family: "Linotype Didot";
	color: #2E2E2E;
	font-size: 20px;
}

#imagemAndrea{
	width: 25%;
	border-radius: 50%;
}

#setaServicos{
	margin: 0;
  position: absolute;
  top: 80%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#divInicioBlog{
	background-color: #FFEFE8;
	padding: 15px 20px 15px 20px;
	font-family: "Linotype Didot";
	text-align: center;
}

#inicioBlogTexto{
	font-family: Linotype Didot!important;
	font-style: italic;
}

#inicioBlogEntradas{
	background-color: white;
	margin-left: 10%;
	margin-right: 10%;
}

.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}

#areasGrid {
  height: 400px;
  font-family: "Linotype Didot";
}

.grid-container {
  height: 100%;
  font-family: "Linotype Didot";
}
.grid-item {
  height: 100%;

  font-size: 30px;
  text-align: center;
}

#grid1{
	background-color: #FFEFE8;
}

#grid2{
	background-color: #CCDADA;
}

#grid3{
	background-color: #FFE4D9;
}

#grid4{
	background-color: #A3B6B4; 
}

#grid5{
	background-color: #FEC1A4;
}

.grid-item h3{
	font-size: 100%;
    margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tituloBlog{
	font-family: Linotype Didot!important;
	font-style: italic;
	color:#2E2E2E;
	font-size: 20px;
}

.conteudoArtigo{
	font-family: Linotype Didot!important;
	font-style: italic;
	font-size: 14px;	
	font-weight: bold;
	padding-top: 2%;
}

#artigosTitulo{
	color:#75928E;
	font-family: libre baskerville;
	font-weight: bold;
	font-size: 35px;
	font-style: italic;	
}

#areasInt{
	text-align: center;
	color: #75928E;
	font-family: libre baskerville;
	font-weight: bold;
}

@media screen and (max-width: 1199px) {
      #areasGrid {
  height: 200px;
  font-family: "Linotype Didot";
}

#divInicioServicos{
	margin-bottom: 300px;
}

.espacamento{
	height:50px;
}

.grid-container {
  height: 50%;
  font-family: "Linotype Didot";
}
.grid-item {
  height: 50%;
  font-size: 30px;
  text-align: center;
}

#grid1{
	background-color: #FFEFE8;
}

#grid2{
	background-color: #CCDADA;
}

#grid3{
	background-color: #FFE4D9;
}

#grid4{
	background-color: #A3B6B4; 
}

#grid5{
	background-color: #FEC1A4;
}

#setaServicos{
	margin: 0;
  position: absolute;
  top: 50%;
  left: 80%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#imagemInicio{
	margin-top: 5%;
	width: 80%;
	margin-bottom: 5%;
}

#divImagem{
	text-align: center;
	padding-right: 15px;
}

#infoInicio{
	margin-top: 5%;
}
}

