html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: 'Inter', sans-serif;
  position: relative;
  background: #000000;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}


.cabecalho {
  display: flex;
  justify-content: center;
  padding-top: 34px;
}

.logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo a .icone {
  width: 46px;
  height: 46px;
  background: #F5F5F5;
  border-radius: 50%;
  margin-right: 7px;
}

.logo a p {
  font-style: normal;
  font-weight: 900;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #F5F5F5;
  max-width: 112px;
}

.conteudo.home {
  padding-top: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conteudo.home p strong {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 152%;
  text-align: center;
  text-transform: capitalize;
  color: #8F8F8F;
  margin-bottom: 11px;
  display: block;
}

.conteudo.home p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 152%;
  text-align: center;
  text-transform: capitalize;
  color: #8F8F8F;
}

.conteudo.home .texto {
  max-width: 652px;
  margin: 0 auto;
}

.conteudo.home .texto .btnPadrao {
  margin-top: 112px;
}

.conteudo.home .texto .btns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.conteudo.home .texto .btns .btnPadrao {
  margin-right: 22px;
}

.conteudo.home .texto .btns .btnPadrao:last-of-type {
  margin-right: 0;
}

.conteudo.home .texto .btns .btnPadrao a {
  height: 37px;
  border: 1px solid #8F8F8F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #8F8F8F;
  box-sizing: border-box;
  text-decoration: none;
  transition: all .5s ease-out;
}

.conteudo.home .texto .btns .btnPadrao a:hover {
  background: #8F8F8F;
  color: #000000;
}


.conteudo.home .texto .btns .btnPadrao:nth-of-type(1) a {
  width: 200px;
}

.conteudo.home .texto .btns .btnPadrao:nth-of-type(2) a {
  width: 218px;
}


.popUp {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  display: none;
  z-index: 100;
}

.popUp .topo {
  padding-top: 32px;
  padding-bottom: 30px;
  border-bottom: 1px solid #4B4B4B;
  width: 98%;
  margin: 0 auto;
}

.popUp .topo .container {
  display: flex;
  align-items: center;
  position: relative;
}

.popUp .topo .container .btnFiltro {
  display: flex;
  align-items: center;
}

.popUp .topo .container .btnFiltro .icone {
  margin-right: 16px;
}

.popUp .topo .container .btnFiltro .texto p {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;

  color: #DFDFDF;

}

.popUp .topo .container .btnFiltro .texto p span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  /* or 133% */
  display: block;
  letter-spacing: 0.05em;

  color: #DFDFDF;
}

.popUp .topo .container .btnClose {
  position: absolute;
  right: 0;
  cursor: pointer;
}

.popUp .topo .container .logo {
  margin-right: 306px;
}

.popUp .topo .container .logo a .icone {
  background: #8F8F8F;
}

.popUp .topo .container .logo a p {
  color: #8F8F8F;
}

.popUp .conteudo {
  width: 768px;
  margin: 0 auto;
  margin-top: 81px;
  columns: 4;
  column-gap: 60px;
  height: auto;
  overflow: hidden;
  transition: all .5s ease-out;
}

.popUp .conteudo .lista {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 24px;
  width: 152px;
  transition: all .5s ease-out;
}

.popUp .conteudo .lista li {
  font-family: 'Saira', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #8F8F8F;
}

.popUp .conteudo .lista .ativa {
  font-weight: 700;
  color: #FFFFFF;
}

.popUp .conteudo .lista span {
  font-family: 'Saira';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  display: block;
  color: #FFFFFF;
}


.popUp .conteudo.uma-coluna {
  columns: 1;
}

.popUp .conteudo.duas-colunas {
  columns: 2;
}

.popUp .conteudo.tres-colunas {
  columns: 3;
}

.popUp .conteudo.quatro-colunas {
  columns: 4;
}

.popUp .conteudo.cinco-colunas {
  columns: 4;
}

#todoFiltro {
  position: relative;
}

.popUp .seta {
  position: absolute;
  top: 50%;
  margin-top: -5.5px;
}

