/*** CSS PNLD ***/
@charset "UTF-8";

:root {
  --primary: #005782;
  --secondary: #006ca2;
}

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

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

img {
  border: 0px;
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #706e6e;
}

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

/** BLOCOS **/
.bloco {
    margin: 0px auto;
    width: 1024px;
    max-width: 90%;
    font-size: 16px;
    /*padding: 70px 0px;
    padding: 120px 0px;*/
    padding: 140px 0px;
  }
  .bg_cinza {
    background-color: #ecedef;
  }
  .titulo {
    background-color: #ffbd59;
    border-radius: 10px;
    font-size: 21px;
    font-weight: bold;
    width: fit-content;
    padding: 5px 10px;
}
.voltar_detalhe {
    /*background-color: #e24913;*/
    background-color: #bf3b0c;
    border-radius: 10px;
    font-weight: bold;
    /*padding: 5px 10px;*/
    padding: 20px 10px;
}
.verobra_catalogo {
    /*background-color: #e24913;*/
    background-color: #bf3b0c;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    width: fit-content;
    /*padding: 5px 4px;*/
    padding: 2px 4px;
    color: #000;
    line-height: 105%;
    margin: 0px auto;
}
.verobra_catalogo_pnld2023 {
    /*background-color: #e24913;*/
    background-color: #bf3b0c;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    width: fit-content;
    /*padding: 5px 4px;*/
    padding: 2px 4px;
    color: #000;
    line-height: 105%;
    margin: 0px auto;
    max-width: 75%;
}
@media (max-width: 768px) {
  .verobra_catalogo_pnld2023 {
    max-width: 100%;
  }
}
  .destaque_texto {
    background-color: #ffbd59;
    width: fit-content;
  }
  .col2 {
      width:  49%;
      display: inline-block;
      vertical-align: top;
    }

    @media (max-width: 1000px) {
      .col2 {
        width: 100%;
      }
    }

  div.bloco div.col2 ul li {
    line-height: 200%;
  }



/** MENU SUPERIOR **/
div.nav_superior {
  width: 100%;
  text-align: center;
  position: fixed;
}
div.nav_superior nav {
  background-color: #005782; 
  padding: 20px 5px;
}

div.nav_superior nav a.link_superior {
      font-weight: bold;
      color: #fff;
      font-size: 16px;
    }
@media (min-width: 610px) and (max-width: 680px) {
  div.nav_superior nav a.link_superior {
    font-size: 14px;
  }
}
@media (max-width: 610px) {
  div.nav_superior nav a.link_superior {
      font-size: 13px;
    }
  }
}

  /*span.separador {
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
  }*/

  @media (max-width: 542px) {
    div.nav_superior nav a.link_superior {
      display: inline-block;
      width: 100%;
    }
    /*span.separador {
      display: none;
    }*/
  }

div.nav_superior nav a.link_superior:hover {
    color: #d3d3d3;
  }


/* novo menu pnld 2021 */
.menuPNLDtop {
      border-right: 1px solid #fff;
      width: fit-content;
      padding: 0px 10px;
      display: inline-block;
      vertical-align: top;
    }
.menuPNLDtop:last-child {
  border-right: 0px;
}
@media (max-width: 590px) {
  div.nav_superior {
    display: none;
  }
  .bloco {
    padding: 70px 0px;
  }
}





/** SUBMENU PNLD 2021 **/
/*.subnav { usado em /PNLD/b_menu2021.php mas só o nome, sem o class
  float: left;
  overflow: hidden;
}*/

.subnav .subnavbtn {
  font-size: 16px;  
  font-weight: bold;
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
/*
.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: red;
}
*/
.subnav-content {
  /*font-size: 16px;*/
  font-size: 14px;
  font-weight: bold;
  display: none;
  position: absolute;
  background-color: #005782;
  width: 200px;
  z-index: 200;
  padding-top: 20px;
}

div#menud {
/*  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(33,78,99, 0.65);
  width: 100%;
  height: 100%;
  */
  border: solid 5000px rgba(33,78,99, 0.65);
  margin: -5000px;
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box;
}

