.contenedorCarruselAerotermia{
    padding: 32px 100px 48px 100px;
}

.contenedorCarruselAerotermia .owl-carousel{
    display: flex !important;
    gap:32px;
    justify-content: center;
}

.carruselBeneficiosAerotermia .item{
    width: 320px;
    height: 284px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.contenedorContenidoTarjeta{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.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;
    width: 296px;
}
.icono{
	width: 80px;
    height: 80px;
}

.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;
}

.contenedorCarruselAerotermia .owl-theme .owl-dots .owl-dot.active span,
.contenedorCarruselAerotermia .owl-theme .owl-dots .owl-dot:hover span{
	background: #00A443 !important;
    border: 1px solid #00A443 !important;
}

.contenedorCarruselAerotermia .owl-theme .owl-dots .owl-dot span{
    border: 1px solid #2F6854 !important;
    background: transparent !important;
}

@media (min-width:993px) and (max-width:1199px){
    .contenedorCarruselAerotermia .owl-carousel{
        flex-wrap: wrap;
    }
    .contenedorCarruselAerotermia{
        padding: 32px 83px 48px 83px;
	}
    .carruselBeneficiosAerotermia .item {
        width: 243px;
    }
    .contenedorDescripcionTarjeta {
        width: 243px;
    }
	.contenedorTituloTarjeta {
		width: 250px;
		text-align: center;
	}
	.contenedorSubtituloTarjeta {
		width: 280px;
	}
}
@media (width:992px){
    .contenedorCarruselAerotermia .owl-carousel{
        flex-wrap: wrap;
    }
    .contenedorCarruselAerotermia{
        padding: 32px 83px 48px 83px;
	}
    .carruselBeneficiosAerotermia .item {
        width: 243px;
    }
    .contenedorDescripcionTarjeta {
        width: 243px;
    }
	.contenedorTituloTarjeta {
		width: 250px;
		text-align: center;
	}
	.contenedorSubtituloTarjeta {
		width: 280px;
	}

}
@media (max-width:991px) {
    .contenedorCarruselAerotermia .owl-carousel{
        flex-direction: column;
        justify-content: initial;
    }

    .contenedorCarruselAerotermia{
        display: flex;
        justify-content: center;
    }

    .contenedorDescripcionTarjeta{
        width: 296px;
    }
}

@media (min-width:576px) and (max-width:991px){
    .contenedorCarruselAerotermia .owl-carousel{
        width: 496px;
    }

    .carruselBeneficiosAerotermia .item{
        width: 496px;
        height: 262px;
    }

    .contenedorCarruselAerotermia{
        padding: 16px 40px 40px 40px;
    }
}

@media (max-width:575px){
    .contenedorCarruselAerotermia .owl-carousel{
        width: 328px;
    }

    .carruselBeneficiosAerotermia .item{
        width: 328px;
        height: 284px;
    }

    .contenedorCarruselAerotermia{
        padding: 16px 16px 40px 16px;
    }

    .title{
        font-size: 24px;
    }
}
@media (min-width:1200px) and (max-width:1919){
    .contenedorDescripcionTarjeta {
        width: 301px;
    }

    .carruselBeneficiosAerotermia .item {
        width: 301px;
    }
}
@media (min-width:1920px){
    .contenedorDescripcionTarjeta {
        width: 395px;
    }

    .carruselBeneficiosAerotermia .item {
        width: 395px;
    }
}