/* header */

header {
  padding: 4%;
}

header img {
  width: 100%;
  align-self: start;
  padding-bottom: 30px;
}

header h2 {
  display: none;
}


header a .canto {
  margin-left: auto;
  flex-direction: column;
}

header a .anoemes {
  font-size: 100%;
  line-height: 0.8;
  margin-bottom: auto;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}

.casa {
  line-height: 1.4;
  font-size: 80%;
  text-align: center;
}

h1,
h2,
.anoemes {
  font-weight: bold;
  display: block;
  font-size: 500%;
  margin: 0;
}

/* geral */

body {
  display: flex;
  justify-content: space-around;
  font-family: Neuton;
  font-weight: 300;
  background: whitesmoke;
  letter-spacing: 0.02rem;
  margin: 0;
}

h1,
h2,
h3,
h4,
.anoemes,
.hora,
.calendario,
.inscreve,
.casa,
.sobre,
.button {
  font-family: Rajdhani;
}

#container {
  min-width: 320px;
  max-width: 1560px;
  background: white;
  padding: 0;
}

h2 {
  font-size: 150%;
  width: fit-content;
  line-height: normal;
  border-bottom: solid 5px whitesmoke;
  -webkit-transition: all 2s ease;
  /* Safari and Chrome */
  -moz-transition: all 2s ease;
  /* Firefox */
  -ms-transition: all 2s ease;
  /* IE 9 */
  -o-transition: all 2s ease;
  /* Opera */
  transition: all 2s ease;
}

h3 {
  font-weight: bold;
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
}

h4 {
  font-weight: bold;
  display: inline-block;
  font-size: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
}

img {
  width: 100%;
  height: 100%;
  display: block;
}

hr {
  margin: 0 4%;
}

a,
p {
  text-decoration: none;
  color: black;
  display: block;
}

i {
  font-size: 90%;
  display: block;
}

.flexinho {
  display: flex;
  flex-direction: column;
}

.canto {
  display: flex;
}

.coluna {
  display: flex;
  flex-direction: column;
}

/* calendario */

.calendario {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  order: 1;
}

.arquivo a,
.calendario a {
  display: inline-block;
  color: black;
  text-decoration: underline;
}

/* filmes - ficha técnica */

.data {
  font-weight: bold;
  display: inline-block;
  font-size: 600%;
  margin: 0 0 -0.2em 0;
  line-height: 1;
}

.hora {
  font-weight: 400;
  display: inline-block;
  font-size: 40%;
  margin: 0;
}

.filme {
  display: inline;
  padding: 0 0.2rem 0 0;
  line-height: 1.2;
}

.realizador {
  display: inline-block;
  font-family: Neuton;
  border-left: solid 1px;
  padding-left: 0.4em;
  line-height: 1.2;
}

.entradalivre {
  display: inline-block;
  font-family: Neuton;
  border-left: solid 1px;
  padding-left: 0.4em;
  line-height: 1.2;
}

.trazumamigo {
  display: inline-block;
  font-family: Neuton;
  border-left: solid 1px;
  padding-left: 0.4em;
  line-height: 1.2;
}

blockquote {
  flex-direction: column;
  display: flex;
  border-left: 5px solid whitesmoke;
  margin: 0;
  padding: 0 0 0 4%;
  quotes: "\201C""\201D""\2018""\2019";
  -webkit-transition: all 0.6s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.6s ease;
  /* Firefox */
  -ms-transition: all 0.6s ease;
  /* IE 9 */
  -o-transition: all 0.6s ease;
  /* Opera */
  transition: all 0.6s ease;
}
.textocritica:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.textocritica:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.4em;
}
.textocritica p {
  display: inline;
}

.textocritica:not(:nth-child(1)) {
  margin-top: 1%;
}

.fonte  {
  /*margin-left: auto;*/
  padding: 10px 0 10px;
  font-weight: 700;
  text-transform: uppercase;
}


blockquote:hover {
  border-left: solid 5px;
}

.ficha {
  padding-top: 4%;
}

.ficha div {
  display: inline-block;
  margin-right: 8px;
}

