.elementor-293 .elementor-element.elementor-element-78ed3844:not(.elementor-motion-effects-element-type-background), .elementor-293 .elementor-element.elementor-element-78ed3844 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-293 .elementor-element.elementor-element-78ed3844 > .elementor-container{min-height:250px;}.elementor-293 .elementor-element.elementor-element-78ed3844{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-293 .elementor-element.elementor-element-78ed3844 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-293 .elementor-element.elementor-element-5573decf > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:10px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-293 .elementor-element.elementor-element-2105efd6{text-align:center;}.elementor-293 .elementor-element.elementor-element-2105efd6 .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-59840b4 );}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-293 .elementor-element.elementor-element-2105efd6 .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-293 .elementor-element.elementor-element-2105efd6 .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}/* Start custom CSS for shortcode, class: .elementor-element-8af6b37 */.feedzy-rss .rss_header{
    display:none;
}/* Cards */
.feedzy-rss .rss_item {
    background: #fff !important;
    border: 1px solid #e2edf2 !important;
    border-radius: 16px !important;
    padding: 24px !important;
    margin-bottom: 24px !important;
    box-shadow: 0 4px 12px rgba(0,79,99,.08);
    display: flex !important;
    gap: 20px;
    align-items: flex-start;
}

/* Imagem */
.feedzy-rss .rss_image {
    flex-shrink: 0;
}

.feedzy-rss .rss_image img {
    border-radius: 12px;
    object-fit: cover;
}

/* Título */
.feedzy-rss .rss_item .title a{
    color:#004f63 !important;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
}

.feedzy-rss .title a:hover {
    color: #008cb0 !important;
}

/* Texto */
.feedzy-rss .rss_content p {
    color: #008cb0;
    line-height: 1.6;
}

.feedzy-rss small,
.feedzy-rss small a {
    color: #007896 !important;
}

/* TABLET */
@media (max-width: 1024px){

    .feedzy-rss .rss_item{
        padding:20px !important;
    }

    .feedzy-rss .title a{
        font-size:20px;
    }

    .feedzy-rss .rss_image,
    .feedzy-rss .rss_image a,
    .feedzy-rss .rss_image img{
        width:120px !important;
        height:120px !important;
    }
}

/* MOBILE */
@media (max-width: 767px){

    .feedzy-rss .rss_item{
        display:block !important;
        padding:18px !important;
    }

    .feedzy-rss .rss_image{
        margin:0 0 15px 0 !important;
        width:100% !important;
    }

    .feedzy-rss .rss_image a,
    .feedzy-rss .rss_image img{
        width:100% !important;
        height:220px !important;
        display:block;
    }

    .feedzy-rss .title a{
        font-size:18px !important;
        line-height:1.4;
    }

    .feedzy-rss .rss_content p{
        font-size:14px;
    }
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-6c9cd3e */.feedzy-rss .rss_item {
    background: #ffffff;
    border: 1px solid #e2edf2;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0, 79, 99, 0.08);
    transition: all 0.3s ease;
}

.feedzy-rss .rss_item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 79, 99, 0.15);
}

.feedzy-rss .rss_title a {
    color: #004f63;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.3;
}

.feedzy-rss .rss_title a:hover {
    color: #008cb0;
}

.feedzy-rss .rss_content {
    color: #4b5563;
    line-height: 1.7;
    margin-top: 12px;
}

.feedzy-rss .rss-date {
    color: #007896;
    font-weight: 600;
}

.feedzy-rss img {
    border-radius: 12px;
    margin-bottom: 16px;
}

.feedzy-rss .rss_read_more {
    display: inline-block;
    margin-top: 16px;
    background: #007896;
    color: #ffffff !important;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

.feedzy-rss .rss_read_more:hover {
    background: #004f63;
}/* End custom CSS */