*{
	margin: 0px;
	padding: 0px;
}

.container-principal{
  background: rgb(204,43,94);
  background: linear-gradient(45deg, rgba(204,43,94,1) 0%, rgba(117,58,136,1) 100%);
  text-align: center;
  color: #fff;
}

.container-principal .central-col{
  max-width: 95%;
  margin: auto;
}

.container-principal .header{
  height: 60px;
}

.container-principal .header .header-logo{
  text-align: left;
}

.container-principal .header .header-logo img{
  max-width: 110px;
  padding-top: 20px;
}

.container-principal .header .header-options{
  text-align: right;
  padding-top: 20px;
}

.container-principal .header .header-options a{
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 18px;
}

.container-principal .header .header-options a:hover{
  text-decoration: none;
  font-weight: 500;
}

.container-principal .links h2{
  font-family: 'Quicksand', sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  margin: 25px 0px;
}

.container-principal .links h4{
  font-family: 'Quicksand', sans-serif;
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}

.container-principal .links a{
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 25px; 
  display: block;
  background-color: #fff;
  border-radius: 10px;
  color: #5a5b5c;
  max-width: 85%;
  margin: auto;
  margin-bottom: 20px;
}

.container-principal .links a i{
  font-size: 32px;
  line-height: 34px;
  margin-left: 15px;
  text-align: right;
}

.container-principal .configuration{
  border-left: none;
}

.container-principal .configuration h2{
  font-family: 'Quicksand', sans-serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin: 25px 0px;
}

.container-principal .configuration p{
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}

.container-principal .configuration h5{
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 50px;
}

.footer{
  background-color: #eee;
  padding: 15px 10px; 
  overflow: hidden;
}

.footer .copyright{
  text-align: center;
}

.footer .copyright p{
  color: #5a5b5c;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 0px;
}

/* RESPONSIVE */

@media (min-width: 576px){
  .container-principal .content{
    max-width: 70%;
  }

  .container-principal .header .header-logo img{
    max-width: 150px;
  }
}
