﻿@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Roboto);

		html, body {
			margin: 0;
			height:100%;
			width:100%;
			padding: 0;
		}
		
		img {
			max-width:100%;
		}
		
		form { 
			font-family: 'Open Sans', sans-serif;
			font-size: 15px;
			max-width: 500px;
			float:left; 
		}
		
		input { 
			width: 200px;
			padding: 10px;
			color: black;
			margin-left: 20px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border: 1px solid;
		}
		
		input:hover, textarea:hover, input:focus, textarea:focus {
			border-color: #666666;
			box-shadow: 5px 0px 9px #666666;
			background-color: #DFDFDF;
			color: black;
			font-weight: bold;
		}
		
		.submit input {
			background-color: #EDEDE8;
			height: 40px;
			width: 100px;
			font-weight: bold;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border: 1px solid;
			color: #666666;
		}
		
		textarea {
			width: 500px;
			height: 200px;
			line-height: 20px;
			max-width: 500px;
		}
		
		form label {
			font-family: 'Open Sans', sans-serif;
			margin-left: 20px;
			color: #666666;
		}

/* Seções */
		
		#capa {
			width:100%;
			height:auto;
			min-height:100%;
			height:100%;
			background: rgb(234,234,234); /* Old browsers */
			background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(255,255,255,1) 47%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(47%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 47%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 47%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 47%); /* IE10+ */
			background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 47%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		}
		
		#menu {
			width:100%;
			background-color:#FFF;
		}
		
		#livro {
			width:90%;
			height:auto;
			min-height:100%;
			margin:0 auto;
			background-color:#FFF;
			overflow:hidden;
		}
		
		#poema_falado {
			width:90%;
			height:auto;
			min-height:100%;
			margin:0 auto;
			background-color:#FFF;
			overflow:hidden;			
		}

		#poema_em_cancao {
			width:90%;
			height:auto;
			min-height:100%;
			margin:0 auto;
			background-color:#FFF;
			overflow:hidden;
		}
		
		#poema_visual {
			width:90%;
			height:auto;
			min-height:100%;
			margin:0 auto;
			background-color:#FFF;
			overflow:hidden;
		}
		
		#autora {
			width:90%;
			height:auto;
			margin:0 auto;
			background-color:#FFF;
			overflow:hidden;
		}	
		
		#envie_expressao {
			width:90%;
			height:auto;
			min-height:100%;
			margin:0 auto;
			background-color:#FFF;
			overflow:hidden;
		}
		
		#making_of {
			width:90%;
			height:auto;
			min-height:100%;
			margin:0 auto;
			background-color:#FFF;
			overflow:hidden;
		}	
		
		#contato {
			width:90%;
			height:auto;
			margin:0 auto;
			background-color:#FFF;
			overflow:hidden;
		}
		
		#creditos {
			width:100%;
			height:auto;
			min-height:100%;
			margin:0 auto;
			background-color:#000;
			overflow:hidden;
		}	

