*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
	list-style: none;
}
body{
	width: 100%;

}
.wrapper{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: lightgray;
}
header{
	position: fixed;
    top: 0;
	left: 0;
	right: 0;
	padding: 20px 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1000;

}
header img{
	width: 20%;
	border-radius: 50px;
	transition: all .5s ease;

}

header .toggle{
	position: relative;
	font-size: 60px;
	color: #F6CEF5;
	cursor: pointer;
		text-shadow: 2px 2px 2px black;
}
header .toggle.active{
	  height: 50px;
   width: 50px;
   color: transparent;
   background: url(folder-img/qa3.jpg);
   background-position: center;
   background-size: cover;
   border-radius: 40%;
   border: 2px solid #0b610b;
}


.sidebar{
	position: fixed;
	right: 0;
	top:-200px;
	width: 100%;
	height: 200px;
	display: flex;
	z-index: 100;
	align-items: center;
	justify-content: space-between;
	backdrop-filter: blur(20px);
	border-radius: 80px;
}
.sidebar.active{
	top: 0px;
}
.sidebar ul{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;

	margin-left: 250px;
	flex-wrap: wrap;
	align-content: center;

}
.sidebar ul li{
	margin: 20px 60px;
	line-height: 40px;
	padding: 0 50px;
}
.sidebar ul li a{
	font-size: 30px;
	text-transform: uppercase;
	font-family:audiowide;
	-webkit-text-stroke:1px black;
	-webkit-text-fill-color:#F6CEF5;
	 -webkit-background-clip:text;

}
.gol1{
	background-image: url('folder-img/mu29.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	width: 100%;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;


}

.gol2{
	background-image: url('folder-img/mu30.jpg');
	background-repeat: no-repeat;
	background-position: center;
	
	height: 200px;
	width: 100%;
	background-attachment: fixed;
}

.gol3{
	background-image: url('folder-img/mu32.jpg');
	background-repeat: no-repeat;
	background-position: center;
	
	height: 200px;
	width: 100%;
	background-attachment: fixed;
}

/*section1*/


.section1{
	width: 100%;
	height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;





}
.gol4{
	background-image: url('folder-img/sa1.jpg');
	background-repeat: no-repeat;
	background-position:  center ;
	
	height: 50px;
	width: 100%;
	background-attachment: fixed;
	margin-bottom: 90px;
}
.container{
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
	margin: 20px 30px;
		background-color: #81F7D8;
	filter: contrast(1.8);
	background-blend-mode:saturation;
	background-size: 1100px;
	
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url('folder-img/cac39.jpg');
filter: drop-shadow(10px 10px 15px black);
}

.box{
	width: 100%;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	

	text-align: center;
	padding: 30px 40px;
	margin: 100px 50px;

	text-align: center;

	font-family: ibm plex mono;
	
}
#box1{
    width: 100%;
	height: 400px;
	text-transform: uppercase;
	text-align: center;
	font-size: 80px;

	margin-left: 150px;
	-webkit-text-fill-color:#F6CECE;
	-webkit-text-stroke:3px black;
	
}


#box2{
   
	
	
width: 100%;
	background-image:url(folder-img/cr2.jpg);
	background-position: center;
	background-size: 350px;
	background-repeat: no-repeat;
	margin: 0 20px;
	filter: drop-shadow(10px 10px 15px #F6CECE);
    border-radius: 70px;

}
/*section2*/

.section2{
	height: auto;

	margin-bottom: 30px;
}
.container1{
	filter: drop-shadow(10px 10px 15px black);
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-image: url('folder-img/c16.svg');
	background-size: 100px;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 50px;
}

.container1 h1{
	text-transform: uppercase;
	font-size: 80px;
	-webkit-text-fill-color:#CEE3F6;
	-webkit-text-stroke:1px black;
	margin-bottom: 20px;
	font-family: ibm plex mono;
	text-align: center;
	letter-spacing: 1px;
}
h1.unu:first-letter{
  	letter-spacing: 1px;
  	font: normal normal 200px/.5 IBM Plex Mono;
  }
.container1 span{
	font-size:100px;
	-webkit-text-fill-color:#F6CECE;
	-webkit-text-stroke:1px black;
	margin: 0 20px;

}
.container1 h3{
	font-size: 50px;
	font-family: ibm plex mono;
	max-width: 1200px;
	text-align: center;

}
.container1 p{
	font-size: 25px;
		font-family: 'IBM+Plex+Mono', monospace;
}

.container1 ul{
	margin: 0 auto;
	text-align: center;
	padding: 30px;
}
.container1 ul li{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: ibm plex mono;
	letter-spacing: 1px;
	font-size: 50px;
	padding: 30px 0;
	margin-bottom: 30px;
	color: #CEF6E3;
	text-shadow: 3px 3px 2px black;
	font-family: ibm plex mono;
	border-bottom: 2px solid black;
}
.flor{
	width: 100px;
    position: fixed;
    top: 400px;

    z-index: 20;
    transform: rotate(24deg);
    transform-origin: center center;

animation: dropShadow 2s alternate infinite ease-in-out;
    filter: drop-shadow(10px 5px 1px rgba(0, 0, 0, .6));
}


@keyframes dropShadow{
	0%{
	
		filter: drop-shadow(4px 10px 3px rgba(0, 0, 0, .3));
	}
	100%{
		
		filter: drop-shadow(35px 10px 6px rgba(0, 0, 0, 1.0.3));
	}
}
@media(max-width:800px){
	.sidebar{
		margin: 20px;

	}
	.sidebar ul{
		margin-left: 15px;
	}
	.sidebar ul li{
			margin: 0px 5px;
			flex-wrap: wrap;
			align-content: center;
	}
	.sidebar ul li a{
		font-size: 14px;
	}
	header .toggle{
		font-size: 40px;
	}
	header img{
		width: 30%;
	}

	.container{
		width: 100%;

	margin: 20px 0px;
		flex-direction: column;

	
	}
  .box{
  
  	margin: 0px 0px;
  	width: 90%;

  }
  #box1{
  	font-size: 40px;
  	width: 90%;
  	margin-right: 40px;
  	margin-left: 10px;


  }
  #box2{
  		
  		background-size: 300px;

  		width: 90%;
  		
  }
  .container1{
  	padding-top: 20px;
  }
  .container1 h1{
  	font-size: 30px;
  	margin-left: 20px;
  	padding: 20px;
  	margin-bottom: 80px;
  }

  
  .container1 span{
  	font-size: 50px;
  
  	text-align: center;

  }
  .container1 ul li{
  	font-size: 25px;
  }
  .flor{
	width: 50px;
	top: 200px;
   }
   .container1{
   		background-size: 50px;
   }
   .container1 h3{
   	max-width: 500px;
   	font-size: 20px;
   	margin: 20px;
   }
   .container1 p{
   	font-size: 15px;
   	max-width: 400px;
   }
   .gol1{
   	background-size: 80%;
   }
   .gol2{
   	background-size: 80%;
   }
   .gol3{
   	background-size: 80%;
   }

}