@charset "UTF-8";

@font-face {
  font-family: Solido;
  src: url(/fonts/Solido-Book.otf);
}
@font-face {
  font-family: Solido;
  src: url(/fonts/Solido-ExtraBold.otf);
  font-weight: 800;
}

body {
  background-color: #FFF;
  margin: 0px;
  padding: 65px 0px 0px;
  color: #262626;
  font-size: 12px;
  font-family: Open Sans, sans-serif;
}

/*
BARRA DE ROLAGEM
*/
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  -webkit-border-radius: 16px;
  /* color: orange; */
}
::-webkit-scrollbar-track-piece:vertical {
  background-color: rgba(170,170,170, 0.3);
  -webkit-border-radius: 0px;
}
::-webkit-scrollbar-track-piece:horizontal {
  background-color: #AAA;
  -webkit-border-radius: 0px;
  display:none;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(0, 0, 0, 0.3
  );
  display:none;
  -webkit-border-radius: 0px;
}


img {
  border: 0px;
  display: block;
}

input[type="image"]:hover{
  background-color: #fff;
}

.page {
  max-width: 1920px;
  margin: 0px auto;
  position: relative;
  background-color: #FFF;
}

::selection {
    color: #FFF;
    background: #009DCC;
}

/*
 * GERAL
 */
div.ruler {
  height: 3px;
  background-image: url(/images/ruler.png);
  clear: both;
}

div.menutop {
  overflow: auto;
  padding-top: 75px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
  color: #FFF;
  font-weight: bold;
  margin-top: -5px;

}
div.menutop_semtexto {
  padding-top: 90px;
  padding-left: 20px;
  padding-bottom: 10px;
  height: 50px;
  position: relative;
  color: #FFF;
  font-weight: bold;
  margin-top: -5px;
}

div.menutop2 {
  overflow: auto;
  position: relative;
  color: #FFF;
  font-weight: bold;
  float: right;
}

div.menutop input{
  border-width:1px;
  border-color: #FFF;
  border-radius: 5px;
  float: right;
  width: 20px;
  height: 20px;
  margin: 40px 15px 20px 0px;
}

div.menutop img{
  position: relative;;
  float:left;

  top: 30px;
}

/* AREA RESTRITA */

.menurestrito{
  margin: 0;
  padding-top: 15px;
  list-style:none;
  float:left;
  position: absolute;
  top: 40px;
  border-radius: 10px;

}

.menurestrito ul{
  list-style: none;
  clear: both;
  top: 0px;
  z-index: 100;
}

@media(max-width: 850px){
  .headerrestrito{
    height: 170px;

  }
  .menurestrito{
    margin: 0;
    padding-top: 20px;
    list-style:none;

    clear: both;
    display: block;
    position: absolute;
    top: 40px;
    border-radius: 10px;
  }

  .menurestrito ul{
    list-style: none;
    clear: both;
    top: 0px;
    z-index: 100;
  }

  .menurestrito ul li{
    margin: 0px auto;
    width: 200px;
    padding: 0;
    position:relative;
    border-radius: 10px;

  }

  .menurestrito ul li a{
    text-decoration:none;
    margin: 0px auto;
    clear: both;
    display:block;
    border-radius: 10px;
  }

  .menurestrito ul li a:hover{
    margin: 0px auto;
    background:#009DCC;
    -moz-box-shadow:0 3px 10px 0 #CCC;
    -webkit-box-shadow:0 3px 10px 0 #ccc;
    text-shadow:0px 0px 5px #fff;
    border-radius: 10px;
  }

  .menurestrito ul li ul{
  margin: 0px auto;
  padding: 0;
  margin: 0;
  width: 200px;
  list-style: none;
  position:absolute;
  background-color:#009DCC;
  display:none;
  z-index: 102;
  border-radius: 10px;
  }

  .menurestrito ul li:hover ul, .menurestrito li.over ul{
    margin: 0px auto;
    display:block;
  }

  .menurestrito ul li ul li{
    margin: 0px auto;
  display:block;
  width:200px;
  }
}
@media(min-width: 851px) {
  .headerrestrito{
    height: 120px;
  }

}

.menurestrito ul li{
  margin: 0px auto;
  width: 200px;
  padding: 0;
  position:relative;
  float:left;
  border-radius: 10px;
}

.menurestrito ul li a{
  text-decoration:none;
  margin: 0px auto;
  display:block;
  border-radius: 10px;
}

.menurestrito ul li a:hover{
  margin: 0px auto;
background:#009DCC;
-moz-box-shadow:0 3px 10px 0 #CCC;
-webkit-box-shadow:0 3px 10px 0 #ccc;
text-shadow:0px 0px 5px #fff;
border-radius: 10px;
}

.menurestrito ul li ul{
margin: 0px auto;
padding: 0;
margin: 0;
width: 200px;
list-style: none;
position:absolute;
background-color:#009DCC;
display:none;
border-radius: 10px;
}

.menurestrito ul li:hover ul, .menurestrito li.over ul{
  margin: 0px auto;
  display:block;
}

.menurestrito ul li ul li{
  margin: 0px auto;
display:block;
width:200px;
}

.headerrestrito{
  /*background: #009DCC url(/images/logo_top.png) no-repeat top center;*/
  background-position: top;

  width: 100%;
  max-width: 1920px;
  position: fixed;
  top: 0px;
  z-index: 100;
}

.blkContato {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  padding: 0px;
  margin: 5px 0px 5px 10%;
  border: solid 1px #D9D9D9;
  background-color: #EDEDED;
  max-width: 1200px;
}

.blocoConteudoCont{
  padding: 5px;
  background-color: #EDEDED;
  color: #000;

}

.blocoTituloCont{
  padding: 5px;
  background-color: #009DCC;
  border-bottom: solid 1px #D9D9D9;
  color: #FFF;
}

/*
* FORMULARIO - CONTATO
*/
#formcont{
  color: #009DCC;
  font-weight: 700;
  font-family: Solido;
  text-transform: uppercase;
  font-size: 14px;
}

div.nomeform{
  margin: 10px 0 5px 17px;
  padding: 0;
  color: #009DCC;
}

#btcontato{
  display: block;
  position: relative;
  padding: 7px 10px;
  border: solid 1px #D9D9D9;
  border-radius: 5px;
  text-transform: uppercase;
  background-color: #333;
  color: #FFF;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  font-family: Solido;
  font-size: 16px;
  float: left;
}

#formindica input[type="text"], textarea, select, input[type="email"]{
    display: block;
    width: 85%;
    max-width: 480px;
    padding-left: 15px;
    border: solid 1px #CCC;
    border-radius: 5px;
    line-height: 30px;
    background-color: #FFF;
    height: 35px;
}


#formcont input[type="text"], textarea, select, input[type="email"]{
    display: block;
    width: 85%;
    max-width: 480px;
    padding-left: 15px;
    border: solid 1px #CCC;
    border-radius: 5px;
    line-height: 30px;
    background-color: #FFF;
    height: 35px;
}

#formcad input[type="text"], select, input[type="password"]{
    display: block;
    width: 85%;
    max-width: 480px;
    padding-left: 15px;
    border: solid 1px #CCC;
    border-radius: 5px;
    line-height: 30px;
    background-color: #FFF;
    height: 35px;
}

@media(max-width:480px){
  #formcont textarea{
    width: 85%;
    max-width: none;
  }
}

/*
 * HEADER
 */
header {
  background: #009DCC url(/images/logo_top.png) no-repeat center center;
  background-size: 82px;
  height: 60px;
  width: 100%;
  max-width: 1920px;
  position: fixed;
  top: 0px;
  z-index: 101;
}

header > a {
  display: block;
  float: left;
  height: 60px;
  width: 60px;
  border-right: solid 1px #2aa9de;
  background-image: url(/images/menu.png);
  background-repeat: no-repeat;
}

header > a:hover {
  background-image: url(/images/menu_hover.png);
}

