@media only screen and (max-width: 480px){
    .dv-botao-ingresso{
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding-bottom: 20px !important;
        padding-right: 0 !important;
    }
    .banner-reveillon-mobile{
        display:block !important;
    }
    .banner-reveillon{
        display: none !important;;
    }
    .listaSocial{
        display: none;
    }
    .breadcrumb-reveillon{
        font-size: 10px;
    }
    .container-reveillon{
        padding: 0 15px !important;
    }
    .titulo-reveillon{
        margin-bottom: 0;
    }
    .col-reveillon{
        width: 100%;
    }
    .quantidade-eventos{
        margin-top: 0 !important;
    }

    /* Badge com as datas */
    .data-evento{
        width: 65px !important;
        height: 75px !important;
    }
    .dia-evento{
        font-size: 35px !important;
        line-height: 25px !important;
        padding-top: 15px !important;
    }
    .mes-evento{
        font-size: 20px !important;
    }
    /* /Badge com as datas */
    .detalhe-evento{
        margin-left: 20px !important;
    }
    .detalhe-evento li{
        line-height: 20px !important;
    }
    .titulo-evento{
        font-size: 20px !important;
       /*margin-bottom: 10px !important;*/
    }
    .lugar-evento{
        font-size: 15px  !important;
    }
    .local-evento{
        font-size: 15px  !important;
    }
    .status-evento{
        font-size: 9px !important;
        width: 150px !important;
    }
    .titulo-botao{
        /*display: none !important;*/
        font-size: 16px !important;
    }
    .btn-outline-reveillon{
        width: 100% !important;
        height: 44px !important;
        padding: 0px !important;
        box-sizing: border-box;
    }
    .titulo-botao-mobile{
        display: block !important;
        font-size: 40px;
        width: 100%;
    }
    .dv-botao-ingresso{
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        max-width: 100% !important;
        box-sizing: border-box;
    }
    .titulo-turne-info{
        font-size: 20px !important;
    }
    .corpo-turne-info{
        margin:0 15px;
    }
    .footer-app-aviso{
        display: none;
    }
    .menu-footer li{
        display: block !important;
        margin-top: 15px;
    }

    .btn-outline-elo-tardezinha{
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        justify-content: center;
        flex-direction: row !important;
        gap: 6px;
        box-sizing: border-box;
        height: 44px !important;
    }
    .titulo-botao-elo{
        display: block !important;
        font-size: 14px;
    }
    .btn-elo-image {
        width: 40px !important;
        height: auto !important;
    }
    .status-evento {
        width: 180px;
    }
}
@media only screen and (max-width: 1199px){
    .container {
        max-width: 100% !important;
        width: 100% !important;
    }
    footer {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 800px){
    .data-evento {
        width: 90px !important;
    }
    .detalhe-evento{
        margin-left: 40px !important;
    }

    .titulo-botao{
        /*display: none !important;*/
    }

    .btn-outline-reveillon{
        padding: 0px !important;
        width: 110px !important;
        height: 44px !important;
        box-sizing: border-box;
    }

    .titulo-botao-mobile{
        display: block !important;
        font-size: 40px;
    }

    .btn-outline-elo-tardezinha{
        height: 44px !important;
        width: 110px !important;
        flex-direction: row !important;
        gap: 4px;
        box-sizing: border-box;
    }
    .titulo-botao-elo{
        display: block !important;
        font-size: 13px;
    }
    .btn-elo-image {
        width: 40px !important;
        height: auto !important;
    }
    .status-evento {
        width: 180px !important;
    }
}
@media only screen and (min-width: 801px) and (max-width: 1280px){
    .detalhe-evento{
        margin-left: 50px;
    }
    .footer-app-aviso{
        display: none;
    }
}
