:root {
	--branded-color01: #fecb00;
	--branded-color02: #877014;
	--branded-color03: #ffffff;
  
}
.bannerContent{
	 margin: 0 auto;
	 width: 100%;
}
.bannerContent a{
	 display:  block;
}
 .banner{
	 width: 100%;
	 height: 90px;
	 background-repeat: no-repeat;
	 background-position: center center;
	 display: block;
 }
 .banner.first{
	 background-image: url('../banners/img/728x90.jpg'); /*728x90*/
	 margin: 10px auto;
 }
 .banner.second{
	 background-image: url('../banners/img/728x90.jpg'); /*728x90*/
	 margin: 0 auto 10px;
	 display: none;
 }
 .banner.home_col_right{
	 background-image: url('../banners/img/234x60.jpg'); /*234x60*/
 }
 .maxSize-767 .banner{
	 height: 85px;
	 width: 90%;
 }
 .maxSize-479 .banner{
	 height: 61px;
 }
 .maxSize-767 .banner.first{
	 background-image: url('../banners/img/450x75.jpg'); /*469x61*/
 }
 .maxSize-479 .banner.first{
	 background-image: url('../banners/img/321x86.jpg'); /*321x54*/
 }
 .maxSize-310 .banner.first{
	 background-image: url('../banners/img/234x60.jpg'); /*234x60*/
 }
 .maxSize-767 .banner.second{
	 background-image: url('../banners/img/450x75.jpg'); /*469x61*/
 }
 .maxSize-479 .banner.second{
	 background-image: url('../banners/img/321x86.jpg'); /*321x54*/
 }
 .maxSize-310 .banner.second{
	 background-image: url('../banners/img/234x60.jpg'); /*234x60*/
 }
 .banner.interior01{
	 background-image: url('../banners/img/234x60.jpg'); /*234x60*/
 } 
 .banner.interior02{
	 background-image: url('../banners/img/234x60.jpg'); /*234x60*/
 }
 div[class*="dfMc-"] .boxStuff.logos{
	 background-image: url('../banners/img/logo_df_jug_dest.png');
	 background-repeat: no-repeat;
	 background-size: 220px auto;
}
div[class*="dfMc-"] .bannerContent{
	text-align: center;
}
div[class*="dfMc-"] .bannerContent img{
	/*width: 100%;*/
	margin: 0 auto;
}
div[class*="dfMc-"].home-module .bannerContent a{
	margin: 10px auto;
	display: block;
	width: 100%;
}
@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: block !important;
}*/
div[class*=dfMc-] .itemMaM.itemStyles.rdsnItem .item .contentItem .apuestas{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	/* z-index: 9999; */
	text-align: center;
	cursor: pointer;
}
div[class*=dfMc-] .itemMaM.itemStyles.rdsnItem .item .contentItem .apuestas span{
	animation-name: backgroundColorPalette;
	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: var(--branded-color03);
	display: block;
	position: absolute;
	width: calc(100% - 10px);
	height: 20px;
	display: block;
	bottom: 4px;
	font-weight: bold;
}
div[class*=dfMc-] .itemMaM.itemStyles.rdsnItem .item .contentItem .apuestas:hover span{
	opacity: 0.8;
}
@keyframes backgroundColorPalette {
	0% {
		background: var(--branded-color01);
	}
	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: transparent !important;
}
div[class*="dfMc-"] .itemStyles .item .contentItem .details span{
	display: none;
}
div[class*="dfMc-"] .itemStyles .item .contentItem .details:hover{
	color: #877014;
}
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: #fecb00;
}
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;
}
@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: 100%;
		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: -186px;
		background-color: yellow;
	}
}
/* Muestro button + */
div[class*=dfMc-] .itemStyles.rdsnItem .item .contentItem .col .details span.iconMore {
    background-color: #fecb00;
    color: white;
}
div[class*=dfMc-] .itemStyles .item .contentItem .title {
    background: #fecb00;
    color: #000000;
}
div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div.owl-prev {
        background-color: #fecb00;
}
div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div.owl-next {
    background-color: #fecb00;
}
div[class*=dfMc-] .itemMaM.itemStyles.rdsnItem .item .contentItem .teams .second .number {
    background: #fecb00;
	color:black;
}
div[class*=dfMc-] .itemMaM.itemStyles.rdsnItem .item .contentItem .teams .first .number {
    background: #fecb00;
	color:black;
}