 html body {
    font-family: Arial, Helvetica, sans-serif; 
    margin: 0;
}

div.row {
    max-width: 100vw;
}
div#head {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    /* padding: 10px; */
}

div#formulario {
    text-align: center;
    background: #CCCCCD;
    font-size: 12px;
    border-radius: 10px;
    input {
        font-size: 12px;
    }
    select {
        font-size: 12px;
    }
}

div#titulo {
    font-weight: bold;
    font-size: 16px; 
}

h4 {
    font-weight: bold;
    text-align: center;
}

div#logo1 {
    text-align:center; 
}
div#logo1 img {
    height: 90px;
}

div#logo2 {
    text-align:center; 
}
div#logo2 img {
    height: 90px;
}

div#texto{
    text-align:center; 
}

div#barra {
    font-size:18px; 
    font-style:italic; 
    text-align: center;
    margin-top:10px; 
    color:#FFFFFF; 
    background: #000080;
    width: 100vw;
}

a.barra:link, a.barra:visited {
    text-decoration:none; 
    color: #FFFFFF;
    background: #000080;
    height:100%; 
    width:100%;
    display:block;
}
a.barra:hover, a.barra:active {
    text-decoration:none; 
    /* padding-left: 30px;  */
    background: #F5703C; 
    color: #000080;
}

div#miolo {
    text-align: justify;
    font-size: 15px;
    height: 70vh;
    width: 100vw;
    margin-top: 10px;
    overflow: auto;
}

div#menu {
    text-align: center;
    font-size: 15px;
}

div.menu {
    border-bottom: 2px solid #FFFFFF;
    /* padding-left: 10px; */
}

/* div#conteudo {
    align-items: center;
    justify-content: center;
    display: flex;
}

div.conteudo {
    padding-left: 10px;
} */

div#rodape {
    background: #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-top: 10px;
    font-weight: bold;
    width: 100vw;
    height: 5vh;
}

div#rodape img {
    height: 80%;
}
div#rodape span {
    margin: 10px;
}

object {
    /* width: 100vw; */
    height: 100vh;
}