div#menud:hover {
  display: block;
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
  width: 100%;
  padding: 5px 0px;
  border-bottom: 1px solid var(--secondary);
}
/*
.subnav-content a:last-child {
  border-bottom: none;
}*/

.subnav-content a:hover {
  /*color: #d3d3d3;
  background-color: #046595;*/
  color: #005782;
  background-color: #ffffff;
}

.subnav:hover .subnav-content {
  display: block;
}





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

/*novo topo com logo da cia à direita*/
header {
    /* background: var(--primary) url(/images/logo_top.png) no-repeat center center; */
    background: var(--primary);
    /* background-size: 82px; */
    height: 60px;
    width: 100%;
    /*  max-width: 1920px;*/
    max-width: 100%;
    position: fixed;
    top: 0px;
    z-index: 101;
}


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

header nav {
  display: block;
  float: left;
  height: 60px;
}
header nav a {
  display: inline-block;
  padding-left: 186px;
  line-height: 45px;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

header nav.headerpnld a{
  display: inline-block;
  padding-left: 16px;
  line-height: 60px;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
@media (min-width: 1420px) {
  header a.menu {
    display: none;
  }
}
@media (max-width: 1420px) {
  header nav {
    display: none;
  }
}

header nav.headerpnld2 {
  background-color: #fff;
  width: 100%;
  margin-top: 0px;
  height: 40px;
}

header nav.headerpnld2 a{
  display: inline-block;
  padding-left: 16px;
  line-height: 40px;
  color: var(--primary);
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}

header nav.headerpnld2 span {
  font-weight: bold;color: var(--primary);
}

header nav.headerpnld2 span.videocategoria {
  padding-left: 16px;font-weight: bold;color: var(--primary);font-size: 13px;
}

/*div.cabecalho {
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 0px;
  width: 1024px;
  text-align: center;
/*  text-align: right/
  margin: 0px auto;
}
@media (max-width: 1023px) {
  div.cabecalho {
    width: 90%;
    padding: 12px 5%;
/*  text-align: right;/
  text-align: center;
  margin: 0px auto;
  }
}
div.logo {
  height: 60px;
  width: 10%;
  position: fixed;
  top: 0;
/*  left: 45%; /
  right: 11%;
  z-index: 200;
}

div.logo a {
  display: block;
  width: 82px;
  height: 60px;
  margin: 0px auto;
  z-index: 200;
}*/
/*novo topo com logo da cia à direita*/
div.logoCia_new {
  width: 82px;
  /*width: 1024px;*/
  text-align: right;
  /*margin: 0px auto;*/
  height: 60px;
  background: var(--primary) url(/images/logo_top.png) no-repeat center right;
  background-size: 82px;
/*  + itens do div cabecalho*/
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  float: right;
}
div.logoCia_new a {
  display: block;
  width: 82px;
  height: 60px;
  margin: 0px auto;
  z-index: 200;
  float: right;
}
@media (max-width: 1023px) {
  div.logoCia_new {
      text-align: center;
      /*width: 20%;*/
      width: 27%;
      float: right;
      margin-right: 5%;
  }
}

div.logoPNLD_new {
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    /*padding: 12px 0px;*/
    height: 36px;
/*    width: 12%;*/
    position: fixed;
    /*top: 0;*/
    /*top: 19px;*/
    /*left: 45%;*/
    /*z-index: 200;*/
    z-index: -1;
    }
    /*
@media (max-width: 1023px) {
  div.logoPNLD_new {
      /*width: 35%;*
      padding: 12px 0px;
      left: 15%;
  }
}*/

div.linha1 {
  width: 100%;
  height: 6px;
  background-color: #989696;
}

div.linha2 {
  width: 100%;
  height: 6px;
  background-color: #DDDCDC;
}



/** CONTATO **/
div.contato_col2 {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 539px) {
  div.contato_col2 {
    width: 100%;
  }
}


/** CONTEUDO **/
div#conteudo {
  width: 1024px;
  margin: 60px auto 0px auto; /* era 120px */
}
div#conteudo2021,div#conteudo2022,div#conteudo2023 {
  width: 1024px;
  max-width: 90%;
  margin: 150px auto 0px auto; /* era 120px */
}
@media (max-width: 589px) {
  div#conteudo2022 {
    margin: 45px auto 0px auto;
  }
}
div#conteudo_pnld2018 {
  width: 1024px;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1050px) {
  div#conteudo,div#conteudo_pnld2018 {
    width: 90%;
    margin: 20px 5%;
  }
}

