body {
  padding-bottom: 50px;
}

/* Page equip biennal */
.page-node-type-biennal-team .view-content,
.page-node-type-comite-cientific .view-content {
    display: flex;
    flex-wrap: wrap;
}

.page-node-type-biennal-team .page-header,
.page-node-type-comite-cientific .page-header {
    display: none;
}

.page-node-type-biennal-team h3,
.page-node-type-comite-cientific h3 {
    width: 100%;
    margin-bottom: 25px;
}

/* Page ultimes edicions */

.edicio-biennal-item {
  margin-bottom: 30px;
}

/* Footer */

.custom-footer .organizadores .field--label,
.custom-footer .con-la-ayuda .field--label,
.custom-footer .con-la-colaboracion .field--label {
  margin-bottom: 20px;
}

.custom-footer .organizadores .field--item,
.custom-footer .con-la-ayuda .field--item,
.custom-footer .con-la-colaboracion .field--item {
  margin-bottom: 30px;
}

#prefinalists-schools  {
  margin-top: 20px;
}

#prefinalists-schools,
#finalists-schools,
#finalists-barba {
  position: relative;
}

#prefinalists-schools table,
#finalists-schools table,
#finalists-barba table {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

#finalists-barba table td {
  padding: 8% 0;
  text-align: center;
  position: relative;
}

#prefinalists-schools table td {
  width: 18%;
  padding: 2%;
  position: relative;
}

#finalists-schools table td {
  width: 25%;
  padding: 2%;
  position: relative;
}

#prefinalists-schools table td[rowspan="4"] {
    width: 25%;
}

#finalists-schools table td[rowspan="3"] {
    width: 25%;
    padding: 8% 0;
}

#prefinalists-schools table td a,
#finalists-schools table td a,
#finalists-barba table td a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


#finalists-barba table tr:first-child td {
  width: 20%;
  padding: 4.5% 0;
}

.button-file {
  padding: 1rem;
  border: 2px solid #d09928;
  width: 10rem;
  margin: 3rem auto 0;
  text-align: center;
}
.button-file:hover {
  background-color: #d09928;
}
.button-file:hover a {
  color: white;
}

.mg-t-50 {
  margin-top: 50px;
}
.field--name-field-image-extra img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* FOOTER-EXTRA */
.footer-links .upper-line {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid black;
}

.footer-links .title-footer-links {
  text-transform: uppercase;
  font-size: 10px;
  font-family: "mn", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  font-weight: 500;
}

.footer-links .social-link-footer {
  padding-top: 10px;
}

.footer-links .social-icon-footer {
  display: inline-block;
  border: 1px solid black;
  border-radius: 50px;
  color: #532c03;
  width: 25px;
  height: 25px;
  text-align: center;
}

.footer-links .correus-contacte {
  margin-top: 10px;
}

.footer-links .seu-footer:not(:first-child) {
  margin-top: 20px;
}

.footer-links .correus-contacte {
  margin-top: 20px;
}

@media (max-width:992px) {
  .footer-links .title-footer-links {
    margin-top: 20px;
  }
}


/*MOUSE FOLLOWER*/
#circle {
  position: absolute;
  border: solid 1px #2D4F98;
  width: 10px;
  height: 10px;
  border-top-left-radius: 50%;  
  border-top-right-radius: 25%;  
  border-bottom-left-radius: 25%;  
  border-bottom-right-radius: 50%;  
  z-index: 999999;
  pointer-events: none;
  -webkit-transition: width .5s, height .5s; /* For Safari 3.1 to 6.0 */
  transition: width .5s, height .5s;
  mix-blend-mode: exclusion;
  background: #2D4F98;

}
#circle.inside-link {
  width: 30px;
  height: 30px;
}
