﻿/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 #_hj_feedback_container{
	 display: none;
 }
 
body {
    width: 100%;
    height: 100%;
}

.noscroll{
    height:100%;
    overflow: hidden;
}

html {
    width: 100%;
    height: 100%;
}

.container{
    width: 90% !important;
}

a:hover{
    color: #212121;
}

#LoginConcurso{
	position: absolute;
	width: 250px;
	background: rgba(255, 255, 255, 0.9);
	bottom: -20px;
	right: 0px;
	left: auto;
	display: block;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 15px;
	padding-bottom: 30px;
	font-size: 12px;
	text-align: center;
	font-family: Perla;
	text-transform: uppercase;
	z-index: 10;
}
#LoginConcurso form{
	display: block;
	margin-top: 10px;
}
#LoginConcurso label{
	display: block;
	margin-left: 0;
	margin-right: auto;
}
#LoginConcurso form input[type="text"],#LoginConcurso form input[type="password"]{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border-radius: 10px;
}
	
#LoginConcurso input[type="submit"], #LoginConcurso a{
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	color: white;
	background: #a38639;
	height: 25px;
	font-size: 10px;
	width: 80px;
	font-weight: 300;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
} 
#LoginConcurso a{
	line-height: 25px;
}
	
.inscricaoJantar a{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	color: white;
	background: #a38639;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

.inscricaoJantar{
	position: fixed;
	background: #212121;
	font-weight: 700;
	left: auto;
	right: 0;
	width: auto;
	height: auto;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	z-index: 1000;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: white;
}

.medalhas{
	margin: auto;
}

@media(min-width: 1601px) {
	
	.menuSimb span{
		font-size: 18px;
	}

    #leftCorner{
        font-size: 18px;
    }

    #rightCorner{
        font-size: 14px;
    }

    .formAqui span{
        margin-top: 6% !important;
    }

    .textRot{
        -ms-transform: translateY(55px) rotate(-90deg); /* IE 9 */
        -webkit-transform: translateY(55px) rotate(-90deg); /* Chrome, Safari, Opera */
        transform: translateY(55px) rotate(-90deg);
        font-size: 12px;
        text-transform: uppercase;
		width: 300px;
		right: -98px;
		top: 205px;
    }

    .logoTable img{
        width: 50%;
        height: auto;
    }

    .bigTitle{
        font-size: 36px;
    }

    .subMessage{
        font-size: 24px;
    }
	.subMessageInvite{
		font-size: 18px;
		margin-top: 30px;
		display: block;
	}

    .welcome{
        font-size: 36px;
    }

    .newsTitle{
        font-size: 18px;
    }

    .newsContent{
        font-size: 14px;
    }

    #medalhas span{
        display: block;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    #about .underline, #about2 .underline{
        font-size: 30px;
    }

    .aboutConteudo{
        font-size: 24px;
    }

    #about2 .container{
        padding-top: 6%;
    }

    #about .aboutConteudo{
        padding-top: 2%;
        font-size: 20px;
    }

    .aboutConteudo .underline{
        margin-bottom: 3%;
    }

    .regulamento{
        bottom: 20%;
        font-size: 26px;
    }

    .voltarTopo a{ 
        font-size: 12px;
    }

    .juradosImg{
        height: 75%;
    }
	
	#vaiJantar{
		width: 20%;
		display: block;
		height: 45px;
		bottom: 20%
	}
	
	#pedidoInicial{
		position: absolute;
		width: 300px;
		height: 300px;
		background: rgba(255, 255, 255, 0.9);
		bottom: -20px;
		right: 30px;
		left: auto;
		display: block;
		border-radius: 10px;
		padding: 30px;
		font-size: 12px;
		text-align: left;
		font-family: Perla;
		text-transform: uppercase;
		z-index: 10;
	}
	
	#pedidoInicialAlternativo{
		display: none;
	}
	
	#pedidoMedalhasInicial{
		width: 80%;
		margin-top: 25px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	#pedidoMedalhasInicial input[type="text"]{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
		border-radius: 10px;
	}
	
	#pedidoMedalhasInicial input[type="submit"]{
		margin-left: auto;
		margin-right: auto;
		border-radius: 10px;
		color: white;
		background: #a38639;
	}
	
	.medalhas{
		color: black;
		font-size: 20px;
		display: block;
		margin-top: 10px;
	}
	
	.inscricaoJantar a{
		padding: 5px;
		border-radius: 10px;
		height: 25px;
		font-size: 14px;
	}

	.inscricaoJantar{
		font-size: 14px;
		padding: 25px;
		position: fixed;
		bottom: 300px;
	}

}

@media(max-width: 1600px) {
    #leftCorner{
        font-size: 18px;
    }
	
	.menuSimb span{
		font-size: 18px;
		margin-top: 3px !important;
	}

    #rightCorner{
        font-size: 14px;
    }

    .textRot{
        -ms-transform: translateY(55px) rotate(-90deg); /* IE 9 */
        -webkit-transform: translateY(55px) rotate(-90deg); /* Chrome, Safari, Opera */
        transform: translateY(55px) rotate(-90deg);
        font-size: 10px;
        text-transform: uppercase;
		width: 200px;
		right: -50px;
		top: 205px;
    }

    .logoTable img{
        width: 65%;
        height: auto;
    }

    .bigTitle{
        font-size: 36px;
    }

    .subMessage{
        font-size: 24px;
		display: block;
    }
	.subMessageInvite{
		font-size: 18px;
		margin-top: 30px;
		display: block;
	}

    .welcome{
        font-size: 24px;
    }

    .newsTitle{
        font-size: 16px;
    }

    .newsContent{
        font-size: 14px;
    }

    .regulamento{
        font-size: 20px;
    }

    #medalhas span{
        display: block;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    #about .underline, #about2 .underline{
        font-size: 22px;
    }

    .aboutConteudo{
        font-size: 18px;
        padding-left: 60px;
        padding-right: 60px;
    }

    #about2 .container{
        padding-top: 4%;
    }

    #about .aboutConteudo{
        padding-top: 4%;
        font-size: 16px;
    }

    .aboutConteudo .underline{
        margin-bottom: 3%;
    }

    .voltarTopo a{ 
        font-size: 12px;
    }

    .juradosImg{
        height: 75%;
    }
	
	#vaiJantar{
		width: 25%;
		display: block;
		height: 45px;
		bottom: 19%;
	}
	
	#pedidoInicial{
		position: absolute;
		width: 300px;
		height: 280px;
		background: rgba(255, 255, 255, 0.9);
		bottom: -20px;
		right: 20px;
		left: auto;
		display: block;
		border-radius: 10px;
		padding: 30px;
		font-size: 12px;
		text-align: left;
		font-family: Perla;
		text-transform: uppercase;
		z-index: 10;
	}
	
	#pedidoMedalhasInicial{
		width: 80%;
		margin-top: 25px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	#pedidoMedalhasInicial input[type="text"]{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
		border-radius: 10px;
	}
	
	#pedidoInicialAlternativo{
		display: none;
	}
	
	#pedidoMedalhasInicial input[type="submit"]{
		margin-left: auto;
		margin-right: auto;
		border-radius: 10px;
		color: white;
		background: #a38639;
	}
	
	.medalhas{
		color: black;
		font-size: 20px;
		display: block;
		margin-top: 10px;
	}
	
	.inscricaoJantar a{
		padding: 5px;
		border-radius: 10px;
		height: 25px;
		font-size: 14px;
	}

	.inscricaoJantar{
		font-size: 14px;
		padding: 25px;
		position: fixed;
		bottom: 300px;
	}
}

@media(max-width: 992px) {
    #leftCorner{
        font-size: 16px;
        width: 50%;
    }
	
	.menuSimb span{
		display: none;
	}
	

    #rightCorner{
        font-size: 10px;
		right: 0%;
    }

    .textRot{
        -ms-transform: translateY(45px) rotate(-90deg); /* IE 9 */
        -webkit-transform: translateY(45px) rotate(-90deg); /* Chrome, Safari, Opera */
        transform: translateY(45px) rotate(-90deg);
        font-size: 7px;
        text-transform: uppercase;
		width: 145px;
		right: -23px;
		top: 155px;
    }

    .logoTable img{
        width: 55%;
        height: auto;
    }

    .bigTitle{
        font-size: 26px;
    }

    .newsTitle{
        font-size: 14px;
    }

    .aboutConteudo, .aboutConteudo li{
        font-size: 18px;
        padding: 10px;
    }  

    #about .aboutConteudo{
        padding-top: 0;
    }

    #about2 .aboutConteudo{
        margin-top: 3% !important;
    }

    #about2 .aboutConteudo li{
        padding: 5px 10px;
    }

    #about .underline, #about2 .underline{
        font-size: 24px;
    }

    #about2 .row{
        margin-top: 0;
    }

    .regulamento{
        font-size: 16px;
    }

    #medalhas img {
        max-width: 80%;
    }

    #medalhas .row{
        margin-bottom: 2%;
    }

    #medalhas span{
        display: block;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .aboutConteudo .underline{
        margin-bottom: 3%;
    }

    .voltarTopo a{ 
        font-size: 10px;
    }

    .juradosImg{
        height: 90%;
    }
	
	#vaiJantar{
		width: 60%;
		display: block;
		height: 45px;
		bottom: 20%;
	}
}

