.elementor-27 .elementor-element.elementor-element-9636f50{--display:flex;--min-height:23px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-27 .elementor-element.elementor-element-9636f50:not(.elementor-motion-effects-element-type-background), .elementor-27 .elementor-element.elementor-element-9636f50 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F8;}.elementor-27 .elementor-element.elementor-element-42e840b{--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-27 .elementor-element.elementor-element-42e840b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-27 .elementor-element.elementor-element-0bc1cf3{--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-27 .elementor-element.elementor-element-0bc1cf3.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-27 .elementor-element.elementor-element-1f10363{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -15px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-27 .elementor-element.elementor-element-42e840b{--width:23.214%;}.elementor-27 .elementor-element.elementor-element-0bc1cf3{--width:75.982%;}}/* Start custom CSS for shortcode, class: .elementor-element-1f10363 */:root{
  --unejud-light:#f8f8f8;
  --unejud-turquoise:#00abb6;
  --unejud-blue:#1a3054;
  --unejud-white:#ffffff;

  /* CONTROL GENERAL */
  --unejud-menu-font-size:18px;
  --unejud-menu-font-weight:400;
  --unejud-menu-gap:52px;

  /* ALTURA / INICIO DEL MEGA MENU */
  --unejud-mega-top:130px;

  /* TAMAÑOS Y GROSORES EDITABLES */
  --unejud-left-title-size:39px;
  --unejud-left-title-weight:700;
  --unejud-left-text-size:19px;
  --unejud-left-text-weight:400;

  --unejud-section-title-size:18px;
  --unejud-section-title-weight:700;

  --unejud-card-title-size:18px;
  --unejud-card-title-weight:700;
  --unejud-card-text-size:14px;
  --unejud-card-text-weight:400;

  --unejud-card-radius:8px;
}

.unejud-header,
.unejud-header *{
  box-sizing:border-box;
}

.unejud-header{
  width:100%;
  position:relative;
  z-index:99999;
  background:none !important;
  font-family:'Anek Kannada',sans-serif;
  overflow:visible !important;
}

.unejud-navbar{
  width:100%;
  max-width:1320px;
  margin:0 auto;
  padding:34px 24px;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  overflow:visible !important;
}

.unejud-menu{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:var(--unejud-menu-gap);
  overflow:visible !important;
}

.unejud-item{
  position:relative;
}

/* PUENTE INVISIBLE PARA QUE NO SE CIERRE */
.unejud-item.has-mega::before{
  content:"";
  position:fixed;
  left:0;
  right:0;
  top:calc(var(--unejud-mega-top) - 36px);
  height:44px;
  background:transparent;
  pointer-events:none;
  z-index:99997;
}

.unejud-item.has-mega:hover::before,
.unejud-item.has-mega.is-open::before{
  pointer-events:auto;
}

/* =========================
   MENU LINKS
========================= */

.unejud-link,
.unejud-link:focus,
.unejud-link:active,
.unejud-link:visited{
  all:unset;
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:var(--unejud-blue) !important;
  font-family:'Anek Kannada',sans-serif !important;
  font-size:var(--unejud-menu-font-size);
  font-weight:var(--unejud-menu-font-weight) !important;
  line-height:1;
  cursor:pointer;
  text-decoration:none !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  outline:none !important;
  padding:0 0 13px;
  transition:color .22s ease;
}

.unejud-link::after{
  content:"";
  position:absolute;
  left:0;
  bottom:2px;
  width:100%;
  height:6px;
  background:var(--unejud-turquoise);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .28s cubic-bezier(.22,1,.36,1);
}

.unejud-link:hover,
.unejud-item:hover > .unejud-link,
.unejud-item.is-open > .unejud-link{
  color:var(--unejud-blue) !important;
  font-weight:var(--unejud-menu-font-weight) !important;
}

.unejud-link:hover::after,
.unejud-item:hover > .unejud-link::after,
.unejud-item.is-open > .unejud-link::after{
  transform:scaleX(1);
}

.unejud-arrow{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.6;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .25s ease;
}

.unejud-item:hover .unejud-arrow,
.unejud-item.is-open .unejud-arrow{
  transform:rotate(180deg);
}

/* CAMPUS BUTTON */

.unejud-campus-link{
  background:var(--unejud-turquoise) !important;
  color:#fff !important;
  padding: 10px 10px 10px 10px !important;
  font-weight:400 !important;
}

.unejud-campus-link::after{
  display:none;
}

.unejud-campus-link:hover,
.unejud-item:hover > .unejud-campus-link,
.unejud-item.is-open > .unejud-campus-link{
  color:#fff !important;
  background:var(--unejud-blue) !important;
}

/* =========================
   MEGA MENU
========================= */

.unejud-mega{
  position:fixed;
  top:var(--unejud-mega-top);
  left:50%;
  transform:translateX(-50%) translateY(18px) scale(.985);
  width:min(1180px, calc(100vw - 84px));
  min-height:465px;
  max-height:calc(100vh - var(--unejud-mega-top) - 24px);
  display:grid;
  grid-template-columns:320px minmax(0,1fr);
  overflow:hidden;
  background:var(--unejud-light);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  box-shadow:0 34px 90px rgba(26,48,84,.14);
  z-index:99998;
  transition:
    opacity .24s ease,
    transform .32s cubic-bezier(.22,1,.36,1),
    visibility .24s ease;
}

.unejud-item:hover .unejud-mega,
.unejud-item.is-open .unejud-mega,
.unejud-mega:hover{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0) scale(1);
}

/* IZQUIERDA */

.unejud-mega-info{
  background:var(--unejud-turquoise);
  color:#fff;
  padding:42px 34px;
  min-height:465px;
}

.unejud-mega-info h3{
  margin:0;
  color:#fff;
  font-size:var(--unejud-left-title-size);
  font-weight:var(--unejud-left-title-weight);
  line-height:1.08;
  letter-spacing:-1.3px;
  max-width:260px;
}

.unejud-mega-info span{
  display:block;
  width:100%;
  height:2px;
  background:rgba(255,255,255,.78);
  margin:28px 0 30px;
}

.unejud-mega-info p{
  margin:0;
  color:#fff;
  font-size:var(--unejud-left-text-size);
  font-weight:var(--unejud-left-text-weight);
  line-height:1.45;
  max-width:260px;
}

.unejud-mini-btn{
  display:inline-flex;
  margin-top:24px;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.75);
  padding:10px 16px;
  text-decoration:none !important;
  font-size:15px;
  font-weight:700;
  transition:.25s ease;
}

