@charset "utf-8";
body {
	background-color: #323031;
	margin: 0px;
	padding: 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

* {
	outline:none;
	}
	
ul li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #bfa000;
}
a:hover {
	color: #8a7300;
}
h1 {
	font-size: 38px;
	font-family: 'Dosis', sans-serif;
	font-weight: bolder;
	margin-top: 15px;
	margin-right: 50px;
	margin-bottom: 35px;
	margin-left: 0px;
	background-color: #FCAF17;
	padding: 5px;
	text-transform: uppercase;
}
h2, h3 {
	font-size: 30px;
	font-family: 'Dosis', sans-serif;
	font-weight: bolder;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	/* [disabled]text-transform: lowercase; */
}
h4 {
	font-size: 14px;
	font-weight: lighter;
	text-transform: none;
	font-style: italic;
	margin-bottom: 40px;
}


.active {
	color: #FFF !important;
	/* [disabled]text-shadow: 2px 2px 0 #000000; */
}
.clear {
	height: 2px;
	width: 100%;
	float: left;
}


#back {
	height: 25px;
	width: 70px;
	position: absolute;
	top: 210px;
	right: 610px;
	z-index:20;
}


.question {
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: -5px;
	margin-top: 35px;
}


#container {
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	min-height: 790px;
	background-image: url(../imgs/bg_main2018.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#container_pages {
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	min-height: 790px;
	background-image: url(../imgs/bg_main2018.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#container_juri {
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	min-height: 790px;
	/* [disabled]background-image: url(../imgs/bg_second_juri2017_v2.jpg); */
	background-repeat: no-repeat;
	position: relative;
}


#logo_home {
	height: 205px;
	width: 481px;
	position: absolute;
	top: 50px;
	right: 460px;
}
#logo_pages {
	height: 156px;
	width: 365px;
	position: absolute;
	top: 15px;
	left: 115px;
}



#social {
	height: 30px;
	width: 90px;
	position: absolute;
	top: 50px;
	right: 127px;
	text-align: right;
}
#nav {
	height: 380px;
	width: 200px;
	position: absolute;
	left: 45px;
	top: 280px;
	font-family: 'Dosis', sans-serif;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li a {
	display: block;
	font-size: 26px;
	font-weight: normal;
	color: #fcaf17;
}

#nav ul li a:hover {
	color: #FFF;

}
#conteudo_tx {
	background-color: #FFF;
	height: auto;
	min-height: 400px;
	width: 620px;
	/* [disabled]border: 3px solid #000; */
	position: absolute;
	left: 300px;
	top: 200px;
	border-radius: 10px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

#conteudo_tx  ul li {
	list-style-image: url(../imgs/bullet.png);
}



/* Register Form */
fieldset {
	border:0px;
	margin: 0px;
	padding: 0px;
}


#section-contact form {
	margin-top: 20px;
	}
		
#section-contact label {
	display: inline-block;
	float: left;
	width: 80px;
	margin: 6px 0;
}
		
#section-contact input, 
#section-contact textarea, 
#section-contact select {
	width: 450px;
	padding: 10px 20px;
	/* [disabled]color: #eee; */
	background: #FCAF17;
	margin: 0 0 15px 0;
	border: 0;
	outline: none;
}
		
#section-contact button.submit {
	text-transform: uppercase;
	letter-spacing: 4px;
	display: block;
	cursor: pointer;
	/* [disabled]color:#f1dbc3; */
	background: #FCAF17;
	padding: 10px 14px;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
		}
		
#section-contact button.submit:hover {
	color: #FCAF17;
	background-color: #000000;
		}
		
#section-contact span.required { 
	color: #eb2128;
	font-size: 13px;  
		} /* Select the color of the * if the field is required. */
		
		
.btn {
	text-transform: uppercase;
	color: #000;
	background: #FCAF17;
	-webkit-border-radius: 100px;
	border-radius: 10px;
	width: 250px;
	text-align: center;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	margin-top: 40px;
}

.btn:hover {
	color: #FCAF17;
	background-color: #000000;
}
#nav_categ {
	font-family: 'Dosis', sans-serif;
	width: 620px;
	float: left;
	margin-bottom: 14px;
}
#nav_categ ul{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#nav_categ ul li{
	list-style-type: none;
	list-style-image: none;
	display: inline;
	float: left;
	font-size: 15px;
}
#nav_categ ul li a {
	display: block;
	padding: 8px;
	margin: 4px;
	color: #000;
	background-color: #FCAF17;
	font-weight: bold;
}
#nav_categ ul li a:hover {
	display: block;
	/* [disabled]padding: 10px; */
	/* [disabled]margin: 5px; */
	color: #FCAF17;
	background-color: #000000;
	font-weight: bold;
}
#nav_categ ul li a.active {
	color: #FCAF17 !important;
	background-color: #000000;
}
#scrollbar3 h3 {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.recolhido {
	margin-top: 12px;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 20px;
}



#printer {
	height: 30px;
	width: 30px;
	position: absolute;
	top: 300px;
	right: 68px;
}
#conteudo_juri {
	height: auto;
	min-height: 400px;
	width: 620px;
	position: absolute;
	left: 300px;
	top: 290px;
	border-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
.juri_block {
	float: left;
	height: auto;
	width: 130px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 35px;
	position: relative;
}

.foto_juri {
	height: 130px;
	width: auto;
	/* [disabled]border: 3px solid #000; */
	border-radius: 8px;
}
.nome_juri {
	font-size: 20px;
	margin-top: 5px;
	/* [disabled]font-weight: bold; */
	font-family: 'Dosis', sans-serif;
	line-height: 26px;
	color: #fcaf17;
}


.plus {
	height: 32px;
	width: 32px;
	position: absolute;
	top: 102px;
	right: -5px;
	border-radius: 20px;
	border: 3px solid #231f20;
	text-align: center;
	line-height: 34px;
	font-size: 44px;
	font-weight: normal;
	color: #231f20;
	background-color: #e29f00;
}

.plus a {
	color: #231f20;
}
.plus a:hover {
	color: #FFFFFF;
}
#foto_pagJuri {
	height: 180px;
	width: 150px;
	float: left;
	margin-right: 20px;
	margin-top: 80px;
}



#patrocinios {
	width: 1000px;
	position: absolute;
	/* [disabled]text-align: center; */
	font-size: 12px;
	bottom: 0px;
}

#patrocinios p {
	color: #fcaf17;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#anteriores a {
	text-decoration: none;
	color: #333333;
}
#anteriores a:hover {
	color: #fcaf17;
}
#anteriores h2 {
	padding-bottom:15px;
}

#conversas a {
	font-size:24px;
	text-decoration: none;
	color: #333333;
}
#conversas a:hover {
	color: #fcaf17;
}
#conversas h2 {
	padding-bottom:12px;
}

#editora {
	float:left;
	margin: 0px 15px 15px 0px;
	}