@charset "UTF-8";

:root {
  --header-size: 60px;
  --primary: #005782;
  --secondary: #006ca2;
/* --primary: #7a297a;#4a108b;*/
/* Dia da mulher
  --secondary: #7340a4;
  --primary: #4a108b;
*/
}

/*CONTATO*/

/* Geral */
.primary {
  color: var(--primary);
}
.secondary,
.secondary a {
  color: #888;
}
.border {
  border: solid 1px var(--primary);
}
.border-bottom {
  border-bottom: solid 1px var(--primary);
}
.h2 {
  font-size: 44px;
}
/*h3 criado posteriormente e usado no popup da home siteTecnologia*/
.h3 {
font-size: 17px;
font-weight: normal;
}
.h4 {
  font-size: 19px;
}
.h5 {
  font-size: 16px;
}
.h6 {
  font-size: 14px;
}
.font2 {
  font-family: Solido;
}
.pt-1, .py-1, .p-1 {
  padding-top: 5px;
}
.pb-1, .py-1, .p-1 {
  padding-bottom: 5px;
}
.pr-1, .px-1, .p-1 {
  padding-right: 5px;
}
.pl-1, .px-1, .p-1 {
  padding-left: 5px;
}
.pt-2, .py-2, .p-2 {
  padding-top: 10px;
}
.pb-2, .py-2, .p-2 {
  padding-bottom: 10px;
}
.pr-2, .px-2, .p-2 {
  padding-right: 10px;
}
.pl-2, .px-2, .p-2 {
  padding-left: 10px;
}
.pt-3, .py-3, .p-3 {
  padding-top: 20px;
}
.pb-3, .py-3, .p-3 {
  padding-bottom: 20px;
}
.pr-3, .px-3, .p-3 {
  padding-right: 20px;
}
.pl-3, .px-3, .p-3 {
  padding-left: 20px;
}
.pt-4, .py-4, .p-4 {
  padding-top: 40px;
}
.pb-4, .py-4, .p-4 {
  padding-bottom: 40px;
}
.pr-4, .px-4, .p-4 {
  padding-right: 40px;
}
.pl-4, .px-4, .p-4 {
  padding-left: 40px;
}
.mt-1, .my-1, .m-1 {
  margin-top: 5px;
}
.mb-1, .my-1, .m-1 {
  margin-bottom: 5px;
}
.mr-1, .mx-1, .m-1 {
  margin-right: 5px;
}
.ml-1, .mx-1, .m-1 {
  margin-left: 5px;
}
.mt-2, .my-2, .m-2 {
  margin-top: 10px;
}
.mb-2, .my-2, .m-2 {
  margin-bottom: 10px;
}
.mr-2, .mx-2, .m-2 {
  margin-right: 10px;
}
.ml-2, .mx-2, .m-2 {
  margin-left: 10px;
}
.mt-3, .my-3, .m-3 {
  margin-top: 20px;
}
.mb-3, .my-3, .m-3 {
  margin-bottom: 20px;
}
.mr-3, .mx-3, .m-3 {
  margin-right: 20px;
}
.ml-3, .mx-3, .m-3 {
  margin-left: 20px;
}
.mt-4, .my-4, .m-4 {
  margin-top: 40px;
}
.mb-4, .my-4, .m-4 {
  margin-bottom: 40px;
}
.mr-4, .mx-4, .m-4 {
  margin-right: 40px;
}
.ml-4, .mx-4, .m-4 {
  margin-left: 40px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.d-block {
  display: block;
}
.bold {
  font-weight: bold;
}
.w-100 {
  width: 100%;
}
.text-center {
  text-align: center;
}
/* FIM CONTATO */
@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 {
  overflow-anchor: none;
  background-color: #FFF;
  margin: 0px;
  padding: calc(var(--header-size) + 5px) 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: var(--primary);
}

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

div.menutop {
  overflow: auto;
  padding-top: 47px;
  padding-bottom: 47px;
  padding-left: 20px;
  color: #FFF;
  font-weight: bold;
  margin-top: -5px;
  font-family: Solido;
  font-size: 44px;
}
@media (max-width:768px) {
  div.menutop {
    padding: 20px 0px;
  }
}
div.menutop_semtexto {
  padding-top: 50px;
  padding-left: 20px;
  padding-bottom: 50px;
  height: 50px;
  color: #FFF;
  font-weight: bold;
  margin-top: -5px;
  font-family: Solido;
  font-size: 44px;
}

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;
}

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

.menurestrito ul li{
  margin: 0px auto;
  width: 200px;
  padding: 0;
  position:relative;
  float:left;
  padding-bottom: 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:var(--primary); */
  background-color: #33afd3;
/*  -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: 53px 0px 0px 0px;
  margin: 0;
  width: 200px;
  list-style: none;
  position:absolute;
  background-color:#33afd3;
  display:none;
  /* border-radius: 10px; */
  z-index: -20;
}

.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;
  padding-bottom: 0px;
}

.menurestrito ul li ul li a {
  text-decoration:none;
  margin: 0px auto;
  display:block;
  padding: 10px 20px 10px 18px;
  line-height: 120%;
}

.menurestrito ul li ul li a:hover {
  margin: 0px auto;
  background:var(--primary);
}

.headerrestrito {
  /*background: var(--primary) url(/images/logo_top.png) no-repeat top center;*/
  background-position: top;
  width: 100%;
  max-width: 1920px;
  position: fixed;
  top: 0px;
  z-index: 100;
}

.restrito_texto {
  font-size: 18px;
  padding-bottom: 100px;
}

@media(max-width: 850px) {
  .headerrestrito{
    height: 260px;
    width: 100%;
  }

  .titulo_restrito {
    padding: 130px 0px 10px 20px;
  }

  .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;
  }

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

  .menurestrito ul li a:hover {
    margin: 0px auto;
/*    background:var(--primary); */
  }

  .menurestrito ul li ul {
  margin: 0px auto;
  padding: 0;
  margin: 0;
  width: 200px;
  list-style: none;
  position:absolute;
  background-color:var(--primary);
  display:none;
  z-index: 102;
  }

  .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;
  }
}


.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;
}

.paginacao {
  display: inline-block;
}

select[name="pg"] {
  display: inline-block;
  width: 80px;
  margin-left: 10px;
  vertical-align: middle;
  height: 25px;
}

input[type="button"] {
  /* vertical-align: top;
  height: 35px; */
  vertical-align: middle;
  height: 25px;
  margin: 0px 1px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #cccccc;
  color: #8b8b8b;
}

input[value="<"], {
  margin-right: 5px;
}

input[value=">"] {
  margin-left: 5px;
}

.qtdResultados {
  display: inline-block;
  margin-left: 10px;
}

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

}

.blocoTituloCont{
  padding: 5px;
  background-color: var(--primary);
  border-bottom: solid 1px #D9D9D9;
  color: #FFF;
}


/*
* FORMULARIO - CONTATO
*/
#formcont{
  color: var(--primary);
  font-weight: 700;
  font-family: Solido;
  text-transform: uppercase;
  font-size: 14px;
}

div.nomeform{
  margin: 10px 0 5px 17px;
  padding: 0;
  color: var(--primary);
}

#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"],
#formindica textarea,
#formindica select,
#formindica 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"],
#formcont textarea,
#formcont select,
#formcont 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"],
#formcad select,
#formcad 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;
}

#formcad label {
  color: #888;
  font-size:14px;
}

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


/*
 * HEADER
 */
header {
  position: fixed;
  z-index: 101;
  max-width: 1880px;
  top: 0;
  width: calc(100% - 40px);
  padding: 0 20px;
  background-color: var(--primary);
  place-items: center center;
  display: grid;
  grid-template-rows: 60px;
  grid-template-columns: 44px 64px 1fr 90px 1fr 108px;
  grid-template-areas:
    "menu busca nav logo space livro_acessivel";
}
header a {
  color: #FFF;
  text-decoration: none;
}
header > .menu {
  grid-area: menu;
  font-size: 25px;
}
header > .busca {
  grid-area: busca;
  font-size: 25px;
}
header > nav {
  grid-area: nav;
  justify-self: start;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  max-width: 100%;
  overflow: auto;
}
header > nav > a {
  display: inline-block;
  margin-right: 10px;
}
header > .logo {
  grid-area: logo;
}
header > .space {
  grid-area: space;
}
header > .livro_acessivel {
  grid-area: livro_acessivel;
  justify-self: end;
}
@media (max-width: 1235px) {
  :root {
    --header-size: 95px;
  }
  header {
    width: calc(100% - 20px);
    padding: 0 10px;
    grid-template-rows: 60px 35px;
    grid-template-columns: 34px 44px 1fr 78px;
    grid-template-areas:
      "menu busca logo livro_acessivel"
      "nav  nav   nav  nav            ";
  }
  header > .space {
    display: none;
  }
}

div.ruler.top {
  position: fixed;
  top: var(--header-size);
  width: 100%;
  max-width: 1920px;
  z-index: 100;
}

/*
 * MENU
 */
div.menu {
  position: fixed;
  top: var(--header-size);
  left: 0px;
  z-index: 100;
  height: calc(100vh - var(--header-size));
  max-height: calc(100vh - var(--header-size));
  width: 320px;
  background-color: var(--primary);
  border-right: solid calc(100vw - 320px) rgba(33, 78, 99, 0.65);
  background-clip: padding-box;
  overflow: auto;
  scrollbar-width: none;
  transform: translateX(-100vw);
  transition: all 250ms ease-in-out;
}
div.menu.showing {
  transform: translateX(0);
}
div.menu div.menu {
  top: 0;
}
div.menu::-webkit-scrollbar {
  display: none;
}
div.menu > a,
div.menu > span {
  display: block;
  line-height: 40px;
  font-size: 18px;
  font-family: Solido;
  color: #FFF;
  text-decoration: none;
  border-bottom: solid 1px var(--secondary);
  padding-left: 20px;
}
div.menu > span {
  font-weight: bold;
}
div.menu > a:hover {
  background-color: #FFF;
  color: var(--primary);
}
div.menu > a.submenu {
  padding-left: 15px;
  border-left: solid 5px #FFF;
  position: relative;
}
div.menu > a.submenu::after {
  position: absolute;
  right: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f105";
}

div.menu div.menu {
  border: none;
}

