body {
	font-family: 'Roboto', sans-serif;
}

.container {
	width: 70%;
	margin:0 auto;
}


/* HEADER */

.header-main {
	http://colorzilla.com/gradient-editor/#f78e20+0,d1794c+100 */
background: rgb(247,142,32); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(247,142,32,1) 0%, rgba(209,121,76,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(247,142,32,1) 0%,rgba(209,121,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(247,142,32,1) 0%,rgba(209,121,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78e20', endColorstr='#d1794c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	height: 390px;
}

.table-content {
	margin-top: 30px;
}

.header-img {
}

.header-navbar {
	padding:15px 0;
}

.logo {
	/* background: url('../img/logo.png') no-repeat left top; */
	background: url('../img/msd_logo_2020.png') no-repeat left top;
	background-size: 150px;
	height: 48px;
	display: block;
}

.menu {
	text-align: right;
}

.menu ul {
	margin-bottom: 0;
	padding:12px 0;
}

.menu ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin:0 10px;
}

.menu ul li:last-child {
	margin-right: 0;
	position: relative;
	text-align: left;
}

.menu ul li.active {
	color: #d1794c;
	border-bottom: 2px solid #d1794c;
}

.menu a {
	color: #58585b;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: 700;
}

.menu a.active {
	color: #d1794c;
	border-bottom: 2px solid #d1794c;
}

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

/* ---- HEADER ---- */


/* CONTENT */

.select-group {
	margin-top: 10px;
}

.prize-content {
	padding: 40px 0;
}

.txt-block {
	font-weight: 300;
}

.txt-block h1 {
	color: #004d6a;
	font-size: 2em;
	line-height: 1.3em;
	margin-bottom: 25px;
}

.txt-block h1 span {
	font-weight: 700;
}

.txt-block p {
	color: #58585b;
	font-size: 1.1em;
	line-height: 1.8em;
}

.txt-bold {
	font-weight: 700;
}

.video-block{
	margin-top: 20px;
	float: right;
}

.video-block video, .video-block img {
	max-width: 100%;
}

.video-block p {
	font-size: 1.1em;
	font-weight: 700;
	color: #58585b;
	margin-top: 15px;
}

.jury-block {
    text-align: center;
}

.jury-content {
	background-color: #eeefef;
	padding: 60px 0;
}

.jury-content h2 {
	color: #004d6a!important;
	text-align: center;
	font-size: 2em;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
}


.jury-item {
	display: inline-block;
	background-color: #FFFFFF;
	max-width: 251px;
	min-height: 245px;
	padding:18px;
	display: inline-block;
	margin:20px 10px;
	vertical-align: top;
	-webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.2);
	width: 251px;
}

.jury-item p {
	margin:0;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #909295;
	text-align: center;
}

.jury-item p.jury-name {
	text-transform: uppercase;
}

.jury-item p.jury-desc {
	text-transform: uppercase;
	margin-bottom: 5px;
}

.jury-item p.jury-cv {
	margin-top: 5px;
	max-width: 215px;
}

.jury-item-president {
	margin:0 auto;
}

.jury-itens {
	width: 85%;
    margin: 30px auto 0;
}

p.jury-name {
	margin-top:18px;
	font-weight:700;
	color: #58585b;
}



.arrow-left {
	display: inline-block;
	line-height: 250px;
	float: left;
}

.arrow-right {
	display: inline-block;
	line-height: 250px;
	float: right;
}

.btn-block {
	width: 100%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	margin-top: 60px;
	border:none;
	background: rgb(247,142,32); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(247,142,32,1) 0%, rgba(209,121,76,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(247,142,32,1) 0%,rgba(209,121,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(247,142,32,1) 0%,rgba(209,121,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78e20', endColorstr='#d1794c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #FFF;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.85em;
    letter-spacing: 1px;
    padding: 18px 60px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 5px 13px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 13px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 13px 2px rgba(0,0,0,0.2);
}


.btn-block:hover, .btn-block:focus {
	text-decoration: none;
	outline: none;
}

.news-content {
	padding:60px 0;
}

.news-content h2 {
	color: #004d6a!important;
    text-align: left;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 50px;
    margin-top: 0;
}

.news-content ul {
	padding-left: 0;
	font-size: 1.3em;
	color: #58585b;
}

.news-content li {
	list-style: none;
	display: inline-block;
	font-weight: 700;
	width: 18%;
	padding-right: 20px;
	padding-bottom: 20px;
}

.news-title {
	color: #231f20;
}

.news-btn {
	/* background: url(../img/btn-arrow.png) no-repeat 42% center; */
    color: #d1794c;
    font-size: 0.7em;
    display: block;
    text-transform: uppercase;
    margin-top: 15px;
}

.news-btn:hover, .news-btn:focus {
	text-decoration: none;
	color: #d1794c;
}

footer {
	background-color: #2e4049;
	padding: 40px 0;
}

.footer-content ul {
	padding-left: 0;
	text-align: right;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 20px;
}

.footer-content ul li {
	list-style: none;
	display: inline-block;
	padding: 0 10px;
}

.footer-content ul li:last-child {
	padding-right: 0;
}

.footer-content a {
	color: #FFFFFF;
    text-transform: uppercase;
    font-size: 0.8em;
}

.second-row {
	padding-top: 10px;
}

.second-row p {
	color: #FFFFFF;
	font-size: 0.8em;
}

.second-row span {
	display: block;
	text-transform: uppercase;
}

#candidaturas .btn-block {
	margin-top: 35px;
}

#candidaturas .txt-block a {
	color: #00867d;
	text-decoration: underline;
}

#candidaturas .prize-content {
    padding: 40px 0 70px;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.form {
	padding: 40px;
    width: 440px;
    position: absolute;
    top: 200px;
    background-color: #FFFFFF;
    left: 50%;
    margin-left: -220px;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
}

.form-header {
	border-bottom: 1px solid #b9bbbd;
	padding-bottom: 25px;
}

.form-header h2 {
	margin:0;
	color: #004d6a;
	font-size: 2em;
	font-weight: 700;
	display: inline-block;
	padding:5px 0;
}

.form-header img {
	display: inline-block;
	vertical-align: top;
	float: right;
}

.form p {
	font-weight: 300;
	color: #58585b;
	font-size: 1.1em;
	margin-top: 20px;
	margin-bottom: 40px;
}

.form p span {
	font-weight: 700;
	color: #d1794c;
}

.group {
    position: relative;
    margin-top: 30px;
}

.video-label{
	font-weight: 300;
	color: #58585b;
	font-size: 0.9em;
	margin-top: 20px;
	margin-bottom: 40px;
}

input {
    font-size: 14px;
    padding: 0 0 0 5px;
    display: block;
    width: 98%;
    border: none;
    border-bottom: 1px solid #b9bbbd;
}

input:focus {
	color: #58585b;
	border-bottom: 2px solid #d1794c;
	outline: none;
}


.close {
	opacity: 1!important;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #d1794c;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

label {
    color: #b9bbbd;
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
    color: #58585b;
}

.form .btn-block {
	margin-top: 20px!important;
}

.form .btn-block a {
	padding: 18px 75px;
}

.form-bottom-txt {
	margin-top: 50px;
}

.form-bottom-txt p {
	margin:0;
	text-align: center;
}

.form-bottom-txt a {
	color: #d1794c;
	text-decoration: underline;
}

.txt-pw {
	margin-bottom: 15px!important;
}

#form-login {
	display: none;
}

#form-login .form-intro, #form-register .form-intro {
	color: #d1794c;
}

#form-login .form .btn-block {
    margin-top: 20px!important;
}

