:root {
	--color-default: #D90000;
	--rgb-default: 217, 0, 0;
	
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{
	 background: rgba(var(--rgb-default), 1);
}

.title-bg.bg-default {
    background: rgba(var(--rgb-default), 0.1);
}
.bg-opacity-default {
    background: rgba(var(--rgb-default), 0.065);
}

.dark-wrapper{
	background-color: var(--color-default) !important
}

a.categoria_listado, .categoria_listado{
	font-size: 0.6rem;
	text-decoration: none !important
}

.grid-view h2.post-title{
	font-size: 0.8rem !important;
}

.image-wrapper:before {
	background: none !important;
}

.no-radius{
	border-radius: 0px !important;
}

strong{
	font-weight: 600 !important
}

jam.icon_grande{
	font-size: 18px !important
}

.f-18{
	font-size: 18px !important 
}
.f-22{
	font-size: 22px !important 
}

.f-34{
	font-size: 34px !important 
}

.f-45{
	font-size: 45px !important 
}


@media (max-width: 767px){
	.offset-2 {
		margin: 0px!important
	}
}