.menu_marcas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 40px 30px;
  place-items: center center;
  padding: 30px 20px;
}
.menu_marcas img {
  max-width: 100%;
  max-height: 70px;
}
@media(max-width: 480px) {
  div.menu {
    width: 100%;
    border: none;
  }
}

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.menuzahar {
  margin: 0px auto 15px;
  font-family: Solido;
  width: 55%;
}

div.menuzahar a {
  background-color: #c75b14;
  color: #FFFFFF;
  margin-right: 5px;
  text-decoration: none;
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
}

div.textozahar {
/*  margin: 30px 0px 15px 0px;*/
  margin: 0px 0px 15px 0px;
  border-top: 1px solid #c75b14;
  padding-top: 5px;
  background-color: #FFFFFF;
}

div.textozahar p{
  font-size: 13px;
}

div.textozahar a{
    color: #c75b14;
}


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: var(--primary);
  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: var(--primary);
    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: var(--header-size);
    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: var(--primary);
  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:var(--primary);
   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{

  }
}

.link_imagem{
  text-decoration: none;
}
.texto_livro_p{
  margin-left: 95px;
}
.sp_resumo_tp{
  font-size: 14px;
  color:#888;
}

.sp_leia_mais{
  font-weight:bold;
  color: var(--primary);
  font-size: 14px;
  font-family: Solido
}

.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: var(--primary);
}

.livrofisico:hover, .livroeb:hover{
  color: #FFF;
  background-color: var(--primary);
  cursor: pointer;
}

.livrofisico:hover .preco_t, .livroeb:hover .preco_t{
  color: #FFF;
  background-color: var(--primary);
  cursor: pointer;
}

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

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


/*
 * BANNERS
 */
div.banners_container {
  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 {
  font-size: 0px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
div.banner {
  vertical-align: bottom;
  height: 280px;
  width: 35%;
  min-width: 520px;
  max-width: 680px;
  padding-left: 0px;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  max-height: 53.8vw;
}
.banner_imgs {
  width: 35vw;
  height: 280px;
  min-width: 520px;
  max-width: 670px;
}

@media (max-width: 480px) {
  div.banner div.linha1 a {
    line-height: 20px !important;
    font-size: 25px !important;
  }
  div.banner div.linha2 {
    font-size: 14px !important;
    line-height: 15px !important;
  }
}

div.inside_banner{
  width: 71%;
}
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 a{
  font-family: Solido;
  line-height: 34px;
  font-size: 40px;
  font-weight: 800;
  white-space: normal;
  padding-bottom: 3px;
  text-decoration:none;
  border:0;
  padding: 0;
  background-color:rgba(255,255,255,0);
}


div.banner.preto div.linha1,
div.banner.preto div.linha2,
div.banner.preto div.preco {
  color: #000;
}
div.banner.preto a{
  background-color: rgba(255, 0, 0, 0);
}

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: var(--primary);
  font-size: 26px;
  font-weight: 800;
  line-height: 20px;
  padding: 0px 0px 10px 0px;
  font-family: Solido;
}

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

}

/*** AUDIO ***/
.audio_select {
  width: 250px;
  border: 0px;
  background-color: #ffffff;
}

/* VERSAO PARA PERSONALIZAR AUDIO POR NAVEGADOR

.audio_div {
  width: 300px;
  border: 1px solid #DDD;
  border-radius: 7px;
  height: 69px;
  padding: 5px;
}

.audio_select {
  width: 300px;
  border: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
  background: url('/images/audio_icone.png') no-repeat 97% 50% #ffffff;
  background-size: 18px 11px;
}

.audio_select:hover {
  background: url('/images/audio_icone_up.png') no-repeat 97% 50% #ffffff;
  background-size: 18px 11px;
}
*/


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

.texto_opcao{
  color: var(--primary);
  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 > 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: 16px;
  line-height: 22px;
  padding: 2px 9px 8px 9px;

  margin-left: 10px;
}
nav.bloco a:hover {
  color: var(--primary);

}
nav.bloco a.selected {
  border-bottom-color: var(--primary);
  color: var(--primary);
}

/*
 * EM FUNÇÃO DOS LIVROS RELACIONADOS
 */

nav.bloco.bloco_rel {
  clear: both;
  margin: 20px auto 0px;
  height: 22px;
  padding: 10px 0px 12px 0px;
  white-space: nowrap;
  background-color: var(--primary);
}

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

nav.bloco.bloco_rel a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}
nav.bloco.bloco_rel a:hover {
  color: #FFFFFF;

}
nav.bloco.bloco_rel a.selected {
  color: #FFFFFF;
  border-bottom: none;
}

/*
 * FIM bloco_rel
 */

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_rel_flex,
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: 450px;
  display:inline;
  position: relative;
  min-height: 1px;

}

@media (min-width: 1600px) {
  div.livro {
    width: 10.5%;
    margin: 0px 0px 20px;
    float: left;
  }
  div.livros_rel_flex,
  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_rel_flex,
  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_rel_flex,
  div.livros_flex {
    margin: 15px 10px 0%;
  }
  div.div_button {
  margin: 0px auto;
  text-align: center;
  position: relative;
  left:50%;
  margin-left: -125px;
  }
}
@media (max-width: 600px) AND (min-width: 481px) {
  div.livro {
    width: 23%;
    margin: 0px 0px 20px;

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

  }
  div.livros_rel_flex,
  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_selo {
  padding-top: 10px;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 16px;
  color: #888;
}

div.lista_livro_titulo {
  font-size: 20px;
  color: var(--primary);
  font-weight: bold;
  line-height: 20px;
  padding: 3px 0px 0px 0px;
  font-family: Solido;
  text-transform: uppercase;
  display: inline-block;
}

div.lista_livro_titulo a{
  color: var(--primary);
  text-decoration: none;
}


div.lista_livro_subtitulo {
  font-size: 15px;
  color: #888;
  font-weight: normal;
  line-height: 16px;
  padding: 0px 0px 0px 0px;
  font-family: Open Sans;
}

div.livro_qual_promocao {
  margin: 5px 0px -10px 0px;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 16px;
  color: #888;
}
div.livro_titulo {
  padding-top: 5px;
}
div.livro_titulo a {
  font-family: Solido;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  color: var(--primary);
  text-decoration: none;
}

.livro_ano_lacamento {
  font-family: Solido;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  color: #888;
  display:inline-block;
  padding: 0px 0px 0px 5px;
  vertical-align: top;
}


div.livro_titulo2 {
  padding-top: 10px;
}
div.livro_titulo2 a {
  font-family: Solido;
  font-weight: 800;
  font-size: 12px;
  line-height: 12px;
  color: var(--primary);
  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: var(--primary);
  font-weight: bold;
  padding-top: 5px;
}

div.bt_comprar{
  font-size: 14px;
  line-height: 16px;
  color: var(--primary);
  font-weight: bold;
  padding-top: 5px;
}
.btn_mais {
  clear:both;
  display: block;
  /*margin: 25px auto 0px;*/
  border: solid 1px var(--primary);
  border-radius: 2px;
  line-height: 40px;
  text-transform: uppercase;
  background-color: #FFF;
  color: var(--primary);
  padding: 0px 14px;
  font-weight: bold;
	margin-left:47%;
}

@media (max-width: 481px) {
  .btn_mais {
    margin-left:38%;
  }
}



.btn_mais:hover{
  background-color: var(--primary);
  color: #FFF;
  border-color: #FFF;
  cursor: pointer;
}

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

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

input.btn_mais2:hover{
  background-color: var(--primary);
  color: #FFF;
  border-color: #FFF;
  cursor: pointer;
}

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

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: var(--primary);
      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: var(--primary);
     color: #FFFFFF;
     border: none;
     font-weight: 300;
  }

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

  .botao_mais_livros {
      display: block;
/*      position: relative;*/
      border: solid 1px var(--primary);
      border-radius: 5px;
      text-transform: uppercase;
      background-color: #FFF;
      color: var(--primary);
      font-weight: bold;
      text-align: center;
      font-family: Solido;
      font-size: 14px;
      padding: 0px 14px;
      line-height: 40px;
      target-new: tab ! important;
      cursor: pointer;
      text-decoration: none;
    }

  .botao_mais_livros:hover {
     background-color: var(--primary);
     color: #FFFFFF;
     font-weight: 300;
  }

.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%;
/*  width: 100px; */
/*  border-left: solid 1px #D9D9D9;
  border-top: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9; */
  border: solid 1px #D9D9D9;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
  background-color: #FFF;
  color: var(--primary);
  font-weight: bold;
  text-align: center;
  font-family: Solido;
  font-size: 16px;
  float: left;
}

@media (max-width: 380px) {
    div.div_button {
    margin: 0px auto;
    text-align: center;
    position: relative;
    left:42%;
    margin-left: -125px;
  }
}

.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: var(--primary);
  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: var(--primary);
  font-weight: bold;
  text-align: center;
  font-family: Solido;
  font-size: 16px;
  float: left;
  height: 100%;
}

.btn_mais_detalhe_trecho{
  display: block;
  border: solid 1px #D9D9D9;
  background-color: #FFF;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: bold;
  font-family: Solido;
  font-size: 16px;
  white-space: nowrap;
  margin-top: 10px;
  padding-left: 10px;
  width: 220px;
  line-height: 38px;
  text-decoration: none;
}
.btn_mais_detalhe_trecho.avisemeDisponivel {
  width: 310px;
}

.compra_titulo {
  display: block;
  text-decoration: none;
  background-color: #F6F6F6;
  color: #6D6D6D;
  border: solid 1px #E7E7E7;
  border-radius: 10px;
  padding: 0 10px;
  margin-top: 10px;
  line-height: 36px;
  font-size: 20px;
}
.compra_titulo::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f067";
  float: right;
}
.compra_titulo.open {
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.compra_titulo.open::after {
  content: "\f068";
}

.compra_detalhes {
  background-color: #FFF;
  border: solid 1px #E7E7E7;
  border-top: none;
  border-radius: 0 0 10px 10px;
  transition: all 0.25s;
  max-height: 0;
  overflow: hidden;
}
.compra_detalhes > div {
  padding: 15px;
}
.compra_titulo.open ~ .compra_detalhes {
  max-height: 300px;
}
.compra_detalhes .preco {
  font-size: 20px;
}
.compra_detalhes .preco.normal {
  color: #828282;
  text-decoration: line-through;
}
.compra_detalhes .preco.promo {
  color: #487c56;
}

#popup_audiobook {
  z-index: 40;
  opacity: 1;
  padding: 10px 25px 30px 25px;
  background-color: #fff;
  position: absolute;
  top: 50vh;
  left: 48vw;
  width: 506px;
  height: 420px;
  margin: -87px 0px 0px -125px;
}
@media(max-width:480px){
  #popup_audiobook {
    top: 242px;
    left: 154px;
  }
}

