.col-content-100 {
    margin-left: 15px;
    margin-right: 15px;
}

/**************/
/*  CAROUSEL  */
/**************/

.portuguese-legends-carousel {
    height: 200px;
}

.portuguese-legends-carousel .slider-outer-container {
    display: block;
    margin: 0px -15px;
    padding: 0px;
    background-image: url('/images/padrao_areaLendas.svg');
    background-position: center top;
    background-size: 400%;
    height: 160px;
}

.portuguese-legends-carousel .slider-inner-container {
    visibility: hidden;
    text-align: center;
    background-color: #FDA10050;
}

.portuguese-legends-carousel .slider-inner-container .slick-list {
    margin-bottom: 0px;
}

.portuguese-legends-carousel .slider-inner-container .slider-tile {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    /* TILE SPECIFIC SETTINGS */
    height: 105px;
    margin: 0;
    justify-content: center;
    align-items: center;
}

/* TILE SPECIFIC CONTENT SETTINGS */
.portuguese-legends-carousel .slider-inner-container .slider-tile .title {
    font-family: 'IBM Plex Serif', serif;
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    line-height: 34px;
    margin: 0 35px 10px;
}

.portuguese-legends-carousel .slider-inner-container .slider-tile .play-button {
    position: absolute;
    left: calc(50% - 30px);
    /* -30px to take into account the height of the dots viewport box */
    top: calc(50% - 30px);
    width: 50px;
}

.portuguese-legends-carousel .slider-inner-container .slider-tile .logos {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

/**************/
/*    DOTS    */
/**************/

.portuguese-legends-carousel .slick-dotted.slick-slider {
    /* Margin below the slider dots if necessary */
    margin-bottom: 0px;
}

/* Dots are attached to the class indicated in 'appendDots' option in the configuration */
.portuguese-legends-carousel .dots-holder {
    margin: 10px 0;
}

.portuguese-legends-carousel .slick-dots-viewport {
    width: 182px; /* default width for 7 visible dots; actual value calculated in infopedia.carousel.js. */
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0 auto;
    position: relative;
    height: 30px;
    visibility: visible;
}

.portuguese-legends-carousel .slick-dots-viewport .slick-dots {
    display: flex;
    left: 2px;
    bottom: 2px;
    height: 30px;
    padding: 0;
    transition: all 0.25s;
    position: relative;
    margin: 0;
    list-style: none;
    transform: translateX(0);
    transition: transform 1s ease;
    align-items: center;
}

.portuguese-legends-carousel .slick-dots-viewport .slick-dots li button:before {
    transform: scale(1);
    color: #C3C3C3;
    font-size: 10px;
    opacity: 1;
}

.portuguese-legends-carousel .slick-dots-viewport .slick-dots li.tiny button::before {
    transform: scale(0.3);
}

.portuguese-legends-carousel .slick-dots-viewport .slick-dots li.small button::before {
    transform: scale(0.8);
}

.portuguese-legends-carousel .slick-dots-viewport .slick-dots li.slick-active button:before {
    transform: scale(1.2);
    color: #777777;
}

/* Remove the left margin from the first dot to ensure the dots are correctly centred */
.portuguese-legends-carousel .slick-dots-viewport .slick-dots li:first-child {
    margin-left: 0px;
}

/**************/
/*   ARROWS   */
/**************/

.portuguese-legends-carousel .slick-prev:before,
.portuguese-legends-carousel .slick-next:before {
    font-size: 30px;
    color: white;
}

.portuguese-legends-carousel .slick-prev {
    left: 15px;
    /* -10px to take into account the title bottom margin */
    top: calc(50% - 10px);
    z-index: 999;
}

.portuguese-legends-carousel .slick-prev:before {
    content: url('/images/seta_dir.svg');
}

.portuguese-legends-carousel .slick-next {
    right: 15px;
    /* -10px to take into account the title bottom margin */
    top: calc(50% - 10px);
    z-index: 999;
}

.portuguese-legends-carousel .slick-next:before {
    content: url('/images/seta_esq.svg');
}

/**************/
/*  CONTROLS  */
/**************/

.portuguese-legends-carousel .verResposta, .respostaContainer .fecharResposta {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    cursor: pointer;
}

.portuguese-legends-carousel .verResposta {
    padding: 0px 15px 20px;
    background-color: #FDA10050;
    display: none;
}


.portuguese-legends-carousel .respostaContainer {
    background-color: #FDA10025;
}

.portuguese-legends-carousel .respostaContainer p,
.portuguese-legends-carousel .verResposta p {
    margin: 0px;
    padding-bottom: 5px;
}

.portuguese-legends-carousel .respostaContainer .fecharResposta {
    display: none;
    padding: 0px 15px 15px
}

.portuguese-legends-carousel .respostaContainer .resposta {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    line-height: 20px;
    text-align: center;
    color: #000000;

    display: none;
    text-align: center;
    padding: 25px 25px 10px 25px;
    margin-left: auto;
    margin-right: auto;
}

.QuadroArtigoFlex {
}

.QuadroArtigo .QuadroArtigoTable {
    display: block;
    width: 100%;
}

.QuadroArtigo .QuadroArtigoTable .dol-col-60 {
    display: block;
    padding-right: 0px;
    width: 100%;
}

.QuadroArtigo .QuadroArtigoTable .dol-col-40 {
    display: none;
}

.QuadroArtigo .dolArticleTitle {
    position: relative;
    padding-right: 45px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #FDA100;
    margin-bottom: 0px;
}

.QuadroArtigo h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 10px;
}

