.aerotermia-mod04 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 16px;
    justify-content: center;
    position: relative;
    overflow: visible;
    padding-right: 0;
}

.aerotermia-mod04 .title {
	font-family: "IberPangea-Regular",sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	padding: 0;
	margin-bottom: 16px;
	text-align: center;
}

.aerotermia-mod04 .subtitle {
	font-family: "IberPangeaText-Regular",sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	padding: 0;
	margin-bottom: 32px;
	text-align: center;
	padding-right: 16px;
}


/* CAROUSEL */
.aerotermia-mod04 .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 24px;
	margin: 0;
	padding: 0;
}

/* ITEMS */
.aerotermia-mod04 .aerotermia-mod04-content .item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: 304px;
    height: 330px;
    padding: 12px;
    border-radius: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.aerotermia-mod04 .aerotermia-mod04-content .item .body {
    background: #FFF;
    border-radius: 16px;
    padding: 12px 16px;
}

.aerotermia-mod04 .aerotermia-mod04-content .item .body .title {
    font-family: "IberPangea-Regular", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    margin-bottom: 8px;
    color: #2c2c2c;
    text-align: center;
}

.aerotermia-mod04 .aerotermia-mod04-content .item .body .text {
    font-family: "IberPangeaText-Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #2c2c2c;
    margin-bottom: 1rem;
    text-align: center;
}

.aerotermia-mod04 .aerotermia-mod04-content .item .body .text a {
	text-decoration: underline;
	color: #2c2c2c;
}

.aerotermia-mod04 .aerotermia-mod04-content .item .body .contenedor-link {
	text-align: center;
}

.aerotermia-mod04 .aerotermia-mod04-content .item .body .contenedor-link .link {
	color: #2F6852;
	font-family: "IberPangeaText-Regular", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	text-decoration-line: underline;
	background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg id="flecha-derecha/16px"%3E%3Crect width="15.9981" height="15.9981" transform="translate(0 16) rotate(-90)" fill="white"/%3E%3Cpath id="Shape" d="M5.96094 2.4939L11.2936 7.99323L5.96094 13.4926" stroke="%232F6852" stroke-width="1.5" stroke-linecap="square"/%3E%3C/g%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 16px;
}

.aerotermia-mod04 .aerotermia-mod04-content .item .body .contenedor-link:focus,
.aerotermia-mod04 .aerotermia-mod04-content .item .body .contenedor-link:hover {
	opacity: .6;
	outline: none;
}

.aerotermia-mod04 .aerotermia-mod04-content .first {
	background-image: url("/documents/20122/33289785/te-interesa-1-992.webp");
	margin: 0px;
}

.aerotermia-mod04 .aerotermia-mod04-content .item.second {
	background-image: url("/documents/20122/33289785/te-interesa-2-992.webp");
}

.aerotermia-mod04 .aerotermia-mod04-content .item.third {
	background-image: url("/documents/20122/33289785/te-interesa-3-992.webp");
}

.aerotermia-mod04 .texto-legal{
	color: #000;
	font-family: "IberPangeaText-Regular", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 0;
	width: 100%;
	margin-top: 32px;
}

/*
	DOTS
*/
.aerotermia-mod04 .owl-dots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}

.aerotermia-mod04 .owl-dot{
	height: 10px;
	width: 10px;
	background-color: white;
	border: 1px solid #00A443 !important;
	border-radius: 10px;
}

.aerotermia-mod04 .owl-dot.active{
	background-color: #00A443;
	outline: 0;
}

.aerotermia-mod04 .owl-dot:hover,
.aerotermia-mod04 .owl-dot:focus {
	opacity: .6;
	outline: 0;
	box-shadow: 0 0 0 1px #5BD38C;
}


@media (min-width: 576px) {


	.aerotermia-mod04{
		padding: 40px 42px;
		padding-right: 0;
	}
	.aerotermia-mod04 .subtitle{
		padding-right: 42px;
	}
}
@media (min-width: 768px) {


	.aerotermia-mod04{
		padding: 40px 48px;
		padding-right: 0;
	}
	.aerotermia-mod04 .subtitle{
		padding-right: 48px;
	}
}
@media (min-width: 992px) {

	.aerotermia-mod04 {
	    padding: 40px 82px;
		padding-right: 0;
	}
	.aerotermia-mod04 .subtitle{
		padding-right: 82px;
	}

	.aerotermia-mod04 .title {
		font-size: 32px;
		line-height: 40px;
	}

	.aerotermia-mod04 .owl-carousel .owl-stage {
		gap: 24px;
	}
	
}
@media (min-width: 1200px) {

	.aerotermia-mod04 {
	    padding: 40px 102px;
	}
	.aerotermia-mod04 .subtitle{
		padding-right: 0;
	}
	.aerotermia-mod04 .aerotermia-mod04-content .item {
		width: 316px;
	}
	
	.aerotermia-mod04 .aerotermia-mod04-content {
		display: flex !important;
		justify-content: center;
		gap: 24px;
	}
	
	.aerotermia-mod04 .aerotermia-mod04-content .item.first {
		background-image: url("/documents/20122/33289889/te-interesa-1-1200.webp");
	}
	.aerotermia-mod04 .aerotermia-mod04-content .item.second {
		background-image: url("/documents/20122/33289889/te-interesa-2-1200.webp");
	}
	.aerotermia-mod04 .aerotermia-mod04-content .item.third {
		background-image: url("/documents/20122/33289889/te-interesa-3-1200.webp");
	}
	
}
@media (min-width: 1920px) {
	
	.aerotermia-mod04 {
		padding: 40px 324px;
	}
	
	.aerotermia-mod04 .title {
		max-width: 1280px;	
	}

	.aerotermia-mod04 .aerotermia-mod04-content .item {
		width: 408px;
	}
	
	.aerotermia-mod04 .aerotermia-mod04-content .item.first {
		background-image: url("/documents/20122/33289746/te-interesa-1-1920.webp");
	}
	
	.aerotermia-mod04 .aerotermia-mod04-content .item.second {
		background-image: url("/documents/20122/33289746/te-interesa-2-1920.webp");
	}

	.aerotermia-mod04 .aerotermia-mod04-content .item.third {
		background-image: url("/documents/20122/33289746/te-interesa-3-1920.webp");
	}
}
