/*
Theme Name: Minimal Theme
Theme URI:
Author:
Author URI:
Version: 1.0
Text Domain: minimal-theme
*/
html, body{
  /* background: #292929; */
      overflow-x: hidden;
}
.bigScreenPadding{
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.hide-on-desktop{
  display: none;
}
.header-fix{
  height: 112px;
}
.home .header-fix{
}
.row{
  display: flex;
  flex-wrap: wrap;
}
.row .col{
  margin-left: 0;
}
.row .col.s12{
  width: 100%;
}
.row .col.m9{
  width: 75%;
}
.row .col.m8{
  width: 66.67%;
}
.row .col.m7{
  width: 58.33%;
}
.row .col.m6{
  width: 50%;
}
.row .col.m5{
  width: 41.67%;
}
.row .col.m4{
  width: 33.33%
}
.row .col.m3{
  width: 25%;
}
#header-um{
  position: fixed;
left: 0;
top: 0;
width: 100vw;
width: 100%;
height: 66px;
z-index: 4;
}
.servicios-taxonomy-filter{
      padding: 30px 32px;
      display: flex;
flex-wrap: wrap;
gap: 12px;
}
.servicios-taxonomy-filter .taxonomy-filter-btn{
  display: flex;
padding: var(--Common-spacing-2xs, 8px) var(--Common-spacing-s, 16px);
justify-content: center;
align-items: center;
gap: var(--Common-spacing-3xs, 6px);
border-radius: 9999px;
border: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-6, 24px);
letter-spacing: var(--Common-Typography-Tracking-normal, 0);
background: transparent;
cursor: pointer;
}
.servicios-taxonomy-filter .taxonomy-filter-btn.active{
border: 1.4px solid var(--Faculties-picton-blue-high, #008ED4);
}
.bigScreenPadding .mWidth{
  width: 100%;
max-width: 1440px;
}
#header-container{
      border-bottom: 1px solid var(--Common-Brand-brand-02, #E7E4D9);
}
#header-container{
  position: fixed;
left: 0;
top: 0;
width: 100vw;
transition: all 0.33s ease;
    z-index: 4;
}
#header-container .header-top{
background: var(--Common-Neutral-Highest, #1C1C1C);
background: #141414;
    background: var(--Faculties-picton-blue-highest, #064F74);
}
#header-container .header-top .top-menu-container{
  display: flex;
padding: 6px var(--Common-spacing-xl, 32px);
justify-content: flex-end;
align-items: center;
gap: var(--Common-spacing-m, 20px);
flex: 1 0 0;
align-self: stretch;
}
#header-container .header-top .top-menu-container a .social-link-wrap{
  display: flex;
    justify-content: center;
    align-items: center;
}
.top-menu-item{
  color: var(--Common-Neutral-Lowest, #FFF);
    font-family: var(--Font-family-mono, "Necto Mono");
    font-size: var(--Common-Typography-Size-sm, 14px);
    font-style: normal;
    font-weight: var(--Common-Typography-Weight-font-normal, 400);
    line-height: var(--xl, 20px);
    letter-spacing: var(--font-letter-spacing-letter-spacing-005-em-08-px, 0.8px);
    text-transform: uppercase;
}
.top-menu-item a{
  text-decoration: none;
}
.top-menu-divider{
  background: var(--colors-opacity-light-20, rgba(255, 255, 255, 0.20));
  width: 1px;
  height: 16px;
}
#header-container .header-bot{
  background: var(--Common-Neutral-Lowest, #FFF);
}
.header-bot-inner{
  height: 48px;
    padding: 16px 32px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    display: flex;
}
.header-bot-inner .header-bot-l{
  display: flex;
align-items: center;
justify-content: center;
height: 80px;
}
.header-bot-inner .header-bot-l .logo-home-link{
  display: flex;
    align-items: center;
    justify-content: center;
        max-height: 100%;
        height: 100%;
}
.header-bot-inner .header-bot-l .logo-home-link img{
  max-height: 90%;
  object-fit: contain;
  max-width: 300px;
}
#flexible-menu-nav{
  display: flex;
align-items: center;
gap: var(--Common-spacing-l, 24px);
}
#flexible-menu-nav .flexible-menu-parent-item{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
cursor: pointer;
transition: all 0.33s ease;
}
#flexible-menu-nav .flexible-menu-parent-item svg{
  transition: all 0.33s ease;
      margin-bottom: -2px;
}
#flexible-menu-nav .flexible-menu-parent-item.active{
  color: #209cd9;
}
#flexible-menu-nav .flexible-menu-parent-item.active svg path{
  stroke: #209cd9;
}
#flexible-menu-nav .flexible-menu-parent-item.active svg{
  transform: rotate(180deg);
}
#flexible-menu-nav .flexible-menu-parent-item:hover{
  color: #209cd9;
}
#flexible-menu-nav .flexible-menu-parent-item:hover svg path{
  stroke: #209cd9;
}
#flexible-menu-nav .flexible-menu-parent-item:hover svg{
  transform: rotate(180deg);
}
#flexible-menu-nav .flexible-menu-parent-item a{
  text-decoration: none;
}
#flexible-menu-items{
  position: fixed;