header > a.busca {
  background-position: 0px -60px;
}
header > a.conta {
  background-position: 0px -120px;
  border: none;
  float: right;
}

header > div.total {
  float: right;
  line-height: 60px;
  color: #FFF;
  font-size: 18px;
  font-family: Solido;
}
header nav {
  display: block;
  float: left;
  height: 60px;
}
header nav a {
  display: inline-block;
  padding-left: 18px;
  line-height: 45px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

header nav.headerh a{
  display: inline-block;
  padding-left: 18px;
  line-height: 60px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}



div.logo {
  height: 60px;
  width: 30%;
  position: fixed;
  top: 0;
  left: 35%;
  z-index: 200;
}
div.logo a {
  display: block;
  width: 82px;
  height: 60px;
  margin: 0px auto;
  z-index: 200;
}

div.ruler.top {
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 100;
}
@media (max-width: 740px) {
  header nav {
    display: none;
  }
}
@media (max-width: 480px) {
  header > a.menu {
    border: none;
    width: 40px;
    background-position: -10px 0px;
  }
  header > a.busca {
    border: none;
    width: 40px;
    background-position: -10px -60px;
  }
  div.total {
    display: none;
  }
}

/*
 * MENU
 */
div#menu {
  border-right: solid 5000px rgba(33,78,99, 0.65);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box;
}

div#menu2 {
  border-right: solid 5000px rgba(33,78,99, 0.65);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box;
}
#rest {
  display: none;
}

@media(max-width: 850px){
  #rest {
    display: block;
  }
}

div.menu {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  height: 100vh;
  width: 320px;
  font-family: Solido;
  background-color: #009DCC;
  overflow: hidden;
}

div.menu:hover {
  overflow: auto;
  -ms-touch-action: auto;
  touch-action: auto;
}

div.menu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  -webkit-border-radius: 91px;
}
div.menu::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
div.menu::-webkit-scrollbar-thumb {
  background: #009dcc;
  border: 0px none #ffffff;
  border-radius: 91px;
}
div.menu::-webkit-scrollbar-thumb:hover {
  background: #b7b7b7;
}
div.menu::-webkit-scrollbar-thumb:active {
  background: #323232;

}
div.menu::-webkit-scrollbar-track {
  background: #009dcc;
  border: 14px none #ffffff;
  border-radius: 59px;
}
div.menu::-webkit-scrollbar-track:hover {
  background: #009dcc;

}
div.menu::-webkit-scrollbar-track:active {
  background: #009dcc;
}
div.menu::-webkit-scrollbar-corner {
  background: transparent;
}


div.menu img{
 margin: 0px auto;
}
div.menu > * {
  display: block;
  color: rgba(255,255,255,0.50);
  line-height: 39px;

  /* Borda inferior */
  margin-bottom: 1px;
  box-shadow: 0 1px 0 0 #26acd4;

  text-decoration: none;
  padding: 0 31px 0 20px;
  font-size: 18px;
}
div.menu > a.submenu:hover {
  background-color: #fff;
  color: #323232;
}

div.menu > a.link_m:hover {
  background-color: #fff;
  color: #323232;
}
div.menu_marcas {
  margin-left: -12px;
  display: flex;
  position: relative;
  box-shadow: none;
  text-align: center;
  clear: both;
  height: 105px;
}

div.menu_marcas2{
  display: flex;
  position: relative;

}


div.menu_marcas2 img{
  margin: 0px 14px auto;

}

div.menu > div.menu {
  display: none;
  margin: 0;
  box-shadow: none;
  padding: 0;
}
div.menu > a:first-child {
  margin-top: 60px;
  line-height: 44px;
  color: #FFF;

  background-image: url(/images/menu_ruler.png);
  background-repeat: repeat-x;
}
div.menu > a.destaque {
  font-weight: 400;
  color: #FFF;
}

div.menu > a.destaque:hover {
  background-color: #fff;
   color: #323232;
}

div.menu > a.submenu {
  background-image: url(/images/menu_seta.png);
  background-repeat: no-repeat;
  background-position: 289px 14px;
  border-left: 5px solid #FFF;
  padding-left: 15px;
}

@media(max-width:480px){
  div.menu > a.submenu {
    background-position: 94.5% 14px;
  }
}

div.menu > div.titulo_agrupamento {
  margin-top: 10px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 800;
  font-size: 12px;
}
div.menu span.titulo_submenu {
  color: #bfe6f2;
  padding-left: 26px;
  background-image: url(/images/menu_principal_seta.png);
  background-repeat: no-repeat;
}
@media (max-width: 480px){
  div.menu {
    width: 100vw;
  }
}

div.barra_busca {
  z-index: 300;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  font-size: 0;
  display: none;
  border-bottom: solid 5000px rgba(50, 50, 50, 0.5);
}
div.barra_busca table {
  width: 100%;
  background-color: rgba(33,78,99, 0.65);
  border-collapse: collapse;
  border-spacing: 0;
}
div.barra_busca table td {
  padding: 0;
}

div.barra_busca table td input[type="image"]{
  background-image: url(/images/seta_fff.png);
  background-color: rgba(33,78,99, 0.65);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

div.barra_busca table td input[type="image"]:hover{
  background-color: #fff;
  background-image: url(/images/seta_323232.png);
  background-color: rgba(33,78,99, 0.65);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

div.barra_busca table td a img{
  src: url(/images/x_fff.png);
  background-color: rgba(33,78,99, 0.65);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

div.barra_busca table td a img:hover {
  background-color: #fff;
  src: url(/images/x_323232.png);
  background-color: rgba(33,78,99, 0.65);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;

}

div.barra_busca a.busca {
  float: left;
  height: 60px;
  width: 60px;
  background-image: url(/images/menu.png);
  background-repeat: no-repeat;
  background-color: rgba(33,78,99, 0.65);
  background-position: 0px -60px;
}

div.barra_busca a.busca:hover {
  background-image: url(/images/menu_hover.png);
}
div.barra_busca form {
  float: left;
  width: 100%;
}
div.barra_busca input[type='text'] {
  display: inline-block;
  line-height: 60px;
  padding-left: 10px;
  background-color: rgba(33,78,99, 0.65);
  font-size: 16px;
  color: #FFF;
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  width: 100%;
  outline: none;
}


div.barra_busca input[type='text']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.5);
}
div.barra_busca input[type='text']::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
div.barra_busca input[type='text']:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
div.barra_busca input[type='text']:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}

/*
 * AUTORES
 */
div.autores_in{
  padding-top: 7px;
  height:195px;
  margin-left: 10px;
}

div.autores_in a{
  text-decoration: none;
}

/*
* LISTA DE EBOOKS
*/
div.menu2 {
  display: none;
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 320px;
  height: 480px;
  overflow: auto;
  font-family: Solido;
  font-size: 16px;
  color: #FFF;
  background-color: #009DCC;
  overflow: auto;
}


.menu2-content ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-weight: bold;
}

.menu2-content ul li{
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 5px solid #FFF;
  border-bottom: 1px solid #37AAD9;
}

.menu2-content ul li a{
  text-decoration: none;
  color: #FFF;
}

.menu2-header {
    padding: 15px 20px;
    background-color: #009DCC;
    color: white;
    font-size:10px;
    font-weight: none;
    font-family: sans-serif;
    border-bottom: 1px solid #37AAD9;
}

.close{
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #83C9E3;
}

@media(max-width: 1024px){
  div.menu2{
    width: 100%;
    height: 100%;
    top: 60px;
    left: 0;
    -webkit-transform: none;
            transform:  none;
  }

  div.bl_menu{
    text-align: center;
  }
}
/*
* filtros (responsivo)
*/
div.bl_menu{
  text-align: left;
}
div.opcoes{
  display: block;
  font-size:26px;
  font-weight: bold;
  font-family: Open Sans, sans-serif;
  float:right;
  margin-right: 10px;
  margin-top: -8px;
  text-align: center;
  width: 40px;
  border-left: 1px solid #24Acd6;
  cursor: pointer;
}

