* {
  margin:0;
  padding:0;
  border:0;
  text-decoration:none;
}

.disabled{
  color: gray !important;
  border-color: gray !important;
  cursor: default;
}

html{
  overflow-y: hidden;

}

html, body{
  height: 100%;
}

@font-face {
    font-family: 'krunchbold';
    src: url('krunch_bold-webfont.woff2') format('woff2'),
         url('krunch_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'krunchbold_italic';
    src: url('krunch_italic-webfont.woff2') format('woff2'),
         url('krunch_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#container-home-octamotor{
  background:
    radial-gradient(black 15%, transparent 16%) 0 0,
    radial-gradient(black 15%, transparent 16%) 8px 8px,
    radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
    radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
  background-color:#282828;
  background-size:16px 16px;
  height:100%;
  width:100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  box-sizing: border-box;
}

#container-menu-octamotor{
  display:flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-basis: 50%;
  box-sizing: border-box;
}

#container-image-octamotor{
  flex-basis: 50%;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.octamotor-menu{
  width:80%;
  border: 3px solid;
  background-color:black;
  font-family: krunchbold;
  font-size: 2em;
  border-radius: 10px;
  padding:15px 0 15px 120px;
  margin:38px 10px 0px 40px;
  box-shadow: 0 0 3pt 2pt black;
  animation: appear 2s;
  box-sizing: border-box;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.octamotor-menu:hover::before{
  animation: spin 0.8s infinite linear;
  animation-fill-mode: forwards;
}

/* .paused::before{
  animation-play-state: paused;
}
 */


.octamotor-menu::before{
  content: url("/images/tire_blank.svg");
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-right: 20px;
  border-radius:50%;
  /* background-color:salmon; */
  position:absolute;
  left:20px;
  margin-top: -30px;
  /* transform: translateY(-40%); */
  box-shadow: 0 -1px 1px #fff, 0 1px 1px #000, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(0,0,0,0.8);
  animation: spin 2s ease 0.3s 1 normal;
  animation-fill-mode: forwards;
}

.orange::before{
  background-color: orange;
}

.orange{
  color:orange;
  border-color:orange;
}

.blue::before{
    background-color: deepskyblue;
}

.blue{
  color:deepskyblue;
  border-color:deepskyblue;
}

#logged-user{
  border-color:#A9A9A9 !important;
}

.white::before{
    background-color: white;
}

.white{
  color:white;
  border-color:white;
}

.yellow::before{
    background-color: yellow;
}

.yellow{
  color:yellow;
  border-color:yellow;
}

.red::before{
    background-color: red;
}

.red{
  color:red;
  border-color:red;
}

.purple::before{
    /* background-color: purple; */
    background-color: gray;
    animation: none !important;
}

.purple{
  color:purple;
  border-color:purple;
}

#foca-logo, #octamotor-logo{
  height:50%;
  width:100%;
  display: block;
  background-blend-mode: multiply;
}

#top-bar, #bottom-bar{
  background-color: gray !important;
  color:black !important;
}

#top-bar span{
  color: darkgray !important;
}

#botaoVoltar {
  background-color: black !important;
}

.hidden-button{
  position:absolute;
  width:200%;
  height: 200%;
  margin-left:-50%;
}


.icon{
  color:black !important;
}

#bottom-bar a:visited{
  color:darkgray !important;
}

#bottom-bar a{
  color:darkgray !important;
}

#container-image-octamotor{
  margin-right: 40px;
  margin-top:10px;
  margin-bottom:10px;
  position:relative;
  height:90%;
}

.image-wrapper{
  height:50%;
  margin: auto;
}


svg{
  fill:gray;
  filter: drop-shadow(10px 5px 4px black);
  display:block;
    margin: auto;
    height:100%;

}

#copyright-text::after{
  content: " and Zé D'Agostini";
}

.nav-item, .menu-toggle-button{
  color:black !important;
}

.nav-item:visited, .menu-toggle-button:visited{
    color:black !important;
}

.nav-item:hover, .menu-toggle-button:hover{
    color:#A9A9A9 !important;
    cursor:pointer !important;
}

.nav-item{
    background-color: #808080 !important;
}

nav{
  background-color: #808080 !important;
}

.blog-button:hover{
  filter: drop-shadow(20px 10px 4px black);
  cursor:pointer;
  position:relative;
}

.blog-button::before{
  content: "Blog da";
  font-family: 'krunchbold';
  position:relative;
  top:80px;
  left:20%;
  font-size:2em;
  color:#eee;
}

.blog-button{
  display:inline-block;

}

.blog-button svg{
  fill:#eee;
  margin-top:70px;
}




@media only screen and (max-width: 600px) {
  #container-home-octamotor{
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    width:auto;
  }

  .octamotor-menu{
    font-size:1.5em;
    padding-left:90px;
    margin-bottom:25px;
  }

  body{
    height: auto;
    width: auto;
  }

  svg{
    width: 211px !important;
  }

  .image-wrapper{
    max-width:100%;
    box-sizing:content-box;
  }

  .blog-button::before{
    content: "Blog da";
    font-family: 'krunchbold';
    position:relative;
    top:0px;
    left:20%;
    font-size:1.5em;
  }

  .blog-button{
    margin-top:60px;
    margin-bottom:60px;
    /* height:200px; */
  }
}
