/*
Theme Name: Futebol Resultados Hoje theme
Theme URI: https://jeplacardefutebol.com
Author: https://www.instagram.com/eduardobraga_
*/



*{
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
    background: #f2f2f2;
        font-family: 'Opensans Regular', sans-serif;
        outline: none;
}
button{
    outline: none;
}

header{
    
}

.box-load-more{
    text-align: center;
}

.btn-loadmore:hover{
    background: #901414;
}
.btn-loadmore{
    background: #a51c1c;
    border: none;
    border-radius: 250px;
    padding: 10px 35px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
}

.event-events p{
    margin: 0!important;
}
.event-events h2{
    margin: 10px 0px;
}
.event-events{
    text-align: center;
        border-top: 1px solid #ebebeb;
        padding: 15px 0px;
}

.event-box-events{
    display: flex;
}
.event-home{
    width: 50%;
    text-align: right;
    padding: 8px 12px;
}
.event-away{
    width: 50%;
    text-align: left;
    padding: 8px 12px;
}
.event-content{
    font-size: 16px;
}
.stat-statistcs .event-time{
    width: 30%!important;
}
.event-time{
    width: 10%;
    text-align: center;
    padding: 5px 20px;
    font-size: 16px;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}

.one-color{
    color: #323232;
}

.two-color{
    color: #c12f2f;
}

.bg-one{
    background:#a51c1c;
}

.bg-two{
    background: #3f53a5;
}

.bg-two:hover{
    background: #283a82;
}

.bg-tree{
    background: #515151;
}

.bg-four{
    background:  #f5f5f5;
}

.bg-five{
    background: #fff;
}

.grid{
        display: grid;
        grid-template:1fr/repeat(auto-fill, minmax(250px, 1fr));
        grid-auto-flow: row;
    grid-gap: 1rem;
    width: 100%;
    }
    .grid-item-prin{

        
        
        width: 100%;
        height: 100%;
        grid-column: 1 / 3;
    grid-row: 1 / 3;
    }
    .grid-item{
        
        width: 100%;
        height: 100%;
        
    }


.pswp{
    z-index: 111111!important;
}
.pswp__caption__center {text-align: center;}
    figure {
      display: inline-block;
      width: 33.333%;
      float: left;
    }
    img {width: auto;}
    .spacer {height: 5em;}


.about a:hover{
    color: #ce8305;
}
.about a{
    color: #ffa101;
}
.about p{
    color: #727272;
    line-height: 22px;
    font-size: 16px;
    margin: 15px 0px;
}
.about h1{
    color: #ffa101;
}
.about h3{
    color: #f85275;
    font-size: 18px;
    margin: 10px 0px;
}
.about{
    color: #ffa101;
    margin: 100px 10px 20px 10px;
}