#form-login .group {
    margin-top: 10px;
}

#form-login .form-bottom-txt {
    margin-top: 30px;
}

#form-register {
	display: none;
}

#form-register .form-bottom-txt {
    margin-top: 30px;
}

#form-candidatura {
	display: block;
	z-index: 0;
}

#form-register .btn-block {
	width: 70%;
	margin:0 auto;
}

#form-login .btn-block {
	width: 70%;
	margin:0 auto;
}

.expand-form {
	display: none;
	padding: 0 0 20px 10px;
}

.expand-form p {
	margin-bottom: 0;
}

.terms {
	position: relative;
	margin-bottom: 5px;
	margin-top: 20px;
}

.terms i {
	cursor: pointer;
	position: absolute;
    width: 22px;
    height: 22px;
    background: url(../img/sprite.png) no-repeat;
    top: 4px;
    left: 0;
    background-position: -28px -278px;
    content: "";
}

.terms i.checked {
	background-position: -87px -278px;
}

.terms label {
	position: absolute;
    display: inline-block;
    margin: 0;
    margin-left: 10px;
    color: #58585b;
    font-size: 1.1em;
    top: 0px;
}

.terms input {
	cursor: pointer;
	width: auto;
	display: inline-block;
	margin:0;
}

.terms a {
	color: #d1794c;
	text-decoration: underline;
}

input[type="radio"] {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
  position: absolute;
  width:22px!important;
  height:22px!important;
  top: 4px;
}

.main-content#noticias {
	padding: 40px 0;
}


#ficha.main-content {
	padding: 40px 0;
}

.news-block h1 {
	color: #004D6A;
	font-weight: 700;
}

.news-block p.form-intro {
	color: #004D6A;
	font-weight: 300;
	margin-top: 30px;
}

.news-block ul {
	padding-left: 0;
	margin-top: 20px;
}

.news-block ul li {
	position: relative;
	list-style: none;
	border-top: 1px solid #B9BBBD;
}

/*.news-block ul li > a:after {
	position: absolute;
	width: 40px;
	height: 40px;
	background: url('../img/sprite.png') no-repeat;
	top: 11px;
	right: 0;
	background-position: -18px -20px;
	content: "";
}*/

.news-block i {
	position: absolute;
	width: 40px;
	height: 40px;
	background: url('../img/sprite.png') no-repeat;
	top: 11px;
	right: 0;
	background-position: -18px -20px;
	content: "";
}

.news-block i.icon-collapse {
	background-position: -76px -20px;
}

.news-block ul li:last-child {
	border-bottom: 1px solid #B9BBBD;
}

.news {
	display: none;
	padding-left: 10px;
	font-weight: 300;
	width: 90%;
	padding:10px 10px 0;
}

.news .intro {
	font-weight: 700;
}

.news p {
	margin-bottom: 20px;
	font-size: 1.1em;
	line-height: 1.8em;
}

.news-block li a {
	font-size: 1.1em;
	color: #d1794c;
	font-weight: 700;
	padding:20px 10px;
	display: block;
	width: 95%;
}

.news-block li a:focus {
	text-decoration: none;
}

.news-block li a:hover {
	text-decoration: none;
}

.news > p > a {
	color: #d1794c;
	text-decoration: underline;
	display: inline;
	font-weight: 300;
	padding:0;
	font-size: 1em;
}

.btn-back {
	margin: 70px 0;
}

.btn-back a {
	position: relative;
	color: #58585B;
	font-size: 0.95em;
	text-transform: uppercase;
	font-weight: 700;
	padding-left: 25px;
}

.btn-back a:before {
	position: absolute;
	width: 18px;
	height: 10px;
	background: url('../img/sprite.png') no-repeat;
	top: 4px;
	left: 0;
	background-position: -88px -188px;
	content: "";
}

.btn-back a:hover {
	text-decoration: none;
}

#ficha .news-block h1 span {
	font-style: italic;
	font-size: 12px;
	font-weight: 300;
}

