@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/helr65w.ttf');
}
@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/HELVBL.TTF');
}
body{
	background:url('../img2/intro-bg.jpg');
	background-attachment: fixed;
	font-family: 'Helvetica';
	color:#fff;
	font-weight: 600;
}
.container{
	max-width: 943px;
}

.yellow{
	color:#f9ec00;
	font-weight: 600;
	font-size: 25px;
	line-height: 1;
}
.white{
	color:#fff;
	font-weight: 600;
	font-size: 40px;
	line-height: 1;
}
.endereco{
	color:#fff;
	font-weight: 600;
	font-size: 15px;
	line-height: 1
}
.inscreva{
	color:#f9ec00;
	font-size: 16px;
	font-weight: 600;
}
.inscreva strong{
	background: #f9ec00;
    color: #760002;
    padding: 2px 30px;
    border-radius: 5px;

}
p.endereco span {
    display: inline-block;
}
.endereco i{
	color:#f9ec00;
	font-size: 34px;
	margin-right:5px;
}

.btn-default{
	border:none;
	font-family: 'Helvetica';
	font-weight: 600;
}
@media only screen and (max-width: 480px) {
    .btn-default{
		width:100%;	
	}
	.container{
		padding:0px 30px;
	}
}


.separator-1{
	margin-top:50px;
}
.separator-2{
	margin-top:20px;
}

.dia-circulo{
	float: left;
    display: inline-grid;
    border: 2px solid #fff;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    text-align: center;
    margin-right: 15px;
    padding-top: 23px;
	padding-bottom: 16px;
}
.dia-circulo.dia{
	padding-top: 16px;
	padding-bottom: 7px;
}
.dia-circulo.mes{
	padding-top: 16px;
	padding-bottom: 7px;
}
.dia-circulo > p {
	margin:0px;
	line-height:1;
}
.dia-circulo > p:first-child{
	height: 38px;
}
.dia-circulo > p > span.dia{
	color: #fff;
    font-weight: 600;
    font-size: 38px;
}
.dia-circulo.dia > p > span.dia{
    font-size: 50px;
}
.dia-circulo.mes > p > span.dia{
    font-size: 50px;
}
.dia-circulo > p > span.titulo{
	color: #f9ec00;
    font-weight: 600;
    font-size: 19px;
}