@media(max-width: 768px) {
    #leftCorner{
        font-size: 10px;
        width: 50% !important;
    }

    #rightCorner{
        font-size: 10px;
    }

    .textRot{        
        -ms-transform: translateY(35px) rotate(-90deg); /* IE 9 */
        -webkit-transform: translateY(35px) rotate(-90deg); /* Chrome, Safari, Opera */
        transform: translateY(35px) rotate(-90deg);
        font-size: 7px;
        text-transform: uppercase;;
    }

    .logoTable img{
        width: 50%;
        height: auto;
    }

    .bigTitle{
        font-size: 22px;
    }

    .newsTitle{
        font-size: 12px;
    }

    .aboutConteudo{
        font-size: 10px;
    }

    #about .underline, #about2 .underline{
        font-size: 18px;
    }

    .regulamento{
        font-size: 14px;
    }
    
    #medalhas .row{
        margin-bottom: 2%;
    }

    #medalhas span{
        display: block;
        margin-top: 2%;
        margin-bottom: 2%;
    }    

    #about .aboutConteudo{
        padding-top: 2%;
    }

    .aboutConteudo .underline{
        margin-bottom: 3%;
    }

    .aboutConteudo, .aboutConteudo li{
        font-size: 16px;
        padding: 5px;
    }  

    #medalhas img{
        margin-left: auto;
        margin-right: auto;
    }

    .voltarTopo a{ 
        font-size: 8px;
    }

    #about2 .aboutConteudo{
        font-size: 16px;
        padding: 5px 10px;
    }

    #about2 .aboutConteudo img{
        width: 8%;
    }

    .juradosImg{
        height: 90%;
    }
	
	#vaiJantar{
		width: 60%;
		display: block;
		height: 45px;
		bottom: 20%;
	}
	
	#pedidoInicial, #LoginConcurso{
		display: none;
	}
	
	#pedidoInicialAlternativo{
		position: absolute;
		width: 170px;
		height: 80px;
		background: rgba(255, 255, 255, 0.9);
		bottom: -20px;
		right: 0;
		left: auto;
		display: block;
		border-radius: 10px;
		padding: 10px;
		font-size: 12px;
		text-align: left;
		font-family: Perla;
		text-transform: uppercase;
		z-index: 10;
	}
	.medalhasAlter{
		color: black;
		font-size: 12px;
		text-align: center;
		display: block;
	}
	
	.inscricaoJantar a{
		padding: 5px;
		border-radius: 10px;
		height: 25px;
		font-size: 10px;
	}

	.inscricaoJantar{
		font-size: 10px;
		padding: 15px;
		position: fixed;
		bottom: 150px;
	}
}

	
@media (max-width: 768px) and (orientation:landscape){
    #medalhas img {
        max-width: 20%;
    }

    .bigTitle{
        font-size: 15px;
    }

    #about .underline, #about2 .underline {
        font-size: 6px;
    }

    .aboutConteudo li {
        font-size: 5px;
    }

    #about2 .aboutConteudo img {
        width: 2%;
    }

    #about2 .aboutConteudo span {
        font-size: 5px;
    }
    .regulamento {
        font-size: 6px;
        bottom: 12% !important;
    }
	
	
	#vaiJantar{
		width: 30%;
		display: block;
		height: 30px;
		bottom: 18%;
	}
}

@media(max-width: 480px) {
    #leftCorner{
        font-size: 8px;
        width: 70% !important;
    }

    #rightCorner{
        font-size: 6px;
    }

    .logoTable img{
        width: 40%;
    }

    .textRot{
        display:none;
    }

    #medalhas img{
        max-width: 100%;
    }

    .bigTitle{
        font-size: 12px;
    }

    .newsTitle{
        font-size: 8px;
    }

    .newsContent{
        display: none !important;
    }

    #about .underline, #about2 .underline{
        font-size: 12px;
    }

    .aboutConteudo, .aboutConteudo li{
        font-size: 8px;
        padding: 5px;
    }    

    #about .aboutConteudo ul{
        margin-top: 6%;
    }

    #about .aboutConteudo{
        padding-top: 3%;
    }

    #about2 .aboutConteudo{
        font-size: 8px;
        padding: 5px;
    }

    #about2 .aboutConteudo span {
        font-size: 8px;
        padding: 0px 5px;
    }

    .regulamento{
        font-size: 12px;
    }

    .juradosImg span{
        font-size: 16px;
    }

    #medalhas span{
        display: block;
        margin-top: 2%;
    }

    .voltarTopo a{ 
        font-size: 6px;
    }

    .formAqui{
        display: block;
        margin-top: 17%;
    }

    .juradosImg{
        height: 90%;
    }	
	
	#vaiJantar{
		width: 60%;
		display: block;
		height: 20px;
		bottom: 20%;
	}
	
	#pedidoInicialAlternativo{
		position: absolute;
		width: 120px;
		height: 60px;
		background: rgba(255, 255, 255, 0.9);
		bottom: -20px;
		right: 0;
		left: auto;
		display: block;
		border-radius: 10px;
		padding: 10px;
		font-size: 12px;
		text-align: left;
		font-family: Perla;
		text-transform: uppercase;
		z-index: 10;
	}
	.medalhasAlter{
		color: black;
		font-size: 8px;
		text-align: center;
		display: block;
	}

	.inscricaoJantar{
		display: none;
	}

}

@media (max-width: 480px) and (orientation:landscape){
    #medalhas img {
        max-width: 25%;
    }

    .bigTitle{
        font-size: 15px;
    }

    #about .underline, #about2 .underline {
        font-size: 8px;
    }

    .aboutConteudo li {
        font-size: 7px;
    }

    #about2 .aboutConteudo img {
        width: 4%;
    }

    #about2 .aboutConteudo span {
        font-size: 7px;
    }
    .regulamento {
        font-size: 8px;
        bottom: 12% !important;
    }
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.section{
    text-align: center;
    height: 100%;
    position: relative;
}

.section1{
    height: 90%;
    text-align: center;
    position: relative;
}

.section2{
    height: 10%;
    text-align: center;
    position: relative;
}

.section2 .bottom{
    height: 100%;
}

#leftCorner{
    position: absolute;
    margin-top: 3%;
    left: 3%;
    width: 50%;
    text-align: left;
}

#rightCorner{
    position: absolute;
    margin-top: 3%;
    right:3%;
    min-width: 100px;
}

#rightCorner a{
    color: #212121;
}

#leftCorner img{
    width: 20%;
    float: left;
}

#leftCorner, #rightCorner{
    font-family: Perla;
    display: inline-block;
}

#leftCorner > span{
    margin-left: 10px;
}

#leftCorner > span, #leftCorner > div{
    margin-top: 4%;
}

.introSection{
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    position: relative;
}

.title{
    color: #ffffff;
}

#clockdiv{
    color: #212121;
    display: inline-block;
    margin-left: 10px;
}

#clockdiv div{
    display: inline-block;
}

#leftCorner span{
    display: inline-block;
}

.logosRight{
    margin-top: 5%;
    color: #a38639;
	position: absolute;
    right: 25px;
}

.logosRight a{
    color: #212121 !important;
}

.logoTable{
    padding-top: 5px;
    padding-bottom: 5px;
}
~
.logoTable img{
   max-width: 50px;
}

.textRot{
    color: #212121;
    position: absolute;
}

#viniLogo{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
	
}

#centerDiv{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}

.bigTitle{
    color: white;
    font-family: Perla;
    text-transform: uppercase;
}

.bottom{
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    height: 10%;
}

#vaiJantar{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.bottom img{
    height: 100%;
}

.black{
    color: #212121;
}

#noticias, #medalhas{
    padding-top: 1%;
}


.swiperNoticias{
    margin-top: 2% !important;
    width: 100%;
}
.swiperNoticia {
    text-align: center;
    font-size: 18px;
    position: relative;
    height: 100%;
    
}     

.swiperNoticia::before, #about .aboutConteudo::before{
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    z-index: -1;
    background: #a38639;
    opacity: 0.2;
}

.swiperNoticia img{
    width: 100%;
}

