:root {
	--branded-color01: #013CDB;
   --branded-color02: #567adf;
   --branded-color03: #1449dc;
}
.bannerContent{
	margin: 0 auto;
	width: 100%;
}
.bannerContent a{
	display:  block;
}
.banner{
	width: 100%;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}
.banner.first{
	background-image: url('../banners/img/bannerDF_htmlcenter-1.jpg');
	margin: 10px auto;
}
.banner.second{
	background-image: url('../banners/img/bannerInterior_htmlcenter-1.jpg');
	margin: 0 auto 10px;
}
.banner.home_col_right{
	background-image: url('../banners/img/home_col_right.jpg');
}
.maxSize-767 .banner{
	height: 85px;
	width: 90%;
}
.maxSize-479 .banner{
	height: 61px;
}
.maxSize-767 .banner.first{
	background-image: url('../banners/img/bannerDF_htmlcenter-2.jpg');
}
.maxSize-479 .banner.first{
	background-image: url('../banners/img/bannerDF_htmlcenter-3.jpg');
}
.maxSize-310 .banner.first{
	background-image: url('../banners/img/bannerDF_htmlcenter-4.jpg');
}
.maxSize-767 .banner.second{
	background-image: url('../banners/img/bannerInterior_htmlcenter-2.jpg');
}
.maxSize-479 .banner.second{
	background-image: url('../banners/img/bannerInterior_htmlcenter-3.jpg');
}
.maxSize-310 .banner.second{
	background-image: url('../banners/img/bannerInterior_htmlcenter-4.jpg');
}
.banner.interior01{
	background-image: url('../banners/img/bannerInterior_htmlcenter-4.jpg');
}
.banner.interior02{
	background-image: url('../banners/img/bannerInterior_htmlcenter-4.jpg');
}
div[class*="dfMc-"] .boxStuff.logos{
	background-image: url('../banners/img/logo_df_jug_dest.png');
	background-repeat: no-repeat;
    background-size: 220px auto;
}
/* Estilos agenda apostar */
@media only screen and (min-width: 480px) {
	div[class*=dfMc-] .agendaMaM{
		padding-left: 155px;
/*		background-image: url('../banners/img/banner_mam_dsk.jpg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 40px center;*/
	}
	div[class*=dfMc-] .agendaMaM>a{
		display: block;
		position: absolute;
		top: 0;
		left: 37px;
		width: 155px;
		height: 100%;
	}
	div[class*=dfMc-] .agendaMaM>a img{
		width: 100%;
		height: auto;
	}
	div[class*=dfMc-] .agendaMaM>a img.df-banner-mbl{
		display: none;
	}
	div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div.owl-prev{
		left: -186px;
	}
}
/*div[class*=dfMc-] .itemMaM.itemStyles.rdsnItem .item .contentItem .col .details{
	display: none !important;
}*/
div[class*=dfMc-] .itemMaM.itemStyles.rdsnItem .item .contentItem .apuestas{
	width: 100%;
	height: 30%;
	display: block;
	position: absolute;
	top: auto;
	left: 0;
	z-index: 9999;
	text-align: center;
	cursor: pointer;
}
div[class*=dfMc-] .itemMaM.itemStyles.rdsnItem .item .contentItem .apuestas span{
	animation-name: none;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear; 
    background-repeat: no-repeat;
    margin: 20px 5px;
    padding: 3px 10px;
        color: #000;
    display: block;
    position: absolute;
    width: calc(100% - 10px);
    height: 20px;
    display: block;
    bottom: 4px;
	background-color: #00EFE5;
}
div[class*=dfMc-] .itemMaM.itemStyles.rdsnItem .item .contentItem .apuestas:hover span{
	opacity: 0.8;
}
@keyframes backgroundColorPalette {
	0% {
		background: var(--branded-color03);
	}
	50% {
		background: var(--branded-color02);
	}
	100% {
		background: var(--branded-color01);
	}
}
/*div[class*=dfMc-] .footerCtn .logo{
	background-image: url('../banners/img/powered-by.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}*/
