Instal lacions Galvez

Loading

Calderas con instalación incluida

Encuentra la caldera perfecta para tu hogar

Trabajamos con primeras marcas y te mostramos el precio final con instalación básica incluida. Elige tu caldera y nosotros nos encargamos del resto.

/* ========================= HERO CALDERAS ========================= */ .ig-hero-calderas { position: relative; width: 100%; max-width: none; min-height: 640px; margin: 0; padding: 0; display: flex; align-items: center; background-image: url('http://instalacionsgalvez.com/wp-content/uploads/2026/09/ChatGPT-Image-15-sept-2026-14_30_06.png'); background-size: cover; background-position: center 22%; background-repeat: no-repeat; overflow: hidden; box-sizing: border-box; } /* CAPA OSCURA */ .ig-hero-overlay { position: absolute; inset: 0; z-index: 1; background: rgba(0,0,0,0.50); } /* CONTENEDOR CENTRAL */ .ig-hero-inner { position: relative; z-index: 2; width: 100%; max-width: 1320px; margin: 0 auto; padding: 0 60px; box-sizing: border-box; } /* BLOQUE DE TEXTO */ .ig-hero-content { width: 100%; max-width: 650px; margin: 0; padding: 80px 0; box-sizing: border-box; text-align: left; color: #ffffff; } /* TEXTO VERDE */ .ig-hero-kicker { margin: 0 0 24px; font-size: 21px; line-height: 1.25; font-weight: 700; color: #8bcf27; } /* TITULO */ .ig-hero-calderas h1 { margin: 0; max-width: 650px; font-size: 60px; line-height: 1.08; font-weight: 700; letter-spacing: -1.4px; color: #ffffff; } /* LINEA */ .ig-hero-divider { position: relative; width: 100%; max-width: 650px; height: 1px; margin: 30px 0 24px; background: rgba(255,255,255,0.28); } .ig-hero-divider span { position: absolute; top: 0; left: 0; width: 140px; height: 2px; background: #8bcf27; } /* DESCRIPCION */ .ig-hero-description { max-width: 650px; margin: 0 0 30px; font-size: 18px; line-height: 1.55; color: #ffffff; } /* BOTONES */ .ig-hero-buttons { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; } .ig-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 215px; padding: 16px 24px; box-sizing: border-box; font-size: 16px; line-height: 1; font-weight: 700; text-decoration: none; transition: all .25s ease; } .ig-btn-primary { background: #8bcf27; border: 2px solid #8bcf27; color: #ffffff; } .ig-btn-primary:hover { background: #74b51c; border-color: #74b51c; color: #ffffff; } .ig-btn-secondary { background: transparent; border: 2px solid rgba(255,255,255,.85); color: #ffffff; } .ig-btn-secondary:hover { background: #ffffff; color: #222222; } /* ========================= TABLET ========================= */ @media (max-width: 1024px) { .ig-hero-calderas { min-height: 580px; background-position: 68% 20%; } .ig-hero-inner { padding: 0 32px; } .ig-hero-content { max-width: 560px; padding: 70px 0; } .ig-hero-calderas h1 { max-width: 560px; font-size: 50px; } } /* ========================= MOVIL ========================= */ @media (max-width: 767px) { .ig-hero-calderas { min-height: 560px; background-position: 72% 18%; } .ig-hero-overlay { background: rgba(0,0,0,.60); } .ig-hero-inner { padding: 0 22px; } .ig-hero-content { max-width: 100%; padding: 55px 0; } .ig-hero-kicker { margin-bottom: 18px; font-size: 17px; } .ig-hero-calderas h1 { max-width: 100%; font-size: 39px; line-height: 1.10; letter-spacing: -.7px; } .ig-hero-divider { margin: 24px 0 20px; } .ig-hero-divider span { width: 110px; } .ig-hero-description { max-width: 100%; font-size: 16px; line-height: 1.5; } .ig-hero-buttons { gap: 12px; } .ig-btn { width: 100%; min-width: 0; } } (function () { const hero = document.querySelector('.ig-hero-calderas'); if (!hero) return; let parent = hero.parentElement; while (parent && parent !== document.body) { parent.style.setProperty('max-width', 'none', 'important'); parent.style.setProperty('width', '100%', 'important'); parent.style.setProperty('flex-basis', '100%', 'important'); parent.style.setProperty('margin-left', '0', 'important'); parent.style.setProperty('margin-right', '0', 'important'); parent.style.setProperty('margin-top', '0', 'important'); parent.style.setProperty('padding-left', '0', 'important'); parent.style.setProperty('padding-right', '0', 'important'); parent.style.setProperty('padding-top', '0', 'important'); parent.style.setProperty('overflow', 'visible', 'important'); parent.style.setProperty('--container-max-width', '100%', 'important'); parent.style.setProperty('--content-width', '100%', 'important'); parent.style.setProperty('--width', '100%', 'important'); parent = parent.parentElement; } })();
Ferroli
Ariston
Baxi
Domusa
Ferroli
Ariston
Baxi
Domusa
/* CONTENEDOR GENERAL */ .galvez-marcas { width: 100%; overflow: hidden; background: #ffffff; padding: 55px 0; position: relative; } /* CARRIL QUE SE DESPLAZA */ .galvez-marcas-track { display: flex; align-items: center; width: max-content; animation: galvezScroll 22s linear infinite; will-change: transform; } /* CADA GRUPO DE LOGOS */ .galvez-marcas-grupo { display: flex; align-items: center; min-width: 100vw; flex-shrink: 0; } /* ESPACIO RESERVADO PARA CADA MARCA */ .galvez-marca { width: 25%; min-width: 320px; height: 100px; display: flex; align-items: center; justify-content: center; padding: 15px 45px; box-sizing: border-box; } /* LOGOS */ .galvez-marca img { display: block; width: auto; max-width: 210px; height: auto; max-height: 70px; object-fit: contain; filter: none !important; -webkit-filter: none !important; opacity: 1 !important; transition: transform 0.3s ease; } /* EFECTO HOVER */ .galvez-marca img:hover { transform: scale(1.08); } /* MOVIMIENTO INFINITO */ @keyframes galvezScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } } /* TABLET */ @media (max-width: 1024px) { .galvez-marcas { padding: 45px 0; } .galvez-marca { min-width: 240px; padding: 15px 30px; } .galvez-marca img { max-width: 175px; max-height: 65px; } } /* MÓVIL */ @media (max-width: 767px) { .galvez-marcas { padding: 35px 0; } .galvez-marcas-grupo { min-width: auto; } .galvez-marca { width: 190px; min-width: 190px; height: 80px; padding: 10px 25px; } .galvez-marca img { max-width: 145px; max-height: 55px; } .galvez-marcas-track { animation-duration: 16s; } }
CALDERAS DE GASOIL

Calderas de Gasoil Ferroli

Nord
Ferroli Silent D ECO 30

SILENT D ECO 30 UNIT

25 kW

Caldera de gasóleo no condensación en cuerpo de acero digital solo calefacción

PRECIO INSTALADO *
XXX €
Financiación disponible Desde XX €/mes
Solicitar presupuesto
*INCLUYE: APARATO · INSTALACIÓN BÁSICA ¿Qué incluye la instalación básica? Adaptación de la instalación a la nueva caldera Realización de los agujeros necesarios para la instalación Retirada del aparato antiguo Llenado y purgado de la instalación · IVA INCLUIDO
RECOMENDADO
Panasonic
Panasonic KIT-BZ25CKE

SILENT D ECO 30 SI UNIT

25 kW

Caldera de gasóleo no condensación en cuerpo de acero digital para calefacción y ACS instantánea

PRECIO INSTALADO *
XXXX €
Financiación disponible Desde XX €/mes
Solicitar presupuesto
*INCLUYE: APARATO · INSTALACIÓN BÁSICA ¿Qué incluye la instalación básica? Adaptación de la instalación a la nueva caldera Realización de los agujeros necesarios para la instalación Retirada del aparato antiguo Llenado y purgado de la instalación · IVA INCLUIDO
Mitsubishi Electric
SILENT D ECO 30 COND SI UNIT

SILENT D ECO 30 COND SI UNIT

28,5 kW

Caldera de gasóleo de condensación en cuerpo de acero digital para calefacción y ACS instantánea

PRECIO INSTALADO *
XXXX €
Financiación disponible Desde XX €/mes
Solicitar presupuesto
*INCLUYE: APARATO · INSTALACIÓN BÁSICA ¿Qué incluye la instalación básica? Adaptación de la instalación a la nueva caldera Realización de los agujeros necesarios para la instalación Retirada del aparato antiguo Llenado y purgado de la instalación · IVA INCLUIDO
/* ========================================================= SECCIÓN GENERAL ========================================================= */ .galvez-productos-aire { --galvez-verde: #8BC329; --galvez-verde-oscuro: #76a91f; --galvez-verde-claro: #f1f8e6; --galvez-negro: #1f1f1f; --galvez-texto: #53627a; --galvez-blanco: #ffffff; --galvez-borde: #edf0f3; position: relative; /* ===================================================== CORRECCIÓN CAPAS / CABECERA Todo este bloque queda en su propio contexto, evitando que las tarjetas pasen sobre el menú. ====================================================== */ z-index: 0; isolation: isolate; width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); box-sizing: border-box; padding: 75px 30px 85px; /* IMPORTANTE PARA EL POPUP */ overflow: visible; font-family: "Nunito Sans", "Poppins", Arial, sans-serif; background-color: #f8fafc; /* CENEFA DE FONDO */ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='40' viewBox='0 0 180 40'%3E%3Cpath d='M0 20 C20 8 40 8 60 20 S100 32 120 20 S160 8 180 20' fill='none' stroke='%23dfe5ee' stroke-width='1.1' opacity='.55'/%3E%3Cpath d='M0 28 C20 16 40 16 60 28 S100 40 120 28 S160 16 180 28' fill='none' stroke='%23e8edf4' stroke-width='1' opacity='.45'/%3E%3C/svg%3E"); background-repeat: repeat; background-size: 180px 40px; } /* ========================================================= CONTENEDOR INTERIOR ========================================================= */ .galvez-productos-container { position: relative; width: 100%; max-width: 1500px; margin: 0 auto; box-sizing: border-box; } /* ========================================================= CABECERA CENTRADA ========================================================= */ .galvez-productos-heading { max-width: 900px; margin: 0 auto 45px; text-align: center; } .galvez-subtitulo { display: inline-block; padding: 6px 15px; margin-bottom: 12px; background: var(--galvez-verde-claro); color: var(--galvez-verde); border-radius: 30px; font-size: 12px; font-weight: 800; letter-spacing: .5px; } .galvez-productos-heading h2 { margin: 0 0 13px; color: var(--galvez-negro); font-size: 38px; line-height: 1.15; font-weight: 800; letter-spacing: -0.6px; } /* ========================================================= GRID ========================================================= */ .galvez-productos-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; align-items: stretch; } /* ========================================================= TARJETAS ========================================================= */ .galvez-producto-card { position: relative; display: flex; flex-direction: column; overflow: visible; background: var(--galvez-blanco); border: 1px solid var(--galvez-borde); border-radius: 18px; box-shadow: 0 10px 35px rgba(31, 31, 31, 0.05); transition: transform .3s ease, box-shadow .3s ease; } /* Permite que el popup quede por encima de las otras tarjetas, pero siempre dentro de la capa de esta sección */ .galvez-producto-card:hover, .galvez-producto-card:focus-within { z-index: 5; } .galvez-producto-card:hover { transform: translateY(-6px); box-shadow: 0 18px 45px rgba(31, 31, 31, 0.10); } /* ========================================================= FRANJA SUPERIOR ========================================================= */ .galvez-card-top { height: 34px; display: flex; align-items: center; justify-content: flex-end; padding: 0 18px; box-sizing: border-box; position: relative; } /* ========================================================= TARJETA RECOMENDADA ========================================================= */ .galvez-destacado { border: 2px solid var(--galvez-verde); box-shadow: 0 15px 45px rgba(139, 195, 41, 0.16); } .galvez-recomendado { position: absolute; top: -14px; right: 18px; display: inline-flex; align-items: center; justify-content: center; padding: 9px 16px; border-radius: 30px; background: var(--galvez-verde); color: #ffffff; font-size: 10px; line-height: 1; font-weight: 800; letter-spacing: .7px; box-shadow: 0 8px 20px rgba(139, 195, 41, 0.25); z-index: 5; } /* ========================================================= LOGO MARCA ========================================================= */ .galvez-marca { height: 85px; display: flex; justify-content: center; align-items: center; padding: 5px 30px; box-sizing: border-box; } .galvez-marca img { display: block; width: auto; max-width: 170px; max-height: 58px; object-fit: contain; } /* ========================================================= IMAGEN EQUIPO ========================================================= */ .galvez-producto-imagen { height: 240px; display: flex; justify-content: center; align-items: center; padding: 15px 30px 5px; box-sizing: border-box; } .galvez-producto-imagen img { display: block; width: 100%; height: 100%; object-fit: contain; } /* ========================================================= CONTENIDO ========================================================= */ .galvez-producto-contenido { display: flex; flex-direction: column; flex: 1; padding: 25px 30px 27px; text-align: center; } .galvez-producto-contenido h3 { margin: 0 0 7px; color: var(--galvez-negro); font-size: 21px; line-height: 1.25; font-weight: 800; } .galvez-eficiencia { margin-bottom: 10px; color: var(--galvez-verde); font-size: 15px; font-weight: 800; } .galvez-caracteristicas { min-height: 48px; margin: 0 auto 23px; color: var(--galvez-texto); font-size: 14px; line-height: 1.6; } /* ========================================================= PRECIO ========================================================= */ .galvez-precio-bloque { padding: 18px 10px; margin-bottom: 15px; background: #fafbf9; border-radius: 12px; } .galvez-precio-titulo { display: block; margin-bottom: 3px; color: var(--galvez-texto); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .4px; } .galvez-precio { color: var(--galvez-negro); font-size: 35px; line-height: 1.1; font-weight: 900; } /* ========================================================= FINANCIACIÓN ========================================================= */ .galvez-financiacion { display: flex; flex-direction: column; gap: 2px; margin-bottom: 23px; } .galvez-financiacion span { color: var(--galvez-texto); font-size: 13px; font-weight: 600; } .galvez-financiacion strong { color: var(--galvez-verde); font-size: 19px; font-weight: 800; } /* ========================================================= BOTÓN ========================================================= */ .galvez-btn { display: flex; justify-content: center; align-items: center; gap: 12px; width: 100%; box-sizing: border-box; margin-top: auto; padding: 14px 20px; background: var(--galvez-verde); border-radius: 30px; color: #ffffff !important; text-decoration: none !important; font-size: 15px; font-weight: 800; transition: background .25s ease, transform .25s ease; } .galvez-btn span { font-size: 20px; line-height: 1; } .galvez-btn:hover { background: var(--galvez-verde-oscuro); color: #ffffff !important; transform: translateY(-2px); } /* ========================================================= TEXTO INCLUYE ========================================================= */ .galvez-incluye { position: relative; margin-top: 15px; color: #9a9fa7; font-size: 11px; line-height: 1.5; text-transform: uppercase; } /* ========================================================= TOOLTIP ========================================================= */ .galvez-tooltip { position: relative; display: inline-block; } /* TEXTO "INSTALACIÓN BÁSICA" */ .galvez-tooltip-trigger { display: inline-block; color: var(--galvez-verde); font-family: inherit; font-size: inherit; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; cursor: help; outline: none; } /* ========================================================= CAJA EMERGENTE ========================================================= */ .galvez-tooltip-box { position: absolute; /* CORREGIDO: suficiente para superar las tarjetas, pero no sale del contexto de esta sección */ z-index: 10; left: 50%; bottom: calc(100% + 18px); width: 330px; padding: 22px 24px; box-sizing: border-box; background: #ffffff; border: 1px solid #e2e8d9; border-radius: 14px; box-shadow: 0 15px 40px rgba(31, 31, 31, 0.18); text-align: left; text-transform: none; transform: translateX(-50%) translateY(8px); visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; } /* ========================================================= FLECHA DEL POPUP ========================================================= */ .galvez-tooltip-box::after { content: ""; position: absolute; left: 50%; bottom: -9px; width: 16px; height: 16px; background: #ffffff; border-right: 1px solid #e2e8d9; border-bottom: 1px solid #e2e8d9; transform: translateX(-50%) rotate(45deg); } /* ========================================================= TÍTULO DEL POPUP ========================================================= */ .galvez-tooltip-box > strong { display: block; margin-bottom: 17px; color: #1f1f1f; font-size: 16px; line-height: 1.3; font-weight: 800; } /* ========================================================= FILAS DEL POPUP ========================================================= */ .galvez-tooltip-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; color: #53627a; font-size: 13px; line-height: 1.45; font-weight: 500; } .galvez-tooltip-item:last-child { margin-bottom: 0; } /* ========================================================= CHECK VERDE ========================================================= */ .galvez-tooltip-check { flex: 0 0 22px; width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; margin-top: -1px; border-radius: 50%; background: var(--galvez-verde); color: #ffffff; font-size: 12px; line-height: 1; font-weight: 800; } /* ========================================================= MOSTRAR POPUP ========================================================= */ .galvez-tooltip:hover .galvez-tooltip-box, .galvez-tooltip:focus-within .galvez-tooltip-box { visibility: visible; opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); } /* HOVER INSTALACIÓN BÁSICA */ .galvez-tooltip-trigger:hover { color: var(--galvez-verde-oscuro); } /* ========================================================= TABLET ========================================================= */ @media (max-width: 1100px) { .galvez-productos-aire { padding: 60px 25px 70px; } .galvez-productos-grid { gap: 20px; } .galvez-productos-heading h2 { font-size: 32px; } .galvez-producto-contenido { padding: 22px 20px 25px; } .galvez-producto-imagen { height: 210px; } } /* ========================================================= MÓVIL ========================================================= */ @media (max-width: 767px) { .galvez-productos-aire { padding: 45px 15px 55px; } .galvez-productos-heading { margin-bottom: 32px; } .galvez-productos-heading h2 { font-size: 27px; } .galvez-productos-grid { grid-template-columns: 1fr; gap: 30px; } .galvez-producto-imagen { height: 225px; } .galvez-producto-contenido { padding: 22px 22px 25px; } .galvez-precio { font-size: 32px; } .galvez-recomendado { top: -12px; right: 16px; } /* POPUP */ .galvez-tooltip-box { width: 280px; padding: 19px; } .galvez-tooltip-box > strong { font-size: 15px; } .galvez-tooltip-item { font-size: 12px; } }
Logo
¿Su vivienda está en el Alt Penedes? Es hora de renovar su equipo.

Instale ahora y aproveche nuestras opciones de financiación.