.slideHeader{
    height: 65%;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.slideContent{
    height: 35%;
    position: relative;
    padding: 10px;
}

.newsTitle{
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #212121;
    display: block;
}

.newsContent{
    margin-top: 5px;
    display: block;
    text-align: justify;
}

.redTitle{
    color: #c7070e;
}

#jurados span, #noticias span, #organizacao span{
    display: block;
    margin-top: 2%;
}

#jurados .container, #medalhas .container{
    width: 100% !important;
}

#jurados .container-fluid{
    height: 100%;
}

.juradosImg{
    margin-top: 3%;
    position: relative;
    display: block;
}

.juradosImg:before{
    background: url('../images/home/jurados3.png');
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    z-index: -1;
    opacity: 0.7;
}

.juradosImg > img{
    max-height: 100%;
    max-width: 100%;
}

.juradosImg span{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 3vw;
    background-color: rgba(0,0,0,0.4);
    line-height: 100%;
}

.juradosImg span a{
    color: white;
}

.underline{
    /*border-bottom: solid 1px  #a38639;*/
    width: auto;
    display: inline-block;
}

.logos > a > img{
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
}

.logos .bigTitle{
    font-size: 3vw;
}

.patrocinios, .promotores, .parceiros{
    float: left;
    display: block;
	max-width: 90%;
}

.patrocinios img, .promotores img, .parceiros img{
    margin-top: 30px;
}

.menuSimb .fa-plus{
    display: none;
}

.menuSimb:hover .fa-bars{
    display:none;
}

.menuSimb:hover .fa-plus{
    display: block;
}

.menuSimb{
    color: #212121 !important;
    text-decoration: none;
    cursor: pointer;
}

.noticias .fa{
    margin-top: 24px;
}

#noticiaSection .container{
    width: 95% !important;
}

.detailsNoticia{
    margin-top: 2%;
}

#about .container-fluid, #about .row, #missaoIMG{
    height: 100%;
}

#missaoIMG:before{
    background: url('../images/home/sobre.png');
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    z-index: -1;
    opacity: 0.7;
}

#about .container{
    padding-top: 4%;
    width: 100% !important;
}

#about .aboutConteudo{
    height: 100%;
}

.aboutConteudo{
    text-align: center;
}

.aboutConteudo .underline{
    font-family: Perla;
}

.aboutConteudo li{
    text-align: left;
}

.aboutConteudo a{
    color: #a38639;
}

.aboutConteudo ul {
    list-style: none;
    padding:0;
    margin:0;
}

.aboutConteudo li { 
    padding-left: 1em; 
    text-indent: -.7em;
    padding-bottom: 10px;
}

.aboutConteudo li:before {
    content: "• ";
    color: #a38639; /* or whatever color you prefer */
}

#about2 .aboutConteudo{
    text-align: center;
    margin-top: 6%;
	padding: 0 5%;
}

#about2 .aboutConteudo img{
    margin: auto;
}

#about2 .aboutConteudo span{
    display: block;
    text-align: justify;
}

#about .row{
    /*padding-top: 3%;*/
}

.regulamento{
    position: absolute;
    bottom: 3%;
    right: 0;
    left:0;
    color: #a38639;
    font-weight: 700;
}

.regulamento:hover{
    color: #a38639;
}

.titleGold{
    color: #212121;
    border-bottom: solid 1px #a38639;
    font-family: Perla;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 5%;
}

.selecTD a{
    color: #a38639 !important;
}

.voltarTopo{
    position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 8;
    padding: 2px;
    border-bottom: solid 3px #212121;
}

.voltarTopo a{ 
    font-family: Perla;
    text-transform: uppercase;
    text-decoration: none;
    color: #a38639;
}

/*********** NOTICIAS **********/


@media(min-width: 1601px) {
    .noticaDia{
        font-size: 48px;
    }

    .noticiaData{
        font-size: 16px;
    }

    .noticiaTitulo{
        font-size: 21px;
    }

    .noticiaCont{
        font-size: 12px;
    }

    .detailsNoticia img{
        margin-top: 25px;
    }

    .centerOption{
        font-size: 30px;
        padding-right: 8%;
    }

    .backNoticias{
        padding: 5px;
        font-size: 10px;
    }
}

@media(max-width: 1600px) {
    .noticaDia{
        font-size: 48px;
    }

    .noticiaData{
        font-size: 16px;
    }

    .noticiaTitulo{
        font-size: 14px;
    }

    .noticiaCont{
        font-size: 12px;
    }

    .detailsNoticia img{
        margin-top: 25px;
    }

    .centerOption{
        font-size: 30px;
        padding-right: 8%;
    }

    .backNoticias{
        padding: 5px;
        font-size: 10px;
    }
}

@media(max-width: 992px) {
    .noticaDia{
        font-size: 40px;
    }

    .noticiaData{
        font-size: 14px;
    }

    .noticiaTitulo{
        font-size: 12px;
    }

    .noticiaCont{
        font-size: 10px;
    }

    .noticiaEst{
        width: 100% !important;
    }

    .detailsNoticia img{
        margin-top: 10px;
        width: 100% !important;
    }

    .centerOption{
        font-size: 25px;
        padding-right: 8%;
    }

    .backNoticias{
        padding: 3px;
        font-size: 10px;
    }
}

@media(max-width: 768px) {
    .noticaDia{
        font-size: 36px;
    }

    .noticias .fa{
        margin-top: 18px;
    }

    .noticiaData{
        font-size: 12px;
    }

    .noticiaTitulo{
        font-size: 10px;
    }

    .noticiaEst{
        width: 100% !important;
    }

    .detailsNoticia img{
        margin-top: 10px;
        width: 100% !important;
    }

    .centerOption{
        font-size: 20px;
        padding-right: 8%;
    }

    .backNoticias{
        padding: 3px;
        font-size: 8px;
    }
}

@media(max-width: 480px) {
    .noticaDia{
        font-size: 20px;
    }

    .noticiaData{
        font-size: 10px;
    }

    .noticias .fa{
        margin-top: 13px;
    }

    .noticiaTitulo{
        font-size: 10px;
    }

    .noticiaCont{
        font-size: 8px;
    }

    .noticiaEst{
        width: 100% !important;
    }

    .detailsNoticia img{
        margin-top: 10px;
        width: 100% !important;
    }

    .centerOption{
        font-size: 5px;
        padding-right: 8%;
    }

    .backNoticias{
        padding: 1px;
        font-size: 6px;
    }
}

#noticiaSection{
    background: #f5f0e8;
    padding-bottom: 2%;
    min-height: 100%;
}

.detailsNoticia{
    display: table;
    height: 100%;
}

.firstColumn{
    display: table;
    height: 100%;
    padding: 0px;
    min-height: 300px;
}

.firstColumn > div{
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    position: relative;
}

.centerOption{
    border-bottom: solid 1px #5D5D5D;
    padding-bottom: 2px;
    width: 100%;
    font-family: Perla;
    text-transform: uppercase;
    text-align: right;
    cursor: pointer;
    text-decoration: none;
    color: #212121;
}

.centerOption a{
    color: #212121;
}

.centerOption a:hover{
    text-decoration: none;
}

.noticiaContent{
    text-align: left;
    border-left: solid 1px grey;
}

.noticaDia{
    color: #a38639;
    border-bottom: solid 5px #a38639;
    padding-bottom: 3px;
    display: inline-block;
    font-family: perla;
    margin-right: 10px;
}

.noticiaData{
    text-transform: uppercase;
    font-family: perla;
    color: #5D5D5D;
}

.noticiaExtra{
    color: #a38639;
    margin-top: 30px;
    font-family: Perla;
    padding-left: 15px;
    text-transform: uppercase;
}

.noticiaTitulo{
    width: 100%;
    margin-top: 4%;
    color: #5D5D5D;
    font-weight: 700;
}

.noticiaCont{
    margin-top: 4%;
    color: #212121;
    text-align: justify;
    width: 100%;
}

.noticiaEst{
    float: left;
    width: 50%;
    margin-right: 30px;
}

.detailsNoticia img{
    float: left;
    width: 45%;
}


/****** NOTICIAS *******/


@media(min-width: 1601px) {
    .titleBig{
        font-size: 36px;
    }

    .noticiasThumb{
        margin-top: 50px;
        margin-left: 6%;
        height: 470px;
    }

    .noticiasTitulo{
        font-size: 14px;
    }

    .noticiasConteudo{
        font-size: 10px;
    }
}

@media(max-width: 1600px) {
    .titleBig{
        font-size: 36px;
    }

    .noticiasThumb{
        margin-top: 50px;
        margin-left: 2%;
        height: 470px;
    }

    .noticiasTitulo{
        font-size: 14px;
    }

    .noticiasConteudo{
        font-size: 10px;
    }
    
}