input.popup_audiobook_fechar {
  position: absolute;
  left: 515px;
  top: 15px;
  z-index: 100;
  border: 0px;
  background-image: url(/images/fechar.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

p.popup_audiobook_titulo {
  font-family: Solido;
  font-size: 18px; /* era 16px; */
  color: var(--primary);
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0px;
}

.icon_popup_audiobook {
  display: inline-block;
  margin-bottom: -7px;
  padding-right: 5px;
}
/*** FIM AUDIOBOOK ***/


button.btn_mais_detalhe_trecho:hover div.valepresente {
  background-position: -28px 0;
}

div.valepresente {
  background: url(/images/valepresente.png) no-repeat;
  margin-right: 4px; /*10px;*/
  display: inline-block;
  width: 28px;
  height: 20px;
}

.precoLivro:hover, .precoLivroComPromocao:hover, .precoLivroSemPromocao:hover{
  cursor: pointer;
  color: #FFF;
  background-color: var(--primary);
}

.btn_mais_detalhe_trecho:hover{
  cursor: pointer;
  color: #FFF;
  background-color: var(--primary);
}
.btn_mais_detalhe_trecho.disabled:hover {
  cursor: auto;
  color: var(--primary);
  background-color: #FFF;
}

.btn_mais_detalhe:hover {
  cursor: pointer;
  color: #FFF;
  background-color: var(--primary);
}

.btn_mais_detalhe:hover .precoLivro,.btn_mais_detalhe:hover .precoLivroSemPromocao,.btn_mais_detalhe:hover .precoLivroComPromocao{
  cursor: pointer;
  color: #FFF;
  background-color: var(--primary);
}


@media(max-width: 1024px){

  div.livroNota {
    margin: 10px auto;
  }

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

.redessociais{
  background-color: #FAFAFA;
  text-transform: uppercase;
  font-family: Solido;
  position: relative;
  padding: 12px 0px 0px 0px;
  font-weight: bold;
  color: var(--primary);
  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: 1024px){
  .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: var(--primary);
    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_detalhe a:hover{
  color: var(--primary);
}


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: var(--primary);
   color: #fff;
   cursor: pointer;
}
/* Link autor na página do livro */
a.link_autor {
  text-decoration: none;
  color: #000;
}
div.detalhe_traducao_top > a.link_autor {
  color: #888;
}
/* Notícias Relacionadas */
div.not_rel {
  margin: 10px;
  overflow: auto;
  width: 100%;
  border-style: dotted none none none;
  border-color: #D9D9D9;
  border-width: 1px;
  padding-top:10px;
}
div.not_rel:first-child {
  border: none;
}

/*
 * 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="text"],
div.box input[type="email"],
div.box select,
div.box textarea,
div.box input[type="password"] {
  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: var(--primary);
}

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: 1024px) {
  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: var(--primary);
}
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: var(--primary);
  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;
  margin-top: 5px;
}

div.englobainput{
 bottom: 0px;
 position: absolute;
 display: inline-block;
}

@media (max-width: 480px) {
  div.englobainput {
    display: inline-grid;
    position: inherit;
  }
  div.englobainput:first-child {
    display: inline-grid;
    position: inherit;
  }
}

div.autor_info input:hover {
  background-color: var(--primary);
  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: inherit;
    margin-top: 10px;
  }
  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: var(--primary);
  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: var(--primary);
   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: var(--primary);
  text-transform: uppercase;
  padding: 5px 1vw 5px 1vw;
  text-align: left;
}

/* ATENDIMENTO */

div.atendimentos {
  width: 94%;
  font-family: Open Sans, sans-serif;
/*   font-size: 18px; */
  font-weight: 400;
/*  color: #262626; */
  color: #888;
  vertical-align: top;
  margin-top: 2%;
  font-size: 16px;
  padding: 0px 3%;
}

div.atendimentos a {
  color: #555;
}

/*
 * BLOCO PAGE_FLIP
 */

 .page_flip {
   width: 100%;
 }

 @media (max-width: 600px) AND (min-width: 481px) {
   .page_flip {
     display: none;
   }
 }

/*
 * 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: var(--primary);
  margin-top: 50px;
}
footer div.ft_titulo{
  color: #FFF;
  text-align: center;
  /*line-height: 50px; */
  padding: 50px 0px 40px 0px;
  font-size: 22px;
  clear: both;
}
footer div.ft_texto {
  color: #FFF;
  text-align: center;
  max-width: 600px;
  margin: 0px auto;
  padding: 0px 10px;
}

footer nav{
  max-width: 1100px;
  text-align: center;
  margin: 0px auto;
}

footer nav a{
  display: inline-block;
  /*line-height: 60px;*/ 
  line-height: 30px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  padding: 0px 10px;
}

footer div.media {
  text-align: center;
  font-size: 0px;
  padding-bottom: 60px;
}
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/logos/rodape/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.logos a.pontoDeLeitura { background-position: 0px -1440px; }
footer div.logos a.breveCompanhia { background-position: 0px -1530px; }
footer div.logos a.zahar { background-position: 0px -1620px; }
footer div.logos a.pequenazahar { background-position: 0px -1710px; }
footer div.logos a.classicoszahar { background-position: 0px -1800px; }
footer div.logos a.brinquebook { background-position: 0px -1890px; }
footer div.logos a.jbc { background-position: 0px -1980px; }
footer div.logos a.escarlate { background-position: 0px -2070px; }

footer div.direitos {
  line-height: 66px;
  color: #FFF;
  text-align: center;
}
div.endCIA{
  text-align: center;
  color: #FFF;
  width: 20%;
  display: inline-block;
}

/*
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: var(--primary);
  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: var(--primary);
  -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;
}

div.detalhe_mapa {
  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: var(--primary);
}

div.detalhe_topInfo {
  display: grid;
  grid-template-columns: 325px auto;
  grid-template-areas:
    "capa info"
    "capa compra";
  width: 955px;
  padding: 3%;
  margin: 0px auto;
  overflow: auto;
}
div.detalhe_capa {
  grid-area: capa;
}
div.detalhe_resumo {
  grid-area: info;
}
div.detalhe_compra {
  grid-area: compra;
}
@media (max-width: 1024px) {
  div.detalhe_topInfo {
    grid-template-columns: auto;
    grid-template-areas:
      "info"
      "capa"
      "compra";
  }
  div.detalhe_capa {
    margin: 20px auto;
    width: 270px;
  }
  .btn_mais_detalhe_trecho {
    margin: 10px auto 0;
  }
  .btn-grad-blue {
    margin: 10px auto 0;
  }
  .errata {
    display: none;
  }
}

div.detalhe_livro_titulo {
  font-size: 45px;
  color: var(--primary);
  font-weight: bold;
  line-height: 45px;
  font-family: Solido;
}

div.detalhe_livro_subtitulo {
  font-size: 20px;
  color: #888;
  font-weight: normal;
  line-height: 25px;
  padding: 4px 0px 4px 0px;
  font-family: Solido;
}


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


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

  div.div_trecho{
  padding-top: 35px;
}

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{
  padding: 30px 0px 5px 0px;
  color: var(--primary);
  font-size: 15px;
  clear: both;
}

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: 1024px) {

  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#boxAviseme {
  clear: both;
  margin-top: 30px;
  float: left;
}

@media (max-width: 480px) {
  div#boxAviseme {
    float: none;
  }
}


/* e-card a parte que falta */
#popup_ecard {
  z-index: 40;
  opacity: 1;
  padding: 10px 25px 30px 25px;
  background-color: #fff;
  width: 250px;
  position: absolute;
  top: 50vh;
  left: 48vw;
  width: 600px;
  height: 420px;
  margin: -87px 0px 0px -125px;
}

input.popup_ecard_fechar {
  position: absolute;
  left: 610px;
  top: 15px;
  z-index: 100;
  border: 0px;
  background-image: url(/images/fechar.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

input.popup_ecard_campos {
  height: 30px;
  font-size: 14px;
  color: #888;
  margin-bottom: 5px;
}

.popup_ecard_botao {
  border: 0px;
  border-radius: 2px;
  background-color: #333333;
  z-index: 40;
  padding: 10px 15px;
  font-weight: bold;
  color: #ffffff;
}

p.popup_ecard_titulo {
  font-family: Solido;
  font-size: 16px;
  color: var(--primary);
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0px;
}

p.popup_ecard {
  font-size: 14px;
  color: #888;
}

@media(max-width:480px){
  #popup_ecard {
    top: 242px;
    left: 154px;
  }
}

/* ERRATA */
#popup_errata {
  z-index: 40;
  opacity: 1;
  padding: 10px 25px 30px 25px;
  background-color: #fff;
  position: absolute;
  top: 35vh;
  left: 38vw;
  width: 506px;
  height: 420px;
  margin: -87px 0px 0px -125px;
}

input.popup_errata_fechar {
  position: absolute;
  left: 515px;
  top: 15px;
  z-index: 100;
  border: 0px;
  background-image: url(/images/fechar.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

input.popup_errata_campos {
  height: 30px;
  font-size: 14px;
  color: #888;
  margin-bottom: 5px;
  width: 300px;
}

input.popup_errata_descricao {
  height: 100px;
  font-size: 14px;
  color: #888;
  margin-bottom: 5px;
  width: 500px;
}

.popup_errata_botao {
  border: 0px;
  border-radius: 2px;
  background-color: #333333;
  z-index: 40;
  padding: 10px 15px;
  font-weight: bold;
  color: #ffffff;
}

p.popup_errata_titulo {
  font-family: Solido;
  font-size: 16px;
  color: var(--primary);
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0px;
}

p.popup_errata {
  font-size: 14px;
  color: #888;
}

@media(max-width:480px){
  #popup_errata {
    padding: 10px 25px 30px 25px;
    height: 450px;
    top: 35vh;
    left: 30vw;
    width: 85%;
  }
  
  input.popup_errata_fechar {
    left: 90vw;
    top: 15px;
    width: 14px;
    height: 14px;
  }
  
  input.popup_errata_campos {
    width: 200px;
  }
  
  input.popup_errata_descricao {
    width: 250px;
  }

}

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

div.op_ebook{
  position:relative;
  padding: 0px 40px;
  display: none;
}


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;
}

.video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.video_wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media(max-width: 1024px){
  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;
  }

  div.detalhe_livro_titulo {
    text-align: center;
    font-size: 45px;
    color: var(--primary);
    font-weight: bold;
    line-height: 40px;
  }

  div.detalhe_livro_titulo {
    text-align: center;
    font-size: 20px;
    color: #888;
    font-weight: normal;
    line-height: 25px;
  }

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

}


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

