* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

div:after,
ol:after,
form:after,
ul:after,
dl:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

/* topo */

#topo {
	background-color: rgba(122, 23, 4, 0.7);
	height: 60px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
}

#topo img.menu-mobile {
	height: 40px;
	position: absolute;
	right: 20px;
	top: 10px;
}

#topo img.logo-small {
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

#menu {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 60px;
	width: 100%;
}

#menu li {
	background-color: #7a1704;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

#menu li:hover {
	background-color: #fff;
	color: #000;
}

#menu li a {
	color: #fff;
	display: block;
}

#menu li:hover a {
	color: #000;
}

#banner {
	border-bottom: 3px solid #000;
	padding-top: 60px;
	position: relative;
	z-index: 1;
}

#banner img.logo-larger {
	height: 100px;
	left: 50%;
	margin-left: -111px;
	position: absolute;
	top: 70px;
	z-index: 2;
}

#slide {
	position: relative;
}

#slide li {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

#slide img {
	display: block;
	width: 100%;
}

#slide span {
	background-color: #fff;
	bottom: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.7em;
	opacity: 0.8;
	padding: 10px;
	position: absolute;
	right: 30px;
}

.banner-inscricao {
	display: none;
}

.banner-inscricao-mobile {
	display: block;
	width: 100%;
}

/* corpo */

.container768 {
	margin: 0 auto 50px auto;
	overflow: hidden;
	max-width: 768px;
	width: 90%;
}

.container1024 {
	margin: 0 auto 50px auto;
	overflow: hidden;
	max-width: 1024px;
	width: 90%;
}

h2 {
	background: url(../images/linha.jpg) no-repeat center;
	color: #7a1704;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}

h2 span {
	background-color: #fff;
	display: inline-block;
	margin: 0 auto;
	padding: 0 30px;
}

p {
	font-family: 'Verdana', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}

/* inscricoes */

#inscricoes .container1024 div {
	display: none;
}

#inscricoes h3 {
	color: #000;
}

#inscricoes p a {
	color: #7a1704;
}

#inscricoes p a:hover {
	text-decoration: underline;
}

#inscricoes table {
	margin: 0 0 30px 0;
	width: 100%;
}

#inscricoes table td {
	background-color: #e4e4e4;
	border: 1px solid #ccc;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	padding: 20px;
}

#inscricoes table.responsive td {
	font-size: 0.8em;
	padding: 10px;
}

#inscricoes table td.cor1 {
	background-color: #c7c7c7;
}

#inscricoes table td.cor2 {
	background-color: #7a1704;
	color: #fff;
}

#inscricoes table.no-responsive {
	display: none;
}

.bt-inscricao {
	background-color: #7a1704;
	border-bottom: 10px solid #641708;
	color: #fff;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
}

.bt-inscricao:hover {
	background-color: #641708;
	border-bottom: 10px solid #7a1704;
}

.banner-abms {
	display: block;
	max-width: 950px;
	width: 100%;
}

/* geone */

#geone img {
	display: none;
}

#geone p b {
	font-size: 0.8em;
}

/* eventos-anteriores */

#eventos-anteriores ul {
	overflow: hidden;
}

#eventos-anteriores li {
	/*float: left;
	margin: 0 1%;
	width: 23%;*/
}

#eventos-anteriores li img {
	/*border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;*/
	width: 100%;
}

#eventos-anteriores li span {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

#eventos-anteriores li span a {
	color: #000;
}

/* comissao */

#comissao .left {
	background: url(../images/linha.jpg) no-repeat bottom center;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

h3 {
	color: #7a1704;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}

#comissao li {
	font-family: 'Verdana', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 10px;
	text-align: center;
}

#comissao li span {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
}

/* temas */

#temas p {
	font-size: 0.9em;
	margin-bottom: 30px;
	text-align: center;
}

#temas li {
	background-color: #e4e4e4;
	/*border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	margin-bottom: 3px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

/* programacao */

#programacao .left {
	margin-bottom: 30px;
}

