@viewport {
    zoom: 1.0 !important;
    width: device-width !important;
}

@import url("https://fonts.googleapis.com/css?family=Cardo|Pathway+Gothic+One");

@font-face {
    font-family: "Phenomena";
    src: url("../fonts/Phenomena-Regular.otf");
}

html {
    scroll-behavior: smooth;
  }

body {
    margin: 0;
}

a:link {
    text-decoration: none;
    color: grey;
}

a:visited {
    text-decoration: none;
    color: grey;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

@media screen and (max-width:900px) {
    #sidebar {
        display: none;
    }

    #video {
        display: none;
    }

    body {
        background-image: url('../img/escada.jpeg');
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 700px;
    }

    .botoes {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        width: 250px;
        height: 250px;
        background-color: rgba(255, 255, 255, 0.4);
        border-radius: 50% 50% 0% 50%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    }

    #fciunb {
        z-index: 1;
        position: fixed;
        top: 1em;
        right: 1em;
        width: 20%;
    }
}

@media screen and (min-width:901px) {

    .botoes {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        width: 660px;
        height: 660px;
        background-color: rgba(255, 255, 255, 0.4);
        border-radius: 50% 50% 0% 50%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
        animation: wait 10000ms, fade-in 5000ms 5000ms;
    }
}

@keyframes wait {

    0%,
    100% {
        opacity: 0;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.7;
    }
}

@keyframes fade-in-out {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in-out {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

#video {
    position: fixed;
    top: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

#fciunb {
    z-index: 1;
    position: fixed;
    top: 1em;
    right: 1em;
    width: 20%;
}

#logo {
    position: relative;
    z-index: 1;
    width: 85%;
    top: 12%;
    margin-left: 7%;
}

#botao3d {
    position: relative;
    left: 30%;
    top: 15%;
    z-index: 2;
    width: 28%;
}

#botao2d {
    position: relative;
    left: 20%;
    top: 15%;
    z-index: 3;
    width: 28%;
}

#sidebar {
    border-radius: 0 10px 10px 0;
    background-color: #ffffffc7;
    position: fixed;
    top: 30%;
    width: 36px;
    height: 286px;
    padding-left: 10px;
    padding-top: 25px;
    font-size: 1.5em;
    animation: wait 6000ms, fade-in 4000ms 6000ms;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width:900px) {

    #fciunb {
        z-index: 1;
        position: fixed;
        top: 1em;
        right: 1em;
        width: 60%;
    }

}