div.pagcompleta2{
  background-color: #FFF;
  width: 100%;
}

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

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

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

@media(max-width: 1024px){
  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{
    margin: 0px auto;
  }


  .barra_azul{
    background-color: var(--primary);
    height:5px;
    width: 100%;
  }

  .barra_azul_audiobook{
    background-color: var(--primary);
    height:1px;
    width: 100%;
  }


}


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

div.barra_cinza2 > a {
  float: right;
  display: block;
  border-left: 1px #D9D9D9 solid;
  width: 40px;
  height: 40px;
  background-image: url(/images/resultButtons.png);
  background-repeat: no-repeat;
}

a#vcompacta {
  background-position: 0px -240px;
}
a#vcompacta:hover {
  background-position: 0px -280px;
}
a#vcompleta {
  background-position: 0px -160px;
}
a#vcompleta:hover {
  background-position: 0px -200px;
}

div.filtrosOrdenacao {
  font-size: 0;
  position: relative;
  margin-bottom: 10px;
}
div.filtrosOrdenacao > a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  width: 47.5%;
  margin-top: 10px;
  border-style: solid none;
  border-width: 1px;
  border-color: #D9D9D9;
  padding-left: 1.5%;

  text-decoration: none;
  color: #888;
  font-size: 16px;

  background: url(/images/resultButtons.png) no-repeat right 10px top -360px;
}
div.filtrosOrdenacao > a:first-child {
  margin-right: 2%;
}
div.filtrosOrdenacao > a.active,
div.filtrosOrdenacao > a:hover {
  background-color: var(--primary);
  color: #FFF;
  background-position: right 10px top -320px;
}
div.filtrosOrdenacao > div {
  display: none;
  position: absolute;
  width: 49%;
  top: 51px;
  max-height: 160px;
  overflow: auto;
  background-color: var(--primary);
  z-index: 1;
}
div.filtrosOrdenacao > div::-webkit-scrollbar {
  width: 5px;
}
div.filtrosOrdenacao > div::-webkit-scrollbar-track {
  background-color: var(--primary);
}
div.filtrosOrdenacao > div::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: rgba(0, 0, 0, 0.3);
}

div.filtrosOrdenacao > div:last-child {
/*  margin-left: 51%;*/
}
div.filtrosOrdenacao > div > a {
  display: block;
  border-top: solid 1px #2daed6;
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
  line-height: 40px;
  height: 40px;
  padding-left: 3%;
}
div.filtrosOrdenacao > div > a:hover {
  background-color: #FFF;
  color: #888;
}
@media(max-width: 480px){
  div.filtrosOrdenacao > a {
    width: 97%;
    padding-left: 3%;
    margin-top: 0;
    border-top: none;
  }
  div.filtrosOrdenacao > a:first-child {
    margin-top: 10px;
    border-top: solid 1px #D9D9D9;
  }
  div.filtrosOrdenacao > div {
    width: 100%;
  }
  div.filtrosOrdenacao > div:last-child {
    margin: 0;
    top: 92px;
  }
}

a.section {
  display: block;
  background-color: #FFF;
  line-height: 40px;
  color: var(--primary);
  border-bottom: solid 1px var(--primary);
  padding-left: 10px;
  text-decoration: none;
  background-image: url(/images/plus_minus.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) -80px;
}
a.section:hover {
  background-color: var(--primary);
  background-position: calc(100% - 10px) -120px;
  color: #FFF;
}
a.section.closed {
  background-position: calc(100% - 10px) 0;
}
a.section.closed:hover {
  background-position: calc(100% - 10px) -40px;
}

.barra_cinza{
  background-color: #FFF;
  width: 100%-10px;
  height: 40px;
  line-height: 40px;
  color: var(--primary);
  border-style: none none solid none;
  border-width: 1px;
  border-color: var(--primary);
  padding-left: 10px;
  height: auto;
}

.barra_cinza:hover{
  cursor: pointer;
  background-color: var(--primary);
  color: #FFF;
  border-color: var(--primary);
}

.barra_cinza_audiobook{
  background-color: #FFF;
  width: 100%-10px;
  height: 40px;
  line-height: 40px;
  color: var(--primary);
  padding-left: 10px;
  height: auto;
}

.barra_cinza_audiobook:hover{
  cursor: pointer;
  background-color: var(--primary);
  color: #FFF;
  border-color: var(--primary);
}



.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;
}
.barra_cinza2input3 {
  display: block;
  float: right;
  border: none;
  width: 15px;
  height: 13px;
  margin-top: 13px;
  margin-right: 10px;
  background-image: url(/images/mm.png);
  background-position: 0px -13px;
}
a.tituloSerie:hover .barra_cinza2input3 {
  background-image: url(/images/mm_branco.png);
}

@media(max-width: 1024px){
  .barra_cinza2input2, .barra_cinza2input{
    background-image: url(/images/mais.png);
  }
}
@media(max-width: 480px){
  .barra_cinza2input2, .barra_cinza2input{
    background-image: url(/images/mais.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: var(--primary);
}

#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: var(--primary);
  height: 4px;
  width: 100%;
}

.barra_azul_audiobook{
  background-color: var(--primary);
  height: 1px;
  width: 100%;
}


.bloco_detalhestexto{
  width: 630px;
  margin-left: 55px;
  float: right;
  font-size: 16px;
}

.bloco_detalhestexto2{
  width: 630px;
  margin-left: 30px;
  float: right;
  font-size: 16px;
}

.bloco_rec_img{
  float:left;
  width:150px;
  height:224px;
}
.bloco_rec_div{
  padding-top: 7px;
  margin-right:10px;
  margin-left:160px;
  font-family: Solido;
}
.bloco_rec_div2{
  padding-top: 7px;
  margin-right:10px;

  font-family: Solido;
}
@media(min-width: 1024px){
  .bloco_menu_detalhe{
    width: 275px;
    position: sticky;
    top: 70px;
  }
}

@media(max-width: 1024px){
  .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;
    z-index: 99;
  }

}

.bloco_menu_detalhe{
  font-size: 16px;
  background-color: #FFF;
  float: left;
}
.bloco_menu_detalhe > nav > a {
  display: block;
  text-decoration: none;
  color: #888;
  line-height: 40px;
  border-top: solid 1px #D9D9D9;
  padding-left: 10px;
  background-image: url(/images/seta_menu_interno_h.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
}
.bloco_menu_detalhe > nav > a:hover {
  background-color: var(--primary);
  color: #fff;
}

.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: var(--primary);
  color: #fff;
}

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

.bloco_menu_detalhe ul li:selection{
  background-color: var(--primary);
  color: #FFF;
}

.txt_azul_menu{
  color: var(--primary);
}

.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;

  }
}

.txtMenuT {
  color: var(--primary);
  font-family: Open Sans;
  padding-left: 10px;
  padding-bottom: 5px;
}

div.blocotxtCapa {
  margin-bottom: 40px;
  color: var(--primary);
  font-family: Solido;
}
.textoCapa{
  color: var(--primary);
  font-family: Solido;
}
.textoCapa1, .textoCapa {
  font-size: 44px;
  line-height: 44px;
}
.textoCapa2 {
  font-size: 36px;
  line-height: 40px;
}
.textoCapa3 {
  font-size: 30px;
  line-height: 34px;
}
.textoCapa4 {
  font-size: 26px;
  line-height: 32px;
}

@media(max-width: 1024px){
  div.blocotxtCapa{
    margin-left: 10px;
    margin-bottom: 35px;
  }
}

div.area_link_site {
  display: inline-block;
  font-size: 14px;
  float: right;
  margin: 28px 30px 0px 0px;
}

a.link_site {
  text-decoration: none;
  color: #ffffff;
}


/*
 * P?GINA /PROMOCOES/
 */

.titulo_promocoes {
  color: #FFFFFF;
  font-size: 30px;
}





/*
 * ÁREA ADMINISTRATIVA
 */


div.titulo_restrito {
  font-size: 25px;
  color: var(--primary);
  font-weight: bold;
  line-height: 40px;
  padding: 30px 0px 10px 20px;
}

div.subtitulo_restrito {
  font-size: 20px;
  color: var(--primary);
  font-weight: bold;
  line-height: 40px;
  padding: 10px 0px 0px 0px;
}

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

div.erro_restrito {
  margin-top: 20px;
  color: #FF0000;
}

div.resultado_busca_restrito{
  font-size: 12px;
  line-height: 16px;
  color: var(--primary);
  font-weight: bold;
  padding-top: 40px;
}

table.lista {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 90%;
  margin: 30px 0px;
  border: 1px solid #d1d1d1;
}
table.lista th {
  background-color: var(--primary);
  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;
}

table.lista td span.destaque {
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  color: var(--primary);
  text-decoration: none;
}

/*
SALA DO PROFESSOR - SERIA ESTE ANTIGO
*/
header#headerTopoSP > a {
  display: none;
}
@media (max-width:768px){
    header#headerTopoSP > a {
        display: block;
        float: left;
        height: 60px;
        width: 60px;
        border-right: solid 1px var(--secondary);
        background-image: url(/images/menu.png);
        background-repeat: no-repeat;
    }
}

#menuTopoSP {
  padding: 0;
  height: 50px;
  width: 100%;
  background-color: var(--primary);
  margin-top:-5px;
  text-align: center;
  position: fixed;
  z-index: 101;
}

