body{
/*	padding-bottom: 40px;*/
	background: #f9ebde;
}

/*body#home-cidade{
	background: #f9ebde url("../images/home-bg.jpg") no-repeat fixed center top;
	background-size:100% 100%; 
}*/

@media(min-width:768px) AND (max-width: 991px){
	html{padding-bottom: 116px !important}
}

@media(min-width: 992px){
	html{
		padding-bottom: 40px;
	}
}

/*GENERAL CLASSES*/
textarea{resize:none;}

/*@media (min-width: 1100px){
	.container{
		width: 100% !important;
		padding: 0 !important;
	}
}*/

a, a:visited, a:active, a:focus{
	text-decoration: none !important;
}

.no-padding{
	padding: 0 !important;
}

.no-margin{
	margin:0;
}

.italic-text{
	font-style: italic;
}

.btn-ivm{
	background: rgba(233, 13, 139,0.95);
	color: #fff;
	border:0px none;
	/*box-shadow: 0px 2px 3px 1px #333;*/
}

.btn-ivm:hover{
	background: rgba(233, 13, 139,1);
	color: #eee;
	/*box-shadow: 1px 2px 3px 1px #000;*/
}

.btn-ivm-huge{
	/*width: 100%;*/
	padding:10px 30px;
	font: 400 32px/36px "Roboto Slab";
	margin:10px auto 5px;
}

.btn-ivm-small{
	/*width: 100%;*/
	padding:4px 8px;
	font: 400 12px/16px "Roboto Slab";
	margin:10px auto 5px;
}

.btn-volver-inic{
	border-radius: 3px;
	margin: 0;
	float: right;
}

.btn-volver-inic-top{
	margin:25px 15px -10px 0;
}

.back-to-top{ margin-top: -25px;}

.back-to-top a i{
	font-size: 36px;
	color: rgba(233, 13, 139,0.95);
}

@media(min-width: 900px){
	.col-md-offset-1-5{
		margin-left:12%;
	}
}

@media(max-width: 599px) {
	.btn-volver-inic-top{
		margin: 15px auto;
		display: block;
		max-width: 200px;
		padding:10px 25px;
		float: none;
		clear: both;
		text-align: center;
	}
}

@media(min-width: 600px) AND (max-width: 992px){
	.btn-volver-inic-top{
		position: absolute;
		top: 110px;
		right: 10px;
		padding:10px 20px;
		text-decoration: none;
	}
}

.checkbox-no-margin{
	margin-left: 20px;
	font-weight: 400 !important;
	font-family: "Oxygen" !important;
}
/*END GENERAL CLASSES*/

/*ERROR PAGES*/
.row#error-row{
	margin-left: 0;
	margin-right: 0;
}
/*END ERROR PAGES*/

/*MENU SUPERIOR*/
#top-menu-navigation .navbar-toggle{
	background: #E90D8B;
	color: #fff;
	border: #fff;
}

#top-menu-navigation .navbar-toggle span{
	background-color: #fff;
}

.navbar.navbar-default{
	background: none !important;
	border: none !important;
	box-shadow:none !important;
}

.navbar.navbar-default .nav.navbar-nav#nav-menu-principal li{
	color: #fff;
	text-align: center;
	font-size: 11px;
	position: relative;
	height: 50px;
}

.nav.navbar-nav#nav-menu-principal li:nth-child(1){
	background: transparent url("../images/btn-menu-1.png") no-repeat top center;
	width: 135px;
	z-index: 2;
}
.nav.navbar-nav#nav-menu-principal li:nth-child(2){
	background: transparent url("../images/btn-menu-2.png") no-repeat top center;
	width: 150px;
	margin-left: -20px;
	z-index: 1;
}
.nav.navbar-nav#nav-menu-principal li:nth-child(3){
	background: transparent url("../images/btn-menu-3.png") no-repeat top center;
	width: 150px;
	z-index: 3;
	margin-left: -20px;
}
.nav.navbar-nav#nav-menu-principal li:nth-child(4){
	background: transparent url("../images/btn-menu-4.png") no-repeat top center;
	width: 135px;
	margin-left: -20px;
	z-index: 6;
}
.nav.navbar-nav#nav-menu-principal li:nth-child(5){
	background: transparent url("../images/btn-menu-5.png") no-repeat top center;
	width: 150px;
	margin-left: -10px;
	z-index: 5;
}
.nav.navbar-nav#nav-menu-principal li:nth-child(6){
	background: transparent url("../images/btn-menu-6.png") no-repeat top center;
	width: 150px;
	margin-left: -30px;
	z-index: 4;
}

.nav.navbar-nav#nav-menu-principal li:hover{
	transform:scale(1.2, 1.2);
	-moz-transform:scale(1.2, 1.2);
	-webkit-transform:scale(1.2, 1.2);
	-o-transform:scale(1.2, 1.2);
	transform-origin: left top;
	-moz-transform-origin: left top;
	-webkit-transform-origin: left top;
	-o-transform-origin: left top;
	max-height: 50px;
	z-index: 10;
}

.collapse.in .nav.navbar-nav#nav-menu-principal li:hover{
	transform:scale(1, 1) !important;
	-moz-transform:scale(1, 1) !important;
	-webkit-transform:scale(1, 1) !important;
	-o-transform:scale(1, 1) !important;
	max-height: auto !important;
	opacity: 0.7;
}

.collapse.in .nav.navbar-nav#nav-menu-principal li:hover a{
	color: #000;
}

.nav.navbar-nav#nav-menu-principal li a{
	margin:0px auto 0;
	padding: 3px 0 0;
	text-align: center;
	display: inline-block;
	font: 600 12px/14px "Oxygen";
	color: #fff;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px){	
	.nav.navbar-nav#nav-menu-principal li a{
		min-width: 100% !important;
		min-height: 1px !important;
		margin: 0px;
		padding: 10px 5px;
		text-align: center;
	}

	#nav-menu-principal.nav.navbar-nav li a br{ display: none;}
	#nav-menu-principal.nav.navbar-nav li{ 
		width: 100% !important; 
		display: block; 
		height: auto !important;
		margin: 0 !important;
	}
	#nav-menu-principal.nav.navbar-nav li#nav-top-sobre-premio{ background:#E70C8B; }
	#nav-menu-principal.nav.navbar-nav li#nav-top-regulamento{ background: #E2B024; }
	#nav-menu-principal.nav.navbar-nav li#nav-top-ivm{ background: #28286C; }
	#nav-menu-principal.nav.navbar-nav li#nav-top-concorrentes{ background: #07A1D1 }
	#nav-menu-principal.nav.navbar-nav li#nav-top-fale{ background: #B8A37E; }
	#nav-menu-principal.nav.navbar-nav li#nav-top-parceiros{background: #FF5359}
}

