.o-content--full {background-color: #f2f6fd;}
.c-detail {
    display: flow-root !important;}
article.special {
  margin: .5rem 0 5rem;
  background-color: #f2f6fd;
}
.trustproject_logo,
.author-info {
  display: none !important;
}
.content-title-h1 {
  width: fit-content !important;
  max-width: 65rem !important;
  color: #f2f6fd !important;
  background-color: #0b419b !important;
}
.paragraph-special {
  max-width: 65rem !important;
  color: #000 !important;
}
.apertura-videos {
  display: flex;
  justify-content: center;
  gap: 4rem;
  padding-top: 2rem;
  background: url(https://imagenes.20minutos.es/uploads/imagenes/2025/12/23/694a86f8a57618-41863355.png) no-repeat top center;
  background-size: contain;
  width: 150rem;
}
.composite-richtext {
    display: flex;
    flex-direction: column;
    margin: 0 1.5rem 2rem;
    position: relative;
    width: auto;
    grid-gap: 2rem;
    gap: 2rem;
    max-width: 70%;
    justify-self: center;
}
.claim1 {
  margin-top: 10rem;
}
.claim1 span {
  font-size: 2.8rem;
  color: #0b419b;
}
.claim2 {
  margin-top: 10rem;
  margin-bottom: 5rem;
}
.claim2 span {
  font-size: 3.5rem;
  color: #f2f6fd;
  background-color: #0b419b;
}
.claim3 {
  margin-top: 10rem;
  margin-bottom: 5rem;
}
.claim3 span {
  font-size: 3.5rem;
  color: #f2f6fd;
  background-color: #0b419b;
}
.claim2 h1 {
  font-size: 3.5rem;
  color: #f2f6fd;
  background-color: #0b419b;
}
.video-iframe {
  display: grid;
  grid-template-columns: 1.8rem auto 1.8rem;
  grid-template-rows: 5.5rem auto 7rem;
  justify-items: center;
  width: 31.6rem;
  min-width: 31.6rem;
  height: 66rem;
  background: url(https://imagenes.20minutos.es/uploads/imagenes/2025/12/23/694a93f07877c2-34874452.png) no-repeat top center;
  background-size: 100%;
}
.movil {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  width: 95% !important;
  height: 54rem !important;
  background-size: 100%;
}
.composite-related.composite-related-slider {
    max-width: 60rem!important
    width: 100%;
}
.c-detail__media__txt {
  display: none;
}
@media (min-width: 1300px) and (max-width: 1499px) {
  .apertura-videos {
    background-size: contain;
  }
}

@media (min-width: 769px) and (max-width: 1299px) {
  .apertura-videos {
    background-size: contain;
    background-position: center bottom;
  }
}

@media only screen and (max-width: 768px) {
  article.special {
    padding-bottom: 3rem;    
  }
  .apertura-videos {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
    background: url(https://imagenes.20minutos.es/uploads/imagenes/2025/12/23/694a86c9854b01-27032075.png) no-repeat top center; 
    background-size: 50rem;
  }
  .claim1 {
    margin-top: 3rem;
  }
  .claim3 {
    display: none;
  }
  .claim2 span {
    font-size: 2.5rem;
    margin-top: 0rem !important;
  }
  .claim2 {    
  text-align: center;
  margin-bottom: 0rem !important;
}
  .content-title-h1 {
    font-size: 2rem !important;
  }
}