@media(max-width: 992px) {
    .titleBig{
        font-size: 30px;
    }

    .noticiasThumb{
        margin-top: 50px;
        margin-left: 50px;
        height: 420px;
    }

    .noticiasTitulo{
        font-size: 14px;
    }
	
	.noticaDia{
		margin-right: 0px;
	}

    .noticiasConteudo{
        font-size: 10px;
    }
    
}

@media(max-width: 768px) {
    .titleBig{
        font-size: 26px;
    }

    .noticiasThumb{
        margin-top: 50px;
        margin-left: 0px;
        height: 500px;
    }

    .noticiasTitulo{
        font-size: 14px;
    }
	
	.noticaDia{
		margin-right: 0px;
	}

    .noticiasConteudo{
        font-size: 10px;
    }
    
}

@media(max-width: 480px) {
    .titleBig{
        font-size: 20px;
    }

    .noticiasThumb{
        margin-top: 50px;
        margin-left: 0px;
        height: 500px;
    }

    .noticiasTitulo{
        font-size: 12px;
    }
	
	.noticaDia{
		margin-right: 0px;
	}

    .noticiasConteudo{
        font-size: 10px;
    }
    
}

.titleBig{
    color: #a38639;
    text-transform: uppercase;
    text-align: center;
    font-family: Perla;
    margin-top: 20px;
}

.noticiasThumb{
    border-left: solid 1px #5D5D5D;
    max-width: 350px;
    color: #212121;
}

.noticiasThumb > img{
    margin-top: 20px;
    margin-left:auto;
    margin-right: auto;
    display: block;
}

.noticiasThumb .noticaDia{
    color: #5D5D5D;
    border-color: #5D5D5D;
}

.noticiasThumb:hover{
    background: #EFE1D3;
}

.noticiasThumb:hover .noticaDia{
    color: #a38639;
    border-color: #a38639;
}

.noticiasTitulo{
    margin-top: 15px;
    display: block;
    color: #212121;
    text-transform: uppercase;
}

.noticiasConteudo{
    margin-top: 15px;
    display: block;
}


/***** JURI GERAL ******/

@media(min-width: 1601px) {
    .titleMain{
        font-size: 42px;
    }

    .juradosTitle{
        font-size: 32px;
    }

    .textoJurados{
        font-size: 16px;
        height: 150px;
    }
}

@media(max-width: 1600px) {
    .titleMain{
        font-size: 42px;
    }

    .juradosTitle{
        font-size: 26px;
    }

    .textoJurados{
        font-size: 14px;
        height: 150px;
    }
    
}

@media(max-width: 992px) {
    .titleMain{
        font-size: 38px;
    }

    .juradosTitle{
        font-size: 22px;
    }

    .textoJurados{
        font-size: 12px;
        height: auto;
    }
	.conheca_img{
		margin-top: 3% !important;
		margin-bottom: 5%;
	}
    
}

@media(max-width: 768px) {
    .titleMain{
        font-size: 32px;
    }

    .juradosTitle{
        font-size: 18px;
    }

    .textoJurados{
        font-size: 12px;
        height: auto;
    }
	
	
	.conheca_img{
		margin-top: 8% !important;
		margin-bottom: 4%;
		width: 50% !important;
	}
	
	.juradosBox > div{
		margin-top: 10px;
	}
    
}

@media(max-width: 480px) {
    .titleMain{
        font-size: 24px;
    }

    .juradosTitle{
        font-size: 18px;
    }

    .textoJurados{
        font-size: 10px;
        height: 220px;
    }
	
	.juradosBox > div{
		clear: both;
		margin-top: 30px;
	}
    
}

#juriGeral:before{
    background: url('../images/home/jurados.jpg');
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    content: "";
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%; 
    min-height: 100%; 
    z-index: -1;
    opacity: 0.4;
    overflow: auto;
}

.juradosBox:before{
    background: #F7F0E8;
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    z-index: -1;
    opacity: 0.7;
}

.juradosBox{
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    padding-bottom: 3%;
	padding-top: 2%;
}

.juradosBox > table{
    margin-top: 5%;
    width: 100%;
}

.juradosBox table img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.juradosBox table td{
    width: 50%;
}

.textoJurados{
    margin-top: 5%;
    text-align: center;
    display: block;
    width: 75%;
    line-height: 200%;
    margin-left: auto;
    margin-right: auto;
}

.conheca_img{
    margin: 5% auto 12% auto;
    width: 30%;
}

.titleMain{
    padding-top: 2%;
}

.titleMain, .juradosTitle{
    display: block;
    font-family: Perla;
    text-align: center;
}

/***** JURADOS ******/

@media(min-width: 1601px) {
    .titleJurados{
        font-size: 46px;
    }

    .singleTitle{
        font-size: 16px;
    }

    .juradoPais{
        font-size: 14px;
    }

    .jurado_details{
        font-size: 12px;
    }
}

@media(max-width: 1600px) {
    .titleJurados{
        font-size: 40px;
    }

    .singleTitle{
        font-size: 16px;
    }

    .juradoPais{
        font-size: 14px;
    }

    .jurado_details{
        font-size: 10px;
    }

    #pesqJurados{
        margin-left: 0px;
    }
    
}

@media(max-width: 992px) {
    .titleJurados{
        font-size: 36px;
    }

    .singleTitle{
        font-size: 16px;
    }

    .juradoPais{
        font-size: 14px;
    }

    .jurado_details{
        font-size: 10px;
    }

    #pesqJurados{
        margin-left: 12px;
    }
    
}

@media(max-width: 768px) {
    .titleJurados{
        font-size: 30px;
    }

    .singleTitle{
        font-size: 12px;
    }

    .juradoPais{
        font-size: 12px;
    }

    .jurado_details{
        font-size: 10px;
    }

    #pesqJurados{
        margin-left: 12px;
    }
    
}

@media(max-width: 480px) {
    .titleJurados{
        font-size: 18px;
    }

    .singleTitle, .juradoPais{
        font-size: 12px;
    }

    .jurado_details{
        font-size: 10px;
    }

    #pesqJurados{
        margin-left: 12px;
    }
    
}

.juradosSection{
    background: #f5f0E8;
    min-height: 100%;
}

.divJurados{
    padding-top: 3%; 
    width:100%; 
    text-align:center; 
    border-bottom: 1px solid #8C8B8B; 
    line-height: 0.1em;
}

.titleJurados{
    background: #f5f0E8;;
    font-family: Perla;
    color: #c7070e;
    text-align: center;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}

.singleTitle, .juradoPais{
    color: #a38639;
    font-family: Perla;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin-top: 6%;
}

.juradoPais{
    margin-top: 1%;
}

.jurado{
    width: 95%;
    position: relative;
    padding: 2%;
    padding-top: 8%;
    margin: 10px;
    background: #EFE1D3;
    cursor: pointer;
}

.jurado_details:before{
    opacity: 1 !important;
}

.jurado_details{
    border-top: solid 1px white;
    margin-top: 2%;
    padding: 4%;
    background: #EFE1D3;
    padding: 5%;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
}

.jurado img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
}

.filtro{
    padding-left: 10px;
}

.filtro input{
    background: none;
    border: none;
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    background-size: 20px;
    text-indent: 30px;
    width: 100%;
    font-family: Perla;
    color: #a38639;
    font-size: 16px;
    margin-top: 10px;
	outline: none;
}

#pesqNoticias{
    border-bottom: solid 1px #D6D6D6;
    margin-left: 10px;
    width: 95%;
    padding-bottom: 5px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #a38639;
    font-family: Perla;
    font-size: 16px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a38639;
    opacity:  1;
    font-family: Perla;
    font-size: 16px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a38639;
   opacity:  1;
    font-family: Perla;
    font-size: 16px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a38639;
    font-family: Perla;
    font-size: 16px;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #a38639;
    font-family: Perla;
    font-size: 16px;
}

.filtro > button{
    border: none;
    background: none;
    font-family: Perla;
    color: #a38639;
    font-size: 16px;
}

.filtro li{
    background: #EFE1D3;
    opacity: 0.8;
}

.filtro > .dropdown-menu > li > a:hover{    
    background: #BA9880;
    opacity: 0.8;
}

.filtro li a{
    text-align: center;
    color: #212121;
}

.filtro .dropdown-menu{
    padding: 0px;
    border: none;
    box-shadow: none;
    margin-left: 23px;
}

.filtro.btn-default.active.focus, 
.filtro.btn-default.active:focus, 
.filtro.btn-default.active:hover, 
.filtro.btn-default:active.focus, 
.filtro.btn-default:active:focus, 
.filtro.btn-default:active:hover, 
.filtro.open>.dropdown-toggle.btn-default.focus, 
.filtro.open>.dropdown-toggle.btn-default:focus, 
.filtro.open>.dropdown-toggle.btn-default:hover,
.filtro.btn-default.active, 
.filtro.btn-default:active, 
.filtro.open>.dropdown-toggle.btn-default,
.filtro > button:hover{
    color: #a38639;
    background: none;
    border: none;
}

