.elementor-6353 .elementor-element.elementor-element-a4f0130{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-7ad415d *//* ----------------------------
  ESTILO GERAL DA SEÇÃO
---------------------------- */
.bb-section {
    max-width: 1100px;
    margin: auto;
    padding: 40px 20px;
    font-family: "Arial", sans-serif;
    color: #1d2d50;
}

/* ----------------------------
  TÍTULO PRINCIPAL
---------------------------- */
.bb-header {
    text-align: center;
    margin-bottom: 40px;
}

.bb-icon-title {
    font-size: 40px;
    margin-bottom: 10px;
}

.bb-header h2 {
    font-size: 32px;
    color: #0a3b78;
    margin-bottom: 10px;
}

.bb-header p {
    max-width: 800px;
    margin: auto;
    color: #444;
    font-size: 15px;
    line-height: 1.6;
}

/* ----------------------------
  SUBTÍTULO (VANTAGENS)
---------------------------- */
.bb-subtitle {
    text-align: center;
    margin-bottom: 40px;
}

.bb-sub-icon {
    font-size: 30px;
    margin-bottom: 5px;
}

.bb-subtitle h3 {
    font-size: 24px;
    color: #0a3b78;
    margin-bottom: 8px;
}

.bb-subtitle p {
    color: #666;
    font-size: 14px;
}

/* ----------------------------
  GRID DOS CARDS
---------------------------- */
.bb-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* ----------------------------
  CARD
---------------------------- */
.bb-card {
    background: #1d2d50;
    color: #fff;
    padding: 35px 20px;
    text-align: center;
    border-radius: 8px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Ícone do card */
.bb-card-icon {
    font-size: 45px;
    background: #ff7d00;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: white;
}

/* Texto do card */
.bb-card h4 {
    margin-bottom: 10px;
    font-size: 20px;
}

.bb-card p {
    font-size: 14px;
    line-height: 1.5;
}

/* Hover */
.bb-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* ----------------------------
  RODAPÉ DA SEÇÃO
---------------------------- */
.bb-footer-call {
    text-align: center;
    margin-top: 50px;
}

.bb-footer-icon {
    font-size: 35px;
    margin-bottom: 10px;
}

.bb-footer-call h3 {
    font-size: 26px;
    color: #0a3b78;
}

.bb-footer-call p {
    max-width: 700px;
    margin: auto;
    font-size: 14px;
    color: #555;
}

/* ----------------------------
  RESPONSIVO
---------------------------- */
@media (max-width: 900px) {
    .bb-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */