
section#intro .container .column-info .date {
    color:#E77511;
}
#header .container .header-menu .menu li a {
    color: #ffffff;
}
#header .container .header-logo:before {
    background: #443f40;
}
section#intro .container .column-info .description {
    color: #FEFFFE;
}

section#destaques {
    background-image: url(../img/bg-destaques.png);
    background-size: cover;
    background-position: bottom;
    margin-top: -200px;
    padding-top: 300px;
    height: auto;
    padding-bottom: 140px;
}
section#destaques>.title {
    color: #FFF;
}
section#destaques .owl-carousel .owl-nav button {
    color: #FFF;
}

section#realizacao .container .row .owl-carousel .item img {
    /*max-width: 200px;*/
    max-height: 80px;
    height: auto !important;
}

section#curadores .container .owl-carousel .owl-nav button:after, section#curadores .container .owl-carousel .owl-nav button:before {
    background-repeat: no-repeat;
}

section#destaques .owl-carousel .item .info .title {
    height: auto;
    color: #ec7711;
}

section#destaques .owl-carousel .item .info p.excerpt {
    height: 6em;
    overflow: hidden;
}
section#destaques .owl-carousel .item .info a.site {
    font-weight: bold;
    text-decoration: underline;
    color: #502b83;
}
section#destaques .owl-carousel .item .info a.site img {
    height: 14px;
    display: inline-block;
    width: 14px;
    margin-left: 8px;
} 





@media screen and (min-width: 768px) {
    section#destaques>.title {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 1024px) {
    #header .container .header-menu .menu li.edicao-2019 a,
    #header .container .header-menu .menu li:hover a {
        background: #ae2e2d;
        color: #F7D038;
    }
    #header:after {
        background: #653B8C;
    }
    section#destaques>.title {width: 100%;position: relative; max-width: 1016px;}

    section#destaques>.title:after,
    section#destaques>.title:before {content: " ";display: block; background-repeat: no-repeat; ;background-size: contain; background-position: center;position: absolute;width: 175px;height: 75px;  }
    section#destaques>.title:after {background-image: url(../img/brush1.svg);right: 0;top: 0;}
    section#destaques>.title:before {background-image: url(../img/brush2.svg);top: 0;left: 0;}

/*    .row.patrocinio {
        width: 45%;
        float: left;
    }

    .row.realizacao {
        width: 55%;
        float: left;
    }*/
    .row.full {
        clear: both;
    }

    section#sobre .container .row-last {
        padding-top: 120px;
        padding-bottom: 60px;
        -moz-background-size: 92% 102%;
        -o-background-size: 92% 102%;
        background-size: 92% 102%;
    }
}

@media screen and (min-width: 1280px) {

    section#sobre .container .row-last {
        padding-top: 120px;
        padding-bottom: 60px;
        -moz-background-size: 84% 102%;
        -o-background-size: 84% 102%;
        background-size: 84% 102%;
    }
}

@media screen and (min-width: 1440px) {

    section#sobre .container .row-last {
        -moz-background-size: 75% 102%;
        -o-background-size: 75% 102%;
        background-size: 75% 102%;
    }
}

section#intro-news-article:before {
    background-color: #673C8F;
}
section#intro-news-article .container .subtitle {
    display: contents;
}

section#intro-news-article .container .title {
    font-size: 30px;
    font-weight: bold;
    margin-top: .40em;
}
section#intro-news-article .container,
section#news-article .container {
    max-width: 952px;
    padding: 0 20px;
}

section#news-article .container .post-thumbnail img {
    width: 100%;
    height: auto;
}

section#news-article .container {
    line-height: 1.5em;
}



@media screen and (min-width: 768px) { 

section#intro-news-article .container .title {
    font-size: 56px;
}

}

@media screen and (min-width: 1440px) { 

    section#news-article .container {
        font-size: 26px; 
    }
}


section#news-list .container .news-list {
    display: grid;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    /*grid-template-columns: repeat(3, 1fr);*/
    column-gap: 20px;
}
section#news-list .container .news-list .item,
section#news-list .container .news-list .news {
    align-items: center;
    background-color: #fff;
    border: 1px solid rgba(103, 60, 143, .3);
    display: flex;
    flex-direction: column;
}

section#news-list .container .news-list .news .image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 54%;
    margin-bottom: 0;
}

section#news-list .container .news-list .news .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#news-list .container .news-list .news .info .title {
    font-weight: 600;
}

