body {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.container-full {
	width: 100%;
	-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.25);
	background: #f9f9f9;
	overflow: auto;
}

.container-servicos{
	margin-left: 20px;
	margin-top: 20px;
	width: 970px;
	margin-left: auto ;
    margin-right: auto ;
    /*background-color: gray;*/
}


.container-video {
	width: 970px;
	height: 590px;
	background-color: #eaeaea;
	margin-bottom: 80px;
}

.super-container {
	width: 100%;
    /*background-color: green;*/
    overflow: auto;
}

.super-linha {
	width: 50%;
	max-width: 970px;
	/*background-color: yellow;*/
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: auto;
	float: left;
}

.col-1 {
	/*height: 200px;*/
	/*background-color: blue;*/
	float: left;
}

.col-2 {
	/*height: 200px;*/
	/*background-color: blue;*/
	float: left;
}

.col-1-content {
	width: 80%;	
	/*height: 200px;*/
	/*background-color: red;*/
}

.col-2-content {
	width: 80%;
	/*height: 200px;*/
	/*background-color: red;*/

}

.col-tittle {
	font-family: 'flamacondensedlightregular';
	font-weight: bold;
	text-transform: uppercase;
	color: #ff9933;
	font-size: 24px;
}

.col-tittle:hover {
	opacity: 0.5;
}
.col-content {

}

.col-content span {
	color: #ff9933;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'flamabold';
	/*border: 2px solid #ff9933;*/
	/*padding: 1px;*/
}

.col-sub-tittle {
	font-weight: bold;
	color: #ff9933;
}

.linha {
	height: 2px;
	background-color: #eaeaea;
	width: 400px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.space {
	height: 200px;
}

.ingressos-mobile{
		display: none !important;
	}