#ficha .form {
	position: relative;
	margin:0;
	top: auto;
	left: auto;
	box-shadow: none;
	width: 80%;
	padding:20px 0;
	margin-left:10px;
}

#ficha .form .group {
    padding-left: 25px;
}

span.icon-info {
	position: absolute;
	width: 16px;
	height: 16px;
	background: url('../img/sprite.png') no-repeat;
	bottom: 7px;
	left: 0;
	background-position: -32px -218px;
	content: "";
	cursor: pointer;
}

span.icon-info.active {
	background-position: -90px -218px;
}

.textarea-field span.icon-info {
	top: 11px;
}

.input-info {
	display: none;
	position: absolute;
    background: #f1f2f2;
    padding: 10px;
    top: -24px;
    left: 30px;
    font-size: 13px!important;
    box-shadow: 0px 0px 8px 0px #CCCCCC;
    z-index: 9;
}

.input-info.active {
	display: block;
}

.input-info:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #f1f2f2;
	border-width: 12px;
	margin-top: -12px;
}

#ficha .form .group-select-1, #ficha .form .group-select-2, #ficha .form .group-select-3 {
	float: left;
	width: 30%;
	margin-top: 15px;
}

#ficha .form .group-select-1 {
	margin-right: 2.5%;
}

#ficha .form .group-select-2 {
	margin-left: 2%;
	margin-right: 2%;
}

#ficha .form .group-select-3 {
	margin-left: 2%;
}

#ficha .form .group-select-2:before, #ficha .form .group-select-3:before {
	background:none;
}

#ficha .form .group-select-1:after, #ficha .form .group-select-2:after, #ficha .form .group-select-3:after {
	position: absolute;
	width: 16px;
	height: 9px;
	background: url('../img/sprite.png') no-repeat;
	bottom: 30px;
	right: 5px;
	background-position: -31px -248px;
	content: "";
}

#ficha .form select {
	font-size: 14px;
    padding: 5px 0 5px 5px;
    display: block;
    width: 98%;
    border: none;
    border-bottom: 1px solid #b9bbbd;
    background:none;
    border-radius: 0;
    color: #999;
    font-size: 17px;
    font-weight: 300;
    -webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
}

#ficha .form select:focus {
	outline: none;
}

#ficha .form .group input[name="constituicao"]{
	width: 30.5%;
}

#ficha .form .group input::placeholder{
	color: #b9bbbd;
    font-size: 17px;
    font-weight: 300;
}

#ficha .form .group textarea {
	padding-top: 4px;
	padding-left: 5px;
}

#ficha .form .group textarea:focus {
	border-bottom: 2px solid #d1794c;
}

#ficha .form .group textarea::placeholder{
	color: #b9bbbd;
    font-size: 17px;
    font-weight: 300;
}

#ficha .buttons {
	margin-top: 60px;
}

#ficha .btn-block {
	float: left;
	width: auto;
	margin:0!important;
	cursor: pointer;
}

#ficha .btn-block a {
	padding: 18px 45px;
}

#ficha .btn-block-save {
	float: left;
	width: auto;
	margin-left: 20px;
	border:none;
	color: #d1794c;
	text-transform: uppercase;
	background: transparent;
    font-weight: 400;
    font-size: 0.85em;
    letter-spacing: 1px;
    padding: 18px 40px;
    border-radius: 30px;
  	border:2px solid #d1794c;
	padding: 18px 30px;
	cursor: pointer;
}

#ficha .btn-block-save:hover,#ficha .btn-block-save:focus {
	text-decoration: none;
	outline: none;
	background: transparent;
}

#ficha label span {
	font-style: italic;
	font-size: 0.8em;
}

#ficha textarea {
    overflow: auto;
    width: 98%;
    max-width: 98%;
    min-height: 100px;
    resize: none;
    border: none;
    border-bottom: 1px solid #b9bbbd;
    padding:0;
}

#ficha textarea:focus {
	outline: none;
}

#obrigado h1 {
	font-weight: 300;
}

#obrigado .txt-block {
    font-weight: 300;
    width: 40%;
}

#obrigado .btn-block {
	text-align:left;
}

#obrigado .btn-back {
    margin: 100px 0 30px;
}

footer img {
	max-width: 100%;
	float: right;
}

.header-left {
	margin-top: 100px;
}

.header-right {
	position: relative;
	height: 390px;
}

.header-right img {
	margin:0 auto;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 0;
}

.header-left img, .header-right img {
	max-width: 100%;
}

.num_beneficiarios, .ano_inicio, .duracao {
	float: left;
    width: 33%;
}

.ano_inicio {
	position: relative;
}

.ano_inicio i.icon-date {
	position: absolute;
    width: 22px;
    height: 22px;
    background: url(../img/sprite.png) no-repeat;
    bottom: 5px!important;
    top: auto;
    right: 5px;
    background-position: -87px -367px;
    content: "";
}

.duracao {
	position: relative;
}

.duracao .input-group, .ano_inicio .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    padding-left: 25px;
    width: 98%;
}

.duracao i.icon-date {
	position: absolute;
    width: 22px;
    height: 22px;
    background: url(../img/sprite.png) no-repeat;
    bottom: 5px!important;
    top: auto;
    right: 5px;
    background-position: -87px -367px;
    content: "";
}

.datepicker {
	position: absolute;
	z-index: 10;
	background-color: #FFFFFF;
	left: 20px;
	top: 0;
	box-shadow:0 0 10px 2px #cccccc;
}

.datepicker table tr td.active.active:hover {
	background-color: #d1794c;
	background-image: none;
}

.datepicker table tr td.active.active {
	background-image: none;
	background-color: #d1794c;
}

.datepicker table tr td span.active.active {
	background-image: none;
	background-color: #d1794c;
}

