* {
    outline: none;
}

html {
    font-size: 62.5%;
}

html,
body {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-overflow-scrolling: touch;
    color: #111;
}



.body-scroll {
    overflow: hidden;
}

a:any-link {
    cursor: pointer;
}


.share-buttons{
  list-style: none;
  padding: 0;
  position: absolute;
  right: 10px;
  top:5px;

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





h1 {
    font-family: 'flama condensed';
    font-size: 10rem;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 900;
    z-index: 2;
    padding: 2rem;
    text-align: center;
}

.almirante {
    float: left;
    width: 300px;
    margin-right: 3rem;
}

h1 span {
    font-size: 4rem;
}

h1 strong {
    font-family: inherit;
    color: rgba(193, 49, 64, 1);
}


/*#header.capa-intro h1 br {
  display: none;
}*/

@media screen and (max-width: 760px) {
    h1 {
        font-size: 16vw;
    }
    h1 span {
        font-size: 1.95rem;
    }
}


h2 {
    max-width: 660px;
    margin: 0 auto;
    line-height: 1.1;
    font-family: 'flama condensed';
    font-size: 12rem;
    text-align: center;
    color: #263339;
}

h3 {
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 4rem;
    margin-top: 4rem;
    font-family: 'flama condensed';
    text-transform: uppercase;
    /*font-family: 'estadoheadlinebold';*/
    font-size: 4rem;
    text-align: center;
    line-height: 1.1;
    color: #322c1e;
}

h4 {
    max-width: 660px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'flamabold';
    font-size: 2.2rem;
    text-align: center;
    text-transform: uppercase;
    line-height: 3.2rem;
    color: #322c1e;
}

p {
    max-width: 660px;
    margin: 0 auto;
    padding: 2rem;
    font-size: 2rem;
    line-height: 1.5;
    font-family: 'flamabook';
}

@media all and (max-width: 640px) {
    p {
        font-size: 1.8rem;
    }
    .intro {
        font-size: 2rem;
    }
}

strong {
    font-family: 'flamamedium';
    /*color: #000000;*/
}

.intro strong {
    font-family: 'freightbook';
    font-weight: bold;
}

.pergunta {
    font-family: 'flamamedium';
}

.colaborador {
    font-size: 1.6rem;
}

#conteudo {
    margin-top: 8rem;
}

#navio-interativo {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
}




.info {
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #F9D12B;
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.8);
}


.info .tooltiptext {
    visibility: hidden;
    width: 110px;
    background-color: #333333;
    color: #FFFFFF;
    text-align: center;
    border-radius: 6px;
    padding: 0.9rem;
    /* Position the tooltip */
    position: absolute;
    z-index: 20;
    font-family: 'flamabook';
    font-size: 1.1rem;
    line-height: 1.7rem;
    text-transform: uppercase;

}

.info:hover .tooltiptext {
    visibility: visible;
}


.botao1 {
    left: 22%;
    top: 51%;
}

.botao2 {
    left: 29%;
    top: 59%;
}

.botao3 {
    left: 38%;
    top: 64%;
}

.botao4 {
    left: 50%;
    top: 70%;
}

.botao5 {
    left: 59%;
    top: 80%;
}

.botao6 {
    left: 84%;
    top: 75%;
}

.botao7 {
    left: 60%;
    top: 63%;
}

.botao8 {
    left: 61%;
    top: 56%;
}
.botao9 {
    left: 61%;
    top: 60%;
}
.botao10 {
    left: 42%;
    top: 50%;
}