.h2 {
  font-size: 44px;
}

.font2 {
  font-family: Solido;
}


div#livro_capa {
  float: left;
  width: 300px;
}
@media (max-width: 768px) {
  div#livro_capa {
    width: 90%;
    padding: 20px 5%;
  }
}

div.detalhelivro {
  margin-left: 35px;
  width: 435px;
  float: right;
  position: relative;
  display: inline-block;
}

/** DIV 1 **/
div.detalhelivro_bloco1 {
  margin-left: 40px;
  width: 450px;
  float: left;
  position: relative;
  display: inline-block;
  /*text-align: left;*/
  /*text-align: justify;*/
}
@media (max-width: 768px) {
  div.detalhelivro_bloco1 {
    display: inline;
    padding: 20px 5%;
    margin-left: 0px;
    width: 90%;
  }
}

.livro_titulo {
  font-size: 27px;
  color: #000000;
  text-transform: uppercase;
  margin-top: -9px;
  margin-bottom: 5px;
  line-height: 120%;
}

@media (max-width: 768px) {
  .livro_titulo {
    line-height: 130%;
  }
}

.livro_subtitulo {
  font-size: 14px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 5px;
  width: 455px;
}
@media (max-width: 768px) {
  .livro_subtitulo {
    width: 95%;
  }
}

.livro_autor {
  font-size: 14px;
  color: #706e6e;
  margin: 0px;
  font-weight: bold;
}

.livro_resumo {
  font-size: 14px;
  color: #706e6e;
  margin: 25px 0px;
/*  min-height: 194px; */
  width: 455px;
  text-align: justify;
}
@media (max-width: 768px) {
  .livro_resumo {
    width: 90%;
  }
}

div.boxcinza {
/*  background-color: #ebebeb;*/
  width: 85%;
  min-height: 20px;
  margin-top: 2px;
  text-transform: uppercase;
  color: #706e6e;
  font-size: 12px;
/*  padding: 10px 0px 5px 2%;*/
  padding: 2px 0px;
}
/*@media (max-width: 768px) {
  div.boxcinza {
    min-height: 40px;
  }
}*/

div.boxcinza2 {
  width: 80%;
  min-height: 20px;
  margin-top: 2px;
  text-transform: uppercase;
  color: #706e6e;
  font-size: 12px;
  padding: 2px 0px;
}



/** DIV 2 **/
div.detalhelivro_bloco2 {
  /*margin-left: 40px;
  width: 192px;*/
  margin-left: 30px;
  width: 202px;
  float: right;
  position: relative;
  display: inline-block;
  text-align: left;
}
@media (max-width: 768px) {
  div.detalhelivro_bloco2 {
    display: inline;
    margin-left: 0px;
    float: left;
    width: 90%;
    padding: 20px 5%;
  }
}

div.logos {
  width: 100%;
  margin-bottom: 51px;
  font-size: 12px;
  color: #706e6e;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  div.logos {
    width: 50%;
  }
}

div.links {
  font-size: 12px;
  color: #706e6e;
  text-transform: uppercase;
  line-height: 250%;
  margin-bottom: 10px;
  /*height: 40px;*/height: fit-content;
}

.detalhelivro_img {
  margin-right: 10px;
  display: inline-block;
  margin-bottom: -8px;
}

div.livro_infos_g {
/*  margin-top: 80px;*/
  margin-top: 20px;
}

