

.default_section {
    position: relative;
    width: 100%;
    padding: 80px 10%;
}

.custom_section_no_right_padding {
    position: relative;
    width: 100%;
    padding: 80px 0px 80px 10%;
}

.custom_section_no_right_padding_2 {
    position: relative;
    width: 100%;
    padding: 80px 10% 80px 10%;
}

.call_out_holder {
    width: 100%;
    font-size: 16px;
    padding: 0 40px;
}

.call_out_holder h1 {
    font-size: 30px;
    color: var(--default_light_blue)
}
.call_out_holder p {
    font-size: 20px;
    margin-top: 10px;
    color: var(--default_light_gray);
    max-width: 450px;
}

.call_out_holder h2 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 15px;
    max-width: 500px;
    color: var(--default_dark_blue)
}

.box_with_image_call_out_holder {
    width: 100%;
    margin-top: 100px;
}

.blue_rounded_box {
    width: 100%;
    background-color: var(--default_light_blue);
    padding: 40px 40px;
    border-radius: 50px;
}

.blue_box_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.text_blue_box_content{
    width: 100%;
    max-width: 580px;
}

.text_blue_box_content h1{
    font-size: 50px;
    color: var(--default_dark_blue)
}

.text_blue_box_content h3 {
    font-size:25px ;
    padding-top: 10px;
    font-weight: 500;
    color: white
}

.text_blue_box_content p {
    font-size:20px ;
    padding-top: 20px;
    font-weight: 300;
    color: white
}

.image_blue_box_content {
    width: 100%;
    padding-top: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image_blue_box_content img {
    position: inherit;
    width: 100%;
    
    max-width: 720px;
}


/*Numbers holder*/
.numbers_holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
}

.numbers_holder .number_block:not(:last-child){
    margin-bottom: 20px;
    margin-right: 0px;
}

