/*
azul estadão:   #006194
barra estadão:  #393b41
azul política:  #5C869C
azul escuro:    #023d5d
verde:          #8bbd4c
vermelho:       #e6535f
*/

html{
  font-size: 62.5%;
  height: 100%;
}

body {
  overflow-y: scroll;
  font-family: 'Flama';
  font-weight: 300;
  font-size: 1.6rem;
  height: 100%;
}

*{
  box-sizing: border-box;
}
/*
.entry-title {
    width: calc( 100% - 4rem );
    max-width: 97rem;
    padding: 0 .6rem;
}
*/

.brandbar {
    /*margin-top: 1.2rem;*/
}
.brandbar img {
    width: 110px;
    padding-top: 10px;
}

.hentry{
  min-height: 100%;
}

h1{
  margin: 10rem auto 1rem auto;
  font-family: "Estado Headline", Georgia, serif;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1.3;
  letter-spacing: -0.04rem;
  color: #333333;
  text-align: center;
  width: 100%;
  max-width: 720px;
}
h4{
  color: #006194;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  left: 0;
  z-index:0;
  text-align: center;
  width: 100%;
  max-width: 720px;
  margin: 8rem auto 1rem auto;
}

p.lead, p.sub{
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  margin: 3rem auto 2rem auto;
  color: #333;
  width: 100%;
  letter-spacing: 0.015em;
  font-family: serif;

  padding:0;
}

p.sub{
  margin: 1rem auto 4rem auto;
}

p.credit{
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.02;
  text-transform: uppercase;
  text-align: center;
  margin: 10rem auto 10rem auto;
  border-top: 1px solid #dedede;
  padding-top: 5rem;
}

.entry-content{
  margin: 18rem 0;
}

.centered-content{
  width: calc( 100% - 4rem );
  max-width: 97rem;
  margin: 1rem auto;
  overflow: hidden;
}

.single-column, .two-column, .three-column{
  float:left;
  margin-right: 3rem;
}
.single-column{
  width: calc((100% - 9rem)/4);
}
.two-column{
  width: calc(50% - 1.5rem);
}
.three-column{
  width: calc(6rem + 3*((100% - 9rem)/4));
}
.last-column{
  margin-right: 0;
}

.content{
  width: 100%;
  max-width: 970px;
  margin: 1rem auto;
  position: relative;
  overflow: hidden;
  min-height: 270px;
}

.main-img{
  width: calc(100% - 330px);
  float: left;
  position: relative;
  /*display: inline-block;*/
  text-align: right;
}
.img-text{
  width: 300px;
  position: absolute;
  right: -330px;
  bottom: 50px;
  line-height: 1.4;
  font-size: 1.4rem;
  text-align: left;
  overflow: visible;
}
.img-text#text-b{
  top:0;
  bottom: auto;
  overflow: auto;
  min-height: 280px;
}
.img-text span.letter{
  color: #ed1c24;
  font-weight: 700;
  margin-right: 10px;
}

.anex-info{
  width: 300px;
  float: left;
  margin-left: 30px;
  position: relative;
  height: 100%;
  margin-top: 15%;
}

.content img{
  height: 100%;
  max-height: 900px;
}

@media (max-width: 880px){
  #map-a{
    max-width: 200px;
  }
  .img-text{
    bottom: 10px;
  }
}

@media (max-width: 760px){
  h1{
    font-size: 3.2rem;
    line-height: 1.3;
    margin-top: 60px;
  }

  p.lead, p.sub{
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .anex-info,
  .main-img{
    width: 100%;
    float: none;
    margin: 0;
  }

  .anex-info{
    text-align: center;
    margin-top: 3rem;
  }

  .img-text{
    width: 250px;
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 1rem auto;
  }

  #map-a{
    max-width: 250px;
    margin-top: 0;
  }
}
