body {
  margin: 0;
}

#assinatura {
  color: #585D5D;
  font: italic normal 600 20px "freight-text-pro";
  /*		text-transform: uppercase;*/
  text-align: center;
  line-height: 2rem;
}

.data {
  color: #585D5D;
  font: italic normal bold 15px / 13px "freight-text-pro";
  text-transform: uppercase;
  text-align: center;
  opacity: 0.6;
}

.atualizacao {
  color: #585D5D;
  font: italic normal normal 11px / 11px "freight-text-pro";
  text-transform: uppercase;
  text-align: center;
}

p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-family: freight-text-pro, Georgia, "Times New Roman", Times, serif;
  font-size: 1.4rem;
  line-height:2.4rem;
  color: #333333;
}

.frase {
  width: 95%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-family: Estado Headline, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #845f61;
  text-align: left;
}

.amarelo {
  background-color: yellow;
}

.italico {
  font: italic normal normal 19px / 19px "Estado headline";
}

.intertitulo {
  font-family: flama, arial, sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  margin-bottom: -17px;
}

.bullet {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 4px;
  margin-right: 6px;
  font-family: flama, arial, sans-serif;
  font-weight: bold;
  background-color: #b5282d;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.02rem;
  color: white;
  vertical-align: top;
}

.capitular_2 {
  float: left;
  font: normal normal normal 59px/41px "Estado Headline";
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  padding: 5.8px 6.5px 0px 0px;
}

#assinatura + picture {
  display: block;
  margin-top: 48px;
}

#assinatura + picture::after {
    display: none;
}

.linha-fina{
  margin: auto;
  max-width: 500px;
  padding: 3rem 0;
  font-size: 1.5rem;
  text-align: center;
}


