@media all and (max-width:767px) {
    .podcasts.view-article .denise-main-section>.container {
        padding: 15px;
    }
    .accordion-body .itempodcast>div {
        padding: 0;
    }
    .social a {
        padding: 0 5px;
    }
    .item-page .pull-left.item-image,
    .item-page .pull-right.item-image {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        clear: both;
        max-width: 100%;
    }
}

@media all and (min-width:992px) {
    #social-home {
        padding-top: 50px;
        padding-bottom: 0px;
    }
}

@media all and (max-width: 991px) {
    .denise-header {
        padding: 10px 0;
    }
    .container {
        max-width: calc(100% - var(--bs-gutter-x, 3rem));
    }
    .dicas .blog .pull-left.item-image {
        float: none;
        padding-right: 0;
        padding-bottom: 15px;
        width: 100%;
    }
    .dicas .blog .pull-left.item-image img {
        max-width: 100%;
        display: block;
        margin: auto;
    }
    #button-canvas {
        display: flex !important;
        align-items: center;
        justify-content: end;
    }
    /*.nav-item .nav-link::before,*/
    /*.nav-item .nav-link img {*/
    /*    display: none;*/
    /*}*/
    #denise-navigation.collapse {
        position: absolute;
        height: auto;
        flex-direction: column;
        top: 10px;
    }
    .view-category .denise-main-content {
        padding: 10px;
    }
    .denise-navigation .navbar {
        flex-direction: column;
    }
    .denise-header .nav-link {
        flex-direction: row;
        margin-bottom: 20px;
    }
    .nav-item:hover .nav-link::before,
    .nav-item.current.active .nav-link::before {
        content: "";
        background: none;
    }
    .accordion.accordion-flush.podcasts {
        padding: 0;
    }
    .denise-navigation .navbar>.nav-item,
    .denise-navigation .navbar>.nav-item .image-title {
        align-self: center;
        /* display: flex; */
        text-align: center;
        width: 100%;
    }
    .nav-item img {
        margin: auto;
        margin-right: 10px;
    }
    .view-article .item-page {
        padding: 10px;
    }
}

@media all and (max-width: 991px) and (orientation: portrait) {
    .canetas img {
        height: 50vw;
        width: auto;
    }
    .tablet img {
        height: 30vw
    }
    .denise-logo-home img {
        max-width: 50vw;
    }
}

@media all and (max-width: 991px) and (orientation: landscape) {
    .canetas img,
    .tablet img {
        height: 30vh;
        width: auto;
    }
}

@media all and (max-width: 991px) {
    .tablet {
        position: fixed;
        top: 0;
        right: 0;
        width: 10vw;
    }
    .tablet img {
        position: fixed;
        top: 0;
        right: 0;
        transform: translate(10vw, 10vw);
        -webkit-transform: translate(10vw, 10vw);
        -moz-transform: translate(10vw, 10vw);
        -ms-transform: translate(10vw, 10vw);
        -o-transform: translate(10vw, 10vw);
    }
}