@media (min-width: 768px) AND (max-width: 992px){
	header#top-header{
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.nav.navbar-nav#nav-menu-principal li:hover{
		transform:scale(1, 1);
		-moz-transform:scale(1, 1);
		-webkit-transform:scale(1, 1);
		-o-transform:scale(1, 1);	
	}

	#nav-menu-principal.nav.navbar-nav li#nav-top-parceiros{
		/*margin-left: -32px;*/
		margin-left: 32px;
	}
}

@media (min-width: 768px){
	header#top-header  #top-menu-navigation.navbar.navbar-default{
		min-height: 70px;
		overflow: hidden;
		margin-bottom: 0;
	}

	body#home-cidade #top-menu-navigation.navbar.navbar-default{
		min-height: 0;
	}
}

/*END MENU SUPERIOR*/

/*FOOTER*/
footer{
	background-color: #fff;
	min-height: 40px !important;
	position: fixed !important;
	bottom: 0;
	left: 0;
	z-index: 9999;
}

footer p{
	text-align: center;
	margin-top: 12px;
}

footer .parceiro{
	padding:0 2px;
}

footer .parceiro img{
	vertical-align: middle;
	width: 100%;
}

@media (max-width: 767px){
	footer{
		clear: both;
		/*position: relative !important;*/
		margin: 20px auto 0;
	}

	#home-cidade footer{margin-top: 20px;}
}

@media (min-width: 900px){
	footer .parceiro img.logo-parceiro-middle{
		padding-top: 40%;
	}

	footer .parceiro .parceiro-double img.logo-parceiro-middle{
		padding-top: 15%;
	}
}



/*END FOOTER*/

/*STYLES LANDING*/
body#home-cidade{background-color: #000;}

body#home-cidade #full-link-page{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 97;
}

body#home-cidade ul{list-style: none;}

body#home-cidade #logo-home{
	margin: 30px 0 -20px 210px;
	width: 175px;
	height: 175px;
	display: block;
	-webkit-animation: logo-home 3s linear 0s 1 alternate; /* Chrome, Safari, Opera */
    -moz-animation: logo-home 3s linear 0s 1 alternate; /* Mozilla */
    animation: logo-home 3s linear 0s 1 alternate;
}

body#home-cidade #link-home img{ 
	/*margin-top: 15%; */
	position: relative; 
	z-index: 99;
	max-width: 100%;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes logo-home {
    0%   {opacity: 0;}
    50%{opacity: 0.5;}
    100% {opacity: 1;}
}

/* Mozilla */
@-moz-keyframes logo-home {
    0%   {opacity: 0;}
    50%{opacity: 0.5;}
    100% {opacity: 1;}
}

/* Standard syntax */
@keyframes logo-home {
    0%   {opacity: 0;}
    50%{opacity: 0.5;}
    100% {opacity: 1;}
}

body#home-cidade #landing-text{
	background: rgba(0,0,0,0.5);
	z-index: 98;
	position: relative;
	margin: 0 auto;
	padding: 30px 40px 20px;
	clear: both;
	margin-top: -40px;
	-webkit-animation: logo-home 4s linear 0s 1 alternate; /* Chrome, Safari, Opera */
    -moz-animation: logo-home 4s linear 0s 1 alternate; /* Mozilla */
    animation: logo-home 4s linear 0s 1 alternate;
}

body#home-cidade #landing-text p{
	display: block;
	position: relative;
	color: #fff;
	font: 400 16px/20px "Oxygen";
	text-align: justify;

}

body#home-cidade #landing-text h3{
	color: #fff;
	font: 600 20px/24px "Oxygen";	
}

body#home-cidade #inscribite{
	position: relative;	
	-webkit-animation: logo-inscribite 3s linear 0s 1 alternate; /* Chrome, Safari, Opera */
	-moz-animation: logo-inscribite 3s linear 0s 1 alternate; /* Mozilla */
    animation: logo-inscribite 3s linear 0s 1 alternate;
    float: right;
    z-index: 101;
    margin: 20px auto;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes logo-inscribite {
    0%   {opacity: 0;}
    30% {opacity: 0;}
    70%{opacity: 0.5;}
    100% {opacity: 1;}
}

/* Mozilla */
@-moz-keyframes logo-inscribite {
    0%   {opacity: 0;}
    30% {opacity: 0;}
    70%{opacity: 0.5;}
    100% {opacity: 1;}
}

/* Standard syntax */
@keyframes logo-inscribite {
    0%   {opacity: 0;}
    30% {opacity: 0;}
    70%{opacity: 0.5;}
    100% {opacity: 1;}
}

body#home-cidade header{
	background: #fff;
	z-index: 999;
	position: relative;
}


@media(max-width: 767px){
	body#home-cidade #logo-home{
		margin: 10px auto;
		display: block;
	}

	body#home-cidade #inscribite{ 
		float: none;
	}
}

@media(min-width: 768px){
	body#home-cidade header #header-landing-logo{ width: 650px; margin: 0 auto;}

	body#home-cidade #landing-text{width: 650px;}

	body#home-cidade #inscribite{ 
		margin-right: 30px;
		margin-top: -60px;
	}
}

@media(min-width: 992px){
	body#home-cidade header #header-landing-logo{width: 750px; margin:0 auto;}

	body#home-cidade header #header-landing-logo img{ max-height: 60px; margin: 5px 0 5px;}

	body#home-cidade #landing-text{width: 750px;}
	body#home-cidade #inscribite{ 
		margin-right: 120px;
		margin-top: -60px;
	}
}

@media(min-width: 1200px){
	body#home-cidade #inscribite{
		margin-right: 220px;
		margin-top: -60px;
	}

}

/*LANDING GANADORES*/
#inscribite.conheca-ganadores{
	background-color: #53B057 !important;
}

#inscribite.conheca-ganadores #btn-ganadores{
	font-size:18px;
}

#landing-text.land-ganadores p#text-destacado{
	/*color: #34B736 !important;*/
	font-weight: 800;
	font-size: 20px;
	line-height: 30px;
	width: 100%;
}
/*END LANDING GANADORES*/

/*END STYLES LANDING*/

/*PAGINA CATEGORIAS*/
@media(min-width: 768px){

	header.page-categoria.container, header.page-concorrentes.container{
		width: 100% !important;
		min-height: 235px;
	}

	.cnt-categorias-textos{padding: 0 10px;}

}
#sub-header-categoria #icons-socials{
	margin-top: 110px;
}

#sub-header-categoria #icon-facebook, #sub-header-categoria #icon-twitter{
	height: 30px;
	width: 30px;
	display: inline-block;
	padding: 3px 5px;
	border-radius:20px;
	text-align: center;
}

