/*
Theme Name: Minimal Theme
Theme URI:
Author:
Author URI:
Description: A clean and simple WordPress theme
Version: 1.0
Text Domain: minimal-theme
*/
html, body{
  /* background: #292929; */
      overflow-x: hidden;
}
.footer-itself a.logo-home-link.logo-w1 img{
  width: 210px;
}
.footer-itself a.logo-home-link.logo-w2 img{
  width: 222px;
}
.footer-itself a.logo-home-link.logo-w3 img{
  width: 191px;
}
.hide-on-desktop{
  display: none;
}
.bigScreenPadding{
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.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;
}
.bigScreenPadding .mWidth{
  width: 100%;
max-width: 1440px;
}
#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);
}
#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: 137px;
    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;
}
#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;
position: relative;
}
.sub-menu-wrapper{
  position: absolute;
border-radius: 6px;
border: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
background: #FFF;
display: flex;
padding: 6px;
flex-direction: column;
align-items: flex-start;
left: 50%;
transform: translateX(-50%);
top: 42px;
    width: max-content;
    min-width: 196px;
    display: none;
}
.sub-menu-wrapper.open {
    display: flex;
}
.sub-menu-wrapper .menu-item-li{
  display: flex;
    padding: var(--Common-spacing-2xs, 8px) var(--Common-spacing-s, 16px);
    align-items: center;
    gap: var(--Common-spacing-2xs, 8px);
    align-self: stretch;
    background: var(--Common-Neutral-Lowest, #FFF);
    list-style: none;
    list-style-type: none;
        width: auto;
}
.sub-menu-wrapper .menu-item-li:hover{
  background: #e2c1e6;
}
#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: #9e5ea2;
}
#flexible-menu-nav .flexible-menu-parent-item.active svg path{
  stroke: #9e5ea2;
}
#flexible-menu-nav .flexible-menu-parent-item.active svg{
  transform: rotate(180deg);
}
#flexible-menu-nav .flexible-menu-parent-item:hover{
  color: #9e5ea2;
}
#flexible-menu-nav .flexible-menu-parent-item:hover svg path{
  stroke: #9e5ea2;
}
#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, #854487); */
  /* font-weight: var(--Common-Typography-Weight-font-semibold, 600); */
}
.menu-item-li.hovered a{
  color: #9e5ea2;
  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{
}
.main-slider-slide-container-inner-wrapper{
  display: flex;
width: 528px;
padding: 32px;
align-items: center;
gap: 8px;
background: var(--Common-Neutral-Lowest, #FFF);
z-index: 0;
margin-left: 40px;
margin-bottom: 40px;
position: relative;
}
.main-slider-slide-container-inner-wrapper-padder{
  display: flex;
    flex-flow: column;
}
.main-slider-slide-container-inner-wrapper-padder h2{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--font-size-225-rem-36-px, 36px);
font-style: normal;
font-weight: var(--font-weight-font-weight-500, 500);
line-height: var(--font-line-height-25-rem-40-px, 40px); /* 111.111% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0);
margin-bottom: 12px;
}
.main-slider-slide-container-inner-wrapper-padder .main-slider-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, 0);
}
.main-slider-slide-container-inner-wrapper .splide__pagination{
  margin-right: 32px;
  margin-left: auto;
  width: fit-content;
}
.main-slider-slide-container-inner-wrapper .splide__pagination .splide__pagination__page{
  background: #e2c1e6;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.main-slider-slide-container-inner-wrapper .splide__pagination .splide__pagination__page.is-active{
  border-radius: 14.164px;
  background: var(--Faculties-orchid-medium, #C07DC5);
  width: 20px;
  height: 8px;
  transform: none;
}
a.arrow-btn-a{
  display: flex;
width: 42px;
height: 42px;
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);
margin-top: 24px;
}
.help-section-container{
  background: var(--Colors-orchid-orchid-900, #5C335C);
}
.help-section-container .help-section-container-inner-content{
  padding: 24px 32px;
  display: grid;
grid-template-columns: repeat(4, 1fr);
}
.help-block{
  display: flex;
}
.help-block-in{
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  border: 1px solid var(--Common-Neutral-Highest, #FFF);
  gap: 16px;
  padding: 16px 24px;
}
.help-block-in .help-block-in-r h3{
  color: var(--Common-Neutral-Highest, #FFF);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: 20px;
font-style: normal;
font-weight: var(--font-weight-font-weight-300, 300);
line-height: 26px; /* 130% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0);
}
.help-block-in .help-block-in-r a{
  text-decoration: none;
  color: white;
}
.help-block-in .help-block-in-r a:hover{
  text-decoration: underline;
}
.main-slider-slide-container-inner{
    position: relative;
    height: 675px;
    display: flex;
    align-items: flex-end;
}
.main-slider-slide-container-inner img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-slider-filter{
  background: linear-gradient(119deg, rgba(0, 0, 0, 0.00) 51.34%, rgba(0, 0, 0, 0.50) 93.33%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-slider-container li.splide__slide{
  height: 675px;
}
.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: #cc98d0;
}
.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;
}
.ultimo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 590px 480px;
        /* border-top: 1px solid black; */
}
.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 .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-item .padder .ultimo-item-content.ultimo-related-slider-content{
  min-height: 324px;
}
.related-pages-equipo-slider.related-publicaciones-slider{
  padding: 0 32px;
}
.related-pages-equipo-slider.related-proyectos-slider{
  padding: 0 32px;
}
.ultimo-section{
  padding: 80px 32px;
}
.ultimo-section.ultimo-section4{
  padding: 40px 32px;

}
.ultimo-section.ultimo-section4 .ultimo-grid{
  grid-template-rows: 505px;
}
.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: 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);
}
.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:hover .vmas-btn-like{
  color: #a157a5;
}
a.vmas-btn:hover .vmas-btn-like svg path{
  stroke: #a157a5;
}
.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(--font-size-125-rem-20-px, 20px);
  font-style: normal;
  font-weight: var(--font-weight-font-weight-500, 500);
  line-height: 26px; /* 130% */
