/* Definicoes Padroes */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');

/* Font Icons */

@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello/fontello.eot?41170520');
    src: url('../fonts/fontello/fontello.eot?41170520#iefix') format('embedded-opentype'), url('../fonts/fontello/fontello.woff?41170520') format('woff'), url('../fonts/fontello/fontello.ttf?41170520') format('truetype'), url('../fonts/fontello/fontello.svg?41170520#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    margin: 0
}

.content {
    margin: 0 auto;
    max-width: 1140px;
}

.no-margin {
    margin-right: 0 !important;
    margin-left: !important
}

.display-none {
    display: none;
}

#btn-close {
    display: none;
}


/* submenu sustentabilidade */


.menu li {
  position: relative;
}

.menu .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
  min-width: 220px;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 999;
}

.menu .submenu li {
  width: 100%;
}

.menu .submenu li a {
  display: block;
  padding: 12px 15px;
  color: #fff;
  text-decoration: none;
}

.menu .submenu li a:hover {
  background: #8c6414; /* pode ajustar para cor oficial */
}

.menu li:hover .submenu {
  display: block;
}


@media (max-width: 768px) {

  .menu .submenu {
    position: relative;
    background: #111;
  }

  .menu li:hover .submenu {
    display: none;
  }

  .menu li.has-submenu > a::after {
    content: " ▼";
    font-size: 10px;
  }

}

/* fim submenu sustentabilidade */



body.home nav ul li.home {
    border-bottom: 3px solid #333333;
}

body.a-liesa nav ul li.a-liesa {
    border-bottom: 3px solid #333333;
}

body.carnaval nav ul li.carnaval {
    border-bottom: 3px solid #333333;
}

body.noticias nav ul li.noticias {
    border-bottom: 3px solid #333333;
}

body.ingressos nav ul li.ingressos {
    border-bottom: 3px solid #333333;
}

body.galeria nav ul li.galeria {
    border-bottom: 3px solid #333333;
}

body.publicacoes nav ul li.publicacoes {
    border-bottom: 3px solid #333333; 
}

body.memoria nav ul li.memoria {
    border-bottom: 3px solid #333333;
}

body.sustentabilidade nav ul li.sustentabilidade {
    border-bottom: 3px solid #333333;
}

body.fale-conosco nav ul li.fale-conosco {
    border-bottom: 3px solid #333333;
}

body.a-liesa main h2 {
    border-bottom: 1px solid #857969;
    color: #333333;
}

body.carnaval main h2 {
    border-bottom: 1px solid #857969;
    color: #333333;
}

body.noticias main h2 {
    border-bottom: 1px solid #857969;
    color: #333333;
}

#post article table.tabela-noticias {
    width: 100%
}

#post article table.tabela-noticias td {
    padding: 10px;
    border-bottom: 1px solid #eee
}

#post article table.tabela-noticias.ensaio td {
    border: none
}

#post article table.tabela-noticias td.titulo {
    border-bottom: 1px solid black;
    padding-bottom: 15px;
    margin-bottom: 10px
}

#post article table.tabela-noticias img {
    width: 70px;
    float: left;
    margin-right: 15px
}

#post article table.tabela-noticias p {
    float: left;
}

#post article table.tabela-noticias tr:nth-child(2) td {
    padding-top: 20px
}

#post article table.tabela-noticias tr:last-child td {
    border: none
}

#post article table.tabela-noticias tr:hover {
    background: #eee
}

#post article table.tabela-noticias tr.no-hover:hover {
    background: #1111
}

#post article table.tabela-noticias.justificativa td {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 13px
}

#post article table.tabela-noticias.justificativa td.no-bd {
    border-left: none;
    border-right: none;
}

#post article table.tabela-noticias.justificativa tr:last-child td {
    border: none;
    border-left: 1px solid #eee;
}

#post article table.tabela-noticias.justificativa tr:last-child td:first-child {
    border-left: none;
}

body.ingressos main h2 {
    border-bottom: 1px solid #857969;
    color: #333333;
}

body.galeria main h2 {
    border-bottom: 1px solid #857969;
    color: #333333;
}

body.publicacoes main h2 {
    border-bottom: 1px solid #857969;
    color: #333333;
}

body.memoria main h2 {
    border-bottom: 1px solid #857969;
    color: #333333;
}

body.sustentabilidade main h2 {
    border-bottom: 1px solid #857969;
    color: #333333;
}

body.fale-conosco main h2 {
    border-bottom: 1px solid #857969;
    color: #333333;
}

body.a-liesa main h2::before {
    background: #936100;
}

body.carnaval main h2::before {
    background: #936100;
}

body.noticias main h2::before {
    background: #936100;
}

body.ingressos main h2::before {
    background: #936100;
}

body.galeria main h2::before {
    background: #936100;
}

body.publicacoes main h2::before {
    background: #936100;
}

body.memoria main h2::before {
    background: #936100;
}

body.sustentabilidade main h2::before {
    background: #936100;
}

body.fale-conosco main h2::before {
    background: #936100;
}


/* Fonts */

.ft-9 {
    font-size: 9px;
}

.ft-10 {
    font-size: 10px;
}

.ft-11 {
    font-size: 11px;
}

.ft-12 {
    font-size: 12px;
}

.ft-13 {
    font-size: 13px;
}

.ft-14 {
    font-size: 14px;
}

.ft-15 {
    font-size: 15px;
}

.ft-16 {
    font-size: 16px;
}

.ft-17 {
    font-size: 17px;
}

.ft-18 {
    font-size: 18px;
}

.ft-19 {
    font-size: 19px;
}

.ft-20 {
    font-size: 20px;
}

.ft-25 {
    font-size: 25px;
}

.ft-28 {
    font-size: 28px;
}

.ft-30 {
    font-size: 30px;
}

.ft-45 {
    font-size: 45px;
}

.light {
    font-weight: 300;
}

.normal {
    font-weight: 400;
}

.bold {
    font-weight: 600;
}

.extra-bold {
    font-weight: 700
}

.upper {
    text-transform: uppercase;
}

.ln-10 {
    line-height: 1.0
}

.ln-11 {
    line-height: 1.1
}

.ln-12 {
    line-height: 1.2
}

.ln-13 {
    line-height: 1.3
}

.ln-14 {
    line-height: 1.4
}

.ln-15 {
    line-height: 1.5
}

.ln-16 {
    line-height: 1.6
}

.ln-17 {
    line-height: 1.7
}

.ln-18 {
    line-height: 1.8
}

