.seccion-video{
    width: 100%;
    height: 780px;
    background-color: #000000;
    float: left;
    overflow: hidden;
    position: relative;
}

.seccion-video video{
    position: absolute;
    top: 50%; left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    opacity: 1;
}







.seccion-uno{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    padding: 20px;
}

.contenedor-general-uno{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-info-uno{
    width: 35%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 160px;
    padding-bottom: 160px;
    padding-right: 140px;
    padding-left: 120px;
}

.contenedor-info-uno h1{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family:'Weissenhof', "sans-serif";
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    margin-bottom: 20px;
}

.contenedor-info-uno p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family:'Weissenhof', "sans-serif";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}

.contenedor-info-uno a{
    width: 200px;
    height: auto;
    background-color: transparent;
    float: left;
    text-align: left;
    font-family:'Weissenhof Medium', "sans-serif";
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    border: solid 1px #000000;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 20px;
    text-decoration: none;
}

.contenedor-info-uno a:hover{
    background-color: rgba(242, 242, 242, 1);
}

.contenedor-img-uno{
    width: 65%;
    height: auto;
    background-color: #000000;
    float: left;
    background: url('../assets/Linn_150-Black_SDSM-Classic_Wide_WebRes.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}








.seccion-dos{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
}

.contenedor-botones-nav-carrusel-productos{
    width: 100%;
    height: 50px;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.contenedor-botones-nav-carrusel-productos button{
    width: 50px;
    height: 50px;
    float: left;
    background-color: #FFFFFF;
    border-radius: 50px;
    appearance: none;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
}

.contenedor-botones-nav-carrusel-productos button img{
    width: 30px;
    height: 30px;
    float: left;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.contenedor-carrusel-productos{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    overflow: hidden;
}

.carrrusel-productos{
    width: 166%;
    height: auto;
    background-color: #F2F2F2;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
}

.carrrusel-productos a{
    width: 33.33%;
    height: auto;
    background-color: #F2F2F2;
    float: left;
    border-left: solid 1px #A7A7A7;
    padding-top: 40px;
    padding-bottom: 40px;
    text-decoration: none;
}

.carrrusel-productos a figure{
    width: 100%;
    height: 200px;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    position: relative;
}

.carrrusel-productos a figure img{
    width: 200px;
    height: auto;
    background-color: transparent;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.carrrusel-productos p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family:'Weissenhof Medium', "sans-serif";
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-top: 20px;
    text-align: center;
}








.seccion-tres{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding: 20px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.contenedor-botones-nav-carrusel-noticias{
    width: 100%;
    height: 50px;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: auto;
    margin-bottom: auto;
}

.contenedor-botones-nav-carrusel-noticias button{
    width: 50px;
    height: 50px;
    float: left;
    background-color: #FFFFFF;
    border-radius: 50px;
    appearance: none;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
}

.contenedor-botones-nav-carrusel-noticias button img{
    width: 30px;
    height: 30px;
    float: left;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.contenedor-carrusel-noticias{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    overflow: hidden;
}

.carrusel-noticias{
    width: 200%;
    height: auto;
    background-color: #F2F2F2;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.noticia{
    width: 33.33%;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
}

.img-info-noticia{
    width: 100%;
    height: auto;
    background-color: #F2F2F2;
    float: left;
}

.img-info-noticia figure{
    width: 100%;
    height: 350px;
    background-color: #000000;
    float: left;
    overflow: hidden;
}

.img-info-noticia figure img{
    width: 100%;
    height: 100%;
    background-color: transparent;
    float: left;
    object-fit: cover;
    object-position: center;
}

.info-noticia{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding: 40px;
}

.info-noticia span{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family:'Weissenhof', "sans-serif";
    font-size: 16px;
    font-weight: 400;
    color: #FF3131;
    margin-bottom: 5px;
}

.info-noticia h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family:'Weissenhof Medium', "sans-serif";
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}

.info-noticia p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family:'Weissenhof', "sans-serif";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.info-noticia a{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
    text-decoration: none;
}

.info-noticia a span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family:'Weissenhof', "sans-serif";
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-right: 10px;
}

.info-noticia a img{
    width: 16px;
    height: 16px;
    background-color: transparent;
    float: left;
}








.seccion-cuatro{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.contenedor-general-cuatro{
    width: 100%;
    height: auto;
    background-color: #E8E9E8;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-img-cuatro{
    width: 50%;
    height: auto;
    background-color: transparent;
    float: left;
    background: url('../assets/LP12-50-Reuse-Mod_2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-info-cuatro{
    width: 50%;
    height: auto;
    background-color: transparent;
    float: left;
    padding: 200px;
    padding-left: 140px;
    padding-right: 120px;
}

.contenedor-info-cuatro h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    text-align: left;
    font-family:'Encorpada', "sans-serif";
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    color: #000000;
    margin-bottom: 15px;
}

.contenedor-info-cuatro p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    text-align: left;
    font-family:'Weissenhof', "sans-serif";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    margin-bottom: 30px;
}

.contenedor-precio-btn-cuatro{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
}

.contenedor-precio-btn-cuatro p{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family:'Weissenhof', "sans-serif";
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-right: 30px;
    margin-top: 9px;
}

.contenedor-precio-btn-cuatro a{
    width: 200px;
    height: 41px;
    background-color: transparent;
    float: left;
    text-align: left;
    font-family:'Weissenhof Medium', "sans-serif";
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    border: solid 1px #000000;
    padding-top: 10px;
    padding-bottom: 0px;
    text-decoration: none;
}

.contenedor-precio-btn-cuatro a:hover{
    background-color: rgba(242, 242, 242, 1);
}







.seccion-cinco{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top:20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.contenedor-general-cinco{
    width: 100%;
    height: auto;
    background-color: #C0C0C0;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-info-cinco{
    width: 50%;
    height: auto;
    background-color: transparent;
    float: left;
    padding: 250px;
    padding-left: 120px;
    padding-right: 140px;
}


.contenedor-info-cinco span{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    text-align: left;
    font-family:'Weissenhof Medium', "sans-serif";
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
}

.contenedor-info-cinco h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    text-align: left;
    font-family:'Encorpada', "sans-serif";
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    color: #000000;
    margin-bottom: 15px;
}

.contenedor-info-cinco p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    text-align: left;
    font-family:'Weissenhof', "sans-serif";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    margin-bottom: 30px;
}

.contenedor-info-cinco a{
    width: 200px;
    height: auto;
    background-color: transparent;
    float: left;
    text-align: left;
    font-family:'Weissenhof Medium', "sans-serif";
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    border: solid 1px #000000;
    padding-top: 10px;
    padding-bottom: 15px;
    text-decoration: none;
}

.contenedor-info-cinco a:hover{
    background-color: rgb(167, 167, 167);
}

.contenedor-img-cinco{
    width: 50%;
    height: auto;
    background-color: transparent;
    float: left;
    background: url('../assets/360_Clyde-Built_Black_3Q_WR.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}






.seccion-seis{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.contenedor-general-seis{
    width: 100%;
    height: auto;
    background-color: #000000;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-img-seis{
    width: 50%;
    height: auto;
    background-color: transparent;
    float: left;
    background: url('../assets/Klimax_DSM_2021_Silver_Front-Perspective_Shadow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-info-seis{
    width: 50%;
    height: auto;
    background-color: #000000;
    float: left;
    padding: 140px;
    padding-left: 140px;
    padding-right: 120px;
}

.contenedor-info-seis span{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    text-align: left;
    font-family:'Weissenhof Medium', "sans-serif";
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.contenedor-info-seis h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    text-align: left;
    font-family:'Encorpada', "sans-serif";
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.contenedor-info-seis p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    text-align: left;
    font-family:'Weissenhof', "sans-serif";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.contenedor-info-seis a{
    width: 200px;
    height: auto;
    background-color: transparent;
    float: left;
    text-align: left;
    font-family:'Weissenhof Medium', "sans-serif";
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    border: solid 1px #FFFFFF;
    padding-top: 10px;
    padding-bottom: 15px;
    text-decoration: none;
}

.contenedor-info-seis a:hover{
    background-color: #000000;
}





.seccion-siete{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contenedor-general-siete{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}

.contenedor-siete-abajo{
    padding-top: 20px;
}

.contenedor-info-siete{
    width: 35%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 160px;
    padding-bottom: 160px;
}

.info-siete-d{
    padding-right: 120px;
    padding-left: 140px;
}

.info-siete-i{
    padding-left: 120px;
    padding-right: 140px;
}

.contenedor-info-siete h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family:'Weissenhof', "sans-serif";
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
}

.contenedor-info-siete p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family:'Weissenhof', "sans-serif";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    margin-top: 20px;
}

.contenedor-info-siete a{
    width: 200px;
    height: auto;
    background-color: transparent;
    float: left;
    text-align: left;
    font-family:'Weissenhof Medium', "sans-serif";
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    border: solid 1px #000000;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 20px;
    text-decoration: none;
}

.contenedor-info-siete a:hover{
    background-color: rgba(242, 242, 242, 1);
}

.contenedor-img-siete{
    width: 65%;
    height: auto;
    background-color: #000000;
    float: left;
}

.contenedor-img-siete-1{
    background: url('../assets/Selekt-DSM_LP12_Wide.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contenedor-img-siete-2{
    background: url('../assets/Linn360_Linn-Heritage_KDSM-Silver_Wide_WebRes.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}







.seccion-ocho{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.contenedor-general-ocho{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-titulos-ocho{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 80px;
    padding-bottom: 80px;
}

.contenedor-titulos-ocho h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    text-align: left;
    font-family:'Encorpada', "sans-serif";
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
}

.contenedor-titulos-ocho p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family:'Weissenhof', "sans-serif";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    text-align: center;
}

.contenedor-puntos-clave{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.punto-clave{
    width: 49%;
    height: auto;
    background-color: #F2F2F2;
    float: left;
}

.img-punto-clave{
    width: 100%;
    height: 280px;
    background-color: #000000;
    float: left;
}

.img-punto-clave-1{
    background: url("../assets/halfwidth-spaceop.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-punto-clave-2{
    background: url("../assets/halfwidth-exakt-text.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.info-punto-clave{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding: 70px;
    padding-left: 120px;
    padding-right: 120px;
}

.info-punto-clave h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family:'Weissenhof', "sans-serif";
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    margin-bottom: 20px;
}

.info-punto-clave p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family:'Weissenhof', "sans-serif";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    text-align: left;
}

.info-punto-clave a{
    width: 200px;
    height: auto;
    background-color: transparent;
    float: left;
    text-align: left;
    font-family:'Weissenhof Medium', "sans-serif";
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    border: solid 1px #000000;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 20px;
    text-decoration: none;
}

.info-punto-clave a:hover{
    background-color: rgba(167, 167, 167, .2);
}