body
{
    background-image: url("../img/background.webp");
    background-color: #ffffff;
}

header
{
    position: absolute;
    left: 0px;
    margin-left:calc((100% - 960px) / 2);
    margin-right:calc((100% - 960px) / 2);
    width:960px;
    min-width: 960px;
    height: 169px;
    vertical-align: baseline;
}

#logo_header
{
    width: 214px;
    height: 140px;
    margin-top: 10px;
}

#sgs_header
{
    width: 76px;
    height: 75px;
    margin-top: 70px;
}

#menu
{
    position: absolute;
    top:20px;
    right: 5px;
}

ul#menu > li
{
    font-family: Arial,Helvetica,sans-serif;
    color: black;
    list-style: none;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    margin:0 0 100px 0;
    font-size: 19px;
    font-style: bold;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}

a:visited,
a:link
{
    font-family: Arial,Helvetica,sans-serif;
    color: black;
    list-style: none;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}

a:hover
{
    font-family: Arial,Helvetica,sans-serif;
    color: blue;
    list-style: none;
    cursor: pointer;
}

.barra_azul_gorda
{
    left: 4px;
    width: 100%x;
    position: absolute;
    overflow: hidden;
    min-height: 110px;
    min-width: 100%;
    top: 8px;
    height: 110px;
    margin-top: 180px;
    background-color: #87B1CB;
}

.barra_azul_gorda > span
{
    font: normal normal normal 49px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
    margin-left:calc((100% - 960px) / 2);
    margin-right:calc((100% - 960px) / 2);
    font-size:72px;
    color: #ffffff;
}

.contentor_grelha_principal
{
    left: 4px;
    width: 980px;
    position: absolute;
    overflow: hidden;
    min-height: 1800px;
    min-width: 980px;
    top: 8px;
    height: 1900px;
    margin-left:calc((100% - 960px) / 2);
    margin-right:calc((100% - 960px) / 2);
    margin-top: 290px;
    background-color: #ffffff;
}

.texto
{
    margin-left: 20px;
    font: normal normal normal 19px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif ;
    color:#868686;
}

#imagem_organograma
{
    margin-left:calc((100% - 600px) / 2);
    margin-right:calc((100% - 600px) / 2);
}

.baixo
{
    left: 4px;
    width: 970px;
    position: absolute;
    overflow: hidden;
    min-width: 970px;
    top: 80px;
    height: 150px;
    margin-left:calc((100% - 960px) / 2);
    margin-right:calc((100% - 960px) / 2);
    margin-top: 2180px;
}

.contentro_grelha_baixo
{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    padding: 10px;
}

.contentro_grelha_baixo > div
{
    text-align: center;
    font-size: 15px;
}

.cp
{
    width: 100%;
    min-width: 100%;
    position: absolute;
    top: 80px;
    height: 50px;
    margin-top: 2280px;
    background-color: white;
}

.cp > span
{
    display:table;
    margin:0 auto;
    line-height: 50px;
    vertical-align: middle;
    font-family:helvetica-w01-light,helvetica-w02-light,sans-serif;
}