.main-header {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 32px 16px;
	position: relative;
}

.titulo {
	margin: 0;
}

.subtitulo_hero {
	margin-bottom: 32px;
	text-align: flex-start;
}



.main-header .header-logo {
	width: 100%;
	padding: 12px 0;
	display: flex;
	justify-content: center;
}

.main-header .header-logo .logo-iberdrola {
	width: auto;
	height: 50px;
}

.main-header .contenedor-imagen {
	width: 100%;
	height: 272px;
	border-radius: 16px;
	background-image: url("/documents/20122/31607357/img_cabecera_aerotermo_360.webp");
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 32px;
}

.main-header .contenedor-boton {
	display: flex;
	height: 56px;
	width: 200px;
	justify-content: center;
	padding: var(--border-radius-none, 0);
	flex-direction: column;
	align-items: center;
	gap: var(--size-space-0, 0);
	margin: auto;
	margin-top: 40px;
}

.main-header .contenido-lateral {
	width: 100%
}

.main-header .lista-titulo {
	font-family: IberPangea-Regular;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin-top: 16px;
	margin-bottom: 0;
	padding: 0 16px;
	color: #2c2c2c;
}

.main-header .lista {
	list-style: none;
	padding: 0;
}

.main-header .item-lista {
	position: relative;
	padding-left: 35px;
}

.main-header .item-lista:before {
	content: "";
	display: block;
	height: 24px;
	width: 24px;
	position: absolute;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2573 8.94413L10.2263 17.0176L5.84668 12.6485L7.08262 11.4096L10.2215 14.5409L17.0166 7.70996L18.2573 8.94413Z" fill="%232F6852"/></svg>');
	left: 0;
	top: -3px;
}

.main-header .contenido-texto .btn.contratalo {
	text-transform: none;
	color: #ffffff;
	font-size: 19px;
	margin: 0;
	background-color: #2F6852 !important;
	border-color: #2F6852 !important;
	width: 264px;
	height: 56px;
	font-family: "IberPangea Text";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; 
}

.main-header .wrapper-ctc {
	display: none;
}

.main-header #banner-descuento {
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #448FE1;
	position: absolute;
	max-width: 1920px;
}

.main-header #banner-descuento.sticked {
	position: fixed;
	top: 50px;
	z-index: 1000;
}

.main-header #banner-descuento>.contenido {
	display: flex;
	align-items: center;
	height: 56px;
	width: 100%;
	justify-content: center;
	padding: 0 16px;
}

.main-header #banner-descuento>.contenido>span {
	color: white;
	font-size: 16px;
	line-height: 22px;
}

@media (min-width: 576px) {
	.main-header {
		padding: 32px 42px;
	}

	.main-header .contenedor-imagen {
		width: 100%;
		height: 272px;
		border-radius: 16px;
		background-image: url("/documents/20122/31607357/img_cabecera_aerotermo_576.webp");
		margin-bottom: 32px;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media (min-width: 768px) {
		.main-header {
			padding: 32px 48px;
		}

		.main-header .contenedor-imagen {
			width: 100%;
			height: 272px;
			border-radius: 16px;
			background-image: url("/documents/20122/31607357/img_cabecera_aerotermo_768.webp");
			margin-bottom: 32px;
			background-repeat: no-repeat;
			background-size: cover;
		}
}

@media (min-width: 992px) {
  .main-header {
    padding: 40px 82px; 
    display: flex;
    flex-direction: row; 
    align-items: center; 
    justify-content: center; 
    gap: 24px;
  }

  .main-header .contenedor-imagen {
    display: none !important;
  }

  
  .main-header::before {
    content: "";
    display: block;
    flex: 1; 
    width: 50%; 
    max-width: 486px; 
    height: 450px;
    border-radius: 16px;
    background-image: url("/documents/20122/31607357/img_cabecera_aerotermo_992.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

 
  .main-header .contenido-texto {
    flex: 1;
    width: 50%; 
    max-width: 402px; 
    height: auto;
    order: -1; 
    padding-right: 16px; 
    box-sizing: border-box;
  }

  .main-header .titulo {
    padding-bottom: 24px;
    width: 100%;
    max-width: 386px;
  }

  .main-header .subtitulo {
    margin-bottom: 24px;
    width: 100%;
    max-width: 386px;
  }

  .main-header .lista {
    max-width: 100%;
    min-width: 386px;
    display: flex;
    flex-direction: column;
  }

  .main-header .contenedor-boton {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .main-header {
    padding: 40px 102px;
  }

  .main-header::before {
    background-image: url("/documents/20122/31607357/img_cabecera_aerotermo_1200.webp");
    max-width: 486px !important; 
  }

  .main-header .contenido-texto {
    max-width: 486px !important; 
  }

  .main-header .texto-item-lista {
    width: 100%;
  }

  .main-header .titulo {
    padding-bottom: 24px;
    max-width: 486px;
  }
  
  .main-header .subtitulo {
    margin-bottom: 24px;
    max-width: 486px;
  }
  
  .main-header .lista {
    max-width: 486px;
  }
}

@media (min-width: 1920px) {
  .main-header {
    padding: 40px 324px;
  }

  
  .main-header::before {
    background-image: url("/documents/20122/31607357/img_cabecera_aerotermo_1920.webp");
    max-width: 616px !important; 
  }

  .main-header .contenido-texto {
    max-width: 624px !important; 
  }

  .main-header .titulo {
    padding-bottom: 24px;
    max-width: 608px;
  }

  .main-header .subtitulo {
    margin-bottom: 24px;
    max-width: 608px;
  }

  .main-header .lista {
    max-width: 608px;
  }
}