.text-danger { color: red; }
.text-success { color: green; }

.text-center {
    text-align: center;
}

.header_secciones
{
	background: url('../img/header_secciones.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 25px 0px;
	color: #ffffff;
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
}

.custom-height {
	margin-top: 105px;
	height: 100%;
}

.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.home-filter {
	padding-top: 3%;
}

.hideScrollSocial .tiktok-icon:before {
	/*color: #3b5998;*/
	content: ' ';
	/*background: url('/img/tiktok2.png');*/
	background: url('/img/tiktok.png');
	height: 23px;
    width: 21px;
	background-size: contain;
	display: block;
	background-repeat: no-repeat;
}