@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');


*{
    margin: 0;
    
}
   

div.logo img{
    height: 250px;
    width: 380px;
}

div.logo{
    display: flex;
    justify-content: center; 
   
}

header{
    height:250px ;
    width:100% ;
    background-color:#3d485a;

}

menu{
    color: white;
    background-color: rgb(219, 221, 191);
}
footer table{
    height: 200px;
    width:100%;
    text-align: left;
    border-collapse:collapse ;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    
  }

table tr th{
    font-size: 1em;
    color: white;
}

footer table a{
    text-decoration: none;
    font-family: 'Quicksand'; 
    color:#ffffff;
    font-size: 1.0em; 

}

section.corpo1{
    width: 100%;
    min-height: 500px;
    margin: 0;
    background-color: #ffffff;
    display: flex;
    overflow: hidden;
}
 
div.t3{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 30%;
   
}

div.t3 img{
    width: 50%;
    height: 50%;
    margin: 15px;
}



.right{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

div.right h1{
    text-align: center;
}

div.right p{
    padding: 1rem;
    text-align: justify;
    font-size: 20px;
}
div.right li{
    text-align: justify;
    padding: 1rem;
}

@media (max-width:600px) {
    .t3{
        text-align: center;
    }

    .t3 img{
        width: 50%;
        height: 50%;
        text-align: center;
    }

    .corpo1{
        flex-direction: column;
        
    }
    
    .right p{
        font-size: 1rem;
    }

}
