/*** 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);
}


/** 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;
  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;
    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: 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;
}
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%;
      float: right;
      margin-right: 5%;
  }
}

div.logoPNLD2020_new {
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 0px;
    height: 36px;
/*    width: 12%;*/
    position: fixed;
    top: 0;
    left: 45%;
    z-index: 200;
    }
@media (max-width: 1023px) {
  div.logoPNLD2020_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;
}



/** CONTEUDO **/
div#conteudo {
  width: 1024px;
  margin: 60px auto 0px auto; /* era 120px */
}
@media (max-width: 1050px) {
  div#conteudo {
    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;
}
@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;
}

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

.livro_resumo {
  font-size: 14px;
  color: #706e6e;
  margin: 25px 0px;
/*  min-height: 194px; */
  width: 455px;
}
@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 2 **/
div.detalhelivro_bloco2 {
  margin-left: 40px;
  width: 192px;
  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;
}

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

.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;
  text-transform: uppercase;
  background-color: #e0e0e0;
  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;
  left: 50vw;
  height: 630px;
  margin: -195px 0px 0px -180px;
}
@media(max-width:480px){
  #popup {
    top: 242px;
    left: 154px;
  }
}

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

/****** INDICE ******/
#bloco_principal {
  text-align: left;
  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: 33%;
  text-align: left;
/*  min-height: 730px;*/
}

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

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

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

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

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

@media(min-width: 1024px) and (max-width: 1050px)  {
  div#bloco1 {
    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;
}

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

.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: left;
  text-transform: uppercase;
  margin: 0px;
  padding-top: 10px;
  width: 50%;
}
@media(max-width: 770px) {
  .obra_titulo {
    width: 77%;
  }
}

.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;
}
.obra_texto_organizador,.obra_texto_ilustrador {
  font-size: 14px;
  color: #706e6e;
  margin: 0px;
  /*font-weight: bold;*/
  width: 50%;
}

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

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

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

.codigo {
  color: #FF0000;
  font-size: 14px;
  /*font-weight: bold;*/
  text-align: left;
/*  margin-bottom: 30px;
  border-bottom: 2px #a7a9ac solid;*/
  max-width: 50%;
  line-height: 210%;
}

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

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


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