@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
*{margin: 0; padding: 0; font-family: 'Roboto', sans-serif;}

div#pg{
    display: flex;
    justify-content: center;
    min-width: 1024px;
    min-height: 400px;
}
div#lf{
    width: 774px;
}
div#lf div div{
    margin-top: 20px;
    max-width: 755px;
}
div#rg{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 250px;
    background: ghostwhite;
}
div#rg div{
    width: 100%;
}
div#rg div ul li{
    border-bottom: thin solid gainsboro;
    display: flex;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    padding-left: 10px;
}

div#rg div ul li img{
    margin-right: 10px;
}

form#contato{
    display: flex;
    flex-direction: column;
}
form#contato input, textarea{
    border: thin solid gainsboro;
    padding: 17px 10px;
    margin-bottom: 20px;
    outline: 0;
}
form#contato input[type='submit']{
    width: 150px;
    cursor: pointer;
    color: white;
    background: #383838;
    border: none;
}
span#falecom{
    margin-right: 50px;
    font-size: 17px;
}
span#falecom span{
    font-weight: 700;
}

ul#acessoainformacao li{
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background: ghostwhite;
    border: 1px solid white;
}

ul#institucional{
    display: block;
}
div#flx{display: flex}
div#flx div#ftequipe{margin-right: 10px}

span#fotoequipe{
    display: block;
    width: 200px;
    height: 300px;
    padding-right: 10px;
    background-size: cover;
    background-position: center;
}

hr{
    border: thin solid #f3f3fa;
    margin: 20px 0;
}

h1#titulonews{
    margin-bottom: 15px;
}

span#autoredata{
    display: block;
    color: grey;
    font-size: 12px;
    margin-bottom: 15px;
}