/*Social Icons*/
.menu--redes-sociales .navbar-nav
{
	flex-direction: row;
	margin-bottom: 8px;
}
.social__icon
{
	width: 24px;
	height: 24px;
	line-height: 1px;
	font-size: 1px;
	text-indent: -99999px;
	margin-left: 2px;
	margin-right: 2px;
	background-size: 20px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.page-with-hero .social__icon, .page-with-hero .social__icon
{
	filter: invert(0%) brightness(100%);
}
.page-with-hero footer .social__icon, .page-with-hero footer .social__icon
{
	filter: invert(80%) brightness(100%);
}
.social__icon:hover
{
	opacity: 0.7;
}
.page-with-hero .social__icon--facebook
{
	background: url('../../images/icons/icon-facebook-light.svg');
}
.page-with-hero .social__icon--instagram
{
	background: url('../../images/icons/icon-instagram-light.svg');
}
.page-with-hero .social__icon--twitter
{
	background: url('../../images/icons/icon-x-light.svg');
}
.page-with-hero .social__icon--youtube
{
	background: url('../../images/icons/icon-youtube-light.svg');
}
.page-with-hero .social__icon--linkedin
{
	background: url('../../images/icons/icon-linkedin-light.svg');
}
.page-with-hero .social__icon--spotify
{
	background: url('../../images/icons/icon-spotify-light.svg');
}
.page-with-hero .social__icon--tiktok
{
	background: url('../../images/icons/icon-tiktok-light.svg');
}
/*Sticky Social Icons*/
.is-sticky .social__icon, .social__icon
{
	filter: invert(50%) brightness(100%);
}
.is-sticky .social__icon--facebook, .social__icon--facebook
{
	background: url('../../images/icons/icon-facebook.svg');
}
.is-sticky .social__icon--instagram, .social__icon--instagram
{
	background: url('../../images/icons/icon-instagram.svg');
}
.is-sticky .social__icon--twitter, .social__icon--twitter
{
	background: url('../../images/icons/icon-x.svg');
}
.is-sticky .social__icon--youtube, .social__icon--youtube
{
	background: url('../../images/icons/icon-youtube.svg');
}
.is-sticky .social__icon--linkedin, .social__icon--linkedin
{
	background: url('../../images/icons/icon-linkedin.svg');
}
.is-sticky .social__icon--spotify, .social__icon--spotify
{
	background: url('../../images/icons/icon-spotify.svg');
}
.is-sticky .social__icon--tiktok, .social__icon--tiktok
{
	background: url('../../images/icons/icon-tiktok.svg');
}
/*Social Icons Footer*/
footer .menu-social-media
{
	justify-content: flex-start;
	margin-top: 0;
}
footer .social__icon
{
	width: 36px;
	height: 36px;
	line-height: 1px;
	font-size: 1px;
	text-indent: -99999px;
	margin-left: 0px;
	margin-right: 20px;
	background-size: 36px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	opacity: 0.8;
	padding: 0 !important;
}
footer .social__icon:hover
{
	opacity: 0.7;
}
footer .social__icon--facebook
{
	background: url('../../images/icons/icon-facebook.svg');
}
footer .social__icon--instagram
{
	background: url('../../images/icons/icon-instagram.svg');
}
footer .social__icon--twitter
{
	background: url('../../images/icons/icon-x.svg');
}
footer .social__icon--youtube
{
	background: url('../../images/icons/icon-youtube.svg');
}
footer .social__icon--linkedin
{
	background: url('../../images/icons/icon-linkedin.svg');
}
footer .social__icon--spotify
{
	background: url('../../images/icons/icon-spotify.svg');
}
footer .social__icon--tiktok
{
	background: url('../../images/icons/icon-tiktok.svg');
}
@media screen and (max-width: 680px)
{
	footer .social__icon
	{
		background-size: 24px !important;
		margin-left: 5px;
		margin-right: 5px;
		width: 24px;
		height: 24px;
	}
}
