#banner-plan-estable {
	position: relative;
}

#banner-plan-estable .contenido-mobile .contenido-texto {
	display: flex;
	flex-direction: column;
	padding: 32px 13px;
}

#banner-plan-estable .contenido-texto .contenedor-imagen {
	width: 100%;
	height: 270px;
	background-color: lightgray;
	border-radius: 16px;
	background-image: url(/ibdmedia/ibdcomes/hogares/luz/producto/plan-estable/img/img-hero_banner-plan_estable-sept_en_360px.webp);
	background-size: cover;
	/* object-fit:fill;
	background-repeat:no-repeat; */
} 

#banner-plan-estable .contenedor-boton {
	width: 100%;
}

#banner-plan-estable .contenedor-boton span {
	margin: 0 auto;
}

#banner-plan-estable .titulo,
#banner-plan-estable .subtitulo {
	color: #00402a;
	text-align: left;
	margin-top: 0;
}

#banner-plan-estable .titulo {
	color: var(--Color-Content-General-1, #2C2C2C);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: 'IberPangea-Regular';
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 16px;
	padding-bottom: 0px;
}

#banner-plan-estable .subtitulo {
	color: var(--Color-Content-General-1, #2C2C2C);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: 'IberPangea-Regular';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 32px;
	padding-bottom: 0px;
}

#banner-plan-estable .lista {
	margin-top: 32px;
	list-style: none;
	padding-left: 0px;
	margin-bottom: 40px;
}

#banner-plan-estable .item-lista {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

#banner-plan-estable .item-lista:before {
	content:"";
	height: 24px;
	width: 24px;
	background-image: url('/documents/20122/13182040/check-verdecito.svg');
}

#banner-plan-estable .texto-item-lista {
	color: var(--Color-Content-General-1, #2C2C2C);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: 'IberPangeaText-Regular';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 16px;
	margin-top: 4px;
	width: fit-content;
}

#banner-plan-estable .texto-item-lista.texto-lista-3 {
	margin-bottom: 0px;
}

#banner-plan-estable .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;
}

#banner-plan-estable .contenido-texto .btn.contratalo:active,
#banner-plan-estable .contenido-texto .btn.contratalo:hover,
#banner-plan-estable .contenido-texto .btn.contratalo:focus {
	background: #2f6852ab !important;
	border: 1px solid #2f6852ab !important;
}

#banner-plan-estable .wrapper-ctc {
	display: none;
}

#banner-plan-estable .featured-band {
	padding-top: 50px;
}
  
#banner-plan-estable .featured-band .container-featured-band {
	display: flex;
	padding: var(--space-8, 8px) var(--360-575-Page-Margin, 16px);
	justify-content: center;
	align-items: center;
	gap: var(--space-8, 8px);
	align-self: stretch;
	border-radius: var(--border-radius-none, 0px);
	background: var(--Color-Category-General-1, #007ACB);
}
  
#banner-plan-estable .featured-band .container-featured-band .text {
	color: var(--Color-Content-General-Inverse, #FFF);
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: 'IberPangeaText-Regular';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 0px;
}
  
#banner-plan-estable .featured-band .container-featured-band .text span {
	color: var(--Color-Content-General-Inverse, #FFF);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: 'IberPangea-Regular';
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

#banner-plan-estable .featured-band .container-featured-band .text.res-360 {
	display: block;
}

#banner-plan-estable .featured-band .container-featured-band .text.res-576 {
	display: none;
}

#banner-plan-estable .contenido-mobile {
	display: block;
}

#banner-plan-estable .contenido-desktop {
	display: none;
}

#banner-plan-estable .ibd-main-button {
    display: inline-flex;
    padding: var(--border-radius-none, 0px) var(--space-40, 20px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--border-radius-none, 0px);
    flex: none;
    align-self: stretch;
    min-height: 56px;
    height: auto;
    min-width: 200px;
    max-width: 328px;
    flex-shrink: 0;
    font-family: 'IberPangeaText-Regular';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 80px;
    border: none;
    text-decoration: none;
    text-align: center;
    white-space: unset;
    cursor: pointer;
    z-index: unset;
}
  
#banner-plan-estable .ibd-main-button-primary-positive {
    background-color: #2F6852;
    color: #FFFAF6;
}
  