.datepicker table tr td span.active.active:hover {
	background-color: #d1794c;
	background-image: none;
}

.prev-applications .pagination {
	margin-top: 60px;
}

.prev-applications .pagination > li > a, .prev-applications .pagination > li > span {
	border:none;
	color: #58585b;
}

.prev-applications .pagination > .active > span {
	border-radius:20px;
	background-color: #999999;
	color: #FFF;
}

.reg-content {
	padding: 50px 0;
}

.reg-content h1 {
	color: #004D6A;
    font-weight: 700;
    margin-bottom: 20px;
}

.reg-content p {
	font-size: 1.1em;
    line-height: 1.8em;
    font-weight: 300;
    margin-bottom: 30px;
}

.reg-content a {
	position: relative;
	padding: 5px 0 5px 36px;
	color: #d1794c;
	font-size: 15px;
	text-decoration: underline;
}

.reg-content a:before {
	background: url(../img/sprite.png) no-repeat;
    position: absolute;
    width: 25px;
    height: 32px;
    top: 0;
    left: 0;
    background-position: -26px -408px;
    content: "";
    cursor: pointer;
}

/* botao de upload */

.upload-block {
	padding-left: 0!important;
	margin-top: 15px!important;
}

#exampleInputFile {
	font-size:14px;
}

.upload-block input {
	border:none;
	/*opacity: 0;
	overflow: hidden;*/
}

.upload-block input:focus {
	border:none;
	box-shadow: none;
	outline: none;
}

.upload-btn {
	margin-top: 20px;
	position: relative;
}

#uploadBtn, #uploadBtn_2, #uploadBtn_3, #uploadBtn_4, #uploadBtn_5 {
	display: inline-block;
}

#uploadFile, #uploadFile_2, #uploadFile_3, #uploadFile_4, #uploadFile_5 {
	display: inline-block;
	width: auto;
	min-width: 35%;
	border:none;
	vertical-align: top;
	padding: 10px 0;
	margin-left: 10px;
}

#uploadFile::placeholder,#uploadFile_2::placeholder, #uploadFile_3::placeholder, #uploadFile_4::placeholder, #uploadFile_5::placeholder {
	color: #d1794c!important;
	font-size: 12px;
}

.fileUpload {
	color: #d1794c!important;
    border: 2px solid #d1794c!important;
    background: transparent!important;
    font-size: 0.85em;
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 25px;
    margin:0;
}

/*.upload-block label {
	color: #d1794c;
    border: 2px solid #d1794c;
    background: transparent;
    font-size: 0.85em;
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 25px;
}*/

.upload-block .help-block {
	margin:0;
	font-size: 12px;
}

.video-op {
	margin:30px 0;
}

.video-op p, .video-op .fileUpload{
	display: inline-block;
}

.video-op p {
	padding-top: 5px;
	margin:0;
}


.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0!important;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn-upload {
    color: #d1794c;
    border: 2px solid #d1794c;
    background: transparent;
    font-size: 0.85em;
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 25px;
}

.btn-upload:hover, .btn-upload:focus {
    color: #d1794c;
    background: transparent;
    border-color: #d1794c;
}

.docs {
	margin-top: 30px;
}

.docs .doc-desc, .docs .fileUpload {
	display: inline-block;
}

.docs .doc-desc {
	margin-bottom: 0;
	margin-top: 0;
}

.docs .upload-btn {
    margin-top: 10px;
}

.p-bold {
	font-weight: 700;
	color: #58585b!important;
}

.group-col-1, .group-col-2 {
	float: left;
	width: 48%;
	margin-top: -20px!important;
}

.group-col-2 {
	margin-left: 3%;
}

a#user-auth, a#user-logout {
	position:relative;
	padding-left: 28px;
	cursor: pointer;
}

a#user-auth:before, a#user-logout:before {
	background: url(../img/sprite.png) no-repeat;
    position: absolute;
    width: 22px;
    height: 24px;
    top: -4px;
    left: 0;
    background-position: -86px -411px;
    content: "";
    cursor: pointer;
}

.btn-submit {
	width: auto!important;
	margin:20px auto 0;
}

.btn-submit a {
	color:#FFF;
}

.btn-submit a:hover, .btn-submit a:focus {
	text-decoration: none;
}

.reset-pass {
	padding:40px 0 20px;
}

.reset-pass h1 {
	color:#004d6a;
	font-weight: 700;
}

.panel-default {
    border:none;
    box-shadow: none;
}

.panel-body {
	/* width: 50%; */
}

.panel-body input {
	border:none;
    border-bottom: 1px solid #b9bbbd;
    border-radius:0;
    color:#b9bbbd;
    padding-left: 5px;
    box-shadow: none;
}
.panel-body input::placeholder {
	color: #b9bbbd;
    font-size: 17px;
    font-weight: 300;
    }

.panel-body input:focus {
	box-shadow: none;
	border-bottom: 2px solid #d1794c;
}

.panel-body label {
	font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
    color: #58585b;
}

.panel-body .btn-submit {
	margin-left: 0;
}

.reset-pass .btn-back {
	margin: 50px 0;
}

.form-horizontal .control-label {
    margin-bottom: 5px;
}


.error-page {
	position: relative;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	color: #004d6a;
	margin-top:70px;

}

.error-page h1 {
	font-size: 50px;
	font-weight: 700;
}

.error-page p {
	font-weight: 300;
    font-size: 24px;
    color: #b9bbbd;
}

.prize-blue {
	margin:0 auto;
	width: 97px;
    height: 127px;
    background: url(../img/img-prize-blue.png) no-repeat center center;
    background-size: contain;
    content: "";
}

.error-page .btn-back a {
	text-decoration: none;
}

.error-page-content {
	background-color: #f1f2f2;
	border-top: 1px solid #e3e5e5;
}

