.elementor-3892 .elementor-element.elementor-element-dac0c88{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-dac0c88 */.fse-container {
    max-width: 800px;
    margin: 20px auto;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    background-color: #ffffff;
    line-height: 1.6;
}

.fse-header {
    background-color: #f8f9fa;
    padding: 30px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.fse-logo {
    max-width: 250px;
    height: auto;
}

.fse-content {
    padding: 40px;
    color: #333;
}

.fse-content h2 {
    color: #004494; /* Azul institucional */
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: center;
}

.fse-content p {
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.fse-highlight {
    background-color: #e7f1ff;
    padding: 20px;
    border-left: 5px solid #004494;
    border-radius: 4px;
    margin-top: 25px;
}

.fse-footer {
    padding: 20px 40px;
    background-color: #fdfdfd;
    border-top: 1px solid #eee;
}

.hashtag {
    color: #004494;
    font-weight: 600;
    margin-right: 10px;
    font-size: 0.9rem;
}/* End custom CSS */