.texto a:link {
  color: #1B2C3A;
  background: #E5F2FA;
}


.texto a:visited {
  color: #1B2C3A;
}


.texto a:hover {
  color: #E5134A;
}


.texto a:active {
  color: #1B2C3A;
}

strong{
  font-weight: bold;
}

.oesp {
  display: inline-block;
  font: normal normal normal 3.8rem / 1 'Marcas EstadÃƒÂ£o';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1B2C3A;
  position: absolute;
  font-size: 2rem;
  top: 1rem;
  left: 1rem;
  z-index: 100;
}

.oesp:before {
  content: '\f000';
}

ul.share-buttons {
  font-size: 1.4rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 100;
}

ul.share-buttons li {
  display: inline;
  margin-right: 0.4rem;
}

ul.share-buttons li a:link,
a:visited {
  color: #1B2C3A;
  margin-left: 16px;
}

ul.share-buttons li a:hover {
  color: #e5134a;
}


/* --------------------------------

Primary style

-------------------------------- */

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: freight-text-pro;
  color: #333333;
  background-color: white;
}

body,
html {
  height: 100%;
}

a {
  color: #3e3947;
  text-decoration: none;
}

img {
  max-width: 100%;
}


/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */

.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}


/* --------------------------------

Main components

-------------------------------- */

.cd-section {
  min-height: 100%;
  position: relative;
}

#capa {}

#titulo {
  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%);
}

.linha-fina {
  width: 400px;
  margin: auto;
  max-width: 768px;
  text-align: center;
  line-height: 2rem;
  font-size: 1.5rem;
  margin-top: 2rem;
  color: #1B2C3A;
}

.cd-section h1 {
  text-align: center;
  color: #1B2C3A;
  font-weight: bold;
  font-size: 5rem;
  font-family: 'Flama';
}


.linha-fina-capitulo {
  margin: auto;
  margin-bottom: 60px;
  font-weight: 600;
  width: 400px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.cd-section h5 {
  color: #1B2C3A;
  font-weight: 600;
  font-size: 2rem;
  margin: auto;
  text-align: center;
  margin-bottom:1rem;
  margin-top: 50px;
  font-family: 'Flama';
}


.cd-section h2 {
  color: #1B2C3A;
  font-weight: 600;
  font-size: 4rem;
  margin: auto;
  text-align: center;
  margin-bottom: 4rem;
  margin-top:5rem;
  font-family: 'Flama';
}


.cd-section h2::after {
    display: block;
    content: '';
    background: #E5134A;
    margin: auto;
    height: 5px;
    width: 60px;
    margin-top: 1.5rem;
}


.texto {
  width: 560px;
  margin: auto;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.lista dt {
  margin-bottom: 2rem;
  display: list-item;
  list-style: inside;
}

.lista strong {
  font-weight: bold;
  font-size: 1.4rem;
}

.passo-a-passo li {
  list-style: decimal inside;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
  color: #E5134A;
}

.lista-a{
  margin-left: 3rem;
  list-style:lower-latin;
}

.lista-a li{
  margin-bottom: 1rem;
}

.passo-a-passo li p {
  font-size: 1.3rem;
  font-weight: 300;
  color: #000000;
}

.texto h3 {
  color: #1B2C3A;
  font-family: 'Flama';
  font-size: 2.3rem;
  margin-bottom: 4rem;
  margin-top: 4rem;
  font-weight: 500;
  text-align: center;
}

.animacao-interna {
  width: 300px;
  height: 255px;
  float: left;
  margin-left: -100px;
  margin-right: 30px;
}

.iframe-capa {
  position: absolute;
  height: 100%;
  width: 100%;
}

.cd-scroll-down {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 12rem;
  width: 38px;
  height: 44px;
  background: url("../img/cd-arrow-bottom.svg") no-repeat center center;
}

/* No Touch devices */

.cd-nav-trigger {
  display: none;
}

.no-touch #cd-vertical-nav {
  position: fixed;
  right: 40px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

@media all and (max-width: 480px) {
  .no-touch #cd-vertical-nav {
    display:none;
  }
}

.no-touch #cd-vertical-nav li {
  text-align: right;
  list-style-type: none;
}

.no-touch #cd-vertical-nav a {
  display: inline-block;
  /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.no-touch #cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}

.no-touch #cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}

.no-touch #cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-touch #cd-vertical-nav a:hover .cd-label {
  opacity: 1;
}