em.invalid {
	color: red;
    font-weight: 300;
    font-style: normal;
    padding-left: 25px;
    margin-top: 5px;
    display: block;
    font-size: 13px;
}

#candidaturas .jury-content .btn-block {
	display: none!important;
}

.clean-file {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.clean-file img {
	padding:7px 0;
	display: none;
}

.uploadFile-btn {
	position: relative;
}

.upload-btn .fileUpload, .upload-btn .uploadFile-btn {
	display: inline-block;
}

.uploadFile-btn #uploadFile, .uploadFile-btn .clean-file {
	display: inline-block;
}

.upload-btn .uploadFile-btn {
	vertical-align: top;
	width: 70%;
}

/* ---- CONTENT ---- */



/* //// USER AREA ///// */
.user-area-content {
    padding: 50px 0 100px;
}

.user-area-content h1 {
    color: #004D6A;
    font-weight: 700;
    margin-bottom: 20px;
}

.user-area-content ul {
	padding-left: 0;
}

.user-area-content ul li {
	list-style: none;
    background: #f1f1f2;
    border-radius: 2px;
    box-shadow: 0px 2px 9px 0px #CCCCCC;
    padding-left: 45px;
}

.user-area-content ul li i.create {
	background: url('../img/sprite.png') no-repeat;
	position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    left: 33px;
    background-position: -26px -363px;
    content: "";
    cursor: pointer;
}

.user-area-content ul li i.edit {
	background: url('../img/sprite.png') no-repeat;
	position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    left: 33px;
    background-position: -26px -319px;
    content: "";
    cursor: pointer;
}

.user-area-content ul li i.view-prev {
	background: url('../img/sprite.png') no-repeat;
	position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    left: 33px;
    background-position: -82px -317px;
    content: "";
    cursor: pointer;
}

.user-area-content ul li > a {
	display: block;
    padding: 20px;
    color: #2e4049;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-size: 13px;
}

.user-area-content ul li > a:hover, .user-area-content ul li > a:focus  {
	text-decoration: none;
}

.welcome-txt {
	font-size: 1.1em;
    line-height: 1.8em;
    font-weight: 300;
    margin-bottom: 40px;
    width: 70%;
}

.prev-applications {
	padding:40px 0 80px;
}

.prev-applications h1 {
	color: #004D6A;
    font-weight: 700;
    margin-bottom: 40px;
}

.prev-applications {
	color: #58585b;
    font-size: 1.1em;
    line-height: 1.5em;
}

.prev-applications td , th{
	position: relative;
	padding-right:20px;
	width: 20%;
	padding:15px 20px 15px 0;
}

.prev-applications td a {
	display: inline-block;
	color: #d1794c;
	border:2px solid #d1794c;
	font-size: 0.85em;
    text-transform: uppercase;
    padding: 7px 35px;
    border-radius: 25px;
}

.prev-applications td a:hover {
	text-decoration:none;
}

.prev-applications tr {
	border-bottom: 1px solid #cccccc;
}

.drop-block {
	display: none;
	margin-top: 5px;
	box-shadow: 0px 2px 9px 0px #CCCCCC;
}

.drop-block ul {
	padding-left: 0;
}

.drop-block ul li {
	box-shadow: none;
}

.drop-block ul li > a {
	padding: 15px 20px;
	text-transform: capitalize;
	font-weight: 300;
	text-decoration: underline;
}

.regulamento-link {
	color: #d1794c;
	text-decoration: underline;
}
.regulamento-link:hover, .regulamento-link:focus {
	color: #d1794c;
}

