/****Stylesheet for Machinery template****/
:root {
    --c_light: #f8f9fa;
    --blue: #082161;
    --sec: #5BFACA;
     /*--ter: #D9FFF1;*/
	--ter: #5BFACA;
    --d_grey: #3F4141;
    --white: #fff;
    --black: #212121;
    --bodyc: #3F4141;
    --f_pr: 'Noto Sans', sans-serif;
    --l_grey: #D7D7D7;
    --sl_grey: #F3F3F3;
    --grey: #A4ACB1;
    --bordo_1: #DEDEDE;
    --bordo_2: #D8D1CC;
    --ssl_grey: #F7F7F7;
	--f_bold: 'Noto Sans Bold', sans-serif;
}
.machinery-main.et_pb_section{
	padding-bottom: 0!important;
}
@media screen and (min-width: 1920px){
	.machinery-main.et_pb_section,
	.machinery-features.et_pb_section,
	.machinery-components.et_pb_section,
	.machinery-processing.et_pb_section,
	.machinery-software.et_pb_section,
	.info-cta.et_pb_section{
		max-width: 100%!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}
html{
    scroll-behavior: smooth;
}
.single-product .mega-menu__container:not(.scrolled) .mega-menu__voice, .single-product .mega-menu__container:not(.scrolled) .mega-menu__menu-toggle, 
.single-product .mega-menu__container:not(.scrolled) .wpml-ls-slot-shortcode_actions a{
    color: var(--blue) !important;
}
.single-product .mega-menu__container:not(.scrolled) .mega-menu__menu-toggle svg g path{
    fill: var(--blue) !important;
}
.machinery-main{
    padding-top: 0!important;
}
h1{
    color: var(--blue);
}
.et_pb_button.arrowbutton-left{
    border:none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 0!important;
    display: flex !important;
    align-items: center !important;
}
.et_pb_button.arrowbutton-left:after{
    content: ''!important;
    display: none !important;
}
.et_pb_button.arrowbutton-left:before{
    content: url(/wp-content/themes/indaweb-child/assets/arrow-right-cta.svg);
    display: inline-block;
    width: 35px;
    height: 35px;
    opacity:1 !important;
    position: relative !important;
    margin-left: 0!important;
    margin-right: 10px !important;
}
.et_pb_button.arrowbutton-left.light:before{
    content: url(/wp-content/themes/indaweb-child/assets/arrow-right-verde-blu.svg);
}
.machinery-title h2{
    line-height: 1.3;
    font-size: 60px;
    margin-bottom: 0;
    font-weight: 800;
	color: #082161;
}
@media screen and (max-width: 1280px) {
    .machinery-title h2{
        font-size: 40px;
        padding-top: 80px;
    }
}
.machinery-header{
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
}
.machinery-header:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-image: url('/wp-content/uploads/2023/07/BACKGROUND_resina_desk.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    z-index: 1;
}
@media screen and (max-width: 767px){
	.machinery-header:before{
		background-image: url('/wp-content/uploads/2023/07/BACKGROUND_resina_mob.jpg');
	}
}
.machinery-main-content, .machinery-main-image{
    z-index: 2;
    position: relative;
}
/*.machinery-header{
    position: relative;
    height: 60vh;
    width: 100%;
    overflow: hidden;
}
.machinery-header .machinery-main-image img{
    width: 100%;
    height: 60vh;
    object-fit: cover;
    object-position: center;
    filter: brightness(50%)!important;
}
.machinery-main-content{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: var(--blue);
}
@media screen and (max-width:767px){
    .machinery-main-content{
        transform: translate(-5%,-35%)!important;
    }
}*/
@media screen and (min-width: 769px){
    .machinery-header{
        display: grid;
        grid-template-columns: 1fr 3fr;
        grid-column-gap: 4%;
        align-items: center;
		padding-top: 60px;
    }
}
.machinery-intro.noseries{
    position: relative;
    padding-top: 4%;
	margin-bottom: 4%;
}
.machinery-main-image{
	text-align: center;
}
@media screen and (min-width: 1024px){
    .machinery-description-boxes{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 40px;
    }
    .noseries .machinery-description{
        max-width: 800px;
    }
    .noseries .machinery-description-content{
        max-width: 65%;
    }
	.machinery-intro.noseries{
		position: relative;
		overflow: hidden;
	}
    .noseries .machinery-main-image{
        position: absolute;
        top: 10%;
        right: 0;
        max-width: 50%;
        z-index: 1;
        overflow: hidden;
		max-height: 500px;
    }
    .noseries .machinery-main-image img{
        object-fit: contain;
        position: relative;
        z-index: 1;
		height: 100%;
		max-height: 500px;
    }
}
.machinery-description-boxes{
    z-index: 5;
}
.machinery-description-boxes .box{
    background-color: var(--ter);
    padding: 50px;
}
@media screen and (max-width:768px){
    .machinery-description-boxes .box{
        padding: 20px;
    }
    .box.right{
        margin-top: 30px;
    }
}
.machinery-description-content{
    margin-bottom: 40px;
}
.machinery-description-content h2{
    font-size: 40px;
    line-height: 1.125;
    margin-bottom: 40px;
    font-weight: 800;
}
.machinery-description-content h3{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 800;
}
.machinery-description-content ul li{
	list-style-type: disc;
	margin-left: 20px;
}
.series-button a,.machinery-navigation a.et_pb_button{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    color: var(--blue);
    border-style: none;
    background-color: var(--sec);
    padding: 0.375rem 1.2rem!important;
    font-size: 1rem!important;
    line-height: 1.5;
    border-radius: 1.2rem;
    text-decoration: none!important;
    cursor: pointer;
    border: 1px solid var(--sec);
	font-family: 'Sora', Arial, sans-serif;
	font-weight: 800;
}
.series-button a:after,.machinery-navigation a.et_pb_button:after{
    content:''!important;
    display: none!important;
}
.series-button a:hover,.machinery-navigation a.et_pb_button:hover{
    background-color: var(--blue);
    color: var(--sec);
    border: 1px solid var(--sec)!important;
}
.et_pb_button{
    transition: .4s;
}
.machinery-navigation{
    width: 100%;
    height: 90px;
    background-color: var(--blue);
    padding: 1rem 5%;
    position: sticky;
    top: 90px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.machinery-navigation-title{
	color: rgba(255,255,255,1);
	font-family: "Sora", sans-serif;
	font-size: 24px;
	font-weight: 800;
	text-align: left; 
	padding-bottom: 0;
}
.machine-template__description-container h1,.machine-template__description-container h2{
	font-size: 40px!important;
	margin-bottom: 40px!important;
}
.machine-template__description-container h3,.machine-template__description-container h4{
	font-size: 20px!important;
	margin-bottom: 10px!important;
	font-family: 'Sora', sans-serif;
	font-weight: 800;
}
/*@media screen and (max-width:1023px){
    .machinery-navigation nav{
        display: block;
        padding-left: 10px;
        border-left: 4px solid var(--sec);
    }
}*/
.machinery-navigation nav{
    width: 100%;
    max-width:1080px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.owl-carousel.navigation .owl-stage{
	margin-left: auto!important;
	margin-right: auto!important;
}
.machinery-navigation nav .owl-item{
    min-height:45px;
    height: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.machinery-navigation nav .owl-nav{
    position:absolute;
    top:0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    left:2.5%;
    min-height: 45px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
.machinery-navigation nav .owl-nav button{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/*@media screen and (max-width:1280px){
    .machinery-navigation nav .owl-stage-outer{
        width: 80%;
        margin: auto;
        z-index: 2;
    }
}*/
.machinery-navigation nav a{
    color: white;
    font-family: var(--f_bold);
    transition: color .4s;
    cursor: pointer;
    z-index: 2;
	font-weight: 700;
}
.machinery-navigation nav a:hover{
    color: var(--sec);
}
.machinery-top{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3rem;
    padding: 3rem 0;
}
@media screen and (max-width:1023px){
    .machinery-top{
        display: flex;
        flex-direction: column-reverse;
    }
    .machinery-top .machinery-main-image{
        margin-bottom:3%;
    }
	.machinery-navigation{
		display: none;
	}
}
.machinery-description{
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.machinery-description .et_pb_button{
    margin-top: 2rem;
    display: inline-block;
}
.machinery-features.et_pb_section{
    background-color: var(--blue);
}
.machinery-features h2{
    text-align: center;
    color:#fff;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 800;
}
.lb-text{
    color: var(--sec)!important;
}
.components-intro{
    margin: auto;
}
@media screen and (min-width: 1024px){
    .components-intro{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 3%;
    }
}
.features-container{
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
@media screen and (max-width:1023px){
    .features-container{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
}
.single-feature{
    flex-basis: 22%;
    border: 1px solid var(--blue);
    color: white;
    font-family: var(--f_pr);
    text-align: center;
    transition: border-color .2s, color .2s;
    margin: 1rem;
}
.single-feature img{
    max-width:60px;
}
.feature-title{
    color: white;
    line-height: 1.3em;
    font-size: 16px;
    margin-top: 40px;
}
@media screen and (min-width: 1024px){
    .features-inner{
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        grid-column-gap: 4%;
        align-items: center;
    }
}
.features-inner{
    max-width: 1400px;
    margin: auto;
}
.features-adv{
    background-color: #102C73;
    padding: 10%;
}
.features-adv .machinery-features-title{
    font-size: 30px;
    margin-bottom: 40px;
    text-align: left;
}
.features-adv-description *{
	color: var(--white) !important;
}
.features-adv-description p{
	margin-bottom: 15px;
}
.features-adv-description ul{
    list-style-type: disc !important;
    color: var(--white) !important;
    margin-left: 16px;
}
.features-adv-description ul li{
    margin-bottom: 25px;
}
.machinery-components{
    background-color: #F3F3F3;
	padding: 5% 0 !important;
}
.components-subtitle{
    font-size: 16px;
    color: var(--blue);
    font-weight: 800;
    text-transform: uppercase;
}
.components-title{
    font-size: 30px;
    font-weight: 800;
}
.components-container{
    margin-top: 3rem;
    padding-left: 2%;
    padding-right: 2%;
}
.components .owl-item{
    background-color: #fff;
    min-height:465px!important;
}
.component-content{
    padding: 1rem;
}
.component-content p{
    line-height: 1.2;
    font-size: 0.85em;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.component-title{
    margin-top: 30px;
    margin-bottom: 0.5rem;
    font-size: 20px;
    font-weight: 800;
}
.component-image img{ 
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 250px;
    min-height: 250px;
}
.components .owl-nav{
    display:flex;
    justify-content: center;
    margin-top:40px;
}
.components .owl-nav .owl-prev{
    margin-right: 7.5px;
}
.components .owl-nav .owl-next{
    margin-left: 7.5px;
}
.machinery-processing{
    background-color: var(--blue);
}
.machinery-processing h2{
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color:#fff;
}
.processing-buttons{
    margin:40px 0;
    text-align:center;
}
.processing-buttons .tab-button-processing{
    border: 1px solid var(--sec)!important;
    background-color: rgba(0, 0, 0, 0);
    color: var(--sec);
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border-style: none;
    padding: 0.375rem 1.2rem!important;
    font-size: 1rem!important;
    line-height: 1.5;
    border-radius: 1.2rem;
    text-decoration: none!important;
    cursor: pointer;
    font-family: 'Sora', sans-serif;
    font-weight: 700;
}
.processing-buttons .tab-button-processing:hover{
    background-color: var(--blue);
    color: var(--sec);
    border: 1px solid var(--sec)!important;
}
.processing-buttons .tab-button-processing.active{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    color: var(--blue);
    border-style: none;
    background-color: var(--sec);
    padding: 0.375rem 1.2rem!important;
    font-size: 1rem!important;
    line-height: 1.5;
    border-radius: 1.2rem;
    text-decoration: none!important;
    cursor: pointer;
    border: 1px solid var(--sec);
}
.machinery-processing .owl-stage img{
    width: 100%;
    object-fit: cover;
    margin-bottom: 1rem;
    max-height: 450px;
    margin: 0;
    height: 100%;
    min-height:450px;
}
.machinery-processing .owl-stage iframe{
    max-height: 450px;
    margin: 0;
    height: 100%;
    min-height:450px;
}
.machinery-processing .owl-nav{
    position:absolute;
    top:40%;
    transform: translateY(40%);
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.machinery-processing .owl-nav button{
    display: block;
}
.machinery-processing{
    padding-left: 2%;
    padding-right: 2%;
}
.media-title{
    color:#fff;
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 30px;
}
.software-title{
    text-align:center;
    font-size: 30px;
    font-weight: 800;
}
.machinery-software{
    background-color: #F3F3F3;
}
.software-container-inner{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width:1023px){
    .software-container-inner{
        grid-template-columns: 1fr;
    }
}
.software-content{
    padding: 4rem;
    background-color: #fff;
}
@media screen and (max-width:767px){
    .software-content{
        padding: 15px;
    }
}
.software-intro{
    font-size: 18px;
    color: var(--blue);
    padding-bottom: 1.5rem;
    font-family: 'Noto Sans Bold', sans-serif;
}
.software-inside-title{
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 1.5rem;
    margin-bottom:0;
}
.software-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.software-content .et_pb_button{
    margin-top:1.5rem;
    display: inline-block;
}
.machinery-software .buttons-container{
    max-width:800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    margin-bottom:40px;
	gap: 10px;
}
@media screen and (max-width:768px){
    .machinery-software .buttons-container{
        overflow-x: auto;
        justify-content: flex-start;
    }
    .machinery-software .buttons-container button{
        min-width: 135px;
        margin-right: 15px;
    }
}
.machinery-software .buttons-container button.active,.machinery-software .buttons-container button:hover{
    color: #fff;
    background-color: var(--blue);
    border: 1px solid var(--blue);
}
.machinery-software .buttons-container button{
    background-color: #fff;
    color: var(--blue);
    border: 1px solid #fff;
    transition: .4s;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0.375rem 1.2rem!important;
    line-height: 1.5;
    text-decoration: none!important;
    cursor: pointer;
    border-radius: 50px;
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 14px;
}
.machinery-technical-data .woocommerce-tabs,.machinery-technical-data .et_pb_row{
    max-width:1080px;
    margin-left: auto!important;
    margin-right: auto!important;
}
.machinery-technical-data .et_pb_row{
    padding-bottom:0 !important;
}
.machinery-technical-data .woocommerce-tabs ul{
    display: none;
}
.machinery-technical-data .woocommerce-Tabs-panel--description,
.machinery-technical-data .woocommerce-Tabs-panel--additional_information h2,
.related.products{
    display: none!important;
}
.machinery-technical-data .woocommerce-Tabs-panel--additional_information{
    display: block!important;
}
.woocommerce .machinery-technical-data table.shop_attributes td{
    border:none!important;
    font-style: normal!important;
    padding: 5px 15px;
    font-size: 16px;
}
.machinery-technical-data .woocommerce-Tabs-panel,
.machinery-technical-data .woocommerce-Tabs-panel table,
.machinery-technical-data .woocommerce-Tabs-panel table tbody,
body.woocommerce .woocommerce-tabs{
    border: none !important;
    padding:0 !important;
}
.woocommerce .machinery-technical-data table.shop_attributes tr:nth-child(odd) td{
    background-color: #F3F3F3 !important;
}
.woocommerce .machinery-technical-data table.shop_attributes tr:nth-child(even) td{
    background-color: #fff !important;
}
.machinery-technical-data .woocommerce-product-attributes-item__label{
    max-width: 475px;
}
.machinery-technical-data .woocommerce-product-attributes-item__measure{
    max-width: 150px;
}
.woocommerce-product-attributes-item__value a{
	pointer-events: none !important;
	color: #3f4141 !important;
}
.home-categories-list li{
	margin-top: 15px !important; 
	margin-bottom: 15px !important;
	border-bottom: 1px solid #D8D1CC;
	padding-bottom: 15px !important;
}
.home-categories-list li:last-child{
	border:none !important;
}
.home-categories-list li a{
	display: inline-block;
}
.home-categories-list li:hover a{
	color: #5BFACA !important;
}
.home-categories-list li a:before{
	content: '•';
	color: transparent;
	width: 0px;
	transition: width .75s, color .75s !important;
	display: inline-block;
}
.home-categories-list li:hover a:before{
	width: 15px;
	color: #5BFACA !important;
}
#D-Inside .et_pb_button{
	display: none !important;
}
.machine-form-cta .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),.machine-form-cta .wpcf7 select{
    padding-top: 10px!important;
    padding-right: 15px!important;
    padding-bottom: 10px!important;
    padding-left: 15px!important;
    border-style: solid;
    max-width: 100%;
    width: 100%;
}
.machine-form-cta .wpcf7 input:not([type="submit"]),.machine-form-cta .wpcf7 select{
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    border-width: 1px!important;
    border-color: #F8F9FA!important;
    color: #212121!important;
    background-color: #f5f5f5;
}
.machine-form-cta .wpcf7-form-control:not(.wpcf7-submit) {
    margin-top: 7px!important;
}
.machine-form-cta .wpcf7 label {
    font-family: 'Noto Sans Regular',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    font-size: 0.75em!important;
    color: #F8F9FA!important;
}
.machine-form-cta .wpcf7 textarea {
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    border-width: 1px!important;
    border-color: #F8F9FA!important;
}
.machine-form-cta.dipe-cf7 .wpcf7 form>div{
    margin-bottom: 10px!important;
}
@media screen and (max-width: 768px){
    .machine-form-cta{
        padding: 0 5%;
    }
    .machine-form-cta .tfs-col{
        margin-bottom: 10px!important;
    }
    .machine-form-cta.dipe-cf7 .wpcf7 form>div{
        margin-bottom: 0!important;
    }
}
@media screen and (min-width: 1024px){
    .sector-list{
        display: flex;
        flex-wrap: wrap;
        gap: 2.5%;
    }
    .sector-list a{
        flex: 22.5%;
    }
}
.single-sector{
    margin-top: 40px;
    display: block;
}
.sector-row h2{
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 15px;
}
.single-sector img{
    object-fit: cover;
    height: 100%;
    transition: .4s;
}
.single-sector:hover img{
    transform: scale(1.2)
}
.single-sector{
    min-height: 350px;
    position: relative;
    overflow: hidden;
}
.single-sector-inner{
    height: 100%;
}
.single-sector:after{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.75) 100%);
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    min-height: 350px;
}
.single-sector .sector-name h5{
    color: #fff !important;
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 2;
}
@media screen and (max-width: 768px) {
    .sector-list{
        margin-top: 40px;
    }
    .single-sector{
        margin-bottom: 25px;
    }
    .single-sector img{
        min-height: 350px;
    }
}
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999999;
}
.download-datasheet-popup {
    display: none;
    position: fixed;
    background: var(--blue);
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999999;
    padding: 20px;
}
@media screen and (max-width: 768px){
    .download-datasheet-popup{
        width: 90% !important;
		height: 80vh;
    	overflow: hidden;
    }
	.datasheet-popup-container{
		height: 100%;
    	overflow-y: auto;
	}
}
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.datasheet-bubble-container{
	position: fixed;
    right: 20px;
    bottom: 20%;
	display: flex;
	align-items: center;
	cursor: pointer;
	z-index: 9999;
}
.datasheet-bubble{
    width: 50px;
    height: 50px;
    background-color: var(--sec)!important;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.datasheet-bubble::before{
    display: block;
    width: 25px;
    height: 25px;
    content: ' ';
    background-image: url(/wp-content/themes/indaweb-child/assets/download-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.datasheet-popup-container h3{
    color: #fff;
    text-align: center;
    margin: 20px 0;
}
span.close-button{
    width: 25px;
    height: 25px;
    background-color: var(--sec);
    color: var(--blue);
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.datasheet-cta{
	transition: width 0.6s;
	font-size: 1rem!important;
	color: var(--blue);
	background-color: var(--sec);
	height: 50px;
    align-items: center;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
	display: flex;
	align-items: center;
	white-space: nowrap;
	font-family: 'Sora', Arial, sans-serif;
    font-weight: 800;
	opacity: 1;
	margin-left: -1px;
	padding-right: 15px;
}