@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

a,
a:link,
a:hover{
    display: inline-block;
    text-decoration: none;
}

#header-1{
    background-color: #982123;
    transition: all .3s linear;
}

a.link-header-1{
    line-height: 40px;
    font-size: 15px;
    color: rgba(255,255,255,.3);
    margin-left:20px;
}

.container-menu-main ul{
    display: flex;
    list-style: none;
}

.container-menu-main li{
    padding: 0 12px;
}

.container-menu-main a{
    color: #fefefe;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase; 
}

.container-menu-main a:hover{
    font-weight: 700;
    transition: all .3s ease-in-out;
}

#header-main{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all .3s linear;
}

#header-main *{
    transition: all .3s linear;
}

.admin-bar #header-main{
    top:32px;
}

#header-2{
    transition: all .3s ease-in-out;
    background:linear-gradient(to right, #fff 50%, #d12b2d 50%);
}

img.logo:hover{
    transform: scale(1.1);
    transition: all .3s linear;
}

#header-2.fixed img.logo{
    max-width: 120px;
    transition: all .3s ease-in-out;
}

.container-content-geral{
    transition: all .3s linear;
    padding-top: 180px;
}

#header-2 .limit{
    background-color: #d12b2d;
    background-clip: content-box;
}

.bg-white{
    background-color: #fff !important;
}

.container-input-search{
    background-color: #982123;
}

.container-input-search button{
    border:none;
    background: transparent;
    color: #fff;
    padding: 8px;
    cursor: pointer;
}

.container-input-search input[type="text"]{
    line-height: 40px;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    border: none;
    padding-left: 10px;
    background-color: #ae2325;
}

.content-logo{
    position: relative;
}

.content-logo::after{
    content: url('../images/after_logo.png');
    position: absolute;
    left: 100%;
    top: 0;
    overflow: hidden;
    height: auto;
    max-height: 100%;
}

#noticias-main{
    background-color: #fafafa;
}

.item-post{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px 15px;
    height: 268px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
}

.item-post.main{
    height: 100%;
    padding: 37px 40px;
}

.item-post.main .t-item-post{
    font-size: 45px;
    line-height: 50px; 
}

.t-item-post{
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: 700;
    line-height: 24px; 
    transition: all .3s ease-in-out;
}

.t-item-post:hover{
    opacity: .8;
}

.cat-item-post{
    background-color: #d12b2d;
    line-height: 16px;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    padding: 0 10px;
    text-transform: uppercase;
}

.item-post.main .cat-item-post{
    line-height: 25px;
    font-size: 16px;
    padding: 0 16px;
}

.posts-destacados{
    background-color: #e9e9e9;
    padding: 20px 15px;
    height: 100%;
}

.t-destaques{
    color: #cc2a2c;
    font-family: "Open Sans";
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;    
}


.item-post-destaque .img{
    height: 140px;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    overflow: hidden;
}

.item-post-destaque .cat-item-post{
    position: absolute;
    left: 7px;
    bottom: 7px;
}

.t-item-post-destaque{
    color: #404040;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 18.59px;  
    height: 58px;  
}

.container-posts-destacados .item-post-destaque:last-child{
    margin-top: 20px;
}

.t-line{
    position: relative;
    width: 100%;
    background-color: transparent;
    z-index: 0;
}

.t-line .text,
.t-section .text{
    position: relative;
    color: #cc2a2c;
    font-family: "Open Sans";
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase; 
    padding-right: 30px;   
    background-color: #fafafa;
}

.t-line .text::after{
    content: url('../images/layer-t-line.png');
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);;
}

.t-line::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    border: 3px solid #cc2a2c;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.newspapper-before::before{
    content: '\f1ea';
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    font-weight: 400;
    color: #cc2a2c;
    margin-right: 10px;
      background-color: #fafafa;
}

.calendar-before::before{
    content: '\f073';
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    font-weight: 400;
    color: #cc2a2c;
    margin-right: 10px;
    background-color: #fafafa;
}

.media-before::before{
    content: '\f302';
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    font-weight: 700;
    color: #cc2a2c;
    margin-right: 10px;
    background-color: #fafafa;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
} 