/* IDs dentro das seçoes */

		#box_capa {
			position: relative;
			width:720px;
			height:500px;
			margin: 0 auto;
			text-align:right;
			overflow:hidden;
			/*top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			overflow:hidden; */
		}

		#titulo_capa {
			font-family: 'Open Sans', sans-serif;
			position:relative;
			margin:0 auto;
			text-align:right;
			color:#000;
		}
		
		#titulo_capa2 {
			font-family: 'Open Sans', sans-serif;
			position:relative;
			margin-top:30px;
			margin-left:145px;
			text-align:left;
			color:#000;
		}
		
		#autor_capa {
			font-family: 'Roboto', sans-serif;
			font-weight: 400;
			position:relative;
			margin-top:30px;
			font-size: 21px;
			text-align:right;
			line-height:100px;
			width:100%;
			color:#666666;
		}
		
		#footer_capa {
			position:absolute;
			bottom:0;
			width:100%;
			margin-bottom:30px;
		}
			
		#apoio_imagem {
			position:relative;
			width:213px;
			height:100px;
			float:right;
			margin-right:7%;
		}
		
		#atalho_entra {
			position:relative;
			float:left;
			margin-left:7%;
			font-family: 'Roboto', sans-serif;
			font-size:15px;
			color:#666666;
		}
		
		#atalho_entra a {
			color:#666666;
			text-decoration:none;
		}
		
		#atalho_entra_icon {
			margin-top:40px;
			position:relative;
			float:left;
		}
		
		#atalho_entra_texto {
			margin-top:45px;
			position:relative;
			float:left;
			margin-left:5px;
		}
		
		#box_menu {
			position:relative;
			width:100%;
			margin:0 auto;
			border-top: 1px solid #666666;
			border-bottom: 1px solid #666666;
			background-color:#EDEDE8;
		}
		
		#menuHeader {
			position: relative;
			width: 100%;
			height: 50px;
			margin:0 auto;
		}
		
		#menuHeader ul {
			width: 100%;
			margin: 0 auto;
			list-style: none;
		}
		
		#menuHeader ul li {
			float: left;
		}
		
		#menuHeader ul li a {
			padding:15px 20px;			
			line-height: 50px;
			color:#666666;
			font-family: 'Roboto', sans-serif;
			text-decoration:none;
			font-size:12px;
		}
		
		#menuHeader ul li:first-child a {
			border-left: 0;
		}
		
		#menuHeader ul li:last-child a {
			border-right: 0;
		}
		
		#menuHeader ul li a:hover {
			text-decoration:underline;
		}
		
		#wrapper {
			width: 100%;
			max-width: 300px;
			position: absolute;
			margin: 0 auto;
		}
		
		#autora_foto {
			clear:both;
			float:left;
			width:20%;
			margin-top:2%;
		}
		
		#autora_foto img{
		}
		
		#autora_bio {
			width:55%;
			margin-left:30px;
			float:left;
			overflow:hidden;
			text-align:justify;
			margin-top:0;
			padding-top:0;
		}
	
		#autora_bio h1{
			color:#666666;
			font-family: 'Roboto', sans-serif;
			font-size:15px;
			font-weight:800;
		}
		
		#autora_bio p{
			color:#000;
			font-family: 'Open Sans', sans-serif;
			font-size:15px;
			font-weight:100;
		}
		
		#autora_bio a{
			color:#000;
			font-family: 'Open Sans', sans-serif;
			font-size:15px;
			text-decoration:none;
			font-weight:100;
		}
		
		#contato_msg_saida {
			background-color:#EDEDE8;
			display:none;
			float:left;
			width:200px;
			min-height:200px;
			margin-top:15px;
			margin-left:20px;
			text-align:center;
			vertical-align:central;
			padding-top:130px;
			font-family: 'Open Sans', sans-serif;
			font-size:15px;
			font-weight:600;
		}
		
		#mensagem {
			width: 270px;
			height:200px;
			padding: 10px;
			color: black;
			margin-left: 20px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border: 1px solid;
		}
		
		#mascara{
			display:none;
			position:absolute;
			left:0;
			top:0;
			z-index:9000;
			background-color:#000;
		}
		
		#tit_livro {
			background-color:#FFF;
			color:#666666;
		}
		
		#tit_poemafalado {
			background-color:#FFF;
			color:#666666;
		}
		
		#tit_poema_cancao {
			background-color:#FFF;
			color:#666666;
		}
		
		#tit_poemavisual {
			background-color:#FFF;
			color:#666666;
		}
				
		#tit_autora {
			background-color:#FFF;
			color:#666666;
		}
				
		#tit_makingof {
			background-color:#FFF;
			color:#666666;
		}
				
		#tit_contato {
			background-color:#FFF;
			color:#666666;
		}
		
		#tit_creditos {
			background-color:#000;
			color:#FFF;
			margin-left:5%;
		}
		
		#facebook {
			color:#666666;
			font-family: 'Open Sans', sans-serif;
			font-size:12px;
			margin-bottom:30px;
			width:30%;
			margin-right:24%;
			float:right;
			text-align:right;
		}
		
		#facebook a{
			color:#666666;
			text-decoration:none;
		}
		
		
