body {
	margin: 0;
	font-family: "Roboto", "Helvetica Neue", "Helvetica",  "Arial", sans-serif;
	background: #eaeaea;
    overflow-x: hidden
}

.colornav{
    background-color: #295EAF;
}
.imgnovo{
    margin-right: 17%;
    padding: 0;
    width: 13%;
}
.imgnovo img{
    padding-top: 4%;
    padding-bottom: 4%;
    margin-left: 45%;
    width: 100%;
}
.nav-item{

    display: block;
    line-height: 50px;
    padding: 0 15px;
    padding-right: 15px;
    padding-left: 15px;
    white-space: nowrap;
    border-right-width: 1px;


}
.nav-item a:hover{
    text-align: center;
    background-color: #204D99;
    color: white;
    transition: 200ms linear; 
    border-radius: 5px;
}

.nav-item a{
    font-family: "Maven Pro", Arial, Tahoma, sans-serif;
    font-size:16px;
    color: #A3BCD8;

}
#subreader{
    background-image: url("../img/header.jpg");
    background-color: rgba(247, 247, 247, 0);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}
#subreader .title{
    padding-right: 5%;
    color: white;
    font-size: 70px;
    line-height: 10px;
    font-weight: 700;
    letter-spacing: 0px;
    float: right;
    text-align: right;
    font-family: "Maven Pro", Arial, Tahoma, sans-serif;
}
h1, h2, h3, h4, h5{
    font-family: "Maven Pro", Arial, Tahoma, sans-serif;

}
.boasvindas{
    padding-top: 2%;
    text-align: center;
}

.boasvindas h5{
    color: #5dac24;
}
.boas{
    text-align: left;
}
 p{
    color: gray;
}


* {box-sizing:border-box}


  .footer{
    width: 100%;
    margin-top: 5%;
    color: white;
    background: rgb(92,132,151);
    background: linear-gradient(90deg, rgba(92,132,151,1) 0%, rgba(148,168,175,1) 61%, rgba(148,168,175,1) 81%);
    text-align: center;
  }
  .footer h2{
    padding-top: 2%;
    
  }
  .footer h5{
    padding-bottom: 2%;
    
  }
.fotcolor{
    background: rgb(92,132,151);
background: linear-gradient(90deg, rgba(92,132,151,1) 0%, rgba(148,168,175,1) 61%, rgba(148,168,175,1) 81%);
}
.fotcolor p{
    line-height: 30px;
    font-size: 3.4mm;
    color: white;

}
.fotcolor h5{
    padding-top: 4%;
    line-height: 40px;
    color: white;

}
.footer2{
    margin-left: 6%;
}
.footer3{
    margin-left: 6%;
}
.footer4{
    margin-left: 3%;
}
.lastfot{
    color: white;
    text-align: center;
    border: solid white 1px;
    
}
.lastfot{
   padding: 2%;
}
.btntop{
    border-radius: 10px;
    float: right;
    margin-right: 10%;
    text-decoration: none;
    border: none;
}