body {
    margin: 0;
    padding: 0;
    /*intelsat-2024*/
    /*OHARRA::::width eta heigth komentatu egin dira*/
    /*width: 1920px;
    height: 1080px;*/
    background-color: #f6f6f6 !important;
    overflow: hidden;
}

.container {
    /*position: relative;*/
    position: absolute;
    left: 0px;
}

.aldatu{
    position:fixed;
    left: 0;
    top: -25px;
}

/* beheko letrak horizontalean mugitzeko*/
/*    
@keyframes marquee {

    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}*/

/* logo 11 txuria */
/*.imagen-4 {
    position: absolute;
    top: 890px;
    left: 1700px;
    width: 100px;
    z-index: 1;
}*/

/*OHARRA::::uste dut bukaeran kk duenez, ez dela erabiltzen*/
.naizirratiakk {
    position: absolute;
    right: 50px;
    top: 20px
}

.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;

}

/*intelsat-2024*/
/*OHARRA::::.data class orain tb30.css-etik iarkurtzen da*/
/*.data {
    text-transform: capitalize;
    position: absolute;
    top: 960px;
    left: 100px;
    font-size: 30px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}*/

.cam0 {
    position: absolute;
    top: 120px;
    left: 0px;
    width: 1350px;
    height: 840px;
    animation: fadeInDownBig 2s;
}

.cam1 {
    position: absolute;
    top: 120px;
    left: 1350px;
    width: 720px;
    height: 420px;
    animation: fadeInUpBig 2s;
}

.cam2 {
    position: absolute;
    top: 540px;
    left: 1350px;
    width: 720px;
    height: 420px;
    animation: fadeInUpBig 2s;
}

.label0 {
    position: absolute;
    top: 140px;
    left: 100px;
    background-color: #f0f0f0;
    width: 160px;
    height: 40px;
    font-size: 30px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    border-radius: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeInUpBig 2s;
}

.label1 {
    position: absolute;
    top: 140px;
    left: 1450px;
    background-color: #f0f0f0;
    width: 160px;
    height: 40px;
    font-size: 30px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    border-radius: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeInUpBig 2s;
}

.label2 {
    position: absolute;
    top: 550px;
    left: 1450px;
    background-color: #f0f0f0;
    width: 160px;
    height: 40px;
    font-size: 30px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    border-radius: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeInUpBig 2s;

}

.salida {
    animation: fadeOutUpBig 2s;
}