.number_block {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.first_blue_block {
    border-radius: 70px 70px 0 0;
}

.first_orange_block {
    border-radius: 0px;
}

.number_block:last-child .bottom_content_info {
    border-radius: 0 0 70px 70px;
}

.top_content_number {
    background-color: var(--default_dark_blue);
    width: 100%;
    padding: 50px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_content_number h1{
    color: var(--default_orange);
    font-weight: bold;
    font-size: 30px;
}

.top_content_number h1 span{
    font-size: 15vw;
}

.bottom_content_info {
    width: 100%;
    padding: 20px;
    background-color: var(--default_orange);
    margin-top: 10px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom_content_info h4 {
    font-weight: normal;
    color: white;
    font-size: 20px;
}

/*Who is us*/
.full_background {
    background-image: url("../images/quem-somos.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.header_who_is_us {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -28.5px;
    padding: 10px 20px;
    background-color: var(--default_orange);
    border-radius: 15px;
}

.header_who_is_us h1 {
    font-size:30px;
    color: var(--default_dark_blue);
    text-align: center;
}

.content_who_is_us {
    width: 100%;
    max-width: 605px;
}

.content_who_is_us p {
    color: white;
}

/*Values*/
.values_holder {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.text_values_holder {
    width: 100%;
    text-align: center;
}
.text_values_holder h1 {
    font-size: 30px;
    color: var(--default_light_blue)
}
.text_values_holder p {
    padding-top: 10px;
    font-size: 25px;
    font-weight: 300;
    color: var(--default_dark_blue)
}
.text_values_holder h2 {
    padding-top: 20px;
    font-size: 25px;
    font-weight: bold;
    color: var(--default_dark_blue)
}
.image_values_holder {
    width: 100%;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image_values_holder img {
    width: 100%;
    max-width: 400px;
}

/*We are specialists*/
.sec_with_bg {
    background-color: var(--default_dark_blue);
    border-radius: 50px 0 0 0;
}
.we_are_content_holder {
    width: 100%;
    position: relative;
    display: flex;
    align-items: left;
    justify-content: left;
    flex-direction: column;
    height: auto;
}
.we_are_text_holder {
    text-align: left;
}
.we_are_text_holder h1 {
    font-size: 30px;
    color: var(--default_orange);
    font-weight: bold;
}
.we_are_text_holder ul {
    width: 100%;
    max-width: 180px;
    padding-left: 17px;
    padding-top: 10px;
}
.we_are_text_holder ul li {
    position: relative;
    font-weight: 500;
    color: white;
    padding-bottom: 4px;
    padding-top: 4px;
}
.we_are_text_holder ul li::after{
    content: "";    
    position: absolute;
    left: -18px;
    right: 0;
    bottom: 0;
    height: 1px; /* Adjust the height of the line as needed */
    background-color: var(--default_orange); /* Adjust the color of the line as needed */
}
.we_are_right_content {
    padding-top: 30px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: left;
    flex-direction: column;
}
.we_are_right_content h1{
    font-size: 30px;
    color: white;
    padding-right: 0px;
}
.we_are_right_content img {
    padding-top: 20px;
    width: 100%;
}

/*Customers*/
.header_customer {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-direction: column;
}

.customer_main_header {
    width: 100%;
    padding-bottom: 20px;
}

.customer_main_header h1 {
    width: 100%;
    font-weight: 600;
}

.header_customer_bar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5px 10px;
    border-radius: 20px 0 0 0;
    background-color: var(--default_dark_blue);
}

.header_customer_bar h1 {
    font-weight: 500;
    color: var(--default_orange);
}

.logos_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 50px;
    padding-right: 10%;
}

.logos_holder img {
    height: 50px;
}

.logos_holder img:not(:last-child) {
    margin-bottom: 30px;
    margin-right: 0;
}


@media only screen and (min-width: 880px) {

    .first_blue_block {
        border-radius: 60px 0px 0 0;
    }
    .bottom_content_info {
        width: 100%;
        padding: 0px 20px;
    }
    .bottom_content_info {
        height: 20%;
        min-height: 130px;
    }
    .first_orange_block {
        border-radius: 0px 0 0 20px;
    } 
    .number_block:last-child .bottom_content_info {
        border-radius: 0 0 20px 0px;
    }
    .number_block:last-child .top_content_number {
        border-radius: 0 60px 0px 0px;
    }
    .numbers_holder {
        flex-direction: row;
    }
    .numbers_holder .number_block:not(:last-child){
        margin-bottom: 0px;
        margin-right: 20px;
    }
    .top_content_number h1 span{
        font-size: 60px;
    }
    .top_content_number {
        padding: 0px;
    }
    .values_holder {
        flex-direction: row;
    }
    .text_values_holder {
        text-align: left;
    }
    

    .logos_holder {
        flex-direction: row;
    }

    .logos_holder img:not(:last-child) {
        margin-bottom: 0px;
        margin-right: 30px;
    }
}

@media only screen and (min-width: 1400px) {
    .custom_section_no_right_padding_2 {
        position: relative;
        width: 100%;
        padding: 0px 0px 0px 10%;
    }
    

    .image_blue_box_content {
        display: block;
    }
    .image_blue_box_content img {
        position: absolute;
        bottom: -60px;
        right: 0;
    }
    .blue_box_content {
        flex-direction: row;
    }

    .header_who_is_us {
        left: 10%;
        transform: translateX(0);
    }

    .we_are_content_holder {
        align-items: center;
        justify-content: center;
        flex-direction: row;
        height: 300px;
    }

    .we_are_right_content {
        padding-top: 0px;
        justify-content: right;
        align-items: center;
        flex-direction: row;
    }

    .we_are_right_content img {
        padding-top: 0px;
        height: 300px;
        width: auto;
    }

    .we_are_right_content h1{
        padding-right: 50px;
    }

    .header_customer {
        flex-direction: row;
    }

    .customer_main_header {
        width: 25%;
        padding-bottom: 0px;
    }
}