#hero {
	width: 100%;
	background-color: var(--cinza);
	clear: both;
	color: var(--branco);
	position: relative;
	z-index: 0;
}
.home #hero {
	cursor: pointer;
}
.link-hero {
	width: 100%;
	height: 52vw;
	position: relative;
	overflow: hidden;
	color: var(--branco);
}
.link-hero:hover {
	color: var(--branco);
}
.link-hero:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.36) 4.82%, rgba(2, 2, 3, 0.144) 89.23%);
	z-index: 2;
	transition: 1.1s opacity;
	will-change: opacity;
}
.home .link-hero:after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.53) 4.82%, rgba(2, 2, 3, 0.32) 89.23%);
}
.single-post .link-hero:after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 57.43%);
}
.link-hero:hover:after {
	/* opacity: 0.5; */
}
.single-post .link-hero:hover:after {
	/* opacity: 0.6; */
}
#hero .container {
	position: relative;
	height: 100%;
	z-index: 3;
}
.single-post #hero .container {
	width: 816px;
	max-width: 96%;
}
#hero[dt-qt="2"] .container,
#hero[dt-qt="3"] .container {
	max-width: 100%;
}
.hero-info {
	width: calc( 100% - 30px );
	max-width: 650px;
	position: absolute;
	bottom: 7.6vw;
	display: block;
}
.hero-img {
	object-fit: cover;
	position: absolute;
	min-width: 100%;
	max-width: 100%;
	height: 100%;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 1s transform ease-out;
	will-change: transform;
}
.link-hero:hover .hero-img {
	transform: translate(-50%,-50%) scale(1.1);
}
#hero h2, h1 {
	text-transform: none;
	font-size: 2.86vw;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0;
	position: relative;
	font-family: 'museo-sans', 'Roboto', sans-serif;
}
#hero h2 {
	margin-bottom: 0;
}
#hero h2 div {
	float: left;
}
#hero h2:after {
	content: '';
	display: block;
	clear: both;
}
.h2linha {
	width: 100%;
	height: 2px;
	background: var(--branco);
	position: absolute;
	transition: 0.3s width linear;
}
.delay-0 {}
.delay-1 {transition-delay: 0.3s;}
.delay-2 {transition-delay: 0.6s;}
.delay-3 {transition-delay: 0.9s;}
.delay-4 {transition-delay: 1.2s;}
.delay-5 {transition-delay: 1.5s;}
.delay-6 {transition-delay: 1.8s;}
.delay-7 {transition-delay: 2.1s;}
.delay-8 {transition-delay: 2.4s;}
.delay-9 {transition-delay: 2.7s;}
.delay-10 {transition-delay: 3s;}
#hero .postmeta {
	margin-top: 10px;
}
#hero .link-hero:first-of-type .postmeta {
	margin-top: 16px;
}
#hero .author, #hero .post_date {
	display: block;
	color: var(--cinza-txt-hero);
}
#hero .post_date {
	margin-bottom: 20px;
}
#hero .link-hero + .link-hero .post_date {
	margin-bottom: 0;
}
#hero .link-hero + .link-hero .author {
	display: none;
}
#hero .author img {
	width: 48px;
	height: 48px;
	border: 2px solid var(--vermelho);
	border-radius: 50%;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 5px;
}
#hero .author span {
	color: var(--vermelho);
}

.link-hero {
	display: block;
}
.link-hero .container {
	display: block;
}


