@charset "UTF-8";
/* Zoom na Foto */
ul#album-josy{
    width: 1000px;
    margin-left: 5%;
    padding: 0px;
    overflow: hidden;
    list-style: none;
}

ul#album-josy li{
    float: left;
    width: 197px;
    height: 267px;
    margin: 10px;
    border: 0px solid white;
    background-color: #ffffff;
    box-shadow: 1px 1px 3px rgba(0,0,0,.4);
    transition: all 0.4s ease-in; 
}



ul#album-josy li span{
    opacity: 0;
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
    background-color: rgba(0,0,0,.3);
    font-size: 9pt;
    line-height: 370px;
    padding: 5px;
}


ul#album-josy li:hover{
    transform: scale(1.0);
}
ul#album-josy li:hover span{
    opacity: 1;
}

ul#album-josy li#foto-josy {
    background: url('../_imagens/foto.jpg') no-repeat;
    background-position: 00% 00%;
    background-size: 197px 267px;
    background-color: #ffffff;
}


ul#album-logo{
    width: 1000px;
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
    list-style: none;
    top: center;
}
ul#album-logo li{
    float: left;
    width: 300px;
    height: 200px;
    margin: 10px;
    border: 5px solid white;
    background-color: #ffffff;
    box-shadow: 1px 1px 3px rgba(0,0,0,.4);
    transition: all 0.4s ease-in; 
}
ul#album-logo li span{
    opacity: 0;
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
    background-color: rgba(0,0,0,.3);
    font-size: 9pt;
    line-height: 370px;
    padding: 5px;
}
ul#album-logo li#foto-logo {
    background: url('../_imagens/logo.JPG') no-repeat;
    background-position: 00% 00%;
    background-size: 300px 200px;
    background-color: #ffffff;
}

@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap');
@font-face{
    font-family: 'FonteLogo';
    src: url("../_fonts/bubblegum-sans-regular.otf ");
}

/*Formatação do Cabeçalho*/
header#cabecalho {
    border-bottom: 1px #606060 solid;
    height: 150px;
}
header#cabecalho h1{
    font-family: FonteLogo, sans-serif;
    font-size: 30pt;
    color: #606060;
    text-shadow: 1px 1px 10px rgba(0,0,0,.4);
    padding: 10px;
    margin-bottom: 0px;
}

header#cabecalho img#icone{
    position: relative;
    left: 80%;
    top: -100px;
}

/*Formatação da Área do Site*/
div#interface{
    padding: 10px;
    background-color: white;
    margin: -20px auto 0px auto;
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    color: black;
}
a{
    color: #606060;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
p{
    text-align:justify;
    text-indent: 50px;
}


/*Área de Texto*/
section#corpo {
    display: block;
    width: 880px;
    float: left;
    /*border-right: 1px solid #606060;*/
    padding-right: 15px;
}
article#principal h2{
    font-size: 12pt;
    color: #606060;
    background-color: #dddddd;
    padding: 5px 0px 5px 10px;
    margin: 10px 0px 10px 0px;
}

header#cabecalho-artigo h1{ 
    font-family: 'FonteLogo', sans-serif;
    font-size: 20pt;
    color: black;
    margin-bottom: 0px; 
    margin-top: 0px;
}

header#cabecalho-artigo h2{ 
    font-size: 13pt;
    color: black;
    background-color: #ffffff;
    margin-top: 40px;
}



/*Formatação do Menu*/
nav#menu{
    display: block;
}

nav#menu ul{
    list-style: none;
    text-transform: uppercase;
    position: absolute;
    top: -20px;
    right: 6px;
}

nav#menu li {
    display: inline-block;
    background-color: #dddddd;
    padding: 10px;
    margin: 2px;
    transition: background-color 1s;
}

nav#menu li:hover {
    background-color: #606060;
    
}

nav#menu h1{
    display: none;
}

nav#menu a{
    color: black;
    text-decoration: none;
}

nav#menu a:hover{
    color: white;
    text-decoration: none;
}


button img {
    display: block;
  }


img#icone {
    resize: 16px 16px;
}

/* Fim do Zoom na foto */

.fakeimg {
    height: 200px;
    background: #aaa;

  }


.citacao {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 500px;
    width: 400px;
}



.psicoindi {
    text-align: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 600px;
    width: 730px;
}



.psicocasal {
    text-align: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 600px;
    width: 730px;
}


iframe#mapa {
    display: block;
    text-align: center;
    

}

.whatsapp {
    background-repeat: no-repeat;
    text-indent: 9999px;
    z-index: 99999;
    width: 3.5em;
    height: 3.5em;
    position: fixed;
    right: 2em;
    bottom: 4%;
    background-image: url("../_imagens/_favicon/whatsapp-icon-square.svg");
    background-size: contain;
}





.h4{
    text-align: center;
}