body.group-universidad #no-title-page-wrapper {
  position: relative;
  z-index: 1;
}
body.group-universidad #no-title-page-wrapper:before {
  position: absolute;
  content: url("/wp-content/uploads/2025/01/ramas-fondo.svg");
  width: 270px;
  bottom: -60px;
  right: 0px;
  z-index: 1;
  opacity: 0.25;
}

#header-universidad {
  height: 40vh;
  background-position: bottom -100px center;
  display: flex;
  position: relative;
}
#header-universidad:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
#header-universidad .epigrafe {
  background: #27316F;
  color: #FFF;
  padding: 4px 10px;
  font-size: 1.1rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
#header-universidad h1 {
  font-size: 3.25rem;
  color: #FFF;
  text-shadow: 0 3px 9px rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 768px) {
  #header-universidad .epigrafe {
    font-size: 1rem;
    margin-left: -15px;
    padding-left: 15px;
  }
  #header-universidad h1 {
    font-size: 2.75rem;
  }
}
#intro-universidad {
  background: url("/wp-content/uploads/2025/02/becas-corner-topleft.png"), url("/wp-content/uploads/2025/02/becas-corner-bottomright.png"), linear-gradient(-179deg, #EEEEF9 90%, #FFFFFF calc(90% + 1px));
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top 40px left 30px, bottom 60px right 30px, center center;
  padding: 40px 0 90px;
}

.page-sello-institucional #intro-universidad {
  background: #EEEEF9;
  padding-bottom: 60px;
}

#mision-vision {
  background: #EEEEF9;
}
#mision-vision .mision h3 {
  color: #FFF;
  font-size: 2.5rem !important;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
#mision-vision .mision p {
  z-index: 3;
  position: relative;
}
#mision-vision .vision h3 {
  color: #FFF;
  font-size: 2.5rem !important;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
#mision-vision .vision p {
  z-index: 3;
  position: relative;
}

#valores {
  background: #27316F;
  background: linear-gradient(-178deg, #EEEEF9 15%, #27316F calc(15% + 1px));
  padding: 120px 0 60px;
  margin-top: -40px;
}
#valores h2 span.first-word {
  color: #FFF !important;
}
#valores .valores-universidad {
  color: #FFF;
  position: relative;
  overflow: hidden;
}
#valores .valores-universidad:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -3px;
  height: 200px;
  width: 230px;
  background-image: url("/wp-content/uploads/2025/01/gema-valores.svg");
  transform: rotate(-10deg);
}
#valores .valores-universidad ul.evc-tabs-nav {
  list-style: none;
  width: 40% !important;
  padding-right: 5%;
}
#valores .valores-universidad ul.evc-tabs-nav li {
  background: none;
  margin-bottom: 8px !important;
  padding-left: 0 !important;
}
#valores .valores-universidad ul.evc-tabs-nav li a {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1rem !important;
  text-align: left !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 40px !important;
  color: rgba(255, 255, 255, 0.5);
  padding: 10px 15px !important;
  background-color: transparent;
  transition: 0.5s;
}
#valores .valores-universidad ul.evc-tabs-nav li a:after, #valores .valores-universidad ul.evc-tabs-nav li a:hover:after {
  display: none;
}
#valores .valores-universidad ul.evc-tabs-nav li a:hover {
  border-color: rgba(255, 255, 255, 0.85) !important;
  color: rgba(255, 255, 255, 0.651);
  transition: 0.5s;
}
#valores .valores-universidad ul.evc-tabs-nav li.ui-state-active a {
  border-color: #79C5B0 !important;
  color: #79C5B0;
}
#valores .valores-universidad .evc-tabs-item {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 60%;
  padding: 35px 35px 20px;
}
#valores .valores-universidad .evc-tabs-item h3 {
  color: #79C5B0;
  font-weight: 400;
  margin-bottom: 30px;
}
#valores .valores-universidad .evc-tabs-item p {
  line-height: 2rem;
}

