Descripción
.bloque { margin-top: 5%; margin-bottom: 5%; } .textotitulo1 { letter-spacing: -2px; font-weight: 600; text-align: center; line-height: 1.8; font-family: ‘Poppins’, sans-serif; color: black; font-size: 45px; color: black; } .textotitulo2 { font-size: 35px; text-align: center; line-height: 1.7; font-family: ‘Poppins’, sans-serif; letter-spacing: -2px; font-weight: 550; color: black; } .textoParrafo { font-weight: 400; font-size: 18px; text-align: center; font-family: ‘Poppins’, sans-serif; color: black; } /*banner central*/ .textocent { padding-top: 2%; padding-right: 10%; padding-left: 10%; text-align: center; } .textocent>h4 { font-size: 45px; letter-spacing: -2px; font-weight: 600; line-height: 150%; color: black; font-family: ‘Poppins’, sans-serif; } .textocent>h5 { font-size: 35px; letter-spacing: -2px; font-weight: 550; line-height: 150%; color: black; font-family: ‘Poppins’, sans-serif; } .textocent>p { font-size: 18px; font-weight: 400; letter-spacing: -0.5px; color: black; font-family: ‘Poppins’, sans-serif; } /*banner derecha*/ .textoizq { padding-right: 15%; margin-top: 5%; } .textoizq>h4 { font-family: ‘Poppins’, sans-serif; color: black; text-align: left; font-size: 45px; letter-spacing: -2px; font-weight: 600; line-height: 150%; } .textoizq>h5 { font-family: ‘Poppins’, sans-serif; color: black; text-align: left; font-size: 35px; letter-spacing: -2px; font-weight: 550; line-height: 150%; } .textoizq>p { font-family: ‘Poppins’, sans-serif; color: black; text-align: left; font-size: 18px; font-weight: 400; letter-spacing: -0.5px; } .imgder { padding-left: 30%; } /*banner izquierda*/ .textoder { padding-left: 15%; margin-top: 5%; } .textoder>h4 { font-family: ‘Poppins’, sans-serif; color: black; text-align: right; font-size: 45px; letter-spacing: -2px; font-weight: 600; line-height: 150%; } .textoder>h5 { font-family: ‘Poppins’, sans-serif; color: black; text-align: right; font-size: 35px; letter-spacing: -2px; font-weight: 550; line-height: 150%; } .textoder>p { font-family: ‘Poppins’, sans-serif; color: black; text-align: right; font-size: 18px; font-weight: 400; letter-spacing: -0.5px; } .imgizq { padding-right: 30%; } .ancho { width: 100%; margin-top: 3%; } .anchoB { width: 100%; border-radius: 30px; } .borde { border-radius: 30px; } /*texto pop UP*/ .textopopup .textopopup { padding-right: 10%; padding-left: 10%; } .textopopup>h4 { font-family: ‘Poppins’, sans-serif; color: black; text-align: center; font-size: 20px; letter-spacing: -2px; font-weight: 600; line-height: 150%; } .textopopup>h5 { font-family: ‘Poppins’, sans-serif; color: black; text-align: center; font-size: 15px; letter-spacing: -2px; font-weight: 550; line-height: 150%; } .textopopup>p { font-family: ‘Poppins’, sans-serif; color: black; text-align: left; font-size: 12px; font-weight: 400; } /*efectos imagenes banners*/ .agrandar { width: 100%; } .agrandar img { max-width: 100%; padding-top: 2%; transition: transform 2s; } .agrandar img:hover { transform: scale(1.1); } .agrandarpeque img { max-width: 50%; transition: transform 2s; } .agrandarpeque img:hover { transform: scale(1.1); } .agrandarlateral { max-width: 100%; padding: 2%; transition: transform 2s; } .agrandarlateral:hover { transform: scale(1.1); } /*desplegable*/ .desplegable { text-align: center; border-radius: 30px; border: 2px solid black; } .desplegable:hover { border: 2px solid DeepSkyBlue; border-radius: 30px; background: white; } .txtdes>p { padding: 40px; color: black; font-family: ‘Poppins’, sans-serif; letter-spacing: -0.5px; font-weight: 650; font-weight: 400; font-size: 18px; } .titdes { text-align: center; color: white; font-family: ‘Poppins’, sans-serif; border-radius: 30px; border-bottom: none; padding: 2%; background: black; } .botondes { color: white; font-family: ‘Poppins’, sans-serif; letter-spacing: -1px; font-weight: 650; font-weight: 400; font-size: 18px; } .botondes:hover { color: DeepSkyBlue; text-decoration-line: none; } .titdesplega { text-align: center; color: black; font-family: ‘Poppins’, sans-serif; border-radius: 30px; border-bottom: none; padding: 2%; background: white; } .botondesplega { color: black; font-family: ‘Poppins’, sans-serif; letter-spacing: -1px; font-weight: 650; font-weight: 400; font-size: 18px; } .botondesplega:hover { color: DeepSkyBlue; text-decoration-line: none; } /*botones*/ .boton { font-weight: 500; background-color: white; border: solid 2px black; border-radius: 28px; text-transform: uppercase; color: black; font-size: 20px; font-family: ‘Poppins’, sans-serif; padding: 10px; margin: 10px; } .boton:hover { background-color: black; color: white!important; } .botonregistra { font-weight: 600; background-color: white; border: solid 4px black; border-radius: 40px; text-transform: uppercase; color: black; font-size: 25px; font-family: ‘Poppins’, sans-serif; padding: 2%; } .botonregistra:hover { background-color: black; color: white!important; } div.union-fotos:hover>div.col-xs-6>img.visibilidad { filter: opacity(1)!important; transition: filter 5s; } img.visibilidad { filter: opacity(0)!important; transition: filter 3s; } div.union-fotos:hover>div.col-xs-6>img.agrandar { transform: scale(1.1); } div.rowCuadrado:hover>div.col-xs-7>p.cuadradoText { color: black; transition: color 5s; } .cuadradoText { color: white; transition: color 3s; } div.rowCuadrado:hover>div.col-xs-5>img.agrandar { transform: scale(1.1); } .botondes { color: white; font-family: ‘Poppins’, sans-serif; letter-spacing: -1px; font-weight: 650; font-weight: 400; font-size: 18px; } .botondes:hover { color: DeepSkyBlue; text-decoration-line: none; } /*características principales*/ .caractxt { background-color: #f4f3f2; align-content: center; text-transform: uppercase; color: black; font-family: ‘Poppins’, sans-serif; font-weight: 17px; text-align: center; padding-top: 20px; } .caractxt span { text-transform: capitalize; font-weight: 500; } .caracprinc { background-color: #f4f3f2; border-radius: 30px; display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 30px; position: relative; } /*efecto características principales*/ .caracefec { width: 100%; border-radius: 30px; transition: 2s; margin-bottom: 5%; } .caracefec:hover { margin-bottom: 0%; transform: scale(1.1); } /*parallax*/ .parallax1 { /* Imagen */ background-image: url(«https://infiniton.es/themes/ap_quapa/assets/img/modules/appagebuilder/images/Montaje-FGC-78XA.jpg»); /* Alto*/ min-height: 500px; /* Efecto de parallax */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: contain; } .parallax2 { background-image: url(«https://infiniton.es/themes/ap_quapa/assets/img/modules/appagebuilder/images/Campana%20de%20isla%20CMPY-IS95T.jpg»); min-height: 500px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: contain; } .parallax3 { background-image: url(«https://infiniton.es/themes/ap_quapa/assets/img/modules/appagebuilder/images/banner%20vitro%20tempe.jpg»); min-height: 500px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: contain; } /*para movil*/ @media (max-width:450px) { .textocent>h4, .textoizq>h4, .textoder>h4 { font-size: 24px; } .textocent>h5, .textoizq>h5, .textoder>h5 { font-size: 20px; } .imgizq, .imgder { padding-left: 0px; padding-right: 0px; } .botonregistra { font-size: 15px; } }
Acabado especial INOX
combinado con los hornos Infiniton
Disfruta del combinado de acero inoxidable tanto en tu horno Infiniton con en tu placa, teniendo los dos el mismo acabado darán un toque de elegancia y distinción a tu cocina.
Acabado en acero inoxidable
Metal antihuellas
Nuestros hornos incorporan también acabados en inox. Este acabado viene compuesto por material antihuellas, siendo un alivio, no estar constantemente limpiando.
Control mecánico
Fácil de usar
Con su control mecánico, te será muy fácil programar sus funciones y sus tiempos para tener un uso adecuado de tu horno. Cocina en tiempo record para que dediques ese tiempo a lo que te gusta.
Multifunción
Todo tipo de cocinados
Debido a sus múltiples funciones podrás disfrutar de diferentes cocinados, como para simplemente hacerte una deliciosa pizza o para hacer un bizcocho, cada uno mediante su función específica. Incluso, puedes usar la función eco, teniendo el gasto mínimo de luz. En Infiniton, siempre pensamos en ti y sobre todo en tu bolsillo.
Tirador Look Inox
Diseño y funcionalidad
Tu horno lucirá con tu toque de elegancia y sotisficación con el tirador con acabado de acero inoxidable, ofreciendo así, aún más calidad en su acabado.
Tú cocinas, nuestro horno hace el resto, incluida la limpieza en profundidad.
Así de sencillo, la tecnología está al alcance de todos nosotros, para mejorar nuestra calidad de vida. En Infiniton tratamos de que tu vida sea más sencilla.
Doble acristalamiento
Máxima protección
Este modelo cuenta con hasta 2 capas de cristal para poder llegar hasta temperaturas muy elevadas, sin deterioro o sin peligro de quemarte al tocar la puerta por el exterior. Lo que hace que sea más seguro y tenga más resistencia.