.ln-19 {
    line-height: 1.9
}

.ln-20 {
    line-height: 2.0
}

.branco {
    color: #fff;
}

.preto {
    color: #000;
}

.cinza {
    color: #666;
}

.cinza-claro {
    color: #f4f6f7;
}

.rosa {
    color: #e32376;
}

.rosa-2 {
    color: #ff78c2;
}

.vermelho1 {
    color: #f53024;
}
/* cor titulos noticias na home */
.vermelho {
    color: #333333;
}


.azul {
    color: #0006d9;
}

.verde {
    color: #009c39;
}

.verde-1 {
    color: #028900;
}

.verde-escuro {
    color:#008900 ;
}

.amarelo {
    color: #fdf307;
}

.preto {
    color: #000;
}

.azul-claro {
    color: #5ccdf4;
}

.azul-3 {
    color: #1951FF;
}

.azul-2 {
    color: #2499ff;
}

.laranja {
    color: #FD6601
}

.bg-rosa {
    background: #e32376;
}

.bg-rosa-2 {
    background: #ff78c2;
}

.bg-preto {
    background: #000;
}

.bg-vermelho {
    background: #ec040d;
}

.bg-vermelho-2 {
    background: #ff2c1e;
}

.bg-azul {
    background: #0006d9;
}

.bg-azul-2 {
    background: #2499ff;
}

.bg-azul-3 {
    background: #1951FF;
}

.bg-azul-4 {
    background: #006dc8;
}

.bg-verde {
    background: #009c39;
}

.bg-verde-escuro {
    background: #008900;
}

bg-verde-1 {
    background: #028900
}    

.bg-amarelo {
    background: #fdf307;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.center {
    text-align: center;
}

.left {
    text-align: left !important;
}

.underline {
    text-decoration: underline;
}

.italico {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.dps-block {
    display: block;
}

.dps-none {
    display: none;
}

.bg-1 {
    background: #fbdbcd;
}

.bg-2 {
    background: #ecebeb;
}


/* Header */

.menuscroll .icon-menu,
.btn-navmenu {
    display: none;
}

#cabecalho {
    background: #2e302c;
    color: white;
    width: 100%;
    float: left;
    padding: 10px;
    height: 56px
}

#cabecalho .data {
    float: left;
}

#cabecalho p {
    float: left;
    margin-top: 9px
}

#cabecalho ul.redes-sociais {
    float: right;
    text-align: left;
    margin-top: 2px
}

#cabecalho ul.redes-sociais li.titulo {
    text-indent: inherit;
    background: none;
    margin-right: 7px;
    vertical-align: sub;
}

#cabecalho ul.redes-sociais li {
    display: inline-block;
    width: auto;
    text-indent: -9999em;
    width: auto;
    height: auto;
}

#cabecalho ul.redes-sociais li a {
    background: url('../imagens/menu/sprite-redes.png') no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}

#cabecalho ul.redes-sociais li.facebook a {
    background-position: 0px 0px
}

#cabecalho ul.redes-sociais li.instagram a {
    background-position: -33px 0px
}

#cabecalho ul.redes-sociais li.twitter a {
    background-position: -66px 0px
}

#cabecalho ul.redes-sociais li.youtube a {
    background-position: -99px 0px
}

#cabecalho figure.logo {
    display: none
}

nav {
    width: 100%;
    margin: 10px 0;
    float: left;
}

nav figure {
    float: left;
}

nav ul {
    width: auto;
    text-align: center;
    float: left;
    margin: 48px 0 0 20px
}

nav ul li {
    display: inline-block;
    margin: 10px 10px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 5px;
}

nav ul li.home a {
    color: #333333;
}

nav ul li.a-liesa a {
    color: #333333;
}

nav ul li.carnaval a {
    color: #333333;
}

nav ul li.noticias a {
    color: #333333;
}

nav ul li.ingressos a {
    color: #333333;
}

nav ul li.galeria a {
    color: #333333;
}

nav ul li.publicacoes a {
    color: #333333;
}

nav ul li.memoria a {
    color: #333333;
}

nav ul li.sustentabilidade a {
    color: #333333;
}

nav ul li.fale-conosco a {
    color: #333333;
}

nav ul li.home:hover {
    border-bottom: 3px solid #857969;
}

nav ul li.a-liesa:hover {
    border-bottom: 3px solid #857969;
}

nav ul li.carnaval:hover {
    border-bottom: 3px solid #857969;
}

nav ul li.noticias:hover {
    border-bottom: 3px solid #857969;
}

nav ul li.ingressos:hover {
    border-bottom: 3px solid #857969;
}

nav ul li.galeria:hover {
    border-bottom: 3px solid #857969;
}

nav ul li.publicacoes:hover {
    border-bottom: 3px solid #857969;
}

nav ul li.memoria:hover {
    border-bottom: 3px solid #857969;
}

nav ul li.sustentabilidade:hover {
    border-bottom: 3px solid #857969;
}

nav ul li.fale-conosco:hover {
    border-bottom: 3px solid #857969;
}

figure.banner-principal,
figure.banner-principal img {
    width: 100%;
}

header.menuscroll {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    margin-bottom: 200px
}

header.menuscroll figure.banner-principal {
    display: none;
}

header.menuscroll .demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header.menuscroll .icon-menu,
header.menuscroll .btn-navmenu {
    font-size: 36px;
    color: #fff;
    cursor: pointer;
    float: left;
    display: block;
}

header.menuscroll .icon-search {
    font-size: 25px;
}

header.menuscroll .btn-navmenu span {
    float: left;
    margin: 10px 80px 0 5px
}

header.menuscroll #cabecalho {
    position: relative;
}

header.menuscroll #cabecalho p {
    display: none
}

header.menuscroll #cabecalho {
    height: 85px;
    background: #2e302c;
}

header.menuscroll #cabecalho .data {
    margin-top: 15px
}

header.menuscroll #cabecalho ul.redes-sociais {
    margin-top: 18px
}

header.menuscroll #cabecalho figure.logo {
    position: absolute;
    top: 0;
    left: 45%;
    display: block
}

header.menuscroll #cabecalho figure.logo img {
    width: 80px
}

header.menuscroll nav {
    background: #f3f3f3;
    margin: 0;
    padding: 5px 0;
    margin-top: -100px;
}

header.menuscroll nav {
    display: block;
}

header.menuscroll nav.ativo {
    margin-top: 0
}

header.menuscroll nav figure {
    display: none
}