#sub-header-categoria #inscribite{
	width: 140px;
	height: 140px;
	float: right;
}

#sub-header-categoria #inscribite a{
	padding-top: 20px;
	padding-left: 38px;
}

@media(max-width: 599px){
	#sub-header-categoria #headerC-col-1{
		text-align: center;
	}

	#sub-header-categoria #headerC-col-2 #inscribite{
		float: none;
		margin: 20px auto 5px;
	}

	#sub-header-categoria #headerC-col-3 #icons-socials{
		margin: 20px auto 10px;
		text-align: center;
	}
}

@media(min-width: 600px) AND (max-width: 992px){
	#sub-header-categoria{
		margin-bottom: 15px;
	}

	#sub-header-categoria #headerC-col-1{
		width: 41.6667%;
	}

	#sub-header-categoria #headerC-col-2{
		width: 41.6667%;
	}

	#sub-header-categoria #headerC-col-3{
		width: 16.6667%;
	}	
}


header.page-categoria.page-transporte-particular{
	background: transparent url("../images/cat-1-header.jpg") no-repeat top center;
	background-size: cover;
}

header.page-categoria.page-transporte-coletivo{
	background: transparent url("../images/cat-2-header.jpg") no-repeat top center;
	background-size: cover;
}

header.page-categoria.page-modos-nao-motorizados{
	background: transparent url("../images/cat-3-header.jpg") no-repeat top center;
	background-size: cover;
}

header.page-categoria.page-qualidade-do-espacio{
	background: transparent url("../images/cat-4-header.jpg") no-repeat top center;
	background-size: cover;
}

header.page-categoria.page-novas-alternativas{
	background: transparent url("../images/cat-5-header.jpg") no-repeat top center;
	background-size: cover;
}

header.page-categoria.page-tecnologia-e-comunicacao{
	background: transparent url("../images/cat-6-header.jpg") no-repeat top center;
	background-size: cover;
}

header.page-concorrentes{
	background: transparent url("../images/header-concorrentes.jpg") no-repeat top center;
	background-size: cover;
}

header.page-categoria #sub-header-categoria.container{margin:0 auto 10px;}

header.page-categoria #categoria-logo{
	display: block;
	margin:0 0 20px;
}


section.cat-section{
	position: relative;
	background-color:#b8a37d;
	height: 104px;
	margin-bottom: 0;
}

section.cat-section header{
	min-height: 137px;
	clear: both;
	position: relative;
	z-index: 300;
}

section#cnt-transporte-particular.cat-section header{
	background: transparent url("../images/forma0.png") no-repeat left top;
}

section#cnt-transporte-coletivo.cat-section header{
	background: transparent url("../images/forma1.png") no-repeat left top;
}

section#cnt-modos-nao-motorizados.cat-section header{
	background: transparent url("../images/forma2.png") no-repeat left top;
}

section#cnt-qualidade-do-espacio.cat-section header{
	background: transparent url("../images/forma3.png") no-repeat left top;
}

section#cnt-novas-alternativas.cat-section header{
	background: transparent url("../images/forma4.png") no-repeat left top;
}

section#cnt-tecnologia-e-comunicacao.cat-section header{
	background: transparent url("../images/forma5.png") no-repeat left top;
}

section#cnt-concorrentes.cat-section header{
	background: transparent url("../images/forma1.png") no-repeat left top;
}

section.cat-section header #nombre-categoria{
	margin:0;
	font: 300 36px/40px "Roboto Slab";
	color: #fff;
}

section.cat-section#cnt-transporte-particular #nombre-categoria{
	padding:10px 0px 0px 40px;
}

section.cat-section#cnt-transporte-coletivo #nombre-categoria{
	padding:10px 0px 0px 40px;
}

section.cat-section#cnt-modos-nao-motorizados #nombre-categoria{
	padding:10px 0px 0px 40px;
}

section.cat-section#cnt-qualidade-do-espacio #nombre-categoria{
	padding:5px 0px 0px 40px;
	font: 300 28px/32px "Roboto Slab";
}

section.cat-section#cnt-novas-alternativas #nombre-categoria{
	padding:5px 0px 0px 40px;
	font: 300 30px/32px "Roboto Slab";
}

section.cat-section#cnt-tecnologia-e-comunicacao #nombre-categoria{
	padding:10px 0px 0px 40px;
}

section.cat-section#cnt-concorrentes #nombre-categoria{
	padding:10px 0px 0px 40px;
}

section.cat-section p#desc-categoria{
	font: 400 18px/20px "Oxygen";
	/*color: #fff;
	text-shadow:1px 1px 2px #555;
	text-align: justify;*/
	color: #000;
	text-align: left;
}

section.cat-section#cnt-novas-alternativas p#desc-categoria{
	text-align: justify;

}

section.cat-section#cnt-transporte-particular p#desc-categoria{
	padding: 20px 0 0;
}

section.cat-section#cnt-transporte-coletivo p#desc-categoria{
	padding: 10px 0 0;
}

section.cat-section#cnt-modos-nao-motorizados p#desc-categoria{
	padding: 10px 0 0;
}

section.cat-section#cnt-qualidade-do-espacio p#desc-categoria{
	font: 400 16px/18px "Oxygen";
	padding: 5px 0 0;
}

section.cat-section#cnt-novas-alternativas p#desc-categoria{
	font: 400 16px/18px "Oxygen";
	padding: 5px 0 0;
}

section.cat-section#cnt-tecnologia-e-comunicacao p#desc-categoria{
	font: 400 18px/18px "Oxygen";
	padding: 5px 0 0;
}

section.cat-section#cnt-concorrentes p#desc-categoria{
	font: 400 16px/18px "Oxygen";
	padding: 5px 0 0;
}

@media(max-width: 992px){
	section.cat-section header #desc-categoria{
		margin-bottom: 45px;
		margin-top: 65px;
	}
}

section #cnt-proyectos{
	margin-top: -32px;
}

section #cnt-proyectos .box-cnt{
	padding:0px 10px 0px 0px;
	margin-bottom: 20px;
}

section #cnt-proyectos .box-cnt:nth-child(5n){clear: left;}

section #cnt-proyectos .box-cnt .box-proyecto{
	background-color: #fff;
	padding-top: 30px;
}

section #cnt-proyectos .box-cnt .box-proyecto h3{
	font:400 20px/24px "Roboto Slab";
	color: #909294;
	padding:5px 5px 0 10px;
	margin:0;
}

section #cnt-proyectos .box-cnt .box-proyecto p{
	font:400 12px/18px "Oxygen";
	color: #86888a;
	padding:5px 10px 0;
}

