/* INTRO */
#intro {
  width: 100%;
  height: auto;
  padding: 150px 15% 0 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;
  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;
}
/*  */

/* ERP SASS */
#erp_sass {
  width: 100%;
  height: auto;
  padding: 0 2% 200px 5%;
  background: #ffffff;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}

#erp_sass img.softare_escritorio {
  max-width: 40vw;
  height: auto;
  position: absolute;
  left: 5%;
  bottom: 18vh;
  margin: auto;
  z-index: 16;
}

#erp_sass .listadoContainer {
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px 15% 30px 10%;
}

#erp_sass .listadoContainer .sassInfo {
  width: 100%;
  height: auto;
  padding: 25px 25px 25px 25px;
  text-align: left;
  background: #f3fcfa;
  background-color: #f3fcfa;
}
#erp_sass .listadoContainer .sassInfo h2 {
  font-family: 'Metropolis';
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: #009e88;
  padding: 0 0 50px 0!important;
  margin: 0 0 0 0!important;
  text-transform: uppercase;
}
#erp_sass .listadoContainer .sassInfo 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;
}
#erp_sass .listadoContainer .sassInfo p span {
  color: #009e88;
}

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

#erp_sass .contactoFooter {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 100px 0 0 0;
  text-align: right;
}

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

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