.popUp .pagina-anterior.seta {
  left: calc((100% - 960px)/ 2);
}

.popUp .proxima-pagina.seta {
  right: calc((100% - 960px)/ 2);
}

.popUp .btnFiltrar a {
  width: 77px;
  height: 37px;
  background: #8F8F8F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #000000;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 94px;
  transition: all .5s ease-out;
}

.popUp .btnFiltrar a:hover {
  opacity: 0.7;
}


/* #interna{
  justify-content: inherit;
   padding-top: 16px;
   position: relative;
} */

#interna {
  justify-content: inherit;
  padding-top: 16px;
  position: fixed;
  max-width: 1200px;
  margin: 0 auto;
  width: 1200px;
  left: 0;
  right: 0;
  top: 0;
  background: #000000;
  z-index: 1;
  padding-bottom: 2px;
}

#interna .containerInterna {
  display: flex;
  align-items: center;
}

#interna .containerInterna .logo {
  margin-right: 66.5px;
}

#interna .todoBtnsFiltros ul {
  /* width: 767px; */
  height: 50px;
  border: 1px solid #4B4B4B;
  border-radius: 70px;
  display: flex;
  align-items: center;
  margin-right: 82.5px;
}

#interna .todoBtnsFiltros ul li {
  padding: 0 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 35px;
  transition: all .5s ease-out;
  cursor: pointer;
}

#interna .todoBtnsFiltros ul li:last-child {
  margin-right: 0;
}

#interna .todoBtnsFiltros ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #8F8F8F;
  transition: all .5s ease-out;
  height: 100%;
display: flex;
justify-content: center;
align-items: center;
}

#interna .todoBtnsFiltros ul li:hover a {
  color: #FFFFFF;
}

#interna .todoBtnsFiltros ul .filtro {
  background: #202020;
  height: 100%;
  border-radius: 90px 0px 0px 90px;
  display: flex;
  align-items: center;
  width: 172px;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #8F8F8F;
  padding: 0;
  margin-right: 35px;
}

#interna .todoBtnsFiltros ul .filtro svg {
  margin-right: 8px;
}

#interna .redes-sociais {
  position: absolute;
  right: 0;
}

#interna .containerInterna {
  position: relative;
}

#interna .redes-sociais a {
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.05em;
  color: #8F8F8F;
  text-decoration: none;
  display: flex;
  align-items: center;
}

#interna .redes-sociais a span {
  display: block;
  margin-right: 11px;
  transition: all .5s ease-out;
}

#interna .redes-sociais a:hover span {
  color: #FFFFFF;
}

#interna .redes-sociais a svg path {
  transition: all .5s ease-out;
}

#interna .redes-sociais a:hover svg path {
  fill: #FFFFFF;
}

.containerInterna {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

/* .botoes {
  display: flex;
  justify-content: center;
padding: 15px 0;
border-bottom: 1px solid #4B4B4B;
} */
.botoes {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  border-bottom: 1px solid #4B4B4B;
  position: fixed;
  width: 100%;
  top: 68px;
  z-index: 1;
  background: #000000;
}

.botoes .ordenacao span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #8F8F8F;
}

.botoes .ordenacao {
  display: flex;
  align-items: center;
}

.botoes .ordenacao .ordem.ativo {
  background: #8F8F8F;
}

.botoes .ordenacao .ordem.ativo svg path {
  fill: #000000;
  stroke: #000000;
}

.botoes .ordenacao .ordem svg path {
  stroke: #8F8F8F;
}

.botoes .ordenacao .ordem {
  border: 1px solid #8F8F8F;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
}

.botoes .btns {
  display: flex;
  align-items: center;
}

.botoes .btns .busca {
  display: flex;
  align-items: center;
  margin-left: 39px;
  cursor: pointer;
}

.botoes .btns .busca span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #8F8F8F;
}

.botoes .btns .busca svg {
  margin-left: 4px;
}

.breadcrumbs {
  position: fixed;
  width: 100%;
  background: #000000;
  top: 121px;
  z-index: 1;
  padding-bottom: 20px;
}