@media (max-width:768px){
#menuTopoSP {
    display: none;
}
}

nav.headerhSalaProf {
  width: 100%;
  background-color: var(--primary);
  padding: 8px 0px;
}

.headerh2 a{
  display: inline-block;
  padding-left: 18px;
  line-height: 25px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
.item_header_prof{
  float: left;
  width: 100px;
  margin: 5px;
}
.titulo_sala_professor{
  margin-left: 10px;
  margin-top: 120px;
/*  font-size: 40px;*/
  font-weight: 600;
  font-size: 26px;
  margin-top: 120px;
  }
@media (max-width: 768px) {
  .titulo_sala_professor{
  margin-top: 0px;    
  }
}
.titulo_sala_professor a{
  text-decoration: none;
  color: #FFF;
}
.link_barra_cinza{
  text-decoration: none;
}
div.barra_busca2 {
  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_busca2 table {
  width: 100%;
  background-color: rgba(33,78,99, 0.65);
  border-collapse: collapse;
  border-spacing: 0;
}
div.barra_busca2 table td {
  padding: 0;
}

div.barra_busca2 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_busca2 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_busca2 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_busca2 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_busca2 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_busca2 a.busca:hover {
  background-image: url(/images/menu_hover.png);
}
div.barra_busca2 form {
  float: left;
  width: 100%;
}
div.barra_busca2 #sel_ciclo,#sel_tema {
  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;
  height: 100%;
  outline: none;
}
#sel_ciclo{
    width: 34vw;
}
#sel_tema{
    width: 41vw;
}

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

.link_bcinza_busca{
  text-decoration: none;
}

.link_bcinza_busca div:hover{
  background-color: var(--primary);
  color: #FFF;
}
.nl_menu_titulo{
  font-weight: bold;
  font-size: 18px;
}
.nl_menu_titulo:hover, .nl_a_livro:hover, .navmat:hover{
  color: var(--primary);
}
.nl_menu_subtitulo{
  font-weight: bold;
}
#td_pgs{
  font-size: 12px;
}
#td_pgs a{
  text-decoration: none;
}
#td_pgs a:hover{
  color: var(--primary);
}
#detalhe_salaprof:hover{
  background-color: #FFF;
  color: var(--primary);
  cursor: inherit;
}
.bloco_menu_detalhe_sp{
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  background-color: #FFF;
  float:left;
  text-align: left;
  width: 275px;
}

.bloco_menu_detalhe_sp .bloco_txt_detalhe{
  display: block;
}

.divmenu_detalhesp{
  width: 275px;
  border:none;
  margin-top: 9px;
}
.imagem_atalunos{
  width: 160px;
  float: left;
}
.div_texto_atalunos{
  padding: 36px 10px 0px 10px;
}
.div_textocomlivro1{
  padding: 22px 1.5% 0px 1.5%;
  float: left;
  width: 65%;
}
@media(max-width:480px) {
  .div_textocomlivro1 {
    width: 97%;
    padding: 22px 1.5% 0px 3%;
  }
}


.div_textocomlivro2{
  float: right;
  width: 27%;
  padding: 60px 1.5% 0px 1.5%;
}
.div_textocomlivro2 img{
  width: 148px;
}
#cat_det, #map_detalhe{
   display: none;
}
div.bloco_txt_detalhe_det{
  padding: 20px 10px 40px 10px;
  overflow: auto;
  color: #888;
  line-height: 24px;
}
div.bloco_txt_detalhe_det a{
  color: #888;
}
div.bloco_txt_detalhe_det a:hover{
  color: var(--primary);
}
.uma_amizade_p{
  padding-left: 50px;
}
.h3_uma_amizade{
  color:#008c44;
  padding: 0px 0px 0px 50px;
}
.div_uma_amizade{
  padding: 0px 0px 0px 50px;
  font-size: 14px;
}
.inicio_manoel_barros{
  width: 100%;
}
.inicio_manoel_barros img{
  width: 30%;
  float: left;
}
.texto1_mb{
  width: 23%;
  padding-left: 6%;
  font-size: 11px;
  vertical-align: bottom;
  float: right;
  padding-top: 17px;
  padding-right: 2%;
}
@media(max-width:480px){
  .texto1_mb{
    padding-right: 25px;
    width: 40%;
  }
}

.texto2_mb{
  width: 35%;
  padding-left: 2%;
  font-size: 15px;
  vertical-align: bottom;
  margin-left:190px;
  padding-top: 23px;
}
@media(max-width:480px){
  .texto2_mb{
    padding-top: 17px;
    margin-left: 20px;
    width: 40%;
  }
}

.metade1_mb{
  width: 63%;
  vertical-align: top;
  float: left;
}
.metade2_mb{
  width: 32%;
  float: right;
}
#img_sp{
  width: 190px;
}
#imgcat_sp{
  width: 190px;
}
#selectMaterial{
  width: 165px;
}
.det_titulo1{
  float: left;
}
.det_titulo1 span{
  display:block;
  clear: both;
  float: right;
  margin: 0px 5px;
  margin-top: -2px;
}
.det_titulo2{

}
@media(max-width:1024px){
  div.bloco_txt_detalhe_det{
    display:none;
  }
  .bloco_menu_detalhe_sp{
    margin-top: 30px;
    width: 100%;
    clear: both;
    float: none;
  }
  .divmenu_detalhesp{
    width: 100%;
    border-bottom: 1px solid var(--primary);
    padding: 10px 0px;
    margin: 0px;
  }
  .divmenu_detalhesp:hover{
    background-color: var(--primary);
    cursor: pointer;
  }
  .divmenu_detalhesp:hover span{
    color: #FFF;
  }
  .imagem_atalunos{
    width: 15.6vw;
  }
  #cat_det, #map_detalhe{
     display: block;
     margin-top: 5px;
  }

}
@media(max-width:590px){
  #img_sp{
    width:32vw;
    vertical-align: top;
  }
  #imgcat_sp{
    width:32vw;
    vertical-align: top;
  }
  #selectMaterial{
    margin-bottom:10px;
    position: relative;
    padding-left: 5px;
    right: 50%;
    margin-left: 60px;
  }
  .det_titulo1{
    line-height: 15px;
  }

  .det_titulo1 span{
    display:none;
  }
  .det_titulo2{
    clear: both;
    float: none;
    line-height: 25px;
  }
}
@media(max-width:520px){
  .div_textocomlivro2 img{
    width: 100%;
  }
}
@media(max-width:480px){
  .div_texto_atalunos{
    text-align: center;
  }
  .imagem_atalunos{
    width: 160px;
    float:none;
    clear: both;
    position: relative;
    left: 50%;
    margin-left: -73px;
  }
  .div_textocomlivro2{
    clear: both;
    float: none;
    position: relative;
    left: 50%;
    margin-left: -73px;
    padding-bottom: 30px;
    width: 60%;
  }
  .div_textocomlivro2 img{
    width: 148px;
  }
  .uma_amizade_p{
    padding-left: 10px;
  }
  .h3_uma_amizade{
    padding: 0px 0px 0px 10px;
  }
  .div_uma_amizade{
    padding: 0px 0px 0px 10px;
  }
  .inicio_manoel_barros img{
    width: 88%;
    clear: both;
    float: none;
    margin: 10px 6%;
  }
/*  .texto2_mb{
    padding-left: 10px;
  } */
  .metade1_mb, .metade2_mb{
    width: 100%;
  }
  .metade2_mb{
    text-align: center;
  }
  .metade2_mb img{
    position: relative;
    left: 50%;
    margin-left: -90px;
  }
  #selectMaterial{
    right: 25%;
    margin-left: 54px;
  }
}

.navmat {
  text-decoration: none;
}
.navmat:link {
  text-decoration: none;
}
.navmat:visited {
  text-decoration: none;
}
.navmat:active {
  text-decoration: none;
}
.navmat:hover {
  text-decoration: none;
  color: var(--primary);
}
.navmat a {
  text-decoration: none;
}

@media (max-width: 481px) {
.navmat {
  font-size: 10px;
  line-height: 15px;
}
.navmat:link {
  font-size: 10px;
  line-height: 15px;
}

.navmat:visited {
  font-size: 10px;
  line-height: 15px;
}
.navmat:active {
  font-size: 10px;
  line-height: 15px;
}
.navmat:hover {
  font-size: 10px;
  line-height: 15px;
}
.navmat a {
  text-decoration: none;
}
}


/* SALA DO PROFESSOR */
div.livro_sp {
  width: 10.5%;
  vertical-align: top;
  padding: 0px 0px 20px 1.7%;
  float: left;
/*Solicitacao do Renato porque quando os titulos sao pequenos fica espaco brando indesejavel*/
  height: 385px;
  display:inline;
  position: relative;
  min-height: 1px;
}

@media (max-width: 481px) {
  div.livro_sp {
    width: 45%;
    padding: 0px 1% 10px 3%;
    height: 330px;
  }
}

div.livro_sp img {
  width: 100%;
  border: 1px solid #e5e5e5;
}

.buscasp {
  margin-top: 90px;
  margin-bottom: 50px;
  border: 1px solid #e5e5e5;
  padding: 10px 5%;
  height: 200px;
  width: 90%;
}

select.campodebusca1 {
  background-color: #FFFFFF;
  display: inline-block;
  width: 180px;
  margin-right: 15px;
}

select.campodebusca2 {
  background-color: #FFFFFF;
  display: inline-block;
  width: 400px;
  margin-right: 15px;
}

.titulosp {
  font-family: Solido;
  font-size: 16px;
  color: var(--primary);
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
}

.btn_mais_sp {
  clear:both;
  display: inline-block;
  border: solid 1px var(--primary);
  border-radius: 2px;
  line-height: 33px;
  text-transform: uppercase;
  background-color: #FFF;
  color: var(--primary);
  padding: 0px 14px;
  font-weight: bold;
  margin-left: 0%;
  vertical-align: top;
}

input.btn_mais_sp:hover{
  background-color: var(--primary);
  color: #FFF;
  border-color: #FFF;
  cursor: pointer;
}

@media (max-width: 481px) {
  .buscasp {
    margin-top: 80px;
    margin-bottom: 40px;
    padding-bottom: 25px;
  }
  select.campodebusca1, select.campodebusca2 {
    display: inline;
    width: 280px;
    margin-bottom: 10px;
  }

  .btn_mais_sp {
    display: inline;
    width: 280px;
    margin-left: -14px;
  }
}

