.elementor-6495 .elementor-element.elementor-element-44cc857{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-6495 .elementor-element.elementor-element-44cc857:not(.elementor-motion-effects-element-type-background), .elementor-6495 .elementor-element.elementor-element-44cc857 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B073D;}.elementor-6495 .elementor-element.elementor-element-a63b7fd{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-6495 .elementor-element.elementor-element-0067520 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-6495 .elementor-element.elementor-element-3f96195{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-6495 .elementor-element.elementor-element-3f96195:not(.elementor-motion-effects-element-type-background), .elementor-6495 .elementor-element.elementor-element-3f96195 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B073D;}.elementor-6495 .elementor-element.elementor-element-52de20a3{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-0067520 *//* =========================
   EVENTOS EN COLOMBIA - CARDS UNIVERSAL (PREMIUM)
   Branding: #fb8500 / #0b073d | Tipografía: Poppins
   ========================= */

.eec-cards{
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;

  background: #0b073d; /* FONDO MODIFICADO */
  color: #0b073d;
  font-family: 'Poppins', sans-serif;
}

.eec-cards,
.eec-cards *{
  box-sizing: border-box;
}

/* Header opcional */
.eec-cards__header{
  text-align: center;
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  font-weight: 800;
  color: #fb8500;
  margin: 0 0 34px;
  letter-spacing: -0.5px;
}

/* Grid */
.eec-cards__grid{
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
  gap: 26px !important;
  align-items: stretch !important;
}

/* Card */
.eec-cards__item{
  width: 100%;
  max-width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  padding: 18px;
  text-align: left;

  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(11, 7, 61, 0.08);

  box-shadow:
    0 10px 30px rgba(11, 7, 61, 0.08),
    0 2px 10px rgba(0, 0, 0, 0.04);

  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.eec-cards__item:hover{
  transform: translateY(-6px);
  border-color: rgba(251, 133, 0, 0.28);

  box-shadow:
    0 18px 45px rgba(11, 7, 61, 0.12),
    0 6px 16px rgba(0, 0, 0, 0.06);
}

/* Links */
.eec-cards__item a{
  text-decoration: none !important;
  color: inherit;
}

/* Thumbnail */
.eec-cards__thumb{
  position: relative;
  width: 100%;
  margin-bottom: 14px;

  overflow: hidden;
  border-radius: 14px;
  background: rgba(11, 7, 61, 0.06);
}

.eec-cards__thumb-link{
  display: block;
  width: 100%;
}

/* Imagen HD percibida */
.eec-cards__thumb img{
  width: 100%;
  height: auto;
  display: block;

  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;

  transform: scale(1.001);
  image-rendering: auto;

  transition: transform 0.35s ease, filter 0.35s ease;
}

/* Overlay */
.eec-cards__thumb::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;

  background: linear-gradient(
    to top,
    rgba(11, 7, 61, 0.35),
    rgba(11, 7, 61, 0.10),
    rgba(11, 7, 61, 0)
  );

  pointer-events: none;
}

/* Hover imagen */
.eec-cards__item:hover .eec-cards__thumb img{
  transform: scale(1.04);
  filter: saturate(1.06) contrast(1.03);
}

/* Título */
.eec-cards__title{
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 6px 0 10px;

  color: #0b073d;
  letter-spacing: -0.2px;
}

.eec-cards__title a{
  transition: color 0.2s ease, opacity 0.2s ease;
}

.eec-cards__title a:hover{
  color: #fb8500;
}

/* Meta */
.eec-cards__meta{
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;

  margin-top: 2px;
}

.eec-cards__date{
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(11, 7, 61, 0.72);
}

.eec-cards__sep{
  font-weight: 800;
  color: rgba(11, 7, 61, 0.35);
}

.eec-cards__cat{
  display: inline-flex;
  align-items: center;

  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  padding: 5px 10px;
  border-radius: 999px;

  font-size: 0.78rem;
  font-weight: 800;

  color: rgba(11, 7, 61, 0.85);
  background: rgba(11, 7, 61, 0.06);
  border: 1px solid rgba(11, 7, 61, 0.10);

  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.eec-cards__cat:hover{
  background: rgba(251, 133, 0, 0.14);
  border-color: rgba(251, 133, 0, 0.35);
  transform: translateY(-1px);
}

.eec-cards__empty{
  text-align: center;
  font-weight: 600;
  color: rgba(11, 7, 61, 0.70);
}

/* Responsive */
@media (max-width: 768px){
  .eec-cards{
    margin: 40px auto;
  }

  .eec-cards__grid{
    gap: 18px !important;
  }

  .eec-cards__item{
    padding: 16px;
    border-radius: 16px;
  }

  .eec-cards__title{
    font-size: 1.05rem;
  }

  .eec-cards__thumb img{
    aspect-ratio: 4 / 3;
  }
}/* End custom CSS */