.elementor-8040 .elementor-element.elementor-element-45bd512{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-8040 .elementor-element.elementor-element-c5c73fb{--display:flex;}.elementor-8040 .elementor-element.elementor-element-ae78e25{width:var( --container-widget-width, 104.462% );max-width:104.462%;--container-widget-width:104.462%;--container-widget-flex-grow:0;}.elementor-8040 .elementor-element.elementor-element-ae78e25.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-ae78e25 *//* =============================================
   POLÍTICA DE PRIVACIDAD — TBL
   ============================================= */

.policy-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 28px;
  font-family: 'Poppins', sans-serif;
  color: #2c2c2c;
  background: #ffffff;
}

/* ---- ENCABEZADO ---- */
.policy-header {
  text-align: center;
  margin-bottom: 36px;
}

.policy-logo-line {
  width: 60px;
  height: 2px;
  background: black;
  margin: 12px auto;
}

.policy-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #173054;
  margin: 8px 0 4px;
  text-transform: uppercase;
}

.policy-subtitle {
  font-size: 0.95rem;
  color: #173054;
  font-style: 'Poppins', sans-serif;
  margin: 0;
}

/* ---- INTRO ---- */
.policy-intro-text {
  background: #f4f0e8;
  border-left: 4px solid black;
  padding: 18px 22px;
  border-radius: 4px;
  margin-bottom: 36px;
}

.policy-intro-text p {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.75;
  color: #444;
}

/* ---- GRID DE TARJETAS ---- */
.policy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-bottom: 36px;
}

.policy-card {
  background: #fafafa;
  border: 1px solid #e8e2d6;
  border-radius: 8px;
  padding: 24px 22px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  position: relative;
  overflow: hidden;
}

.policy-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, black, #173054);
}

.policy-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.09);
  transform: translateY(-3px);
}

.policy-card-icon {
  width: 40px;
  height: 40px;
  color: black;
  margin-bottom: 14px;
}

.policy-card-icon svg {
  width: 100%;
  height: 100%;
}

.policy-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.policy-card p,
.policy-card ul {
  font-size: 0.9rem;
  line-height: 1.72;
  color: #555;
  margin: 0;
}

.policy-card ul {
  padding-left: 0;
  list-style: none;
}

.policy-card ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 6px;
}

.policy-card ul li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: #b8962e;
  font-size: 1.1rem;
  line-height: 1;
  top: 1px;
}

.policy-card a {
  color: #173054;
  text-decoration: none;
  border-bottom: 1px solid rgba(184, 150, 46, 0.35);
  transition: border-color 0.2s;
}

.policy-card a:hover {
  border-color: #b8962e;
}

/* ---- PIE DE NOTA ---- */
.policy-footer-note {
  background: #1a1a2e;
  color: #ccc;
  border-radius: 8px;
  padding: 24px 28px;
  text-align: center;
}

.policy-footer-note p {
  font-size: 0.88rem;
  line-height: 1.7;
  margin: 0 0 12px;
}

.policy-date {
  display: inline-block;
  font-size: 0.8rem;
  color: #fff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}/* End custom CSS */