/*.video-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 60% /*calc(9/16 * 100%); /* 16:9 ASPECT RATIO (9/16) */
/*}

.video-container iframe {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
}*/

.video-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.video-container::after {
	content: "";
	display: block;
	padding-top: calc(9/16 * 100%); /* 16:9 ASPECT RATIO (9/16) */
}

.video-container iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

i.feature-circle {
	color: #FFF;
	width: 75px;
	height: 75px;
	padding: 10px;
	line-height: 1;
	font-size: 40px;
	margin: 0 0 15px;
	line-height: 55px;
	text-align: center;
	border-radius: 50% !important;
	background: #C21D16;
}

div.mural {
	margin: 15px 0;
	text-align:center
}

div.mural ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
}

div.mural ul li {
	width: 30%; /* 30% - 3 colunas | 50% - 2 colunas */
	margin: 15px 0;
	padding: 0 50px;
	font-size: 16px;
	vertical-align: top;
	display: inline-block;
}

div.mural ul li strong {
	display: block;
	font-size: 24px;
	font-weight: 400;
}

@media (max-width:770px) {
	div.mural ul li {
		width: 100%;
		padding: 0 30px
	}
}

.text-italic {
	font-style: italic !important;
}

.text-12 {
	font-size: 12px !important;
}

.text-14 {
	font-size: 20px !important;
}

.text-18 {
	font-size: 18px !important;
}

.text-20 {
	font-size: 20px !important;
}

.text-24 {
	font-size: 24px !important;
}

.text-28 {
	font-size: 28px !important;
}
