html {
  word-break: break-word;
  font-family: 'Cambria';
  font-weight: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #58595b;
  font-size: 20px;
  font-weight: 600;
  width: 100% !important;
  height: 100% !important;
  line-height: 1.5;
}

body {
  overflow-x: hidden;
  width: 90% !important;
  height: 100% !important;
  margin: auto;
}

body p,
html p {
  font-family: 'Cambria';
  font-weight: lighter;
  font-size: 13px;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
}

body em,
html em {
  font-style: italic;
}

body h1,
html h1 {
  font-weight: bold;
  font-size: 28px;
  color: #162f49;
  margin-top: 50px;
  clear: both;
  text-indent: 0;
  page-break-after: avoid;
}

body h1 p {
  font-weight: bold;
  font-size: 28px;
  color: #162f49;
  margin-top: 1.2em;
  clear: both;
  text-indent: 0;
}

body h2,
html h2 {
  font-weight: bold;
  font-size: 23px;
  color: #162f49;
  margin-top: 1.2em;
  clear: both;
  text-indent: 0;
  page-break-after: avoid;
}

body h2 p {
  font-weight: bold;
  font-size: 23px;
  color: #162f49;
  margin-top: 1.2em;
  clear: both;
  text-indent: 0;
}

body h3,
html h3 {
  font-weight: bold;
  font-size: 18px;
  color: #58595b;
  margin-top: 1.2em;
  clear: both;
  text-indent: 0;
  page-break-after: avoid;
  font-style: italic;
}

body h3 i,
html h3 i {
  font-style: normal;
}

body h3 p {
  font-weight: bold;
  font-size: 21px;
  color: #162f49;
  margin-top: 1.2em;
  clear: both;
  text-indent: 0;
}

.intro {
  page-break-after: always;
  height: 25cm;
  vertical-align: middle;
  display: table-cell;
}

.intro-text {
  vertical-align: middle;
  display: table-cell;
  height: 25cm;
}

.intro-text p.title {
  font-size: 32px;
  color: #162f49;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
}

.intro-text p.subtitle {
  font-size: 31px;
  color: #58595b;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
}

.intro-text p.author-name {
  font-size: 18px;
  color: #58595b;
  font-weight: normal;
  text-align: center;
  padding: 10px;
}

#menu,
.intro-text a {
  display: none;
}

#header {
  padding-top: 5em;
}

body .section:last-of-type {
  padding-bottom: 5em;
}

ul.bullet {
  margin-top: 0;
  margin-bottom: 0;
}

ul.bullet li {
  margin-left: 0px;
  padding-left: 0px;
}

body li {
  list-style: none;
  font-weight: normal;
  font-size: 13px;
  margin-left: 3em;
}

body li:before {
  content: "•";
  color: #162f49;
  position: relative;
  left: -0.8em;
  top: 0px;
}

.quebra-linha {
 display: block;
 page-break-inside: avoid;
}

.caixa-destaque {
  display: block;
  padding-top: 80px;
  padding-bottom: 50px;
  min-height: 60px;
}

.caixa-destaque-container {
border: 0px;
  max-width: 488px;
  background-color: #e6e7e9;
  margin: 0px;
  top: 0px;
  bottom: 0px;
  left: 100px;
  position: relative;
  padding-top: 6px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 5px;
  min-height: 62px;
}

.caixa-destaque.exemplo>div:nth-of-type(1){
  border-top: 4px solid #162f49;
}

.caixa-destaque.saiba-mais>div,
.caixa-destaque.fique-atento>div,
.caixa-destaque.voce-sabia>div,
.caixa-destaque.quer-ler>div,
.caixa-destaque.quer-ver>div,
.caixa-destaque.conhece>div{
  border-top: 4px solid #162f49;
  min-height: 70px;
}

.caixa-destaque.exemplo>div:nth-of-type(2){
  min-height: 70px;
}

.caixa-destaque>div {
  border-bottom: 4px solid #162f49;
  position: relative;
  display: block;
  background-color: #FFF;
}

.caixa-destaque img.img-responsive {
  display: block;
  float: left;
  position: absolute;
  background: #FFFFFF;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 50%;
  background-color: #FFF;
  top: 10px;
  z-index: 9;
  left: 25px;
}