#programacao table td {
	background-color: #e4e4e4;
    border: 1px solid #ccc;
    font-family: 'Verdana', sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
    padding: 20px;
}

#programacao table td.hora {
	white-space: nowrap;
}

/* palestrantes */

#palestrantes ul {
	overflow: hidden;
}

#palestrantes li {
	margin: 0 0 3% 0;
}

#palestrantes li img {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

#palestrantes li span {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: uppercase;
}

#palestrantes li a {
	background-color: #7a1704;
    border-bottom: 10px solid #641708;
    color: #fff;
    cursor: pointer;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

#palestrantes li a:hover {
	background-color: #641708;
    border-bottom: 10px solid #7a1704;
}

/* local */

#local h3 {
	color: #000;
}

#local ul {
	margin: 0 auto 30px auto;
	width: 90%;
}

#local li {
	margin-bottom: 5px;
}

#local li img {
	display: block;
	width: 100%;
}

.icone-localizacao {
	display: block;
	margin: 0 auto 30px auto;
}

.mapa {
	display: block;
	margin: 0 auto;
	/*width: 100%;*/
}

.about-maceio {
	background-color: #7a1704;
	border-bottom: 10px solid #641708;
	color: #fff;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
	height: 60px;
	line-height: 60px;
	margin: 0 auto 50px auto;
	text-align: center;
	width: 230px;
}

.about-maceio:hover {
	background-color: #641708;
	border-bottom: 10px solid #7a1704;
}

/* patricinadores */

#patrocinadores .container1024 {
	margin: 0 auto 20px auto;
}

#patrocinadores .container1024 div {
	margin-bottom: 30px;
}

#patrocinadores .container1024 span {
	color: #7a1704;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#patrocinadores ul {
	overflow: hidden;
}

#patrocinadores li {
	float: left;
	margin: 0 10px 10px 0;
}

#patrocinadores img {
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	display: block;
	padding: 10px;
}

/* contato */

#contato h3 {
	color: #000;
}

#contato form {
	margin-bottom: 50px;
}

form label {
	display: block;
	font-family: 'Verdana', sans-serif;
	font-size: 1em;
	margin-bottom: 5px;
}

form input[type=text],
form textarea {
	border: 1px solid #000;
	display: block;
	font-family: 'Verdana', sans-serif;
	font-size: 0.9em;
	margin-bottom: 10px;
	padding: 2%;
	width: 94%;
}

form textarea {
	height: 100px;
	margin-bottom: 20px;
}

form input[type=submit] {
	background-color: #7a1704;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	padding: 20px;
	text-transform: uppercase;
}

#contato .container1024 div img {
	display: block;
	margin-bottom: 20px;
	width: 30%;
}

#contato .container1024 div p {
	clear: both;
}

@media (min-width: 768px) {

	/* banner */

	#banner img.logo-larger {
		top: 90px;
	}

	/* geone */

	#geone img {
		display: block;
		float: left;
		margin: 0 30px 0 0;
	}

	/* eventos-anteriores */

	#eventos-anteriores li {
		float: left;
		margin: 0 1%;
		width: 47%;
	}

	#eventos-anteriores li img {
		border-bottom: 2px solid #ccc;
		border-right: 2px solid #ccc;
	}

	/* palestrantes */

	#palestrantes li {
		float: left;
		height: 540px;
		margin: 0 1% 3% 0;
		position: relative;
		width: 49%;
	}

	#palestrantes li a {
		bottom: 0;
		margin: 0;
		padding: 10px 0;
		position: absolute;
		width: 100%;
	}

	/* local */

	#local ul {
		overflow: hidden;
	}

	#local li {
		float: left;
		margin-bottom: 1px;
		width: 50%;
	}

	#local li img {
		margin: 0.5%;
		width: 99%;
	}

	.bt-regras {
		height: 60px;
		line-height: 60px;
		padding: 0;
	}

}

