

#areas-servicio, #oficina-tecnica, #puntos-servicio, /*#empresas-grupo,*/ #fh5co-contact, #fh5co-about {
  padding: 4em 0;
}
@media screen and (max-width: 768px) {
  #areas-servicio, #oficina-tecnica, #puntos-servicio, #empresas-grupo, #fh5co-contact, #fh5co-about {
    padding: 2em 0;
  }
}

#areas-servicio, #oficina-tecnica, #puntos-servicio, /*#empresas-grupo*/ {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #areas-servicio, #oficina-tecnica, #puntos-servicio, #empresas-grupo{
    padding: 4em 0;
  }
}

/* ==========================================================================
AREAS SERVICIO
========================================================================== */

#areas-servicio {
  background-color: #f6f7f9;
  
  /* Android 2.3 */
  /*background-image: -webkit-repeating-linear-gradient(top left, #f6f7f9 0%, #7d879c 100%);*/
  /* IE10+ */
  /*background-image: repeating-linear-gradient(to bottom right, #f6f7f9 0%, #7d879c 100%);
  background-image: -ms-repeating-linear-gradient(top left, #f6f7f9 0%, #7d879c 100%);*/
  overflow: hidden;
  position: relative;
  color: #191818;
  width: 100%;
  /*height: 100%;
  min-height: 600px;*/
  height: auto;
    min-height: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

/*#areas-servicio:before, #areas-servicio:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}*/
#areas-servicio:before {
  top: 0;
  margin-top: -35px;
}
#areas-servicio:after {
  bottom: 0;
  margin-bottom: -35px;
}
#areas-servicio .service {
  padding-right: 30px;
}
#areas-servicio h3 {
  font-size: 24px;
  color: #7d879c;
  text-align: center;
}
#areas-servicio h2 {
  color: #191818;
      margin: 0 0 30px 0;
    font-size: 35px;
    font-weight: 300;
    /* color: #444; */
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 20px;
    line-height: 1.5;
}
#areas-servicio p {
  text-align: justify;
}
#areas-servicio .icon {
  color: #7d879c;
  font-size: 50px;
  margin-bottom: 30px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#areas-servicio .icon:before {
  color: #19181;
}
#areas-servicio .section-heading h2 {
  color: #19181;
}
#areas-servicio .section-heading h2.left-border:after {
  background: rgba(255, 255, 255, 0.3);
}

#areas-servicio ul li{padding:5px}



/* ==========================================================================
PUNTOS SERVICIO
========================================================================== */

#puntos-servicio {
  /*background-image: url(https://www.hiemesa.com/img/Antero-nave-11.jpg);*/
  overflow: hidden;
  background: #191818;
  /*background-color: transparent;*/
  background-size: cover;
  /*background-attachment: fixed;*/
  position: relative;
  padding: 6em 0 10em 0;
  width: 100%;
  height: 100%; 
  min-height: 800px;
}
@media screen and (max-width: 768px) {
  #puntos-servicio {
    padding: 4em 0;
  }
}
#puntos-servicio .fundido {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.75);
}
#home .fundido {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*z-index: 2;*/
  background: rgba(0, 0, 0, 0.5);
}
/*#puntos-servicio:before, #puntos-servicio:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}*/
#puntos-servicio:before {
  top: 0;
  margin-top: -35px;
}
#puntos-servicio:after {
  bottom: 0;
  margin-bottom: -35px;
}
#puntos-servicio .section-heading {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
#puntos-servicio .section-heading h2 {
  color: #fff;
}
#puntos-servicio .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3) !important;
}
#puntos-servicio .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.7) !important;
}
#puntos-servicio .p-counter {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #puntos-servicio .p-counter {
    margin-bottom: 50px;
    float: left;
    width: 100%;
  }
}
#puntos-servicio .p-counter .p-counter-icon,
#puntos-servicio .p-counter .p-counter-number,
#puntos-servicio .p-counter .p-counter-label {
  display: block;
}
#puntos-servicio .p-counter .p-counter-icon {
  font-size: 40px;
  color: #7d879c;
}
#puntos-servicio .p-counter .p-counter-number {
  font-size: 50px;
  color: #fff;
  font-weight: 300;
}
#puntos-servicio .p-counter .p-counter-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
}