.caixa-destaque .titulo {
  font-size: 25px;
  top: -36px;
  position: absolute;
  text-indent: 0;
}

.caixa-destaque p {
  border: 0px;
  max-width: 488px;
  background-color: #e6e7e9;
  margin: 0px;
  top: 0px;
  bottom: 0px;
  left: 100px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  text-indent: 0;
  line-height: 1.5;
  min-height: 12px;
}

.caixa-destaque ul {    
  background-color: #e6e7e9;
  max-width: 488px;
  position: relative;
}

.caixa-destaque p:empty {
  height: 0px;
  width: 0px;
}

.caixa-destaque.saiba-mais .caixa-destaque-title::after {
  content: "SAIBA MAIS";
  color: #162f49;
}

.caixa-destaque.fique-atento .caixa-destaque-title::after {
  content: "FIQUE ATENTO";
  color: #162f49;
}

.caixa-destaque.exemplo .titulo::after {
  content: "CASO";
  color: #162f49;
}

.caixa-destaque.voce-sabia .titulo::after {
  content: "VOCÊ SABIA?";
  color: #162f49;
}

.caixa-destaque.quer-ler .titulo::after {
  content: "VOCÊ QUER LER?";
  color: #162f49;
}

.caixa-destaque.quer-ver .titulo::after {
  content: "VOCÊ QUER VER?";
  color: #162f49;
}

.caixa-destaque.conhece .titulo::after {
  content: "VOCÊ O CONHECE?";
  color: #162f49;
}

.caixa-destaque>div:nth-of-type(1) {
  background-size: 100%;
  background-position-y: 50%;
  background-position-x: 2%;
  background-repeat: no-repeat;
}
/* line 6, ../../sass/generated/recursos.scss */

.caixa-fonte {
  display: block;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.caixa-fonte span {
  display: block;
}

/* line 12, ../../sass/generated/recursos.scss */

.caixa-fonte .titulo,
.caixa-fonte .fonte {
  font-family: 'Cambria';
  font-size: 13px;
  font-weight: lighter;
  width: 100%;
  float: inherit;
  font-size: 13px;
}

.caixa-fonte img {
  -fs-fit-images-to-width: 100%;
}

.citacao-longa {
text-indent: 0px;
padding-left: 6em;
font-size: 11px;
margin-top: 2em;
margin-bottom: 2em;
text-align: justify;
}

#footer {
  position: running(footer);
  text-align: right;
}

@page {
  size: A4;
  margin-bottom: 100px;
}

div#footer {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: 'Cambria';
  font-size: 13px;
  font-weight: lighter;
  position: running(footer);
  text-align: center;
}

div#footer>p {
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: 'Cambria';
  font-size: 13px;
  font-weight: lighter;
  text-align: center;
}

div#footer>img {
  width: 90px;
  height: 23px;
}

span#pagenumber:before {
  content: counter(page);
}

/* .intro-bg {
  margin-top: 180px;
}

.intro-bg-div {
  position: absolute;
  z-index: -1;
  margin-left: 0mm;
  margin-right: 0mm;
}

@page :first {
  margin-left: 0mm;
  margin-right: 0mm;
} */

.credits-title {
  font-weight: bold;
  padding-top: 7px;
}

.credits {
  width: 50%;
}

.support {
  width: 50%;
}

.cs-container {
  display: flex;
}

.cs-item {
  page-break-inside: avoid;
}

.iframe {
  display: none;
}

.modal {
  display: none;
}

.carousel-control {
  display: none; 
}
.carousel-indicators{
  display: none;
}
.item { 
  display:block;
}
/* .item { 
  page-break-after:always;
} */

.unleash_slider {
  position: relative;
}

.unleash_slider .unleash_slide > div {
  display: none;
}
.unleash_slider .unleash_slide p {
  padding: 1em;
  margin-left: 0.3em;
  margin-top: 20px;
}
.unleash_slider .unleash_slide h1 {
  font-size: 1.7em;
  min-width: 1.3em;
  width: 1.3em;
  padding: 0.1em;
  float: left;
  margin-top: 20px;
  margin-right: 0.2em;
  writing-mode: vertical-rl;
  -ms-writing-mode: bt-rl;
  transform: rotate(180deg);
  text-rendering: auto;
}
/* .unleash_slider.selected .effect {
  display: none;
} */