.QuadroArtigo .artigos-history-back {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 10px;
    height: 10px;
}

.QuadroArtigo .artigos-history-back a {
    text-decoration: none;
    color: #000000;
}

.QuadroArtigo .artigos-history-back-termo {
    font-weight: 600;
}

.QuadroArtigo .reading-time {
    float: right;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    margin-top: 3px;
}

.QuadroArtigo .reading-time img {
    margin-right: 5px;
    vertical-align: text-bottom;
}

.QuadroArtigo .favorites {
    position: absolute;
    top: 0px;
    right: 0px;

    margin: 0px 10px;
    cursor: pointer;
}

.QuadroArtigo .favorites img {
    width: 21px;
    height: 17px;
    vertical-align: baseline;
}

.artigos-relacionados {
    border-top: 1px solid #FDA100;
    border-bottom: 1px solid #FDA100;
    margin-bottom: 15px;
}

.dol-col-40 .artigos-relacionados {
    border: none;
    margin-bottom: 25px;
}

.artigos-relacionados .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    color: #FDA100;
    padding: 10px 0;
}

.dol-col-40 .artigos-relacionados .title {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 10px;
}

.artigos-relacionados ul {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    color: #000;
    list-style: none;
    margin: 0px -15px 15px 0px;
    padding: 0;
}

.dol-col-40 .artigos-relacionados ul {
    font-weight: 600;
    margin: 0px;
    list-style: disclosure-closed inside;
}

.artigos-relacionados ul li {
    margin-bottom: 10px;
    padding-left: 0;
}

.dol-col-40 .artigos-relacionados ul li {
    height: 40px;
    padding: 0px;
}

.artigos-relacionados ul li::marker {
    font-size: 12px;
}

.artigos-relacionados ul li a {
    text-decoration: none;
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
    width: calc(100% - 15px);
}

.artigos-relacionados ul li .artigos-relacionados-box-content {
    position: absolute;
    top: 0px;
    width: calc(100% - 20px);
}

.dol-col-40 .artigos-relacionados ul li .artigos-relacionados-box-content {
    top: 5px;
    left: 15px;
}

.artigos-relacionados-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.artigos-relacionados ul li .artigos-relacionados-box-content .artigos-relacionados-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
    width: calc(100% - 15px);
    color: #555555;
}

.dol-col-40 .artigos-relacionados ul li .artigos-relacionados-box-content .artigos-relacionados-title {
    display: block;
}

.artigos-relacionados ul li .artigos-relacionados-box-content .artigos-relacionados-lead {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #555555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dolArticleHeader {
    margin-bottom: 15px;
}

.dolArticleDetail {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 150%; /* 21px */
    font-weight: normal;
    color: #141414;
    margin-bottom: 25px;
}

.dolArticleDetail a:not(.mdhl) {
    font-weight: 600;
    color: #FDA100;
    text-decoration: none;
}

.dolArticleDetail a.mdhl {
    font: inherit;
    color: inherit;
    text-decoration: underline;
}

.dolArtigoContainer {
    height: 300px;
    overflow-y: hidden;
}