.item{
  background: red;
  margin: auto;
  /*height: 600px;*/
  max-width:1200px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.item > .foto{

  padding-top: 100%;
  width: 50%;
  /*min-height: 50vh;*/
  background-size: cover;

}

.item > .texto{
  background: #D00303;
  width: 50%;
  /* min-height: 50vh; */
  color: #FFFFFF;
  padding: 5rem;
  box-sizing: border-box;
}

.item > .texto{
  background: #D00303;
  width: 50%;
  /* min-height: 50vh; */
  color: #FFFFFF;
  padding: 5rem;
  box-sizing: border-box;
  position: relative;
	font-family: 'Estado Fine';
}

.item > .texto > .nome{
  font-size: 3.4rem;
  line-height:3.5rem;
  margin-top: 1.5rem;

}
.item > .texto > .nome > span{
  font-size: 1.8rem;
  display: block;
  text-transform: uppercase;
  font-family: "Flama";
  font-weight: 400;
  letter-spacing: 0.3rem;
  margin-top: 1rem;
  opacity: 0.8;
}
.item > .texto > blockquote{
  padding: 0;
  margin: 0;
  font-size: 2.1rem;
  font-family: 'Estado Headline';
  margin-top: 3rem;
  display: block;

}

.item > .texto > blockquote::before {
    color: #FFFFFF;
    content: "“";
    font-size: 12rem;
    line-height: 0.1em;
    margin-right: 0px;
    margin-top:2rem;
    left: 3rem;
    opacity: .3;
    position: absolute;
    font-family: 'Estado Headline';
    font-weight: 700;
}

.gaita{
  background: url("../image/gaita.jpg") center no-repeat;
}

.piano{
  background: url("../image/piano.jpg") center no-repeat;
}

.guitarra{
  background: url("../image/guitarra.jpg") center no-repeat;
}
.baixo{
  background: url("../image/baixo.jpg") center no-repeat;
}
.baterista{
  background: url("../image/baterista.jpg") center no-repeat;
}
.violonista{
  background: url("../image/violino.jpg") center no-repeat;
}
.piano-2{
  background: url("../image/piano-2.jpg") center no-repeat;
}

.baixo-2{
  background: url("../image/baixo-2.jpg") center no-repeat;
}

.baterista-2{
  background: url("../image/baterista-2.jpg") center no-repeat;
}
.clarinete{
  background: url("../image/clarinete.jpg") center no-repeat;
}
.violao{
  background: url("../image/violao.jpg") center no-repeat;
}
.piano-3{
  background: url("../image/piano-3.jpg") center no-repeat;
}

.trombone{
  background: url("../image/trombone.jpg") center no-repeat;
}
.trompete{
  background: url("../image/trompete.jpg") center no-repeat;
}
.baterista-3{
  background: url("../image/baterista-3.jpg") center no-repeat;
}
.baixo-3{
  background: url("../image/baixo-3.jpg") center no-repeat;
}


hr{
  margin:15rem auto;
  width: 350px;
  opacity: 0.4;
}





@media (max-width: 1000px)
{

  p {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    font-family: freight-text-pro, Georgia, "Times New Roman", Times, serif;
    font-size: 1.3rem;
    line-height:2.4rem;
    color: #333333;
    padding: 1rem 1rem;
  }
  .item{
    display:flex;
    height: auto;
    margin: 1rem;
  }
  .item > .texto > .nome > span{
    font-size: 1.3rem;
    display: block;
    text-transform: uppercase;
    font-family: "Flama";
    font-weight: 400;
    letter-spacing: 0.3rem;
    margin-top: 0;
    opacity: 0.8;
  }
  .item > .texto{
    background: #D00303;
    width: 100%;
    color: #FFFFFF;
    padding: 1rem 1rem 4rem 2rem;
    height: auto;
  }
  .item > .foto{
    width: 100%;
    background-size: cover;


  }
  .item > .texto > .nome{
    font-size: 2.4rem;
    line-height:2.5rem;
    margin-top: 1.5rem;

  }
  .item > .texto > blockquote{
    padding: 0;
    margin: 0;
    font-size: 1.3rem;
    font-family: 'Estado Headline';
    margin-top: 0.5rem;
    display: block;

  }

  .item > .texto > blockquote::before {
      color: #FFFFFF;
      content: "“";
      font-size: 8rem;
      line-height: 0.1em;
      margin-right: 0px;
      margin-top:2rem;
      left: 0.5rem;
      opacity: .3;
      position: absolute;
      font-family: 'Estado Headline';
      font-weight: 700;
  }
  hr{
    margin:5rem auto;
    width: 50px;
    opacity: 0.4;
  }

}






@media (max-width: 720px)
{

  p {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    font-family: freight-text-pro, Georgia, "Times New Roman", Times, serif;
    font-size: 1.3rem;
    line-height:2.4rem;
    color: #333333;
    padding: 1rem 1rem;
  }
  .item{
    display:flex;
    height: auto;
    margin: 1rem;
  }
  .item > .texto > .nome > span{
    font-size: 1.3rem;
    display: block;
    text-transform: uppercase;
    font-family: "Flama";
    font-weight: 400;
    letter-spacing: 0.3rem;
    margin-top: 0;
    opacity: 0.8;
  }
  .item > .texto{
    background: #D00303;
    width: 100%;
    color: #FFFFFF;
    padding: 1rem 1rem 4rem 2rem;
    height: auto;
  }
  .item > .foto{
    width: 100%;
    background-size: cover;
    /*height: 30vh;
    height: 300px;*/

  }
  .item > .texto > .nome{
    font-size: 2.4rem;
    line-height:2.5rem;
    margin-top: 1.5rem;

  }
  .item > .texto > blockquote{
    padding: 0;
    margin: 0;
    font-size: 1.3rem;
    font-family: 'Estado Headline';
    margin-top: 0.5rem;
    display: block;

  }

  .item > .texto > blockquote::before {
      color: #FFFFFF;
      content: "“";
      font-size: 8rem;
      line-height: 0.1em;
      margin-right: 0px;
      margin-top:2rem;
      left: 0.5rem;
      opacity: .3;
      position: absolute;
      font-family: 'Estado Headline';
      font-weight: 700;
  }
  hr{
    margin:5rem auto;
    width: 50px;
    opacity: 0.4;
  }

}

/* */

.item > .foto {
  position: relative;
  background-position: top center;
}

.media-credit {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  color: white;
  font-family: Flama, sans-serif;
  text-shadow: 0 0 5px black;
}

@media (min-width: 1001px) {
  hr {
    margin: 5rem auto;
    width: 50px;
    opacity: 0.4;
  }

  .item > .foto{
    padding-top: 50%;
  }
}
