.rs-noticias-detalhamento {
    padding: 60px 0
}

.detalhamento {
    padding-left: 15px
}

.title-detalhamento {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 20px;
    margin-bottom: 20px
}

p {
    margin: 0 0 20px
}

.rs-download ul {
    padding: 0
}

.rs-download-item {
    width: 100%;
    margin: 10px;
    align-iten: center;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

.icon-download {
    padding-right: 15px
}

.ic-viabilidade {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    object-fit: cover
}

.titulo-downloads a:link,
.titulo-downloads a:visited,
.titulo-downloads a:hover,
.titulo-downloads a:active {
    text-decoration: none;
    color: #666
}

.mid-section {
    width: 100%;
    height: 200px;
    background: url(/assets/img/error-bg.jpg) repeat left top #a87fc6
}

.rs-steps .rs-box-content {
    padding: 160px 0;
    height: 100px;
    width: 100%;
    background: linear-gradient(to right, #0088CC, #007b82);
    background: -webkit-gradient(linear, left top, left bottom, from(#0088CC), to(#007b82));
    background: -webkit-linear-gradient(left, #0088CC, #007b82);
    background: -moz-linear-gradient(right, #0088CC, #007b82);
    background: -ms-linear-gradient(right, #0088CC, #007b82);
    background: -o-linear-gradient(right, #0088CC, #007b82);
    position: relative
}

.rs-steps-breve {
    width: 100%;
    padding: 350px 0 60px;
    background-color: #0088CC;
    background: linear-gradient(to right, #0088CC, #007b82);
    background: -webkit-gradient(linear, left top, left bottom, from(#0088CC), to(#007b82));
    background: -webkit-linear-gradient(left, #0088CC, #007b82);
    background: -moz-linear-gradient(right, #0088CC, #007b82);
    background: -ms-linear-gradient(right, #0088CC, #007b82);
    background: -o-linear-gradient(right, #0088CC, #007b82);
    position: relative;
    margin-top: 250px
}

.rs-steps-breve .rs-title {
    color: #fff;
    margin-bottom: 60px
}

.rs-logo-breve {
    background: url("/assets/img/logo.png") top center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 20px 418px
}