margin-bottom: 12px;
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: #854487;
background: #F7EEF9;
} */
.category-tag {
  display: block; /* changed from flex */
  padding: 4px 12px;
  border-radius: var(--Dimensions-radius-2xl, 16px);
  background: #F7EEF9;
  color: #854487;
  font-family: var(--Font-family-mono, "Necto Mono");
  font-size: var(--Common-Typography-Size-xs, 10px);
  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;
border: 1px solid var(--Faculties-orchid-lower, #E2C1E6);
}
.cat-tag-float.cat-extended{
      padding-top: 20px;
          margin-bottom: 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.ultimo-directorio-alumni{
  min-height: 320px;
}
.ultimo-item.ultimo-entrevista.ultimo-directorio-alumni:nth-child(1){
  border-top: 1px solid black;
}
.ultimo-item.ultimo-entrevista.ultimo-directorio-alumni:nth-child(2){
  border-top: 1px solid black;
}
.directorio-content{
  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);
}
.ultimo-item.ultimo-entrevista.ultimo-directorio-alumni:nth-child(odd) .padder a{
  border-right: 1px solid black;
}
.ultimo-item.ultimo-persona.ultimo-directorio-alumni .padder .ultimo-item-content{
  padding-top: 0;
}
.ultimo-item.ultimo-entrevista.ultimo-persona.ultimo-directorio-alumni .padder a .ultimo-item-image img{
  width: 157px;
    height: 157px;
}
.ultimo-item.ultimo-entrevista.ultimo-persona.ultimo-directorio-alumni .padder a .ultimo-item-image{
  padding-right: 0;
  padding-left: 0;
}
.ultimo-item.ultimo-entrevista.ultimo-directorio-alumni .padder .in-wrapper{
  display: flex;
  flex-wrap: wrap;
  flex-flow: wrap;
  display: block;
}
.ultimo-item.ultimo-entrevista.ultimo-persona.ultimo-directorio-alumni .padder a .ultimo-item-image{
  justify-content: flex-start;
}
.ultimo-item.ultimo-entrevista.ultimo-directorio-alumni .padder .in-wrapper .cpt-tag{
  width: 100%;
  height: fit-content;
}
.ultimo-item.ultimo-entrevista.ultimo-directorio-alumni .padder .in-wrapper .dir-l{
  width: 25%
}
.ultimo-item.ultimo-entrevista.ultimo-directorio-alumni .padder .in-wrapper .dir-l img{
  width: 157px;
    height: 157px;
}
.ultimo-item.ultimo-entrevista.ultimo-directorio-alumni .padder .in-wrapper .dir-r{
  width: 70%;
}
.ultimo-item.ultimo-entrevista.ultimo-directorio-alumni .padder .in-wrapper .dir-wrap{
  display: flex;
  width: 100%;
  padding: 16px;
  padding-left: 24px;
}
.ultimo-item.ultimo-entrevista .padder .in-wrapper{
  flex-flow: column;
}
.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: #9e5ea2;
  color: black;
  color: white;
}
.archive-btn:hover svg path{
  stroke: black;
  stroke: white;
}
.archive-btn.btn-white:hover{
    background: #ffa59d;
  color: black;
}
.archive-btn.btn-white:hover svg path{
  stroke: black;
}
.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: #cc98d0;
}
.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: #FFA59D;
}
.con-mas-btn:hover svg path{
  stroke: #FFA59D;
}
.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: #cc98d0;
      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: 40px 32px;
}
.proyectos-section .section-title-wrap h2{
  color: white;
}
.proyecto-grid{
  display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 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: 32px;
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);
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: 40px;
}
.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);
}
.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;
}
.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;
}
.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);
    color: var(--Common-Neutral-Highest, #1C1C1C);

/* Caption/regular */
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, 0);
}
.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;
}
.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;
}
.single-cat-wrap{
  margin-top: 24px;
display: grid;
grid-gap: 6px;
}
.page-body-info-bottom .single-cat-wrap{
  display: flex;
      flex-wrap: wrap;
}
.ultimo-socio-alumni .category-tag{
  margin-bottom: 15px;
margin-top: auto;
margin-left: 20px;
}
.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: #F7EEF9;
color: #854487;
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;
border-radius: var(--Dimensions-radius-2xl, 16px);
    border: 1px solid var(--Faculties-orchid-lower, #E2C1E6);
    background: var(--Faculties-orchid-lowest, #F7EEF9);
}
.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;
}
.single-programa-alumni .page-body-flexible-wrapper-r{
  justify-content: flex-start;
}
.single-programa-alumni .page-body-flexible-flower{
  max-width: 100%;
width: 520px;
}
.page-body-flexible-flower{
  display: flex;
flex-flow: column;
width: inherit;
    max-width: 100%;
    width: 674px;
    width: 100%;
        padding-bottom: 40px;
            gap: 24px;
}
.parent-page-link-back:hover a{
  color: #854487 !important;
}
.parent-page-link-back:hover svg path{
  stroke: #854487 !important;
}
.excerpt-section-in{
  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(--font-weight-font-weight-300, 300);
  line-height: var(--font-line-height-2-rem-32-px, 32px); /* 133.333% */
}
.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-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);
}
.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{
      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;
}
.ultimo-item.ultimo-entrevista.ultimo-persona .padder a .ultimo-item-image{
  justify-content: center;
}
.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-alumni-year{
  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% */
}
.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 24px;
      margin: 0;
}
.single-personas-um .personas-main-container{
  padding-bottom: 64px;
}
.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;
}
.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);
}
.ref-wrap .ref-bot{
  color: var(--Common-Neutral-Highest, #1C1C1C);

/* 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, 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: #D29CD6;
}
.expand-button:hover svg path{
  stroke: #D29CD6;
}
.expand-button svg {
    transition: transform 0.3s ease;
}

.expand-button.expanded svg {
    transform: rotate(180deg);
}
.expand-button.expanded{
  color: #D29CD6;
}
.expand-button.expanded svg path{
    stroke: #D29CD6;
}
.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-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{
  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: 6px;
border: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
background: var(--Common-Neutral-Lowest, #FFF);
margin-top: 8px;
}
.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: 6px;
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: "ABC Arizona Flare";
font-size: var(--Common-Typography-Size-3xl, 30px);
font-style: normal;
font-weight: 300;
line-height: 36px;
letter-spacing: var(--Common-Typography-Tracking-normal, 0px);
margin-bottom: 42px;
}
.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: 6px;
border: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
background: var(--Common-Neutral-Lowest, #FFF);
margin-top: 8px;
padding: 0;
}
.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);
}
.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;
    background: var(--colors-opacity-dark-2, rgba(28, 28, 28, 0.02));
}
.suggestions-open input.archive-search-input{
  border-color: #D29CD6;
      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: #D29CD6;
    border: 1px solid #D29CD6;
    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: #D29CD6;
}
.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: #cc98d0;
}
.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: #D29CD6;
border-radius: 24px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.custom-dropdown {
    position: relative;
    width: 100%;
}
.selected-display > span{
  white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
flex: 1;
min-width: 0;
margin-right: 8px;
max-width: 150px;
}
.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: #D29CD6;
    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 #D29CD6;
border-bottom: 1px solid #D29CD6;
border-left: 1px solid #D29CD6;
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: #D29CD6;
}
.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{
  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.page-noticias-alumni .archive-like-grid.same-row-height2{
      grid-auto-rows: 520px;
}
.page-actualidad .newsletter-grid-container .archive-like-grid.same-row-height2{
  grid-auto-rows: 230px;
}
.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, #854487);
}
.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;
}
.single-programa-alumni .thumbnail-wrapper.single-noticia-thumb-wrap{
  padding-right: 48px;
}
.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;
}
.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: #D29CD6;
      padding-top: 40px;
    padding: 40px 32px;
}
.participar-section{
  background: var(--Faculties-orchid-highest, #5C335C);
}
.participar-section .participar-section-inner-padder{
padding: 64px 32px;
}
.participar-section .participar-section-inner-padder .participar-section-row-r .padder{
  padding-left: 40px;
}
.participar-section-row-l .padder h2{
  color: var(--Common-Neutral-Lowest, #FFF);
  font-family: var(--Font-family-serif, "ABC Arizona Flare");
  font-size: var(--font-size-225-rem-36-px, 36px);
  font-style: normal;
  font-weight: var(--font-weight-font-weight-500, 500);
  line-height: var(--font-line-height-25-rem-40-px, 40px);
  letter-spacing: var(--Common-Typography-Tracking-normal, 0);
  width: 430px;
  max-width: 100%;
}
.participar-section-row-r .padder .txt-box{
  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-normal, 400);
line-height: var(--Common-Typography-Leading-6, 24px);
letter-spacing: var(--Common-Typography-Tracking-normal, 0);
width: 398px;
max-width: 100%;
}
.participar-section .archive-btn{
  color: var(--Common-Neutral-Lowest, #1C1C1C);
background: var(--Common-Neutral-Highest, #FFF);
}
.participar-section .archive-btn:hover{
background: #d29cd6;
}
.participar-section .archive-btn:hover svg path{
  stroke: black;
}
.admision-section.admision-section-2{
  background: var(--Faculties-orchid-lower, #E2C1E6);
}
.admision-section.admision-section-2 .admision-section-inner-padder{
  background: var(--Faculties-orchid-lower, #E2C1E6);
}
.admision-section{
    background: var(--Common-Beige-beige-lower, #E7E4D9);
}
.admision-section .admision-section-inner-padder{
    background: var(--Common-Brand-brand-02, #E7E4D9);
    padding: 64px 0;
}
.admision-section .admision-section-row{
  display: flex;
      justify-content: center;
      align-items: center;
      gap: 48px;
      align-items: stretch;
    height: auto;
}
.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%;
width: 580px;
height: 424px;
flex-shrink: 0;
}
.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-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(--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); /* 142.857% */
}
.main-slider-container2 .main_splide .splide__arrows.splide__arrows--ltr{
  /* left: calc(50% + 65px); */
  /* z-index: 1; */
      /* bottom: 80px; */
      left: 0;
z-index: 1;
bottom: 20px;
}
.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: #e2c1e6; */
}
.ultimo-item:not(.ultimo-investigadora):hover a{
  background: #e2c1e6;
}
.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;
}
.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: #cc98d0;
}
.indicadores-splider .splide__arrows .splide__arrow--prev svg{
      transform: translateX(0);
}
/* related publicaciones slider arrows */
.related-publicaciones-slider .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;
}
.related-publicaciones-slider .splide__arrows .splide__arrow--next {
    right: 9px;
}
.related-publicaciones-slider .splide__arrows .splide__arrow--next svg{
  stroke: white;
  fill: white;
}
.related-publicaciones-slider .splide__arrows .splide__arrow--prev svg{
  stroke: white;
  fill: white;
}
.related-publicaciones-slider .splide__arrows .splide__arrow--prev {
    left: 9px;
}
.related-publicaciones-slider .splide__arrows .splide__arrow:hover svg path{
  stroke: #cc98d0;
}
.related-publicaciones-slider .splide__arrows .splide__arrow--prev svg{
}
/* related publicaciones slider arrows */
/* related proyectos slider arrows */
.related-proyectos-slider .splide__arrows .splide__arrow--next svg{
  stroke: white;
  fill: white;
}
.related-proyectos-slider .splide__arrows .splide__arrow--prev svg{
  stroke: white;
  fill: white;
}
.related-proyectos-slider .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;
}
.related-proyectos-slider .splide__arrows .splide__arrow--next {
    right: 9px;
}
.related-proyectos-slider .splide__arrows .splide__arrow--prev {
    left: 9px;
}
.related-proyectos-slider .splide__arrows .splide__arrow:hover svg path{
  stroke: #cc98d0;
}
.related-proyectos-slider .splide__arrows .splide__arrow--prev svg{
}
/* related proyectos slider arrows */
.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;
}
.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;
}
.footer-itself .footer-mid{
  display: flex;
align-items: center;
gap: 64px;
margin-bottom: 24px;
justify-content: space-between;
}
.footer-itself .footer-bot{
  display: flex;
align-items: center;
justify-content: space-between;
}
.contact-info-grid{
      grid-template-columns: repeat(3, 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{
  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: #D29CD6;
  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: 64px;
  border-top: 1px solid var(--Common-Neutral-Highest, #1C1C1C);
background: var(--Common-Neutral-Lowest, #FFF);
}
.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: 16px;
    flex: 1 0 0;
    align-self: stretch;
    height: 100%;
    padding-right: 76px;
}
.dual-section-content-in .dual-section-r .padder h2{
width: 420px;
    max-width: 100%;
    overflow: hidden;
color: var(--Common-Neutral-Highest, #1C1C1C);
text-overflow: ellipsis;
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--font-size-225-rem-36-px, 36px);
font-style: normal;
font-weight: var(--font-weight-font-weight-500, 500);
line-height: var(--font-line-height-25-rem-40-px, 40px); /* 111.111% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0);
}
.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, #9e5ea2);
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, #854487);
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;
}
.related-pages-equipo-section-inner .section-title-wrap.section-title-w-link{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.ultimo-item.ultimo-persona.ultimo-persona-alumni .padder a .ultimo-item-image{
  padding: 0 20px;
}
.ultimo-item.ultimo-entrevista.ultimo-persona-alumni .padder a{
      border-right: 1px solid black;
}
.ultimo-item.ultimo-entrevista.ultimo-persona-alumni:nth-child(4n) .padder a{
      border-right: none;
}
.ultimo-item.ultimo-entrevista.ultimo-persona-alumni .padder a{
  padding-left: 8px;
    padding-right: 8px;
}
.ultimo-item.ultimo-entrevista.ultimo-persona.ultimo-persona-alumni .padder a .ultimo-item-image img{
  aspect-ratio: 268 / 196;
    object-position: center;
}
.ultimo-item.ultimo-persona.ultimo-persona-alumni:nth-child(1){
  border-top: 1px solid black;
}
.ultimo-item.ultimo-persona.ultimo-persona-alumni{
  min-height: 432px;
}
.ultimo-item.ultimo-persona.ultimo-persona-alumni:nth-child(2){
  border-top: 1px solid black;
}
.ultimo-item.ultimo-persona.ultimo-persona-alumni:nth-child(3){
  border-top: 1px solid black;
}
.ultimo-item.ultimo-persona.ultimo-persona-alumni:nth-child(4){
  border-top: 1px solid black;
}
.ultimo-item.ultimo-persona.ultimo-persona-alumni.ultimo-catedra-alumni{
  min-height: 450px;
}
.ultimo-item.ultimo-persona.ultimo-persona-alumni.ultimo-catedra-alumni.ultimo-testimonio-alumni{
      min-height: 488px;
}
.convocatorias-grid.related-pages-equipo-grid.related-equipo-alumni-grid.related-proyecto-alumni-grid{
  padding-top: 0;
  padding-bottom: 0;
}
.convocatorias-grid.related-pages-equipo-grid.related-equipo-alumni-grid{
      grid-template-columns: repeat(4, 1fr);
          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;
                  grid-template-rows: 520px;
}
.related-agenda-alumni .section-title-wrap 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(--font-weight-font-weight-600, 600);
  line-height: var(--font-line-height-2-rem-32-px, 32px); /* 133.333% */
}
.related-agenda-alumni .convocatorias-grid.related-pages-equipo-grid{
grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    padding-bottom: 0;
}
.related-pages-equipo-section.hide-on-mobile.related-agenda-alumni{
  border-top: 0;
}
.related-agenda-alumni .ultimo-item.ultimo-agenda .padder a{
  border-right: 1px solid black;
}
.related-agenda-alumni .ultimo-item.ultimo-agenda:nth-child(4) .padder a{
  border-right: none;
}
.related-agenda-alumni .ultimo-item.ultimo-agenda{
    min-height: 300px;
}
.related-agenda-alumni .ultimo-item.ultimo-agenda:nth-child(1){
  border-top: 1px solid black;
}
.related-agenda-alumni .ultimo-item.ultimo-agenda:nth-child(2){
  border-top: 1px solid black;
}
.related-agenda-alumni .ultimo-item.ultimo-agenda:nth-child(3){
  border-top: 1px solid black;
}
.related-agenda-alumni .ultimo-item.ultimo-agenda:nth-child(4){
  border-top: 1px solid black;
}
.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;
}
.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;
}
.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);
}
.newsletter-btn{
  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);
    margin-top: auto;
