/* INTRO */
#intro {
  width: 100%;
  height: auto;
  padding: 150px 15% 50px 15%;
  background: #ffffff;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}

#intro h1.introWater {
  font-family: 'Metropolis';
  font-size: 115px;
  font-weight: bold;
  font-style: normal;
  color: #fafafa;
  text-transform: uppercase;
  position: absolute;
  top: 100px;
  left: -2%;
}

#intro .row {
  position: relative;
  z-index: 10;
}

#intro .introTitle {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  text-align: left;
  transition: all .3s ease;
}
#intro .introTitle h2 {
  font-family: 'Metropolis';
  font-size: 33px;
  font-weight: 500;
  font-style: normal;
  color: #ffb749;
  text-transform: uppercase;
}
#intro .introTitle h2 span {
  font-weight: bold;
}

#intro .introText {
  width: 100%;
  height: auto;
  padding: 50px 0 0 0;
  text-align: left;
  transition: all .3s ease;
}
#intro .introText p {
  font-family: 'Rounded Elegance';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  padding: 0 0 25px 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}
/*  */

/* LISTADO NORMAS */
#listado_cumplimiento {
  width: 100%;
  height: auto;
  padding: 0 15% 150px 15%;
  background: #ffffff;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}

#listado_cumplimiento .listadoContainer {
  width: 100%;
  height: auto;
  position: relative;
  padding: 30px 30px 30px 30px;
}

#listado_cumplimiento .listadoContainer .listadoInfo {
  width: 100%;
  height: 300px;
  position: relative;
  padding: 5px 25px 5px 25px;
  text-align: center;
}

#listado_cumplimiento .listadoContainer .listadoInfo img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  margin: 50px 0 0 0;
}

#listado_cumplimiento .listadoContainer .listadoInfo p {
  font-family: 'Rounded Elegance';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  position: relative;
  z-index: 5;
}

#listado_cumplimiento .pistacheBg::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 60%;
  background: #c8f6f0;
  background-color: #c8f6f0;
  border-radius: 20px;
}

#listado_cumplimiento .beigeBg::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 60%;
  background: #ffe8c6;
  background-color: #ffe8c6;
  border-radius: 20px;
}

#listado_cumplimiento h1.cumplimientoWater {
  font-family: 'Metropolis';
  font-size: 150px;
  font-weight: bold;
  font-style: normal;
  color: #fafafa;
  text-transform: uppercase;
  position: absolute;
  bottom: 5vh;
  right: -30%;
  z-index: 11;
}

#listado_cumplimiento .contactoFooter {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: -25px 0 0 0;
  text-align: center;
  position: relative;
  z-index: 50;
}

#listado_cumplimiento .contactoFooter .btnContacto {
  font-family: 'Metropolis';
  font-weight: bold;
  font-style: normal;
  color: #009e88;
  position: relative;
}
#listado_cumplimiento .contactoFooter .btnContacto img {
  max-width: 25px;
  height: auto;
  position: absolute;
  top: 0;
  left: -35px;
  bottom: 0;
  margin: auto;
}

#listado_cumplimiento .contactoFooter .btnContacto:hover,
#listado_cumplimiento .contactoFooter .btnContacto:active,
#listado_cumplimiento .contactoFooter .btnContacto:focus {
  color: #ffcc6a;
}
/*  */