@charset "utf-8";

*{
    list-style: none;
    text-decoration: none;
}

body{
    margin: 0;
    padding: 0;
    width: 100%;
}

/*----------
Cores de Fundos
----------*/
.bkczEscuro{
    background: #313131;
}
.bkazEscuro{
    background: #0d162f;
}
.bkAzEscuro{
    background: #142F42;
}
.bkVdEscuro{
    background: #2F5452;
}
.bkBr{
    background: #ffffff;
}
.bkBegeClaro{
    background: #f3ddc1;
}
.bkRoxo{
    background: #6c3d5c;
}
.bkBegeTexClaro{
    background: url('../img/bk-tex-bege-claro.png');
}
.bkTexturaClaro{
    background: url('../img/bk-textura.png');
}

/*----------
Bordas
----------*/
.bordaTopMarrom{
    border-top: 5px solid #997f66;
}
.bordaBotMarrom{
    border-bottom: 2px solid #997f66;
}
.bordaTopFMarrom{
    border-top: 2px solid #997f66;
}
.bordaBotFMarrom{
    border-bottom: 5px solid #997f66;
}
.bordaBotDourada{
    border-bottom: 2px solid #b97419;
}
.bordaRedonda{
    border-radius: 10px;
}

/*----------
Larguras
----------*/
.maxWidth100{
    max-width: 100%;
}
.width40P{
    width: 40px;
}
.width30{
    width: 30%;
}
.width38{
    width: 38%;
}
.width40{
    width: 40%;
}
.width45{
    width: 45%;
}
.width50{
    width: 50%;
}
.width60{
    width: 60%;
}
.width70{
    width: 70%;
}

/*----------
Height
----------*/
.height15P{
    height: 15px;
}

/*----------
Espaços
----------*/
.noMargin{
    margin: 0;
}
.marginAuto{
    margin: 0 auto;
}
.margin15P{
    margin: 15px;
}

.marginT0{
    margin-top: 0;
}
.marginT5{
    margin-top: 5%;
}
.marginT15P{
    margin-top: 15px;
}
.marginT20PN{
    margin-top: -20px;
}
.marginB5P{
    margin-bottom: 5px;
}
.marginB10P{
    margin-bottom: 10px;
}
.marginB20P{
    margin-bottom: 20px;
}
.marginB50P{
    margin-bottom: 50px;
}
.marginL5{
    margin-left: 5%;
}
.marginL10{
    margin-left: 10%;
}
.marginL15{
    margin-left: 15%;
}
.marginR5{
    margin-right: 5%;
}
.marginR10{
    margin-right: 10%;
}
.marginR10P{
    margin-right: 10px;
}
.marginR15{
    margin-right: 15%;
}
.marginLR10P{
    margin-left: 10px;
    margin-right: 10px;
}

.noPadding{
    padding: 0;
}
.pad15P{
    padding: 15px;
}
.padT25P{
    padding-top: 25px;
}
.padT180P{
    padding-top: 180px;
}
.padB25P{
    padding-bottom: 25px;
}
.padTB15P{
    padding-top: 15px;
    padding-bottom: 15px;
}
.padTB50P{
    padding-top: 50px;
    padding-bottom: 50px;
}
.padTB10096P{
    padding-top: 100px;
    padding-bottom: 96px;
}
.padTB100P{
    padding-top: 100px;
    padding-bottom: 100px;
}
.padLR15P{
    padding-left: 15px;
    padding-right: 15px;
}
.padL5{
    padding-left: 5%;
}
.padL10{
    padding-left: 10%;
}
.padL15{
    padding-left: 15%;
}
.padL25{
    padding-left: 25%;
}
.padR5{
    padding-right: 5%;
}
.padR10{
    padding-right: 10%;
}
.padR15{
    padding-right: 15%;
}
.padR25{
    padding-right: 25%;
}

/*----------
Alinhamentos de Fontes
----------*/
.clearBoth{
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}
.txtRight{
    text-align: right;
}
.txtCenter{
    text-align: center;
}
.textJustify{
    text-align: justify;
}
.txtUpper{
    text-transform: uppercase;
}