/***** Grande Juri ******/

@media(min-width: 1601px) {
    .grandeJuri{
        font-size: 38px;
    }

    .GrandeJuriTitulo{
        font-size: 20px;
    }

    .grandeJuriCont img{
        float: left;
        margin-right: 30px;
    }

    .grandeJuriResumo{
        width: 52%;
        display: block;
        font-size: 16px;
        float: left;
        line-height: 200%;
    }

    .grandeJuriCont{
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .juradosSection .navbar-collapse.collapse{
        display: table !important; 
        margin: 0 auto;
    }

    .bullets{
        display: block;
        margin-left: 5px;
        float: left;
    }

    .nomeGrandeJuri{
        display: none;
    }
 
}

@media(max-width: 1600px) {
    .grandeJuri{
        font-size: 36px;
    } 

    .GrandeJuriTitulo{
        font-size: 16px;
    }

    .grandeJuriCont img{
        float: left;
        margin-right: 30px;
    }

    .grandeJuriResumo{
        width: 50%;
        display: block;
        float: left;
        line-height: 200%;
    }

    .grandeJuriCont{
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .juradosSection .navbar-collapse.collapse{
        display: table !important; 
        margin: 0 auto;
    }

    .bullets{
        display: block;
        margin-left: 5px;
        float: left;
    }

    .nomeGrandeJuri{
        display: none;
    }
}

@media(max-width: 992px) {
    .grandeJuri{
        font-size: 28px;
    } 

    .GrandeJuriTitulo{
        font-size: 18px;
    }

    .grandeJuriCont img{
        float: left;
        margin-right: 30px;
    }

    .grandeJuriResumo{
        width: 30%;
        display: block;
        float: left;
        line-height: 200%;
    }

    .grandeJuriCont{
        width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .juradosSection .navbar-collapse.collapse{
        display: table !important; 
        margin: 0 auto;
    }

    .bullets{
        display: block;
        margin-left: 5px;
        float: left;
    }

    .nomeGrandeJuri{
        display: none;
    }
}

@media(max-width: 768px) {
    .grandeJuri{
        font-size: 24px;
    }

    .GrandeJuriTitulo{
        font-size: 14px;
    }

    .grandeJuriCont img{
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .grandeJuriResumo{
        width: 100%;
        display: block;
        float: left;
        line-height: 200%;
    }

    .grandeJuriCont{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .juradosSection .navbar-collapse.collapse{
        display: none !important; 
        margin: 0;
    }
     
     .juradosSection .navbar-collapse.collapse.in{
        display: block !important;
        margin: 0;
    }

    .bullets{
        display: none;
        margin: 0;
    }

    .nomeGrandeJuri{
        display: block;
        font-size: 18px;
        margin: 20px 0;
    }  
}

@media(max-width: 480px) {
    .grandeJuri{
        font-size: 18px;
    }

    .GrandeJuriTitulo{
        font-size: 12px;
    }

    .grandeJuriCont img{
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }

    .grandeJuriResumo{
        width: 100%;
        display: block;
        float: none;
        line-height: 200%;
        font-size: 12px;
    }

    .grandeJuriCont{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .juradosSection .navbar-collapse.collapse{
        display: none !important; 
        margin: 0;
    }
     
     .juradosSection .navbar-collapse.collapse.in{
        display: block !important;
        margin: 0;
    }

    .bullets{
        display: none;
        margin: 0;
    }
}

.GrandeJuriTitulo{
    font-family: Perla;
    color: #a38639;
    text-transform: uppercase;
}

.grandeJuriSection{
    margin-top: 2%;
}

.grandeJuriSection li{
    display: inline;
    margin-left: 10px;
    list-style-type: circle;
}

.juradosSection .navbar-default{
    background: none;
    border: none;
    margin-top: 2%;
}

.juradosSection .navbar-default .navbar-nav>li>a{
    color: #a38639;
    padding: 0 0 0 20px;
}

.juradosSection .navbar-default .navbar-nav>li.active > a{
    color: #c7070e;
    background: none;
    text-decoration: underline;
}

.juradosSection .navbar-toggle{
    float: left;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

.juradosSection .navbar-toggle img{
    float: right;
}

.grandeJuri{
    font-family: Perla;
    color: #c7070e;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
}


/****** MENU *******/

@media(min-width: 1601px) {
    #fecharMenu{
        height: 6%;
        margin-top: 1%;
    }

    #menu .link{
        margin-top: 1.5%;
        display: block;
        font-size: 28px;
    }
}

@media(max-width: 1600px) {    
    #fecharMenu{
        height: 6%;
        margin-top: 1%;
    }

    #menu .link{
        margin-top: 1.5%;
        display: block;
        font-size: 24px;
    }
    
}

@media(max-width: 992px) { 
    #fecharMenu{
        height: 6%;
        margin-top: 1%;
    }

    #menu .link{
        margin-top: 7%;
        display: block;
        font-size: 20px;
        font-weight: 700;
    }
    
}

@media(max-width: 768px) { 
    #fecharMenu{
        height: 6%;
        margin-top: 2%;
    }

    #menu .link{
        margin-top: 0.5%;
        display: block;
        font-size: 28px;
        font-weight: 700;
    }
    
}

@media(max-width: 480px) {
    #fecharMenu{
        height: 6%;
        margin-top: 2%;
    }

    #menu .link{
        margin-top: 1%;
        display: block;
        font-size: 14px;
        font-weight: 700;
    }
}

#menu{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    background: #ffffff;
    opacity: 0.95;
    text-align: center;
    z-index: 12;
	overflow: auto;
}

#menu a{
    font-family: Perla;
    color: #212121;
    text-transform: uppercase;
}

.redesSociais{
    margin-right: 20px;
}

/****** GALERIAS *******/

@media(min-width: 1601px) {
    .galeriaTitle{
        font-size: 22px;
    }

    .galeriaDescricao{
        margin-top: 2%;
        font-size: 14px;
    }
}

@media(max-width: 1600px) { 
    .galeriaTitle{
        font-size: 18px;
    }  

    .galeriaDescricao{
        margin-top: 2%;
        font-size: 12px;
    } 
    
}

@media(max-width: 992px) { 
    .galeriaTitle{
        font-size: 14px;
    }  
}

@media(max-width: 768px) { 
    .galeriaTitle{
        font-size: 14px;
    } 

    .galeriaDescricao{
        margin-top: 2%;
        font-size: 10px;
    } 

    .titleGaleria{
        font-size: 14px;
    }

    .descGaleria{
        font-size: 10px;
    }
    
}

@media(max-width: 480px) {
    .galeriaTitle{
        font-size: 10px;
    }  

    .galeriaDescricao{
        margin-top: 2%;
        font-size: 8px;
    } 

    .titleGaleria{
        font-size: 14px;
    }

    .descGaleria{
        font-size: 10px;
    }

    span.child{
        white-space: normal !important;
    }

    .fancybox-title-float-wrap{
        bottom: -35px !important;
    }

}

.galeriasTitle{
    color: #c7070e !important;
}

.galeriasThumb{
    position: relative;
    height: 400px;
    margin-top: 2%;
}

.galeriasThumb img{
    position: absolute;
    bottom: 5%;
    right: 0;
    left: 0;
    height: 30%;
}

.galeriaHeader{
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 60%;
}

.galeriaTitle{
    color: #212121;
    font-family: Perla;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.galeriasCont{
    position: absolute;
    width: 90%;
    height: 40%;
    left: 0;
    padding: 10px;
    top: 60%;
    background-color: #D6D6D6;
}

.galeriaDescricao{
    display: block;
}

#galeriaSection{
    padding-bottom: 100px;
	background: #f5f0e8;
	min-height: 100%;
}

.fancybox-title-float-wrap{
    margin-bottom: -70px !important;
}

.fancybox-title-float-wrap .child{
    background: none !important;
    text-shadow: none !important;
    border-radius: 0px;
}

.titleGaleria{
    font-family: Perla;
    font-weight: 500;
    text-transform: uppercase;
}

.descGaleria{
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}


/****** TOP MENU ******/

.topMenu{
    width: 100%;
}

.topMenuEsq{
    width: 10%; 
    text-align: right;
}

.topMenuCent{
    width: 80%;
}

.topMenuDir{
    width: 10%; 
    text-align: left; 
    padding-left: 10px;
}


/************ CONTACTOS *****************/

@media(min-width: 1601px) {
    .titleContact{
        font-size: 24px;
    }

    .border{
        border-right: solid 1px #a38639;
    }

    .largImg{
        display: none;
    }

    .smallImg{
        display: block;
        position: absolute;
        bottom: 0;
    }
}