.no-touch #cd-vertical-nav a.is-selected .cd-dot {
  background-color: #E5134A;
}

.no-touch #cd-vertical-nav .cd-dot {
  position: relative;
  /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
  top: 8px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #1B2C3A;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.no-touch #cd-vertical-nav .cd-label {
  position: relative;
  margin-right: 10px;
  padding: .4em .5em;
  color: #333333;
  font-size: 1.2rem;
  font-family:'Flama';
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* Touch devices */

.touch .cd-nav-trigger {
  display: block;
  z-index: 2;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.9);
}

.touch .cd-nav-trigger span {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #3e3947;
  border-radius: 50%;
  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%);
}

.touch .cd-nav-trigger span::before,
.touch .cd-nav-trigger span::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
}

.touch .cd-nav-trigger span::before {
  top: -9px;
}

.touch .cd-nav-trigger span::after {
  bottom: -9px;
}

.touch #cd-vertical-nav {
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.9);
}

.touch #cd-vertical-nav a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(62, 57, 71, 0.1);
}

.touch #cd-vertical-nav a span:first-child {
  display: none;
}

.touch #cd-vertical-nav a.is-selected span:last-child {
  color: #d88683;
}

.touch #cd-vertical-nav.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.touch #cd-vertical-nav.open + .cd-nav-trigger {
  background-color: transparent;
}

.touch #cd-vertical-nav.open + .cd-nav-trigger span {
  background-color: rgba(62, 57, 71, 0);
}

.touch #cd-vertical-nav.open + .cd-nav-trigger span::before,
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  background-color: #3e3947;
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px;
}

.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
}

=.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
}

.touch #cd-vertical-nav li:last-child a {
  border-bottom: none;
}

@media only screen and (min-width: 768px) {
  .touch .cd-nav-trigger,
  .touch #cd-vertical-nav {
    bottom: 40px;
  }
}

.creditos {
  width: 100%;
  /*background: #1B2C3A;*/
}

.ac-container{
  text-align: left;
}

.ac-container label{
  padding: 5px 20px;
  position: relative;
  z-index: 20;
  display: block;
  cursor: pointer;
  color: #000000;
  background: #FFFFFF;
  margin-bottom: 1rem;
  border-bottom: 1px solid #CCCCCC;
}

.ac-container label:hover{
   border-bottom: 1px solid #CCCCCC;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover{
  color: #e5134a;
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: 13px;
  top: 7px;
  background: transparent url(../img/arrow_down.png) no-repeat center center;
}

.ac-container input:checked + label:hover:after{
  background-image: url(../img/arrow_up.png);
}

.ac-container input{
  display: none;
}

.ac-container article{
  margin-top: -1px;
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container article p{
  color: #777;
  line-height: 23px;
  padding: 20px;
}

.ac-container input:checked ~ article{
  -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}

.ac-container input:checked ~ article.ac-small{
  height: 140px;
}

.ac-container input:checked ~ article.ac-medium{
  height: 180px;
}

.ac-container input:checked ~ article.ac-large{
  height: 230px;
}

table{
  width: 80%;
  margin: auto;
  font-family:'Flama';
}

td{
  text-align: center;
  padding: 1rem;
  border: 1px solid #cccccc;

}

#fontes p {
    width: calc(100% - 48px);
    max-width: 550px;
    margin: 192px auto 96px;
    text-align: center;
    line-height: 1.5;
    border-top: 1px solid #eee;
    padding: 48px;
}

.disclaimer {
  margin-top: 48px;
  font-size: 75%;
}

#table-container {
    width: 100vw;
    max-width: 100vw;
    overflow-x: auto;
}

#nao-divulga {
  text-align: center;
  font-family: 'Flama';
  font-size: 1.3rem;
}

/* creditos */

footer {
  background-color: #eaeaea;
  padding: 8rem 0;
}

.creditos {
  width: calc(100% - 4rem);
  max-width: 465px;
  margin: 0 auto;
}

.creditos tr {
  border-bottom: 1px solid #ddd;
}

.creditos tr:last-child {
  border-bottom: none;
  text-align: left;
}

.creditos td:first-child {
  font-size: .8rem;
  font-weight: 500;
  text-transform: uppercase;
  opacity: .5;
}

.creditos td:last-child {
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.creditos td {
  width: 50%;
  padding: 40px 0;
  border: none;
  text-align: left;
}
