.elementor-3 .elementor-element.elementor-element-845dc7a{--display:flex;--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );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 );}@media(max-width:1024px){.elementor-3 .elementor-element.elementor-element-845dc7a{--padding-top:0%;--padding-bottom:0%;--padding-left:5%;--padding-right:5%;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-3 .elementor-element.elementor-element-845dc7a{--padding-top:0%;--padding-bottom:0%;--padding-left:3%;--padding-right:3%;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS for text-editor, class: .elementor-element-f355ba8 */.hc-policy {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4em;
  color: #324A6D;
  background: #ffffff;
  max-width: 820px;
  margin: 0 auto;
  padding: 48px 24px 72px;
}

/* ── Linha de data ── */
.hc-policy .hc-updated {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #467FF7;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 2px solid #1C244B;
}

/* ── Parágrafos ── */
.hc-policy p {
  margin-bottom: 14px;
  line-height: 1.5em;
  color: #324A6D;
}
.hc-policy p:last-child {
  margin-bottom: 0;
}

/* ── H2 — Títulos de secção ── */
.hc-policy h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1C244B;
  margin: 50px 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4eaf4;
}
.hc-policy h2:first-of-type {
  margin-top: 40px;
}

/* ── Listas ── */
.hc-policy ul,
.hc-policy ol {
  margin: 10px 0 18px;
  padding-left: 0;
  line-height: 1.4em;
  font-weight: 400;
}
.hc-policy ul {
  list-style: none;
}
.hc-policy ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #324A6D;
  line-height: 1.4em;
  font-weight: 400;
}
.hc-policy ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #467FF7;
  border-radius: 50%;
  line-height: 1.4em;
  font-weight: 400;
}
.hc-policy ol {
  list-style: none;
  counter-reset: hc-counter;
}
.hc-policy ol li {
  counter-increment: hc-counter;
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #324A6D;
}
.hc-policy ol li::before {
  content: counter(hc-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  font-size: 11px;
  font-weight: 700;
  color: #467FF7;
  top: 3px;
  letter-spacing: 0.5px;
}

/* ── Links ── */
.hc-policy a {
  color: #467FF7;
  text-decoration: none;
  border-bottom: 1px solid rgba(70, 127, 247, 0.3);
  transition: border-color 0.2s, color 0.2s;
}
.hc-policy a:hover {
  color: #1C244B;
  border-bottom-color: #1C244B;
}

/* ── strong ── */
.hc-policy strong {
  font-weight: 600;
  color: #1C244B;
}

/* ── Bloco info (caixa com borda) ── */
.hc-policy .hc-box {
  border: 1px solid #e4eaf4;
  border-left: 3px solid #467FF7;
  padding: 18px 22px;
  margin: 20px 0;
  background: #f7f9ff;
}
.hc-policy .hc-box p {
  font-size: 14px;
  margin-bottom: 6px;
}
.hc-policy .hc-box p:last-child {
  margin-bottom: 0;
}

/* ── Bloco de contacto ── */
.hc-policy .hc-contact {
  background: #1C244B;
  padding: 24px 28px;
  margin: 20px 0;
}
.hc-policy .hc-contact p {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  margin-bottom: 6px;
}
.hc-policy .hc-contact p:last-child {
  margin-bottom: 0;
}
.hc-policy .hc-contact strong {
  color: #ffffff;
}
.hc-policy .hc-contact a {
  color: #467FF7;
  border-bottom-color: rgba(70,127,247,0.4);
}
.hc-policy .hc-contact a:hover {
  color: #ffffff;
  border-bottom-color: rgba(255,255,255,0.4);
}

/* ── Bloco WooCommerce / Área de clientes (nota especial) ── */
.hc-policy .hc-note {
  background: #f0f4ff;
  border-left: 3px solid #1C244B;
  padding: 14px 18px;
  margin: 16px 0;
}
.hc-policy .hc-note p {
  font-size: 13.5px;
  color: #1C244B;
  margin: 0;
}

/* ── Bloco Complianz (Política de Cookies) ── */
.hc-policy .hc-complianz {
  border: 1px solid #e4eaf4;
  padding: 18px 22px;
  margin: 14px 0;
  background: #fafbff;
}
.hc-policy .hc-complianz-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #467FF7;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #e4eaf4;
}

/* ── Tabela (Complianz injeta tabela de cookies) ── */
.hc-policy table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  margin: 12px 0;
}
.hc-policy table th {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #467FF7;
  padding: 10px 12px;
  border-bottom: 2px solid #1C244B;
  text-align: left;
  background: #f7f9ff;
}
.hc-policy table td {
  padding: 10px 12px;
  border-bottom: 1px solid #e4eaf4;
  color: #324A6D;
  vertical-align: top;
}
.hc-policy table tr:last-child td {
  border-bottom: none;
}
.hc-policy table tr:hover td {
  background: #f7f9ff;
}

/* ── Rodapé da política ── */
.hc-policy .hc-footer-note {
  font-size: 12px;
  color: #7a8fa8;
  margin-top: 48px;
  padding-top: 16px;
  border-top: 1px solid #e4eaf4;
  letter-spacing: 0.3px;
}

@media only screen and (max-width: 600px) {
.hc-policy ul li {
  font-size: 0.8rem;
  line-height: 1.3rem;
  font-weight: 400;
}

.hc-policy ol li {
  font-size: 0.8rem;
  line-height: 1.3rem;
  font-weight: 400;
}

.hc-box, .hc-note, .hc-contact P{
  font-size: 0.8rem;
  line-height: 1.4rem;
  font-weight: 400;
}

p {
  font-size: 0.8rem;
  line-height: 1.3rem;
  font-weight: 400;
}

.hc-policy table th td{
  font-size: 0.8rem;
  line-height: 1.3rem;
  font-weight: 400;
}

.hc-policy h2 {
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 600; 
}
    
}/* End custom CSS */