/* Classes */
	
		.box_titulo_comintro {
			float:left;
			width:15%;
			font-family: 'Roboto', sans-serif;
			font-size:25px;
		}
		
		.geral {
			width:100%;
			margin-top:100px;
			overflow:hidden;
		}
		
		.intro {
			float:right;
			width:80%;
			overflow:hidden;
		}
		
		.intro_texto {
			width:90%;
			max-width:880px;
			font-family: 'Open Sans', sans-serif;
			font-weight:100;
			font-size:17px;
			margin-top:5px;
			overflow:hidden;
			text-align:justify;
		}
		
		.intro_texto a{
			color:#666666;
			text-decoration:none;
		}
		
		.intro_texto a:hover{
			text-decoration:underline;
		}

		.intro_sub {
			width:100%;
			margin-top:50px;
		}

		.box_sumario {
			overflow:hidden;
		}

		.box_sumario_figura {
			position:relative;
			width:60px;
			height:60px;
			font-family: 'Open Sans', sans-serif;
			font-weight:100;
			font-size:5px;
			float:left;
		}
		
		.box_sumario_ilustracao_texto {
			font-family: 'Open Sans', sans-serif;
			font-weight:100;
			position: relative;
			font-size: 14px;
			margin-top:12px;
		}
		
		.box_sumario_ilustracao_texto a{
			text-decoration:none;
			color:#000;
		}
		
		.menu-fixo  {
		    position:fixed !important;
		    top: 0;
		    z-index: 99;
		}
		
		.capitulo {
			width:80%;
			overflow:hidden;
			float:right;
			margin-top:80px;
		}

		.header_capitulo {
			font-family: 'Open Sans', sans-serif;
			font-size:18px;
			color:#666666;
			overflow:hidden;
			margin-bottom:20px;
			background-image:url(../imagens/bkg_headcapitulo.jpg);
			background-repeat:repeat-x;
		}
		
		.header_capitulo_img {
			font-family: 'Open Sans', sans-serif;
			position:relative;
			float:left;
			overflow:hidden;
			background-color:#FFF;
		}
		
		.header_capitulo_texto {
			font-family: 'Open Sans', sans-serif;
			font-size:18px;
			color:#666666;
			position:relative;
			float:left;
			padding-top:12px;
			padding-left:20px;
			padding-right:10px;
			background-color:#FFF;
		}
		
		.box_poema {
			margin-left:7%;
		}
		
		.poema {
			font-family: 'Roboto', sans-serif;
			font-size:15px;
			color:#000000;
			position:relative;
			width:70%;
			padding-top:12px;
			line-height:27px;
			font-weight:300;
			margin-bottom:20px;
			margin-left:7%;
		}
		
		.poema_recuo{
			padding-left:7%;
			margin:0;
			padding-top:0;
			padding-bottom:0;
		}
		
		.poema_right {
			font-family: 'Roboto', sans-serif;
			font-size:15px;
			color:#000000;
			position:relative;
			width:80%;
			padding-top:12px;
			line-height:27px;
			font-weight:300;
			margin-bottom:20px;
			margin-left:7%;
			text-align:right;
		}
		
		.poema_sem_borda {
			font-family: 'Roboto', sans-serif;
			font-size:15px;
			color:#000000;
			position:relative;
			width:70%;
			padding-top:12px;
			line-height:27px;
			font-weight:300;
			margin-bottom:20px;
		}
		
		.poema_footer {
			background-image:url(../imagens/bkg_headcapitulo.jpg);
			background-repeat:repeat-x;
		}
			
		
		.poema_popup {
			font-family: 'Roboto', sans-serif;
			font-size:12px;
			color:#000000;
			position:relative;
			line-height:20px;
			font-weight:300;
		}
		
		.remissoes {
			margin-top:40px;
			color:#666666;
			font-family: 'Open Sans', sans-serif;
			font-size:12px;
		}

		.remissoes a {
			color:#666666;
			text-decoration:none;
		}
		
		.remissoes_2 {
			color:#666666;
			font-family: 'Open Sans', sans-serif;
			font-size:12px;
			margin-bottom:30px;
		}

		.remissoes_2 a {
			color:#666666;
			text-decoration:none;
		}
		
		.audio {
			height:50px;
		}

		.ficha_tecnica {
			font-family: 'Open Sans', sans-serif;
			font-size:14px;
			color:#666666;
			padding-bottom:10px;	
		}
		
		.ficha_tecnica a {
			color:#000;
			text-decoration:none;
		}
		
		.ficha_tecnica a:hover {
			text-decoration:underline;
		}
		
		.imagem {
			width:100%;
		}
		
		.imagem img{
			max-height:500px;
		}
				
		.link_janela {
			font-family: 'Open Sans', sans-serif;
			font-size:12px;
			color:#666666;
			padding-bottom:10px;
			margin-top:10px;	
		}
		
		.link_janela a {
			font-family: 'Open Sans', sans-serif;
			font-size:14px;
			color:#000;
			padding-bottom:10px;
			text-decoration:none;
		}
		
		.rodape_secao{
			height:30px;
			min-height:30px;
			width:100%;
			background-image:url(../imagens/bkg_rodape.jpg);
			overflow:hidden;
			clear:both;
			margin-top:50px;
		}
		
		.fechar{
			display:block; text-align:left;
			color:#000
		}

		.fechar a{
			color:#000
		}
			
		.texto_creditos {
			width:90%;
			max-width:700px;
			font-family: 'Open Sans', sans-serif;
			font-weight:100;
			font-size:13px;
			margin-top:5px;
			overflow:hidden;
			text-align:justify;
			color:#EDEDE8;
		}
		
		.texto_creditos h1 {
			font-family: 'Roboto', sans-serif;
			font-size:25px;
			color:#666666;
			font-weight:100;
		}
		
		.footer {
			background-color:#000;
			height:100px;
			width:100%;
		}
		
		.galeria {
			width:80%;
			overflow:hidden;
			float:right;
			margin-top:50px;
			margin-bottom:50px;
		}


