/* @override 
	https://bio-gipuzkoa.eus/wp-content/plugins/fundanet-connect/cpt/css/style-cpts.css?* */

/* CPT  */

span.alert {
 color: crimson !important;
}
body.single-area ul {
padding-inline-start: 0px;
}

/* Grupo - foto grupo */

.icon-area,
.icon-plataforma {
 margin-bottom: 0;
 max-height: 360px;
 overflow: hidden;
}

.icon-area img {
 object-fit: cover;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: rgb(40, 33, 130);
 height: 100%;
 width: 100%;
}

.icon-plataforma img {
 object-fit: cover;
 height: 100%;
 width: 100%;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: rgb(40, 33, 130);
}

.single-unidad .icon-area,
.single-area .icon-area,
.single-plataforma .icon-area {
 border-bottom: none !important;
}

.responsable-area .icon-area img {
 object-fit: cover;
 border-bottom-width: 0px;
 height: 100%;
 width: 100%;
 filter: brightness(100%) saturate(100%) contrast(100%);
}
.responsable-area{
  z-index: 2 !important;
  overflow: visible;
 }
/* Grupo - Responsable */

.responsable-area {
 display: flex;
 width: 100%;
 margin-bottom: 1rem;
 position: relative;
 padding: 30px 0px 10px 30px;
}

.ficha-responsable > div:nth-child(1) {
 z-index: 20 !important;
}

.ficha-responsable > div:nth-child(2) {
 margin-bottom: 0px;
 padding-bottom: 20px;
 border-top: 1px solid  rgb(40, 33, 130);
}

.responsable-area .imagen-responsable img {
 width: 130px;
 height: 130px;
 min-width: 130px;
 border-radius: 80px;
 filter: brightness(125%) saturate(50%) contrast(90%);
}

.responsable-area .contenido-responsable {
 margin-left: 20px;
 overflow: hidden;
}

.responsable-area .subtitle {
 color: rgb(112, 112, 112);
 font-size: 15px;
 line-height: 1;
 padding-top: 10px;
 height: 25px;
}

.responsable-area .nombre-responsable {
 color: rgb(40, 33, 130);
 font-size: 16px;
 font-weight: 700;
 line-height: 1;
 text-overflow: ellipsis;
 overflow: hidden;
 white-space: pre;
padding-bottom: 2px;
 text-transform: uppercase;
}

.responsable-area .enlaces {
 margin-top: 10px !important;
}

.responsable-area .enlaces a {
 color: rgb(40, 33, 130);
 text-decoration: none;
 padding: 5px 10px;
 border: 1px solid rgb(40, 33, 130);
 border-radius: 3px;
 transition: 0.5s;
 display: inline-block;
}

.responsable-area .enlaces a:hover {
 background-color: rgb(40, 33, 130);
 color: white;
 border-radius: 5px 5px 0 0;
}

.responsable-area {
 position: relative;
}

.responsable-area .desc {
 position: absolute;
 background-color: rgb(40, 33, 130);
 color: white;
 padding: 30px 30px 20px;
 top: calc(100% - 10px)
 left: 1px;
 right: 1px;
 max-width: 100vw;
 font-size: 15px;
 border-radius: 20px;
}

.responsable-area .cerrar-desc {
 display: none !important;
}

@media (max-width: 767px) {
.responsable-area .desc {
z-index:2000 !important;
}
.responsable-area {
 display: inline;
	text-align:center;

}
.responsable-area .imagen-responsable {
	padding-top:20px !important;
}
.responsable-area .contenido-responsable {
    margin-left: 0px;
    overflow: visible;
	padding-bottom:20px
}
.responsable-area .desc {
	left: 10px !important;
    right: 0px!important;
    max-width: calc(100vw - 20px) !important;
    margin-left: 0px !important;
}
}


/*
table.ficha-responsable-area tbody > tr:nth-child(2n + 1) > td, table.ficha-responsable-area tbody > tr:nth-child(2n + 1) > th {
 background-color: transparent;
}

table.ficha-responsable-area td, table.ficha-responsable-area th {
 line-height: 1;
 vertical-align: middle;
 border: medium;
 background-color: transparent;
}

.ficha-responsable-area-img {
 width: 200px;
 padding: 0px 10px 0px 40px;
}

.ficha-responsable-area-data {
 width: auto;
}

.ficha-responsable-area img {
 width: 150px;
 height: 150px;
 border-radius: 75px;
}

.ficha-responsable-area-data h5 {
 font-size: 20px;
 font-weight: 600 !important;
}

.ficha-responsable-area-data h6 {
 font-size: 20px;
 color: rgb(40, 33, 130);
}
*/
/* Grupo - estructura pagina */

.page-content {
 background-color: white;
}

.full-width {
 background-color: white;
}

body.single-plataforma .full-width {
 margin-top: -2px;
}

.page-contenido {
 height: 100%;
 margin: 0 auto;
 max-width: 1140px;
 padding-inline-end: 0;
 padding-inline-start: 0;
 width: 100%;
 display: flex;
 border-right-width: 2px;
 border-right-style: solid;
 border-right-color: rgb(40, 33, 130);
 border-left-width: 2px;
 border-left-style: solid;
 border-left-color: rgb(40, 33, 130);
 background-color: white;
 z-index: 1;
}




/*
.page-content {
 display: flex;
 flex-wrap: wrap;
 width: 100vw;
 align-items: center;
 justify-content: center;
}

.page-contenido {
 display: flex;
 max-width: 1140px;
 width: 100%;
 border-right-width: 2px;
 border-right-style: solid;
 border-right-color: rgb(40, 33, 130);
 border-left-width: 2px;
 border-left-style: solid;
 border-left-color: rgb(40, 33, 130);
 background-color: white;
 z-index: 1;
}


.full-width {
 display: flex;
 flex-wrap: wrap;
 width: 100vw;
 align-items: center;
 justify-content: center;
 margin-top: -2px;
}
*/

div.lmt {
 
}

.page-contenido-2 {
 width: 100%;
 background-color: white;
 z-index: 1;
 display: flex;
 justify-content: center;
 flex-direction: column;
 align-items: center
}