/*----------
Fontes
----------*/
.FCalistoMtB{
    font-family: 'Calisto MT';
}
.FFuturaB{
    font-family: 'Futura-Bold';
}
.FFuturaLtBt{
    font-family: 'Futura Lt BT';
}
.FFuturaHvBt{
    font-family: 'Futura Hv BT';
}
.FFuturaMdBt{
    font-family: 'Futura Md BT';
}
.FFuturaMdBtM{
    font-family: 'Futura Md BT Medium';
}
.FGabriola{
    font-family: 'Gabriola';
}
.F777{
    font-family: 'Humnst777 BT';
}
.FPoppinsSB{
    font-family: 'Poppins SemiBold';
}

/*----------
Cores de Fonte
----------*/
.CzEscuro{
    color: #313243;
}
.czClaro{
    color: #c0c0c0;
}
.Br{
    color: #fff;
}
.vd{
    color: green;
}
.vdClaro{
    color: #88A09F;
}
.vdEscuro{
    color: #2F5452;
}
.AzEscuro{
    color: #374C5C;
}
.dourada{
    color: #b97419;
}
.rosa{
    color: #ff004e;
}
.vm{
    color: #ad0000;
}
.marrom{
    color: #997f66;
}

/*----------
Tamanho de Fonte
----------*/
.f15P{
    font-size: 15px;
}
.f23P{
    font-size: 23px;
}
.f27P{
    font-size: 27px;
}
.f30P{
    font-size: 30px;
}

/*----------
Logo
----------*/
.responsiveLogo{
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -75px;
    width: 150px;
}

/*----------
Menu
----------*/
nav ul li{
    margin-left: 150px;
    font-family: 'Birch Std';
    display: inline;
    font-size: 45px;
    text-transform: uppercase;
}
nav ul li.marginLeftO{
    margin-left: 350px;
}
nav ul li a{
    text-decoration: none;
    color: #997f66;
}
nav ul li a:hover,
nav ul li a.ativo{
    text-decoration: underline;
    color: #b97419;
}

/*----------
Btn Carrinho
----------*/
.btnCarrinho{
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 15px;
    border-radius: 100%;
}

/*----------
Redes Sociais
----------*/
ul.redesSociais li{
    display: inline;
}
ul.redesSociais li.hiddenWhats{
    display: none;
}

/*----------
Página Livro O que querem os deuses
----------*/
header.livro1{
    position: relative;
    z-index: 1;
    
}
.frase1,
.txt1,
.btn11{
    position: absolute;
    z-index: 2;
    right: 10%;
}
.frase1{
    top: 3%;
    font-size: 60px;
}
.txt1{
    top: 25%;
    font-size: 20px;
}
.btn11{
    top: 50%;
}
.slide5 p{
    margin-top: -7px;
    text-indent: 15%;    
}
.slide7 p{
    font-family: 'Futura Md BT';
    color: #88A09F;
    font-size: 20px;
}
.slide7 img{
    margin: 0 auto;
    max-width: 20%;
    border-radius: 50%;
}

/*----------
Página Livro Com a alma entre os dentes
----------*/
header.livro2,
.livro,
.slide4{
    position: relative;
    z-index: 1;
}
.btn1{
    position: absolute;
    z-index: 2;
    top: 55%;
    left: 15%;
    width: 35%;
}
.btn2{
    position: absolute;
    z-index: 2;
    bottom: 4%;
    left: 20%;
    width: 65%;
}
.video{
    position: absolute;
    z-index: 2;
    top: 5%;
    left: 25%;
    width: 50%;
}
.btn3{
    position: absolute;
    z-index: 2;
    bottom: 7%;
    left: 37%;
    width: 30%;
}
.slide8{
    font-family: 'Futura Md BT';
    color: #313243;
    font-size: 20px;
}
.slide8 img{
    margin: 0 auto;
    max-width: 20%;
    border-radius: 50%;
}