div.subtitulo_cadastro{
  color: #009DCC;
  font-family: Solido;
  font-size: 20px;
}

div.fecha_op{
  display: none;
  font-size:26px;
  font-weight: bold;
  font-family: Open Sans, sans-serif;
  float:right;
  margin-right: 10px;
  margin-top: -8px;
  text-align: center;
  width: 40px;
  border-left: 1px solid #24Acd6;
  cursor: pointer;
}

.filtros{
   position:fixed;
   font-size: 15px;
   left:0px;
   bottom:0px;
   height:20px;
   width:100%;
   color: #FFF;
   background-color:#009DCC;
   display: none;
   font-family: Open Sans, sans-serif;
   padding: 10px;
   z-index: 95;
}

@media(max-width: 480px){
  .livrofisico, .livroeb{
    font-size: 14px;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
    height: 40px;
    width: 55px;

  }


  .livrofisico .preco_t, .livroeb .preco_t{

  }
}

.precos_titulos{
  margin-bottom: 20px;
}

.precos_titulos .imgsacola{
  width:30px;
  padding-right: 5px;
  border-right: 1px solid #D9D9D9;

}

.livrofisico, .livroeb{
  float: left;
  margin: 5px 0px 5px 0px;
  padding: 5px 10px 0px 10px;
  border-right: 1px solid #D9D9D9;
  height: 27px;

  font-family: Solido;
  font-weight: 700;
  color: #009DCC;
}

.livrofisico:hover, .livroeb:hover{
  color: #FFF;
  background-color: #009DCC;
  cursor: pointer;
}

.livrofisico:hover .preco_t, .livroeb:hover .preco_t{
  color: #FFF;
  background-color: #009DCC;
  cursor: pointer;
}

.livrofisico .preco_t, .livroeb .preco_t{
  font-weight: normal;
  color: #888;
}


@media(max-width: 1024px){
  .filtros{
    display: block;
  }
}


/*
 * BANNERS
 */
div.banners_container {
  height: 310px;
  overflow: hidden;
  margin-top: -5px;
}
div.banners_container2 {
  height: 310px;
  overflow: hidden;
  margin-top: 0px;
}
.botoes_navesq{
  position: absolute;
  z-index: 97;
  top: 125px;
  width: 28px;
  left: 10px;
  height: 28px;
  cursor: pointer;
  background-image: url(/images/banner_seta-esq_regular.png);
}

.botoes_navesq:hover{
  background-image: url(/images/banner_seta-esq_over.png);
}

.botoes_navdir{
  position: absolute;
  z-index: 97;
  top: 125px;
  width: 28px;
  right: 10px;
  height: 28px;
  cursor: pointer;
  background-image: url(/images/banner_seta-dir_regular.png);
}

.botoes_navdir:hover{
  background-image: url(/images/banner_seta-dir_over.png);
}

div.banners {
  height: 280px;
  font-size: 0px;
  overflow: hidden;
  white-space: nowrap;
}
div.banner {
  vertical-align: bottom;
  height: 280px;
  width: 35%;
  min-width: 520px;
  max-width: 660px;
  padding-left: 0px;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: right top;
}

div.banner > div {
  position: absolute;
  margin-right: 200px;
  bottom: 20px;
  padding-left: 3%;
}
div.banner div.linha3 {
  margin-top: 20px;
}
div.banner div.linha2 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
  color: #FFF;
}
div.banner div.linha1 {
  font-family: Solido;
  line-height: 34px;
  font-size: 40px;
  font-weight: 800;
  color: #FFF;
  white-space: normal;
  padding-bottom: 3px;
}

div.banner.preto div.linha1,
div.banner.preto div.linha2,
div.banner.preto div.preco {
  color: #000;
}
div.banner.preto a{
  background-color: #000;
}

div.banner div.linha1 img {
  display: block;

  margin-bottom: 20px;
}
div.banner a {
  vertical-align: top;
  display: inline-block;
  padding: 0px 10px;
  background-color: #FFF;
  border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 26px;
  font-size: 13px;
  color: #888;
  font-weight: bold;
}

div.banner div.preco {
  vertical-align: top;
  margin-left: 15px;
  display: inline-block;
  color: #FFF;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  font-family: Solido;
}


div.preco_detalhes{
  vertical-align: top;
  position: relative;
  display: inline-block;
  color: #009DCC;
  font-size: 26px;
  font-weight: 800;
  line-height: 20px;
  padding: 0px 0px 10px 0px;
  font-family: Solido;
}

@media (min-width: 320px max-width: 480px){
  div.preco_detalhes{
    text-align: center;
    position: relative;
    margin: 0px auto;
    display: inline-block;
    color: #009DCC;
    font-size: 26px;
    font-weight: 800;
    line-height: 26px;
    padding: 0px auto;
    font-family: Solido;
    clear: both;
  }

}

div.addthis_sharing_toolbox {
  margin: 0px 20px 0px 15px;
  float: left;
}

.texto_opcao{
  color: #009DCC;
  position: relative;
  font-size: 15px;
  text-decoration: none;
}

.texto_opcao2{
  color: #888;
  overflow: auto;
  position: relative;
  font-size: 15px;
}

@media (max-width: 520px) {
  div.banner {
    min-width: 0px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  div.banner {
    background-position: center top;
  }
  div.banner > div {
    width: 300px;
    margin-right: 0px;
  }
  div.banners_fb {
    margin-left: 10px;
  }
}
@media (max-width: 1024px) {
  div.banner > div {
    padding-left: 10px;
  }
}
.banners_fb {
  margin: 10px 0px 0px 1%;
  float: left;
}
@media (min-width: 601px) {
  .banners_fb div:last-child {
    display: none;
  }
}
@media (max-width: 600px) {
  .banners_fb div:first-child {
    display: none;
  }
}
.banners_dots {
  margin: 15px 12px 0px 0px;
  float: right;
  font-size: 0px;
}
.banners_dots a {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(/images/dot_off.png) no-repeat;
  margin-right: 7px;
}
.banners_dots a.selected {
  background-image: url(/images/dot_on.png);
}

/*
 * NAVEGA��O DOS BLOCOS
 */
nav.bloco {
  clear: both;
  margin: 20px auto 0px;
  height: 22px;
  padding: 10px 0px;
  border-bottom: solid 2px #E5E5E5;
  white-space: nowrap;
  background-color: #FFF;
}

@media (min-width: 768px) {
  nav.bloco {
    clear: both;
    text-align: left;
  }
}

nav.bloco a {
  display: inline-block;
  text-decoration: none;
  border-bottom: solid 4px #E5E5E5;
  color: #878787;
  font-size: 14px;
  line-height: 22px;
  padding: 2px 9px 8px 9px;

  margin-left: 10px;
}
nav.bloco a:hover {
  color: #009DCC;

}
nav.bloco a.selected {
  border-bottom-color: #009DCC;
  color: #009DCC;
}

div.bloco_nav {

  height: 64px;
  max-height: 64px;
  clear: both;
}
div.nav_inner {
  position: relative;
  overflow: hidden;
  clear: both;
}
div.nav_grad {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 20px;
  height: 22px;
  background-image: url(/images/nav_grad.png);
  z-index: 97;
}
div.nav_setas {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 20px;
  height: 20px;
  background-image: url(/images/nav_setas.png);
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 10px 1px;
  padding: 1px 10px;
  z-index: 97;
}
div.fixo {
  position: fixed;
  width: 100%;
  top: 40px;
  z-index: 98;
}

/*
 * LIVROS (webkit desativado - nao funciona no Safari)
 */

div.livros_flex {
  /*display: -webkit-box;
  /*display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  /*-webkit-justify-content: space-around;
  /*-ms-flex-pack: justify;
  justify-content: space-around;
  /*-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*-webkit-column-break-inside: avoid;
  flex-wrap: wrap;*/
  clear:both;
  overflow: hidden;
  margin-top: 2%;
  top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;

}



div.listagem_titulos {
  margin-top: 15px;
  overflow:auto;
  width:100%;
  border-style: none none dotted none ;
  border-color: #D9D9D9;
  border-width: 1px;
  padding-bottom:20px
}

div.listagem_titulos img{
  width: 80px;
  /*height: 125px;*/
  margin-top: 5px;
  float:left;
}

div.livro {
  width: 10.5%;
  vertical-align: top;
  padding: 0px 0px 20px 1.7%;
  float: left;
  height: 375px;
  display:inline;
  position: relative;
  min-height: 1px;

}

@media (max-width: 2000px) AND (min-width: 1600px) {
  div.livro {
    width: 10.5%;
    margin: 0px 0px 20px;
    float: left;
  }
  div.livros_flex {
    margin: 2% 1% 0%;
  }
}


@media (max-width: 1599px) AND (min-width: 1025px) {
  div.livro {
    width: 12.5%;
    margin: 0px 0px 20px;
  }
  div.livros_flex {
    margin: 2% 1% 0%;
  }
}
@media (max-width: 1024px) AND (min-width: 601px) {
  div.livro {
    width: 17.5%;
    margin: 0px 0px 20px;

  }
  div.livros_flex {
    margin: 15px 10px 0%;

  }
}
@media (max-width: 600px) AND (min-width: 481px) {
  div.livro {
    width: 23%;
    margin: 0px 0px 20px;

  }
  div.livros_flex {
    margin: 15px 10px 0%;
  }
}
@media (max-width: 480px) {
  div.livro {
    width: 46%;
    height: 430px;
    margin: 0px 2px 0px 2px;

  }
  div.livros_flex {
    margin: 15px 10px 0;
    display: block;
  }

  #vermais_livros{
      clear:both;
      display: block;
      /*margin: 25px auto 0px;*/
    	margin-left:38%;
  }
}
div.livro img {
  width: 100%;
}
div.livro_titulo {
  padding-top: 10px;
}
div.livro_titulo a {
  font-family: Solido;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  color: #009DCC;
  text-decoration: none;
}