.unejud-mini-btn:hover{
  background:#fff;
  color:var(--unejud-turquoise) !important;
}

/* DERECHA */

.unejud-mega-content{
  padding:32px 34px;
  background:var(--unejud-light);
  overflow:auto;
}

.unejud-section-group{
  margin-bottom:30px;
}

.unejud-section-group:last-child{
  margin-bottom:0;
}

.unejud-section-group h5{
  margin:0 0 14px;
  color:var(--unejud-blue);
  font-size:var(--unejud-section-title-size);
  font-weight:var(--unejud-section-title-weight);
  line-height:1;
  letter-spacing:-.3px;
}

.unejud-mega-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px 22px;
}

/* CARDS */

.unejud-card{
  position:relative;
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 16px;
  text-decoration:none !important;
  color:var(--unejud-blue) !important;
  background:transparent !important;
  border-radius:var(--unejud-card-radius);
  overflow:hidden;
  transition:
    color .24s ease,
    transform .24s ease,
    box-shadow .24s ease;
}

.unejud-card div{
  min-width:0;
}

.unejud-card h4{
  margin:0 0 3px;
  color:inherit;
  font-size:var(--unejud-card-title-size);
  font-weight:var(--unejud-card-title-weight);
  line-height:1;
  letter-spacing:-.35px;
}

.unejud-card p{
  margin:0;
  color:inherit;
  opacity:.9;
  font-size:var(--unejud-card-text-size);
  font-weight:var(--unejud-card-text-weight);
  line-height:1.18;
}

.unejud-card > span{
  color:inherit;
  font-size:42px;
  line-height:.7;
  font-weight:300;
  transition:transform .24s ease;
}

/* ACTIVE */
.unejud-card.is-active{
  background:var(--unejud-turquoise) !important;
  color:#fff !important;
  box-shadow:0 16px 28px rgba(0,171,182,.16);
}

