.boton-oferta{
   position: absolute;
   bottom: 10px;
   left: 10%;
   width: 80%;
}

.share-container {
    width: auto;
    margin: auto;
    max-width: 60%;
    text-align: center;
}

.list-inline li {
   margin-left: 4px;
   margin-right: 4px;
   margin-top: 20px;
}

ul.share-buttons {
    margin-bottom: 0;
}

ul.share-buttons li a {
   display: block;
   background-color: #fff;
   height: 10px;
   width: 10px;
   border-radius: 100%;
   font-size: 20px;
   line-height: 40px;
   color: #949494;
   outline: none;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   transition: all 0.3s;
   text-align: center;
}

.portfolio-box{
   cursor: default;
}

.text-facebook {
   color: #3b5998;
}

.text-twitter {
   color: #00acee;
}

.text-linkedin {
   color: #0e76a8;
}