@charset "UTF-8";

body {
    margin: auto;
    font-family: arial, sans-serif;
    color: dimgray;
    background-color: #1979ac;
}
div#interface {
    max-width: 960px;
    margin: 10px auto 0 auto;   /*topo direita rodape esqueda */
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);   /* Sombra em volta do objeto */
    padding: 10px 20px 10px 20px;
    background-color: #ffffff;
}
img#icone {
    position: absolute;       /* Posição absoluta */
    top: 15px;
    width: 120px;
    height: 120px;
    opacity: 0.5;
}
h3, h4 {
    margin-left: 10pt;
    font-family: Verdana;
}
h5 {
    margin-top: 0pt;
}
p {
    margin-left: 5pt;
    margin-right: 5pt;
    font-size: 12px;
    text-align: justify;
    padding: 5px;
}
p#texto-peq {
    margin-top: -10pt;
    margin-left: 5pt;
    margin-right: 5pt;
    font-size: 11px;
    text-align: justify;
    padding: 5px;
}
.right-menu p{
    margin-top: -15px;
}
.header {
    background-color: #ffffff;
    margin: 0;
    text-align: center;
    /*    padding: 30px;   */
}
img#logo {
    position: relative;       /* Posição Relativa */
    top: 0;
    left: 10px;
    width: 60pt;
}
.header h3, .header h6 {
    font-family: arial, sans-serif;
}
.header h3 {
    margin-top: 0;
}
.header h6 {
    margin-top: -20px;
}
h1 {
    font-size: 60pt;
}
a#noticias, a#documentos {
    text-decoration: none;
    margin-top: -10pt;
    margin-left: 10pt;
    margin-right: 10pt;
    color: dimgray;
    font-size: 11px;
    text-align: justify;
}
a#noticias1 {
    position: absolute;
    text-decoration: none;
    margin-top: -5pt;
    margin-right: 10pt;
    color: #550f16;
    font-size: 12px;
    text-align: justify;
}
a#noticias:hover, a#noticias1:hover, a#documentos:hover {
    text-decoration: underline;
}
#xtisoft {
    position: absolute;
    opacity: 0.7;
    margin-left: -70pt;
    margin-top: -30pt;
    width: 140pt;
}
#xtisoft:hover {
    opacity: 1;
}
nav {
    background-color: #973b38;
    margin-top: -15px;
    height: 28px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
nav ul {
    list-style: none;
    text-transform: uppercase;
    height: auto;
    padding: 8px 0;
    margin: 0;
}
nav li {
    display: inline;
    padding: 12px;
    margin: 0;
    border-bottom: 1px solid #ffffff;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -o-transition: background-color 1s;
    -ms-transition: background-color 1s;
    transition: background-color 1s;
}
nav a {
    color: #ffffff;
    text-decoration: none;
    padding: 8px 8px 8px 8px;
}
nav li:hover {
    background-color: #fe9d95;
}
nav a:hover {
    color: #000000;
}
.menu, .footer {
    text-align: center;
    padding: 10px;
}
#eventos, #uso-aptos, #diretores, #plantao-dir, #plantao-func, #mapa-loc {
    display: none;
    position: static;
    padding: 10px;
    width: 90%
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Sombra em volta do objeto */
/*    z-index: 1;     Sobrepor */
}
img#foto1 {
    position: relative;       /* Posição Relativa */
    max-width: 93%;
    border: 6px solid white;       /* Borda solida branca */
}
img#imagem1 {
    position: relative; /* Posição Relativa */
    border: 4px solid white; /* Borda solida branca */
    max-width: 50%;
    width: 100px;
    height: 70px;
    left: 50%;
    margin-left: -50px;
    opacity: 0.7;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Sombra em volta do objeto */
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    -webkit-lter: grayscale(1.0) blur(0px);
    -webkit-transition: All 1s ease;
}
img#imagem1:hover {
    opacity: 1;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
    -webkit-filter: grayscale(0) blur(0px);
}
img#imagem2 {
    position: relative;       /* Posição Relativa */
    border: 4px solid white;       /* Borda solida branca */
    max-width: 50%;
    width:100px;
    height:40px;
    left:10%;
    opacity: 0.6;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);   /* Sombra em volta do objeto */
}
img#imagem2:hover {
    opacity: 1;
}
img#img-doc {
    left:10%;
    opacity: 0.6;
    width: 20px;
    max-width: 10%;
}
img#img-doc:hover {
    opacity: 1;
}
img#click {
    position: relative;
    width: 50px;
    top: -25px;
}
img#img-noticias {
    position: relative;       /* Posição Relativa */
    border: 4px solid white;       /* Borda solida branca */
    max-width: 90%;
    left: 13px;
    top: -20px;
    padding: 5px;
    opacity: 0.7;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);   /* Sombra em volta do objeto */
}
img#img-noticias:hover {
    opacity: 1;
}
nav#menu-lateral {
    background-color: #973b38;
    margin-top: 0;
    height: 85px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
nav#menu-lateral ul {
    list-style: none;
    text-transform: uppercase;
    height: auto;
    padding: 0px 0px;
    margin: 0px;
}
nav#menu-lateral li {
    display: block;
    padding: 8px;
    margin: 0px;
    border-bottom: 1px solid #ffffff;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -o-transition: background-color 1s;
    -ms-transition: background-color 1s;
    transition: background-color 1s;
}
nav#menu-lateral a {
    color: #ffffff;
    text-decoration: none;
    padding: 8px 8px 8px 8px;
}
nav#menu-lateral li:hover {
    background-color: #fe9d95;
}
nav#menu-lateral a:hover {
    color: #000000;
}
/*
li {
    list-style: none;
}
ul, li {
    margin: 0;
    padding: 0;
}
.menu li {
    display: inline-block;
}
*/
.left-menu, .content, .right-menu {
    float: left;
}
.left-menu {
    width: 20%;
}
.right-menu {
    width: 30%;
    background-color: #cccccc;
    align-content: center;
}
.content {
    width: 50%;
    background-color: #ffffff;
}
.corpo {
    margin-top: 7px;
    background-color: #cccccc;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    overflow: auto;
}
#img-familia {
    position: relative;       /* Posição Relativa */
    top: -10px;
    width: 70%;
    margin-left: 25pt;
    opacity: 0.6;
}
a#email {
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    color: dimgray;
}
p#centralizado {
    text-align: center;
}
a#email:hover {
    text-decoration: underline;
}
/*      Responsividade      */
@media only screen and (max-width: 960px) {
    .left-menu {
        width: 30%;
    }
    .content {
        width: 70%;
    }
    .right-menu {
        width: 100%;
    }
}
@media only screen and (max-width: 500px) {
    .header h1 {
        font-size: 30pt;
    }
    .left-menu {
        width: 100%;
    }
    .content {
        width: 100%;
    }
    .right-menu {
        width: 100%;
    }
}
@media all and (min-width: 960px) {
    body {
        width: 960px;
        margin: auto;
    }
}
@media all and (max-width: 480px) {
    nav {
        height: 100%;
    }
    nav li {
        display: block;
        padding: 10px;
        margin: 0px;
    }
}
/* Imagens e videos responsivos */
img, video, .uso-aptos, .diretores, .plantao-dir, .plantao-func, .mapa-loc, .form-contato .eventos, ul#album-fotos {
    max-width: 100%;
}

