.body2 {
  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_fundamental_finais_principal.png');
 	width:1000px;
    height:570px;
    margin-top:0;
    margin-left:auto;
    margin-bottom:0;
    margin-right:auto;


    
}




.btn_fundII6a_manha {position: absolute;z-index: 9975;width:92px;height:82px;margin-left:216px;margin-top:174px;transition: all 0.88s ease;} /* animation: move 1s ease-in-out infinite alternate; */

.btn_fundII6a_manha:hover {opacity: 0.1;transition: all 0.5s ease;} /* animation: move 1s ease-in-out infinite alternate; */

.btn_fundII6a_tarde {position: absolute;z-index: 9975;width:91px;height:52px;margin-left:216px;margin-top:244px;transition: all 0.78s ease;} /* animation: move 1s ease-in-out infinite alternate; */

.btn_fundII6a_tarde:hover {opacity: 0.1;transition: all 0.5s ease;} /* animation: move 1s ease-in-out infinite alternate; */

.btn_fundII7a_manha {position: absolute;z-index: 9975;width:130px;height:72 px;margin-left:329px;margin-top:177px;z-index:999;transform: rotate(-34deg);transition: all 0.68s ease;} /* animation: move 1s ease-in-out infinite alternate; */

.btn_fundII7a_manha:hover {opacity: 0.1;transition: all 0.5s ease;} /* animation: move 1s ease-in-out infinite alternate; */

.btn_fundII7a_tarde {position: absolute;z-index: 9975;width:130px;height:65px;margin-left:357px;margin-top:226px;z-index:999;transform: rotate(-34deg);transition: all 0.58s ease;} /* animation: move 1s ease-in-out infinite alternate; */

.btn_fundII7a_tarde:hover {opacity: 0.1;transition: all 0.5s ease;} /* animation: move 1s ease-in-out infinite alternate; */

.btn_fundII8a_manha {position: absolute;z-index: 9975;width:58px;height:104px;margin-left:510px;margin-top:184px;z-index:999;transition: all 0.48s ease;} /* animation: move 1s ease-in-out infinite alternate; */

.btn_fundII8a_manha:hover {opacity: 0.1;transition: all 0.5s ease;} /* animation: move 1s ease-in-out infinite alternate; */

.btn_fundII8a_tarde {position: absolute;z-index: 9975;width:58px;height:104px;margin-left:555px;margin-top:184px;z-index:999;transition: all 0.38s ease;} /* animation: move 1s ease-in-out infinite alternate; */

.btn_fundII8a_tarde:hover {opacity: 0.1;transition: all 0.5s ease;} /* animation: move 1s ease-in-out infinite alternate; */

.btn_fundII9a_manha {position: absolute;z-index: 9975;width:122px;height:58px;margin-left:664px;margin-top:185px;z-index:999;transition: all 0.78s ease;} /* animation: move 1s ease-in-out infinite alternate; */

.btn_fundII9a_manha:hover {opacity: 0.1;transition: all 0.5s ease;} /* animation: move 1s ease-in-out infinite alternate; */

.btn_fundII9a_tarde {position: absolute;z-index: 9975;width:122px;height:51px;margin-left:664px;margin-top:233px;z-index:999;transition: all 0.88s ease;} /* animation: move 1s ease-in-out infinite alternate; */

.btn_fundII9a_tarde:hover {opacity: 0.1;transition: all 0.5s ease;} /* animation: move 1s ease-in-out infinite alternate; */



.btn_voltar {position: absolute;z-index: 9999;width:25px;height:35px;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%;
  }
}


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  color: #fff;
  border: 3px solid #fff;
  padding: 2rem 4rem;
}

.gradient {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;

  /* Colors generated on: https://colorhunt.co/palette/179481 */
  background: linear-gradient(45deg, #1f3861, #006cb5, #f26b34, #f58634);
  background-size: 300% 300%;
  animation: colors 15s ease infinite;
}

@keyframes colors {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (max-width: 600px) {
  .text {
    font-size: 1.5rem;
    padding: 1rem 2rem;
  }
}
