.elementor-4686 .elementor-element.elementor-element-6ae201e{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-4686 .elementor-element.elementor-element-3dc43b0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-eda6d76 *//* Estilização Geral para os Posts da B7 */
body{
    font-family: sans-serif;
}

.b7-container {
    line-height: 1.6;
    color: #444;
    max-width: 900px;
    margin: 0 auto;
}

.b7-banner {
    border-radius: 8px;
    margin-bottom: 25px;
    height: auto;
    max-width: 100%;
}

.b7-title {
    color: #5bc0de; /* Azul da sua imagem */
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.b7-subtitle {
    color: #5bc0de;
    font-size: 20px;
    margin-top: 30px;
}

.b7-text {
    font-size: 16px;
    margin-bottom: 15px;
}

.b7-list {
    list-style: none;
    padding-left: 0;
}

.b7-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.b7-list li::before {
    content: "✓";
    color: #5bc0de;
    font-weight: bold;
    margin-right: 10px;
}

/* Botão de Call to Action */
.b7-contato {
    text-align: center;
    margin-top: 40px;
}

.b7-button {
    background-color: #5bc0de;
    color: #ffffff !important;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease;
    display: inline-block;
}

.b7-button:hover {
    background-color: #46b1d1;
    text-decoration: none;
}/* End custom CSS */