.breadcrumbs .containerInterna {
  padding-top: 7.5px;
}

.breadcrumbs .containerInterna span {
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-transform: capitalize;

  color: #6B6B6B;
}

.breadcrumbs .containerInterna p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  text-align: center;
  color: #6B6B6B;

  max-width: 1080px;
  margin: 0 auto;
  margin-top: 5px;
  display: block;

}

.breadcrumbs .containerInterna strong {
  font-weight: 700;
}

.cartazes {
  margin-top: 200px;
}

.cartazes .containerCartazes h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-transform: capitalize;
  color: #6B6B6B;
  width: 100%;
  margin-bottom: 24px;
  text-align: center;

}

.cartazes .containerCartazes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 25px;
  columns: 6;
  margin-bottom: 10px;
}

.cartazes .containerCartazes:last-of-type {
  margin-bottom: 120px;
}

.containerCartazes .cartaz {
  border: 1px solid #A0A0A0;
  width: 179px;
  height: 179px;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  margin-bottom: 22px;
  position: relative;
  cursor: pointer;
  transition: all .5s ease-out;
  overflow: hidden;
}

.containerCartazes .cartaz .hoverCartaz {
  background: rgba(24, 24, 24, 0.8);
  border: 1px solid #4B4B4B;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -1px;
  top: -1px;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s ease-out;
  cursor: pointer;
}

.containerCartazes .cartaz .hoverCartaz svg {
  transition: all .5s ease-out;
}

.containerCartazes .cartaz:hover .hoverCartaz {
  opacity: 1;
  transition: all .5s ease-out;
}

.containerCartazes .cartaz .popUpCartaz {
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  /* padding-top: 30px; */
  background: rgba(24, 24, 24, 0.9);
  z-index: -100;
  opacity: 0;
  transition: all .3s ease-out;
}

.containerCartazes .cartaz.popUpAtivo .popUpCartaz {
  position: fixed;
  opacity: 1;
  z-index: 100;
}

.containerCartazes .cartaz .popUpCartaz .todoPopUpCartaz {
  display: flex;
  justify-content: space-between;
}

.containerCartazes .cartaz .popUpCartaz .todoPopUpCartaz .imagem {
  width: 561px;
  height: 625px;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 0px 30px 4px #000000;
}

.containerCartazes .cartaz .popUpCartaz .todoPopUpCartaz .informacoes {
  width: 362px;
  background: #000000;
  padding: 26px 32px;
  height: 625px;
  box-sizing: border-box;
}

.containerCartazes .cartaz .popUpCartaz .todoPopUpCartaz .informacoes .topo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #BBBBBB;
  margin-bottom: 43px;
}

.containerCartazes .cartaz .popUpCartaz .todoPopUpCartaz .informacoes .conteudo p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 152%;
  text-transform: capitalize;
  color: #8F8F8F;
  margin-bottom: 24px;
}

.containerCartazes .cartaz .popUpCartaz .todoPopUpCartaz .informacoes .conteudo p:last-of-type {
  margin-bottom: 0;
}

.containerCartazes .cartaz .popUpCartaz .todoPopUpCartaz .informacoes .conteudo p strong {
  font-weight: 700;
  display: block;
}

/* .containerCartazes .cartaz .popUpCartaz .todoPopUpCartaz .informacoes .conteudo{
  padding-bottom: 48px;
  border-bottom: 1px solid #BBBBBB;
} */

.page-item {
  display: none;
}

.page-item.prev,
.page-item.next {
  display: block;
}

.page-link {
  border: none;
  padding: 0;
}

.page-link:hover {
  background: none;
}


.conteudoGeral {
  width: 768px;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 81px;
  columns: 4;
  column-gap: 60px;
  height: auto;
}

.conteudoGeral div {
  font-family: 'Saira', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  width: 160px;
  color: #8F8F8F;
  cursor: pointer;
}

.conteudoGeral.menos-de-11-divs {
  columns: 1;
}


.conteudoGeral .letra {
  font-family: 'Saira';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  display: block;
  color: #FFFFFF;
}



