a:hover, a:focus {
  color: #337ab7;
}

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

.fstyle{
	font-family: 'Dosis', sans-serif !important;
}

header{
	padding: 10px 0;
}

header .info-topo{
	text-align: right;
	margin-top: 30px;
}

header .info-topo a{
	font-size: 16px;
	color: #5f5e5f;
	font-weight: 500;
	text-decoration: none;
}

section#banner{
	background:url('../img/banner-3.jpg') center 0vw no-repeat;
	background-size: cover !important;
	height: 35vw;
}

section#banner h1 {
	font-size: 40px;
	color: #fff;
	margin-top: 15%;
	margin-bottom: 30px;
	line-height: 49px;
}

section#banner h2 {
	color: #fff;
	font-size: 32px;
	line-height: 45px;
	margin-bottom: 20px;
}

section#banner h3 {
	color: #fff;
	font-size: 20px;
	line-height: 45px;
	margin-bottom: 30px;
}

section#banner .btt a{
	background: #99be11;
	color: #fff;
	text-decoration: none;
	padding: 15px 30px;
	font-size: 25px;
	border-radius: 8px;
}

section#chamada{
	background: #99be11;
	padding: 20px 0;
}

section#chamada h2{
	margin: 0;
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

section#cronometro{
	background: #52514f;
	padding: 0 0 0 0;
}

section#cronometro .container{
	width: 700px;
}

section#sobre-evento{
  background: url(../img/bg-evento.jpg) #000 right top no-repeat;
  background-size: auto 100%;
	padding-bottom: 3vw;
}

section#sobre-evento h2{
	color: #fff;
	font-size: 38px;
	text-transform: uppercase;
	margin-top: 95px;
	margin-bottom: 35px;
	font-weight: 600;
}

section#sobre-evento p{
  color: #fff;
  font-size: 1.2vw;
  text-align: justify;
  margin-bottom: 2vw;
}

section#palestrantes{
	padding: 70px 0;
}

section#palestrantes h2{
	margin: 0 0 60px 0;
	text-align: center;
	color: #00adee;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 36px;
}

section#palestrantes .box-palestrante {
	margin-bottom: 35px;
}

section#palestrantes .pall .box-palestrante:last-child{
	margin-bottom: 0;
}

section#palestrantes .box-palestrante h3{
	color: #00adee;
	font-size: 24px;
	font-weight: 600;
	margin: 20px 0 7px 0;
}

section#palestrantes .box-palestrante p{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 25px;
}

section.comissao.bk1{
	background: #52514f;
	padding: 50px 0;
}

section.comissao.bk2{
	background: #898989;
	padding: 50px 0;
}

section.comissao h2{
	margin: 0 0 40px 0;
	text-align: center;
	color: #fff;
	font-size: 38px;
	font-weight: 600;
}

section.comissao h3{
	color: #fff;
	font-size: 28px;
	font-weight: 600;
}

section.comissao .box-comissao .imagem{
	text-align: center;
  padding-top: 1vw;
}

section.comissao .box-comissao .imagem img{
	width: 100%;
}

section.comissao .box-comissao p{
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	margin: 20px 0 0 0;
  text-align: justify;
}

section.comissao h3 span{
	font-weight: 400;
	font-size: 18px;
}

section#programacao{
	padding: 70px 0;
}

section#programacao h2{
	margin: 0 0 60px 0;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 36px;
}

section#programacao .box-programacao .horario{
	font-size: 20px;
	font-weight: 600;
	color: #085e7f;
	padding-left: 20px;
}

section#programacao .box-programacao .horario img {
    margin-right: 15px;
    float: left;
    padding-top: 8px;
}

section#programacao .box-programacao .horario p{
	padding-left: 28px;
    line-height: 28px;
}

section#programacao .box-programacao .titulo {
    color: #000;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
}

section#programacao .box-programacao .descricao p{
	margin: 0 0 5px 0;
	font-size: 18px;
	color: #757575;
  text-align: justify;
}

section#programacao .row.box-programacao {
	margin: 40px 0;
}

section#cta-inscricao{
	background: #99be11;
	padding: 80px 0;
}

section#cta-inscricao h3 {
	margin: 0 0 45px 0;
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
}

section#cta-inscricao .btt a {
	background: #fff;
	color: #99be11;
	font-size: 24px;
	padding: 13px 45px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 8px;
}

section#evento{
	background: #52514f;
	padding: 70px 0 50px 0;
}

section#evento h2{
	margin: 0 0 60px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 36px;
}

section#evento .col-md-4 {
  width: 33.33333333%;
  overflow: hidden;
  height: 12.5vw;
  margin-bottom: 1vw;
}
section#evento img{
	width: 100%;
	margin-bottom: 30px;
}

section#local{
	background: #99be11;
	padding: 50px 0;
}

section#local h2{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
}

section#local h3{
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 27px;
}

section#local p{
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
  text-align: justify;  
}

section#inscricao{
	background: url('../img/section-inscricao.jpg') top center no-repeat;
	background-size: cover !important;
	height: 770px;
	padding: 50px 0;
}

section#inscricao h2{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 32px;
}

section#inscricao h3{
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	margin: 50px 0 50px 0;
}

section#inscricao .col-md-4 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}


section#inscricao .row{
	text-align: center;
}

section#inscricao .box-lote h4{
	background: #000;
	text-align: center;
	margin: 0;
	padding: 18px 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
}

section#inscricao .box-lote{
	background: #d7d7d7;
	text-align: center;
	height: 390px;
}

