.st0{enable-background:new    ;}
.st1{clip-path:url(#SVGID_2_);enable-background:new    ;}
.st2{fill:#818182;}
.st3{fill:#858587;}
.st4{fill:#8A8A8B;}
.st5{fill:#7C7C7D;}
.st6{fill:#8A8A8C;}
.st7{clip-path:url(#SVGID_4_);enable-background:new    ;}
.st8{fill:#787879;}
.st9{fill:#89898A;}
.st10{clip-path:url(#SVGID_6_);enable-background:new    ;}
.st11{clip-path:url(#SVGID_8_);enable-background:new    ;}
.st12{fill:#E0E0E2;}
.st13{clip-path:url(#SVGID_10_);enable-background:new    ;}
.st14{fill:#636366;}
.st15{fill:#67676A;}
.st16{fill:#979797;}
.st17{clip-path:url(#SVGID_12_);enable-background:new    ;}
.st18{fill:#898989;}
.st19{fill:#848484;}
.st20{clip-path:url(#SVGID_14_);enable-background:new    ;}
.st21{fill:#6B6B6E;}
.st22{fill:#737376;}
.st23{clip-path:url(#SVGID_16_);enable-background:new    ;}
.st24{clip-path:url(#SVGID_18_);enable-background:new    ;}
.st25{fill:#727275;}
.st26{fill:#BABABF;}
.st27{clip-path:url(#SVGID_20_);enable-background:new    ;}
.st28{fill:#8E8E8E;}
.st29{fill:#939393;}
.st30{fill:#989898;}
.st31{fill:#999999;}
.st32{clip-path:url(#SVGID_22_);enable-background:new    ;}
.st33{fill:#F7F7F7;}
.st34{fill:#9B9B9B;}
.st35{clip-path:url(#SVGID_24_);enable-background:new    ;}
.st36{fill:#6F6F72;}
.st37{fill:#304C89;}
.st38{fill:#8F9EBF;}
.st39{fill:#FEFEFE;}
.st40{fill:#A0C0B4;}
.st41{fill:#A0CCDA;}
.st42{fill:#003459;}
.st43{fill:#007EA7;}
.st44{fill:#00A8E8;}
.st45{fill:#A23E48;}
.st46{fill:#004E89;}
.st47{fill:#6C8EAD;}
.st48{fill:#DFDFE2;}
.st49{fill:#BFBFC4;}
.st50{fill:#474747;}
.st51{fill:#A8ABCC;}
.st52{fill:#29327F;}
.st53{fill:#818188;}
.st54{fill:#0B2027;}
.st55{fill:#40798C;}
.st56{fill:#70A9A1;}
.st57{fill:#2A4494;}
.st58{fill:#0096DF;}
.st59{fill:#FFFFFF;}
.st60{fill:#8B8B92;}
.st61{fill:#74D2FF;}
.st62{fill:#3F7CAC;}
.st63{fill:#4392F1;}
.st64{fill:#1446A0;}
.st65{fill:#2A2A2D;}
.st66{clip-path:url(#SVGID_26_);enable-background:new    ;}
.st67{clip-path:url(#SVGID_28_);enable-background:new    ;}
.st68{fill:#8C8C8C;}
.st69{clip-path:url(#SVGID_30_);enable-background:new    ;}


svg {
    width: 95%;
    height: 95%;

    margin-top: 20px;
    margin-bottom: 20px;

}

#division{
    height: 100%
}

#Logo{
    animation-duration: 2.0s;
    animation-name: animateLogo;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
#Sombra{
    animation-duration: 2.0s;
    animation-name: animateSombra;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animateSombra{
    from {
        transform: translateX(0) translateY(0);
        opacity: 1;
    }
    to {
        transform: translateX(79.7px) translateY(-73px);
        opacity: 0;
    }
}

@keyframes animateLogo{
    from {
        transform: translateX(0) translateY(0);
    }
    to {
        transform: translateX(79.7px) translateY(-73px);
    }
}