/*----------------------
	Geral
----------------------*/

.banner-content {
  padding-top: 75px;
}

.banner-form {
  background-color: #000;
}

.bg-grey {
	background-color: #f7f7f7;
}

.arrow-bottom:after {
	border-color: #f7f7f7 transparent transparent transparent;
}

.text-logo {
   margin-top:0; 
}

.text-white {
	color: #fff !important;
}

.section {
  padding: 60px 0;
}

.separator15 {margin:15px 0;}

/*----------------------
	Banner
----------------------*/

.navbar-inverse {
	background-color: #fac51c;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff;
    font-weight:bold;
    font-size:13px;
}

#gerdau_abece { width:auto !important;margin-bottom: 20px; }

.thumb {
    width:100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #cecece;
}

@media only screen and (max-width: 479px) {
	#gerdau_abece { height:70px !important;width:auto !important; }
}

@media only screen and (max-width: 767px) {
	.navbar > .container .navbar-brand {
	  width: 100px;
	}
}

@media only screen and (max-width: 479px) {
	img {
	  float: none;
	  display: block;
	  margin: 20px auto;
	}
}
@media only screen and (max-width: 767px) {
	img {
	  display: block;
	  margin: 20px auto;
	}
}

.tit_home {
	font-size: 50px;
}

@media (max-width: 1024px) {
    .tit_home {
        font-size:40px;
    }
}

@media (max-width: 479px) {
    .tit_home {
        font-size:30px;
    }
}


.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #2969b0;
}

.navbar-inverse .navbar-nav > li.ativo > a,
.scroll-fixed-navbar .navbar-nav > li.ativo > a {
	background-color: #2969b0;
	color: #fff;
}

.navbar-inverse .navbar-nav > li.ativo.b > a,
.scroll-fixed-navbar .navbar-nav > li.ativo.b > a {
	background-color: #2e75c5;
}

.navbar-brand img {
	height: 80px;
}

@media (max-width: 767px){
	.navbar-brand img {
	  height: 65px;
	}
}

.menu-right {
	padding-top: 15px;
}

.scroll-fixed-navbar .navbar-nav > li > a:focus,
.scroll-fixed-navbar .navbar-nav > li.active > a:focus {
	color: #2969b0;
}

#banner {
	margin-top: 100px;
	padding-bottom: 0px;
	background-image: url(../imgs/bg1.jpg);
	background-size: cover;
	background-position: center;
	background-color: transparent;
	background-attachment: scroll;
}

/*#banner {
	padding-top: 90px;
	padding-bottom: 70px;
	background: #1a1a1a;
	background-image: url(../imgs/blur.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	position: relative;
	background-attachment: fixed;
}*/

/*----------------------
	O Prêmio
----------------------*/

#premio .row {	
	/*padding-top: 50px;*/
	padding-bottom: 50px;
}

#intro .text-center {
	padding-top: 30px;
	float: left;
}

.headline {
	border-bottom: none;
	margin-bottom: 0;
}

.headline h2 {
	text-align: left;
}

.headline p {
	text-align: left;
	line-height: 1.65;
	margin-bottom: 0;	
}

.headline + h4 {
	text-align: center;
	font-weight: 600;
	line-height: 1.4;
	color: #666;
	margin: 50px 0 20px;
}

.realizadores {
	margin-top: 20px;
}

.realizadores h4 {
	color: #fff;
	font-weight: 100;
}

.main-point {
    padding-left:10px;
    padding-right:10px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
    background-color:#f5f5f5;
    border: 1px solid #e8e8e8;
}

@media (min-width: 992px) {
    .main-point {
        min-height:450px;
    }
}

.main-point img {
	height: 150px;
}

#premio .apoio .row {
	padding-top: 0;
	padding-bottom: 0;
}

.apoio_img {	
	padding: 0 5px;
	max-width: 139px;
    border: 1px solid #f5f5f5;
    margin-bottom:5px;
}

@media (min-width: 992px) {
    .categorias .col-md-2 {
        width:20%;
        padding-right: 5px;
        padding-left: 5px;
    }
}

/*----------------------
	Col-2,5
----------------------*/
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-2-5 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-2-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-2-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-2-5 {
        width: 20%;
        float: left;
    }
}


