.elementor-139 .elementor-element.elementor-element-22f7f0c{--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;}/* Start custom CSS for html, class: .elementor-element-35e9493 */.cdi-social-section {
  padding: 90px 20px;
  background: #ffffff;
  font-family: 'Inter', sans-serif;
}

.cdi-social-container {
  max-width: 1150px;
  margin: 0 auto;
}

.cdi-social-header {
  text-align: center;
  margin-bottom: 50px;
}

.cdi-social-badge {
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(62,168,252,0.1);
  color: #3ea8fc;
  font-weight: 700;
}

.cdi-social-header h2 {
  font-size: 46px;
  font-weight: 800;
  color: #0f172a;
}

.cdi-social-header p {
  color: #5b6475;
}

/* GRID */
.cdi-social-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 24px;
}

/* CARD */
.cdi-social-card {
  padding: 28px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e7ecf3;
  text-decoration: none;
  transition: all .3s ease;
}

/* ICONO */
.cdi-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}

/* TEXTO */
.cdi-social-card h3 {
  font-size: 22px;
  font-weight: 800;
  color: #111827;
}

.cdi-social-card p {
  color: #5b6475;
}

/* HOVER */
.cdi-social-card:hover {
  transform: translateY(-6px);
}

/* BORDES + SOMBRA POR RED */
.instagram {
  border-top: 4px solid #e1306c;
}
.instagram:hover {
  box-shadow: 0 20px 40px rgba(225,48,108,0.25);
}

.tiktok {
  border-top: 4px solid #000;
}
.tiktok:hover {
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.youtube {
  border-top: 4px solid #ff0000;
}
.youtube:hover {
  box-shadow: 0 20px 40px rgba(255,0,0,0.25);
}

/* RESPONSIVE */
@media(max-width:768px){
  .cdi-social-grid {
    grid-template-columns:1fr;
  }
}/* End custom CSS */