section #cnt-proyectos .box-cnt .box-proyecto img{
	width: 100%;
}

@media (min-width: 769px){
	.cnt-categorias-textos{padding: 0 130px;}
}

/*END PAGINA CATEGORIAS*/

/*MODAL FORM INSCRIPCION Y RECOMENDACION*/
@media (min-width: 768px){
	.forms-cidade .modal-dialog{
		width: 700px;
	}
}

@media(max-width: 991px) {
	.forms-cidade .modal-dialog{
		margin-bottom: 270px;
	}
}

@media(min-width: 992px) AND (max-width: 1199px) {
	.forms-cidade .modal-dialog{
		margin-bottom: 80px;
	}
}



.forms-cidade #banner-title{
	background-color: #e90d8b;
	padding: 10px 50px; 
}

.forms-cidade #banner-title h3{
	color: #fff;
	font:300 40px/48px "Roboto Slab";
	margin: 0px;
}

.forms-cidade button.close{
	border-radius: 100%;
	padding:1px 5px;
	display: block;
	border:2px solid #fff;
	opacity: 1;
	/*position: relative;
	margin-top: 10px;*/
	position: absolute;
	top: 0;
	right: 0;
}

.forms-cidade button.close span[aria-hidden="true"]{
	color: #fff;
	font:400 20px/16px "Oxygen";
}

.forms-cidade form{
	padding:25px 50px;
}

.forms-cidade form input, .forms-cidade form textarea, .forms-cidade form select, .forms-cidade form option{
	background-color: #f6d4e6;
	font:400 12px/20px "Oxygen";
 }

 .forms-cidade form.form-horizontal .form-group{margin-left: 0; margin-right: 0;}

 .forms-cidade form .form-group label{
 	font:400 12px/20px "Oxygen";
 	text-align: left;
 	padding-left: 0;
 	padding-right: 0;
 }

 #form-inscripcion form .form-group label[for="IEmail"]{
 	padding-right: 0px;
}

#form-inscripcion form .form-group label[for="ITelefone"], #form-inscripcion form .form-group label[for="ICidade"]{
	padding-left: 10px;
}

#form-inscripcion form .form-group div{
	padding-left: 0;
	padding-right: 0;
}

#form-inscripcion form .form-group>div>p{
 	font:400 12px/20px "Oxygen";
 	text-align: center;
 	padding-left: 0;
 	color: #555;
 }

#form-inscripcion .form-control, #form-inscripcion .form-control option,
#form-inscripcion form input, #form-inscripcion form textarea{
	font: 400 12px/14px "Oxygen";
	padding-left: 5px;
	padding-right: 5px;
}

#form-inscripcion select.form-control option{
	padding: 10px 5px;
	line-height: 40px;
}

.forms-cidade .text-form-titles{
	color: #e90d8b;
	font:700 14px/18px "Roboto Slab";
}

.forms-cidade .text-form-titles#title-form-categoria{
	margin-left: -20px;
}

#form-inscripcion form .form-group .checkbox label{
	font:600 12px/18px "Roboto Slab";	
}

#form-inscripcion form label.control-label span{
	color: #777;
}

.forms-cidade form .file-add-input label.btn{
	padding:5px 20px;
	font-weight: 600;
	border-radius:0; 
}

#form-inscripcion form .file-add-input label .img-preview{
	max-width: 100%;
}

#form-inscripcion form .file-add-input input{
	display: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.forms-cidade form .file-add-input label.btn{
		display: none;
	}

	#form-inscripcion form .file-add-input label .img-preview{
		max-width: 100%;
	}

	#form-inscripcion form .file-add-input input{
		display: block;
		background: transparent;
	}

}

#form-inscripcion form .col-file{
	margin: 10px auto;
}

.forms-cidade form .col-file .btn.btn-danger{
	font-size: 12px;
	font-family: "Oxygen";
	margin-top: 10px;
}

.forms-cidade form .col-file .btn.btn-danger .fa{
	font-size: 14px;
}


#form-inscripcion form #asistencia-video{display: none;}

#form-inscripcion form .url-add-input{
	clear: both;
	margin: 10px 0 20px;
}

#form-inscripcion form .url-add-input label.btn{
	padding:5px 20px;
	font-weight: 600;
	border-radius: 0; 
}

.forms-cidade form #count-objetivo, .forms-cidade form #count-funcionamiento, .forms-cidade form #count-observacion, .forms-cidade form #count-beneficio, .forms-cidade form #count-participacao, .forms-cidade form #count-futuro{
	font: 400 11px/12px "Roboto Slab";
	color: #222;
	margin-top: 10px;
}

.tcAlert { 
	color: orange !important; 
	font-weight: 600;
}
.tcWarn { 
	color: red !important; 
	font-weight: 600;
}

.form-horizontal .has-feedback .form-control-feedback{
	right: 5px;
}
/*END MODAL FORM INSCRIPCION*/


/**/

/*HEADER*/
header#secondary-header{
	margin-bottom: 0px;
}

header#secondary-header .header-top{
	min-height: 130px;
}

header#secondary-header h2{
	color: #e90d8b;
	font: 500 20px/24px "Roboto Slab";
	padding-top: 55px;
	text-align: left;
}

@media(min-width: 992px) AND (max-width: 1199px){
	header#secondary-header h2{
		padding-top: 30px;
	}

	header#secondary-header h2 br{
		display: none;
	}

}

header#secondary-header #inscribite, #inscribite{
	width: 150px;
	height: 150px;
	border-radius: 75px;
	background-color: #e90d8b;
}

header#secondary-header #inscribite a, #inscribite a{
	font: 400 32px/32px "Oxygen";
	color: #fff;
	text-decoration: none;
	text-align: left;
	padding-left: 40px;
	padding-top: 25px;
	display: block;
	letter-spacing: 3px;
}

header#secondary-header #logo-ivm{
	max-width: 100%;
	margin-top: 10px;
}

header#secondary-header #icons-socials{
	text-align: right;
	padding: 0px;
}

header#secondary-header #icons-socials{
	margin-top: 20px;
}

header#secondary-header #icons-socials #icon-facebook, header#secondary-header #icons-socials #icon-twitter{
	height: 30px;
	width: 30px;
	display: inline-block;
	padding: 3px 5px;
	border-radius:20px;
	text-align: center;
}

#icons-socials #icon-facebook{
	background: #6181b2;
}

#icons-socials #icon-twitter{;
	background: #5ba7cc;
}

#icons-socials i{
	color: #fff;
	font-size: 20px;
	line-height:25px;
}