.sinopse,
blockquote {
  margin-top: 4%;
}

.sinopse p {
  margin: 0;
}

.sinopse b { /* ALTERACAO PARA VERSÃO FINAL */
  font-weight: 400;
}

.sinopse p:not(:nth-child(1)) {
  margin-top: 2%;
}

/* filmes - imagens */

.thumbnail {
  width: 100%;
}

.imagem {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.imagem img {
  min-height: 8rem;
  -webkit-transition: all 2s ease;
  /* Safari and Chrome */
  -moz-transition: all 2s ease;
  /* Firefox */
  -ms-transition: all 2s ease;
  /* IE 9 */
  -o-transition: all 2s ease;
  /* Opera */
  transition: all 2s ease;
}

.imagem:hover img {
  -webkit-transform: scale(1.08);
  /* Safari and Chrome */
  -moz-transform: scale(1.08);
  /* Firefox */
  -ms-transform: scale(1.08);
  /* IE 9 */
  -o-transform: scale(1.08);
  /* Opera */
  transform: scale(1.08);
}

/* caixa cineclube */

.linha {
  display: block;
  flex: 1;
  padding: 0;
  min-width: 64%;
  order: 3;
}

.box {
  margin: 0;
  padding: 4%;
  flex: 1;
  min-width: 25%;
  -webkit-transition: all 0.6s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.6s ease;
  /* Firefox */
  -ms-transition: all 0.6s ease;
  /* IE 9 */
  -o-transition: all 0.6s ease;
  /* Opera */
  transition: all 0.6s ease;
}

.cima {
  margin-bottom: auto;
}

.box:hover {
  background: whitesmoke;
}

iframe {
  margin: 1em 0;
}
.calendario {
  justify-content: center;
}

.arquivo h4,
.historia h4 {
  margin-top: 1em;
}

.arquivo li {
  margin-bottom: 1em;
}

.interior .calendario .cima { /* ALTERACAO PARA VERSÃO FINAL */
  margin-bottom: 1em;
}

.interior .calendario { /* ALTERACAO PARA VERSÃO FINAL */
  display: none;
}


.calendario:hover h2,
.inscreve:hover h2,
.historia:hover h2,
.arquivo:hover h2 {
  border-bottom: solid 5px;
}

.box .imagem {
  max-height: 500px;
}

.destaque {
  min-width: 43%;
}
.destaque img {
  min-height: 8rem;
}

.box:empty {
  display: none;
}

.inscreve {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  padding-bottom: 8%;
  order: 2;
}

.subscreve {
  margin-bottom: 0;
}

.sobre:hover,
.calendario:hover,
.inscreve:hover {
  background: inherit;
}

.mc-field-group,
#mce-responses,
input,
.clear {
  display: inline-block;
}

.mc-field-group {
  width: 75%;
}

.cx-botao {
  margin: 0 -10px;
}

label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
}

.email {
  width: calc(100% - 10px);
  font-size: 1em;
  text-indent: 7px;
  padding: 7px 0;
}

.email:focus {
  outline-style: none;
}

input {
  font-family: Rajdhani;

  border: 5px solid #000000;
  line-height: 22px;
  vertical-align: middle;
}

.button {
  padding: 7px 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: inline-block;

  color: #ffffff;
  width: auto;
  height: auto;
  background-color: #000000;
}
.button:hover,
.button:active {
  border: 5px solid #000000;
  color: #000000;
  background-color: whitesmoke;
}

/* footer */

footer { /* ALTERACAO PARA VERSÃO FINAL */
  display: flex;
  flex-direction: column;
  padding: 4%;
}

footer div { /* ALTERACAO PARA VERSÃO FINAL */
  margin-bottom: 1em;
  align-self: center;
}

footer a {
  padding: 0 0.4em 0 0;
  font-size: 30px;
  display: inline-block;
}

footer a:hover i {
  color: darkgrey;
}

footer .canto {
  margin-left: auto;
}

footer .canto {
  flex-direction: row;
}

.logos {
  width: auto;
  height: 40px;
  padding-left: 20px;
}

