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;
}
 p{
    color: gray;
}
.formtcont{
    margin-bottom: 4%;
    margin-top: 4%;
}
.formtcont h4{
    color: #5dac24;
}
.contato{
    margin-top:1%;
}
.contato-1{
    margin-top: 4%;
}
.contato-1 h4{
    color: #5dac24;
}
.contato-2{
    margin-top: 10%;
}
* {box-sizing:border-box}

.mySlides {
    text-align: center;
    display: none
}
.slides{
    margin-top: 5%;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    background-color: gray;
    right: 1%;
    border-radius: 3px 0 0 3px;
  }
  .prev {
    background-color: gray;
    left: 1%;
    border-radius: 3px 0 0 3px;
  }
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

   /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }
.product-slide {
  background-color: gray;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  padding: 20px 0px;
}
.carousel{
   
    text-align: center;
}
.couroselcolor{
   background-color: #F1F1F1;
}
.carousel h4{
    color: #5dac24;
    margin-bottom: 4%;
    
}
.carousel h5{
    margin-bottom: 2%;
    
}
.carousel P{
    font-size: 4.5mm
}
.carousel h2{
    margin-top: 4%;
}
.carousel-item p{
    text-align: center;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 5%;
}
.carousel-item h6{
    margin-bottom: 5%;
}
  .footer{
    width: 100%;
    
    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;
}