.unejud-card.is-active h4,
.unejud-card.is-active p,
.unejud-card.is-active span{
  color:#fff !important;
}

/* HOVER GENERAL */
.unejud-card:hover{
  color:var(--unejud-blue) !important;
  transform:translateY(-2px);
  box-shadow:none;
}

.unejud-card:hover > span{
  transform:translateX(5px);
}

/* HOVER ACTIVE: NO CAMBIA COLOR, SOLO MINI ZOOM */
.unejud-card.is-active:hover{
  background:var(--unejud-turquoise) !important;
  color:#fff !important;
  transform:scale(1.025);
  box-shadow:0 18px 32px rgba(0,171,182,.20);
}

.unejud-card.is-active:hover h4,
.unejud-card.is-active:hover p,
.unejud-card.is-active:hover span{
  color:#fff !important;
}

/* ANUARIO */

.unejud-year-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px 22px;
}

.unejud-year-card{
  position:relative;
  min-height:165px;
  background-size:cover;
  background-position:center;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  padding:18px;
  text-decoration:none !important;
  overflow:hidden;
  color:#fff !important;
  border-radius:var(--unejud-card-radius);
  isolation:isolate;
  transition:transform .25s ease, box-shadow .25s ease;
}

.unejud-year-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(26,48,84,.86),rgba(26,48,84,.15));
  z-index:-1;
}

.unejud-year-card strong{
  color:#fff;
  font-size:22px;
  font-weight:800;
  line-height:1;
}

.unejud-year-card span{
  color:#fff;
  font-size:42px;
  font-weight:300;
  line-height:.7;
  transition:.25s ease;
}

.unejud-year-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 34px rgba(26,48,84,.14);
}

.unejud-year-card:hover span{
  transform:translateX(5px);
}

/* ANIMACIÓN INTERNA */

.unejud-item:hover .unejud-mega-info h3,
.unejud-item:hover .unejud-mega-info p,
.unejud-item:hover .unejud-section-group,
.unejud-item.is-open .unejud-mega-info h3,
.unejud-item.is-open .unejud-mega-info p,
.unejud-item.is-open .unejud-section-group{
  animation:unejudFadeUp .45s cubic-bezier(.22,1,.36,1) both;
}

.unejud-item:hover .unejud-section-group:nth-child(1),
.unejud-item.is-open .unejud-section-group:nth-child(1){
  animation-delay:.04s;
}

.unejud-item:hover .unejud-section-group:nth-child(2),
.unejud-item.is-open .unejud-section-group:nth-child(2){
  animation-delay:.09s;
}

.unejud-item:hover .unejud-section-group:nth-child(3),
.unejud-item.is-op.unejud-item:hoveren .unejud-section-group:nth-child(3){
  animation-delay:.14s;
}

@keyframes unejudFadeUp{
  from{
    opacity:0;
    transform:translateY(12px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* MOBILE */

.unejud-menu-toggle{
  display:none;
}

@media(max-width:1024px){

  .unejud-navbar{
    padding:18px 20px;
  }

  .unejud-menu-toggle{
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    width:46px;
    height:46px;
    border:none;
    background:var(--unejud-blue);
    padding:10px;
    cursor:pointer;
  }

  .unejud-menu-toggle span{
    display:block;
    height:2px;
    width:100%;
    background:#fff;
  }

  .unejud-menu{
    display:none;
    position:absolute;
    top:82px;
    left:20px;
    right:20px;
    flex-direction:column;
    align-items:stretch;
    gap:20px;
    background:#fff;
    padding:24px;
    box-shadow:0 24px 60px rgba(26,48,84,.16);
  }

  .unejud-menu.active{
    display:flex;
  }

  .unejud-link{
    font-size:22px;
    width:100%;
  }

  .unejud-campus-link{
    justify-content:center;
  }

  .unejud-mega{
    position:static;
    width:100%;
    min-height:auto;
    max-height:none;
    transform:none !important;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    display:none;
    grid-template-columns:1fr;
    box-shadow:none;
    margin-top:12px;
  }

  .unejud-item:hover .unejud-mega,
  .unejud-item.is-open .unejud-mega{
    display:grid;
  }

  .unejud-mega-info{
    min-height:auto;
  }

  .unejud-mega-grid,
  .unejud-year-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */