
/*===============================
NOTIFICACIONES
===============================*/

.icono-notificacion {
	width: 30px !important;
}

/* ==============================
REDES SOCIALES
==============================*/


.social {
    font-size: 2rem;
	text-align: center;
	width: 30px !important;
	line-height: 20px;
	height: 30px;
}


/* .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #f4f4f4;
    -webkit-transition: all 1s;
    transition: all 1s;
    margin: 0 1rem;
} */

/* Facebook */

.facebook-fBlanco {
    color: white;
    background: #000000;
}

.facebook-fNegro {
	color: black;
}

.facebook-fColor {
	color: white;
	background: #46639f;
}

/* YouTube */

.youtubeBlanco {
	color: white;
	background: #000000;
}

.youtubeNegro {
	color: black;
}

.youtubeColor {
	color: white;
	background: #d6513e;
}

/* Twitter */

.twitterBlanco {
	color: white;
	background: #000000;
}

.twitterNegro {
	color: black;
}

.twitterColor {
	color: white;
	background: #0ab2e6;
}

/* Google Plus */

.google-plus-gBlanco {
	color: white;
	background: #000000;
}

.google-plus-gNegro {
	color: black;
}

.google-plus-gColor {
	color: white;
	background: #d71617;
}

/* Instagram */

.instagramBlanco {
	color: white;
	background: #000000;
}

.instagramNegro {
	color: black;
}

.instagramColor {
	color: white;
	background: linear-gradient(45deg, #fca925, #ee1d5f, #6350a2);
}