@media (min-width: 992px) {
	#hero[dt-qt="2"] .container,
	#hero[dt-qt="3"] .container {
		padding-left: calc( 50vw - 720px );
		padding-right: calc( 50vw - 720px );
	}
	#hero[dt-qt="2"] > a,
	#hero[dt-qt="3"] > a {
		width: 50%;
		float: left;
	}

	#hero[dt-qt="2"] > a:nth-child(1) .container,
	#hero[dt-qt="3"] > a:nth-child(1) .container,
	#hero[dt-qt="2"] > div:nth-child(1) .container,
	#hero[dt-qt="3"] > div:nth-child(1) .container {
		padding-right: 100px;
	}
	#hero[dt-qt="2"] > a:nth-child(2) .container,
	#hero[dt-qt="3"] > a:nth-child(2) .container,
	#hero[dt-qt="2"] > a:nth-child(3) .container,
	#hero[dt-qt="3"] > a:nth-child(3) .container,
	#hero[dt-qt="2"] > div:nth-child(2) .container,
	#hero[dt-qt="3"] > div:nth-child(2) .container,
	#hero[dt-qt="2"] > div:nth-child(3) .container,
	#hero[dt-qt="3"] > div:nth-child(3) .container {
		padding-left: 100px;
	}

	#hero[dt-qt="3"] > a:nth-child(2),
	#hero[dt-qt="3"] > a:nth-child(3),
	#hero[dt-qt="3"] > div:nth-child(2),
	#hero[dt-qt="3"] > div:nth-child(3) {
		height: 26vw;
	}
	#hero[dt-qt="2"] > a:nth-child(2) h1,
	#hero[dt-qt="2"] > a:nth-child(2) h2,
	#hero[dt-qt="2"] > a:nth-child(3) h1,
	#hero[dt-qt="2"] > a:nth-child(3) h2,
	#hero[dt-qt="3"] > a:nth-child(2) h1,
	#hero[dt-qt="3"] > a:nth-child(2) h2,
	#hero[dt-qt="3"] > a:nth-child(3) h1,
	#hero[dt-qt="3"] > a:nth-child(3) h2,
	#hero[dt-qt="2"] > div:nth-child(2) h1,
	#hero[dt-qt="2"] > div:nth-child(2) h2,
	#hero[dt-qt="2"] > div:nth-child(3) h1,
	#hero[dt-qt="2"] > div:nth-child(3) h2,
	#hero[dt-qt="3"] > div:nth-child(2) h1,
	#hero[dt-qt="3"] > div:nth-child(2) h2,
	#hero[dt-qt="3"] > div:nth-child(3) h1,
	#hero[dt-qt="3"] > div:nth-child(3) h2 {
		font-size: 1.91vw;
	}
	#hero[dt-qt="3"] > a:nth-child(2) .hero-info,
	#hero[dt-qt="3"] > div:nth-child(2) .hero-info {
		bottom: 1.7vw;
	}
}


@media (min-width: 992px) and (max-width: 1480px) {
	#hero[dt-qt="2"] .container,
	#hero[dt-qt="3"] .container {
		padding-left: calc( 50vw - 720px + 50px );
		padding-right: calc( 50vw - 720px + 50px );
	}
	.hero-info {
		max-width: none;
		width: auto;
	}
}
@media (min-width: 992px) and (max-width: 1440px) {
	#hero[dt-qt="2"] > a:nth-child(1) .container, 
	#hero[dt-qt="3"] > a:nth-child(1) .container, 
	#hero[dt-qt="2"] > a:nth-child(2) .container, 
	#hero[dt-qt="3"] > a:nth-child(2) .container, 
	#hero[dt-qt="2"] > a:nth-child(3) .container, 
	#hero[dt-qt="3"] > a:nth-child(3) .container,
	#hero[dt-qt="2"] > div:nth-child(1) .container, 
	#hero[dt-qt="3"] > div:nth-child(1) .container, 
	#hero[dt-qt="2"] > div:nth-child(2) .container, 
	#hero[dt-qt="3"] > div:nth-child(2) .container, 
	#hero[dt-qt="2"] > div:nth-child(3) .container, 
	#hero[dt-qt="3"] > div:nth-child(3) .container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.hero-info {
		width: calc( 100% - 100px );
		bottom: 130px;
	}
	.link-hero {
		height: 58vw;
	}
	#hero[dt-qt="3"] > a:nth-child(2),
	#hero[dt-qt="3"] > a:nth-child(3),
	#hero[dt-qt="3"] > div:nth-child(2),
	#hero[dt-qt="3"] > div:nth-child(3) {
		height: 29vw;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	#hero[dt-qt="2"] > a:nth-child(1) .container, 
	#hero[dt-qt="3"] > a:nth-child(1) .container, 
	#hero[dt-qt="2"] > a:nth-child(2) .container, 
	#hero[dt-qt="3"] > a:nth-child(2) .container, 
	#hero[dt-qt="2"] > a:nth-child(3) .container, 
	#hero[dt-qt="3"] > a:nth-child(3) .container,
	#hero[dt-qt="2"] > div:nth-child(1) .container, 
	#hero[dt-qt="3"] > div:nth-child(1) .container, 
	#hero[dt-qt="2"] > div:nth-child(2) .container, 
	#hero[dt-qt="3"] > div:nth-child(2) .container, 
	#hero[dt-qt="2"] > div:nth-child(3) .container, 
	#hero[dt-qt="3"] > div:nth-child(3) .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.hero-info {
		width: calc( 100% - 40px );
	}
	#hero h2, h1 {
		line-height: 1.1;
		margin-bottom: 20px;
	}
	#hero[dt-qt="2"] > a:nth-child(2) h1,
	#hero[dt-qt="2"] > a:nth-child(2) h2,
	#hero[dt-qt="2"] > a:nth-child(3) h1,
	#hero[dt-qt="2"] > a:nth-child(3) h2,
	#hero[dt-qt="3"] > a:nth-child(2) h1,
	#hero[dt-qt="3"] > a:nth-child(2) h2,
	#hero[dt-qt="3"] > a:nth-child(3) h1,
	#hero[dt-qt="3"] > a:nth-child(3) h2,
	#hero[dt-qt="2"] > div:nth-child(2) h1,
	#hero[dt-qt="2"] > div:nth-child(2) h2,
	#hero[dt-qt="2"] > div:nth-child(3) h1,
	#hero[dt-qt="2"] > div:nth-child(3) h2,
	#hero[dt-qt="3"] > div:nth-child(2) h1,
	#hero[dt-qt="3"] > div:nth-child(2) h2,
	#hero[dt-qt="3"] > div:nth-child(3) h1,
	#hero[dt-qt="3"] > div:nth-child(3) h2 {
		font-size: 1.5vw;
	}
}

