.cases_container{
    border: 1px solid rgb(80, 80, 80);
    margin-bottom: 10%;
    background: url('../assets/img/bg_cases.jpg');
    background-position: top;
    background-repeat: no-repeat;
}

.nossos_cases{
    margin-top: 60px;
    z-index: 100;
}

.banner-cases{
    height: calc(96vh - 150px);
    min-height: 400px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 60px;
}

.img-title{
    width: 50%;
    padding: 30px;  
}

.list_categories{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}

.text_banner_cases{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.text_banner_cases img{
    width: 100%;
    z-index: 100;
}

.banner-cases-mobile{
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content_header{
    height: 700px;
    margin-bottom: 12%;
}

.image {
    overflow: hidden; 
}

.content_post{
    margin: 20px auto 20px auto;
    overflow: hidden;
/*     width: 100%;
    height: 100%;
    min-height: 270px;
    min-width: 270px; */
}

.video-post{
    width: 90%;
    height: 50%;
}

.image img {
    height: 200px;
    width: 100%;
    transition: all .3s ease-in-out;
    object-fit: cover;
}

.carouselPost{
    height: 60vh;
}

.content_post:hover .image img{
    transform: scale(1.06);
  }

.info-posts{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 10px;
    padding-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.253);
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
}

.info-posts a{
    font-family: "Bebas Neue";
    text-decoration: none;
    letter-spacing: 0.1rem;
    background: #000;
    color: #fff;
    padding:8px 10px 4px;
    border: 1px solid #ff9c00;
}

.title_post_name{
    font-family: "Bebas Neue";
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    width: 60%;
    text-shadow: 1px 0px 20px rgba(0, 0, 0, 0.61);
}

.client_name{
    font-family: "Bebas Neue";
    font-size: 1rem;
    letter-spacing: 0.1rem;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    width: 60%;
    margin-bottom: -2px;
    text-shadow: 1px 0px 20px rgba(0, 0, 0, 0.61);
}




.wp-block-categories-list{
    height:56%;
    width: 90%;
    padding-left: 0;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;

}


.cat-item{
    padding: 6px 0;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.content-icon-cases{
    flex: 1;
    height: 100%;
    position: relative;
}

.divider-cases{
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.301);
    top: 50%;
}

.circle-cases{
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.301);
    top: -10px;
    right: 0;
}


.cat-item a{
    font-family: "Helvetica";
     color: #ff9c00;
    padding: 04px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
}


.current-cat  a{
    background-color: #000;
    border: 1px solid #ff9c00;
}

.img-cases-mobile{
    width: 80%;
    margin: 20px auto;
}









.content_category{
    width: 100%;
    height: 90vh;
    min-height: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-bottom: 120px;
}

.category_box{
    width: 300px;
    margin: 20px;

    background:rgb(27, 27, 27);

    display: flex;
    justify-content: flex-end;
    align-items: flex-start;

    flex-direction: column;
}

.font_home_cases{
    font-size: 2.5rem;
    line-height: 30px;
    text-shadow: 3px 4px 13px #000000;

}

.show_cases{
    color: #fff;
    padding: 4px 6px;
    background:#000;
    border: 1px solid #ff9c00;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.3rem;
}



.content_post_home_posts{
    margin: 20px;
    overflow: hidden;
}


.btn-voltar-posts{
    width: 100%;  
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;                                    
    

}

.btn-voltar-posts button{
    border: none;
    background: none;
    font-family: "Bebas Neue";
    text-decoration: none;
    letter-spacing: 0.1rem;
    background: #000;
    color: #fff;
    padding: 8px 10px 4px;
    border: 1px solid #ff9c00;
}

@media (max-width: 1400px) { 
    .wp-block-categories-list{
        height: 50%;

    }
}


@media (max-width: 1199.98px) { 
    .title_banner_1{
        font-size: 15rem;
        letter-spacing: 0.6rem;
        margin-top: 0px;
    }
    .content_header{
        height: 600px;
    }

    .wp-block-categories-list{
        height: 50%;

    }

    .category_box {
        width: 260px;
    }
    
 }

@media (max-width: 992px){
    .banner-cases{
        min-height: 300px;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        margin-bottom: 60px;
    }
    .content_post{
        width: 190px;
        height: 190px;
        margin: 10px auto;
    }
    .content_header{
        height: 450px;
    }

    .wp-block-categories-list{
        height: 54%;
    }

    .cat-item a{
        font-size: 0.7rem;
    }

    .divider-cases{
        display: none;
    }

    .circle-cases{
        display: none;
    }
    
    .content_category{
        height: 100vh;
        min-height: 650px;
    }


}

@media( min-width: 768px ){
    .banner-cases-mobile{
        display: none;
    }
}

@media (max-width: 768px){
    .content_post{
        margin: 15px auto ;
    }
    .cases_container{
        border: none;
    }

    .content_header{
        height: 500px;
    }

    .cases_container::before{
        display: flex;
    }
    
    .banner-cases{
        display: none;
    }

    .category_box{
        width: 100%;
        height: 140px;
    }
    .content_category{
        height: auto;
    }

    .font_home_cases {
        font-size: 2rem;
        line-height: 24px;
    }
}

@media (max-width:576px){
    .content_post{
        margin: 12px auto ;
        width:100%;
    }
    .content_header{
        height: 400px;
    }

    .list_categories{
        display: none;
    }

    .image img{
        height: 200px;
    }
    .category_box {
        width: auto;
        height: 120px;
    }

    .category_box .image img{
        height: 220px;
    }
    .content_post_home_posts{
        margin: 10px;
    }

}

@media (max-width:430px){

 
}

@media (max-width:375px){
  
}