@-moz-keyframes scales {
    from {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.8);
    }
    to {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@-webkit-keyframes scales {
    from {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.8);
    }
    to {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@-o-keyframes scales {
    from {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.8);
    }
    to {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes scales {
    from {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.8);
    }
    to {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
}

#navio-interativo img {
    width: 100%;
}


/* header */

#header {
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    background-color: #eaeaea;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}

#header:before {
    content: '';
    display: block;
    /*background-color: rgba(13, 14, 47, .66);*/
    background: rgba(0, 0, 0, .60) url(../img/reticula.png);
    height: 100%;
    width: 100%;
    left: 0;
}


/*#header.capa-intro:before {
      content: '';
      opacity: 0;
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background: rgba(255,255,255,0);
      background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(47%, rgba(246,246,246,0.47)), color-stop(100%, rgba(255,255,255,1)));
      background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
      background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
      background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
      background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
      -webkit-transition: opacity .2s;
      -moz-transition: opacity .2s;
      transition: opacity .2s;
  }*/

@media all and (max-width: 667px) {
    /*#header.capa-intro:before {
      opacity: 1;
  }*/
}

.header-caption {
    position: absolute;
    bottom: -2rem;
    right: 1rem;
    color: #000;
    font-family: 'flamabook';
    font-size: 1.2rem;
    opacity: .75;
}

.capa-intro {
    height: 100%;
    background: url(../img/capas/capa-intro.jpg) no-repeat center bottom;
}

#header.capa-intro:before {
    position: absolute;
}

#header.capa-intro > div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 96px);
    height: 100%
}

.o-almirante {
    background: #000000;
    color: #CCCCCC;
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.o-almirante h3 {
    color: #FFFFFF;
}

#seta {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    font-family: "flamamedium";
    font-size: 1.4rem;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, .5);
}

#seta i {
    display: block;
    text-align: center;
    margin-top: 1rem;
    color: #fff;
}

#seta:hover {
    cursor: pointer;
    opacity: .75;
    letter-spacing: 2px;
}

.capa-introducao {
    height: 50%;
    background: url(../img/galeria-1/foto01.jpg) no-repeat center center;
}

.capa-1 {
    height: 50%;
    background: url(../img/galeria-1/foto01.jpg) no-repeat center center;
}

.capa-2 {
    height: 50%;
    background: url(../img/galeria-2a/foto01.jpg) no-repeat center center;
}

.capa-3 {
    height: 50%;
    background: url(../img/capas/capa03.jpg) no-repeat center center;
}

.capa-4 {
    height: 50%;
    background: url(../img/capas/capa04.jpg) no-repeat center center;
}

.capa-5 {
    height: 50%;
    background: url(../img/capas/capa05.jpg) no-repeat top center;
}

.capa-6 {
    height: 50%;
    background: url(../img/capas/capa06.jpg) no-repeat top center;
}

.capa-7 {
    height: 50%;
    background: url(../img/capas/capa07.jpg) no-repeat top center;
}

.medida-barco {
    width: 95%;
    margin: auto;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border-top: 1px dashed #CCCCCC;
}

.hr-title {
    width: 64px;
    height: 2px;
    margin: 2rem auto;
    background-color: #333;
}

.author {
    max-width: 660px;
    margin: 0 auto;
    padding: 2rem 0 6rem 0;
    font-family: 'flamabook';
    font-size: 1.8rem;
    /*text-transform: uppercase;*/
    text-align: center;
    line-height: 2.4rem;
    opacity: .75;
}


/*
.author span {
  display: block;
  text-transform: none;
  font-style: italic;
  font-family: 'freightbook';
  margin-top: .5rem;
}
*/

.author span {
    font-family: 'flamabold';
    font-size: 1.2rem;
    display: inline;
    margin-left: .5rem;
    opacity: .5;
    text-transform: uppercase;
}

.intro {
    max-width: 660px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'freightbook';
    font-style: italic;
    font-size: 2.2rem;
    text-align: center;
    line-height: 3.2rem;
}

.capitular:first-letter {
    font-size: 7rem;
    float: left;
    line-height: 0.72;
    margin: 12px 10px 0 0;
    text-transform: uppercase;
    /*font-family: 'estadofinebold';*/
    font-family: 'flama condensed';
    font-weight: bold;
    padding: 1.2rem 1.8rem;
    color: #fff;
    /*border: 3px solid #000000;*/
    background-color: #322c1e;
}


