Instal lacions Galvez

Loading

Estrena calentador desde hoy, sin pagar todo de golpe

Instalación profesional y financiación a tu medida

Cambia tu antiguo calentador por un equipo eficiente, seguro y adaptado a tu vivienda. Te lo instalamos y puedes financiarlo en cómodas cuotas.

/* ========================= HERO CALENTADORES DE GAS ========================= */ .ig-hero-calentadores { 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/caldera_tecnico.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.52); } /* 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-calentadores 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-calentadores { min-height: 580px; background-position: 68% 20%; } .ig-hero-inner { padding: 0 32px; } .ig-hero-content { max-width: 560px; padding: 70px 0; } .ig-hero-calentadores h1 { max-width: 560px; font-size: 50px; } } /* ========================= MOVIL ========================= */ @media (max-width: 767px) { .ig-hero-calentadores { 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-calentadores 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-calentadores'); 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; } })();
Aritson
Thermor
Ferroli
/* CONTENEDOR GENERAL */ .galvez-marcas-fijas { width: 100%; background: #ffffff; padding: 55px 20px; box-sizing: border-box; } /* FILA DE LOGOS */ .galvez-marcas-fijas-track { width: 100%; max-width: 1000px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 80px; } /* ESPACIO DE CADA LOGO */ .galvez-marca-fija { width: 220px; height: 100px; display: flex; align-items: center; justify-content: center; } /* LOGOS */ .galvez-marca-fija img { display: block; width: auto; max-width: 180px; height: auto; max-height: 80px; object-fit: contain; /* Mantener colores originales */ filter: none !important; -webkit-filter: none !important; opacity: 1 !important; transition: transform 0.3s ease; } /* EFECTO AL PASAR EL RATÓN */ .galvez-marca-fija img:hover { transform: scale(1.08); } /* TABLET */ @media (max-width: 1024px) { .galvez-marcas-fijas { padding: 45px 20px; } .galvez-marcas-fijas-track { gap: 45px; } .galvez-marca-fija { width: 190px; } .galvez-marca-fija img { max-width: 165px; max-height: 70px; } } /* MÓVIL */ @media (max-width: 767px) { .galvez-marcas-fijas { padding: 35px 15px; } .galvez-marcas-fijas-track { gap: 15px; } .galvez-marca-fija { width: 30%; height: 70px; } .galvez-marca-fija img { max-width: 100%; max-height: 55px; } }
CALENTADORES DE GAS

Calentadores de Gas con Instalación Incluida

Nord
Nord Karelia 25

KARELIA 25

2,6 / 2,8 kW · 1/4 - 3/8 Tubería

PRECIO INSTALADO *
XXX €
Financiación disponible Desde XX €/mes
Solicitar presupuesto
*INCLUYE: APARATO · INSTALACIÓN BÁSICA ¿Qué incluye la instalación básica? Instalación del nuevo calentador de gas Con codo de salida de gases de hasta 1 metro Adaptar la instalación de tubos de cobre al nuevo calentador Comprobación del funcionamiento Retirada del calentador antiguo · IVA INCLUIDO
RECOMENDADO
Panasonic
Panasonic KIT-BZ25CKE

GIADA S 9

2,7 / 2,9 kW · 1/4 - 3/8 Tubería

PRECIO INSTALADO *
XXXX €
Financiación disponible Desde XX €/mes
Solicitar presupuesto
*INCLUYE: APARATO · INSTALACIÓN BÁSICA ¿Qué incluye la instalación básica? Instalación del nuevo calentador de gas Con codo de salida de gases de hasta 1 metro Adaptar la instalación de tubos de cobre al nuevo calentador Comprobación del funcionamiento Retirada del calentador antiguo · IVA INCLUIDO
Mitsubishi Electric
Mitsubishi MSZ-HR25VFK

MSZ-HR25VFK

2,5 / 3,5 kW · 1/4 - 3/8 Tubería

PRECIO INSTALADO *
XXXX €
Financiación disponible Desde XX €/mes
Solicitar presupuesto
*INCLUYE: APARATO · INSTALACIÓN BÁSICA ¿Qué incluye la instalación básica? Instalación del nuevo calentador de gas Con codo de salida de gases de hasta 1 metro Adaptar la instalación de tubos de cobre al nuevo calentador Comprobación del funcionamiento Retirada del calentador antiguo · 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; } }

Información importante sobre precios e instalación

Los precios indicados son precios reales para una instalación básica. Antes de cerrar el presupuesto, un técnico visitará su vivienda para valorar la instalación. Si fueran necesarios trabajos o materiales adicionales (como agujeros en paredes, mármol, madera, escayola o accesorios adicionales salida de gases) el precio final podrá variar. Financiación disponible sujeta a estudio y aprobación de la entidad financiera.

/* ===================================================== CAJA INFORMATIVA ===================================================== */ .galvez-aviso-precios { /* Hace que sobresalga del contenedor estrecho de Elementor */ width: min(1240px, calc(100vw - 60px)); box-sizing: border-box; position: relative; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 24px; background: #f4f7ef; border-left: 5px solid #8cc819; border-radius: 18px; padding: 25px 34px; margin-top: 25px; margin-bottom: 35px; } /* ===================================================== ICONO ===================================================== */ .galvez-aviso-icono { flex: 0 0 50px; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background: #8cc819; color: #ffffff; border-radius: 50%; font-size: 30px; font-weight: 400; line-height: 1; } /* ===================================================== CONTENIDO ===================================================== */ .galvez-aviso-contenido { flex: 1; } .galvez-aviso-contenido h3 { margin: 0 0 9px 0; font-size: 22px; line-height: 1.25; font-weight: 700; color: #111111; } .galvez-aviso-contenido p { margin: 0; font-size: 16px; line-height: 1.55; font-weight: 400; color: #344d7c; } .galvez-aviso-contenido strong { color: #111111; font-weight: 700; } /* ===================================================== TABLET ===================================================== */ @media (max-width: 1024px) { .galvez-aviso-precios { width: calc(100vw - 40px); padding: 22px 26px; gap: 20px; } .galvez-aviso-contenido h3 { font-size: 20px; } .galvez-aviso-contenido p { font-size: 15px; } } /* ===================================================== MÓVIL ===================================================== */ @media (max-width: 767px) { .galvez-aviso-precios { width: calc(100vw - 30px); align-items: flex-start; padding: 22px 20px; gap: 16px; border-radius: 15px; } .galvez-aviso-icono { flex: 0 0 42px; width: 42px; height: 42px; font-size: 25px; } .galvez-aviso-contenido h3 { font-size: 18px; margin-bottom: 8px; } .galvez-aviso-contenido p { font-size: 14px; line-height: 1.55; } }
CALENTADORES ESTANCOS BAJO NOX

Seguridad, normativa y eficiencia

Los calentadores estancos bajo NOx ofrecen una solución más segura y eficiente, reduciendo las emisiones contaminantes y mejorando la evacuación de los gases de combustión.

Mayor seguridad

El calentador toma el aire necesario para la combustión directamente del exterior de la vivienda.

Evacuación de gases al exterior

Los gases generados durante la combustión se expulsan mediante un conducto específico hacia el exterior.

Menores emisiones NOx

Su tecnología permite reducir las emisiones de óxidos de nitrógeno frente a equipos más antiguos.

Instalación según normativa

La instalación debe adaptarse a las características de la vivienda y seguir la normativa vigente.

Importante: La instalación debe realizarla un instalador autorizado y respetar la salida de humos, ventilación, tipo de gas y ubicación del aparato.
Funcionamiento de un calentador estanco bajo NOx
/* ====================================================== BLOQUE GENERAL ====================================================== */ .galvez-nox-section { position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; background: #ffffff; overflow: hidden; padding: 70px 0 75px; font-family: inherit; } /* ====================================================== CONTENEDOR PRINCIPAL MISMO ANCHO QUE EL BLOQUE SPLIT ====================================================== */ .galvez-nox-container { position: relative; z-index: 3; max-width: 1320px; width: calc(100% - 40px); margin: 0 auto; display: grid; /* Texto más ancho a la izquierda Imagen a la derecha */ grid-template-columns: 56% 44%; gap: 55px; align-items: center; } /* ====================================================== COLUMNA TEXTO ====================================================== */ .galvez-nox-content { position: relative; z-index: 3; width: 100%; max-width: 680px; } /* ====================================================== ETIQUETA ====================================================== */ .galvez-nox-label { display: inline-block; background: #eef6df; color: #78b82a; padding: 6px 14px; border-radius: 30px; font-size: 13px; line-height: 1.2; font-weight: 700; letter-spacing: 0.4px; margin-bottom: 17px; } /* ====================================================== TÍTULO MISMO TAMAÑO QUE EN AIRE ACONDICIONADO ====================================================== */ .galvez-nox-content h2 { margin: 0 0 18px; color: #1e1e1e; font-size: 40px; line-height: 1.12; font-weight: 700; } /* ====================================================== INTRODUCCIÓN ====================================================== */ .galvez-nox-intro { margin: 0 0 25px; color: #53658d; font-size: 16px; line-height: 1.55; } /* ====================================================== BENEFICIOS ====================================================== */ .galvez-nox-benefits { display: flex; flex-direction: column; gap: 13px; } .galvez-nox-benefit { display: flex; align-items: flex-start; gap: 12px; } /* CHECK */ .galvez-nox-check { width: 24px; height: 24px; min-width: 24px; background: #8cc63f; color: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; margin-top: 1px; } /* TÍTULO BENEFICIO */ .galvez-nox-benefit strong { display: block; color: #202020; font-size: 15px; line-height: 1.3; font-weight: 700; margin-bottom: 3px; } /* DESCRIPCIÓN BENEFICIO */ .galvez-nox-benefit p { margin: 0; color: #66728b; font-size: 14px; line-height: 1.45; } /* ====================================================== AVISO IMPORTANTE ====================================================== */ .galvez-nox-important { margin-top: 22px; padding: 13px 16px; background: #f7f8f5; border-left: 3px solid #8cc63f; border-radius: 5px; color: #66728b; font-size: 13.5px; line-height: 1.5; } .galvez-nox-important strong { color: #202020; font-weight: 700; } /* ====================================================== COLUMNA IMAGEN ====================================================== */ .galvez-nox-image-column { position: relative; width: 100%; display: flex; align-items: center; justify-content: center; } .galvez-nox-image { position: relative; width: 100%; max-width: 535px; z-index: 2; } .galvez-nox-image img { width: 100%; height: auto; display: block; object-fit: contain; border-radius: 5px; } /* ====================================================== TABLET ====================================================== */ @media (max-width: 1100px) { .galvez-nox-container { width: calc(100% - 30px); grid-template-columns: 57% 43%; gap: 35px; } .galvez-nox-image { max-width: 470px; } .galvez-nox-content h2 { font-size: 34px; } .galvez-nox-intro { font-size: 15px; } .galvez-nox-benefit p { font-size: 13.5px; } } /* ====================================================== MÓVIL ====================================================== */ @media (max-width: 767px) { .galvez-nox-section { padding: 50px 0 55px; } .galvez-nox-container { width: calc(100% - 28px); grid-template-columns: 1fr; gap: 35px; align-items: start; } /* En móvil ponemos primero texto y después imagen */ .galvez-nox-content { max-width: 100%; } .galvez-nox-image-column { width: 100%; } .galvez-nox-image { width: 100%; max-width: 520px; margin: 0 auto; } .galvez-nox-image img { width: 100%; height: auto; object-fit: contain; } .galvez-nox-content h2 { font-size: 30px; line-height: 1.18; margin-bottom: 16px; } .galvez-nox-intro { font-size: 15px; line-height: 1.5; margin-bottom: 23px; } .galvez-nox-benefits { gap: 15px; } .galvez-nox-benefit strong { font-size: 15px; } .galvez-nox-benefit p { font-size: 14px; line-height: 1.45; } .galvez-nox-important { font-size: 13.5px; margin-top: 22px; } }
Logo
¿Su vivienda está en el Alt Penedes? Es hora de renovar su equipo.

Instale ahora y aproveche nuestras opciones de financiación.