.detalhe_content {
    padding-top: 40px;
}

.detalhe_content .tools {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.detalhe_content .tools .seccao {
    margin-right: 60px;
}

.detalhe_content .tools .seccao h3 {
    font-family: Noto Serif, Georgia, Times New Roman, Times, serif;
    font-size: 16px;
    text-transform: uppercase;
}

.detalhe_content .tools .seccao h3 a {
    color: #1f1f1f;
    text-decoration: none;
}

.detalhe_content .tools .seccao h3:after {
    content: "";
    height: 2px;
    width: 36px;
    background: #d80e2d;
    display: block;
}

.detalhe_content .title_box {
    margin-top: 10px;
}

.detalhe_content .title_box .title {
    font-family: Noto Serif, Georgia, Times New Roman, Times, serif;
    font-size: 36px;
    line-height: 1.2;
}

.detalhe_content .title_box .lead {
    margin-top: 20px;
    font-family: Noto Serif, Georgia, Times New Roman, Times, serif;
    font-size: 20px;
}

.bloco_texto {
    padding-left: 360px;
    position: relative;
}

.bloco_texto .lateral {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 300px;
    margin-left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bloco_texto .autor_social {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}

.bloco_texto .autor_social,
.bloco_texto .autor_social .autor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.bloco_texto .autor_social .autor {
    padding: 20px 10px;
    background: #f4f1eb;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.bloco_texto .autor_social .autor:before {
    content: "";
    display: block;
    background: #f4f1eb;
    z-index: -1;
    width: 9999px;
    height: 100%;
    position: absolute;
    left: -9999px;
    top: 0;
}

.bloco_texto .autor_social .autor .image img {
    border-radius: 50%;
    border: 4px solid #d80e2d;
    background: #fff;
    width: 70px;
    height: 70px;
}

.bloco_texto .autor_social .autor .text_container {
    text-align: center;
}

.bloco_texto .autor_social .autor .text_container .nome {
    color: #d80e2d;
    text-decoration: none;
    margin-top: 10px;
    font-family: PT Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
}

.bloco_texto .autor_social .autor .text_container .data {
    display: block;
    font-family: PT Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 12px;
    color: gray;
}

.bloco_texto .foto {
    margin: 40px 0;
}

.bloco_texto .foto .image {
    margin-bottom: 0;
    position: relative;
}

.bloco_texto .foto .legenda_multimedia {
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0;
}

.bloco_texto .foto .legenda_multimedia .legenda {
    font-family: Noto Serif, Georgia, Times New Roman, Times, serif;
    font-size: 13px;
    display: block;
}

.bloco_texto .foto .legenda_multimedia .autor {
    font-family: PT Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
    color: gray;
    display: block;
}

.bloco_texto .texto {
    margin-top: 60px;
    font-family: Noto Serif, Georgia, Times New Roman, Times, serif;
    font-size: 18px;
}

.bloco_texto .texto ul:not(.relatedNews):not(.mediaUtils):not(.social_links) {
    margin-left: 20px;
}

.bloco_texto .texto ul:not(.relatedNews):not(.mediaUtils):not(.social_links) li {
    padding-left: 20px;
    position: relative;
}

/* .bloco_texto .texto ul:not(.relatedNews):not(.mediaUtils):not(.social_links) li:before{content:"";display:block;width:5px;height:5px;background:#d80e2d;position:absolute;left:5px;top:12px;z-index:5;border-radius:50%;} */
.bloco_texto .texto>p {
    margin-bottom: 26px;
}

.bloco_texto .texto .topicos {
    margin-top: 40px;
    margin-bottom: 25px;
}

.bloco_texto .texto .topicos .title {
    margin-right: 35px;
    font-family: PT Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: gray;
}

.bloco_texto .texto .topicos a {
    display: inline-block;
    margin-right: 30px;
    margin-left: 0;
    padding-left: 5px;
    font-size: 14px;
    color: #1f1f1f;
    text-decoration: none;
    transition: all .35s ease-in-out;
}

.bloco_texto .texto .topicos a,
.bloco_texto .texto .topicos a:before {
    font-family: PT Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.bloco_texto .texto .topicos a:before {
    content: "•";
    color: #d80e2d;
    position: relative;
    left: -5px;
}

/* #firstTextBlock .texto p:first-child:first-letter{color:#d80e2d;float:left;font-family:Noto Serif,Georgia,Times New Roman,Times,serif;font-size:65px;line-height:50px;padding-top:-2px;padding-right:8px;padding-left:3px;} */
@media (max-width:991px) {
    .detalhe_content {
        padding-top: 20px;
    }

    .detalhe_content .tools {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .detalhe_content .tools .seccao {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .detalhe_content .tools .seccao h3 {
        display: inline-block;
    }

    .detalhe_content .title_box .lateral {
        position: relative;
        margin-right: -20px;
        margin-left: -20px;
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        display: block;
    }

    .detalhe_content .title_box .autor_social {
        position: relative;
        top: unset;
        left: unset;
        padding: 0;
        width: 100%;
    }

    .detalhe_content .title_box .autor_social .autor {
        padding: 20px;
        -ms-flex-direction: unset;
        flex-direction: unset;
    }

    .detalhe_content .title_box .autor_social .autor:before {
        display: none;
    }

    .detalhe_content .title_box .autor_social .autor .text_container {
        text-align: left;
        margin-left: 20px;
    }

    .detalhe_content .title_box .autor_social .social_share {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
    }

    .detalhe_content .title_box .autor_social .social_share .comentarios_fav {
        margin: 0;
    }

    .detalhe_content .bloco_texto {
        padding-left: 20px;
    }

    .detalhe_content .bloco_texto .texto {
        margin-top: 40px;
        font-size: 16px;
    }

    .detalhe_content .bloco_texto .texto .topicos .title {
        display: block;
        margin-right: 0;
    }

    .detalhe_content .bloco_texto .texto .topicos a {
        margin-right: 20px;
        margin-bottom: 5px;
    }
}

@media (max-width:992px) {
    .detalhe_content .title_box .title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .detalhe_content .title_box .lead {
        font-size: 16px;
    }
}

@media (max-width:340px) {
    .detalhe_content .bloco_texto .title_box .autor_social .social_share .comentarios_fav li {
        margin: 0;
    }
}

@media (min-width:992px) {
    .bloco_texto .texto {
        line-height: 1.6;
    }

    .bloco_texto .texto .topicos a:hover {
        color: #d80e2d;
    }
}

.round_link {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #dbdbdb;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-family: PT Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    color: #1f1f1f;
    border-radius: 50%;
    transition: all .35s ease-in-out;
}

.social_share {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 20px;
}

.social_share .comentarios_fav,
.social_share .social_links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.social_share .social_links li {
    margin: 0 5px;
}

.social_share .social_links li a.fb {
    /*background: url(../images/ic_fb_color.png) no-repeat 50% scroll;*/
    background-size: 9px;
}

.social_share .social_links li a.tw {
    /*background: url(../images/ic_tw_color.png) no-repeat 50% scroll;*/
    background-size: 16px;
}

.social_share .social_links li a.li {
    /*background: url(../images/ic_li_color.png) no-repeat 50% scroll;*/
    background-size: 17px;
}

.social_share .social_links li a.pi {
    /*background: url(../images/ic_pi_color.png) no-repeat 50% scroll;*/
    background-size: 22px;
}

.social_share .social_links li a.sk {
    /*background: url(../images/ic_sk_color.png) no-repeat 50% scroll;*/
    background-size: 23px;
}

.social_share .social_links li a.mail {
    /*background: url(../images/ic_mail.png) no-repeat 50% scroll;*/
    background-size: 21px;
}

.social_share .social_links li a.ic_plus {
    font-size: 29px;
    color: #1f1f1f;
    text-align: center;
    font-family: PT Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    text-decoration: none;
}

.social_share .social_links li a.ic_plus:after {
    display: none;
}

.social_share .social_links .dropdown-menu {
    padding: 10px 20px;
    width: 230px;
    box-shadow: 0 1px 3px 2px rgba(1, 1, 1, .1);
    border: none;
    margin-top: 10px;
    margin-right: -20px;
}

.social_share .social_links .dropdown-menu .other_social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.social_share .social_links .dropdown-menu .copiar_link {
    margin-top: 10px;
    position: relative;
}

.social_share .social_links .dropdown-menu .copiar_link a {
    text-decoration: none;
    /*background: url(../images/ic_link.png) #fff no-repeat 50% scroll;*/
    background-size: 21px;
    position: relative;
    z-index: 5;
}

.social_share .social_links .dropdown-menu .copiar_link input[type=text] {
    width: 190px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 0 0 45px;
    margin: 0;
    box-sizing: border-box;
    border: none;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    background-color: #f4f1eb;
    font-family: PT Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    color: gray;
}

.social_share .social_links .dropdown-menu .copiar_link input[type=text]:focus {
    outline: none;
}

.social_share .comentarios_fav {
    margin-top: 10px;
}

.social_share .comentarios_fav li {
    margin: 0 5px;
}

.social_share .comentarios_fav li:last-child {
    margin-right: 0;
}

.social_share .comentarios_fav li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}

.social_share .comentarios_fav li a.comentarios {
    background: url("../img/ic_coments.png") no-repeat 50% scroll;
    background-size: 25px;
}

.social_share .comentarios_fav li a.favoritos {
    background: url("../img/ic_fav.png") no-repeat 50% scroll;
    background-size: 18px;
}

@media (max-width:991px) {
    .social_share .social_links li:first-child {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .social_share .social_links li a:hover.fb {
        /*background: url(../images/ic_fb_hover.png) #4267b2 no-repeat 50% scroll;*/
        background-size: 9px;
        border: #4267b2;
    }

    .social_share .social_links li a:hover.tw {
        /*background: url(../images/ic_tw_hover.png) #1da1f2 no-repeat 50% scroll;*/
        background-size: 16px;
        border: #1da1f2;
    }

    .social_share .social_links li a:hover.ic_plus {
        color: #fff;
        background: gray;
        border: gray;
    }

    .social_share .social_links li a:hover.li {
        /*background: url(../images/ic_li_hover.png) #0084bf no-repeat 50% scroll;*/
        background-size: 17px;
        border: #0084bf;
    }

    .social_share .social_links li a:hover.pi {
        /*background: url(../images/ic_pi_hover.png) #e4141d no-repeat 50% scroll;*/
        background-size: 22px;
        border: #e4141d;
    }

    .social_share .social_links li a:hover.sk {
        /*background: url(../images/ic_sk_hover.png) #00aeef no-repeat 50% scroll;*/
        background-size: 23px;
        border: #00aeef;
    }

    .social_share .social_links li a:hover.mail {
        /*background: url(../images/ic_mail_hover.png) gray no-repeat 50% scroll;*/
        background-size: 21px;
        border: gray;
    }

    .social_share .social_links .dropdown-menu .copiar_link a:hover {
        /*background: url(../images/ic_link_hover.png) #d80e2d no-repeat 50% scroll;*/
        background-size: 21px;
    }
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .social_share .social_links li a.fb {
        /*background: url(../images/ic_fb_color%402x.png) no-repeat 50% scroll;*/
        background-size: 9px;
    }

    .social_share .social_links li a.tw {
        /*background: url(../images/ic_tw_color%402x.png) no-repeat 50% scroll;*/
        background-size: 16px;
    }

    .social_share .social_links li a.li {
        /*background: url(../images/ic_li_color%402x.png) no-repeat 50% scroll;*/
        background-size: 17px;
    }

    .social_share .social_links li a.pi {
        /*background: url(../images/ic_pi_color%402x.png) no-repeat 50% scroll;*/
        background-size: 22px;
    }

    .social_share .social_links li a.sk {
        /*background: url(../images/ic_sk_color%402x.png) no-repeat 50% scroll;*/
        background-size: 23px;
    }

    .social_share .social_links li a.mail {
        /*background: url(../images/ic_mail%402x.png) no-repeat 50% scroll;*/
        background-size: 21px;
    }

    .social_share .social_links .dropdown-menu .copiar_link a:hover {
        /*background: url(../images/ic_link%402x.png) #fff no-repeat 50% scroll;*/
        background-size: 21px;
    }

    .social_share .comentarios_fav li a.comentarios {
        /*background: url(../images/ic_comentsX2.png) no-repeat 50% scroll;*/
        background-size: 25px;
    }
}

@media (-webkit-min-device-pixel-ratio:2) and (min-width:992px),
(min-resolution:192dpi) and (min-width:992px) {
    .social_share .social_links li a:hover.fb {
        /*background: url(../images/ic_fb_hover%402x.png) #4267b2 no-repeat 50% scroll;*/
        background-size: 9px;
        border: #4267b2;
    }

    .social_share .social_links li a:hover.tw {
        /*background: url(../images/ic_tw_hover%402x.png) #1da1f2 no-repeat 50% scroll;*/
        background-size: 16px;
        border: #1da1f2;
    }

    .social_share .social_links li a:hover.ic_plus {
        color: #fff;
        background: gray;
        border: gray;
    }

    .social_share .social_links li a:hover.li {
        /*background: url(../images/ic_li_hover%402x.png) #0084bf no-repeat 50% scroll;*/
        background-size: 17px;
        border: #0084bf;
    }

    .social_share .social_links li a:hover.pi {
        /*background: url(../images/ic_pi_hover%402x.png) #e4141d no-repeat 50% scroll;*/
        background-size: 22px;
        border: #e4141d;
    }

    .social_share .social_links li a:hover.sk {
        /*background: url(../images/ic_sk_hover%402x.png) #00aeef no-repeat 50% scroll;*/
        background-size: 23px;
        border: #00aeef;
    }

    .social_share .social_links li a:hover.mail {
        /*background: url(../images/ic_mail_hover%402x.png) gray no-repeat 50% scroll;*/
        background-size: 21px;
        border: gray;
    }

    .social_share .social_links .dropdown-menu .copiar_link a:hover {
        /*background: url(../images/ic_link_hover%402x.png) #d80e2d no-repeat 50% scroll;*/
        background-size: 21px;
    }
}

.menuShortcuts {
    display: block;
}

.menuShortcuts .iconShortcuts {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 102;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    /*background: url(../images/ic_shortcutMenu.png) #d80e2d no-repeat 50% scroll;*/
    background-size: 20px;
}

.menuShortcuts .shortcutsContainer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px 0 0;
    z-index: 101;
    display: none;
    line-height: 1;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .8));
}

.menuShortcuts .shortcutsContainer .shortcutsScroll {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
}

.menuShortcuts .shortcutsContainer .shortcutsMain {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    max-height: 100%;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    padding: 20px 20px 80px;
    position: relative;
}

.menuShortcuts .shortcutsContainer .shortcutsMain .audio a {
    color: gray;
    text-decoration: none;
    font-size: 12px;
    font-family: PT Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    text-transform: uppercase;
}

.menuShortcuts .shortcutsContainer .shortcutsMain .audio a .ic_videos {
    width: 21px;
    height: 21px;
    top: 5px;
    border: 2px solid #d80e2d;
    border-radius: 50%;
    margin-left: 0;
    margin-right: 5px;
    padding: 0;
}

.menuShortcuts .shortcutsContainer .shortcutsMain .audio a .ic_videos:before {
    width: 10px;
    height: 10px;
    top: 3px;
    left: 4px;
}

.menuShortcuts .shortcutsContainer .shortcutsMain h1 {
    font-size: 18px;
    margin-top: 10px;
    font-family: Noto Serif, Georgia, Times New Roman, Times, serif;
    line-height: 1.2;
}

.menuShortcuts .shortcutsContainer .shortcutsMain .social_share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 30px;
}

.menuShortcuts .shortcutsContainer .shortcutsMain .social_share .comentarios_fav {
    margin-top: 0;
}

.menuShortcuts .shortcutsContainer .shortcutsMain .social_share .comentarios_fav li:last-child {
    margin-left: 0;
}

.menuShortcuts .shortcutsContainer .shortcutsMain .social_share .comentarios_fav li:first-child {
    margin-left: 10px;
    margin-right: 0;
}

.menuShortcuts .shortcutsContainer .shortcutsMain .nav {
    font-family: PT Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    color: #1f1f1f;
    text-decoration: none;
    position: absolute;
    margin-top: 20px;
    bottom: 40px;
}

.menuShortcuts .shortcutsContainer .shortcutsMain .nav.prevArticle {
    padding-left: 20px;
    left: 100px;
}

.menuShortcuts .shortcutsContainer .shortcutsMain .nav.prevArticle:before {
    content: "";
    width: 7px;
    height: 14px;
    /*background: url(../images/ic_prev03.png) no-repeat;*/
    background-size: contain;
    position: absolute;
    left: 0;
    top: 1px;
}

.menuShortcuts .shortcutsContainer .shortcutsMain .nav.nextArticle {
    padding-right: 20px;
    right: 20px;
}

.menuShortcuts .shortcutsContainer .shortcutsMain .nav.nextArticle:before {
    content: "";
    width: 7px;
    height: 14px;
    /*background: url(../images/ic_next03.png) no-repeat;*/
    background-size: contain;
    position: absolute;
    right: 0;
    top: 1px;
}

@media (max-width:767px) {
    .menuShortcuts {
        display: block;
    }

    .menuShortcuts .iconShortcuts {
        visibility: hidden;
        transition: all .35s ease-in-out;
    }

    .menuShortcuts .shortcutsContainer .shortcutsMain .nav {
        bottom: 35px;
    }
}

@media (min-width:992px) {
    .menuShortcuts {
        display: block;
        position: fixed;
        top: -60px;
        z-index: 31;
        height: 60px;
        width: 100%;
        transition: all .3s;
    }

    .menuShortcuts .iconShortcuts {
        display: none;
    }

    .menuShortcuts .shortcutsContainer {
        display: block;
        top: inherit;
        bottom: inherit;
        left: inherit;
        right: inherit;
        padding: 0;
        background: #fff;
        position: relative;
        height: 60px;
    }

    .menuShortcuts .shortcutsContainer .shortcutsScroll {
        display: block;
        position: relative;
        border-bottom: 1px solid #dbdbdb;
    }

    .menuShortcuts .shortcutsContainer .shortcutsScroll .shortcutsMain {
        padding: 10px 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: visible;
        position: static;
    }

    .menuShortcuts .shortcutsContainer .shortcutsScroll .shortcutsMain .title {
        -ms-flex-order: 2;
        order: 2;
        max-width: 430px;
        min-width: 345px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 0;
    }

    .menuShortcuts .shortcutsContainer .shortcutsScroll .shortcutsMain .audio {
        -ms-flex-order: 3;
        order: 3;
        margin-top: 0;
        margin-left: auto;
        margin-right: 40px;
        line-height: 24px;
    }

    .menuShortcuts .shortcutsContainer .shortcutsScroll .shortcutsMain .audio a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        white-space: nowrap;
    }

    .menuShortcuts .shortcutsContainer .shortcutsScroll .shortcutsMain .audio a .ic_videos {
        -ms-flex: 0 0 34px;
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        top: 0;
    }

    .menuShortcuts .shortcutsContainer .shortcutsScroll .shortcutsMain .audio a .ic_videos:before {
        width: 14px;
        height: 14px;
        top: 8px;
        left: 9px;
    }

    .menuShortcuts .shortcutsContainer .shortcutsScroll .shortcutsMain .social_share {
        -ms-flex: auto;
        flex: auto;
        max-width: 300px;
        margin-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        -ms-flex-order: 5;
        order: 5;
    }

    .menuShortcuts .shortcutsContainer .shortcutsScroll .shortcutsMain .nav {
        bottom: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
    }

    .menuShortcuts .shortcutsContainer .shortcutsScroll .shortcutsMain .nav.prevArticle {
        left: 20px;
        -ms-flex-order: 1;
        order: 1;
    }

    .menuShortcuts .shortcutsContainer .shortcutsScroll .shortcutsMain .nav.nextArticle {
        right: 20px;
        -ms-flex-order: 6;
        order: 6;
    }

    .menuShortcuts .shortcutsContainer .progressBar {
        height: 4px;
        background-color: #d80e2d;
        width: 0;
        z-index: 1000;
        position: relative;
        top: -4px;
    }
}

@media (min-width:992px) and (max-width:1600px) {
    .menuShortcuts .shortcutsContainer .shortcutsScroll .shortcutsMain {
        padding: 10px 150px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .menuShortcuts .shortcutsContainer .shortcutsScroll .shortcutsMain .title {
        display: none;
    }
}

@media (max-width:320px) {
    .menuShortcuts .shortcutsContainer .shortcutsMain .nav.prevArticle {
        left: 75px;
    }
}