.conteudoGeral .ativa {
  font-weight: 700;
  color: #FFFFFF;
}

.rodape {
  border-top: 1px solid #9C9C9C;
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-top: 16px;
  padding-bottom: 33px;
  background: #000000;
}

.rodape .containerInterna {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rodape .containerInterna .logos-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rodape .containerInterna .logos-sp div {
  margin-right: 35px;
}

.rodape .containerInterna .logos-sp div:last-of-type {
  margin-right: 0;
}

.erro404 {
  padding-top: 324px;
}

.erro404 .containerInterna {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.erro404 .containerInterna .texto h1 {
  color: #FFF;
  text-align: center;
  font-size: 100px;
  font-family: Inter;
  font-weight: 800;
  line-height: 100px;
  text-transform: capitalize;
}

.erro404 .containerInterna .texto p {
  color: #6B6B6B;
  text-align: center;
  font-size: 24px;
  font-family: Inter;
  font-weight: 700;
  line-height: 22px;
  text-transform: capitalize;
  margin-top: 16px;
}

.erro {
  width: 468px;
  height: 40px;
  background: #ED4629;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DFDFDF;
  text-align: center;
  font-size: 12px;
  font-family: Inter;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin: 0 auto;
  margin-top: 60px;
  display: none;
}

.erro p strong {
  font-weight: 700;
}

.erro p {
  margin-left: 8px;
}

.page-item.prev.disabled,
.page-item.next.disabled {
  display: none;
}

.page-item.next {
  position: absolute;
  top: 50%;
  right: calc((100% - 900px) / 2);
  margin-top: -155px;
}

.page-item.prev {
  position: absolute;
  top: 50%;
  left: calc((100% - 900px) / 2);
  margin-top: -155px;
}


.btnFiltroMob {
  display: none;
}

.btnCloseMob {
  display: none;
}


.PopBusca {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.PopBusca .grupoInput{
  display: flex;
  align-items: center;
  width: 648px;
  border: 1px solid #8F8F8F;
  border-radius: 40px;
  position: relative;
}


.PopBusca .grupoInput input{
  height: 70px;
  width: 100%;
  background: transparent;
  color: #8F8F8F;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  padding-left: 50px;
}
.PopBusca .grupoInput input:focus{
outline: none;
}
.PopBusca .grupoInput svg {
  width: 40px;
  height: 40px;
}
.PopBusca .grupoInput a {

  position: absolute;
  right: 40px;
}

.PopBusca .btnCloseBusca {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.PopBusca  .todoBusca {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width:1200px) {
  .containerInterna {
    max-width: 96%;
    margin: 0 auto;
    width: 96%;
  }

  #interna {
    width: 100%;
    padding-bottom: 13px;
    border-bottom: 1px solid #4B4B4B;
  }

  #interna .todoBtnsFiltros ul {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border: none;
    border-radius: 0;
    z-index: 2000;
    display: none;
    text-align: center;
    padding-top: 57px;
  }

  #interna .todoBtnsFiltros ul .filtro {
    background: inherit;
    height: auto;
    border-radius: 0;
    display: flex;
    align-items: center;
    width: auto;
    margin-right: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    color: #DFDFDF;

    margin-bottom: 47px;

  }

  #interna .todoBtnsFiltros ul .filtro svg {
    margin-right: 8px;
    width: 35px;
    height: 25px;
  }

  #interna .todoBtnsFiltros ul .filtro svg * {
    stroke: #DFDFDF;
    fill: #DFDFDF;
  }

  #interna .todoBtnsFiltros ul li {
    height: auto;
    display: block;
    margin-right: 0;
    padding: 10px;
    margin-bottom: 22px;

  }

  #interna .redes-sociais {
    display: none;
  }

  .btnFiltroMob {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .btnFiltroMob span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    letter-spacing: 0.05em;
    display: block;
    margin-right: 8px;
    color: #DFDFDF;
  }

  #interna .containerInterna {
    justify-content: space-between;
  }

  .botoes {
    top: 76px;
  }

  .menu-aberto .botoes,
  .menu-aberto .breadcrumbs {
    z-index: -1;
  }

  .menu-aberto {
    overflow-y: hidden;
  }

  .breadcrumbs {
    top: 129px;
  }

  .cartazes {
    margin-top: 250px;
  }

  .btnCloseMob {
    display: block;
    position: absolute;
    right: 16px;
    top: 15px;
    cursor: pointer;
  }

  .page-item.next {
    position: relative;
    top: 0;
    margin-top: 50px;
    text-align: center;
    right: 0;
    width: 40px;
  }

  .page-item.prev {
    left: 0;
    top: 0;
    margin-top: 50px;
    text-align: center;
    position: relative;
    width: 40px;
  }

  #conteudoArtista-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .pagination {
    width: 60px;
    display: flex;
    justify-content: center;

  }

  .popUp .topo .container {
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
  }

  .popUp .topo .container .logo {
    margin-right: 0;
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .popUp .topo .container .btnClose {
    position: absolute;
    right: 10px;
    cursor: pointer;
  }

  .popUp .topo .container .btnFiltro {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-left: 40px;
  }

  .popUp {
    overflow-y: scroll;
  }

  .popUp .btnFiltrar a {
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .erro404 .containerInterna .texto h1 {
    font-size: 70px;
    line-height: 70px;
  }

  .erro404 .containerInterna .imagem img {
    width: 200px;
  }

  .erro404 .containerInterna .texto p {
    font-size: 20px;
  }
  #interna .todoBtnsFiltros ul li a{
    height: auto;
  }

}

