.image-block-fundazioa {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 187px;
    float:left;
    min-width: 300px;
    height: 500px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
  }
  .image-block-fundazioa:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }
  .image-block-fundazioa:hover h1 {
    opacity: 0;
    transform: scale(0.7);
  }
  .image-block-fundazioa:hover img {
    transform: scale(1.25);
  }
  .image-block-fundazioa:hover figcaption {
    bottom: 0;
  }
  .image-block-fundazioa h1 {
    position: absolute;
    top: 50px;
    left: 20px;
    margin: 0;
    padding: 0;
    color: white;
    font-size: 40px !important; 
    font-weight: 100;
    line-height: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.25s ease;
    z-index: 999;
  }
  .image-block-fundazioa img {
    height: 100%;
    transition: 0.25s;
    filter: brightness(50%);
  }
  .image-block-fundazioa figcaption {
    position: absolute;
    bottom: -25%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 30px;
    background-color: #0058b1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    color: white;
    line-height: 1;
    transition: 0.25s;
  }
  .image-block-fundazioa figcaption h3 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 26px;
  }
  .image-block-fundazioa figcaption p {
    font-size: 14px;
    line-height: 1.75;
  }
  .image-block-fundazioa figcaption button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
    padding: 10px 30px;
    background-color: white;
    border: none;
    border-radius: 5px;
    color: #0058b1;
    font-size: 14px;
    cursor: pointer;
  }
  
  /* PROGRAMEN ORRIKO ESTILOAK*/
  .container_programa {
    text-align: center;
    color: var(--color);
    width: 100%;
    min-height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    color: white;
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.73)) ,url(http://cdnpre.realsociedad.eus/Uploads/realSociedad/sareak_1.jpg?1770621514091);
    
  /*  this is where the magic happens:  */
    background-attachment: fixed;
  }
  
  .h1_programa {
    font-weight: 700;
    font-size: 3rem;
  }
  
  .p_programa {
    max-width: 80%;
    line-height: 1.5;
    
  }
  .desc_programa
  {
      max-width: 80%;
      text-align: left !important;
      font-size: 22px;
  }
  
  .a_fundazioa {
    display: inline-block;
    padding: 1em 3.5em;
    background-color: #0058b1;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0.3em;
    font-weight: 700;
    letter-spacing: .5px;
    font-size: .875rem;
  }
  
  .blank_programa,
  .other {
    width: 100%;
    min-height: 40vh;
    background-color: #0058b1;
    color: white;
    padding: 30px;
    display:flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center
  }
  
  .blank_programa >p
  {
      max-width: 90%;
  }
  
  .second {
    background-image:url(http://cdnpre.realsociedad.eus/Uploads/realSociedad/sareak_2.jpg?1770621514091);
    background-attachment: fixed;
    height: 1200px;
  }
  
  .h3_programa {
    font-weight: 700;
    font-size: 1.6rem;
    margin-top: 1em;
  }
  
  .card_prorgama > a {
    margin-bottom: 2em;
    margin-left: 2em;
    color: black;
  }
  
  .card_prorgama > h3
  {
      color: black;
  }
  
  .item_programa {
    display: flex;
    max-width: 840px;
    width: 80%;
    aspect-ratio: 16/9;
    background-color: white;;
    flex-direction: column;
    align-items: center;
    border-radius: .5em;
    -webkit-box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
    box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
    margin-bottom: 30px;
    margin-top: 10px;
  }
  
  .img {
    width: 90%;
    height: 200px;
    background-color: lightgrey;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
    border-radius: .3em;;
  }
  
  .second {
    flex-direction: row;
    gap: 1.6em;
  }
  .helpers_programa
  {
      font-size: 25px;
      font-weight: bold;
  }
  * {
    box-sizing: border-box;
  }
  
  /* Create two equal columns that floats next to each other */
  .column_programa {
    float: left;
    width: 50%;
    padding: 10px;
    
    height: 200px; /* Should be removed. Only for demonstration */
  }
  
  /* Clear floats after the columns */
  .row_program:after {
    content: "";
    width: 700px;
    display: table;
    clear: both;
  }
  .helper_logo
  {
      width: 250px;
      height: auto;
      margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .helper_logo2
  {
      width: 250px;
      height: auto;
      margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .iframe_programa
  { 
    width: 100%;
    aspect-ratio: 16/9;
  }  
  @media only screen and (max-width: 600px) {
    .desc_programa
    {
        font-size: 16px;
        max-width: 90% !important;
    }
    .item_programa {
      width: 90% !important;
      margin-bottom: 10px;
      margin-top: 10px;
    }
  }