.item-list-evento{
    display: flex;
    flex-direction: row;
    height: 90px;
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0 20px;
}

.date-item-list-evento{
    color: #404040;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}

.t-item-list-evento{
    color: #404040;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
}

.item-post-hit{
    display: flex;
    flex-direction: column;
    box-shadow: 6px 5px 28px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    overflow: hidden;
}

.item-post-hit {
    height: 100%;
    width: 100%;
}

.item-post-hit .thumb{
    position: relative;
    width: 100%;
    height: 170px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.item-post-hit .body{
    padding: 15px 18px 25px;
}

.list-popular-posts .item-list:first-child{
    padding-right: 20px;
}

.list-popular-posts .item-list:nth-child(2){
    padding:0 10px;
}

.list-popular-posts .item-list:last-child{
    padding-left: 20px;
}

.item-post-hit .cat-item-post{
    position: absolute;
    bottom: 10px;
    left: 18px;
}

.item-post-hit .date{
    color: #323232;
    font-family: "Open Sans";
    font-size: 10px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
}

a.t-item-post-hit{
    color: #cc2a2c;
    font-family: "Open Sans";
    font-size: 19px;
    font-weight: 700;
    line-height: 22.73px;
}

a.t-item-post-hit:hover{
    opacity: .8;
}

a.btn-1-fetram{
    display: inline-block;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 56px;
    text-transform: uppercase;
    background-color: #cc2a2c;
    border-radius: 5px;
    box-shadow: 8px 6px 24px rgba(0, 0, 0, 0.25);
    padding: 0 98px;
}

.banner img,
img.banner{
    width: 100%;
    max-width: 100%;
    height: auto;
}

.banner{
    background: transparent;
}

.item-galeria{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 330px;
    width: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px 30px;
}

.slide-galerias .slick-slide{
    height: 460px;
}

.item-galeria .info,
.item-galeria .info a,
.item-galeria .info a:hover{
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 36.54px;
    text-transform: uppercase;
}

a.t-item-galeria{
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 27px;
    font-weight: 700;
    line-height: 32.89px;    
}

.arrow-galeria{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

.arrow-galeria a{
    font-size: 27px;
    color: #fff;
}

.arrow-galeria.arrow-left{
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.arrow-galeria.arrow-right{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.container-slide{
    position: relative;
}

.item-tv{
    height: 230px;
}

.t-item-tv{
    color: #333333;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;    
}

.h-tv{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.t-tv{
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    color: #cc2a2c;
}

.arrows-tv a{
    margin-left: 5px;
    font-size: 16px;
    color: #cecece;
}

.item-doc{
    display: flex !important;
    flex-wrap: wrap !important;
    height: 80px !important;
}

.c-t-doc{
    background-color: #bd2527;
    padding: 20px 10px !important;
}

.t-doc{
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}

.c-d-doc{
    background-color: #ad1f20;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-d-doc{
    border-radius: 0 3px 3px 0;
}

.c-d-doc a{
    color: #fff;
    font-size: 20px;
}

/*---DOCS COM SCROLL---*/
/* .docs{
    height: 100%;
    max-height: 428px;
    overflow-y: scroll;
} */

#multimidia{
    max-height: 529px !important;
}

.float-left{
    float: left;
}


.link-social{
    display: inline-block;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.link-social:link,
.link-social:hover{
    color: #fff;
}

.link-social:nth-child(odd){
    background-color: #bd2527;
}

.link-social:nth-child(even){
    background-color: #8d1d20;
}

#footer-1{
    background-color: #373737;
    overflow: hidden;
}

.t-col-footer{
    border-bottom: 1px solid #fff;
}

.t-col-footer span{
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 35.3px;
}

.contatos-footer,
.links-footer{
    padding-top: 20px;
    list-style: none;
}

.links-footer a{
    color: #c6c6c6;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    transition: all .3s ease-in-out;
}

.links-footer a:hover{
    font-weight: 700;
    transition: all .3s ease-in-out;
}

.contatos-footer li{
    position: relative;
    color: #c6c6c6;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
    padding-left: 32px;
}

.contatos-footer .fas{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

img.logo-footer{
    width: 100%;
    max-width: 100%;
}

img{
    max-width: 100%;
}

a.link-logo-footer{
    position: relative;
    z-index: 0;
}

a.link-logo-footer::before{
    position: absolute;
    content: url('../images/shadow_map_maranhao.png');
    top: -76px;
    left: -225px;
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: -1;
    pointer-events: none;
}

#footer-copyright{
    background-color: #303030;
}

#footer-copyright .copyright,
#footer-copyright .time{
    color: #c6c6c6;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 300;
    line-height: 90px;
}

#footer-copyright .time{
    opacity: 0.6;
}

#topo-fetram h1{
    color: #1a1a1a;
    font-family: "Open Sans";
    font-size: 58px;
    font-weight: 900;
    line-height: 62px;
    text-transform: capitalize;
}

.txt-topo{
    color: #444444;
    font-family: "Open Sans";
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;  
}

.line-topo{
    position: relative;
}

.line-topo::before{
    position: absolute;
    content: '';
    width: 105px;
    height: 0;
    border: 2px solid #d02b2d;
}

#content-contact{
    background-color: #fafafa;
}

#content-contact .wpcf7-form label,
#content-contact .wpcf7-form input[type="text"],
#content-contact .wpcf7-form input[type="email"],
#content-contact textarea{
    width: 100%;
}

