/* #############################    SCREEN HOME ################# */
.banner-destaque-home {
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
    float: left;
    background-image: url(../img/destaques/banner_home/banner01_abril.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;

}

/* #############################    MODAL START PLATAFORM ############## */ 
.modalStart, .modalAovivo {
	display: none;
	z-index: 999999999999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}
.modalContent {
	width: 400px;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 120px;
    left: calc(50% - 250px);
    z-index: 10;
    padding: 10px;
    font-size: 13px;
    border-radius: 30px;
}
.content_modal_start {
    background-image: url(../img/modais/mod1_jul.jpg);
    width: 400px ;
    height: 505px ;
    top: 90px ;
}
.content_modal_aovivo {
    background-image: url(../img/aovivo_modal.png);
}
.corpoModal1, .corpoModal_aovivo {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.fechar {
	background-color: #FFF;
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    position: absolute;
    top: -40px;
    right: 23px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}

@media screen and (max-width:440px){ 
    .banner-destaque-home {
        background-image: url(../img/destaques/banner_home/banner01_abril_mob.png);
    }
    .modalContent {
        width: 340px;
        height: 420px;
        top: 70px;
        left: calc(50% - 170px);
    }
}

@media screen and (max-width:320px){ 
    .modalContent {
        width: 300px;
        height: 370px;
        top: 100px;
        left: calc(50% - 150px);
    }
}