.blogNodeWrapper .imageHolder {
  margin-bottom: 30px;
}
.blogNodeWrapper .imageHolder img {
  border-radius: 5px;
}
.blogNodeWrapper .titleHolder {
  color: #ff2200;
  text-align: center;
  margin-bottom: 10px;
}
.blogNodeWrapper .creadoHolder {
  margin-bottom: 30px;
  font-size: 14px;
  color: #777777;
}
.blogNodeWrapper .bodyHolder img {
  margin: 30px auto;
}
.blogNodeWrapper .blockApartamentos .apartamentoWrapper {
  margin-bottom: 40px;
}
.blogNodeWrapper .blockApartamentos .apartamentoWrapper .views-field-field-image {
  margin: 0 15%;
  margin-bottom: 20px;
}
.blogNodeWrapper .blockApartamentos .apartamentoWrapper .views-field-field-image img {
  border-radius: 10px;
}
.blogNodeWrapper .blockApartamentos .apartamentoWrapper .views-field-title {
  margin: 0 15%;
}
.blogNodeWrapper .blockApartamentos .apartamentoWrapper .views-field-title a {
  color: #ff2200;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.blogListingPage h1 {
  text-align: center;
}
.blogListingPage .view-blog .blogHolder {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ff2200;
}
.blogListingPage .view-blog .blogHolder .views-field-field-image {
  margin-bottom: 30px;
}
.blogListingPage .view-blog .blogHolder .views-field-title {
  margin-bottom: 10px;
}
.blogListingPage .view-blog .blogHolder .views-field-title a {
  color: #ff2200;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 24px;
}
.blogListingPage .view-blog .blogHolder .views-field-title a:hover {
  color: #333333;
  text-decoration: none;
}
.blogListingPage .view-blog .blogHolder .views-field-created {
  font-size: 14px;
  color: #777777;
  margin-bottom: 30px;
}
.blogListingPage .view-blog .blogHolder .views-field-body {
  margin-bottom: 30px;
}
.blogListingPage .view-blog .blogHolder .views-field-view-node a {
  color: #ff2200;
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  border: 1px solid #ff2200;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blogListingPage .view-blog .blogHolder .views-field-view-node a:hover {
  color: #333333;
  border: 1px solid #333333;
  text-decoration: none;
}