/* botão de próximo capítulo */

.next:not(.slbArrow) {
    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;
    height: 200px;
    margin-top: 8rem;
    font-family: 'flamabook';
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: initial;
    border-top: 1px solid #eaeaea;
    color: #4b4b4b;
    padding: 0 1rem;
}

.next:not(.slbArrow):hover {
    background-color: #f5f5f5;
}

.next:not(.slbArrow) span {
    display: block;
    margin-top: .5rem;
    font-family: 'flama condensed';
    text-align: center;
    /* text-transform: uppercase; */
    font-size: 3rem;
    font-weight: 900;
    /*text-transform: initial;*/
    color: #000000;
}


/* barra do topo */

#top {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 56px;
    /*font-family: 'estadoheadlineregular';*/
    font-family: 'flama condensed';
    background-color: transparent;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
     -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
          box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);*/
}

#top a {
    font-size: 2.4rem;
    line-height: 56px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

#top a:hover {
    opacity: .75;
}

#top.scroll {
    top: 0;
}


/* sticky menu */

.sticky #top {
    position: fixed;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.sticky #top a {
    color: #000000;
}

.sticky #top #oesp {
    position: fixed;
    color: #000000;
}

.sticky #bt-menu {
    position: fixed;
    color: #000000;
}


/* menu de hambúrguer */

#bt-menu {
    position: absolute;
    top: 0;
    right: 1.5rem;
    line-height: 56px;
    margin-left: 1rem;
    font-size: 3rem;
    height: 45px;
    text-transform: uppercase;
    opacity: 1;
    color: #fff;
    z-index: 6;
    display: none;
}

#bt-menu:hover {
    opacity: 0.6;
    cursor: pointer;
}

#bt-menu.close {
    color: #000000;
}

#oesp.oesp-close {
    color: #000000;
}

#bt-menu.close i:before {
    content: "\f00d";
}

#bt-menu.bt-capa {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    color: #fff;
}


/* oesp */

#top #oesp {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 7;
    font-family: 'Marcas Estadão';
    font-size: 3rem;
    line-height: .9;
    opacity: 1;
    color: #fff;
}

#oesp:hover {
    opacity: .6;
}

#oesp:before {
  content: "";
  font-weight: normal;
}

#oesp.bt-capa:before {
  content: "";
}


#oesp.bt-capa {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    color: #fff;
}

@media screen and (min-width: 560px) {
  #oesp:before {
    content: "";
  }
  #oesp.bt-capa:before {
    content: "";
  }
}


/* overlay */

.overlay {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    height: calc(100% - 20rem);
    padding-bottom: 20rem;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.overlay.show-overlay {
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
    z-index: 4;
}


/* menu */

#menu {
    max-width: 660px;
    width: calc(100% - 4rem);
    margin: 0 2rem;
}

.menu-item {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    padding: 2rem 0;
    border-top: 1px solid #eaeaea;
}

.menu-item:hover {
    padding-left: 2rem;
    cursor: pointer
}

.menu-item img {
    width: 240px;
    height: 100%;
}

.item-desc {
    margin-left: 2rem;
    text-transform: uppercase;
    font-family: 'flamabook';
    /* */
    font-size: 1.6rem;
    color: #4b4b4b;
}

.item-desc span {
    display: block;
    font-family: 'flama condensed';
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3rem;
    margin-top: 1rem;
    color: #000000;
}

#bt-expediente {
    padding: 4rem 0;
    font-family: 'flamamedium';
    font-size: 2.4rem;
    text-align: center;
    border: 1px solid #eaeaea;
    color: #000000;
    display: block;
}

#bt-expediente:hover {
    background-color: #f5f5f5;
}

@media screen and (max-width: 660px) {
    .menu-item {
        display: block;
    }
    .menu-item:hover {
        padding-left: 0;
    }
    .menu-item img {
        width: 100%;
    }
    .item-desc {
        margin: 1rem 0 0 0;
    }
    .titulo-topo{
    position: absolute;
    left: 1.4rem;
    }

}