margin-bottom: 20px;
margin-left: 20px;
}
.featured-section.style-genci.style-doctorados h1{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  text-overflow: ellipsis;
  font-family: var(--Font-family-serif, "ABC Arizona Flare");
  font-size: var(--font-size-3-rem-48-px, 48px);
  font-style: normal;
  font-weight: var(--font-weight-font-weight-500, 500);
  line-height: 48px; /* 100% */
  margin-top: 16px;
}
/* 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 #D29CD6;
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: #D29CD6;
}
.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: #D29CD6;
    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, #854487);
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; */
      height: fit-content;
}
.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;
}
.page-body-flexible-flower.card-flower{
  max-width: 100%;
    width: 1060px;
}
.card-img-wrapper{
  display: flex;
justify-content: flex-end;
align-items: center;
padding-right: 48px;
}
.card-img-wrapper img{
  width: 100%;
height: auto;
object-fit: contain;
}
.card-r-padder{
  display: flex;
  flex-flow: column;
}
.card-r-padder h2{
  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% */
}
.card-r-padder .ctxt{
  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, 0);
}
/* collapsible CSS */
.collapsible-container {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 24px;
    margin-bottom: 24px;
}
.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;

    /* 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% */
}
.collapsible-popup.active .collapsible-header{
color: var(--Faculties-french-rose-high, #854487);
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;
}
.collapsible-header svg {
    transition: transform 0.3s ease;
}
.collapsible-popup.active .collapsible-header svg {
    transform: rotate(-180deg);
}
.collapsible-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 15px;
}
.collapsible-popup.active .collapsible-body {
    padding: 15px;
}
.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;
}
.wpcf7-submit{
  display: flex;
    height: 44px;
    padding: 0 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, 0);
    cursor: pointer;
}
.contact-row.contact-fake-row .footer-socials a .social-circle{
  border-radius: var(--Dimensions-radius-full, 9999px);
border: 1px solid var(--Common-Neutral-Low, #B0B0B0);
}
.ecollapsible-container-inner-content.row{
      padding: 64px 32px;
}
.ecollapsible-container{
  background: var(--Common-Beige-beige-lower, #E7E4D9);
}
.ecol-l-padder h2{
  color: var(--Common-Neutral-Highest, #1C1C1C);
font-family: var(--Font-family-serif, "ABC Arizona Flare");
font-size: var(--font-size-225-rem-36-px, 36px);
font-style: normal;
font-weight: var(--font-weight-font-weight-500, 500);
line-height: var(--font-line-height-25-rem-40-px, 40px);
letter-spacing: var(--Common-Typography-Tracking-normal, 0);
width: 308px;
max-width: 100%;
}
.ecollapsible-r .collapsible-popup:first-of-type .collapsible-header{
  border-top: none;
}
.ecollapsible-r .collapsible-header{
  background: transparent;
  border-bottom: 1px solid black;
      border-top: 1px solid black;
}
.ecollapsible-r .collapsible-container{
  margin-top: 0;
}
.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{
  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);
      letter-spacing: var(--Common-Typography-Tracking-normal, 0);
      border-radius: 9999px;
      border: 1px solid var(--Faculties-orchid-high, #A055A4);
}
.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;
}
.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;
}
.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 0 152px 0;
}
.galeria-section.galeria-home-alumni.galeria-section-slider .galeria-section-content-in{
  padding: 12px;
}
.galeria-section-inner.galeria-padding{
      padding-left: 152px;
}
.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-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: -60px;
        right: 152px;
}
.convocatorias-grid.related-directorio-grid.related-pages-equipo-grid{
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 320px;
      grid-template-rows: auto;
}
.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: #cc98d0;
}
.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.spage-equipo-alumni .convocatorias-grid.related-pages-equipo-grid{
  padding-top: 0;
  padding-bottom: 0;
}
.spage-programas.spage-directorio-alumni .convocatorias-grid.related-pages-equipo-grid{
  padding-top: 0;
  padding-bottom: 0;
}
.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.search-grid-alumni{
  grid-template-rows: 600px;
  grid-template-columns: repeat(4, 1fr);
}
.spage-programas .related-posts-alumni .convocatorias-grid.related-pages-equipo-grid{
  padding-bottom: 0;
}
.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.related-programas-alumni{
  padding-top: 0;
}
.related-pages-equipo-section.reg-section{
      padding: 40px 32px;
}
.related-pages-equipo-section.reg-section.publicacion-table-um{
      padding-bottom: 80px;
}
.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 #D29CD6;
}
.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;
}
.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.content-proyecto-alumni{
  border-top: 1px solid black;
}
.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;
}
.ultimo-item.ultimo-convocatoria.rest-convocatoria.con-pro-from-url.smh.ultimo-related-slider-content-article{
  padding-left: 0;
padding-right: 0;
}
.ultimo-item.ultimo-convocatoria.rest-convocatoria.con-pro-from-url.smh.ultimo-related-slider-content-article .padder{
  border-right: 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 #D29CD6;

}
.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;
}
.related-posts-alumni .ultimo-item.ultimo-noticia{
  min-height: 505px;
      border-top: 1px solid black;
      height: auto;
}
.ultimo-item.ultimo-noticia .in-wrapper{
  flex-flow: column;
  padding: 20px;
      height: -webkit-fill-available;
}
.ultimo-item.ultimo-noticia .padder .ultimo-item-content{
  padding: 24px 0 24px 0;
  padding-top: 0;
}
.ultimo-item.ultimo-noticia .ultimo-item-image{
  width: 100%;
height: auto;
overflow: hidden;
    aspect-ratio: 4 / 3;
}
.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 .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.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);
  aspect-ratio: 4 / 3;
