body{
  margin:auto;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}


.header_wrap{
    width: 100%;
    height: 460px;
    background-size: contain;
    background-position: center center;
    background-image: url("http://www.incubo.eu/laces/banner2@4x.png");
    overflow: hidden;
    border-bottom: 5px solid #92c021;
    margin-bottom: 50px;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 342px;
    background-size: cover;
    background-position: top center;
}

@media only screen and (max-width: 720px){
    .header_wrap {
        height: 115px;
    }
}

.left{
    height: 85px;
    position: relative;
    padding-top: 2%;
    float:left;
    width: 50%;
}

.starting-logo{
    position: absolute;
}

.right{
    height: 85px;
    position: relative;
    padding-top: 2%;
    float:right;
    width: 50%;
    text-align: right;
}

nav{
    color: #1d9fff;
    font-family: Varela Round;
    font-size: 16px;
    line-height: 22.4px;
    font-weight: bold;
    text-align: right;
}

ul{
    padding-top: 23px;
    padding-bottom: 31px;
}

nav > ul > a{
    color: #1d9fff;
    text-decoration: none;
}

nav > ul > a:hover{
    color: #1d9fff;
    text-decoration: underline;
}


.titulo{
    color: #a63333;
    position: relative;
    top: 20px;
    width: 100%;
    text-align: center;
    font-size: 34px;
}

.titulo > h1{
    font-size: 64px;
    font-weight: bold;
}


.row{
    padding: 10px 0;
}

.center{
    text-align: center;
}

h1, h2, h3{
    font-family: Varela Round;
}

h2{
    font-weight: bold;
    color: #1d9fff;
    padding-bottom: 10px;
    padding-top: 10px;
}

select[readonly] {
  pointer-events: none;
  touch-action: none;
}

.teste{
  height: 30vh;
}

.radio-inline{
	padding-left: 5px;
	padding-right: 5px;
}

.label_small{
	font-size: 14px;
}

.botao{
  padding: 50px;
  -ms-align-content: center;
  align-content: center;

}

input{
	margin-right: 5;
}
/*
@media only screen and (max-width: 720px){
    .titulo {
        visibility: hidden;
    }
}*/
