/* Estilos personalizados */
@media (min-width: 992px) {
    .alinear_boton_horizontal{/* Se coloca en un div para mover el boton y alinearlo a las cajas de texto */
        margin-top: 27px;
    }
    .fondo_agenda{
        background: url(../images/fondo_agenda_1.png) no-repeat center center;
        width: 100%;
        height: 440px;
        background-size: 100% 100%;
        margin-top: 15px;
    }
}

.contenido_agenda{
    position:relative; 
    margin:0px auto; 
    padding:0px; 
    width: auto; 
    height: 550px; 
    overflow: auto;
}
.content-agenda{
    height: auto;
}

.always-visible.ps-container > .ps-scrollbar-x-rail,
.always-visible.ps-container > .ps-scrollbar-y-rail {
    opacity: 0.5;
}

.brand-logo_CUSTOM{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.logo-text_CUSTOM{
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
    font-weight: 400;
    text-align: center;
    line-height:50px;
    margin-right: 5px;
}

.red{
    color: red;
}

.fecha-text_CUSTOM{
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: 3px;
    font-weight: 400;
    text-align: center;
    line-height:50px;
    margin-right: 5px;
}