.elementor-118 .elementor-element.elementor-element-c83b968{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:140px;--padding-bottom:060px;--padding-left:060px;--padding-right:060px;}.elementor-118 .elementor-element.elementor-element-c83b968:not(.elementor-motion-effects-element-type-background), .elementor-118 .elementor-element.elementor-element-c83b968 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-df4e3f7 );}.elementor-118 .elementor-element.elementor-element-00174b9{text-align:center;}.elementor-118 .elementor-element.elementor-element-00174b9 .elementor-heading-title{font-family:"Agrandir", Sans-serif;font-size:100px;font-weight:700;letter-spacing:-5px;color:#000000;}.elementor-118 .elementor-element.elementor-element-cd95fed{width:var( --container-widget-width, 55% );max-width:55%;--container-widget-width:55%;--container-widget-flex-grow:0;text-align:center;}.elementor-118 .elementor-element.elementor-element-cd95fed .elementor-heading-title{font-family:"Agrandir", Sans-serif;font-size:20px;font-weight:300;line-height:28px;color:#000000;}.elementor-118 .elementor-element.elementor-element-92d0176{width:var( --container-widget-width, 70% );max-width:70%;--container-widget-width:70%;--container-widget-flex-grow:0;}.elementor-118 .elementor-element.elementor-element-0d660eb{width:var( --container-widget-width, 70% );max-width:70%;--container-widget-width:70%;--container-widget-flex-grow:0;}.elementor-118 .elementor-element.elementor-element-70640c0{--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;--padding-top:0px;--padding-bottom:60px;--padding-left:60px;--padding-right:60px;}.elementor-118 .elementor-element.elementor-element-70640c0:not(.elementor-motion-effects-element-type-background), .elementor-118 .elementor-element.elementor-element-70640c0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-df4e3f7 );}@media(min-width:1441px){.elementor-118 .elementor-element.elementor-element-c83b968{--min-height:100vh;--padding-top:0160px;--padding-bottom:80px;--padding-left:80px;--padding-right:80px;}}@media(max-width:1024px){.elementor-118 .elementor-element.elementor-element-c83b968{--min-height:130vh;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:120px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-118 .elementor-element.elementor-element-00174b9 .elementor-heading-title{letter-spacing:-3px;}.elementor-118 .elementor-element.elementor-element-cd95fed{width:var( --container-widget-width, 90% );max-width:90%;--container-widget-width:90%;--container-widget-flex-grow:0;}.elementor-118 .elementor-element.elementor-element-92d0176{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-118 .elementor-element.elementor-element-70640c0{--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}}@media(max-width:767px){.elementor-118 .elementor-element.elementor-element-c83b968{--min-height:550px;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:120px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-118 .elementor-element.elementor-element-00174b9 .elementor-heading-title{font-size:48px;letter-spacing:-2px;}.elementor-118 .elementor-element.elementor-element-cd95fed{width:var( --container-widget-width, 92% );max-width:92%;--container-widget-width:92%;--container-widget-flex-grow:0;}.elementor-118 .elementor-element.elementor-element-cd95fed .elementor-heading-title{font-size:18px;line-height:24px;}.elementor-118 .elementor-element.elementor-element-70640c0{--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for container, class: .elementor-element-70640c0 */.filtros {
  font-size: 16px;
}

.dropdown-selected {
  font-size: 16px;
}

.dropdown-options div {
  font-size: 16px;
}


/* GRID */
.custom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* CARD */
.card {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 60px;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

/* HOVER */
.card:hover {
  transform: translateY(-6px);
}

/* TITULO */
.card h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  color: #111;
  margin-bottom: 20px;
}

/* LINK */
.card a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
}


.card .meta {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}


/* CONTENEDOR */
.filtros {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 30px;
}

/* DROPDOWN */
.dropdown {
  position: relative;
  width: 160px;
  font-family: 'Agrandir', sans-serif;
  font-weight: 700;
  cursor: pointer;
}