header.menuscroll nav ul {
    width: 100%;
    text-align: center;
    margin: 0
}

#webdoor.up,
main.internas.up {
    margin-top: 583px
}


/* Footer */

footer {
    width: 100%;
    float: left;
    margin: 0;
    background: #2e302c;
}

footer .content {
    position: relative;
}

footer figure.logo {
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
}

footer figure.logo::before {
    content: '';
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    width: 43%;
    height: 1px;
    background: #836417
}

footer figure.logo::after {
    content: '';
    display: block;
    position: absolute;
    top: 80px;
    right: 0;
    width: 43%;
    height: 1px;
    background: #836417
}

footer figure.logo img {
    display: inline-block;
}

footer ul.redes-sociais {
    float: right;
    text-align: left;
    color: white;
    margin-top: -65px
}

footer ul.redes-sociais li.titulo {
    text-indent: inherit;
    background: none;
    margin-right: 7px;
    vertical-align: sub;
}

footer ul.redes-sociais li {
    display: inline-block;
    width: auto;
    text-indent: -9999em;
    width: auto;
    height: auto;
}

footer ul.redes-sociais li a {
    background: url('../imagens/menu/sprite-redes.png') no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}

footer ul.redes-sociais li.facebook a {
    background-position: 0px 0px
}

footer ul.redes-sociais li.instagram a {
    background-position: -33px 0px
}

footer ul.redes-sociais li.twitter a {
    background-position: -66px 0px
}

footer ul.redes-sociais li.youtube a {
    background-position: -99px 0px
}

footer article {
    width: 100%;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 70px
}

footer article p {
    display: inline-block;
    text-align: left;
    margin: 0 20px
}

footer article ul {
    display: inline-block;
    width: auto;
    color: white;
    vertical-align: top;
    text-align: left;
    margin: 0 10px;
    font-size: 14px;
    line-height: 1.5
}

footer article ul li {
    line-height: 1.7
}

footer article ul.col-1 {
    margin: 0 50px 0 90px
}

footer article ul.col-2,
footer article ul.col-3,
footer article ul.col-4 {
    margin: 23px 15px 0 15px
}

footer .assinatura {
    background: #2e302c;
    padding: 20px;
    width: 100%;
    float: left;
    text-align: center;
}

footer .assinatura article {
    padding: 0;
    width: auto;
}

footer .assinatura figure,
footer .assinatura article {
    display: inline-block;
    margin: 30px
}

footer .assinatura article {
    width: 300px;
    vertical-align: top;
    margin-top: 40px;
}

footer .assinatura article p {
    text-align: center;
    font-size: 13px;
    margin: 15px 0;
}

footer .assinatura article span {
    display: block;
    font-size: 15px;
    font-weight: 700
}

footer .copyright {
    width: 100%;
    padding: 10px 0;
    background: #2e302c;
    float: left;
}

footer .copyright article {
    width: 100%;
    padding: 0
}

footer .copyright article p {
    margin: 20px 0;
}


/* home */

#webdoor {
    width: 100%;
    float: left;
    margin: 40px 0;
}

#webdoor a {
    position: relative;
    display: block;
}

#webdoor a article {
    position: absolute;
    bottom: 35px;
    color: white;
    left: 20px;
}

#webdoor a article h2 {
    max-width: 70%;
    margin: 10px 0;
    text-shadow: 1px 3px 2px rgba(20, 17, 17, 0.48);
}

#webdoor a article h3 {
    max-width: 70%;
    margin: 20px 0 10px 0
}

#webdoor .slick-dots {
    position: absolute;
    right: 50px;
    bottom: 30px;
}

#webdoor .slick-dots li {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: white;
    margin: 5px;
    cursor: pointer;
}

#webdoor .slick-dots li button {
    display: block;
    text-indent: -9999em;
}

#webdoor .slick-dots li.slick-active {
    background: #289087;
}

main {
    width: 100%;
    display: block;
    float: left;
    margin: 20px 0
}

main .noticias {
    float: left;
    max-width: 800px;
}

main h2 {
    color: #009c39;
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #009c39;
    position: relative;
    margin-bottom: 30px
}

main h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #009c39;
    width: 116px;
    height: 3px;
    display: block;
}

main h2.vermelho {
    color: #936100;
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #936100;
    position: relative;
    margin-bottom: 30px
}

main h2.vermelho::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #936100;
    width: 116px;
    height: 3px;
    display: block;
}

main .noticias article {
    float: left;
    width: 250px;
    margin: 0 25px 0 0;
    padding: 15px 0;
    border-top: 1px solid #eee;
}

main .noticias article.topo {
    border: none
}

main .noticias article p:hover {
    text-decoration: underline;
}

main .noticias article p {
    margin: 10px 0
}

main .noticias article p:last-child {
    line-height: 25px
}

main .noticias article.thumb figure {
    float: left;
    margin: 0 10px 30px 0
}

main .noticias article.thumb figure img {
    width: 80px
}

main .noticias article.thumb p:last-child {
    line-height: 20px
}

main .ads {
    margin: 25px 0 0 0;
    display: inline-block;
    width: 100%
}

main .ads img {
    max-width: 100%
}

main #sidebar {
    float: right;
    width: 300px;
    margin: 0
}

main #sidebar .ranking {
    width: 100%;
    border: 1px solid #c4c6c6;
    padding: 10px;
    margin-top: 43px
}

main #sidebar .ranking h2.titulo {
    width: 100%;
    text-align: center;
    color: #000;
    border: none;
    padding: 10px;
    margin: 0 0 10px 0
}

main #sidebar .ranking h2.titulo::before {
    content: normal;
}

main #sidebar .ranking article {
    width: 100%;
    border-bottom: 5px solid #936100;
    float: left;
}

main #sidebar .ranking article a {
    width: 48%;
    background: #9e9c9c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    text-align: center;
    padding: 10px 5px;
    float: left;
}

main #sidebar .ranking article a#curto {
    float: right;
}

main #sidebar .ranking article a.ativo {
    background: #936100
}

main #sidebar .ranking ul {
    width: 100%;
    margin: 10px 0 0 0;
    float: left;
}

main #sidebar .ranking ul li {
    display: none;
}

main #sidebar .ranking ul li.ativo {
    display: block;
}

main #sidebar .ranking table {
    font-size: 13px
}

main #sidebar .ranking table,
main #sidebar .ranking table td {
    border: none;
}

main #sidebar .ranking table td.titulo {
    border-bottom: 1px solid #936100;
}

