html{
	min-height: 100%;
}

body {
	font-family: 'Montserrat';
	color: #fff;
	font-size: 14px;
	background-color: #ffffff;
	min-height: 100%;
}

/*** Hebert Tadeu 2021 ***/
#hebert-tadeu{
	min-height: 100%;
}

#hebert-tadeu .centralizador{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#hebert-tadeu h1{
	color: #212121;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	line-height: 120%;
}

#hebert-tadeu img{
	max-width: 80%;
	margin: 60px auto;
}

#hebert-tadeu h2{
	color: #212121;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	line-height: 120%;
}

#hebert-tadeu a{
	display: block;
	color: #212121;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	
}

#hebert-tadeu a i{
	margin-left: 20px;
}

#hebert-tadeu a:hover{
	text-decoration: none;
	cursor: pointer;
	color: #DBAF36;
}

#hebert-tadeu hr{
	border: 0;
	margin-top: 40px;
	border-top: 1px solid #212121;
}

@media(max-width:1400px){
	#hebert-tadeu img{
		max-width: 60%;
		margin: 30px auto;
	}
}

@media(max-width:1300px){
	#hebert-tadeu img{
		max-width: 60%;
		margin: 30px auto;
	}
}

@media(max-width:420px){
 	#hebert-tadeu{
		/*padding: 35px 0;*/
	}
	
	#hebert-tadeu .centralizador{
		width: 100%;
	}
	
	#hebert-tadeu h1{
		font-size: 22px;
		line-height: 150%;
		width: 100%;
	}

	#hebert-tadeu h2{
		font-size: 30px;
	}

	#hebert-tadeu img{
		max-width: 95%;
		margin: 35px auto;
	}

	#hebert-tadeu a{
		font-size: 30px;
		text-align: center;
	}

	#hebert-tadeu a i{
		margin-left: 10px;
	}
}