div.livro_cod_pnld {
  font-size: 14px;
  color: #706e6e;
  text-transform: uppercase;
  border-top: 1px solid #dbdbdb;
  line-height: 150%;
  width: 100%;
}

div.livro_cod_pnld_caixa {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  /*background-color: #e0e0e0;*/
  background-color: #e24913;
  border: 1px solid #dbdbdb;
  margin-top: 10px;
  padding: 5px 5px;
  width: max-content;
}


div.livro_infos {
  font-size: 12px;
  color: #706e6e;
  text-transform: uppercase;
/*  border-top: 1px solid #ebebeb; */
  border-top: 1px solid #dbdbdb;
  line-height: 250%;
  width: 100%;
}

div.livro_infos:last-child {
  font-size: 12px;
  color: #706e6e;
  text-transform: uppercase;
/*  border-bottom: 1px solid #ebebeb; */
  border-bottom: 1px solid #dbdbdb;
  line-height: 250%;
  width: 100%;
}

/** POPUP DE VIDEO **/
#blackout {
  display: none;
  background-color: rgba(77, 120, 131, 0.75);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
  height: 100vh;
}

#popup {
  z-index: 40;
  opacity: 1;
  padding: 0px 0px 0px 0px;
  background-color: #fff;
  width: 533px;
  position: absolute;
  /*top: 40vh;*/
  top: 50vh;
  left: 50vw;
  /*height: 630px;*/
  /*height: 300px;*/
  height: auto;
  margin: -195px 0px 0px -180px;
}
@media(max-width:480px){
  #popup {
    /*top: 242px;
    left: 154px;*/
    /*top: 40px;*/
    top: 90px;
    left: 0px;
    width: 100%;
    margin: 0px 0px;
  }
}

/* material */
#popup_mat {
  z-index: 40;
  opacity: 1;
  padding: 20px 0px 0px 0px;
  background-color: #fff;
  width: 533px;
  position: absolute;
  top: 40vh;
  left: 50vw;
  height: 300px;
  margin: -195px 0px 0px -180px;
}
@media(max-width:480px){
  #popup_mat {
    top: 242px;
    left: 154px;
  }
}

input.popup_fechar {
  position: absolute;
  left: 516px;
  top: 3px;
  z-index: 100;
  border: 0px;
  background-image: url(/images/fechar.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
@media(max-width:480px) {
  input.popup_fechar {
    left: 90%;
    /*top: 10%;*/
    top: 2%;
  }
}

div.logoPNLD_new {
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    width: 1024px;
    text-align: center;
    max-width: 100%;
    position: absolute;
    z-index: 103;
    top: 11px;
}

@media(max-width:480px) {
  div.logoPNLD_new {
    font-size: 25px;
    text-align: left;
    left: 18%;
  }
}

/****** INDICE ******/
#bloco_principal {
  text-align: center;
  color: #262626;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  line-height: 175%;
  margin-bottom: 30px;
}

@media (max-width: 630px) {
  #bloco_principal {
    display: inline-block;
  }
}

div#bloco_3livros {
  width: 100%;
  display: inline-block;
}

div#bloco1 {
  float: left;
  width: 31%;
  text-align: left;
  padding-right: 2%;
/*  min-height: 730px;*/
}

div#bloco1pnld2018 {
  float: left;
  width: 50%;
  /*text-align: left;*/
  min-height: 440px;
}

@media(max-width: 560px) {
  div#bloco1,div#bloco1pnld2018 {
    width: 100%;
    float: none;
    display: inline-block;
    min-height: 420px;
  }
}

@media(max-width: 770px) {
  div.verobra_catalogo {
    margin: 0px auto;
  }
}

@media(min-width: 561px) and (max-width: 599px) {
  div#bloco1,div#bloco1pnld2018 {
    min-height: 530px;
  }
}

@media(min-width: 561px) and (max-width: 780px) {
  div#bloco1,div#bloco1pnld2018 {
    width: 45%;
    padding-right: 5%;
  }
}

@media(min-width: 600px) and (max-width: 773px)  {
  div#bloco1,div#bloco1pnld2018 {
    min-height: 530px;
  }
}