@media only screen and (max-width: 768px) {
  #valores {
    background: linear-gradient(-178deg, #FFFFFF 3%, #27316F calc(3% + 1px));
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }
  #valores h2 {
    margin-top: 60px;
  }
  #valores .valores-universidad ul.evc-tabs-nav {
    width: 100% !important;
    padding-right: 0;
  }
  #valores .valores-universidad ul.evc-tabs-nav li {
    margin-bottom: 6px !important;
  }
  #valores .valores-universidad ul.evc-tabs-nav li.ui-state-active a {
    background: #79C5B0;
    color: #FFF;
  }
  #valores .valores-universidad ul.evc-tabs-nav li a {
    padding: 6px 12px 6px 20px !important;
  }
  #valores .valores-universidad .evc-tabs-item {
    width: 100%;
    margin-top: 10px;
    border-top-right-radius: 0;
  }
  #valores .valores-universidad .evc-tabs-item h3 {
    font-size: 1.2rem;
  }
}
#historia-uaysen {
  padding: 90px 0 60px;
  background: url("/wp-content/uploads/2025/01/triangulos-left.svg"), linear-gradient(-178deg, #27316F 10%, #FFFFFF calc(10% + 1px));
  background-repeat: no-repeat;
  background-position: top 30px left, top left;
}
#historia-uaysen .contenido-video {
  line-height: 1.3rem;
}
#historia-uaysen .contenido-video p {
  text-align: center;
  padding: 0 25px;
  color: #666;
}
#historia-uaysen .contenido-video a.vp-a {
  display: block;
  height: auto;
  position: relative;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
  margin-bottom: 12px;
}
#historia-uaysen .contenido-video a.vp-a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#historia-uaysen .contenido-video a.vp-a:after {
  content: "\f04b";
  font-family: "FontAwesome";
  color: #FFF;
  font-size: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 90px;
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  background: transparent;
  border-radius: 100%;
  outline: 10px solid #FFF;
  padding-left: 5px;
  transition: 0.5s;
}
#historia-uaysen .contenido-video a.vp-a:hover:after {
  outline-color: #57C0E9;
  color: #57C0E9;
  transition: 0.5s;
}

@media only screen and (max-width: 768px) {
  #historia-uaysen {
    padding: 135px 0 60px;
    background: url("/wp-content/uploads/2025/01/triangulos-left.svg"), linear-gradient(-178deg, #27316F 5%, #FFFFFF calc(5% + 1px));
    background-repeat: no-repeat;
    background-position: top 65px left -30px, top left;
  }
  #historia-uaysen .contenido-video {
    text-align: center;
  }
  #historia-uaysen .contenido-video p {
    padding: 0 25px;
  }
}
.tabs-documentos-universidad {
  z-index: 1000;
  position: relative;
}
.tabs-documentos-universidad.evc-tabs ul.evc-tabs-nav {
  padding-bottom: 0;
  border-bottom: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.tabs-documentos-universidad.evc-tabs ul.evc-tabs-nav li {
  padding: 20px 20px 16px 40px !important;
  margin-left: -20px;
  border-top-right-radius: 20px;
  list-style-image: none;
  margin-bottom: 0;
}
.tabs-documentos-universidad.evc-tabs ul.evc-tabs-nav li a,
.tabs-documentos-universidad.evc-tabs ul.evc-tabs-nav li.ui-state-active a,
.tabs-documentos-universidad.evc-tabs ul.evc-tabs-nav li a:hover,
.tabs-documentos-universidad.evc-tabs ul.evc-tabs-nav li:hover a {
  color: #FFF;
  display: block;
  text-align: center;
  font-weight: 400;
  line-height: 1.2rem;
}
.tabs-documentos-universidad.evc-tabs ul.evc-tabs-nav li:first-child {
  margin-left: 0;
  padding-left: 20px !important;
  background: #0DA7E4;
  z-index: 5;
  position: relative;
  list-style-image: none;
}
.tabs-documentos-universidad.evc-tabs ul.evc-tabs-nav li:nth-child(2) {
  background: #79C5B0;
  z-index: 4;
  position: relative;
}
.tabs-documentos-universidad.evc-tabs ul.evc-tabs-nav li:nth-child(3) {
  background: #4BA88E;
  z-index: 3;
  position: relative;
}
.tabs-documentos-universidad.evc-tabs ul.evc-tabs-nav li:nth-child(4) {
  background: #27316F;
  z-index: 2;
  position: relative;
}
.tabs-documentos-universidad.evc-tabs.evc-t-simple .evc-tabs-item {
  margin-top: 0;
  padding: 40px 60px 60px;
  background: rgba(87, 192, 233, 0.45);
  color: #27316F;
  border-bottom-left-radius: 40px;
  overflow: hidden;
  position: relative;
}
.tabs-documentos-universidad.evc-tabs.evc-t-simple .evc-tabs-item:before {
  content: "\f1c1";
  font-family: "FontAwesome";
  font-size: 160px;
  line-height: 1;
  color: rgba(87, 192, 233, 0.15);
  position: absolute;
  right: 30px;
  bottom: 10px;
  z-index: 1;
  transform: rotate(-20deg);
}
.tabs-documentos-universidad.evc-tabs.evc-t-simple .evc-tabs-item .descarga .vc_column-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
}
.tabs-documentos-universidad.evc-tabs.evc-t-simple .evc-tabs-item.modelo {
  border-top: 10px solid #0DA7E4;
}
.tabs-documentos-universidad.evc-tabs.evc-t-simple .evc-tabs-item.plan {
  border-top: 10px solid #79C5B0;
}
.tabs-documentos-universidad.evc-tabs.evc-t-simple .evc-tabs-item.estatutos {
  border-top: 10px solid #4BA88E;
}
.tabs-documentos-universidad.evc-tabs.evc-t-simple .evc-tabs-item.organigrama {
  border-top: 10px solid #27316F;
}

