.elementor-7406 .elementor-element.elementor-element-2f74bfd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-05eb6b4 *//* =========================================
   MÓDULO: POLÍTICAS (DISEÑO PREMIUM BLANCO)
========================================= */

.pol-section {
  background-color: #ffffff;
  padding: 10rem 2rem;
  position: relative;
  overflow: hidden;
}

/* Decoraciones abstractas */
.pol-decor {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  z-index: 0;
  pointer-events: none;
}

.pol-decor-tl {
  width: 500px;
  height: 500px;
  background: rgba(179, 25, 36, 0.04);
  top: 5%;
  left: -10%;
}

.pol-decor-br {
  width: 600px;
  height: 600px;
  background: rgba(0, 0, 0, 0.03);
  bottom: -10%;
  right: -5%;
}

.pol-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* -- Encabezado -- */
.pol-header {
  max-width: 760px;
  margin: 0 auto 5rem auto;
  text-align: center;
}

.pol-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: #b31924;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0 0 1.2rem 0;
}

.pol-title {
  font-size: 4rem;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin: 0 0 1.5rem 0;
}

.pol-title-red {
  color: #b31924;
}

.pol-intro {
  font-size: 1.15rem;
  color: #555555;
  line-height: 1.8;
  margin: 0;
}

/* -- Rejilla -- */
.pol-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

/* -- Tarjeta -- */
.pol-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, rgba(250, 250, 250, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 28px;
  padding: 2.5rem 2rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.5s ease, border-color 0.5s ease;
}

.pol-card:hover {
  transform: translateY(-8px);
  border-color: rgba(179, 25, 36, 0.25);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.pol-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(179, 25, 36, 0.06);
  border: 1px solid rgba(179, 25, 36, 0.12);
  color: #b31924;
  margin-bottom: 1.8rem;
  transition: all 0.4s ease;
}

.pol-card:hover .pol-card-icon {
  background: #b31924;
  border-color: #b31924;
  color: #ffffff;
  transform: scale(1.06);
}

.pol-card-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin: 0 0 0.9rem 0;
}

.pol-card-text {
  font-size: 1rem;
  color: #666666;
  line-height: 1.7;
  margin: 0 0 2rem 0;
  flex-grow: 1;
}

.pol-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.pol-card-meta {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #999999;
}

.pol-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #b31924;
  text-decoration: none;
}

/* Hace clicable toda la tarjeta sin duplicar enlaces */
.pol-card-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 28px;
}

.pol-card-link svg {
  transition: transform 0.3s ease;
}

.pol-card:hover .pol-card-link svg {
  transform: translateX(4px);
}

.pol-card-link:focus-visible {
  outline: 2px solid #b31924;
  outline-offset: 4px;
}

/* -- Nota final -- */
.pol-note {
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
}

.pol-note-text {
  font-size: 1.05rem;
  color: #555555;
  line-height: 1.8;
  max-width: 620px;
  margin: 0 auto 2rem auto;
}

.pol-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 2.5rem;
  background-color: #b31924 !important;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 10px 25px rgba(179, 25, 36, 0.25);
}

.pol-btn:hover {
  background-color: #8f141d !important;
  color: #ffffff !important;
  box-shadow: 0 15px 30px rgba(179, 25, 36, 0.4);
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 1024px) {
  .pol-section {
    padding: 8rem 2rem;
  }

  .pol-title {
    font-size: 3.2rem;
  }

  .pol-header {
    margin-bottom: 4rem;
  }
}

@media (max-width: 768px) {
  .pol-section {
    padding: 6rem 1.5rem;
  }

  .pol-title {
    font-size: 2.5rem;
  }

  .pol-subtitle {
    font-size: 0.9rem;
  }

  .pol-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .pol-card {
    padding: 2rem 1.5rem;
  }
}/* End custom CSS */