div[class*=dfMc-] .tournamentCD{
	display: none;
}
div[class*="dfMc-"] .itemStyles .item .contentItem .details{
	width: 100%;
    position: absolute;
    height: 100%;
    display: block;
    z-index: 999999;
    background-color: #013cdb !important;
}
div[class*="dfMc-"] .itemStyles .item .contentItem .details span{
	display: none;
}
div[class*="dfMc-"] .itemStyles .item .contentItem .details:hover{
	color: #7be09b;
}
div[class*="dfMc-"] .itemStyles .item .contentItem .teams .first .row{
	border-top: 1px solid #dee2e6
}
div[class*=dfMc-] .itemStyles .item .contentItem .information{
	margin-top: 20px;
	background: #29303C;
}
div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div {
    height: 100%;
}
div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div:hover{
	height: 100%;
}
div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div.owl-prev .icon-chevron-left{
	margin-top: 60px;
}
div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div.owl-next .icon-chevron-right{
	margin-top: 60px;
	color: black;
}
@media only screen and (max-width: 479px) {
	div[class*=dfMc-] .agendaMaM>a{
		text-align: center;
		width: 100%;
		height: 60px;
		display: block;
	}
	div[class*=dfMc-] .agendaMaM>a img{
		width: auto;
		height: 60px;
		margin: 0 auto;
	}
	div[class*=dfMc-] .agendaMaM>a img.df-banner-dsk{
		display: none;
	}
	div[class*=dfMc-] .itemMaM.itemStyles.rdsnItem .item .contentItem .col .date, div[class*=dfMc-] .itemMaM.itemStyles.rdsnItem .item .contentItem .col .date{
		height: 15px;
		line-height: 15px;
		margin: 0;
		padding: 0 5px;
	}
	div[class*=dfMc-] .itemStyles.maxSize-310.rdsnItem .item .contentItem .teams .first, div[class*=dfMc-] .itemStyles.maxSize-310.rdsnItem .item .contentItem .teams .second{
		min-height: 40px;
	}
		div[class*=dfMc-] .itemStyles .item .contentItem .information{
		min-height: 15px;
		line-height: 15px 5px;
	}
	div[class*=dfMc-] .itemMaM.itemStyles.rdsnItem .item .contentItem .apuestas span{
		margin: 15px 5px;
	}
	div[class*=dfMc-] .itemStyles.rdsnItem .item .contentItem .teams .first img, div[class*=dfMc-] .itemStyles.rdsnItem .item .contentItem .teams .second img{
		top: 0;
		transform: translate(-50%);
	}
	div[class*=dfMc-] .itemStyles.maxSize-310.rdsnItem .item .contentItem .teams .first img{
		left: 50%;
	}
	div[class*=dfMc-] .itemStyles.maxSize-310.rdsnItem .item .contentItem .teams .first .name, div[class*=dfMc-] .itemStyles.maxSize-310.rdsnItem .item .contentItem .teams .second .name{
		top: 34px;
	}
	div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div.owl-prev .icon-chevron-left, div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div.owl-next .icon-chevron-right{
		margin-top: 45px;
	}
}
@media only screen and (min-width: 480px) {
	div[class*=dfMc-] .agendaMaM{
		padding-left: 155px;
	}
	div[class*=dfMc-] .agendaMaM>a{
		display: block;
		position: absolute;
		top: 0;
		left: 38px;
		width: 155px;
		height: 100%;
	}
	div[class*=dfMc-] .agendaMaM>a img{
		width: 100%;
		height: auto;
	}
	div[class*=dfMc-] .agendaMaM>a img.df-banner-mbl{
		display: none;
	}
	div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div.owl-prev{
		left: -34px;
	}
}
div[class*=dfMc-] .agendaMaM>a{display: none}
div[class*=dfMc-] .agendaMaM{padding-left:0;}
div[class*=dfMc-] .itemMaM .item .contentItem .information span {
    color: #ffffff;
}
/* Fin estilos agenda apostar */

body {
    background-color: #1C212B;
}
div[class*=dfMc-] .itemStyles .item .contentItem .title {
    background: #03f0e5;
    color: #000;
}
div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div {
    border-bottom: 3px solid #03f0e5;
    background: #03f0e5;
}
div[class*=dfMc-] .contentItem {
    background: #29303C;
}
div[class*=dfMc-] .itemMaM.itemStyles.rdsnItem .item .contentItem .col .date {
    width: 100%;
    height: 24px;
    background: #29303C;
    color: #fff;
    line-height: normal;
}
div[class*=dfMc-] .itemStyles.rdsnItem .item .contentItem .teams {
    border-top: 1px solid hsl(220deg 21.13% 13.92%);
}
div[class*=dfMc-] .itemStyles.rdsnItem .item .contentItem .teams .first .name, div[class*=dfMc-] .itemStyles.rdsnItem .item .contentItem .teams .second .name {
    color: #fff;
}
div[class*=dfMc-] .itemMaM.itemStyles.rdsnItem .item .contentItem .teams .object {
    color: #fff;
}
div[class*=dfMc-] .footerCtn {
    background: #03f0e5;
}
div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div.owl-next .icon-chevron-right {
    border-left: 10px solid #29303c;
}
div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div.owl-prev .icon-chevron-left {
    border-right: 10px solid #1a1a1a;
}
div[class*=dfMc-] .GC_title {
    color: #fff;
}
div[class*=dfMc-] .bg-default {
    background: #29303c;
    color: #a0a0a0;
}
div[class*=dfMc-] .text {
    color: #fff;
}