main #sidebar .ranking table td.ranking {
    width: 70%
}

main #sidebar .ranking table td.ultima {
    width: 15%;
    text-align: center;
}

main #sidebar .ranking table td.pontos {
    width: 15%;
    text-align: center;
}

main #sidebar .ranking table td.separador {
    border: none;
    height: 8px;
    padding: 0
}

main #sidebar .ranking table td.fim {
    border: none
}

main #sidebar .ranking table td {
    padding: 10px 0;
    border-bottom: 1px solid #dedede
}

main #sidebar .ranking table td img {
    vertical-align: middle;
    margin: 0 5px
}

main #sidebar .ranking table span {
    font-weight: 700
}

main #sidebar .ranking a.veja-mais {
    display: inline-block;
    margin: 6px 0 15px 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #936100;
    padding-top: 20px
}

main #sidebar .ranking.ao-vivo a.veja-mais{
    display: inline-block;
    margin: 6px 0 15px 0;
    width: 100%;
    text-align: center;
    border-top: 0px solid #0a0000;
    padding-top: 20px
}

main #sidebar .ranking.ao-vivo {
    width: 100%;
    border: none;
    padding: 10px;
    margin-top: 43px
}    

main #sidebar .ranking a.veja-mais:hover {
    color: #936100;
}

main #sidebar {
    float: right;
    width: 300px;
    margin: 0
}

main #sidebar .regulamento {
    width: 100%;
    background: #eee;
    padding: 10px;
    margin-top: 43px
}

main #sidebar .regulamento h2.titulo {
    width: 100%;
    text-align: center;
    color: #000;
    border: none;
    padding: 10px;
    margin: 0 0 10px 0
}

main #sidebar .regulamento h2.titulo::before {
    content: normal;
}

main #sidebar .regulamento a {
    display: block;
    margin: 20px;
    padding: 15px 25px;
    background: #0087ef
}

main #sidebar .box {
    width: 100%;
    border: 1px solid #c4c6c6;
    padding: 10px;
    margin-top: 43px
}

main #sidebar .box h2.titulo {
    width: 100%;
    text-align: center;
    color: #000;
    border: none;
    padding: 10px;
    margin: 0 0 10px 0
}

main #sidebar .box h2.titulo::before {
    content: normal;
}

main #sidebar .box a {
    display: block;
    margin: 20px;
    padding: 15px 25px;
    background: #0087ef
}

main #dicas {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    border: 1px solid #c4c6c6;
    padding: 10px;
}

main #dicas h2 {
    border: none;
    color: #000;
    margin: 0;
    position: relative;
    padding-left: 45px
}

main #dicas h2::before {
    content: '';
    display: block;
    top: -5px;
    width: 40px;
    height: 37px;
    background: url('../imagens/internas/icon-megafone.gif') no-repeat 0px 0px;
    background-size: 100%
}

main #dicas h3 {
    line-height: 20px;
    margin-bottom: 20px;
}

main #dicas article {
    width: 100%;
    float: left;
    margin: 5px 0;
    padding: 10px 0 0 45px;
    position: relative;
    border-top: 1px solid #b4b3b3;
}

main #dicas article::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 8px;
    display: block;
    width: 26px;
    height: 27px;
    background: url('../imagens/sidebar/icon-check.png') no-repeat center top
}

main #dicas article p {
    line-height: 20px
}

main #dicas a {
    width: 100%;
    text-align: center;
    display: block;
    margin: 20px 0 10px 0;
    float: left;
    line-height: 1.5;
    color: #01635a;
    border-top: 1px solid #01635a;
    padding-top: 20px
}

main #ingressos {
    width: 100%;
    float: left;
    margin: 50px 0
}

main #ingressos h3 {
    margin-bottom: 20px
}

main #ingressos h3.datas {
    float: left;
    width: 100%;
    margin: 30px 0 20px 0
}

main #ingressos article {
    float: left;
    width: 217px;
    border: 1px solid #dedede;
    margin-right: 13px;
    height: 270px
}

main #ingressos article p {
    padding: 10px;
    line-height: 1.5;
    margin-top: 10px
}

main #ingressos article.datas {
    height: auto;
    padding: 20px;
}

main #ingressos article.datas p {
    width: 100%;
    text-align: center;
}

main #ingressos article.infos {
    padding: 10px;
    background: #f9d268;
    text-align: center;
    width: 100%;
    height: auto;
    margin: 20px 0;
    border: none
}

main #ingressos article.infos p {
    margin: 0
}

main #ingressos article.infos span {
    display: block;
}

main #ingressos article.infos-importantes {
    padding: 10px;
    background:#376e0f;
    text-align: left;
    width: 100%;
    height: auto;
    margin: 20px 0;
    border: none
}

main #ingressos article.infos-importantes p {
    margin: 0
}

main #ingressos article.infos-importantes span {
    display: block;
}

main #carnaval2020 {
    width: 100%;
    float: left;
    margin: 20px 0;
}

main #carnaval2020 h2 {
    color: #936100;
}

main #carnaval2020 h2::before {
    background: #936100;
}

main #carnaval2020 h3 {
    width: 100%;
    text-align: center;
    padding: 20px 0
}

main #carnaval2020 article {
    text-align: center;
}

main #carnaval2020 article a {
    display: inline-block;
    margin: 4px;
}

main #publicacoes {
    width: 100%;
    float: left;
    margin: 50px 0
}

main #publicacoes h2 {
    color: #1a316d;
    border-bottom: 1px solid #1a316d;
}

main #publicacoes h2::before {
    background: #1a316d
}

main #publicacoes .col-left {
    float: left;
    max-width: 800px;
}

main #publicacoes .col-right {
    float: right;
    max-width: 300px;
    margin-top: 76px
}

main #publicacoes .col-right article {
    margin: 0
}

main #publicacoes article {
    float: left;
    margin-right: 20px;
}

main #publicacoes .lista {
    width: 790px;
    border: 1px solid #c4c6c6;
    margin: 40px 0 20px 0;
    padding: 20px 0 20px 29px
}

main #publicacoes .lista h3 {
    margin: 10px 0 20px 0
}

main #publicacoes .lista article a {
    width: 159px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5
}

main #publicacoes .lista article a img {
    margin-bottom: 10px
}

main #publicacoes .lista .slick-prev {
    background: url('../imagens/publicacoes/arrows.png') no-repeat 0px 0px;
    position: absolute;
    top: 110px;
    left: -44px;
    text-indent: -9999em;
    display: block;
    width: 28px;
    height: 28px;
}