/* transição */

.menu-item,
.overlay,
.next:not(.slbArrow),
#oesp,
#bt-menu,
#bt-expediente,
#top a,
#seta,
h1,
.confira {
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
}


/* tabela de créditos */

table {
    border-collapse: collapse;
    border-spacing: 0;
    color: #686868;
    width: calc(100% - 4rem);
    max-width: 520px;
    background-color: transparent;
    font-size: 2rem;
    margin: 2rem auto 4rem;
}

table tr {
    border-top: 1px solid #eaeaea;
}

table td:first-child {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
    color: #999;
    line-height: 1.3;
    font-family: 'flama';
}

table td {
    padding: 2rem 1rem;
    border-style: none;
    word-break: normal;
    font-size: 2rem;
    line-height: 1.5;
    color: #000;
    font-weight: 300;
    margin: 0 auto;
    max-width: 700px;
    font-family: 'estadoheadlineregular';
}

#logoCredito {
    font-family: 'Marcas Estadão';
    font-size: 6rem;
    position: relative;
    text-align: center;
    margin: 1.5rem;
    opacity: 1;
    color: #222222;
}

#logoCredito:before {
    content: '';
}

table td:first-child {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
    color: #999;
    font-family: 'flamamedium';
}

@media all and (min-width: 960px) {
    table td:first-child {
        width: calc(200px + 2rem);
    }
}

.creditoItem {
    margin: 2rem 0;
    padding: 2.8rem;
}

.creditoItem:hover {
    opacity: 0.5;
    background: #eeeeee;
}

.iframe-container {
    margin-top: 2rem;
    padding: 0 1.6rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}


/*
iframe:not(.timeline) {
  width: 100%;
  max-width: 115.2rem;
  height: 80vh;
  max-height: 72rem;
}
*/

.confira {
    margin: auto;
}

.linha-fina {
    color: #FFFFFF;
    font-size: 2.5rem;
    text-align: center;
}

.confira {
    color: #fff;
    font-family: 'flamamedium';
    text-transform: uppercase;
    font-size: 1.6rem;
    padding: 1.6rem;
    letter-spacing: 2px;
    border: 1px solid #fff;
    margin: 0 1rem 1rem 0;
    opacity: 1;
    z-index: 3;
    text-align: center;
}

.confira:hover {
    background: rgba(193, 49, 64, .66);
    cursor: pointer;
}


/* gráfico */

#grafico {
    background-color: #fff;
    padding: 4rem 2rem;
    margin: 4rem 0;
}

.janela-1 {}

#grafico h4 {
    color: #322c1e;
    margin-bottom: 4rem;
}

#grafico figure {
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.5rem;
    color: #444444;
    font-family: 'flamabook';
}

@media all and (max-width: 480px) {
    #grafico figure {
        padding-right: 0;
        padding-left: 0;
    }
}


/* box */

article.box {
    max-width: 660px;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 4rem;
    padding: 0 2rem;
}

.nota {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    padding: 2rem;
}

.box p {
    font-size: 1.8rem;
    font-family: 'freightbook';
    line-height: 1.8;
}


/* imagens */

figure {
    max-width: 1024px;
    padding: 2rem;
    margin: 0 auto;
}

figure img {
    width: 100%;
}

figcaption {
    margin-top: 1rem;
    font-family: 'flamabook';
    font-size: 1.6rem;
    opacity: .75;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eaeaea;
    line-height: 1.2;
}

figcaption span {
    font-family: 'flamabold';
    text-transform: uppercase;
    /*color: #000000;*/
    font-size: 1.1rem;
    opacity: .5;
}

.caption-name {
    font-family: 'flamamedium';
    color: #111;
    font-size: 1.4rem;
    opacity: .5;
}


/* análise */

.analise {
    padding-top: 2rem;
}