@media(max-width: 1600px) { 
    .titleContact{
        font-size: 18px;
    }  

    .border{
        border-right: solid 1px #a38639;
    }

    .largImg{
        display: none;
    }

    .smallImg{
        display: block;
        position: relative;
    }
}

@media(max-width: 992px) { 
    .titleContact{
        font-size: 20px;
    }

    .border{
        border-right: solid 1px #a38639;
    }

    .largImg{
        display: block;
    }

    .smallImg{
        display: none;
    }
}

@media(max-width: 768px) {  
    .titleContact{
        font-size: 16px;
    } 

    .border{
        border-right: none;
        border-bottom: solid 1px #a38639;
    }

    .largImg{
        display: block;
    }

    .smallImg{
        display: none;
    }
}

@media(max-width: 480px) {
    .titleContact{
        font-size: 16px;
    }

    .border{
        border-right: none;
        border-bottom: solid 1px #a38639;
    }

    .largImg{
        display: block;
    }

    .smallImg{
        display: none;
    }
}

#ContactoSection{
    background: #f5f0e8;
    min-height: 100%;
}

.titleContact{
    color: #212121;
    font-family: Perla;
    text-transform: uppercase;
    font-weight: 500;
}

.divContact{
    padding: 30px 85px;
}

.divContact a{
    color: #212121;
}

.colorGold{
    color: #a38639;
}

.imgContact{
    opacity: 0.5;
    width: 100%;
    margin-top: 20px;
}

.clear{
    clear: both;
}

/****** PREMIADOS *******/

@media(min-width: 1601px) {
    #premiadoSection .topMenuCent .titleBig{
        width: 33%;
        text-align: left;
        float: left;
        margin-left: 16%;
    }

    #premiadoSection::before{
        width: 20%; 
        height: 100%;
    }

    .styled-select{
        width: 160px;
    }

    .styled-select select {
        width: 160px;
        font-size: 14px;
        margin-top: 40px;
    }

    .filtro2{
        display: none;
    }

    .filtragem, .premiados{
        margin-top: 50px;
    }

    .melhoresAno img{
        height: 75%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .melhoresAno{
        height: 300px;
        margin-top: 10px;
    }
    .premiado_premio{
        font-size: 12px;
    }
    .premiado_desc{
        font-size: 12px;
    }
    .premiado_prod{
        display: block;
        font-size: 10px;
    }

    .grandeOuro_title{
        font-size: 20px;
    }
    .medalha_Item{
        height: 60px;
        display: block;
        margin-top: 10px;
    }
    .medalha_Img, .medalha_Img img{
        height: 100%;
        float: left;
    }
    .medalhas_Title{
        color: #a38639;
        font-weight: 700;
        margin-right: 20px;
        font-size: 10px;
    }
    .medalha_Desc{
        float: left;
        padding-top: 20px;
        padding-left: 10px;
    }
    .medalhas_Produtor{
        color: #212121;
        font-weight: 300;
        font-size: 10px;
    }

    .premiados{
        padding-left: 3%;
    }

    .grandeOuro{
        margin-top: 5%;
    }
}

@media(max-width: 1600px) { 
    #premiadoSection .topMenuCent .titleBig{
        width: 44%;
        text-align: left;
        float: left;
        margin-left: 16%;
    }

    #premiadoSection::before{
        width: 20%; 
        height: 100%;
    }

    .styled-select{
        width: 150px;
    }

    .styled-select select {
        width: 160px;
        font-size: 14px;
        margin-top: 40px;
    }

    .filtro2{
        display: none;
    }

    .filtragem, .premiados{
        margin-top: 50px;
    }

    .melhoresAno img{
        height: 75%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .melhoresAno{
        height: 200px;
        margin-top: 10px;
    }
    .premiado_premio{
        font-size: 10px;
    }
    .premiado_desc{
        font-size: 10px;
    }
    .premiado_prod{
        display: block;
        font-size: 9px;
    }

    .grandeOuro_title{
        font-size: 20px;
    }
    .medalha_Item{
        height: 60px;
        display: block;
        margin-top: 10px;
    }
    .medalha_Img, .medalha_Img img{
        height: 100%;
        float: left;
    }
    .medalhas_Title{
        color: #a38639;
        font-weight: 700;
        margin-right: 20px;
        font-size: 10px;
    }
    .medalha_Desc{
        float: left;
        padding-top: 20px;
        padding-left: 10px;
    }
    .medalhas_Produtor{
        color: #212121;
        font-weight: 300;
        font-size: 10px;
    }

    .premiados{
        padding-left: 3%;
    }

    .grandeOuro{
        margin-top: 5%;
    }
}

@media(max-width: 992px) { 
     #premiadoSection .topMenuCent .filtro{
        display: none;
    }

    #premiadoSection .topMenuCent .titleBig{
        width: 100%;
        text-align: center;
        float: none;
        margin-left: 0;
    }

    #premiadoSection::before{
        width: 0%; 
        height: 0%;
    }

     #premiadoSection .topMenuCent .titleBig img{
        display: none;
    }

    .filtragem, .premiados{
        text-align: center;
        margin-top: 20px;
    }

    .styled-select{
        display: inline-block;
        width: 200px;
    }

    .styled-select select {
        font-size: 14px;
        width: 180px;
        margin-top: 5px;
    }

    .filtro2{
        display: block;
    }

    .filtro2 input{
        width: 580px;
    }

    .melhoresAno img{
        height: 100%;
        display: block;
        margin-left: 0;
        float: left;
        margin-right: 10px;
    }
    .melhoresAno{
        height: 100px;
        margin-top: 10px;
    }
    .premiado_premio{
        font-size: 14px;
    }
    .premiado_desc{
        font-size: 14px;
    }
    .premiado_prod{
        display: block;
        font-size: 14px;
    }

    .grandeOuro_title{
        text-align: left;    
        font-size: 20px;
    }
    .medalha_Item{
        height: 60px;
        display: block;
        margin-top: 10px;
    }
    .medalha_Img, .medalha_Img img{
        height: 100%;
        float: left;
    }
    .medalha_Desc{
        float: left;
        padding-left: 10px;
    }
    .medalhas_Title{
        display: block;
        color: #a38639;
        font-weight: 700;
        margin-right: 0px;
        margin-left: 0px;
        font-size: 10px;
        text-align: left;
    }
    .medalhas_Produtor{
        color: #212121;
        font-weight: 300;
        font-size: 10px;
        display: block;
        text-align: left;
    }

}

@media(max-width: 768px) { 
    #premiadoSection .topMenuCent .filtro{
        display: none;
    }

    #premiadoSection::before{
        width: 0%; 
        height: 0%;
    }

    #premiadoSection .topMenuCent .titleBig{
        width: 100%;
        text-align: center;
        float: none;
        margin-left: 0;
    }

     #premiadoSection .topMenuCent .titleBig img{
        display: none;
    }

    .styled-select{
        display: inline-block;
        width: 150px;
        margin-right: 10px;
    }

    .styled-select select {
        font-size: 11px;
        width: 150px;
    }

    .filtro2{
        display: block;
    }

    .filtro2 input{
        width: 480px;
    }
    
    .melhoresAno img{
        height: 100%;
        display: block;
        margin-left: 0;
        float: left;
        margin-right: 10px;
    }
    .melhoresAno{
        height: 80px;
        margin-top: 10px;
    }
    .premiado_premio{
        font-size: 10px;
    }
    .premiado_desc{
        font-size: 10px;
    }
    .premiado_prod{
        display: block;
        font-size: 10px;
    }

    .grandeOuro_title{
        text-align: left;    
        font-size: 16px;
    }
    .medalha_Item{
        height: 34px;
        display: block;
        margin-top: 10px;
    }
    .medalha_Img, .medalha_Img img{
        height: 100%;
        float: left;
    }
    .medalha_Desc{
        float: left;
        padding-top: 10px;
        padding-left: 5px;
    }
    .medalhas_Title{
        display: block;
        color: #a38639;
        font-weight: 700;
        margin-right: 0px;
        margin-left: 0px;
        font-size: 8px;
        text-align: left;
    }
    .medalhas_Produtor{
        display: block;
        color: #212121;
        font-weight: 300;
        font-size: 8px;
        text-align: left;
    }
}