div.livro_titulo2 {
  padding-top: 10px;
}
div.livro_titulo2 a {
  font-family: Solido;
  font-weight: 800;
  font-size: 12px;
  line-height: 12px;
  color: #009DCC;
  text-decoration: none;
}

span.livro_subtitulo {
  font-family: Solido;
  font-weight: normal;
  color: #AAA;
  text-transform: uppercase;
}
div.livro_autor {
  font-size: 14px;
  line-height: 16px;
  color: #333;
  padding-top: 5px;
}
div.preco_livro_mod{
  font-size: 14px;
  line-height: 16px;
  color: #009DCC;
  font-weight: bold;
  padding-top: 5px;
}
div.bt_comprar{
  font-size: 14px;
  line-height: 16px;
  color: #009DCC;
  font-weight: bold;
  padding-top: 5px;
}
input.btn_mais {
  clear:both;
  display: block;
  /*margin: 25px auto 0px;*/
  border: solid 1px #009DCC;
  border-radius: 2px;
  line-height: 40px;
  text-transform: uppercase;
  background-color: #FFF;
  color: #009DCC;
  padding: 0px 14px;
  font-weight: bold;
	margin-left:47%;
}



input.btn_mais:hover{
  background-color: #009DCC;
  color: #FFF;
  border-color: #FFF;
  cursor: pointer;
}

div.nav_letra{
  margin: 0px 25px;
}

input.btn_mais2 {
  display: block;
  border: solid 1px #009DCC;
  border-radius: 2px;
  line-height: 20px;
  text-transform: uppercase;
  background-color: #FFF;
  color: #009DCC;
  padding: 0px 10px;
  font-weight: bold;
}

input.btn_mais2:hover{
  background-color: #009DCC;
  color: #FFF;
  border-color: #FFF;
  cursor: pointer;
}

div.div_button{
  padding: 0px 0px 0px 0px;
  clear: both;
  width: 300px;
  height: 75px;
}

div.div_button a{
  text-decoration: none;
}

.botao_maisinfo {
    display: block;
    position: relative;
    border: solid 1px #D9D9D9;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #FFF;
    color: #888;
    font-weight: 400;
    bottom: 10px;
    text-align: center;
    font-family: Solido;
    font-size: 14px;
    float: left;
    target-new: tab ! important;
    cursor: pointer;
  }
  .botao_maisinfo_aut {
      display: block;
      position: relative;
      border: solid 1px #D9D9D9;
      border-radius: 5px;
      text-transform: uppercase;
      background-color: #FFF;
      color: #888;
      width: 70px;
      font-weight: 400;
      text-align: center;
      font-family: Solido;
      font-size: 14px;
      float: left;
      target-new: tab ! important;
      cursor: pointer;
    }

  .botao_maisinfo_livros {
      display: block;
      position: relative;
      border: solid 1px #D9D9D9;
      border-radius: 5px;
      text-transform: uppercase;
      background-color: #FFF;
      color: #009DCC;
      font-weight: 400;
      bottom: 10px;
      text-align: center;
      font-family: Solido;
      font-size: 14px;
      float: left;
      target-new: tab ! important;
      cursor: pointer;
    }

  .botao_maisinfo:hover, .botao_maisinfo_livros:hover {
     background-color: #009dcc;
     color: #FFFFFF;
     border: none;
     font-weight: 300;
  }

.botao_maisinfo a {
    text-decoration: none;
    color: #888;
    }

.sacola{
  float:left;
  width:53px;
  height: 100%;
  background-color: #FFF;
  text-align: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-right: none;
  padding: 10px 5px 8px 5px
}

.precoLivro{
  color: #888;
  font-weight:normal;
}

.precoLivroSemPromocao{
  color: #888;
  font-weight:normal;
  text-decoration:line-through;
}

.precoLivroComPromocao{
  color: #40813D;
  font-weight:normal;
}

.btn_mais_detalhe{
  display: block;
  position: relative;
  border: none;
  height: 100%;
  border-left: solid 1px #D9D9D9;
  border-top:solid 1px #D9D9D9;
  border-bottom:solid 1px #D9D9D9;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
  background-color: #FFF;
  color: #009DCC;
  font-weight: bold;
  text-align: center;
  font-family: Solido;
  font-size: 16px;
  float: left;

}
.btn_mais_detalhe_indisponivel{
  display: block;
  position: relative;
  border: none;
  border-left: solid 1px #D9D9D9;
  border-top: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
  background-color: #D9D9D9;
  color: #009DCC;
  font-weight: bold;
  text-align: center;
  font-family: Solido;
  font-size: 16px;
  float: left;
  height: 100%;
}

.btn_mais_detalheEbook{
  display: block;
  position: relative;
  border-left: solid 1px #D9D9D9;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
  background-color: #FFF;
  color: #009DCC;
  font-weight: bold;
  text-align: center;
  font-family: Solido;
  font-size: 16px;
  float: left;
  height: 100%;
}

.btn_mais_detalhe_trecho{
  border: solid 1px #D9D9D9;
  text-transform: uppercase;
  background-color: #FFF;
  color: #009DCC;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  font-family: Solido;
  font-size: 16px;
  cursor: pointer;
  float: left;
  padding-bottom: 5px;
  border-radius: 3px;

}

@media(max-width: 1023px){
  .btn_mais_detalhe_trecho{
    position: absolute;
    left: 50%;
    margin-left: -80px;
  }
}

.precoLivro:hover, .precoLivroComPromocao:hover, .precoLivroSemPromocao:hover{
  cursor: pointer;
  color: #FFF;
  background-color: #009DCC;
}

.btn_mais_detalhe_trecho:hover{
  cursor: pointer;
  color: #FFF;
  background-color: #009DCC;
}

