/*** 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;
}
  .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;
  z-index: 100;
}
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;
    }

  /*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 */
.menuCiaVestibulartop {
      border-right: 1px solid #fff;
      width: fit-content;
      padding: 0px 10px;
      display: inline-block;
      vertical-align: top;
    }
.menuCiaVestibulartop: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;
  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.headerCiaVestibular 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;
  }
}

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

div.logoCiaVestibular_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.logoCiaVestibular_new {
      /*width: 35%;*
      padding: 12px 0px;
      left: 15%;
  }
}*/


/** CONTEUDO **/
div#conteudo {
  width: 1024px;
  margin: 60px auto 0px auto; /* era 120px */
}

.h2 {
  font-size: 44px;
}

.font2 {
  font-family: Solido;
}


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;
  height: 40px;
}

div.logoCiaVestibular_new {
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    width: 1024px;
    text-align: center;
    max-width: 100%;
}

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

/****** 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_img {
  float: right;
}

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

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

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


/*
 *  * 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.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;
   /*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.CiaVestibularmenucenter {
  width: 1024px;
  margin: 0px auto;
  height: 60px;
  max-width: 100%;
}


/*** submenu ciavest ***/
/*div.nav_superior nav {
  background-color: #005782;
  padding: 20px 5px;
}
div.nav_superior {
  width: 100%;
  text-align: center;
  position: fixed;
  z-index: 200;
}*/
.menutopCV {
  border-right: 1px solid #fff;
  width: fit-content;
  padding: 0px 10px;
  display: inline-block;
  vertical-align: top;
}
.menutopCV:last-child {
  border-right: 0px;
}
/*div.nav_superior nav a.link_superior {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
div.nav_superior nav a.link_superior:hover {
  color: #d3d3d3;
}*/

/* submenu
.subnav .subnavbtn {
  font-size: 16px;
  font-weight: bold;
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.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;
}
.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
  width: 100%;
  padding: 5px 0px;
  border-bottom: 1px solid var(--secondary);
} */

a {
    text-decoration: none;
  }
  p a.linkCiaSP {
    color: var(--primary);
    font-weight: bold;
    text-decoration: none;
}
.titulo {
  background-color: #00916B;
  border-radius: 10px;
  font-size: 21px;
  font-weight: bold;
  width: fit-content;
  padding: 5px 10px;
}
  p.titulo {
    background-color: #00916B;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    width: fit-content;
    padding: 5px 10px;
  }

.col2 {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.bg_azul {
  background-color: #aad8e8;
}


/***** VIDEOS ******/
div.bloco_nav {
  height: 64px;
  max-height: 64px;
  clear: both;
}
div.nav_inner {
  position: relative;
  overflow: hidden;
  clear: both;
}

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.livro_vest {
  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: 300px;
  display:inline;
  position: relative;
  min-height: 1px;
}

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

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

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

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

 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.livro_autor {
  font-size: 14px;
  line-height: 16px;
  color: #333;
  padding-top: 5px;
}


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

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