#a-autentica { background: #B7BBBE; }

.col-fotos {
	float: left;
	width: 330px;
	margin-right: 25px;
}

#slide-empresa-thumbs img {
	cursor: pointer;
	transition: all 0.4s ease;
}

#slide-empresa-thumbs .cycle-slide-active img { opacity: 0.8; }

.col-sobre {}

.col-sobre-content {
	color: #e7ebef;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 80px;
}

.col-sobre-content p { margin-bottom: 10px; }
.col-sobre-content p:last-child { margin-bottom: 0; }


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}