/*----------------------
	Regulamento
----------------------*/

#regulamento p {
	color:#FFF;
}
#regulamento .modal-body strong, #regulamento .modal-body p {
	text-align:justify;
    color:#333;
    font-size:11px;
}


ul.steps-list li h4,
ul.steps-list li p {
	margin-left: 40px;
	font-size: 0.95em;
	color: #000;
	line-height: 1.4;
	letter-spacing: 0.05em;
	font-weight: 900;
	margin-bottom: 15px;
}

ul.steps-list li {
	margin-bottom: 15px;
}

.regulamento_texto {
	margin-top: -15px;
}

.regulamento_texto h2 {
	font-weight: 500;
}

.regulamento_texto p {
	font-size: 16px;
	font-weight: 100;
	line-height: 1.65;
	margin-bottom: 0;
}

/*----------------------
	Página de Regulamento (max-width: 767px)
----------------------*/
.regulamento h4 {
	font-size: 0.95em;
	color: #000;
	line-height: 1.4;
	letter-spacing: 0.05em;
	font-weight: 900;
	margin-bottom: 5px;
}

.regulamento p {
	margin-bottom: 50px;
}

/*----------------------
	Fotos
----------------------*/

.evento > div,
.premiados > div {
	padding-top: 15px;
	padding-bottom: 15px;
}

.evento h4,
.premiados h4 {
	text-transform: uppercase;
	font-size: 1.05em;
	/*padding-left: 15px;*/
	padding-top: 30px;
	margin-bottom: 0;
	letter-spacing: 0.05em;
	color: #777;
}

.premiados h4 {
	padding-top: 15px;
}

.blueimp-gallery > .indicator {
	display: none;
}

.blueimp-gallery-controls > .title {
	display: none;
}

/*----------------------
	Vencedores
----------------------*/

.vencedor_categoria {	
	text-transform: uppercase;
	font-size: 25px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: #2969b0;
	margin-bottom: 30px;
	border-bottom: 2px solid;
	padding-bottom: 5px;
}

.card-infos.esquerda {
	text-align: right;
}

.card-vencedor h5 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}

.card-vencedor h3 {
	margin-bottom: 5px;
}

.card-vencedor h6 {
	margin-bottom: 30px;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

.card-infos div:last-child * {
    color:#999;
}

/*----------------------
	Footer
----------------------*/

.footer p {
	margin-bottom: 0;
}

.footer a {
	color: #2969b0;
}

@media (max-width: 991px) {

	#premio .headline {
		margin-top: 20px;
	}

	ul.steps-list li h4,
	ul.steps-list li p {
		margin-left: 0;
	}

	.evento img,
	.premiados img {
		margin: 0;
	}

	.vencedor_categoria {
		margin-top: 15px;
	}

}

@media (max-width: 767px) {

	.navbar-header .navbar-brand {
		font-size: 18px;
	}

	.apoio img {
		float: left;
	}

	.evento > div,
	.premiados > div {
		padding-bottom: 0;
	}

	.card-vencedor h6 {
		font-size: 15px;
	}

	.card-vencedor h5 {
		font-size: 12px;
	}

	.card-vencedor h3 {
		font-size: 20px;
	}

	.vencedor_categoria {
		font-size: 22px;
	}

	#regulamento {
  		padding: 20px 0;
	}

	#regulamento a {
		cursor: pointer;
	}

	#regulamento h2 {
		margin-bottom: 0;
		text-align: center;
	}

	#regulamento .fa-angle-right {
		opacity: 1;
	}

	.steps-list,
	.regulamento_texto {
		display: none;
	}


}

/*----------------------
	Outros
----------------------*/

.nav-pills > li > a, .nav-pills > li > a {
    border:1px solid #fff;
    font-size:20px;
    background-color: #eee;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background-color: #e8e8e8;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px !important;
}

.table-hover > tbody > tr > td,
.table-hover > tbody > tr > th {
  background-color: #fff;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #e8e8e8;
}

form > .col-xs-12 { margin-top:20px; padding-bottom:20px; background-color:#F5F5F5; border-radius:5px; }

.modal-header {
    background-color:#999;
}
    .modal-header * {
        color:#FFF;
    }

.modal-footer {
    background-color:#F5F5F5;
    padding-top:30px;
}