/* Formatos span */
		
		span.capa1 {
			font-size:32px;
		}
		
		span.capa2 {
			font-size:52px;
		}
		
		span.capa3 {
			font-size:32px;
			letter-spacing:10px;
		}
	
		span.capa4 {
			font-size:52px;
			letter-spacing:10px;
			right:205px;
		}
		
		span.intro {
			font-family: 'Open Sans', sans-serif;
			font-weight:100;
			font-size:18px;
		}
		
		span.poema_titulo {
			font-family: 'Roboto', sans-serif;
			font-size:15px;
			color:#000000;
			position:relative;
			padding-top:12px;
			line-height:27px;
			font-weight:800;
		}
		
		span.poema_popup_titulo {
			font-family: 'Roboto', sans-serif;
			font-size:14px;
			color:#000000;
			position:relative;
			padding-top:12px;
			line-height:27px;
			font-weight:800;
		}
		
		span.menu_icone {
			font-family: 'HeydingsIcons';
			font-weight: normal;
			font-style: normal;
			text-decoration:none;
			font-size:17px;
		}
		
		span.underline {
			text-decoration:underline;
		}
		
		span.bold {
			font-weight:600;
		}
		
		span.alignright {
			text-align:right;
		}
		
		span.justify {
			text-align:justify;
		}
		
		span.italic {
			font-style:italic;
		}
		
		span.paragrafo {
			text-indent:20%;
		}

/* Galeria de fotos */

		* {
  box-sizing: border-box;
}

/* line 12, ../sass/demo.scss */
a {
  color: #4ab19a;
}

/* line 16, ../sass/demo.scss */
.clear {
  clear: both;
  float: none;
  width: 100%;
}

