.texto-buru {
    /*intelsat-2024*/
    /*position: absolute;*/
    position: fixed;
    top: 15px;
    left: 100px;
    /*intelsat-2024*/
    /*font-size: 55px;*/
    font-size: 65px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #505050;
}
.data {
    /*position: absolute;
    top: 930px;*/
    position: fixed;
    bottom: 60px;
    /*intelsat-2024*/
    /*left: 100px;*/
    left: 95px;
    font-size: 30px;
    /*font-size: 28px;*/
    font-family: Arial, sans-serif; 
    font-weight: bold;
    z-index: 1;
}
.imagen-4 {  /* logo 11 txuria */
    /*intelsat-2024*/
    /*position: absolute;
    top: 890px; 
    left: 1700px;
    */
    position: fixed;
    bottom: 60px;
    right:125px;
    width: 100px;
    z-index: 1;

}
.naizirratia{
    position:fixed;
    right: 50px;
    /*intelsat-2024*/
    /*top:20px;*/
    top: 0;
    z-index: 1;
}
.custom-hidden{

    display: none !important;
}

.sarrerako-bideoa{
  width: 100%;
  position: fixed;
  left: -30px;
  top: -20px;
}

/*  beheko barra*/
.noticia {
    position: fixed;
    bottom: 0;
    left: 350px;
    height: 78px;
    background-color: #D3D3D3;
    text-align: center;
    width: 100%;
}
.text-align-right{

    text-align: right;
}
.container{

    max-width: 100% !important;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.marquee {
    width: 100%;
    height: 90px;
    border-top: 3px solid gray;
    border-bottom: 3px solid gray;
    overflow: hidden;
  }
  
  .marquee li {
    /*intelsat-2024*/
    /*font-size: 50px;*/
    font-size: 25px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    /*intelsat-2024*/
    padding-top: 1.0rem;
  }
  
  .marquee__content {
    display: flex;
    list-style: none;
    animation: scrolling 50s linear infinite;
  }
  
  .marquee__item {
    flex-shrink: 0;
  }
  
  /* beheko letrak horizontalean mugitzeko*/
  @keyframes scrolling {
    0% { transform: translateX(100%) }
    100% { transform: translateX(-100%) }
  }