.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-30 .elementor-element.elementor-element-680cafd .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-30 .elementor-element.elementor-element-723e595{margin:25px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-primary );}.elementor-30 .elementor-element.elementor-element-0dc9eef{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:767px){.elementor-30 .elementor-element.elementor-element-680cafd .elementor-heading-title{font-size:25px;}.elementor-30 .elementor-element.elementor-element-723e595{margin:015px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS */.recursos-tabs { 
    display: flex; 
    flex-wrap: wrap; gap: 12px; 
    margin-bottom: 30px;
    justify-content: center; 
}
.tab-btn { 
    background: #fff; 
    border: 2px solid #ef1b8c; 
    color: #333; padding: 10px 22px; 
    border-radius: 50px; 
    font-weight: 600; 
    font-size: 14px; 
    cursor: pointer; 
    transition: all 0.25s ease; 
}
@media (max-width: 767px) {
    .recursos-tabs {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important; 
        gap: 8px !important; 
        width: 100% !important;
        padding: 0 4px !important; 
    }

    .recursos-tabs .tab-btn {
        flex: 1 1 calc(50% - 4px) !important;
        width: calc(50% - 4px) !important;
        font-size: 13px !important; 
        padding: 10px 8px !important;
        text-align: center !important; 
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important; 
    }
}
.tab-btn:hover, .tab-btn.active { 
    background: #ef1b8c; 
    color: #fff; 
    box-shadow: 0 4px 12px rgba(239, 27, 140, 0.2); }

.recursos-search-wrapper { 
    margin-bottom: 40px; 
}
.recursos-search-wrapper input { 
    width: 100%; padding: 15px 20px; 
    font-size: 16px; border: 1px solid #ccc; 
    border-radius: 6px; 
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.05); 
    transition: border 0.2s; 
}
.recursos-search-wrapper input:focus { 
    border-color: #ef1b8c; 
    outline: none; 
}

.recursos-grid { 
    display: grid; grid-template-columns: repeat(2, 1fr); 
    gap: 30px; 
}
.recurso-card { 
    background: transparent; 
    transition: opacity 0.2s ease; 
}

.recurso-link { 
    display: flex; 
    align-items: flex-start; 
    gap: 15px; 
    text-decoration: none; 
    color: #333; 
}
.recurso-icon { 
    width: 45px; 
    height: auto; 
    flex-shrink: 0; 
}
.recurso-title { 
    font-size: 15px; 
    line-height: 1.4; 
    font-weight: 500; 
    color: #444; 
    margin: 0; 
    transition: color 0.2s; 
}
.recurso-link:hover .recurso-title { 
    color: #ef1b8c;
}

@media (max-width: 768px) {
    .recursos-grid { 
        grid-template-columns: 1fr; gap: 20px; 
    }
}
.recurso-link { 
    display: flex; 
    align-items: center; 
    text-decoration: none; 
    color: #333; 
}/* End custom CSS */