@media (min-width: 768px) {
    section#news-list .container .news-list {
        grid-template-columns: repeat(3, 1fr);
    }
    section#news-list .container .news-list .news {
    }
}

section#news-list .container .news-list .news, 
section#noticias .container .news-list .news {
    width: auto;
}
section#news-list .container .news-list .news .info {
    padding: 15px;
}

section#news-list .container .news-list .news .info .category span {
    color: #EF465B;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

section#news-list .container .news-list .news:last-child {
    margin-bottom: auto;
    border: 1px solid rgba(103, 60, 143, .3);
}

section#intro-news .container .subtitle {
    color: #FFF;
    clear: both;
    display: block;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 0;
}

section#intro-news .container {
    flex-direction: column;
    align-items: baseline;
    padding-top: 43px;
}

@media (min-width: 768px) {
    section#intro-news .container {
        padding-top: 70px;
    }
}

section#intro-news {
    background: #673c8f;
    position: relative;
}

section#intro-news:before {
    content: '';
    position: absolute;
    background-color: rgba(103,60,146,.9);
    background-image: url(../img/bg-news-header-article.svg);
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
section#intro-news:after {
    content: " ";
    position: absolute;
    top: -webkit-calc(100% - 1px);
    top: -moz-calc(100% - 1px);
    top: calc(100% - 8px);
    height: 10px;
    background: #FFF;
    width: 100%;
}

section#intro-news .container {
    position: relative;
}

.categories-list {
    margin-bottom: 60px;
}
.categories-list ul {
    display: block;
    list-style: none;
    padding: 0;
    text-align: center;
}

.categories-list ul li {
    display: inline-block;
    margin: 10px 0;
}
.categories-list ul li a {
    border: 2px solid #673c92;
    padding:7px 12px;
    margin: 3px;
    color: #673c92;
    text-transform: uppercase;
    font-weight: bold;    
}

.categories-list ul li a.current, .categories-list ul li a:hover {
    background: #673c92;
    color: #FFF
}

section#news-list .not-found {
    margin: 50px;
    text-align: center;
    font-size: 30px;
}

section#news-list .container .news-list .item .date-hour SVG {width: 20px;display: inline-block;margin-right: 10px;top: 4px;position: relative;}

section#news-list .container .news-list .item .date-hour {
    text-align: center;
    border-top: 1px solid rgba(0,0,0,.16);
    padding: 20px 0;
}

section#news-list .container .news-list .item a.site {
    color: #E83953;
    font-weight: bold;
    font-size: 20px;
    margin: 20px 10px;
    display: block;
    padding: 5px;
    margin: 0 -17px;
    padding: 10px 20px;
}

section#news-list .container .news-list .item a.site:hover {
    background: #E83953;
    color: #FFF;
}

section#news-list .container .news-list .item a.site i {
    font-size:16px;
    padding-top: 7px;
}

section#news-list .container .news-list .item .info .title {
    height: 3em;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

section#news-list .container .news-list .item .info .excerpt {
    height: 11em;
    overflow: hidden;
}

section#news-list .container .news-list .item .info .category span {
    color: #F7D038;
}




body.page-template-page-home-2 section#destaques {  
    z-index: 5;
    position: relative;
}
body.page-template-page-home-2 section#destaques>.title:after,
body.page-template-page-home-2 section#destaques>.title:before {
    display: none;
}
body.page-template-page-home-2 section#destaques>.title {
    font-size: 50px;
    color: #F7D038;
}
body.page-template-page-home-2 section#destaques .categories-list ul li a {
    color: #FFF;
    border-color: #FFF;
}

body.page-template-page-home-2 section#destaques .categories-list ul li a.current, body.page-template-page-home-2 section#destaques .categories-list ul li a:hover {
    background: #FFF;
    color: #673c92;
}

body.page-template-page-home-2 section#destaques .categories-list {
    margin-bottom: 10px;
}

body.page-template-page-home-2 section#destaques a.ver-todos {
    background: #6BC5F0;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #502b83;
    margin-top: 20px;
}
body.page-template-page-home-2 section#destaques a.ver-todos:hover {
    background-color: #58a9d0;
}

