@import url(https://fonts.googleapis.com/css?family=Roboto:900,400,300,200,100);

/* ==========================================================================
   Normatização CSS
   ========================================================================== */
* {
	outline:none;
}
body {
    font-size: 62.5%;
	color: #37423E;
    line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	background: url(../imagens/fundo.jpg) no-repeat center center fixed;
	background-size: cover; /*Css padrão*/
	-webkit-background-size: cover; /*Css safari e chrome*/
	-moz-background-size: cover; /*Css firefox*/
	-ms-background-size: cover; /*Css IE não use mer#^@%#*/
	-o-background-size: cover; /*Css Opera*/
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #00ccff;
    text-decoration: none;
	webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;
}

a:hover {
	text-decoration: none;
}

/* ==|== Estilos Principais ================================================== */
#ok,.azul,.vermelho,.verde	{
	display: none;
	padding: 10px 10px 10px 50px;
	position: fixed;
	margin: 0 auto;
	border: 0;
	width: 400px;
	text-align:left;
	font-size: 14px;
	color: #FFF;
	left: 50%;
	top: 50%;
	margin-left:-200px;
	margin-top:-40px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index: 99999;
}
.mensagem_padrao	{
	position: fixed;
	margin: 0 auto;
	background-color: #FBFBFB;
	border: #E5E5E5 1px solid;
	width: 400px;
	text-align:center;
	font-size: 12px;
	color: #000;
	left: 50%;
	top: 50%;
	margin-left:-200px;
	margin-top:-40px;
	z-index: 1;
	padding: 15px;

}
.azul { background: #207CC7 url(../imagens/loading2.gif) no-repeat 10px center !important; }
.vermelho	{ background: #EA0000 url(../imagens/vermelho.png) no-repeat 10px center !important; }
.verde	{ background: #67BA5B url(../imagens/verde.png) no-repeat 10px center; !important; }
.centro {text-align: center; }
.esquerda {text-align: left; }
.direta {text-align: right; }

.container {
	width: 100%;
    margin: 0 auto;
	position: relative;
}
img,
picture,
video,
embed {
    max-width: 100%;
}
.efeito {
	webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;
}
.efeito:hover {
	filter: alpha(opacity=70); 
	-moz-opacity:.70; 
	-khtml-opacity: 0.7; 
	opacity: 0.7; 
}
.efeito2:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.borda_arredondada { -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.5);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.5);box-shadow:0 1px 4px rgba(0,0,0,0.5);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}

.bloco-padrao {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 1em;
}
.bloco-padrao2 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1em;
}
.bloco-padrao3 {
	width: 100%;
	background-color: #FFF;
	padding: 2em 0 10em 0;
}
.miolo {
	max-width: 900px;
	min-height: 200px;
	padding: 0 1em 8em 1em;
	margin: 0 auto;
}
.miolo2 {
	padding: 4em 0 10em 0;	
}
.icone {
	text-align: center;	
}
.internos {
	margin-top: 2.5em;

}
.topo {
	min-height: 90px;
	z-index: 99999;
	background-color: #0c0c0c;
	width: 100%;
	padding-top: 3em;
}
.topo2 {
	background: #00f4f8; /* Old browsers */
	background: -moz-linear-gradient(left,  #00f4f8 0%, #00ccfe 26%, #238af7 62%, #635ce6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #00f4f8 0%,#00ccfe 26%,#238af7 62%,#635ce6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #00f4f8 0%,#00ccfe 26%,#238af7 62%,#635ce6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f8', endColorstr='#635ce6',GradientType=1 ); /* IE6-9 */
	height: 12px;
}
	
.menu {
	text-align: center;
}
	.menu a {
		font-size: 2.2em;
		color: #FFF;
		padding: 0 0.5em 0 0.5em;
		font-weight: 300;
		height: 1.8em;
		display: inline-block;
	}
	.menu:hover {
		color: #00C0FF;
	}
	.menu a:last-child {
		background: none;
	}
.redes-sociais {
	text-align: center;	
	padding-top: 2em;
}
	.redes-sociais a {
		padding-bottom: 1.2em;
		display: block;
	}
	.redes-sociais a:last-child {
		padding-right: 0;
	}
.redes-sociais2 {
	text-align: center;	
	padding-top: 1em;
}
	.redes-sociais2 a {
		padding-bottom: 1.2em;
		display: inline-block;
	}
	.redes-sociais2 a:last-child {
		padding-right: 0;
	}
.baixe2 {
	display: block;
	padding: 3em 0 1em 0;
	text-align: center;	
}
.form-newsletter {
	text-align: center;	
	width: 280px;
	margin: 0 auto;
}
.celulares {
	text-align: center;
	padding: 3em 0;
}
.logo2 {
	text-align: center;
	display: block;	
	padding: 3em 0;
}

.divide {
	width: 49%;
	display: inline-block;
	padding-right: 2em;
	float: left;
}
.formulario {
	padding: 2em 0;	
}
.formulario label {
	color: #333333;
	font-size: 2em;
	display: block;
	font-weight: 100;
}	
.formulario input[type=text],.formulario input[type=email],.formulario input[type=password],.formulario input[type=file],.formulario input[type=button],.formulario input[type=submit],.formulario button {
	border: #C4C4C4 1px solid;
	height: 53px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}	
.b1 {
	border: #C4C4C4 1px solid;
	height: 51px !important;
	line-height: 51px !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}	
.botao {
	display: block;
	background: #01b8fd; /* Old browsers */
	background: -moz-linear-gradient(top,  #01b8fd 0%, #1788bb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #01b8fd 0%,#1788bb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #01b8fd 0%,#1788bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01b8fd', endColorstr='#1788bb',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	font-size: 2em;
	padding: 0 2em;
	border: #2985F5 1px solid;
	margin: 0 auto;
}
	.botao:hover {
		background: #1788bb; /* Old browsers */
		background: -moz-linear-gradient(top,  #1788bb 0%, #01b8fd 99%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #1788bb 0%,#01b8fd 99%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #1788bb 0%,#01b8fd 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1788bb', endColorstr='#01b8fd',GradientType=0 ); /* IE6-9 */
	
	}
.menu-interno {
	padding: 2em 0;	
}
	.menu-interno a {
		padding-right: 0.5em;	
	}
		.menu-interno a:last-child {
			padding-right: 0;	
		}
.linha {
	border-bottom: #9F9F9F 1px solid;
	height: 1px;
	display: block;
	margin: 4em 0;
}
.linha2 {
	border-bottom: #FFF 1px solid;
	height: 2px;
	display: block;
	margin: 4em 0;
}
.linha3 {
	border-bottom: #DEDEDE 1px solid;
	height: 2px;
	display: block;
	margin: 4em 0;
}
.linha4 {
	border-bottom: #9F9F9F 1px solid;
	height: 1px;
	display: block;
	margin: 2em 0;
}
.circulo1 {
	width: 70px;
	height: 70px;
	border-radius: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	float: left;
	margin-right: 1em;
	margin-top: -0.3em;
}
.circulo2 {
	width: 150px;
	height: 150px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	display: block;
	margin: 2em auto;
}
.tipo-evento1 {
	background-color: #4472EE;
}
.tipo-evento2 {
	background-color: #00DAFC;
}
.tipo-evento3 {
	background-color: #B20000;
}
.tipo-evento1,.tipo-evento2,.tipo-evento3 {
	color: #FFF;
	font-size: 2em;
	width: 135px;
	height: 40px;
	line-height: 40px;
	float: left;
	margin: 10px 0 0 -10px;
}
.nome-evento {
	
}
.capa {
	background-color: #D4F2FE;
	height: 60px;
	line-height: 60px;
	color: #333333;
	font-size: 2em;	
	font-weight: 300;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	margin-bottom: 1em;
}
.lista1 {
	color: #333333;
	font-size: 1.6em;
	font-weight: 300;
	background-color: #EFEFEF;
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0.7em 0;
}
.texto-tipo {
	color: #333333;
	font-size: 2em;
	font-weight: 300;
}
	.texto-tipo img {
		max-width: 20px;
	}
.item-tipo {
	display: inline-block;	
	color: #333333;
	font-size: 2em;
	font-weight: 300;
	padding-right: 3em;
}
	.item-tipo:last-child {
		padding-right: 0;
	}
	.item-tipo img{
		max-width: 20px;
	}
.lista2 {
	color: #333333;
	font-size: 1.6em;
	font-weight: 300;
	background-color: #D4F2FD;
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0.7em 0;
}
.barra-inovita {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	display: block;
	min-height: 48px;
	background-color: #545454;
	padding-left: 15em;
}
	.barra-inovita span {
		color: #FFF;
		font-family: 'Roboto', sans-serif;
		font-size: 1.5em;	
		float: left;
		padding-top: 0.9em;
	}
	.barra-inovita-logo {
		display: block;
		padding-right: 4em;
		float: left;
		padding-top: 0.5em;
	}
	.barra-inovita-ico {
		padding: 0 3em;
		float: left;
		padding-top: 1em;
	}
.ou {
	font-size: 1.6em;
	color: #333;
	display: block;
	text-align: center;	
	font-weight: 300;
	margin: 1em auto;
}
.ajuda {
	color: #6C6C6C;	
}
.criar {
	color: #FFF;
	font-size: 3em;
	display: block;
	text-align: center;
	font-weight: 300;
}
.criar2 {
	color: #FFF;
	font-size: 2.4em;
	display: block;
	font-weight: 300;
}
.txt-inicial {
	color: #FFF;
	font-size: 4.2em;
	display: block;
	text-align: center;
	margin: 1em 0 1em 0;
	font-weight: 300;
}
.bt-criar {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 1em 0;
}
.eventos{
	padding: 2em 0;	
}
.bt-p {
	display: block;
	margin: 1em auto;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 80%;
	height: 50px;
}
.plano-valor-cortado {
	font-size: 2.4em;
	font-weight: 300;
}
.plano-valor-cortado span {
	color: #868686 !important;
	font-size: 1em !important;
	margin-bottom: 0 !important;
}
.mascara-plano {
	width: 62px;
	height: 62px;
	margin: 0 auto;	
}
.item-plano {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: #D0D0D0 1px solid;
	width: 265px;
	float: left;
	margin: 0 2em 2em 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e4e3e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e3e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#e4e3e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e3e5',GradientType=0 ); /* IE6-9 */
	text-align: center;
	padding: 1em;
	font-size: 1.4em;
}
	.item-plano span {
		display: block;
		font-size: 2em;
		margin-bottom: 0.6em;
	}
	.item-plano ul {
		font-size: 1.1em;
		list-style-type: none;
		text-align: left;
		padding: 0;
	}
	.item-plano li {
		padding-left: 2em;
		margin: 0.2em 0;
	}
	.item-plano li:before {
		content: "\e013";
		font-family: 'Glyphicons Halflings';
		float: left;
		margin-left: -30px;
		font-size: 1.3em;
	}
.plano-valor {
	font-size: 1.1em;
	font-weight: bold;
}
	.plano-valor font {
		font-size: 2.4em;
		font-weight: 300;
	}
.item-evento{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: #D0D0D0 1px solid;
	width: 265px;
	float: left;
	margin: 0 2em 2em 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e4e3e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e3e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#e4e3e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e3e5',GradientType=0 ); /* IE6-9 */
	text-align: center;
	padding: 1em;
}
	.item-evento span {
		color: #5E5E5E;
		font-size: 2em;
		display: block;
		margin: 0.4em 0;
		min-height: 60px;
	}
.data-evento {
	color: #5E5E5E;
	padding-top: 0.7em;
	font-size: 2em;
	
}
	.usuarios-coluna1-foto {
		text-align: center;
		padding-top: 2em;
	}
	.usuarios-coluna1-foto img {
		width: 120px;
		height: 120px;
		border-radius: 110px;
		-webkit-border-radius: 110px;
		-moz-border-radius: 110px;
		box-shadow: 0 0 3px 0 #333;
	}














.texto1 {
	color: #FFF;
	font-size: 2em;
	display: block;
	text-align: justify;	
}
.texto2 {
	color: #333;
	font-size: 1.6em;
	display: block;
	text-align: justify;	
}
.texto3 {
	color: #333;
	font-size: 3em;
	display: block;
	text-align: justify;	
}
.texto4 {
	color: #5A5A5A;
	font-size: 2.8em;
	display: block;
	text-align: center;	
	font-weight: 100;
	padding: 2em 0;
}

.titulo1 {
	padding-top: 0.2em;
	color: #FFF;
	font-size: 5em;
	display: block;
	text-align: center;	
	font-weight: 400;
}
.titulo2 {
	color: #04B1F3;
	font-size: 4em;
	display: block;
	text-align: center;	
	font-weight: 100;
}
.titulo3 {
	color: #04B1F3;
	font-size: 2.4em;
	display: block;
	text-align: center;	
	font-weight: 100;
}
.titulo4 {
	color: #04B1F3;
	font-size: 1.8em;
	display: block;
	text-align: center;	
	font-weight: 100;
}









/* ==========================================================================
   Telão
   ========================================================================== */
.container2 {
	width: 100%;
    margin: 0 auto;
	padding: 0 1em;
}
.fill{
    width:100%;
    height:100vh !important;
    min-height:100vh !important;
    background-color:#990000;
    padding:10px;
    color:#efefef;
}
.topo-telao {
	display: block;
	padding-top: 2em;
	text-align: center;
}
.logo-telao {
}
.baixe-telao {
}

.miolo-telao {
	display: block;
	padding-top: 0.5em;
}
.evento-telao {
	padding-top: 0.5em;
	max-width: 200px;
	text-align: center;
	margin: 0 auto;
}
	.foto-redonda {
		border-radius: 50%;
		max-width: 70%;
		padding-bottom: 70%;
		margin: 0 auto;
		background-size: 100% 100% !important;
	}
	.evento-telao span {
		padding-top: 0.4em;
		display: block;
		color: #FFF;
		font-weight: 900;
		font-style: italic;
		font-size: 3em;
		line-height: 1em;
	}
.fotos-telao {
	background: url(../imagens/mais_curtidas.png) center center no-repeat;
	width: 803px;
	height: 513px;
}
.foto-principal {
}
	.foto-principal img {
		margin: 16px 16px 0 0;
	}
.mais1,.mais_n1,.mais2,.mais_n2,.mais3,.mais_n3 {
	display: inline-block;
}
.mais1 img,.mais2 img,.mais3 img {
	max-width: 90px;
	max-height: 90px;
	margin: 0 1em 0.5em 0;	
}
.mais_n1,.mais_n2,.mais_n3 {
	color: #FFF;
	font-size: 3em;
	font-weight: 300;
}
.lista_fotos img {
	width: 160px;
	height: 160px;
	border: #FFF 5px solid;
	margin-right: 2.5em;
}
	.lista_fotos img:last-child {
		margin-right: 0;
	}
.remove-padding {
	padding: 0 !important;	
}
.mais-curtidas {
	max-width: 120px;
	margin: 2em auto 1em auto;
	display: block;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width: 1500px) {
	.evento-telao span { font-size: 2em; }
	.lista-fotos { width: 140px; height: 140px; }
}
@media screen and (max-width: 1130px) {
}
@media screen and (max-width: 900px) {
	.mais1 img,.mais2 img,.mais3 img {
		max-width: 70px;
		max-height: 70px;	
	}
	.lista_fotos img { width: 100px; height: 100px; margin-right: 1em; }
}
@media screen and (max-width: 800px) {

}
@media screen and (max-width: 700px) {

}
@media screen and (max-width: 600px) {
	.redes-sociais a { display: block; padding: 0 0 1em 0; }
	.barra-inovita { padding: 2em 0 4em 0; text-align: center; margin: 0 auto; position: relative; bottom: none; }
	.barra-inovita span,.barra-inovita-logo,.barra-inovita-ico { float: none; display: block; padding:0; text-align: center; margin: 0 auto; }
}
@media screen and (max-width: 480px) {
	.texto1 { font-size: 1.6em; }
	.titulo1 { font-size: 3em; }
	.titulo2 { font-size: 2.4em; }
	.divide { display: block; margin: 0 auto; text-align: center; width: 80%; padding: 0; }
}
@media screen and (max-width: 360px) {
}

	

.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table; 
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
