/* Folha de estilos para as páginas de associados*/


  /*	@font-face {
		     font-family: filosofia;
		     src: url('/fonte/FilosReg.ttf');
                 
		}
      @font-face {
		     font-family: filosofiabold;
		     src: url('/fonte/FilosBol.ttf');
                 
		}
ou 
html {
			font-family: filosofia;
			src: url('/fonte/FilosReg.ttf');
			font-size: 18px;

		}

		html strong {
			font-family: filosofiabold;
			src: url('/fonte/FilosBol.ttf');
			font-size: 18px;

		}


	*/
  .dropdown:hover>.dropdown-menu { /*Dropdown hover-Fuction _ ---- isso é do bootstrap e tem em todas as páginas do site*/
    display: block;
  }

p {
    line-height: 1.2;
    text-indent: 0px;
    text-align: justify;
  }

  img {

    max-width: 259px;
    min-width: 250px;
    border-radius: 5px;
    margin: 10px;
    margin-top: 0px;

  }

  

  #fundo {
    background-color: teal;
    background-color: whitesmoke; 
    max-width: 900px;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
    padding: 20px;
    border-radius: 5px;
  }

  h1, h2, h3, h4, h5, h6 {
    text-align: center;
  }

  #cabeçalho {
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    justify-content: space-evenly;
  }

  #cabeçalho img {
    align-self: center;
    align-self: flex-start;
  }

  #cabeçalho div {
   background-color: violet;
   background-color: transparent;
   max-width: 500px;
  }
  
  .livros-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    background-color: transparent;

    
  }

  .livros {
    background-color: aqua;
    background-color: transparent;
    
    text-align: center;
    max-width: 330px;
    margin: 20px auto;
  }