section#inscricao .box-lote p.valor {
	padding: 18px 20px;
	font-size: 32px;
	text-align: center;
	font-weight: 600;
	color: #3e3e3e;
	margin: 20px 0 0 0;
}

section#inscricao .box-lote p span{
	padding: 18px 20px;
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	color: #3e3e3e;
}

section#inscricao .box-lote p {
	font-size: 20px;
	margin: 0 0 50px 0;
	font-weight: 600;
	color: #3e3e3e;
  padding: 0 15px;
}

section#inscricao .box-lote .btt{
	position: absolute;
	bottom: 55px;
	left: 165px;
}

section#inscricao .box-lote .btt a{
	background: #99be11;
	padding: 15px 35px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	border-radius: 7px;
	text-decoration: none;
  display: inline-block;  
}

section#inscricao .box-lote .btt a:hover{
	background: #5c8028;
}

section#inscricao .infos{
	margin-top: 50px;
  text-align: center;
}

section#inscricao .infos p{
	color: #fff;
}

section#inscricao .infos .info-big{
	font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

section#inscricao-pagto {
  padding: 70px 0;
  background: #f9f9f9;
}

section#inscricao-pagto h2.title-pagto{
	margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
  font-family: 'Dosis', sans-serif !important;
}
section#inscricao-pagto h2{
	margin-bottom: 25px;
}

section#inscricao-pagto input{
	width: 100%;
	height: 50px;
	border: none;
	padding-left: 15px;
	margin-bottom: 15px;
	background: #ebebe4;
}

section#inscricao-pagto select{
	width: 100%;
	height: 50px;
	border: none;
	padding-left: 15px;
	margin-bottom: 15px;
	background: #ebebe4;
}

section#inscricao-pagto .field-estudante input {
  float: left;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-bottom: 0;
}

section#inscricao-pagto .field-estudante label {
  margin-top: 9px;
  margin-left: 5px;
  cursor: pointer;
}

section#inscricao-pagto p.info{
	font-size: 24px;
}

section#inscricao-pagto form.validacao button.forma-pagto {
	font-size: 1.2em;
	color: white;
	background-color: #AB8D35;
	border: 3px solid #AB8D35;
	width: 49%;
	height: 50px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 0;
	margin-bottom: 10px;
	line-height: 20px;
}

section#inscricao-pagto form.validacao button.forma-pagto.active {
	background: #FFC200;
	border: 3px solid #FFC200;
	color: #333;
	font-size: 21px;
}

section#inscricao-pagto form.validacao .box-cartao {
	margin-top: 60px;
	margin-bottom: 15px;
}

section#inscricao-pagto form button {
	font-size: 16px;
	color: white;
	background-color: #AB8D35;
	border: 3px solid #AB8D35;
	width: 100%;
	height: 50px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

section#inscricao-pagto form input.button{
	margin-top: 16px;
	background: #99be11;
	color: #fff;
	border: 0;
	border-radius: 0;
	padding: 20px;
	text-shadow: none;
	font-size: 20px;
	text-transform: uppercase;
	height: auto;
}

section#patrocinadores{
	background: #FFF;
	padding: 70px 0 20px;
}
 
section#patrocinadores .col-md-12 {
  margin-bottom: 20px;
}

section#patrocinadores .patrocinador-ouro {
  margin-bottom: 40px;
}

section#patrocinadores .col-md-3 {
  margin-bottom: 35px;
  text-align: center;
  float: none;
  display: inline-block;
  width: 15%;
}


section#patrocinadores .apoio .col-md-3 {
  width: 8%;
}


section#patrocinadores .col-md-3 img {
  max-width: 100%;
}

section#patrocinadores h2{
	margin: 0 0 40px 0;
	text-align: center;
	color: #99be11;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 36px;
}

.apoio-center h4,
section#patrocinadores h4{
	text-transform: uppercase;
}

footer{
  background-color: #f5f5f5;  
	padding: 30px 0;
}

footer .apoio-center{
  text-align: center;
  margin-bottom: 50px;
}

footer .logo-rodape img{
	width: 100%;
}

footer .info-rodape{
	text-align: center;
	margin-top: 25px;
}

footer .info-rodape a{
	font-size: 14px;
	color: #5f5e5f;
	font-weight: 500;
	text-decoration: none;
}

footer .redes-sociais{
	text-align: right;
	margin-top: 25px;
}

footer .copy p{
	margin: 20px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #333;
}

footer .copy p a{
	color: #333;
	text-decoration: none;
}

#countdown_dashboard {
	height: 130px !important;
	border: 0 !important;
	padding: 0;
	margin: 0 auto;
}

.dash .digit{
	color: #fff !important;
}

.dash.weeks_dash {
	display: none;
}

#form-contato {
  position: relative;
}

#form-contato form {
  float: left;
  width: 50%;  
  margin-right: 2vw;
}
#form-contato img.selo-pagseguro {
    position: absolute;
    bottom: 2%;
    right: 0;
    width: 20.88vw;    
}

.ul-check {
  margin: auto;
  padding: 0 10px;
  max-width: 900px;
  text-align: left;
}
.ul-check li:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 100%;
  background: url(../img/check.png) no-repeat center;
  background-size: 100%;
  vertical-align: text-bottom;
  margin-right: 15px;
  position: absolute;
  left: 0;
}
.ul-check li {
list-style: none;
color: #000;
font-size: 18px;
line-height: 28px;
margin: 0 0 30px 0;
position: relative;
padding-left: 45px;
}