.box-event{
    display: flex;
    background: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.event{
    
    width: 40%;
    display: flex;
}
.vs{
    color: #3f53a5;
    font-size: 25px;
    font-weight: bold;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event-placar{
    display: flex;align-items: center;
    justify-content: center;
    width: 10%;
    font-weight: bold;
    font-size: 40px;
    color:#3f53a5;
    padding: 0px 7px;
}
.event-title{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3f53a5;
}
.event-img img{
    width: 85px;
    height: auto;
}
.event-img{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.event-foot{
    background: #fff;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
}
.event-foot-sub{
    display: flex;
    justify-content: center;
}

.event-foot-str{
    margin: 2px 15px 2px 15px;
    color: #000;
    font-size: 15px;
	width: 50%;
}


.status {
    margin: 0px 0px 0px 0px;
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
}
.live{
  color:#dd1212;
  font-size: 12px;
}
.str-init{
  color: #484848;
}
.status span{
    border-radius: 0!important;
    
}
.live label{
        animation: animate 1.0s linear infinite;
}

@keyframes animate{
   0%{
     opacity: 0;
   }
   50%{
     opacity: 0.7;
   }
   100%{
     opacity: 0;
   }
 }



.box-header{
    position: relative;
    margin: 0px 20px 0px 20px;
    top: 0;
    z-index: 11111;
    
    margin-right: auto;
    margin-left: auto;
    color: #919191;
    padding: 0px 10px;
    
}




.menu{
    width: 65%;
    margin: 0px 0px 0px 0px;
}
.menu > ul{
    justify-content: end;
    display: flex;
    align-items: center;
    height: 100%;
}

.menu > ul > li{
    list-style: none;
    margin: 0px 10px 0px 0px;
    padding: 15px 0px;
    position: relative;
}
.menu > ul > li a{
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    padding: 12px 20px 12px 12px;
    position: relative;
    font-size: 16px;
    transition: all ease 0.3s;
}
.menu > ul > .menu-item a:hover{
    color: #dedede;   
}

.col-sub-menu .sub-menu-item{
    margin: 10px 0px;
}
.col-sub-menu{
    display: none;
    position: absolute;
    background: #078478;
    list-style: none;
    top: 40px;
    left: 55px;
    width: 200px;
    padding: 8px;
}


.sub-menu{
    background: linear-gradient(to right,#009688 40%,#0cafa0);
    padding: 12px 0px;
}
.sub-menu > ul{
    display: flex;
    justify-content: center;
}

.sub-menu > ul > li{
    list-style: none;
}
.sub-menu > ul > li a{
    color: #fff;
    text-decoration: none;
    padding: 12px;
    transition: all ease 0.3s;
}
.sub-menu > ul > li a:hover{
    background: #0c7494;
    border-bottom: 2px solid #e1e1e1;
}
.menu-coluna{
    display: none;
    justify-content: right;
    position: fixed;
    top: 0;
    z-index: 100000;
    height: 100%;
    right: 0;
}
.menu-col-bg{
    background: #141416;
    width: 450px;
    padding: 10px;
}

.menu-list-ul ul li a:hover{
    color: #e057b3;
}
.menu-list-ul ul li a{
    transition: all 0.3s ease-out;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}
.menu-list-ul ul li {
    list-style: none;
    margin-bottom: 10px;
}
.menu-list-ul ul {
    padding: 10px;
}


.menu-icons{
    width: 40%;
    display: flex;
    justify-content: end;
    margin: 15px 0px;
}

/** icon **/
.icon-sec{
    width: 17px;
    height: 17px;
    margin: 2px 0px 0px 0px;
}
.icon-md{
    width: 17px;
    height: 17px;
    margin: 0px 6px -2px 0px;
}
.icon{
  width: 30px!important;
  height: 30px;
  display: inline-block;
}
.icon-medium{
  width: 15px;
  height: 15px;
 display: inline-block;
}
.icon-large{
  width: 40px;
  height: 40px;
  display: inline-block;
}
.icon-play{
  background: url('images/play.svg') no-repeat center;
  background-size: 15px 15px;
}


.search-keys-list-ul ul li a:hover{
    color: #ff1276!important;
}
.search-keys-list-ul ul li a{
    transition: all 0.3s ease-out;
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    font-weight: 100;
    font-style: italic;
}
.search-keys-list-ul ul li {
    list-style: none;
    margin-bottom: 10px;
}
.search-keys-list-ul ul {
    padding: 10px;
    text-align: center;
}


.menu-list-tags ul li a:hover{
    color: #000;
    background: #fff;
}
.menu-list-tags ul li a{
    transition: all 0.3s ease-out;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    background: #ff1276;
    margin: 5px 5px;
    border-radius: 250px;
    padding: 2px 10px;
    text-transform: uppercase;
}
.menu-list-tags ul li {
    list-style: none;
    margin-bottom: 10px;
}
.menu-list-tags ul {
    padding: 10px;
    display: flex;
}

.subs{
    margin: 30px 10px 10px 10px;
    
}
.subr-tx {
    width: 100%;
    margin: 12px 0px 0px 0px;
}
.subr-tx span{
    color: #777;
    font-size: 16px;
}


.box-header .hamb{
    margin-left: 20px;
}

.hamb{
    
    width: 20%;
}
.hamb{
    background-image: url('images/hamb.svg') ;
    border: none;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    margin: 9px 0px;
    cursor: pointer;
    background-size: 20px 20px;
}

.return{
    
    width: 20%;
}
.return{
    background-image: url('images/left.svg') ;
    border: none;
    width: 30px;
    height: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    margin: 9px 0px;
    background-size: 20px 20px;
}


.down{
    
    width: 20%;
}
.down{
    background-image: url('images/down.svg') ;
    border: none;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    margin: 16px 4px 10px 0px;
    background-size: 10px 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.lupa{
    width: 20%;
}
.lupa:hover{
    background: #506e7d;
}
.lupa{
    background: #607d8b;
    border: none;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background-repeat: no-repeat;
    margin: 9px 0px;
    background-size: 20px 20px;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}


.logo img{
    width: 175px;
    height:auto;
    margin: 0px 0px 0px 0px;
}
.logo-sub-1{
    margin: 20px 0px 0px 15px;
}

.header-items{
    display: flex;
}

.logo{
    width: 35%;
    display: flex;
    text-align: center;
}
.menu-item-search:hover{
    background: #6b0e0e!important;
}
#buscador-show{
    display: none;
}
.buscador{
    
    justify-content: space-between;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: #283d7d;
    position: absolute;
    right: 0;
    min-width: 360px;
    padding: 12px;
    border-radius: 4px;
}
.buscador-input{
    width: 100%;
        padding: 0px 10px;
}
.buscador-mobile{
    display: none;
    width: 100%;
    padding: 12px;
}
.buscador.buscador-mobile button{
    
}
.buscador input{
    width: 100%;
    background: #fff;
    padding: 10px 10px;
    border: none;
    border-radius: 7px;
    color: #919191;
    font-size: 14px;
}
.buscador input::placeholder {
  color: #919191;
  font-size: 14px;
}
.buscador span{
    background: url('images/lupa.svg') no-repeat center;
    border: none;
    
    cursor: pointer;
    background-size: 14px 14px;
}




.box{
    display: flex;
    margin: 0px 0px 20px 0px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 0px 0px;
}
.box-1{
    width: 40%;
    position: relative;
}
.box-2{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px 0px 0px 20px;
}

.box-all-posts{
    width: 100%;
    display: block;
    
    
}
.box-all-posts .article:hover .event-title{
    color: #7393a3;
}
.box-all-posts .article:hover .details-hide{
    opacity: 1;
    transition-delay: 100ms;
    transition: all ease 0.5s;
}
.box-all-posts .article{
    width: 100%!important;
    height: auto!important;
    padding: 5px 10px 5px 10px;
    margin: 20px 0px;
    transition-duration: 0.3s;
    transition-property: transform;
}

.details-hide{
    color: #fff;
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
    transition-delay: 100ms;
        transition: all 300ms;
    cursor: pointer;
    opacity: 0;
    align-items: center;
    justify-content: center;
}
.bg-details{
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0.7;
    
}

.details-hide-dsp{
    z-index: 6;
    
}

.details-sub{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0px 0px 20px 0px;
}
.details-sub span{
    font-size: 23px;
    font-weight: 400;
    margin: 5px 0px;
}

.details-btn span{
    font-size: 17px;
    background: #5da93c;
    padding: 8px 20px;
    border-radius: 5px;
}

.subs h3{
    font-size: 40px;
}
.subs .spn-2{
    margin: -17px 0px 0px 0px;
}
.subs .spn-1 span{
    color: #3f53a5 !important;
        margin: 0px 0px 0px 0px;
}
.subs .spn-1{
    color: #c12f2f !important;
    
 
    font-size: 25px;
}



.images_post {
display: grid;
    justify-content: center;
    margin: 30px 0px 10px 0px;
}
.images_post img{
    max-width: 350px;
    height: auto;
    margin: 10px 0px 10px 0px;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.article-poster{
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
   
    

}
.article-poster img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-out;
}
.article a{
    text-decoration: none;
    color: #000;
}
.box-2 .article:hover .article-poster img{
    filter: contrast(2) grayscale(1);
}

.grid .grid-item:hover .article-poster img{
    filter: contrast(2) grayscale(1);
}
.article{
    height: auto;
}
.article-title h2 a:hover {
    text-decoration: underline;
}
.article-title h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-title h2 a{
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.article-title{
    margin: -4px 0px 0px 0px;
}

.article-title span{
    font-size: 14px;
    color:#919191;
}

.cat-first-stt:hover{
    color: #ff1276!important;
}
.cat-first-stt{
    color: #843aff!important;
    font-weight: 600!important;
}


.title-site{

}
.title-site span{
    color:#ff1276; 
}
.title-site a{
    text-decoration: none;
}
.title-site h1:hover{
    color:#ff1276; 
}
.title-site h1{
    color: #fff;
    font-size: 75px;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}
.article-principal .article-title{
    top: 0;
    left: 0;
    z-index: 10;
    padding: 20px;
    width: 100%;
    display: grid;
    transition: all 0.3s ease-out;

}
.article-principal .article-poster{
    height: 100%;
    position: relative;
    display: inline;
}
.article-principal .article-poster img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0), #000 50%);
}
.article-principal{
    width: 100%;
    height: 700px;
    position: relative;
    z-index: 8;
    margin:0!important;
}
.bg-grad{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0), #000 50%);
}


#article-principal-scrl{
    
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 5;
}
.sinopse_str h2{
    font-size: 22px;
    font-weight: 600;
    color: #a51c1c;
}
.sinopse_str {
    width: 100%;
    padding: 10px 15px;
    
    border-radius: 10px;
    margin: 20px 0px 0px 0px;
}
.sinopse_str p{
    color: #919191!important;
    line-height: 24px;
    max-width: 100%;
}
.specs{
    color: #919191!important;
    margin: 30px 0px 0px 0px ;
}

.specs-items{
    display: flex;
    
}
.specs-item{
    margin: 0px 25px 0px 0px ;
}
.trailler iframe{
    width: 100%!important;
    height: 530px!important;
    margin:0!important;
}
.trailler{
    margin: 0px 0px -5px 0px;
}
.trailler-str h1{
    font-size: 18px;
    font-weight: 600;
}
.trailler-str{
    font-weight: 400;
    margin: 10px 0px;
}

.box-flex{
    display: flex;
}

.box-poster-item{
    width: 250px;
    height: auto;
    margin: 0px 15px 15px 0px;
    overflow: hidden;
    border-radius: 5px;
}
.box-flex .poster img{
    width: 100%;
    height: auto;
    border: 5px solid #fff;
    border-radius: 5px;
}
.box-flex .poster{
    width: 250px;
    margin:0px 30px 0px 0px;
}
.box-flex .sinopse{
    width: 100%;
}

.capitulos a:hover{
    color:#e057b3;
}
.capitulos a{
    color: #fff;
    text-decoration: none;
    font-size: 19px;
}
.capitulo{
    border-bottom: 1px solid #3b3b3b;
    padding: 7px 0px;
}
.capitulos{
    height: 350px;
    background: #333335;
    padding: 10px;
    border-radius: 5px;
    margin: 15px 0px;
    overflow: auto;
}

.categorias-blog a:hover{
    color: #ffa100;
}
.categorias-blog a{
        color: #0ac6b5;
}
.categorias-blog{
    margin: 0px 0px 10px 0px;
}
.single{
    width: 100%;
    margin: 40px 0px 0px 0px;
}
.single-title h1{
    font-size: 30px;
    color: #000;
}
.single-title{
    margin: 0px 0px 8px 0px;
}

.single-content h1{
    font-size: 60px;
}
.single-content{
    
    
}


.mod-content p{
    color: #6ac045;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin: 5px 0px 15px 0px;
}

#box-modal-down-bg-dark{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999991;
    background: #000;
    opacity: 0.5;
    display: none;
}

