/*
* littlelink.io
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/

/*
* Built using on:
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––

- Buttons
- Brand Styles

*/

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  display: inline-block;
  text-decoration: none;
  height: 48px;
  padding: 0 16px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  width: 300px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 8px;
  cursor: pointer;
  box-sizing: border-box; }

/* Efecto de movimiento */
.button:hover {
  filter: brightness(80%);
  transition: 0.4s;
  padding-right: 24px;
  padding-left:8px;
}

/* Efecto para description */
.button:hover:before {
  border: none;
  color: white;
  position: absolute;
  padding: 0px 35px;
  width: 400px;
  height: auto;
  word-spacing: 3px;
  text-align: left;
  text-decoration: none;
  line-height: 1.3;
  display: block;
  font-size: 18px;
  margin: 0px 280px;
  cursor: pointer;
  vertical-align: middle;
}

/* Brand Icons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.icon {
  padding: 0px 8px 3.5px 0px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}


/* Brand Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* LinkedIn */
.button.button-linkedin {
  color: #FFFFFF;
  background-color: #0e76a8 }
.button.button-linkedin:hover,
.button.button-linkedin:hover:before {
  content: 'Perfil profesional en LinkedIn.';
  white-space: initial; }

/* Slack */
.button.button-slack {
  color: #FFFFFF;
  background-color: #7b16ff }
.button.button-slack:hover,
.button.button-slack:hover:before {
  content: 'Próximamente...';
  white-space: initial; }

/* Kit */
.button.button-kit {
  color: #FFFFFF;
  background-color: #10c694 }
.button.button-kit:hover,
.button.button-kit:hover:before {
    content: 'Próximamente...';
    white-space: initial; }

/* YouTube */
.button.button-youtube {
  color: #FFFFFF;
  background-color: #FF0000 }
.button.button-youtube:hover,
.button.button-youtube:hover:before {
    content: 'Este es mi canal de YouTube, nada geek... todavía!';
    white-space: initial; }

/* CVandLetter */
.button.button-cvandletter {
  color: #FFFFFF;
  background-color: #212c3d }
.button.button-cvandletter:hover,
.button.button-cvandletter:hover:before {
    content: 'Aquí encontrarás mi currículum profesional y carta de presentación.';
    white-space: initial; }

/* Mercha */
.button.button-mercha {
  color: #000000;
  background-color: #fffc00 }
.button.button-mercha:hover,
.button.button-mercha:hover:before {
    content: 'Próximamente...';
    white-space: initial; }

/* Reddit */
.button.button-reddit {
  color: #FFFFFF;
  background-color: #FF4500 }
.button.button-reddit:hover,
.button.button-reddit:hover:before {
    content: 'Próximamente... foro para hacer preguntas...';
    white-space: initial; }

/* Mail */
.button.button-mail {
  color: #000000;
  background-color: #E8F3EC }
.button.button-mail:hover,
.button.button-mail:hover:before {
    content: 'Haciendo click aquí, poddés enviarme un mail, puedo tardar en responder!';
    white-space: initial; }

/* Ko-Fi */
.button.button-kofi {
  color: #FFFFFF;
  background-color: #ff5500 }
.button.button-kofi:hover,
.button.button-kofi:hover:before {
    content: 'Próximamente... Si quieres, puedes comprarme un cafecito usando este link.';
    white-space: initial; }

/* Mercha */
.button.button-sponsors {
  color: #000000;
  background-color: #fffc00 }
.button.button-sponsors:hover,
.button.button-sponsors:hover:before {
    content: 'Próximamente...';
    white-space: initial; }

/* Clientes */
.button.button-client {
  color: #000000;
  background-color: #ffcc00 }
.button.button-client:hover,
.button.button-client:hover:before {
    content: 'Estos son algunos de los clientes que confiaron en mi trabajo y esperiencia profesional.';
    white-space: initial; }