#puntos-servicio h2 {
  margin: 0 0 20px 0;
    font-size: 35px;
    font-weight: 300;
    /* color: #444; */
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 10px;
    line-height: 1.5;
}


/* ==========================================================================
OFICINA TÉCNICA
========================================================================== */

#oficina-tecnica {
  /*background-image: url(https://www.hiemesa.com/img/oficinas-bg.jpg);*/
  background: #191818;
  overflow: hidden;
  /*background-color: transparent;*/
  background-size: cover;
  /*background-attachment: fixed;*/
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 900px;
  padding: 6em 0 10em 0;
}
@media screen and (max-width: 1170px) {
  #oficina-tecnica {
    padding: 4em 0;
	min-height: auto;
	    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #blog {
    padding: 4em 0;
	min-height: auto;
	    height: auto;
  }
}

#oficina-tecnica .fundido {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
}

#oficina-tecnica:before {
  top: 0;
  margin-top: -35px;
}
#oficina-tecnica:after {
  bottom: 0;
  margin-bottom: -35px;
}
#oficina-tecnica .section-heading {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
#oficina-tecnica h3 {
    font-size: 24px;
    color: #7d879c;
    text-align: center;
}
#oficina-tecnica .section-heading h2 {
  color: #fff;
}
#oficina-tecnica p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    font-weight: 400;
	 text-align: justify;
}
#oficina-tecnica .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3) !important;
}
#oficina-tecnica .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.7) !important;
}
#oficina-tecnica .p-counter {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #oficina-tecnica .p-counter {
    margin-bottom: 50px;
    float: left;
    width: 100%;
  }
}
#oficina-tecnica .p-counter .p-counter-icon,
#oficina-tecnica .p-counter .p-counter-number,
#oficina-tecnica .p-counter .p-counter-label {
  display: block;
}
#oficina-tecnica .p-counter .p-counter-icon {
  font-size: 40px;
  color: #7d879c;
}
#oficina-tecnica .p-counter .p-counter-number {
  font-size: 70px;
  color: #fff;
  font-weight: 300;
}
#oficina-tecnica .p-counter .p-counter-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
}

#oficina-tecnica h2 {
  margin: 0 0 0 0;
    font-size: 35px;
    font-weight: 300;
    /* color: #444; */
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 10px;
    line-height: 1.5;
}

/* ==========================================================================
AREAS SERVICIO
========================================================================== */

#empresas-grupo {
  /*background-color: #f6f7f9;*/
  /*background-color:#191818;*/
      background-image: repeating-linear-gradient(to right bottom, #393E49 0%, #191818 100%);
  /* Android 2.3 */
  /*background-image: -webkit-repeating-linear-gradient(top left, #f6f7f9 0%, #7d879c 100%);*/
  /* IE10+ */
  /*background-image: repeating-linear-gradient(to bottom right, #f6f7f9 0%, #7d879c 100%);
  background-image: -ms-repeating-linear-gradient(top left, #f6f7f9 0%, #7d879c 100%);*/
  /*overflow: hidden;*/
  position: relative;
  color: #191818;
  padding-bottom: 150px;
}

#empresas-grupo:before {
  top: 0;
  margin-top: -35px;
}
#empresas-grupo:after {
  bottom: 0;
  margin-bottom: -35px;
}
#empresas-grupo .service {
  padding-right: 30px;
}
#empresas-grupo h3 {
  font-size: 20px;
  color: #7d879c;
  text-align: left;
}
#empresas-grupo h2 {
	color: white;
    margin: 30px 0 10px 0;
    font-size: 35px;
    font-weight: 300;
    /* color: #444; */
    text-transform: uppercase;
    position: relative;
    display: block;
    /*padding-bottom: 40px;*/
    /*line-height: 1.5;*/
}
#empresas-grupo p {
  text-align: justify;
}
#empresas-grupo .screenshots p {
    
	text-align: center;
    font-size: 10px;
    line-height: 15px;
    margin: 2px;
}
#empresas-grupo .transformacion p {
    text-align: center;
    font-size: 12px;
}
#empresas-grupo .icon {
  color: #7d879c;
  font-size: 20px;
  margin-bottom: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#empresas-grupo .icon:before {
  color: #19181;
}
#empresas-grupo .section-heading h2 {
  color: #19181;
}
#empresas-grupo .section-heading h2.left-border:after {
  background: rgba(255, 255, 255, 0.3);
}

