.c-footer__social {
    display: block;
    margin-bottom: 10px;
    padding: 15px 20px 15px 50px;
    border-radius: 8px;
    background: #fff url('../../images/icon-facebook.png') no-repeat 10px 50%;
    background-size: 30px;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    letter-spacing: -1px;
    text-decoration: none;
    text-transform: uppercase;
}

.c-footer__social:hover {
    letter-spacing: 0;
}

.c-footer__social--instagram {
    background-image: url('../../images/icon-instagram-n.png');
    background-size: 30px;
}

.c-footer__social--youtube {
    background-image: url('../../images/icon-youtube-n.png');
    background-size: 30px;
}

.c-footer__social--whatsapp {
    background-image: url('../../images/icon-whatsapp.png');
    background-size: 30px;
}

.c-footer__social--linkedin {
    background-image: url('../../images/icon-linkedin.png');
    background-size: 30px;
}

.c-footer__social--white-facebook {
    background: #3c5999 url('../images/icon-white-facebook.png') no-repeat 10px 50%;
    color: white;
}

.c-footer__social--white-instagram {
    background: #dd2a7b url('../images/icon-white-instagram.png') no-repeat 10px 50%;
    color: white;
}

.c-footer__social--white-whatsapp {
    background: #25d366 url('../images/icon-white-whatsapp.png') no-repeat 10px 50%;
    color: white;
}

.c-footer__social--white-youtube {
    background: #f44336 url('../images/icon-white-youtube.png') no-repeat 10px 50%;
    color: white;
}

.c-footer__social--white-linkedin {
    background: #0077b5 url('../images/icon-white-linkedin.png') no-repeat 10px 50%;
    color: white;
}

.c-footer__social--white-chat {
    background: #486cad url('../images/icon-white-chat.png') no-repeat 10px 50%;
    color: white;
}

.c-social__fix {
    margin: 0 !important;
    -webkit-box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.30);
    -moz-box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.30);
    box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.30);
}

.c-social {
    position: fixed;
    bottom: 20px;
    z-index: 99999;
    padding: 8px 0px 8px 0px;
    overflow: hidden;
    cursor: pointer;
    right: 12px;
}

.c-social.open {
    overflow: visible;
}


.c-social__text {
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: white;
    padding: 8px 10px 8px 10px;
    background: #486cad;
    border-radius: 8px;
    -webkit-box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.30);
    -moz-box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.30);
    box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.30);
}

.c-social__tooltip {
    position: absolute;
    width: 200px;
    top: -22px;
    right: 0;
    text-align: center;
    color: white;
    opacity: 0;
    cursor: auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.c-social__buttom {
    width: 100%;
    padding: 5px 0px;
}

.open .c-social__tooltip {
    opacity: 1;
}

@media (max-width: 1100px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
    .c-footer__social {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 38px;
        background-size: 22px;
    }

    .c-footer__social--instagram {
        background-size: 22px;
    }

    .c-social__buttom {
        padding: 5px 0px;
    }

    .c-social {
        bottom: 80px;
        left: 12px;
        right: auto;
    }

    .c-social__tooltip {
        left: 0;
        right: auto;
        width: 160px;
    }

    .c-social__tooltip::after {
        left: 15px;
        right: auto;
    }

}

@media (max-width: 479px) {

}

@font-face {
    font-family: 'Raleway';
    src: url('./fonts/Raleway-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Raleway';
    src: url('./fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Raleway';
    src: url('./fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
}