.elementor-4919 .elementor-element.elementor-element-51579ab{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-9a9f650 *//* PEPAC PAGE STYLES - Responsivo - VERSÃO CORRIGIDA */
.pepac-container {
  max-width: 960px;
  margin: 0 auto 3rem;
  padding: 0 1rem;
}

.pepac-container * {
  font-family: Gellix, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.pepac-h1 {
  color: #0312c2;
  font-family: Gellix, sans-serif !important;
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.pepac-h2 {
  color: #0312c2;
  font-family: Gellix, sans-serif !important;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: bold;
  margin: 2rem 0 1rem;
  line-height: 1.3;
}

.pepac-h3 {
  color: #0312c2;
  font-family: Gellix, sans-serif !important;
  font-size: clamp(1.1rem, 3vw, 1.3rem);
  font-weight: bold;
  margin: 2rem 0 1rem;
}

.pepac-h4 {
  color: #0312c2;
  font-family: Gellix, sans-serif !important;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.pepac-body {
  color: #4a4a4a;
  font-family: Gellix, sans-serif !important;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.pepac-lead {
  font-family: Gellix, sans-serif !important;
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #4a4a4a;
}

.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.5rem;
}

.pepac-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-family: Gellix, sans-serif !important;
  font-size: 0.9rem;
}

.pepac-table th,
.pepac-table td {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
  font-family: Gellix, sans-serif !important;
}

.pepac-table thead tr {
  background-color: #0312c2;
  color: #ffffff;
}

.pepac-table thead th {
  color: #ffffff !important;
  font-weight: bold;
}

.pepac-table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.pepac-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.pepac-btn {
  display: inline-block;
  padding: 12px 32px;
  text-decoration: none !important;
  border-radius: 4px;
  font-family: Gellix, sans-serif !important;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.3s;
  text-align: center;
}

.pepac-btn-primary {
  background-color: #0312c2;
  color: #ffffff !important;
}

.pepac-btn-secondary {
  background-color: #5cd9ba;
  color: #0312c2 !important;
}

.pepac-btn-primary:hover {
  background-color: #020a7a;
  color: #ffffff !important;
}

.pepac-btn-secondary:hover {
  background-color: #4bc9aa;
  color: #0312c2 !important;
}

.pepac-info-box {
  background-color: #f5f5f5;
  padding: 1.5rem;
  border-left: 4px solid #5cd9ba;
  margin-bottom: 1.5rem;
  border-radius: 4px;
}

.pepac-info-box p {
  font-family: Gellix, sans-serif !important;
  color: #4a4a4a;
}

.pepac-highlight-box {
  background-color: #f9f9f9;
  padding: 1.5rem;
  border-left: 4px solid #0312c2;
  margin-bottom: 1.5rem;
  border-radius: 4px;
}

.pepac-highlight-box p {
  font-family: Gellix, sans-serif !important;
  color: #4a4a4a;
}

.pepac-divider {
  border: none;
  border-top: 1px solid #0312c2;
  margin: 2rem auto;
}

.pepac-list {
  color: #4a4a4a;
  font-family: Gellix, sans-serif !important;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.pepac-list li {
  font-family: Gellix, sans-serif !important;
  color: #4a4a4a;
}

.pepac-footer-note {
  margin-top: 3rem;
  padding: 1.5rem;
  background-color: #f5f5f5;
  border-left: 4px solid #0312c2;
}

.pepac-footer-note p {
  font-family: Gellix, sans-serif !important;
  color: #4a4a4a;
}

/* Links dentro de parágrafos */
.pepac-body a,
.pepac-list a {
  color: #0312c2;
  text-decoration: underline;
}

.pepac-body a:hover,
.pepac-list a:hover {
  color: #020a7a;
}

/* MOBILE RESPONSIVO */
@media screen and (max-width: 768px) {
  .pepac-container {
    padding: 0 1rem;
  }
  
  .pepac-table {
    font-size: 0.8rem;
  }
  
  .pepac-table th,
  .pepac-table td {
    padding: 8px;
  }
  
  .pepac-btn {
    width: 100%;
    padding: 14px 20px;
  }
  
  .pepac-btn-group {
    flex-direction: column;
  }
  
  .pepac-list {
    padding-left: 1.25rem;
  }
}

@media screen and (max-width: 480px) {
  .pepac-table {
    font-size: 0.75rem;
    min-width: 500px;
  }
  
  .pepac-info-box,
  .pepac-highlight-box,
  .pepac-footer-note {
    padding: 1rem;
  }
}/* End custom CSS */