#sp-top2 .sp-module {
    display: block;
}

.sp-megamenu-parent>li>a {
    text-transform: uppercase;
}

.offcanvas-inner {
    padding-top: 0 !important;
}

.article-list .article .readmore a {
    border: 1px solid #252525;
    padding: 6px 12px;
    border-radius: 4px;
    background: transparent;
}

.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
    color: #fff;
    background: #252525;
}

.article-list .article .article-header h1, .article-list .article .article-header h2, .article-list .article .article-header h4 {
    font-size: 2.375rem;
}

.related-article-list-container .article-list .article .article-header h4 {
    font-size: 1.1rem;
}

.related-article-list-container .article-info {
    display: none;
}

#sp-right ul.mod-articles-items .list-unstyled {
    padding-left: 0;
    list-style: none;
    display: inline-flex;
    font-size: 0.85rem;
    color: #8b8b8b;
   margin-bottom: 0;
}

#sp-right ul.mod-articles-items .mod-articles-title {
    margin-top: 0.5rem;
}

.view-article.layout-blog section#section-id-e63c363b-fa06-486d-8f7b-a61c158bef96 {
    display: none;
}

.view-category.layout-blog #sp-right {
    display: none;
}

.view-category.layout-blog #sp-component {
    width: 100%;
}

.view-category.layout-blog .article-introtext {
    display: none;
}

.view-category.layout-blog .article-header h2 {
    font-size: 1.375rem;
}

.view-category.layout-blog .article-list > .row > div {
    display: flex;
}

#sp-social-icons #sp-user1 {
   text-align: center;
}

#sp-social-icons ul.social-icons a {
    font-size: 30px;
    padding-left: 10px;
    color: #0f5457;
}

#sp-social-icons ul.social-icons a:hover {
    opacity: 0.8;
}

@media (max-width: 1199px) and (min-width: 992px) {

    div#mod-custom119 p {
        font-size: 16px !important;
    }

    div#sp-top2 a {
        font-size: 15px;
    }

}

@media (max-width: 991px) {

    div#sp-top2 {
        display: none;
    }

    #sp-footer1, #sp-footer2 {
        text-align: center !important;
    }

}

@media (max-width: 767px) {

    #sp-top-bar {
        display: none;
    }
    
}

/* MÓDULO EB WHATSAPP CHAT */

i._access-icon._access {
    bottom: 20px !important;
    left: 30px !important;
}
.whatsappchat img.is-analytics {
    max-width: 32px !important;
    display: inline-block;
}
@media (max-width: 767px) {
    .whatsappchat.is-bottom_right {
        bottom: 30px !important;
    }
    .sp-scroll-up {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .whatsappchat.is-bottom_right {
        bottom: 90px !important;
    }
    .sp-scroll-up {
        bottom: 30px;
        right: 100px;
    }
}
@media (min-width: 992px ) and (max-width: 1399px) {
div#whatsapp_chat_widget #wa-widget-send-button {
    bottom: 40px !important;
    right: 20px;
  }
}
@media (max-width: 991px) {
   div#whatsapp_chat_widget #wa-widget-send-button {
    bottom: 90px !important;
    margin-bottom: 10px !important;
    right: 0;
   }
}