.wrapper-cabecera-med {
  display: none;
}

#barra-sup,
#barra-sup:before {
    background: black;
}

.wrapper-cabecera-sup {
  border-bottom: 0;
}

.node .text-formatted.field div, .node .text-formatted.field p, .block .text-formatted.field p, .block .text-formatted.field div {
  line-height: 2.6rem;
  font-size: 1.7rem;
  font-weight: 400;
  color: #1c1c1c;
  margin: 2rem 0;
}

.paragraph--type--texto .field__item p {
    line-height: 2.6rem;
    font-size: 1.7rem;
    margin: 2rem 0;
    font-weight: 400;
    color: #1c1c1c;
}

@media (max-width: 992px){
	.menu-icon-unizar span,
	.menu-icon-unizar span::before,
	.menu-icon-unizar span::after{
	    background: white;
	}
	
	.icon-unizar-nombre:before{
	    color: white;
	}
}

@media (max-width: 768px) {
    .form-type-webform-likert table.sticky-header {
        display: table!important;
    }
}

.path-frontpage .region-content  h2 {
  letter-spacing: 6px !important;
}

.paragraph.fullsize.cabecera{
  background: #5985a1;
}

.region-content{
  & .cabecera{
    & .imag-fondo {
      position: absolute;
      top: 0;
      right: 0;
      left: auto;
      height: 100%;
      width: 50%;
      z-index: 1;
      & img{
        filter: grayscale(100%) invert(20%) sepia(28%) saturate(582%) hue-rotate(160deg) brightness(70%) contrast(75%) !important;
        opacity: 0.5;
      }
    }
    & .texto-parrafo{
      position: relative;
      border-bottom: 2px solid white;
      z-index: 8;
      &:before{
        content: "";
        position: absolute;
        background: url(https://fundraising.unizar.es/sites/fundraising/files/archivos/imagenes/manos.jpg);
        background-position: right;
        height: 250px;
        width: 250px;
        top: -5rem;
        left: -96px;
        z-index: -0;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 34rem;
        filter: grayscale(100%) invert(20%) sepia(28%) saturate(582%) hue-rotate(160deg) brightness(86%) contrast(86%);
        opacity: 1;
        border: 12px solid #6a95b0;
      }
      &:after{
        content: "";
        position: absolute;
        /* background: url(https://www.unizar.es/sites/www/files/2024-11/degradadouz-color3-01.png); */
        background-position: right;
        height: 380px;
        width: 380px;
        top: 0;
        left: -59px;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 34rem;
        background-color: white;
        opacity: 0.2;
      }
      & h1 {
        font-size: 5.4rem;
        line-height: 1;
        margin: 4rem 0 0!important;
        padding-bottom: 0!important;
        font-weight: 900 !important;
        letter-spacing: 11px !important;
      }
      & h2 {
        margin-top: 0rem!important;
        & span{
          color: hsl(0, 0%, 100%);
          text-transform: uppercase;
          font-weight: 100;
          font-size: 2rem;
          letter-spacing: 7px;
        }
      }
      & img.logounizar{
        max-width: 22rem;
        z-index: 7;
        position: relative;
      }
      & p{
        font-size: 2.4rem !important;
        font-weight: 200;
        line-height: 1.2;
      }
    }
  }
  & .explain{
    & .text-formatted{
      columns: 3;
      column-gap: 6rem;
      column-rule: dashed 1px #5985a1;
      @media (max-width: 1050px) {
        & {
          columns: 2;
        }
      }
      @media (max-width: 820px) {
        & {
          columns: 1;
        }
      }
    }
  }
  & .warning{
    & .text-formatted{
      & p{
        font-size: 2rem !important;
        line-height: 1.4 !important;
      }
    }
  }
  & .acordeoncustom{
  	.acordeon_1{
  		details{
  			 padding: 2.5rem 5rem 2.5rem 0;
  			 h4{
					font-weight: 100;
					font-size: 20px;
  			}
  		}
  	}
  }
  & .questions{
    position: relative;
    &:before{
      content: "";
      position: absolute;
      background: url(https://fundraising.unizar.es/sites/fundraising/files/archivos/imagenes/corazones.jpg);
      background-position: right;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: -0;
      background-repeat: no-repeat;
      background-size: cover;
      filter: grayscale(100%) invert(20%) sepia(28%) saturate(582%) hue-rotate(160deg) brightness(86%) contrast(86%);
      opacity: 1;
    }
  }
}  


.paragraph--type--texto .imag-fondo.low_brightness img {
  filter: brightness(0.5);
}


.accordion-toggle {
  padding: 30px 5rem 30px 0;
  font-size: 2.2rem;
  font-weight: 200;
}