#banner-plan-estable .ibd-main-button-primary-positive:hover {
    background-color: #00402A;
    color: #FFFAF6;
}
  
#banner-plan-estable .ibd-main-button-primary-positive:active {
    background-color: #00402A;
    color: #FFFAF6;
    border: 2px solid #5BD38C;
}
  
#banner-plan-estable .ibd-main-button-primary-positive:focus {
    background-color: #2F6852;
    color: #FFFAF6;
    outline: 4px solid #3CC2FF !important;
}

  .validez {
    font-family: 'IberPangeaText-Regular';
    color: var(--Color-Content-General-1, #2C2C2C);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    margin-left: 30px;
    margin-top: -20px;
    margin-bottom: 30px;
  }

@media (min-width: 576px) {
	#banner-plan-estable .contenido-mobile .contenido-texto {
		padding: 32px 40px;
	}
	#banner-plan-estable .contenido-texto .contenedor-imagen {
		background-image: url(/ibdmedia/ibdcomes/hogares/luz/producto/plan-estable/img/img-hero_banner-plan_estable-sept_en_576px.webp);
	}
	#banner-plan-estable .featured-band .container-featured-band .text.res-360 {
		display: none;
	}
	#banner-plan-estable .featured-band .container-featured-band .text.res-576 {
		display: block;
	}
}

@media (min-width: 768px) {
	#banner-plan-estable .contenido-texto .contenedor-imagen {
		background-image: url(/ibdmedia/ibdcomes/hogares/luz/producto/plan-estable/img/img-hero_banner-plan_estable-sept_en_768px.webp);
	}
}

@media (min-width: 992px) {
	#banner-plan-estable .contenido-desktop .contenido-texto {
		display: flex;
		flex-direction: column;
	}
	#banner-plan-estable .contenido-desktop .contenido-img {
		width: 413px;
		height: 450px;
		flex-shrink: 0;
		background-image: url(/ibdmedia/ibdcomes/hogares/luz/producto/plan-estable/img/img-hero_banner-plan_estable-sept_en_992px.webp);
		background-repeat: no-repeat;
		background-size: cover;
		border-radius: var(--border-radius-l, 16px);
	}
	#banner-plan-estable .lista {
		margin: 0;
		margin-bottom: 40px;
	}
	#banner-plan-estable .titulo {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 24px;
	}
	#banner-plan-estable .subtitulo {
		margin-bottom: 24px;
	}
	#banner-plan-estable .contenedor-boton {
		margin-left: 0;
	}
	#banner-plan-estable .featured-band {
		padding-top: 0px;
	}
	#banner-plan-estable .featured-band .container-featured-band .text {
		font-size: 16px;
		line-height: 24px;
	}
	#banner-plan-estable .contenido-mobile {
		display: none;
	}

	#banner-plan-estable .contenido-desktop {
		display: flex;
		padding: var(--space-40, 40px) var(--992-1199-Page-Margin, 83px);
		width: var(--992-1199-Page-Width, 992px);
    	margin: 0 auto;
		gap: 42px;
		justify-content: center;
		align-items: center;
	}
	#banner-plan-estable .contenedor-boton span {
		margin: 0px;
	}
}

@media (min-width: 1200px) {
	#banner-plan-estable .contenido-desktop {
		padding: var(--space-40, 40px) var(--1200-1919-Page-Margin, 100px);
		width: var(--1200-1919-Page-Width, 1200px);
		gap: 50px;
	}
	#banner-plan-estable .contenido-desktop .contenido-img {
		background-image: url(/ibdmedia/ibdcomes/hogares/luz/producto/plan-estable/img/img-hero_banner-plan_estable-sept_en_1200px.webp);
		width: 500px;
	}
}

@media (min-width: 1920px) {
	#banner-plan-estable .contenido-desktop {
		padding: var(--space-40, 40px) var(--1920-page-margin, 320px);
		width: var(--1920-page-width, 1920px);
		gap: var(--space-80, 80px);
	}
	#banner-plan-estable .contenido-desktop .contenido-img {
		background-image: url(/ibdmedia/ibdcomes/hogares/luz/producto/plan-estable/img/img-hero_banner-plan_estable-sept_en_1920px.webp);
		width: 640px;
	}
}