body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
  height: 100%;
  color: #ffd900;
  line-height: 1.8;
  font-weight: bold;
}

.fundo{
  background-color: #ad0d13;
}
/*.nav_top{border:none;display:inline-block; padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;white-space:nowrap}*/


/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}
.w3-red,.w3-hover-white:hover{color:#ffd900bd!important;background-color:#ad0d13!important}

.bar-block .bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}

.top_mob,.bottom{
  position:fixed;
  width:100%;
  z-index:1;
  font-size: 24pt;
  border:none;
  display:flex;
  justify-content:space-evenly;
  padding:8px 16px;
  vertical-align:middle;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  background-color:inherit;
  white-space:nowrap
}
.button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}

.titulo{
font-weight: bold;  
}

  .top_mob{top:0;}
  .bottom{bottom:0}
  .hover-red:hover{color:#ad0d13!important;background-color:#ffd900bd!important}
  .texto{
    text-align:justify!important;
  }
  .pad_rig{
    padding-right: 5px;
  }
  .pad_bot{
    padding-bottom: 15px;  
  }

/* Turn off parallax scrolling for tablets and phones */
/*@media only screen and (max-device-width: 1600px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
    min-height: 400px;
  }
}*/

@media only screen and (max-device-width: 1600px) {
  .bgimg-1{
    background-attachment:scroll;
    width: 100%;
}}


/*.teste{
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(15px);
}*/ 

