@charset "UTF-8";
@font-face {
  font-family: Iokharic;
  src: url('../fonts/iokharic-font/Iokharic.ttf') format('truetype');
  font-family: Benguiat;
  src: url('../fonts/Benguiat.ttf') format('truetype');
  font-family: Tormenta;
  src: url('../fonts/Tormenta20.otf') format('opentype');
}
body{
  margin: 0;
  width: 100%;
}
body#index{
  background-color: black;
}
header{
  position: sticky;
  width:100% auto;
  overflow:hidden;
  height: 100%;
  top: 0;
	left: 0;
	right: 0;
}
ul.cabecalho {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}
li.sobe {
  float: left;
  border-right: 1px solid red;
}
li:last-child{
  border-right: none;
}

li a {
  display: block;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.sobe:hover, .sobe:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--hover);
}
.sobe {
  --hover: #94e458;
  transition: 0.45s;
}

.tormenta{
  padding-top: 200px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.logo{
  max-width: 729px;
  max-height: 248%;
  width: 80%;
  height: 50%;

}

h1.titulo{
  margin-top: 40px;
	padding-top: 20px;
	width: 100%;
	max-width: 800px;
}

span#Juanehugoevitin{
  font-size:7px
}





.manuais {
    max-width: 400px;
    max-height: 400px;
    width: auto;
    height: auto;
    padding: 10px;

}
.divmanual {
    display: inline-flex;

}

#prestigio{
    
    justify-content: center;
}



.caixabotaotormenta{
  text-decoration: none;
  margin-right: 100px;
  margin-left: 100px;
  margin-top: 100px;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.btn{
  font-family: 'Tormenta';
  text-decoration: none;
  padding: 9px;
  margin: 5px 2.5px 5px 2.5px;
  border-radius: 2px;
  background-color: transparent;
  border: 3px solid #333;
  transition: all 0.5s ease;
  cursor:pointer;
}
.btn:hover,
button:hover {
  outline: 0;
  color: #fff;
}
.btn:active,
button:active {
  outline: 0;
  color: #fff;
}
.btn a{
  text-decoration: none;
  color: #fff;
}

.botaotormenta {
  
  padding: 0.7em 1.5em;
  border: none;
  color: rgb(255, 255, 255);
  background: #ff412a;
  box-shadow: inset 0 0 0 0 #ff412a;
}
.botaotormenta:hover {
  box-shadow: inset 0 0 0 50px #dd1111;
}

footer{
  position: static;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100% auto;
  height: 100px;  
  color: #fff;
}

html, body {
  min-height: 100%;
}
body {
  padding: 0;
  margin: 0;
}

footer a{
color: rgb(255, 255, 255);
}

.rodape {
  font-family: 'Iokharic';
  margin: 0.5rem;
  height: auto;
  font-size: .8rem;
  text-align: center;
  min-width: 7rem;
  padding: 0.5rem;
  background-color: rgba(0,0,0,.6);
}


