body {
    margin: 0;
    padding: 0;
    background-color:#f6f6f6;
}
@keyframes marquee { /* beheko letrak horizontalean mugitzeko*/
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }

.container {
    position: relative;
    overflow: hidden;

}
.aldatu{
    position: relative;
}


/* logo 11 txuria */
/*.imagen-4 {  
    position: fixed;
    top: 890px; 
    left: 1700px; 
    width: 100px;
    z-index: 1;
}*/
/*.naizirratia{
    position:fixed;
    right: 50px;
    top:40px
}*/
/*.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;
}
/*.data {
    position: fixed;
    top: 930px;
    left: 100px;
    font-size: 30px; 
    font-family: Arial, sans-serif; 
    font-weight: bold;
}*/
.imagen-2 {  /* zinta */
    position: fixed;
    /*intelsat-2024*/
    /*top: 220px;*/
    top: 210px; 
    left: 130px; 
    width: 1600px; 
    height: 700px;
    border: 5px solid #34b233;
    box-shadow: -20px 10px 100px black;
    animation: fadeInUpBig 2s;
    overflow: hidden;
}
.argazkia{
    /*position:absolute;
    top:0;
    left: 0;*/
    /*width: 800px;
    height: 100%;*/
    width: 100%;
}
.eguna{
    /*intelsat-2024*/
    /*position: absolute;
    top:5px;
    right:20px;*/
    font-size: 35px;
    font-family: Arial, sans-serif; 
    font-weight: bold;
}
.izenburua{
    /*position: absolute;
    top:60px;
    left:830px;*/
    font-size: 50px;
    font-family: Arial, sans-serif; 
    font-weight: bold;
}
.marra{
    /*position: absolute;
    top:200px;
    left:830px;*/
    height: 3px;
    width: 100%;
    background-color: #c9c9c9;
}
.texto{
    /*position: absolute;
    top:180px;
    left : 830px;*/
    font-size: 50px;
    font-family: Arial, sans-serif; 
    font-weight: bold;
}
.imagen-3 { /* logoa */
    position: fixed;
    /*intelsat-2024*/
    /*top: 130px;*/
    top: 100px;  
    left: 1550px; 
    width: 150px;
    /*intelsat-2024*/
    /*OHARRA::::Komentatu egin da*/ 
    /*height: 60px;*/
    animation: fadeIn 2s;
   
}
.texto-2 { /* Gaur egunez*/
    position: fixed;
    top: 90px; 
    /*intelsat-2024*/
    /*left: 130px;*/
    left: 100px;
    /*intelsat-2024*/ 
    /*font-size: 45px;*/
    font-size: 35px;
    font-family: Arial, sans-serif; 
    font-weight: bold; 
    color: #505050;
}
.salida{
    animation: fadeOut 2s;
}
/*intelsat-2024*/
.col-efemerideak-eskubi{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
/*.col-efemerideak-argazki{

    padding-top: 5% !important;
}*/