body {
   /*background-color: #171717;*/
   background: url(../img/header-illustration-light.svg) no-repeat top center fixed;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 60vh;*/
}
h1 {
   /*font-family: 'Anton', sans-serif;*/
   font-size: 3rem;
}
h2 {
   font-family: 'Raleway', sans-serif;
}
.lista {
   padding: 10px 0px;
   text-align: left;
   /*border-bottom: 1px dashed #ccc;*/
}
.lista li{
   margin-bottom: 0;
   border-bottom: 1px solid #dadada;
   padding: 5px;
   color: #fff;
}

.flutuando {
   position: fixed;
   bottom: 30px;
   z-index: 999;
   right: 10px;
   background-color: #4dc247;
   box-shadow: 2px 2px 6px rgba(0, 0, 0, 0);
   border-radius: 60px;
   padding: 5px 10px;
}
.flutuando .fa-whatsapp {
   font-size: 40px;
   color: #fff;
}
.animate{
   transition: all 0.1s;
   -webkit-transition: all 0.1s;
}

.action-button{
   position: relative;
   padding: 10px 40px;
   margin: 0px 10px 10px 0px;
   border-radius: 10px;
   /*font-family: 'Pacifico', cursive;*/
   font-size: 30px;
   color: #FFF;
   text-decoration: none;
   word-break: break-word;
   display: block;
   font-weight: 600;
}
.action-button:hover {
   color: #fff;
}
.blue{
   background-color: #3498DB;
   border-bottom: 5px solid #2980B9;
   text-shadow: 0px -2px #2980B9;
}

.red{
   background-color: #E74C3C;
   border-bottom: 5px solid #BD3E31;
   text-shadow: 0px -2px #BD3E31;
}

.green{
   background-color: #82BF56;
   border-bottom: 5px solid #669644;
   text-shadow: 0px -2px #669644;
}

.yellow{
   background-color: #F2CF66;
   border-bottom: 5px solid #D1B358;
   text-shadow: 0px -2px #D1B358;
}

.action-button:active{
   transform: translate(0px,5px);
  -webkit-transform: translate(0px,5px);
   border-bottom: 1px solid;
}