#abinha {
  position: fixed;
  top: 60%;
  right: 0px;
  width: 215px;
  height: 56px;
  display: flex;
  justify-content: flex-end;
  font-family: Oswald;
  align-items: center;

}
#quadro-missao{
  background-color: #F4F1EE;
  width: 500px;
 
  display: flex;
  padding:2rem;
  
}
#quadro-missao h1{
  font-family: Oswald, Regular;
  color: #FBBA00;
  font-size:29px;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
}
#quadro-missao p{
  font-family: 'Open Sans';
  color:#707070;
  font-size: 18px;
}
#text-side-bauzinho{
  color: white;
  display: none;
}
#bauzinho{
  width: 33px;

}
.botao-caca {
  border: none;
  background-color: #004D8F;
  
  border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
  width: 76px;
  height: 56px; 
  font-size:20px;
font-family: Oswald;

}
.botao-caca:hover{
  background-color: #fbba00;
  width: 215px;
}
.botao-caca:hover #bauzinho{
  display: none;
}
.botao-caca:hover #text-side-bauzinho{
  display: block;

}
.botao-caca__active{
  background-color: #004D8F;
  width: 215px;
}
.botao-caca__active > #bauzinho{
  display:none;
  }
  .botao-caca__active > #text-side-bauzinho{
    display:block;
  }
#modalBGblack {
  position: fixed;
  width: 100vw;
  top: 0px;
  left: 0px;

  overflow-y: auto;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.507);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000; }
  @media(max-width:1366px){
    #modalBGblack{
      padding-top: 185px;
    }
  }
#fimpremio{
  width: 500px;
  
}
#fimpremio > img{
  width: 100%;
}

#fecha090909 {
 
  background-color: #004D8F;
  border: none;
  color: white;
  border-radius: 30px;
  width:63px;height:63px;
  font-size: 30px; 
  font-weight: bold;
}

  /* classes auxiliares */
  .invisiva{
    display: none!important;
  }
@media(max-width:768px){
	#quadro-missao,#fimpremio{
		max-width:90%;
		max-height:90%;
		overflow-y:auto;
	}
	#abinha{
		top:85%;
	}
}
