.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-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-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-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-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: 360px) {
	.main-header {
		padding-bottom: 0px;
	}

	.main-header .contenedor-imagen {
		width: 100%;
		height: 200px;
		background-color: #5BD38C;
		border-radius: 16px;
		background-position: 50% center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.main-header .lista-titulo {
		padding: 0px;
	}

	.main-header .lista {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.main-header .item-lista {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding-left: 36px;
		margin-top: 15px;
	}

	.main-header .item-lista::before {
		content: "";
		display: block;
		height: 24px;
		width: 24px;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		background-image: url(/documents/20122/13182040/check-verdecito.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}

	.main-header .contenido-item {
		flex: 1;
	}



	.main-header .item-lista p,
	.main-header .item-lista .main-header .precio-item-lista {
		margin: 0;
	}


	.main-header .precio-item-lista {
		white-space: normal;
		text-align: right;
	}

	#modal-form-aerotermia-presupuestador .close,
	#modal-form-aerotermia-presupuestador-error .close {
		color: #000;
		opacity: 0.2;
	}

	#modal-form-aerotermia-presupuestador .close:hover,
	#modal-form-aerotermia-presupuestador .close:focus,
	#modal-form-aerotermia-presupuestador-error .close:hover,
	#modal-form-aerotermia-presupuestador-error .close:focus {
		opacity: 0.5;
	}

	#modal-form-aerotermia-presupuestador .modal-dialog,
	#modal-form-aerotermia-presupuestador-error .modal-dialog {
		display: flex;
		justify-content: center;
		margin: 0;
	}

	#modal-form-aerotermia-presupuestador .modal-content,
	#modal-form-aerotermia-presupuestador-error .modal-content {
		width: 100%;
		border-radius: 16px;
	}
	#modal-form-aerotermia-presupuestador, #modal-form-aerotermia-presupuestador-error{
		padding: 0 17px;
		margin:0px;
	}

}

@media (min-width: 576px) {
	#modal-form-aerotermia-presupuestador, #modal-form-aerotermia-presupuestador-error{
		padding: 0 17px;
		margin-top: 10px;
	}

	#modal-form-aerotermia-presupuestador .close,
	#modal-form-aerotermia-presupuestador-error .close {
		color: #000;
		opacity: 0.2;
	}

	#modal-form-aerotermia-presupuestador .close:hover,
	#modal-form-aerotermia-presupuestador .close:focus,
	#modal-form-aerotermia-presupuestador-error .close:hover,
	#modal-form-aerotermia-presupuestador-error .close:focus {
		opacity: 0.5;
	}

	#modal-form-aerotermia-presupuestador .modal-dialog,
	#modal-form-aerotermia-presupuestador-error .modal-dialog {
		display: flex;
		justify-content: center;
	}

	#modal-form-aerotermia-presupuestador .modal-content,
	#modal-form-aerotermia-presupuestador-error .modal-content {
		width: 37.5rem;
		border-radius: 1.5625rem;
	}

	.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;
	}

	.main-header .titulo {
		text-align: center;
	}

	.main-header .subtitulo {
		text-align: center;
		font-size: 16px;
	}

}

@media (min-width: 768px) {

	 #modal-form-aerotermia-presupuestador .modal-content,
	 #modal-form-aerotermia-presupuestador-error .modal-content {
		width: 100%;
		margin-inline: 1.25rem;
	}


	 #modal-form-aerotermia-presupuestador .titulo-modal-aerotermia-presupuestador,
	 #modal-form-aerotermia-presupuestador-error .titulo-modal-aerotermia-presupuestador {
		margin-top: 1.25rem;
		padding-bottom: 0;
	}

	.main-header .contenido-lateral {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media (min-width: 992px) {
	#modal-form-aerotermia-presupuestador .modal-content, #modal-form-aerotermia-presupuestador-error .modal-content {
        width: 55%;
        margin-inline: 1.25rem;
    }

	.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%;
		margin-bottom: 20px;
	}

	.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%;
	}

	.main-header .contenido-lateral {
		width: 49%;
		margin-bottom: 20px;
	}
}

@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%;
	}

	.main-header .contenido-lateral {
		width: 43%;
		margin-bottom: 20px;
	}
}