top: 108px;
left: 0;
width: 100vw;
background: white;
top: -100%;
transition: all 0.33s ease;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
z-index: 3;
}
#flexible-menu-items.active{
  top: 108px;
}
#flexible-menu-items .flex-menu-row{
  transition: all 0.33s ease;
  opacity: 0;
  display: none;
  padding: var(--Common-spacing-l, 24px) var(--Common-spacing-xl, 32px) var(--Common-spacing-3xl, 48px) 0;
  min-height: 335px;
}
#flexible-menu-items .flex-menu-row.active{
  opacity: 1;
  display: flex;
}
.main-menu-name{
  overflow: hidden;
color: var(--Common-Neutral-Highest, #1C1C1C);
text-overflow: ellipsis;
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-3xl, 30px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-9, 36px); /* 120% */
margin-bottom: 24px;
}
.menu-item-li a{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
text-decoration: none;
transition: all 0.33s ease;
}
.menu-item-li a:hover{
  color: var(--Color-Highter, #0071AB);
  font-weight: var(--Common-Typography-Weight-font-semibold, 600);
}
.menu-item-li.hovered a{
  color: #209cd9;
  font-weight: var(--Common-Typography-Weight-font-semibold, 600);
}
.menu-item-li{
  margin-bottom: 16px;
}
.menu-items-padder ul{
  padding-left: 0;
    list-style: none;
    margin: 0;
}
.flex-menu-mid-img{
  display: flex;
    justify-content: center;
    align-items: flex-start;
}
.flex-menu-mid-img .img-padder{
  display: flex;
justify-content: center;
align-items: center;
width: 100%;
opacity: 0;
display: none;
transition: all 0.33s ease;
}
.flex-menu-mid-img .img-padder.active{
  display: flex;
  opacity: 1;
}
.flex-menu-mid-img .img-padder img{
  width: 100%;
height: auto;
    aspect-ratio: 443 / 248;
    object-fit: cover;
}
.flex-menu-r-items .menu-items-padder{
      padding-left: 64px;
}
.main-slider-container{
background: var(--Main-sunset-orange-medium, #FF5B4D);
}
.main-slider-container li.splide__slide{
  height: 400px;
padding: var(--Common-spacing-xl, 32px);
}
.main-slider-container li.splide__slide .main-slider-slide{
  height: 100%;
}
.main-slider-container li.splide__slide .main-slider-slide .main-slider-slide-row{
  height: 100%;
}
.main-slider-slide-row{
  align-items: stretch;
}
.main-slider-slide-row .main-slider-slide-l{
  display: flex;
  align-items: center;
  height: 100%;
}
.main-slider-slide-row .main-slider-slide-l .padder{
  display: flex;
  flex-flow: column;
  padding-right: 64px;
}
.parent-tag{
  color: var(--Color-Lower, #FFE9D4);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-4xl, 36px);
font-style: normal;
font-weight: 200;
line-height: 40px; /* 111.111% */
}
.main-slider-slide-row .main-slider-slide-l .padder a{
  text-decoration: none;
}
.main-slider-slide-row .main-slider-slide-l .padder h2{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-7xl, 72px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: 72px; /* 100% */
letter-spacing: var(--Common-Typography-Tracking-tight, -0.4px);
margin-top: 8px;
}
.main-slider-slide-row .main-slider-slide-r{
  display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.main-slider-slide-row .main-slider-slide-r .padder{
  width: 100%;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.main-slider-slide-row .main-slider-slide-r .padder img{
  width: 100%;
height: 100%;
object-fit: cover;
}
.main_splide .splide__arrows.splide__arrows--ltr{
  position: absolute;
    bottom: 32px;
    left: 32px;
    border-radius: var(--Dimensions-radius-full, 9999px);
    background: var(--Common-Neutral-Highest, #1C1C1C);
    height: 40px;
    width: 88px;
}
.main_splide .splide__arrows .splide__arrow--next {
    right: 9px;
}
.main_splide .splide__arrows .splide__arrow--prev {
    left: 9px;
}
.main_splide .splide__arrows .splide__arrow:hover svg path{
  stroke: #2cc8ff;
}
.main_splide .splide__arrows .splide__arrow--prev svg{
      transform: translateX(0);
}
.news-section{
      background: var(--Main-sunset-orange-medium, #FF5B4D);
}
.news-section-row{
  height: 212px;
padding: var(--Common-spacing-xl, 32px);
display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}
.news-section-block .padder{
      padding: 20px;
}
.border-line{
      border-top: 1px solid var(--Common-Neutral-Highest, #1C1C1C);
}
.cpt-tag{
  display: flex;
align-items: center;
margin-bottom: 12px;
}
.cpt-tag span{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--Common-Typography-Size-sm, 14px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-medium, 500);
  line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
margin-left: 8px;
}
h3.news-item-title{
  overflow: hidden;
color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-xl, 20px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-6, 24px); /* 120% */
}
h3.news-item-title a{
  text-decoration: none;
}
.button-section.left-button-section{
  margin-bottom: 16px;
}
.ultimo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 590px 480px;
        /* border-top: 1px solid black; */
}
.ultimo-videos .ultimo-grid.ultimo-grid-noticias-home-page{
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}
.ultimo-grid.ultimo-grid-noticias-home-page{
      grid-template-columns: repeat(4, 1fr);
      border-top: 1px solid var(--Common-Neutral-Higher, #454545);
    border-bottom: 1px solid var(--Common-Neutral-Higher, #454545);
    grid-gap: 0;
}
.ultimo-grid.ultimo-grid-noticias-home-page.no-border-bot{
  border-bottom: none;
}
.ultimo-section.ultimo-section4 .ultimo-item{
  border: none;
}
.ultimo-item {
    /* width: 100%;
    height: 100%; */
        padding-top: 8px;
padding-bottom: 8px;
}
/* Make featured item span two columns */
.ultimo-item.featured {
    grid-column: span 2;
}
.ultimo-grid .ultimo-item.content-videos-inverse .padder{
  border-right: 1px solid #D1D1D1;
}
.ultimo-grid .ultimo-item.content-videos-inverse:nth-child(4) .padder {
    border-right: none;
}
.ultimo-grid .ultimo-item .padder{
  width: 100%;
height: 100%;
border-right: 1px solid #454545;
padding-left: 8px;
    padding-right: 8px;
    width: auto;
}
.ultimo-grid .ultimo-item:nth-child(4) .padder{
  border-right: none;
}
.ultimo-grid .ultimo-item:nth-child(8) .padder{
  border-right: none;
}
.ultimo-grid .ultimo-item:nth-child(12) .padder{
  border-right: none;
}
.ultimo-item .padder a{
  padding: 0 16px;
  display: flex;
  /* height: calc(100% - 16px); */
  height: 100%;
  flex-flow: row;
  text-decoration: none;
}
.ultimo-item.ultimo-noticia:not(.featured) .padder a .ultimo-item-image{
  /* display: none; */
}
.ultimo-item.featured .padder a .ultimo-item-image{
  width: 33%;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.ultimo-item.featured .padder a .ultimo-item-image img{
  width: 100%;
height: 100%;
object-fit: cover;
}
.ultimo-item.featured .padder .ultimo-item-content{
width: calc(67% - 48px);
}
.ultimo-item .padder .ultimo-item-content{
  padding: 24px;
      display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
        padding: 16px 20px 0 20px;
}
.ultimo-section{
  padding: 80px 32px;
}
.ultimo-section.ultimo-videos{
  background: var(--faculty-CarrerasVespertinas-blue-ribbon-highest, #202B88);
  background: #141414;
  background: black;
}
.ultimo-section4.ultimo-videos .section-title-wrap h2{
  color: white;
}
.content-videos-inverse .cpt-tag span{
  color: white;
}
.content-videos.content-video-black h3.ultimo-item-title{
  color: black;
}
.content-videos h3.ultimo-item-title{
  overflow: hidden;
color: var(--Common-Neutral-Highest, #FFF);
text-overflow: ellipsis;
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-xl, 20px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-6, 24px);
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
align-self: stretch;
margin-bottom: 16px;
}
.content-videos.content-video-black .play-btn-wrap{
  background: black;
}
.content-videos .play-btn-wrap{
  display: flex;
height: 42px;
padding: 0px 32px;
justify-content: center;
align-items: center;
gap: var(--Common-spacing-2xs, 8px);
border-radius: var(--Dimensions-radius-full, 9999px);
background: var(--Common-Neutral-Highest, #FFF);
width: fit-content;
margin-bottom: 0;
margin-top: auto;
}
/* .content-videos
.content-videos
.content-videos */
.ultimo-videos a.vmas-btn .vmas-btn-like{
  color: white;
}
.ultimo-videos a.vmas-btn .vmas-btn-like svg path{
  stroke: white;
}
.ultimo-section.ultimo-carreras{
    background: var(--Common-Brand-brand-01, #F8F7F4);
}
.ultimo-section.ultimo-section4{
  padding: 40px 32px;
}
.ultimo-section.ultimo-section4 .ultimo-grid{
  grid-template-rows: 430px;
}
.ultimo-section.ultimo-section4 .section-title-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 24px;
}
.section-title-wrap h2{
  color: #1C1C1C;
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
.ultimo-section4 .section-title-wrap h2{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-xl, 20px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-semibold, 600);
line-height: var(--Common-Typography-Leading-7, 28px); /* 140% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
margin-bottom: 0;
}
a.vmas-btn{
  text-decoration: none;
}
a.vmas-btn .vmas-btn-like{
  display: flex;
padding: var(--Common-spacing-2xs, 8px) 0px;
justify-content: center;
align-items: center;
gap: var(--Common-spacing-3xs, 6px);
color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-semibold, 600);
line-height: var(--Common-Typography-Leading-6, 24px);
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
a.vmas-btn .vmas-btn-like:hover{
  color: #008ed4;
}
a.vmas-btn .vmas-btn-like:hover svg path{
  stroke: #008ed4;
}
.ultimo-item.featured .padder .ultimo-item-content h3{
  overflow: hidden;
color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-4xl, 36px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-10, 40px); /* 111.111% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
margin-bottom: 16px;
}
.ultimo-item .padder .ultimo-item-content h3{
  overflow: hidden;
      color: var(--Common-Neutral-Highest, #1C1C1C);
      text-overflow: ellipsis;
      font-family: var(--Font-family-serif, "ABC Arizona Flare");
      font-size: var(--Common-Typography-Size-xl, 20px);
      font-style: normal;
      font-weight: var(--Common-Typography-Weight-font-medium, 500);
      line-height: var(--Common-Typography-Leading-6, 24px);
margin-bottom: 8px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
align-self: stretch;
}
/* .category-tag{
  display: flex;
padding: 4px 12px;
justify-content: center;
align-items: center;
gap: 6px;
border-radius: var(--Dimensions-radius-2xl, 16px);
background: var(--Main-orange-Lowest, #FFE3C8);
width: fit-content;
color: var(--Faculties-orange-High, #F04006);
font-family: var(--Font-family-mono, "Necto Mono");
font-size: var(--Common-Typography-Size-xs, 12px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--base, 16px);
letter-spacing: var(--Common-Typography-Tracking-wider, 0.8px);
text-transform: uppercase;
background: var(--Main-sunset-orange-lowest, #FFE2DF);
color: #0071AB;
background: #DEF3FF;
} */
.category-tag {
  display: block; /* changed from flex */
  padding: 4px 12px;
  border-radius: var(--Dimensions-radius-2xl, 16px);
  background: #DEF3FF;
  color: #0071AB;
  font-family: var(--Font-family-mono, "Necto Mono");
  font-size: var(--Common-Typography-Size-xs, 12px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-normal, 400);
  line-height: var(--base, 16px);
  letter-spacing: var(--Common-Typography-Tracking-wider, 0.8px);
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; /* required! adjust as needed */
  width: fit-content;
      margin-bottom: 20px;
}
.cat-tag-float.cat-extended{
      padding-top: 20px;
}
.cat-tag-float.cat-extended .category-tag{
  margin-bottom: 0;
  margin-top: 6px;
}
/* Hide the element when no categories */
.category-tag.category-tag-js[data-has-content="false"] {
    display: none;
}
.ultimo-item-date{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.ultimo-item.ultimo-entrevista .padder a{
      flex-flow: column;
}
.ultimo-item.ultimo-entrevista .padder a .ultimo-item-image{
  display: flex;
justify-content: flex-start;
align-items: center;
    padding: 0 20px 0 20px;
/* overflow: hidden; */
}
.ultimo-item.ultimo-entrevista .padder a .ultimo-item-image img{
  aspect-ratio: 1;
  width: 200px;
  height: auto;
  max-width: 100%;
}
.ultimo-entrevista .cat-tag-float{
  margin-top: auto;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.ultimo-noticia .cat-tag-float{
  /* margin-top: auto;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px; */
}
.ultimo-item:hover .ultimo-item-content h3{
  text-decoration: underline;
}
.ultimo-item:hover .ultimo-item-image img{
      transform: scale(1.02);
}
.ultimo-item .in-wrapper{
  display: flex;
    height: 100%;
    flex-flow: row;
    text-decoration: none;
    width: 100%;
}
.ultimo-item.ultimo-entrevista .padder .in-wrapper{
  flex-flow: column;
}
.ultimo-item.ultimo-entrevista.content-persona-php .padder .in-wrapper{
  min-height: 420px;
}
.ultimo-item-date-agenda{
  display: flex;
  width: 56px;
  height: 72px;
  padding: var(--Common-spacing-4xs, 4px);
  flex-direction: column;
  align-items: center;
  background: var(--Common-Neutral-Highest, #1C1C1C);
justify-content: center;
flex-flow: column;
    justify-self: flex-end;
}
.ultimo-item-date-agenda .day{
  color: var(--Common-Neutral-Lowest, #FFF);
  text-align: center;
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--Common-Typography-Size-xl, 20px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-semibold, 600);
  line-height: var(--Common-Typography-Leading-7, 28px); /* 140% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
text-transform: uppercase;
}
.ultimo-item.ultimo-agenda.rest-agenda{
  min-height: 588px;
  min-height: unset;
}
.ultimo-item-date-agenda .month{
  color: var(--Common-Neutral-Lowest, #FFF);
  text-align: center;
  font-family: var(--Font-family-mono, "Necto Mono");
  font-size: var(--Common-Typography-Size-xs, 12px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-normal, 400);
  line-height: var(--Common-Typography-Leading-4, 16px); /* 133.333% */
  letter-spacing: var(--font-letter-spacing-letter-spacing-005-em-08-px, 0.8px);
  text-transform: uppercase;
}
.ultimo-item-date-agenda .year{
  color: var(--colors-opacity-light-60, rgba(255, 255, 255, 0.60));
  text-align: center;
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--Common-Typography-Size-xs, 12px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-normal, 400);
  line-height: var(--Common-Typography-Leading-4, 16px); /* 133.333% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.title-date-wrap{
  display: grid;
grid-template-columns: 2fr 1fr;
justify-content: space-between;
margin-bottom: 16px;
}
.cpt-tag-title-wrap{
  display: flex;
flex-flow: column;
}
.ultimo-item-time{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
margin-bottom: 8px;
}
.ultimo-item-lugar{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
margin-bottom: 8px;
}
.convocatorias-section{
  padding: 80px 32px;
  background: var(--Common-Brand-brand-01, #F8F7F4);
}
.convocatorias-grid{
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 590px;
    /* border-top: 1px solid black; */
}
.interesar-grid .ultimo-item.ultimo-convocatoria.rest-convocatoria{
  border-top: 1px solid black;
}
.convocatorias-grid.interesar-grid .ultimo-item.content-noticia .padder{
  /* border-right: none; */
}
.convocatorias-grid .ultimo-item .padder{
  width: 100%;
height: 100%;
border-right: 1px solid black;
}
.convocatorias-grid .ultimo-item:nth-child(3) .padder{
  border-right: none;
}
.ultimo-info-grid{
  display: grid;
margin-top: 28px;
margin-top: 0;
}
.ultimo-item-grid-line{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
padding: var(--Common-spacing-xs, 12px) 0px;
justify-content: center;
align-items: center;
gap: 8px;
align-self: stretch;
border-bottom: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
}
.content-proyecto-city .ultimo-item-grid-line{
  border-bottom: none;
  padding: 3px 0;
}
.gs-bot.gs-bot-autores-rows .ultimo-item-grid-line{
  border-bottom: none;
}
.gs-bot.gs-bot-autores-rows .ultimo-item-grid-line{
padding: 3px 0;
}
.ultimo-item-grid-line:last-of-type{
  border-bottom: none;
}
.section-btn-wrapper{
  margin-top: 80px;
margin-bottom: 80px;
}
.section-btn-wrapper a{
  display: flex;
width: fit-content;
text-decoration: none;
}
.archive-btn{
  display: flex;
    width: 260px;
    height: 48px;
    padding: 0px var(--Common-spacing-xs, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--Common-spacing-2xs, 8px);
    border-radius: var(--Dimensions-radius-full, 9999px);
    background: var(--Common-Neutral-Highest, #1C1C1C);
    color: var(--Common-Neutral-Lowest, #FFF);
    font-family: var(--Font-family-sans, "Work Sans");
    font-size: var(--Common-Typography-Size-md, 16px);
    font-style: normal;
    font-weight: var(--Common-Typography-Weight-font-semibold, 600);
    line-height: 0px;
    cursor: pointer;
}
.archive-btn:hover{
  background: #209cd9;
  color: black;
  color: white;
}
.archive-btn:hover svg path{
  stroke: black;
  stroke: white;
}
.archive-btn.btn-white:hover{
    background: #008ed4;
  color: black;
  border: 1px solid transparent;
  color: white;
}
.archive-btn.btn-white:hover svg path{
  stroke: black;
  stroke: white;
}
.white-bg-btn .archive-btn{
  background: white;
    color: black;
    border: 1px solid var(--Common-Brand-brand-05, rgba(28, 28, 28, 0.70));
}
.nosotros-section{
  height: 740px;
padding: var(--Common-spacing-xl, 32px);
background: var(--Color-orange-Higher, #C73A07);
}
.nosotros-r{
  display: flex;
justify-content: center;
align-items: center;
}
.nosotros-r .padder{
  width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nosotros-r .padder img{
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.nosotros-l{
  display: flex;
align-items: center;
}
.nosotros-l .padder{
  height: 100%;
display: flex;
flex-flow: column;
justify-content: center;
}
.nosotros-l .parent-tag{
  color: var(--colors-opacity-light-70, rgba(255, 255, 255, 0.70));
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-5xl, 48px);
font-style: normal;
font-weight: 200;
line-height: 48px;
}
.nosotros-l a{
  text-decoration: none;
}
.nosotros-l h2{
  color: var(--Common-Neutral-Highest, #FFF);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-7xl, 72px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: 72px; /* 100% */
letter-spacing: var(--Common-Typography-Tracking-tight, -0.4px);
margin-top: 12px;
}
.nosotros-l .together-wrap{
  margin-top: auto;
}
.con-mas-btn{
  display: flex;
padding: var(--Common-spacing-2xs, 8px) 0px;
justify-content: center;
align-items: center;
gap: var(--Common-spacing-3xs, 6px);
border-radius: var(--Dimensions-radius-full, 9999px);
width: fit-content;
color: var(--Common-Neutral-Highest, #FFF);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-semibold, 600);
line-height: 0px;
}
a.con-mas-a{
  display: flex;
  width: fit-content;
    margin-top: auto;
}
.nosotros-section .nosotros-section-in{
  height: 100%;
}
.nosotros-section .nosotros-section-in .nosotros-section-inner{
  height: 100%;
}
.nosotros-section .nosotros-section-in .nosotros-section-inner .nosotros-row{
  height: 100%;
}
.doctorados-section{
      background: #FFE3C8;
}
.doctorados-section .doctorados-row{
  height: 791px;
padding: var(--Common-spacing-3XL-5, 80px) var(--Common-spacing-xl, 32px);
}
.doctorados-splider .splide__slide{
  padding-left: 16px;
padding-right: 16px;
}
.ultimo-item.ultimo-programa{
  /* height: 570px; */
border-radius: var(--Dimensions-radius-none, 0px);
background: var(--Common-Neutral-Lowest, #FFF);
padding: 24px;
border: none;
    height: 540px;
}
.ultimo-item.ultimo-programa .ultimo-item-image img{
  width: 100%;
  object-fit: cover;
}
.ultimo-item.ultimo-programa:hover{
  background: #FFA461;
}
.ultimo-item.ultimo-programa .padder{
  height: 100%;
}
.ultimo-item.ultimo-programa.content-reglamentos .padder{
  height: 100%;
    border-right: 1px solid #454545;
    padding-left: 8px;
    padding-right: 8px;
    width: auto;
}
.ultimo-item.ultimo-programa.content-reglamentos:nth-child(4) .padder{
  border-right: none;
}
.ultimo-item.ultimo-programa.content-reglamentos:nth-child(8) .padder{
  border-right: none;
}
.ultimo-item.ultimo-programa.content-reglamentos:nth-child(12) .padder{
  border-right: none;
}
.ultimo-item.ultimo-programa.content-reglamentos:nth-child(16) .padder{
  border-right: none;
}
.ultimo-item.ultimo-programa.content-reglamentos:nth-child(20) .padder{
  border-right: none;
}
.ultimo-item.ultimo-programa .padder a{
  display: flex;
height: 100%;
padding: 0;
}
.ultimo-item.ultimo-programa .padder a .in-wrapper{
  flex-flow: column;
height: 100%;
justify-content: space-between;
}
.ultimo-item.ultimo-programa.content-reglamentos .padder a .in-wrapper{
  width: -webkit-fill-available;
      height: -webkit-fill-available;
      padding: 20px;
}
.download-circle{
  display: flex;
    width: 72px;
    height: 36px;
    justify-content: center;
    align-items: center;
    gap: var(--Common-spacing-2xs, 8px);
    border-radius: var(--Dimensions-radius-full, 9999px);
    background: var(--Common-Neutral-Highest, #1C1C1C);
}
.ultimo-item.ultimo-programa .padder a .in-wrapper h3{
color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-2xl, 24px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-8, 32px); /* 133.333% */
margin-top: 24px;
margin-bottom: 12px;
}
.category-tag-line{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.doctorados-l{
  z-index: 1;
background: #FFE3C8;
}
.doctorados-l .padder{
  padding-right: 80px;
}
.doctorados-l h2{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--font-size-15-rem-24-px, 24px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-8, 32px); /* 133.333% */
margin-bottom: 16px;
}
.doctorados-l .sub{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-3xl, 30px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-thin, 100);
line-height: 36px; /* 120% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.doctorados-splider .splide__arrows.splide__arrows--ltr {
    position: absolute;
    border-radius: var(--Dimensions-radius-full, 9999px);
    background: var(--Common-Neutral-Highest, #1C1C1C);
    height: 40px;
    width: 88px;
    left: unset;
    right: 0;
    bottom: -70px;
}
.doctorados-splider .splide__arrows .splide__arrow--prev {
    left: 9px;
}
.doctorados-splider .splide__arrows .splide__arrow:hover svg path{
  stroke: #2cc8ff;
}
.doctorados-splider .splide__arrows .splide__arrow--prev svg{
      transform: translateX(0);
}
.doctorados-splider .splide__arrows .splide__arrow--next {
    right: 9px;
}
.doctorados-splider .splide__track{
  overflow: visible;
}
.nosotros-section.nosotros-section-two{
      background: #FF7E37;
}
.nosotros-section-two .nosotros-l h2{
color: var(--Common-Neutral-Lowest, #1C1C1C);
}
.nosotros-section-two .con-mas-btn{
color: var(--Common-Neutral-Highest, #1C1C1C);
}
.nosotros-section-two .con-mas-btn svg path{
  stroke: var(--Common-Neutral-Highest, #1C1C1C);
}
.con-mas-btn:hover{
  color: #209cd9;
}
.con-mas-btn:hover svg path{
  stroke: #209cd9;
}
.portafolio-section{
  background: var(--Common-Neutral-Highest, #1C1C1C);
color: white;
}
.portafolio-section-inner{
      padding: var(--Common-spacing-3XL-5, 80px) var(--Common-spacing-xl, 32px);
}
.portafolio-section .section-title-wrap h2{
  color: white;
}
.portafolio-inner{
  display: grid;
grid-template-columns: repeat(3, 1fr);
    height: 200px;
        grid-gap: 100px;
}
.portafolio-grid-line{
  padding: 32px;
border-bottom: 1px solid var(--Common-Brand-brand-04, rgba(255, 255, 255, 0.10));
background: var(--Common-Neutral-Lowest, #1C1C1C);
}
.portafolio-grid .portafolio-grid-line:first-of-type{
  border-top: 1px solid var(--Common-Brand-brand-04, rgba(255, 255, 255, 0.10));
}
.portafolio-grid-line a{
  text-decoration: none;
}
.portafolio-grid-line a:hover .portafolio-l h3{
      color: #2cc8ff;
      text-decoration: underline;
}
.portafolio-grid-line a:hover .portafolio-r img{
    display: block; /* Removes any unwanted space below image */
}
.portafolio-l h3{
  overflow: hidden;
color: var(--Common-Neutral-Highest, #FFF);
text-overflow: ellipsis;
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-3xl, 30px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-9, 36px); /* 120% */
}
.inventor{
  display: grid;
  grid-gap: 8px;
}
.inventor .inv-top{
  color: var(--Common-Neutral-Medium, #888);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.inventor .inv-bot{
  color: var(--Common-Neutral-Highest, #FFF);
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--Common-Typography-Size-md, 16px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-normal, 400);
  line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.portafolio-r{
  height: 100%;
overflow: hidden;
}
.portafolio-r img{
  width: 100%;
  height: 100%;
  object-fit: cover; /* This is key - maintains aspect ratio while filling container */
  /* display: none; */
}
.archive-btn.btn-white{
  background: white;
color: black;
border: 1px solid var(--Common-Brand-brand-05, rgba(28, 28, 28, 0.70));
}
.pensar-section{
  position: relative;
height: 780px;
display: flex;
align-items: flex-end;
justify-content: flex-start;
}
.pensar-section img{
  position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.pensar-section-inner{
  padding: 32px;
}
.pensar-section-in{
  z-index: 0;
}
.pensar-section-inner a{
  display: flex;
width: fit-content;
text-decoration: none;
}
.pensar-btn-wrap{
  display: flex;
width: 589px;
height: 221px;
padding: var(--Common-spacing-xl, 32px) var(--Common-spacing-l, 24px);
gap: 8px;
flex-shrink: 0;
background: var(--Common-Neutral-Lowest, #FFF);
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
}
.pensar-btn-wrap h2{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-7xl, 72px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: 72px; /* 100% */
letter-spacing: var(--Common-Typography-Tracking-tight, -0.4px);
}
.proyectos-section{
      background: #9B220B;
}
.proyectos-section .proyectos-inner{
      padding: 50px 32px;
}
.proyectos-section .section-title-wrap h2{
  color: white;
}
.proyecto-grid{
  display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 24px;
}
.proyecto-grid.help-grid{
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--Common-Neutral-Higher, #454545);
border-bottom: 1px solid var(--Common-Neutral-Higher, #454545);
grid-gap: 0;
}
.help-block{
  padding-top: 8px;
padding-bottom: 8px;
aspect-ratio: 1;
display: flex;
}
.help-block a{
  text-decoration: none;
width: 100%;
height: 100%;
}
.help-block .help-block-in{
      border-right: 1px solid black;
      padding-left: 8px;
      padding-right: 8px;
      width: -webkit-fill-available;
height: 100%;
}
.help-block:nth-child(5) .help-block-in{
  border-right: none;
}
.help-block:hover .padder{
background: #79d8fd;
}
.help-block .padder{
  display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
    width: 100%;
height: 100%;
}
.help-block .padder h3{
  margin-top: 36px;
color: #000;
text-align: center;
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-xl, 20px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-6, 24px);
}
.proyecto-grid-block{
  /* height: 570px; */
  aspect-ratio: 1;
display: flex;
flex-flow: column;
justify-content: flex-end;
align-items: center;
    position: relative;
}
.ultimo-item.ultimo-agenda{
  padding-top: 8px;
padding-bottom: 8px;
height: auto;
}
.proyecto-grid-block img{
  position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.proyecto-grid-block-in{
  padding: 20px;
z-index: 1;
height: 144px;
display: flex;
    width: -webkit-fill-available;
}
.proyecto-grid-block-in .padder{
  padding: 20px;
background: white;
display: flex;
flex-flow: column;
justify-content: space-between;
width: 100%;
}
.proyecto-grid-block-in .padder h3{
  overflow: hidden;
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-serif, "ABC Arizona Flare");
  font-size: var(--font-size-15-rem-24-px, 24px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-medium, 500);
  line-height: var(--Common-spacing-xl, 32px);
}
.proyecto-grid-block-in .padder .txt-wrap{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.filter-overlay{
  position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
  background: linear-gradient(0deg, var(--orange-400, #FF823D) 0%, var(--orange-400, #FF823D) 100%), url(<path-to-image>) lightgray -291.889px 0px / 237.037% 100% no-repeat;
  background-blend-mode: color, normal;
  opacity: 0;
}
a.proyecto-grid-block-a{
  text-decoration: none;
}
#footer-um{
padding: var(--Common-spacing-5xl, 64px) var(--Common-spacing-xl, 32px);
background: var(--Common-Neutral-Highest, #1C1C1C);
background: #141414;
display: flex;
    align-items: center;
}
.footer-itself.row{
      align-items: stretch;
      width: 100%;
}
.footer-container-in{
  width: 100%;
}
.footer-l{
  display: flex;
flex-flow: column;
justify-content: space-between;
}
.footer-l-bot{
  color: white;
}
.footer-r-top{
  display: grid;
grid-template-columns: repeat(5, 1fr);
color: white;
    grid-gap: 24px;
    padding-left: 40px;
}
.footer-menu-block span{
  color: var(--Common-Neutral-Lower, #E7E7E7);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-xs, 12px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-4, 16px); /* 133.333% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
ul.footer-menu-ul{
  padding: 0;
      list-style: none;
}
ul.footer-menu-ul li{
  color: var(--Common-Neutral-Medium, #6D6D6D);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-xs, 12px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-4, 16px); /* 133.333% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
margin-bottom: 8px;
margin-top: 8px;
}
ul.footer-menu-ul li a{
  text-decoration: none;
}
.footer-r-bot{
  margin-top: 80px;
  display: flex;
align-items: center;
justify-content: flex-end;
    gap: 48px;
}
.contact-info-grid{
  display: grid;
grid-gap: 8px;
}
.contact-info-grid .grid-stack{
    padding: 12px 0;
}
.contact-info-grid .grid-stack .gs-top{
  color: var(--Common-Neutral-Medium, #6D6D6D);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.contact-info-grid .grid-stack .gs-bot{
  color: var(--Common-Neutral-Lowest, #FFF);
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--Common-Typography-Size-sm, 14px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-normal, 400);
  line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
  display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.contact-info-grid .grid-stack .gs-bot a{
  text-decoration: none;
}
a.footer-main-title-link{
  text-decoration: none;
}
.footer-socials{
  display: flex;
flex-wrap: wrap;
margin-top: 24px;
flex-flow: row;
}
.footer-socials a{
      margin-right: 12px;
}
.footer-socials a .social-circle{
  border-radius: var(--Dimensions-radius-full, 9999px);
      border: 1px solid var(--Common-Brand-brand-05, rgba(255, 255, 255, 0.20));
      display: flex;
      height: 48px;
      max-width: 48px;
      max-height: 48px;
      /* padding: 0px var(--Common-spacing-s, 16px); */
      justify-content: center;
      align-items: center;
      /* gap: var(--Common-spacing-2xs, 8px); */
      width: 48px;
}
.footer-socials.contacto-socials a .social-circle.li-circle{
  justify-content: center;
    align-items: center;
    gap: 0;
}
.footer-socials.contacto-socials a .social-circle.li-circle > svg{
      padding-bottom: 4px;
}
.footer-socials.contacto-socials a .social-circle{
  display: flex;
width: 44px;
height: 44px;
justify-content: center;
align-items: center;
gap: var(--Common-spacing-2xs, 8px);
border-radius: var(--Dimensions-radius-full, 9999px);
border: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
}
.featured-section.style1 .featured-section-inside{
  display: flex;
    padding: var(--Common-spacing-3XL-5, 80px) var(--Common-spacing-xl, 32px) var(--Common-spacing-xl, 32px) var(--Common-spacing-xl, 32px);
    flex-direction: column;
    align-items: flex-start;
}
.parent-page-link-back{
  display: flex;
    align-items: center;
    gap: var(--Common-spacing-2xs, 8px);
}
.parent-page-link-back a{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--font-size-0875-rem-14-px, 14px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-medium, 500);
  line-height: var(--Common-spacing-m, 20px);
    text-decoration: none;
}
.featured-section.style1 h1{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-7xl, 72px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: 72px; /* 100% */
letter-spacing: var(--Common-Typography-Tracking-tight, -0.4px);
margin-top: 32px;
margin-bottom: 64px;
width: 904px;
max-width: 100%;
}
.featured-section.style1 img{
  width: 100%;
object-fit: cover;
height: 584px;
}
.material-not-slider{
  display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0 8px;
        justify-content: center;
}
.material-not-slider a.proyecto-grid-block-a{
  width: calc(25% - 48px);
padding: 0 24px;
}
.material-not-slider .proyecto-grid-block{
  min-height: 380px;
width: 100%;
}
.material-not-slider .proyecto-grid-block-in .padder h3{
  overflow: hidden;
  color: var(--Common-Neutral-Highest, #1C1C1C);
  text-overflow: ellipsis;
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--font-size-15-rem-24-px, 24px);
  font-style: normal;
  font-weight: var(--font-weight-font-weight-600, 600);
  line-height: var(--font-line-height-2-rem-32-px, 32px); /* 133.333% */
}
.material-not-slider-container.related-pages-equipo-section.bottom-slider-1.bottom-slider-2.material-slider-container{
padding: 40px 0;
background: var(--Faculties-picton-blue-lower, #75DAFF);
}
.page-body-flexible-wrapper.diff-padding{
  padding: 60px 32px;
}
.page-body-flexible-wrapper.diff-padding .page-body-flexible-flower{
  padding-bottom: 0;
}
.page-body-flexible-wrapper{
      padding: 40px 32px;
}
.contact-info-grid.contact-flex .grid-stack .gs-bot{
  color: black;
}
.contact-info-grid.contact-flex .grid-stack{
  padding: 0;
  gap: 6px;
    display: grid;
}
.atenciones-grid.convocatorias-grid.related-pages-equipo-grid{
  grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
}
.atenciones-grid .ultimo-item.ultimo-noticia{
  border-top: 1px solid black;
margin-top: -1px;
}
.atenciones-grid.convocatorias-grid .atenciones-item:nth-child(4n) .ultimo-item.content-noticia.content-servicio .padder{
 border-right: none;
}

.related-pages-equipo-section.no-pad-top{
  padding-top: 0;
}
.single-cat-wrap{
  margin-top: 24px;
display: grid;
grid-gap: 6px;
}
.page-body-info-bottom .single-cat-wrap{
  display: flex;
      flex-wrap: wrap;
}
.single-cat-wrap .cat-tag{
  display: flex;
padding: 4px 12px;
justify-content: center;
align-items: center;
gap: 6px;
border-radius: var(--Dimensions-radius-2xl, 16px);
background: #DEF3FF;
color: #0071AB;
font-family: var(--Font-family-mono, "Necto Mono");
font-size: var(--Common-Typography-Size-xs, 12px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--base, 16px);
letter-spacing: var(--Common-Typography-Tracking-wider, 0.8px);
text-transform: uppercase;
width: fit-content;
}
.page-body-flexible-wrapper-l .contact-info-grid.contact-flex{
  margin-bottom: 36px;
}
.contact-info-grid.contact-flex {
    grid-gap: 24px;
    display: flex;
flex-flow: column;
}
.page-body-flexible-wrapper-l{
  display: flex;
    flex-flow: column;
    /* justify-content: space-between; */
}
.related-pages-container{
  display: flex;
flex-flow: column;
}
.related-page-link-block{
  margin-top: -1px;
}
.related-page-link-block a{
  text-decoration: none;
}
.related-page-link-block .padder{
  padding: var(--Common-spacing-s, 16px);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid var(--colors-opacity-dark-60, rgba(28, 28, 28, 0.60));
    background: var(--Common-Neutral-Lowest, #FFF);
        min-height: 132px;
}
.related-page-link-block h2{
  overflow: hidden;
color: var(--Common-Neutral-Highest, #1C1C1C);
text-overflow: ellipsis;
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-xl, 20px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-6, 24px); /* 120% */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
align-self: stretch;
}
.related-pages-container span{
  overflow: hidden;
color: var(--Common-Neutral-Highest, #1C1C1C);
text-overflow: ellipsis;
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-6, 24px);
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
margin-bottom: 16px;
margin-top: 64px;
}
.page-body-flexible-wrapper-r{
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.base-content-container.contact-container{
  background: white;
  padding: var(--Common-spacing-3XL-5, 80px) var(--Common-spacing-xl, 32px);
}
.base-content-container.contact-container .contact-block .padder{
  padding: 15px;
}
.base-content-container.contact-container .contact-block .padder .padder-in{
  border: 1px solid var(--colors-opacity-dark-10, rgba(28, 28, 28, 0.10));
background: var(--Common-Neutral-Lowest, #FFF);
padding: var(--Common-spacing-s, 16px);
display: flex;
flex-flow: column;
min-height: 164px;
justify-content: space-between;
}
.base-content-container.contact-container .contact-block .padder .padder-in .top-el{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-6, 24px);
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
display: flex;
align-items: center;
gap: 8px;
}
.base-content-container.contact-container .contact-block .padder .padder-in .bot-el{
  overflow: hidden;
  color: var(--Common-Neutral-Highest, #1C1C1C);
  text-overflow: ellipsis;
  font-family: var(--Font-family-serif, "ABC Arizona Flare");
  font-size: var(--Common-Typography-Size-2xl, 24px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-medium, 500);
  line-height: var(--Common-Typography-Leading-8, 32px); /* 133.333% */
  line-break: anywhere;
}
.base-content-container.contact-container .contact-block .padder .padder-in .bot-el.red-el{
  display: flex;
}
.base-content-container.contact-container .contact-block .padder .padder-in .bot-el a{
  display: flex;
height: 48px;
width: 48px;
height: 48px;
justify-content: center;
align-items: center;
border-radius: var(--Dimensions-radius-full, 9999px);
border: 1px solid var(--Common-Brand-brand-05, rgba(28, 28, 28, 0.70));
margin-right: 6px;
}
.border-top-um{
      border-top: 1px solid silver;
}
/* CSS solution to hide arrows container when both arrows are disabled */
.splide__arrows--ltr button.splide__arrow:disabled ~ button.splide__arrow:disabled,
.splide__arrows--ltr button.splide__arrow:disabled + button.splide__arrow:disabled {
  visibility: hidden;
}

.splide__arrows--ltr button.splide__arrow:disabled ~ button.splide__arrow:disabled,
.splide__arrows--ltr button.splide__arrow:disabled + button.splide__arrow:disabled {
  opacity: 0;
}

/* Hide the parent container when both buttons are disabled */
.splide__arrows--ltr:has(button.splide__arrow:disabled + button.splide__arrow:disabled) {
  opacity: 0;
}

/* Alternative approach for browsers that don't support :has */
.splide__slide:only-child ~ .splide__arrows,
.splide__track:has(.splide__slide:only-child) ~ .splide__arrows {
  display: none;
}
.page-body-flexible-gapper{
  width: 142px;
}
.page-body-flexible-flower{
  display: flex;
flex-flow: column;
width: inherit;
    max-width: 674px;
        padding-bottom: 40px;
            /* gap: 40px; */
            gap: 24px;
            gap: 30px;
}
.page-body-flexible-flower.card-content-flower{
  max-width: 100%;
  padding-bottom: 10px;
}
.page-body-flexible-flower.card-content-flower .card-itself{
  display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
}
.page-body-flexible-flower.card-content-flower .card-itself:not(.active){
  display: none;
}
.page-body-flexible-flower.card-content-flower .wswg-section{
  max-width: 674px;
}
.page-body-flexible-flower.card-content-flower .button-section{
    max-width: 674px;
}
.page-body-flexible-flower.card-content-flower .collapsible-container{
    max-width: 674px;
}
.page-body-flexible-flower.card-content-flower .buttons-container{
    max-width: 674px;
}
.page-body-flexible-flower.card-content-flower .excerpt-section{
    max-width: 674px;
}
.page-body-flexible-flower.card-content-flower .img-section{
    max-width: 674px;
}
.page-body-flexible-flower.card-content-flower .information-grid-section{
    max-width: 674px;
        width: 100%;
            align-self: center;
}
.page-body-flexible-flower.card-content-flower .organigrama-section{
    max-width: 674px;
}
.page-body-flexible-flower.card-content-flower .block-rep-container{
    max-width: 674px;
}
.page-body-flexible-flower.card-content-flower .video-section{
    max-width: 674px;
}
.page-body-flexible-flower.card-content-flower .galeria-section .bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.parent-page-link-back:hover a{
  color: #0071AB !important;
}
.parent-page-link-back:hover svg path{
  stroke: #0071AB !important;
}
.excerpt-section-in{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-serif, "ABC Arizona Flare");
  font-size: var(--Common-Typography-Size-xl, 20px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-light, 300);
  line-height: var(--Common-Typography-Leading-7, 28px); /* 140% */
}
.img-section-in{
  display: flex;
justify-content: center;
align-items: center;
}
.img-section-in img{
  width: 100%;
    object-fit: contain;
    height: auto;
}
.wswg-section-in{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--Common-Typography-Size-lg, 18px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-normal, 400);
  line-height: var(--Common-Typography-Leading-7, 28px); /* 155.556% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0);
}
.wswg-section-in h3{
  overflow: hidden;
color: var(--Common-Neutral-Highest, #1C1C1C);
text-overflow: ellipsis;
white-space: nowrap;

/* H3 */
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--font-size-15-rem-24-px, 24px);
font-style: normal;
font-weight: var(--font-weight-font-weight-600, 600);
line-height: var(--font-line-height-2-rem-32-px, 32px); /* 133.333% */
}
.wswg-section-in h2{
  overflow: hidden;
color: var(--Common-Neutral-Highest, #1C1C1C);
text-overflow: ellipsis;
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-xl, 20px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-7, 28px); /* 140% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.wswg-section-in ul{
      padding-left: 22px;
}
.wswg-section-in ul li{
  margin-bottom: 16px;
}
.organigrama-row{
  padding: var(--Common-spacing-3XL-5, 80px) var(--Common-spacing-xl, 32px);
align-items: flex-start;
}
.organigrama-l h2{
  overflow: hidden;
color: var(--Common-Neutral-Highest, #FFF);
text-overflow: ellipsis;
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--font-size-15-rem-24-px, 24px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-8, 32px); /* 133.333% */
padding-right: 24px;
}
.organigrama-r{
  display: flex;
flex-flow: column;
align-items: flex-end;
    justify-content: center;
}
.organigrama-r img{
  width: 100%;
height: auto;
object-fit: cover;
}
.expand-btn-circle{
  display: flex;
width: 48px;
height: 48px;
justify-content: center;
align-items: center;
gap: var(--Common-spacing-2xs, 8px);
border-radius: var(--Dimensions-radius-full, 9999px);
background: var(--Common-Neutral-Highest, #FFF);
margin-top: 24px;
cursor: pointer;
}
.image-modal {
    animation: fadeIn 0.3s ease-in-out;
}

.image-modal img {
    animation: scaleIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes scaleIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.related-pages-equipo-section.equipo-grid-centro .convocatorias-grid.related-pages-equipo-grid{
  grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
}
.related-pages-equipo-section.equipo-grid-centro{
  padding-top: 0;
  background: white;
}
.related-pages-equipo-section{
      padding: var(--Common-spacing-3XL-5, 80px) var(--Common-spacing-xl, 32px);
      border-top: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
background: var(--Common-Neutral-Lowest, #FFF);
padding-top: 40px;
    padding: var(--Common-spacing-3XL-5, 80px) 0;
    background: var(--Common-Brand-brand-01, #F8F7F4);
    border-top: none;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-top: 50px;
}
.ultimo-item.ultimo-entrevista.ultimo-persona .padder a .ultimo-item-image{
  justify-content: center;
}
.ultimo-item.ultimo-entrevista.ultimo-persona.content-convenio-php .padder a .ultimo-item-image{
  aspect-ratio: unset;
      align-items: flex-start;
      justify-content: flex-start;
}
.ultimo-item.ultimo-entrevista.ultimo-persona .padder .in-wrap{
  text-align: center;
display: flex;
flex-flow: column;
align-items: center;
}
.ultimo-item-posicison{
  overflow: hidden;
    color: var(--Common-Neutral-Highest, #1C1C1C);
    text-overflow: ellipsis;
    font-family: var(--Font-family-sans, "Work Sans");
    font-size: var(--Common-Typography-Size-md, 16px);
    font-style: normal;
    font-weight: var(--Common-Typography-Weight-font-normal, 400);
    line-height: var(--Common-Typography-Leading-6, 24px);
    letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
align-self: stretch;
}
.ultimo-item-posicison.ultimo-item-ano{
  font-weight: 500;
}
.ultimo-item-email{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--font-size-0875-rem-14-px, 14px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-medium, 500);
  line-height: var(--Common-spacing-m, 20px);
}
.ultimo-entrevista.ultimo-persona .cat-tag-float{
display: flex;
justify-content: center;
}
.ultimo-persona .cpt-tag{
  padding: 20px 0 16px 20px;
      margin: 0;
}
.featured-section.style2 .featured-section-inside{
      padding: var(--Common-spacing-3XL-5, 80px) var(--Common-spacing-xl, 32px);
}
.featured-section.style2 .parent-page-link-back a{
  color: black;
}
.featured-section.style2 .parent-page-link-back{
  margin-bottom: 32px;
}
.featured-section.style2 h1{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-7xl, 72px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: 72px; /* 100% */
letter-spacing: var(--Common-Typography-Tracking-tight, -0.4px);
padding-right: 32px;
max-width: 100%;
}
.featured-section.style2 .featured-section-r{
  display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.featured-section.style3 .featured-section-r{
height: 100%;
}
.featured-section.style2 .featured-section-r img{
  width: 100%;
    height: 100%;
    object-fit: cover;
    padding-left: 32px;
}
h2.block-rep-main-title{
  overflow: hidden;
color: var(--Common-Neutral-Highest, #1C1C1C);
text-overflow: ellipsis;
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-2xl, 24px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-semibold, 600);
line-height: var(--Common-Typography-Leading-8, 32px); /* 133.333% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
margin-bottom: 24px;
}
.block-rep-container{
  /* margin-top: 24px; */
  margin-top: 0;
}
.block-rep-container-in{
  display: flex;
flex-flow: column;
}
.block-rep-part:first-child{
  /* border-top: 1px solid var(--Common-Neutral-Lower, #E7E7E7); */
}
.block-rep-part{
  display: flex;
/* padding: var(--Common-spacing-l, 24px) 0; */
flex-direction: column;
align-items: flex-start;
align-self: stretch;
/* border-bottom: 1px solid var(--Common-Neutral-Lower, #E7E7E7); */
}
.block-rep-part h3{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--Common-Typography-Size-xl, 20px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-semibold, 600);
  line-height: var(--Common-Typography-Leading-7, 28px); /* 140% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
margin-bottom: 16px;
}
.ref-wrap{
  display: flex;
    padding: var(--Common-spacing-m, 20px);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--Common-spacing-4xs, 4px);
    align-self: stretch;
    background: var(--Common-Brand-brand-01, #F8F7F4);
    margin-top: 16px;
}
.ref-wrap .ref-top{
  color: var(--Common-Neutral-High, #4F4F4F);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.btn-header-a{
  display: flex;
  text-decoration: none;
      margin-left: 8px;
}
.btn-header{
  display: flex;
    width: 200px;
    height: 44px;
    justify-content: center;
    align-items: center;
    gap: var(--Common-spacing-2xs, 8px);
    border-radius: var(--Dimensions-radius-full, 9999px);
    background: var(--Common-Neutral-Highest, #1C1C1C);
    color: var(--Common-Neutral-Lowest, #FFF);
    font-family: var(--Font-family-sans, "Work Sans");
    font-size: var(--Common-Typography-Size-md, 16px);
    font-style: normal;
    font-weight: var(--Common-Typography-Weight-font-semibold, 600);
    line-height: var(--Common-Typography-Leading-6, 24px);
    letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.btn-header:hover{
      background: #008ed4;
}
.ref-wrap .ref-bot{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.block-rep-part .txt-wrap{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--Common-Typography-Size-md, 16px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-normal, 400);
  line-height: var(--Common-Typography-Leading-6, 24px);
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.block-rep-part .txt-wrap ul{
  gap: 16px;
display: flex;
flex-flow: column;
padding-left: 30px;
}

.base-content-l {
    position: relative;
}
.padder {
    position: relative;
    overflow: hidden;
}
.padder.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.expand-button {
    cursor: pointer;
    color: #1C1C1C;
    margin-top: 10px;
    display: none; /* Initially hidden, shown via JS if needed */
    border: none;
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
    color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-semibold, 600);
line-height: 0px; /* 0% */
padding: 8px 0;
margin-top: 16px;
}
.expand-button span{
  margin-right: 8px;
}
.expand-button:hover {
    color: #DEF3FF;
}
.expand-button:hover svg path{
  stroke: #DEF3FF;
}
.expand-button svg {
    transition: transform 0.3s ease;
}

.expand-button.expanded svg {
    transform: rotate(180deg);
}
.expand-button.expanded{
  color: #DEF3FF;
}
.expand-button.expanded svg path{
    stroke: #DEF3FF;
}
.fratured-section.style3 .featured-section-in{

}
.featured-section.style2.style3 .featured-section-inside{
  padding: 0 30px;
      height: 406px;
}
.featured-section.style2.style3 .featured-section-r img{
  padding-left: 0;
}
.featured-section.style3 .featured-section-l{
  display: flex;
flex-flow: column;
justify-content: center;
height: 100%;
}
.featured-section.style2.style3 .parent-page-link-back a{
  color: white;
}
.base-content-container{
      background: white;
}
.base-content-container.contact-form-container{
  background: white;
    border-top: 1px solid var(--colors-opacity-dark-10, rgba(28, 28, 28, 0.10));
}
.contact-form-wrap.col{
  display: flex;
justify-content: center;
}
.contact-form-wrap.col .wpcf7{
  max-width: 100%;
width: 680px;
}
.contact-form-wrap.col .wpcf7 form{
  display: flex;
flex-flow: column;
padding: 0 0;
}
.contact-row.contact-fake-row{
  display: flex;
flex-flow: column;
gap: 24px;
}
.contact-row.contact-fake-row .top-el{
  color: var(--Common-Neutral-Medium, #6D6D6D);
  font-family: "Work Sans";
  font-size: var(--font-size-0875-rem-14-px, 14px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-normal, 400);
  line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
}
.contact-row.contact-fake-row .bot-el{
  color: var(--Common-Neutral-Highest, #1C1C1C);

  /* Body 2/regular */
  font-family: "Work Sans";
  font-size: var(--font-size-0875-rem-14-px, 14px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-normal, 400);
  line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
}
.contact-row.contact-fake-row .bot-el a{
  text-decoration: none;
}
.iframe-section-inner-padder{
  padding: 64px 32px;
}
.iframe-section-inner-padder iframe{
  width: 100%;
}
.contact-form-wrap.col .wpcf7 form p{
  display: flex;
width: 100%;
}
.contact-form-wrap.col .wpcf7 form p label{
  width: 100%;
display: flex;
  flex-wrap: wrap;
}
.contact-form-wrap.col .wpcf7 form p label span{
  width: 100%;
}
.contact-form-wrap.col .wpcf7 form p label input:not(.wpcf7-file){
  width: 100%;
display: flex;
padding: 12px 0;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 8px;
flex: 1 0 0;
border-radius: 30px;
border: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
background: var(--Common-Neutral-Lowest, #FFF);
margin-top: 8px;
}
form .form-border:nth-child(2){
  margin-top: 24px;
}
.form-border{
      border-top: 1px solid var(--Common-Neutral-Highest, #1C1C1C);
}
.contact-form-wrap.col .wpcf7 form p label select{
  width: 100%;
display: flex;
padding: 12px 0;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 8px;
flex: 1 0 0;
border-radius: 30px;
border: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
background: var(--Common-Neutral-Lowest, #FFF);
margin-top: 8px;
color: var(--Common-Neutral-Low, #B0B0B0);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.contact-form-wrap.col .wpcf7 .send-form-um{
  display: flex;
width: 260px;
height: 48px;
padding: 0px var(--Common-spacing-s, 16px);
justify-content: center;
align-items: center;
gap: var(--Common-spacing-2xs, 8px);
border-radius: var(--Dimensions-radius-full, 9999px);
background: var(--Common-Neutral-Highest, #1C1C1C);
color: var(--Common-Neutral-Lowest, #FFF);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-semibold, 600);
line-height: 0px;
}
.contact-form-wrap.col .wpcf7 form p label{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.contact-form-wrap.col .wpcf7 h2{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--Common-Typography-Size-lg, 18px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-bold, 700);
  line-height: var(--Common-Typography-Leading-7, 28px); /* 155.556% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
  margin-top: 24px;
  margin-bottom: 24px;
}
.contact-form-wrap.col .wpcf7 form p label textarea{
  width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 8px;
flex: 1 0 0;
border-radius: 30px;
border: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
background: var(--Common-Neutral-Lowest, #FFF);
margin-top: 8px;
padding: 0;
}
input.wpcf7-form-control.wpcf7-submit{
  display: flex;
width: 247px;
height: 44px;
padding: 0px var(--Common-spacing-5xl, 64px);
justify-content: center;
align-items: center;
gap: var(--Common-spacing-2xs, 8px);
border-radius: var(--Dimensions-radius-full, 9999px);
background: var(--Common-Neutral-Highest, #1C1C1C);
color: var(--Common-Neutral-Lowest, #FFF);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-semibold, 600);
line-height: var(--Common-Typography-Leading-6, 24px);
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.absolute-border-container{
  position: relative;
    /* margin-bottom: 40px; */
    padding-top: 60px;
}
.absolute-border-container .absolute-border{
  position: absolute;
width: 100vw;
height: 1px;
background: black;
left: 0;
bottom: 0;
left: -50vw;
}
.base-content-row{
      /* padding: var(--Common-spacing-3xl, 48px) var(--Common-spacing-xl, 32px); */
      padding: var(--Common-spacing-2xl, 40px) var(--Common-spacing-3XL-5, 80px) 0px var(--Common-spacing-3XL-5, 80px);
      padding: var(--Common-spacing-2xl, 40px) var(--Common-spacing-3XL-5, 32px) 0px var(--Common-spacing-3XL-5, 32px);
      padding-bottom: 40px;
}
.base-content-l .padder{
gap: var(--Common-spacing-s, 16px);
overflow: hidden;
color: var(--Common-Neutral-Highest, #1C1C1C);
text-overflow: ellipsis;
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-6, 24px);
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
/* Base styles for the filter container */
/* Make the container 12 columns for more flexibility */
.archive-like-filter-container {
  display: grid;
  gap: var(--Common-spacing-xl, 32px);
  width: 100%;
    padding: 80px 32px 0 32px;
  grid-template-columns: repeat(12, 1fr);
width: -webkit-fill-available;
}
/* Utility classes for different width configurations */
.grid-col-50 {
  grid-column: span 6;
}
.grid-col-25 {
  grid-column: span 3;
}
.grid-col-33 {
  grid-column: span 4;
}
.search-input-wrapper {
    position: relative;
    width: 100%;
}
.search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Allows clicks to pass through to the input */
}
.archive-search-input {
      width: calc(100% - 70px);
    padding-left: 40px; /* Make space for the icon */
    border-radius: var(--Dimensions-radius-full, 9999px);
border: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
height: 44px;
padding-right: 30px; /* Make room for the clear button */
outline: none;
}
.suggestions-open input.archive-search-input{
  border-color: #DEF3FF;
      border-radius: 24px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.search-input-wrapper {
    position: relative;
    width: 100%;
}
.search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFF;
    display: none;
    margin-top: 0;
    border-radius: 24px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    border-color: #DEF3FF;
    border: 1px solid #DEF3FF;
    z-index: 4;
    width: calc(100% - 2px);
    border-top: none;
}
.password-protection-wrapper.bigScreenPadding .mWidth{
  display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.password-protection-wrapper.bigScreenPadding .mWidth form p:nth-child(3){
  display: flex;
justify-content: center;
align-items: center;
gap: 18px;
}
.password-protection-wrapper.bigScreenPadding .mWidth form p:nth-child(3) input:not(#pwbox-1216){
  display: flex;
width: 80px;
height: 40px;
padding: 0px 24px;
justify-content: center;
align-items: center;
gap: var(--Common-spacing-2xs, 8px);
flex-shrink: 0;
border-radius: var(--Dimensions-radius-full, 9999px);
background: var(--Common-Neutral-Highest, #1C1C1C);
color: white;
padding: 0;
font-weight: 500;
letter-spacing: 0.5px;
padding: 0 32px;
width: auto;
}
.password-protection-wrapper.bigScreenPadding .mWidth form p:nth-child(3) label input{
  border: 1px solid black;
    border-radius: 999999px;
    height: 36px;
}
.search-suggestion-item {
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
justify-content: space-between;
align-items: center;
}
.search-suggestion-item:hover span {
    color: #DEF3FF;
}
.suggestion-text {
    flex-grow: 1;
    cursor: pointer;
    color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.suggestion-delete {
    background: none;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
    color: var(--Common-Neutral-Medium, #6D6D6D);
    font-family: var(--Font-family-sans, "Work Sans");
    font-size: 10px;
    font-style: normal;
    font-weight: var(--Common-Typography-Weight-font-medium, 500);
    line-height: var(--Common-Typography-Leading-4, 16px); /* 160% */
    letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.suggestion-delete:hover {
    color: #2cc8ff;
}
.search-clear-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #E7E7E7;
    padding: 5px;
    display: none;
    z-index: 2;
}
.no-results-message {
  padding: var(--Common-spacing-l, 24px) var(--Common-spacing-5xs, 2px);
      display: flex;
      flex-flow: column;
      align-items: center;
      width: 256px;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
}

.no-results-icon {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
}
.page-subtitle-wrap{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-6xl, 60px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-light, 300);
line-height: 60px;
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.no-results-title {
  color: var(--Main-bulma, #000);
  text-align: center;
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--Common-Typography-Size-sm, 14px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-semibold, 600);
  line-height: var(--Common-Typography-Size-xl, 20px); /* 142.857% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
  margin-bottom: 12px;
}

.no-results-text {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    color: var(--Common-Neutral-High, #4F4F4F);
    text-align: center;
    font-family: var(--Font-family-sans, "Work Sans");
    font-size: var(--Common-Typography-Size-xs, 12px);
    font-style: normal;
    font-weight: var(--Common-Typography-Weight-font-normal, 400);
    line-height: var(--Common-Typography-Leading-4, 16px); /* 133.333% */
    letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.archive-categoria-container select{
  width: 100%;
border-radius: var(--Dimensions-radius-full, 9999px);
border: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
height: 48px;
outline: none;
padding: var(--Common-spacing-xs, 12px) var(--Common-spacing-m, 20px);
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background: transparent; /* Ensures the select doesn't hide the chevron */
color: var(--Common-Neutral-High, #4F4F4F);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.archive-categoria-container {
    position: relative;
    width: 100%;
}
.select-chevron {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: transform 0.2s ease;
    display: flex;
justify-content: center;
align-items: center;
}
/* Rotate chevron when select is focused/open */
.select-focused .select-chevron {
    transform: translateY(-50%) rotate(-180deg);
}
.archive-categoria-container.select-focused select{
  border-color: #DEF3FF;
border-radius: 24px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.custom-dropdown {
    position: relative;
    width: 100%;
}

.selected-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    cursor: pointer;
    width: calc(100% - 40px);
border-radius: var(--Dimensions-radius-full, 9999px);
border: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
height: 22px;
outline: none;
padding: var(--Common-spacing-xs, 12px) var(--Common-spacing-m, 20px);
}
.dropdown-open .selected-display {
    border-color: #DEF3FF;
    border-radius: 24px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.selected-display span{
  color: var(--Common-Neutral-High, #4F4F4F);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.options-container {
    position: absolute;
top: 100%;
left: 0px;
right: 0px;
background: rgb(255, 255, 255);
margin-top: 0px;
border-radius: 0px 0px 24px 24px;
box-shadow: none;
border-right: 1px solid #DEF3FF;
border-bottom: 1px solid #DEF3FF;
border-left: 1px solid #DEF3FF;
border-image: initial;
z-index: 4;
width: 100%;
border-top: none;
display: none;
}
.custom-option {
  flex-grow: 1;
      cursor: pointer;
      color: var(--Common-Neutral-Highest, #1C1C1C);
      font-family: var(--Font-family-sans, "Work Sans");
      font-size: var(--Common-Typography-Size-sm, 14px);
      font-style: normal;
      font-weight: var(--Common-Typography-Weight-font-normal, 400);
      line-height: var(--Common-Typography-Leading-5, 20px);
      letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
          padding: 12px 16px;
}
.custom-option:hover {
    color: #DEF3FF;
}
.dropdown-open .select-chevron {
    transform: rotate(180deg);
}
.loading-spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 200px; /* Adjust based on your needs */
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
}

.loading-spinner {
    width: 50px;
    height: 50px;
}

.spinner-svg {
    animation: rotate 2s linear infinite;
    width: 50px;
    height: 50px;
}

.spinner-svg circle {
    stroke: #4F4F4F;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}
.archive-like-grid-container{
  padding: var(--Common-spacing-3XL-5, 80px) var(--Common-spacing-xl, 32px);
width: 100%;
position: relative;
    width: -webkit-fill-available;
}
.archive-like-grid{
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 590px;
    /* border-top: 1px solid black; */
    gap: 24px;
}
.archive-like-grid.same-row-height{
      grid-template-rows: repeat(3, 590px);
}
.ultimo-item.ultimo-entrevista.ultimo-persona-estudiante .padder .in-wrapper{
  flex-flow: row;
}
.ultimo-item.ultimo-entrevista.ultimo-persona-estudiante .padder .in-wrapper .in-wrapper-l{
width: 33%;
}
.ultimo-item.ultimo-entrevista.ultimo-persona-estudiante .padder .in-wrapper .in-wrapper-r{
    width: 67%;
    display: flex;
flex-flow: column;
}
.ultimo-entrevista.ultimo-persona.ultimo-persona-estudiante .cat-tag-float{
  margin-top: auto;
      margin-bottom: 0;
}
.ultimo-item.ultimo-persona.ultimo-persona-estudiante .padder .ultimo-item-content{
  padding-top: 50px;
}
.page-actualidad .archive-like-grid.same-row-height2.persona-academic-grid{

}
.page-actualidad .archive-like-grid.same-row-height2.persona-student-grid.row-height-extended{
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 365px !important;
}
.personas-border-wrap{
  width: 100%;
}
.borderline.first-border{
  width: 100%;
}
.page-actualidad .archive-like-grid.same-row-height2.clinica-persons-grid{
      grid-auto-rows: 600px;
}
.page-actualidad .archive-like-grid.same-row-height2.conven-grid{
  grid-auto-rows: 490px;
}
.page-actualidad .archive-like-grid.same-row-height2{
  grid-template-columns: repeat(4, 1fr);
      border-top: 1px solid var(--Common-Neutral-Higher, #454545);
      /* border-bottom: 1px solid var(--Common-Neutral-Higher, #454545); */
      grid-gap: 0;
            /* grid-template-rows: repeat(3, 440px); */
                grid-auto-rows: 440px;
                grid-template-rows: unset;
}
.page-actualidad .archive-like-grid.same-row-height2.anotherHeight{
      grid-auto-rows: 465px;
}
.page-actualidad .archive-like-grid.same-row-height2.anotherHeight2{
      grid-auto-rows: 470px;
}
.page-actualidad .archive-like-grid.same-row-height2.4rows{

}
.page-actualidad .archive-like-grid.same-row-height2.row-height-extended{
    grid-template-rows: repeat(3, 550px);
}
.page-actualidad .archive-like-grid.same-row-height2.row-height-extended.rh-inv{
  grid-template-rows: unset;
  grid-auto-rows: 440px;

}
.page-actualidad .archive-like-grid.same-row-height2.row-height-extended.ppl-row{
      grid-template-rows: unset;
          grid-auto-rows: 650px;
}
.page-actualidad .archive-like-grid.same-row-height2.ppl-row{
  grid-template-rows: unset;
      grid-auto-rows: 650px;
}
.page-actualidad .archive-like-grid.same-row-height2.ppl-row.est-row{
  grid-auto-rows: 704px;
}
.archive-like-grid.archive-like-grid-boletin {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 300px;  /* Sets ALL rows to 300px automatically */
    grid-template-rows: none;
}
.ultimo-boletin .padder{
  width: 100%;
height: 100%;
border-right: 1px solid black;
}
.ultimo-boletin:nth-child(3) .padder, .ultimo-boletin:nth-child(6) .padder, .ultimo-boletin:nth-child(9) .padder{
  border-right: none;
}
.ultimo-boletin h2{
  overflow: hidden;
color: var(--Common-Neutral-Highest, #1C1C1C);
text-overflow: ellipsis;
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-2xl, 24px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-8, 32px); /* 133.333% */
margin-top: 24px;
margin-bottom: 16px;
}
.ultimo-boletin .meta .date{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.pagination-number.dots {
    cursor: default;
    pointer-events: none;
}
.archive-pagination{
  display: flex;
justify-content: flex-end;
padding: 0 30px 80px;
}
.archive-pagination .pagination-number{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-semibold, 600);
line-height: 0px;
background: transparent;
border: none;
display: flex;
width: 40px;
height: 40px;
padding: var(--Common-spacing-2xs, 8px) 0px;
justify-content: center;
align-items: center;
gap: var(--Common-spacing-3xs, 6px);
cursor: pointer;
}
.archive-pagination .pagination-number.active{
  color: var(--Color-Highter, #0071AB);
}
.archive-pagination .pagination-next, .archive-pagination .pagination-prev{
  background: transparent;
  border: none;
  display: flex;
justify-content: flex-end;
align-items: center;
gap: var(--Common-spacing-4xs, 4px);
align-self: stretch;
cursor: pointer;
}
.archive-pagination .pagination-next svg path, .archive-pagination .pagination-prev svg path{
  stroke: #1C1C1C;
}
.archive-pagination .pagination-next.disabled, .archive-pagination .pagination-prev.disabled{
  opacity: 0;
}
/* Modal CSS */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-container {
    position: relative;
    display: flex;
    width: 492px;
    padding: var(--Common-spacing-l, 24px) var(--Common-spacing-l, 24px) var(--Common-spacing-3xl, 48px) var(--Common-spacing-l, 24px);
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    border: 1px solid var(--Common-Neutral-High, #4F4F4F);
    background: var(--Common-Neutral-Lowest, #FFF);
}

.modal-close {
    position: absolute;
    right: 16px;
    top: 16px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.form-group {
    margin-bottom: 20px;
}

.required {
    color: red;
}
.modal-content h2{
  color: var(--Common-Neutral-Highest, #1C1C1C);
    font-family: var(--Font-family-serif, "ABC Arizona Flare");
    font-size: var(--Common-Typography-Size-4xl, 36px);
    font-style: normal;
    font-weight: var(--Common-Typography-Weight-font-medium, 500);
    line-height: var(--Common-Typography-Leading-10, 40px);
    letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
    margin-top: 16px;
    margin-bottom: 16px;
}
.modal-content p{
  color: var(--Common-Neutral-Highest, #1C1C1C);
    font-family: var(--Font-family-sans, "Work Sans");
    font-size: var(--Common-Typography-Size-md, 16px);
    font-style: normal;
    font-weight: var(--Common-Typography-Weight-font-normal, 400);
    line-height: var(--Common-Typography-Leading-6, 24px);
    letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.modal-content .form-group{
  display: flex;
flex-flow: column;
}
.modal-content .form-group label{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-5, 20px);
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.modal-content .form-group input{
  display: flex;
height: 30px;
padding: var(--Common-spacing-2xs, 8px) var(--Common-spacing-s, 16px);
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 8px;
border-radius: var(--Dimensions-radius-3xl, 24px);
border: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
background: var(--Common-Neutral-Lowest, #FFF);
margin-top: 8px;
}
.modal-content form{
  margin-top: 40px;
}
.modal-content .submit-btn{
  display: flex;
width: 280px;
height: 48px;
padding: 0px var(--Common-spacing-s, 16px);
justify-content: center;
align-items: center;
gap: var(--Common-spacing-2xs, 8px);
border-radius: var(--Dimensions-radius-full, 9999px);
background: var(--Common-Neutral-Highest, #1C1C1C);
color: var(--Common-Neutral-Lowest, #FFF);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-semibold, 600);
line-height: 0px; /* 0% */
margin-top: 40px;
cursor: pointer;
}
.video-section .video-section-in{
  display: flex;
justify-content: center;
align-items: center;
}
.video-section .video-section-in iframe{
  width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}
.button-section a{
  text-decoration: none;
}
.power-bi-section .power-bi-content{
  padding: var(--Common-spacing-3XL-5, 80px) var(--Common-spacing-xl, 32px);
}
.power-bi-section .power-bi-content iframe{
  width: 100%;
height: auto;
aspect-ratio: 16 / 10;
}
.sub-button-container .section-btn-wrapper{
  margin-bottom: 0;
}
.archive-like-grid.archive-like-grid-convocatorias {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 590px;
    grid-template-rows: none;
}
.rest-convocatoria .padder {
    width: 100%;
    height: 100%;
    border-right: 1px solid black;
}
.rest-convocatoria:nth-child(3) .padder, .rest-convocatoria:nth-child(6) .padder, .rest-convocatoria:nth-child(9) .padder {
    border-right: none;
}
/* Genci UPD custom styles */
.main-slider-container.main-slider-container2 li.splide__slide .main-slider-slide .main-slider-slide-row{
  position: relative;
  /* background: var(--Common-Brand-brand-01, #F8F7F4); */
      /* flex-flow: row-reverse; */
}
.main-slider-container.main-slider-container2 li.splide__slide .main-slider-slide .main-slider-slide-row .main-slider-slide-r{
  z-index: 1;
}
.main-slider-container.main-slider-container2 li.splide__slide .main-slider-slide .main-slider-slide-row .main-slider-slide-l img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
      z-index: 0;
          opacity: 0.6;
}
.main-slider-container.main-slider-container2 li.splide__slide{
  padding: 0;
}
.main-slider-container2 .main-slider-slide-row .main-slider-slide-l .padder{
  padding: 85px 105px 85px 64px;
  overflow: hidden;
      z-index: 1;
}
.main-slider-container2.main-slider-container3 .main-slider-slide-row .main-slider-slide-l .padder{
      padding: 85px 40px 85px 40px;
          gap: 16px;
          padding-left: 0;
          padding-left: 40px;
}
.thumbnail-wrapper.single-noticia-thumb-wrap{
  display: flex;
    justify-content: center;
    align-items: center;
}
.thumbnail-wrapper.single-noticia-thumb-wrap img{
  object-fit: contain;
width: 100%;
height: auto;
}
.style-noticia2 .borderline.padUp{
  padding-top: 0;
}
.page-body-info-bottom{
  border-top: 1px solid var(--Common-Neutral-High, #4F4F4F);
padding-top: 24px;
padding-top: 0;
}
.main-slider-container2 .main-slider-slide-row .main-slider-slide-l .padder h2{
  overflow: hidden;
  color: var(--Common-Neutral-Highest, #1C1C1C);
  text-overflow: ellipsis;
  font-family: var(--Font-family-serif, "ABC Arizona Flare");
  font-size: var(--Common-Typography-Size-4xl, 36px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-medium, 500);
  line-height: var(--Common-Typography-Leading-10, 40px); /* 111.111% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.main-slider-container.main-slider-container2{
  background: white;
}
.main-slider-container.main-slider-container2.main-slider-container3{
      background: #DEF3FF;
      padding-top: 40px;
    padding: 40px 32px;
        background: var(--Faculties-picton-blue-lowest, #DEF3FF);
}
.btn-slider{
  display: flex;
    width: 247px;
    height: 44px;
    justify-content: center;
    align-items: center;
    gap: var(--Common-spacing-2xs, 8px);
    flex-shrink: 0;
    border-radius: var(--Dimensions-radius-full, 9999px);
    background: var(--Common-Neutral-Highest, #1C1C1C);
    color: var(--Common-Neutral-Lowest, #FFF);
    font-family: var(--Font-family-sans, "Work Sans");
    font-size: var(--Common-Typography-Size-md, 16px);
    font-style: normal;
    font-weight: var(--Common-Typography-Weight-font-semibold, 600);
    line-height: var(--Common-Typography-Leading-6, 24px);
    letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.btn-slider:hover{
  background: #008ed4;
}
.admision-section{
    padding: 0 32px 0 32px;
        background: var(--Common-Brand-brand-02, #E7E4D9);
}
.admision-section .admision-section-inner-padder{
    background: var(--Common-Brand-brand-02, #E7E4D9);
    padding: 40px 20px;
}
.admision-section .admision-section-row{
  display: flex;
      justify-content: center;
      align-items: center;
      gap: 48px;
      align-items: stretch;
    height: 292px;
}
.admision-section .admision-section-row .admision-section-row-l .padder{
  display: flex;
justify-content: flex-end;
align-items: center;
height: 100%;
}
.admision-section .admision-section-row .admision-section-row-l .padder img{
  object-fit: contain;
width: auto;
height: 100%;
}
.admision-section .admision-section-row .admision-section-row-r{
  display: flex;
align-items: center;
}
.admision-section .admision-section-row .admision-section-row-r .padder{
  display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
}
.admision-section.admision-on-page .admision-section-row .admision-section-row-r .padder h2{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--font-size-125-rem-20-px, 20px);
  font-style: normal;
  font-weight: var(--font-weight-font-weight-600, 600);
  line-height: var(--font-line-height-175-rem-28-px, 28px); /* 140% */
}
.admision-section .admision-section-row .admision-section-row-r .padder h2{
  color: var(--Common-Neutral-Highest, #1C1C1C);
    font-family: var(--Font-family-serif, "ABC Arizona Flare");
    font-size: var(--Common-Typography-Size-4xl, 36px);
    font-style: normal;
    font-weight: var(--Common-Typography-Weight-font-medium, 500);
    line-height: var(--Common-Typography-Leading-10, 40px);
    letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
    margin-bottom: 16px;
}
.admision-section .admision-section-row .admision-section-row-r .padder .txt-box{
  color: var(--Common-Neutral-Highest, #1C1C1C);
    font-family: var(--Font-family-sans, "Work Sans");
    font-size: var(--Common-Typography-Size-md, 16px);
    font-style: normal;
    font-weight: var(--Common-Typography-Weight-font-normal, 400);
    line-height: var(--Common-Typography-Leading-6, 24px);
    letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
    width: 433px;
    max-width: 100%;
}
.admision-section .admision-section-row.row{
  flex-wrap: nowrap;
}
.section-btn-wrapper.postula-btn{
  margin: 0;
  margin-top: 40px;
}
.parent-tag{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--Common-Typography-Size-md, 16px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-medium, 500);
  line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.main-slider-container2 .main_splide .splide__arrows.splide__arrows--ltr{
  left: calc(50% + 40px);
  z-index: 1;
      bottom: 15px;
}
.main-slider-container2 .white-overlay{
position: absolute;
right: 0;
top: 0;
height: 100%;
z-index: 1;
width: 50%;
/* background: linear-gradient(162deg, rgb(255 255 255 / 67%) 17%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 54%, rgb(255 255 255 / 60%) 76%); */
opacity: 0;
}
.ultimo-item{
  border-radius: var(--Dimensions-radius-none, 0px);
  /* border: 1px solid var(--Common-Brand-brand-04, rgba(28, 28, 28, 0.10)); */
      border-bottom: 1px solid black;
}
.ultimo-grid{
      grid-gap: 24px;
          grid-template-rows: 590px;
}
.ultimo-item:not(.ultimo-investigadora):hover{
  /* background: #6bf5f5; */
}
.ultimo-item:not(.ultimo-investigadora):hover a{
  background: #6bf5f5;
}
.nosotros-section{
    background: var(--Main-sunset-orange-lowest, #FFE2DF);
}
.nosotros-l .parent-tag{
  color: var(--Main-sunset-orange-high, #ED2615);
  font-family: "ABC Arizona Flare";
  font-size: var(--Common-Typography-Size-4xl, 36px);
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
}
.nosotros-l h2{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-serif, "ABC Arizona Flare");
  font-size: var(--Common-Typography-Size-6xl, 60px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-medium, 500);
  line-height: 60px; /* 100% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.nosotros-l h3{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: "ABC Arizona Flare";
font-size: var(--Common-Typography-Size-6xl, 60px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-thin, 300);
line-height: 60px;
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
margin-top: 8px;
}
.con-mas-btn{
  color: var(--Common-Neutral-Highest, #1C1C1C);
}
.nosotros-l .padder{
  padding-right: 64px;
}
.nosotros-l .together-wrap{
  width: 530px;
max-width: 100%;
}
.indicadores-section .indicadores-section-content-in{
  padding: var(--Common-spacing-3XL-5, 80px) var(--Common-spacing-xl, 32px);
flex-direction: column;
display: flex;
    padding-bottom: 152px;
}
.indicadores-section .indicadores-section-content-in .splide__track{
  margin-left: -18px;
    margin-right: -18px;
}
.indicadores-section .indicadores-section-content-in .splide__track li.splide__slide a{
  padding: 18px;
display: flex;
text-decoration: none;
}
.indicadores-section .indicadores-section-content-in .splide__track li.splide__slide a .padder{
  display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    min-height: calc(420px - 100px);
    padding: 50px 23.5px;
}
.indicadores-section .indicadores-section-content-in .splide__track li.splide__slide a .padder img.overlay-img{
  position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.indicadores-section .indicadores-section-content-in .splide__track li.splide__slide a .padder .tight-wrap{
  z-index: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.indicadores-section .indicadores-section-content-in .splide__track li.splide__slide a .padder .tight-wrap h3{
  color: #000;
text-align: center;
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: 22.533px;
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: 27.039px;
margin-top: 36px;
margin-bottom: 24px;
}
.featured-post.row{
  padding: 28px;
border-top: 1px solid black;
min-height: 356px;
display: flex;
flex-wrap: wrap;
align-items: stretch;
}
.featured-post.row .featured-post-l .padder{
  height: 100%;
display: flex;
flex-flow: column;
padding-right: 20px;
}
.featured-post.row .featured-post-l .padder h3{
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    align-self: stretch;
    overflow: hidden;
    color: var(--Common-Neutral-Highest, #1C1C1C);
    text-overflow: ellipsis;
    font-family: var(--Font-family-serif, "ABC Arizona Flare");
    font-size: var(--Common-Typography-Size-4xl, 36px);
    font-style: normal;
    font-weight: var(--Common-Typography-Weight-font-medium, 500);
    line-height: var(--Common-Typography-Leading-10, 40px);
    letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
    margin-top: 16px;
    margin-bottom: 16px;
}
.featured-post.row .featured-post-r .padder{
  height: 100%;
display: flex;
justify-content: center;
align-items: center;
padding-left: 20px;
}
.featured-post.row .featured-post-r .padder img{
  width: 100%;
  height: 100%;
  object-fit: cover;
      aspect-ratio: 592 / 356;
}
.featured-post.row .featured-post-l .padder .ultimo-item-date{
  margin-bottom: 40px;
}
.featured-post.row .featured-post-l .padder h3 a{
  text-decoration: none;
}
.fancy-divider{
  display: flex;
flex-direction: column;
align-items: flex-start;
gap: var(--Common-spacing-xs, 12px);
flex: 1 0 0;
align-self: stretch;
margin-top: 12px;
margin-bottom: 12px;
}
.video-block-sub{
  color: var(--Common-Neutral-Highest, #FFF);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.content-video-black .video-block-sub{
  color: black;
}
.indicadores-section .indicadores-section-content-in .splide__track li.splide__slide a .padder .tight-wrap .ano{
  color: #000;
text-align: center;
font-family: var(--Font-family-sans, "Work Sans");
font-size: 13.52px;
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: 21.031px; /* 155.556% */
}
.indicadores-splider .splide__arrows.splide__arrows--ltr{
  position: absolute;
    left: unset;
    right: 0;
    bottom: -50px;
    border-radius: var(--Dimensions-radius-full, 9999px);
    background: var(--Common-Neutral-Highest, #1C1C1C);
    height: 40px;
    width: 88px;
}
.indicadores-splider .splide__arrows .splide__arrow--next {
    right: 9px;
}
.indicadores-splider .splide__arrows .splide__arrow--prev {
    left: 9px;
}
.indicadores-splider .splide__arrows .splide__arrow:hover svg path{
  stroke: #2cc8ff;
}
.indicadores-splider .splide__arrows .splide__arrow--prev svg{
      transform: translateX(0);
}
.investigadoras-section{
      background: var(--Common-Neutral-Highest, #1C1C1C);
}
.investigadoras-section .investigadoras-section-content-in{
      padding: var(--Common-spacing-3XL-5, 80px) 32px;
      padding-bottom: 152px;
}
.investigadoras-section .section-title-wrap h2{
  color: white;
}
.ultimo-item.ultimo-investigadora .in-wrapper{
  flex-flow: column;
height: 592px;
border: 1.042px solid var(--Common-Brand-brand-04, rgba(255, 255, 255, 0.10));
    background: var(--Common-Neutral-Lowest, #1C1C1C);
    transition: all 0.66s ease;
    position: relative;
}
.ultimo-item.ultimo-investigadora .padder a{
  padding: 0 24px;
}
.investigadoras-section-slider .splide__track{
  margin-left: -24px;
  margin-right: -24px;
}
.ultimo-item.ultimo-investigadora .cpt-tag span{
  color: white;
}
.ultimo-item.ultimo-investigadora .padder .ultimo-item-content h3{
  color: white;
}
.ultimo-item.ultimo-investigadora .ultimo-item-facultad{
  color: white;
  color: var(--Common-Neutral-Highest, #FFF);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.ultimo-item.ultimo-investigadora .ultimo-item-image{
  display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
    aspect-ratio: 16 / 9;
}
.ultimo-item.ultimo-investigadora .ultimo-item-image img{
  width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.66s ease;
}
.ultimo-item.ultimo-investigadora:hover .ultimo-item-image img{
      transform: scale(1.09);
}
.ultimo-item.ultimo-investigadora .padder .ultimo-item-content{
    width: -webkit-fill-available;
}
.ultimo-item.ultimo-investigadora:hover .in-wrapper{
      background: #C24106;
      border: none;
}
.icon-circle{
  display: flex;
width: 48px;
height: 48px;
max-height: 50.028px;
justify-content: center;
align-items: center;
border-radius: 10421.493px;
background: var(--Common-Brand-brand-04, rgba(255, 255, 255, 0.10));
bottom: 24px;
left: 24px;
position: absolute;
transition: all 0.66s ease;
}
.ultimo-item.ultimo-investigadora:hover .icon-circle{
  background: white;
}
.ultimo-item.ultimo-investigadora:hover .icon-circle svg path{
  stroke: black;
}
.investigadoras-splider .splide__arrows.splide__arrows--ltr{
  position: absolute;
    left: unset;
    right: 0;
    bottom: -50px;
    border-radius: var(--Dimensions-radius-full, 9999px);
    background: white;
    height: 40px;
    width: 88px;
}
.investigadoras-splider .splide__arrows .splide__arrow--next {
    right: 9px;
}
.investigadoras-splider .splide__arrows .splide__arrow--prev {
    left: 9px;
}
.investigadoras-splider .splide__arrows .splide__arrow svg{
  fill: transparent;
}
.investigadoras-splider .splide__arrows .splide__arrow svg path{
  stroke: black;
}
.investigadoras-splider .splide__arrows .splide__arrow--prev svg{
      transform: translateX(0);
}
.portafolio-section.portafolio-programas-section{
      background: var(--Pumpkin-900, #7F2E0F);
}
.portafolio-section.portafolio-programas-section .portafolio-grid-line{
background: var(--Pumpkin-900, #7F2E0F);
}
.portafolio-section.portafolio-programas-section .portafolio-grid-line .portafolio-inner{
  grid-gap: 0;
}
.portafolio-section.portafolio-programas-section .portafolio-grid-line .portafolio-inner  .portafolio-l{
  display: flex;
  align-items: center;
}
.portafolio-section.portafolio-programas-section .portafolio-grid-line a:hover .portafolio-l h3 {
    color: #ffa461;
    text-decoration: underline;
}
.proyectos-section .section-title-wrap h2{
  color: #1C1C1C;
  margin-bottom: 24px;
}
.proyectos-section{
    background: var(--Common-Brand-brand-02, #E7E4D9);
	    padding: 0 32px;
      background: white;
}
.documentos-section .documentos-section-content-in{
  padding: var(--Common-spacing-3XL-5, 80px) var(--Common-spacing-xl, 0);
}
.documentos-section .documentos-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
.documentos-grid .related-page-link-block .padder{
  border: 1px solid var(--Common-Brand-brand-04, rgba(28, 28, 28, 0.10));
}
.footer-itself{
  display: flex;
    flex-flow: column;
}
.footer-itself a.logo-home-link{
  max-width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-itself a.logo-home-link img{
  max-width: 100%;
height: auto;
}
.footer-itself a.logo-home-link.acreditacion-logo img{
  width: 400px;
}
.footer-itself .footer-top{
  display: flex;
align-items: center;
gap: 64px;
margin-bottom: 24px;
    justify-content: space-between;
}
.footer-itself .footer-mid{
  display: flex;
align-items: flex-start;
gap: 64px;
margin-bottom: 74px;
justify-content: space-between;
    margin-top: 50px;
}
.fstack{
  display: flex;
flex-flow: column;
gap: 4px;
}
.fstack .fstack-top{
  color: var(--Common-Neutral-Medium, #6D6D6D);

/* Body/sm/regular */
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0);
}
.fstack .fstack-bot{
  color: var(--Common-Neutral-Lowest, #FFF);
font-family: var(--Font-family-sans, "Work Sans");
font-size: 13px;
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px); /* 153.846% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0);
}
.fstack .fstack-bot a{
  text-decoration: none;
}
.fgrid-logo-a{
  display: flex;
    justify-content: center;
    align-items: center;
}
.footer-m-l{
  display: flex;
flex-flow: column;
gap: 20px;
}
.footer-m-m{
  display: flex;
flex-flow: column;
gap: 20px;
}
.footer-m-r{
  display: flex;
flex-flow: column;
gap: 20px;
}
.footer-mid.contact-footer{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        padding: 20px 32px;
}
a .social-circle.li-circle{
  justify-content: center;
    align-items: center;
    gap: 0;
}
a .social-circle.li-circle svg:first-of-type{
      padding-bottom: 4px;
}
.footer-m-m .fgrid-logo-a{
      margin-bottom: 35px;
}
.footer-m-r .fgrid-logo-a{
      margin-bottom: 35px;
}
.footer-mid.contact-footer .fstack .fstack-bot{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--Common-Typography-Size-sm, 14px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-normal, 400);
  line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0);
}
.socials-contacto{
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.socials-contacto a{
  text-decoration: none;
}
.socials-contacto .social-circle{
  display: flex;
      width: 44px;
      height: 44px;
      justify-content: center;
      align-items: center;
      gap: var(--Common-spacing-2xs, 8px);
      border-radius: var(--Dimensions-radius-full, 9999px);
      border: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
}
.contact-wrap-um{
  background: var(--Common-Beige-beige-lowest, #F8F7F4);
}
iframe.contact-map{
  border: 0;
width: 100%;
}
.footer-itself .footer-bot{
  display: flex;
align-items: center;
justify-content: space-between;
}
.contact-info-grid{
      grid-template-columns: repeat(3, 1fr);
      grid-template-columns: repeat(1, 1fr);
}
.featured-section.style-genci .white-overlay{
position: absolute;
right: 0;
top: 0;
height: 100%;
z-index: 1;
width: 100%;
background: linear-gradient(162deg, rgb(255 255 255 / 67%) 17%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 54%, rgb(255 255 255 / 60%) 76%);
}
.featured-section.style-genci .featured-section-inside{
  padding: 40px 32px;
}
.featured-section.style-genci.style-doctorados .featured-section-inside{
  min-height: 90px;
  padding: 0 32px;
}
.featured-section.style-genci.style-doctorados.home-like .featured-section-inside{
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.featured-section.style-genci{
  height: 340px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.featured-section.style-genci.style-agenda{
      height: auto;
}
.featured-section.style-genci.style-doctorados{
  background: #DEF3FF;
  padding-top: 40px;
    padding-bottom: 40px;
    height: auto;
}
.featured-section.style-genci img.img-abs{
  position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.featured-section.style-genci .featured-section-in{
      z-index: 1;
          width: 100%;
}
.parent-page-link-back a{
  color: black;
}
.featured-section.style-genci h2{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-7xl, 72px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: 72px;
letter-spacing: var(--Common-Typography-Tracking-tight, -0.4px);
margin-top: 32px;
}
.dual-section{
  margin-top: 24px;
margin-bottom: 24px;
}
.dual-section-content-in-wrapper{
  padding: 0 32px;
}
.dual-section-content-in-wrapper .dual-section-content-in{
  background: var(--Common-Brand-brand-01, #F8F7F4);
  padding: 30.578px;
}
.dual-section-content-in .dual-section-l .padder{
  padding-right: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dual-section-content-in .dual-section-l .padder img{
  object-fit: cover;
width: 100%;
height: 100%;
}
.dual-section-content-in .dual-section-r a{
  text-decoration: none;
}
.dual-section-content-in .dual-section-r .padder{
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--Common-spacing-xl, 32px);
    flex: 1 0 0;
    align-self: stretch;
    height: 100%;
    padding-right: 76px;
}
.dual-section-content-in .dual-section-r .padder h2{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: 57.333px;
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: 57.333px; /* 100% */
width: 420px;
    max-width: 100%;
}
.dual-section-content-in .dual-section-r .padder .text-wrap{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.invert-flow .dual-section-content-in-wrapper .dual-section-content-in{
    flex-flow: row-reverse;
}
.invert-flow .dual-section-content-in .dual-section-l .padder{
  padding-left: 61px;
  padding-right: 0;
}
.autor-rel-line a{
  display: flex;
align-items: center;
text-decoration: none;
color: var(--Faculties-emerald-high, #209cd9);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-5, 20px);
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.autor-rel-line a svg{
  margin-left: 3px;
}
.featured-section.style-genci.style-convocatorias{
  height: 300px;
}
.featured-section.style-genci.style-convocatorias.style-agenda{
  height: auto;
}
.convocatoria-state-wrap .convocatoria-state-content-in{
    padding: 80px 32px 0 32px;
}
.featured-section.style-genci.style-convocatorias .featured-section-inside{
padding-bottom: 0;
}
.single-convocatoria-content-container-itself{
  padding: var(--Common-spacing-3XL-5, 80px) var(--Common-spacing-xl, 32px) var(--Common-spacing-3xl, 48px) var(--Common-spacing-xl, 32px);
display: flex;
flex-flow: column;
align-items: center;
}
.single-convocatoria-grid{
  width: 658px;
    max-width: 100%;
    padding-bottom: 64px;
}
.single-convocatoria-grid .grid-item:first-of-type{
  border-top: 1px solid var(--Common-Brand-brand-04, rgba(28, 28, 28, 0.10));
}
.single-convocatoria-grid .grid-item{
border-bottom: 1px solid var(--Common-Brand-brand-04, rgba(28, 28, 28, 0.10));
    padding: var(--Common-spacing-xl, 32px) var(--Common-spacing-2xs, 8px);
}
.single-convocatoria-grid .grid-item .grid-title{
  color: var(--Common-Neutral-Medium, #6D6D6D);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
margin-bottom: 4px;
}
.single-convocatoria-grid .grid-item.grid-convocante .grid-value{
  color: var(--orange-600, #0071AB);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.single-convocatoria-grid .grid-item:not(.grid-convocante) .grid-value{
  color: var(--Common-Neutral-Highest, #1C1C1C);

/* Body/md/regular */
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.related-pages-equipo-section{
  /* padding: 0; */
}
.section-title-wrap{
      /* padding: 0 32px; */
}
.related-pages-equipo-section-inner .section-title-wrap{
      padding: 0 32px;
      margin-bottom: 24px;
      margin-bottom: 48px;
}
.servicios-section .related-pages-equipo-section-inner .section-title-wrap.section-title-w-link{
  padding-bottom: 0;
  margin-bottom: 0;
}
.convenios-section.servicios-section .related-pages-equipo-section-inner .section-title-wrap.section-title-w-link{
  padding: 0 32px;
margin-bottom: 24px;
margin-bottom: 48px;
}
.page-id-317 .convenios-section.servicios-section.convenios-on-page .related-pages-equipo-section-inner .section-title-wrap.section-title-w-link{
  display: none;
}
.page-id-317 .related-pages-equipo-section.bottom-slider-1.bottom-slider-2.servicios-section.convenios-section{
  padding-top: 30px;
}
.related-pages-equipo-section.bottom-slider-1.bottom-slider-2.servicios-section.convenios-section{
  padding-top: 0;
}
.related-atenciones-on-equipo-container .related-pages-equipo-section-inner .section-title-wrap.section-title-w-link{
 padding-top: 48px;
}
.border-up-wrapper{
  padding: 0 32px;
  margin-top: 20px;
}
.border-up{
  border-top: 1px solid black;
}
.related-pages-equipo-section-inner .section-title-wrap.section-title-w-link{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-results-container.convocatorias-grid.related-pages-equipo-grid{
    grid-template-rows: auto;
}
.convocatorias-grid.related-pages-equipo-grid{
      padding: 0 32px 80px 32px;
          /* grid-gap: 24px; */
          grid-gap: 0;
              grid-template-rows: 440px;
}
.spage-programas .convocatorias-grid.related-pages-equipo-grid.reglamentos-grid{
  grid-template-columns: repeat(4, 1fr);
border-top: 1px solid var(--Common-Neutral-Higher, #454545);
grid-gap: 0;
/* grid-template-rows: repeat(3, 365px); */
padding: 0;
    margin: 40px 32px;
    grid-auto-rows: 365px;
    grid-template-rows: unset;
}
.servicios-slider .splide__track{
border-top: 1px solid black;
}
.content-servicio .padder{
      border-right: 1px solid black;
          padding: 0 8px;
}
.thumbnail-section{
  display: flex;
justify-content: center;
justify-content: center;
align-items: center;
height: 680px;
position: relative;
}
.thumbnail-section img{
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumbnail-section .thumbnail-section-in{
  position: absolute;
    background: white;
    display: flex;
    width: 700px;
    height: 260px;
    padding: var(--Common-spacing-2xl, 40px) var(--Common-spacing-xl, 32px);
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    max-width: 100%;
    flex-flow: column;
}
.thumbnail-section .thumbnail-section-in .thumbnail-section-inner{
  height: 100%;
display: flex;
flex-flow: column;
}
.thumbnail-section .thumbnail-section-in .thumbnail-section-inner h2{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-4xl, 36px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-10, 40px);
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
margin-bottom: 16px;
}
.thumbnail-section .thumbnail-section-in .thumbnail-section-inner .txt-wrap{
  color: var(--Common-Neutral-Highest, #1C1C1C);
    font-family: "ABC Arizona Flare";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.thumbnail-section .thumbnail-section-in .thumbnail-section-inner .btn-thumbnail-section-a{
  margin-bottom: 0;
margin-top: auto;
text-decoration: none;
}
.spage-programas .convocatorias-grid.related-pages-equipo-grid.reglamentos-grid.related-interesar{
      grid-template-rows: repeat(1, 465px);
}
.convocatorias-grid .ultimo-item .padder{
  border-right: none;
}
.convocatorias-grid .ultimo-item.con-pro-from-url .padder{
  border-right: 1px solid black;
}
.convocatorias-grid .ultimo-item.con-pro-from-url:nth-child(4n) .padder{
  border-right: none;
}
.convocatorias-grid .ultimo-item.content-noticia .padder{
  height: 100%;
  border-right: 1px solid #454545;
  padding-left: 8px;
  padding-right: 8px;
  width: auto;
}
.convocatorias-grid .ultimo-item.content-noticia:nth-child(3n) .padder{
  /* border-right: none; */
}
.convocatorias-grid .ultimo-item.content-noticia:nth-child(4) .padder{
  border-right: none;
}
.related-personas-wrap{
      margin-bottom: 60px;
}
.external-archive-button-container.left-side-btn{
  margin-bottom: 36px;
}
.featured-section.style-genci.style-convocatorias h1{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-serif, "ABC Arizona Flare");
  font-size: var(--Common-Typography-Size-4xl, 36px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-medium, 500);
  line-height: var(--Common-Typography-Leading-10, 40px); /* 111.111% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
width: 900px;
max-width: 100%;
}
.featured-section.style-genci h1{
    margin-top: 32px;
    color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-7xl, 72px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: 72px; /* 100% */
letter-spacing: var(--Common-Typography-Tracking-tight, -0.4px);
}
.featured-section.style-genci.style-doctorados h1{
  overflow: hidden;
color: var(--Common-Neutral-Highest, #1C1C1C);
text-overflow: ellipsis;
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-4xl, 36px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-10, 40px); /* 111.111% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
/* Descargar dropdown button */
.dropdown-container {
    position: relative;
    display: inline-block;
    width: fit-content;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: calc(100% - 2px);
    z-index: 3;
    border: 1px solid black;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    width: calc(100% - 2px);
    min-width: unset;
        margin-top: -1px;
        background: white;
}
.dropdown-content.active {
    display: grid;
    border: 1px solid #DEF3FF;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
width: calc(100% - 2px);
min-width: unset;
}
.dropdown-content a{
  cursor: pointer;
color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px);
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
padding: 12px 16px;
text-decoration: none;
}
.dropdown-content a:hover{
  color: #DEF3FF;
}
.dropdown-arrow {
    transition: transform 0.3s ease;
}
.dropdown-toggle.active .dropdown-arrow {
    transform: rotate(180deg);
}
button.archive-btn{
  border: 1px solid;
}
.buttons-container .archive-btn{
  padding: 0;
}
.buttons-container a{
  text-decoration: none;
  display: flex;
width: fit-content;
height: fit-content;
}
.buttons-container{
  padding-top: 64px;
padding-bottom: 48px;
display: grid;
grid-gap: 16px;
}
button.dropdown-toggle.active{
  border: 1px solid;
    border-color: #DEF3FF;
    border-radius: 24px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.featured-section.style-genci.style-convocatorias.style-noticia{
  height: auto;
}
.featured-section.style-genci.style-convocatorias.style-noticia h1{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-4xl, 36px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-10, 40px);
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
margin-bottom: 40px;
}
.featured-section.style-genci.style-convocatorias.style-noticia.style-libros h1{
  margin-bottom: 32px;
}
.featured-section.style-genci.style-convocatorias.style-noticia .thumbnail-wrapper{
  display: flex;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
}
.featured-section.style-genci.style-convocatorias.style-noticia .thumbnail-wrapper img{
  width: 75%;
height: auto;
object-fit: contain;
}
.post-tags{
  display: flex;
      padding: 48px 0 32px 0;
      align-items: flex-start;
      align-content: flex-start;
      gap: 12px var(--Common-spacing-xs, 12px);
      flex-wrap: wrap;
}
.post-tags a{
  border-radius: var(--Dimensions-radius-2xl, 16px);
background: var(--Color-Lower, #FFE9D4);
display: flex;
padding: 4px 12px;
justify-content: center;
align-items: center;
gap: 6px;
width: fit-content;
text-decoration: none;
color: var(--Color-Highter, #0071AB);
font-family: var(--Font-family-mono, "Necto Mono");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--xl, 20px);
letter-spacing: var(--font-letter-spacing-letter-spacing-005-em-08-px, 0.8px);
text-transform: uppercase;
}
.post-publish-date-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--Common-spacing-3xs, 6px);
  align-self: stretch;
}
.post-publish-date-wrap .date-title{
  color: var(--Common-Neutral-Medium, #6D6D6D);
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--Common-Typography-Size-sm, 14px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-normal, 400);
  line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.post-publish-date-wrap .date-value{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--Common-Typography-Size-sm, 14px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-normal, 400);
  line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.page-body-flexible-flower .buttons-container{
  padding-top: 0;
    padding-bottom: 0;
}
.page-body-flexible-flower .buttons-container .archive-btn{
  width: 284px;
}
/* collapsible CSS */
.collapsible-container {
    list-style: none;
    padding: 0;
    margin: 0;
    /* margin-top: 24px;
    margin-bottom: 24px; */
}
.splide.material-slider{
      padding: 0 32px;
}
.rel-top-border-wrap{
  padding: 0 32px;
}
.rel-top-border-wrap .rel-top-border{
  border-top: 1px solid;
padding-bottom: 48px;
}
.collapsible-popup {
  margin-bottom: -1px;
}
.collapsible-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
padding: var(--Common-spacing-l, 24px) var(--Common-spacing-xs, 12px);
    background: #fff;
    border-top: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
    border-bottom: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
    overflow: hidden;
color: var(--Common-Neutral-Highest, #1C1C1C);
text-overflow: ellipsis;
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-xl, 20px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-semibold, 600);
line-height: var(--Common-Typography-Leading-7, 28px); /* 140% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-semibold, 600);
line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
overflow: hidden;
color: var(--Common-Neutral-Highest, #1C1C1C);
text-overflow: ellipsis;

/* Subtitle/sm/semibold */
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-xl, 20px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-semibold, 600);
line-height: var(--Common-Typography-Leading-7, 28px); /* 140% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0);
}
.collapsible-popup.active .collapsible-header{
color: var(--Faculties-french-rose-high, #0071AB);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-semibold, 600);
line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
border-bottom: none;

color: var(--faculty-salud-odontologa-picton-blue-high, var(--Faculties-picton-blue-high, #008ED4));
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-xl, 20px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-semibold, 600);
line-height: var(--Common-Typography-Leading-7, 28px); /* 140% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0);
}
.collapsible-header svg {
    transition: transform 0.3s ease;
}
.collapsible-popup.active .collapsible-header svg {
    transform: rotate(-180deg);
}
.collapsible-popup.active .collapsible-header svg path{
  stroke: #008ED4;
}
.collapsible-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 15px;

    color: var(--Common-Neutral-Highest, #1C1C1C);

/* Body/lg/regular */
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-lg, 18px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-7, 28px); /* 155.556% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0);
}
.collapsible-popup.active .collapsible-body {
    padding: 15px;
}
.information-grid-section.info-table-section{
  padding: 0;
  background: white;
}
.information-grid-section.info-table-section .information-grid-section-part .h3wrap{
  width: 25%;
  padding: 12px 16px;
  display: flex;
align-items: center;
border: 1px solid #E7E7E7;
}
.information-grid-section.info-table-section .information-grid-section-part.bb{
  background: black;
  color: white;
}
.information-grid-section.info-table-section .information-grid-section-part.bb .h3wrap{
  border: 1px solid white;
}
.information-grid-section.info-table-section .information-grid-section-part.bb h3{
  color: white;
}
.information-grid-section.info-table-section .information-grid-section-part.bb .txt-wrap{
  color: white;
      border: 1px solid white;
}
.information-grid-section.info-table-section .information-grid-section-part.ic{
  flex-flow: row-reverse;
}
.information-grid-section.info-table-section .information-grid-section-part{
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 0;
  margin: 0;
  padding: 0;
}
.information-grid-section.info-table-section .information-grid-section-part h3{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-semibold, 600);
line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.information-grid-section.info-table-section .information-grid-section-part .txt-wrap{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--Common-Typography-Size-md, 16px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-normal, 400);
  line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
  width: 75%;
  padding: 12px 16px;
  border: 1px solid #E7E7E7;
}
.information-grid-section{
  background: var(--Common-Brand-brand-02, #E7E4D9);
display: flex;
padding: var(--Common-spacing-m, 20px);
flex-direction: column;
align-items: flex-start;
gap: var(--Common-spacing-s, 16px);
align-self: stretch;
margin-top: 40px;
margin-bottom: 40px;
}
.information-grid-section-part h3{
  color: var(--Common-Neutral-Medium, #6D6D6D);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px);
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.information-grid-section-part .txt-wrap{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.information-grid-section-in{
  width: 100%;
}
.information-grid-section-part{
  border-bottom: 1px solid #DDD9CB;
  width: 100%;
  display: grid;
  grid-gap: 6px;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.information-grid-section-in .information-grid-section-part:last-of-type{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/* Gallery CSS */
.galeria-content {
    display: grid;
    padding: 80px 32px;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.galeria-item {
    position: relative;
    cursor: pointer;
}
.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.page-id-323 .card-menu-container{
  border: none;
}
.card-menu-container{
  display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid black;
padding-bottom: 40px;
margin-bottom: 40px;
border-top: 1px solid black;
padding-top: 40px;
}
.card-menu-items{
  display: flex;
  align-items: center;
  gap: var(--Common-spacing-2xs, 8px);
  flex: 1 0 0;
  align-self: stretch;
}
.card-button-name{
  display: flex;
    padding: var(--Common-spacing-2xs, 8px) var(--Common-spacing-s, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--Common-spacing-3xs, 6px);
    border-radius: 9999px;
    border: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
    cursor: pointer;
}
.card-button-name.active{
  border-radius: 9999px;
border: 1.4px solid #008ED4;
}
.card-button:not(.active){
  display: none;
}
.card-itself:not(.active){
  display: none;
}
.page-body-container.card-main-container .page-body-flexible-wrapper{
  padding-top: 0;
  /* experimental alignment of slider */
  padding-bottom: 0;
margin-bottom: -11px;
/* experimental alignment of slider */
}
.gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.gallery-modal.active {
    opacity: 1;
}
.gallery-modal img {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
}
.gallery-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    cursor: pointer;
    font-size: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}
.agenda-base-information-container-content{
    padding: 80px 32px 0 32px;
}
.agenda-base-information-wrap{
    flex-flow: row;
    flex-wrap: wrap;
    display: flex;
align-items: flex-start;
gap: var(--Common-spacing-5xl, 64px);
}
.agenda-left-info2 .agenda-base-information-wrap{
  flex-flow: column;
      gap: 24px;
      padding-right: 48px;
}
.agenda-base-information-wrap .agenda-grid-item{
  display: grid;
}
.agenda-grid-item .agenda-grid-title{
  color: var(--Common-Neutral-Medium, #6D6D6D);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.agenda-grid-item .agenda-grid-value{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--Common-Typography-Size-sm, 14px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-normal, 400);
  line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.single-agenda .page-body-flexible-flower{
  /* width: 100%;
    max-width: unset; */
}
.semestre{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.social-networks-left{
  display: flex;
align-items: center;
margin-top: 12px;
margin-bottom: 36px;
}
.social-networks-left .social-circle{
  display: flex;
width: 44px;
height: 44px;
justify-content: center;
align-items: center;
border-radius: var(--Dimensions-radius-full, 9999px);
border: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
margin-right: 8px;
}
.agenda-persona-container{
  padding-right: 80px;
}
.agenda-persona-container .padder{
  border: 1.209px solid var(--Common-Brand-brand-04, rgba(28, 28, 28, 0.10));
background: var(--Common-Neutral-Lowest, #FFF);
display: flex;
padding: 23.6px;
flex-direction: column;
align-items: flex-start;
gap: 17.7px;
}
.agenda-persona-container .padder img{
  max-width: 100%;
object-fit: contain;
}
.agenda-persona-container .padder h3{
  overflow: hidden;
color: var(--Common-Neutral-Highest, #1C1C1C);
text-overflow: ellipsis;
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: 24.179px;
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: 29.015px; /* 120% */
}
.agenda-persona-container .padder .text-content{
  color: var(--Common-Neutral-Highter, #454545);
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--Common-Typography-Size-xs, 12px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-normal, 400);
  line-height: var(--Common-Typography-Leading-4, 16px); /* 133.333% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.galeria-section.galeria-section-slider .galeria-section-content-in{
    padding: 40px 32px 40px 32px;
    padding-left: 0;
padding-right: 0;
}
.galeria-section.galeria-section-slider.pad2 .galeria-section-content-in{
  padding-bottom: 120px;
  padding-left: 32px;
}
.galeria-section.galeria-section-slider li.splide__slide{
  display: flex;
justify-content: center;
align-items: center;
display: block;
}
.galeria-section.galeria-section-slider li.splide__slide  img{
  height: 100%;
width: auto;
}
.galeria-home-section .galeria-splider .splide__arrows .splide__arrow--next{
  border-radius: var(--Dimensions-radius-full, 9999px);
  background: var(--Common-Neutral-Highest, #1C1C1C);
  opacity: 1;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: var(--Common-spacing-2xs, 8px);
  right: 9px;
}
.galeria-home-section .galeria-splider .splide__arrows .splide__arrow--prev {
    left: 9px;
    border-radius: var(--Dimensions-radius-full, 9999px);
    background: var(--Common-Neutral-Highest, #1C1C1C);
    opacity: 1;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: var(--Common-spacing-2xs, 8px);
}
.galeria-home-section .galeria-splider .splide__arrows.splide__arrows--ltr{
  /* position: inherit;
    left: unset;
    right: unset;
    bottom: unset;
    border-radius: 0;
    background: white;
    height: auto;
    width: auto;
    bottom: unset;
    top: unset; */
}
.galeria-section:not(.galeria-home-section) .galeria-splider .splide__arrows.splide__arrows--ltr{
  position: absolute;
    left: unset;
    right: 0;
    bottom: -72px;
    border-radius: var(--Dimensions-radius-full, 9999px);
    background: var(--Common-Neutral-Highest, #1C1C1C);
    height: 40px;
    width: 88px;
    bottom: unset;
    /* top: -70px; */
    top: unset;
    bottom: -70px;
}
.faq-section{
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--Common-spacing-xl, 32px);
    background: var(--Faculties-picton-blue-highest, #064F74);
}
.faq-section .faq-section-in{
  width: -webkit-fill-available;
}
.faq-enlaces-section .faq-section-itself.row{
      padding: 80px 0;
}
.faq-section-itself.row{
  padding: var(--Common-spacing-3XL-5, 80px) 80px;
}
.contact-page-um .page-body-flexible-gapper{
  width: 0;
}
.contact-page-um .map-place-wrap iframe{
  width: 100%;
}
.faq-l .padder h2{
  overflow: hidden;
    color: var(--Common-Neutral-Lowest, #FFF);
    text-overflow: ellipsis;
    font-family: var(--Font-family-serif, "ABC Arizona Flare");
    font-size: var(--Common-Typography-Size-4xl, 36px);
    font-style: normal;
    font-weight: var(--Common-Typography-Weight-font-medium, 500);
    line-height: var(--Common-Typography-Leading-10, 40px);
    letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.faq-r{
  display: flex;
align-items: center;
}
.faq-r .padder{
  display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.faq-r .padder .btn-faq-a{
  text-decoration: none;
}
.btn-faq{
  display: flex;
    /* width: 280px; */
    height: 44px;
    padding: 0px var(--Common-spacing-5xl, 64px);
    justify-content: center;
    align-items: center;
    gap: var(--Common-spacing-2xs, 8px);
    border-radius: var(--Dimensions-radius-full, 9999px);
    border: 1px solid var(--Common-Neutral-Low, #B0B0B0);
    color: var(--Common-Neutral-Lowest, #FFF);
    font-family: var(--Font-family-sans, "Work Sans");
    font-size: var(--Common-Typography-Size-md, 16px);
    font-style: normal;
    font-weight: var(--Common-Typography-Weight-font-semibold, 600);
    line-height: var(--Common-Typography-Leading-6, 24px);
    letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.btn-faq:hover{
      background: #209cd9;
}
.galeria-splider .splide__arrows .splide__arrow--next {
    right: 9px;
}
.galeria-splider .splide__arrows .splide__arrow--prev {
    left: 9px;
}
.galeria-splider .splide__arrows .splide__arrow:hover svg path{
  stroke: #2cc8ff;
}
.galeria-splider .splide__arrows .splide__arrow--prev svg{
      transform: translateX(0);
}
.block-rep-container.doc-rep-container .block-rep-part a{
  text-decoration: none;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.block-rep-container.doc-rep-container .block-rep-part a:hover .doc-svg-wrap{
  background: black;
}
.block-rep-container.doc-rep-container .block-rep-part h3{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--Common-Typography-Size-xl, 20px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-semibold, 600);
  line-height: var(--Common-Typography-Leading-7, 28px);
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
  margin-bottom: 0;
  width: 80%;
}
.block-rep-container.doc-rep-container .doc-svg-wrap{
  display: flex;
width: 48px;
height: 48px;
justify-content: center;
align-items: center;
border-radius: var(--Dimensions-radius-full, 9999px);
background: var(--Color-Lower, #FFE9D4);
}
.investigadoras-flex-section.inv-sec-black .page-body-container.investigadoras-body-container{
  background: var(--Common-Neutral-Highest, #1C1C1C);
color: white;
}
.investigadoras-flex-section.inv-sec-black .inv-sec-title h2{
  color: var(--Common-Neutral-Lowest, #FFF);
}
.investigadoras-flex-section .inv-sec-title h2{
  color: black;
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-5xl, 48px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: 48px;
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.investigadoras-flex-section .inv-sec-title h3{
  color: var(--Color-orange-Low, #FF7E37);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
  font-size: var(--Common-Typography-Size-5xl, 48px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-light, 300);
  line-height: 48px;
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.investigadoras-flex-section .page-body-flexible-wrapper{
  padding-bottom: 64px;
}
.investigadoras-flex-section .page-body-flexible-wrapper.inv-row-two{
  padding-top: 0;
  padding-bottom: 0;
}
.investigadoras-flex-section.inv-sec-black .page-body-flexible-wrapper .wswg-section-in{
  color: white;
}
.investigadoras-flex-section .page-body-flexible-wrapper .page-body-flexible-flower{
  padding-bottom: 0;
}
.investigadoras-section-content-in.inv-sec-grid{
  display: grid;
grid-template-columns: repeat(3, 1fr);
width: 100%;
grid-gap: 24px;
}
.ultimo-item.ultimo-investigadora .ultimo-item-image iframe{
      width: 100%;
}
.inv-sec-white .investigadoras-section-in{
  background: var(--Common-Brand-brand-01, #F8F7F4);
}
.ultimo-item.ultimo-investigadora{
  border: none;
}
.inv-sec-white .cpt-tag svg path{
  stroke: black;
}
.inv-sec-white .ultimo-item.ultimo-investigadora .cpt-tag span{
  color: black;
}
.inv-sec-white .ultimo-item.ultimo-investigadora .padder .ultimo-item-content h3{
  color: black;
}
.inv-sec-white .ultimo-item.ultimo-investigadora .ultimo-item-facultad{
  color: black;
}
.inv-sec-white .ultimo-item.ultimo-investigadora .in-wrapper{
  border: 1.042px solid var(--Common-Brand-brand-04, rgba(28, 28, 28, 0.10));
  background: var(--Common-Brand-brand-01, #F8F7F4);
}
.inv-sec-white .icon-circle{
  background: var(--Common-Brand-brand-04, rgba(28, 28, 28, 0.10));
}
.inv-sec-white .icon-circle svg path{
  stroke: black;
}
.investigadoras-flex-section.inv-sec-white{
    background: var(--Common-Brand-brand-01, #F8F7F4);
}
.inv-sec-white .ultimo-item.ultimo-investigadora:hover .in-wrapper{
      background: #FFA461;
}
.inv-sec-white .ultimo-item.ultimo-investigadora:hover .icon-circle{
  background: black;
}
.inv-sec-white .ultimo-item.ultimo-investigadora:hover .icon-circle svg path{
  stroke: white;
}
.spage-programas .convocatorias-grid.related-pages-equipo-grid{
  padding: var(--Common-spacing-3XL-5, 80px) var(--Common-spacing-xl, 32px);
}
.spage-programas .convocatorias-grid.related-pages-equipo-grid .ultimo-item.ultimo-programa{
  border-radius: var(--Dimensions-radius-none, 0px);
border: 1px solid var(--Common-Brand-brand-04, rgba(28, 28, 28, 0.10));
background: var(--Common-Neutral-Lowest, #FFF);
}
.spage-programas .convocatorias-grid.related-pages-equipo-grid .ultimo-item.ultimo-programa.content-reglamentos{
  padding: 0;
  padding-top: 8px;
padding-bottom: 8px;
height: auto;
border: none;
border-bottom: 1px solid black;
}
.related-pages-equipo-section.reg-section{
      padding: 40px 32px;
}
.ultimo-item.ultimo-programa.genci-programa .ultimo-item-image{
  aspect-ratio: 378 / 211;
display: flex;
justify-content: center;
align-items: center;
}
.ultimo-item.ultimo-programa.genci-programa .ultimo-item-image img{
      height: 100%;
}
.filter-group.grid-col-50{
  display: flex;
align-items: center;
gap: 32px;
}
.post-type-switcher{
      padding: 80px 32px 0 32px;
      display: flex;
    align-items: center;
    gap: 12px;
}
.post-type-button{
  display: flex;
padding: var(--Common-spacing-2xs, 8px) var(--Common-spacing-s, 16px);
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 9999px;
border: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
transition: all 0.33s ease;
background: white;
color: var(--Common-Neutral-High, #4F4F4F);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-6, 24px);
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
cursor: pointer;
}
.post-type-button.active{
/* background: var(--Faculties-orange-Higher, #C73407); */
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
border: 1.4px solid #DEF3FF;
}
.post-type-button svg path{
      stroke: #4F4F4F;
}
.post-type-button.active svg path{
  stroke: white;
}
.rest-convocatoria .padder{
  border-right: none;
}
.ultimo-item .padder a{
  padding: 0;
}
.ultimo-item{
  padding-top: 0;
  padding-bottom: 0;
}
.ultimo-item.ultimo-persona{
  width: 100%;
max-width: 100%;
overflow: hidden;
padding-top: 8px;
padding-bottom: 8px;
height: auto;
border: none;
border-bottom: 1px solid black;
}
ul li .ultimo-item.ultimo-persona.content-persona-php{
  height: calc(100% - 18px);
}
ul li .content-persona-php .padder{
  height: 100%;
}
.ultimo-item.ultimo-persona.content-persona-php{
  border-top: 1px solid black;
      min-height: 477px;
      /* this is new addition below */
      align-items: stretch;
height: calc(100% - 18px);
}
.equipo-grid-centro .ultimo-item .padder a{
  border-right: 1px solid black;
}
.equipo-grid-centro .equipo-item:nth-child(4n) .ultimo-item .padder a{
  border-right: none;
}
.equipo-grid-centro .equipo-item{
  margin-top: -1px;
}
.splide.related-personas-slider-1 .splide__list{
  margin-right: -1px !important;
      margin-left: -1px !important;
}

.splide.material-slider .splide__pagination{
  bottom: -30px;
}
.splide.material-slider .splide__pagination .splide__pagination__page {
    width: 8px;
    height: 8px;
    fill: #2cc8ff;
    color: #2cc8ff;
    background: #2cc8ff;
}
.splide.material-slider .splide__pagination .splide__pagination__page.is-active {
    transform: none;
    height: 8px;
    fill: #6bf5f5;
    color: #6bf5f5;
    background: #0071AB;
    transform: none;
    width: 20px;
    opacity: 1;
    border-radius: 14.164px;
}
.splide.related-personas-slider-1 .splide__pagination{
  bottom: -30px;
}
.related-pages-equipo-section.bottom-slider-1{
      padding-bottom: 80px;
}
.single-material-um .related-pages-equipo-section.bottom-slider-1.bottom-slider-2.material-slider-container{
  padding-top: 0;
}
.single-material-um .page-subtitle-wrap{
  font-family: var(--Font-family-serif, "ABC Arizona Flare");
    font-size: var(--Common-Typography-Size-xl, 20px);
    font-style: normal;
    font-weight: var(--Common-Typography-Weight-font-light, 300);
    line-height: var(--Common-Typography-Leading-7, 28px);
    padding-bottom: 40px;
    margin-top: -24px;
}
.single-material-um .rel-top-border-wrap .rel-top-border{
  border: none;
}
.related-pages-equipo-section.bottom-slider-1.bottom-slider-2.material-slider-container{
  background: white;
}
.related-pages-equipo-section.bottom-slider-1.bottom-slider-2.related-servicios-container{
  background: white;
  padding-top: 0;
}
.related-pages-equipo-section.bottom-slider-1.bottom-slider-2.related-servicios-container .ultimo-item.ultimo-noticia{
  border-top: 1px solid black;
}
.related-pages-equipo-section.bottom-slider-1.bottom-slider-2{
      background: rgba(231, 228, 217, 0.60);
}
.related-pages-equipo-section.bottom-slider-1.bottom-slider-2.servicios-section{
      background: var(--Common-Brand-brand-01, #F8F7F4);
}
.related-pages-equipo-section.bottom-slider-1.bottom-slider-2.servicios-section.profesionales-section{
  background: white;
}
.related-pages-equipo-section.bottom-slider-1.bottom-slider-2.servicios-section.convenios-section{
  background: white;
}

.splide.related-personas-slider-1 .splide__pagination .splide__pagination__page {
    width: 8px;
    height: 8px;
    fill: #2cc8ff;
    color: #2cc8ff;
    background: #2cc8ff;
}
.splide.related-personas-slider-1 .splide__pagination .splide__pagination__page.is-active {
    transform: none;
    height: 8px;
    fill: #6bf5f5;
    color: #6bf5f5;
    background: #0071AB;
    transform: none;
    width: 20px;
    opacity: 1;
    border-radius: 14.164px;
}

.splide.thumbnail-slider-splide .splide__pagination .splide__pagination__page {
    width: 8px;
    height: 8px;
    fill: #2cc8ff;
    color: #2cc8ff;
    background: white;
    opacity: 1;
}
.splide.thumbnail-slider-splide .splide__pagination .splide__pagination__page.is-active {
    transform: none;
    height: 8px;
    fill: #6bf5f5;
    color: #6bf5f5;
    background: #2CC8FF;
    transform: none;
    width: 20px;
    opacity: 1;
    border-radius: 14.164px;
}
.splide.thumbnail-slider-splide .splide__pagination {
    bottom: 30px;
}

.thumbnail-slider-splide .splide__arrows.splide__arrows--ltr {
    position: absolute;
    bottom: 32px;
    border-radius: var(--Dimensions-radius-full, 9999px);
    background: var(--Common-Neutral-Highest, #1C1C1C);
    height: 40px;
    width: 88px;
    right: 90px;
    left: unset;
    z-index: 1;

}
.thumbnail-slider-splide .splide__arrows .splide__arrow--prev {
    left: 9px;
}
.thumbnail-slider-splide .splide__arrows .splide__arrow--next {
    right: 9px;
}
.thumbnail-slider-splide .splide__arrows .splide__arrow--prev svg {
    transform: translateX(0);
}


.splide.related-personas-slider-1{
  padding: 0 32px;
}
.content-persona-php .padder{
  border-right: 1px solid black;
}
.rest-convocatoria .cpt-tag{
  margin-bottom: 24px;
}
.ultimo-item.ultimo-convocatoria.rest-convocatoria{
  min-height: 544px;
  padding-top: 8px;
padding-bottom: 8px;
}
.ultimo-item.ultimo-convocatoria.rest-convocatoria.rest-publicacion{
  min-height: unset;
}
.ultimo-item.ultimo-convocatoria.rest-convocatoria.con-pro-from-url{
  min-height: unset;
  padding-top: 8px;
    padding-bottom: 8px;
    border: none;
        border-bottom: 1px solid;
        padding: 8px;
}
.convocatorias-grid.related-pages-equipo-grid.url-grid{
  grid-gap: 0;
}
.convocatorias-grid.related-pages-equipo-grid.url-grid .ultimo-item.con-pro-from-url:nth-child(3) .padder{
  border-right: none;
}
.person-cpt-switcher{
  padding: 24px 32px;
    display: flex;
    align-items: center;
}
.ultimo-item.ultimo-convocatoria.rest-convocatoria.con-pro-from-url.smh{
      border-top: 1px solid black;
}
.publicacion-table-um.hidden{
  display: none;
}
.proyecto-table-um.hidden{
  display: none;
}
.ext-btn{
  display: flex;
padding: var(--Common-spacing-2xs, 8px) var(--Common-spacing-s, 16px);
justify-content: center;
align-items: center;
gap: var(--Common-spacing-3xs, 6px);
border-radius: 9999px;
border: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-6, 24px);
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
margin-right: 8px;
cursor: pointer;
}
.ultimo-item.ultimo-agenda.agenda-from-url{
      border: none;
          border-bottom: 1px solid var(--Common-Neutral-Higher, #454545);
}
.ultimo-item.ultimo-agenda.agenda-from-url .padder{
  width: 100%;
    height: 100%;
    border-right: 1px solid #454545;
    padding-left: 8px;
    padding-right: 8px;
    width: auto;
}
.ultimo-item.ultimo-agenda.agenda-from-url:nth-child(4n) .padder{
  border-right: none;
}
.ext-btn.active{
  border-radius: 9999px;
border: 1.4px solid #DEF3FF;

}
.section-title-wrap.flexme{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.external-archive-button-container{
  display: flex;
justify-content: center;
align-items: center;
margin-top: 40px;
margin-bottom: 0;
}
.external-archive-button-container a{
  text-decoration: none;
}
.proyecto-info-grid .external-archive-button-container{
  justify-content: flex-start;
}
.archive-like-grid .ultimo-item .padder{
  height: 100%;
  border-right: 1px solid #454545;
  padding-left: 8px;
  padding-right: 8px;
  width: auto;
}
.archive-like-grid .ultimo-item:nth-child(4) .padder{
  border-right: none;
}
.archive-like-grid .ultimo-item:nth-child(8) .padder{
  border-right: none;
}
.archive-like-grid .ultimo-item:nth-child(12) .padder{
  border-right: none;
}
.archive-like-grid .ultimo-item:nth-child(4n) .padder {
  border-right: none;
}
.ultimo-item.ultimo-noticia.content-servicio .in-wrapper{
min-height: 416px;
}
.ultimo-item.ultimo-noticia .in-wrapper{
  flex-flow: column;
  padding: 20px;
      height: -webkit-fill-available;
}
.content-block-subtitle{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.ultimo-item.ultimo-noticia .padder .ultimo-item-content{
  padding: 24px 0 24px 0;
  padding-top: 0;
}
.ultimo-item.ultimo-noticia.content-convenio-js .ultimo-item-image{
  aspect-ratio: 1;
}
.ultimo-item.content-convenio-php .ultimo-item-image{
aspect-ratio: 1;
}
.page-id-254 .post-type-switcher{
  display: none;
}
.ultimo-item.ultimo-noticia .ultimo-item-image{
  width: 100%;
height: auto;
overflow: hidden;
    aspect-ratio: 2 / 1;
}
.ultimo-item.ultimo-noticia.content-convenio-js .ultimo-item-image img{
      /* border: 1px solid var(--Common-Brand-brand-02, #E7E4D9); */
}
.ultimo-item.ultimo-noticia .ultimo-item-image img{
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  display: block;
  height: 100%;
  object-position: center;
}
.ultimo-item.ultimo-noticia{
  width: 100%;
max-width: 100%;
overflow: hidden;
padding-top: 8px;
padding-bottom: 8px;
height: auto;
border: none;
border-bottom: 1px solid black;
}
.page-actualidad .archive-like-grid{
  display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
width: 100%;
max-width: 100%;
/* overflow: hidden; */
}
.ultimo-item.ultimo-noticia.content-noticia .category-tag{
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.ultimo-item.ultimo-entrevista.ultimo-persona.content-convenio-php .padder a .ultimo-item-image img{
  aspect-ratio: 1;
}
.f-c-r.col{
  display: flex;
    justify-content: center;
    align-items: center;
}
.featured-section.style-genci.style-convocatorias.style-noticia .f-c-r.col .thumbnail-wrapper{
  justify-content: center;
      align-items: center;
}
.ultimo-item.ultimo-entrevista.ultimo-persona.content-persona-php .padder a .ultimo-item-image img{
  aspect-ratio: 1;
  aspect-ratio: 4 / 3;
}
.ultimo-item.ultimo-entrevista.ultimo-persona .padder a .ultimo-item-image img{
  width: 100%;
    height: auto;
    object-fit: cover;
/* aspect-ratio: 268 / 138; */
    aspect-ratio: 1;
}
.ultimo-item.ultimo-entrevista.ultimo-persona.content-convenio-php .padder a .ultimo-item-image img{
      border: 1px solid var(--Common-Brand-brand-02, #E7E4D9);
}
.convenios-on-page .ultimo-item.ultimo-entrevista.ultimo-persona.content-convenio-php .padder a .ultimo-item-image img{
  aspect-ratio: 4 / 3;
  object-fit: contain;
  height: auto;
  width: 100%;
  border: none;
}
.convenios-on-page .ultimo-item.ultimo-entrevista.ultimo-persona.content-convenio-php .padder a .ultimo-item-image{
  aspect-ratio: unset;
align-items: flex-start;
justify-content: flex-start;
}
.convenios-section.servicios-section.convenios-on-page .related-pages-equipo-section-inner .section-title-wrap.section-title-w-link{
padding-top: 50px;
}
.content-convenio-php .category-tag{
  margin-bottom: 0;
}
body.home .ultimo-item.ultimo-entrevista.ultimo-persona.content-convenio-php .padder a .ultimo-item-image img{
      border: 1px solid var(--Common-Brand-brand-02, #E7E4D9);
	  object-fit:contain;
	  height:100%;
	  width:auto;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    height: auto;
    width: 100%;
    border: none;
}

.ultimo-item.ultimo-entrevista.ultimo-persona .padder a .ultimo-item-image img{
  aspect-ratio: 268 / 132;
}
.ultimo-item.ultimo-entrevista.ultimo-persona.persona-clinica .padder a .ultimo-item-image img{
      aspect-ratio: 1;
}
.section-divider-container .border-wrapper{
  padding: 50px 32px;
}
.section-divider-container .border-wrapper .border{
  border-top: 1px solid #000;
}
.ultimo-item.ultimo-entrevista.ultimo-persona.ultimo-programas .padder a .ultimo-item-image img{
  border: 0.996px solid var(--Common-Neutral-Lower, #E7E7E7);
  object-fit: contain;
}
body.page-id-1051 .ultimo-item.ultimo-entrevista.ultimo-persona.ultimo-programas .padder a .ultimo-item-image img{
  border: 0.996px solid var(--Common-Neutral-Lower, #E7E7E7);
  height: 150px;
  width:100%;
  object-fit: contain;
  aspect-ratio: 1;
}
.ultimo-item.ultimo-persona .padder .ultimo-item-content{
  width: auto;
align-items: flex-start;
}
.ultimo-item.ultimo-entrevista.ultimo-persona .padder .in-wrap{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--Common-spacing-2xs, 8px);
  align-self: stretch;
  text-align: left;
}
.ultimo-entrevista.ultimo-persona .cat-tag-float{
  justify-content: flex-start;
  display: flex;
flex-wrap: wrap;
gap: 3px;
}
.ultimo-item.ultimo-noticia .cat-tag-float{
  justify-content: flex-start;
  display: flex;
flex-wrap: wrap;
gap: 3px;
margin-bottom: 0;
    padding: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.ultimo-item.ultimo-noticia.rest-noticia-city .cat-tag-float{
  bottom: 0;
}
.ultimo-item.ultimo-noticia .ultimo-item-image{
  margin-bottom: 16px;
}
.personas-main-row .personas-main-l{
  display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.personas-main-row .personas-main-l img.bged{
  width: 100%;
height: 100%;
object-fit: cover;
}
.personas-main-row .personas-main-l .padder{
left: 0;
top: 0;
width: 100%;
height: 100%;
display: flex;
position: initial;
justify-content: flex-end;
align-items: flex-start;
padding-top: 40px;
}
.personas-main-row .personas-main-l .padder img{
  object-fit: contain;
  width: calc(100% - 100px);
}
.personas-top-wrap{
  display: flex;
    padding: 40px 40px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.personas-top-wrap h1{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-serif, "ABC Arizona Flare");
  font-size: var(--Common-Typography-Size-4xl, 36px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-medium, 500);
  line-height: var(--Common-Typography-Leading-10, 40px);
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
  margin-top: 24px;
  margin-bottom: 12px;
}
.personas-top-wrap .posicion.pos{
  overflow: hidden;
color: var(--Common-Neutral-Highest, #1C1C1C);
text-overflow: ellipsis;
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-md, 16px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.personas-top-wrap .posicion{
  overflow: hidden;
  color: var(--Common-Neutral-Highest, #1C1C1C);
  text-overflow: ellipsis;
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--Common-Typography-Size-xl, 20px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-normal, 400);
  line-height: var(--Common-Typography-Leading-7, 28px);
  margin-bottom: 12px;
}
a.linkedin-a{
  text-decoration: none;
}
a.linkedin-a .social-circle{
  width: 44px;
height: 44px;
justify-content: center;
align-items: center;
border-radius: var(--Dimensions-radius-full, 9999px);
border: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
margin-right: 12px;
display: flex
;
justify-content: center;
}
.personas-top-wrap .posicion.linea{
  color: #1c1c1cc4;
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: 21px;
font-style: normal;
font-weight: 300;
line-height: 33px;
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.socials-equipo{
  display: flex;
align-items: center;
margin-top: 24px;
width: 100%;
}
.personas-bot-wrap{
  display: flex;
max-width: 794px;
padding: 0px 40px;
flex-direction: column;
align-items: flex-start;
gap: 24px;
align-self: stretch;
}
.person-email.centros-grid .bot{
  display: grid;
      gap: 8px;
}
.section-btn-wrapper.cv-btn{
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 12px;
      margin-bottom: 30px;
}
.page-body-flexible-flower.eq-flower{
  padding-left: 40px;
padding-right: 40px;
}
.person-email.centros-grid .bot a{
  color: var(--Faculties-french-rose-high, #209cd9);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-5, 20px);
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
display: flex;
align-items: center;
text-decoration: none;
}
.person-email.centros-grid .bot a svg{
  margin-left: 4px;
}
.person-email.terms-wrap .bot{
  display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.person-email.terms-wrap .bot .category-tag{
  margin-bottom: 0;
}
.base-content-container-personas{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-lg, 18px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-7, 28px);
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
margin-bottom: 16px;
}
.base-content-container-personas h2{
  overflow: hidden;
color: var(--Common-Neutral-Highest, #1C1C1C);
text-overflow: ellipsis;
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-xl, 20px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-semibold, 600);
line-height: var(--Common-Typography-Leading-7, 28px); /* 140% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.related-personas-slider .splide__slide .padder{
  padding: 23.6px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1.209px solid var(--Common-Brand-brand-04, rgba(28, 28, 28, 0.10));
    background: var(--Common-Neutral-Lowest, #FFF);
}
.related-personas-slider .splide__slide .padder img{
  aspect-ratio: 1;
object-fit: cover;
width: 130.567px;
height: 130.567px;
}
.related-personas-slider .splide__slide .padder h3{
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
align-self: stretch;
overflow: hidden;
color: var(--Common-Neutral-Highest, #1C1C1C);
text-overflow: ellipsis;
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: 24.179px;
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: 29.015px;
margin-top: 11.3px;
margin-bottom: 11.3px;
}
.related-personas-slider .splide__slide .padder .text-wrap{
  color: var(--Common-Neutral-Highter, #454545);
font-family: var(--Font-family-sans, "Work Sans");
font-size: 12px;
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: 16px;
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.related-personas-slider .splide__pagination{
  bottom: -30px;
    left: 0;
    right: unset;
    width: auto;
    padding: 0;
}
.related-personas-slider .splide__pagination .splide__pagination__page{
  width: 8px;
      height: 8px;
      fill: #6bf5f5;
      color: #6bf5f5;
      background: #6bf5f5;
}
.related-personas-slider .splide__pagination .splide__pagination__page.is-active{
  transform: none;
  height: 8px;
    fill: #6bf5f5;
    color: #6bf5f5;
    background: #0071AB;
    transform: none;
    width: 20px;
    opacity: 1;
    border-radius: 14.164px;
}
.person-email{
  display: grid;
    grid-gap: 4px;
    margin-bottom: 12px;
}
.person-email.tema-top .bot p{
  margin: 0;
}
.person-email .top{
  color: var(--Common-Neutral-Medium, #888);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.person-email .bot{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-sans, "Work Sans");
  font-size: var(--Common-Typography-Size-sm, 14px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-medium, 500);
  line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.lisvg{
  display: flex;
align-items: baseline;
justify-content: center;
}
.person-email.terms-wrap{
  margin-bottom: 40px;
  margin-bottom: 24px;
}
.borderline{
  border-bottom: 1px solid black;
width: 100%;
}
.borderline.first-border{
  margin-bottom: 24px;
}
.borderline.padUp{
  padding-top: 40px;
}
.single-investigadoras-um .featured-section.style-genci.style-convocatorias.style-noticia h1{
      margin-bottom: 24px;
}
.single-investigadoras-um .fac-title{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-4xl, 36px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-thin, 442);
line-height: 40px;
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
margin-bottom: 24px;
}
.style-investigadoras-video.featured-section.style-genci.style-convocatorias.style-noticia .thumbnail-wrapper{
      margin-bottom: 80px;
}
.style-investigadoras-video .feat-vid-inv-wrap{
  aspect-ratio: 16 / 9;
display: flex;
justify-content: center;
align-items: center;
max-width: 100%;
width: 70%;
}
.style-investigadoras-video .feat-vid-inv-wrap iframe{
  width: 100%;
height: 100%;
}
.single-investigadoras-um .ultimo-item.ultimo-investigadora .padder a{
  padding-left: 0;
  padding-right: 0;
}
#search-box{
  background: var(--Common-Neutral-Highest, #1C1C1C);
color: var(--Common-Neutral-Lowest, #FFF);
min-height: 392px;
position: fixed;
left: 0;
width: 100%;
z-index: 9;
top: -100%;
transition: all 0.33s ease;
background: #141414;
}
#search-box.active{
  top: 0;
}
#search-box .search-box-inner-content{
  padding: var(--Common-spacing-xl, 32px) var(--Common-spacing-xl, 32px) var(--Common-spacing-3XL-5, 80px) var(--Common-spacing-xl, 32px);
  position: relative;
    display: flex;
    flex-flow: column;
}
#search-close{
  position: absolute;
  right: 32px;
  top: 32px;
  cursor: pointer;
}
#search-box h1{
  overflow: hidden;
color: var(--Common-Neutral-Lowest, #FFF);
text-overflow: ellipsis;
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-7xl, 72px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: 72px;
letter-spacing: var(--Common-Typography-Tracking-tight, -0.4px);
margin-bottom: 64px;
}
.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.search-icon {
  position: absolute;
  left: 12px;
  pointer-events: none;
}
.search-field {
  padding-left: 44px; /* Make room for the icon */
  width: 100%;
  border-bottom: 1px solid var(--Common-Neutral-Hight, #B0B0B0);
      background: var(--Common-Neutral-Lowest, #1C1C1C);
      border-top: none;
      border-left: none;
      border-right: none;
      display: flex;
      height: 48px;
      align-items: center;
      gap: 8px;
      align-self: stretch;
      color: white;
      background: #141414;
}
#search-box .search-term{
  position: relative;
}
#search-box .search-submit.button-like{
  position: absolute;
right: 0;
top: 0;
height: 48px;
width: 80px;
background: transparent;
border: none;
cursor: pointer;
display: none;
}
/* Búsqueda Sugerida styling */
.busqueda-sugerida {
    margin-top: 40px;
}
.busqueda-sugerida h3 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
.search-suggestions-buscar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.search-suggestion-btn {
  color: var(--Common-Neutral-Lowest, #FFF);
      font-family: var(--Font-family-sans, "Work Sans");
      font-size: var(--Common-Typography-Size-sm, 14px);
      font-style: normal;
      font-weight: var(--Common-Typography-Weight-font-normal, 400);
      line-height: var(--Common-Typography-Leading-5, 20px);
      letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
      display: flex;
      padding: var(--sizes-button-input-nav-sm-chip-padding-h, 12px) var(--Common-spacing-s, 16px);
      justify-content: center;
      align-items: center;
      gap: var(--sizes-button-input-nav-sm-button-gap, 6px);
      border-radius: var(--Dimensions-radius-full, 9999px);
      border: 1px solid var(--Common-Neutral-Higher, #454545);
      background: transparent;
    cursor: pointer;
    transition: background-color 0.2s;
}

.search-suggestion-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
#search-icon-click{
  cursor: pointer;
}
/* search.php styles */
/* Search results styling */
.search-results-count {
    margin-bottom: 30px;
    font-size: 16px;
    color: #666;
    padding: 32px;
}
.search-results-container .ultimo-entrevista.ultimo-persona .cat-tag-float{
  margin-top: 30px;
}
.search-results-container {
    margin-bottom: 40px;
}

.search-results-container .ultimo-item {
    margin-bottom: 30px;
}

.search-pagination {
    text-align: center;
    margin: 40px 0;
}

.search-pagination .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
}

.search-pagination .page-numbers.current {
    background-color: #0071AB;
    color: white;
}

.search-pagination .prev,
.search-pagination .next {
    background-color: transparent;
}

.no-results {
    text-align: center;
    padding: 40px 0;
}

.no-results h2 {
    margin-bottom: 20px;
    color: #333;
}

.no-results p {
    margin-bottom: 30px;
    color: #666;
}

.search-again {
    max-width: 500px;
    margin: 0 auto;
}
.search-again input.search-submit{
  width: 120px;
height: 42px;
color: var(--Common-Neutral-Lowest, #FFF);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-sm, 14px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--Common-Typography-Leading-5, 20px);
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
border-radius: var(--Dimensions-radius-full, 9999px);
border: 1px solid var(--Common-Neutral-Higher, #454545);
background: var(--Common-Neutral-Highest, #1C1C1C);
margin-top: 15px;
cursor: pointer;
}
#menu_button{
  display: none;
}
#mobile-search-icon-click{
  display: none;
}
#mc-menu{
  display: none;
}
.cifras-subtitle{
  color: #000;
    text-align: center;
    font-family: var(--Font-family-mono, "Necto Mono");
    font-size: 13.52px;
    font-style: normal;
    font-weight: var(--Common-Typography-Weight-font-normal, 400);
    line-height: 21.031px;
}
.wswg-section.citacion-section svg{
  margin-bottom: -32px;
}
.wswg-section.citacion-section .wswg-section-in{
  color: var(--Color-Highter, #0071AB);
  font-family: var(--Font-family-serif, "ABC Arizona Flare");
  font-size: var(--Common-Typography-Size-5xl, 48px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-medium, 500);
  line-height: 48px;
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}

@media(max-width:1480px){
  .bigScreenPadding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media(max-width:1024px){
  .header-bot-inner{
    gap: 10px;
  }
  #flexible-menu-nav .flexible-menu-parent-item{
    color: var(--Common-Neutral-Highest, #1C1C1C);
    font-family: "Work Sans";
    font-size: var(--font-size-0875-rem-14-px, 14px);
    font-style: normal;
    font-weight: var(--Common-Typography-Weight-font-normal, 400);
    line-height: var(--Common-Typography-Leading-5, 20px); /* 142.857% */
  }
  #flexible-menu-nav{
    gap: 16px;
  }
  .ultimo-grid.ultimo-grid-noticias-home-page{
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
  }
  .ultimo-section.ultimo-section4 .ultimo-item:nth-child(4){
    display: none;
  }
  .ultimo-section.ultimo-section4 .ultimo-item:nth-child(3) .padder{
    border-right: none;
  }
  .page-actualidad .archive-like-grid.same-row-height2{
    grid-template-columns: repeat(3, 1fr);
  }
  .archive-like-grid .ultimo-item:nth-child(4n) .padder {
    border-right: 1px solid black;
  }
  .archive-like-grid .ultimo-item:nth-child(3n) .padder {
    border-right: none;
  }
  .card-menu-container{
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .card-menu-buttons{
    margin-top: 24px;
  }
  .spage-programas .convocatorias-grid.related-pages-equipo-grid.reglamentos-grid{
        grid-template-columns: repeat(3, 1fr);
  }
  .convocatorias-grid .ultimo-item.con-pro-from-url:nth-child(4n) .padder{
    border-right: 1px solid black;
  }
  .convocatorias-grid .ultimo-item.con-pro-from-url:nth-child(3n) .padder{
    border-right: none;
  }
  .ultimo-item.ultimo-programa.content-reglamentos:nth-child(3n) .padder{
    border-right: none;
  }
  .ultimo-item.ultimo-programa.content-reglamentos:nth-child(4n) .padder{
    border-right: 1px solid black;
  }
  .spage-programas .convocatorias-grid.related-pages-equipo-grid.reglamentos-grid .ultimo-item.ultimo-noticia:nth-child(4){
    display: none;
  }
  .convocatorias-grid .ultimo-item.content-noticia:nth-child(3n) .padder{
    border-right: none;
  }
  .convocatorias-grid .ultimo-item.content-noticia:nth-child(4n) .padder{
    border-right: 1px solid black;
  }
  .spage-programas .convocatorias-grid.related-pages-equipo-grid.reglamentos-grid{
    margin: 0;
  }
  .ultimo-item.ultimo-agenda.agenda-from-url:nth-child(4n) .padder {
    border-right: 1px solid black;
  }
  .ultimo-item.ultimo-agenda.agenda-from-url:nth-child(3n) .padder {
    border-right: none;
  }
}
@media (max-width: 768px) {
  /* Stack filters on mobile */
  .archive-like-filter-container > * {
    grid-column: 1 / -1; /* Make each item take full width */
  }
}
@media(max-width: 900px){
  .footer-mid.contact-footer{
    gap: 32px;
  }
  .fgrid-logo-a{
    max-width: 100%;
width: 100%;
  }
  .fgrid-logo-a img{
    max-width: 100%;
width: 100%;
  }
  .galeria-section.galeria-section-slider.pad2 .galeria-section-content-in{
    padding-bottom: 60px;
  }
  .card-menu-container{
    margin-bottom: 20px;
    padding: 15px 0 0 0;
  }
  .card-menu-items{
    display: flex;
    flex-flow: row;
            flex-wrap: nowrap !important;
            overflow-x: auto;
            flex: auto;
  }
  .card-button-name{
        flex-shrink: 0;
  }
  .convocatorias-grid .ultimo-item.content-noticia .padder{
    border-right: none;
  }
  .atenciones-grid.convocatorias-grid.related-pages-equipo-grid{
    grid-template-columns: repeat(1, 1fr);
  }
  .equipo-grid-centro .ultimo-item .padder a{
    border-right: none;
  }
  .related-pages-equipo-section.equipo-grid-centro .convocatorias-grid.related-pages-equipo-grid{
        grid-template-columns: repeat(1, 1fr);
  }
  .galeria-section:not(.galeria-home-section) .galeria-splider .splide__arrows.splide__arrows--ltr{
    left: 20px;
    right: unset;
    display: none;
  }
  .galeria-section.galeria-section-slider.pad2 .galeria-section-content-in{
        padding-left: 0;
  }
  .material-not-slider-container.related-pages-equipo-section.bottom-slider-1.bottom-slider-2.material-slider-container{
    padding-bottom: 90px;
  }
  .faq-r .padder .btn-faq-a{
    width: 100%;
  }
  .splide.material-splide .splide__pagination .splide__pagination__page {
      width: 8px;
      height: 8px;
      fill: #2cc8ff;
      color: #2cc8ff;
      background: white;
  }
  .splide.material-splide .splide__pagination .splide__pagination__page.is-active {
      transform: none;
      height: 8px;
      fill: #6bf5f5;
      color: #6bf5f5;
      background: #0071AB;
      transform: none;
      width: 20px;
      opacity: 1;
      border-radius: 14.164px;
      background: var(--Faculties-picton-blue-high, #008ED4);
  }

  .splide.material-splide .splide__pagination .splide__pagination__page {
      width: 8px;
      height: 8px;
      fill: #2cc8ff;
      color: #2cc8ff;
      background: white;
      opacity: 1;
  }
  .splide.material-splide .splide__pagination .splide__pagination__page.is-active {
      transform: none;
      height: 8px;
      fill: #6bf5f5;
      color: #6bf5f5;
      background: #2CC8FF;
      transform: none;
      width: 20px;
      opacity: 1;
      border-radius: 14.164px;
      background: var(--Faculties-picton-blue-high, #008ED4);
  }
  .splide.material-splide .splide__pagination {
      bottom: -50px;
  }
  .material-slider-mobile .splide__slide {
    padding: 20px;
  }
  .mobile-menu-parent{
    padding: 12px 0;
  }
  .footer-socials{
    flex-wrap: wrap;
padding-right: 40px;
gap: 8px;
  }
  .footer-itself .footer-bot{
        align-items: flex-start;
  }
  .contact-info-grid .grid-stack .gs-bot{
    display: flex;
flex-flow: column;
gap: 8px;
  }
  .contact-info-grid .grid-stack .gs-top{
    gap: 8px;
    padding-bottom: 8px;
  }
  .galeria-section-inner.galeria-padding{
    /* padding-left: 0;
    padding-right: 0; */
  }
  .galeria-section.galeria-section-slider li.splide__slide img{
        width: inherit;
                object-fit: contain;
  }
  .galeria-section.galeria-section-slider li.splide__slide{
        height: 208px;
  }
  .section-divider-container .border-wrapper{
    padding-left: 0;
padding-right: 0;
  }
  .thumbnail-slider-splide .splide__arrows.splide__arrows--ltr{
    display: none;
  }
  .thumbnail-section .thumbnail-section-in .thumbnail-section-inner .txt-wrap{
    color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--font-size-125-rem-20-px, 20px);
font-style: normal;
font-weight: 300;
line-height: 26px; /* 130% */
  }
  .thumbnail-section .thumbnail-section-in .thumbnail-section-inner h2{
    color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: 24px;
font-style: normal;
font-weight: var(--font-weight-font-weight-500, 500);
line-height: 26px; /* 108.333% */
  }
  .servicios-taxonomy-filter{
    display: flex;
flex-flow: row;
overflow-x: auto;
  }
  .servicios-taxonomy-filter .taxonomy-filter-btn{
    flex-shrink: 0;
height: 40px;
  }
  .proyectos-section .proyectos-inner{
    padding-top: 0;
  }
  .proyectos-section .section-title-wrap h2{
    color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-sans, "Work Sans");
font-size: var(--Common-Typography-Size-xl, 20px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-semibold, 600);
line-height: var(--Common-Typography-Leading-7, 28px); /* 140% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0);
  }
  .splide.help-splide .splide__pagination .splide__pagination__page {
      width: 8px;
      height: 8px;
      fill: #2cc8ff;
      color: #2cc8ff;
      background: #2cc8ff;
  }
  .splide.help-splide .splide__pagination .splide__pagination__page.is-active {
      transform: none;
      height: 8px;
      fill: #6bf5f5;
      color: #6bf5f5;
      background: #0071AB;
      transform: none;
      width: 20px;
      opacity: 1;
      border-radius: 14.164px;
  }

  .splide.help-splide .splide__pagination .splide__pagination__page {
      width: 8px;
      height: 8px;
      fill: #2cc8ff;
      color: #2cc8ff;
      background: #75DAFF;
      opacity: 1;
  }
  .splide.help-splide .splide__pagination .splide__pagination__page.is-active {
      transform: none;
      height: 8px;
      fill: #6bf5f5;
      color: #6bf5f5;
      background: #2CC8FF;
      transform: none;
      width: 20px;
      opacity: 1;
      border-radius: 14.164px;
  }
  .splide.help-splide .splide__pagination {
      bottom: -50px;
  }

  .hide-on-mobile{
    display: none;
  }
  .hide-on-desktop{
    display: block;
  }
  .ultimo-section.ultimo-section4.ultimo-videos{
    background: black;
  }
  .ultimo-section.ultimo-section4.ultimo-videos .ultimo-item .padder{
    background: black;
  }
  .ultimo-section.ultimo-section4.ultimo-section5{
        background: var(--Common-Brand-brand-01, #F8F7F4);
  }
  .ultimo-section.ultimo-section4.ultimo-section5 .featured-post.row{
    background: white;
  }
  .ultimo-section.ultimo-section4{
        background: var(--Common-Brand-brand-02, #E7E4D9);
  }
  .ultimo-section.ultimo-section4 .ultimo-item .padder{
    background: white;
  }
  .button-section.left-button-section .archive-btn{
    width: auto;
  }
  .featured-post.row .featured-post-r .padder{
    padding-left: 0;
  }
  .filter-group.grid-col-50{
    flex-flow: column;
  }
  .header-bot-inner .header-bot-l{
    max-width: 70%;
  }
  .header-bot-inner .header-bot-l .logo-home-link{
    width: 100%;
  }
  .header-bot-inner .header-bot-l .logo-home-link img{
    max-width: 100%;
height: auto;
  }
  .header-top-inner{
    display: none;
  }
  #flexible-menu-nav{
    display: none;
  }
  #menu_button{
    display: block;
  }
  #mobile-search-icon-click{
    display: block;
    margin-right: 16px;
  }
  .header-bot-r{
    display: flex;
    flex-flow: row;
  }
  .header-bot-inner{
    gap: unset;
  }
  .header-fix{
    height: 80px;
  }
  .header-bot-inner{
    padding: 16px 10px;
  }
  #mc-menu{
    display: block;
    position: fixed;
    top: 80px;
    height: calc(100vh - 80px) !important;
    background: white;
    z-index: 9;
    overflow-y: auto;
    left: -100%;
    transition: all 0.33s ease;
        width: 100vw;
  }
  #mc-menu.active{
    left: 0;
  }
  #mc-menu .mc-menu-in-padder{
    padding: 10px;
  }
  .top-menu-item.mobile-menu-line-extra{
    color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-mono, "Necto Mono");
font-size: var(--Common-Typography-Size-xs, 12px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-normal, 400);
line-height: var(--base, 16px);
letter-spacing: var(--Common-Typography-Tracking-wider, 0.8px);
text-transform: uppercase;
margin-bottom: 32px;
  }
  #mc-menu .bigScreenPadding{
        height: 100%;
  }
  #mc-menu .bigScreenPadding .mc-menu-in{
    height: 100%;
  }
  #mc-menu .bigScreenPadding .mc-menu-in-padder{
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  #mc-menu .mobile-menu-rest{
        margin-bottom: 30px;
  }
  .mobile-menu-socials-wrappper{
    display: flex;
flex-flow: row;
align-items: center;
gap: 12px;
  }
  .mobile-menu-socials-wrappper .social-link-wrap{
    display: flex;
height: 40px;
max-width: 40px;
max-height: 40px;
padding: 0px var(--Common-spacing-s, 13.333px);
justify-content: center;
align-items: center;
gap: var(--Common-spacing-2xs, 6.667px);
border-radius: 9090px;
border: 1px solid var(--Common-Brand-brand-04, rgba(28, 28, 28, 0.10));
width: 40px;
height: 40px;
padding: 0;
  }
  .mob-search-close{
    display: none;
  }
  #mobile-search-icon-click.active .mob-search-close{
    display: block;
  }
  #mobile-search-icon-click.active .mob-search-open{
    display: none;
  }
  #search-close{
    display: none;
  }
  #search-box h1{
    display: none;
  }
  .busqueda-sugerida{
    display: none;
  }
  #search-box.active{
    top: 80px;
  }
  #search-box{
    height: auto;
background: white;
color: black;
  }
  .search-field{
    color: black;
background: white;
border: 1px solid #B0B0B0;
border-radius: 25px;
  }
  .search-icon svg path{
    stroke: black;
  }
  .search-icon{
    margin: 0;
padding: 0;
display: flex;
  }
  #search-box{
    min-height: unset;
  }
  #search-box .search-box-inner-content{
    padding: 32px;
  }
  .row .col.s12 {
    width: 100%;
  }
  .main-slider-container.main-slider-container2 li.splide__slide .main-slider-slide .main-slider-slide-row{
        flex-flow: column;
  }
  .main-slider-container2 .main-slider-slide-row .main-slider-slide-l .padder h2{
    color: var(--Common-Neutral-Lowest, #1C1C1C);
    font-family: var(--Font-family-serif, "ABC Arizona Flare");
    font-size: var(--Common-Typography-Size-4xl, 36px);
    font-style: normal;
    font-weight: var(--Common-Typography-Weight-font-medium, 500);
    line-height: var(--Common-Typography-Leading-10, 40px); /* 111.111% */
    letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
  }
  .main-slider-container2 .main-slider-slide-row .main-slider-slide-l .padder{
    padding: 48px 10px;
  }
  .parent-tag{
    color: var(--Common-Neutral-Highest, #1C1C1C);
    font-family: var(--Font-family-sans, "Work Sans");
    font-size: var(--font-size-0875-rem-14-px, 14px);
    font-style: normal;
    font-weight: var(--Common-Typography-Weight-font-medium, 500);
    line-height: var(--Common-spacing-m, 20px);
  }
  .main-slider-container2 .main_splide .splide__arrows.splide__arrows--ltr{
    left: unset;
    right: 10px;
    /* bottom: 10px; */
    bottom: -50px;
    left: 0px;
right: unset;
  }
  .button-section a{
    /* display: flex; */
  }
  .page-body-container.card-main-container .page-body-flexible-wrapper{
            padding: 48px 5px;
                    padding: 48px 32px;
  }
  .faq-l .padder h2{
    margin-bottom: 12px;
  }
  .faq-l .padder > h2{
        margin-bottom: 25px;
  }
  .faq-section-itself.row{
    padding: var(--Common-spacing-3XL-5, 80px) 35px;
text-align: center;
    padding: 32px 10px;
  }
  .thumbnail-section .thumbnail-section-in{
    max-width: 100%;
width: auto;
width: 100%;
max-width: 67%;
  }
  .faq-r .padder{
    flex-flow: column;
gap: 25px;
  }
  .proyecto-grid.help-grid{
        grid-template-columns: repeat(1, 1fr);
  }
  .related-pages-equipo-section-inner .section-title-wrap.section-title-w-link{
    flex-wrap: wrap;
  }
  .help-block{
    border-top: 1px solid black;
  }
  .help-block{
    border-bottom: 1px solid black;
  }
  .help-block .help-block-in{
    border-right: none;
  }
  .main-slider-container.main-slider-container2.main-slider-container3{
    padding-bottom: 60px;
  }
  .ultimo-section{
        padding: 48px 10px;
  }
  .ultimo-grid{
    grid-template-columns: auto;
  }
  .section-btn-wrapper a{
    width: 100%;
  }
  .archive-btn{
    width: 100%;
  }
  .nosotros-l .parent-tag{
    color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-5xl, 48px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: 48px; /* 100% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
  }
  .nosotros-l .padder{
    padding-right: 0;
  }
  .nosotros-section{
    height: auto;
padding: 48px 10px;
  }
  .nosotros-l h2{
    color: var(--Common-Neutral-Highest, #1C1C1C);
    font-family: "ABC Arizona Flare Variable Unlicensed Trial";
    font-size: var(--Common-Typography-Size-4xl, 36px);
    font-style: normal;
    font-weight: var(--Common-Typography-Weight-font-thin, 100);
    line-height: 40px;
    letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
  }
  a.con-mas-a{
    margin-top: 32px;
margin-bottom: 32px;
  }
  .investigadoras-section .investigadoras-section-content-in{
        padding: 48px 10px 80px 10px;
  }
  .portafolio-section.portafolio-programas-section{
    padding: 10px;
  }
  .portafolio-grid-line{
        padding: 32px 0;
  }
  .portafolio-inner{
        grid-template-columns: auto;
        height: auto;
  }
  .portafolio-l h3{
    margin-bottom: 30px;
  }
  .proyectos-section{
    padding: 30px;
  }
  .proyecto-grid{
    grid-template-columns: auto;
  }
  .documentos-section .documentos-section-content-in{
        padding: var(--Common-spacing-3XL-5, 80px) var(--Common-spacing-xl, 10px);
  }
  .documentos-section .documentos-grid{
    grid-template-columns: auto;
  }
  .footer-itself .footer-top{
    flex-flow: column;
  }
  .footer-itself .footer-mid{
    flex-flow: column;
  }
  #footer-um a.logo-home-link{
    padding: 10px;
    /* max-width: 90%; */
    display: flex;
    justify-content: center;
    align-items: center;
        max-width: 360px;
  }
  #footer-um a.logo-home-link img{
    padding: 10px;
    max-width: 100%;
  }
  .footer-itself .footer-bot{
    flex-flow: column;
  }
  .featured-section.style-genci h1{
    color: var(--Common-Neutral-Highest, #1C1C1C);
    font-family: var(--Font-family-serif, "ABC Arizona Flare");
    font-size: var(--Common-Typography-Size-5xl, 48px);
    font-style: normal;
    font-weight: var(--Common-Typography-Weight-font-medium, 500);
    line-height: 48px; /* 100% */
    letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
  }
  .page-body-flexible-wrapper{
        padding: 48px 30px;
  }
  .page-body-flexible-wrapper-r{
    margin-top: 42px;
    margin-bottom: 42px;
    margin-top: 10px;
margin-bottom: 10px;
  }
  .page-body-flexible-gapper{
    width: 0;
    display: none;
  }
  .investigadoras-flex-section .page-body-flexible-wrapper{
    padding-bottom: 0;
  }
  .investigadoras-flex-section .page-body-flexible-wrapper-r{
    display: none;
  }
  .investigadoras-section-content-in.inv-sec-grid{
    grid-template-columns: repeat(1, 1fr);
  }
  .page-body-flexible-flower{
    padding-bottom: 25px;
  }
  .dual-section-content-in .dual-section-l .padder{
    padding-right: 0;
  }
  .dual-section-content-in .dual-section-r .padder h2{
    color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-4xl, 36px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-10, 40px); /* 111.111% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
margin-top: 12px;
  }
  .dual-section-content-in .dual-section-r .padder{
    padding-right: 0;
  }
  .invert-flow .dual-section-content-in-wrapper .dual-section-content-in{
    flex-flow: column;
  }
  .invert-flow .dual-section-content-in .dual-section-l .padder {
    padding-left: 0;
    padding-right: 0;
}
.featured-section.style-genci.style-convocatorias.style-noticia h1{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-5xl, 48px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: 48px; /* 100% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.featured-section.style-genci.style-convocatorias.style-noticia .thumbnail-wrapper img{
  width: 100%;
}
.convocatorias-grid{
  grid-template-columns: repeat(1, 1fr);
}
.featured-section.style-genci .featured-section-inside{
      padding: 32px 10px;
}
.post-type-switcher {
    padding: 21px 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.archive-like-filter-container{
  padding: 21px 30px;
}
.page-actualidad .archive-like-grid{
  grid-template-columns: repeat(1, 1fr);
}
.featured-section.style-genci.style-convocatorias.style-noticia h1{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-4xl, 36px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-10, 40px);
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.galeria-content{
      grid-template-columns: repeat(1, 1fr);
}
.featured-section.style-genci.style-convocatorias h1{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-4xl, 36px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-medium, 500);
line-height: var(--Common-Typography-Leading-10, 40px); /* 111.111% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.dropdown-container{
  width: 100%;
}
.page-body-flexible-flower{
  max-width: 100%;
}
.main-slider-slide-row .main-slider-slide-l .padder h2{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-serif, "ABC Arizona Flare");
  font-size: var(--Common-Typography-Size-5xl, 48px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-medium, 500);
  line-height: 48px; /* 100% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
  margin-bottom: 16px;
}
.main-slider-container li.splide__slide{
  height: auto;
}
.main-slider-container li.splide__slide .main-slider-slide .main-slider-slide-row{
  height: auto;
}
.news-section-row{
  grid-template-columns: 1fr;
  height: auto;
}
.nosotros-l h3{
  overflow: hidden;
color: var(--Common-Neutral-Lowest, #1C1C1C);
text-overflow: ellipsis;
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--Common-Typography-Size-4xl, 36px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-thin, 300);
line-height: var(--Common-Typography-Leading-10, 40px); /* 111.111% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.contact-info-grid{
      grid-template-columns: 1fr;
}
.footer-itself .footer-top{
  gap: 0;
}
.archive-like-grid{
      grid-template-columns: 1fr;
}
.page-subtitle-wrap{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: "ABC Arizona Flare";
font-size: var(--Common-Typography-Size-3xl, 30px);
font-style: normal;
font-weight: var(--Common-Typography-Weight-font-extralight, 300);
line-height: 36px; /* 120% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
}
.archive-btn{
  padding: 0;
}
.admision-section .admision-section-row.row{
  flex-flow: column;
height: auto;
}
.admision-section .admision-section-row .admision-section-row-l .padder img{
  width: 100%;
    height: 100%;
    object-fit: contain;
}
.archive-btn{
  padding: 0 32px;
      max-width: calc(100% - 64px);
}
.ultimo-grid.ultimo-grid-noticias-home-page {
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
}
.ultimo-section.ultimo-section4 .ultimo-item:nth-child(2) .padder {
    border-right: none;
}
.ultimo-section.ultimo-section4 .ultimo-item:nth-child(3) {
    display: none;
}
.page-actualidad .archive-like-grid.same-row-height2{
  grid-template-columns: repeat(2, 1fr);
}
.archive-like-grid .ultimo-item:nth-child(3n) .padder {
    border-right: 1px solid black;;
}
.archive-like-grid .ultimo-item:nth-child(4n) .padder {
    border-right: none;
}
.archive-like-grid .ultimo-item:nth-child(2n) .padder {
    border-right: none;
}
.card-menu-items{
  flex-wrap: wrap;
}
.personas-main-row .personas-main-l .padder img{
  width: 100%;
}
.convocatorias-grid.related-pages-equipo-grid.url-grid{
          grid-template-columns: repeat(2, 1fr);
}
.ultimo-item.ultimo-convocatoria.rest-convocatoria.con-pro-from-url.smh:nth-child(3){
  display: none;
}
.convocatorias-grid.related-pages-equipo-grid.url-grid .ultimo-item.con-pro-from-url:nth-child(2) .padder {
    border-right: none;
}
.related-pages-equipo-section.reg-section {
    padding: 40px 10px;
}
.spage-programas .convocatorias-grid.related-pages-equipo-grid.reglamentos-grid {
    grid-template-columns: repeat(2, 1fr);
}
.convocatorias-grid .ultimo-item.con-pro-from-url:nth-child(3n) .padder {
    border-right: 1px solid black !important;
}
.convocatorias-grid .ultimo-item.con-pro-from-url:nth-child(4n) .padder {
    border-right: none;
}
.convocatorias-grid .ultimo-item.con-pro-from-url:nth-child(3n) .padder {
    border-right: none;
}
}
@media(max-width:450px){
  .main-slider-container2.main-slider-container3 .main-slider-slide-row .main-slider-slide-l .padder{
    padding: 20px 0;
  }
  .ultimo-grid.ultimo-grid-noticias-home-page {
    grid-template-columns: repeat(1, 1fr);
    overflow: hidden;
    grid-template-rows: repeat(2, 480px) !important;
        grid-template-rows: unset;
}
.ultimo-grid .ultimo-item .padder{
  border-right: none !important;
  border-bottom: 1px solid black;
}
.ultimo-grid .ultimo-item:last-child .padder{
  border-right: none !important;
  border-bottom: none !important;
}
.ultimo-grid.ultimo-grid-noticias-home-page{
  border-bottom: none;
}
.ultimo-section.ultimo-section4 .ultimo-grid{
  grid-template-rows: unset;
}
.home-agenda-section .ultimo-grid.ultimo-grid-noticias-home-page{
        grid-template-rows: repeat(2, 360px) !important;
}
.home-agenda-section .ultimo-grid .ultimo-item .padder{
  border-bottom: none;
}
.page-actualidad .archive-like-grid.same-row-height2 {
    grid-template-columns: repeat(1, 1fr);
}
.archive-like-grid .ultimo-item .padder{
  border-right: none !important;
}
.archive-like-filter-container{
  gap: 10px;
}
.convocatorias-grid.related-pages-equipo-grid.url-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 480px) !important;
}
.convocatorias-grid .ultimo-item.con-pro-from-url .padder {
    border-right: none;
}
.spage-programas .convocatorias-grid.related-pages-equipo-grid.reglamentos-grid {
    grid-template-columns: repeat(1, 1fr);
}
.external-archive-button-container a{
  width: auto;
display: flex;
}
.card-button{
  display: flex;
}
.post-type-switcher{
  flex-flow: row;
overflow-x: auto;
}
.post-type-button span{
      width: max-content;
}
}
@media(max-height:950px){
  .sharing-container:not(.isMobile){
    top: 40% !important;
  }
}
@media(max-height:820px){
  .sharing-container:not(.isMobile){
    top: 30% !important;
  }
}