.btn_mais_detalhe_trecho img{
  margin-top: 2px;
  margin-left: -2px;
  margin-right: 4px;
  float: left;
}

.btn_mais_detalhe_trecho div{
  margin-top: 5px;
  float: right;
}

.btn_mais_detalhe:hover{
  cursor: pointer;
  color: #FFF;
  background-color: #009DCC;
}

.btn_mais_detalhe:hover .precoLivro,.btn_mais_detalhe:hover .precoLivroSemPromocao,.btn_mais_detalhe:hover .precoLivroComPromocao{
  cursor: pointer;
  color: #FFF;
  background-color: #009DCC;
}


@media(max-width: 1023px){

  div.div_trecho{
    margin: 0px auto;
    text-align: center;
    width: 200px;
  }

  div.div_button{

    margin: 0px auto;
    text-align: center;
    position: relative;
    left:50%;
    margin-left: -125px;

  }
}

.redessociais{
  background-color: #FAFAFA;
  text-transform: uppercase;
  font-family: Solido;
  position: relative;
  padding: 12px 0px 0px 0px;
  font-weight: bold;
  color: #009DCC;
  font-size: 18px;
  height: 35px;
  width: 100%;
  border-width: 1px;
  border-style: solid none solid none;
  border-color: #E5E5E5;
}

.redessociais::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  -webkit-border-radius: 16px;
  /* color: orange; */
}
.redessociais::-webkit-scrollbar-track-piece {
  display:none;
  background-color: #red;
  -webkit-border-radius: 0px;
}

.redessociais::-webkit-scrollbar-thumb:vertical {
  display: none;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0px;
}

.redessociais::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(0, 0, 0, 0.3
  );
  -webkit-border-radius: 0px;
  display: none;
}


@media(max-width: 1023px){
  .redessociais{
    background-color: #FAFAFA;
    text-transform: uppercase;
    font-family: Solido;
    position: relative;
    padding: 15px 0px 10px 0px;
    font-weight: bold;
    clear: both;
    white-space: nowrap;
    color: #009DCC;
    font-size: 18px;
    height: auto;
    width: 100%;
    overflow: auto;
    border-width: 1px;
    border-style: solid none solid none;
    border-color: #E5E5E5;
  }

  span.tags_st{

    margin-left: 10px;
  }
}

div.trecho_detalhe{
  overflow: auto;
  margin: 0px 320px;
  text-align: left;
  position: relative;

}

div.bloco_txt_detalhe{
  padding: 20px 10px 40px 10px;
  overflow: auto;
  color: #888;
  line-height: 24px;
}



div.bloco_txt_detalhe2{
  padding: 20px 10px 40px 10px;
  overflow: auto;
  color: #888;
  line-height: 24px;
}
div.bloco_txt_detalhe2 a{
  color: #888;
}

@media(max-width: 1024px){
  div.bloco_txt_detalhe2{
    display: none;
  }
  div.bloco_txt_detalhe{
    display: none;
  }
}

div.bloco_txt_detalhe input, select{
  color: #888;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  text-transform: none;
  font-weight: normal;
}

div.bloco_txt_detalhe a{
  color: #888;
}

div.bloco_txt_categoria2{
  padding: 20px 10px;
  overflow: auto;
}

span.tags_st{
  display:inline-block;
  position: relative;
  padding: 3px 7px;
  background-color: #D9D9D9;
  color: #888;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  overflow: auto;


  margin-left: 10px;
}

span.tags_st:hover {
   background-color: #009dcc;
   color: #fff;
   cursor: pointer;
}
/*
 * BOXES
 */
