body {
    margin: 0;
    color: #212121;
    padding-bottom: 96px;
}

.topbar {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 0px;
    background: #fff;
    z-index: 1;
}

.main-section {
    margin-top: 112px;
}

.entry-section {
    width: 100%;
}

.kicker {
    display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto 8px;
    padding: 0 16px;
    text-align: center;
    color: #239AC1;
}

.lead {
    width: 100%;
    max-width: calc(550px + 32px);
    margin: 0 auto 64px;
    padding: 0 16px;
    font-weight: 700;
    opacity: .54;
    text-align: center;
}

.entry-content {
    padding: 0 16px;
}

p {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 32px;
}

p:last-of-type {
    margin-bottom: 54px;
}

.row {
    width: 100%;
    max-width: 942px;
    margin: 0 auto;
}

.row p {
    margin-bottom: 32px;
}

.margin-note {
    width: 100%;
    max-width: 180px;
    float: left;
}

.entry-sub {
    float: right;
    width: 100%;
    max-width: 360px;
    margin-left: 16px;
}

/* */

@media (max-width: 958px) {
    .margin-note {
        float: right;
        margin: 0 0 16px 16px;
    }
}

@media (max-width: 720px) {
    .entry-sub {
        float: none;
        max-width: 550px;
        margin: 0 auto 32px;
    }
}

/* figure */

figure {
    margin: 0 auto;
}

figure img {
    width: 100%;
    vertical-align: bottom;
}

.extra-large-figure {
    max-width: 1440px;
}

.large-figure {
    max-width: 720px;
}

.medium-figure {
    max-width: 550px;
}

.small-figure {

}

figcaption {
    margin-bottom: 32px;
    padding-top: 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    opacity: .54;
}

.extra-large-figure figcaption {
    padding: 4px 16px 0;
}

/* menu */

.mask {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}

.mask.on {
    opacity: .5;
    pointer-events: auto;
}

.hamburger-button {
    position: fixed;
    top: 10px;
    right: 16px;
    width: 48px;
    height: 48px;
    border: none;
    font-size: 24px;
    color: #006194;
    z-index: 3;
    background: rgba( 255, 255, 255, .5 );
    border-radius: 999px;
    display: -webkit-box;
    padding: 0;
}

.hamburger-button:hover {
    cursor: pointer;
}

.hamburger-button:focus {
    outline:0;
}

.menu {
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100vh;
    background: #fff;
}

.menu.open {
    right: 0;
}

.transition {
    -webkit-transition: all ease .3s;
            transition: all ease .3s;
}

/* porta-retratos */

.porta-retratos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px;
    padding-top: 16px;
    padding-bottom: 0;
    background-color: #f5f5f5;
}

.porta-retratos img {
    display: block;
    width: 100%;
    max-width: 48px;
    margin-right: 16px;
}

.arquivo-pessoal {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: .54;
}

/* */

html[data-touch='true'] .frame-container {
    display: none;
}

.ampliar {
    max-width: 180px;
}

.margin-text {
    font-size: 14px;
    line-height: 1.5;
}

.entry-credits {
    text-transform: uppercase;
    margin: auto;
    font-size: 14px;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 700;
    opacity: .54;
    line-height: 1.8;
}

.data {
    font-size: 15px;
    text-align: center;
    margin-bottom: 56px;
    opacity: .54;
}

.box{
  padding:5rem 1rem;
  border: 1px solid #cccccc;
  margin-top:2rem;
}



blockquote{
  display:block;
  background: #239AC1;
  padding: 5rem 8rem;
  max-width: 550px;
  margin: auto;
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 2rem;
  font-family: "Freight Text";
}

blockquote > span{
  display: block;
  text-transform: uppercase;
  font-family: "Flama";
  font-size: 1.4rem;
  margin-top:2rem;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  font-size: 100px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: "Estado Fine";
  position: absolute;
  left: 15px;
  top:-10px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}
.entrevista{
  background: #f2f2f2;
  padding: 7rem 1rem;
}

.entrevista-p{
  font-weight: 600;
}

.summit-box{
  background: #FFFFFF;

  -webkit-box-shadow: 1px 2px 45px -10px rgba(0,0,0,0.56);
-moz-box-shadow: 1px 2px 45px -10px rgba(0,0,0,0.56);
box-shadow: 1px 2px 45px -10px rgba(0,0,0,0.56);
}

.summit-box:not(.no-kicker)::before{
  content: "NO SUMMIT";
  color: #239AC1;
  display: block;
  font-weight: 600;
  text-align: center;
}

.entrevistado-img{
  width: 300px;
  margin: auto;
}

.numeros{
  background:#239AC1;
  max-width: 550px;
  margin: auto;
  padding: 5rem 8rem;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.numeros > .numero {
  margin-top: 3rem;

}
.numeros > .numero > span{
  background:#239AC1;
  max-width: 550px;
  color: #FFFFFF;
  font-size: 3rem;
  display: block;
}
