@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');


*{
margin: 0 auto;
}
   

div.logo img{
    height: 250px ;
    width: 380px;
}

div.logo{
    display: flex;
    justify-content: center; 
   
}

header{
    height:250px ;
    width:1583px ;
    background-color:rgb(0, 0, 0);

}

menu{
    color: white;
    background-color: rgb(219, 221, 191);
}
/*footer table{
    height: 00px;
    width: 3000px;;
    
    
  }*/

  #rodape {
    width: 100%;
    position: absolute;
    left: 0;
}
#rodape img {
    width: 100%;
   
    object-fit: cover; /* classe pra deixa a imagem com a proporção correta e não ficar achatada */
}

  /*table tr th{
    font-size: 1em;
    padding:3px;
    color: white;
  }

  footer table a{
    text-decoration: none;
    font-family: 'Quicksand'; 
    color:#ffffff;
    font-size: 1.0em; 

  }*/

  section.corpo9{
    
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    padding: 20px;
  }

  div.s4{
    flex: 1;
    margin: 5px;
    border: solid #c0c0c0 1px;
    text-align: center;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    background-color: rgb(241, 240, 238);
    border-radius: .9rem;
    width: 50%;
  }

  div.s4 img{
    flex: 1;
    width: 15vw;
    height: 15vw;
   
  }

  div.s4 a{
    font-size:16px;
    text-decoration: none;
    color:#336699
  }

  div.s4 a:hover{
    text-decoration: underline;
    color:blue;

  }

  div.s4:hover{
    -webkit-filter: drop-shadow(15px 10px 5px Grey);
    filter: drop-shadow(15px 10px 5px Grey);
  }

  @media (max-width: 600px) {   
    section.corpo9{
        width:86%;
        height:100%;
        display: flex;
        margin:1px auto;
        flex-direction: column;
    }
 
   div.s4{
     flex-direction:column ;

   }
   
   #rodape {
    width: 100%;
    position: absolute;
    left: 0;
}
#rodape img {
  

    object-fit: cover; /* classe pra deixa a imagem com a proporção correta e não ficar achatada */
}


   
    }


  

