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;
}

.contentor_contacto
{
    left: 4px;
    width: 970px;
    position: absolute;
    overflow: hidden;
    min-height: 430px;
    min-width: 970px;
    top: 8px;
    height: 430px;
    margin-left:calc((100% - 960px) / 2);
    margin-right:calc((100% - 960px) / 2);
    margin-top: 180px;
    background-color: white;
}

.texto_informativo
{
    position: absolute;
    left: 20px; 
    width: 400px;
    height: 500px;
}

.texto_informativo > span
{
    font-family: Arial,Helvetica,sans-serif;
    color: grey;
}

.texto_informativo > a
{
    font-family: Arial,Helvetica,sans-serif;
    color: grey;
}

.campos_mensagem
{
    position: absolute;
    right: 1px;
    top: 0px;
    width: 570px;
    height: 500px;
}

#campo_nome
{
    position: absolute;
    top: 20px;
    width: 90%;
    height: 30px;
    margin-right: 10%;
}

#campo_email
{
    position: absolute;
    top: 60px;
    width: 90%;
    height: 30px;
    margin-right: 10%;
}

#campo_assunto
{
    position: absolute;
    top: 100px;
    width: 90%;
    height: 30px;
    margin-right: 10%;
}

#campo_mensagem
{
    position: absolute;
    top: 140px;
    width: 90%;
    height: 30%;
    margin-right: 10%;
}

#enviar_mensagem
{
    position: absolute;
    top: 300px;
    width: 90%;
}

textarea[name=Mensagem]
{
    resize: none;
}

.contentor_mapa
{
    left: 4px;
    width: 970px;
    position: absolute;
    overflow: hidden;
    min-height: 545px;
    min-width: 970px;
    height: 500px;
    margin-left:calc((100% - 960px) / 2);
    margin-right:calc((100% - 960px) / 2);
    margin-top: 550px;
    background-color: white;
}

.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: 1080px;
}

#gmap_canvas img
{
    max-width:none!important;
    background:none!important
}

.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: 1180px;
    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;
}