/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 17 Oct 2024, 18:53:20
    Author     : gasperrencof
*/



.b2b_header{
    height: 600px;
    text-align: center;
    color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: r;
}


.b2b_header h1{
    font-size: 80px;
    padding-top: 70px;
    font-weight: 200;
}

.b2b_header h1 b{
    font-weight: 700;
}

.working_together{
    padding-top: 50px;
    padding-bottom: 50px;
}

.working_together h3{
    font-size: 48px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 700;
    line-height: 60px;
}

.working_together{
    font-size: 43px;
    font-weight: 200;
    line-height: 60px;
}

.working_together img{
    max-width: 100%;
}

.better_tomorrow{
    text-align: center;
}

.better_tomorrow .text{
    font-size: 30px;
    font-weight: 200;
    width: 59%;
    margin: 0 auto;
    line-height: 40px;
    margin-bottom: 40px;
    margin-top: 30px;
}



h2.main_h2 {
    font-size: 50px;
    font-weight: 200;
    margin: 0 auto;
    color: #292828;
    display: block;
    text-align: center;
    margin-top: 70px;
    text-transform: uppercase;
}

h2.main_h2 span {
    font-weight: 700;
}

h2.main_h2:before {
    content: '';
    display: inline-block;
    width: 189px;
    height: 5px;
    background-color: #292828;
    vertical-align: middle;
    margin-top: -10px;
    margin-right: 15px;
}

h2.main_h2:after {
    content: '';
    display: inline-block;
    width: 189px;
    height: 5px;
    background-color: #292828;
    vertical-align: middle;
    margin-top: -10px;
    margin-left: 15px;
}

.better_tomorrow{
    padding-bottom: 50px;
}

.better_tomorrow img{
    max-width: 100%;
}

.better_tomorrow  label{
    font-size: 35px;
    text-transform: uppercase;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: -15px;
}

.better_tomorrow .number{
    font-size: 43px;
    font-weight: 700;
}


