body {
    margin: 0;
    padding: 0;
    background-color:#f6f6f6 !important;
    overflow: hidden;
}

.container {
    position: relative;
}
@keyframes marquee { /* beheko letrak horizontalean mugitzeko*/
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
.aldatu{
    position: relative;
}

/*.izenburua
    position: fixed;
    top: 0;
    left: 0; 
}*/

/*  beheko barra*/
/*.noticia {  
    position: fixed;
    bottom: 0;
    left:350px;
    height: 78px;
    background-color:  #D3D3D3  ;
    text-align: center;    
}*/
/*.naizirratia{
    position:absolute;
    right: 50px;
    top:40px;
    z-index: 1;
}*/

/*.mover {
    white-space: nowrap;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 25px;
    animation: marquee 20s linear infinite;
}*/
  
.cuadrado{ /* beheko 11 logoa */
    position: fixed;
    bottom: 0;
    left:0;
    z-index: 1;
}
.imagen-2 {  /* zinta */
    /*intelsat-2024*/
    /*position: absolute;*/
    position: fixed;
    top: 300px; 
    left: 200px; 
    width: 1500px; 
    height: 400px;
    border: 5px solid #34b233;
    box-shadow: -50px 50px 100px black;
    animation: fadeInLeftBig 4s;
}

.imagen-3 { /* logoa */
    /*intelsat-2024*/
    /*position: absolute;*/
    position: fixed;
    top: 200px;
    left: 1600px;
    width: 100px;
    animation: fadeIn 8s;
}
.texto-2 { /* zintak eginiko data*/
    /*intelsat-2024*/
    /*position: absolute;*/
    position: fixed;
    top: 790px; 
    left: 200px; 
    font-size: 30px; 
    width: 500px;
    font-family: Arial, sans-serif; 
    animation: fadeInLeftBig 4s;
}
.texto-3 { /* ziten izena */
    /*intelsat-2024*/
    /*position: absolute;*/
    position: fixed;
    top: 750px; 
    left: 200px; 
    font-size: 30px; 
    width: 500px;
    font-family: Arial, sans-serif; 
    font-weight: bold;
    animation: fadeInLeftBig 4s;
}
.salida{
    animation: fadeOutRightBig 4s;
}