/* SALA PROFESSOR - BANNERS */
div.banners_container_sp {
  height: 310px;
  overflow: hidden;
  margin-top: -5px;
}

.botoes_navesq_sp {
  position: absolute;
  z-index: 97;
  top: 295px;
  width: 28px;
  left: 10px;
  height: 28px;
  cursor: pointer;
  background-image: url(/images/banner_seta-esq_regular.png);
}

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

div.banners_sp {
  height: 280px;
  font-size: 0px;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 480px) {
  div.banners_container_sp {
    height: 180px;
  }
  .botoes_navesq_sp {
    top: 225px;
  }
  .botoes_navdir_sp {
    top: 225px;
  }
  div.banners_sp {
    height: 150px;
  }
}

.linkpnld_sp {
  top: 0px;
  background-color: #4290B6;
  font-size: 14px;
  text-transform: uppercase;
  width: 160px;
  text-align: center;
  height: 59px;
  position: absolute;
}

@media (max-width: 500px) {
  .linkpnld_sp {
    right: 5px;
  }
}



/* POPUP INDISPONIVEL */
#blackout {
  display: none;
  background-color: rgba(77, 120, 131, 0.75);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000000000;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

#popup {
  z-index: 40;
  opacity: 1;
  padding: 50px 25px 50px 25px;
  background-color: #fff;
  width: 250px;
  position: absolute;
  top: 50vh;
  left: 50vw;
  height: 175px;
  margin: -87px 0px 0px -125px;
}

input.popup_fechar {
  position: absolute;
  left: 270px;
  top: 15px;
  z-index: 100;
  border: 0px;
  background-image: url(/images/fechar.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

input.popup_email {
  height: 30px;
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}

.popup_botao {
  border: 0px;
  background-color: #fff;
  z-index: 40;
  position: absolute;
  top:108px;
  left: 225px;
  padding: 0px 0px;
}

.popup_botao_aviseme_autor {
  border: 0px;
  background-color: #fff;
  z-index: 40;
  position: absolute;
  top:130px;
  left: 225px;
  padding: 0px 0px;
}

p.popup_titulo {
  font-family: Solido;
  font-size: 18px;
  color: var(--primary);
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0px;
}

p.popup {
  font-size: 14px;
  color: #888;
}

@media(max-width:480px){
  #popup {
    top: 242px;
    left: 154px;
  }
}

/* DEMONSTRATIVOS */

.headerdemonstrativo {
  background: var(--primary) 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;
}

.headerdemonstrativo > a {
  display: block;
  float: right;
  height: 60px;
  width: 60px;
  background-image: url(menu.png);
  background-repeat: no-repeat;
  z-index: 110;
}

.bloco_detalhestexto_dem{
  width: 100%;
  padding: 20px 0px 20px 0px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.link_esqueceu { font-family: Open Sans, sans-serif; font-size: 12px; text-decoration: none; color: var(--primary);}
a.link_esqueceu:link { font-family:  Open Sans, sans-serif; font-size: 12px; font-weight: normal; text-decoration: none; color:var(--primary);}
a.link_esqueceu:active { font-family: Open Sans, sans-serif; font-size: 12px; font-weight: normal; text-decoration: none; color: var(--primary);}
a.link_esqueceu:visited { font-family: Open Sans, sans-serif; font-size: 12px; font-weight: normal; text-decoration: none; color: var(--primary);}
a.link_esqueceu:hover { font-family: Open Sans, sans-serif; font-size: 12px; font-weight: normal; text-decoration:none; color:#000000;}

div.destaquedem {
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: var(--primary);
  text-decoration: none;
  padding: 15px 0px 15px 0px;
}

div.nomedem {
  font-weight: 500;
  font-size: 16px;
   font-style: italic;
  line-height: 15px;
  color: var(--primary);
  text-decoration: none;
  padding: 15px 0px 0px 48px;
}

div.pgdem {
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: var(--primary);
  padding-top: 15px;
}
div.pgdem img {
  display: inline-block;
  margin: 0px 7px -3px;
}
a.pgdem {
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: var(--primary);
}
div#autorespp {
  display: none;
  border: solid 1px #777;
  position: absolute;
  background-color: #FFF;
  text-align: center;
  padding: 4px;
}
div#autorespp input[type='number'] {
  width: 50px;
  text-align: center;
}

div.barra_agentedem{
  background-color: #FFF;
  height: 40px;
  line-height: 40px;
  color: var(--primary);
  border-style: none none solid none;
  border-width: 1px;
  border-color: var(--primary);
  padding-left: 10px;
  height: auto;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: bold;
}


div.barra_autordem{
  background-color: #FFF;
  height: 30px;
  line-height: 20px;
  color: var(--primary);
  border-style: none none solid none;
  border-width: 1px;
  border-color: var(--primary);
  padding-left: 10px;
  height: auto;
  margin-bottom: 20px;
  font-size: 13pt;
  font-weight: bold;
}
div.periododem{
  color: #000000;
  font-weight: normal;
  font-size: 12pt;
  padding: 10px 0px 10px 48px;
/*  border-bottom: 1px dashed #000000;*/
  margin-bottom: 10px;
}

.agenciado_box {
  color: #262626;
  font-size: 13px;
  font-family: Open Sans, sans-serif;
}

.agenciado_box a {
  color: var(--primary);
  display: block;
  margin-left: 48px;
}

.agenciado_box a:hover {
  color: #000000;
}
.agenciado_box .ckb_arq {
  margin-left: 29px;
}
.agenciado_box div {
  margin-left: 48px;
  padding: 5px 0px 5px 0px;
}

.agente_box {
  clear: both;
}

span.radiotxt {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: #888;
  padding: 0px 5px 0px 3px;
}

div.textareatxt {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: #888;
  padding: 10px 5px 10px 3px;
  width: 85%;
}

div.icone_help_upload_arquivo {
background: url(/demonstrativos/restrito/images/icone_autor.png) no-repeat;
margin-right: 5px;
display: inline-block;
width: 18px;
height: 17px;
}

button.btn_help_upload_arquivo {
  display: block;
  position: relative;
  border: none;
  height: 100%;
  border: 0px;
  padding: 10px 10px 10px 10px;
  text-transform: uppercase;
  background-color: #FFF;
  color: var(--primary);
  font-weight: bold;
  text-align: center;
  font-family: Solido;
  font-size: 16px;
  float: left;
  margin-bottom: 10px;
}

button.btn_help_upload_arquivo:hover div.icone_help_upload_arquivo{
background-position: -18px 0;
}

.btn_help_upload_arquivo:hover {
  cursor: pointer;
  color: #FFF;
  background-color: var(--primary);
}

input.btn_dwlzip {
  clear:both;
  display: block;
  /*margin: 25px auto 0px;*/
  border: solid 1px var(--primary);
  border-radius: 2px;
  line-height: 20px;
  text-transform: uppercase;
  background-color: #FFF;
  color: var(--primary);
  padding: 0px 14px;
  font-weight: bold;
  margin:50px 0px 30px 0%;
}

input.btn_dwlzip:hover{
  background-color: var(--primary);
  color: #FFF;
  border-color: #FFF;
  cursor: pointer;
}

.outrosarq_box {
  color: #262626;
  font-size: 13px;
  font-family: Open Sans, sans-serif;
}

.outrosarq_box a {
  color: var(--primary);
  display: block;
  margin-left:0px;
}

.outrosarq_box a:hover {
  color: #000000;
}

.busca_dem {
  margin: 0px auto 20px;
  background-image: url('/demonstrativos/images/dem_busca.png');
  background-repeat: no-repeat;
  padding: 0px 0px 0px 60px;
  width: 300px;
  text-align: right;
}

input[type="text"].campo_busca_dem {
  height: 30px;
  width: 230px;
  padding-left: 5px;
}

input[type="submit"].btn_busca_dem {
  height: 36px;
  border: solid 1px var(--primary);
  background-color: #fff;
  font-weight: bold;
  color: var(--primary);
}

.barra_materiais_encontrados{
  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;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

/* INDICA */
.menutop_indica {
  overflow: auto;
  padding: 0px 0px 0px 50px;
  position: relative;
  color: #FFF;
  font-weight: bold;
  margin-top: -5px;
  font-family: Solido;
  font-size: 44px;
  height: 373px;
  background-color: var(--primary);
}

img.img_indica {
  top: 0px;
  max-width: 406px;
  margin: 0px auto;
}

div.bloco_txt_detalhe_indica {
  padding: 20px 10px 40px 10px;
  overflow: auto;
  color: #888;
  line-height: 24px;
}
div.bloco_txt_detalhe_indica a:hover{
  color: var(--primary);
}

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

@media(max-width: 480px) {
  .menutop_indica {
    padding: 0px 0px;
    height: 100%;
  }
  img.img_indica {
    width: 100%;
  }
  .bloco_detalhestexto_indica {
    width: 100%;
    padding-top: 0px;
    margin: 0;
    float: none;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
  }
}

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

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

form input[type='text'].erro,
form select.erro,
form textarea.erro,
form input[type='email'].erro {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

nav.pgMenu {
  width: 275px;
  float: left;
  position: sticky;
  top: 70px;
}
@media(max-width: 1024px) {
  nav.pgMenu {
    display: none;
  }
}
nav.pgMenu a {
  display: block;
  line-height: 40px;
  padding: 0 10px;
  border-top: solid 1px #D9D9D9;
  text-decoration: none;
  color: #888;
  font-size: 16px;
  background-image: url(/images/seta_menu_interno_h.png);
  background-repeat: no-repeat;
  background-position: 247px center;
}
nav.pgMenu a:hover {
  background-color: var(--primary);
  color: #FFF;
}
div.chamadaBloco {
  line-height: 24px;
  font-size: 19px;
  color: #888;
  margin: 10px 0 40px;
}

div.duvidas > a {
  display: block;
  line-height: 40px;
  border-bottom: solid 1px var(--primary);
  color: var(--primary);
  font-size: 16px;
  text-decoration: none;
  padding: 0 10px;
  background-image: url(/images/plus_minus.png);
  background-repeat: no-repeat;
  background-position: right 10px top;
}
div.duvidas > a:hover {
  background-color: var(--primary);
  color: #FFF;
  background-position: right 10px top -40px;
}
div.duvidas > a.selected {
  background-position: right 10px top -80px;
}
div.duvidas > a.selected:hover {
  background-position: right 10px top -120px;
}

.slide-enter-active, .slide-leave-active {
  transition: all 1s ease;
}
.slide-enter-to, .slide-leave {
  max-height: 700px;
  overflow: hidden;
}
.slide-enter, .slide-leave-to {
  max-height: 0;
  overflow: hidden;
}
.duvida_detalhe {
  margin: 20px 10px 40px;
  color: #888;
}
.duvida_detalhe a {
  color: #888;
}
.duvida_detalhe a:hover {
  color: var(--primary);
}

.classicForm label {
  display: block;
  margin: 10px 0 5px 17px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: 85%;
  max-width: 480px;
}
.classicForm input[type='text'],
.classicForm input[type='tel'],
.classicForm input[type='email'],
.classicForm input[type='password'],
.classicForm input[type='date'],
.classicForm input[type='url'],
.classicForm textarea {
  width: 85%;
  max-width: 480px;
}
.classicForm input[type='text'],
.classicForm input[type='tel'],
.classicForm input[type='email'],
.classicForm input[type='password'],
.classicForm input[type='date'],
.classicForm input[type='url'],
.classicForm textarea,
.classicForm select {
  border: solid 1px #CCC;
  border-radius: 5px;
  padding-left: 15px;
  min-width: 200px;
  line-height: 35px;
  background-color: #FFF;
}
.classicForm textarea {
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}
.classicForm select {
  width: calc(85% + 17px);
  max-width: 497px;
  height: 39px;
}
.classicForm textarea {
  height: 120px;
}
.classicForm button,
button.button,
a.button {
  text-decoration: none;
  margin-top: 10px;
  border-radius: 5px;
  border: none;
  background-color: #333;
  text-transform: uppercase;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 10px;
  cursor: pointer;
}


.classicForm button,
button.buttonmc,
a.buttonmc {
  text-decoration: none;
  margin-top: 10px;
  border-radius: 5px;
  border: none;
  background-color: var(--primary);
  text-transform: uppercase;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 10px;
  cursor: pointer;
}


.grecaptcha-badge {
  display: none;
}

.body-noscroll {
  overflow: hidden;
}
div.compraLista {
  background-color: #FFF;
  background-image: url(/images/sacola.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
}
div.compraLista a {
  display: inline-block;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: bold;
  font-size: 16px;
  font-family: Solido;
  border-left: solid 1px #D9D9D9;
  padding: 0 10px;
}
div.compraLista a:hover {
  background-color: var(--primary);
  color: #FFF;
}
div.compraLista a:hover span {
  color: #FFF;
}


div.compraListaSimples {
    background-color: #FFF;
}
div.compraListaSimples a {
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: bold;
    font-size: 14px;
    font-family: Solido;
/*    border-left: solid 1px #D9D9D9;*/
     padding: 0 10px;
}
div.compraListaSimples a:hover {
    background-color: var(--primary);
    color: #FFF;
}
div.compraListaSimples a:hover span {
    color: #FFF;
}




div#compra {
  float: left;
  clear: both;
  background-color: #FFF;
  background-image: url(/images/sacola.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  height: 75px;
  padding-left: 50px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
}
div#compra > a,
div#compra > span {
  height: 75px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #D9D9D9;
  padding: 0px 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: bold;
  font-size: 16px;
  font-family: Solido;
}
div#compra > a:hover {
  background-color: var(--primary);
  color: #FFF;
}
a[disabled] {
  pointer-events: none;
}
div#compra > a[disabled] {
  background-color: #ECEDEF;
}
div#compra > a > span.indisponivel {
  color: #888;
  font-weight: normal;
}

