.redes_sociais {
    width: 100%;
    position: relative;
    display: inline-block;
}

    .redes_sociais * {
        box-sizing: border-box;
    }

.redes_sociais_buttons {
    height: 100%;
    float: right;
}

    .redes_sociais_buttons a {
        margin-right: 2px;
        float: left;
        height: 30px;
		/*opacity: 0.5;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;*/
    }

        .redes_sociais_buttons a:hover {
            border-radius: 10px;
			opacity: 1;
			-webkit-transition: all .5s;
			-moz-transition: all .5s;
			transition: all .5s;
        }

.grupo-btn-esq {
    float: left;
}

.grupo-btn-dir {
    float: right;
}

.redes_sociais_btn {
    cursor: pointer;
    text-decoration: none;
    padding: 5px 10px 5px 25px;
    position: relative;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);
    border: 1px solid rgba(0, 0, 0, 0.07);
    font-weight: bold;
    color: #fff;
    background: #2980C1;
}

    .redes_sociais_btn:hover {
        color: #fff;
    }

    .redes_sociais_btn:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 2px;
        width: 25px !important;
        height: 25px !important;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 15px;
        padding: 6px;
    }

    .redes_sociais_btn.facebook:before {
        content: "\f09a";
    }

    .redes_sociais_btn.twitter:before {
        content: "\f099";
    }

    .redes_sociais_btn.google:before {
        content: "\f1a0";
    }

    .redes_sociais_btn.linkedin:before {
        content: "\f0e1";
    }

    .redes_sociais_btn.whatsapp:before {
        content: "\f232";
    }

    .redes_sociais_btn.share-icon:before {
        content: "\f1e0";
    }

    .redes_sociais_btn.comentarios:before {
        content: "\f0e6";
    }

    .redes_sociais_btn.enviar-amigo:before {
        content: "\f007";
    }

    .redes_sociais_btn.imprimir:before {
        content: "\f02f";
    }

    .redes_sociais_btn.reporta-erro:before {
        content: "\f06a";
    }


    .redes_sociais_btn.facebook {
        background: #4C66A4;
    }


    .redes_sociais_btn.twitter {
        background: #2196F3;
    }

    .redes_sociais_btn.linkedin {
        background: #00589E;
    }

    .redes_sociais_btn.google {
        background: #F44336;
    }

    .redes_sociais_btn.whatsapp {
        background: #5CBE4A;
    }

    .redes_sociais_btn.share-icon {
        background: #4285F4;
    }

.icone-curto::before {
    top: 0;
    left: 5px;
    font-size: 18px;
}

@media screen and (max-width: 991px) {

    .redes_sociais_btn_text {
        display: none;
    }

    .redes_sociais_buttons a {
        width: 25px;
        height: 25px;
        float: none;
        display: inline-block;
        text-align: center;
    }

        .redes_sociais_buttons a:hover {
            margin-top: 15px;
        }

    .redes_sociais_buttons {
        text-align: center;
        float:none;
    }

    .redes_sociais_btn {
        padding-right: 0px;
        margin-right: 5px !important;
    }

        .redes_sociais_btn:before, .icone-curto::before {
            left: 0px;
            font-size: 15px;
            /* top: 5px; */
        }
}

@media screen and (max-width: 479px) {


    .grupo-btn-esq, .grupo-btn-dir {
        float: none;
    }
}

#barra_compartilha .comentarios,
#barra_compartilha .share-icon,
#barra_compartilha  #enviarAmigo {
	display: none;
}

._2tga._3e2a{
	    border-radius: 0 !important;
}

.fb-share-button{
	    float: left;
    border: 1px solid #4267b2;
    background-color: #4267b2;
    margin-right: 2px;
}