@media (max-width: 991px) {
	.hero-info {
		bottom: 20px;
	}
	#hero[dt-qt="3"] > a + a,
	#hero[dt-qt="3"] > div + div {
		width: 50%;
		float: left;
	}
}

@media (max-width: 767px) {
	.link-hero {
		height: 360px;
	}
	.link-hero:nth-child(2),
	.link-hero:nth-child(3) {
		height: 230px;
	}
	#hero h2, h1 {
		font-size: 24px;
		margin-bottom: 13px;
		margin-top: 10px;
	}
	#hero .author, #hero .post_date {
		font-size: 12px;
	}
	#hero .author img {
		width: 24px;
		height: 24px;
	}
	#hero[dt-qt="2"] > a:nth-child(1) .container, 
	#hero[dt-qt="3"] > a:nth-child(1) .container, 
	#hero[dt-qt="2"] > a:nth-child(2) .container, 
	#hero[dt-qt="3"] > a:nth-child(2) .container, 
	#hero[dt-qt="2"] > a:nth-child(3) .container, 
	#hero[dt-qt="3"] > a:nth-child(3) .container,
	#hero[dt-qt="2"] > div:nth-child(1) .container, 
	#hero[dt-qt="3"] > div:nth-child(1) .container, 
	#hero[dt-qt="2"] > div:nth-child(2) .container, 
	#hero[dt-qt="3"] > div:nth-child(2) .container, 
	#hero[dt-qt="2"] > div:nth-child(3) .container, 
	#hero[dt-qt="3"] > div:nth-child(3) .container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#hero[dt-qt="3"] > a + a h1,
	#hero[dt-qt="3"] > a + a h2,
	#hero[dt-qt="3"] > div + div h1,
	#hero[dt-qt="3"] > div + div h2 {
		font-size: 14px;
	}
	#hero[dt-qt="3"] > a + a .author,
	#hero[dt-qt="3"] > div + div .author {
		display: none;
	}
	#hero[dt-qt="3"] > a + a .ic-cal,
	#hero[dt-qt="3"] > div + div .ic-cal {
		margin-left: 0;
	}
	.hero-info {
		width: calc( 100% - 30px );
	}
}

@media (max-width: 480px) {
	.h2linha {
		height: 1px;
	}
}

