@font-face {
    font-family: 'GeographEditBlackBold';
    src: url(font/GeographEditBlackBold.ttf);
}


body {
    width: 100%;
    margin: 0 auto;
    background-image: url(background-lego.jpg);
}

.header {
    width: 100%;
    height: 35px;
    margin: 0 auto;
    background-color: black;
    overflow: hidden;
}

.header .container-name {
    width: 7000px;
    height: 30px;
    position: relative;
    left: 0;
    background-image: url(recorte-a.jpg);
    background-size: auto;
    background-position: top;
    background-repeat: repeat-x;
    animation: rule 75s infinite;
}

@keyframes rule {

    0% {
        left: 0px;
    }
    
    100% {
        left: -5100px;
    }
}

#futures {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}

#futures .logo {
    width:  209px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

#futures h2 {
   font-family: 'GeographEditBlackBold';
   font-size: 22px;
   color: black;
   width: 300px;
   margin: 0 auto;
   margin: 0 auto;
   text-align: center;
   font-weight: 600;
   margin-top: 20px;
}

#futures .line-social {
    width: 100%;
    height: 35px;
    background-color: black;
    margin-top: 35px;
}

#futures .line-social .social-container {
    width: 220px;
    height: 34px;
    margin: 0 auto;
    display: flex;
    text-align: center;
}

#futures .line-social .social-container .social {
    margin: 0 auto;
    width: 40px;
    height: auto;
    transition: all .3s ease-in-out;
}

#futures .line-social .social-container .social img {
    width: 95%;
}

#futures .line-social .social-container .social:hover {
    transform: scale(1.1) rotate(15deg);
    filter:saturate(100%);
}