object-fit: cover;
}
.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;
}
.section-btn-wrapper.cv-btn .archive-btn{
      width: 180px;
}
.page-body-flexible-flower.eq-flower{
  padding-left: 40px;
padding-right: 40px;
}
.person-email.centros-grid .bot a{
  color: var(--Faculties-french-rose-high, #9e5ea2);
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);
/* max-width: 467px; */
margin-bottom: 40px;
}
.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);
}
.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;
}
#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;
}
#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;
}
.related-pages-alumni .ultimo-item.ultimo-noticia{
  border-top: 1px solid black;
}
.related-pages-alumni .ultimo-item.ultimo-noticia:nth-child(4n) .br{
  border-right: none;
}
.search-results-container {
    margin-bottom: 40px;
}
.tax-archive-alumni .ultimo-item.ultimo-noticia{
  border-top: 1px solid black;
  min-height: 510px;
}
.search-results-container .ultimo-item {
    /* margin-bottom: 30px; */
    border-top: 1px solid black;
    margin-bottom: 0;
    margin-top: -1px;
}
.search-results-container .ultimo-item .in-wrap{
  padding-bottom: 15px;
}
.spage-programas .convocatorias-grid.related-pages-equipo-grid.search-grid-alumni.search-results-container{
    grid-template-rows: auto;
}
.br{
  border-right: 1px solid black;
}
.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: #854487;
    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 svg path{
  fill: black;
}
.wswg-section.citacion-section .wswg-section-in{
  color: var(--Common-Neutral-Highest, #1C1C1C);
  font-family: var(--Font-family-serif, "ABC Arizona Flare");
  font-size: var(--font-size-225-rem-36-px, 36px);
  font-style: normal;
  font-weight: var(--font-weight-font-weight-500, 500);
  line-height: var(--font-line-height-25-rem-40-px, 40px); /* 111.111% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0);
}
.btn-header-a{
  display: flex;
  text-decoration: none;
      margin-left: 8px;
}
.btn-header{
  display: flex;
  width: 154px;
  height: 40px;
  justify-content: center;
  align-items: center;
    border-radius: var(--Dimensions-radius-full, 9999px);
    background: var(--Faculties-orchid-higher, #854487);
    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); /* 150% */
    letter-spacing: var(--Common-Typography-Tracking-normal, 0);
    transition: all 0.33s ease;
}
.btn-header:hover{
      background: #a055a4;
}


@media (max-width:1300px) and (min-width:900px) {
     #flexible-menu-nav .flexible-menu-parent-item { font-size:15px;}
	.header-bot-inner {gap:50px;}
}
	

	


@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){
  .spage-programas .convocatorias-grid.related-pages-equipo-grid.search-grid-alumni{
        grid-template-columns: repeat(1, 1fr);
  }
  .card-r-padder{
    padding-top: 20px;
  }
  .card-img-wrapper{
    padding-right: 0;
  }
  .card-button-name{
    width: max-content;
    white-space: nowrap;
  }
  .ultimo-item.ultimo-entrevista.ultimo-directorio-alumni .padder .in-wrapper .dir-r{
    width: 100%;
  }
  .spage-programas .convocatorias-grid.related-pages-equipo-grid {
    padding: 0 20px;
}
  .single-programa-alumni .thumbnail-wrapper.single-noticia-thumb-wrap {
    padding-right: 0;
}
  .related-programas-alumni .ultimo-item.ultimo-noticia .in-wrapper{
    padding: 0;
padding-top: 10px;
padding-bottom: 10px;
  }
  .related-agenda-alumni .convocatorias-grid.related-pages-equipo-grid{
    grid-template-columns: repeat(1, 1fr);
  }
  .convocatorias-grid .ultimo-item.content-noticia .padder{
    border-right: none;
  }
  .ultimo-item.ultimo-entrevista.ultimo-persona-alumni .padder a{
    border-right: none;
  }
  .convocatorias-grid.related-pages-equipo-grid.related-equipo-alumni-grid{
    grid-template-columns: repeat(1, 1fr);
  }
  .ultimo-item.ultimo-entrevista.ultimo-directorio-alumni:nth-child(odd) .padder a{
    border-right: none;
  }
  .ultimo-item.ultimo-persona.ultimo-directorio-alumni .padder .ultimo-item-content{
    padding: 16px 0 16px 0;
  }
  .ultimo-item.ultimo-entrevista.ultimo-persona.ultimo-directorio-alumni .padder a .ultimo-item-image img{
    aspect-ratio: 4 / 3;
width: 100%;
height: auto;
  }
  .ultimo-item.ultimo-entrevista.ultimo-directorio-alumni .padder .in-wrapper .dir-l{
        width: 100%;
  }
  .ultimo-item.ultimo-entrevista.ultimo-directorio-alumni .padder .in-wrapper .dir-wrap{
    flex-flow: column;
    width: calc(100% - 50px);
  }
  .convocatorias-grid.related-directorio-grid.related-pages-equipo-grid{
        grid-template-columns: repeat(1, 1fr);
  }
  .galeria-splider .splide__arrows.splide__arrows--ltr{
    right: 20px;
  }
  .galeria-section-inner.galeria-padding{
    padding-left: 20px;
    padding-right: 20px;
  }
  .galeria-section.galeria-section-slider li.splide__slide img{
        width: inherit;
                object-fit: contain;
  }
  .text-wrap ul{
    padding-left: 20px;
  }
  .dual-section-content-in-wrapper .dual-section-content-in{
        padding: 20px 0;
  }
  .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(--font-size-225-rem-36-px, 36px);
font-style: normal;
font-weight: var(--font-weight-font-weight-500, 500);
line-height: var(--font-line-height-25-rem-40-px, 40px); /* 111.111% */
letter-spacing: var(--Common-Typography-Tracking-normal, 0);
  }
  .featured-section.style-genci.style-doctorados .featured-section-inside{
    padding-left: 20px;
padding-right: 20px;
  }
  .participar-section .participar-section-inner-padder .participar-section-row-r .padder{
    padding-left: 0;
padding-top: 40px;
  }
  .help-section-container .help-section-container-inner-content{
    display: block;
    padding-left: 20px;
padding-right: 20px;
padding-bottom: 60px;
  }
  .main-slider-slide-container-inner-wrapper{
    width: auto;
margin: 15px;
  }
  .help-section-container-mobile .splide__pagination__page{
    opacity: 1;
  }
  .help-section-container-mobile .splide__pagination{
    gap: 9px;
        bottom: -35px;
  }
  .help-section-container-mobile .splide__pagination__page.is-active{
    width: 20px;
    transform: none;
    border-radius: 14px;
  }
  .btn-header-a{
    margin-left: 0;
padding-bottom: 60px;
  }
  .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;
    width: 169px;
  }
  .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;
    padding-left: 20px;
  }
  #mc-menu .mobile-menu-rest{
        margin-bottom: 30px;
  }
  .mobile-menu-socials-wrappper{
    display: flex;
flex-flow: row;
align-items: center;
gap: 20px;
  }
  .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));
  }
  .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;
  }
  .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;
        padding-top: 15px;
  }
  .page-body-flexible-wrapper-r{
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .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;
}
.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;
  display: flex;
    flex-flow: row;
    overflow: scroll;
    flex: auto;
}
.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: 40px 0;
    gap: 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: 100%;
