.contentpage_content{
    max-width: 1200px; width: calc(100% - 80px); padding-left: 40px; padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
}
.contentpage_content2{
    max-width: 1300px; width: calc(100% - 80px); padding-left: 40px; padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
}
.contentpage_title{
    color: #3A4047;
    font-size: 30px;
    font-weight: 500;
    font-family: "Montserrat-Bold";
    margin-bottom: 0px;
    text-align: left;
    line-height: 35px;
}

.contentpage_title2{
    color: #3A4047;
    font-size: 20px;
    font-weight: 500;
    font-family: "Montserrat-Bold";
    padding-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

.contentpage_divisor{
    height: 4px;
    background-color: #7DB52E;
    width: 83px;
    margin-right: auto;
    margin-bottom: 20px;
}

.contentpage_text{
    font-size: 16px;
    color: #666;
    line-height: 22px; font-size: 20px;
}
.contentpage_text_big{
    font-size: 20px;
}
.contentpage_text p.contentpage_title2{
    padding-bottom: 3px;
}
.contentpage_logo{
    float: right; margin-left: 40px;
}
.contentpage_spacer1{
    height: 50px;
}
.contentpage_spacer2{
    height: 124px;
}
.contentpage_text_padding_left1{
    padding-left: 40px;
}
.contentpage_padding1{
    padding: 40px;
}

.contentpage_fascia{
    width: 100%; min-height: 320px; background-color: #f0f0f0; margin-bottom: 20px; display: flex; align-items: stretch;
}
.contentpage_fascia_no_minh{
    min-height: unset;
}
.contentpage_fascia_nobotborder{
    margin-bottom: 0px;
}
.contentpage_fascia_higher{
    height: 390px;
}
.contentpage_fascia_nobg{
    background-color: transparent;
}
.contentpage_fascia_extra_margin{
    width: calc(100% + 80px); margin-left: -40px; margin-bottom: 0px;
}
.contentpage_fascia_center{
    flex-direction: column; align-items: center; padding-top: 70px; padding-bottom: 80px;
}
.contentpage_fascia_left{
    flex-direction: column; align-items: flex-start; min-height: unset;
}

.contentpage_fascia_box{
    width: 100%; max-width: 1200px; padding-left:0px; padding-right: 0px; margin: auto; display: flex;
}

.contentpage_fascia_img{
    width: 50%; background-position: center; background-size: cover; background-repeat: no-repeat;
}
.contentpage_fascia_img_contain{
    background-color: #ffffff; background-size: contain; border: 2px solid #f0f0f0;
}
.contentpage_fascia_higher .contentpage_fascia_img{
    height: 437px;
}
.contentpage_fascia_img2{
    height: 480px;
}
.contentpage_fascia_img_30{
    width: 30%;
}

.contentpage_fascia_text{
    width: calc(50% - 80px); padding: 60px 40px 40px 40px;
}
.contentpage_fascia_text_2{
    width: calc(50% - 40px); padding-right: 40px;
}
.contentpage_fascia_text_3{
    width: calc(70% - 40px); padding-right: 40px;
}
.contentpage_fascia_text_4{
    width: calc(50% - 40px); padding: 40px 40px 40px 0px;
}
.contentpage_fascia_text_5{
    width: calc(50% - 40px); padding: 40px 0px 40px 40px;
}

.contentpage_button{
    border: 2px solid #00336D;
    background-color: transparent;
    display: inline-block;
    color: #00336D;
    padding: 6px 20px 6px 20px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 3px;
    
}
.contentpage_button_uppercase{
    text-transform: uppercase;
}

.contentpage_box_filtri1{
    text-align: center; margin-bottom: 80px;
}
.contentpage_box_filtri1 p{
    padding-bottom: 20px; font-size: 20px;
}
.contentpage_box_filtri1 b{
    color: #3A4047;
}

.contentpage_lab_box{
    margin: 20px; width: 160px;
}
.contentpage_lab_box div{
    width: 160px; height: 160px; color: #ffffff; text-transform: uppercase; display: flex; flex-direction: column; justify-content: center;
    font-family: 'Montserrat-SemiBold'; font-size: 22px;
}
.contentpage_lab_box p{
    font-size: 20px; padding-top: 20px;
}

.contentpage_foto_row{
    display: flex; width: 100%;
}
.contentpage_foto_row img{
    flex-grow: 1; width: 1px;
}

.contentpage_anchor{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #034A78;
    color: white;
    font-weight: bold;
    padding: 2px 6px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 12px;
}
.contentpage_anchor_dest{
    position: relative;
}
.contentpage_anchor_dest a{
    position: absolute; left: 0px; top: -180px;
}

.contentpage_list{
    list-style-position: outside; padding-left: 30px; list-style-type: none;
}
.contentpage_list li{
    max-width: none; padding: 10px 0px 10px 0px; position: relative;
}
.contentpage_list li:before {
    content: "";
    display: inline-block;
    height: 5px;
    width: 15px;
    background-color: #7DB52E;
    position: absolute;
    left: -30px;
    top: 19px;
}

.contentpage_list2{
    list-style-position: outside; padding-left: 30px; font-size: 20px;
}
.contentpage_list2 li{
    max-width: none; padding: 0px;
}

.contentpage_float_box{
    margin: 20px; width: 230px;
}
.contentpage_float_box img{
    width: 100%;
}
.contentpage_float_box2{
    width: 60px;
}
.contentpage_float_box2 img{
    width: 100%; margin-top: 100px;
}
.contentpage_float_box_margin_lr{
    margin:0px 40px;
}

.contentpage_highlight_lenti{
    color: #e31b52;
}

.contentpage_img_full{
    width: 100%; background-size: contain; background-repeat: no-repeat; background-position: center center;
    height: 300px;
}

.contentpage_hr{
    height:1px; background-color: #797E84; margin-top: 5px; margin-bottom: 5px;
}

.content_page_filtri_detail_title{
    font-weight: bold;
}
.content_page_filtri_detail{
    display: flex; text-align: center; margin-bottom: 20px; justify-content: center;
}
.content_page_filtri_detail div{
    padding: 15px;
}

.content_page_img{
    width: 100%; display: block;
}

/* home page */
.home_content_1{
    max-width: 1280px; overflow: hidden; position: relative; min-height: 320px;
}
.home_content_1 .contentpage_fascia_text_2{
    display: flex;
    flex-direction: column;
    justify-content: flex-end; align-items: flex-start;
    padding-bottom: 20px;
}
.home_content_2 .contentpage_title{
    margin-top: 0px;
}
.home_content_2 .contentpage_fascia_text{
    display: flex;
    flex-direction: column;
    justify-content: flex-end; align-items: flex-start;
    padding-bottom: 20px;
}
.home_content_2 .contentpage_fascia_img{
    width: 50%; background-position: center top; background-size: contain; background-repeat: no-repeat;
}
.home_content_gray{
    width: 100%; background-color: #F0F0F0;
}

.home_brand_box{
    margin: 0px 20px; width: 290px;
}
.home_brand_box div{
    width: 160px; height: 160px; color: #ffffff; text-transform: uppercase; display: flex; flex-direction: column; justify-content: center;
    font-family: 'Montserrat-SemiBold'; font-size: 22px;
}
.home_brand_box p{
    font-size: 20px; padding-top: 20px; color:#034A78;
}
.home_brand_box .r1{
    font-size: 14px; font-family: 'Montserrat-SemiBold'; padding-top: 0px; margin-top: -20px;
}
.home_brand_box .r2{
    font-size: 18px; font-family: 'Montserrat-SemiBold'; padding-top: 3px; padding-bottom: 20px;
}
.home_brand_logo{
    height: 130px;
}

.logo_page_brand{
    height: 70px;
}

.img_brand_active{
    background-image:url('/frontend/assets/img/content_page/brand_active_2.jpg');
}
.img_brand_neyeture{
    background-image:url('/frontend/assets/img/content_page/brand_neyeture_3.jpg?v=3'); background-size: cover; background-position: top;
}
.img_brand_airport{
    background-image:url('/frontend/assets/img/content_page/brand_airport_2.jpg'); background-size: cover; background-position: top;
}
.img_brand_lab{
    background-image:url('/frontend/assets/img/content_page/brand_lab_2.jpg?v=2'); background-size: contain; background-position: bottom center;
}

.brand_onlymobile{
    display: none;
}
.img_brand_mobile{
    width: 100%;
}

.pp_fascia1{
    width: 100%; background-color: #000000; color: #ffffff;
}
.pp_fascia2{
    width: 100%; background-color: #ffffff; color: #000000;
}
.pp_fascia3{
    width: 100%; background-color: #e8e8e8; color: #323b42;
}
.pp_content{
    margin: auto; max-width: 1200px; display: flex; justify-content: space-between;
}
.pp_content2{
    margin: auto; width: 100%; max-width: 680px;
}
.pp_content_sx{
    text-align: left; padding: 20px; width: calc(50% - 40px); max-width: calc(50% - 40px);
}
.pp_content_dx{
    text-align: left; padding: 20px; width: calc(50% - 40px); max-width: calc(50% - 40px);
}
.pp_content_img{
    padding-bottom: 0px; padding-top: 0px; display: flex; align-items: flex-end;
}
.pp_img1{
    width: 100%; display: block;
}
.pp_titolo{
    font-size: 35px; font-weight: bold; margin-bottom: 20px; line-height: 35px;
}
.pp_sottotitolo{
    font-size: 25px; font-weight: bold; margin-bottom: 20px; line-height: 25px;
}
.pp_testo{
    font-size: 18px; line-height: 22px;
}
.pp_text_spacer{
    height: 30px;
}
.pp_trademark{
    font-size: 14px;
}

.em_content1{
    width: 100%; display: flex;
}
.em_content_img_big{
    width: 100%;
}
.em_content2{
    width: 50%;;
}
.em_titolo{
    font-size: 35px; font-weight: bold; margin-bottom: 20px; line-height: 35px; color: #034A78;
}
.em_sottotitolo{
    font-size: 25px; font-weight: bold; margin-bottom: 20px; line-height: 25px; color: #034A78;
}
.em_testo{
    font-size: 18px; line-height: 22px; color: #034A78;
}
.em_content3{
    width: 100%; display: flex; margin-bottom: 30px;
}
.em_content_img_small{
    min-width: 150px; max-width: 150px; margin-right: 5px;
}
.em_content4{
    text-align: center; padding-top: 30px; padding-bottom: 30px;
}
.em_img_cont{
    display: flex; align-items: flex-start; justify-content: flex-start; width: 150px;
}
.em_img_cont_big{
    width: 50%;
}

.arm_img2{
    width: 198px;
}
.contentpage_arm_box{
    width: 340px; text-align: center; margin: 0px 30px 20px 30px;
}
.contentpage_arm_box .contentpage_title{
    text-align: center; padding: 20px 0px;
}
.arm_info_box{
    padding: 60px; text-align: center;
}
.arm_info_btn{
    color: #ffffff;
    background: #034A78;
    width: 156px; margin: auto; padding: 15px 0px;
    border-radius: 3px;
    font-family: 'Montserrat-SemiBold';
    cursor: pointer;
    text-transform: uppercase; font-size: 12px;
}
.arm_info_btn2{
    background-color: #ffffff;
    color: #034A78;
    width: 184px;    
}


.arm_img1{
    width: calc(50% - 40px);
    margin-right: 40px;
    margin-top: -200px;
}

.arm_content3{
    display: flex; justify-content: space-between; margin-bottom: 100px;
}
.arm_img3{
    width: calc(50% - 20px); position: relative;
}
.arm_img3 img{
    width: 100%;
}

.arm_btn_center{
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; border-width: 0px; width: 200px;
}

.arm_fascia_webinar{
    padding: 40px; width: calc(100% - 80px); margin-bottom: 0px;
}

.arm_btn_play{
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); cursor: pointer;
}