.page-contenido-2 > * {
 max-width: 1140px;
 width: 100%;
 border-left: 2px solid  rgb(40, 33, 130);
 border-right: 2px solid rgb(40, 33, 130);
}

.page-content .top-content {
 width: 100%;
}

.page-content .left-column {
 padding: 0;
 border-right-width: 2px;
 border-right-style: solid;
 border-right-color: rgb(40, 33, 130);
 width: 50% !important;
}

.description {
 padding: 40px 40px 20px 40px;
 font-size: 16px;
 line-height: 1.3;
}

.ficha-contacto {
 margin: 0px 40px 40px 40px;
 padding: 30px 20px 20px 30px;
 display: flex;
 background-color: rgba(218, 222, 233, 0.5);
 display: flex;
 line-height: 1;
 border-radius: 10px;
}
/*
.label-contacto{
color: black;
font-weight: 600;
}
*/

.email-contacto a {
 margin-left: 0px;
 background-size: 20px auto !important;
}

.email-contacto a:hover {
 color: #0000ff !important;
 background-position: 0.4em !important;
}

@media (min-width: 1025px) {
 .page-content .left-column {
  padding: 0px;
  width: 50% !important;
 }
 
 .page-content .right-column {
  padding: 0px;
  width: 50% !important;
 }

 /* Borde fin de acordeones */
 
 .top-line {
  border-bottom: 2px solid rgb(40, 33, 130);
  margin: 0;
  padding-top: 0px;
 }
}

@media (max-width: 1024px) {
 .page-contenido {
  display: flex;
  flex-direction: column;
 }
 
 .page-content .right-column {
  padding: 0px;
  width: 100% !important;
 }
 
 .page-content .left-column {
  padding: 0px;
  width: 100% !important;
  margin-top: 2px solid rgb(40, 33, 130);
 }
 /* Borde fin de acordeones */
 
 .top-line {
  border-bottom: 2px solid rgb(40, 33, 130);
  margin: 0 0 40px 0;
  padding-top: 0px;
 }
 
 .e-con {
  z-index: 0 !important;
 }
 
 .responsable-area .desc {
  position: relative;
  background-color: rgb(40, 33, 130);
  color: white;
  padding: 30px 30px 20px;
  top: 0px;
  left: -30px;
  right: -30px;
  max-width: 100vw;
  font-size: 16px;
  z-index: 10000 !important;
  border-radius: 30px;
  margin-left: -110px;
 }
}

.desc-area-area {
 padding: 40px;
}

.desc-area iframe {
 width: 1138px;
 height: 640px;
 margin-left: -40px;
 margin-top: -40px;
 margin-bottom: -52px;
 max-width: 100vw !important;
}

