body {
  background: black;
	background-image:url('../png/Logo105x75.png');
		display: flex;
  width: 100%;
 	height: 100vh;
  align-items: center;
  justify-content: center;
  position:absolute;
  margin: 0 auto;
  place-items: center;
  overflow-y: hidden;
   overflow-x: hidden;
}

  .rounded {border-radius: 5%;
    z-index:1;}


#site{
	background-image:url('../png/mlv_infantil_principal.png');
 	width:1000px;
    height:700px;
    margin-top:0;
    margin-left:auto;
    margin-bottom:0;
    margin-right:auto;
    background-color:#666;
}




.inf_btn_inf1 {position: absolute;z-index: 9975;width:80px;height:37px;margin-left:199px;margin-top:426px;animation: move 1s ease-in-out infinite alternate;}
.inf_btn_inf2 {position: absolute;z-index: 9976;width:80px;height:37px;margin-left:362px;margin-top:410px;animation: move 1s ease-in-out infinite alternate;}
.inf_btn_inf3 {position: absolute;z-index: 9977;width:80px;height:37px;margin-left:499px;margin-top:430px;animation: move 1s ease-in-out infinite alternate;}
.inf_btn_inf4 {position: absolute;z-index: 9978;width:80px;height:37px;margin-left:652px;margin-top:416px;animation: move 1s ease-in-out infinite alternate;}
.inf_btn_inf5 {position: absolute;z-index: 9979;width:80px;height:37px;margin-left:820px;margin-top:390px;animation: move 1s ease-in-out infinite alternate;}
.inf_btn_clubinho {position: absolute;z-index: 9980;width:80px;height:37px;margin-left:730px;margin-top:270px;animation: move 1s ease-in-out infinite alternate;}
.telzinho_inf247 {position: absolute;z-index: 9781;width:95px;height:200px;margin-left:590px;margin-top:240px;}
.inf_btn_cante {position: absolute;z-index: 9994;width:80px;height:37px;margin-left:600px;margin-top:195px;animation: move 1s ease-in-out infinite alternate;}

.btn_voltar {position: absolute;z-index: 9999;width:30px;height:55px;margin-left:20px;margin-top:325px;animation: move 1s ease-in-out infinite alternate;}


@keyframes move {
  from {
    transform: translateY(-10%);
  }
  to {
    transform: translateY(5%);
  }
}



.overlay {
	
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  opacity: 0.8;

}

.overlay-content {

  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-family: Tahoma, Arial, sans-serif;
 
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 26px;
  color: #818181;
  display: block;
  transition: 0.3s;


}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}




.btn-three {
	color: #FFF;
	transition: all 0.5s;
	position: relative;
}
.btn-three::before {
	content: '';
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.1);
	transition: all 0.3s;
}
.btn-three:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}
.btn-three::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	transition: all 0.3s;
	border: 1px solid rgba(255,255,255,0.5);
	transform: scale(1.2,1.2);
}
.btn-three:hover::after {
	opacity: 1;
	transform: scale(1,1);
}



  @media screen and (max-width: 1000px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