.user-dropdown {
	display: none;
    position: absolute;
    background-color: #FFF;
    width: 140px;
    margin-top: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

.user-dropdown ul li {
	text-align: left!important;
	display: block;
	margin:0;
}

.user-dropdown ul {
	padding:0;
}

.user-dropdown ul li a {
	padding:10px 0 10px 15px;
	display: block;
	border-bottom: 1px solid #e0e0e0;
}

.consultar-mobile {
	display: none!important;
}

.editar-mobile {
	display: none!important;
}

.buttons .reg-content {
    padding: 18px 0;
    float: left;
    width: auto;
    margin-left: 20px;
}



/* ---- USER AREA ---- */

/* /// MATERIAL DESIGN FORM /// */

.form-group {
  position: relative;
  margin-top: 45px;
  margin-bottom: 20px;
  padding-left: 25px;
}

.form-control {
  display: block;
  height: 36px;
  width: 98%;
  border: none;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #b9bbbd;
}

.form-control:focus {
  border-color: #d1794c;
  outline: none;
  box-shadow: none;
}

label {
  position: absolute;
  top: -18px;
  color: #999;
  font-size: 12px;
  font-weight: 300;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.form-horizontal .control-label {
  position: relative;
  top: 0;
  margin-bottom: 0;
}

.float-label {
  left: 0;
  top: 7px;
  font-size: 16px;
  pointer-events: none;
  padding-left: 25px;
  margin-left: 0;
}

/* active state */

/*.form-control:focus ~ .float-label, .form-control:valid ~ .float-label {
  top: -18px;
  font-size: 12px;
  color: #d1794c;
}*/

/*
.form-control:focus ~ .float-label,
.form-control:not(:placeholder-shown) ~ .float-label {
  top: -18px;
  font-size: 12px;
  color: #d1794c;
}*/

.form-control:focus ~ .float-label{
  top: -18px;
  font-size: 12px;
  color: #d1794c;
}

.notEmpty{
  border:1px solid red;
}

label.float-label.active {
  top: -18px;
  font-size: 12px;
  color: #d1794c;
}

.prev-applications ul {
	padding-left: 0;
	font-size: 13px;
    font-weight: 300;
    font-style: italic;
    color: #8c8c8c;
    width: 60%;
}

.prev-applications ul li {
	list-style: none;
	display: inline-block;
}

.bold {
	font-weight: 700;
}

.prev-applications p {
	color: #8c8c8c;
	font-size: 14px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour{
	box-shadow: none;
	border: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour .list-unstyled>li {
	border: none;
}


/* --- MATERIAL DESIGN FORM --- */


/* //// OWL CAROUSEL ///// */

.owl-carousel {
	display: block!important;
}

.owl-stage-outer {
	min-height: 285px;
}

.owl-carousel .owl-dots {
	display: none;
    text-align: center;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0
}

.owl-carousel .owl-dot {
	display: inline-block;
    zoom: 1;
    cursor: pointer;
}

.owl-carousel .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 20px 3px 15px;
    background: transparent;
    border: 1px solid #58585b;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-carousel .owl-dot.active span {
    background: #58585b;
}

.owl-carousel.owl-drag .owl-item {
    margin-top: 15px;
}

.owl-carousel .owl-nav {
	display: block!important;
}

.owl-carousel .owl-nav .owl-prev {
	background: url(../img/sprite.png) no-repeat;
    position: absolute;
    width: 33px;
    height: 63px;
    top: 110px;
    left: -40px;
    background-position: -20px -94px;
    content: "";
}

.owl-carousel .owl-nav .owl-next {
	background: url(../img/sprite.png) no-repeat;
    position: absolute;
    width: 33px;
    height: 63px;
    top: 110px;
    right: -40px;
    background-position: -86px -94px;
    content: "";
}

#menuToggle {
	display: none;
	float: right;
	padding:10px 0;
}

.menuToggle-content {
	display: none;
	-webkit-box-shadow: 0px 15px 8px 8px rgba(0,0,0,1);
	-moz-box-shadow: 0px 15px 8px 8px rgba(0,0,0,1);
	box-shadow: 0px 15px 8px 8px rgba(0,0,0,1);
}

.menuToggle-content ul {
	padding-left: 0;
	text-align: center;
	margin-bottom: 0;
	padding: 20px 0;
}

.menuToggle-content ul li a {
	color: #58585b;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
    display: block;
    padding: 10px 0;
}

.menuToggle-content ul li a:hover {
	color: #d1794c;
	text-decoration: none;
}

#menuToggle .line{
  width: 30px;
  height: 4px;
  border-radius: 3px;
  background-color: #797979;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


#menuToggle.is-active .line:nth-child(2){
  opacity: 0;
}

#menuToggle.is-active .line:nth-child(1){
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

#menuToggle.is-active .line:nth-child(3){
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.required-form-field{
	display: none;
	color: red;
	font-weight: 300;
	font-style: normal;
	padding-left: 25px;
	margin-top: -10px;
	display: block;
	font-size: 13px;
}

.required-form-field-files{
	display: none;
	color: red;
	font-weight: 300;
	font-style: normal;
	padding-left: 25px;
	margin-top: 0px;
	display: block;
	font-size: 13px;
}


/* //// ---- OWL CAROUSEL ---- ///// */


/* //// MEDIA QUERIES ///// */

@media (max-width: 1690px) {
	#ficha .form {
	    width: 90%;
	}
}

@media (max-width: 1440px) {
	.header-right img {
		margin-top:10px;
	}

	.jury-itens {
		width: 80%;
	}

	.container {
		width: 90%;
	}
}

@media (max-width: 1280px) {

}

@media (max-width: 1199px) {
	.txt-block p {
	    font-size: 1em;
	    line-height: 1.6em;
	}

	.txt-block h1 {
	    font-size: 1.8em;
	    line-height: 1.3em;
	}

	.video-block {
	    margin-top: 30px;
	}

	.news-content li {
	    width: 32%;
	    padding-right: 20px;
    	padding-top: 20px;
    	padding-bottom: 20px;
	}

	.news-btn {
	    background-position: 35% center;
	}

	.news-content h2 {
	    margin-bottom: 30px;
	}

	.jury-itens {
		width: 100%;
	}

	.news-block li a {
	    width: 90%;
	}

	.user-area-content ul li > a {
	    font-size: 12px;
	}

	#ficha .form {
	    width: 90%;
	}

	.prev-applications ul {
	    width: 80%;
	}

}

@media (max-width: 1024px) {

}

@media (max-width: 992px) {

	.menu {
		display: none;
	}

	#menuToggle {
		display: block;
	}

	.header-navbar .col-md-3 {
		width: 70%;
		float: left;
	}

	.header-navbar .col-md-9 {
		width: 30%;
		float: left;
	}

	.video-block {
	    float: none;
	}

    .jury-content h2 {
	    margin-bottom: 35px;
	}

	.btn-block {
	    margin-top: 45px;
	}

	.news-btn {
	    background-position: 45% center;
	}

	footer .col-md-9 {
		width: 70%;
		float: left;
	}
	footer .col-md-3 {
		width: 30%;
		float: left;
	}

	.header-main .col-md-8 {
		width: 70%;
		float: left;
	}

	.header-main .col-md-4 {
		width: 30%;
		float: left;
	}

	.header-main {
	    height: 350px;
	}

	.header-right {
		height: 350px;
	}

	.header-right img {
	    top: 58px;
	}

	.jury-item {
	    max-width: 25%;
	    min-height: 325px;
	}

	.jury-item img{
	    max-width: 100%;
	}

	.jury-item {
	    max-width: 35%;
	}

	.jury-itens {
		width: 100%;
	}

	.video-block img {
		margin: 40px auto 0;
		display: block;
	}

	.video-block .btn-block {
		margin-top: 25px;
	}

	.user-area-content ul li {
	    width: 60%;
	}

	.float-label {
	    font-size: 14px;
	}

	#ficha .form select {
	    font-size: 14px;
	}

	#ficha .form {
	    width: 100%;
	    margin-left: 0;
	}

	.ano_inicio .form-control:valid ~ .float-label, .duracao .form-control:valid ~ .float-label {
	    font-size: 14px;
	}

	.buttons .reg-content {
		margin-top: 15px;
	    margin-left: 0;
	}

}