/* line 22, ../sass/demo.scss */
.container {
  max-width: 1170px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow:hidden;
}
/* line 32, ../sass/demo.scss */
.container .gallery a img {
  float: left;
  width: 25%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
/* line 46, ../sass/demo.scss */
.container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
/* line 57, ../sass/demo.scss */
.container .gallery a.big img {
  width: 50%;
}

/* line 65, ../sass/demo.scss */
.align-center {
  text-align: center;
}

/*Classe com media query */

		.window_left{
			position:relative;
			padding-top:5px;
		}
		
		.window_left_horz{
			position:relative;
			overflow:hidden;
			text-align:center;
		}
		
		.window_bottom{
			width:560px;
			margin:0 auto;
			margin-top:20px;
		}
			
		.window_right{
			position:relative;
		}		
		
		.window_right_cols{
			position:relative;
			overflow:hidden;
		}
		
		.imagem_popup {
			position:relative;
			overflow:hidden;
		}
		
		.imagem_popup img{
			max-height:480px;
		}


@media only screen 
	and (max-device-width: 1024px)
	and (orientation: portrait) {
		
		.window{
			display:none;
			width:90%;
			height:80%;
			position:absolute;
			left:0;
			top:0;
			background:#FFF;
			z-index:9900;
			padding:10px;
			border-radius:10px;
			font-family: 'Roboto', sans-serif;
			font-size:12px;
			color:#666666;
		}
		
		.window_left{
			width:90%;
			text-align:center;
		}
		
		.imagem_popup {
			margin:0 auto;
			text-align:center;
		}
		
		.window_right{
			width:60%;
			margin-left:20%;
			padding-top:20px;
		}
		
		.window_right_imghorz{
			width:90%;
			margin-left:20%;
			padding-top:20px;
		}
		
		.window_left_imghorz{
			width:90%;
			text-align:center;
		}
		
		.window_right_cols{
			width:20%;
			margin-rigth:300px;
			padding-top:15px;
			float:right;
		}
}

@media only screen 
	and (max-device-width: 1024px)
	and (orientation: landscape) {
		
		.window{
			display:none;
			width:90%;
			height:90%;
			position:absolute;
			left:0;
			top:0;
			background:#FFF;
			z-index:9900;
			padding:10px;
			border-radius:10px;
			font-family: 'Roboto', sans-serif;
			font-size:12px;
			color:#666666;
		}	
	
		.window_left{
			float:left;
			width:35%;
			margin-left:10%;
			overflow:hidden;
		}
				
		.window_right{
			width:50%;
			margin-left:20px;
			padding-top:15px;
			float:right;
			overflow:hidden;
		}
		
		.window_left_imghorz{
			float:left;
			width:50%;
			margin-top:12%;
			margin-left:3%;
			overflow:hidden;
		}
		
		.window_right_imghorz{
			width:40%;
			margin-left:20px;
			margin-top:12%;
			padding-top:15px;
			float:right;
			overflow:hidden;
		}
		
		.window_right_cols{
			width:20%;
			margin-left:15px;
			padding-top:15px;
			float:right;
		}
}

@media only screen and (min-device-width: 1024px) {
		
		.window{
			display:none;
			width:1024px;
			height:750px;
			position:absolute;
			left:0;
			top:0;
			background:#FFF;
			z-index:9900;
			padding:10px;
			border-radius:10px;
			font-family: 'Roboto', sans-serif;
			font-size:12px;
			color:#666666;
		}
		
		.window_left{
			float:left;
			width:40%;
			margin-left:5%;
			margin-top:5%;
		}
		
		.window_left img{
			max-height:800px;
		}
		
		.window_left_horz{
			margin-top:3%;
		}
		
		.window_right{
			width:40%;
			margin-left:5%;
			margin-top:15%;
			padding-top:15px;
			float:left;
		}
		
		.window_left_imghorz{
			float:left;
			width:60%;
			margin-left:3%;
			margin-top:10%;
		}
		
		.window_right_imghorz{
			width:30%;
			margin-left:20px;
			margin-top:10%;
			padding-top:15px;
			float:left;
		}
		
		.window_right_cols{
			width:20%;
			margin-left:15px;
			margin-top:15%;
			padding-top:15px;
			float:right;
		}
		.imagem_popup {
			margin-top:15px;
		}
}