@media(min-width: 774px) and (max-width: 1024px)  {
  div#bloco1,div#bloco1pnld2018 {
    min-height: 530px;
  }
}

@media(min-width: 1024px) and (max-width: 1050px)  {
  div#bloco1,div#bloco1pnld2018 {
    min-height: 460px;
  }
}


div#bloco_img {
  float: right;
}

img.imgprincipal {
  padding-left:40px;
  margin-bottom: 30px;
}

@media (max-width: 419px) {
  img.imgprincipal {
    padding-left: 0px;
    width: 90%;
  }
}

.categoria {
  clear: both;
  border-bottom: 2px #a7a9ac solid;
  color: var(--primary);
  /*font-size: 20px;*/
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 0px;
}

.categoria_pnld2018 {
  clear: both;
  border-bottom: 2px #a7a9ac solid;
  color: var(--primary);
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 100px;
}

@media (max-width: 1050px) {
  .categoria,.categoria_pnld2018 {
    padding-top: 50px;
  }
}

.categoria_pnld2023 {
  clear: both;
  /*border-bottom: 2px #a7a9ac solid;*/
  color: var(--primary);
  /*font-size: 20px;*/
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
  /*padding-bottom: 10px;
  padding-top: 0px;*/
  border: 0px solid var(--primary);
  max-width: 97%;
  padding: 0px 1% 10px 1%; 
  scrollbar-width: thin;
  scrollbar-color: #F0F0F0 #A0A0A0;
}

.categoria_pnld2023::-webkit-scrollbar{
  width: 5px;
}

.categoria_pnld2023::-webkit-scrollbar-track{
    background-color: #F0F0F0;
}

.categoria_pnld2023::-webkit-scrollbar-thumb{
      background-color: #A0A0A0;
      border-radius: 20px;
}


.categoria_pnld2023:last-child {
  clear: both;
  /*border-bottom: 2px #a7a9ac solid;*/
  color: var(--primary);
  /*font-size: 20px;*/
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
  /*padding-bottom: 10px;
  padding-top: 0px;
  border-right: 0px;*/
  border: 0px solid var(--primary);
  max-width: 97%;
  padding: 0px 1% 10px 1%;
}
@media (max-width: 768px) {
  .categoria_pnld2023,.categoria_pnld2023:last-child {
    padding-top: 50px;
    /*border-right: 0px;
    border-left: 0px;*/
  }
}


.img_borda {
  border: 1px solid #000000;
/*  box-shadow: 7px 7px 7px #AAA;
  -webkit-box-shadow: 7px 7px 7px #AAA;
  -moz-box-shadow: 7px 7px 7px #AAA;
*/
}

.obra_titulo {
  color: var(--primary);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 0px auto;
  padding-top: 10px;
  /*width: 50%;*/
  width: 94%;
}
@media(max-width: 770px) {
  .obra_titulo {
    /*width: 77%;*/
    width: 100%;
    text-align: center;
  }
}

.obra_titulo a {
  color: var(--primary);
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  margin: 0px;
  padding-top: 10px;
}

.obra_texto_autor {
  font-size: 14px;
  color: #706e6e;
  margin: 0px;
  /*font-weight: bold;*/
  /*width: 50%;*/
  padding-top: 10px;
  text-align: center;
}
@media(max-width: 770px) {
  .obra_texto_autor {
    width: 100%;
    text-align: center;
    margin: 0px auto!important;
  }
}

@media(max-width: 770px) {
  .capaPNLD {
    margin: 0px auto;
  }
}

.obra_texto_autor_pnld2018 {
  font-size: 14px;
  color: #706e6e;
  margin: 0px;
  font-weight: bold;
  width: 50%;
}

.obra_texto_organizador,.obra_texto_ilustrador {
  font-size: 14px;
  color: #706e6e;
  margin: 0px;
  /*font-weight: bold;*/
  /*width: 50%;*/
  text-align: center;
}

