/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #0f594d;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.acervo-jornal {
  display: none;
}

@media only screen and (min-width: 1048px) {
  body {
    /* hide horizontal scroll bar in IE */
    overflow-x: hidden;
  }
}

a {
  color: #93a748;
  text-decoration: none;
}

/* --------------------------------

Main Components

-------------------------------- */
.cd-header {
  position: relative;
  height: 100%;
  background-color: #000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 1;
  background: url('../img/background.jpg') no-repeat center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

/*
.cd-header h1 {
  width: 90%;
  color: #f2e6cd;
  text-align: center;
  font-size: 2.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
*/



@media only screen and (min-width: 768px) {
  /*
  .cd-header h1 {
    font-size: 3.6rem;
    font-weight: 300;
  }
  */
}

.cd-fixed-background {
  position: relative;
  padding: 3em 5% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #000;
}
.cd-fixed-background h2, .cd-fixed-background p {
  color: #B5292F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-fixed-background h2 {
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.cd-fixed-background p {
  line-height: 1.6;
  font-family: "Merriweather", serif;
}
.cd-fixed-background .light-background h2, .cd-fixed-background .light-background p {
  color: #0f594d;
}

/*
.cd-fixed-background .cd-content::after {
  content: '';
  display: block;
  width: 100%;
  padding: 60% 0;
  margin: 2em auto 0;
}
*/

/*
.cd-fixed-background.img-1 .cd-content::after {
  background: url("../img/bg/mobile/01.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-2 .cd-content::after {
  background: url("../img/bg/mobile/02.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-3 .cd-content::after {
  background: url("../img/bg/mobile/03.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-4 .cd-content::after {
  background: url("../img/bg/mobile/04.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-5 .cd-content::after {
  background: url("../img/bg/mobile/05.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-6 .cd-content::after {
  background: url("../img/bg/mobile/06.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-7 .cd-content::after {
  background: url("../img/bg/mobile/07.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-8 .cd-content::after {
  background: url("../img/bg/mobile/08.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-9 .cd-content::after {
  background: url("../img/bg/mobile/09.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-10 .cd-content::after {
  background: url("../img/bg/mobile/10.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-11 .cd-content::after {
  background: url("../img/bg/mobile/11.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-12 .cd-content::after {
  background: url("../img/bg/mobile/12.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-13 .cd-content::after {
  background: url("../img/bg/mobile/13.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-14 .cd-content::after {
  background: url("../img/bg/mobile/14.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-15 .cd-content::after {
  background: url("../img/bg/mobile/15.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-16 .cd-content::after {
  background: url("../img/bg/mobile/16.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-17 .cd-content::after {
  background: url("../img/bg/mobile/17.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-18 .cd-content::after {
  background: url("../img/bg/mobile/18.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-19 .cd-content::after {
  background: url("../img/bg/mobile/19.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-20 .cd-content::after {
  background: url("../img/bg/mobile/20.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-21 .cd-content::after {
  background: url("../img/bg/mobile/21.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-22 .cd-content::after {
  background: url("../img/bg/mobile/22.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-23 .cd-content::after {
  background: url("../img/bg/mobile/23.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-24 .cd-content::after {
  background: url("../img/bg/mobile/24.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-25 .cd-content::after {
  background: url("../img/bg/mobile/25.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-26 .cd-content::after {
  background: url("../img/bg/mobile/26.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-27 .cd-content::after {
  background: url("../img/bg/mobile/27.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-28 .cd-content::after {
  background: url("../img/bg/mobile/28.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-29 .cd-content::after {
  background: url("../img/bg/mobile/29.jpg") no-repeat;
  background-size: 100% auto;
}

.cd-fixed-background.img-30 .cd-content::after {
  background: url("../img/bg/mobile/30.jpg") no-repeat;
  background-size: 100% auto;
}
*/

@media only screen and (min-width: 768px) {
  .cd-fixed-background {
    height: 100%;
    padding: 0;
  }
  .cd-fixed-background h2 {
    font-size: 64px;
    font-weight: 300;
  }
  .cd-fixed-background p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .cd-fixed-background .cd-content {
    width: 50%;
    position: absolute;
    left: 5%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-fixed-background .cd-content::after {
    display: none !important;
  }
  .cd-fixed-background.img-1 {
    background-image: url("../img/bg/01.jpg");
  }
  .cd-fixed-background.img-2 {
    background-image: url("../img/bg/02.jpg");
  }
  .cd-fixed-background.img-3 {
    background-image: url("../img/bg/03.jpg");
  }
  .cd-fixed-background.img-4 {
    background-image: url("../img/bg/04.jpg");
  }
  .cd-fixed-background.img-5 {
    background-image: url("../img/bg/05.jpg");
  }
  .cd-fixed-background.img-6 {
    background-image: url("../img/bg/06.jpg");
  }
  .cd-fixed-background.img-7 {
    background-image: url("../img/bg/07.jpg");
  }
  .cd-fixed-background.img-8 {
    background-image: url("../img/bg/08.jpg");
  }
  .cd-fixed-background.img-9 {
    background-image: url("../img/bg/09.jpg");
  }
  .cd-fixed-background.img-10 {
    background-image: url("../img/bg/10.jpg");
  }
  .cd-fixed-background.img-11 {
    background-image: url("../img/bg/11.jpg");
  }
  .cd-fixed-background.img-12 {
    background-image: url("../img/bg/12.jpg");
  }
  .cd-fixed-background.img-13 {
    background-image: url("../img/bg/13.jpg");
  }
  .cd-fixed-background.img-14 {
    background-image: url("../img/bg/14.jpg");
  }
  .cd-fixed-background.img-15 {
    background-image: url("../img/bg/15.jpg");
  }
  .cd-fixed-background.img-16 {
    background-image: url("../img/bg/16.jpg");
  }
  .cd-fixed-background.img-17 {
    background-image: url("../img/bg/17.jpg");
  }
  .cd-fixed-background.img-18 {
    background-image: url("../img/bg/18.jpg");
  }
  .cd-fixed-background.img-19 {
    background-image: url("../img/bg/19.jpg");
  }
  .cd-fixed-background.img-20 {
    background-image: url("../img/bg/20.jpg");
  }
  .cd-fixed-background.img-21 {
    background-image: url("../img/bg/21.jpg");
  }
  .cd-fixed-background.img-22 {
    background-image: url("../img/bg/22.jpg");
  }
  .cd-fixed-background.img-23 {
    background-image: url("../img/bg/23.jpg");
  }
  .cd-fixed-background.img-24 {
    background-image: url("../img/bg/24.jpg");
  }
  .cd-fixed-background.img-25 {
    background-image: url("../img/bg/25.jpg");
  }
  .cd-fixed-background.img-26 {
    background-image: url("../img/bg/26.jpg");
  }
  .cd-fixed-background.img-27 {
    background-image: url("../img/bg/27.jpg");
  }
  .cd-fixed-background.img-28 {
    background-image: url("../img/bg/28.jpg");
  }
  .cd-fixed-background.img-29 {
    background-image: url("../img/bg/29.jpg");
  }
  .cd-fixed-background.img-30 {
    background-image: url("../img/bg/30.jpg");
  }
}

@media only screen and (min-width: 1048px) {
  .cd-fixed-background {
    background-attachment: fixed;
  }
  .cd-fixed-background .cd-content {
    width: 40%;
    left: 10%;
  }
}

.cd-vertical-nav {
  position: fixed;
  z-index: 2;
  right: 3%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.cd-vertical-nav a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url(../img/cd-icon-arrow.svg) no-repeat center center;
  -webkit-transition: opacity 0.2s 0s, visibility 0.2s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0.2s 0s;
  transition: opacity 0.2s 0s, visibility 0.2s 0s;
}
.cd-vertical-nav a.cd-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
@media only screen and (min-width: 1200px) {
  .cd-vertical-nav {
    display: block;
  }
}

.no-js .cd-vertical-nav {
  display: none;
}

/* capa */

.capa,
.introducao {
  display: flex;
  display: -webkit-flex;
          align-items: center;
  -webkit-align-items: center;
          justify-content: center;
  -webkit-justify-content: center;
          flex-direction: column;
  -webkit-flex-direction: column;
}

.caderno2 {
  width: 50%;
  margin-bottom: 40px;
}

h1 {
  display: none;
  font-family: "Estado Fine";
  font-weight: bold;
  font-size: 128px;
  text-align: center;
  margin-bottom: 40px;
  color: #B5292F;
}

h1 span {
  display: block;
  font-family: "Freight Text";
  font-weight: 300;
  font-style: italic;
  font-size: 72px;
  color: #fff;
}

#linha-fina ,
#expediente {
  font-family: "Merriweather", serif;
  max-width: 465px;
  width: calc(100% - 40px);
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

#expediente {
  font-family: 'Flama';
  font-weight: 500;
  text-transform: uppercase;
  opacity: .5;
  font-size: 1.4rem;
}

@media (max-width: 720px) {
  h1 {
    font-size: 96px;
  }
  h1 span {
    font-size: 54px;
  }
  .caderno2 {
    width: 75%;
    margin-bottom: 40px;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 64px;
  }
  h1 span {
    font-size: 36px;
  }
}

/* share */

.share-buttons {
  position: absolute;
  top: 20px;;
  right: 20px;
  display: flex;
  display: -webkit-flex;
}

.share-buttons span {
  display: none;
}

.share-buttons a {
  color: #fff;
  margin-left: 20px;
}

.fa {
  font-size: 22px;
}

.fa:hover {
  color: #B5292F;
}

/* oesp */

.oesp {
  font-family: "OESP";
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 28px;
}

.oesp:hover {
  color: #B5292F;
}

.oesp {
  display: inline-block;
  font: normal normal normal 28px/1 'OESP';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.oesp:before {
  content: '\f000';
  font-size: 28px;
}

/* introducao */

.cd-fixed-background.introducao .cd-content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

/* */

h2 {
  color: #B5292F;
  font-family: "Estado Fine";
  font-weight: bold;
  font-size: 64px;
}

.cd-content p {
  color: #fff;
  margin-bottom: 40px;
}

.cd-content a {
  font-family: "Flama";
  font-weight: 500;
  color: #fff;
  border-bottom: 2px dotted #fff;
  padding-bottom : 8px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}

.cd-content a:hover {
  color: #B5292F;
  border-bottom: 2px dotted #B5292F;
}

.data {
  font-family: "Merriweather", serif;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}

.publicacao {
  font-family: "Flama";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  opacity: .5;
}

/* jornais versão responsiva */

@media (max-width: 768px) {
  .acervo-jornal {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .caderno2 {
    margin-bottom: 20px;
  }
  #linha-fina,
  #expediente {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  #expediente {
    margin-bottom: 0;
  }
}
