/*blog*/

.blog {
    background-color: #eee;
    padding-top: 65px;
    padding-bottom: 65px;
}

.blog-list-content {
    margin-top: 30px;
    margin-bottom: 30px;
}
.post {
    overflow: hidden;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 38px;
    margin-bottom: 38px;
}
.post .post-media {
    width: 170px;
    height: 170px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
}
.post .post-body {
    overflow: hidden;
}
.post .post-title h2 {
    font-weight: 600;
    color: #262626;
    margin: 0;
    line-height: 24px;
    font-size: 20px;
}
.post-title h2 a {
    color: inherit;
}
.post .post-title h2 a:hover {
    color: #0089A5;
    text-decoration: underline;
}
.post .post-meta {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #A5A5A5;
    margin: 10px 0;
}

.post .post-link a {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #0089A5;
    text-decoration: none;
}
.post .post-link a .fa {
    margin-right: 5px;
}
.post .post-link a:hover {
    color: #73bfc8;
}

.blog-sidebar {
    position: relative;
    padding-bottom: 50px;
}
.blog-sidebar:before {
    content: '';
    display: block;
    position: absolute;
    width: 0; height: 100%;
    top: 0; left: -28px;
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #fff;
}
.blog-sidebar .widget {
    margin-bottom: 50px;
}
.blog-sidebar .widget h4 {
    font-weight: 700;
    color: #262626;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
}
.blog-sidebar .widget_search form {
    position: relative;
}
.blog-sidebar .widget_search .form-item input {
    height: 40px;
    line-height: 40px;
    color: #555;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 0 40px 0 15px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.blog-sidebar .widget_search .form-actions {
    position: absolute;
    height: 26px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 15px;
}
.blog-sidebar .widget_search .form-actions input {
    font-size: 0;
    width: 12px; height: 12px;
    border: 0;
    background-color: transparent;
    background: url('../images/search.png') no-repeat 50% 50%;
}
.blog-sidebar .widget_categories > ul {
    padding-left: 12px;
}
.blog-sidebar .widget_categories > ul li {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #A6A6A6;
    padding: 10px 25px;
}
.blog-sidebar .widget_categories > ul > li:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px; height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #d4d4d4;
    margin: auto;
    top: 0; bottom: 0; left: 0;

}
.blog-sidebar .widget_categories > ul li a {
    color: inherit;
}
.blog-sidebar .widget_categories > ul li a:hover {
    color: #0089A5;
}

.blog-sidebar .widget_recent_post ul li {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #A6A6A6;
    padding: 10px 0;
}
.blog-sidebar .widget_recent_post ul li a {
    color: inherit;
}
.blog-sidebar .widget_recent_post ul li a:hover {
    color: #0089A5;
}

.blog-sidebar .tagcloud {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
}
.blog-sidebar .tagcloud a {
    display: inline-block;
    background-color: #fff;
    padding: 2px 6px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #3F3F3F;
    margin: 5px;
}
.blog-sidebar .tagcloud a:hover {
    background-color: #0089A5;
    color: #fff;
}
.blog-list-content .pager {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
    text-align: left;
}

.blog-list-content .pager li {
    padding: 0;
    margin: 5px;
}
.blog-list-content .pager li a {
    display: inline-block;
    background-color: #D4D4D4;
    color: #555;
    padding: 8px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: 0;
}
.blog-list-content .pager li.pager-current {
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    background-color: #0089A5;
    color: #fff;
}
.blog-list-content .pager li a:hover {
    background-color: #0089A5;
    color: #fff;
}

