/* Ocultar botón de Iniciar Sesión en la barra de navegación */
.bs-main-menu .other-links .item,
.child-btns.item.signInButton.ember-view  {
    display: none !important;
}
/**/
.background-layer.bg-contain.bg-center-top {
    background-color: #f7faf2 !important;
    position: relative;
    height: 110px;
}
body, #ember55, #ember450 {
    background-color: #f7faf2 !important;
}
.bs-category-table th.sticky-header.orange:after,
.bs-category-table th.sticky-header.grey:after,
.bs-category-table th.sticky-header.blue:after {
    background-color: #1f5e20 !important;
}
section.community-section-agendaLayout {
    padding-top: 30px;
    padding-bottom: 30px;
}
section.community-section-agendaLayout .background-layer {
    background-color: #d8f4cb !important;
}
.positive.primary.bs-button {
    background-color: #1f5e20 !important;
    color: #f8fbf4 !important;
}
.bs-main-menu .main-menu.nav-active-st1 .page-links>.item:hover:not(.nav-active) {
    color: #0d2c0d !important;
    font-weight: bold !important;
}
/* Ocultar botón e ícono de marcar favorito en la agenda */
.zs-bookmark-icon,
.zs-session-bookmark,
button[class*="bookmark"],
[data-action="bookmark"],
.zs-agenda-card-bookmark {
    display: none !important;
}

@media (min-width: 570px) and (max-width: 767px) {
    .community-section-mediaText .media-image img {
        width: 40% !important;
    }
}
@media (max-width: 767px) {
    /*Imagen mobile line a de tiempo*/
    #ember53 .background-layer.bg-contain.bg-left-top {
        background-color: #f7faf2 !important;
        background-size: contain !important;
        height: 600px !important;
        width: 100% !important;
        position: relative !important;
    }
}
@media (max-width: 569px) {
    .community-section-mediaText .media-image img {
        width: 60% !important;
    }
}
@media (max-width: 380px) {
    /*Imagen mobile line a de tiempo*/
    #ember53 .background-layer.bg-contain.bg-left-top {
        height: 470px !important;
    }
}
@media (max-width: 280px) {
    /*Imagen mobile line a de tiempo*/
    #ember53 .background-layer.bg-contain.bg-left-top {
        height: 400px !important;
    }
}