@media (max-width: 884px) {
    #desktop {
        display: none;
    }
    #mobile {
        display: block;
    }


@font-face {
    font-family: 'estadoheadlinebold';
    src: url('EstadoHeadline-Bold-webfont.eot');
    src: url('EstadoHeadline-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('EstadoHeadline-Bold-webfont.woff2') format('woff2'),
         url('EstadoHeadline-Bold-webfont.woff') format('woff'),
         url('EstadoHeadline-Bold-webfont.ttf') format('truetype'),
         url('EstadoHeadline-Bold-webfont.svg#estadoheadlinebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'estadoheadlineitalic';
    src: url('EstadoHeadline-Italic-webfont.eot');
    src: url('EstadoHeadline-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('EstadoHeadline-Italic-webfont.woff2') format('woff2'),
         url('EstadoHeadline-Italic-webfont.woff') format('woff'),
         url('EstadoHeadline-Italic-webfont.ttf') format('truetype'),
         url('EstadoHeadline-Italic-webfont.svg#estadoheadlineitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'estadoheadlineregular';
    src: url('EstadoHeadline-Roman-webfont.eot');
    src: url('EstadoHeadline-Roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('EstadoHeadline-Roman-webfont.woff2') format('woff2'),
         url('EstadoHeadline-Roman-webfont.woff') format('woff'),
         url('EstadoHeadline-Roman-webfont.ttf') format('truetype'),
         url('EstadoHeadline-Roman-webfont.svg#estadoheadlineregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  background-color: #000;
  font-family: 'estadoheadlineregular', serif;
  color: #fff;
  overflow: hidden;


  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
      width: 5px;
} /* this targets the default scrollbar (compulsory) */
 
::-webkit-scrollbar-track {
      background-color: #000 ;
} 

::-webkit-scrollbar-thumb {
      background-color: #a8a8a8;
}

::-webkit-scrollbar-button {
      background-color: #000 ;
} 

::-webkit-scrollbar-corner {
      background-color: black;
}

img {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #fff;
}

a img {
  width: 30px;
}

a img:hover {
  opacity: 0.8;
}

#open {
  padding-top: 5px;
  padding-left: 10px;
  float: left;
}

#site-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;

  /* animação */

  -webkit-transform: translateX(0);
  transform: translateX(0);
  
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; 

  /* animação */

}

.show-nav #site-canvas {
 -webkit-transform: translateX(calc(100% - 50px));
  transform: translateX(calc(100% - 50px));
  
  -webkit-transform: translate3d(100%-20px, 0, 0);
  transform: translate3d(100%-20px, 0, 0);
}

#site-menu {
  width: 100%;
  height: 100%;
  overflow: scroll;
  position: absolute;
  top: 0;
  left: -100%;
  background: #000;
  padding: 0px;
  border-right: 2px solid #232323;
}

#header {
  padding-top: 10px;
  width: 100%;
  height: 46px;
  border-bottom: 2px solid #232323;
}

#logo {

}

#logo img {
    display: block;    
    margin-left: auto;  
    margin-right: auto;  
    padding-right: 40px;
}

#avatar-name {
  border-bottom: 2px solid #232323;
  height: 80px;
  background-color: #202020 ;
  overflow: auto;
}

#foto {
    overflow: hidden;
    padding-top: 5px;
    display: inline-block;
}

#foto img {
    width: 70px;
}

#name {
    font-size: 36px;
    color: #b73535;
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
    padding-left: 8px;
}

#name span {
    color: #fff;
}

#center {
  overflow: auto;
  text-align: center;
}

.content-mobile {
    max-width: 280px;
    width: 100%;
    margin-left: auto; 
    margin-right: auto;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#title {
  font-family: 'estadoheadlineregular';
  font-size: 30;
  padding-left: 40px;
}

#text-container {
  font-size: 18px;
  margin-top: 30px;
  font-family: 'flamalight';
  width: calc (100% - 20px);
}