main #publicacoes .lista .slick-next {
    background: url('../imagens/publicacoes/arrows.png') no-repeat 0px -28px;
    position: absolute;
    top: 110px;
    right: -15px;
    text-indent: -9999em;
    display: block;
    width: 28px;
    height: 28px;
}

main #publicacoes .col-right.livros {
    margin-top: 40px
}


/* Internas */

main.internas {
    margin-top: 50px
}

main.internas #ingressos {
    width: 100%;
    float: left;
    margin: 0
}

#post {
    width: 800px;
    float: left;
}

#post.full {
    width: 100%;
    max-width: inherit;
}

#post.full .content.single {
    max-width: 800px
}

#post .head {
    width: 100%;
    display: inline-block;
    margin: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

#post .head h3 {
    float: left;
    width: auto;
}

#post .head form {
    float: right;
    position: relative;
}

#post .head form::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: url('/assets/imagens/internas/arrow.jpg') no-repeat -2px 0;
    width: 43px;
    height: 40px;
    z-index: 999;
    pointer-events: none
}

#post .head select.sub-menu {
    float: right;
    width: auto;
    border: 1px solid #eee;
    background: #f0eeee;
    min-width: 300px;
    height: 40px;
    border: 1px solid #c8caca;
    position: relative;
}

#post article {
    width: 100%
}

#post article p {
    margin: 15px 0
}

#post article.ao-vivo {
    padding: 10px;
    width: 100%;
    background: red;
    margin: 0 0 20px 0
}

#post article.campea.ao-vivo p {
    line-height: 5.5;
    padding-top: 0
}

#post article.campea.ao-vivo figure {
    margin: px 0 0 -10px;
}

#post article.campea.ao-vivo2 figure {
    margin: -10px 0 0 -10px;
}

#post article table.diretoria {
    width: 800px;
}

#post article table.diretoria td {
    padding: 10px 0;
    border-top: 1px solid #eee;
    width: 50%
}

#post article.publicacoes-lista {
    margin-top: 15px
}

#post article.publicacoes-lista a {
    margin-right: 20px
}

#post section.publicacoes-header {
    background: #e8e7e7;
    padding: 20px;
    margin-top: -4px;
    overflow: hidden;
}

#post section.publicacoes-header figure {
    float: left;
    margin-right: 40px
}

#post section.publicacoes-header figure img {
    width: 250px;
}

#post section.publicacoes-header article.publicacoes-info {
    float: left;
    margin-top: 80px;
    width: auto
}

#post article.publicacoes-lista {
    text-align: left;
    margin: 10px;
}

#post article.publicacoes-lista a {
    display: inline-block;
    margin: 20px;
    width: 111px;
}

#post article.publicacoes-lista a p {
    text-align: center
}

#post article.publicacoes-lista a img {
    width: 111px;
    height: auto
}

#post article.campea {
    width: 100%;
    float: left;
    height: 185px;
    margin-top: 50px;
    overflow: hidden;
}

#post article.campea.ao-vivo2 {
     width: 100%;
    float: left;
    height: 185px;
    margin-top: 50px;
    overflow: hidden;
}

#post article.campea figure {
    float: left;
}

#post article.campea p {
    line-height: 0.9;
    text-align: center;
    margin-top: 0px;
    padding-top: 7%
}

#post article.campea.ao-vivo2 p {
    line-height: 0.9;
    text-align: center;
    margin-top: 0px;
    padding-top: 7%
}

#post article.galeria-lista {
    float: left;
    margin: 40px 0
}

#post article.galeria-lista ul {
    width: 100%;
}

#post article.galeria-lista ul li {
    display: block;
    float: left;
    width: 150px;
    margin: 10px 10px 0 0;
    height: 154px;
    overflow: hidden;
}

#post article.galeria-lista a img {
    width: 100%
}

#post article.noticias-lista {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 15px 0;
    margin: 10px 0;
    border-bottom: 1px solid #d2d1d1
}

#post article.noticias-lista figure {
    float: left;
    margin-right: 30px;
}

#post article.noticias-lista figure img {
    width: 200px
}

#post article.noticias-lista h2 {
    text-transform: none;
    border: none;
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    padding: 0
}

#post article.noticias-lista h2::before {
    content: normal
}

#post article.noticias-lista p {
    line-height: 25px;
}

#post article.single h3 {
    font-size: 35px;
    color: #fd5206;
    font-weight: 700;
    margin: 40px 0 20px 0
}

#post article.single p {
    margin: 15px 0;
}

#post article.single a {
    font-weight: 700;
    color: #fd5206
}

#post a.back {
    background: #fd5206;
    border: 1px solid #fd5206;
    color: white;
    font-weight: 700;
    border-radius: 10px;
    padding: 15px 15px;
    font-size: 15px;
    float: right;
    margin: 30px 0
}

#post a.back:hover {
    background: #fff;
    color: #fd5206;
}

#post article.single strong {
    font-weight: 700
}

#post article.single small {
    font-weight: 700;
    color: #666;
    margin-bottom: 40px;
    display: block;
}

#post article.single .atencao {
    border-radius: 5px;
    padding: 10px;
    margin: 40px auto;
    background: #fd5206;
    color: white;
    width: auto;
    display: block;
    max-width: 500px
}

#post article.single .atencao-cinza {
    border-radius: 5px;
    padding: 10px;
    margin: 40px auto;
    background: #;
    color: white;
    width: auto;
    display: block;
    max-width: 500px
}

#post article.single img {
    max-width: 100%
}

#post article.single div.galeria {
    width: 100%;
    text-align: left;
}

#post article.single div.galeria.enredos,
#post article.single div.galeria.videos {
    text-align: center;
}

#post article.single div.galeria a {
    display: inline-block;
    margin: 10px
}

#post article.single div.galeria.enredos a {
    max-width: 180px;
    vertical-align: top;
    margin: 10px 30px
}

#post article.single iframe {
    display: inline-block;
    margin: 10px
}

#post article.single table {
    margin: 30px 0
}

#post article.single table td {
    padding: 15px 10px;
    border: 2px solid #fff;
    text-align: center;
}

#post article.single table td.titulo {
    background: #fd5206;
    padding: 20px 10px
}

#post section.carnaval-lista {
    width: 100%;
}

#post section.carnaval-lista article {
    width: 100%;
    float: left;
}

#post section.carnaval-lista article.data {
    background: #333333;
    padding: 40px 10px;
}

