@font-face {
    font-family: "Gotham";
    font-weight: normal;
    src: url(../fonts/Gotham-Book.otf);
}

@font-face {
    font-family: "Ultra";
    font-weight: normal;
    src: url(../fonts/Gotham-Ultra.otf);
}

@font-face {
    font-family: "Bold";
    font-weight: normal;
    src: url(../fonts/Gotham-Bold.otf);
}

* {
    text-rendering: optimizeLegibility;
}

html {
    background: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    transition: all 0.2s;
}

body {
    width: 100vw;
    padding: 0;
    margin: 0 auto;
    font-family: Gotham;
    overflow-x: hidden;
}

.section {
    height: fit-content;
    /* overflow: hidden; */
}

body {
    margin: 0;
    background-color: black;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

#topbar {
    position: fixed;
    left: 0;
    top: 0;
    height: 90px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    opacity: 0;
    backdrop-filter: blur(8px);
    transition: all 0.2s;
}

.aviso #topbar {
    opacity: 1;
}

#topLogo {
    position: absolute;
    left: 2%;
    height: 100%;
    width: 200px;
    background: url(../images/logo2.svg) no-repeat center center / 70%;
    cursor: pointer;
}

#scene {
    display: flex;
    transform: scale(1.2);
    overflow: hidden;
}

#bisonte00 {
    width: 100vw;
    height: 100vh;
    background-image: url(../images/black.png);
    background-position: center;
    background-size: cover;
}

#bisonte01 div {
    width: 100vw;
    height: 100vh;
    /* background-image: url(../images/grupo_3.png); */
    background-position: center;
    background-size: cover;
    /* transform: scale(1.2) !important; */
    overflow: visible;
}

#bisonte01 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: visible;
    transform: scale(1.3);
    animation: anima 480s linear infinite forwards;
}

#bisonte02 div {
    width: 100vw;
    height: 100vh;
    background-image: url(../images/bisonte_compLogo.png);
    background-position: center;
    background-size: cover;
}

@keyframes anima {
    0% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1.3);
    }
}

#bisonte03 {
    width: 100vw;
    height: 100vh;
    mix-blend-mode: overlay;
    background-image: url(../images/noise.png);
    background-position: center;
    background-size: 700px;
    background-repeat: repeat;
}

#socials {
    display: flex !important;
    position: absolute;
    width: 180px;
    height: fit-content;
    justify-content: space-between;
    z-index: 99;
    transform: translateX(-50%);
    left: 50%;
    bottom: 10%;
}

#socials a {
    display: block;
    height: 30px;
    aspect-ratio: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

#socials a:hover {
    transform: scale(1.2);
}

#fb {
    background-image: url(../images/comp1.png);
}

#ig {
    background-image: url(../images/comp2.png);
}

#be {
    background-image: url(../images/comp3.png);
}

#in {
    background-image: url(../images/comp4.png);
}

.aviso {
    color: white;
    width: 90%;
    margin: 0 auto;
    padding: 50px 40px 80px;
    background-color: rgba(0,0,0,.5);
    text-align: justify;
}

.avisohtml {
    background-image: url(../images/logo3.png);
    background-repeat: repeat;
    background-size: 200px;
    background-position: center;
    background-attachment: scroll;
}

.aviso span {
    font-family: Ultra;
    display: block;
    margin: 30px 0 10px 0;
}

.avisoLogo {
    width: 100%;
    height: 70px;
    margin-top: 100px;
    margin-bottom: -100px;
    background-image: url(../images/logo2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.subtitle {
    display: block;
    margin: 150px auto 80px;
    text-align: center;
    font-size: 3em;
    font-family: Ultra;
    color: white;
}
