.social{
    position:fixed;
    top:60%;
    z-index: 10;
}

.social ul{
    list-style-type: none;
    padding: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.social ul li{
    display: block;
    margin: 5px;
    background-color: rgba(0, 0, 0, 0.38);
    width: 4rem;
    text-align: right;
    padding: 10px;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.social ul li:hover{
}
.social ul li.whatsapp:hover{
    background-color: rgb(0, 215, 90);
}
.social ul li.facebook:hover{
    background-color: #3B5998;
}
.social ul li.llamada:hover{
    background-color: rgba(0, 0, 0, 0.79);
}

.social ul li a  {
    color: white;
    text-decoration: none;
}

.social ul li i{
    text-align: center;
    margin-left: 14px;
    margin-right: 14px;
    color: white;
    width: 20px;
    height: 20px;
    font-size: 2rem;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.social ul li:hover i{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 1s;
    transition: all 1s;
}
.bold{
    font-weight: bold;
}
.telefono{
    padding: 10px;
    background-color: rgb(32, 37, 41);
    border: 1px solid black;
    border-radius: 20px;
    color: white;
    margin-top: 10px;
    
}
.fon{
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 18px;
}
.fon-2{
      font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 16px;  
}