
.screen_1{
    height: calc(100vh - 150px);
    width: 100%;
    min-height: 400px;
    max-height: 900px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.header-1-mobile{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
 
}


.screen_2{
    height: 100vh;
    width: 100%;
    min-height: 400px;
    max-height: 900px;
    display: grid;
    grid-template-columns: 1fr 1fr;

    background: url('../assets/img/banner2.jpg');
    background-position: top;
    background-repeat: no-repeat;
}


.screen_3{
    padding: 0 30px;
}

.headerBanner1{
    grid-column: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.img_banner_1{
    max-height: 675px;
}

.headerBanner2{
    grid-column: 2/3;
    background: url('../assets/img/1banner-bg.png');
    background-position: left;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;

}

 .headertxt_1{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 5px;
    width:180px;

}

.headertxt_2{
    width: 100%;
    max-width: 260px;
    margin-bottom: 30px;
} 

.headerBanner2 img{
    margin-bottom: -4px;
}

.info_banner_home{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
 }

 .title_info_home{
    font-family: 'Bebas Neue', Helvetica ;
    text-transform: uppercase;
    font-size: 0.8rem;
    text-align: justify;
    letter-spacing: 5px;
    margin-bottom: 20px;
    color: #fff;

}
 
 .info_banner_home > p{
    padding-right: 5px;
    text-transform: uppercase;
    font-size: 0.9rem;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0.4px;
    margin-bottom: 0px;
    color: #fff;
}

.headerBanner3{
width: 100%;
padding-top: 10px;
padding-left: 14px;

display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;

}


.text_info_home_2{
    width: 100%;
    max-width: 300px;
    margin: 30px 0px 0px 32%;
}


.listCategories{
    margin-left: 40px;
    width: 52%;
    height: 72%;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.sec-1-mobile{
    background: url('../assets/img/banner_top_mobile.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

}

.sec-2-mobile{
    background: url('../assets/img/banner2.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

}

.video_home{
	padding: 50px 0 100px 0;
}

@media (max-height: 880px){
    .headerBanner1 img{
        height:600px;
    }
    .headerBanner2 img{
        height: 290px;
    }

    .headerBanner3 img{
        height:600px;
        padding-left: 0px;
    }
}

@media (max-height: 750px){
    .headerBanner1 img{
        height:450px;
    }
    .headerBanner2 img{
        height: 240px;
    }
    .headerBanner3 img{
        height:500px;
    }
}

@media (max-height: 666px){
    .headerBanner1 img{
        height:400px;
    }

    .headerBanner2 img{
        height: 194px;
    }

    .headerBanner3 img{
        height:400px;
    }

}

@media(max-width: 986px) and (max-height: 600px){
    .screen_1 {
        grid-template-columns: 1fr 1fr;
    }

    .screen_2 {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 800px) and (max-height: 600px){
    .screen_1 {
        grid-template-columns: 0.5fr 1fr;
    }
    .screen_2 {
        grid-template-columns: 0.5fr 1fr;
    }

}

@media (min-width: 941px){
    .listCategories-mobile{
        display: none;
    }
}
    
@media(max-width: 1500px){
    .text_info_home_2{
        margin: 30px 0px 0px 12%;
    }
}

@media(max-width: 940px){
    .screen_1 {
        grid-template-columns: 1.8fr 1fr;
        margin: 0 10px;
    }
    .screen_2 {
        grid-template-columns: 1.8fr 1fr;
    }
    .headertxt_2{
        display: none;
     }
    
     .listCategories{
         display: none;
     }

     .text_info_home_2{
        margin: 30px 0px 0px 26%;
    }
}

@media(max-width: 770px){
    .headerBanner2{
        background: none;
    }
}

@media(min-width: 699px){
    .header-1-mobile{
        display: none;
    }
}

@media(max-width: 700px){
    .screen_1{
        display: none;
    }   
    
    .screen_2{
        display: none;
    }

    .divider{
        display: none;
    }
    
    
    .circle_divider{
        display: none;
    }
}





































.banner-home{
    width: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
}

.banner_home_part_1{
    margin-top: 60px;
    background: url('../assets/img/banner1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.text_banner_1{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    margin-right: -10px;

}

.text_banner_1 > span{
    font-family: 'Bebas Neue', Helvetica;
    font-size: 25.5rem;
    text-transform: uppercase;
    letter-spacing: 1.8rem;
    line-height: 1;
    color: #000;

}

.letter_text_banner_1{
    color: transparent;
    -webkit-text-stroke: 1px #eb01d2;
}

.letter_text_banner_2{
    background: -webkit-linear-gradient(90deg, #ff4401 , #eb01d2);
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px transparent;
    margin-top: -100px;
}

.letter_text_banner_3{
    background: -webkit-linear-gradient(90deg, #eb01d2 , #ff4401);
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px transparent;
}

.letter_text_banner_4{
    background: -webkit-linear-gradient(90deg, #eb01d2 , #ff4401);
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px transparent;
    margin-bottom: 0px;
    margin-top: -44px;
}

.text_banner_2{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}

.text_banner_2 > span{
    font-family: 'Bebas Neue', Helvetica ;
    font-size: 25rem;
    text-transform: uppercase;
    letter-spacing: 1.8rem;
    line-height: 1;
    color: #000;
}



.text-banner_3{
    display: flex;
    justify-content: flex-start;
}





.divider{
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 15px auto;
}


.circle_divider{
    position: absolute;
    left: 48%;
    right: 52%;
    top: -22px;
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 auto;
}


.divider-mobile{
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 15px auto;
}


.circle_divider-mobile{
    position: absolute;
    left: 48%;
    right: 52%;
    top: -22px;
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 auto;
}

.banner-background{
    background: url('../assets/img/banner2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.info_banner_home_part_2{
    width: 400px;
}



.info_banner_home_part_2 > p{
    padding-right: 5px;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
    color: #fff;
}

.infos_banner_home{
    height: 92%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}

.list_banner_home{
    width: 100%;
    height: 37%;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.item-list-home{
    margin: 5px 0;
    width: 100%;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.item-list-home > span{
    color: #ff7900;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.8rem;
}

.content_line{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.line-list{
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.2;
}

.circle-list{
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 0.2;
}

.color_style{
    color: #656565;
}

.nossos_cases_home{
    display: flex;
    justify-content: center;
    align-items: center;

    background: url('../assets/img/banner3.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.title_cases_box{
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.nossos_cases_content_1{
   padding-left: 5%;
}

.title_home_cases{
    font-family: 'Bebas Neue', Helvetica ;
    font-size: 6rem;
    letter-spacing: 0.8rem;
    text-transform: uppercase;
    color: #000;    
    background: -webkit-linear-gradient(60deg, #eb01d2 , #ff4401);
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
}

.t_2_case_home{
    margin-top: -70px;
    margin-left: 24px;
}

.btn-to-cases{
    background-color: #656565;
    text-transform: uppercase;
    font-size: 0.6rem;
    letter-spacing: 1.5px;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
    transition: all 0.2s ease-in-out;
}

.btn-to-cases:hover{
    background-color: #fff;
    color: #656565;
}
.space_mobiele_title{

}

/* MEDIAS QUERIES */


@media (max-width: 992px){
    .text_banner_1 > span {
        font-size: 17rem;
    }
    .text_banner_2 > span{
        font-size: 17rem;
    }
    .banner_home_part_1{
        margin-top: 30px;
    }

    .letter_text_banner_2{
        margin-top: -65px;
    }

    .info_banner_home_part_2 > p {
        font-size: 0.8rem;
    }

    .letter_text_banner_2,
    .letter_text_banner_3 {
        margin-bottom: -28px;
    }

    .circle_divider{
        top: -10px;
        width: 20px;
        height: 20px;
    }

    .circle_divider-mobile{
        top: 6px;
        width: 20px;
        height: 20px;
    }

    

    .title_home_cases{
        font-size: 6rem;
        letter-spacing: 0.5rem;
    }

    .t_2_case_home {
        margin-top: -55px;
        margin-left: 24px;
    }
}

@media (max-width: 768px){
    .banner_home_part_1{
        margin-top: 50px;
    }
    .text_banner_1 > span {
        font-size: 15rem;
    }
    .text_banner_2 > span{
        font-size: 15rem;
    }

    .info_banner_home_part_2 {
        width: auto;
    }
    .letter_text_banner_4{
        margin-top: 0px;
    }

    .title_home_cases{
        font-size: 4rem;
        letter-spacing: 0.5rem;
    }

    .t_2_case_home {
        margin-top: -45px;
        margin-left: 24px;
    }

}

@media (max-width:576px){
    .text_banner_1 > span {
        font-size: 10rem;
    }
    .text_banner_2 > span{
        font-size: 10rem;
    }
    .letter_text_banner_2 {
        margin-top: -28px;
    }

    .text_banner_1 > span{
        letter-spacing: 1rem;
    }

    .info_banner_home_part_2 > p {
        font-size: 0.8rem;
        line-height: 24px;
        margin-left: 20px;
    }

    .title_info_home {
        font-size: 0.7rem;
    }

    .title_home_cases{
        font-size: 3rem;
        letter-spacing: 0.4rem;
    }

    .t_2_case_home {
        margin-top: -35px;
        margin-left: 24px;
    }
}

@media (max-width:430px){
    .text_banner_1 > span{
        letter-spacing: 0.8rem;
        font-size: 8rem;
    }

    .text_banner_2 > span{
        font-size: 8rem;
    }

    .banner-background{
        background: url(../assets/img/1.jpg);
    }

    .info_banner_home_part_2 > p {
        font-size: 0.7rem !important;
        line-height: 20px;
        letter-spacing: 0.4px;
        margin-left: 0px;
    }

    .title_info_home {
        font-size: 0.9rem;
        letter-spacing: 0.2rem;
    }

    
    .title_home_cases{
        font-size: 3.5rem;
        letter-spacing: 0.1rem;
    }

    .t_2_case_home {
        margin-top: -30px;
        margin-left: 24px;
    }

}

@media (max-width:420px){
    .header-1-mobile{
        height: 125vh;
    }
}

@media (max-width:414px){
    .header-1-mobile{
        height: 80vh;
    }
}


@media (max-width:375px){

    .textPart2{
        font-size:0.6rem;
    }

    .header-1-mobile{
        height: 80vh;
    }

    .text_banner_1 > span{
        letter-spacing: 0.8rem;
        font-size: 7rem;
    }

    .text_banner_2 > span{
        font-size: 7rem;
    }

    .info_banner_home_part_2 > p {
        font-size: 0.5rem;
        line-height: 20px;
        letter-spacing: 0.1px;
        margin-left: 0px;
    }

    .title_info_home {
        font-size: 0.7rem;
    }

    .text_info_home{
        font-size: 0.7rem !important;
    }

        
    .title_home_cases{
        font-size: 2.5rem;
        letter-spacing: 0.1rem;
    }

    .t_2_case_home {
        margin-top: -24px;
        margin-left: 24px;
    }
}

@media (max-width:280px){
    .info_banner_home_part_2 > p {
       font-size:0.4rem;
       line-height: 16px;
    }
}