/*----------
Página Livro Comentários
----------*/


/*----------
Página Opinião Leitores
----------*/


/*----------
Página Carrinho
----------*/
thead tr td{
    font-family: 'Calisto MT';
    text-transform: uppercase;
    font-weight: bold;
    color: #313243;
    font-size: 18px;
}
tbody tr td{
    font-family: 'Humnst777 BT';
    color: #313243;
    font-size: 15px;
}
.btnCar{
    margin-right: 50px;
    padding: 10px;
    width: 150px;
    border: none;
    cursor: pointer;
}
.btnContinuar{
    background: green;
    color: #fff;
}
.btnContinuar:hover{
    background: #fff;
    color: green;
}
.btnAtualizar{
    background: yellow;
    color: #313243;
}
.btnFinalizar{
    margin-right: 0;
    background: red;
    color: #fff;
}

/*----------
Página Carrinho - PagSeguro
----------*/
h3.titPagSeguro{
    font-family: 'Humnst777 BT';
}
.meios-pag img{
    margin-right: 5px;
    margin-bottom: 5px;
}
.numeroParcelasH,
#pagar{
    display: none;
}

/*----------
Formulários Site
----------*/
select,
input,
textarea{
    background: transparent;
    margin-bottom: 15px;
    padding: 5px;
    width: 25%;
    border: 2px double #b97419;
}
#formPedidoEnv select.campo,
#formPedidoEnv input.campo,
#formContato input.campo,
#formPedidoEnv textarea.campo,
#formContato textarea.campo{
    padding: 5px;
    width: 95%;
}
.btnContato{
    margin-right: 50px;
    padding: 8px;
    width: 70px;
    border: none;
    cursor: pointer;
    border: 3px double #b97419;
    color: #313243;
}
.map{
    width: 100%;
    height: 320px;
}

@media screen and (max-width: 40em) {
/*----------
Menu
----------*/
nav ul li,
nav ul li.marginLeftO{
    margin-left: 0 !important;
}

/*----------
Redes Sociais
----------*/
ul.redesSociais li,
ul.redesSociais li.hiddenWhats{
    display: block  !important;
    margin: 0 !important;
    padding: 0 !important;
}

/*----------
INDEX
----------*/
article.livros{
    clear: both;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
}

/*----------
Página Sobre
----------*/
section.sobre{
    margin: 0 !important;
    padding: 10px !important;
    width: 100%;
}
.fotoSobre{
    clear: both;
    width: 100%;
}
    
/*----------
Página Livro O que querem os deuses
----------*/
.frase1{
    font-size: 20px;
}
.txt1{
    font-size: 10px;
}
.btn11{
    top: 65%;
}
.slide5,
.slide6{
    padding-left: 5%;
    padding-right: 5%;
}
.slide6 .ftAutora,
.slide6 .txtAutora{
    clear: both;
    width: 95% !important;
}
.slide7 img{
    max-width: 70%;
}

/*----------
Página Livro Com a alma entre os dentes
----------*/  
        .btn1{
            width: 50%;
        }
        
    .slide2{
        padding-top: 25px;
        padding-bottom: 25px;
    }
        .sinopse{
            padding-left: 5%;
            padding-right: 5%;
            width: 90%;
        }
        .livro{
            padding-left: 5%;
            width: 90%;
        }
        
        .ftautora{
            width: 100%;
        }
        .autora{
            padding-top: 25px;
            padding-bottom: 25px;
            padding-right: 5%;
            width: 90%;
        }
    .slide4{
        padding: 5%;
        width: 90%;
        height: 400px;
    }        
        .slide4 img,
        .slide4 .btn3{
            display: none;
        } 
        .slide4 .video{
            position: relative;
            left: 5%;
            width: 90%;
        }
.slide8 img{
    max-width: 70%;
}

/*----------
Páginas Vídeos
----------*/
.videos{
    width: 90% !important;
}

/*----------
Formulários Site
----------*/
select,
input,
textarea{
    width: 90%;
}

}