#text {
  padding-left: 40px;
  line-height: 1.4;
}

#aspas-mobile {
  position: absolute;
  z-index: -1;
  top: 260px;
}

#aspas-mobile img {
  width: 60px;
}

.botao {
  height: 80px;
  border-bottom: 2px solid #232323;
  /* text-align: center; */
  -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  color: #898989;
}  

.botao:hover {
  cursor: pointer;
  background-color: #111111;
  -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}  

.titulo {
    padding-top: 30px;
    display: inline-block;
} 

.ativo {
	color: #fff;
	cursor: auto;

}

.bt-aspa {
	opacity: 0.5;
    padding-left: 70px;
}

.bt-ajuste {
	opacity: 1;
}

.materia-mobile {
    padding-left: 40px;
    margin-top: 20px;
}

.desc {
    float: left;
    padding-left: 8px;
    width: 80%;
    line-height: 1.4;
    color: #898989;
}

.icon {
    float: left;
}

.data-mobile {
    padding-left: 40px;
    color: #898989;
    font-size: 16px;
}


#site-wrapper #site-canvas {
	overflow-y:scroll;
	overflow-x:hidden;
}

#site-wrapper.show-nav #site-canvas {
	overflow-y: initial;
	overflow-x: initial;
}



.show {
	display: block;
}



















}

@media (min-width: 884px) {

    /*#myGallery{
      position:relative;
      width:300px;
      height:220px;
    }*/
    #foto img{
      display:none;
    }
    #foto img.foto-active{
      display:block;
    }



    #desktop {
        display: block;
    }
    #mobile {
        display: none;
    }


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 26, 2015 */



@font-face {
    font-family: 'estadoheadlinebold';
    src: url('EstadoHeadline-Bold-webfont.eot');
    src: url('EstadoHeadline-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('EstadoHeadline-Bold-webfont.woff2') format('woff2'),
         url('EstadoHeadline-Bold-webfont.woff') format('woff'),
         url('EstadoHeadline-Bold-webfont.ttf') format('truetype'),
         url('EstadoHeadline-Bold-webfont.svg#estadoheadlinebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'estadoheadlineitalic';
    src: url('EstadoHeadline-Italic-webfont.eot');
    src: url('EstadoHeadline-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('EstadoHeadline-Italic-webfont.woff2') format('woff2'),
         url('EstadoHeadline-Italic-webfont.woff') format('woff'),
         url('EstadoHeadline-Italic-webfont.ttf') format('truetype'),
         url('EstadoHeadline-Italic-webfont.svg#estadoheadlineitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'estadoheadlineregular';
    src: url('EstadoHeadline-Roman-webfont.eot');
    src: url('EstadoHeadline-Roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('EstadoHeadline-Roman-webfont.woff2') format('woff2'),
         url('EstadoHeadline-Roman-webfont.woff') format('woff'),
         url('EstadoHeadline-Roman-webfont.ttf') format('truetype'),
         url('EstadoHeadline-Roman-webfont.svg#estadoheadlineregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	background-color: #000;
	font-family: 'estadoheadlineregular';
	color: #fff;
	overflow: hidden;
}

img {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

::-webkit-scrollbar {
      width: 5px;
} /* this targets the default scrollbar (compulsory) */
 
::-webkit-scrollbar-track {
      background-color: #000 ;
} 

::-webkit-scrollbar-thumb {
      background-color: #a8a8a8;
}

::-webkit-scrollbar-button {
      background-color: #000 ;
} 

::-webkit-scrollbar-corner {
      background-color: black;
}

#full {
	width: 100%;
	/* height: 200px; */
}

#menu {
	width: 250px;
	height: 100%;
	float: left;
	border-right: 2px solid #232323;
	clear: both;
	overflow: scroll;
}

#logo {
	float: left;
	padding: 25px 10px 25px 20px;
    border-bottom: 1px solid #232323;
    width: 220px;
    border-right: 2px solid #232323;
}

#logo img {
	display: block;
	padding-left: 28px;
	/* margin-left: auto; */
	/* margin-right: auto; */
	/* height: 41px; */
}

li {
	color: #fff;
	padding: 15px 10px 15px 26px;
	border-bottom: 1px solid #232323;
	color: #898989;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

li:hover{
	-webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
	background-color: #111111;
	padding-left: 50px;
}

.active:hover{

}

.active {
	background-color: #111111;
	/* font-weight: bold; */
	color: white;
	padding-left: 50px;
	cursor: auto;
}

.button img {
	float: left;
	opacity: 0.3;
}

.active img {
	opacity: 1 !important; 
	float: left;
}

#menu-options {
    height: 100%;

    /* overflow: scroll; */
}

#button {

}

#content {
    overflow: auto;
    width: 100%;  
    max-width: 970px;  
    margin-left: auto;  
    margin-right: auto;
    clear: both;
}

#nome {
	padding: 0px 20px 10px 20px;
	/*background-color: green;*/
	overflow: auto;
	font-size: 100px;
	color: white;
}

