/***************************************************/
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;
    position: relative;
    top: -15px;
    left: 7px;
}

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

.slide
{
    left: 4px;
    width: 970px;
    position: absolute;
    overflow: hidden;
    min-height: 125;
    min-width: 970px;
    top: 8px;
    height: 1250px;
    margin-left:calc((100% - 960px) / 2);
    margin-right:calc((100% - 960px) / 2);
    margin-top: 180px;
}

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

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

*
{
  box-sizing: border-box;
}

.contentor
{
  position: relative;
}

.imagensSlide
{
  display: none;
}

.cursor
{
  cursor: pointer;
}

.anterior,
.proximo
{
  cursor: pointer;
  position: absolute;
  top: 30%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.proximo
{
  right: 0;
  border-radius: 3px 0 0 3px;
}

.anterior:hover,
.proximo:hover
{
  background-color: rgba(0, 0, 0, 0.8);
}

.texto_num_img
{
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.nome_alt_img_contentor
{
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.linha:after
{
  content: "";
  display: table;
  clear: both;
}

.coluna
{
  float: left;
  width: 16.66%;
}

.demo
{
  opacity: 0.6;
}

.active,
.demo:hover
{
  opacity: 1;
}