@media (max-width: 1140px) {
 width: 100vw;
	height: calc(100vw/1.7777);
	}
	.desc-area-unidad {
  padding: 0px;
 }
 
 .desc-area-unidad > p {
  padding: 40px;
 }
 
 .desc-area-group > * {
  margin-top: 40px;
 }
 
 .desc-area-group > * {
  padding-bottom: 40px;
 }
 
 .desc-area h2 {
  border-left-width: 7px;
  border-left-style: solid;
  border-left-color: rgb(40, 33, 130);
  padding-left: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
 }
 
 .responsable {
  display: flex;
  padding: 20px;
  margin-bottom: 40px;
  min-height: 100px;
  border: 1px solid rgb(40, 33, 130);
  border-radius: 5px;
 }
 
 .responsable {
  display: flex;
  padding: 20px;
  margin-bottom: 40px;
  min-height: 100px;
  border: 1px solid rgb(40, 33, 130);
  border-radius: 5px;
 }
 
 .responsable-foto {
  width: 145px;
  height: 145px;
  background-color: rgb(227, 227, 227);
  margin-right: 20px;
  border-radius: 80px;
 }
 
 .responsable-data {
  min-height: 145px;
 }
 
 .responsable-data h3 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  padding-top: 10px;
 }
 
 .responsable-nombre {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: rgb(40, 33, 130);
 }
 
 .responsable-mas {
  margin-top: 10px;
  padding: 3px 8px;
  border: 1px solid rgb(40, 33, 130);
  border-radius: 5px;
  display: inline-block;
 }
	
	/* Grupos en página áreas */
 
 .grupos-relacionados h2 {
  background-color: rgba(218, 222, 233, 0.5);
  padding: 10px 20px 10px 40px;
  margin-bottom: 0px;
  color: rgb(40, 33, 130);
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgb(40, 33, 130);
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(40, 33, 130);
  font-family: Figtree, sans-serif !important;
  font-weight: 600 !important;
  font-size: 24px !important;
  margin-bottom: 2px;
 }
 
 .listado-grupos {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: stretch;
  gap: 1px 1px;
  padding: 0px 1px 1px 1px;
 }
 
 .listado-grupos .grupo {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 180px !important;
  width: calc(50% - 0.5px);
 }
 
 .listado-grupos .grupo:hover {
  backdrop-filter: blur(20px);
 }
 
 .listado-grupos .grupo a {
  width: 100%;
  height: 180px !important;
  display: block;
  cursor: pointer;
  position: relative;
  background-color: rgba(40, 33, 130, .5);
  transition: .5s;
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  padding-top: 50px;
 }
 
 .listado-grupos li {
  list-style-type: none;
  margin-bottom: 5px;
 }
 
 .listado-grupos .grupo a:hover {
  background-color: rgba(40, 33, 130, .7);
 }
 
 .listado-grupos .responsables-grupo {
  color: white;
  text-align: center;
  line-height: 1;
  font-weight: 400 !important;
  font-size: 15px;
 }
 
 .listado-grupos h3 {
  color: white;
  text-align: center;
  line-height: 1;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0px;
 }
	
	/*
	.listado-grupos {
	 padding: 20px 40px; 
	}
	
	
	.listado-grupos .grupo h3 {
	 margin-bottom: 0px;
	 display: flex;
	 margin-top: 15px;
	 padding-top: 8px;
	}
	
	.listado-grupos .grupo h3::after {
	 content: '\00A0\279D';
	 font-size: 18px;
	 padding-bottom: 5px;
	 margin-left: -13pt;
	 color: rgb(40, 33, 130);
	}
	
	.listado-grupos .grupo .responsables-grupo li::before {
	 content: none;
	}
	
	.listado-grupos .grupo h3 a {
	 font-weight: 700;
	 font-size: 16px;
	 border-bottom-width: 1px;
	 border-bottom-style: solid;
	 border-bottom-color: rgb(40, 33, 130);
	 padding-right: 20px;
	}
	
	.listado-grupos .grupo h3 a:hover {
	 color: rgb(0, 0, 255);
	 border-bottom-width: 1px;
	 border-bottom-style: solid;
	 border-bottom-color: rgb(0, 0, 255);
	}
	
	.listado-grupos .texto ul li, .listado-grupos .texto ol li {
	 padding-bottom: 0em;
	}
	*/
 
 #miembros h4 {
  font-size: 20px;
  font-weight: 600;
 }
 
 #miembros h2 {
  z-index: 0 !important;
 }
 
 #miembros .texto {
  margin-bottom: 60px;
 }
 
 #miembros .section-content {
  padding: 30px;
 }
 
 #miembros ul {
  list-style: none;
 }
 
 .listado-miembros .miembro {
  margin-bottom: 0.5rem;
 }
 
 .listado-miembros .miembro > div {
  display: flex;
  align-items: center;
 }
 
 .listado-miembros .miembro p {
  margin-bottom: 0px;
 }
 
 .listado-miembros .miembro .imagen-miembro {
  width: 100px !important;
  height: 100px !important;
  margin-right: 1rem;
 }
 
 .listado-miembros .miembro .imagen-miembro img {
  width: 100px !important;
  height: auto !important;
  background-color: rgb(227, 227, 227);
  border-radius: 50px;
  filter: brightness(125%) saturate(50%) contrast(90%);
 }
 
 .listado-miembros .miembro .nombre-miembro {
  color: rgb(40, 33, 130);
  font-weight: bold;
  margin-bottom: 0px;
 }
 
 .objetivos-estrategicos h2 {
  margin: -2px 0 0;
  background-color: rgba(218, 222, 233, 0.5);
  padding: 10px 20px 10px 40px;
  border-width: 2px 0px;
  border-style: solid;
  border-color: rgb(40, 33, 130);
  color: rgb(40, 33, 130);
  font-weight: 600 !important;
  font-size: 24px !important;
 }
 
 .objetivos-estrategicos .section-content-desplegada {
  padding: 40px;
 }
 
 .objetivos-estrategicos h3,
 .lineas-investigacion h3 {
  padding-top: 20px;
  color: rgb(40, 33, 130);
  line-height: 1;
  font-family: Figtree, sans-serif !important;
  font-weight: 600 !important;
  font-size: 20px !important;
 }
	/* Areas - Lineas de investigación */
 
 .lineas-investigacion .section-content-desplegada {
  padding: 40px;
 }
 
 .lineas-investigacion strong,
 .lineas-investigacion b,
 .lineas-investigacion h3 strong,
 .lineas-investigacion h3 b {
  font-weight: 600 !important;
 }
 
 .lineas-investigacion h2 {
  background-color: rgba(218, 222, 233, 0.5);
  padding: 10px 20px 10px 40px;
  border-style: solid;
  border-width: 2px 0px;
  border-color: rgb(40, 33, 130);
  margin: -2px 0px 0px;
  color: rgb(40, 33, 130);
  font-family: Figtree, sans-serif !important;
  font-weight: 600 !important;
  font-size: 24px !important;
 }
 
 .lineas-investigacion > div > ul {
  list-style: none;
  counter-reset: item 0;
  max-width: 600px;
 }
 
 .lineas-investigacion > div > ul > li {
  counter-increment: item 1;
  position: relative;
  padding: 40px 30px 35px 35px;
  margin-bottom: 20px;
 }
 
 .lineas-investigacion > div > ul > li:last-child {
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  margin-bottom: 0px;
 }
 
 .lineas-investigacion ul > li {
  max-width: 600px !important;
  text-align: left !important;
 }
 
 .lineas-investigacion > div > ul > li::before {
  content: counter(item);
  font-weight: 600;
  color: rgb(40, 33, 130);
  margin-bottom: 10px;
  position: absolute;
  left: 0px;
  top: 34px;
  background-color: white;
  padding: 5px 10px 5px 0px;
  border-radius: 0px 20px 20px 0px;
 }
 
 .lineas-investigacion > div > ul > li > ul {
  list-style: none;
  text-indent: -1em;
 }
 
 .lineas-investigacion > div > ul > li > ul > li {
  background-color: transparent !important;
  padding: 5px 0px 0px !important;
  margin: 0px 0px 0px 20px !important;
  list-style: circle inside;
  font-size: 0.9em;
  line-height: 1.2;
 }
 
 .lineas-investigacion > div > ul > li > ul > li > ul {
  list-style: none;
  text-indent: -0.8em;
 }
 
 .lineas-investigacion > div > ul > li > ul > li > ul > li {
  background-color: transparent !important;
  padding: 10px 0px 0px !important;
  margin: 0px 0px 0px 13px !important;
  list-style: square inside;
 }
 
 .lineas-investigacion > div > ul:nth-of-type(1) > li:nth-child(1),
 .lineas-investigacion > div > ul:nth-of-type(2) > li:nth-child(9),
 .lineas-investigacion > div > ul:nth-of-type(3) > li:nth-child(6),
 .lineas-investigacion > div > ul:nth-of-type(4) > li:nth-child(4),
 .lineas-investigacion > div > ul > li:nth-child(5) {
  background: rgb(226, 234, 215);
 }
 
 .lineas-investigacion > div > ul:nth-of-type(1) > li:nth-child(2),
 .lineas-investigacion > div > ul:nth-of-type(2) > li:nth-child(8),
 .lineas-investigacion > div > ul:nth-of-type(3) > li:nth-child(7),
 .lineas-investigacion > div > ul:nth-of-type(4) > li:nth-child(3),
 .lineas-investigacion > div > ul > li:nth-child(4) {
  background: rgb(244, 222, 228);
 }
 
 .lineas-investigacion > div > ul:nth-of-type(1) > li:nth-child(3),
 .lineas-investigacion > div > ul:nth-of-type(2) > li:nth-child(7),
 .lineas-investigacion > div > ul:nth-of-type(3) > li:nth-child(8),
 .lineas-investigacion > div > ul:nth-of-type(4) > li:nth-child(2),
 .lineas-investigacion > div > ul > li:nth-child(6) {
  background: rgb(253, 243, 213);
 }
 
 .lineas-investigacion > div > ul:nth-of-type(1) > li:nth-child(4),
 .lineas-investigacion > div > ul:nth-of-type(2) > li:nth-child(6),
 .lineas-investigacion > div > ul:nth-of-type(3) > li:nth-child(9),
 .lineas-investigacion > div > ul:nth-of-type(4) > li:nth-child(1) {
  background: rgb(247, 225, 220);
 }
 
 .lineas-investigacion > div > ul:nth-of-type(1) > li:nth-child(5),
 .lineas-investigacion > div > ul:nth-of-type(2) > li:nth-child(5),
 .lineas-investigacion > div > ul:nth-of-type(3) > li:nth-child(1),
 .lineas-investigacion > div > ul:nth-of-type(4) > li:nth-child(9) {
  background: rgb(247, 241, 221);
 }
 
 .lineas-investigacion > div > ul:nth-of-type(1) > li:nth-child(6),
 .lineas-investigacion > div > ul:nth-of-type(2) > li:nth-child(4),
 .lineas-investigacion > div > ul:nth-of-type(3) > li:nth-child(2),
 .lineas-investigacion > div > ul:nth-of-type(4) > li:nth-child(8) {
  background: rgb(224, 223, 222);
 }
 
 .lineas-investigacion > div > ul:nth-of-type(1) > li:nth-child(7),
 .lineas-investigacion > div ul:nth-of-type(2) > li:nth-child(3),
 .lineas-investigacion > div > ul:nth-of-type(3) > li:nth-child(3),
 .lineas-investigacion > div > ul:nth-of-type(4) > li:nth-child(7),
 .lineas-investigacion > div > ul > li:nth-child(1) {
  background: rgb(246, 228, 212);
 }
 
 .lineas-investigacion > div > ul:nth-of-type(1) > li:nth-child(8),
 .lineas-investigacion > div > ul:nth-of-type(2) > li:nth-child(2),
 .lineas-investigacion > div > ul:nth-of-type(3) > li:nth-child(4),
 .lineas-investigacion > div > ul:nth-of-type(4) > li:nth-child(6),
 .lineas-investigacion > div > ul > li:nth-child(3) {
  background: rgb(203, 231, 230);
 }
 
 .lineas-investigacion > div > ul:nth-of-type(1) > li:nth-child(9),
 .lineas-investigacion > div > ul:nth-of-type(2) > li:nth-child(1),
 .lineas-investigacion > div > ul:nth-of-type(3) > li:nth-child(5),
 .lineas-investigacion > div > ul:nth-of-type(4) > li:nth-child(5),
 .lineas-investigacion > div > ul > li:nth-child(2) {
  background: rgb(218, 222, 233);
 }
 
 .lineas-investigacion > div > ul:nth-of-type(1) > li:nth-child(10) {
  background: rgb(239, 226, 248);
 }
 
 .lineas-investigacion > div > ul:nth-of-type(1) > li:nth-child(11) {
  background: rgb(226, 248, 241);
 }
 
 .lineas-investigacion > div > ul:nth-of-type(1) > li:nth-child(12) {
  background: rgb(242, 248, 226);
 }
 
 .objetivos-estrategicos p {
  padding-bottom: 1em;
  max-width: 600px;
 }
 
 .objetivos-estrategicos ul ul,
 .objetivos-estrategicos ol ul {
  padding-top: 0.5em;
 }
 
 .objetivos-estrategicos ul {
  list-style: none;
 }
 
 .objetivos-estrategicos > div > ul > li,
 .objetivos-estrategicos > div > ul > li strong {
  padding-bottom: 0.4em;
	 /*  margin-left: 1.2em; */
  text-indent: -1.2em;
 }
 
 .objetivos-estrategicos > div > ul > li strong {
  font-weight: 600;
 }
 
 .objetivos-estrategicos > div > ul > li::before
	.objetivos-estrategicos > div > ul > li strong::before {
  content: '\279D\00A0' !important;
 }
 
 .objetivos-estrategicos > div > ul > li > ul {
  padding-bottom: 0.4em;
  margin-left: -1.2em;
 }
 
 .objetivos-estrategicos > div > ul > li > ul > li {
  padding-bottom: 0.4em;
  margin-left: -1.2em;
  text-indent: -1.2em;
 }
 
 .objetivos-estrategicos > div > ul > li > ul > li > ul > li::before {
  content: "+ " !important;
 }
 
 .objetivos-estrategicos > div > ul > li > ul > li > ul > li > ul > li {
  padding-bottom: 0.4em;
  margin-left: 0.8em;
  text-indent: -0.8em;
 }
 
 .objetivos-estrategicos > div > ul > li > ul > ul > li > li > ul > li::before {
  content: '· ' !important;
 }
	
	/*
	.sidebar {
	 flex: 1 1 0%;
	 width: 25%;
	}
	
	.sidebar .imagen-area {
	 margin-right: -140px;
	 margin-bottom: -2rem;
	 position: relative;
	}
	
	.sidebar .imagen-area img {
	 display: block;
	}
	
	.sidebar .sidebar-content {
	 margin-left: 2rem;
	 margin-right: 2rem;
	 margin-bottom: 2rem;
	 position: relative;
	}
	
	.sidebar .sidebar-content h2 {
	 font-size: 1.5rem;
	 margin-top: 0px;
	}
	
	.sidebar .sidebar-content .sidebar-block {
	 background: var(--azul-claro);
	 margin-bottom: 2rem;
	 padding: 2rem;
	 max-width: 40rem;
	}
	
	.sidebar .sidebar-content .sidebar-block ul {
	 list-style: none;
	 margin: 1rem 0px;
	 padding: 0px;
	}
	
	.sidebar .sidebar-content .sidebar-block ul li {
	 padding-left: 1.5rem;
	 position: relative;
	 margin: 0.5rem;
	}
	
	.sidebar .sidebar-content .sidebar-block ul li::before {
	 content: "";
	 display: block;
	 position: absolute;
	 left: 0px;
	 top: 0.5rem;
	 background-color: rgb(40, 33, 130);
	 width: 0.5rem;
	 height: 0.5rem;
	}
	*/
 
 .desplegables {
  padding-top: 0px;
  margin-top: 0px;
  z-index: 0 !important;
 }
 
 .desplegables .section-title {
  font-size: 24px;
  font-weight: 600;
  color: rgb(40, 33, 130);
  cursor: pointer;
  background-color: rgba(218, 222, 233, 0.5);
  padding: 10px 20px 10px 40px;
  margin: 0;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgb(40, 33, 130);
  font-family: Figtree, sans-serif !important;
 }
 
 .desplegables .section-title::after {
  content: "\002304";
  font-family: FontAwesome;
  font-size: 16px;
  padding-left: 10px;
  color: rgb(40, 33, 130);
 }
 
 .desplegables .section-title.open {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(40, 33, 130);
 }
 
 .desplegables .section-title.open::after {
  content: "\002303";
  font-family: FontAwesome;
  font-size: 16px;
  padding-left: 10px;
  color: rgb(40, 33, 130);
 }
 
 .desplegables .section-content h3 {
  font-size: 1.15rem;
  margin-top: 2rem;
  font-weight: bold;
 }
 
 .desplegables .section-content h3:first-of-type {
  margin-top: 0px;
 }
	
	/* Publicaciones */
 
 .produccion .section-content,
 .proyectos .section-content {
  padding: 30px 40px 10px 40px;
 }
 
 #publicaciones-listado .titulo {
  font-style: italic;
  font-weight: 600;
  font-size: 16px !important;
  color: #282182;
 }
 
 #publicaciones-listado .medio {
  font-style: italic;
  font-size: 16px;
 }
 
 #publicaciones-listado .publicacion {
  margin-bottom: 1rem;
  border-bottom: 1px solid silver;
  font-size: 15px;
  line-height: 1.1;
 }
 
 #publicaciones-listado .publicacion .doi {
  padding-bottom: 10px;
  color: black;
  font-weight: 600;
  font-size: 12px;
 }
 
 #publicaciones-listado .publicacion .doi a {
  margin-left: 10px;
 }
	
	
	
	/* Proyectos */
 
 #proyectos-listado .proyecto .titulo {
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 1;
  color: #282182;
  margin-bottom: 3px;
 }
 
 #proyectos-listado .proyecto .fechas,
 #proyectos-listado .proyecto .dotacion {
  font-size: 13px;
  line-height: 1;
  font-weight: 400 !important;
  margin-bottom: 3px;
  color: black;
 }
 
 #proyectos-listado .proyecto .financiadores {
  font-weight: 600 !important;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 300 !important;
  margin-bottom: 10px;
  color: black;
 }
 
 #proyectos-listado {
  font-size: 13px!important;
  line-height: 1.5!important;
 }
 #proyectos-listado p{
