.background-programacao {
    background-color: #efefef;
    background-repeat: no-repeat;
    position: relative;
}

.custom-titulo-programacao {
    font-size: 3em;
    color: #2f2f2f;
}

.programacao-list {
    margin-bottom: 10%;
    background-color: #FFFFFF;
    padding: 20px;
}

.programacao-item-mais {
    padding: 10px;
    position: relative;
}

.programacao-item {
    padding: 10px;
    position: relative;
}

.programacao-item-footer {
    text-align: center;
    position: relative;
}

.programacao-list-tabs {
    display: flex;
    overflow: hidden;
    justify-content: flex-end;
    margin-left: auto;
}

.align-middle {
    vertical-align: middle;
}

.plus-icon {
    font-size: 32px;
    line-height: 0;
}

.red-line {
    border-top: 2px solid red;
    margin-bottom: 20px;
    width: 90%;
}

.btn-plus {
    background-color: #cccccc;
    color: #FFFFFF;
    border: none;
    font-size: 24px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 6%;
    transition: transform 0.3s ease;
    cursor: pointer;
    margin-bottom: 5px;
}

.btn-plus:hover {
    background-color: #C2C2C2;
    transform: scale(1.1) rotate(45deg);
}

.tab-btn {
    flex: 1;
    background-color: #cccccc;
    border: none;
    font-size: 22px;
    padding: 10px;
    border-radius: 20px 20px 0 0;
    cursor: pointer;
}

.tab-btn.active {
    background-color: #ffffff;
    font-weight: bold;
    border-radius: 20px 20px 0 0;
    color: #2f2f2f !important;
}

.icon-programacao {
    display: none;
}

.apresentacao-programacao-mobile {
    display: none;
}

.btn-ver-mais {
    border-radius: 25px;
    background-color: #2f2f2f;
    /*width: 12%;*/
    font-size: 15px;
    color: #FFFFFF;
}

.tab-mobile {
    display: none;
}

.aba-conteudo-programacao-mobile {
    display: none;
}

.list-tab-mobile {
    display: none;
}

.blue-light{
    color: #2d7a88;
}

.descricao-programacao p,
.descricao-programacao span,
.descricao-programacao div,
.descricao-programacao a,
.descricao-programacao strong,
.descricao-programacao * {
    font-size: 18px !important;
    font-family: Lato !important;
    color: inherit !important;
}

@media (min-width: 320px) and (max-width: 499px) {

    .btn-none-mobile {
        display: none !important;
    }

    .aba-conteudo-programacao-mobile {
        display: block;
    }

    .aba-conteudo-programacao {
        display: none;
    }

    #prevBtn {
        position: absolute;
        color: #014085;
        left: 45px;
        top: 10px;
    }

    #nextBtn {
        position: absolute;
        color: #014085;
        right: 45px;
        top: 10px;
    }

    .custom-titulo-programacao {
        font-size: 2em;
        color: #2f2f2f;
        text-align: center;
    }

    .gray-line {
        border-top: 2px solid #cccccc;
        margin-bottom: 20px;
        width: 81%;
    }

    .plus-icon {
        font-size: 32px;
        line-height: 0;
    }

    .btn-plus {
        background-color: #cccccc;
        color: #FFFFFF;
        border: none;
        font-size: 26px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: absolute;
        right: -8%;
        bottom: 6%;
        transition: transform 0.3s ease;
        cursor: pointer;
        justify-content: center;
        display: flex;
        padding-top: 7%;
        margin-right: 7px;
        margin-bottom: 5px;
    }

    .tab-mobile {
        display: inline;
        justify-content: center;
    }

    .tab-none-mobile {
        display: none;
    }

    .tab-btn.active {
        background-color: #ffffff;
        font-weight: bold;
        border-radius: 20px 20px 0 0;
        color: #014085 !important;
    }

    .tab-mobile {
        font-size: 22px !important;
    }

    .list-tab-mobile {
        display: block;
    }

    .programacao-list-tabs {
        display: flex;
        overflow: hidden;
        justify-content: center !important;
        margin-left: 9%;
    }

    .icon-programacao {
        display: inline;
    }

    .descricao-programacao {
        color: #2f2f2f;
        margin-top: 10%;
        margin-bottom: 10% !important;
        width: 90% !important;
    }

    .tipo-Evento {
        margin-top: 10%;
        margin-bottom: 10% !important;
    }

    .apresentacao-programacao {
        display: none;
    }

    .apresentacao-programacao-mobile {
        display: inline;
    }

    .btn-ver-mais {
        display: inline;
        margin-top: 15% !important;
        border-radius: 25px;
        background-color: #2f2f2f;
        width: 60%;
        font-size: 20px;
        color: #FFFFFF;
        padding: 2%;
    }

    .custom-div-programacao-mobile {
        padding: 0 !important;
        margin-bottom: 0 !important;
    }

    .programacao-list {
        margin-bottom: 0 !important;
        background-color: #FFFFFF;
        padding: 20px;
    }

    .item-programacao {
        width: 95%;
    }

}