/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */
 
/* ==========================================================================
HTML5 display definitions
========================================================================== */
 
/* * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */
 
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
/* * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
/* * Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }
/* * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4.
* Known issue:no IE 6 support. */
[hidden] { display: none; }
[hidden] { display: none; }
/* ==========================================================================
Base
========================================================================== */
/* * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevents iOS text size adjust after orientation change, without disabling
*    user zoom. */
 
html { font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
-ms-text-size-adjust: 100%; /* 2 */ }
/* * Addresses `font-family` inconsistency between `textarea` and other form
* elements. */
html, button, input, select, textarea { font-family: sans-serif; }
/* * Addresses margins handled incorrectly in IE 6/7. */
body { margin: 0; font-family: 'gentium-book-basic', sans-serif; overflow-x: hidden; }
html, body { width: auto !important; overflow-x: hidden !important; }
/* ==========================================================================
Links
========================================================================== */
/* * Addresses `outline` inconsistency between Chrome and other browsers. */
 
a:focus { outline: thin dotted; }
/* * Improves readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }
/* ==========================================================================
Typography
========================================================================== */
/* * Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome. */
 
h1 { font-size: 2em; margin: 2em 0 .5em 0; }
h2 { font-size: 1.5em; margin: 3em 0 .5em 0; }
h3 { font-size: 2em; margin: 2em 0 .5em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 2em; padding: .45em; line-height: 1.15em; text-transform: uppercase; color: #333; font-weight: 500; }
h6 { font-size: 1em; padding: .45em; line-height: .25em; text-transform: uppercase; color: #333; font-weight: 500; }
h7 { font-size: 1.25em; margin: .5em 0; }
h8 { font-size: 2em; padding: .45em; line-height: 1.15em; text-transform: uppercase; color: #333; font-weight: 500; }
h9 { font-size: 3em; padding: .45em; line-height: 1.15em; text-transform: uppercase; color: #333; font-weight: 500; }
h10 { font-size: 1.15em; margin: 0 4em; font-style: italic; color: #999; }
h11 { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; padding-top: 75px; } /* HEADERS sem o ícone, como TESTEMUNHOS */
h12 { font-size: 1.5em; margin: 2em 0 0 0; }


/* * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }
/* * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
/* * Addresses styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }
/* * Addresses styling not present in IE 6/7/8/9. */
mark { background: #ff0; color: #000; }
/* * Addresses margins set differently in IE 6/7. */
p, pre { margin: 1em 1.5em 0 1.5em; }
/* * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
/* * Improves readability of pre-formatted text in all browsers. */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
/* * Addresses CSS quotes not supported in IE 6/7. */
q { quotes: none; }
/* * Addresses `quotes` property not supported in Safari 4. */
q:before, q:after { content: ''; content: none; }
small { font-size: 75%; }
/* * Prevents `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* ==========================================================================
Lists
========================================================================== */
/* * Addresses margins set differently in IE 6/7. */
 
dl, menu, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
/* * Addresses paddings set differently in IE 6/7. */
menu, ol, ul { padding: 0 0 0 0; } /* anteriormente era "padding: 0 0 0 40px;" mas eu tive que zerar depois q adicionei LIVROS na NAV */
/* * Corrects list images handled incorrectly in IE 7. */
nav ul, nav ol { list-style: none; list-style-image: none; }
/* ==========================================================================
Embedded content
========================================================================== */
/* * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7. */
 
img { border: 0; /* 1 */
-ms-interpolation-mode: bicubic; /* 2 */ }
/* * Corrects overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }
/* ==========================================================================
Figures
========================================================================== */
/* * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
 
figure { margin: 0; }
/* ==========================================================================
Forms
========================================================================== */
/* * Corrects margin displayed oddly in IE 6/7. */
 
form { margin: 0; }
/* * Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
/* * 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7. */
legend { border: 0; /* 1 */
	padding: 0; white-space: normal; /* 2 */
*margin-left: -7px; /* 3 */ }
/* * 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome.
* 3. Improves appearance and consistency in all browsers. */
button, input, select, textarea { font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
*vertical-align: middle; /* 3 */ }
/* * Addresses Firefox 3+ setting `line-height` on `input` using ` !important` in
* the UA stylesheet. */
button, input { line-height: normal; }
/* * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
*    Known issue:inner spacing remains in IE 6. */
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
*overflow: visible; /* 4 */ }
/* * Re-set default cursor for disabled elements. */
button[disabled], input[disabled] { cursor: default; }
/* * 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
*    Known issue:excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
*width: 13px; /* 3 */ }
/* * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box; }
/* * Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/* * Removes inner padding and border in Firefox 3+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/* * 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */
vertical-align: top; /* 2 */ }
/* ==========================================================================
Tables
========================================================================== */
/* * Remove most spacing between table cells. */
 
table { border-collapse: collapse; border-spacing: 0; }
/* * Remove most spacing between table cells. */
/* ==========================================================================
Headings
========================================================================== */
h1.book { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/book-icon.png) no-repeat top center; padding-top: 75px; }
h1.book-lilith { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/book-lilith_2.png) no-repeat top center; padding-top: 85px; }
h2.book-lilith  { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/book-lilith_2.png) no-repeat top center;  margin-top: 70px; }
h1.cart { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/cart-icon.png) no-repeat top center; padding-top: 75px; padding-bottom: 75px; }
h7.book { text-align: center; text-transform: uppercase; background: url(../img/illustration-icons/book-icon.png) no-repeat top center; padding-top: 60px; }
h8.book { text-align: center; text-transform: uppercase; background: url(../img/illustration-icons/book-icon.png) no-repeat top center; padding-top: 60px; }
h2.shell { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/shell-icon.png) no-repeat top center; padding-top: 65px; margin-top: 70px; }
h2.garfochave{ text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/garfochave-icon.png) no-repeat top center; padding-top: 65px; margin-top: 70px; }
h2.vestido{ text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/vestido-icon.png) no-repeat top center; padding-top: 65px; margin-top: 70px; }
h2.pool { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/pool-icon.png) no-repeat top center; padding-top: 65px; margin-top: 70px; }
h2.pool-autora { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/pool-icon.png) no-repeat top center; padding-top: 65px; margin-top: 70px; }
h1.no-image { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; padding-top: 75px; }
h1.carton { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/carton-icon.png) no-repeat top center; padding-top: 75px; }
h1.box { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/box-icon.png) no-repeat top center; padding-top: 75px; }
h2.pen { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/pen-icon.png) no-repeat top center; padding-top: 65px; margin-top: 70px; }
h1.pen-center { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/pen-icon.png) no-repeat top center; padding-top: 75px; }
h1.brush-center { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/brush-icon.png) no-repeat top center; padding-top: 75px; }
h2.moleskine { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/moleskine-icon.png) no-repeat top center; padding-top: 65px; margin-top: 70px; }
h1.moleskine-center { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/moleskine-icon_3.png) no-repeat top center; padding-top: 75px; }
h2.faca-pena { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/faca-e-pena-icon.png) no-repeat top center; padding-top: 65px; margin-top: 50px; }
h2.faca { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/faca-icon.png) no-repeat top center; padding-top: 65px; margin-top: 70px; }
h2.pena { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/pena-icon.png) no-repeat top center; padding-top: 65px; margin-top: 70px; }
h2.pena-trecho { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/pena-icon.png) no-repeat top center; padding-top: 45px; margin-top: 30px; }
h2.ouroboros { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/ouroboros-icon.png) no-repeat top center; padding-top: 65px; margin-top: 70px; }
h2.dive{ text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/dive.png) no-repeat top center; padding-top: 65px; margin-top: 70px; }
h1.testimonials { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/testimonials.png) no-repeat top center; padding-top: 75px; }
h1.collection { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/collection-icon.png) no-repeat top center; padding-top: 60px; }
h2.collection { text-align: center; text-transform: uppercase; color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; background: url(../img/illustration-icons/collection-icon.png) no-repeat top center; padding-top: 65px; margin-top: 70px; }