.why h2{
    font-size: 50px;
    font-weight: 200;
    margin: 0 auto;
    color: #292828;
    display: block;
    text-align: center;
    margin-top: 70px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.why h2 span {
    font-weight: 700;
}

.mission_card{
    margin-bottom: 50px;
}

.mission_card img {
    width: 100%;
}

.mission_card h4 {
    font-size: 30px;
    font-weight: 200;
    text-transform: uppercase;
    margin-top: 21px;
}

.mission_card h4 span {
    font-weight: 700;
    display: block;
}

.mission_card .content{
    width: 100%;
    text-transform: unset;
    margin: 0px;
    text-align: center;
}


.mission_card p {
    font-size: 22px;
    margin-top: 12px;
    line-height: 28px;
}



.for_companies .box{
    margin-top: 20px;
}

.for_companies .active_companies.bottom_companies{
    background: none;
    color: #493825;
}

.for_companies .active_companies.bottom_companies h2{
    margin-bottom: 30px;
}

.for_companies .active_companies.bottom_companies h2:before{
    background-color: #493825;
}

.for_companies .active_companies.bottom_companies h2:after{
    background-color: #493825;
}


.for_companies .bottom_companies .companies_slider_box{
    width: 100%;
}

.for_companies .active_companies.bottom_companies .single_company{
    margin-bottom: 20px;
}



.container_timeline {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.container_timeline:before {
    content: '';
    position: absolute;
    top: 160px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 76%;
    background: #CAB180;
    z-index: 1
}


.about_us_timeline h2{
    font-size: 37px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 60px;
    font-weight: 200;
}

.about_us_timeline h2 strong{
    font-weight: 700;
}

/*.about_us_timeline h2 strong{
    font-family: 'Roboto Condensed', sans-serif;
}*/

.timeline-block {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
    margin-bottom: 43px;
}

.timeline-block-right {
    float: right;
}

.timeline-block-left {
    float: left;
    direction: rtl
}

.container_timeline .marker {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #ffffff;
    z-index: 9999;
    position: absolute;
    border: 1px solid #cab180;
}

.container_timeline .marker:before{
    content: '';
    display: block;
    height: 15px;
    width: 15px;
    background-color: #cab180;
    border-radius: 50%;
    border: 1px solid #ffffff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.timeline-content {
    width: 100%;
    padding: 0 15px;
}




.container_timeline .body{

    position: relative;
}


.container_timeline .body .content{
    width: 50%;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    order: 2;
    padding-left: 40px;
}

.container_timeline .body .content .content_text{
    width: 100%;
    background-color: #ffffff;
    padding: 30px;
    color: #000000;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
}



.container_timeline .body .content h3{
    font-size: 40px;
    font-weight: 700;
    color: #CAB180;
    margin-bottom: 10px;
}



.container_timeline .body .content .content_text h3{
    font-size: 26px;
    color: #000000;
}

.container_timeline .body p{
    font-size: 22px;
}

.container_timeline .body strong{
    font-size: 26px;
    margin-bottom: 10px;
}



.timeline-block-right .body{
    text-align: left;
    display: flex;
}

.timeline-block-left .body{
    text-align: right;
    margin-right: 20px;
}


.container_timeline .body.body_2022 strong{
    width: 60%;
    display: block;
}


.container_timeline .reddot-award img{
    position: absolute;
    left: 30px;
    top: 12px;
}


.container_timeline .timeline-block-right .marker{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -10px;
}

.container_timeline .timeline-block-left .marker{
    position: absolute;
    top: 50%;
    margin-top: -8px;
    margin-right: -68px;
}

.timeline-block.timeline-block-center{
    margin: 0 auto;
    width: 100%;
}

.timeline-block.timeline-block-center .body{
    margin-top: 70px;
    z-index: 1;
    background: #fafafa;
    border: none;
    text-align: center;
    font-style: italic;
}

.timeline-block.timeline-block-center .marker{
    left: 50%;
    margin-left: -10.5px;
    top: -10px;
}

.timeline-block.timeline-block-center .marker-bg{
    width: 21px;
    height: 300px;
    background: #fafafa;
    z-index: 9999;
    position: absolute;
    display: none;
}


.container_timeline .body .img_box{
    display: flex;
    flex-direction: column;
    order: 1;
    width: 50%;
    padding-right: 30px;
}

.container_timeline .body .img_box img{

}

.about_us_timeline{
    padding-top: 50px;
}


.b2b_header .for_companies .active_companies .single_company{
    color: #ffffff;
}

.b2b_header{
    position: relative;
}


.single_b2b .active_company{
    position: absolute;
    width: 620px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #29282896;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.single_b2b .active_company img{
    max-width: 450px;
    max-height: 450px;
}


.single_b2b .active_company h2{
    font-size: 50px;
    text-transform: uppercase;
    margin-top: 15px;
}


.section4.single_company  .single_section h3{
    font-size: 50px;
    color: #2F9967;
    margin-top: 40px;
    font-weight: 200;
    margin-bottom: 20px;
}

.section4.single_company  .single_section h3 strong{
    font-weight: 700;
}

.section4.single_company  .single_section img{
    max-width: 100%;
}

.section4.single_company  .single_section{
    font-size: 22px;
    line-height: 28px;
}

.why h2{
    text-transform: none;
}

.why h2 strong{
    font-weight: 700;
}


.for_companies.single_company{
    padding-bottom: 50px;
}

.section4 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 20px;
    letter-spacing: 0.5px;
}

.section4 h3{
    font-size: 50px;
    font-weight: 700;
    color: #2F9967;
    margin-top: 40px;
    font-weight: 200;
}

.section4 h3 strong{
    font-weight: 700;
}

.section4 .text{
    margin-bottom: 30px;
}

.for_companies .active_companies .single_company_img{
    position: relative;
    background-color: #ffffff;
}

.for_companies .active_companies .single_company img{
    position: relative;
    width: auto;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



@media screen and (max-width: 768px){
    .b2b_header{
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .single_b2b .active_company{
        position: relative;
        width: 90%;
        top: unset;
        left: unset;
        transform: unset;
        margin: 0 auto;
        padding: 20px;
    }

    .single_b2b .active_company img{
        max-width: 100%;
    }

    .single_b2b .active_company h2{
        font-size: 30px;
    }

    .working_together{
        text-align: center;
    }

    .working_together .text{
        font-size: 42px;
        line-height: 46px;
    }

    .working_together img{
        margin-bottom: 0px;
        margin-top: 30px;
    }

    .section4.single_company .single_section h3{
        font-size: 42px;
    }

    .section4.single_company .single_section{
        font-size: 18px;
        line-height: 24px;
    }

    .why h2{
        font-size: 42px;
    }

    .mission_cards{
        padding: 10px;
    }


    .b2b_header h1 {
        font-size: 40px;
        padding-top: 30px;
        padding-bottom: 0;
    }

    .for_companies .active_companies h2{
        font-size: 40px;
    }

    .working_together h3{
        font-size: 42px;
        line-height: 46px;
    }

    .working_together{
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    h2.main_h2{
        font-size: 40px;
    }

    h2.main_h2:before, h2.main_h2:after{
        display: none;
    }

    h2.main_h2 strong{
        display: block;
    }

    .better_tomorrow .text{
        width: 100%;
        font-size: 28px;
    }


    .better_tomorrow .number{
        display: inline-block;
        font-size: 30px;
    }
    .better_tomorrow label{
        font-size: 30px;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 20px;
    }


    .timeline-block-right .body{
        flex-direction: column;
    }

    .container_timeline .body .img_box{
        padding-right: 0px;
        width: 100%;
    }

    .container_timeline .body .content{
        width: 100%;
        padding: 0px;
    }

    .timeline-content{
        padding: 0px;
    }

    .container_timeline:before{
        display: none;
    }


    .container_timeline .timeline-block-right .marker{
        display: none;
    }

    .container_timeline .body p{
        font-size: 18px;
    }

    .container_timeline .body .content .content_text{
        text-align: center;
    }

    .container_timeline .body .content h3{
        margin-top: 10px;
        text-align: center;
    }

}