@media only screen and (max-width: 768px) {
  .tabs-documentos-universidad.evc-tabs ul.evc-tabs-nav li {
    padding: 14px 20px 10px 20px !important;
    margin-left: 0;
    border-top-right-radius: 0;
    width: 50%;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
  }
  .tabs-documentos-universidad.evc-tabs ul.evc-tabs-nav li:nth-child(odd) {
    border-right: 3px solid #FFF;
  }
  .tabs-documentos-universidad.evc-tabs ul.evc-tabs-nav li.ui-state-active {
    border-bottom: 8px solid orange;
  }
  .tabs-documentos-universidad.evc-tabs .evc-tabs-item {
    padding: 20px;
  }
  .tabs-documentos-universidad.evc-tabs .evc-tabs-item[class] {
    border-top: 10px solid white !important;
  }
}
#administrador-provisional {
  padding-top: 50px;
  padding-bottom: 0px;
}
#administrador-provisional .persona-single {
  display: block;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
  outline: 2px solid #EDEDED;
}
#administrador-provisional h3 {
  font-size: 1.5rem;
  color: #27316F;
  text-align: center;
  padding-bottom: 30px;
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  #administrador-provisional {
    padding-top: 0;
  }
  #administrador-provisional h3 {
    text-align-last: left;
    font-size: 1.75rem;
  }
}
#equipo-directivo {
  background: linear-gradient(-178deg, #FFFFFF 10%, #eeeef9 calc(10% + 1px));
  padding: 120px 0 60px;
}
#equipo-directivo h2 {
  margin-top: 30px;
}
#equipo-directivo #integrantes .vc_column-inner > .wpb_wrapper {
  width: 90%;
  margin-left: 5%;
  height: 600px;
}
#equipo-directivo .card-persona {
  text-align: center;
  background: rgb(255, 255, 255);
  padding: 30px 25px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 30%;
  height: 400px;
  margin: 30px 15px;
  float: left;
}
#equipo-directivo .card-persona img {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  outline: 6px solid #57C0E9;
}
#equipo-directivo .card-persona h4 {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #27316F;
}
#equipo-directivo .card-persona h5 {
  font-size: 1rem;
  font-weight: 400;
  color: #79C5B0;
}
#equipo-directivo .card-persona:nth-child(4) {
  margin-left: 17%;
}

@media only screen and (max-width: 768px) {
  #equipo-directivo {
    background: linear-gradient(-178deg, #FFFFFF 5%, #EEEEF9 calc(5% + 1px));
    padding: 40px 0 20px;
    margin-top: 0px;
  }
  #equipo-directivo h2 {
    padding-top: 120px;
  }
  #equipo-directivo #integrantes .vc_column-inner > .wpb_wrapper {
    width: 90%;
    height: auto;
    margin-left: 5%;
  }
  #equipo-directivo #integrantes .card-persona {
    padding: 20px 15px;
    height: 390px;
    width: 100%;
    margin: 25px 0;
    float: none;
  }
}
#normativa {
  padding: 90px 0 0;
  background: url("/wp-content/uploads/2025/01/triangulos-left.svg"), linear-gradient(-178deg, #EEEEF9 10%, transparent calc(10% + 1px));
  background-repeat: no-repeat;
  background-position: top 30px left, top left;
}

