﻿.social {
    width: 100%;
}

    .social li {
        display: block;
        height: 50px;
        text-align: center;
        padding: 0px !important;
    }

    .social::after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .social a {
        color: #fffdf0;
        display: block;
        height: 50px;
        text-align: center;
        font-size: 0.8em;
        line-height: 68px;
    }

        .social a i {
        }

        .social a:hover i {
        }

    .social li:hover {
    }

    .social li.facebook {
        background: #155b9d;
    }

    .social li.twitter {
        background: #1a9ec4;
    }

    .social li.youtube {
        background: #bb0000;
    }

        .social li.youtube a {
            line-height: 5.5em;
        }

    .social li.linkedin {
        background: #007bb5;
    }

        .social li.linkedin a {
            line-height: 5.5em;
        }

    .social li.instagram {
        background: #e95950;
    }

    .social li.googleMais {
        background: #d34836;
    }

        .social li.googleMais a {
            font-size: 0.8em;
            margin-left: -5px;
        }
