.main-header {
	position: relative;
	display: flex;
	flex-direction: column;
	font-family: IberPangea-Bold;
	align-items: flex-start;
	padding: 0 16px 32px;
	position: relative;
}
.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: 184px;
  background-color: #5BD38C;
  border-radius: 16px;
  background-image: url("/documents/20122/16369354/landing-aerotermia-mod01-background-mobile.webp");
  background-position: 50% center;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-header .contenedor-boton {
	margin: 24px auto 40px;
	width: 200px !important;
}
.main-header .titulo,
.main-header .subtitulo {
  color: #00402a;
  text-align: left;
  margin-top: 0;
}
.main-header .titulo {
  font-family: IberPangea-Regular;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 8px;
  padding: 0;
  color: #2c2c2c;
  padding-top: 12px;
}
.main-header .subtitulo {
	font-family: IberPangeaText-Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 32px;
	padding: 0;
	color: #2c2c2c;
}
.main-header .contenido-lateral {
	width: 100%
}
.main-header .lista-titulo,
.main-header .lista {
	padding-left: 16px;
	padding-right: 16px;
}
.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-titulo .modelo{
	color: var(--Typography-Black, #2C2C2C);
	font-family: IberPangeaText-Regular;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}
.main-header .lista {
  list-style: none;
  margin: 16px 0 0;
}
.main-header .item-lista {
  margin-bottom: 12px;
  position:relative;
  padding-left: 28px;
}
.main-header .item-lista:before {
	content:"";
	display:block;
	height: 24px;
	width: 24px;
	position: absolute;
	background-image:url("/documents/20122/13182040/check-verdecito.svg");
	left: 0;
	top: -3px;
}
.main-header .texto-item-lista {
	font-family: IberPangeaText-Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	margin-bottom: 0;
	color: #2c2c2c;
}
.main-header .contenido-texto .btn.contratalo {
  text-transform: none;
  color: #ffffff;
  font-size: 19px;
  margin: 0;
  background-color: #2F6852;
  border-color: #2F6852;
  width: 264px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
}
.main-header .contenido-texto .btn.contratalo:active,
.main-header .contenido-texto .btn.contratalo:hover,
.main-header .contenido-texto .btn.contratalo:focus {
    background: #2f6852ab !important;
    border: 1px solid #2f6852ab !important;
}
.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-left: 40px;
		padding-right: 40px;
	}
	.main-header .contenido-texto {
	  padding: 82px 40px 32px;
	}
	.main-header .lista-titulo,
	.main-header .lista {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 992px) {
	.main-header {
		padding-left: 83px;
		padding-right: 83px;
	}
	.main-header .header-logo {
		justify-content: flex-start;
	}
	.main-header #banner-descuento.sticked {
	    top: 130px;
	    transition: top 0.25s ease-out;
	}
	.main-header #banner-descuento.sticked.nav-down {
	    top: 80px;
	}
	.main-header .contenido-lateral {
		width: 50%;
	}
	.main-header .contenedor-imagen {
	margin-top: 24px;
	}
	.main-header .titulo {
	  font-size: 32px;
	  line-height: 40px;
	  text-align:center;
	  width: 100%;
	}
	.main-header .subtitulo {
		margin-bottom: 24px;
		text-align:center;
		width: 100%;
		font-size: 16px;
		line-height: 22px;
	}
	.main-header .contenedor-boton {
		margin-left: 0;
	}
	.main-header .contenido-texto::before {
	  content:"";
	  position: absolute;
	  left: calc(50% + 21px);
	  width: calc(50% - 100px);
	  height: 450px;
	  background-color: lightgray;
	  border-radius: 16px;
	  background-image: url("/documents/20122/16369351/mod01-background-desktop.webp");
	  background-position: 54% center;
	  background-size: auto 100%;
	}
}



@media (min-width: 1200px) {
	.main-header .contenido-texto {
	  padding: 92px 763px 40px 8%;
	}
	.main-header .contenido-texto::before {
		background-position: 54% 10%;
		background-size: auto 118%;
	}
}
@media (min-width: 1200px) {
	.main-header .contenido-texto {
	  padding: 92px 763px 40px 8%;
	}
	.main-header .contenido-texto::before {
		background-position: 54% 10%;
		background-size: auto 118%;
	}
}
@media (min-width: 1920px) {
	.main-header {
		padding-left: 320px;
	}

	.main-header .contenido-texto::before {
		background-position: 54% 10%;
		background-size: auto 130%;
	}

	.main-header .titulo {
		width: 85%;
	}

	.main-header .subtitulo {
		width: 85%;
	}
}