.verMaisArtigoContainer {
    display: none;
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0.6) 0%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
    color: #FDA100;
    font-weight: 500;
    text-align: right;
    padding-top: 50px;	
    margin-top: -50px;
    z-index: 1002;
}

.verMaisArtigoContainer a {
    text-decoration: underline !important;
    cursor: pointer;
}

.dol-col-60 {
    display: block;
    width: 100%;
    padding-right: 0px;
}

.dol-col-40 {
    display: block;
    width: 100%;
    padding-left: 0px;
    border-left: 0px;
    margin-top: 25px;
    padding-top: 0px;
}

.partilharReferenciarContainer {
    border-top: 1px solid #a2a2a2;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-top: 10px;
    display: block;
}

.partilharReferenciarContainer .partilharContainer {
    display: block;
    padding-right: 0px;
    margin-bottom: 20px;
}

.partilharReferenciarContainer .partilharContainer .title {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
}

.partilharReferenciarContainer .partilharContainer ul.bar {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.partilharReferenciarContainer .partilharContainer ul.bar li {
    display: table-cell;
    padding-right: 10px;
    cursor: pointer;
}

.partilharReferenciarContainer .comoReferenciarContainer {
    display: block;
    margin-bottom: 0px;
}

.partilharReferenciarContainer .comoReferenciarContainer .como-referenciar {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: #000000;
}

.partilharReferenciarContainer .comoReferenciarContainer .como-referenciar-info {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #141414;
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .col-content-100 {
        margin-left: 0;
        margin-right: 0;
    }

    /**************/
    /*  CAROUSEL  */
    /**************/

    .portuguese-legends-carousel {
        height: 220px;
    }
    
    .portuguese-legends-carousel .slider-outer-container {
        margin: 0px 0px 10px 0px;
        background-size: 150%;
        height: 180px;
    }

    .portuguese-legends-carousel .slider-inner-container {
    }

    .portuguese-legends-carousel .slider-inner-container .slick-list {
    }

    .portuguese-legends-carousel .slider-inner-container .slick-list {
        margin-bottom: 0px;
    }

    .portuguese-legends-carousel .slider-inner-container .slider-tile {
        /* TILE SPECIFIC SETTINGS */
        height: 120px;
    }

    /* TILE SPECIFIC CONTENT SETTINGS */
    .portuguese-legends-carousel .slider-inner-container .slider-tile .title {
        font-size: 44px;
        line-height: 55px;
        margin: 0 0 10px 0;
    }

    .portuguese-legends-carousel .slider-inner-container .slider-tile .play-button {
        position: absolute;
        left: calc(50% - 30px);
        /* -30px to take into account the height of the dots viewport box */
        top: calc(50% - 30px);
        width: 50px;
    }

    .portuguese-legends-carousel .slider-inner-container .slider-tile .logos {
        position: absolute;
        bottom: 25px;
        left: 25px;
    }

    /**************/
    /*    DOTS    */
    /**************/

    .portuguese-legends-carousel .slick-dotted.slick-slider {
        /* Margin below the slider dots if necessary */
        margin-bottom: 0px;
    }

    /* Dots are attached to the class indicated in 'appendDots' option in the configuration */
    .portuguese-legends-carousel .dots-holder {
        margin: 10px 0;
    }

    .portuguese-legends-carousel .slick-dots-viewport {
        width: 182px; /* default width for 7 visible dots; actual value calculated in infopedia.carousel.js. */
        overflow: hidden;
        display: block;
        padding: 0;
        margin: 0 auto;
        position: relative;
        height: 30px;
        visibility: visible;
    }

    .portuguese-legends-carousel .slick-dots-viewport .slick-dots {
        display: flex;
        left: 2px;
        bottom: 2px;
        height: 30px;
        padding: 0;
        transition: all 0.25s;
        position: relative;
        margin: 0;
        list-style: none;
        transform: translateX(0);
        transition: transform 1s ease;
        align-items: center;
    }

    .portuguese-legends-carousel .slick-dots-viewport .slick-dots li button:before {
        transform: scale(1);
        color: #C3C3C3;
        font-size: 10px;
        opacity: 1;
    }

    .portuguese-legends-carousel .slick-dots-viewport .slick-dots li.tiny button::before {
        transform: scale(0.3);
    }

    .portuguese-legends-carousel .slick-dots-viewport .slick-dots li.small button::before {
        transform: scale(0.8);
    }

    .portuguese-legends-carousel .slick-dots-viewport .slick-dots li.slick-active button:before {
        transform: scale(1.2);
        color: #777777;
    }

    /* Remove the left margin from the first dot to ensure the dots are correctly centred */
    .portuguese-legends-carousel .slick-dots-viewport .slick-dots li:first-child {
        margin-left: 0px;
    }

    /**************/
    /*   ARROWS   */
    /**************/

    .portuguese-legends-carousel .slick-prev:before,
    .portuguese-legends-carousel .slick-next:before {
    }

    .portuguese-legends-carousel .slick-prev {
    }

    .portuguese-legends-carousel .slick-prev:before {
    }

    .portuguese-legends-carousel .slick-next {
    }

    .portuguese-legends-carousel .slick-next:before {
    }

    .portuguese-legends-carousel .verResposta, .respostaContainer .fecharResposta {
        font-size: 12px;
    }

    .portuguese-legends-carousel .verResposta {
    }


    .portuguese-legends-carousel .respostaContainer {
    }

    .portuguese-legends-carousel .respostaContainer p,
    .portuguese-legends-carousel .verResposta p {
    }

    .portuguese-legends-carousel .respostaContainer .fecharResposta {
    }

    .portuguese-legends-carousel .respostaContainer .resposta {
        font-size: 16px;
        font-style: normal;
        width: 720px;
    }

    .QuadroArtigoFlex {
        display: flex;
    }

    .QuadroArtigo h1 {
        font-size: 24px;
    }

    .QuadroArtigo .dolArticleTitle {
        font-size: 30px;
        line-height: 34px;
    }

    .QuadroArtigo .favorites img {
        width: 31px;
        height: 25px;
    }

    .QuadroArtigo .artigos-history-back {
        font-size: 16px;
        line-height: 16px;
    }

    .QuadroArtigo .artigos-history-back .reading-time {
        font-size: 12px;
    }

    .artigos-relacionados {
        margin-bottom: 25px;
    }

    .dol-col-40 .artigos-relacionados {
        border-top: none;
        border-bottom: none;
    }

    .artigos-relacionados .title {
        font-size: 24px;
        font-weight: normal;
        line-height: 28px;
    }

    .dol-col-40 .artigos-relacionados .title {
        font-size: 20px;
        font-weight: 600;
    }

    .artigos-relacionados ul {
        font-size: 16px;
    }

    .dol-col-40 .artigos-relacionados ul {
        font-size: 18px;
        line-height: 20px;
    }

    .dol-col-40 .artigos-relacionados ul li {
        height: 50px;
        line-height: 27px;
    }

    .artigos-relacionados ul li .artigos-relacionados-box-content .artigos-relacionados-title {
        font-size: 16px;
        line-height: 20px;
    }

    .artigos-relacionados ul li .artigos-relacionados-box-content .artigos-relacionados-lead {
        font-size: 16px;
        line-height: 20px;
    }

    .dolArticleDetail {
        font-size: 18px;

    }

    .verMaisArtigoContainer {
        padding-top: 60px;	
        margin-top: -60px;
    }
    
    .dol-col-60 {
        display: table-cell;
        vertical-align: top;
        width: 56%;
        padding-right: 20px;
    }

    .dol-col-40 {
        display: table-cell;
        vertical-align: top;
        width: 44%;
        padding-left: 20px;
        padding-top: 35px;
        border-left: 1px dotted #A2A2A2;
        margin-top: 0px;
    }

    .partilharReferenciarContainer {
        display: table;
        margin-top: 20px;
    }

    .partilharReferenciarContainer .partilharContainer {
        display: table-cell;
    }

    .partilharReferenciarContainer .partilharContainer .title {
    }

    .partilharReferenciarContainer .partilharContainer ul.bar {
    }

    .partilharReferenciarContainer .partilharContainer ul.bar li {
    }

    .partilharReferenciarContainer .comoReferenciarContainer {
        display: table-cell;
    }

    .partilharReferenciarContainer .comoReferenciarContainer .como-referenciar {
    }

    .partilharReferenciarContainer .comoReferenciarContainer .como-referenciar-info {
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1800px) {

}
