#page-content {
    padding: 0 !important;
}
section .container--lg {
    max-width: 1265px;
}

.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;
}

@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;
    }
    
}

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