#box-modal-down{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999992;
    display: none;
}
.close-mod{
    text-align: right;
}
.close-mod span:hover{
    color: #999;
}
.close-mod span{
    color: #000;
    font-weight: bold;
    font-size: 18px;
    cursor:pointer;
}

.mod-items-down{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.mod-item-down span{
    font-size: 14px;
}
.mod-item-down{
    text-align: center;
    width: 33.333%;
    color: #000;
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
    padding: 0px 15px;
    margin: 5px 0px;
}



.btn-down-pop-lts{
    transition: all ease 0.5s;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding:7px 10px;
    border:none;
    cursor: pointer;
    margin: 7px 0px;
}

.box-modal-items{
    margin: 80px auto;
    position: relative;
        width: 600px;
        background: #fff;
    z-index: 999993;
    padding: 15px;
        max-width: 100%;
    border-radius: 5px;
}



.btn-down-pop:hover{
    background: #54a233;
}
.btn-down-pop{
    transition: all ease 0.5s;
    background: #61b13e;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    border:none;
    padding:10px;
    width: 100%;
    cursor: pointer;
}

#content-post-all{
    
}
.content-post-all img{
    width: 170px;
    height: auto;
}


.single-content-post a{
    text-decoration: none;
    
}

.single-content-post a:hover{
    color:#e1920b;
}
.sinopse{

    color: #fff;
    line-height: 23px;
display: flex;
    padding: 10px;
    border-radius: 7px;
}
.sinopse-box-1{
    width: 70%;
}
.sinopse-box-2{
    width: 30%;
}
.sinopse span{
    
}
.sinopse-line{
    padding: 7px 0px;
}
.list-links-ctn ul li{
    list-style: none;
    margin:0px 7px 10px 0px;
}
.list-links-ctn ul{
    flex-wrap: wrap;
    display: flex;
}
.sinopse a{
    color: #09a798;
}



