#no-te-decides .contenedor-boton{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 200px;
    height: 56px;
    margin: 40px auto 40px;
}


#titulo-subtitulo-carrusel-por-que .subtitle{
	margin-bottom: 0;
}

#titulo-subtitulo-carrusel-por-que{
	padding: 24px 16px 48px 16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.carruselVentajasPorQueConIberdrola .swiper{
	position: relative !important;
}

.carruselVentajasPorQueConIberdrola .swiper-pagination{
	position: relative;
	margin-top: 32px;
}




.contenedorContenidoTarjeta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	width: 328px;
	margin-left: auto;
	margin-right: auto;
}

.contenedorTituloTarjeta {
    margin-bottom: 20px;
    color: var(--color-content-general-1, #2C2C2C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Lato-Bold';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}

.contenedorSubtituloTarjeta {
    color: var(--color-content-general-1, #2C2C2C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Lato';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 8px;
    text-align: center;
}

.contenedorDescripcionTarjeta {
    color: var(--color-content-general-1, #2C2C2C);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Body/Regular/M */
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.icono {
    width: 64px;
    height: 64px;
	margin-bottom: 8px;
}

.title {
    color: var(--Color-Content-General-1, #2C2C2C);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "IberPangea-Regular";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.subtitle {
    color: var(--Color-Content-General-1, #2C2C2C);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;

    font-family: "IberPangea-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.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;
}

.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;
}

.btn.contratalo:hover {
    background-color: #2f6852ab !important;
    border-color: #2f6852ab !important;
}

.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;
}

.boton-comparar-planes {
    width: 212px;
    height: 56px;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    background: #2F6852;
    border-radius: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.boton-comparar-planes:hover {
    background-color: #2f6852ab !important;
}

.texto-boton-me-interesa {
	text-align: center;
	color: #FFFAF6;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	word-wrap: break-word;
  }




@media(min-width: 576px){
.contenedorContenidoTarjeta {
	width: 492px;
}

}


@media(min-width: 768px){
.contenedorContenidoTarjeta {
	width: 672px;
}

}
@media(min-width: 992px){
	#carruselPorQueConIberdrola{
		padding-left: 82px;
		padding-right: 82px;
	}
	
	#carruselPorQueConIberdrola .swiper-slide{
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
	#carruselPorQueConIberdrola .contenedor-cards{
		display: flex;
		gap: 24px;
		
	}
	.contenedorContenidoTarjeta{
       width: 260px;	
	   padding-left: 16px;
	   padding-right: 16px;
	}
.carruselVentajasPorQueConIberdrola .swiper-pagination{
	display: none;
}


    

}

@media(min-width: 1200px){
	.contenedorContenidoTarjeta{
		width: 316px;
	}
}


@media(min-width: 1920px){
	.contenedorContenidoTarjeta{
		width: 408px;
	}

	
	#carruselPorQueConIberdrola{
		padding-left: 324px;
		padding-right: 324px;
	}
}