#nome span {
	color: #b73535;
}

#c-2 {
	width: 100%-20px;
	width: calc(100% - 20px);
	/*background-color: blue;*/
	float: left;
}

#wrap {
	overflow: auto;
}

#c-3 {
	width: 20px;
	height:100vh;
	/*background-color: red;*/
	float: left;
}

#frase {
	width: 30%;
	max-width: 400px;
	padding-left: 2%;
	/*background-color: yellow;*/
	float: left;
	position: absolute;
	line-height: 1.4;
}

#foto {
	width: 100%;
	/*background-color: gray;*/
	float: left;
}

#foto img {
	width: 100%;
}

#frase-content {
	padding: 20px;
	margin-top: -50px;
	color: white;
	font-size: 20px;
  letter-spacing: 0.02em;
	font-family: 'flamaultralight';
}

#aspas {
    overflow: auto;
    max-width: 485px; 
    width: 100%;
}

#aspas img {
	width: 30%;
}

.active-aspa {
	color: red;
}

li img {
	padding-right: 8px;
}

#link {
	padding-top: 15px;
	font-size: 18px;
	color: #898989;
	cursor: pointer;
	font-family: 'estadoheadlineregular';
}

#link:hover {
	color: #fff;
}

#link img {
	padding-right: 8px;
	padding-top: 5px;
}

.icon {
	padding-left: 20px;
	padding-right: 8px;
}


a {
  	text-decoration: none;
	color: #898989;
	-webkit-transition: all 0.1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    line-height: 1.4;
}

a:hover {
	color: #c0c0c0;
	-webkit-transition: all 0.1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.test {
color: #fff;
}
  
.ajuste {
	padding-left: 27px;
}

.title {
    height: 50px;
    padding-left: 27px;
}

.icone {
	width: 50px;
	height: 50px;
	float: left;
}

#gradient {
	height: 100px;
	position: fixed;
	margin-top: calc(100vh - 100px);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 98%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(98%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 98%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 98%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 98%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 98%,rgba(0,0,0,0.65) 100%); /* W3C */
	width: 248px;
	pointer-events: none;
}

#empty {
	height: 80px;
}

.data-desk {
	font-family: 'flamalight';
	margin-top: -20px;
	margin-bottom: 20px;
	padding-left: 20px;
	color: #898989;
	font-size: 16px;
}






@media screen and (max-width: 800px) {
    
    #frase {
  		width: 100%;
  		float: none;
  	}

  	#foto {
  		width: 100%;
  		float: none;
  	}

  }


}

#linha-fina-desktop {
    margin: 20px 20px 40px;
    width: 550px;
    font-size: 1.35em;
    letter-spacing: 0.02em;
    color: #bbb;
}

#linha-fina-mobile {
    margin: 0 auto;
    padding: 20px;
    width: 280px;
    font-size: .95em;
    text-align: center;
}

@media (max-width: 884px) {
    #title {
        display: none;
    }
}