header#secondary-header #top-slider-categoria{
	float: left;
	margin-top: 30px;
	background: transparent url("../images/btn-cat.png") no-repeat left bottom;
	width: 320px;
	height: 60px;
	display: block;
	clear: both;
}

header#secondary-header #top-slider-categoria h3{
	font: 600 14px/40px "Oxygen";
	color: #fff;
	padding-left: 20px;
}

header#secondary-header #slider-navigation-dots ul{
	list-style: none;
	padding-left: 0;
}

header#secondary-header #slider-navigation-dots ul li{
	float: left;
	margin-left: 10px;
	margin-top: 40px;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	overflow: hidden;
}

header#secondary-header #slider-navigation-dots ul li a{
	display: block;
	width: 100%;
	height: 100%;
}

#slider-navigation-dots  .slider-nav:nth-child(1){
	background: #FB4E01;
}

#slider-navigation-dots  .slider-nav:nth-child(2){
	background: #037CC3;
}

#slider-navigation-dots  .slider-nav:nth-child(3){
	background: #A3D65D;
}

#slider-navigation-dots  .slider-nav:nth-child(4){
	background: #E23EB1;
}

#slider-navigation-dots  .slider-nav:nth-child(5){
	background: #E1B025;
}

#slider-navigation-dots  .slider-nav:nth-child(6){
	background: #00D2E3;
}

#slider-navigation-dots  .slider-nav.activo{
	border:3px solid #777;

}
/*END HEADER*/

/*SLIDER HOME*/
.cnt-name-cat.container{
	position: relative;
}

.name-category{
	position: absolute;
	top: 0;
	left: 0;
	width: 403px;
	height: 137px;
}

@media (max-width: 767px) {
	#home-slider{
		overflow: hidden;
	}
}

@media(max-width: 419px){
	.name-category{
		top: 147px;
		background-size: 100% 100% !important;
		width: 100% !important;
	}

	.name-category h3{
		font-size: 20px !important;
		line-height: 22px !important;
	}
}

@media(min-width: 420px) AND (max-width: 599px){
	.name-category{
		top: 220px;
	}
}

@media(min-width: 600px) AND (max-width: 767px){
	.name-category{
		top: 275px;
	}
}

@media(max-width: 767px){
	#slider-Avisos{
		margin-bottom: 137px;
	}

	#slider-Avisos .bx-viewport{
		overflow: visible !important; 
	} 

	header#secondary-header #top-slider-categoria{
		margin-bottom: -12px;
	}

	#slider-navigation-dots{
		display: none;
	}
}

.name-category:hover{
	text-decoration: none;
}
.name-category#name-forma-0{
	background: transparent url("../images/forma0.png"); 
}
.name-category#name-forma-1{
	background: transparent url("../images/forma1.png"); 
}
.name-category#name-forma-2{
	background: transparent url("../images/forma2.png"); 
}
.name-category#name-forma-3{
	background: transparent url("../images/forma3.png"); 
}
.name-category#name-forma-4{
	background: transparent url("../images/forma4.png"); 
}
.name-category#name-forma-5{
	background: transparent url("../images/forma5.png"); 
}

.name-category h3{
	font:500 24px/32px "Roboto Slab";
	color: #fff;
	padding-left: 15px;
	text-decoration: none;
}
body.body-home .bx-viewport{box-shadow: none !important;}

body.body-home #slider-Avisos .bx-wrapper{
	margin-bottom: 0;
}

.slider-text{
	display: none;
}

.cnt-slide-text.active-text{
	position: absolute;
	top: 170px;
	left: 50px;
	width: 650px;
	padding:25px;
	background: rgba(0,0,0,0.6) url(../images/pattern.png) repeat top left; 
	min-height: 100px;
}

.active-text .slider-text{
	display: block;
	font:600 16px/22px "Oxygen";
	color:#fff;
}

@media(max-width: 991px){
	.cnt-slide-text, .cnt-slide-text.active-text{ 
		display: none !important;
	}

	.active-text .slider-text{ 
		display: none !important;
	}
}
/*END SLIDER HOME*/

/*DETALLES CONCURSO - OPCIONES MENU SUPERIOR*/
header#secondary-header #header-concurso-parceiros #top-slider-categoria{
	background: transparent url("../images/tit-parceiros.png") no-repeat left bottom;
}

header#secondary-header #header-concurso-regulamento #top-slider-categoria{
	background: transparent url("../images/tit-regulamento.png") no-repeat left bottom;
}

header#secondary-header #header-concurso-sobre-o-premio #top-slider-categoria{
	background: transparent url("../images/tit-sobrepremio.png") no-repeat left bottom;
}

header#secondary-header #header-concurso-fale-conosco #top-slider-categoria{
	background: transparent url("../images/tit-faleconosco.png") no-repeat left bottom;
}

.cnt-details-concurso{
	background: #fff;
	padding:20px 30px;
}

.cnt-details-concurso h2{
	margin: 0px 0 20px;
	font-family: "Roboto"
}

.cnt-details-concurso#concurso-sobre-o-ivm h2{
	color: #28286C;
}

.cnt-details-concurso#concurso-regulamento h2, .cnt-details-concurso#concurso-regulamento h2 small{
	color: #e2b024;
}

.cnt-details-concurso#concurso-sobre-o-premio h2{
	color: #E70C8B;
}

.cnt-details-concurso#concurso-parceiros h2{
	color: #FF5359;
}

.cnt-details-concurso#concurso-fale-conosco h2{
	color: #9E8C6C;
}

.cnt-details-concurso p{
	font:400 16px/22px "Oxygen";
	text-align: justify;
	margin: 15px 0;
}

.cnt-details-concurso p.text-center{
	text-align: center;
}

.cnt-details-concurso#concurso-sobre-o-ivm p:first-of-type::first-letter{
	font-size:36px;
	line-height: 40px;
	font-weight: 800;
	color: #28286C;
}

.cnt-details-concurso ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.cnt-details-concurso ul li{
	margin: 15px auto;
	font:400 16px/22px "Oxygen";
	text-align: justify;
	padding-left: 20px;
}

@media(min-width: 768px){
	.cnt-details-concurso#concurso-fale-conosco{
		padding-top: 50px;
	}
}

.cnt-details-concurso#concurso-fale-conosco #texto-campos-obligatorios{
	margin:5px auto;
}

.cnt-details-concurso#concurso-fale-conosco input, .cnt-details-concurso#concurso-fale-conosco textarea{
	background: #f6d4e6;
}

/*END DETALLES CONCURSO - OPCIONES MENU SUPERIOR*/

/*LIGHTBOX DOBLE*/
#lightbox-doble .modal-content{
	padding-top: 50px;
	padding-bottom: 50px;
}

@media(max-width: 600px) {
	#lightbox-doble .modal-content{
		padding-bottom: 150px;
	}
}