display: flex;
}
.card-button{
  display: flex;
}
.main-slider-container.main-slider-container2.main-slider-container3{
  padding: 40px 15px;
}
.main-slider-container.main-slider-container2.main-slider-container3 .splide__pagination{
  width: fit-content;
padding: 0;
gap: 9px;
}
.main-slider-slide-row .main-slider-slide-r .padder img{
      aspect-ratio: 358 / 204.571;
}
.main-slider-container.main-slider-container2.main-slider-container3 .splide__pagination__page{
  background: #F7EEF9;
  opacity: 1;
      margin: 0;
}
.main-slider-container.main-slider-container2.main-slider-container3 .splide__pagination__page.is-active{
  transform: none;
background: #e2c1e6;
width: 20px;
border-radius: 14.164px;
}
.hide-on-mobile{
  display: none;
}
.hide-on-desktop{
  display: block;
}
.ultimo-section.ultimo-section4 .ultimo-item.ultimo-agenda-slider-mobile{
  border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.ultimo-item.ultimo-agenda-slider-mobile .padder .ultimo-item-content{
  padding: 20px;
}
.ultimo-agenda-slider-mobil .category-tag{
  margin-bottom: 0;
margin-top: 40px;
}
.splide-actividades-mobile .splide__pagination{
  margin-bottom: 0;
      margin-top: 40px;
          gap: 9px;
        padding: 0;
        bottom: -40px;
}
.splide-actividades-mobile .splide__pagination__page{
  background: #F7EEF9;
  opacity: 1;
      margin: 0;
}
.splide-actividades-mobile .splide__pagination__page.is-active{
  transform: none;
background: #e2c1e6;
width: 20px;
border-radius: 14.164px;
}
.ultimo-section.ultimo-section4.hide-on-desktop .vmas-btn.vmas-mobile{
  margin-left: 0;
  margin-right: auto;
  padding-top: 60px;
}
.admision-section{
  padding: 0 20px;
}
.admision-section .section-btn-wrapper.postula-btn{
  width: 100%;
}
.ultimo-section.ultimo-section4 .ultimo-item.ultimo-noticia-slider-mobile{
  border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.ultimo-item.ultimo-noticia-slider-mobile.ultimo-noticia.content-noticia .category-tag{
  margin-bottom: auto;
  position: initial;
      margin-top: 60px;
}
.ultimo-item.ultimo-noticia.ultimo-noticia-slider-mobile .padder .ultimo-item-content{
padding-bottom: 0;
}
#footer-um{
      padding: 48px 16px;
}
.footer-itself a.logo-home-link.logo-w1 img{
  width: 210px;
}
.footer-itself a.logo-home-link.logo-w2 img{
  width: 222px;
}
.footer-itself a.logo-home-link.logo-w3 img{
  width: 191px;;
}
.footer-itself .footer-mid{
  align-items: flex-start;
      gap: 40px;
}
#footer-um a.logo-home-link{
  padding: 0;
margin: 0;
}
#footer-um a.logo-home-link img{
  padding: 0;
    margin: 0;
}
.footer-itself .footer-bot{
  align-items: flex-start;
}
.archive-btn{
  max-width: calc(100% - 64px);
}
.page-body-flexible-wrapper{
  padding: 40px 20px;
  padding-top: 15px;
}
.ultimo-section.ultimo-section4.related-posts-mobile-bottom-section{
  border-top: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
padding: 0 10px;
}
.page-body-flexible-wrapper-r {
    margin-top: 20px;
    margin-bottom: 20px;
}
.related-posts-mobile-bottom-section .category-tag{
  margin-top: 40px;
}
.ultimo-section.ultimo-section4.hide-on-desktop.related-posts-mobile-bottom-section .vmas-btn.vmas-mobile{
  padding-bottom: 30px;
}
.personas-top-wrap{
  padding: 40px 16px;
}
.personas-bot-wrap{
  padding: 0 16px;
}
.category-tag{
      white-space: normal;
}
.person-cpt-switcher{
      padding: 24px 0;
}
.related-pages-equipo-section-inner .section-title-wrap{
    padding: 0;
}
.related-pages-equipo-slider.related-publicaciones-slider{
  padding: 0;
}
.splide-pub-mobile .splide__pagination{
  margin-bottom: 0;
      margin-top: 40px;
          gap: 9px;
        padding: 0;
        bottom: -40px;
}
.splide-pub-mobile .splide__pagination__page{
  background: #F7EEF9;
  opacity: 1;
      margin: 0;
}
.splide-pub-mobile .splide__pagination__page.is-active{
  transform: none;
background: #e2c1e6;
width: 20px;
border-radius: 14.164px;
}
.single-persona .vmas-btn.vmas-mobile{
  margin-left: 0;
  margin-right: auto;
  padding-top: 60px;
}
.single-persona a.vmas-btn .vmas-btn-like{
  justify-content: flex-start;
}
.related-pages-equipo-section.reg-section.publicacion-table-um{
  padding-bottom: 30px;
}
.post-type-switcher{
  flex-flow: row;
overflow-x: auto;
}
.post-type-button span{
      width: max-content;
}
.archive-like-grid-container{
      padding: 40px 16px;
}
.archive-like-filter-container{
  padding: 21px 16px;
}
.post-type-switcher{
  padding: 21px 16px;
}
.related-pages-equipo-slider.related-proyectos-slider{
  padding: 0;
}
}
