* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	background: #F2F2F2;
}

#cabecalho {
	width: 100%;	
	height: 60px;
	background: #086A87;
	position: fixed;
	z-index: 1;	
}

#logo{
	float: left;
	margin: 12px 12px 12px 100px;
	color:#fff;
}

#social {
	float: right;
	margin-right: 2%;	
}

#social img {
	width: 30px;
}

#social li {
	display: block;
	float: left;
	padding: 6px;
	margin-top: 5%;
}

#social li a {
	text-decoration: none;
}

#bt-menu {
	display: none;
}

#menu label{
	width: 30px;
	height: 30px;
	float: left;
	margin-top: 10px;
	margin-left: -240px;
	background: #fff;
	transition: all .3s linear;	
	display: none;
	border-radius: 6px;	
}

#lista {
	font-family: serif;
	width: 20%;
	background: #E6E6E6;
	height: 100%;
	transition: all .3s linear;
	float: left;
	margin-top: 60px;
	position: fixed;
	overflow:auto;
}

#lista label {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

#lista li {
	width: 100%;	
	list-style: none;
}

#lista strong {
	font-size: 1.2em;
  padding-bottom: 0;
}

#livros {
	display: block;
}

#lista button {
	width: 100%;
	text-align: left;
	font-size: 1em;
	padding: 14px 0 14px 10%;
	border: none;
	background: #E6E6E6;
}

#sub-menu button{
	font-size: 1em;
}

#sub-menu button:hover {
	background: #CED8F6;
}

#lista a {
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 15px 0 15px 10%;
	font-size: 1.1em;
	width: 90%;	
	color: #000;
}

#lista a:hover {
	background: #CED8F6;
}

#linha1 {
	width: 26px;
	height: 5px;
	margin: 4px 2px 0 2px;
	background: #000;
	border-radius: 2px;
	transition: all .3s linear;
	display: block;
}

#linha2 {
	width: 26px;
	height: 5px;
	margin: 4px 2px 0 2px;
	background: #000;
	border-radius: 2px;
	transition: all .3s linear;
}

#linha3 {
	width: 26px;
	height: 5px;
	margin: 4px 2px 0 2px;
	background: #000;
	border-radius: 2px;
	transition: all .3s linear;
}

#bt-menu:checked ~ label{
	border-radius: 17px;
	transition: all .3s linear;
}

#bt-menu:checked ~ label #linha1 {
	transform: translate(0px, 9px) rotate(45deg);
	transition: all .3s linear;
}

#bt-menu:checked ~ label #linha2 {
	background: transparent;
	transition: all .3s linear;
}

#bt-menu:checked ~ label #linha3 {
	transform: translate(0px, -9px) rotate(-45deg);
	transition: all .3s linear;
}

#bt-menu:checked ~ #lista {
	margin-left: 0;
	transition: all .3s linear;
}

#sub-menu{
	font-size: 1.1em;
	font: Arial;
} 
#sub-menu button   {
	font-size: 0.95em;
	font: Arial;
}

#submenu {
	display: none;
	background: #BDBDBD;
	transition: all .3s linear;

}

#sub-menu-livros, #sub-menu-livros button {
	font-size: 1em;
}


#submenulivros {
	display: none;
	transition: all .3s linear;
	float: left;
	width: 100%;
	position: relative;

}

#submenulivros a {
	width: 80%;
	padding-left: 20%;
}

#sub-menu:hover > #submenu {
	display: block ;
	transition: all .6s linear;
}

#sub-menu-livros:hover > #submenulivros {
	display: block ;
	transition: all .6s linear;
}

#rodape {
	width: 100%;
	height: 50px;
	background: #585858;
	clear: both;

}

#rodape a {
	text-decoration: none;
	display: block;
	float: left;
	width: 25%;
	padding: 15px 0;
	margin-left: 5%;
	color: #fff;
}

#rodape i {
	float: left;
	margin-top: 15px;
	color: #fff;
	width: 70%;
}

.termo {
	width: 94%;
	margin-left: 3%;
	font-size: 0.8 em;
}

.termo a {
	text-decoration: none;
}

.termo ul {
	width: 94%;
	margin-left: 6%;
}

.termo h5 {
	text-align: center;
}

/* -------------------------------Inicio Conteudo -------------------*/


#container {
	display: block;
	width: 80%;
	margin: 8px auto;
	height: 800px;
	float: left;
	margin-left: 20%;
	margin-top: 64px;
}

#capa {
	width: 98%;
	margin-left: 1%;
	margin-bottom: -1%;	
	height: auto;
	
}

#capa img {
	width: 100%;
	height: 100%;
}

.conteudo {
	width: 31%;
	height: auto;
	margin: 1%;	
	float: left;
	border-radius: 4px;
	background: #fff;
}

.right {
	width: 0; 
  height: 0; 
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 18px solid #fff;
  margin: 8px 10px 10px 15px;

}

.btvideo{
	width: 40px;
	height: 40px;
	float: left;
	display: block;
	margin-left: 45%;
	margin-top: -40%;
	background: #000;
	border-radius: 50%;
	opacity: 0.5;
}

.conteudo img {
	width: 100%;
	height: auto;
	border-radius: 4px 4px 0 0;
	background: #F7D358;
}

.conteudo p {
	width: 96%;
	font-size: 0.9em;
	height: 200px;
	padding: 2%;
}

.conteudo a {
	text-decoration: none;
	color: #000;
}

.conteudo h3 {
	padding: 3%;
	width: 100%;
	height: 64px;
	font: Arial;
}

#btback {
	width: 70px;
	float: left;
	margin: 20px 0 20px 40%;
	border-radius: 6px;
	border: 1px solid #2E9AFE;
	padding: 6px;
	background: #2E9AFE;

}