#post section.carnaval-lista article.data p {
    float: left;
    width: 50%;
    position: relative;
    padding-left: 115px
}

#post section.carnaval-lista article.data p::before {
    content: '';
    display: block;
    top: -12px;
    left: 22px;
    position: absolute;
    background: url('../imagens/carnaval/sprite-icons.png') no-repeat -12px -11px;
    width: 80px;
    height: 80px;
}

#post section.carnaval-lista article.data p:last-child::after {
    content: '';
    width: 1px;
    height: 100px;
    top: -22px;
    left: -17px;
    background: white;
    position: absolute;
}

#post section.carnaval-lista article.data p span {
    display: block;
}

#post section.carnaval-lista article.escolas {
    background: #936100;
    padding: 40px 10px;
    margin: 10px 0
}

#post section.carnaval-lista article.escolas a {
    width: 33%;
    float: left;
    padding: 10px 10px 10px 100px;
    position: relative;
}

#post section.carnaval-lista article.escolas a span {
    display: block;
}

#post section.carnaval-lista article.escolas a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    background: url('../imagens/carnaval/sprite-icons.png') no-repeat;
    width: 80px;
    height: 90px;
}

#post section.carnaval-lista article.escolas a.escola::before {
    background-position: -16px -106px;
}

#post section.carnaval-lista article.escolas a.enredo::before {
    background-position: -11px -289px;
    left: 40px
}

#post section.carnaval-lista article.escolas a.enredo {
    padding-left: 130px;
}

#post section.carnaval-lista article.escolas a.samba::before {
    background-position: -112px -204px;
    left: 40px
}

#post section.carnaval-lista article.escolas a.samba {
    padding-left: 130px;
}

#post section.carnaval-lista article.escolas a.samba::after {
    content: '';
    width: 1px;
    height: 100px;
    top: -5px;
    left: 1px;
    background: white;
    position: absolute;
}

#post section.carnaval-lista article.escolas a.enredo::after {
    content: '';
    width: 1px;
    height: 100px;
    top: -5px;
    left: 1px;
    background: white;
    position: absolute;
}

#post section.carnaval-lista article.infos {
    background: #857969;
    padding: 40px 10px;
}

#post section.carnaval-lista article.infos a {
    width: 25%;
    float: left;
    padding: 10px 10px 10px 80px;
    position: relative;
}

#post section.carnaval-lista article.infos a span {
    display: block;
}

#post section.carnaval-lista article.infos a::after {
    content: '';
    width: 1px;
    height: 100px;
    top: -5px;
    left: 1px;
    background: white;
    position: absolute;
}

#post section.carnaval-lista article.infos a:first-child::after {
    content: normal
}

#post section.carnaval-lista article.infos a::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 10px;
    background: url('../imagens/carnaval/sprite-icons.png') no-repeat;
    width: 60px;
    height: 60px;
}

#post section.carnaval-lista article.infos a.horario::before {
    background-position: -24px -214px;
}

#post section.carnaval-lista article.infos a.ensaio::before {
    background-position: -118px -305px;
    width: 72px;
}

#post section.carnaval-lista article.infos a.mapa::before {
    background-position: -247px -211px;
}

#post section.carnaval-lista article.infos a.faq::before {
    background-position: -244px -25px;
    left: 30px
}

#post section.carnaval-lista article.infos a.ensaio {
    padding-left: 90px;
}

#post section.carnaval-lista article.infos a.ensaio::after {
    left: -1px
}

#post section.carnaval-lista article.infos a.mapa::after {
    left: -9px
}

#post section.carnaval-lista article.infos a.faq {
    padding-left: 100px
}

#post section.carnaval-lista article.dados {
    background: #333333;
    padding: 40px 10px;
    margin: 10px 0
}

#post section.carnaval-lista article.dados a {
    width: 33%;
    float: left;
    padding: 10px 10px 10px 100px;
    position: relative;
}

#post section.carnaval-lista article.dados a span {
    display: block;
}

#post section.carnaval-lista article.dados a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    background: url('../imagens/carnaval/sprite-icons.png') no-repeat;
    width: 80px;
    height: 90px;
}

#post section.carnaval-lista article.dados a.regulamento::before {
    background-position: -119px -397px;
}

#post section.carnaval-lista article.dados a.manual::before {
    background-position: -114px -108px;
    left: 40px
}

#post section.carnaval-lista article.dados a.manual {
    padding-left: 130px;
}

#post section.carnaval-lista article.dados a.livro::before {
    background-position: -236px -294px;
    left: 40px
}

#post section.carnaval-lista article.dados a.livro {
    padding-left: 130px;
}

#post section.carnaval-lista article.dados a.livro::after {
    content: '';
    width: 1px;
    height: 100px;
    top: -5px;
    left: 1px;
    background: white;
    position: absolute;
}

#post section.carnaval-lista article.dados a.manual::after {
    content: '';
    width: 1px;
    height: 100px;
    top: -5px;
    left: 1px;
    background: white;
    position: absolute;
}

#post section.carnaval-lista article.apuracao {
    background: #936100;
    padding: 40px 10px;
}

#post section.carnaval-lista article.apuracao a {
    width: 33%;
    float: left;
    padding: 10px 10px 10px 100px;
    position: relative;
}

#post section.carnaval-lista article.apuracao a span {
    display: block;
}

#post section.carnaval-lista article.apuracao a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    background: url('../imagens/carnaval/sprite-icons.png') no-repeat;
    width: 80px;
    height: 90px;
}

#post section.carnaval-lista article.apuracao a.justificativa::before {
    background-position: -119px -0px;
}

#post section.carnaval-lista article.apuracao a.resultado::before {
    background-position: -3px -391px;
    left: 40px
}

#post section.carnaval-lista article.apuracao a.resultado {
    padding-left: 130px;
}

#post section.carnaval-lista article.apuracao a.ranking::before {
    background-position: -234px -107px;
    left: 40px
}

#post section.carnaval-lista article.apuracao a.ranking {
    padding-left: 130px;
}

#post section.carnaval-lista article.apuracao a.ranking::after {
    content: '';
    width: 1px;
    height: 100px;
    top: -5px;
    left: 1px;
    background: white;
    position: absolute;
}

#post section.carnaval-lista article.apuracao a.resultado::after {
    content: '';
    width: 1px;
    height: 100px;
    top: -5px;
    left: 1px;
    background: white;
    position: absolute;
}

