.paragraph--type--cubos .bloque-cubos .field--name-field-imagen-bolo img {
    max-height: none!important;
    height: auto!important;
}

.paragraph--type--cubos .bloque-cubos .imag-cubo a {
    margin-top: 4rem;
    display: block;
    margin-left: 4rem;
    margin-bottom: 4rem;
    border-radius: 50px;
    overflow: hidden;
}

.paragraph--type--cubos p:has(.botonr2s) {
	margin-bottom: 0!important;
}

@media (max-width: 720px) {
    .paragraph--type--cubos .bloque-cubos.layout-2 .custom-cubo {
      grid-template-columns: 100%;
    }
    .paragraph--type--cubos .bloque-cubos .imag-cubo a {
			margin: 4rem;
    }
}

.paragraph.fullsize.cabecera {
  background: #2A7B9B;
	background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%)
}

.paragraph--type--cubos .bloque-cubos.layout-2.contorno .field--name-field-cubos-texto > .field__item:hover {
    border: 1px solid #57C785;
}

.region-content{
  & .cabecera{
    & .imag-fondo {
      position: absolute;
      top: 0;
      right: 0;
      left: auto;
      height: 100%;
      width: 50%;
      z-index: 1;
      & img{
        filter: none;
        opacity: 0.5;
      }
    }
    & .texto-parrafo{
      position: relative;
      border-bottom: 1px solid #2d809a;
      z-index: 8;
      &:before{
        position: absolute;
        background: url(https://ucc.unizar.es/sites/ucc/files/archivos/semana-ciencia/2025/rincon_semana_2024.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;
        opacity: 1;
        border: 12px solid #25ACE7;
      }
      &: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!important;
        line-height: 1!important;
        margin: 4rem 0 0!important;
        padding-bottom: 0!important;
        font-weight: 900 !important;
        letter-spacing: 7px !important;
      }
      & h2 {
        margin-top: 1rem!important;
          text-transform: uppercase!important;
          font-weight: 100!important;
          font-size: 2rem!important;
          letter-spacing: 18px!important;
        
      }
      & img.logounizar{
        max-width: 22rem;
        z-index: 7;
        position: relative;
      }
      & p{
        font-size: 2.3rem !important;
        font-weight: 200!important;
        line-height: 1.2!important;
        width: 60%;
      }
    }
  }
}