#lightbox-doble .modal-content #top-border{
	padding-top: 25px;
}

#lightbox-doble #cnt-buttons-doble{
	position: relative;
	width: 100%;
}

#lightbox-doble #rectangulo-superior{
	background:#E90D8B;
	height: 170px;
	z-index: 1;
	position: absolute;
	top: 0px;
}

#lightbox-doble #doble-conector{
	border:2px solid #fff;
	border-bottom: none;
	z-index: 100;
	position: relative;
	padding: 20px;
}

#lightbox-doble #doble-conector #doble-recuadro{
	z-index: 101;
	position: relative;
	border:2px solid #fff; 
	background: #E90D8B;
	margin: -50px auto 20px;
	width: 175px;
	padding: 15px 30px;
} 

#doble-recuadro h4{
	margin: 0 auto;
	padding: 0;
	font:600 22px/22px "Roboto Slab";
	color: #fff;
}

#lightbox-doble #cnt-buttons-doble .block-btn-doble{
	margin-left: 100px;
	float: left;
	width: 250px;
	position: relative;
	z-index: 10;
}

#lightbox-doble #cnt-buttons-doble .block-btn-doble.first-block{
	margin-left: 50px;
}


#lightbox-doble #cnt-buttons-doble a{
	background: #2C296E;
	padding-top:20px;	
	padding-bottom: 20px;
	text-align: center;
	color: #fff;
	font: 600 18px/18px "Roboto Slab";
	display: block;
}

#lightbox-doble #cnt-buttons-doble .first-block a{
	background: #609FD2;
}

#lightbox-doble #cnt-buttons-doble a:hover{
	text-decoration: none;
	opacity: 0.8;
}

.block-btn-doble p{
	font:400 13px/16px "Roboto Slab";
	text-align: center;
	padding: 10px 5px;
	color: #777;
}

@media(max-width: 767px){
	#lightbox-doble #cnt-buttons-doble .block-btn-doble{ 
		margin:0 auto !important;
		clear: both;
		float: none;
		display: block;
	}
}

@media(min-width: 767px){
	#lightbox-doble .modal-dialog{
		width: 700px;
	}	
}
/*END LIGHTBOX DOBLE*/

/*LIGHTBOX PROXIMAMENTE*/
#proximamente .modal-dialog{
	margin-bottom: 100px;
}

#proximamente #em-breve{
	font:600 20px/22px "Roboto Slab";
	color: #e90d8b;
	margin-bottom: 30px;
	text-align: justify;
}

#proximamente .modal-body h4{
	font: 400 18px/20px "Roboto Slab";
	margin-bottom: 30px;
}

#proximamente #desc-categorias p{
	font: 400 14px/18px "Oxygen";
	text-align: justify;
	padding: 2px 10px;
}

#proximamente #desc-categorias p strong{
	font: 400 14px/18px "Roboto Slab";
	display: block;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 5px;
}

#proximamente #desc-categorias p:nth-child(1) strong{
	color: #FB4E01;
}

#proximamente #desc-categorias p:nth-child(2) strong{
	color: #037CC3;
}

#proximamente #desc-categorias p:nth-child(3) strong{
	color: #A3D65D;
}

#proximamente #desc-categorias p:nth-child(4) strong{
	color: #E23EB1;
}

#proximamente #desc-categorias p:nth-child(5) strong{
	color: #E1B025;
}

#proximamente #desc-categorias p:nth-child(6) strong{
	color: #00D2E3;
}
/*END LIGHTBOX PROXIMAMENTE*/


/*EM BREVE*/
#texto-em-breve{
	font: 700 36px/38px "Oxygen"; 
	color: #E90D8B;
	margin-top: 40px;
}

#descripcion-em-breve{
	font: 400 20px/32px "Roboto Slab"; 
	color: #222; 
	margin-top: 60px;
	padding-bottom: 50px; 
	text-align: center; 
	display: block;
}

/*END EM BREVE*/

/*LIGHTBOX HELP VIDEOS*/
#help-videos{margin-bottom: 45px; z-index: 99999;}

#help-videos .modal-header{
	border-bottom: 0 none;
	padding: 10px;
}

#help-videos .modal-header span{ color: #E90D8B}

#help-videos .modal-body .cnt-explicacion{ 
	margin:0 0 10px; 
	padding: 0 5px;
	}

#help-videos .cnt-explicacion h4.help-column-title{
	font:400 22px/24px "Roboto Slab";
	color: #e13eaf;
	text-align: center;
	margin-top: 10px;
}

#help-videos .cnt-explicacion .help-explicacion{
	font:400 14px/24px "Oxygen";
	text-align: justify;
	color: #666;
	margin:0;
}

.help-explicacion::first-letter{
	padding-left: 30px;
}

#help-videos .help-atencion{
	font:400 15px/22px "Roboto Slab";
	color: #e13eaf;
	text-align: left;
	margin-top: 10px;
}
/*END LIGHTBOX HELP VIDEOS*/

/*FORM UPLOAD-VIDEO*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	label.btn.btn-ivm{
		display: none !important;
	}

	#concurso-upload-video input[type="file"]{
		display: block !important;
	}
}
/*END FORM UPLOAD-VIDEO*/

/*SOBRE O PREMIO*/
p.sop-desc-cat{
	font:400 12px/14px "Oxygen";
	margin-top: 5px;
	display: block;
}
/*END SOBRE O PREMIO*/


/*PAGINA CATEGORIAS*/
@media(min-width: 768px){

	header.page-iniciativa.container{
		width: 100% !important;
		min-height: 235px;
	}
}
#sub-header-iniciativa #icons-socials{
	margin-top: 110px;
}

#sub-header-iniciativa #icon-facebook, #sub-header-iniciativa #icon-twitter{
	height: 30px;
	width: 30px;
	display: inline-block;
	padding: 3px 5px;
	border-radius:20px;
	text-align: center;
}

#sub-header-iniciativa #inscribite{
	width: 140px;
	height: 140px;
	float: right;
}

#sub-header-iniciativa #inscribite a{
	padding-top: 20px;
	padding-left: 38px;
}

@media(max-width: 599px){
	#sub-header-iniciativa #headerC-col-1{
		text-align: center;
	}

	#sub-header-iniciativa #headerC-col-2 #inscribite{
		float: none;
		margin: 20px auto 5px;
	}

	#sub-header-iniciativa #headerC-col-3 #icons-socials{
		margin: 20px auto 10px;
		text-align: center;
	}
}