.post-single {
    padding-bottom: 0;
}
.post-single .post-media {
    float: none;
    margin-right: 0;
    width: auto;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.blog-single-content h1 {
    margin-top: 0;
    font-weight: 700;
    color: #262626;
}

.post-content ul { 
    list-style-type: disc; 
    list-style-position: inside; 
}
.post-content ol { 
    list-style-type: decimal; 
    list-style-position: inside; 
}
.post-content ul ul, .post-content  ol ul { 
    list-style-type: circle; 
    list-style-position: inside; 
    margin-left: 15px; 
}
.post-content ol ol, .post-content  ul ol { 
    list-style-type: lower-latin; 
    list-style-position: inside; 
    margin-left: 15px; 
}
.post-content ul li,
.post-content ol li {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #555;
}
.blog h1,
.blog h2,
.blog h3,
.blog h4,
.blog h5,
.blog h6 {
    color: #262626;
    font-weight: 700;
}

.effects {
    padding-left: 15px;
}
.effects .img {
    position: relative;
    float: left;
    margin-bottom: 0;
    overflow: hidden;
    width: 170px;
    height: 125px;
}
.effects .img:nth-child(n) {
    margin-right: 5px;
}
.effects .img:first-child {
    margin-left: -15px;
}
.effects .img:last-child {
    margin-right: 0;
}
.effects .img img {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 120%;
    height: auto;
}

section.news {

}
.blog-list-content .image-thumb a {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;   
}
.blog-list-content .image-thumb a:hover {
    opacity: 0.7; 
}
section.news .txt-news p.texto2-size {
    font-size: 20px;
    font-weight: 600;
    color: #0089A5;
}
section.news .titles-news-right {
    margin: 0;
    padding: 0 0 0 20px;
    float: right;
}
section.news .img-news-left {
    margin: 0;
    float: left;
    background-color: #FFFFFF;
    padding: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1); 
}
section.news .txt-news {
    margin: 20px 0;
    padding: 10px;
    float: left;
    background-color: rgba(255,255,255,0.8);
    background-color: #FFFFFF;
    padding: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1); 

}
section.news .txt-news .news-subtitle p {
    text-align: justify;
    word-break: normal;
    -webkit-hyphens: auto;
    hyphens: auto;  
}
section.news .txt-news p {
    margin: 0 0 10px 0;
    word-break: normal;
    color: #555;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}
section.news .txt-news .txt-news-part {
    margin: 0;
    padding-bottom: 0px;
}
section.news .news-video {
    padding: 10px 15px;
    background-color: rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
section.news .post {
    overflow: hidden;
    border-bottom: 0;
    margin-bottom: 20px;
    padding: 3px;
}
section.news .post-title {
    margin-bottom: 10px;
}

.post-title.category-list{
   margin-bottom: 0px !important;
}

section.news .post .post-meta {
    color: #999999;
    font-size: 11px;
    width: 100%;
    border-bottom: 1px dotted #DDD;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
section.news .news-subtitle {
    width: 100%;
    float: left;
}
section.news .post-title h2.big {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
section.news .post-list {
    width: 100%;
    margin-bottom: 20px;
    background: #FFFFFF;
    padding: 10px;
    border-bottom: 1px dotted #0089A5;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1); 
}
section.news .blog-single-content h1 {
    margin-top: 0;
    font-weight: 600;
    color: #0089A5;
    font-size: 28px;
}
.blog-list-content {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
.blog-list-content .pager li.pager-current {
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    background-color: #0089A5;
    color: #FFFFFF;
}
.blog-list-content .pager li a {
    display: inline-block;
    background-color: #FFF;
    color: #0089A5;
    padding: 5px 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #DDD;  
}

.fonte-noticia{
    display: inline;
    color: #000000 !important;
}

.fonte-noticia:hover{
    color: #73bfc8;
    text-decoration: underline;
}

.mc-section-3 {
    padding: 40px 0 30px 0;
}
.mc-section-3 .title-box:before {
    background-color: #0089A5;
}
.section-news {
    margin-top: 42px;
}
.section-news .news-item {
    float: left;  
}
.section-news .news-item .news-back {
    background: #F5F5F5;
    border-radius: 0;
}
.section-news .news-item .news-back .image-new {
    overflow: hidden;
    height: 200px;
    width: 100%;
    border-width: 0;
    border-style: solid;
    border-color: #EEEEEE;
    border-radius: 0;
    margin-bottom: 5px;
}
.section-news .news-item .news-back .image-new img {
    width: 120%;
    height: auto;
    max-width: 120%;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.15s linear 0s;
    -moz-transition: all 0.15s linear 0s;
    -ms-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}
.section-news .news-item .news-back .image-new img:hover {
    opacity: 0.8;
}
.title-box {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #555555;
    line-height: 1.4em;
}
.mc-section-3 .title-box {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 3px solid #DDDDDD;
    margin: 0;
}
.section-news .content-item-txt {
    padding: 5px 5px 0 5px;
}
.section-news .content-item-txt .title-news  {
    text-align: left;
    font-size: 11px;
    color: #0089A5;
    font-style: italic;
    width: 100%;
    float: left;
    border-bottom: 1px dotted #DDD;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.section-news .content-item-txt .title-news span {
    color: #999999;
    font-size: 11px;

}
.section-news .content-item-txt h4 {
    margin: 0 0 10px 0 !important;
    text-align: left;
    float: left;
    height: 67px;
    overflow: hidden;
}
.section-news .content-item-txt h4 a {
    font-size: 20px;
    line-height: 22px;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
    color: #555555;
}
.section-news .content-item-txt h4 a:hover {
    color: #005671;
}
.section-news .content-item-txt .text-news {
    text-align: left;
    padding: 5px 0;
    float: left;
    overflow: hidden;
}
.section-news .content-item-txt a.bt-see-more {
    color: #0089A5;
    text-align: left;
    float: left;
    padding: 2px 0;
}
.section-news .content-item-txt a.bt-see-more:hover {
    color: #005671;
}
.section-news .content-item-txt .text-news a {
    font-size: 14px;
    color: #555555;
    text-align: left;
}
.section-news .content-item-txt .text-news a:hover {
    color: #005671;
}
.feature-slider {
    padding: 40px 15px 0 15px;
    width: auto;
    margin-right: 0;
}
.feature-slider .mc-item {
    margin-left: 8px;
    margin-right: 8px;
}
.mc-item .image-heading img {
    width: 100%;
    height: auto;
}
.logo-box {
    border-radius: 3px;
    overflow: hidden;
}
.post-title h2 a {
    color: #555555;
}

.page-allnews .post-list {
    border-bottom: 1px solid #0089A5;
    padding: 10px;
    background: #FFFFFF !important;
}
.page-allnews .post .post-link {
    margin-top: 0;
}
.post .post-media {
    width: 170px;
    height: 135px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    padding-top: 3px;
}

.page-allnews .post-title {
    margin-bottom: 10px;
}
.post .post-meta {
    margin: 0;
}
.page-allnews .post-title h2 a {
    color: #3a3a3a;
}
.page-allnews .post .post-title h2 a:hover {
    color: #73bfc8;
}
.page-allnews .post .post-link a {
    color: #0089A5;
    text-align: left;
    float: left;
    padding: 2px 0;
    font-size: 14px;
}
.page-allnews .post .post-link a:hover {
    color: #005671;
}
.page-allnews .post .post-link a.saber-mais {
    background-color: #cf4329;
    border: 1px solid #cf4329;
    border-radius: 3px;
    padding: 3px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    outline: none;
    text-decoration: none;
    width: 100px;height: 44px; font-size: 17px; display: flex; align-items: center; justify-content: center;
}
.page-allnews .post .post-link a.saber-mais:hover {
    background-color: #c11f26;
    color: #FFFFFF;
    border: 1px solid #c11f26;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0089A5;
    border-color: #73bfc8;
}

.md{
    text-transform: none;
}

.list-padding{
    padding-top: 10px;
    padding-left: 10px; 
}

.big {
    font-size: 32px;
    line-height: 1.5em;
}

.bold {
    font-weight: 700;
    font-size: 14px !important;
}

.txt-news-part{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}

.pointer{
    cursor: pointer;
}

.pl0{
    padding-left: 0px !important;
}

.mr0{
    margin-right: 0px !important;
}

.cke_editable.large{
    min-height: 80px;
}


.link-inline{
    display: inline;
}

.titles-news-right{
    padding-left: 20px;
}

.img-news-left{
    
}

section.news .post .post-meta{
    height: 18px;
}    

.btn-social-icon{
    margin-right: 0px;
}

.social-icons{
   text-align: right; 
   padding-bottom: 5px;
}

.dropzone{
    border: 1px dashed rgb(6,153,186);
    min-height: 205px;
    font-weight: bold;
    color:#0897B8;
}
 
.img-news-left img{
    width: 100%;
}

.txt-news a, 
.news-subtitle a,
.movie-desc-master a{
    display: inline;
}

.post-list.expired-new, 
.blog-single-content.expired-new,
.movie-small-box.expired-video,
.back-title-pagemovies-small.expired-video{
    opacity: 0.75 !important;
    background-color: #81aaaf33 !important;
}

.back-title-pagemovies li.movie-small-box .txt-thumb.sm-margin{
    margin-top: 3px;
}

.expires-text{
    font-weight: bold;
    color: red;
}

.form-horizontal .control-label {
    text-align: left; 
}

section.links .ui-datatable-data td.pd0, 
section.links .ui-datatable-header th.pd0 {
    padding-left: 0px !important;
}

@media (max-width: 991px) {
    .post-content {
        height: 45px;
        overflow: hidden;
    }
    section.news .titles-news-right {
        margin: 0 0 10px 0;
        padding: 0;
        float: left;
        padding-left: 10px;
    }
    .container-breadcrumb{
        margin-top: 25px;
    }
    
}
@media (max-width: 767px) {
    .img-news-left{
        margin-bottom: 10px !important;
    }
    
    .container-breadcrumb{
        margin-top: 25px;
    }
    
    .post-content {
        display: none;
    }
    .txt-news-part {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .separador-noticias .box-noticias-master .img-noticia {
        width: 100%;
        overflow: hidden;
        margin-bottom: 10px !important;
        border: 0px solid #f5f5f5;
    }  
    
}
@media (max-width:690px) {
    .post .post-media {
        width: 125px;
        height: 100px;
        margin-right: 15px;
    }    
    .post .post-title h2 {
        line-height: 20px;
        font-size: 16px;
    }
    .effects .img {
        width: 125px;
        height: 100px;
    }
}
@media (max-width:690px) {
    .post .post-title h2 {
        line-height: 18px;
        font-size: 14px;
    }
    section.news .post-title {
        margin-bottom: 5px;
    }
    .post .post-link a {
        font-size: 14px;
    }
    section.news .post {
        margin-bottom: 10px;
    }
    
    .pagination>li>a, .pagination>li>span {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
    }
}
@media (max-width:390px) {
    .post .post-media {
        width: 80px;
        height: 60px;
        margin-right: 10px;
    }    
    .post .post-title h2 {
        line-height: 16px;
        font-size: 14px;
    }
    .effects .img {
        width: 80px;
        height: 60px;
    }
}