.button-como {
    background: #2B96CC;
    color: white;
    padding: 7px;
   border-radius: 10px
}
.links-url{
    height: 350px;
}
.links-url a{
    display: block;
    color:gray;
    border-bottom: .03px solid rgb(192, 191, 191);
    text-align: center
}

.links-url{
    overflow-y: scroll;
}
.enlaces ::-webkit-scrollbar {
    width: 7px;
  }
.enlaces ::-webkit-scrollbar-track {
  background:white;
  border-radius: 10px;
  }
.enlaces ::-webkit-scrollbar-thumb {
  background:gray; 
  border-radius: 10px;
  }



.btn-whatsapp {
    display: block;
    width: 75px;
    height: 75px;
    color: #333;
    position: fixed;
    right: 1%;
    bottom: 1%;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    z-index: 999;
    font-size: 70px !important;
    background: #26d466;
    background: -moz-radial-gradient(center, ellipse cover, #26d466 0, #22ba59 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #26d466), color-stop(100%, #22ba59));
    background: -webkit-radial-gradient(center, ellipse cover, #26d466 0, #22ba59 100%);
    background: -o-radial-gradient(center, ellipse cover, #26d466 0, #22ba59 100%);
    background: -ms-radial-gradient(center, ellipse cover, #26d466 0, #22ba59 100%);
    background: radial-gradient(ellipse at center, #26d466 0, #22ba59 100%);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .75);
    transition: ease .5s
}

.btn-whatsapp i {
    color: #fff !important;
    transition: ease .5s;
    display: block;
    margin-top: 4%
}

.btn-whatsapp:hover {
    background-color: #333;
    transform: rotate(360deg);
    transition: ease .5s
}

.btn-whatsapp span {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    font-size: .3em;
    right: 2px;
    background-color: #de2f36;
    color: #fff;
    border-radius: 100px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    transition: .5s ease;
    animation: iconw 2s infinite ease-in-out
}

.btn-whatsapp:hover span {
    display: none !important;
    transition: .5s ease
}

@keyframes iconw {
    0% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(.8)
    }
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #164874
}

::-webkit-scrollbar-thumb {
    background: #e8691d;
    border-radius: 100px;
    transition: .5s
}

::-webkit-scrollbar-thumb:hover {
    background: #fff;
    transition: .5s
}

.social-bar {
    position: fixed;
    right: .5%;
    top: 48%;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 9999
}

.icono {
    color: #fff !important;
    text-decoration: none;
    height: 50px;
    width: 50px;
    display: flex;
    transition: all .5s;
    margin-top: 10%;
    position: relative;
    border-radius: 100px;
    border: 3px solid rgba(0, 0, 0, .1)
}

.icono .fa,
.icono .fab {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.icono-facebook {
    background: #164874
}

.icono-twitter {
    background: #caf55f
}

.icono-youtube {
    background: #caf55f
}

.icono-instagram {
    background: #ff8432
}

.icono:hover {
    transform: scale(1.1);
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .42);
    color: #333;
    transition: .5s ease
}