@media (max-width: 480px) {
    div#compra {
      float: none;
    }
}
a > span.preco {
  color: #888;
  font-weight: normal;
  white-space: nowrap;
}
a > span.normal {
  text-decoration: line-through;
}
div#compra > a > span.promo {
  color: #40813D;
}
div#compra > a:hover > span {
  color: #FFF;
}
div.vendaLojasLista {
  display: none;
  position: fixed;
  z-index: 1000;
  background-color: #F0F0F0;
  background-clip: padding-box;
  border: solid 1000px rgba(0, 157, 204, .75);
  width: 320px;
/*  ALTURA ESPECIFICADA PELO RENATO
 *  height: 390px;
*/
height: 200px;
top: 50%;
  left: 50%;
  margin: -1195px 0 0 -1160px;
}
@media(max-width: 500px) {
  div.vendaLojasLista {
    width: 100%;
    height: calc(100% - var(--header-size));
    top: var(--header-size);
    left: 0;
    border: none;
    margin: 0;
  }
}
div.vendaLojasLinks a {
  display: block;
  text-decoration: none;
  background-color: #FFF;
  margin-bottom: 1px;
  padding-left: 15px;
  border-left: solid 5px #CCC;
  line-height: 39px;
  color: #666;
  font-weight: bold;
  font-family: Solido;
  font-size: 18px;
  text-align: left;
}
div.vendaLojasLinks a:hover {
  color: var(--primary);
}
div.vendaLojasLista > a.popupFechar {
  display: block;
  text-decoration: none;
  float: right;
  line-height: 50px;
  font-size: 12px;
  color: #333;
  margin-right: 20px;
  padding-right: 23px;
  background-image: url(/images/fechar.png);
  background-repeat: no-repeat;
  background-position: right center;
}
div.vendaLojasLista > div.popupText {
  font-size: 12px;
  color: #333;
  line-height: 50px;
  padding-left: 22px;
}
div.vendaLojasLinks {
  max-height: 320px;
  overflow: auto;
}

.spinner {
  margin: 50px auto;
  height: 28px;
  width: 28px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid var(--primary);
  border-right-color: transparent;
  border-radius: 50%;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}

/* versao PNLD quando alinhado a direita
.linkpnld {
  position: absolute;
  top: 8px;
  right: 330px;
  background-color: #4290B6;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  width: 180px;
  padding: 10px 5px;
  text-align: center;
  margin-top: 3px;
} */

.linkpnld {
  top: 0px;
  background-color: #4290B6;
  font-size: 14px;
  text-transform: uppercase;
  width: 160px;
  text-align: center;
  height: 59px;
}

.linkpnld a {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 500px) {
  .linkpnld {
    display: none;
  }
}


/**** sala professor - links no topo ****/
.sp_nav_right {
  position: absolute;
  right: 18px;
}

.sp_nav_right a {
  display: inline-block;
  padding-left: 18px;
  line-height: 60px;
  color: #FFF;
  font-weight: bold;
  font-size: 14px; /*era 16px*/
  text-decoration: none;
}