@media only screen and (max-width: 768px) {
  #normativa {
    padding: 100px 0 0;
    background: url("/wp-content/uploads/2025/01/triangulos-left.svg"), linear-gradient(-178deg, #EEEEF9 5%, #FFFFFF calc(5% + 1px));
    background-repeat: no-repeat;
    background-position: top 50px left, top left;
    background-size: 40px auto, 100% auto;
  }
}
.intro-unidad {
  color: #27316F;
  font-size: 1.2rem;
  line-height: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.unidad-paginas-universidad {
  padding: 30px 0;
}
.unidad-paginas-universidad .bajada-funciones {
  font-size: 1.2rem;
  padding-top: 1.5rem;
}

.page-consejo-superior #intro-universidad .intro {
  color: #27316F;
  font-size: 1.2rem;
  line-height: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-consejo-superior #intro-universidad .box-consejo {
  text-align: center;
  height: 165px;
  padding: 25px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.page-consejo-superior #intro-universidad .box-consejo h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #FFF;
  border-radius: 30px;
  margin: 0 auto 10px;
  font-size: 2.4rem;
}
.page-consejo-superior #intro-universidad .box-consejo p {
  color: #FFF;
  line-height: 1.4rem;
}
.page-consejo-superior #intro-universidad .box-consejo:before {
  font-family: "Poppins";
  font-size: 14rem;
  font-weight: 900;
  line-height: 0;
  color: rgba(255, 255, 255, 0.2);
  width: 100px;
  height: 78px;
  position: absolute;
  left: -10px;
  bottom: 0;
}
.page-consejo-superior #intro-universidad .administrador {
  background: #0DA7E4;
}
.page-consejo-superior #intro-universidad .administrador:before {
  content: "1";
  width: 100px;
  height: 78px;
  left: 10px;
  bottom: 0;
}
.page-consejo-superior #intro-universidad .administrador h3 {
  color: #0DA7E4;
}
.page-consejo-superior #intro-universidad .presidenciales {
  margin-bottom: 30px !important;
  background: #79C5B0;
  position: relative;
}
.page-consejo-superior #intro-universidad .presidenciales:before {
  content: "4";
  width: 100px;
  height: 78px;
  left: -10px;
  bottom: 0;
}
.page-consejo-superior #intro-universidad .presidenciales h3 {
  color: #79C5B0;
}
.page-consejo-superior #intro-universidad .academicos {
  background: #007577;
}
.page-consejo-superior #intro-universidad .academicos:before {
  content: "2";
  width: 100px;
  height: 78px;
  left: -10px;
  bottom: 0;
}
.page-consejo-superior #intro-universidad .academicos h3 {
  color: #007577;
}
.page-consejo-superior #intro-universidad .universitarios {
  background: #27316F;
}
.page-consejo-superior #intro-universidad .universitarios:before {
  content: "2";
  width: 100px;
  height: 78px;
  left: 12px;
  bottom: 0;
}
.page-consejo-superior #intro-universidad .universitarios h3 {
  color: #27316F;
}
.page-consejo-superior #listado-consejo {
  padding: 40px 0 0;
}
.page-consejo-superior #listado-consejo h3 {
  color: #27316F;
}
.page-consejo-superior #listado-consejo .card-persona {
  text-align: center;
  background: rgba(87, 192, 233, 0.1);
  padding: 30px 20px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  height: 360px;
  margin-bottom: 35px !important;
  position: relative;
  overflow: hidden;
  border: 1px solid #efefef;
}
.page-consejo-superior #listado-consejo .card-persona:after {
  content: "";
  height: 14px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-consejo-superior #listado-consejo .card-persona img {
  width: 65%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  outline: 6px solid #57C0E9;
}
.page-consejo-superior #listado-consejo .card-persona h4 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2rem;
  color: #27316F;
  padding-top: 10px;
}
.page-consejo-superior #listado-consejo .card-persona h5 {
  font-size: 1rem;
  font-weight: 400;
  color: #79C5B0;
}
.page-consejo-superior #listado-consejo .administrador .card-persona:after {
  background-color: #57C0E9;
}
.page-consejo-superior #listado-consejo .presidenciales .card-persona:after {
  background-color: #79C5B0;
}
.page-consejo-superior #listado-consejo .academicos .card-persona:after {
  background-color: #007577;
}
.page-consejo-superior #listado-consejo .universitarios .card-persona:after {
  background-color: #27316F;
}
.page-consejo-superior #listado-actas {
  background: linear-gradient(-178deg, transparent 10%, #EEEEF9 calc(10% + 1px));
  padding: 90px 0;
  position: relative;
  z-index: 0;
}
.page-consejo-superior #listado-actas h2 {
  margin-top: 30px;
}
.page-consejo-superior .wrapper {
  padding-bottom: 0;
}
.page-consejo-superior #wrapper-footer-full {
  margin-top: 0 !important;
  background-color: #EEEEF9;
}

