/* Renderiza sem lazy load caso o bloco seja o primeiro filho da página */
.block--free:first-child {
	content-visibility: visible;
}

#page-content {
    padding: 0 !important;
}

.homepage__blocks__list .block--free.reset__spacing .container {
    margin-top: 0;
    padding-top: 0;
    border-top: unset;
}

.block_free_iframe .custom_iframe .iframe_tse {
    width: 100%;
    overflow: hidden;
    height: 900px;
    border: none;
}

div#business_iframe {
    top: 24px;
}

.block_free_iframe .custom_iframe .iframe_tse__mid {
    width: 100%;
    overflow: hidden;
    height: 950px;
    border: none;
}

.block_free_iframe .custom_iframe .iframe_tse__small {
    width: 100%;
    overflow: hidden;
    height: 600px;
    border: none;
}

.block_free_iframe .custom_iframe .iframe_tse__large {
    width: 100%;
    overflow: hidden;
    height: 1460px;
    border: none;
}

.block_free_iframe .section_title {
    font-size: 22px;
    color: var(--black);
    text-transform: uppercase;
    margin: 0 0 16px 0;
    font-weight: 700;
}

.section_title.bordered {
    border-top: 2px #D0D0D0 solid;
    padding-top: 31px;
}

.section_title::after {
    content: '';
    width: 34px;
    height: 4px;
    background:rgb(204, 0, 0);
    display: block;
    margin-top: 4px;
}

.section_subtitle {
    margin-bottom: 32px;
    color: #54555E;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
}

.block_free_iframe .agregador_title {
	font-size: 40px;
	padding: 0;
	margin: 20px 0 10px 0;
	position: relative;
	font-weight: 600;
	font-family: 'CNN Sans Condensed', sans-serif;
}

.block_free_iframe .agregador_subtitle {
	padding: 0;
    margin: 0;
    font-size: 24px;
    font-family: 'CNN Sans Condensed Light', sans-serif;
	font-weight: 500;
    line-height: 32px;
}

.block-free__read-more {
    text-align: right;
}

.block-free__read-more__link {
    font-size: 14px;
    font-weight: 500;
    line-height: 22.5px;
    color: var(--clr-cnn-grey-5);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

@media (max-width: 768px) {
    .block_free_iframe .custom_iframe .iframe_tse {
        height: 100%;
        min-height: 1220px;
    }

    .block_free_iframe .custom_iframe .iframe_tse__mid {
        height: 100%;
        min-height: 1230px;
    }

    .block_free_iframe .custom_iframe .iframe_tse__small {
        height: 600px;
    }

    .block_free_iframe .custom_iframe .iframe_tse__large {
        height: 100%;
        min-height: 1600px;
    }

    .block_free_iframe .agregador_title {
        font-size: 32px;
        line-height: 40px;
    }

    .block_free_iframe .agregador_subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    .homepage__blocks__list .block--free .container {
        padding: 0;
    }

    .homepage__blocks__list .block--free .container > .block__title {
        margin: 24px 24px 16px;
    }

	.homepage__blocks__list [class*="col--"]:not(body) .block--free .container > .block__title,
	.homepage__blocks__list [class*="col__"]:not(body) .block--free .container > .block__title {
		margin-inline: 0;
    }
}

@media (max-width: 390px) {
    .block_free_iframe .custom_iframe .iframe_tse {
        min-height: 1220px;
    }
}

.pop__home__ads > div {
    margin-top: 32px;
}