#content-contact .wpcf7-form input[type="text"],
#content-contact .wpcf7-form input[type="email"],
#content-contact textarea{
    border-radius: 4px;
    border: 1px solid #979797;  
    color: #989898;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: 25.9px;  
}

#content-contact .wpcf7-form input[type="text"],
#content-contact .wpcf7-form input[type="email"]{
    line-height: 70px;
    padding: 0 25px;
}

#content-contact textarea{
    padding: 25px;
}

#content-contact input[type="submit"]{
    box-shadow: 8px 6px 24px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    background-color: #cc2a2c;
    line-height: 56px;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 100px;
    border: none;
}

#content-contact .t-col-footer span{
    color: rgba(0,0,0,.6);
}

#content-contact .t-col-footer{
    border-bottom: 1px solid rgba(0,0,0,.6);
}

#content-contact ul{
    padding: 0 !important;
}

#content-contact ul li{
    color: #444444;
}

#content-contact ul .fas{
    color: #cc2a2c;
}

p{
    color: #444444;
    font-family: "Open Sans";
    font-size: 19px;
    line-height: 32px;
    font-weight: 400;
}

h1{
    color: #131313;
    font-family: "Open Sans";
    font-size: 42px;
    font-weight: 700;
    line-height: 80px;    
}

.addtoany_content{
    position: relative;
}

.addtoany_content{
    display: flex;
    justify-content: flex-end;
    position: relative;
    border-bottom: 2px solid #e5e6e5;
    padding-bottom: 10px;
}

.addtoany_content::before {
    content: "compartilhe esta publicação";
    color: rgb(153, 153, 153);
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 50%;
}

.menu-item-has-children{
    position: relative;
}

.menu-item-has-children::after{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    content: '\f0dd';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.menu-item-has-children:hover .sub-menu{
    display: flex !important;
}

.sub-menu{
    position: absolute;
    display: none !important;
    background-color: #fff;
    list-style: inherit;
    flex-direction: column;
    box-shadow: 5px 9px 10px rgba(0, 0, 0, 0.07);
    z-index: 9999;
    padding: 10px 0;
}

.sub-menu a{
    color: #d12b2d;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
}

.sub-menu a:hover{
    border-bottom: 2px solid #d12b2d;
    transition: all .2s ease-in-out;
}

.item-dirigente{
    display: flex;
    flex-wrap: wrap;
    box-shadow: 6px 5px 28px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    overflow: hidden;
}

.img-integrante{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 347px;
}

.item-dirigente .funcao{
    color: #cc2a2c;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 700;
    line-height: 22.73px;
}

.info-dirigente{
    padding: 30px !important;
}

.t-info{
    color: #cc2a2c;
    font-family: "Open Sans";
    font-weight: 700;
    line-height: 26px;
    font-size: 16px;
}

.v-info{
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
}

.card-header{
    background-color: #fff;
    padding: 1.75rem 1.25rem !important;
}

.card{
    margin-bottom: 30px;
}

.card-header a{
    cursor: pointer;
    color: #444444;
    font-family: "Open Sans";
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
}

#content-regionais{
    background-color: #fafafa;
}