@media(min-width: 600px) AND (max-width: 992px){
	#sub-header-iniciativa{
		margin-bottom: 15px;
	}

	#sub-header-iniciativa #headerC-col-1{
		width: 41.6667%;
	}

	#sub-header-iniciativa #headerC-col-2{
		width: 41.6667%;
	}

	#sub-header-iniciativa #headerC-col-3{
		width: 16.6667%;
	}	
}


header.page-iniciativa.page-transporte-particular{
	background: transparent url("../images/cat-1-header.jpg") no-repeat top center;
	background-size: cover;
}

header.page-iniciativa.page-transporte-coletivo{
	background: transparent url("../images/cat-2-header.jpg") no-repeat top center;
	background-size: cover;
}

header.page-iniciativa.page-modos-nao-motorizados{
	background: transparent url("../images/cat-3-header.jpg") no-repeat top center;
	background-size: cover;
}

header.page-iniciativa.page-qualidade-do-espacio{
	background: transparent url("../images/cat-4-header.jpg") no-repeat top center;
	background-size: cover;
}

header.page-iniciativa.page-novas-alternativas{
	background: transparent url("../images/cat-5-header.jpg") no-repeat top center;
	background-size: cover;
}

header.page-iniciativa.page-tecnologia-e-comunicacao{
	background: transparent url("../images/cat-6-header.jpg") no-repeat top center;
	background-size: cover;
}

header.page-iniciativa.page-categoria-mista{
	background: transparent url("../images/header-concorrentes.jpg") no-repeat top center;
	background-size: cover;
}

header.page-iniciativa #sub-header-iniciativa.container{margin:0 auto 10px;}

header.page-iniciativa #categoria-logo{
	display: block;
	margin:0 0 20px;
}

section.pro-section{
	position: relative;
	background-color:#b8a37d;
	height: 104px;
	margin-bottom: 0;
}

section.pro-section header{
	min-height: 137px;
	clear: both;
	position: relative;
	z-index: 300;
}

section.pro-section section.cnt-proyecto{
	padding-bottom: 100px !important;
}

section#cnt-transporte-particular.pro-section header{
	background: transparent url("../images/forma0.png") no-repeat left top;
}

section#cnt-transporte-coletivo.pro-section header{
	background: transparent url("../images/forma1.png") no-repeat left top;
}

section#cnt-modos-nao-motorizados.pro-section header{
	background: transparent url("../images/forma2.png") no-repeat left top;
}

section#cnt-qualidade-do-espacio.pro-section header{
	background: transparent url("../images/forma3.png") no-repeat left top;
}

section#cnt-novas-alternativas.pro-section header{
	background: transparent url("../images/forma4.png") no-repeat left top;
}

section#cnt-tecnologia-e-comunicacao.pro-section header{
	background: transparent url("../images/forma5.png") no-repeat left top;
}

section#cnt-categoria-mista.pro-section header{
	background: transparent url("../images/forma1.png") no-repeat left top;
}

section.pro-section header #nombre-categoria{
	margin:0;
	font: 300 36px/40px "Roboto Slab";
	color: #fff;
}

section.pro-section#cnt-transporte-particular #nombre-categoria{
	padding:10px 0px 0px 40px;
}

section.pro-section#cnt-transporte-coletivo #nombre-categoria{
	padding:10px 0px 0px 40px;
}

section.pro-section#cnt-modos-nao-motorizados #nombre-categoria{
	padding:10px 0px 0px 40px;
	font: 300 30px/32px "Roboto Slab";
}

section.pro-section#cnt-qualidade-do-espacio #nombre-categoria{
	padding:5px 0px 0px 40px;
	font: 300 28px/32px "Roboto Slab";
}

section.pro-section#cnt-novas-alternativas #nombre-categoria{
	padding:5px 0px 0px 40px;
	font: 300 30px/32px "Roboto Slab";
}

section.pro-section#cnt-tecnologia-e-comunicacao #nombre-categoria{
	padding:10px 0px 0px 40px;
}

section.pro-section#cnt-categoria-mista #nombre-categoria{
	padding:10px 0px 0px 40px;
}

section.pro-section #datos-proyecto{
	padding: 15px 0  4px !important;
	border-bottom: 1px solid #A38E53;
}

section.pro-section p#proyecto-nro:before{
	content: "INICIATIVA # ";
	color: #fff;
	text-shadow:1px 1px 2px #000;
	font: 600 14px/18px "Oxygen";
} 

section.pro-section p#proyecto-nro{
	padding: 2px 0 0;
	font: 600 14px/18px "Oxygen";
	color: #fff;
	text-shadow:1px 1px 2px #000;
	text-align: right;
	margin: 0;
}

section.pro-section p#proyecto-nome{
	padding: 0;
	font: 400 24px/28px "Oxygen";
	color: #000;
	margin: 0 0 2px;
}

section.pro-section p#proyecto-ubicacion{
	padding: 2px 0 0;
	font: 600 14px/18px "Oxygen";
	color: #E90D8B;
	text-align: left;
	margin: 10px 0 0;
	text-shadow:1px 1px 1px #8c8c8c;
}

@media(max-width: 991px){
	section.pro-section p#proyecto-nome{
		margin-top: 60px;
	}
}

section #cnt-proyectos{
	margin-top: 10px !important;
}

section #cnt-proyectos .box-cnt{
	padding:0px 10px 0px 0px;
	margin-bottom: 20px;
}

@media(max-width:600px){
	section #cnt-proyectos .box-cnt{
		padding: 0;
	}
}

section #cnt-proyectos .box-cnt:nth-child(5n){clear: left;}

section #cnt-proyectos .box-cnt .box-proyecto{
	background-color: #fff;
	padding-top: 30px;
}

section #cnt-proyectos .box-cnt .box-proyecto a{
	text-decoration: none;
}

section #cnt-proyectos .box-cnt .box-proyecto h3{
	font:400 20px/24px "Roboto Slab";
	color: #909294;
	padding:5px 5px 0 10px;
	margin:0;
	z-index: 9999;
	position: relative;
}

section #cnt-proyectos .box-cnt .box-proyecto:hover h3, section #cnt-proyectos .box-cnt .box-proyecto:hover p{
	color: #000;
}

section #cnt-proyectos .box-cnt .box-proyecto p{
	font:400 12px/18px "Oxygen";
	color: #86888a;
	padding:5px 10px 0;
	word-break:break-word;
	overflow: hidden;
}

section #cnt-proyectos .box-cnt .box-proyecto img{
	width: 100%;
}

@media (min-width: 769px){
	.cnt-categorias-textos{padding: 0 130px;}
}

#proyecto-socialmedia .twitter-share-button, #proyecto-socialmedia .IN-widget, #proyecto-socialmedia .fb-like.fb_iframe_widget{
	vertical-align: top !important; 
}

