/*	estilos de imagem e legendas  */

.container_720 {
	width: 100%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

img {
	width: 100%;
}

.fullscreen {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}

.fullscreen::after{
	content: "";
	width: 70px;
	height: 70px;
  background: #ffffff url("https://infograficos.estadao.com.br/cultura/gig-nova/_assets/image/youtube-play.png") center no-repeat;
	position:absolute;
	right: 0;
	
	cursor: pointer;

}


.imagem_wrap {
	width: 48px;
	float: left;
	padding-right: 9.5px;
}

.legenda span {
	/* Título da legenda   */
	font-family: flama, arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.74rem;
	padding-right: 2px;
}

.legenda {
	font-family: Flama, aril, sans-serif;
	padding: 0 0 30px 0;
	font-size: 0.85rem;
	line-height: 1.28rem;
	color: #333333;
}

.credito {
	width: 95%;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	font-family: flama, arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.6rem;
	color: rgba(50, 50, 50, 0.9);
}
