body {
    margin: 0;
    padding: 0;
    background-color:#f6f6f6 !important;
    overflow: hidden;
}

.container {
    position: relative;
    overflow: hidden;
}


.aldatu{
    position:relative;
}

.albistetxiki{
    position: relative;
}

.texto-1 { /* 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:fixed;
    right: 50px;
    top:40px;
    z-index: 1;
}*/


  
.cuadrado{ /* beheko 11 logoa */
    position: fixed;
    bottom: 0;
    left:0;
    z-index: 1;
    
}
.imagen-2 {  /* orri osoko albistea */
    /*intelsat-2024*/
    /*position: absolute;*/
    position: fixed;
    top: 80px; 
    left: 900px; 
    width: 650px; 
    height: 950px;
    border: 5px solid #34b233;
    box-shadow: -30px 30px 100px black;
    animation: fadeInRightBig 2s;
 

}

.imagen-1 {  /* albisteko argazkia*/
    /*intelsat-2024*/
    /*position: absolute;*/
    position: fixed;
    top: 300px; 
    left: 150px; 
    width: 600px; 
    height: 400px;
    animation: fadeIn 4s;
   
}
.texto-3 { /* albistearen textua */
    /*intelsat-2024*/
    /*position: absolute;*/
    position: fixed;
    top: 700px; 
    left: 150px; 
    font-size: 30px; 
    width: 600px;
    font-family: Arial, sans-serif; 
    font-weight: bold;
    animation: fadeIn 4s;
}

.imagen-3 { /* logoa */
    /*intelsat-2024*/
    /*position: absolute;*/
    position: fixed;
    top: 200px; 
    left: 150px; 
    width: 120px;
    animation: fadeIn 4s;
}






  /*@keyframes marquee { 
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
  }*/

  /*.mover {
    white-space: nowrap;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 25px;
    animation: marquee 100s linear infinite;
    
  }*/