
body {font-family: 'Oswald', sans-serif; background: #e4e4e4;}

body, html {padding: 0; margin: 0;}

.no-padding {padding: 0;}
.clr {clear: both;}
.align-right {text-align: right;}
.spacer30 {height: 30px;} .spacer60 {height: 60px;}
.img-responsive {width: 100%;}

/* .container {max-width: 960px;} */

.show_in_mob {display: none;}

@media (max-width: 767px) {
  .hide_in_mob {display: none;}
  .show_in_mob {display: block;}
}

@media (max-width: 767px) {
  .container_mob {padding: 0;}
}

/* HOME */

.home-esq {}

.home_livro {padding: 100px 0 0 60px; width: 250px; text-align: left; float: right; }

.home_livro .txt1 {font-size: 14px; font-weight: 500; color: #f37721; text-transform: uppercase; padding-top: 20px;}

.home_livro .txt2 {font-size: 18px; font-weight: 400; color: #282728; text-transform: uppercase; padding-top: 20px;}

.home_livro .txt3 {font-size: 12px; font-weight: 400; color: #282728; text-transform: uppercase; }

.home_livro a.txt4_bt, a.txt4_bt {background: #f37721; padding: 5px 10px; font-size: 12px; font-weight: 400; color: #FFF; text-transform: uppercase; margin-top: 15px; display: inline-block;}

.parede {background: #e4e4e4 url('../img/home_slice.jpg') repeat-x;}

.no-padding {padding: 0;}

.link_expo {position: absolute; right: 0; top: 0; width: 60%; height: 20%; }

.link_livro {position: absolute; left: 0; bottom: 0; width: 50%; height: 22%; }

.footer_home {max-width: 700px; padding: 0;}

.footer_home .txt {float: left; font-size: 12px; color: #999999; }

.footer_home .txt a {color: #383838; margin-bottom: 5px;}

.footer_home .logo_footer {float: right; margin-left: 15px; height: 37px; margin-bottom: 10px;}

/* /HOME */



.footer {padding: 0;}

.footer .txt {float: left; font-size: 12px; color: #999999; }

.footer .txt a {color: #383838; margin-bottom: 5px;}

.footer .logo_footer {float: right; margin-left: 15px; height: 37px; margin-bottom: 10px;}



.header {padding: 10px 0 0 0; width: 100%; height: 90px; background: rgba(255,255,255,0.85);}

@media (max-width: 767px) {
  .header {padding: 10px 0 0 0; width: 100%; height: 90px; background: rgba(255,255,255,0.85);}
}

.navbar-default .navbar-nav > li > a {
    font-size: 14px; color: #282728; background-color: transparent;
    padding-top: 10px; margin-top: 10px; text-transform: uppercase;
    background: url('../img/menu_arrow.png') no-repeat top right;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
    background-image: none; background-repeat: no-repeat; box-shadow: none;
    border-bottom: 2px solid #282728;
    background: url('../img/menu_arrow.png') no-repeat top right;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    /* font-weight: bold; */
}

.navbar-default {
    border-radius: none; -webkit-box-shadow: none; box-shadow: none; background-image: none; background: none; border: none; margin-bottom: 0; margin: 0 !important;
}

.navbar-collapse {padding: 0; text-align: right;}

.navbar-nav {
    float: right; margin: 0;
}

.navbar {min-height: 0;}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {border: none;}


.show-in-mob {display: none !important;}

@media (max-width: 767px) {
  .header {height: auto; padding-bottom: 10px; background: rgba(255,255,255,0.95);}
  .logo img {width: 200px;}
  a.logo {float: left;}
  .navbar-toggle {
    /* border-color: #004e7d;  */
    margin: 0; margin-top: 15px; background: #FFF; border: none;
  }
  .navbar-toggle .icon-bar {
    background-color: #f47820; height: 4px; width: 30px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
  }
  .navbar-nav {width: 100%;}
  .navbar-nav li {text-align: center;}
  .navbar-header button {}

  .show-in-mob {display: block;}
  .hide-in-mob {display: none;}
}


/* LIVRO */

.lancamento {padding: 50px 15px;}

.livro {}

.livro .txt1 {font-size: 18px; font-weight: 500; color: #f37721; text-transform: uppercase;}

.livro .txt2 {font-size: 30px; font-weight: 400; color: #282728; text-transform: uppercase; padding-top: 20px;}

.livro .txt3 {font-size: 14px; font-weight: 400; color: #282728; text-transform: uppercase; }


.lancamento .title {font-size: 18px; color: #282728; text-transform: uppercase; padding-bottom: 20px; padding-top: 55px;}

.lancamento .txt {font-size: 13px; line-height: 1.5;}

/* #video {display: none;} */

/* #pdf {display: none;} */

/*PDF VIEWER*/
.pdf_viewer_container{background: #f37721;margin-bottom: 1.5rem;padding: 2rem 0 0.75rem;}
.pdf_viewer{background: #f37721;}
.navigation_controls {
	padding: 1rem 0 1.5rem;
}

.navigation_controls .nav {
	color: #fff;
  display: inline-block;
  /* font: Arial, sans-serif; */
}

.navigation_controls .nav .go_previous,
.navigation_controls .nav .go_next {
	display: block;
	cursor: pointer;
	font-size: 26px;
	line-height: 26px;
}

.nums {
  font-size: 20px;
	line-height: 26px;
}

.navigation_controls .nav .fullscreen {
	display: block;
	cursor: pointer;
	background: url('../img/icon-fullscreen.png') center center no-repeat;
	background-size: cover;
	height: 1.5rem;
	width: 1.5rem;
}

.canvas_container {
	width: 100%;
	height:auto;
	overflow: auto;
	text-align: center;
}
.canvas_container canvas {
	width: 100%;
}
.progress.pdf {border-radius:0;height:0.35rem;background-color:#cfd4e9;}


@media all and (display-mode: fullscreen) {
    .canvas_container canvas{height:86vh;width:calc(86vh / 0.6);}
    .navigation_controls {height:13vh;padding:20px 0;}
    .progress.pdf {height:1vh;}
}

/* /LIVRO */
