.voltar-button {
    padding: 0;
    margin-bottom: 12px;
}

.voltar-button a {
    margin: 0;
    padding: 0;
}

.voltar-button a img {
    display: inline-block;
    height: 12px;
    margin: auto;
}

.voltar-button a p {
    display: inline-block;
    font: normal normal 500 14px/18px Montserrat, sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0 4px;
    vertical-align: middle;
    color: #707070;
}

.col-content-100 {
    width: calc(100% - 30px);
    margin-left:  15px;
    margin-right: 15px;
}

.topic-header {
    color: #000000;
    font: normal normal normal 16px/20px Montserrat, sans-serif;
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.topic-header .banner {
}

.topic-header .banner img {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
}

.topic-header .title {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: #FDA100;
    margin-bottom: 10px;
}

.topic-header .title a {
    color: #FDA100;
    text-decoration: underline;
}

.topic-header .summary {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}

.topic-body {
    text-align: left;
    font: normal normal normal 14px/18px Montserrat, sans-serif;
    margin-bottom: 15px;
}

.topic-relacionados {}

.topic-relacionados .word-container-cell {
    border-right: 1px dotted #A2A2A2;
}

.topic-relacionados .word-container-cell:last-child {
    border-right: none;
}

.topic-relacionados .word-container-cell a {
    text-decoration: underline;
}

ul.topic-list {
    list-style: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
}

ul.topics.topic-list {
    /* Restore the bootstrap left/right margins */
    
    /* Clear the bootstrap bottom margin */
    margin-bottom:  0;
}

.tile {
    border-radius: 10px;
    background-color: #EFEFEF;
    height: 135px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font: normal normal 300 14px/18px Montserrat;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    min-width: 300px;
    max-width: 300px;
}

.tile.no-summary {
    height: 65px;
}

.topics.tile {
    height: auto;
    background: #FFFFFF;
    max-width: unset;
    margin-bottom: 0px;
    padding-left:  5px;
    padding-right: 5px;
}

.tile a {
    text-decoration: none;
}

.tile .topic-container {
    background: #EFEFEF;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    padding:  0;
    margin: 0;
    justify-content: center;
}

.tile .topic-container .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}

.tile .topic-container .summary {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    /* Automatically add an ellipsis when multiline text exceeds the specified line count */
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* Override the default bootstrap padding and margins applied to paragraphs */
.tile .topic-container .summary p {
    padding: 0;
    margin: 0;
}

.topics.tile .topic-container {
    background: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    border: 0px solid red;
    text-align: left;
}

.topics.tile .topic-container .title {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 2px;
}

.topics.tile .topic-container .summary {
    font-weight: normal;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.topics.tile .topic-container .summary,
.topics.tile .topic-container .summary p {
   /* Automatically add an ellipsis when multiline text exceeds the specified line count */
   -webkit-box-orient: vertical;
   display: -webkit-box;
/*   -webkit-line-clamp: 1;
   overflow: hidden;*/
   font-size:  14px;
   line-height: 20px;
}

.other-topics {
    display: grid;
    grid-gap: 20px 25px;
    grid-auto-rows: 1fr;
    margin-bottom:  10px;
}

.other-topics .tile {
    height: 75px;
}

.split {
    display: inline-block;
    padding: 0 5px;
}

.no-padding {
    padding: 0;
}

.no-margins {
    margin: 0;
}

@media (min-width: 640px) {
    .tile {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .voltar-button {
        padding: 0;
        margin-bottom: 17px;
    }

    .voltar-button a {
        margin: 0;
        padding: 0;
    }

    .voltar-button a img {
        display: inline-block;
        height: 12px;
        margin: auto;
    }

    .voltar-button a p {
        display: inline-block;
        font: normal normal 500 14px/18px Montserrat, sans-serif;
        text-transform: uppercase;
        margin: 0;
        padding: 0 0 0 4px;
        vertical-align: middle;
        color: #707070;
    }

    .topic-header {
        font-size: 18px;
        line-height: 22px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .topic-header .banner {
    }

    .topic-header .banner img {
        width: 100%;
        height: 150px;
        margin-bottom: 30px;
    }

    .topic-header .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .topic-header .summary {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .topic-body {
        margin: 0 0 20px 0;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    ul.topic-list {
        justify-content: flex-start;
    }

    ul.topics.topic-list {
        /* Restore the bootstrap left/right margins */
        margin-left: 0px;
        margin-right: 0px;
        /* Clear the bootstrap bottom margin */
        margin-bottom:  0;
    }

    .tile {
        margin-bottom: 20px;
        margin-left:  0;
        margin-right: 20px;
        min-width: 290px;
        max-width: 290px;
    }

    .topics.tile {
        margin-bottom: 10px;
        padding-left:  0;
        padding-right: 0;
    }

    .tile a {
    }

    .tile .topic-container {
        background: #EFEFEF;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        cursor: pointer;
        display: inline-flex;
        flex-direction: column;
        padding:  0;
        margin: 0;
        justify-content: center;
    }

    .tile .topic-container .title {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .tile .topic-container .summary {
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
        /* Automatically add an ellipsis when multiline text exceeds the specified line count */
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    /* Override the default bootstrap padding and margins applied to paragraphs */
    .tile .topic-container .summary p {
        padding: 0;
        margin: 0;
    }

    .topics.tile .topic-container {
        background: #FFFFFF;
        font-size: 14px;
        font-weight: normal;
        line-height: 18px;
        text-align: left;
        margin-right: 50px;
    }

    .topics.tile .topic-container .title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 2px;
    }

    .topics.tile .topic-container .summary {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .topics.tile .topic-container .summary,
    .topics.tile .topic-container .summary p {
       font-size:  16px;
    }

    .other-topics {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .other-topics .tile {
    }

    .split {
        display: inline-flex;
        align-items: flex-start;
    }

    .no-padding {
        padding: 0;
    }

    .no-margins {
        margin: 0;
    }
}

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

@media (min-width: 1200px) {

}

@media (min-width: 1800px) {

}