/* mediaqueries */

.coluna {
  order: 2;
}
/* mediaqueries */

@media only screen and (min-width: 768px) {
  body {
    margin: 8px;
  }

  #container {
    border: solid 1px;
  }

  .flexinho {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  header a {
    display: flex;
  }

  header img {
    width: 12%;
    padding-bottom: 0;
  }

  header a .anoemes {
    font-size: 400%;
    align-self: flex-end;
  }

  .linha {
    display: flex;
  }

  .box {
    min-width: 35%;
  }

  .destaque {
    min-width: 50%;
  }

  .canto { /* ALTERACAO PARA VERSÃO FINAL */
    flex-direction: column;
  }

  .casa { /* ALTERACAO PARA VERSÃO FINAL */
    justify-content: flex-end;
    font-size: inherit;
    text-align: right;
  }

  .destaque img {
    min-height: 20rem;
  }

  .cx-botao {
    margin: 0 -20px;
  }

  footer { /* ALTERACAO PARA VERSÃO FINAL */
    flex-direction: row;
  }

  footer .canto { /* ALTERACAO PARA VERSÃO FINAL */
    margin-left: auto;
  }
  /* pagina interior */

  .coluna .calendario,
  .coluna .inscreve {
    padding: 0;
  }

  .coluna {
    padding: 4%;
  }

    /* ALTERACAO PARA VERSÃO FINAL */
  .calendario {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .coluna {
    max-width: 25%;
    flex-direction: column;
  }

  .casa {
    font-size: 150%;
    font-weight: 600;
  }

  .interior .calendario .baixo { /* ALTERACAO PARA VERSÃO FINAL */
    margin-top: 1em;
  }

  .interior .calendario { /* ALTERACAO PARA VERSÃO FINAL */
    display: flex;
  }

  .calendario {
    order: 0;
    max-width: 25%;
  }

  .linha {
    min-width: 64%;
    order: 3;
  }

  .box {
    min-width: 25%;
  }

  .destaque {
    min-width: 43%;
  }

  .destaque .imagem {
    max-height: 600px;
  }

  /* pagina interior */

  .coluna .inscreve {
    justify-content: center;
  }

  .coluna {
    padding: 4%;
    order: none;
  }

  .coluna .calendario {
    max-width: 100%;
  }

  .mc-field-group {
    width: 60%;
  }
}



/* -------- feed.html --------------- */
#fw-gc-container{width:100%;margin:0;padding:0;font-family:"Neuton";font-size:16px;border:0px solid #dbdee1;box-sizing:border-box;text-align:left;}
.fw-gc-feed-header-title{padding:20px;border-bottom:1px solid #dbdee1;}
.fw-gc-feed-title{margin:0;padding:0;word-wrap:break-word;display:block;}
.fw-gc-feed-title a:link{color:#505659;}
.fw-gc-feed-title a:hover{color:#505659;}
.fw-gc-feed-title a:visited{color:#505659;}
.scroll-pane{background-color:#ffffff; background-image:none; width: 100%; overflow:hidden;}
#fw-gc-feed-items{margin:0;padding:0;overflow:hidden;}
.fw-gc-feed-item{margin:0;padding:20px 0;clear:both;border-bottom:1px dashed #CCCCCC;}
.fw-gc-feed-item-title{padding:0 20px;font-size:18px;}
.fw-gc-feed-item-title a:link{color:#000000;}
.fw-gc-feed-item-title a:hover{color:#000000;}
.fw-gc-feed-item-title a:visited{color:#000000;}
.fw-gc-feed-item-description{padding:5px 20px;color:#585e63;word-wrap:break-word;line-height:1.5;font-size:16px;clear:both;overflow:hidden;display: block;}
.fw-gc-feed-item-date{padding:5px 20px 0 20px;font-size:16px;color:#929ba3;overflow:hidden;text-overflow:ellipsis;display:block;}
.fw-gc-feed-item-location{padding:5px 20px;color:#9b9b9b;font-size:16px;}
.fw-gc-feed-item-location address{margin-bottom:0;}
