html, body{
	padding:0px;
	margin:0px;
	overflow-x: hidden;
	font-family: "Inter", sans-serif;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-color: #000;
}
a, ul, li, p, h1, h2, h3, h4, h5, h6, button, input, textarea{	
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
p{
	color: #000;
	line-height: 125%;
}
a{
	color: inherit;
}
*{
	transition: 0.1s ease;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.container{
	max-width: 1200px;
	width:96%;
	height:auto;
	position: relative;
	z-index: 2;
	margin:auto;
}

/*LINKS*/
	.links{
		min-height: 100vh;
		background-image: url(https://jobs.virtualizabrasil.com.br/italia/assets/img/bgDesktop.webp);
	}
	.linksConteudo{
		width: 50%;
		height: 100%;
		margin: 0 0 0 50%;
	}
	.linksConteudoBg01{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 75px;
		margin: 100px 0 50px;
	}
	.linksConteudoMarca{
		width: auto;
	}
	.linksConteudoMarca img{
		width: 250px;
	}
	.linksConteudoTexto{
		width: auto;
		transform: scale(0.9);

	}
	.linksConteudoTexto p:nth-child(1){
		font-size: 24px;
		font-weight: 300;
		letter-spacing: 2px;
		line-height: 110%;
		color: #FFFA;
	}
	.linksConteudoTexto p:nth-child(2){
		font-size: 36px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 110%;
		color: #FB0A;
	}
	.linksConteudoTexto p:nth-child(3){
		font-size: 16px;
		font-weight: 200;
		letter-spacing: 2px;
		line-height: 110%;
		color: #FFFA;
	}

	.linksConteudoBg02{
		width: 100%;
		height: auto;
		padding: 25px;
		box-sizing: border-box;
		background-color: #FAF5EB;
	}	
	.linksConteudoBg02Item01,
	.linksConteudoBg02Item02{
		width: 100%;
		display: flex;
		align-items: center;
		gap: 20px;
		padding: 10px;
		margin: 5px 0;
		box-sizing: border-box;
		background-color: #FB0;
	}
	.linksConteudoBg02Item02{
		background-color: #000;
	}
	.linksConteudoBg02Item01:hover,
	.linksConteudoBg02Item02:hover{
		z-index: 2;
		box-shadow: 0 0 10px #0003;
		transform: scale(1.02);
	}
	.linksConteudoBg02Item01 img,
	.linksConteudoBg02Item02 img{
		padding: 10px;
		width: 20px;
		height: 20px;
		background-color: #000;
	}
	.linksConteudoBg02Item02 img{
		background-color: #FB0;
	}
	.linksConteudoBg02Item01 p,
	.linksConteudoBg02Item02 p{
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.linksConteudoBg02Item02 p{
		color: #FFF;
	}
	.linksConteudoBg02Item01 p:first-of-type,
	.linksConteudoBg02Item02 p:first-of-type{
		width: 100%;
	}
	.linksConteudoBg02Item01 p:last-of-type,
	.linksConteudoBg02Item02 p:last-of-type{
		font-size: 20px;
		margin: 0 10px;
	}
	.linksConteudoBg02Item02 p:last-of-type{
		color: #FB0;
	}

	.linksConteudoBg03{
		width: 100%;
		margin: 20px 0;
	}
	.linksConteudoBg03 p{
		font-size: 14px;
		font-weight: 300;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #FFF;
	}
	.linksConteudoBg03 br{
		display: none;
	}
	.linksConteudoBg03 p strong,
	.linksConteudoBg03 p span{
		color: #FB0;
	}

	.footerCopyright{
		width: 100%;
		position: fixed;
		right: 0;
		bottom: 0;
	}
	.footerCopyright p{
		font-size: 10px;
		text-align: center;
		color: #FFF9;
	}



	



/*COOKIES*/
	.cookies{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		z-index: 9999;
		background-color: #0009;
	}
	.cookies .container{
		display: flex;
		justify-content: flex-end;
	}
	.cookiesAviso{
		width: 100%;
		max-width: 300px;
		position: fixed;
		bottom: 0px;
		padding: 20px 0;
		border-radius: 10px 10px 0 0;
		background-color: #FFF;
	}
	.cookiesTexto{
		width: 100%;
		margin: 0 0 20px;
	}
	.cookiesTexto p{
		font-size: 16px;
		text-align: center;
		line-height: 125%;
		margin: 0 10px;
		color: #999;
	}
	.cookiesBotoes{
		width: 100%;
		display: flex;
		justify-content: center;
		margin: 0 0 10px;
	}
	.cookiesBotoes p{
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		margin: 0 10px;
		color: #555;
	}
	.cookiesBotoes p:nth-child(1){
		padding: 10px 20px;
		border-radius: 100px;
		border: 1px solid #555;
		cursor: pointer;
	}
	.cookiesBotoes p:nth-child(1):hover{
		background-color: #555;
		color: #FFF;
	}
	.cookiesBotoes p:nth-child(2){
		font-weight: bold;
		padding: 10px 30px;
		border-radius: 100px;
		border: 1px solid #CCC;
		cursor: pointer;
		color: #FFF;
		background-color: #296;
	}
	.cookiesBotoes p:nth-child(2):hover{
		background-color: #555;
	}
	.cookiesPopUp{
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0px;
		z-index: 9999;
		background-color: #000C;
		display: none;
	}
	.cookiesPopUp .container{
		height: 100%;
		align-items: center;
		justify-content: center;
	}
	.cookiesPopUpConteudo{
		max-width: 500px;
		align-items: center;
		position: relative;
		background-color: #FFF;
	}
	.cookiesPopUpFechar{
		width: 40px;
		height: 40px;
		border-radius: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: -20px;
		right: -20px;
		cursor: pointer;
		background-color: #FFF;
	}
	.cookiesPopUpFechar p{
		font-size: 16px;
		font-weight: bold;
		color: #000;
	}
	.cookiesPopUpTexto{
		width: auto;
		max-height: 500px;
		padding: 25px;
		overflow: auto;
	}
	.cookiesPopUpTexto h2{
		font-size: 24px;
		padding: 0 0 25px;
		border-bottom: 1px solid #EEE;
	}
	.cookiesPopUpTexto h3{
		margin: 25px 0 10px;
		font-size: 20px;
	}
	.cookiesPopUpTexto p{
		margin: 0 0 10px;
		color: #555;
	}

@media screen and (max-width:1024px) and (min-width: 768px){
	
}

@media screen and (max-width:767px){
	.flex{
		flex-wrap: wrap;
	}

	/*LINKS*/
		.links{
			background-attachment: scroll;
			background-size: 100%;
			background-position: center 50px;
			background-image: url(https://jobs.virtualizabrasil.com.br/italia/assets/img/bgMobile.webp);
		}
		.linksConteudo{
			width: 100%;
			position: relative;
			z-index: 2;
			margin: 0;
		}
		.linksConteudoBg01{
			flex-wrap: wrap;
			justify-content: left;
			gap: 0;
			margin: 25px 25px 270px;
		}		
		.linksConteudoMarca img{
			width: 200px;
		}
		.linksConteudoTexto{
			width: 200px;
			position: absolute;
			top: 130px;
			right: -25px;
		}
		.linksConteudoTexto p{
			text-shadow: 0 0 10px #0009;
		}
		.linksConteudoTexto p:nth-child(1){
			font-size: 22px;
			color: #FFFC;
		}
		.linksConteudoTexto p:nth-child(2){
			font-size: 34px;
			color: #FB0C;
		}
		.linksConteudoTexto p:nth-child(3){
			font-size: 14px;
			color: #FFFC;
		}

		.linksConteudoBg02{
			width: auto;
			margin: 0 25px;
			padding: 15px;
		}		
		.linksConteudoBg03{
			margin: 15px 0;
		}
		.linksConteudoBg03 p{
			font-size: 14px;
			letter-spacing: 1px;
		}
		.linksConteudoBg03 br{
			display: block;
		}
		.footerCopyright{
			display: none;
			z-index: 1;
			bottom: 10px;
		}
}