.sinopse-box-2 .box-all-posts{
    justify-content: space-around!important;
}
.article-related .article-poster{
    height: 170px!important;
}
.article-related:hover .article-poster{
    
}
.article-related{
    width: 40%;
    height: auto;
    margin: 10px 0px;
    transition-duration: 0.3s;
    transition-property: transform;
}

.btn-link-torrent:hover{
    color: #d5d5d5;
}
.btn-link-torrent{
    background: rgba(27, 27, 35, .4);
    padding: 5px 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, .16);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: .8em;
    color: #fff;
    transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out;
}

.btn-magnet:hover{
    cursor: pointer;
    background: #0a8b28;
    border-bottom: 2px solid #06711f;
}
.btn-magnet{
    padding: 5px 20px;
    background: #07a12b;
    border: none;
    border-bottom: 2px solid #02751e;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    border-radius:5px;
}

.single-sub-h {
    margin: 0px 0px 20px 0px;
    text-align: center;
}
.single-sub-h h1{
    font-size: 25px;
        font-weight: 500;
}
.single-content-post p{
    margin:15px 0px;
    font-size: 16px;
    color: #323232;
}
.single-content-post .images img{
    width: 100%;
    height: auto;
}
.single-content-post iframe, .single-content-post embed{
        width: 100%;
    height: 450px;
    margin: 10px 0px;
    max-width: 100%;
    display: block;
}
.category-single-item a{
    text-decoration: none;
    color: #fff;
}
.category-single-item{
    font-size: 30px;
    margin: 0px 0px -18px 0px;
}

