/* Footer */

.super-footer-banner {
    background-color: var(--primary-color);
    color: #fff;
    text-align: center;
    font-weight: bold;
    /* padding: 10px; */
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 90px;
    z-index: 1000; 
    box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
} 

#footnote {
    padding-bottom: 5% !important;
}

div[data-region="footer-container-popover"] > button.btn-footer-popover, 
div[data-region="footer-container-popover"] > #boost-union-footer-buttons {
    margin-bottom: 4%;
}

div#mydiv{
    bottom: 90px;
    right: 75px;
} 

.comunicado-bootstrap {
    background-color: var(--primary-color); /* azul morado como en tu imagen */
    display: flex !important;
    justify-content: space-between;
    padding: 5px !important;
}

.comunicado-img {
  /* width: 60px; */
  width: auto;
  height: 60px;
  object-fit: cover;
}

.comunicado-texto{
    margin-bottom: 0.5rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drawer-left, .drawer-right {
    height: calc(100vh - 150px);
}

.super-footer-banner .carousel-indicators li {
    width: 15px;
    height: 15px;
}


/* Movil */
@media screen and (max-width:768px) {
    .app-menu {
        /* max-height: calc(90vh - 180px); */
    }
}    