﻿html, body {
    height: 100%;
}

body {
    background-color: #ffffff;
    color: #515151;
    max-width: 1050px; 
    margin: 0 auto; 
    align-items: center; 
    text-align: center; 
    font-family: Arial;
}

a {
    text-decoration: none !important; 
}

header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: space-between;
    color: #333333;
    margin: 10px 15px 30px 15px;
}

header div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: normal;
    align-content: normal;
}

header img {
    margin-left: 0px;
    margin-right: 1px;
    height: 96px;
    width: 96px;
}

h1 {
    font-size: 22px;
    margin-top: 0px;
    font-weight: normal;
    border-bottom: 2px solid #888888;
}

header h1 {
    all: unset;
    display: inline; 
}

.titulo_site {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: center;
    order: 0;
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 23;
    -moz-border-radius: 23;
    border-radius: 23px;
    font-size: 30px;
    padding: 8px 20px 6px 20px;
    color: #ffffff;
    text-shadow: 1px 1px #444444;
    margin: 15px 0px 10px 0px;
}

header p {
    font-size: 15px;
    margin: 0px 
}

.titulo_site:hover, .titulo_site:focus {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    color: #eeeeee;
}

.titulo_site img {
    width: 32px;
    height: 24px;
    margin: -6px -1px 0 -3px;
}

main {
    margin: 30px 15px 10px 15px;
}

.titulo_pagina {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: space-between;
    color: #333333;
    width: 100%;
}
  
.titulo_pagina img, .titulo_pagina div {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    text-align: left;
}

.titulo_pagina div {
    width: 100%;
}

.titulo_pagina img {
    margin-left: 0px;
    margin-right: 17px;
    height: 64px;
    width: 64px;
}

main.institutional {
    text-align: left;
    font-size: 14px;
}

main.institutional .titulo_pagina div  {
    margin-bottom: -15px;
}

main.institutional h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

.titulo_pagina p {
    margin-top: 10px;
    font-size: 14px;
    font-style: italic;
}

nav {
    margin: 20px 15px 15px 15px;
}

nav img { 
    height: 48px;
    width: 48px;
}

.titulo-secao {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: normal;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 2px;
}

.titulo-secao img {
    margin-right: 11px;
}

.links-secao {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal;
}

.links-secao a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: center;
    align-content: normal;
    width: 125px;
    text-align: center;
    font-size: 15px;
    background-color: transparent;
    border: solid 1px transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #515151;
}

.links-secao a:hover, .links-secao a:focus {
    background-color: #f8f8f8;
    border: solid 1px #515151;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.links-secao a img {
    margin-top: 10px;
}

.links-secao a span {
    margin-bottom: 10px;
    margin-top: 10px;
}

aside {
    margin: 20px 12px 10px 12px;
    text-align: left;
    padding: 18px 20px 3px 20px;
    background-color: #f8f8f8;
    border: solid 2px #51515151;
    font-size: 14px;
}

aside a, aside a:visited {
    color: #515151;
}

aside a:hover, aside a:focus {
    color: #515151;
}

#offers .titulo-secao {
    margin-top: 0px;
    margin-bottom: 10px;
}

#offers img { 
    height: 128px;
    width: 128px;
}

#offers a {
    width: 175px;
}

.offer-title {
    font-weight: bold;
    font-size: 18px;
    margin: 10px 8px 3px 8px;
}

.offer-description {
    margin: 1px 8px 12px 8px;
    font-size: 14px;
    font-style: italic;
    color: #606060;
}

#offers a:hover, #offers a:focus {
    background-color: #e0e0e0;
    border: solid 1px #515151;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h2 {
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    font-weight: bold;
    font-weight: normal;
}

#piano_tela {
    max-width: 400px;
    max-height: 400px;
    width: 100%;
    margin-top: 7px;
}

footer {
    margin-top: 25px !important;
    text-align: center;
    padding-bottom: 15px;
}

footer a:hover, footer a:focus {
    text-decoration: none !important; 
    color:darkblue;
}

#info {
    margin: 0px 5px 100px 5px;
    display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: normal;
    align-content: normal;
}

#info a {
    width: 85px;
    min-height: 35px;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;    
    color: #515151;
    margin-right: 25px;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    border: solid 1px transparent;
}

#info a:hover, #info a:focus {
    background-color: #f8f8f8;
    border: solid 1px #51515151;
}

#info.institutional {
    margin-top: 50px !important;
    margin-bottom: 15px !important;
}

article {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
}

article img {
    width: 500px;
    height: 500px;
}

dt {
    margin-bottom: 3px;
    color: #000000;
    font-weight: normal;
}

dd {
    margin-bottom: 15px;
    color: #505050;
}

ul {
    list-style-type: none;
    padding: 0px;
    padding-bottom: 15px;
}

li {
  margin: 13px 0px 0px 0px;
}

@media all and (min-width:0px) and (max-width: 550px) {
    article img {
      width: 400px !important;
      height: 400px !important;
    }
}

#sideAd {
    display: none;
    background-color: #ffffff00;
    width: 160px;
    height: 600px;
    position: fixed;
    left: 0px;
    margin-left: 20px;
    margin-top: 20px;
    padding: 0px;
  }

@media screen and (min-width: 1420px) {
  #sideAd {
    display: initial;
  }
}

@media screen and (any-pointer: coarse) {
  #sideAd {
    display: none !important;
  }
}