
#loading{
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #000000
  url(https://mir-s3-cdn-cf.behance.net/project_modules/disp/430b7820146657.562e64b5e46a5.gif)
  no-repeat center;
  z-index: 99999;
}
#logo:hover{

}

#divzapsemadd {
  border-radius: 5px 5px 5px 5px;
  width: 400px;
  height: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #128C7E;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#divhistorico {
  background-color: #128C7E;
  text-align:center;
  width: 400px;
  margin: auto;
  padding: 10px;
}

a:link, a:visited {
  color: #DCF8C6;
  
}

p {
    margin: 10pt;
}

#logo {
    width: 150px;
    margin-top: 40px;
    height: auto;
}
body {
    background-image: url(bg3.jpg);
    background-color: #075E54;
    background-repeat: repeat;
    /* background-size: 225px; */
    color: #fff;
    font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 26px;
}

/* body:hover {  
  -webkit-animation: changeColor 10s infinite;
  animation: changeColor 10s ease infinite;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
*/
@-webkit-keyframes changeColor{
  0%{background: #075E54;}
  20%{background:#128C7E}
  40%{background:#25D366}
  60%{background:#DCF8C6}
  80%{background:#34B7F1}
  100%{background:#ECE5DD}
  }
@keyframes changeColor{
  0%{background-image: url(bg3.jpg), linear-gradient( -45deg, #075E54, #128C7E, #25D366, #34B7F1) ;}
  30%{background-image: url(bg3.jpg), linear-gradient( -45deg, #128C7E, #25D366, #34B7F1, #075E54) ;}
  60%{background-image: url(bg3.jpg), linear-gradient( -45deg, #25D366, #34B7F1, #075E54, #128C7E) ;}
  90%{background-image: url(bg3.jpg), linear-gradient( -45deg, #34B7F1, #075E54, #128C7E, #25D366) ;}
}

small{
    font-size: 12px;
}

input[type=button], input[type=submit], input[type=reset] { 
    background-color: #075E54;
    border: none;
    color: #fff;
    padding: 16px 32px;
    text-decoration: none;
    margin: 16px 2px;
    cursor: pointer;
    width: 10em;
    height: 4em;
    transition: 0.1s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 1px;
    
  }


input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {

  background-color: #00bfa5;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
 
  color: #fff;

}

input[type=text]{
    border: none;
    padding: 5px 10px;
    text-decoration: none;
    margin: 4px 2px;
    color: #555;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: .01em;
  }

  ::placeholder {
    font-style: italic;
    opacity: 0.5;
}

  input:focus::placeholder {
    color: #ffffff;
  }