.p-eventos{
    font-size: 14px;
}
.btn-p-eventos{
    font-size: 12px;
    border: none;
    color: #fff;
    background: #6EBA45;
    border-radius: 5px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-p-eventos:hover{
    background: #14335C;
}
.hr-eventos{
    border-bottom: solid 1px #979AA4;
    width: 100%;
    margin: 10px 0;
}
.title-p-eventos{
    color: #14335C;
    font-weight: bold;
}
.title-p-eventos-mobile{
    display: none;
}
.hr-eventos-mobile{
    display: none;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .title-p-eventos-mobile{
        display: block;
        margin-right: 15px;
    }
    .flex-mobile-p-eventos {
        display: flex;
        justify-content: space-between;
        text-align: right;
    }
    .hr-eventos{
        display: none;
    }
    .hr-eventos-mobile{
        display: block;
        border-bottom: solid 1px #979AA4;
        width: 100%;
        margin: 10px 0;
    }
    .box-title-p-eventos{
        display: none;
    }
    .control-proximoseventos {
        justify-content: center !important;
    }
    #content-proximoseventos {
        min-height: 302px;
    }
}

.control-proximoseventos {
    display: flex;
    justify-content: flex-end;
}
.bnt-left-proximoseventos{
    margin-right: 5px;
    cursor: pointer;
}
.bnt-right-proximoseventos{
    margin-left: 5px;
    cursor: pointer;
}
.input-page-proximoseventos{
    background: #fff;
    border: solid 1px #14335C;
    padding: 0 5px;
    border-radius: 3px;
    margin: 0px 5px;
    font-family: "K2D", Sans-serif;
    color: #14335C;
    font-weight: bold;
}
#content-proximoseventos {
    min-height: 202px;
}
#temp_load{
    position: absolute;
    left: 45%;
}