.box-single .article-title a{
    float: left;
}
.box-single .article-title{
    width: 100%;
    
}
.box-single .menu-list-tags{

    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    

}
.box-single .article-poster{
    
}
.box-single .article-poster img{
    max-width: Max(calc(100vh - 7rem), 768px);
    max-height: Max(calc(100vh - 7rem), 768px);
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}

.str-arr-barra{
    
        color: #ff1276;
}
.pswp img {
    max-width: none;
    object-fit: contain;
}

.bg-single-thumb:before{
    background: rgba(31, 32, 34, 0.8);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
        
        
}


.btn-ver-todas{
    width: 100%;
    text-align: center;
}
.btn-ver-todas button{
    background: rgb(255,101,40);
    background: linear-gradient(90deg, rgba(255,101,40,1) 0%, rgba(255,140,45,1) 49%, rgba(255,162,55,1) 100%);
    padding: 10px 35px;
    border: none;
    border-radius: 250px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all ease 0.5s;
}
.btn-ver-todas button:hover{
    background: rgb(241,92,33);
background: linear-gradient(90deg, rgba(241,92,33,1) 0%, rgba(247,133,39,1) 49%, rgba(245,153,48,1) 100%);
}


#bg-dark{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000057;
    z-index: 100;
}

.footer-all{

    margin: 50px 0px 10px 0px;
}
.box-footer-cpy{
    padding:10px 0px;
    color: #000;
}
.box-footer{
    box-shadow: 0 0 20px -10px rgb(0 0 0 / 35%);
    width: 100%;
    display: flex;
    text-align: center;
}
.box-footer-2 .sub-foot{
    color: #000;
    margin: 30px 0px 0px 0px;
    font-weight: bold;
    font-size: 14px;

}
.box-footer-2{
    margin-left: auto;
    margin-right: auto;
}
.menu-footer .sub-footer{
    margin: 0px 0px 0px 0px;
    font-weight: 100;
    font-size: 15px;
    color: #000;
}