.analise h4 {
    text-transform: none;
}

.analise .author {
    padding-bottom: 2rem;
}


/* nota */

.estado-entrevista,
.alexandre-entrevista {
    display: block;
    text-transform: uppercase;
    font-family: 'flamamedium';
    font-size: 1.4rem;
}

.nota {
    max-height: 620px;
    overflow-y: scroll;
}

#no-roll {
    max-height: initial;
    overflow-y: hidden;
}

.nota ul p {
    padding: 0;
    font-size: 1.8rem;
    font-family: 'freightbook';
    line-height: 1.5;
    width: 100%;
}

.nota ul li {
    padding: 1rem 2rem;
    display: flex;
    display: -webkit-flex;
}


/*
.nota ul li:before {
  content: '-';
  margin: .8rem 1rem 0 0;
  font-family: 'flamabold';
}
*/

.nota ul ul {
    margin-left: 4rem;
}

a.inline-anchor {
    color: #000000;
    text-decoration: underline;
}


/* player agile */

.video-agile {
    position: relative;
    padding-bottom: calc(56.25% + 31px);
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.video-agile iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

::-moz-selection {
    background: #000000;
    color: #fff;
}

::selection {
    background: #000000;
    color: #fff;
}


/* galeria */

.galeria {
    margin: 4rem 0;
}

.galeria a:focus {
    outline: none;
}

.galeria img {
    width: 100%;
}

.galeria a {
    position: relative;
}

.galeria a:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
}

.galeria a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.galeria a:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 14, 47, .66);
    opacity: 0;
    -webkit-transition: opacity ease .3s;
    -moz-transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
    transition: opacity ease .3s;
}

.galeria a:hover:after {
    opacity: 1;
}

@media screen and (max-width: 480px) {
    #header.capa-intro > div {
        width: calc(100% - 32px);
    }
    #header.capa-intro h1 br {
        display: block;
    }
}


/* botão na legenda */

.slbCaption a {
    text-transform: uppercase;
    font-weight: bold;
    opacity: .5;
    border-bottom: 1px dotted #fff;
    font-size: 1.5rem;
    color: #fff;
}

.slbCaption a:hover {
    opacity: 1;
}


/* introdução */

.introducao {
    margin-top: 8rem;
}


/* seta */

.fa-angle-down {
    position: absolute;
    font-size: 4rem;
    bottom: 4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
}

.fa-angle-down:hover {
    cursor: pointer;
    opacity: .5;
}


/* análise */

.analysis {
    font-size: 1.4rem;
    opacity: .5;
}


/* ajustes box */

.nota-bg {
    background-color: #f5f5f5;
    max-height: initial;
}

.hide-title #top a {
    display: none
}

figcaption span {
    font-weight: bold;
    font-size: 1.5rem;
}

@media (max-width: 425px) {
    h3 {
        font-size: 5rem;
    }
    h1 {
        font-size: 4rem;
        padding: 3rem;
    }
    .linha-fina {
        font-size: 2rem;
    }
    h3 {
        font-size: 4rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .almirante {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .capitular:first-letter {
        font-size: 4rem;
        float: left;
        line-height: 0.72;
        margin: 2px 5px 0 0;
        text-transform: uppercase;
        /*font-family: 'estadofinebold';*/
        font-family: 'flama condensed';
        font-weight: bold;
        padding: 1.2rem 1.8rem;
        color: #fff;
        /*border: 3px solid #000000;*/
        background-color: #322c1e;
    }
    .info {
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #F9D12B;
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.3);
}

    .info .tooltiptext {
    visibility: hidden;
    width: 110px;
    background-color: #333333;
    color: #FFFFFF;
    text-align: center;
    border-radius: 6px;
    padding: 0.9rem;
    /* Position the tooltip */
    position: absolute;
        left:1px;
    z-index: 20;
    font-family: 'flamabook';
    font-size: 1.1rem;
    line-height: 1.7rem;
    text-transform: uppercase;

}

}
