Conteúdo

:root {
--primary-color: #D91B03;
--header-text-color: #D91B03;
--theme-color: var(--primary-color);



header .bottom-header-part {
background-color: #D8322D;
}

.section-header .section-title::before {
background-color: #D8322D;
}
.mag-post-category.with-background a {
background-color: #D8322D;
}

.widget:not(.ascendoor-widget) .section-title::before {
background-color: #D8322D;
}

.mag-post-category:not(.with-background) a {
color: #D8322D;
}

/* ajuste altura da imagen centro do carrossel */
.banner-section.banner-section-style-1 .banner-section-wrapper .slider-part:nth-child(1) .mag-post-single {
min-height: 500px;
}