@media(max-width: 480px) {
    #premiadoSection .topMenuCent .filtro{
        display: none;
    }

    #premiadoSection::before{
        width: 0%; 
        height: 0%;
    }

    #premiadoSection .topMenuCent .titleBig{
        width: 100%;
        text-align: center;
        float: none;
        margin-left: 0;
    }

     #premiadoSection .topMenuCent .titleBig img{
        display: none;
    }

    .styled-select{
        display: inline-block;
        width: 60px;
        margin-right: 30px;
    }

    .styled-select select {
        font-size: 6px;
        width: 70px;
        background-size: 10px !important;
    }

    .filtro2{
        display: block;
    }

    .filtro2 input{
        width: 250px;
    }

    .filtragem, .premiados{
        margin-top: 0px;
    }
    
    .melhoresAno img{
        height: 100%;
        display: block;
        margin-left: 0;
        float: left;
        margin-right: 10px;
    }
    .melhoresAno{
        height: 50px;
        margin-top: 10px;
        clear: right;
    }
    .premiado_premio{
        font-size: 8px;
    }
    .premiado_desc{
        font-size: 8px;
    }
    .premiado_prod{
        display: block;
        font-size: 8px;
    }

    .grandeOuro_title{
        text-align: left;    
        font-size: 12px;
    }
    .medalha_Item{
        height: 34px;
        display: block;
        margin-top: 10px;
    }
    .medalha_Img, .medalha_Img img{
        height: 100%;
        float: left;
    }
    .medalha_Desc{
        float: left;
        padding-top: 10px;
        padding-left: 5px;
        width: 80%;
    }
    .medalhas_Title{
        display: block;
        color: #a38639;
        font-weight: 700;
        margin-right: 0px;
        margin-left: 0px;
        font-size: 6px;
        text-align: left;
    }
    .medalhas_Produtor{
        display: block;
        color: #212121;
        font-weight: 300;
        font-size: 6px;
        text-align: left;
    }
}

#premiadoSection::before{
    content: "";
    position: fixed;
    top: 0; 
    left: 0; 
    z-index: -1;
    background: #a38639;
    opacity: 0.2;
}

#premiadoSection .topMenuCent .titleBig{
    color: #c7070e;
}

.premiadosTitle{
    width: 8%;
    margin-left: 2%;
}

#premiadoSection .topMenuCent .filtro{
    float: right;
    width: 17%;
    margin-top: 26px;
}

#pesqPremiados{
    color: #383838;
}

.styled-select select.arrow{
   background: transparent url(../images/angledown.png) no-repeat right;
   color: #c62127;
}

.styled-select select.mais{
   background: transparent url(../images/mais.png) no-repeat right;
   color: #ba9880;
}

.styled-select select {
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 25px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   font-family: 'Perla';
   text-transform: uppercase;
   outline: none;
}

.filtro input{
    background-image: url('../images/lupa_premiados.png');
}

.premiado_premio{
    color: #212121;
    font-weight: 700;
    display: block;
    text-align: left;
    margin-top: 10px;
}

.premiado_desc{
    display: block;
    text-align: left;
    color: #a38639;
    font-weight: 700;
}

.premiado_prod{
    text-align: left;
    color: #a38639;
    font-weight: 300;
}

.grandeOuro_title{
    display: block;
    width: 100%;
    color: #212121;
    font-family: Perla;
    text-transform: uppercase;
    margin: 20px 0;
}

.filtro2 input{
    background: none;
    border: none;
    background-image: url('../images/lupa_premiados.png');
    background-repeat: no-repeat;
    background-size: 20px;
    text-indent: 30px;
    outline: none;
    margin-left: auto;
    margin-right: auto;
    font-family: Perla;
    color: #a38639;
    font-size: 16px;
    margin-top: 10px;
}

.filtro2 input::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
    color: #383838 !important;
    font-family: Perla;
    font-size: 12px;
}
.filtro input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #383838 !important;
    font-family: Perla;
    font-size: 16px;
}
.filtro2 input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    color: #383838 !important;
    opacity:  1;
    font-family: Perla;
    font-size: 12px;
}
.filtro input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #383838 !important;
    opacity:  1;
    font-family: Perla;
    font-size: 16px;
}
.filtro2 input::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color: #383838 !important;
    opacity:  1;
    font-family: Perla;
    font-size: 12px;
}
.filtro input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #383838 !important;
    opacity:  1;
    font-family: Perla;
    font-size: 16px;
}
.filtro2 input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #383838 !important;
    font-family: Perla;
    font-size: 12px;
}
.filtro input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #383838 !important;
    font-family: Perla;
    font-size: 16px;
}
.filtro2 input:placeholder-shown{ /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #383838 !important;
    font-family: Perla;
    font-size: 12px;
}
.filtro input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #383838 !important;
    font-family: Perla;
    font-size: 16px;
}


/****** PEDIDO MEDALHAS ******/

@media(min-width: 1601px) {
    .formPedido1 img, .formPedido2 img{
        width: 7%;
        top: -9%;
    }
    .imgLeft{
        left: 40%;
    }

    .imgRight{
        right: 40%;
    }

    #submeterPedido{
        margin-top: 6%;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    #submeterPedido label{
        display: inline-block;
        width: 40%;
        font-family: Perla;
        text-transform: uppercase;
    }

    .submeterInput{
        width: 50%;
        margin-top: 20px;
    }

    .butoesPedido{
        width: 230px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #submeter_pedido, .clearPedido{
        margin-right: 10px;
        width: 100px;
    }
    
}

@media(max-width: 1600px) {
    .formPedido1 img, .formPedido2 img{
        width: 7%;
        top: -7%;
    }
    .imgLeft{
        left: 40%;
    }

    .imgRight{
        right: 40%;
    }

    #submeterPedido{
        margin-top: 6%;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    #submeterPedido label{
        display: inline-block;
        width: 40%;
        font-family: Perla;
        text-transform: uppercase;
    }

    .submeterInput{
        width: 50%;
        margin-top: 20px;
    }

    .butoesPedido{
        width: 230px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #submeter_pedido, .clearPedido{
        margin-right: 10px;
        width: 100px;
    }
}

@media(max-width: 992px) {
    .formPedido1 img, .formPedido2 img{
        width: 12%;
        top: -9%;
    }
    .imgLeft{
        left: 30%;
    }

    .imgRight{
        right: 30%;
    }

    #submeterPedido{
        margin-top: 6%;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    #submeterPedido label{
        display: inline-block;
        width: 40%;
        font-size: 10px;
        font-family: Perla;
        text-transform: uppercase;
    }

    .submeterInput{
        width: 50%;
        margin-top: 20px;
    }

    .butoesPedido{
        width: 230px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #submeter_pedido, .clearPedido{
        margin-right: 10px;
        width: 100px;
    }
}

@media(max-width: 768px) {
    .formPedido1 img, .formPedido2 img{
        width: 15%;
        top: -9%;
    }
    .imgLeft{
        left: 25%;
    }

    .imgRight{
        right: 25%;
    }

    #submeterPedido{
        margin-top: 6%;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    #submeterPedido label{
        display: inline-block;
        width: 40%;
        font-size: 8px;
        font-family: Perla;
        text-transform: uppercase;
    }

    .submeterInput{
        width: 50%;
        margin-top: 20px;
    }

    .butoesPedido{
        width: 230px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #submeter_pedido, .clearPedido{
        margin-right: 10px;
        width: 100px;
        font-size: 8px;
    }
    
}

@media(max-width: 480px) {
    .formPedido1 img, .formPedido2 img{
        width: 18%;
        top: -7%;
    }
    .imgLeft{
        left: 25%;
    }

    .imgRight{
        right: 25%;
    }

    #submeterPedido{
        margin-top: 6%;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #submeterPedido label{
        display: inline-block;
        width: 40%;
        font-size: 6px;
        font-family: Perla;
        text-transform: uppercase;
    }

    .submeterInput{
        width: 40%;
        margin-top: 20px;
    }

    .butoesPedido{
        width: 125px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #submeter_pedido, .clearPedido{
        margin-right: 10px;
        width: 50px;
        font-size: 6px;
    }
   
}

.pedidoSection, .pedidoSection .container{
    height: 100%;
}

#pedidoSection .topMenuCent .titleBig{
    color: #c7070e;
}

.submitPedido{
    border: 2px solid #212121;
    background: none;
    font-family: Perla;
    display: inline-block;
    text-transform: uppercase;
}

.clearPedido{
    border: none;
    background: #666462;
    font-family: Perla;
    display: inline-block;
    text-transform: uppercase;
}

#submeter_codigo{
    position: absolute;
    top: 55%;
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    display: block;
	
}

#pedido_codigo{
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    display: block;
    border: none;
    border-bottom: solid 1px #212121;
    width: 200px;
}


.formPedido1, .formPedido2{
    position: relative;
    border: solid 5px #a38639;
    margin-top: 100px;
    min-height: 400px;
}

.formPedido1 img, .formPedido2 img{
    position: absolute;
    background: white;
}


/******* JANTAR *******/

