.main-header {
	position: relative;
}
.main-header .contenido-texto {
  display: flex;
  flex-direction: column;
  font-family: "IberPangea-Bold";
  align-items: flex-start;
  padding: 117px 16px 32px;
  position: relative;
}
.contenido__h1 {
	font-family: "IberPangea-SmBold" !important;
	font-size: var(--size-font-125);
	font-weight: inherit;
	line-height: var(--size-font-line-height-m);
	font-style: var(--font-style-normal);
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.main-header .contenido-texto .contenedor-imagen {
  width: 328px;
  height: 270px;
  background-color: lightgray;
  border-radius: 16px;
  margin-left: auto;
	margin-right: auto;
  background-position: center 14%;
  background-size: cover;
}
html[lang="es-ES"] .main-header .contenido-texto .contenedor-imagen {
	background-image: url("/ibdmedia/luz/producto/comun/img/banner-mgm_360.webp");
}
html[lang="en-US"] .main-header .contenido-texto .contenedor-imagen {
	background-image: url(/ibdmedia/luz/producto/comun/img/banner-mgm_360_en.webp);
}

html[lang="eu-ES"] .main-header .contenido-texto .contenedor-imagen {
	background-image: url(/ibdmedia/luz/producto/comun/img/banner-mgm_360_eu.webp);
}

html[lang="ca-ES"] .main-header .contenido-texto .contenedor-imagen {
	background-image: url(/ibdmedia/luz/producto/comun/img/banner-mgm_360_ca.webp);
}
.main-header .contenedor-boton {
	margin: 24px auto 40px;
	width: 224px !important;
}
.main-header .titulo,
.main-header .subtitulo {
  color: #2C2C2C;
  text-align: left;
  margin-top: 0;
}
.main-header .titulo {
  font-size: 32px;
  font-family: "IberPangea-Regular";
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 80px;
  /* width: 340px; */
}
.main-header .subtitulo {
  font-size: 18px;
  font-family: "IberPangea-Regular";
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
}
.main-header .lista {
  padding-left: 0;
  list-style: none;
  margin: 32px 0 0;
}
.main-header .item-lista {
  margin-bottom: 16px;
  position:relative;
  padding-left:  30px;
}
.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 .texto-item-lista {
  font-size: 16px;
  font-family: "IberPangeaText-Regular";
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.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;
  margin-right: auto;
  margin-left: auto;
  align-content: center;
}
.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: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #007ACB;
    position: absolute;
    max-width: 1920px;
    top: 50px;
}
.main-header #banner-descuento.sticked {
    z-index: 10;
}
.main-header #banner-descuento>.contenido {
    display: flex;
    align-items: center;
    height: 34px;
    width: 100%;
    justify-content: center;
    padding: 0 16px;
}
.main-header #banner-descuento>.contenido>span {
    color: white;
	font-family: "IberPangeaText-Regular";
    font-size: 14px;
    line-height: 18px;
	font-weight: 500;
}

.contenedorBotonWhatsapp{
	display: none;
	width: 100%;
	margin: 40px 0px 16px 0px;
}

.contenedorBotonWhatsapp[botonTablaPrecios="true"]{
	margin: 32px 0px;
}

.contenedorHipervinculoWhatsapp{
	display: flex;
    justify-content: center;
	width: 100%;
}

#btnWhatsApp{
	border-radius: 100px;
    background: #2F6852;
    display: flex;
    flex-direction: row;
    margin: 0 !important;
    width: 271px !important;
	height: 56px !important;
    text-transform: none;
	justify-content: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
	gap:12px;
}

#seccion-carrusel-pasos .contenedor-boton-carrusel .contenedorBotonWhatsapp a {
	font-size: 16px !important;
}

@media (min-width: 0px) and (max-width:575px) {

	
	.contenedorBotonWhatsapp[visibleMovil="true"]{
		display: block;
	}

	.contenedorBotonWhatsapp[visibleMovil="false"]{
		display: none;
	}

	#seccion-carrusel-pasos .contenedor-boton-carrusel{
		flex-direction: column;
		align-items: center;
	}
}

@media (min-width: 574px) {
	
	.main-header .contenido-texto {
	  padding: 110px 40px 32px;
	}
	.main-header .contenido-texto .contenedor-imagen {
	  background-position: center 14%;
	  background-size: 100% auto;

		width: 492px;
	  
	}
	html[lang="es-ES"] .main-header .contenido-texto .contenedor-imagen {
		background-image: url("/ibdmedia/luz/producto/comun/img/banner-mgm_576.webp");
	}
	html[lang="en-US"] .main-header .contenido-texto .contenedor-imagen {
		background-image: url(/ibdmedia/luz/producto/comun/img/banner-mgm_576_en.webp);
	}
	
	html[lang="eu-ES"] .main-header .contenido-texto .contenedor-imagen {
		background-image: url(/ibdmedia/luz/producto/comun/img/banner-mgm_576_eu.webp);
	}
	
	html[lang="ca-ES"] .main-header .contenido-texto .contenedor-imagen {
		background-image: url(/ibdmedia/luz/producto/comun/img/banner-mgm_576_ca.webp);
	}
}