.menu-footer li a:hover{
    text-decoration: underline;
}
.menu-footer li a{
    text-decoration: none;
    font-size: .85em;
    font-weight: 400;
    color: #3f53a5;
}
.menu-footer li{
    list-style: none;
    margin: 5px 0px;
}


.menu-footer{
    justify-content: center;
    display: flex;
    margin: 20px 0px;    
    flex-wrap: wrap;
}

.separator-menu-footer{
    color: #a93838;
    font-size: 17px;
    margin:4px 10px 0px 10px;
}

.menu-footer-cats {
    flex-wrap: wrap;
}
.menu-footer-cats li a:hover{
    cursor: pointer;
    background: #444;
}
.menu-footer-cats li{
    margin: 5px;
    width: 15%;
}
.menu-footer-cats li a{
    background: #555;
    padding: 6px 10px;
    
    width: 100%;
    display: block;
    
}
.menu-footer-cats li a{
    color: #fff;
}


.logofooter img{
    width: 100%
}

.c-loader {
  animation: is-rotating 1s infinite;
  border: 6px solid #e5e5e5;
  border-radius: 50%;
  border-top-color: #ff5c18;
  height: 30px;
  width: 30px;
}


/** Pagenavi **/
.pagenavi{
    margin: 20px 0px 20px 0px;
}
.wp-pagenavi {
    text-align: center;
    font-family:'arial';
}
.wp-pagenavi span{
    border: none;
    font-size: 19px;
    font-weight: bold;
}

.wp-pagenavi span.pages{
    border: none;
    color: #737070;
}
.wp-pagenavi a, .wp-pagenavi span{
    border: none;

    font-weight: bold;
}
.wp-pagenavi span.current{
    background: #3f53a5;
    border: none;
    border-radius: 4px;
    font: 700 20px Arial, Tahoma, Helvetica;
    color: #fff;
    padding: 7px 12px !important;
}

.wp-pagenavi a{
   background: #ccc;
    color: #ffffff;
    font-size: 16px;
    padding: 7px 13px !important;
    border-radius: 5px;
    border-radius: 3px;
    margin: 0px 5px;
}
.wp-pagenavi .page:hover, .nextpostslink:hover{
    background: #3f53a5;
    color: #fff;
    border: none;
}
.wp-pagenavi a, .wp-pagenavi span{
    border:none!important;
}