.t-regional{
    position:relative;
    color: #444444;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.t-regional .fas{
    position: absolute;
    left: 0;
}

.v-regional{
    padding-bottom: 20px;
}

.t-regional,
.v-regional{
    padding-left: 30px;
}

.v-regional,
.v-regional p{
    color: #444444;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 0;
}

.bg-fa,
.bg-fa section{
    background-color: #fafafa !important;
}

#content-quem-somos{
    background-color: #fafafa;
}

.item-post-page{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}

.item-post-page .img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 257px;
    border-radius: 8px;
}

.item-post-page .cat,
#topo-fetram .cat{
    color: #d12b2d;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 800;
    line-height: 20.85px;
    text-transform: uppercase;
    /* Text style for "BRASIL" */
    letter-spacing: 3.31px;    
}

.item-post-page .t-item{
    color: #393939;
    font-family: "Open Sans";
    font-size: 29px;
    font-weight: 700;
    line-height: 34.37px;
}

.item-post-page .excerpt-item{
    color: #444444;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 23.39px;    
}

.item-post-page .date{
    position: absolute;
    left: 40px;
    bottom: 0;
    color: #323232;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 400;
    line-height: 21.49px;    
    opacity: .6;
}

.search form{
    position: relative;
}

.search:not(body) input[name='s']{
    width: 100%;
    color: #444444;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;  
    padding-left: 20px;  
    padding-right: 30px;
    border-radius: 3px;
    border: 1px solid #eeeeee;
    box-shadow: 6px 5px 28px rgba(0, 0, 0, 0.06);
}

.search:not(body) button[type='submit']{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    color: #d12b2d;
    font-weight: 900;
}

.categories-wid{
    padding: 20px 20px 30px;
    box-shadow: 6px 5px 28px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    border: 1px solid #eeeeee;
    background-color: #ffffff;    
}

.categories-wid .t{
    color: #cc2a2c;
    font-family: "Open Sans";
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
}

.categories-wid ul{
    padding-top: 20px;
    list-style: none;
}

.categories-wid a{
    color: #444444;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
}

.categories-wid a.active{
    color: #cc2a2c;
}

.container-num-pagi{
    display: flex;
    flex-direction: row;
}

.pagination-delta a{
    margin: 0 5px;
    color: #444444;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 23.39px;
    text-transform: uppercase;
}

.pagination-delta .atual a{
    color: #d12b2d;
    font-weight: 600;
}

.wid-news{
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 6px 5px 28px rgba(0, 0, 0, 0.06);
}

.author-of-post{
    color: #444444;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;    
}

.date-of-post{
    color: #444444;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 25px; 
    text-transform: capitalize;
}

.mobile{
    display: none;
}

img.mobile-logo{
    max-width: 150px;
    transition: all .3s linear;
}

a.link-menu{
    color: rgba(0,0,0,.6);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.item-sindicato{
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10px;
}

.item-sindicato .t{
    color: #d12b2d;
    font-family: "Open Sans";
    font-size: 25px;
    font-weight: 400;
    line-height: 40px
}

.item-sindicato .phone,
.item-sindicato .e-mail,
.item-sindicato .municipio{
    color: #444444;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}

.item-sindicato .fas{
    font-size: 13px;
    line-height: 25px;
    color: #666;
}

input[type="submit"],
button[type="submit"],
a.btn-1-fetram{
    cursor: pointer;
    transition: all .3s linear;
}

input[type="submit"]:hover,
button[type="submit"]:hover,
a.btn-1-fetram:hover{
    transform: scale(1.1);
}

.item-post *,
.item-post-destaque *{
    z-index: 99;
}

.item-post:hover .fundo,
.item-post-destaque .img:hover .fundo{
    transform: translate(-50%,-50%) scale(1.08);
    transition: all .3s linear;
}

.fundo{
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    transition: all .3s linear;
}

#footer-copyright a{
    color: #fff !important;
}