.case{
    margin-top: 60px;
}

.post_container_header{
    border: 1px solid rgb(80, 80, 80);
    padding: 0px;
}

.content_body_cases{
    z-index: 2;
    width: 100%;
    
}

.imgPost{
    width: 100%;
    height: auto;
}

.box_title{
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.text_1{
    width: 100%;
}

.content_post_title{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98%;
    margin: 0 auto;
}


.title_info{
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}


.box_title img{
    width: 100%;
    height: 20%;
}

.text_title_font{
    font-family: 'Bebas Neue', arial;
    color: #fff;
    letter-spacing: 08px;
}

.name_client{
    font-size: 2rem;
    margin-bottom: -6px;
}

.job_name{
    font-size: 3.1rem;
    line-height: 1;
    width: auto;
    word-break: break-word;

}

.content_text_post p{
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
}

.box_images_gallery{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: space-between;
    justify-content: space-between;
    overflow: hidden;
}

.carousel-inner {
    position: relative;
    width: 85%;
    margin: auto;
    overflow: hidden;
}

.img_carrousel{
    width: 48%;
    height: 60vh;
    max-height: 300px;
    object-fit: cover;
    padding: 5px;
    
}

.carousel-control-prev {
    
}

.carousel-control-next{
    
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    color: yellow !important;
    border: 1px solid yellow;
    height: 100px;
}

.carousel-control-next,
.carousel-control-prev{
    width: 30px;
}

p{
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    padding: 0;
    margin: 0;
}

.text-content_post{
    width: 94%;

    margin: 0 20px;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    margin: auto;
}

.link_back{
    width: 100%;
    text-align: right;
    z-index: 1000;
    color: #ff7900;
}

.link_back a{
    color: #ff7900;
    transition: color 0.3s ease-in-out;
    border: 1px solid #ff7900;
    padding: 10px;
}

.link_back + a:hover{
    color: #fff;
}


@media (max-width: 992px){

    .content_text_post p{
        font-size: 0.8rem;
        line-height: 1.2;
    }

    .name_client {
        font-size: 1.5rem;
    }

    .job_name {
        font-size: 2.2rem;
        line-height: 1;
    }

    p, .text-content_post {
        font-size: 0.8rem;
        line-height: 1.2;
    }

    .text-content_post{
        padding: 15px;
    }

}

@media (max-width: 768px){

    .job_name {
        width: 100%;
        margin-bottom: 30px;
    }

    .content_post_title{
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .title_info{
        max-width: 100%;
    }
    
}

@media (max-width:576px){

    .carousel-control-prev-icon, .carousel-control-next-icon {
        height: 50px;
    }

    .link_back a{  
        margin-bottom: -10px;
        font-size: 0.8rem;
    }

    .post_container_header{
        border: none;
        margin-bottom: 10%;
    }
    
}

@media(max-width: 430px){
    .case {
        margin-top: 20px;
    }
}


@media (max-width:375px){
    .job_name {
        font-size: 2.1rem;
    }
  
}