aside > .widget .wpp-list{
    padding: 10px 20px;
}

.box-destaque{
    display: flex;
    margin: 10px 0px 18px 0px;
}
.box-destaque .wpp-thumbnail{
    width: 100%;
    margin: 0;
}
.box-destaque > .box-dt-thumb{
    width: 160px;
    margin: 0px 10px 0px 0px;
}
.cat-destaque{
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: uppercase;
    color: #b8b8b8;
    display: block;
}
.cat-destaque span{
        background-color: #efefef;
        font-size: 13px;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 5px;
    margin: 0 10px;
}
.cat-destaque:after{
    content: "";
    position: absolute;
    overflow: hidden;
    border-bottom: 1px solid #c5c4c4;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-dt{
    text-align: center;
    width: 50%;
}

.box-destaque a{
    text-decoration: none;
    color: #8c8c8c;
}

.box-destaque .cat-autor-destaque a{
    color: #f9b61f;
    font-size: 15px;
}

/** Container **/
.container{
    margin-right: auto;
    margin-left: auto;
    position: relative;
    
}

#background-image {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 580px;
    top: 60px;
}


#background-overlay {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 6;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(29, 29, 29, 0.65) 0, rgba(29, 29, 29, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(29, 29, 29, 0.5)), color-stop(100%, rgba(29, 29, 29, 1)));
    background: -webkit-linear-gradient(top, rgba(29, 29, 29, 0.65) 0, rgba(29, 29, 29, 1) 100%);
    background: -o-linear-gradient(top, rgba(29, 29, 29, 0.65) 0, rgba(29, 29, 29, 1) 100%);
    background: -ms-linear-gradient(top, rgba(29, 29, 29, 0.65) 0, rgba(29, 29, 29, 1) 100%);
    background: linear-gradient(to bottom, rgba(29, 29, 29, 0.65) 0, rgba(29, 29, 29, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#801d1d1d',endColorstr='#1d1d1d',GradientType=0);
    height: 580px;
    top: 60px;
}

.main{
        position: relative;
    z-index: 11111;
}

.list-categories-pg .article{
    position: relative;
}
.list-categories-pg .article-title h2 a{
    color: #fff;
}

.list-categories-pg .article-title{
    position: absolute;
    background: rgba(0,0,0,.7);
    bottom: 0;
    width: 100%;
    padding: 0px 8px 4px 8px;
    display: flex;
    justify-content: space-between;
}
.count-cats{
    display: inline-block;
    min-width: 10px;
    padding: 6px 7px 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #434343;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 3px 0px 0px 0px;
}

@media (min-width: 1200px){
    .container {
        width: 80%;
        max-width: 1920px;
    }
}

@media screen and (max-width: 1499px) {

    .box-header{
        width: 100%;
    }

}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 900px) {


    .event{

    }
    .event-img{

        width: 20%;
    }
    .event-title{
        width: 70%;
    }
    .event-img img{
        width: 35px;
    }
    .event-title{
        font-size: 9px;
    }
    .event-placar{
        font-size: 17px;
    }
    .single-content-post iframe, .single-content-post embed{
        max-width: 100%;
        height: 300px;
    }
    .event-foot-str{
        font-size: 9px;
    }
    .live{
      color:#dd1212;
      font-size: 9px;
      font-weight: 500;
    }
    .menu > ul{
        flex-wrap: wrap;
        justify-content:center;
    }
    .menu > ul > li{
        margin: 0px 4px 0px 0px;
        padding: 10px 0px;
    }
    .menu > ul > li a{
        font-size: 13px;
        padding: 12px 5px 12px 5px;
    }
    .menu-footer-cats{
        display: flex!important;
    }    
    .menu-footer-cats li{
        width: 40%!important;
    }
   
    .logo{
        width: 100%;
        display: block;
        margin: 10px 0px;
    }
    .logo img{
        width: 120px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .buscador .lupa{
        margin: 2px 21px 0px 0px!important;
    }
    .buscador{
        width: 100%;
                min-width: 100%;
    }
    .sinopse{
        display: block;
    }
    .sinopse-box-1{
        width: 100%;
    }
    .sinopse-box-2{
        width: 100%;
    }
    .box-poster-item{
        width: 150px;
        margin-left: auto;
        margin-right: auto;
    }
    .article-related{
        width: 40%;
    }
    .sinopse-box-2 .box-all-posts{
        
    }

    .specs-items{
        display: block;
    }
    .menu-footer{
        flex-wrap: wrap;
        margin: 20px 10px;
    }
    .list-links-ctn ul{
        display: block;
    }
    .search-keys-list-ul ul li{
            
    }
    .search-keys-list-ul ul li a{
        font-size: 19px;
        max-width: 18ch;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        
    }
    .menu-list-ul ul li a{
        
    }

    .menu-col-bg,.menu-coluna{
        width: 100%;
    }
    .trailler iframe{
        width: 100%!important;
        height: 200px!important;
    }
    .box{
        display: block;
        margin: 0px 0px 70px 0px!important;
        padding: 5px;
    }
    .box-1{
        width: 100%;
    }
    .box-2{
        display: block;
        width: 100%;
        margin: 10px 0px 0px 0px;
    }
    .article{
        margin: 0px 0px 15px 0px;
        width: 100%;
    }
    .article-principal{
        height: 290px;
    }
    .article-poster{
        height: 120px;
    }

    .subs {
        margin:5px 10px 0px 10px;
    }
    .subs h3{
        font-size: 22px;
    }

    .box-all-posts{
        
    }
    .box-all-posts .article{
        width: 100%!important;
    }

    .article-principal .article-title{
        padding: 10px;
    }
    .menu-icons{
        width: 60%;
        margin: 7px 0px;
    }
    .box-header .hamb{
        margin-left: 4px;
    }
    .menu{
        width: 100%;
    }
    .header-items{
        display: inline-block;
        width: 100%;
    }

    .menu-list-tags ul{
        padding: 4px;
    }
    .menu-list-tags ul li a{
        margin: 2px 5px;
    }
    .menu-list-tags ul li{
        
        margin: 0px -7px 1px 0px
    }
    .subs .spn-2{
        margin: -7px 0px 0px 0px;
    }

    .about{
        padding: 10px;
    }

    .menu-list-tags ul li a{
        font-size: 11px;
    }
    .box-single{
        margin: 0px 7px 0px 7px;
    }
    .single-content-post p{
        font-size: 15px;
    }
    .box-single .article-poster img{
        border-radius: unset;
    }

    .category-single-item{
        font-size: 17px;
        margin: 0px 0px -8px 0px;
    }
    .single-content h1{
        font-size: 22px;
    }



   .title-site h1{
    font-size: 25px;
   }

   .box-flex .poster{
    width: 100%;
   }
   .box-flex .sinopse{
    width: 100%;
    font-size: 15px;
   }
   .box-flex{
    display: block;
   }
   .single-title h1{
    font-size: 19px;
   }
   .box-header{
    margin: 0px 0px 0px 0px;
    padding: 0px 5px;
    display: block;
   }


   

    footer > .menu-footer .box-menu-footer{
        display: block;
    }
    footer > .menu-footer .bx-mn-footer{
        width: 100%;
            margin: 35px 0px;
    }
    .logofooter img{
        width: 100%;
    }
    .bg-single-thumb{
        height: 40%!important;
    }

    .capitulos a{
        font-size: 15px;
    }
}

@media screen and (max-width: 600px) {
    .single-content-post iframe, .single-content-post embed{
        
        height: 200px;
    }
    .grid{
        display: block!important;
    }
    .menu-list-tags{
        display: none;
    }
    .menu-list-tags ul{
        
    }
}