/* mobile */
@media only screen and (max-width: 800px) {

    .brand_onlymobile{
        display: block;
    }
    .contentpage_content{
        width: calc(100% - 20px); padding-left: 10px; padding-right: 10px;
    }

    .contentpage_banner{
		height: 295px;
	}

	.contentpage_fascia, .contentpage_fascia_higher{
		height: auto; flex-direction: column;
	}

    .contentpage_fascia_extra_margin{
        width: 100%; margin-left: 0px;
    }

	.contentpage_fascia_box{
		flex-direction: column;
	}

	.contentpage_fascia_text{
		width: calc(100% - 20px); padding-right: 10px; padding-left: 10px; order: 1;
	}
    .contentpage_fascia_text_2{
        width: calc(100% - 20px);
    }
    .contentpage_fascia_text_3{
        width: calc(100% - 20px);
    }

	.contentpage_fascia_img{
		width: 100%; margin-top: 0px; height: 300px; order: 2; margin-right: 0px;
	}
    .home_content_2 .contentpage_fascia_img{
        width: 100%;
    }
    .contentpage_fascia_no_minh > .contentpage_fascia_img{
        height: auto;
    }

    .contentpage_fascia_img_brand{
        height: auto;
    }

	.contentpage_spacer2{
		height: 40px;
	}
    .contentpage_text_padding_left1{
        padding-left: 0px;
    }
    .contentpage_padding1{
        padding: 0px;
    }

    .content_page_filtri_detail{
        width: 100%; flex-wrap: wrap;
    }

    /* pinze parallele */
    .pp_content{
        margin: auto; max-width: 1200px; display: flex; flex-direction: column;
    }
    .pp_content_sx{
        width: calc(100% - 40px); max-width: calc(100% - 40px);
    }
    .pp_content_dx{
        width: calc(100% - 40px); max-width: calc(100% - 40px);
    }

    .pp_flex_reverse{
        flex-direction: column-reverse;
    }

    /*easy move*/
    .em_content1{
        flex-wrap: wrap;
    }
    .em_content2{
        width: 100%;
    }
    .em_img_cont_big{
        width: 100%;
    }

    .contentpage_fascia_text_4{
        width:100%;
    }
    .contentpage_fascia_text_5{
        width: 100%; padding: 0px;
    }

    .contentpage_content2
    {
        width: calc(100% - 20px); padding-left: 10px; padding-right: 10px;
    }

    .arm_content3{
        flex-wrap: wrap;
    }
    .arm_img3{
        width: 100%;
    }
}