.elementor-68 .elementor-element.elementor-element-8b07a2c{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-68 .elementor-element.elementor-element-38ef02d9 .elementor-heading-title{color:var( --e-global-color-text );}.elementor-68 .elementor-element.elementor-element-7c98fe4{--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;--flex-wrap:nowrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-68 .elementor-element.elementor-element-4e0db2cf{font-family:"Mulish", Sans-serif;font-size:16px;font-weight:400;line-height:18px;color:var( --e-global-color-text );}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-68 .elementor-element.elementor-element-6797a229{--grid-columns:3;}.elementor-68 .elementor-element.elementor-element-74c60544{--display:flex;}.elementor-68 .elementor-element.elementor-element-126fa6f1{--grid-columns:1;--load-more-button-align:center;}.elementor-68 .elementor-element.elementor-element-126fa6f1 .elementor-button{background-color:var( --e-global-color-primary );border-radius:24px 24px 24px 24px;}.elementor-68 .elementor-element.elementor-element-126fa6f1 .elementor-button:hover, .elementor-68 .elementor-element.elementor-element-126fa6f1 .elementor-button:focus{background-color:var( --e-global-color-secondary );}.elementor-68 .elementor-element.elementor-element-484d9368 .elementor-heading-title{font-family:"Mulish", Sans-serif;font-size:24px;font-weight:700;line-height:30px;color:var( --e-global-color-text );}.elementor-68 .elementor-element.elementor-element-5eb8aaa3{--spacer-size:25px;}@media(min-width:768px){.elementor-68 .elementor-element.elementor-element-74c60544{--width:90%;}}@media(max-width:1024px){.elementor-68 .elementor-element.elementor-element-6797a229{--grid-columns:2;}.elementor-68 .elementor-element.elementor-element-126fa6f1{--grid-columns:2;}}@media(max-width:767px){.elementor-68 .elementor-element.elementor-element-6797a229{--grid-columns:1;}.elementor-68 .elementor-element.elementor-element-126fa6f1{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-15137190 */.clamp2-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  
  color: #2800BC;
  width: 36px;
  height: 36px;

  padding: 0;
  border: none;
  background: none;

  cursor: pointer;
}

.clamp2-icon {
  width: 36px;
  height: 36px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform .25s ease;
}

/* abierto */
body.clamp2-open .clamp2-icon {
  transform: rotate(180deg);
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4e0db2cf *//* Texto colapsado a 2 líneas */
.clamp2-text{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4;
}

/* Estado expandido */
body.clamp2-open .clamp2-text{
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

/* Botón */
.clamp2-toggle{
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  line-height: 1;
}

/* Ícono */
.clamp2-icon{
  display: inline-block;
  transition: transform .2s ease;
}

/* Rotación */
body.clamp2-open .clamp2-icon{
  transform: rotate(180deg);
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-41a349ec *//* Contenedor: 3 columnas en desktop/tablet, 1 columna en mobile */
.of-random-terms{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 16px; /* row / column */
  margin: 0;
  padding: 0;
}

/* Mobile */
@media (max-width: 767px){
  .of-random-terms{
    grid-template-columns: 1fr;
  }
}

/* Cada item */
.of-random-terms .term{
  margin: 0;
  padding: 0;
}

/* Link: estilo tipográfico pedido */
.of-random-terms .term a{
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #150A3C;

  text-decoration: none;
  display: block;           /* para que el área clickeable ocupe el “card” */
}

/* Sin cambio de color en hover */
.of-random-terms .term a:hover,
.of-random-terms .term a:focus,
.of-random-terms .term a:active{
  color: #150A3C;
  text-decoration: none;
  outline: none;
}/* End custom CSS */