body.page-template-page-home-2 section#intro {
    z-index: 6;
}
body.page-template-page-home-2 section#novidades {
    background: url('../img/bg-novidades.png') no-repeat bottom;
    background-size: cover;
    margin-top: -400px;
    padding-top: 500px;
    position: relative;
    padding-bottom: 150px;
    z-index: 4; 
}
body.page-template-page-home-2 section#novidades>.title {
    font-size: 50px;
    color: #71141B;
    text-align: center; 
}
body.page-template-page-home-2 section#novidades>.title:after,
body.page-template-page-home-2 section#novidades>.title:before {
    display: none;
}
body.page-template-page-home-2 section#novidades>.title {
    font-size: 50px;
    color: #71141B;
}
body.page-template-page-home-2 section#novidades .categories-list ul li a {
    color: #71141B;
    border-color: #71141B;
}

body.page-template-page-home-2 section#novidades .categories-list ul li a.current, body.page-template-page-home-2 section#novidades .categories-list ul li a:hover {
    background: #71141B;
    color: #FFF;
}

body.page-template-page-home-2 section#novidades .categories-list {
    margin-bottom: 10px;
}
body.page-template-page-home-2 section#novidades a.ver-todos {
    background: #673C8F;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    margin-top: 20px;
    display: block;
    margin: 0 auto;
    width: fit-content;
}
body.page-template-page-home-2 section#novidades a.ver-todos:hover {
    background: #492967;

}
body.page-template-page-home-2 section#novidades .row {
    max-width: 952px;
    margin: 0 auto 40px;
    overflow: hidden;
}
body.page-template-page-home-2 section#novidades .post {
    width: 100%;
    padding: 10px 15px 40px;
    overflow: hidden;
    display: block;
}
@media (min-width: 768px) {

    body.page-template-page-home-2 section#novidades .post:not(:first-child ) {
        width: 50%;
        float: left;
    }
}

body.page-template-page-home-2 section#novidades .post .post_thumbnail {
    max-width: 952px;
    margin: 0;
    padding: 0;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 44.5%;
    margin-bottom: 20px;
}

body.page-template-page-home-2 section#novidades .post .post_thumbnail a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body.page-template-page-home-2 section#novidades .post .post_thumbnail a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-template-page-home-2 section#novidades .post .categories a {
    color: #71141B;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

body.page-template-page-home-2 section#novidades .post h3 {
    font-size: 23px;
    line-height: 1.3em;
    margin-bottom: 0;
}
body.page-template-page-home-2 section#novidades .post:first-child h3 {
    font-size: 30px; 
}
body.page-template-page-home-2 section#novidades .post h3 a {
    color: #3F3F3F;
}

body.page-template-page-home-2 section#novidades .post .excerpt {
    font-size: 20px;
}


body.page-template-page-home-2 section#novidades .post a.saiba_mais {
    background: #71141B;
    color: #ffd119;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    line-height: 1em;
    margin: 10px 0;
    font-size: 19px;
}
body.page-template-page-home-2 section#novidades .post a.saiba_mais:hover {
    background: #560b11;
    
}

section#intro-news .container .title {
    font-size: 30px;
}

section#intro-news .container .subtitle {
    font-size: 23px;
}

@media (min-width:768px) {
    section#intro-news .container .title {
        font-size: 50px;
    }

    section#intro-news .container .subtitle {
        font-size: 30px;
    }
}

section#news-list .container .pagination a.prev, 
section#news-list .container .pagination span.prev,
section#news-list .container .pagination a.next, 
section#news-list .container .pagination span.next {
    position: relative;
    display: inline-block;
}

section#intro-news-article .container .breadcumbs {
    clear: both;
}

section#intro-news-article .container .breadcumbs a {
    display: inline-block;
    padding-right: 15px;
}

section#intro-news-article .container .breadcumbs a:not(:first-child) {
    border-left: 3px solid;
    padding-left: 18px;
}

section#intro-news-article .container .breadcumbs a:hover {
    color:#FFF;
    text-decoration: underline;
}

section#intro-news {
    height: auto;
    padding-bottom: 65px;
}

@media (min-width: 768px) {
    section#intro-news {
        padding-bottom: 100px;
    }
    section#programacao .container>img {
        max-width: 400px;
    }
}


body.home #header .container .header-logo img.logo-page {
    display: none !important;
}


@media screen and (max-width: 1023px) {
    section#programacao .container .info p {
        width: 60% !important;
    }
}

@media screen and (max-width: 865px) {
    section#programacao .container .info p {
        width: 50% !important;
    }
}

@media screen and (max-width: 767px) {
    section#programacao .container .info p {
        width: 100% !important;
    }

    section#programacao .container .info {
        margin-bottom: 100px;
    }
}