:root {
	--branded-color01: #000033;
   --branded-color02: #0066ff;
   --branded-color03: rgb(91, 129, 233);
}
.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.gif'); /*728x90*/
	margin: 10px auto;
}
.banner.second{
	background-image: url('../banners/img/728x90.gif'); /*728x90*/
	margin: 0 auto 10px;
	display: none;
}
.banner.home_col_right{
	background-image: url('../banners/img/234x60.gif'); /*234x60*/
}
.maxSize-767 .banner{
	height: 85px;
	width: 90%;
}
.maxSize-479 .banner{
	height: 61px;
}
.maxSize-767 .banner.first{
	background-image: url('../banners/img/450x75.gif'); /*469x61*/
}
.maxSize-479 .banner.first{
	background-image: url('../banners/img/banner_mam_mbl.jpg'); /*321x54*/
}
.maxSize-310 .banner.first{
	background-image: url('../banners/img/234x60.gif'); /*234x60*/
}
.maxSize-767 .banner.second{
	background-image: url('../banners/img/450x75.gif'); /*469x61*/
}
.maxSize-479 .banner.second{
	background-image: url('../banners/img/banner_mam_mbl.jpg'); /*321x54*/
}
.maxSize-310 .banner.second{
	background-image: url('../banners/img/234x60.gif'); /*234x60*/
}
.banner.interior01{
	background-image: url('../banners/img/234x60.gif'); /*234x60*/
	display: none;
} 
.banner.interior02{
	background-image: url('../banners/img/234x60.gif'); /*234x60*/
	display: none;
}
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: #66e7e8;
	font-family: "Lato", inherit;
	font-weight: bold;
}
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: #000033 !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: -186px;
	}
}
/*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 */
div[class*=dfMc-] .itemStyles .item .contentItem .title {
    background: #00164b;
}
div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div {
    background: #01154b;
}
div[class*=dfMc-] .owl-carousel.owl-theme .owl-controls .owl-page.active span {
    background-color: #66e7e8;
}
div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div:focus,div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div:hover,div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div:active {
    background-color: #66e7e8;
}