#post #perguntas article.topico {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #eee;
    position: relative;
    cursor: pointer;
    margin: 15px 0;
    display: block;
}

#post #perguntas article.topico.ativo {
    background: #f5f4f4;
}

#post #perguntas article.topico:hover {
    background: #f5f4f4;
}

#post #perguntas article.topico.ativo .resposta {
    display: block;
}

#post #perguntas article.topico .pergunta {}

#post #perguntas article.topico .pergunta p {
    margin: 0;
    padding-right: 26px
}

#post #perguntas article.topico .pergunta::after {
    content: "+";
    float: right;
    color: #bbb;
    font-size: 35px;
    font-weight: 700;
    position: absolute;
    top: 5px;
    width: 20px;
    right: 12px;
    height: 20px;
}

#post #perguntas article.topico.ativo .pergunta::after {
    content: '-';
}

#post #perguntas article.topico .resposta {
    display: none;
}

#post figure.mapa img {
    width: 70%
}

#post article table.horario-desfile {
    width: 100%
}

#post article table.horario-desfile td {
    padding: 10px;
    border-bottom: 1px solid #eee
}

#post article table.horario-desfile.ensaio td {
    border: none
}

#post article table.horario-desfile td.titulo {
    border-bottom: 1px solid black;
    padding-bottom: 15px;
    margin-bottom: 10px
}

#post article table.horario-desfile img {
    width: 70px;
    float: left;
    margin-right: 15px
}

#post article table.horario-desfile p {
    float: left;
}

#post article table.horario-desfile tr:nth-child(2) td {
    padding-top: 20px
}

#post article table.horario-desfile tr:last-child td {
    border: none
}

#post article table.horario-desfile tr:hover {
    background: #eee
}

#post article table.horario-desfile tr.no-hover:hover {
    background: none
}

#post article table.horario-desfile.justificativa td {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 13px
}

#post article table.horario-desfile.justificativa td.no-bd {
    border-left: none;
    border-right: none;
}

#post article table.horario-desfile.justificativa tr:last-child td {
    border: none;
    border-left: 1px solid #eee;
}

#post article table.horario-desfile.justificativa tr:last-child td:first-child {
    border-left: none;
}

#post article table.ficha-tecnica {
    width: 100%;
}

#post article table.ficha-tecnica td {
    padding: 10px;
    border-bottom: 1px solid #eee
}

#post article table.ficha-tecnica tr:last-child td {
    border-bottom: none;
}

#post article table.politica-de-privacidade {
    width: 100%;
}

#post article table.politica-de-privacidade td {
    text-align: left;
    border-bottom: 1px solid #eee
}

#post article table.politica-de-privacidade tr:last-child td {
    border-bottom: none;
}

#post article ul.sub-menu-escola {
    text-align: right;
    margin: 20px 0 10px 0;
    width: 100%;
    display: inline-block;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0
}

#post article ul.sub-menu-escola li {
    display: inline-block;
    margin: 20px 0 20px 50px;
    position: relative;
}

#post article ul.sub-menu-escola li a {
    position: relative;
    text-transform: uppercase;
}

#post article ul.sub-menu-escola li a::before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -30px;
    width: 30px;
    height: 30px;
    background: url('../imagens/carnaval/sprite-sub-menu.png') no-repeat;
}

#post article ul.sub-menu-escola li a.ativo {
    color: red
}

#post article ul.sub-menu-escola li.ficha a::before {
    background-position: -2px -33px
}

#post article ul.sub-menu-escola li.ficha:hover a::before,
#post article ul.sub-menu-escola li.ficha a.ativo::before {
    background-position: -1px -3px
}

#post article ul.sub-menu-escola li:hover a {
    color: red
}

#post article ul.sub-menu-escola li.enredo a::before {
    background-position: -36px -33px
}

#post article ul.sub-menu-escola li.enredo:hover a::before,
#post article ul.sub-menu-escola li.enredo a.ativo::before {
    background-position: -35px -3px
}

#post article ul.sub-menu-escola li.samba a::before {
    background-position: -71px -33px
}

#post article ul.sub-menu-escola li.samba:hover a::before,
#post article ul.sub-menu-escola li.samba a.ativo::before {
    background-position: -70px -3px
}

#post article p.veja-tb {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

#post article.samba-enredo {
    position: relative;
}

#post article.samba-enredo div.embed {
    position: relative;
    float: right;
    width: 450px;
    padding-bottom: 22.15%;
}

#post article.samba-enredo div.embed iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    border: none
}

#post article.samba-enredo div.embed audio {
    float: right;
}

#post article span.bibliografia {
    padding: 10px 0;
    border-top: 1px solid #eee;
    display: inline-block;
}

section.veja-mais-escola {
    width: 100%;
    float: left;
    margin: 20px 0 -20px 0;
    padding: 40px 0;
    background: #f6f5f5
}

section.veja-mais-escola article ul.veja-mais-escola {
    width: 100%;
}

section.veja-mais-escola article ul.veja-mais-escola li {
    float: left;
    margin: 7px;
}

section.veja-mais-escola article ul.veja-mais-escola li.titulo {
    width: 100%;
    margin: 15px 0
}

section.veja-mais-escola article ul.veja-mais-escola li img {
    width: 120px
}

#post a.btn-download {
    display: inline-block;
    padding: 15px 25px;
    color: #fff;
    background: #fd0208;
    border-radius: 10px
}

#post figure.carnaval-publicacoes {
    float: left;
    margin-right: 30px
}

#post ul.sustentabilidade {
    width: 100%;
    padding-left: 40px
}

#post ul.sustentabilidade li {
    list-style-type: disc
}

#post ul.sustentabilidade li a:hover {
    color: #2005eb;
}

#post ul.fale-conosco {
    width: 100%;
    padding-left: 40px
}

#post ul.fale-conosco li {
    list-style-type: disc
}

#post ul.fale-conosco li a:hover {
    color: #2005eb;
}

#post article.livro-carnaval {
    max-width: 800px;
}

#post article.livro-carnaval figure.autor {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

#post article.livro-carnaval figure.autor img {
    border-radius: 50%;
    float: left;
    width: 100px;
    float: left;
}

#post article.livro-carnaval figure.autor h3 {
    float: left;
    margin: 40px 0 0 20px
}

#post article.livro-carnaval figure.capa {
    float: right;
    width: 130px;
}

#post article.livro-carnaval figure.capa img {
    width: 100%
}

#post article.livro-carnaval a {
    background: #fb9f1c;
    padding: 15px 25px;
    display: inline-block;
    margin: 20px 0;
    border-radius: 10px
}