@media only screen and (max-width:768px) {
  .PopBusca .btnCloseBusca {
    right: 16px;
    top: 15px;
  }
  .PopBusca .grupoInput{
    width: 96%;
    margin: 0 auto;
  }
  
  .conteudoGeral {
    width: 100%;
    columns: 1;
    margin-top: 48px;
    column-gap: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .conteudoGeral div {
    width: 100%;
    text-align: center;
  }

  .alinhaPopUp {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
  }

  .erro {
    width: 100%;
    position: absolute;
    top: 107px;
  }

  .erro svg {
    padding-left: 10px;
  }

  .erro404 .containerInterna {
    flex-wrap: wrap;
  }

  .erro404 .containerInterna .texto {
    width: 100%;
    order: 3;
    margin-top: 24px;
  }

  .erro404 {
    padding-top: 296px;
  }

  .erro404 .containerInterna .imagem {
    width: 49%;
    display: flex;
    justify-content: center;
  }

  .erro404 .containerInterna .imagem img {
    max-width: 100%;
  }

  .erro404 .containerInterna .texto h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .erro404 .containerInterna .texto p {
    font-size: 18px;
  }

  #interna .containerInterna .logo {
    margin-right: 0;
  }
}

@media only screen and (max-width:460px) {
  .conteudo.home .texto .btns {
    flex-wrap: wrap;
    margin-top: 48px;
    justify-content: center;
  }

  .conteudo.home .texto .btns .btnPadrao {
    margin-right: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 24px;
  }

  .conteudo.home .texto .btns .btnPadrao a {
    justify-content: center;
    width: 100%;
  }

  .conteudo.home .texto .btns .btnPadrao:nth-of-type(1) a {
    width: 96%;
    margin: 0 auto;
  }

  .conteudo.home .texto .btns .btnPadrao:nth-of-type(2) a {
    width: 96%;
    margin: 0 auto;
  }

  .conteudo.home p {
    max-width: 96%;
    margin: 0 auto;
  }

}

@media only screen and (max-width:380px) {
  .alinhaPopUp {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 320px;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .cartazes {
    margin-top: 280px;
  }

}

.conteudo{
	color: white;
	
}
a.conteudo {
  color: white; !important
}

@media (max-width: 480px) {
.todoPopUpCartaz{
	display: flow !important;
	flex-direction: column;
}
	.popUpCartaz{
		overflow: auto;
		width: auto !important;
	}
	.imagem{
		width: auto !important;
	}
}

