* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  text-align: center;
  color: #FFF;
  list-style: none;
  font-family: 'Montserrat', sans-serif;
  background: #background: #a134b7;
  background: -moz-linear-gradient(-45deg, #a134b7 0%, #d30074 36%, #dd421a 73%, #f7a900 100%);
  background: -webkit-linear-gradient(-45deg, #a134b7 0%, #d30074 36%, #dd421a 73%, #f7a900 100%);
  background: linear-gradient(-45deg, #a134b7 0%, #d30074 36%, #dd421a 73%, #f7a900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a134b7', endColorstr='#f7a900', GradientType=1);
  height: 1000px;
}

a {
  text-decoration: none;
  color: #FFF;
}

.clear {
  clear: both;
}

#contenedorPpal {
  margin: 100px auto 0;
}

#contenedorPpal img {
  width: 280px;
  margin: 0 auto 20px;
}

#contenedorPpal h1 {
  font-size: 110%;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

#contenedorPpal .btnKNK {
  width: 50%;
  letter-spacing: 1px;
  padding: 5px 15px;
  background: #a134b7;
  transition: 800ms ease;
}

#contenedorPpal .btnKNK:hover {
  letter-spacing: 0;
  padding: 5px 25px;
  background: #5e1b6b;
  transition: 400ms ease;
}

#contenedorPpal .infoContacto {
  width: 100%;
  margin: 70px auto 0;
}

#contenedorPpal .infoContacto p {
  font-size: 80%;
  letter-spacing: 1px;
  line-height: 140%;
  transition: 400ms ease;
}

#contenedorPpal .infoContacto .telKnk:hover {
  color: #ffdf39;
}

#contenedorPpal .infoContacto .redes {
  font-size: 160%;
  margin-top: 10px;
}

#contenedorPpal .infoContacto .redes a {
  padding: 0 5px;
  transition: 800ms ease;
}

#contenedorPpal .infoContacto .redes a:hover {
  color: #ffdf39;
  transition: 400ms ease;
}