@media only screen and (max-width: 768px) {
  .page-consejo-superior #formacion-consejo {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .page-consejo-superior #formacion-consejo .intro {
    font-size: 1rem;
    line-height: 1.6rem;
    padding-bottom: 20px;
  }
  .page-consejo-superior #formacion-consejo .box-consejo {
    margin-bottom: 20px !important;
  }
  .page-consejo-superior #listado-consejo h3 {
    font-size: 2.25rem;
  }
  .page-consejo-superior #listado-consejo .card-persona {
    height: 350px;
    width: 90%;
    margin-left: 5%;
  }
  .page-consejo-superior #listado-consejo .card-persona img {
    width: 70%;
  }
}
#transparencia a.read-more-sections {
  float: none;
  display: block;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

/* Consejo Social */
.page-consejo-social #no-title-page-wrapper:before {
  display: none;
}
.page-consejo-social #content {
  position: relative;
  z-index: 2;
}
.page-consejo-social #intro-universidad {
  background: url("/wp-content/uploads/2025/02/becas-corner-topleft.png"), url("/wp-content/uploads/2025/02/becas-corner-bottomright.png"), linear-gradient(-179deg, #EEEEF9 90%, #FFFFFF calc(90% + 1px));
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top 40px left 30px, bottom 60px right 30px, center center;
  color: #27316F;
  font-size: 1.1rem;
  padding: 50px 0 90px;
}
.page-consejo-social #intro-universidad .vc_column-inner {
  padding-top: 0;
}
.page-consejo-social #lista-funciones {
  padding-bottom: 50px;
}
.page-consejo-social #lista-funciones .item {
  min-height: 250px;
  max-height: 250px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.page-consejo-social #lista-funciones .item:before {
  font-family: "Poppins";
  font-size: 17rem;
  font-weight: 900;
  line-height: 0;
  color: rgba(255, 255, 255, 0.25);
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 1;
  bottom: 10px;
}
.page-consejo-social #lista-funciones .item .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.page-consejo-social #lista-funciones .item .wpb_wrapper p {
  color: #FFF;
  font-size: 1.1rem;
  align-self: center;
  padding-left: 50px;
  padding-right: 30px;
}
.page-consejo-social #lista-funciones .item:first-of-type {
  background: #0DA7E4;
}
.page-consejo-social #lista-funciones .item:first-of-type:before {
  content: "1";
  width: 100px;
  height: 78px;
  left: -5px;
}
.page-consejo-social #lista-funciones .item:nth-child(2) {
  margin-bottom: 30px !important;
  background: #79C5B0;
  position: relative;
}
.page-consejo-social #lista-funciones .item:nth-child(2):before {
  content: "2";
  width: 100px;
  height: 78px;
  left: -10px;
}
.page-consejo-social #lista-funciones .item:nth-child(3) {
  background: #007577;
}
.page-consejo-social #lista-funciones .item:nth-child(3):before {
  content: "3";
  width: 100px;
  height: 78px;
  left: -14px;
  bottom: 7px;
}
.page-consejo-social #conformacion {
  background: linear-gradient(-179deg, #FFFFFF 10%, #EEEEF9 calc(10% + 1px));
  padding-top: 40px;
}
.page-consejo-social #conformacion h2 {
  margin-top: 30px;
}
.page-consejo-social #conformacion .item {
  min-height: 230px;
  height: 230px;
  padding: 40px 20px 25px 25px;
  background: url("/wp-content/uploads/2025/01/triangulos-left.svg"), rgba(140, 208, 187, 0.5);
  background-size: 17px auto;
  background-repeat: no-repeat;
  background-position: 0 34px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.page-consejo-social #conformacion .item .wpb_wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
  z-index: 3;
}
.page-consejo-social #conformacion .item .wpb_wrapper p {
  color: #27316F;
  font-size: 1.1rem;
  line-height: 1.4rem;
}
.page-consejo-social #ambito {
  background: linear-gradient(-179deg, #EEEEF9 10%, #27316F calc(10% + 1px));
  padding-top: 30px;
}
.page-consejo-social #ambito h2 {
  color: #FFF;
  margin-top: 40px;
}
.page-consejo-social #ambito h2 span {
  color: inherit;
}
.page-consejo-social #ambito ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.page-consejo-social #ambito ul li {
  background: url("/wp-content/uploads/2025/01/triangulos-left.svg");
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 15px !important;
  height: 30px;
  margin: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #FFF;
  flex: 0 0 auto;
  min-width: 100px;
}
.page-consejo-social #actas {
  background: linear-gradient(-178deg, #27316F 10%, #EEEEF9 calc(10% + 1px));
  padding: 90px 0 30px;
  position: relative;
  z-index: 0;
}
.page-consejo-social #wrapper-footer-full {
  margin-top: 0 !important;
  background-color: #EEEEF9;
}

/*# sourceMappingURL=group-universidad.css.map */