@media (min-width: 1024px) {

	/*#banner {
		height: 600px;
	}*/

	.banner-inscricao {
		display: block;
		margin-bottom: 50px;
		width: 100%;
	}

	.banner-inscricao-mobile {
		display: none;
	}

	#banner img.logo-larger {
		height: 200px;
		margin-left: -222px;
		top: 90px;
	}

	#topo img.menu-mobile {
		display: none;
	}

	#menu {
		display: block;
		position: absolute;
		right: 20px;
		top: 0;
		width: initial;
	}

	#menu li {
		background-color: initial;
		border: 0;
		cursor: pointer;
		float: left;
		font-size: 0.7em;
		height: 60px;
		line-height: 60px;
		padding: 0 10px;
		text-align: initial;
	}

	/* inscricoes */

	#inscricoes table.responsive {
		display: none;
	}

	#inscricoes table.no-responsive {
		display: block;
	}

	/* eventos-anteriores */

	#eventos-anteriores li {
		width: 23%;
	}

	/* comissao */

	#comissao .container1024 {
		background: url(../images/linha-v.jpg) no-repeat center;
	}

	#comissao .left {
		background-image: none;
		float: left;
		margin: 0;
		padding: 0;
		width: 49%;
	}

	#comissao .right {
		float: right;
		width: 49%;
	}

	/* temas */

	/*#temas ul {
		text-align: center;
	}

	#temas li {
		display: inline-block;
		margin: 0 1% 3px 1%;
		width: 46%;
	}*/

	/* programacao */

	#programacao .left {
		float: left;
		margin: 0;
		width: 49%;
	}

	#programacao .right {
		float: right;
		width: 49%;
	}

	/* palestrantes */

	#palestrantes li {
		height: 410px;
		margin: 0 1% 3% 0;
		width: 24%;
	}

	/* local */

	#local ul {
		margin: 0 0 30px 0;
		width: initial;
	}

	#local li {
		width: 25%;
	}

	/* contato */

	#contato form {
		float: left;
		margin: 0;
		width: 45%;
	}

	#contato .container1024 div {
		float: right;
		width: 45%;
	}

	#contato .container1024 form div {
		float: initial;
		width: initial;
	}

}

@media (min-width: 1200px) {

	#menu li {
		font-size: 0.8em;
	}

	#palestrantes li {
		height: 440px;
	}

}

@media (min-width: 1366px) {

	#menu li {
		font-size: 0.9em;
	}

	#banner img.logo-larger {
		top: 130px;
	}

}

.bt-regras {
	background-color: #7a1704;
	border-bottom: 10px solid #641708;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	/*height: 60px;
	line-height: 60px;*/
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	max-width: 1024px;
	width: 90%;
}

.bt-regras:hover {
	background-color: #641708;
	border-bottom: 10px solid #7a1704;
}

/* fotos */

.fotos {
	margin: 50px 0 0 0;
}

.fotos .container768 {
	margin: 50px auto;
}

.fotos .left {
	float: left;
	width: 49%;
}

.fotos .right {
	float: right;
	width: 49%;
}

.fotos a {
	background-color: #7a1704;
	border-bottom: 10px solid #641708;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	margin: 0 auto 10px auto;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

.fotos a:hover {
	background-color: #641708;
	border-bottom: 10px solid #7a1704;
}

.fotos a.none {
	display: none;
}

.banner-certificado {
	display: none;
	margin: 0 auto;
	max-width: 1024px;
	width: 90%;
}

.banner-certificado-mobile {
	display: block;
	margin: 0 auto;
	max-width: 768px;
	width: 90%;
}

.banner-fotos {
	display: none;
	margin: 0 auto;
	max-width: 1024px;
	width: 90%;
}

.banner-fotos-mobile {
	display: block;
	margin: 0 auto;
	max-width: 768px;
	width: 90%;
}

@media (min-width: 768px) {

	.banner-certificado {
		display: block;
	}

	.banner-certificado-mobile {
		display: none;
	}

	.banner-fotos {
		display: block;
	}

	.banner-fotos-mobile {
		display: none;
	}

}