h2.twitter-post-username { color: #333; letter-spacing: 2px; font-size: 18px; font-weight: 600; margin-top: 30px; }
h2.twitter-post-username span { color: #333; font-weight: 300; }
h2.logo-header { text-align: center; color: #333; letter-spacing: 1px; font-size: 24px; font-weight: 300; background: url(../img/logo/logo_lua-negra.png) no-repeat top center; padding-top: 120px; font-style: italic; }
/* ==========================================================================
User Styles
========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/* ==========================================================================
User Styles
========================================================================== */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.pullcontainer a#pull { display: none; }

.purchase-button {color: #bb2f1c; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; font-weight: bold; }
a.purchase-button:hover { color: #999; text-decoration: none; }

a { color: #282f35; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
a.size { font-size: 1.25em; }
a:hover { color: #999; text-decoration: none; }
a.red {color: #bb2f1c; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
a.red:hover { color: #999; text-decoration: none; }
p { text-align: center; font-size: 14px; color: #333; font-weight: 300; line-height: 1.6em; margin-top: 25px; }
.catalogo { padding: 2em 0 3em 0; text-align: center; background-color: #f2f2f2; }
p.testemunho-autora { margin: 3em 1.5em; }
p.catalogo { font-size: 20px; font-family: 'gentium-book-basic'; }
p.text-citacao { font-size: 26px; font-family: 'gentium-book-basic'}
p.text-prefacio { font-size: 20px; font-family: 'gentium-book-basic'; text-align: justify; font-weight: 300; line-height: 1.5em; }
p.text-poema { font-size: 24px; font-family: 'gentium-book-basic'; text-align: left; font-weight: 300; line-height: 1.5em; }
p.text-poema-center { font-size: 24px; font-family: 'gentium-book-basic'; text-align: center; font-weight: 300; line-height: 1.5em; }
p.asterisco { font-size: 20px; font-family: 'gentium-book-basic'; text-align: center; font-weight: 300; line-height: 1.5em; }
.text-poema-prefacio { font-size: 20px; font-family: 'gentium-book-basic'; font-style:italic; padding: 0 8em 0 8em; text-align: left; line-height: 1.25em; }

p.poema-blog { font-size: 28px; font-family: 'gentium-book-basic'; text-align: left; font-weight: 300; line-height: 1.5em; padding: 0 0 0 4em; }
p.citacao-indent { font-size: 20px; font-family: 'gentium-book-basic'; text-align: left; font-weight: 300; padding: 0 0 0 2em; }

.logo-holder { background: url(../img/logo/logo_lua-negra.png) no-repeat left center; width: 90px; height: 104px; position: absolute; top: 0; display: block; }
.responsive-logo { position: absolute; display: none; }
header { background-color: #f4f5fc; }

/* ========================
           HEROS
=========================== */

.hero { background: url(../img/hero/livros-empilhados.jpg) no-repeat center center #f4f5fc; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 300px; box-shadow: inset 5px 13px 10px -15px #000000; }
.hero-moleskine { background: url(../img/hero/hero-bg_moleskine.jpg) no-repeat top center #f4f5fc; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 685px; }
.hero-prefacio { background: url(../img/hero/hero-bg_prefacio.jpg) no-repeat top center #f4f5fc; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; }
.hero-apresentacao { background: url(../img/hero/hero-bg_apresentacao_1.jpg) no-repeat top center #f4f5fc; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; }
.hero-resenha-mario-rosina { background: url(../img/hero/hero-bg_mario-rosina-resenha.jpg) no-repeat top center #f4f5fc; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; }


/* ==================== HEROS SOBRE =========================================== */

.hero-sobre_1 { background: url(../img/hero/hero-sobre_1.jpg) no-repeat center center #f4f5fc; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; }

/* ==================== HEROS BLOG =========================================== */

.hero-resenha-clarice { background: url(../blog/paixao-segundo-gh/filme_1.jpg) no-repeat top center #f4f5fc; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; }
.hero-noite-de-sexta { background: url(../blog/noite-de-sexta/noite-de-sexta_hero.jpg) no-repeat top center #f4f5fc; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; }
.hero-cronica-desacredito { background: url(../blog/desacredito/mulher-vinho.jpg) no-repeat top center #f4f5fc; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; }
.hero-nexus { background: url(../blog/nexus/nexus.jpg) no-repeat top center #f4f5fc; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; }
.hero-ensaio-substancia { background: url(../blog/substancia/hero-substancia.jpg) no-repeat top center #f4f5fc; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; }
.hero-ai { background: url(../blog/ai/hero-ai.jpg) no-repeat top center #f4f5fc; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; }
.hero-trump { background: url(../blog/destruidor/hero-destruidor_desktop.jpg) no-repeat top center #f4f5fc; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; }
.hero-astrology { background: url(../blog/astrology/hero-astrology.jpg) no-repeat top center #f4f5fc; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; }
.hero-desencanto-natalino { background: url(../blog/desencanto-natalino/hero-desencanto-natalino.jpg) no-repeat top center #f4f5fc; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; }

.hero-poemas { background: url(../poemas/hero_poemas.jpg) no-repeat top center #f4f5fc; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; }
.hero-autora { background: url(../img/hero/hero-bg_autora.jpg) no-repeat top center #f4f5fc; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 685px; }
.hero-livros { background: url(../img/hero/hero-bg_livros.jpg) no-repeat top center #f4f5fc; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 685px; }
.hero-cartonera { background: url(../img/hero/hero-bg_cartonera.jpg) no-repeat top center #f4f5fc; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 685px; }
nav { height: 130px; margin-top: 20px; position: relative; }

/* ===============================================================================================
    Aqui muda o centramento da navegação: na MARGIN-LEFT, quanto maior mais p/ direita vai.
================================================================================================== */

header ul { padding-top: 62px; margin-left: 225px; }

/* ======================================================================================== */

header ul li { list-style: none; float: left; margin: 0 7px; text-transform: uppercase; letter-spacing: 2px; }
header ul li a { display: block; color: #4d4959; }
.r_spacer { margin-left: 50px; }
.carrinho { text-align: right; margin-top: 50px; display: block; border: 0; background-color: none; }
.carrinho-mobile {display: none; }

.intro { padding: 80px 30px !important; background-color: #fbfbfb; }
.intro-loja { padding: 30px 120px; background-color: #d4d5d3; }
.intro-citacao { padding: 80px 0; background-color: #fff; }
.intro-prefacio { padding: 115px 0; background-color: #fbfbfb; }
.citacao-apresentacao { padding: 0 4em; font-size: 1.15em; font-style: italic; color: #999; }


/* ====================================================================== */

.section-1 { background: url(../img/livros/maluquete_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; display: block; }
.section-2 { background: url(../img/livros/piscina_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; display: block; }
.section-6 { background: url(../img/livros/mario-rosina_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; }
.section-12 { background: url(../img/livros/dilacera_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; }
.section-13 { background: url(../img/livros/adagios_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; }
.section-16 { background: url(../img/livros/mergulho_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; }
.section-17 { background: url(../img/livros/the-dive_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; }
.section-16-vasc { background: url(../img/livros/mergulho_big_2.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; }
.section-17-vasc { background: url(../img/livros/the-dive_big_2.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; }

.section-7 { background: url(../img/livros/vestido_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; }
.section-8 { background: url(../img/livros/maluquete_conchas.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; }
.section-9 { background: url(../img/livros/piscina_desenho.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 700px; position: relative; }
.section-10 { background: url(../img/livros/mario-rosina_cristais.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 550px; position: relative; }
.section-11 { background: url(../img/livros/mergulho_trecho.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 550px; position: relative; }
.section-14 { background: url(../img/dilacera/dilacera_trecho.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 550px; position: relative; }
.section-15 { background: url(../img/adagios/adagios_trecho_4.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 550px; position: relative; }


/* ==========================================================================
					     	HOME
========================================================================== */

/* === starts UNUSED ===*/

.section-1A { background: url(../img/livros/maluquete_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; position: relative; display: block; }
.section-2A { background: url(../img/livros/piscina_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; position: relative; display: block; }
.section-6A { background: url(../img/livros/mario-rosina_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; position: relative;}

.section-editora { background: url(../img/hero/livros-empilhados.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; }

/* === ends UNUSED ===*/


/* ==========================================================================
					     	PAGE "THE DIVE"
========================================================================== */

.section-5A { background: url(../img/autora/autora_blog.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 500px; }

.section-bio-the-dive p { padding: 0 2em; text-align: justify; font-size: 15px; line-height: 1.6em; }

/* ==========================================================================
					     	MOBILE
========================================================================== */

.section-1-mobile { background: url(../img/livros/maluquete_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; display: none; }
.section-2-mobile { background: url(../img/livros/piscina_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; display: none; }
.section-6-mobile { background: url(../img/livros/mario-rosina_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; display: none; }
.section-7-mobile { background: url(../img/livros/vestido_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; display: none; }
.section-12-mobile { background: url(../img/livros/dilacera_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; display: none; }
.section-13-mobile { background: url(../img/livros/adagios_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; display: none; }
.section-16-mobile { background: url(../img/livros/mergulho_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; display: none; }
.section-17-mobile { background: url(../img/livros/the-dive_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; display: none; }
.section-16-mobile-vasc { background: url(../img/livros/mergulho_big-2.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; display: none; }
.section-17-mobile-vasc { background: url(../img/livros/the-dive_big_2.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; display: none; }

/* ==========================================================================
Livros Cartoneros Images
========================================================================== */
.section-L7 { background: url(../img/livros/mergulho_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; position: relative; display: block; }
.section-L6 { background: url(../img/livros/adagios_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; position: relative; display: block; }
.section-L5 { background: url(../img/livros/dilacera_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; position: relative; display: block; }
.section-L4 { background: url(../img/livros/dilacera-adagios_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; position: relative; display: block; }
.section-L3 { background: url(../img/livros/mario-rosina_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; position: relative; display: block; }
.section-L2 { background: url(../img/livros/maluquete_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; position: relative; }
.section-L1 { background: url(../img/livros/piscina_big.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; position: relative; }

/* ==========================================================================
Moleskines Images
========================================================================== */

.section-M1 { background: url(../img/moleskines/moleskines/moleskine_big_balisassu.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; position: relative; }
.section-M2 { background: url(../img/moleskines/moleskines/moleskine_big_azampu.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; position: relative; }
.section-M3 { background: url(../img/moleskines/moleskines/moleskine_big_farssiude.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 400px; position: relative; }


/* ==== IMAGEM DO FINAL DA PAG. SOBRE, AO LADO DO POEMA ===*/

.section-3 { background: url("../img/autora/ana-karina-luna.png") no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 650px; position: relative; }

.section-text-autora-poema { position: relative; height: 650px; }

/* =========================================================*/

.section-text { position: relative; height: 600px; }
.section-text-livros { position: relative; height: 600px; }
.section-text-moleskine { position: relative; height: 420px; }
.section-text-livro-poema { position: relative; height: 600px; }
.section-text-livro { position: relative; text-align: left; height: 450px; margin: 1em 4em 0 4em; }
.section-text-prefacio { text-align: center; }
.section-text-checkout { text-align: left; }
.nopadding { padding: 0 !important; margin: 0 !important; }
.thin-sep { height: 1px; background-color: #d7d7d7; width: 50px; margin: 8% auto 0 auto; }
.small-featured-img { height: 200px; width: 100%; position: absolute; bottom: 0; }
.maluquete-small { background: url(../img/livros/maluquete_small.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.piscina-small { background: url(../img/livros/piscina_small.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.mariorosina-small { background: url(../img/livros/mario-rosina_small.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.frame-red { background: url(../img/chrome-wheels.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.section-text p { padding: 0 60px; text-align: center; line-height: 1.6em; }
.section-text-autora-poema p { margin: 0 !important; text-align: center; }
.arrow { background: url(../img/arrow.png) no-repeat center center; width: 21px; height: 10px; margin: -1px auto 0 auto; }
.logo-1 { width: 113px; height: 118px; background: url(../img/bicycle-logo.png); position: absolute; left: 50%; top: 50%; margin-left: -56px; margin-top: -59px; }
.logo-2 { width: 177px; height: 152px; background: url(../img/vintage-logo.png); position: absolute; left: 50%; top: 50%; margin-top: -70px; margin-left: -90px; }
.logo-3 { width: 208px; height: 67px; background: url(../img/bicycles-sml-logo.png); position: absolute; left: 50%; top: 50%; margin-left: -110px; margin-top: -10px; }
.flex-container { background-color: #f7f7f7; padding: 125px 0 35px; text-align: center; }
.flex-twitter-icon { width: 32px; height: 27px; background: url(../img/twitter-bird.png) no-repeat center center; margin: 0 auto; }
p.twitter-post { color: #848789; font-size: 24px; font-style: italic; font-weight: 300; margin-bottom: 100px; } 
.border { border-width: 10px; border-style: solid; color: #282f35; }
.border-1 { border-width: 1px; border-style: solid; color: #282f35; }
.left-box-1 { width: 50%; float: left; }
.left-box-2 { width: 50%; float: right;}
.left-box-btm { width: 100%; }
.left-box-1 img, .left-box-2 img, .left-box-btm img { width: 100%; }
.mid-box-1 { width: 50%; float: left; }
.mid-box-2 { width: 50%; float: right; }
.mid-box-1 img { width: 100%; height: 100%; }
.mid-box-2 img { width: 100%; height: 100%; }
.right-box-1 { width: 100%; }
.right-box-2 { width: 50%; float: left; }
.right-box-3 { width: 50%; float: right; }
.right-box-3 img, .right-box-2 img, .right-box-1 img { width: 100%; }
.effects { background-color: #282f35; }
.effects .img { position: relative; }
.effects .img img { display: block; margin: 0; padding: 0; max-width: 100%; height: auto; }
.overlay { z-index: 10 }
a.close-overlay { display: block; position: absolute; top: 0; right: 0; z-index: 20; width: 45px; height: 45px; font-size: 20px; font-weight: 700; color: #fff; line-height: 45px; text-align: center; background-color: #000; cursor: pointer; }
a.close-overlay.hidden { display: none }
#effect .overlay { position: absolute; display: block; top: 0; bottom: 0; left: 0; right: 0; background: rgba(100, 194, 158, 0.8); opacity: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
#effect .overlay a.expand { position: absolute; left: 0; right: 0; top: 0; content: ""; margin: 0 auto; border-radius: 30px; text-align: center; color: #fff; line-height: 20px; font-weight: 600; font-size: 14px; opacity: 0; text-transform: uppercase; letter-spacing: 3px; padding-top: 25px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; display: block; }
#effect .img { overflow: hidden }
#effect .img.hover .overlay { opacity: 1 }
#effect .img.hover .overlay a.expand { top: 50%; margin-top: -30px; opacity: 1; }
.discover { background-color: #282f35; padding: 50px 0; text-align: center; }
.discover-1 { background-color: #282f35; padding: 70px 0; text-align: center; }
.discover-2 { background-color: #bb2f1c; padding: 70px 0; text-align: center; }
.discover-3 { background-color: #282f35; padding: 30px 0; text-align: center; }
.shop-btn { border: solid 1px #bbb; padding: 15px 50px; color: #fff; text-transform: uppercase; letter-spacing: 3px; font-weight: 400; }
.section-header { font-size: 30px; color: #fff; text-transform: uppercase; letter-spacing: 3px; font-weight: 400; line-height: 1em; }
.shop-btn:hover, .shop-btn:focus { border: solid 1px #666; }
.poema-dark-bg p { font-size: 18px; color: #A3A3A3; line-height: 1.75em; margin: 1em 0 0 0; }
.trecho-romances p { font-size: 18px; text-align: justify; color: #A3A3A3; line-height: 1.75em; margin: 1em 0 0 0; }
.shop-btn:hover, .shop-btn:focus { border: solid 1px #666; }
.sign-up { text-align: center; }
.signup-input { border: solid 1px #d3d7d9; padding: 25px; width: 65%; color: #929292; font-style: italic; letter-spacing: 1px; }
.submit-btn { background-color: #64c29e; color: #fff; border: solid 1px #64c29e; font-weight: 300; padding: 25px 50px; }
section.sign_up { padding: 40px 0 110px 0; }

/* ==========================================================================
Social Media Purchase Conclusion
========================================================================== */
.social-media { background-color: #fbfbfb; margin-left: auto; margin-right: auto; }
.social-media ul { text-align: center; padding: 0; }
.social-media li { list-style: none; display: inline-block; margin-right: 15px; }
.social-media li a { opacity: 1; }
.social-media li a:hover { opacity: 0.5; }

/* ======================================================================= */

.left-header { text-align: left; }
.mid-header { margin-left: auto; margin-right: auto; }
.right-header { text-align: right; }

footer { background-color: #f7f7f7; padding: 100px 0; }
footer p { font-size: 13px; margin: 0; }
.footer-leftcol p { text-align: left; }
.footer-rightcol p { text-align: right; font-style: italic; margin-top: 20px; }
.bold-16p { font-size: 15px; font-weight: 600; }
.footer-midcol { margin-left: auto; margin-right: auto; }
.footer-midcol ul { text-align: center; padding: 0; }
.footer-midcol li { list-style: none; display: inline-block; margin-right: 15px; }
.footer-midcol li a { opacity: 1; }
.footer-midcol li a:hover { opacity: 0.5; }
.instagram-icon { background: url(../img/social-icons/instagram-icon.png); height: 35px; width: 35px; display: block; text-indent: -9999px; }
.facebook-icon { background: url(../img/social-icons/facebook-icon.png); height: 35px; width: 35px; display: block; text-indent: -9999px; }
.youtube-icon { background: url(../img/social-icons/youtube-icon.png); height: 35px; width: 35px; display: block; text-indent: -9999px; }
.lua-negra-icon { background: url(../img/social-icons/lua-negra-icon.png); height: 35px; width: 35px; display: block; text-indent: -9999px; }
.substack-icon { background: url(../img/social-icons/substack-icon.png); height: 35px; width: 35px; display: block; text-indent: -9999px; }
.spotify-icon { background: url(../img/social-icons/spotify-icon.png); height: 35px; width: 35px; display: block; text-indent: -9999px; }
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp { visibility: visible; }

/* ==========================================================================
VIDEO WRAPER
========================================================================== */ 

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.videoWrapper iframe,
.videoWrapper embed,
.videoWrapper object {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.video-size { width: 60%; } /* HOME IMAGE-LIKE-VIDEO SIZE */

/* ==========================================================================
VIDEO RESPONSIVE
========================================================================== */

video {
  width: 100%;
  height: auto;
}

/* ==========================================================================
GRID IMAGE FOR LOJA - 4 IMAGES/ROW
========================================================================== */

/* (A) WHOLE PAGE */
* { box-sizing: border-box; }
body { background: #eee; }
 
/* (B) GALLERY WRAPPER */
.gallery {
  /* (B1) GRID LAYOUT - 4 IMAGES PER ROW */
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
  text-align: center;
	
  /* (B2) OPTIONAL WIDTH RESTRICT */
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}


/* (C) GALLERY IMAGES */
.gallery img {
  /* (C1) DIMENSION */
  width: 100%;
  padding: 10px;
 
 
  /* (C3) IMAGE RESIZE */
  /* cover | contain | fill | scale-down */
  object-fit: cover;
}

/* ==========================================================================
GRID IMAGES HOME ROMANCES - 3 IMAGES/ROW
========================================================================== */

/* (A) WHOLE PAGE */
* { box-sizing: border-box; }
body { background: #eee; }
 
/* (B) GALLERY WRAPPER */
.gallery-home {
  /* (B1) GRID LAYOUT - 3 IMAGES PER ROW */
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
  text-align: center;
	
  /* (B2) OPTIONAL WIDTH RESTRICT */
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}


/* (C) GALLERY IMAGES */
.gallery-home img {
  /* (C1) DIMENSION */
  width: 100%;
  padding: 10px;
 
 
  /* (C3) IMAGE RESIZE */
  /* cover | contain | fill | scale-down */
  object-fit: fill;
}

/* ==========================================================================
INDIVIDUAL BOOK PAGES - 2 COLUMNS
========================================================================== */

/* (A) INDIVIDUAL BOOK PAGES */
.book-page {
  /* (A1) GRID LAYOUT - 2 IMAGES PER ROW */
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  text-align: left;
	
  /* (A2) OPTIONAL WIDTH RESTRICT */
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}


/* (B) BOOK PAGE IMAGE */
.book-page img {
  /* (B1) DIMENSION */
  width: 100%;
  padding: 10px;
	
	 
  /* (B3) IMAGE RESIZE */
  /* cover | contain | fill | scale-down */
  object-fit: fill;
}

/* ==========================================================================
HOME - BOOK LANCAMENTO - 2 COLUMNS
========================================================================== */

.book-home {
  /* (A1) GRID LAYOUT - 2 IMAGES PER ROW */
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  text-align: left;
 
  /* (A2) OPTIONAL WIDTH RESTRICT */
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

/* (B) HOME PAGE IMAGE */
.book-home img {
  /* (B1) DIMENSION */
  width: 80%;
  padding: 10px;
	 
  /* (B3) IMAGE RESIZE */
  /* cover | contain | fill | scale-down */
  object-fit: fill;
}


/* ==========================================================================
LINKS PAGE M&R - 1 COLUMN
========================================================================== */

/* (A) INDIVIDUAL BOOK PAGES */
.links {
  /* (A1) GRID LAYOUT - 1 IMAGE PER ROW */
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  text-align: left;
	
  /* (A2) OPTIONAL WIDTH RESTRICT */
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

/* ==========================================================================
TÍTULOS + SINOPSE DOS LIVROS
========================================================================== */

.sinopse-text-home { font-size: 17px; color: #333; font-weight: 300; line-height: 1.6em; }

.section-autora { background: url(../img/autora/ana-karina-luna.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; }

.section-livros { background: url(../img/livros/livros_mix_hero.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; }

.section-livros-sobre { background: url(../img/livros/livros-empilhados_hor.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; }

.section-bio p { padding: 0 10em; text-align: justify; font-size: 18px; line-height: 1.8em; }
.section-publicados p { padding: 7em 8em 0 10em; text-align: left; font-size: 18px; line-height: 1.8em; }

p.text-intro { font-size: 20px; }
p.text-intro-sobre { font-size: 16px; line-height: 1.8em; text-align: justify; }
p.text-intro-sobre-publicados { font-size: 16px; line-height: 1.8em; text-align: left; }
p.text-depoimentos { font-size: 14px; line-height: 1.6em; text-align: justify; }
.text-retire-envio { font-size: 13px; }
.sinopse-book-page { font-size: 16px; }


/* ==========================================================================
   CARRINHO DE COMPRAS
========================================================================== */

.cart-container {
  max-width: 500px;
  margin: 40px auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.cart-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
}

.cart-item img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 15px;
}

.item-details h3 {
  margin: 1em 0 0 0;
  font-size: 24px;
}

.price {
  color: #bb2f1c;
  font-weight: bold;
  margin: 5px 0;
  text-align: left;
}

.quantity {
  font-size: 14px;
  color: #666;
  margin: 10px 0 0 0;
  text-align: left;
}

.quantity-controls {
	margin: 10px 0;
}

.cart-summary {
  margin-top: 20px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.summary-row.total {
  font-size: 18px;
  font-weight: bold;
}

.checkout-btn {
  width: 50%;
  padding: 12px;
  margin: 40px 0;
  background-color: #bb2f1c;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

.illustration-btn {
  background-color: #f4f5fc;
  border: none;
  cursor: pointer;
}

.checkout-btn:hover {
  background-color: #8F1100;
}

.intro-carrinho { padding: 30px 30px !important; background-color: #fbfbfb; }