.elementor-988 .elementor-element.elementor-element-39236ac{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-d5307ac *//* --- Estilo Específico para Modal de Texto Longo --- */
.modal-text-scroll {
    max-height: 300px; /* Altura máxima do texto */
    overflow-y: auto;  /* Habilita rolagem vertical */
    text-align: left;
    margin-top: 20px;
    padding-right: 15px; /* Espaço para não colar na barra */
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal-text-scroll p {
    margin-bottom: 15px;
}

/* Customização da Barra de Rolagem do Modal */
.modal-text-scroll::-webkit-scrollbar {
    width: 6px;
}

.modal-text-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.modal-text-scroll::-webkit-scrollbar-thumb {
    background-color: var(--primary-blue); /* Azul da marca */
    border-radius: 3px;
}


/* --- CSS Isolado do Modal de Integrações --- */

/* Fundo Escuro (Overlay) */
#modal-integrations.sl-custom-modal {
    display: none; /* Controlado pelo JS */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 46, 74, 0.6); /* Azul marinho com transparência */
    backdrop-filter: blur(5px); /* Efeito de desfoque moderno */
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Estado Aberto (Classe que o JS deve adicionar, ou display block) */
#modal-integrations.sl-custom-modal.show {
    display: flex;
    opacity: 1;
}

/* O Container Branco (Modal Content) */
#modal-integrations .sl-modal-container {
    background-color: #ffffff;
    width: 90%;
    max-width: 600px; /* Largura ideal */
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    animation: slideUp 0.4s ease forwards;
    display: flex;
    flex-direction: column;
}

/* Botão Fechar */
#modal-integrations .sl-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    transition: color 0.2s;
    z-index: 10;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modal-integrations .sl-close-btn:hover {
    color: #f26522; /* Laranja da marca */
}

/* Cabeçalho */
#modal-integrations .sl-modal-header {
    padding: 30px 30px 20px 30px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

#modal-integrations .icon-header {
    width: 50px;
    height: 50px;
    background-color: #eef4fa; /* Azul bem clarinho */
    color: #0b2e4a; /* Azul Marinho */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
}

#modal-integrations .sl-modal-header h2 {
    margin: 0;
    color: #0b2e4a;
    font-size: 1.5rem;
    font-weight: 700;
}

#modal-integrations .sl-modal-header p {
    margin: 8px 0 0;
    color: #666;
    font-size: 0.95rem;
}

/* Corpo e Grid */
#modal-integrations .sl-modal-body {
    padding: 30px;
    background-color: #fff;
}

#modal-integrations .sl-grid-list {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 colunas */
    gap: 15px;
}

/* Item do Grid (Card) */
#modal-integrations .sl-grid-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #eee;
    transition: all 0.2s ease;
}

#modal-integrations .sl-grid-item:hover {
    border-color: #f26522; /* Laranja ao passar o mouse */
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(242, 101, 34, 0.15);
    transform: translateY(-2px);
}

#modal-integrations .item-icon {
    color: #f26522; /* Ícone Laranja */
    font-size: 22px;
    display: flex;
    align-items: center;
}

#modal-integrations .sl-grid-item span {
    color: #333;
    font-weight: 600;
    font-size: 0.9rem;
}

/* Rodapé */
#modal-integrations .sl-modal-footer {
    background-color: #f4f6f9;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #666;
}

#modal-integrations .sl-link-action {
    color: #0b2e4a;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s;
}

#modal-integrations .sl-link-action:hover {
    color: #f26522;
}

/* Animação de Entrada */
@keyframes slideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Responsividade Mobile */
@media (max-width: 600px) {
    #modal-integrations .sl-grid-list {
        grid-template-columns: 1fr; /* 1 coluna no celular */
    }
    #modal-integrations .sl-modal-footer {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}/* End custom CSS */