
.block-plus-container {
  background-color: #e8e8e8;
  width: 100%;
  padding: 5em 2em;
  position: relative;
}
.block-plus-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/map.png") no-repeat center center transparent;
  background-size: cover;
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}
#block-plus {
  position: relative;
  height: auto;
  text-align: center;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
#block-plus .flex-row {
  max-width: 1330px;
  margin: 0 auto;
}

#block-plus .flex-row + p {
  margin-top: 2em;
}
#block-plus .plus-item {
  display: inline-block;
  width: 29%;
  text-align: left;
  vertical-align: top;
  padding: 20px 10px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin: 0.3%;
  background: rgba(255, 255, 255, 0.5);
  border: 4px solid #fff;
}
#block-plus .plus-item.title {
  background: url("../images/loghi/logo-bg-white.png") no-repeat #355D9C center center;
  background-size: 260px;
  padding: 10px 20px;
}
#block-plus h3.block-title {
  background-color: transparent;
  padding: 0px;
  margin: 0;
  height: auto;
  line-height: 100%;
  color: #ffffff;
  font-size: 2.5em;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.2);
}
#block-plus h3.block-title strong {
  font-size: 41%;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  line-height: 140%;
}
#block-plus .text {
  float: none;
  width: calc(100% - 80px);
  padding-left: 0;
  display: inline-block;
  vertical-align: middle;
}
#block-plus .plus-item.title .text {
  display: table;
  height: 160px;
  width: 100%;
}
#block-plus .plus-item.title .text .text-inner {
  display: table-cell;
  vertical-align: middle;
}
#block-plus a {
  color: #104591;
}
#block-plus .text p {
  font-size: 12px;
  padding: 0;
  vertical-align: middle;
  display: table-cell;
  font-weight: 600;
  font-size: 13px;
}
#block-plus h4 {
  color: #5c6673;
  font-size: 0.9em;
  line-height: 110%;
  font-weight: 600;
  text-transform: none;
  padding-left: 0px;
  margin-bottom: .25em;
  margin-top: .25em;
  padding-bottom: 2px;
  border-bottom: none;
}

#block-plus .text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(53, 93, 156, 0.9);
  color: #fff;
  display: table;
  vertical-align: middle;
  height: 170px;
  padding: 10px 25px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all ease-out 300ms;
  transition: all ease-out 300ms;
  cursor: default;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
  width: 100%;
  box-sizing: border-box;
}
#block-plus .text-overlay p {
  font-size: 0.95em;
}
#block-plus .plus-item:hover .text-overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
#block-plus .plus-categoria {
  float: none;
  margin: 0 auto;
  border: 0px none;
  background: url('../images/marker.svg') no-repeat center center;
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
}