@media (min-width: 766px) {
	.main-header #banner-descuento {
    top: auto;
	}
	
	.main-header .contenido-texto {
	  padding: 40px 40px 32px !important;
	}
	.main-header .contenido-texto .contenedor-imagen {
	  background-position: center 14%;
	  background-size: 100% auto;
		width: 672px;
	}

	html[lang="es-ES"] .main-header .contenido-texto .contenedor-imagen {
		background-image: url("/ibdmedia/luz/producto/comun/img/banner-mgm_768.webp");
	}
	html[lang="en-US"] .main-header .contenido-texto .contenedor-imagen {
		background-image: url(/ibdmedia/luz/producto/comun/img/banner-mgm_768_en.webp);
	}
	
	html[lang="eu-ES"] .main-header .contenido-texto .contenedor-imagen {
		background-image: url(/ibdmedia/luz/producto/comun/img/banner-mgm_768_eu.webp);
	}
	
	html[lang="ca-ES"] .main-header .contenido-texto .contenedor-imagen {
		background-image: url(/ibdmedia/luz/producto/comun/img/banner-mgm_768_ca.webp);
	}
}

@media (min-width: 990px) {
	.main-header #banner-descuento.sticked {
	    transition: top 0.25s ease-out;
	}
	.main-header .contenido-texto {
	  padding: 0;
	  width: 100%;
	  padding: 92px calc(50% + 21px) 40px 83px;
	  height: auto;
	  justify-content: center;
	  max-width: 1470px;
	  margin: 0 auto;
	}
	.main-header .lista {
	  margin: 0;
	}
	.main-header .contenedor-imagen {
		display:none;
	}
	.main-header .titulo {
	  font-size: 40px;
	  line-height: 48px;
	  margin-bottom: 0px;
	  padding-bottom: 24px;
	  padding-top: 0px;
	}
	.main-header .subtitulo {
		margin-bottom: 24px;
		max-width: 560px;
	}
	.main-header .contenedor-boton {
		margin-left: 0;
	}
	.main-header .contenido-texto::before {
	  content:"";
	  position: absolute;
	  left: calc(50% + 21px);
	  width: 478px;
	  height: 450px;
	  background-color: lightgray;
	  border-radius: 16px;
	  background-position: 54% center;
	  background-size: cover;
	}
	.main-header .titulo {
		margin-top: 32px;
	}
	html[lang="es-ES"] .main-header .contenido-texto::before{
		background-image: url("/ibdmedia/luz/producto/comun/img/banner-mgm_992.webp");
	}
	html[lang="en-US"] .main-header .contenido-texto::before {
		background-image: url("/ibdmedia/luz/producto/comun/img/banner-mgm_992_en.webp");
	}
	html[lang="eu-ES"] .main-header .contenido-texto::before {
		background-image: url("/ibdmedia/luz/producto/comun/img/banner-mgm_992_eu.webp");
	}
	html[lang="ca-ES"] .main-header .contenido-texto::before {
		background-image: url("/ibdmedia/luz/producto/comun/img/banner-mgm_992_ca.webp");
	}

	.main-header .contenido-texto::before {
		width: 394px;
	}
}

@media (min-width: 1198px) {
	.main-header .titulo {
		width: 450px;
	}

	.main-header .contenido-texto {
	  padding: 92px 630px 40px 100px;
		
	}
	.main-header .contenido-texto::before {
		background-position: 54% 10%;
		margin-top: 30px;
	}

	
	html[lang="es-ES"] .main-header .contenido-texto::before {
		background-image: url("/ibdmedia/luz/producto/comun/img/banner-mgm_1200.webp");
		
   }
   html[lang="en-US"] .main-header .contenido-texto::before {
	   background-image: url("/ibdmedia/luz/producto/comun/img/banner-mgm_1200_en.webp");
   }
   html[lang="eu-ES"] .main-header .contenido-texto::before {
	   background-image: url("/ibdmedia/luz/producto/comun/img/banner-mgm_1200_eu.webp");
   }
   html[lang="ca-ES"] .main-header .contenido-texto::before {
	   background-image: url("/ibdmedia/luz/producto/comun/img/banner-mgm_1200_ca.webp");
   }
	

}




@media (min-width: 1918px) {
	.main-header .contenido-texto {
		padding: 92px 800px 40px 5.75%;
	  }
	.main-header .contenido-texto::before {
		background-position: 54% 10%;
	}
html[lang="es-ES"] .main-header .contenido-texto::before{
	background-image: url("/ibdmedia/luz/producto/comun/img/banner-mgm_1920.webp");
}
	
html[lang="en-US"] .main-header .contenido-texto::before {
	background-image: url("/ibdmedia/luz/producto/comun/img/banner-mgm_1920_en.webp");
}
html[lang="eu-ES"] .main-header .contenido-texto::before {
	background-image: url("/ibdmedia/luz/producto/comun/img/banner-mgm_1920_eu.webp");
}
html[lang="ca-ES"] .main-header .contenido-texto::before {
	background-image: url("/ibdmedia/luz/producto/comun/img/banner-mgm_1920_ca.webp");
}
}