/* NIEVE NAVIDAD cabecera home */
/*
  .view-imagen-cabecera-www:before {
    content: '';
    background: url(https://www.unizar.es/sites/www/files/imagenes/home/copos.gif);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}*/

/* EOL NIEVE NAVIDAD */ç



/* añadir al tema */

.block.cifras .block-content li {
    max-width: 175px;
}

.block.cifras .block-content ul {
    gap: 10rem!important;
}

.block.cifras .block-content li span {
    font-size: 2.1rem;
    line-height: 1.1;
}

.page-node-type-consejo-de-direccion .field--name-field-imagen {
    border-radius: 0;
    height: auto;
}

.page-node-type-consejo-de-direccion .personal-data .field--name-field-mail {
    width: 100%;
}

.view-consejo-de-direccion.solo-imagen .view-content .views-row img {
    object-fit: cover;
    display: block;
    filter: grayscale(0.2);
    height: 84px;
    width: 100%;
}

.accordion-content.active {
    max-height: 100000px;
}

@media (max-width: 720px) {
.view-consejo-de-direccion.full .view-content .views-row {
    width: 100%;
}
}

.view-consejo-de-direccion.solo-imagen .view-content {
    justify-content: flex-start;
}


/* ficha equipo de gobierno */

.page-node-type-consejo-de-direccion .field--name-field-genero-fscd {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: bold;
}

/* eol ficha equipo de gobierno */

/* eol añadir al tema */
  
/* FICHA CENTRO */
  
  
  
  .reg-banda-superior .field--name-field-um-imagen-centro{
  height: 20rem;
  position: relative;
  }
  
  .reg-banda-superior .field--name-field-um-imagen-centro:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  }
  
  .reg-banda-superior .field--name-field-um-imagen-centro img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  }
  
  .page-node-type-ficha-centro .node--type-ficha-centro{
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
  justify-content: space-between;
  width: 100%;
 }
  
  .page-node-type-ficha-centro .group-header{
  margin-bottom: 3rem;
  /*border-bottom: 1px solid#e9e9e9;*/
  padding-bottom: 4rem;
  position: relative;
  }
  
.page-node-type-ficha-centro .group-header:before{
    content: '';
    width: 30%;
    max-width: 150px;
    height: 3px;
    position: absolute;
    background: #175299;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}

.page-node-type-ficha-centro .group-header:after{
    content: '';
    width: 70%;
    max-width: 450px;
    height: 1px;
    position: absolute;
    background: #ededed;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
  
  .page-node-type-ficha-centro .group-header,
  .page-node-type-ficha-centro .group-footer{
  width: 100%;
  }
  
  .page-node-type-ficha-centro .group-left{
  width: 30%;
  margin-top: 3rem;
  }
  
  .page-node-type-ficha-centro .group-right{
  flex: 1;
  }
  
  @media (max-width: 820px){
  .page-node-type-ficha-centro .group-left{
      width: 100%
  }
  }
  
  .page-node-type-ficha-centro .field--name-field-um-fcentro-naturaleza{
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: gray;;
  }
  
  .page-node-type-ficha-centro .field--name-node-title{
  text-align: center;
  margin: 2rem 0;
  font-size: 2.3rem;
  }
  
  .page-node-type-ficha-centro .field--name-field-um-logo{
	 text-align: center;
	   & img{
		   	max-height: 9rem;
		    width: auto;
	   }
  }
  
  .page-node-type-ficha-centro .region-banda-inferior .field--name-field-um-pagina-web{
  background: #2052a1;
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  
  .page-node-type-ficha-centro .region-banda-inferior .field--name-field-um-pagina-web a{
  color: white!important;
  border: 1px solid;
  text-align: center;
  margin: 1rem auto;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: 0px 0px 4px #eaeaea;
  display: inline-block;
  }
  
  
  .page-node-type-ficha-centro legend{
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0 1rem;
  }
  
  .page-node-type-ficha-centro fieldset{
  padding: 2rem 3rem;
  border-radius: 3px;
  border: 1px solid #e9e9e9;
  }
  
  .page-node-type-ficha-centro fieldset .field:not(:last-child){
  margin-bottom: 2rem;
  }
  
  .page-node-type-ficha-centro fieldset .field .field__label{
  margin-bottom: 0.7rem;
  }
  
  .page-node-type-ficha-centro .field--name-field-um-imagen-centro img{
  display: block;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
  }
  
  .page-node-type-ficha-centro .field--name-field-um-fcentro-direccion{
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  }
  
  .page-node-type-ficha-centro .field--name-field-um-fcentro-direccion div{
  margin: 0!important;
  width: 100%;
  }

  .page-node-type-ficha-centro{
    & .field--name-field-um-galeria{
        display: flex;
        flex-wrap: wrap;
        & .field__item{
            width: 20%;
        }
        & img{
            object-fit: cover;
            width: 100%;
            height: 100%;
        }
    }
  }
  
  
  .page-node-type-ficha-centro .field--name-field-um-fcentro-direccion .field__item p:first-child{
  margin-top: 0;
  }
  
  .page-node-type-ficha-centro .lateral{
  background: #efefef;
  padding: 3rem 3rem;
  }
  
  
  @media (max-width: 820px){
  .page-node-type-ficha-centro .lateral{
      margin-bottom: 3rem;
  }
  }
  
  .lateral .field--name-field-um-pagina-web{
  margin-top: 3rem;
  }
  
/* eol FICHA CENTRO */

/* ficha departamento */

.page-node-type-ficha-departamento{
	.field--name-field-um-logo, .field--name-node-title{
		margin-bottom: 2rem;
	}
}


/* eol ficha departamento */

/* ficha convenios */

.page-node-type-convenio article{
	margin-top: 4rem;
	.sec{
		font-size: 1.3rem;
		text-transform: uppercase;
	}
	.field{
		margin-bottom: 3rem;
		& .field__label{
			font-weight: 600;
		}
	}
}


/* eol ficha convenios */

/* tabla historial lecciones inaugurales */

table.historial{
    & td:first-child{
        width: 11rem!important;
        vertical-align: top;
        font-weight: 600;
    }
    & td:last-child{
        padding-bottom: 3.5rem;
    }
    & .apertura, .sanbraulio{
        margin: 1rem 0 1rem 0!important;
        font-size: 13px!important;
        font-weight: 400;
        color: #223d71;
        text-transform: uppercase;
        background: #dee2eb;
        display: inline-block;
        padding: 1px 10px;
    }
    & td > .apertura{
        margin-top: 0!important;
    }
    & td div{
        margin: 0!important;
    }
}

/* eol tabla historial */

/* vista grupos de investigación */

.view-grupos-investigaci-n{
	& h3.field-content{
		font-weight: 600;
		margin-bottom: 0.5rem;
	}
	& .views-row:not(last-child){
		margin-bottom: 2.5rem;
	}
}

/* eol vista grupos de investigación */
 
 

  
  
  
  
  
  
  
  
  
  
  
  
  
  