@font-face {
  font-family: "Helvetica-Neue";
  src: url(./fonts/helveticaneue.ttf);
    font-weight:normal
}
@font-face {
  font-family: "Helvetica-Neue";
  src: url(./fonts/helveticaneue-medium.ttf);
    font-weight:600
}
@font-face {
  font-family: "Helvetica-Neue";
  src: url(./fonts/helveticaneue-bold.ttf);
    font-weight:bold
}

html{  scroll-behavior: smooth;} 
html, body, *{margin: 0; padding: 0; font-family: "Helvetica-Neue", helvetica, sans-serif; }
body{font-size: 16px; color: #000}
a{color: #000; text-decoration: none}
.container{max-width: 1400px; padding: 0 20px; margin: auto;   display: flex; gap: 0 50px; column-gap: 50px; width: CALC(100% - 40px)}
.full-container{padding: 10px 40px; }
.menu-cont{width: 200px;}
.section{margin-bottom: 50px; position: relative; }

.bg-yellow{background: #FFD500; }
.bg-green{background: #148D67; color:#fff}
.txt-yellow{color: #FFD500; font-weight: bold}
.btn{border: 2px solid #FFD500; border-radius: 20px; padding: 4px 20px}
.btn-interflex{color: #fff;}
.btn-interflex:hover{background: #FFD500; color: #fff;}
.btn-download{background: #FFD500;}
.btn-download:hover{background: #000; color: #FFD500; }

iframe{height: 100%; width: 100%}

h1, h2, h3, p{margin-bottom: 20px}
p{line-height: 1.4em}
h1, h2, h3{line-height: 1.2em}
h1,
h2{font-size: 27px; margin-bottom: 30px; }
.section1 h2,
h3{font-size: 20px;}
h1 span,
h2 span,
h3 span{font-weight: normal}
h3{font-weight: 600}
.section1 h3{margin-bottom: 0}

img{  object-fit: contain;}
.no-margin{margin: 0}
.no-padding{padding: 0}


/*WIDTH*/
.w-20{width: 20%}
.w-30{width: 30%}
.w-40{width: 40%}
.w-50{width: 50%}
.w-60{width: 60%}
.w-70{width: 70%}
.w-80{width: 80%}
.w-90{width: 90%}



/*STYLE*/
#menu{cursor: pointer;
    width: 30px;
    margin-bottom: 5px;}
#menu:hover{opacity: 0.7}
header .full-container.menu-container{display: none}
.menu-container ul{list-style: none; display: flex; width: 100%; justify-content: space-around; padding: 20px; gap: 10px; flex-direction: column; padding: 0 0 20px 0}

nav{width: 100%;}
.menu-container a{color: #fff; }
header{  width: 100%;
  position: fixed;
    z-index: 9999; 
    
  }
header.sticky .header-t,
header.sticky nav{background: #000;}


header .full-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#logo{margin-left: 20px}
.video{height: 80vh; width: 100%}
.box{border: 2px solid #FFD500; width: 100%;}
.box p{margin: 0; padding: 10px; text-align: center; color: #000}
.direct-column{flex-direction: column}
.just-spbt{  justify-content: space-between;}
.jst-end{  align-items: flex-end;}
.al-cnt{align-items: center}

video{
    height: 100%;
  width: 100%;
  background: #000; object-fit: cover}
.section1{
    /*background: url(./img/polyamide-cable-protection.jpg) no-repeat;*/
    background: url(./img/cable.png) no-repeat;
    background: url(./img/cable.png) no-repeat;
    background-size: auto;
    background-size: 50% auto;
    background-position: right bottom;
    padding-top: 50px; 
    margin-bottom: 30px; 
}
.section1 > .container{
    min-height: 40vh; 
      align-items: center;
}
.logo-b{border-bottom: 2px solid #FFD500;   padding-bottom: 10px;  padding-right: 35px;margin-bottom: 20px}
.logo-b img{width: 100%;}
.cable{display: none}


.section2{display: flex; }
.section2 > .box{  text-align: center;
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
transition: 0.3s all}
.section2 > .box:hover{border-color: #000; background: #fff}
.section2 > .box:hover p{background: black; color: #FFD500}
.section2 img{
  padding: 40px;
  width: 190px;
  height: 110px;
  margin: auto;

}

.section3{
    background: url(./img/banner-ecoline-range.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0;
    color: #fff;
    margin-bottom: 0
}
.section3 img{margin-right: 0px}
.section3 .container{  align-items: center; }

.section4, .section9{padding: 40px 0}
.section4 h2,
.section9 h2{margin-bottom: 5px}

.img-sect4 img,
.img-sect9 img{padding-top: 10px;}
hr{
border: 2px solid #fff;

  width: 300px;
}

.section6,.section11{text-align: center}

.section8 iframe,
.section13 iframe{height: 350px; margin-bottom: -4px}

/*.section9 h2{border-bottom: 2px solid #fff; padding-bottom: 5px}*/
.section10{margin-bottom: 0}
.section12{max-width: 800px}
.section13{margin-bottom: 70px}
.section13 .box{
    width: CALC(50% - 30px);
    margin: auto;}

.section14{padding: 80px 0; margin-bottom: 0}
.img-catalogo{  height: 300px;
  margin-top: -130px;}

.section15{background: url(./img/bg-form.jpg) no-repeat center; background-size: cover; padding: 30px 0; color: #fff; margin-bottom: 0}
.section15 .w-40 h2{margin-bottom: 0}
form{  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
    margin-bottom: 0}


input,
textarea{
  border-radius: 50px;
  padding: 10px;
  background: #fff6;
  color: #fff;
  border: 0;
    width: 100%;
}
textarea{border-radius: 20px; height: 100px}
form .w-50{  width: CALC(50% - 30px);}
form .btn{width: auto; margin-left: auto; margin-right: 0; color: #000;   padding: 10px 20px; }

footer{background: #000; color: #fff; padding: 30px 0 20px}
footer a{color: #fff; }
footer p{margin-bottom: 0}
.ancla{  
      margin-top: -80px;
  opacity: 0;
  z-index: -99999;
  visibility: hidden;
    position: absolute;
    width:  10px
}

 ::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}

::placeholder{
  color: #fff;
}
.mail-ok{color: #fff}
.mail-ko{color: red}
.check{margin-bottom: 0;   font-size: 13px;
  width: 100%;}
.check input{width: 20px;}
.check label a{color: #fff; text-decoration: underline}
.txt-legales{font-size: 13px; margin-top: 20px}

@media(max-width: 1500px){
    .full-container{padding: 0 20px}
    .menu-container ul{padding: 0 0 20px 0 }
}
@media(max-width: 1200px){
    .w-30{width: 40%}
    .w-40{width: 50%}
    .section7 img{width: auto; max-width: auto}
    .section8 iframe,
    .section13 iframe{height: 300px}
    
    
    footer img{max-width: 300px}
}
@media(max-width: 1000px){
    .container{  column-gap: 30px;  gap: 0 30px;}
    .section2 > .box{  width: CALC(33% - 22px);}
    .section2 img{  padding: 30px 20px;
        width: CALC(100% - 40px);}
    .w-70,
    .w-30{width: 50%}   
    
    .menu-container ul{  gap: 10px; padding: 10px 0px 20px; flex-direction: column}
    
    section7{overflow: hidden}
}
@media(max-width: 769px){
    html,
    body{    
        overflow-x: hidden;
    }
    
    .video{height: 50vh}
    .header-l{width: 70%}
    .header-r{width: 30%; text-align: right}
    header .full-container{  width: CALC(100% - 40px);}
    .section1{
        background: none;
    }
    .section1 > .container{min-height: 0}
     .cable {
        display: block;
        margin-left: auto;
        max-width: 350px;
    }
    
    .w-20,
    .w-30,
    .w-40,
    .w-50,
    .w-60,
    .w-70,
    .w-80,
    .w-90,
    div{width: 100%}
    .container{flex-direction: column;
    column-gap: 0px;
    gap: 20px;
    }
    div p:last-child{margin-bottom: 0}
    
    .logo-b{  max-width: 90%; padding: 0}
    br{display: none}
 
    .section2 > .box{  width: 100%;}
    .section7{  
        }
    
    .section10{margin-bottom: 20px}
    .section12 img{max-width: 220px; margin-left: 0}
    .section12{flex-direction: row}
    
    .section14 > .container{  flex-direction: column-reverse;}
    .cat-img{text-align: right}
    .img-catalogo{    max-width: 300px;
    margin-bottom: -50px;
    margin-top: -140px;}
    h1, h2{margin-bottom: 20px}
    
    .section13 .box{width: 100%}
}
@media(max-width: 560px){
    body{font-size: 15px}
    img{max-width: CALC(100% - 40px)}
    .section{margin-bottom: 30px}
    .section3,
    .section14,
    .section15{margin-bottom: 0}
    
    .section3{padding: 30px 0 50px}
    .section3 img{max-width: 100px}
    h1, h2{font-size: 25px; margin-bottom: 10px}
    h1, h2, h3{line-height: 1.1em}
    .section1 h2, h3{font-size: 19px}
    .section4, .section9 {
        padding: 30px 0 10px;
    }
  .section8 iframe {
    height: 230px;
  }
    .section12{flex-wrap: wrap}
    .section13 iframe {
    height: 250px;
  }
    footer .container{width: 100%}
    .header-l{width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
  padding-bottom: 10px;}
    .header-r{  
        text-align: right;
        width: 100%;
        margin-top: 10px;
      justify-content: space-between;}
    .header-t{flex-direction: column-reverse;}
    #logo{  max-width: 170px; margin-left: auto}
    header.sticky .header-r{display: none}
    
    .img-catalogo{max-width: 200px; margin-bottom: -100px}
    
    
    .section14 h2{margin-bottom: 20px}
    .section15 .w-40 h2{margin-bottom: 10px}   
    
}
.header-r{  display: flex;  gap: 20px;}
.lang{display: flex; column-gap: 10px;   align-items: center;list-style: none}
.lang li:first-child::after{content: "•"; color: #fff;   top: 1px; padding-left: 10px}
.lang a{color: #fff}
.current{text-decoration: underline}