.bannerContent{
	margin: 0 auto;
	width: 100%;
}
.bannerContent a{
	display:  block;
}
.banner{
	width: 100%;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center center;
}
div[class*="dfMc-"] .bannerContent{
	text-align: center;
}
div[class*="dfMc-"] .bannerContent img{
	width: auto;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100px;
}
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 .apuestas{
	width: 100%;
	height: 70%;
	display: block;
	position: absolute;
	top: auto;
	left: 0;
	z-index: 9999;
	text-align: center;
	cursor: pointer;
	bottom: 0;
}
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: #024339;
    display: block;
    position: absolute;
    width: calc(100% - 10px);
    height: 20px;
    display: block;
    bottom: 4px;
}
div[class*=dfMc-] .itemMaM.itemStyles.rdsnItem .item .contentItem .apuestas:hover span{
	opacity: 0.8;
}
@keyframes backgroundColorPalette {
	0% {
		background: #7be09b;
	}
	50% {
		background: #38C15F;
	}
	1000% {
		background: #1D824C;
	}
}
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: #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: #38C15F;
}
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: 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-] .footerCtn{
        margin-top: 5px;	
}

/* Oculto solapa posiciones en copaecuador */
.copaecuador div[class*=dfMc-] .navbar-nav .nav-item .nav-link[data-event-name="posiciones"] {
	display: none;
}
div[class*=dfMc-] .itemStyles.rdsnItem .item .contentItem .col .details {
    color: #38c15f;
}