.elementor-246 .elementor-element.elementor-element-6356bfe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-71607a9 *//* ================= SECCIÓN ================= */
.derechos-deberes{
  padding:80px 20px;
  background:linear-gradient(180deg,#ffffff,#f4f8ff);
  font-family:Arial, Helvetica, sans-serif;
}

.container-dd{
  max-width:1200px;
  margin:auto;
}

/* HEADER */
.header-dd{
  text-align:center;
  margin-bottom:60px;

  opacity:0;
  transform:translateY(40px);
  transition:.8s ease;
}

.header-dd.active{
  opacity:1;
  transform:translateY(0);
}

.header-dd .badge{
  background:#003C87;
  color:#fff;
  padding:8px 18px;
  border-radius:20px;
  font-size:13px;
  font-weight:700;
}

.header-dd h1{
  font-size:42px;
  color:#003C87;
  margin:20px 0;
  font-weight:900;
}

.header-dd p{
  max-width:700px;
  margin:auto;
  color:#5b6e86;
  font-size:18px;
}

/* GRID */
.dd-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
}

/* COLUMNAS */
.titulo-dd{
  font-size:26px;
  color:#003C87;
  margin-bottom:20px;
  font-weight:800;
}

/* CARDS */
.dd-card{
  background:linear-gradient(135deg, #0f67d0, #003C87);
  padding:18px 20px;
  border-radius:14px;
  margin-bottom:15px;
  box-shadow:0 8px 20px rgba(0,0,0,0.08);
  color: #fff !important;
  font-weight: bold;
  opacity:0;
  transform:translateY(30px);
  transition:.5s ease;
}

/* ANIMACIÓN */
.dd-card.active{
 color: #fff !important;
  opacity:1;
  transform:translateY(0);
}

/* HOVER */
.dd-card:hover{
  transform:translateY(-5px);
  box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

/* TEXTO */
.dd-card p{
  font-size:15px;
  color:#fff;
  line-height:1.6;
}

/* RESPONSIVE */
@media(max-width:900px){

  .dd-grid{
    grid-template-columns:1fr;
  }

  .header-dd h1{
    font-size:30px;
  }

}/* End custom CSS */