div.boxes {
  font-size: 0px;
  margin-top: 40px;

}
div.box_out {
  vertical-align: top;
  margin: 10px 0px 0px 1%;
  width: 32%;
  display: inline-block;
}
div.box {
  font-size: 16px;
  color: #333;
  height: 232px;
  padding: 0px 3%;
  overflow: auto;
  border: solid 1px #DDD;
}
@media (max-width: 630px) {
  div.box_out {
    display: block;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  div.box {
    padding: 0px 10px 10px 10px;
    height: auto;
  }
}
div.box div.tool {
  margin: 24px 0px 13px;
  height: 28px;
  width: 30px;
  background: url(/images/tools.png) no-repeat;
}
div.box.cadastro div.tool { background-position: 0px -28px }
div.box.facebook div.tool { background-position: 0px -56px }
div.box input[type="email"] {
  display: block;
  width: 85%;
  max-width: 468px;
  border: solid 1px #CCC;
  border-radius: 5px;
  line-height: 30px;
  padding: 0px 15px;
  margin: 10px 0px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}
div.box input[type="submit"] {
  display: block;
  border-radius: 2px;
  line-height: 26px;
  color: #FFF;
  background-color: #333;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 10px;
  font-size: 12px;
  cursor: pointer;
  font-family: Open Sans, sans-serif;
}

div.box input[type="submit"]:hover {
   background-color: #009dcc;
}

div.box.facebook div.facebook {
  margin-top: 11px;
}
@media (min-width: 1024px) {
  div.box.facebook div.facebook div:first-child {
    display: none;
  }
}
@media (max-width: 1023px) {
  div.box.facebook div.facebook div:first-child {
    display: none;
  }
}

/*
 * AUTORES
 */
div.autores {
  margin-top: 2%;
}
/* webkit desabilitado */
div.autores_flex {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  /*-webkit-flex-wrap: wrap;
  -webkit-column-break-inside: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;*/
  float:left;
}
div.autor_out {
  width: 31.8%;
  padding: 0px 0px 20px 1%;
  display: inline-block;
  overflow:auto;
}
div.autor {
  border-color: #D9D9D9;
  border-style: solid;
  border-width: 1px;
  margin: 0px 10px;
  display: block;
  overflow:auto;
  margin-bottom: 15px;
  font-size: 0px;

  border: 1px #ddd solid;
  height: 225px;
}
div.autor img{
  height: 225px;
  max-width: 150px;
  width: 35%;

  overflow: hidden;
  display: inline;
  float:left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
div.autor_foto {
  display: inline-block;
  height: 225px;
  width: 35%;
  max-width: 150px;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

}
div.autor_info_out {
  width: 65%;
  overflow: hidden;
  display: inline-block;
}

div.autor_info {
  height: 200px;
  margin: 10px 1vw 15px;
  position: relative;
}
div.autor_nome {
  font-size: 28px;
  line-height: 28px;
  font-family: Solido;
  color: #333;
  font-weight: 800;
}
div.autor_funcao {
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 9px;
  color: #009DCC;
}
div.autor_livros {
  font-size: 14px;
  line-height: 14px;
  color: #888;
}

div.autor_livros a {
  color: #888;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 18px;
}
span.autor_qtdLivros {
  color: #009DCC;
  font-size: 14px;
}
div.autor_info input {
  display: block;
  font-size: 14px;
  text-align: center;
  font-family: Solido;
  border: solid 1px #D9D9D9;
  border-radius: 2px;
  background-color: #FFF;
  padding: 2px 7px;
  color: #888;
  text-transform: uppercase;
  bottom: 0px;
  position: absolute;
  target-new: tab ! important;
  cursor: pointer;
  font-weight: 400;
}
div.autor_info input:hover {
  background-color: #009DCC;
  color: #FFF;
  border-color: #FFF;
}

@media (min-width: 1600px) {
  div.autor_out {
    width: 31vw;
    margin-left:0.5vw;

  }
  div.autor_info {
    margin: 10px 19px 15px;
  }
}
@media (max-width: 1599px) AND (min-width: 1025px) {
  div.autor_out {
    width: 31vw;
    float: left;
  }
}
@media (max-width: 1024px) AND (min-width: 601px) {
  div.autor_out {
    width: 46vw;
    margin: 0 1vw 10px 1vw;
    padding: 0px;
  }
  div.autor {
    margin: 0px 5px;
  }
  /*div.autor.odd {
    margin-left: 10px;
  }
  div.autor.even {
    margin-right: 10px;
  }*/
  div.autores {
    margin-top: 20px;
  }
  div.autor_info {
    margin: 10px 10px 15px;
  }
}
@media (max-width: 600px) AND (min-width: 481px) {
  div.autor_out {
    width: 97vw;
    margin: 0 0 10px 0;
    padding: 0px;
  }
  div.autor {
    margin: 0px 10px;
  }
  div.autores {
    margin-top: 20px;
  }
  div.autor_info {
    margin: 10px 10px 15px;
  }
}
@media(max-width:1024px){
  div.autores_flex{
    display: block;
  }
}

@media (max-width: 480px) {
  div.autor_out {
    width: 95.5vw;
    margin: 0 0 0 0;
  }
  div.autores {
    margin-top: 20px;
  }
  div.autores_flex:first-child div.autor_out:first-child {
    margin-bottom: 15px;
  }
  div.autor_foto {
    display: none;
  }
  div.autor {
    margin: 0px 10px;
    border-top: dotted 1px #DDD;
    border-bottom: none;
    border-left: none;
    border-right: none;
    height: auto;
  }
  div.autor_info_out {
    width: 100%;
  }
  div.autor_info {
    margin: 10px 10px 15px;
    height: auto;
  }
  div.autor_nome {
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
  }
  div.autor_funcao {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 8px;
  }
  div.autor_info input {
    position: static;
    margin-top: 10px;
  }
  div.autor_out:first-child div.autor_foto {
    display: inline-block;
  }
  div.autor_out:first-child div.autor {
    border: 1px #ddd solid;
    height: 225px;
  }
  div.autor_out:first-child div.autor_info_out {
    width: 65%;
  }
  div.autor_out:first-child div.autor_info {
    height: 200px;
  }
  div.autor_out:first-child div.autor_nome {
    font-size: 28px;
    line-height: 28px;
    font-weight: 800;
  }
  div.autor_out:first-child div.autor_funcao {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 9px;
  }
  div.autor_out:first-child div.autor_info input {
    position: absolute;
    margin-top: 0px;
  }
  div.autores_flex > div:last-of-type div.autor {
    border-bottom: dotted 1px #DDD;
  }
}

/*
 * PUBLICACOES
 */

div.publicacoes {
  width: 100%;
  margin-top: 2%;
  font-size: 0px;
  text-align: center;
}

div.publicacao {
  width: 24.77%;
  vertical-align: top;
  margin: 0px 0px 15px 0px;
  text-align: justify;
  display: inline-block;


}

@media (max-width: 1100px){
  div.publicacoes{
    text-align: center;
  }


  div.publicacoes2{
    text-align: center;
  }
}

@media (max-width: 1024px) AND (min-width: 481px) {
  div.publicacao {
    clear:both;
    width: 48.5vw;
    margin: 0px 0px 15px 0px;
  }
}
@media (max-width: 481px) {
  div.publicacao {
    width: 96vw;
    margin: 0px 0px 15px 0px;
  }
}

div.publicacao img {
  width: 100%;
}

div.publicacao_img {
}

@media (max-width: 481px) {
  div.publicacao:not(:first-child) div.publicacao_img {
    display: none;
  }
}


div.publicacao_titulo {
  padding: 15px 1vw 0px 1vw;
  font-family: Solido;
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
  color: #333333;
  text-align: left;
}
div.publicacao_autor {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #009DCC;
  text-transform: uppercase;
  padding: 5px 1vw 5px 1vw;
  text-align: left;
}

div.publicacao_datapub {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  padding: 0px 1vw 15px 1vw;
  text-align: left;
}

div.publicacao_categoria {
  padding: 0px 1vw 15px 1vw;
  text-align: left;
}

div.publicacao_categoria a {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #888888;
  text-decoration: none;
  text-transform: uppercase;
  padding: 2px 5px 2px 5px;
  border: 1px solid #dddddd;
  border-radius: 2px;
}
div.publicacao_categoria a:hover {
   background-color: #009dcc;
   color: #fff;
   border: none;
}

div.publicacoes2 {
  width: 100%;
  margin-top: 2%;
  font-size: 0px;
  text-align: center;
}

div.publicacao2_categoria {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #009DCC;
  text-transform: uppercase;
  padding: 5px 1vw 5px 1vw;
  text-align: left;
}

/*
 * FOOTER
 */
div.footerSalaProfessor{
  text-align: center;
  background-color: #E6E6E6;
  width: 100%;
  float:left;

}
div.SPlinha1{
  text-align: center;
  padding: 10px 0px 40px 20px;
}
div.SPlinha2{
  text-align: center;
  padding: 10px 0px 40px 20px;
}
footer {
  background-color: #009DCC;
  margin-top: 50px;
}
footer div.ft_titulo{
  color: #FFF;
  text-align: center;
  line-height: 50px;
  padding-top: 20px;
  font-size: 22px;
  clear: both;
}
footer div.ft_texto {
  color: #FFF;
  text-align: center;
  max-width: 600px;
  margin: 0px auto;
  padding: 0px 10px;
}
footer div.media {
  text-align: center;
  font-size: 0px;
  margin: 25px 0px 35px;
}
footer div.media a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/images/ft_media.png) no-repeat;
  margin: 0px 5px;
}
footer div.media a.facebook { background-position: 0px 0px; }
footer div.media a.twitter { background-position: 0px -24px; }
footer div.media a.instagram { background-position: 0px -48px; }
footer div.media a.youtube { background-position: 0px -72px; }
footer div.media a.snapchat { background-position: 0px -96px; }
footer div.media a.spotify { background-position: 0px -120px; }
footer div.logos {
  border-top: dotted 1px rgba(255, 255, 255, 0.4);
  padding: 15px 5px 0px;
  font-size: 0px;
}
footer div.logos a {
  display: inline-block;
  width: 140px;
  height: 90px;
  background: url(/images/ft_logos.png) no-repeat;
  background-size: 140px;
  margin: 0px 5px;
}
footer div.logos a.companhiaDasLetras { background-position: 0px 0px; }
footer div.logos a.quadrinhosNaCia { background-position: 0px -90px; }
footer div.logos a.objetiva { background-position: 0px -180px; }
footer div.logos a.companhiaDasLetrinhas { background-position: 0px -270px; }
footer div.logos a.boaCompanhia { background-position: 0px -360px; }
footer div.logos a.penguin { background-position: 0px -450px; }
footer div.logos a.companhiaDeBolso { background-position: 0px -540px; }
footer div.logos a.portfolioPenguin { background-position: 0px -630px; }
footer div.logos a.reviravolta { background-position: 0px -720px; }
footer div.logos a.seguinte { background-position: 0px -810px; }
footer div.logos a.fontanar { background-position: 0px -900px; }
footer div.logos a.companhiaDeMesa { background-position: 0px -990px; }
footer div.logos a.paralela { background-position: 0px -1080px; }
footer div.logos a.claroenigma { background-position: 0px -1170px; }
footer div.logos a.alfaguara { background-position: 0px -1260px; }
footer div.logos a.sumaDeLetras { background-position: 0px -1350px; }
footer div.direitos {
  line-height: 66px;
  color: #FFF;
  text-align: center;
}
div.endCIA{
  text-align: center;
  color: #FFF;
}
/*
SELOS
*/
div.detalhe_selo{
  font-size: 16px;
  font-weight: normal;
  margin-right: 20px;
  margin-top: 10px;
  padding-top: 15px;
  margin-bottom: 40px;
  font-family: sans-serif;
  border-color: #FFF;
  color: #FFF;
  clear: both;
  border-style: dotted none none none;
  border-width: 1px;
  overflow: auto;
}

#detalhe_selo, #letrasiniciais,#selosfilt,#genfilt,#tiposfilt,#epocasfilt,#premfilt{
    display: none;
}