@media(min-width: 1601px) {

    .subTitle{
        font-size: 22px;
    }

    .formJantar{
        width: 50%;
    }

    .button-wrapper {
        width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .formJantar label{
        color: white;
        width: 45%;
        font-size: 16px;
        display: inline-block;
        text-transform: uppercase;
        font-family: Perla;
        font-weight: 300;
    }

    .formJantar input[type="text"]{
        background: none;
        border: solid 1px white;
        width: 55%;
        margin-top: 25px;
    }

    .formJantar input[type="radio"]{
        display: inline-block;
        margin-right: 10px;
        margin-top: 25px;
    }

    .formJantar input[type="image"]{
        width: 150px;
        margin-top: 40px;
    }

    .infoJantar{
        display: block;
        font-size: 14px;
        margin-top: 10px;
    }
    
    .aviso{
        width: 50%;
        top: 15%;
        font-size: 18px;
    }
    
}

@media(max-width: 1600px) {

    .formJantar{
        width: 50%;
    }

    .button-wrapper {
        width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .formJantar label{
        color: white;
        width: 45%;
        font-size: 14px;
        display: inline-block;
        text-transform: uppercase;
        font-family: Perla;
        font-weight: 300;
    }

    .formJantar input[type="text"]{
        background: none;
        border: solid 1px white;
        width: 55%;
        margin-top: 20px;
    }

    .formJantar input[type="radio"]{
        display: inline-block;
        margin-right: 10px;
        margin-top: 20px;
    }

    .formJantar input[type="image"]{
        width: 100px;
        margin-top: 40px;
    }

    .infoJantar{
        display: block;
        font-size: 12px;
        margin-top: 15px;
    }
    
    .aviso{
        width: 50%;
        top: 20%;
        font-size: 16px;
    }
}

@media(max-width: 992px) {

    .formJantar{
        width: 70%;
    }

    .formJantar label{
        width: 45%;
        font-size: 12px;
    }

    .aviso{
        width: 50%;
        top: 13%;
        font-size: 12px;
    }
    
}

@media(max-width: 768px) {
    .aviso{
        width: 50%;
        top: 13%;
        font-size: 12px;
    }
    
}

@media(max-width: 480px) {

    .subTitle{
        font-size: 14px;
    }

    .formJantar{
        font-size: 10px;
        width: 90%;
    }

    .button-wrapper {
        width: 150px;
        margin-left: auto;
        margin-right: auto;
    }

    .formJantar label{
        color: white;
        width: 45%;
        font-size: 10px;
        display: inline-block;
        text-transform: uppercase;
        font-family: Perla;
        font-weight: 300;
    }

    .formJantar input[type="text"]{
        background: none;
        border: solid 1px white;
        width: 55%;
        margin-top: 20px;
    }

    .formJantar input[type="radio"]{
        display: inline-block;
        margin-right: 10px;
        margin-top: 20px;
    }

    .formJantar input[type="image"]{
        width: 70px;
        margin-top: 20px;
    }

    .infoJantar{
        display: block;
        font-size: 12px;
        margin-top: 15px;
    }

    .aviso{
        width: 50%;
        top: 25%;
        font-size: 12px;
    }
   
}

#jantar{
    background: #282828;
    min-height: 100%;
    min-width: 100%;
    padding-bottom: 30px;
}

.subTitle{
    color: #ffffff;
    font-family: Perla;
    text-transform: uppercase;
    margin: 10px;
    text-align: center;
}

.formJantar{
    margin-top: 30px;
    margin-right: auto;
    color: white;
    margin-left: auto;
}

.aviso{
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

/***** JANTAR SECTION****/

@media(min-width: 1601px) {
    
    .jantarConteudo{
        font-size: 28px;
    }

    .inscrevase{
        width: 45%;
    }
	
	.pastEditions{
		font-size: 18px;
		position: absolute;
	}
}

@media(max-width: 1600px) {
    .jantarConteudo{
        font-size: 22px;
    }

    .inscrevase{
        width: 45%;
    }
	.pastEditions{
		font-size: 18px;
		position: absolute;
	}

}

@media(max-width: 992px) {
    .jantarConteudo{
		font-size: 28px
        font-size: 18px;
    }

    .inscrevase{
        width: 45%;
    }
	
	.pastEditions{
		font-size: 14px;
		position: absolute;
	}
    
}

@media(max-width: 768px) {
    .jantarConteudo{
        font-size: 16px;
    }

    .inscrevase{
        width: 65%;
    }
	
	.pastEditions{
		font-size: 14px;
		position: relative;
		width: 300px;
	}
    
}

@media(max-width: 480px) {
    .jantarConteudo{
        font-size: 14px;
    }

    .inscrevase{
        width: 65%;
    }
	
	.pastEditions{
		font-size: 12px;
		position: relative;
		width: 300px;
	}
   
}


#jantarSection .container-fluid, #jantarSection .row, #jantarIMG{
    height: 100%;
}

#jantarSection:before{
    background: url('../images/home/banner_jantar.png');
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    z-index: -1;
}

.jantarConteudo{
    padding-top: 5%;
    font-family: Perla;
    color: #212121;
    text-transform: uppercase;
    text-align: center;
}

.pastEditions{
    font-family: Perla;
    color: #212121;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
	left: 0; right: 0;
	bottom: 5%;
}
.pastEditions a{
    color: #c7070e;
	text-decoration: underline;
}


/****** ESTATISTICAS *****/

@media(min-width: 1601px) {
	.titleEstatisticas{
		font-size: 26px;
		width: 600px;
	}
	.separadores{
		margin-top: 100px;
	}
	.lista-separadores li{
		padding-bottom: 20px;
	}
	.nregioes{
		width: 66%;
	}
	.inscRegiao{
		width: 100%;
		padding-left: 2%;
	}
	.inscTipo {
		width: 60%;
		margin-left: 4%;
	}
	.mapaRegioes{
	}
	.premiadosIncricoes{
		width: 90%;
		margin-left: 3%;
	}
	.lista-separadores li:before{
		margin-right: 20px;
	}
	.lista-separadores li.selected:before{
		margin-right: 20px;
	}
}

@media(max-width: 1600px) {
	.titleEstatisticas{
		font-size: 26px;
		width: 600px;
	}
	.separadores{
		margin-top: 100px;
	}
	.lista-separadores li{
		padding-bottom: 20px;
	}
	.nregioes{
		width: 66%;
	}
	.inscRegiao{
		width: 100%;
		padding-left: 2%;
	}
	.inscTipo {
		width: 60%;
		margin-left: 5%;
	}
	.mapaRegioes{
		width: 90%;
		margin-left: 4%;
	}
	.premiadosIncricoes{
		width: 90%;
		margin-left: 3%;
	}
	.lista-separadores li:before{
		margin-right: 20px;
	}
	.lista-separadores li.selected:before{
		margin-right: 20px;
	}
}

@media(max-width: 992px) {
	.titleEstatisticas{
		font-size: 20px;
		width: 500px;
	}
	.lista-separadores li{
		display: inline-block;
	}
	.lista-separadores li:before, .lista-separadores li.selected:before{
		margin-right: 5px;
		margin-left: 10px;
	}
	.lista-separadores a{
		font-size: 14px;
	}
	.separadores{
		margin: 30px 0 0 0;
	}
	.nregioes,.inscRegiao ,.inscTipo ,.mapaRegioes, .premiadosIncricoes{
		width: 100%;
		margin: 0;
	}
}

@media(max-width: 768px) {
	.titleEstatisticas{
		font-size: 14px;
		width: 400px;
	}
	.separadores{
		margin-top: 10px;
	}
	.lista-separadores a{
		font-size: 12px;
	}
	.lista-separadores li{
		padding-bottom: 5px;
	}
	
}

@media(max-width: 480px) {
	.titleEstatisticas{
		font-size: 10px;
		width: 250px;
		padding: 0;
		top: 10px !important;
		padding-left:30px;
		left: 40px !important;
	}
	.lista-separadores a{
		font-size: 10px;
	}
}

.divEstatisticas{
	padding-top: 3%;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #8C8B8B;
    line-height: 0.1em;
}

.titleEstatisticas{
	background: #f5f0E8;
    font-family: Perla;
    color: #c7070e;
    text-align: center;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35px;
}

.inscRegiao ,.inscTipo ,.mapaRegioes, .premiadosIncricoes{
	display: none;
}

.inscTipo td{
	padding-bottom: 30px;
}

.lista-separadores{
	font-family: Perla;
	text-transform: uppercase;
	list-style: none;
	padding: 0;
	margin-top: 15px;
}

.lista-separadores a{
	color: #212121;
	text-decoration: none;
}

.lista-separadores a:hover{
	text-decoration: none;
	color:  #c7070e;
}

.lista-separadores li.selected a{
	color: #c7070e;
}

.lista-separadores li:before{
	display: inline-block;
    content: "";
    width: 10px;
    height: 14px;
    background: transparent url('../images/estatisticas/00_c.png') no-repeat;
}

.lista-separadores li.selected:before{
	display: inline-block;
    content: "";
    width: 10px;
    height: 14px;
    background: transparent url('../images/estatisticas/00_v.png') no-repeat;
}