*{ vertical-align:top; margin:0; padding:0; box-sizing:border-box; list-style:inside; transition:all ease-in-out 100ms; }
body{ background:#09622c; font-family:'Ubuntu', sans-serif; font-size:0; color:#fff; }
p, ul, ol{ font-size:1.1rem; line-height:1.9rem; }
article{ text-align:left; }
article p, article ul, article ol{ margin-bottom:1rem; }
article p:last-child, article ul:last-child, article ol:last-child{ margin-bottom:0; }
article li{ margin-bottom:0.6rem; list-style:disc inside; }
article li:last-child{ margin:0; }
ul li img, ol li img{ vertical-align:middle; }
a{ text-decoration:none; color:#9bc547; }
a:hover{ color:#fff; }
a:link img, a:visited img, a:hover img, img, area{ border:0; }

/* --- COMUNS --- */
.fonteb{ font-weight:600; }
.fonteu{ text-decoration:underline; }
.acenter{ text-align:center; }
.aright{ text-align:right; }
.fleft{ float:left; }
.fright{ float:right; }
.clearfix:before, .clearfix:after{ display:table; content:""; }
.clearfix:after{ clear:both; }

/* --- COMUNS PRÓPRIOS --- */
.subtitulo, .subtitulogrande, .subtitulobranco, .subtitulograndebranco{
	display:inline-block;
	font-size:1.4rem;
	font-weight:700;
	line-height:2rem;
	color:#9bc547;
}
.subtitulogrande, .subtitulograndebranco{ margin-bottom:1.25rem; font-size:2.1rem; line-height:2.8rem; }
.subtitulobranco, .subtitulograndebranco{ color:#fff; }
.fontepequena, .fontepequenab, .fontepequenai{ font-size:0.9rem; line-height:1.6rem; }
.fontepequenab{ font-weight:600; }

/* --- CONTEÚDO --- */
.conteudo{ margin:auto; padding:3rem 0; width:960px; }
.topo1{ position:relative; }
img.livros{ width:65%; }
img.logo{ position:absolute; top:50%; right:0; transform:translateY(-50%); -webkit-transform:translateY(-50%); width:35%; }
.topo2{ margin-top:3rem; text-align:center; }
.infos{ display:inline-block; text-align:left; }
img.lancamento{ margin-bottom:1rem; width:35%; }
.convida{ display:inline-block; margin:1rem 0; width:75%; }
#projeto{ background:#0c7739; }
#projeto iframe{ display:inline-block; }
#pessoa2{ background:#0c7739; }
.pessoatexto,.pessoaimg{ display:inline-block; }
.pessoatexto{ width:62.5%; }
.pessoaimg{ margin-left:5%; width:32.5%; }
.pessoaimg img{ width:100%; margin-top:0.5rem; border:#fff solid 2px; border-radius:0.5rem; }
footer{ width:100%; }
.rodape{ margin:auto; padding:3rem 0; width:960px; text-align:center; }
p.rodapetitulo{ font-size:1.1rem; font-weight:600; }
p.rodapeslogan{ margin-bottom:1rem; }
p.rodapeemail{ margin-top:1rem; }

/* SMARTPHONES (RETRATO) */
@media screen and (max-width:480px){
.conteudo, .rodape{ width:calc(100% - 4rem); }
.conteudo{ padding:2.5rem 0; }
.topo1{ text-align:center; }
img.livros{ width:100%; }
img.logo{ display:inline-block; position:static; transform:translateY(0); -webkit-transform:translateY(0); width:75%; }
.topo2{ margin-top:2.5rem; }
img.lancamento{ width:12rem; }
.convida{ width:100%; }
#projeto iframe{ width:100%; }
.pessoatexto{ margin-bottom:1rem; width:100%; }
.pessoaimg{ margin:0; width:100%; }
.rodape{ padding:2.5rem 0; }
}

/* SMARTPHONES (PAISAGEM) */
@media screen and (min-width:480px) and (max-width:700px){
.conteudo, .rodape{ width:calc(100% - 4rem); }
.conteudo{ padding:2.5rem 0; }
.topo1{ text-align:center; }
img.livros{ width:100%; }
img.logo{ display:inline-block; position:static; transform:translateY(0); -webkit-transform:translateY(0); width:70%; }
.topo2{ margin-top:2.5rem; }
img.lancamento{ width:12rem; }
.convida{ width:100%; }
#projeto iframe{ width:100%; }
.pessoatexto{ margin-bottom:1rem; width:100%; }
.pessoaimg{ margin:0; width:100%; text-align:center; }
.pessoaimg img{ display:inline-block; width:60%; }
.rodape{ padding:2.5rem 0; }
}

/* TABLETS (RETRATO) */
@media screen and (min-width:700px) and (max-width:1000px){
.conteudo, .rodape{ width:680px; }
}