div.filtrobusca{
  overflow: auto;
  height: 160px;
  display: none;
  background-color: #009DCC;
  color: #FFF;

}

div.bloco_menu_detalhe div.filtrobusca li{
  border-color: rgb(42,169,222);
}

div.filtrobusca::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  -webkit-border-radius: 16px;
  /* color: orange; */
}
div.filtrobusca::-webkit-scrollbar-track-piece {
  background-color: #009DCC;
  -webkit-border-radius: 0px;
}

div.filtrobusca::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0px;
}

div.filtrobusca::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(0, 0, 0, 0.3
  );
  -webkit-border-radius: 0px;
}

/*
 * DETALHE
 */
div.detalhe_top {
  background-color: #ecedef;
  font-size: 15px;
  margin-top: -5px;
}

a.detalhe_fav {
  float: right;
  display: block;
  width: 67px;
  height: 35px;
  border: solid 1px #CCC;
  border-radius: 5px;
  background: url(/images/fav_star.png) no-repeat 9px 0px;
  margin: 1% 1.3%;
  background-color: #FFF;
}
a.detalhe_fav:hover {
  background-position: 9px -35px;
  background-color: #009DCC;
}


div.detalhe_mapa {
  display: inline-block;
  line-height: 16px;
  color: #888;
  font-size: 13px;
  font-family: Open Sans, sans-serif;
  padding: 1.3% 1%;
}

div.detalhe_mapa a {
  color: #888;
  text-decoration: none;
}
span.mapa_titulo {
  color: #009DCC;
}

div.detalhe_topInfo {
  clear: both;
  width: 955px;
  padding: 3%;
  margin: 0px auto;
  overflow: auto;
}
div.detalhe_capa {
  display: inline-block;
  float:left;
  width: 27%;
}

div.detalhe_capa img {
  width: 270px;
/*  height: 410px;*/

}

div.detalhe_livro_titulo {
  font-size: 45px;
  color: #009DCC;
  font-weight: bold;
  line-height: 40px;
  padding: 15px 0px 0px 0px;
  font-family: Solido;
}

div.detalhe_livro_autor {
  font-size: 25px;
  line-height: 20px;
  color: #000000;
  font-weight: normal;
  padding: 4px 0px 0px 0px;
}


div.detalhe_traducao_top {
  font-size: 15px;
  color: #888;
  line-height: 15px;
  font-weight: normal;
  padding: 30px 0px 20px 0px;
}

div.detalhe_midia_top{
   position:relative;
   padding-top: 30px;
   font-size: 22px;
   font-family: Solido;
   color: #acacac;
   font-weight: 400;
   font-style: italic;
}

div.detalhe_premios_top{
  position:relative;
  padding: 30px 0px 0px 0px;
  color: #009DCC;
  font-size: 15px;
  margin-bottom: 5px;
}

div.detalhe_premios_top img{
  float: left;
  margin-right: 10px
}

div.detalhe_tags{
  margin-top: 60px;
  margin-left: -10px;
  padding-bottom: 30px;
  position:relative;
  width: 46.6%;
}

@media (max-width: 525px){
  div.detalhe_mapa {
    display: inline-block;
    white-space: pre;
    padding: 0px 0px 0px 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 526px AND max-width: 1024px){
  div.detalhe_mapa {
    display: inline-block;
    line-height: 16px;
    color: #888;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1023px) {

  div.detalhe_premios_top{
    padding: 20px 0px 0px 0px;
    position:relative;
    text-align: center;
  }

  div.detalhe_premios_top img{
    float: none;
    margin-right: 10px
  }

  a.detalhe_fav {
    margin: 13px 10px;
  }

  div.detalhe_tags{
    display:block;
    padding: 0px;
    width: 98%;
    position:relative;
    text-align: center;
    clear: both;
  }
}

div.op_compras{
  position:relative;
  padding: 0px 0px 0px 30px;
}

div.op_ebook{
  position:relative;
  padding: 0px 40px;
  display: none;
}
/*
 * INSERIDO POR M�NICA
 */

div.detalhe_resumo {
  float: right;
  width: 630px;
  margin-left: 0;
}

div.detalhe_resumo img{
  display: inline-block;
 padding-left: 0px;
}


div.autores_detalhe{
  border-color: #D9D9D9;
  border-style: solid;
  border-width: 1px;
  margin: 15px 10px;
  width: 96%;
  overflow:auto;

}


div.detalhe_video {
 text-align: center;
 padding: 0px 0px 30px 0px;
}


@media(max-width: 1023px){
  div.op_compras{
    position:relative;
    padding: 0px auto;
    clear: both;
  }

  div.op_ebook{
    position:relative;
    padding: 0px auto;
    display: none;
    text-align: center;
  }

  div.detalhe_resumo {
    float: none;
    margin: 0px auto;
    width: 95%;
    text-align: center;
  }

  div.detalhe_resumo img{
    display:inline-block;
   padding: 0px auto;
  }

  div.detalhe_topInfo {
    clear: both;
    width: 92%;
    text-align: center;
    margin: 0px auto;
    overflow: auto;
    padding: 0px auto;
  }
  div.detalhe_capa {
    display:inline-block;
    text-align: center;
    float: none;
    margin: 0px auto;
    width: 230px;
    padding-bottom:30px;
  }
  div.detalhe_capa img {
    width: 100%;
    margin: 0px auto;
/*    height: 340px; */
    text-align: center;
  }

  div.detalhe_livro_titulo {
    text-align: center;
    font-size: 45px;
    color: #009DCC;
    font-weight: bold;
    line-height: 40px;
  }

  div.detalhe_livro_autor {
    text-align: center;
    font-size: 25px;
    color: #000000;
    font-weight: normal;
  }

}


div.pagcompleta{
  background-color: #FFF;
  overflow: auto;
  width: 100%;
  transition: 2s;
  -webkit-transition: 2s;
}

div.pagcompleta2{
  background-color: #FFF;

  width: 100%;
}

div.blocoinfo_completo{
  background-color: #FFF;
  width: 960px;
  padding: 80px 0px;
  margin: 0px auto;
  overflow: auto;
  position: relative;
  clear: both;
}

div.blocoinfo_completo2{
  background-color: #FFF;
  width: 960px;
  padding: 45px 0px;
  margin: 0px auto;
  overflow: auto;
  position: relative;
  clear: both;
}

div.blocoextra{
  background-color: #FFF;
  overflow: auto;
  width: 100%;
}

@media(max-width: 1023px){
  div.blocoinfo_completo{
    margin: 0;
    padding: 0;
    background-color: #FFF;
    width: 100%;
    position: relative;
    overflow: auto;
    clear: both;
    float: none;
  }

  div.blocoinfo_completo2{
    margin: 0;
    padding: 0;
    background-color: #FFF;
    width: 100%;
    position: relative;
    overflow: auto;
    clear: both;
    float: none;
  }

  .barra_cinza2{
    background-color: #F5F5F5;
    width: 100%-10px;
    height: 40px;
    line-height: 40px;
    color: #888;
    margin: 0px auto;
    border-style: solid none solid none;
    border-width: 1px;
    border-color: #D9D9D9;
    padding-left: 10px;
  }


  .barra_azul{
    background-color: #009DCC;
    height:5px;
    width: 100%;
  }
}


.barra_cinza2{
  background-color: #F5F5F5;
  width: 100%-10px;
  height: 40px;
  line-height: 40px;
  color: #888;
  border-style: solid none solid none;
  border-width: 1px;
  border-color: #D9D9D9;
  padding-left: 10px;
}

.filtros_visualizacao{
  float:right;
  height:100%;
}

.vcompact{
  float:left;
  display: block;
  width: 35px;
  height: 36px;
  padding-right: 10px;
  background-image: url(/images/compacta_cinza.png);
  background-position: center;
  background-repeat: no-repeat;
}

.vcompact:hover{
  cursor: pointer;
  background-image: url(/images/compacta_azul.png);
}

.vcompl{
  float:right;
  border-left: 1px #D9D9D9 solid;
  padding-left: 10px;
  display: block;
  width: 35px;
  height: 36px;
  background-image: url(/images/completa_cinza.png);
  background-position: center;
  background-repeat: no-repeat;
}

.vcompl:hover{
  cursor: pointer;
  background-image: url(/images/completa_azul.png);
}

.barra_cinza{
  background-color: #FFF;
  width: 100%-10px;
  height: 40px;
  line-height: 40px;
  color: #009DCC;
  border-style: none none solid none;
  border-width: 1px;
  border-color: #009DCC;
  padding-left: 10px;
}

.barra_cinza:hover{
  cursor: pointer;
  background-color: #009DCC;
  color: #FFF;
  border-color: #009DCC;
}

.barra_cinza2input {
  display: block;
  float: right;
  border: none;
  width: 15px;
  height: 13px;
  margin-top: 13px;
  margin-right: 10px;
  background-image: url(/images/menos.png);
  background-position: center;
}

.barra_cinza2input2 {
  display: block;
  float: right;
  border: none;
  width: 15px;
  height: 13px;
  margin-top: 13px;
  margin-right: 10px;
  background-image: url(/images/menos.png);
  background-position: center;
}
@media(max-width: 480px){
  .barra_cinza2input2, .barra_cinza2input{
    background-image: url(/images/mais.png);
  }
}

@media(min-width:481px AND max-width: 1024px){
  .barra_cinza2input2, .barra_cinza2input{
    background-image: url(/images/menos.png);
  }
}

.barra_cinza3input {
  display: block;
  float: right;
  border: none;
  width: 15px;
  height: 13px;
  margin-top: 13px;
  margin-right: 10px;
  background-image: url(/images/mais.png);
  background-position: center;
}

.tit_azul_barra_cinza{
 color: #009DCC;
}

#apresentacaodiv, #fichatecnicadiv, #imprensadiv, #notreldiv, #titulosdiv{
  display: block;
}

#seriediv, #recomendacaodiv, #premiosdiv, #noticreldiv, #histcompanhia, #penguindiv
{
  display: none;
}

#bt2sr,#bt2hist, #bt2peng, #bt21bt, #bt22bt, #bt23bt, #bt24bt, #bt25bt, #bt26bt,
#bt27bt, #bt28bt, #bt29bt, #bt210bt, #bt211bt, #bt212bt, #bt213bt, #bt214bt, #bt215bt, #bt216bt, #bt217bt, #bt218bt, #bt219bt{
  background-image: url(/images/mais.png);
  background-position: center;
  cursor: pointer;
}