#btback a {
	text-decoration: none;
	color: #000;
}

#sobre {
	width: 80%;
	margin-left: 10%;
	padding-top: 20px;
}

#sobre h2 {
	text-align: center;
}

.imagens {
	width: 31%;
	height: auto;
	margin: 0 1% 1% 1%;
	float: left;
	border-radius: 6px;
}

.linha {
	clear: both;
	width: 100%;
}

.videos h2 {
	text-align: center;
	font: Arial;
}

.videos p {
	width: 99%;
	margin-left: 1%;
}

.two {
	text-align: center;
}

.livro {
/*	width: 90%;
	margin-left: 5%;*/
	font-size: 1.2em;
	font-family: Arial;
}
.livro h1{
	text-align: center;
	margin-left: 15px;
}
.livro h2 {
	margin-left: 5%;
}

.livro p {
	width: 90%;
	margin-left: 5%;
	line-height: 1.6em;
}

.livro ol {
	width: 85%;
	margin-left: 10%;
	font-size: 0.9em;
	/*font-weight: bold;*/
	list-style-type: decimal;
}

#contato{
	width: 40%;
	margin: 5% 30% 15% 30%;

}

#contato input {
	width: 70%;
	padding: 4px 0;
}

#contato textarea{
	width: 70%;
	padding: 4px 0;
	height: 80px;
}

.destaque {
	width: 60%;
	margin-left: 32%;
	display: block;
	height: auto;
	margin-right: 8%;
	font-size: 0.9em;
	text-align: left;
	
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modal:target {
    opacity: 1;
    pointer-events: auto;
 }

 .modal > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 15px 20px;
    background: #fff;
 }

 .fechar {
    position: absolute;
    width: 40px;
    height: 36px;
    right: -15px;
    top: -20px;
    text-align: center;
    line-height: 30px;
    margin-top: 5px;
    background: #ff4545;
    border-radius: 50%;
    font-size: 16px;
    color: #8d0000;
 }

 .abrirModal {
    margin-top: 30%;
    width: 20%;
    height: auto;
    text-align: center;
    border-radius: 30px;
    text-decoration: none;
}

 .abrirModal a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8em;

 }



/* ----------------------------Responsivo ----------------------*/

@media (max-width: 1200px){

 #menu label{
 	display: block;
/* 	margin-left: -230px;*/
 	float: left;
 	
 }

 #lista {
 	width: 30%;
 	margin-left: -100%;
 }

 #container {
 	margin-left: 1%;
 	width: 98%;
 	height: auto;
 }

 #capa {
 	width: 98%;
 }

 #logo {
	/*margin: 12px 10px 12px 100px;*/
}


}

@media (max-width: 950px){

  #menu label{
  	margin-top: 12px;
 	display: block;
 	/*margin-left: -80;*/
 	float: left;

 	
 }

 #lista {
 	width: 50%;
 	
 }

 #container {
 	margin-left: 1%;
 	width: 98%;
 	height: auto;
 }

 #ads {
 	width: 98%;
 	margin-left: 1%;
 }

 .conteudo {
	width: 48%;
	margin: 1%;	
	float: left;
	border-radius: 4px;
	background: #fff;
}

.imagens {
	width: 48%;
	height: auto;
	margin: 0 1% 1% 1%;
	float: left;
	border-radius: 6px;
}

.btvideo{
	width: 40px;
	height: 40px;
	float: left;
	display: block;
	margin-left: 46%;
	margin-top: -39%;
	background: #000;
	border-radius: 50%;
	 opacity: 0.5;
}

}

@media (max-width: 700px){
 
 #menu label{
 	margin-top: 12px;
 	display: block;
 	margin-left: -56%;
 	float: left;
 	
 }

 .conteudo {
 	width: 96%;
 	margin-left: 2%;
 }

 .conteudo p {
	width: 96%;
	font-size: 0.9em;
	height: auto;
	padding: 2%;
}

 #container {
 	margin-left: 1%;
 	width: 98%;
 	height: auto;
 }

 .imagens {
	width: 98%;
	height: auto;
	margin: 0 1% 1% 1%;
	
}

#social {
	float: right;
	margin-right: 2%;	
}

#logo {

	margin: 16px 0px 12px 20%;
}

#logo h2 {
	font-size: 1.2em;
}

.videos {
	width: 98%;
	margin-left: 1%;
}

.two {
	width: 98%;
	margin-left: 1%;
    position: relative; 
  	padding-bottom: 56.25%; 
  	padding-top: 0px; 
  	height: 0; 
  	overflow: hidden;
}

.btvideo{
	width: 40px;
	height: 40px;
	float: left;
	display: block;
	margin-left: 46%;
	margin-top: -37%;
	background: #000;
	border-radius: 50%;
	 opacity: 0.5;
}

.two iframe, .two object, .two embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}

#rodape a {
	text-decoration: none;
	display: block;
	float: left;
	width: 25%;
	padding: 15px 0;
	margin-left: 5%;
	color: #fff;
	font-size: 0.8em;
}

#rodape i {
	float: left;
	margin: 15px 0;
	color: #fff;
	width: 70%;
	font-size: 0.8em;
}

#contato{
	width: 90%;
	margin: 5% 5% 10% 5%;

}

#contato input {
	width: 70%;
	padding: 4px 0;
}

#contato textarea{
	width: 70%;
	padding: 4px 0;
	height: 80px;
}

.modal > div {
    width: 75%;
    position: relative;
    margin: 10% auto;
    padding: 15px 20px;
    background: #fff;
 }

.destaque {
	width: 60%;
	margin-left: 32%;
	display: block;
	height: auto;
	margin-right: 8%;
	font-size: 0.9em;
	text-align: left;
	
}
}