@media(min-width: 600px) and (max-width: 710px) {
  .obra_texto_autor,.obra_texto_autor_pnld2018,.obra_texto_ilustrador,.obra_texto_organizador {
    width: 77%;
  }
}

@media(min-width: 560px) and (max-width: 599px) {
  .obra_texto_autor,.obra_texto_autor_pnld2018 {
    width: 100%;
  }
}

.obra_texto_nome {
  font-size: 14px;
/*  color: #000000;*/
  margin: 0px;
  /*font-weight: bold;*/
  font-weight: normal!important;
}

.codigo {
  color: #FF0000;
  font-size: 14px;
  /*font-weight: bold;*/
  text-align: center;
/*  margin-bottom: 30px;
  border-bottom: 2px #a7a9ac solid;*/
  /*max-width: 50%;*/
  line-height: 210%;
}
@media(max-width: 770px) {
  .codigo {
    max-width: 100%;
    margin:  0px auto;
    text-align: center;
    line-height: 150%;
  }
}

div.icones {
  /*margin-bottom: 30px;*/
  border-bottom: 2px #a7a9ac solid;
  max-width: 50%;
  padding-bottom: 5px;
  /*text-align: left;*/
  text-align: center;
  /*margin-top: 10px;*/
  margin: 10px auto 30px;
}

@media(max-width: 770px) {
  div.icones {
    width: 100%;
    margin:  10px auto 30px;
    max-width: 100%;
    text-align: center;
  }
}

div.icones img {
  display: inline;
}




/*
 *  * PORQUE ESTOU CHAMANDO FOOTER DA COMPANHIA
 *   */
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 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.ft_titulo{
  color: #FFF;
  text-align: center;
  line-height: 50px;
  padding-top: 20px;
  font-size: 22px;
  clear: both;
}
footer div.ft_texto {
  color: #FFF;
  text-align: center;
  max-width: 600px;
  margin: 0px auto;
  padding: 0px 10px;
}
footer div.media {
  text-align: center;
  font-size: 0px;
  margin: 25px 0px 35px;
}
footer div.media a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/images/ft_media.png) no-repeat;
  margin: 0px 5px;
}

footer div.media a.facebook { background-position: 0px 0px; }
footer div.media a.twitter { background-position: 0px -24px; }
footer div.media a.instagram { background-position: 0px -48px; }
footer div.media a.youtube { background-position: 0px -72px; }
footer div.media a.snapchat { background-position: 0px -96px; }
footer div.media a.spotify { background-position: 0px -120px; }
footer div.logos {
  border-top: dotted 1px rgba(255, 255, 255, 0.4);
  padding: 15px 5px 0px;
  font-size: 0px;
}
footer div.logos a {
  display: inline-block;
  width: 140px;
  height: 90px;
  background: url(/images/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.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;
}





/*
 *MENU HAMBURGER
*/


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

div.menu {
  display: none;
  position: fixed;
  top: 60px;
  left: 0px;
  z-index: 100;
  height: 100vh;
  width: 320px;
   /*width: 100%;
  height: 100%;*/
  font-family: Solido;
  background-color: var(--primary);
  overflow: hidden;
}

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

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

}
div.menu::-webkit-scrollbar-track {
  background: var(--primary);
  border: 14px none #ffffff;
  border-radius: 59px;
}
div.menu::-webkit-scrollbar-track:hover {
  background: var(--primary);

}
div.menu::-webkit-scrollbar-track:active {
  background: var(--primary);
}
div.menu::-webkit-scrollbar-corner {
  background: transparent;
}

div#menu.menu button, div.menu > * {
  display: block;
/* Trocado a pedido da Gisela em 07/04/2017 */
/*  color: rgba(255,255,255,0.50);*/
  color: rgba(255,255,255,1);
  line-height: 39px;

  /* Borda inferior */
  margin-bottom: 1px;
  box-shadow: 0 1px 0 0 var(--secondary);

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

div#menu.menu div.subnavhamb button {
  /*background-color: var(--primary);
  font-family: Solido;
  font-size: 18px;*/
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  width: 100%;
  text-align: left;
}