#btdetalheselo {
  background-image: url(/images/seta_menu_interno2.png);
  background-position: center;
  cursor: pointer;
}

#autordiv{
  padding:30px 0px 20px 0px;
}

@media(max-width: 480px){
  #seriediv, #recomendacaodiv, #premiosdiv, #noticreldiv, #apresentacaodiv,
  #fichatecnicadiv, #imprensadiv, #notreldiv, #titulosdiv, #autordiv, #histcompanhia, #penguindiv, #grupocompanhia{
    display: none;
  }
  #btserie, #btrecomendacao, #btpremios, #btnoticrel, #btapresentacao, #btfichatecnica, #btimprensa, #btautor, #btnotrel,{
    background-image: url(/images/mais.png);
    cursor: pointer;
  }
  .barra_cinza input{
    display: block;
    float: right;
    border: none;
    width: 15px;
    height: 13px;
    margin-top: 13px;
    margin-right: 10px;
    background-image: url(/images/mais.png);
    clear: both;
  }
}

.barra_azul{
  background-color: #009DCC;
  height: 4px;
  width: 100%;

}

.bloco_detalhestexto{
  width: 630px;
  margin-left: 55px;
  float: right;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.bloco_detalhestexto2{
  width: 630px;
  margin-left: 30px;
  float: right;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

@media(min-width: 1024px){
  .bloco_menu_detalhe{
      width: 275px;
  }
}

@media(max-width: 1023px){
.bloco_detalhestexto{
  width: 100%;
  padding-top: 50px;
  margin: 0;
  float: none;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  }

  .bloco_detalhestexto2{
    width: 100%;
    padding-top: 50px;
    margin: 0;
    float: none;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    }

  .bloco_menu_detalhe{
      display: none;
      position: fixed;
      width: 100%;
      bottom: 40px;
      background-color: #FFF;
      z-index: 99;

      -webkit-background-clip: padding-box; /* for Safari */
      background-clip: padding-box;
  }

}



.bloco_menu_detalhe{

  font-family: Open Sans, sans-serif;
  font-size: 16px;
  background-color: #FFF;
  clear:both;
  float:left;
  text-align: left;

}

.bloco_menu_detalhe ul{

  margin: 0;
  padding: 0px 0px 0px 0px;
  list-style: none;
  position: relative;
}

.bloco_menu_detalhe ul a{
  text-decoration: none;
  color: #888;
}

.bloco_menu_detalhe ul li{
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 31px;
  overflow: auto;
  border-style: solid none none none;
  border-width: 1px;
  border-color: #D9D9D9;
  text-decoration: none;
  cursor: pointer;
}

.bloco_menu_detalhe ul li img{
  float: right;
}


.bloco_menu_detalhe ul li:hover,
.bloco_menu_detalhe ul a.active li{
  background-color: #009dcc;
  color: #fff;
}

div.bloco_menu_detalhe div.filtrobusca li:hover {
  background-color: #FFF;
   color: #323232;
}

.bloco_menu_detalhe ul li:selection{
  background-color: #009DCC;
  color: #FFF;
}

.txt_azul_menu{
  color: #009DCC;
}

.menufixo {
  position: fixed;
	z-index: 50;
  width: 275px;
  background-color: #FFF;

}

@media(min-width:1025px){
  .menufixo{
  	top: 100px;

  }
}


@media(max-width:1024px){
  .menufixo{
    position: fixed;
  	bottom: 40px;
  	z-index: 50;
    width: 100vw;

  }
}

/*.bloco_menu_detalhe ul li a:hover, a:active{
  background-color: #009DCC;
  color: #FFF;
}*/
/*
.bloco_menu_detalhe ul li:active{
  background-color: #009DCC;
  color: #FFF;
}
*/
.textoCapa{
  color: #009DCC;
  font-family: Solido;
  font-size: 36px;
  line-height: 36px;
  text-align: left;
}

.txtMenuT {
  color: #009DCC;
  font-family: Open Sans;
  padding-left: 10px;
  padding-bottom: 5px;
}

div.blocotxtCapa{
  margin-bottom: 40px;
}

@media(max-width: 1023px){
  .textoCapa{
  color: #009DCC;
  font-family: Solido;
  font-size: 32px;
  line-height: 32px;
  text-align: left;
  }

  div.blocotxtCapa{
    margin-left: 10px;
    margin-bottom: 35px;
  }
}
/*
 *  * �REA ADMINISTRATIVA
 *   */


div.titulo_restrito {
  font-size: 25px;
  color: #009DCC;
  font-weight: bold;
  line-height: 40px;
  padding: 30px 0px 10px 20px;
}

div.subtitulo_restrito {
  font-size: 20px;
  color: #009DCC;
  font-weight: bold;
  line-height: 40px;
  padding: 10px 0px 0px 0px;
}

div.conteudo_restrito {
 padding: 0px 0px 30px 20px;
}


table.lista {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 90%;
  margin: 30px 0px;
  border: 1px solid #d1d1d1;
}
table.lista th {
  background-color: #009DCC;
  padding: 0px 10px 0px 15px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
}
table.lista th:last-child {
  padding-right: 15px;
}
table.lista tr:nth-child(odd) {
  background-color: #efefef;
}
table.lista tr:hover {
 background-color: #dfdfdf;
}
table.lista td {
  line-height: 18px;
  padding: 8px 15px;
}