#vote-me{
	background-color: #f00;
	border-radius: 5px;
	box-shadow:2px 2px 4px 1px #aaa;
	color: #fff;
	margin: 5px 0px 0px 10px;
	font-size: 14px;
	line-height: 30px;
	vertical-align: super;
	display: inline-block;
	padding-right: 15px;
	border:0 none;
	font-family: "Roboto Slab";
	float: right;
}

#vote-me .fa.fa-heart{
	font-size: 20px;
	color: #fff;
	margin: 5px auto;
	padding: 0px 10px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;	
}

@media(max-width:599px){
	#vote-me{
		margin:10px auto;
		display: block;
		float: none;
		padding: 5px 25px;
		font-size: 28px;
	}

}

@media(min-width:600px) AND (max-width: 992px){
	.pro-section header{
		position: relative;
	}

	.pro-section header div{
		position: initial;
	}

	#vote-me{
		position: absolute;
		top: 10px;
		right:20px;
		padding: 10px 20px;
		font-size: 22px;
	}
}
button[type="submit"].btn-votar{ background-color: #f00; color: #fff; opacity: 0.6;}

button[type="submit"]:hover{opacity: 1; color: #fff;}

#sidebar-iniciativa{
	padding: 10px 5px 0 0px;
}

#sidebar-iniciativa img:first-of-type{
	width: 95%;
	margin: 0 auto 10px;
	display: block;
}

#sidebar-iniciativa img{
	width: 22%;
	margin: 15px 1% 5px;
	display: inline-block;
}
/*END PAGINA INICIATIVAS*/

/*STYLE LANDING*/
#inscribite #btn-vote-aqui{
	padding-left: 30px;
	padding-top: 40px;
}

body#home-cidade #inscribite.conheca-ganadores{
	/*margin-right: 105px;*/
}

#inscribite #btn-ganadores{
	padding-left: 5px;
	padding-top: 55px;
	font:400 20px/22px "Oxygen";
	letter-spacing: 1px;
	text-align: center;
}

#landing-text.land-ganadores .short-text{
	width: 80%;
}

#landing-text.land-votacion p{
	margin: 0 0 5px;
	line-height: 18px;
}

#landing-text.land-votacion h3{
	margin-top:15px;
	margin-bottom: 5px;
}

#landing-text.land-votacion .short-text{
	width: 80%;
}
/*END STYLE LANDING*/

/*PREMIOS STYLE*/
body.body-premios #page-content .container{
	margin-bottom: 50px !important;
}

section #cnt-premios .box-cnt{
	background: transparent;
}

section.cat-section#cnt-premios #nombre-categoria{
	padding:20px 0px 0px 30px;
}

section.cat-section#cnt-premios p#desc-categoria{
	font: 400 16px/18px "Oxygen";
	padding: 10px 0 0;
}

header.page-premios.container{
	width: 100% !important;
	min-height: 235px;
}

header.page-premios{
	background: transparent url("../images/header-concorrentes.jpg") no-repeat top center;
	background-size: cover;
}

section#cnt-premios.cat-section header{
	background: transparent url("../images/forma1.png") no-repeat left top;
}

.box-premio{
	padding-top: 0px !important;
	padding-bottom: 10px;
}

.box-premio .header-box{
	/*background: none !important;*/
	padding: 12px 0px 10px 25px;
}

.box-categoria-mista .box-premio{
	/*background-color: #007BC4  !important;*/
	background: #fff url("../images/img-premio-7.png") no-repeat 0 0;
}

.box-transporte-particular .box-premio{
	/*background: #FB4E01  !important;*/
	background: #fff url("../images/img-premio-1.png") no-repeat 0 0;
}

.box-transporte-coletivo .box-premio{
	/*background: #037CC3  !important;*/
	background: #fff url("../images/img-premio-2.png") no-repeat 0 0;
}

.box-modos-nao-motorizados .box-premio{
	/*background: #A3D65D  !important;*/
	background: #fff url("../images/img-premio-3.png") no-repeat 0 0;
}

.box-qualidade-do-espacio .box-premio{
	/*background: #E23EB1  !important;*/
	background: #fff url("../images/img-premio-4.png") no-repeat 0 0;
}

.box-novas-alternativas .box-premio{
	/*background: #E1AF23  !important;*/
	background: #fff url("../images/img-premio-5.png") no-repeat 0 0;
}

.box-tecnologia-e-comunicacao .box-premio{
	/*background: #5CD0E0  !important;*/
	background: #fff url("../images/img-premio-6.png") no-repeat 0 0;
}

.box-premio .header-box h2{
	font:800 20px/22px "Roboto Slab";
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}

.box-premio .body-box{
	/*background: #fff;*/
	padding-left: 25px;
	margin-bottom: 50px;
}

.box-premio .datos-iniciativa:hover a, .box-premio .datos-iniciativa:hover p, .box-premio .datos-iniciativa:hover h3, .box-premio .datos-iniciativa:hover h4, .box-premio .datos-iniciativa:hover img{
	color: #000;
}

.box-premio h3{
	font-size: 14px;
	font-weight: 800;
	margin: 15px 0;
	color: #888;
	text-transform: uppercase;
}

.box-premio h4{
	font-size: 13px;
	font-weight: 800;
	margin: 15px 0;
	color: #888;
	text-transform: uppercase;
}

.box-premio p{
	font-size: 12px;
	margin: 0;
	color: #888;
}


.box-premio p:first-letter, .box-premio p span:first-letter{
	text-transform: capitalize;
}

.box-premio a.btn-premio{
	background: #ddd;
	font:400 12px/18px "Oxygen";
	color: #777;break-all
	padding:1px 10px;
	margin: 15px auto 5px;
	border-radius: 0;
}

.box-premio .datos-iniciativa a.btn-premio:hover{
	background: #A6D641 !important;
	color: #000;
}


.box-premio .datos-iniciativa:hover a.btn-premio{
	background: #C6E661;
	color: #000;
}

.box-premio img{
	margin: 25px 15px 5px 5px;
}

@media (max-width: 992px){
	.box-premio a.btn-premio{
		position: initial;
		display: block;
		margin: 5px 5px;
		left: auto;
		bottom: auto;

	}
}

.tag-resultado{
	background: #DD3CB7;
	padding:5px 10px;
	color: #fff !important;
	display: inline-block;
	clear: both;
}
/*END PREMIOS STYLE*/

/*LAST MODIFICATIONS*/
#inscribite.conheca-ganadores #btn-ganadores.btn-ivm-ganhadores{
	padding-top: 50px;
	line-height: 24px;
	font-size: 18px;
	letter-spacing: 0;
	text-align: center;
	padding-left: 0;
}
/*END LAST MODIFICATIONS*/