
.imgbarlog {
    width: 18px
}

.icon-barslide {
    position: fixed;
    top: 30%;
    transform: translateY(-50%);
    right: 0;
    display: none;
}

.icon-barslide a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 15px;
    border-top: 1.5px solid #592475;
    border-bottom: 1.5px solid #592475;
    border-left: 1.5px solid #592475;
    transition: 0.35s ease all;
}

.icon-barslide a:hover {
    padding-right: 40px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    transition: 0.35s ease all;
}

.facebook {
    background: #fff;
    color: white;
}

.fmesseger {
    background: #fff;
    color: white;

}

.intagram {
    background: #fff;
    color: white;

}

.whatsapp {
    background: #fff;
    color: white;

}

.telefono {
    background: #ff8000;

}

.youtube {
    background: red;
}

@media only screen and (min-width:992px) {
    .icon-barslide {
        display: block
    }
}