@media (max-width: 860px) {
	.num_beneficiarios, .ano_inicio, .duracao {
	    float: none;
	    width: 100%;
	}

	.ano_inicio .form-group, .duracao .form-group {
	    padding-left: 0!important;
	}

	.inline-group {
		margin-top: -20px;
	}

	#uploadFile, #uploadFile_2, #uploadFile_3, #uploadFile_4, #uploadFile_5 {
	    width: 45%;
	}


}


@media (max-width: 768px) {

	.prize-content {
    	padding: 40px 0 55px;
	}

	.video-block p {
	    font-size: 1em;
	}

	.owl-carousel .owl-nav {
	    display: none!important;
	}

	.owl-carousel .owl-dots {
		display: block;
	}

	.owl-stage-outer {
	    min-height: 340px;
	}

	.btn-block {
	    margin-top: 30px;
	}

	.jury-content {
	    background-color: #eeefef;
	    padding: 50px 0 70px;
	}

	.news-content li {
	    width: 48%;
	}

	.news-btn {
	    background-position: 32% center;
	}

	.footer-content ul {
	    text-align: center;
	}

	.footer-content ul li:last-child {
	    padding-right: 20px;
	}
	.second-row {
	    text-align: center;
	}
	footer img {
	    float: none;
	    padding: 10px 0;
	}


	footer .col-md-9 {
		width: 100%;
		float: none;
	}
	footer .col-md-3 {
		width: 100%;
		float: none;
	}

	.header-main {
	    height: 300px;
	}

	.header-right {
	    height: 300px;
	}

	.header-left {
	    margin-top: 85px;
	}

	.header-right img {
	    top: 45px;
	}

	.jury-item {
	    min-height: 206px;
	    max-width: 35%;
	}

	.welcome-txt {
	    width: 100%;
	}

	.user-area-content ul li {
	    width: 100%;
	}

	.group-col-2 {
	    float: none;
	    width: 100%;
	    margin-left: 0;
	    margin-top: 45px!important;
	}

	.group-col-1 {
	    float: none;
	    width: 100%;
	    margin-left: 0;
	    margin-top: 25px!important;
	}

	.select-group {
		margin-top: -20px;
	}

	#ficha .form .group-select-1, #ficha .form .group-select-2, #ficha .form .group-select-3 {
	    float: none;
	    width: 100%;
	    margin-top: 45px;
	}


	#ficha .form .group-select-1:after, #ficha .form .group-select-2:after, #ficha .form .group-select-3:after {
	    right: 10px;
	}

	#ficha .form .group-select-2, #ficha .form .group-select-3 {
	    margin-left: 0;
	}

	#ficha .btn-block {
	    padding: 18px 0;
	    width: 48%;
	}

	#ficha .btn-block-save {
		padding: 18px 0;
	    width: 48%;
	    text-align: center;
	    float: right;
	}

	.panel-body {
	    width: 80%;
	    padding-left: 0;
	}

	.panel-body .btn-submit {
	    margin-top: 0;
	}

	.prev-applications ul {
	    width: 100%;
	}

	.jury-icons{
		position: relative;
		margin-top: 16px;
		width: 60px;
	}
}

@media (max-width: 640px) {

	.owl-stage-outer {
	    min-height: 300px;
	}

	.news-btn {
	    background-position: 37% center;
	}

	.header-main .col-md-8 {
	    width: 100%;
	}

	.header-left {
	    margin-top: 60px;
	}

	.header-right {
		display: none;
	}

	.jury-item {
	    max-width: 70%;
		width: 251px;
	}

	.jury-itens {
	    margin-top: 15px;
	}

	.jury-item h3 {
		font-size: 20px;
	}

	.news-block li a {
	    font-size: 1em;
	}

	.news {
	    width: 100%;
	}

	.news p {
	    font-size: 1em;
	    line-height: 1.7em;
	}

	.news-block ul {
	    margin-top: 20px;
	}

	.news-block h1 {
	    font-size: 1.5em;
	    margin-top: 0;
	}

	#noticias .btn-back {
	    margin: 70px 0 20px;
	}

		.consultar-mobile {
		display: block!important;
	}

	.consultar-desktop {
		display: none!important;
	}

	.editar-desktop {
		display: none!important;
	}

	.editar-mobile {
		display: block!important;
	}

	i.view {
		background: url(../img/sprite.png) no-repeat;
	    position: absolute;
	    width: 40px;
	    height: 40px;
	    top: 8px;
	    left: 0;
	    background-position: -77px -312px;
	    content: "";
	    cursor: pointer;
	}

	.prev-applications td a.consultar-mobile {
		border:none;
	}

	.prev-applications td a.editar-mobile {
		border:none;
	}

	.prev-applications td a {
	    padding: 7px 0;
	}

	i.edit {
		background: url(../img/sprite.png) no-repeat;
	    position: absolute;
	    width: 40px;
	    height: 40px;
	    top: 8px;
	    left: 0;
	    background-position: -20px -313px;
	    content: "";
	    cursor: pointer;
	}

	.prev-applications td {
	    padding: 15px 5px;
	}

	#ficha .buttons {
	    margin-top: 40px;
	}

	#ficha .btn-block {
	    width: 60%;
	    margin:0 auto 10px!important;
	    float: none;
	}

	#ficha .btn-block-save {
		width: 60%;
	    margin:15px auto 0;
	    float: none;
	}

	.buttons .reg-content {
		float: none;
	    margin: 15px auto 0;
	    text-align: center;
	    padding-bottom: 0;
	}

	.jury-icons{
		position: fixed;
		margin-top: 16px;
		width: 60px;
	}

}

