/* servicios */
figure.servicios {
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.servicios * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
figure.servicios .image {
  max-height: 220px;
  overflow: hidden;
}
figure.servicios img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
figure.servicios figcaption {
  margin: -40px 15px 0;
  padding: 15px ;
  position: relative;
  background-color: #ffffff;
}
figure.servicios .date {
  background-color: #2980b9;
  top: 15px;
  color: #fff;
  left: 15px;
  min-height: 48px;
  min-width: 48px;
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.servicios .date span {
  display: block;
  line-height: 24px;
}
figure.servicios .date .month {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}

figure.servicios p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
}
figure.servicios footer {
  padding: 0 25px;
  background-color: #20638f;
  color: #e6e6e6;
  font-size: 0.8em;
  line-height: 30px;
  text-align: right;
}
figure.servicios footer > div {
  display: inline-block;
  margin-left: 10px;
}
figure.servicios footer i {
  color: rgba(255, 255, 255, 0.2);
  margin-right: 5px;
}
figure.servicios a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.servicios:hover img,
figure.servicios.hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}


@media screen and (max-width: 1680px) {

figure.servicios h5,
figure.servicios p {
  margin: 0;
  padding: 0;
}
figure.servicios h5 {
  min-height: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
}
	
}

@media screen and (max-width: 1280px) {
figure.servicios h5,
figure.servicios p {
  margin: 0;
  padding: 0;
}
figure.servicios h5 {
  min-height: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1em;
}

}

@media screen and (max-width: 736px) {
	
figure.servicios h5,
figure.servicios p {
  margin: 0;
  padding: 0;
}
figure.servicios h5 {
  min-height: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.1em;
}

}