@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Spectral+SC');

body, html {
  height: 100%;
  margin: 0;
  font: 400 16px/1.3 'Spectral SC', 'Open Sans', Arial;
    
  color: #777;
}


section{
    margin: 0;
}

#header{
    position: absolute;
    transform: translateY(120%) translateX(3%);
    width: 42%;
    color: white;
    background-color:#282E34;
    text-align:center;
    opacity:0;
    padding:26px 23px;
    text-align: justify;
    z-index:10;
    display:flex;
    flex-direction:row;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #003;
}

#header img{
    margin-right: 25px;
}

#header h1{
    font-size: 2em;
}

#header p{
    margin: 0 0; 
}

.nome{
    font-size: 3em;
    margin: 5px 0;
}

.parallaxBanner{
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat; 
  background-size: cover; 
  z-index: 2;
}

.parallaxSpace{
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat-y; 
    z-index: 2;
    display:flex;
    min-height: 38vh;
    align-items: center;
    justify-content: center;
}

.bgimg-1 {
  
  min-height: 50%;

}

.midBanner
{
    min-height: 300px;
}

.textoSeparador {
  flex-flow: column;
  left: 0;
  align-items: center;
  align-content: center;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
  z-index: 50;
}
.video{
    position: relative;
    opacity: 0.65;
    width: 100vw;
}

.textoSeparador span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}


#parallaxvideo {
    
    background-size:contain;
    position: fixed;
    top: 50%; 
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%; 
    min-height: 100%; 
    width: auto; 
    height: auto;
    z-index: 1;
}




.relativeDiv{
    z-index: 50;
    position:relative;
}

.downloadButton{
    border:2px solid #faf0df;
    font-weight: bold;
    text-transform: uppercase;
    width:10vw; 
    min-width: 200px;
    padding: 3vh 3vw; 
    text-align:center;
    transition: all ease 0.8s;
    color:#faf0df;
    margin-top: 10px;
}

.downloadAnchor{
    color:#faf0df;
}
.downloadButton:hover{
    color:#000;
    background-color: #faf0df;
    box-shadow: inset 16vw 0 0 0 #faf0df;
}

#buttonrow{
display: flex;
flex-direction: row;
justify-content: space-around;
}
.arquitetura{
    border: 1px solid red;
    height: 50%;
    padding: 0 1.5vw;
    transition: all ease 0.8s;
    width:0vw;
    padding: 0;
}

.arquitetura:hover{
    width:3vw;
}
.img-profile {
    border-radius: 50%;
}
.img-profile:hover{
  border-radius: 50%;
    border: 1 solid white;
}

.postContent{
    display:flex;
    justify-content: center;
    flex-flow: column;
    margin-left: 2vw;
    width:95%;
}

.post{
    display: flex;
    flex-flow: row;
    color:#ddd;
    background-color:#282E34;
    text-align:center;
    padding:0x;
    text-align: justify;
    z-index: 51;
    position: relative;
}

.post h1{
    font-size: 1.6em;
    margin: 0.41em 0;
}

.post-reverse{
    display: flex;
    flex-flow: row-reverse;
    color:#ddd;
    background-color:#282E34;
    text-align:center;
    padding:0x;
    text-align: justify;
    z-index: 51;
    position: relative;
    text-align: right;
}

.post-reverse .postContent{
    margin-right: 2vw;    
}

.postContent a{
    color:white;
}

.description{
    display: block;
    word-break: keep-all;
    font-size: 0.8em;
}

.postContent .description{
    margin-right: 8%;
}

.downloadButton a{
    color: inherit;
}

.destaque{  
    width: 33.33%;
    border:0px solid black;
    padding:0;
    z-index: 50;
    opacity: 0.72;
    transition: opacity 0.30s;
    transition-timing-function: ease-out;
}

.destaque:hover{
    opacity: 1;
}

.gameDiv{
    display:flex;
    flex-flow: column;
    align-items: center;
}

#tip{
    font-size: 1.1em;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#shortcutDiv{
    display:flex; 
    color:#ddd;
    background-color:black;
    text-align:center;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 50;
    position: relative;
}

.destaque img{
    width: 100%;
}

.videoContainer{
    min-width: 36vw;
    max-width: 36vw;
    display: block;
    background-color: whitesmoke;
}

.videoContainer video{ 
    width: 100%;
    height: 100%;
    display: block;
}

.endSection{
    height: 100vh;
}

.endSection #curriculumDiv{
    height:15vh;
}

.endSection #endingSwordDiv{
    height: 80vh;
}

#construct{
    padding-left: 0vw;
}

::-webkit-scrollbar {
    width: 12px;
    background:transparent;
}

::-webkit-scrollbar-track {
    background-color: rgba(170, 170, 170, 1); 
}

::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.774); 
} 


.sk-folding-cube {
    display:none;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    
    margin: auto auto 10vh auto;
    width: 40px;
    height: 40px;
    z-index: 100;
    position: fixed;
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
  }
  
  .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); 
  }
  .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  .sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
            transform: scale(1.1) rotateZ(90deg);
  }
  .sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
            transform: scale(1.1) rotateZ(180deg);
  }
  .sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
            transform: scale(1.1) rotateZ(270deg);
  }
  .sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; 
  }
  .sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  @-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
      -webkit-transform: perspective(140px) rotateX(-180deg);
              transform: perspective(140px) rotateX(-180deg);
      opacity: 0; 
    } 25%, 75% {
      -webkit-transform: perspective(140px) rotateX(0deg);
              transform: perspective(140px) rotateX(0deg);
      opacity: 1; 
    } 90%, 100% {
      -webkit-transform: perspective(140px) rotateY(180deg);
              transform: perspective(140px) rotateY(180deg);
      opacity: 0; 
    } 
  }
  
  @keyframes sk-foldCubeAngle {
    0%, 10% {
      -webkit-transform: perspective(140px) rotateX(-180deg);
              transform: perspective(140px) rotateX(-180deg);
      opacity: 0; 
    } 25%, 75% {
      -webkit-transform: perspective(140px) rotateX(0deg);
              transform: perspective(140px) rotateX(0deg);
      opacity: 1; 
    } 90%, 100% {
      -webkit-transform: perspective(140px) rotateY(180deg);
              transform: perspective(140px) rotateY(180deg);
      opacity: 0; 
    }
  }