/* submenu hamb */
div.subnavhamb-content {
  display: none;
  position: fixed;
  top: 60px;
  left: 0px;
  z-index: 100;
  height: 100vh;
  width: 320px;
  /*width: 100%;
  height: 100%;*/
  font-family: Solido;
  background-color: var(--primary);
  overflow: hidden;
  display: none;
  /*
  font-size: 16px;
  font-weight: bold;
  display: none;
  position: absolute;
  background-color: var(--primary);
  width: 200px;
  z-index: 1; */
}

div.subnavhamb-content a {
  color: white;
  text-decoration: none;
  width: 100%;
  padding: 0 31px 0 20px;
  display: inline-block;
  box-shadow: 0 1px 0 0 var(--secondary);
  line-height: 39px;
  margin-bottom: 1px;

}
/*
.subnavhamb-content a:hover {
  color: #d3d3d3;
}*/

div#menu.menu div.subnavhamb:hover div.subnavhamb-content {
  display: block;
}




div.PNLDmenucenter {
  width: 1024px;
  margin: 0px auto;
  height: 60px;
  max-width: 100%;
}


/*
 * CONTATO
 */



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



.classicForm label {
  display: block;
  margin: 10px 0 5px 17px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.classicForm input[type='text'],
.classicForm input[type='tel'],
.classicForm input[type='email'],
.classicForm input[type='password'],
.classicForm input[type='date'],
.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 textarea,
.classicForm select {
  border: solid 1px #CCC;
  border-radius: 5px;
  padding-left: 15px;
  min-width: 200px;
  line-height: 35px;
  background-color: #FFF;
}
.classicForm select {
  width: calc(85% + 17px);
  max-width: 497px;
  height: 39px;
}
.classicForm textarea {
  height: 120px;
}
.classicForm 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;
}
.grecaptcha-badge {
  display: none;
}

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

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


/* banners */
div.banners_container {
    height: 310px;
    overflow: hidden;
    margin-top: -5px;
}
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: right top;
}
div.banners {
    height: 280px;
    font-size: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.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;
}

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


/*** FAÇA SUA ESCOLHA ***/
div.folders {
  padding: 30px 0px;width: 100%;
}

div.folder1 {
  width: 40%;display: inline-block;padding-bottom: 40px;
}
@media(max-width:1050px) {
  div.folder1 {width: 100%;display: block;padding-bottom: 20px;}
}

p.folder_titulo, p.folder_titulo a {
  color: var(--primary);
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  margin: 0px;
  padding-top: 10px;
  width: 50%;
}
@media(max-width: 1050px) {
  p.folder_titulo , p.folder_titulo a {
    width: 100%;
  }
}


/*** BIBLIOTECA PNLD ***/
p a.bibliopnld {
  color: var(--primary);
  font-weight: bold;
}

div.categorias {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 100px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  div.categorias {
    grid-template-columns: 100%;
    margin-top: 0px;
  }
  .livro {
    height: 600px!important;
  }
  .livro_pnld2023 {
    height: 685px!important;
    max-width: 90%;
    margin: 0px auto;
  }
}
@media (min-width: 288px) and (max-width: 289px) {
  .livro_pnld2023 {
    height: 685px!important;
    max-width: 90%;
    margin: 0px auto;
    padding-bottom: 10px;
  }
}
@media (max-width: 287px) {
  .livro_pnld2023 {
    height: 685px!important;
    max-width: 90%;
    margin: 0px auto;
    padding-bottom: 30px;
  }
}
div.categorias .titulo {
  background-color: var(--primary);
  color: #FFF;
  font-size: 24px;
  margin: 0 auto;
  border-radius: 21.5px;
  margin-bottom: 20px;
  /*padding: 5px 30px;*/
  padding: 20px 30px;
  line-height: 75%;
  margin-top: -41px;
}
@media (max-width: 768px) {
  div.categorias .titulo {
    margin-top: -88px;
  }
}
div.livros {
  display: grid;
  grid-template-columns: 50% 50%;
}