/* SELECTED */
.dropdown-selected {
  padding: 10px 16px;
  border: 1.5px solid #000;
  border-radius: 8px;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.card .content {
  flex-grow: 1;
}
/* ICON */
.dropdown-selected::after {
  content: "▾";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 14px;
  pointer-events: none;
}


/* OPTIONS */
.dropdown-options {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1.5px solid #000;
  border-radius: 8px;
  display: none;
  overflow: hidden;
  z-index: 10;
  max-height: none;
  overflow: visible !important;
}

/* OPTION ITEM */
/* ITEM */
.dropdown-options div {
  padding: 10px 16px;
  transition: 0.2s;
  display: flex;
}

/* HOVER CON "MARGEN INTERNO" */
.dropdown-options div:hover {
  background: #e1ff00;
  border-radius: 10px;
}

/* CLAVE: generar espacio lateral */
.dropdown-options {
  padding: 6px;
}

/* HOVER EXACTO FIGMA */
.dropdown-options div:hover {
  background: #e1ff00;
}

/* OPEN STATE */
.dropdown.open .dropdown-options {
  display: block;
}


/* SOLO el de categoría */
.dropdown[data-filter="tipo"] .dropdown-selected {
  padding-right: 40px;
}

.dropdown-selected {
  color: #000;
}

.dropdown-options div {
  color: #000;
}


/* SELECT */
.dropdown-selected {
  background: #f3f1ee;
}

/* DROPDOWN ABIERTO */
.dropdown-options {
  background: #f3f1ee;
}


/* SIEMPRE oculto por defecto */
.dropdown-options {
  display: none;
}

/* SOLO se muestra cuando está abierto */
.dropdown.open .dropdown-options {
  display: block;
}


.dropdown-options {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;

  background: #f3f1ee;

  border: 1.5px solid #000;
  border-radius: 8px;

  z-index: 9999; /* CLAVE */
}

.filtros {
  overflow: visible !important;
}

.dropdown {
  position: relative;
  z-index: 20;
}


/* LINK COMPLETO (texto + icono + subrayado) */
.card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  position: relative;
  width: fit-content;
  text-decoration: none;
  color: #000;
  padding-bottom: 4px;
}

/* SUBRAYADO */
.card a::before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  width: 0;

  background-color: #000;
  transition: width 0.3s ease;
}

/* ICONO (derecha) */
.card a::after {
  content: "";
  width: 12px;
  height: 12px;
  flex-shrink: 0;

  background-image: url("https://dimgrey-emu-744347.hostingersite.com/wp-content/uploads/2026/04/flecha-links-leer-mas.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* HOVER */
.card a:hover::before {
  width: 100%;
}

.card a:hover::before {
  width: 100%;
}

.card a {
  padding-bottom: 4px;
}

.card a::after {
  bottom: 0px;
}


.video-card {
  background: #000;
  color: #fff;
}

.video-card h3,
.video-card a {
  color: #fff;
}

.video-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.video-card::after {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  width: 70px;
  height: 70px;
  background: #e1ff00;
  border-radius: 50%;
  
  display: flex;
  align-items: center;
  justify-content: center;

  color: #000;
  font-size: 24px;

  transition: 0.3s ease;
}

.video-card {
  position: relative;
}

.video-card .video-link {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.video-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.video-card .video-link {
  position: absolute;
  inset: 0;
  z-index: 10; /* MÁS ALTO */
  display: block;
}

/* botón play */
.video-card::after {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  width: 70px;
  height: 70px;
  background: #e1ff00;
  border-radius: 50%;
  
  display: flex;
  align-items: center;
  justify-content: center;

  color: #000;
  font-size: 24px;

  pointer-events: none;
}

.video-card::after,
.video-card::before {
  pointer-events: none;
}

.card {
  position: relative;
  overflow: hidden;
}


@media (max-width: 768px) {
  .dropdown-options {
    position: relative !important;
    top: 0;
    margin-top: 6px;
  }
}

@media (max-width: 768px) {
  .custom-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  .filtros {
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: 20;
  }
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card .content {
  flex-grow: 1;
}

.elementor-container,
.elementor-section,
.elementor-column {
  overflow: visible !important;
}


.subcat {
  padding-left: 20px;
  font-size: 14px;
  opacity: 0.8;
}



/* ICONO A LA DERECHA */
.card a::after {
  content: "";
  width: 8px;
  height: 8px;
  padding-bottom: 10px;
  background-image: url("https://dimgrey-emu-744347.hostingersite.com/wp-content/uploads/2026/04/flecha-links-leer-mas.svg");
  
  background-size: contain;
  background-repeat: no-repeat;

  display: inline-block;
}/* End custom CSS */