html
{
    position: relative;
    min-height: 100%;
}
body
{
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.container
{
  max-width: 980px;
}
.footer 
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
}
.container .text-muted
{
    margin: 10px 0;
}
.footer > .container
{
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-brand
{
    display: inline-flex;
    height: auto !important;
}
div.navbar
{
    margin-bottom: 0px !important;
}

@media all and (min-width: 992px)
{
    ul.nav
    {
        padding: 15px 15px 0 15px;
    }
    .navbar-nav > li
    {
        margin: 0 10px;
        font-size: 16px;
    }
}
@media all and (max-width: 991px)
{
    ul.nav
    {
        padding-top: 10px;
    }
    .navbar-nav > li
    {
        margin: 0px;
    }
}
a.active, .navbar-nav > li > a:hover
{
    color: #1B75BC !important;
}
button.navbar-toggle
{
    top: 14px;
}

#grupoTituloWebsite
{
    margin: 6px 10px 0 10px;
}
#tituloWebsite
{
    color: #FCB342;
    font-size: 22px;
    font-weight: bold;
}
#subTituloWebsite
{
    color: #1B75BC;
    font-size: 14px;
}

.bannerTexto
{
    padding: 30px 15px;
    font-size: 5vw;
}

#contentor
{
  padding: 77px 15px 80px;
}

#mapContainer
{ 
  min-height: 200px; 
  min-width: 300px;
  width: 100% !important;
  height: 400px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-bottom: 540px !important;  
}
#map
{ 
  min-height: 200px; 
  min-width: 300px;
  width: 100% !important;
  height: 340px; 
}

div#contactos
{
  margin: 10px 0;
}
.logoContactos
{
  margin: 0 10px;
}
.linhaMorada
{
  margin-left: 34px;
}
.linhaContacto
{
  margin-bottom: 20px;
}
#resultsMsg
{
    padding: 1px 15px;
}
#resultsMsg > p
{
    padding: 5px;
}

.artigo
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.artigo img
{
    vertical-align: top;
}
.infoArtigo
{
    display: inline-block;
    padding: 5px;
    width: 72%;
}
#certificados .infoArtigo
{
    width: 60%;
}

.nomeArtigo
{
    
}
.precoArtigo
{
    font-size: 15px;
    font-weight: bold;
}
.imagemArtigo
{
    max-height: 500px;
}
 /*
.logoMarca
{
    max-height: 100px;
    max-width: 170px;
} */

div#certificados img
{
    width: 100px;
    height: 90px;
}

#notaRodape
{
  margin-top: 50px;
}

h1
{
  text-align: center;
}
h1 small
{
  font-size: 73%;
}

.separador
{
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

#imagemCapaProjecto
{
  width: 425px;
}
.infoProjecto
{
  margin: 10px;
}