padding-bottom: 0px;
    margin-block: 0px;
 }
 #proyectos-listado .proyecto {
  border-top: 1px solid silver;
  padding: 10px 0 5px 0;
 }
#proyectos-listado .proyecto:first-child {
  border-top: none;
  padding: 10px 0 5px 0;
 }
	
	
	
	/* Redes */
 
 .redes .section-content {
  padding: 30px 30px 30px 40px;
 }
 
 .redes ul {
  list-style: none;
 }
	
	/* Unidades - servicios */
 
 #servicios .section-content-desplegada {
  padding: 40px;
 }
 
 #servicios strong,
 #servicios b,
 #servicios h3 strong,
 #servicios h3 b {
  font-weight: 600 !important;
 }
 
 #servicios h2,
 #enlaces h2,
 #redes h2,
 #formulario h2 {
  background-color: rgba(218, 222, 233, 0.5);
  padding: 10px 20px 10px 40px;
  border-style: solid;
  border-width: 2px 0px;
  border-color: rgb(40, 33, 130);
  margin: -2px 0px 0px;
  color: rgb(40, 33, 130);
  font-family: Figtree, sans-serif !important;
  font-weight: 600 !important;
  font-size: 24px !important;
 }
 
 #servicios h4,
 #servicios h4 strong {
  font-weight: 600;
  font-size: 20px;
  margin-top: 0px;
 }
 
 .talento-grid #servicios > div > ul,
 body.single-unidad #servicios > div > ul {
  list-style: none;
  counter-reset: item 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px 20px;
 }
 
 .objetivos-grid > div > ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px 20px;
 }
 
 body.single-unidad #servicios > div > ul > li,
 .objetivos-grid > div > ul > li {
  font-weight: 600 !important;
  line-height: 1.1;
  padding-top: 35px;
 }
 
 #servicios > div > ul > li > a {
  margin-top: 20px !important;
  position: relative;
  top: 5px;
 }
 
 ul.column-4 {
  grid-template-columns: repeat(4, 1fr) !important;
  padding-bottom: 30px;
 }
 
 ul.column-3 {
  grid-template-columns: repeat(3, 1fr) !important;
  padding-bottom: 30px;
 }
 
 ul.column-3 {
  grid-template-columns: repeat(3, 1fr) !important;
  padding-bottom: 30px;
 }
 
 ul.column-2 {
  grid-template-columns: repeat(2, 1fr) !important;
  padding-bottom: 30px;
 }
 
 ul.column-1 {
  grid-template-columns: repeat(1, 1fr) !important;
  padding-bottom: 30px;
 }
 
 .objetivos-grid > div > ol {
  padding: 0px !important;
  margin: 0px !important;
 }
 
 .objetivos-grid > div > ol > li {
  padding: 30px !important;
 }
 
 .objetivos-grid > div > ol > li {
  list-style-type: none;
  counter-increment: step-counter;
  text-indent: -30px;
 }
 
 .objetivos-grid > div > ol > li:before {
  content: counter(step-counter) "";
  font-weight: 600;
  color: rgb(40, 33, 130);
  left: -15px;
  background-color: white;
  padding: 5px 10px 5px 10px;
  border-radius: 20px;
  position: relative;
 }
 
 #servicios > div > ul > li {
  counter-increment: item 1;
  position: relative;
  padding: 25px 30px 25px 35px;
  font-weight: 400 !important;
  margin-bottom: 20px;
 }
 
 .servicios-acordeon .e-n-accordion > .e-n-accordion-item {
  counter-increment: item 1;
 }
 
 .servicios-formacion {
  
 }
 
 #servicios.ccolor-elementor > div > ul,
 #servicios.ccolor-elementor2 > div > ul {
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 20px;
 }
 
 #servicios > div > ul > li strong {
  font-weight: 600;
  min-height: 250px;
 }
 
 #servicios > div > ul > li h4 {
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 1;
  margin-top: -3px;
 }
 
 #servicios > div > ul.servicio-unico > li::before {
  content: none !important;
  padding-bottom: 20px !important;
 }
 
 #servicios > div > ul.servicio-unico > li {
  content: none !important;
  padding-bottom: 50px !important;
  background: rgb(253, 243, 213) !important;
 }
 
 .servicios-acordeon .e-n-accordion > .e-n-accordion-item::before,
 #servicios > div > ul > li::before {
  content: counter(item);
  font-weight: 600;
  color: rgb(40, 33, 130);
  margin-bottom: 10px;
  position: absolute;
  left: 0px;
  top: 24px;
  background-color: white;
  padding: 5px 10px 5px 0px;
  border-radius: 0px 20px 20px 0px;
 }
 
 .servicios-acordeon .e-n-accordion-item-title-header > * {
  font-size: 20px !important;
  width: 960px;
 }
 
 @media (max-width: 1039px) {
  .servicios-acordeon .e-n-accordion-item-title-header > * {
   width: auto;
  }
 }
	.servicios-acordeon h5,
 .servicios-acordeon h3,
 .servicios-acordeon h4 {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
  padding-bottom: 3px;
  max-width: 600px;
 }
 
 #servicios > div > ul > li > ul {
  list-style: none;
  text-indent: -1em;
 }
 
 #servicios > div > ul > li > ul > li {
  background-color: transparent !important;
  padding: 3px 0px 0px !important;
  margin: 0px 0px 0px 20px !important;
  font-size: 0.9em;
  line-height: 1.2;
  font-weight: 400;
  content: '\279D\00A0' !important;
 }
 
 #servicios > div > ul > li > ul > li:before {
  content: '\002B\00A0' !important;
  margin-left: 2px;
 }
 
 #servicios.srv2 h3 {
  font-size: 20px;
  font-weight: 600;
 }
 
 #servicios.srv2 ul {
  max-width: 750px;
  margin-left: 0 !important;
 }
 
 #servicios.srv2 ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  text-indent: 1px;
  font-weight: 600 !important;
 }
 
 #servicios > div > ul > li > ul > li > ul {
  list-style: none;
  text-indent: -0.8em;
 }
 
 #servicios > div > ul > li > ul > li > ul > li {
  background-color: transparent !important;
  padding: 10px 0px 0px !important;
  margin: 0px 0px 0px 13px !important;
  list-style: square inside;
 }
 
 .servicios-acordeon .e-n-accordion-item:nth-of-type(1) > .e-n-accordion-item:nth-child(1) {
  background: rgb(226, 234, 215);
 }
 
 #servicios > div > ul:nth-of-type(1) > li:nth-child(1),
 #servicios > div > ul:nth-of-type(2) > li:nth-child(9),
 #servicios > div > ul:nth-of-type(3) > li:nth-child(6),
 #servicios > div > ul:nth-of-type(4) > li:nth-child(4),
 #servicios > div > ul > li:nth-child(5) {
  background: rgb(226, 234, 215);
 }
 
 #servicios > div > ul:nth-of-type(1) > li:nth-child(2),
 #servicios > div > ul:nth-of-type(2) > li:nth-child(8),
 #servicios > div > ul:nth-of-type(3) > li:nth-child(7),
 #servicios > div > ul:nth-of-type(4) > li:nth-child(3),
 #servicios > div > ul > li:nth-child(4) {
  background: rgb(244, 222, 228);
 }
 
 #servicios > div > ul:nth-of-type(1) > li:nth-child(3),
 #servicios > div > ul:nth-of-type(2) > li:nth-child(7),
 #servicios > div > ul:nth-of-type(3) > li:nth-child(8),
 #servicios > div > ul:nth-of-type(4) > li:nth-child(2),
 #servicios > div > ul > li:nth-child(6) {
  background: rgb(253, 243, 213);
 }
 
 #servicios > div > ul:nth-of-type(1) > li:nth-child(4),
 #servicios > div > ul:nth-of-type(2) > li:nth-child(6),
 #servicios > div > ul:nth-of-type(3) > li:nth-child(9),
 #servicios > div > ul:nth-of-type(4) > li:nth-child(1) {
  background: rgb(247, 225, 220);
 }
 
 #servicios > div > ul:nth-of-type(1) > li:nth-child(5),
 #servicios > div > ul:nth-of-type(2) > li:nth-child(5),
 #servicios > div > ul:nth-of-type(3) > li:nth-child(1),
 #servicios > div > ul:nth-of-type(4) > li:nth-child(9) {
  background: rgb(247, 241, 221);
 }
 
 #servicios > div > ul:nth-of-type(1) > li:nth-child(6),
 #servicios > div > ul:nth-of-type(2) > li:nth-child(4),
 #servicios > div > ul:nth-of-type(3) > li:nth-child(2),
 #servicios > div > ul:nth-of-type(4) > li:nth-child(8) {
  background: rgb(224, 223, 222);
 }
 
 #servicios > div > ul:nth-of-type(1) > li:nth-child(7),
 #servicios > div ul:nth-of-type(2) > li:nth-child(3),
 #servicios > div > ul:nth-of-type(3) > li:nth-child(3),
 #servicios > div > ul:nth-of-type(4) > li:nth-child(7),
 #servicios > div > ul > li:nth-child(1),
 .objetivos-grid > div > ol > li:nth-child(1) {
  background: rgb(246, 228, 212);
 }
 
 #servicios > div > ul:nth-of-type(1) > li:nth-child(8),
 #servicios > div > ul:nth-of-type(2) > li:nth-child(2),
 #servicios > div > ul:nth-of-type(5) > li:nth-child(4),
 #servicios > div > ul:nth-of-type(4) > li:nth-child(6),
 #servicios > div > ul > li:nth-child(3),
 .objetivos-grid > div > ol > li:nth-child(2) {
  background: rgb(203, 231, 230);
 }
 
 #servicios > div > ul:nth-of-type(1) > li:nth-child(9),
 #servicios > div > ul:nth-of-type(2) > li:nth-child(1),
 #servicios > div > ul:nth-of-type(3) > li:nth-child(4),
 #servicios > div > ul:nth-of-type(4) > li:nth-child(5),
 #servicios > div > ul > li:nth-child(2),
 .objetivos-grid > div > ol > li:nth-child(3) {
  background: rgb(218, 222, 233);
 }
 
 #servicios > div > ul:nth-of-type(1) > li:nth-child(10),
 .objetivos-grid > div > ol > li:nth-child(4) {
  background: rgb(239, 226, 248);
 }
 
 #servicios > div > ul:nth-of-type(1) > li:nth-child(11) {
  background: rgb(226, 248, 241);
 }
 
 #servicios > div > ul:nth-of-type(1) > li:nth-child(12) {
  background: rgb(242, 248, 226);
 }
 
 .servicios-acordeon.acordeon1 .e-n-accordion-item:nth-child(1),
 .servicios-acordeon.acordeon2 .e-n-accordion-item:nth-child(9),
 .servicios-acordeon.acordeon3 .e-n-accordion-item:nth-child(6),
 .servicios-acordeon.acordeon4 .e-n-accordion-item:nth-child(4),
 .e-n-accordion-item > .e-n-accordion-item:nth-child(5) {
  background: rgb(226, 234, 215);
 }
 
 .servicios-acordeon.acordeon1 .e-n-accordion-item:nth-child(2),
 .servicios-acordeon.acordeon2 .e-n-accordion-item:nth-child(8),
 .servicios-acordeon.acordeon3 .e-n-accordion-item:nth-child(7),
 .servicios-acordeon.acordeon4 .e-n-accordion-item:nth-child(3),
 .e-n-accordion-item > .e-n-accordion-item:nth-child(4) {
  background: rgb(244, 222, 228);
 }
 
 .servicios-acordeon.acordeon1 .e-n-accordion-item:nth-child(3),
 .servicios-acordeon.acordeon2 .e-n-accordion-item:nth-child(7),
 .servicios-acordeon.acordeon3 .e-n-accordion-item:nth-child(8),
 .servicios-acordeon.acordeon4 .e-n-accordion-item:nth-child(2),
 .e-n-accordion-item > .e-n-accordion-item:nth-child(6) {
  background: rgb(253, 243, 213);
 }
 
 .servicios-acordeon.acordeon1 .e-n-accordion-item:nth-child(4),
 .servicios-acordeon.acordeon2 .e-n-accordion-item:nth-child(6),
 .servicios-acordeon.acordeon3 .e-n-accordion-item:nth-child(9),
 .servicios-acordeon.acordeon4 .e-n-accordion-item:nth-child(1) {
  background: rgb(247, 225, 220);
 }
 
 .servicios-acordeon.acordeon1 .e-n-accordion-item:nth-child(5),
 .servicios-acordeon.acordeon2 .e-n-accordion-item:nth-child(5),
 .servicios-acordeon.acordeon3 .e-n-accordion-item:nth-child(1),
 .servicios-acordeon.acordeon4 .e-n-accordion-item:nth-child(9) {
  background: rgb(247, 241, 221);
 }
 
 .servicios-acordeon.acordeon1 .e-n-accordion-item:nth-child(6),
 .servicios-acordeon.acordeon2 .e-n-accordion-item:nth-child(4),
 .servicios-acordeon.acordeon3 .e-n-accordion-item:nth-child(2),
 .servicios-acordeon.acordeon4 .e-n-accordion-item:nth-child(8) {
  background: rgb(224, 223, 222);
 }
 
 .servicios-acordeon.acordeon1 .e-n-accordion-item:nth-child(7),
 #servicios > div ul:nth-of-type(2) > .e-n-accordion-item:nth-child(3),
 .servicios-acordeon.acordeon2 .e-n-accordion-item:nth-child(3),
 .servicios-acordeon.acordeon3 .e-n-accordion-item:nth-child(3),
 .servicios-acordeon.acordeon4 .e-n-accordion-item:nth-child(7),
 .e-n-accordion-item > .e-n-accordion-item:nth-child(1) {
  background: rgb(246, 228, 212);
 }
 
 .servicios-acordeon.acordeon1 .e-n-accordion-item:nth-child(8),
 .servicios-acordeon.acordeon2 .e-n-accordion-item:nth-child(2),
 .servicios-acordeon.acordeon5 .e-n-accordion-item:nth-child(4),
 .servicios-acordeon.acordeon4 .e-n-accordion-item:nth-child(6),
 .e-n-accordion-item > .e-n-accordion-item:nth-child(3) {
  background: rgb(203, 231, 230);
 }
 
 .servicios-acordeon.acordeon1 .e-n-accordion-item:nth-child(9),
 .servicios-acordeon.acordeon2 .e-n-accordion-item:nth-child(1),
 .servicios-acordeon.acordeon3 .e-n-accordion-item:nth-child(4),
 .servicios-acordeon.acordeon4 .e-n-accordion-item:nth-child(5),
 .e-n-accordion-item > .e-n-accordion-item:nth-child(2) {
  background: rgb(218, 222, 233);
 }
 
 .servicios-acordeon.acordeon1 .e-n-accordion-item:nth-child(10) {
  background: rgb(239, 226, 248);
 }
 
 .servicios-acordeon.acordeon1 .e-n-accordion-item:nth-child(11) {
  background: rgb(226, 248, 241);
 }
 
 .servicios-acordeon.acordeon1 .e-n-accordion-item:nth-child(12) {
  background: rgb(242, 248, 226);
 }
 
 .single-unidad #servicios p,
 .single-plataforma #servicios p {
  max-width: 600px;
 }
 
 .single-unidad .desc-area,
 .single-plataforma  .desc-area {
  padding: 40px;
  border-top: 1px solid #333;
 }
 
 .single-unidad .left-column,
 .single-plataforma .left-column {
  padding-bottom: 40px;
 }
 
 .single-unidad #miembros h2,
 .single-plataforma #miembros h2 {
  border-bottom: 2px solid  rgb(40, 33, 130);
  margin-top: -2px;
 }
 
 .single-unidad #miembros li,
 .single-plataforma #miembros li {
  font-weight: 600;
  margin-bottom: 5px;
 }
 
 .single-unidad #miembros li a,
 .single-plataforma #miembros li a {
  font-size: 13px !important;
  font-weight: 400;
  background-size: 16px auto;
  background-position: 3px;
 }
 
 .single-unidad #miembros li a:hover,
 .single-plataforma #miembros li a:hover {
  color: #0000ff !important;
  background-position: 7px;
 }
 
 .single-unidad #miembros li,
 .single-plataforma #miembros li {
  max-width: 100%;
 }
	/*
	.single-unidad #enlaces p, .single-plataforma #enlaces p{
	max-width: 600px;
	}
	
	.single-unidad #enlaces li, .single-plataforma #enlaces li,
	.single-unidad #enlaces li a, .single-plataforma #enlaces li a{
	max-width: 600px;
	}
	*/
 
 .single-unidad #enlaces .section-content,
 .single-plataforma #enlaces .section-content,
 .single-plataforma #redes .section-content,
 .single-plataforma #formulario .section-content {
  padding: 40px 40px 30px 40px !important;
 }
 
 .single-plataforma #formulario {
  margin-block-end: 0 !important;
 }
 
 .single-unidad #enlaces h4,
 .single-unidad #enlaces strong,
 .single-plataforma #enlaces h4,
 .single-plataforma #enlaces strong {
  font-weight: 600;
  font-size: 20px;
  margin-top: 30px;
 }
 
 .single-unidad #enlaces h4:first-child,
 .single-unidad #enlaces strong:first-child,
 .single-plataforma #enlaces h4:first-child,
 .single-plataforma #enlaces strong:first-child {
  margin-top: 0px;
 }
 
 .single-unidad #otros {
  padding: 40px 40px 30px 40px;
  border-top: 2px solid rgb(40, 33, 130);
  margin-top: -2px;
 }
 
 .single-unidad #otros table td {
  background-color: white;
  border: none;
 }
 
 .single-unidad #otros table td {
  max-width: 600px;
  font-size: 16px;
  line-height: 1.3;
  padding: 0px;
 }
 
 .single-unidad #otros table td h3 {
  max-width: 600px;
  font-size: 24px;
  line-height: 1.1;
  color: rgb(40, 33, 130);
  font-weight: 600;
 }
 
 .single-unidad #otros table td li {
  padding-bottom: 0.3em;
 }
 
 .single-unidad #otros table td.otros-td-left {
  
 }
 
 .single-unidad #otros table td.otros-td-middle {
  width: 10vw;
 }
 
 .single-unidad #otros table td.otros-td-right {
  width: 20vw;
  text-align: right;
 } 
	
	
	/* Area */
	
	/* Responsable */
 
 @media (min-width: 1025px) {
  .ficha-responsable-area {
   position: absolute;
   right: calc(50% - 570px);
   max-width: 570px;
  }
  
  .row-full-width {
   width: 100vw !important;
   min-width: 100vw;
   position: relative;
   left: calc(570px - 50vw) !important;
  }
 }
	
	@media (max-width: 1023px) {
  .header-foto {
   border-top: 1px solid #282182 !important;
  }
  
  .grupos-relacionados h2 {
   margin-top: 0px !important;
  }
  
  .ficha-responsable-area {
   width: 100% !important;
  }
  
  .talento-grid #servicios > div > ul,
  body.single-unidad #servicios > div > ul,
  .objetivos-grid > div > ol,
  ul.column-5,
  ul.column-4,
  ul.column-3,
  #servicios.ccolor-elementor > div > ul,
  #servicios.ccolor-elementor2 > div > ul,
  #servicios > div > ul {
   grid-template-columns: repeat(2, 1fr);
  }
  
  .page-contenido,
  .page-contenido-2,
  .page-contenido-2 > * {
   border-right-width: 0px !important;
   border-left-width: 0px !important;
  }
  
  .icon-area,
  .icon-plataforma {
   margin-bottom: 0;
   max-height: 360px;
   overflow: hidden;
   border-bottom: 2px solid  rgb(40, 33, 130);
  }
  
  .icon-area img {
   object-fit: cover;
   border-bottom-width: 2px;
   border-bottom-style: solid;
   border-bottom-color: rgb(40, 33, 130);
   height: 100%;
   width: 100%;
   filter: brightness(125%) saturate(50%) contrast(90%);
  }
  
  .icon-area,
  .icon-plataforma {
   max-height: 66vw;
   border-top: 2px solid #282182;
  }
  
  .icon-area img {
   border-bottom-width: 1px;
  }
 }
	@media (max-width: 767px) {
  .movil-hide {
   display: none;
  }
  
  .cat h2 {
   margin-left: -20px;
  }
  
  #servicios > div > ul > li {
   flex-basis: 100%;
  }
  
  .talento-grid #servicios > div > ul,
  body.single-unidad #servicios > div > ul,
  .objetivos-grid > div > ol,
  ul.column-5,
  ul.column-4,
  ul.column-3,
  #servicios.ccolor-elementor > div > ul,
  #servicios.ccolor-elementor2 > div > ul,
  #servicios > div > ul {
   grid-template-columns: repeat(1, 1fr);
  }
  
  .section-content-desplegada,
  .description {
   padding: 20px !important;
  }
  
  .ficha-contacto {
   margin: 0px 20px 20px 20px;
  }
  
  .desplegables h2,
  .page-contenido-2 h2,
  .elementor-widget-heading > .elementor-widget-container:has(> h2) {
   padding-left: 20px !important;
   padding-right: 10px !important;
  }
  
  .single-unidad #enlaces .section-content,
  .single-plataforma #enlaces .section-content,
  .single-plataforma #redes .section-content,
  .single-plataforma #formulario .section-content {
   padding: 30px 20px 20px 0px !important;
  }
  
  .yoast-breadcumb,
  .elementor-widget-eael-breadcrumbs {
   display: none;
  }
  
  .menumovil {
   z-index: 1 !important;
  }
 }