/* 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: -20%;
}

#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: 0 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_normas {
  width: 100%;
  height: auto;
  padding: 0 15% 150px 15%;
  background: #ffffff;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}

#listado_normas .listadoContainer {
  width: 100%;
  height: auto;
  position: relative;
  padding: 30px 30px 30px 30px;
  background: #f3fdfc;
  background-color: #f3fdfc;
}

#listado_normas .listadoContainer span {
  background: #caf6f0;
  background-color: #caf6f0;
  padding: 5px 10px 5px 10px;
  border-radius: 15px;
  font-family: 'Rounded Elegance';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  color: #009e88;

}
#listado_normas .listadoContainer ul li {
  font-family: 'Rounded Elegance';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
}

#listado_normas .izqAbajo {
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 10vh;
  left: 8%;
  margin: auto;
  z-index: 10;
}

#listado_normas .izqArriba {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 15vh;
  left: 8%;
  margin: auto;
  z-index: 10;
}

#listado_normas .derAbajo {
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 25vh;
  right: 10%;
  margin: auto;
  z-index: 10;
}

#listado_normas .derArriba {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 5vh;
  right: 10%;
  margin: auto;
  z-index: 10;
}

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

#listado_normas .contactoFooter {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 125px 0 0 0;
  text-align: left;
}

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

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

#galeria_fotos {
  width: 100%;
  height: auto;
  padding: 0 30% 100px 30%;
}
#galeria_fotos img {
  max-width: 100%;
  height: auto;
}

