.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;
    border-radius: 0.4rem!important;
    /* padding: 5px 10px 5px 25px; */
    /* padding: 2px 10px 5px 10px; */
    padding: 2px 10px 0 10px;
    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;
        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: 1px !important;
            font-size: 15px;
            top: 3px !important;
        }
}

#barra_compartilha {
    margin-top: 10px;
    float: right;
}

#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;
}


@media screen and (max-width: 479px) {                       
    .grupo-btn-esq, .grupo-btn-dir {
        float: none;
    }
   
    .redes_sociais_btn.linkedin {
        display: none;
    }

    .fb-share-button{
        height: 35px !important;
    }   

    .redes_sociais_buttons a {
        width: 30px !important;
        height: 35px !important;
    }

}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") no-repeat center center/1em auto;
    background-clip: content-box;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}
