body {
    margin: 0;
    padding: 0;
    background-color:#f6f6f6 !important;
    overflow: hidden;
}
@keyframes marquee { /* beheko letrak horizontalean mugitzeko*/
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  @keyframes move2 {
  
    16% {left: 700px;}
    32% {left: 700px;}
    48%{left: 1250px;}
    64%{left: 1250px;}
    80%{left: 1800px;}
    100%{left: 1800px;}
  }
  @keyframes move1 {
    16%{left: 1250px;}
    32%{left: 1250px;}
    48%{left: 1800px;}
    64%{left: 1800px;}
    80%{left: 2350px;}
    100%{left: 2350px;}
  }
    @keyframes move3 {
  
    16%{left: 150px;}
    32%{left: 150px;}
    48%{left: 700px;}
    64%{left: 700px;}
    80%{left: 1250px;}
    100%{left: 1250px;}
    
  }
  @keyframes move4 {
    16%{left:-400px;}
    32%{left:-400px;}
    48%{left: 150px;}
    64%{left: 150px;}
    80%{left: 700px;}
    100%{left:700px;}
  }
  

.container {
    position: relative;
   
}
.aldatu{
    position:relative;
    
}

.texto-1 { /* izenburua  */
    position: fixed;
    top:0;
    left:0;
}

/* logo 11 txuria */
/*.imagen-4 {  
    position: absolute;
    top: 890px; 
    left: 1700px; 
    width: 100px;
    z-index: 1;

}*/
/*  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;
    
}*/
/* beheko 11 logoa */  
.cuadrado{ 
    position: fixed;
    bottom: 0;
    left:0;
    z-index: 1;
    
}
/*.data {
    position: absolute;
    top: 930px;
    left: 100px;
    font-size: 30px; 
    font-family: Arial, sans-serif; 
    font-weight: bold;
    color: #505050;
    z-index: 1;
}
*/
.karratua1{     
    position: fixed;
    left: 700px;
    background-color:  white  ;
    border: 5px solid #34b233;
    box-shadow: -50px 50px 100px black; 
    overflow: hidden;
    
}
.karratua2{     
    position: fixed;
    left: 165px;
    background-color:  white  ;
    border: 5px solid #34b233;
    box-shadow: -50px 50px 100px black; 
    overflow: hidden;
}


.karratua3{     
    position: fixed;
    left: -370px;
    background-color:  white  ;
    border: 5px solid #34b233;
    box-shadow: -50px 50px 100px black;
    overflow: hidden;
}
.karratua4{     
    position: fixed;
    left: -870px;
    background-color:  white  ;
    border: 5px solid #34b233;
    box-shadow: -50px 50px 100px black;
    overflow: hidden;
}

/*intelsat-2024*/
.karratua-active{

    top: 200px;
    /*width: 450px !important;
    height: 600px !important;*/
    /*animation: karratua-scale-active 4s ease;
    -webkit-animation:karratua-scale-active 4s ease;*/
    scale: 1.15;
}
/*intelsat-2024*/
.karratua{

    top: 245px;
    /*width: 382px;
    height: 510px;*/
    width: 450px;
    height: 600px;
    transition: scale 1s;
}

.argazkia{
    position:absolute;
    top: 0;
    left: 0;
    /*height: 300px;*/
    height: 275px;
    width: 100%;
}

.eginkizuna {
    position: relative;
    top: 275px;
    text-align: center;
    font-size: 25px;
    font-family: Arial, sans-serif;
}

.izenburua{
    position: relative;
    top: 250px;
    text-align: center;
    font-size: 2em; 
    font-family: Arial, sans-serif; 
    font-weight: bold;
   
}
.lekua{
    position: relative;
    top: 230px;
    text-align: center;
    font-size: 1.5em; 
    font-family: Arial, sans-serif; 
    font-weight: bold;
}
.eguna{
    position: relative;
    top: 230px;
    text-align: center;
    font-size: 1.2em; 
    font-family: Arial, sans-serif; 
    font-weight: bold;
   
}
.ordua{
    position: relative;
    top: 210px;
    text-align: center;
    font-size: 1.2em; 
    font-family: Arial, sans-serif; 
    font-weight: bold;
}
/*.custom-animation{
    animation: slideInUp 5s;
}*/
.custom-animation1{
    animation: slideInUp 1s;
}
.custom-animation2{
    animation: slideInUp 2s;
}
.custom-animation3{
    animation: slideInUp 3s;
}
.custom-animation4{
    animation: slideInUp 4s;
}
.karratua-move1{
    animation: move1 20s;
}
.karratua-move2{
    animation: move2 20s;
}
.karratua-move3{
    animation: move3 20s;
}
.karratua-move4{
    animation: move4 20s;
}
/*@keyframes karratua-scale-active {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.15);
    }
}*/