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: #9893c9;
}

.lead {
    width: 100%;
    max-width: calc(550px + 32px);
    margin: 0 auto 54px;
    padding: 0 16px;
    font-weight: 600;
    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: 0px;
    padding-top: 8px;
    font-size: 15px;
    font-weight: normal;
    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: #9893c9;
  padding: 5rem 8rem;
  max-width: 550px;
  margin: auto;
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 4rem;
  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: #9893c9;
  display: block;
  font-weight: 600;
  text-align: center;
}

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

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

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

/* Alteracoes */

.topbar {
    padding: 0 2.4rem !important;
}

h1 {
    /*hyphens: auto;*/
}

body[data-menu="open"] {
    overflow: hidden;
}

figcaption {
    background: #eee;
    padding: 1.6rem;
}

/*
.placeholder {
    background: #eee;
    position: relative;
}

.placeholder-3-by-2::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 66.666%;
}

.placeholder .image-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
*/

/*.menu-container {
    height: calc( 100% - 138px );
    padding-bottom: 4px;
}*/

.sharebar {
    background: #fff;
    z-index: 999;
}

.box {
    margin-top: 2.4rem;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}

@media ( max-height: 492px ) {
/*	.menu-container {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}*/
}

@media ( max-width: 440px ) {
	blockquote {
	    padding: 8rem 2rem 2.4rem;
	}
}

.menu-link {
    margin-bottom: 16px !important;
    width: calc(100% - 24px) !important;
}

.menu-text {
    line-height: 1.5;
}

.credits {
    display: inline-block !important;
    padding: 0 !important;
}

.slider {
    padding: 0 !important;
}

.slider.real-slider {
    padding: 0 32px !important;
}

.entry-section {
  margin-top: 48px;
}

.fa-camera {
  margin-left: 8px;
}

.prev-button,
.next-button {
  display: flex;
  flex-direction: column;
  width: 50%;
  max-width: 240px;
}

.prev-chapter,
.next-chapter {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.333;
}

.prev-tag,
.next-tag {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.next-chapter {
  text-align: right;
}

.authors-list {
  margin-top: 72px;
  font-size: 80%;
  line-height: 1.5;
  opacity: .5;
}

.authors-list strong:not(:first-of-type)::before {
  content: '/';
  padding: 0 6px;
}

.authors-list strong {
  font-size: 80%;
  text-transform: uppercase;
}

/* Saúde 2018 */

.slider.slider-medio {
  max-width: 720px;
  margin: 0 auto 48px;
}

.slider.slider-grande {
  max-width: 1366px;
  margin: 0 auto 48px;
}

body::before {
  content: '';
  display: block;
  position: absolute;
  background: url( https://infograficos.estadao.com.br/saude/summit/2018/inovar-exige-interacao/wp-content/themes/estadao1/img/gradient.jpg );
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 2;
}

blockquote,
.numeros {
  background: linear-gradient( to bottom, rgba(96, 80, 255, 0.33) 0%, rgba(96, 80, 255,0.33) 100%),     url(https://infograficos.estadao.com.br/saude/summit/2018/inovar-exige-interacao/wp-content/themes/estadao1/img/gradient.jpg) repeat 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.numeros > .numero > span {
  background: transparent;
}

.entrevistado-img + h4 {
  display: none;
}

.entrevistado-img .imagemcirculo {
  border-radius: 0 !important;
  border: 0px solid #9893c9 !important;
  /* border-image: url(https://infograficos.estadao.com.br/saude/summit/2018/inovar-exige-interacao/wp-content/themes/estadao1/img/gradient.jpg) 1 stretch !important; */
  margin-bottom: -20px;
  z-index: 1;
  position: relative;
}

.entrevistado-img {
  width: 192px;
}

.compre-ingresso a {
  display: inline-block;
  background: pink;
  text-align: center;
  margin: 0 auto;
  border: none;
  padding: 8px 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient( to bottom, rgba(96, 80, 255, 0.33) 0%, rgba(96, 80, 255,0.33) 100%), url(https://infograficos.estadao.com.br/saude/summit/2018/inovar-exige-interacao/wp-content/themes/estadao1/img/gradient.jpg) repeat 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.compre-ingresso {
  text-align: center;
}

.compre-ingresso a span {
  margin-left: .75em;
  font-size: 80%;
}

/* #9893c9 */
