#item-16131538282 .column-wrapper {
    display: block !important;
}


.ba-item-image.overlay-effect {
    position: relative;
}

.ba-item-image.overlay-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,7,31,0.15), rgba(3,153,82,0.15));
    border-radius: 25px;
    pointer-events: none;
    z-index: 2;
}

.ba-item-image.overlay-effect img {
    border-radius: 25px;
}

.ba-item-image.overlay-effect .ba-image-wrapper {
    border-radius: 25px;
    overflow: hidden;
}

        /* CSS específico para Gridbox */
        .ba-section.wavy-background {
            position: relative;
            min-height: 100vh;
            background-color: #000;
            overflow: hidden;
        }

        .ba-section.wavy-background .wavy-canvas {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .ba-section.wavy-background .ba-section-items {
            position: relative;
            z-index: 10;
            min-height: 100vh;
            display: flex;
            align-items: center;
        }

        .ba-section.wavy-background .ba-grid-column {
            color: white;
            text-align: center;
            padding: 2rem;
        }

        /* Estilos de exemplo para o conteúdo */
        .hero-title {
            font-size: clamp(2rem, 5vw, 4rem);
            font-weight: bold;
            margin-bottom: 1rem;
            line-height: 1.2;
        }

        .hero-subtitle {
            font-size: clamp(1rem, 2vw, 1.25rem);
            opacity: 0.9;
        }

.linha-verde-centro {
  width: 80px;
  height: 4px;
  background-color: #10b981; /* ou a cor verde desejada */
  border: none;
  margin: 7px auto;
  border-radius: 2px;
}
.linha-verde-esq {
  width: 80px;
  height: 4px;
  background-color: #10b981; /* ou a cor verde desejada */
  border: none;
  margin: 0px 0px;
  border-radius: 2px;
}
/* Estilos específicos para os blocos do acordeão */
.accordion-group {
  background: #ffffff !important;
  border-radius: 25px !important;
  margin-bottom: 10px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  border: none !important;
  overflow: hidden !important;
}

/* Garantir que o cabeçalho tenha fundo branco */
.accordion-heading {
  background: #ffffff !important;
  border: none !important;
}

/* Garantir que o corpo do acordeão tenha fundo branco */
.accordion-body {
  background: #ffffff !important;
  border: none !important;
}

/* Garantir que o conteúdo interno tenha fundo branco */
.accordion-inner {
  background: #ffffff !important;
}

.ba-item-icon-list .vertical-layout li {
    margin-top: 0px !important;
}
