.btn-twitter {
  color: #ffffff;
  background-color: #1DA1F2;
  border-color: #1DA1F2;
  box-shadow: none;
}

.btn-twitter:hover {
  color: #ffffff;
  background-color: #1B91D9;
  border-color: #1B91D9;
}

.btn-facebook {
  color: #ffffff;
  background-color: #4267B2;
  border-color: #4267B2;
  box-shadow: none;
}

.btn-facebook:hover {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-google {
  color: #ffffff;
  background-color: #DB4437;
  border-color: #DB4437;
  box-shadow: none;
}

.btn-google:hover {
  color: #ffffff;
  background-color: #C93629;
  border-color: #C93629;
}

.btn-microsoft {
  color: #363535;
  background-color: #FFB900;
  border-color: #FFB900;
  box-shadow: none;
}

.btn-microsoft:hover {
  color: #F25022;
  background-color: #fff;
  border-color: #F25022;
}

/* Para Animaciones */

.ex01s{
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.ex02s{
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ex03s{
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.ex04s{
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ex05s{
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.ex1s{
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.ex2s{
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

.ex3s{
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-7 {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-8 {
  font-size: 1.2rem;
  line-height: 1.2;
}

.alert-secondary-light {
  color: #d6d8d9;
  background-color: #e2e3e5;
  border-color: #d6d8db;
  color: #343a40 !important;
}

.display-9 {
  font-size: 1rem;
  line-height: 1;
}