button.btn-blue {
  border: none;
  font-size: 14px;
  padding: 10px 20px;
  background-color: var(--primary);
  color: #FFF;
  cursor: pointer;
}
.btn-grad-blue {
  display: block;
  background-image: linear-gradient(#4f7492, #0c2442);
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  font-weight: bold;
  font-family: Solido;
  font-size: 16px;
  white-space: nowrap;
  padding-left: 10px;
  width: 222px;
  line-height: 40px;
}

/* Novo menu lateral */
div.new_container {
  margin: 45px 20px 0;
  display: grid;
  grid-gap: 40px;
  grid-template-areas:
    "conteudo";
}
div.new_conteudo {
  grid-area: conteudo;
  padding: 0 10px;
  font-size: 16px;
}

div.new_menu {
  background-color: #FFF;
  max-width: 500px;
  grid-area: nav;
}
div.new_menu nav a {
  display: block;
  text-decoration: none;
  color: #888;
  border-top: solid 1px #D9D9D9;
  padding: 10px 25px 10px 10px;
  font-size: 16px;
  background-image: url(/images/seta_menu_interno_h.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
}
div.new_menu nav a:hover {
  background-color: var(--primary);
  color: #fff;
}
@media (max-width: 1024px) {
  div.new_container {
    margin: 45px 0 0;
  }
  div.new_menu {
    max-width: none;
  }
}

header nav.headerhSalaProf a{
  display: inline-block;
  padding-left: 18px;
  line-height: 60px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
@media (max-width: 500px) { /*era 1730 quando menu estava no topo*/
  header nav.headerhSalaProf {
    display: none;
  }
}

nav.headerhSalaProf a{
  display: inline-block;
  padding-left: 18px;
  line-height: 30px;  /*era 60px*/
  color: #FFF;
  font-weight: bold;
  font-size: 14px; /*era 16px*/
  text-decoration: none;
}
/* nao é mais usado. ignorar.
a.destaqueTopo {
    display:block;
}

@media(max-width: 1730px) {
    a.destaqueTopo {
        display:none;
}
}

a.destaqueTopo1,a.destaqueTopo2,a.destaqueTopo3,a.destaqueTopo4 {
    display:none;
}

@media(max-width: 768px) {
    a.destaqueTopo1 {
        display:block;
}
}

@media(max-width: 1000px) {
    a.destaqueTopo2 {
        display:block;
}
}

@media(max-width: 1320px) {
    a.destaqueTopo3 {
        display:block;
}
}

@media(max-width: 1506px) {
    a.destaqueTopo4 {
        display:block;
}
}

*/







/*
 * Bootbox classes
 */
.row {
  display: grid;
  grid-template-columns: 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33%;
}
.row > .col-2 {
  grid-column: auto / span 2;
}
.row > .col-3 {
  grid-column: auto / span 3;
}
.row > .col-4 {
  grid-column: auto / span 4;
}
.row > .col-5 {
  grid-column: auto / span 5;
}
.row > .col-6 {
  grid-column: auto / span 6;
}
.row > .col-7 {
  grid-column: auto / span 7;
}
.row > .col-8 {
  grid-column: auto / span 8;
}
.row > .col-9 {
  grid-column: auto / span 9;
}
.row > .col-10 {
  grid-column: auto / span 10;
}
.row > .col-11 {
  grid-column: auto / span 11;
}
.row > .col-12 {
  grid-column: auto / span 12;
}

.text-primary {
  color: var(--primary);
}

.thumbsup {
  font-size: 0.75rem;
}
div.thumbsup {
  color: var(--primary) !important;
}
a.thumbsup {
  color: inherit !important;
}
a.thumbsup:hover .fal,
a.thumbsup .fas {
  display: none;
}
a.thumbsup:hover .fas {
  display: inline;
}
.maisComentarios {
  display: inline-block;
  font-weight: bold;
  color: #FFF !important;
  background-color: var(--primary);
  padding: 0 8px;
  border: solid 1px var(--primary);
  border-radius: 14px;
  line-height: 28px;
  text-decoration: none;
}
.maisComentarios:hover {
  background-color: #FFF;
  color: var(--primary) !important;
}
.livroNota {
  width: 100px;
  height: 18px;
  background-image: url(/images/notas_bg.png);
  background-size: 100px;
  margin: 10px 0;
}
.livroNota > div {
  height: 18px;
  background-image: url(/images/notas_fg.png);
  background-size: 100px;
}

.tabela-clubes {
  width: 100%;vertical-align: top;height: auto;border: 1px solid #000000;font-size: 14px;
}

.tabela-clubes-col1 {
  width: 40%;min-height: 50px;display: inline-block;border-right: 1px solid #000000;vertical-align: top;
}

.tabela-clubes-col2 {
  width: 5%;min-height: 50px;display: inline-block;border-right: 1px solid #000000;vertical-align: top;
}

.tabela-clubes-col3 {
  width: 20%;min-height: 50px;display: inline-block;border-right: 1px solid #000000;vertical-align: top;font-size: 13px;
}
.tabela-clubes-col4 {
  width: 30%;min-height: 50px;display: inline-block;vertical-align: top;font-size: 13px;word-wrap: break-word;
}

.popoverDiv {
  position: absolute;
  z-index: 100000;
  left: 0;
  top: 0;
  display: none;
}
.popoverDiv > div {
  padding: 20px;
  border-radius: 5px;
  background-color: #FFF;
  box-shadow: 0 0 3px 0 #000;
}
.popoverDiv > div::before {
  content: ' ';
  background-image: url(/images/top_arrow.png);
  display: block;
  margin: -30px auto 20px;
  width: 19px;
  height: 10px;
}
.popover-content {
  display: none;
}

/* DIA DA MULHER 2020 BANNER */
.banner-diadamulher {
  overflow: hidden;margin-top: -5px;
}

/* SALA PROFESSOR - OUTROS */
.sp_texto_zahar {padding: 20px 20px 0px 20px;width: auto;max-width: 600px;margin: auto;}

.bg-3bullets {
    width: 5px; height: 15px;
    background: url('/images/css_sprites.png') -312px -163px;
}

.bg-audio_icone_up {
    width: 18px; height: 11px;
    background: url('/images/css_sprites.png') -58px -247px;
}

.bg-audio_icone {
    width: 18px; height: 11px;
    background: url('/images/css_sprites.png') -96px -247px;
}

.bg-banner_seta_dir_over {
    width: 28px; height: 28px;
    background: url('/images/css_sprites.png') -163px -190px;
}

.bg-banner_seta_esq_over {
    width: 28px; height: 28px;
    background: url('/images/css_sprites.png') -211px -190px;
}

.bg-compacta_azul {
    width: 31px; height: 30px;
    background: url('/images/css_sprites.png') -63px -190px;
}

.bg-compacta_off {
  width: 40px; height: 40px;
  background: url('/images/css_sprites.png') -10px -10px;
  cursor: pointer;
}

.bg-compacta_off:hover {
  width: 40px; height: 40px;
  background: url('/images/css_sprites.png') -70px -10px;
}

.bg-completa_azul {
    width: 29px; height: 29px;
    background: url('/images/css_sprites.png') -114px -190px;
}

.bg-dot_on {
    width: 12px; height: 12px;
    background: url('/images/css_sprites.png') -312px -42px;
}

.bg-down_off {
    width: 13px; height: 8px;
    background: url('/images/css_sprites.png') -312px -107px;
}

.bg-down_on {
    width: 13px; height: 8px;
    background: url('/images/css_sprites.png') -312px -135px;
}

.bg-envelope_off {
    width: 18px; height: 12px;
    background: url('/images/css_sprites.png') -266px -175px;
}

.bg-envelope_on {
    width: 18px; height: 12px;
    background: url('/images/css_sprites.png') -266px -207px;
}

.bg-enviar_email {
    width: 26px; height: 26px;
    background: url('/images/css_sprites.png') -266px -10px;
}

.bg-expande_off {
  width: 40px; height: 40px;
  background: url('/images/css_sprites.png') -10px -70px;
  cursor: pointer;
}

.bg-expande_off:hover {
  width: 40px; height: 40px;
  background: url('/images/css_sprites.png') -70px -70px;
}

.bg-fecha_filtro {
    width: 37px; height: 37px;
    background: url('/images/css_sprites.png') -190px -53px;
}

.bg-ico_headphone {
    width: 56px; height: 23px;
    background: url('/images/css_sprites.png') -190px -10px;
}

.bg-ico_popup_headphone {
    width: 28px; height: 23px;
    background: url('/images/css_sprites.png') -10px -247px;
}

.bg-icone_loja {
    width: 43px; height: 30px;
    background: url('/images/css_sprites.png') -190px -110px;
}

.bg-icone_premio {
    width: 13px; height: 19px;
    background: url('/images/css_sprites.png') -266px -136px;
}

.bg-mais {
    width: 14px; height: 12px;
    background: url('/images/css_sprites.png') -312px -10px;
}

.bg-menos {
    width: 16px; height: 11px;
    background: url('/images/css_sprites.png') -134px -247px;
}

.bg-nav_setas {
    width: 20px; height: 20px;
    background: url('/images/css_sprites.png') -266px -96px;
}

.bg-opcoes_filtro {
    width: 38px; height: 38px;
    background: url('/images/css_sprites.png') -130px -130px;
}

.bg-ordem_1_9 {
    width: 40px; height: 40px;
    background: url('/images/css_sprites.png') -130px -10px;
}

.bg-ordem_9_1 {
    width: 40px; height: 40px;
    background: url('/images/css_sprites.png') -130px -70px;
}

.bg-ordem_a_z {
    width: 40px; height: 40px;
    background: url('/images/css_sprites.png') -10px -130px;
}

.bg-ordem_z_a {
    width: 40px; height: 40px;
    background: url('/images/css_sprites.png') -70px -130px;
}

.bg-sacola {
    width: 33px; height: 37px;
    background: url('/images/css_sprites.png') -10px -190px;
}

.bg-seta_menu_interno_azul {
    width: 9px; height: 13px;
    background: url('/images/css_sprites.png') -312px -74px;
}

.bg-seta_titulos_cabecalho {
    width: 21px; height: 20px;
    background: url('/images/css_sprites.png') -266px -56px;
}

.grid-livros {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-gap: 20px;
}

.flex-livros {
  display: flex;
  justify-content: space-between;
}
.flex-livro {
  flex: 1 1 0px;
}
.flex-livro img {
  width: 90%;
}
.lista-arrow {
  color: #777;
  margin: 10px;
  padding: 3px 5px;
  border-radius: 5px;
  box-shadow: 0 0 3px 0px #777;
  cursor: pointer;
}
.lista-arrow:hover {
  background-color: #FBFBFB;
  box-shadow: 0 0 5px 0px #999;
}

.livros {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-gap: 20px;
}
.pages {
  text-align: center;
}
.pages * {
  font-size: 1.5rem;
}
#wait {
  display: grid;
  padding: 30px;
  place-items: center center;
}
#wait::before {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-size: 9rem;
  color: var(--primary);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f110";
  animation: fa-spin 2s infinite linear;
}

/*
 * Séries busca
 */
.series {
  display: block;
  color: var(--primary);
  padding: 0 10px;
  line-height: 40px;
  border-bottom: solid 1px var(--primary);
  cursor: pointer;
  position: relative;
}
.series::after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f067";
  position: absolute;
  right: 10px;
} 
input.serie-chk:checked ~ .series::after {
  content: "\f068";
}
.series:hover {
  background: var(--primary);
  color: #FFF;
}
.series + div {
  overflow: hidden;
  height: 0;
}
input.serie-chk:checked ~ div {
  height: auto;
}

#popupCarrinho {
  width: 300px;
  max-width: calc(100% - 20px);
  background-color: #FFF;
  position: fixed;
  top: 65px;
  right: 10px;
  padding: 15px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
#popupCarrinho .wait {
  display: grid;
  place-items: center center;
  height: 300px;
}
#popupCarrinho .wait::after {
  display: inline-block;
  content: "\f110";
  font-size: 80px;
  color: var(--primary);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.popupCarrinho {
  padding: 10px;
}
.popupCarrinho .cart-livros {
  max-height: 300px;
  overflow: auto;
  margin-top: 10px;
}
.popupCarrinho .cart-livro {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 7px;
}
.popupCarrinho .cart-livro ~ .cart-livro {
  margin-top: 7px;
}
.popupCarrinho .line {
  margin: 7px 0;
  height: 1px;
  background-color: var(--primary);
}
.botao_indisponivel {
  color: #8B8B8B;
  border-radius: 5px;
  border: solid 1px #CCC;
  display: inline-block;
  text-transform: uppercase;
  font-family: Solido;
  font-size: 14px;
  line-height: 25px;
  padding: 0 6px;
}

.erro-box {
  color: #D00;
  margin: 5px;
  padding: 5px;
  border: solid 2px #D00;
  border-radius: 5px;
}

.duas-colunas {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .duas-colunas {
    grid-template-columns: 1fr;
  }
}

.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--primary);
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.chleba_img {
  width: 1px;
  height: 1px;
  margin-top: -1px;
  margin-left: -1px;
  border: none;
}

.popup-alert {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-alert > div {
  background-color: #FFF;
  padding: 15px;
  max-width: 500px;
  width: 100%;
  font-size: 16px;
}

.avisos {
  text-align: center;
  margin: 10px 0px 5px;
  color: #444;
  font-weight: bold;
}
.avisos > div {
  margin-top: 10px;
}
.avisos > div:first-child {
  margin-top: 0;
}
.classic-popup {
  width: clamp(600px, 600px, 100vw);
  max-height: 100vh;
  background-color: #FFF;
  padding: 10px;
  overflow-y: auto;
}
