body{
    background: white;
	height: 100vh;
    font-size: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: Bold;
    font-weight: 300;
    display: block;
    
}
/*titulo*/
.subtitle{
    font-family: Arial, Helvetica, sans-serif;
    font-style: Bold;
    font-weight: 270;
    margin-top: 20px;
    margin-left: 29px;
    font-size: 40px;
}
/*texto*/
.Mini_texto{
    font-family: Arial, Helvetica, sans-serif;
    font-style: Bold;
    font-weight: 270;
    margin-top: 20px;
    margin-left: 29px;
    font-size: 20px
}


/*menu*/
.menu{
    width: 800px;
    height: 70px;
    color: darkblue;
     font-family: arial; 
 }
 ul{
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0px;
}

.menu ul{
    list-style: none;
}
 .menu li a{
padding: 25px;
margin-left: 1100px;    
margin-right: -1000px;
margin-top: -100px;
display: block;
text-decoration: none;
text-align: center;
color: black;
} 
.menu a:hover {
    color: #253659;
    text-decoration: inherit;
}
/*scrollbar*/
.container1 {
    overflow: hidden;
    scrollbar-gutter: stable;
  }
  
  .container2 {
    scrollbar-gutter: stable;
  }
/*logo*/
  .lg {margin-left: -0px;
       margin-top: -30px;
    }
  img {width: 320px;
        height: 70px;   
    }
/*img do grupo*/
  .ft img{width: 700px;
            height: 300px; 
    }

/*img index*/

  .idx img{width: 500px;
         height: 550px;
         margin-left: 1200px;
         margin-top: -350px;

        }