#post article.livro-carnaval-capa {
    float: right;
    width: 130px
}

#post article.livros-lista a {
    float: left;
    width: 250px;
    margin: 30px 0
}

#post article.header-outros-carnavais h3 {
    width: 100%;
    background: url('../imagens/memoria/bg-titulo-outros-carnavais.jpg') no-repeat center top;
    padding: 50px 10px 10px 30px;
    height: 181px;
    margin: 20px 0 0 0
}

#post ul.anos {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
    text-align: left;
}

#post ul.anos li {
    display: inline-block;
    margin: 10px;
    padding: 15px 58px;
    background: #eee;
}

#post ul.anos li:hover {
    background: #0087ef;
    color: white
}

#post article.header-justificativa-dos-jurados h3 {
    width: 100%;
    background: url('../imagens/memoria/bg-titulo-justificativa-dos-jurados.jpg') no-repeat center top;
    padding: 50px 10px 10px 30px;
    height: 181px;
    margin: 20px 0 0 0
}

#post a.anos {
    display: block;
    padding: 15px 0;
    margin: 20px 0
}

#post article table.resultado {
    width: 100%;
    margin: 30px 0
}

#post article table.resultado td {
    padding: 10px;
    border-bottom: 1px solid #eee
}

#post article table.resultado.ensaio td {
    border: none
}

#post article table.resultado td.titulo {
    padding: 15px 0;
    margin-bottom: 10px;
    border: none;
    text-align: center;
}

#post article table.resultado img {
    width: 70px;
    margin-right: 15px;
    vertical-align: middle;
}

#post article table.resultado p {
    float: left;
}

#post article table.resultado tr.campea {
    background: #e8fbec;
}

#post article table.resultado tr.rebaixada {
    background: #fbd5d4;
}

#post article ul.sub-menu-escola.outros-carnavais {
    margin-top: 0;
    border-top: none
}

#post article ul.sub-menu-escola li.resultado a::before {
    background-position: -37px -95px;
    left: -38px;
    width: 35px
}

#post article ul.sub-menu-escola li.resultado a.ativo::before,
#post article ul.sub-menu-escola li.resultado a:hover::before {
    background-position: -37px -65px;
}

#post article ul.sub-menu-escola li.escolas a::before {
    background-position: -2px -98px;
}

#post article ul.sub-menu-escola li.escolas a.ativo::before,
#post article ul.sub-menu-escola li.escolas a:hover::before {
    background-position: -2px -66px;
}

#post article.memoria h3 {
    font-size: 35px;
    color: #0090F3;
    font-weight: 700;
    margin: 40px 0 20px 0
}

#post article.sustentabilidade h3 {
    font-size: 35px;
    color: #0090F3;
    font-weight: 700;
    margin: 40px 0 20px 0
}

#post ul.memoria-lista {
    width: 100%;
    text-align: center;
}

#post ul.memoria-lista li {
    display: inline-block;
    margin: 5px 4px;
    width: 46%;
    height: 215px;
    padding: 100px 0 100px 155px;
}

#post ul.memoria-lista li a {
    vertical-align: middle;
    position: relative;
}

#post ul.memoria-lista li a::before {
    content: '';
    position: absolute;
    top: -39px;
    left: -96px;
    background: url('../imagens/memoria/sprite.png') no-repeat -31px -21px;
    width: 85px;
    height: 91px
}

#post ul.memoria-lista li.memoria {
    background-color: #333333;
}

#post ul.memoria-lista li.curiosidades {
    background-color: #936100;
}

#post ul.memoria-lista li.livros {
    background-color: #857969;
}

#post ul.memoria-lista li.colocacoes {
    background-color: #333333;
}

#post ul.memoria-lista li.historia {
    background-color: #936100;
}

#post ul.memoria-lista li.outros {
    background-color: #857969;
}

#post ul.memoria-lista li.curiosidades a::before {
    background-position: -278px -17px;
    width: 113px;
    left: -122px;
}

#post ul.memoria-lista li.livros a::before {
    background-position: -157px -171px;
    width: 99px;
    left: -107px;
}

#post ul.memoria-lista li.colocacoes a::before {
    background-position: -156px -17px;
    height: 108px;
}

#post ul.memoria-lista li.historia a::before {
    background-position: -29px -161px;
    height: 120px;
}

#post ul.memoria-lista li.outros a::before {
    background-position: -287px -168px;
    height: 99px;
    width: 100px;
    left: -109px;
}

figure.colocacoes {
    margin-bottom: -15px
}

figure.colocacoes img {
    width: 100%;
}

#post article table.colocacoes {
    width: 100%
}

#post article table.colocacoes td {
    padding: 10px;
    border-bottom: 1px solid #eee
}

#post article table.colocacoes td.titulo {
    border-bottom: 1px solid black;
    padding-bottom: 15px;
    margin-bottom: 10px
}

#post article table.colocacoes tr:nth-child(2) td {
    padding-top: 20px
}

#post article table.colocacoes tr:last-child td {
    border: none
}

#post article table.colocacoes tr:hover {
    background: #eee
}

#post article table.colocacoes tr.no-hover:hover {
    background: none
}


/*Estilos barra de aviso de cookie LGPD*/

.lgpd-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 9999;
    transition: .4s;
    -webkit-transition: .4s;
}

.lgpd-bar:not(.is-active) {
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}

.lgpd-bar__inner {
    padding: 15px 20px 15px;
    background: #ffffff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.lgpd-bar__inner-content {
    display: block;
    margin: 0 auto;
    max-width: 1140px;
    text-align: center;
}

.lgpd-bar__inner-content p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.lgpd-bar__inner-content a {
    text-decoration: underline;
    color: #179ae6;
}

.lgpd-bar-button {
    display: inline-block;
    padding: .35rem .8rem;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    border-radius: 0;
    margin: 0;
    text-align: center;
    background-color: #1a316d;
    transition: .4s;
    -webkit-transition: .4s;
}

.lgpd-bar-button:hover {
    opacity: .8;
}



#video-home {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  overflow: hidden;
}
#video-home > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 800;
  height: 600;
}
/* 1. No object-fit support: */
@media (min-aspect-ratio: 16/9) {
  #video-bg > video { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  #video-bg > video { width: 300%; left: -100%; }
}
/* 2. If supporting object-fit, overriding (1): */
@supports (object-fit: cover) {
  #video-bg > video {
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
  }
