/* #############################    MODAL START PLATAFORM ############## */ 
.modal_default {
    display: none;
    z-index: 999999999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;  
}
.modalStart, .modalAovivo {
	display: none;
	z-index: 999999999999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}
.modalContent {
	width: 320px;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 120px;
    left: calc(50% - 160px);
    z-index: 10;
    padding: 10px;
    font-size: 13px;
    border-radius: 30px;
}
.modal_container_box {
    max-width: 320px;
    width: 90%;
    height: 430px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-color: #FFF;
    top: 90px;
    left: calc(50% - 160px);
    z-index: 10;
    padding: 20px;
    font-size: 13px;
    border-radius: 30px;
    color: #585858;
}
.content_modal_start {
    background-image: url(../img/modais/mod1_jul.jpg);
    width: 400px ;
    height: 505px ;
    top: 90px ;
}
.modal_def_reward_title {
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -70px auto 0 auto;
}
.bgHappy {
    background-image: url(../img/icone_feliz.png);
}
.bgUnHappy {
    background-image: url(../img/icone_triste.png);
}
.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;
}
.modal-show-msg{
    font-size: 15px;
    text-align: center;
    color: #1776c9;
    font-weight: bold;
}
 .bg-modal {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
 }
@media screen and (max-width:440px){ 
    .banner-destaque-home {
        background-image: url(../img/destaques/banner_home/banner01_agosto_mob.jpg);
    }
    .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);
    }
}