@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lekton:ital,wght@0,400;0,700;1,400&display=swap');

@media screen and (max-width: 650px) {

.ffp {
	background-image: url(../img/xl\ \(2\).jfif);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center left;
	height: 100vh;
}

	
nav {
	display: flex;
	justify-content: space-evenly;
 }

 nav ul li {
	list-style-type: none;
	margin: auto 35px;
	font-weight: bold;
	font-size: 0.9em;
	opacity: 50%;
 }

 .titulo {
	padding-top: 30%;
	text-align: center;
	color: rgba(255, 255, 255, 0.753);
	text-shadow: 1px 2px 5px rgba(255, 255, 255, 0.438);
	line-height: 36px;
 }

 h1 {
	font-size: 2em;
	color: rgba(0, 0, 0, 0.932);
	font-family: "Bebas Neue", sans-serif;
 }
 
 h2 {
	font-size: 1.2em;
	color: rgb(17, 17, 26);
	font-family: "Bebas Neue", sans-serif;
 }
 
 h5 {
	font-size: 0.8em;
	color: rgba(0, 0, 0, 0.877);
 }

 .text {
	background-color: black;
	font-size: 28px;
	color: white;
	display: grid;
	grid-template-rows: auto;
	height: 100%;
}

.texto {
	font-size: 20px;
	padding: 0px 10px 10px 10px;
	width: 90vw;
}

.molsheim {
	font-size: 20px;
	padding: 20px 10px 0px 10px;
}


.sect1 {
	background-color: black;
	color: white;
}

.text1 {
	text-align: center;
	margin: auto;
	width: 90vw;
}


.citacao {
	background-color: #004BFA;
	font-size: 20px;
	width: 80vw;
	padding: 20px	;
	text-align: center;
	margin: auto 0 auto;
	line-height: 30px;
}

.container {
	max-width: 1050px;
	width: 90%;
	margin: auto;
  }
  
  .navbar {
	width: 100%;
	display: block	;
	box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
  }
  
  .nav-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 62px;
  }
  
  .navbar .menu-items {
	display: flex;
  }
  
  .navbar .nav-container li {
	list-style: none;
  }
  
  .navbar .nav-container a {
	text-decoration: none;
	color: #ffffff;
	font-weight: 500;
	font-size: 1.2rem;
	padding: 0.7rem;
  }
  
  .navbar .nav-container a:hover{
	  font-weight: bolder;
  }
  
  .nav-container {
	display: block;
	position: relative;
	height: 60px;
  }
  
  .nav-container .checkbox {
	position: absolute;
	display: block;
	height: 32px;
	width: 32px;
	top: 20px;
	left: 20px;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
  }
  
  .nav-container .hamburger-lines {
	display: block;
	height: 26px;
	width: 32px;
	position: absolute;
	top: 17px;
	left: 20px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  }
  
  .nav-container .hamburger-lines .line {
	display: block;
	height: 4px;
	width: 100%;
	border-radius: 10px;
	background: #ffffff;
  }
  
  .nav-container .hamburger-lines .line1 {
	transform-origin: 0% 0%;
	transition: transform 0.4s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line2 {
	transition: transform 0.2s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line3 {
	transform-origin: 0% 100%;
	transition: transform 0.4s ease-in-out;
  }
  
  .navbar .menu-items {
	padding-top: 120px;
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.808);
	width: 100%;
	transform: translate(-150%);
	display: flex;
	flex-direction: column;
	margin-left: -40px;
	padding-left: 50px;
	transition: transform 0.5s ease-in-out;
	text-align: center;
  }
  
  .navbar .menu-items li {
	margin-bottom: 1.2rem;
	font-size: 1.5rem;
	font-weight: 500;
  }
  
  .logo {
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 1.2rem;
	color: #0e2431;
  }

  .logo img {
	height: 50px;
  }
  
  .nav-container input[type="checkbox"]:checked ~ .menu-items {
	transform: translateX(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
	transform: rotate(45deg);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
	transform: scaleY(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
	transform: rotate(-45deg);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .logo{
	display: none;
  }
  
  .desktop {
	display: none;
  }


}

@media screen and (min-width: 651px) and (max-width: 1200px) {
	
	.ffp {
		background-image: url(../img/xl\ \(2\).jfif);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left;
		height: 100%;
	}
	

	
	
	.titulo {
		padding-top: 30%;
		text-align: center;
		color: rgba(255, 255, 255, 0.753);
		text-shadow: 1px 2px 5px rgba(255, 255, 255, 0.438);
		line-height: 55px;
	}

	
	.citacao {
		background-color: #004BFA;
		font-size: 20px;
		width: 400px;
		display: block;
		margin: 0 auto;
		margin-left: -4.5vw;
		text-align: center;
		padding: 40px;
		line-height: 30px;
	}
	
}	