@media (max-width: 580px) {
	.owl-stage-outer {
	    min-height: 335px;
	}

	.jury-content h2 {
	    margin-bottom: 20px;
	}
	.news-content li {
	    width: 100%;
	    padding-right: 0;
	}
	.news-btn {
	    background-position: 75px center;
	}

	.header-main {
	    height: 270px;
	}

	table {
	    width: 100%;
	}

	.prev-applications th {
	    width: auto!important;
	}

}

@media (max-width: 480px) {
	.txt-block h1 {
	    font-size: 1.5em;
	    margin: 0 0 20px;
	}

	.prize-content {
	    padding: 40px 0 30px;
	}

	.btn-block a {
		padding: 18px 30px;
	}

	.news-content ul {
	    font-size: 1.2em;
	}

	.news-content h2 {
	    margin-bottom: 10px;
	}

	.news-content {
	    padding: 50px 0 30px;
	}

	.header-main {
	    height: 220px;
	}

	.video-block .btn-block a {
	    padding: 0;
	}

	.reg-content {
	    padding: 50px 0 25px;
	}

	.reg-content h1 {
	    font-size: 1.5em;
	    margin-top: 0;
	}

	.reg-content a {
	    font-size: 13px;
	}

	.btn-back {
	    margin: 30px 0 50px;
	}

	.news-block i {
	    top: 23px;
	}

	.user-area-content h1 {
	    font-size: 1.5em;
	    margin-top: 0;
	}

	.welcome-txt {
	    font-size: 1em;
	    line-height: 1.7em;
	}

	.user-area-content {
	    padding: 50px 0;
	}

	.prev-applications h1 {
	    font-size: 1.5em;
	}

	.prev-applications {
	    padding: 40px 0 0;
	}

	.prev-applications {
	    font-size: 1em;
	    line-height: 1.3em;
	}

	.table-content {
		overflow-x: scroll;
	}

	i.view, i.edit {
	    top: 4px;
	}

	#ficha .news-block i {
	    top: 11px!important;
	}

	#uploadFile, #uploadFile_2, #uploadFile_3, #uploadFile_4, #uploadFile_5 {
	    width: 100%;
	    margin-left: 0;
	}

	#ficha .btn-block {
	    width: 90%;
	}

	#ficha .btn-block-save {
		width: 90%;
	}

	.reset-pass h1 {
	    font-size: 1.5em;
	}

	.reset-pass .form-group {
		margin-top: 20px;
	}

	.panel-body .btn-submit {
	    margin-top: 20px;
	    width: 100%!important;
	    padding:18px 0;
	}
	.reset-pass .btn-back {
	    margin: 20px 0 40px;
	}
	.panel-body {
	    width: 100%;
	}

	.prev-applications h1 {
	    margin-bottom: 20px;
	}

	.prev-applications ul li {
	    display: inline;
	}
}

@media (max-width: 360px) {

	.header-main .container {
	    width: 100%;
	}

	.header-main {
	    height: 180px;
	}

	.header-left {
	    margin-top: 40px;
	}

	.jury-item {
	    max-width: 100%;
	}

	.container {
	    width: 95%;
	}

	.video-block .btn-block {
	    padding: 18px 0;
	    width: 100%!important;
	}

	.news-block li a {
	    width: 85%;
	}

	#noticias .btn-back {
	    margin: 50px auto 0;
	    text-align: center;
	}

	table {
	    width: 320px;
	}

	.expand-form {
	    padding: 0;
	    margin-top: -20px;
	}

	.upload-btn {
	    text-align: center;
	}

	#uploadFile, #uploadFile_2, #uploadFile_3, #uploadFile_4, #uploadFile_5 {
	    text-align: center;
	    padding: 0;
	}

	.video-op {
	    text-align: center;
	}

	.docs {
	    text-align: center;
	}

	.expand-form p {
	    text-align:center;
	}

	#uploadFile_5 {
		padding-bottom: 30px;
	}

	#ficha .btn-block {
	    width: 100%;
	}

	#ficha .btn-block-save {
		width: 100%;
	}

	.prev-applications .pagination {
	    margin-top: 30px;
	}

}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.jury-icons{
	position: relative;
	margin-top: 40px;
}

.jury-item h3{
	color: #58585b;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.jury-card{
	height: 340px !important;
}

.tooltip-mouse{
	cursor: auto;
}


.owl-carousel .news-item {
  font-size: 1.3em;
  font-weight: 700;
}


.owl-carousel .owl-item img {
  width: 100%;
  max-width: 20px;
  margin-left: 5px;
  display:inline;
}

.news-section .owl-stage-outer {
	min-height: unset;
}


.news-section .owl-nav .owl-prev,  .news-section .owl-nav .owl-next{
  top: 40px;
}


.news-section .owl-nav .owl-prev{
  left: -50px;
}

.news-section .owl-nav .owl-next{
  right: -50px;
}

#outra_wrapper{
  display:none;
}

p.aviso-tamanho {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
}


.tdu-header h1{
  color: #004D6A;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

section.tdu-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.tdu-section p{
  margin-bottom: 12px;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight:300;
}


.tdu-wrapper{
  max-width:916px;
  margin: 0 auto;
}

p.tdu-section-title{
  font-size: 1.1em;
  color: #d1794c;
  font-weight: 700;
  /* padding: 20px 10px; */
  display: block;
}


.user-area-content ul li i.activate-mail {
  background: url(../img/envelope-mail.png) no-repeat;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 16px;
  left: 33px;
  content: "";
  cursor: pointer;
}

.mail-div{
  margin-top:40px;
}

p.mail-help{
  font-weight: 300;
  font-size: 13px;
  margin-top:20px;
}

.grecaptcha-badge {
	display: none !important;
	}