
*,:after,:before 
{
 box-sizing:border-box
}

* 
{
  margin: 0;
  padding: 0;
  text-decoration: none;
  /*text-transform: lowercase;*/
  /*text-align: center;*/
}

body,
html 
{
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  
  width: 100vw;
  height: 100vh;
  margin: 0;
  font-weight: 400;
  text-transform    : uppercase;
  font-family: 'DM Mono', monospace;
  overflow: scroll;
  scroll-behavior: smooth;

 }
 nav{
     height: 20vh;
    display: flex;
    flex-flow: row wrap;
    padding: 15px;
    justify-content: space-between;
    align-items: flex-start;
 }
 header
{
    padding:1.5vw;
    /*background-color: grey;*/
    postion:fixed;
    width: 100vw;
	z-index:2;
}
.botoes:hover {
    background-color: black;
}
 a.hBranco{
    border-radius: 20px;
    padding: 5px 15px;
    background-color: #4b4b4bb8;
    font-size: 1vw;
    font-weight: 400;
    text-transform    : uppercase;
    font-family: 'DM Mono', monospace;
    color:white;
 }
 h1.hBranco{
    border-radius: 20px;
    padding: 5px 15px;
    background-color: #4b4b4bb8;
    font-size: 1vw;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'DM Mono', monospace;
    color:white;
 }
 .black{
     color: black;
 }
 footer{
     display: flex;
     flex-flow: row wrap;
     justify-content: space-between;
     align-items: center;
     color:white;
 }
 footer p{
     color: white;
 }
.grid-container{
    position: relative;
    z-index: 0;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
  
}
.titulosListaTrab { 
    margin-top:20px;
    margin-bottom:20px;
    width:90vw;
    height: 90vh;
    /*background-color:red;*/
}
.imagem-menu-paraiso-toxico{
    background-image: url('img/simon-fernandes-metade-agua-metade-silencio-2-d.jpg');
    background-size: cover;
    background-position: center;
}
.imagem-menu-primeiro-encontro{
    background-image: url('img/simon_fernandes_enquanto_dormimos_sem_titulo_lirio_1.jpg');
    background-size: cover;
    background-position: center;
}
.imagem-menu-enquanto-dormimos{
    background-color:grey;
    /*background-image: url('img/simon_fernandes_enquanto_dormimos_sem_titulo_lirio_1.jpg');*/
    /*background-size: cover;*/
    /*background-position: center;*/
}
.link-imagem-menu{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.inicio{
    font-size:3vw;
}
ul{
    font-size:2.7vw;
    /*mix-blend-mode: difference;*/
    
}
li :hover{
    /*text-transform: uppercase;*/
}
 
.grande{
    font-size: 1.3vw;
}
.menu.active{
    font-weight:800;
    transition: 0.3s ease font-weight;
}
.menu{
  display:flex;
  justify-content: flex-start;;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 1.5vw;
  font-size:0.8vw;
  position: fixed;
  top: 10vh;
  left: 3vh;
  width: 15vw;
  text-decoration: none;
}

.violeta:hover{
    color:  DimGrey;
    /*text-transform: uppercase;*/
}
li{
  list-style: none; 
  padding-bottom: 2vw;
}
#enc{
    border:none;
}

a.descL{
    text-decoration:none;
    color:black;
    /*font-weight: 900;*/
    font-size:1vw;
    text-transform: uppercase;
    border-bottom: 1px solid grey;
    padding-bottom:2px;
}
a.descL:hover{
    color:Chartreuse;
     border-bottom: 1px solid Chartreuse;
}
body
{
      
  color: #1a1a1a;
  font-family: 'Archivo', sans-serif;
  font-weight: 500;
  font-size: 1.3vw;
  
}
video {
  width: 100%;
  height: auto;
}
a.int
{
	color: black;
	border-color: black;
}
.border-bottom{
    border-bottom : 1px solid black;
    width: fit-content;
}
p.desc.textinho{
    /*max-width: 600px;*/
    font-size: 1vw;
}
.construcao
{
	color: grey;
}

blockquote
{
	display:flex;
	flex-flow: row wrap;
	justify-content: flex-start;
    align-items: center;
    text-align: left;
	width:70vw;
	height:100%;
    font-size: 1vw;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'DM Mono', monospace;
    color:black;
	/*margin-top: 15vh;*/
}
.sobre {
    display:flex;
	justify-content: center;
    align-items: center;
    flex-direction: column;
	margin-bottom: 10vh;
	text-align: left;
	line-height:1.4;
	text-transform: none;
   	
}
.h2-titulos-menu{
    position: absolute;
    top: 0;
}
 h2.topicos{
    display:flex;
	justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
	margin-bottom: 5vh;
	margin-top: 5vh;
	width:70vw;
	text-transform: lowercase;
	font-weight:700;
}
#geral
{
	margin-top: 5vh;
	/*border-bottom: 1px solid lightgrey;*/
	/*border-top: 1px solid lightgrey;*/
}
p.desc.foto
{
  /*padding-top: 25px;  */
}
.esquerda{
    align-items: flex-start;
}
.linguas{
    
    display:flex;
	justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    
}
p.desc
{
    display:flex;
	justify-content: center;
    align-items: flex-start;
    flex-direction: column;
	color:black;
	font-size: 0.8vw;
	line-height: 1.4;
	/*text-transform: lowercase;*/
	text-align: left;
	/*padding-top: 10px;*/
	padding-bottom: 10px;
}
div.proj.cons
{
    padding-bottom:0;
}
div.projetos
{
    display:flex;
	justify-content: center;
    align-items: center;
    flex-direction: column;
	/*margin-top: 10vh;*/
	margin-bottom: 10vh;
	
	z-index: -1;
	background: white;
}
div.proj
{
	max-width: 60vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10vh;
	margin-bottom: 60px;
	padding-bottom: 20px;
	font-weight: 500;
	text-align: left;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}
.img_container
{
	padding:  20px 0 0px 0;
	margin-bottom:30px;
}
img
{
	width: 100%;
	height: auto;
}
a 
{
    text-transform: uppercase;
    font-family: 'DM Mono', monospace;
    text-decoration: inherit;
    color: inherit;
    font-size: 1vw;
    font-weight: 400;
}
.desaparecer
{
	display: none;
}
a.direita
{
	top: 3vh;
	right: 3vh;
}
h2
{
	padding-top: 20px;
	padding-bottom: 10px;
	color:inherit;
	font-size:inherit;
	font-weight:inherit;
	/*text-transform: lowercase;*/
}
footer.data
{
	position: fixed;
	padding: 15px;
	bottom: 3vh;
	left: 3vh;
}
footer
{
    
    text-transform: uppercase;
    font-family: 'DM Mono', monospace;
    text-decoration: inherit;
    color: inherit;
    font-size: 1vw;
    font-weight: 400;
	position: fixed;
	bottom: 3vh;
	right: 3vh;
}
canvas 
{
   position: absolute;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   z-index: -1;
}
.lista
{
	color: black;
	overflow: scroll;
	background:white;
}
.indice{
    color: black;
    background:white;
}
@media all and (max-width:767px) {
a.hBranco {
    border-radius: 50px;
    padding: 10px 30px;
    background-color: #4b4b4bb8;
    font-size: 2vw;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'DM Mono', monospace;
    color: white;
}
p.desc.textinho{
    font-size: 3.5vw;
    word-break: break-word;
} 
iframe{
    max-height: 300px;
}
a.email-bio{
    font-size:3vw;
}
a#trab.direita{
    font-size:3vw;
 }
 h1#indiceIndex{
    padding: 15px;
     font-size:3vw;
     
 }
 a#eu.hBranco{
     font-size:3vw;
     
 }
 footer.emailA
{
	font-size:3vw;
	position: fixed;
	bottom: 3vh;
	right: 3vh;
	
}      
li {
    list-style: none;
    padding-bottom: 3.5vw;
}
ul{
    font-size:6.1vw;
    
}       
nav{
    height:0vh;
}  
blockquote.bio{
    font-size: 2.5vw;
    margin-top: 6vh;
}
a.descL
 {
   	font-size: 1.7vw;  
 }
body
 {
 	font-size:4.3vw;
 }
.proj
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.imagem-menu-100vw{
    width: 100vw;
    height: auto;
}
.img_container
{
	width: 60vw;
}
img
{
	width: 60vw;
}
h1.int
{
	font-size: 2vw;
}

p.int{
	font-size: 2vw;
}
a.int
{
	font-size: 2vw;
}
h2.int
{
	font-size: 2vw;
}
footer{
     font-size:3vw;
 }
footer p{
    font-size:3vw;
}
footer.int
{
	font-size: 2vw;	
}
.esquerda{
    align-items: flex-end;
    
}
.linguas{
    
    display:flex;
	justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
     width: 60vw;
    
}
p.linguas{
    max-width:20vw;
}
p.desc
{	
	font-size: 1.7vw;
	color: black;
}
div.proj
{
	max-width: 70vw;
	text-align: left;
}
}
@media all and (max-width:568px) {
a.hBranco {
    border-radius: 50px;
    padding: 10px 30px;
    background-color: #4b4b4bb8;
    font-size: 2vw;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'DM Mono', monospace;
    color: white;
}
p.desc.textinho{
    font-size: 3.5vw;
    word-break: break-word;
} 
iframe{
    max-height: 300px;
}
a.email-bio{
    font-size:3vw;
}
a#trab.direita{
    font-size:3vw;
 }
 a#indiceIndex{
    padding: 15px;
     font-size:3vw;
     
 }
 a#eu.hBranco{
     font-size:3vw;
     
 }
 footer{
     font-size:3vw;
 }
footer.emailA
{
	font-size:5vw;
	position: fixed;
	bottom: 3vh;
	right: 3vh;
	
}      
li {
    list-style: none;
    padding-bottom: 3.5vw;
}
 ul{
    font-size:6.1vw;
    
}
nav{
    height:0vh;
}  
blockquote.bio{
    font-size: 2.5vw;
    margin-top: 6vh;
}
 a.descL
 {
   	font-size: 2vw;  
 }
 body
 {
 	font-size:4.3vw;
 }
.proj
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.img_container
{
	width: 70vw;
}
img
{
	width: 70vw;
}
h1.int
{
	
	font-size: 2vw;
}
p.int{
	font-size: 2vw;
}
a.int
{
	font-size: 1.7vw;
}

h2.int
{
	font-size: 2vw;
}
footer p{
    font-size:3vw;
}
footer.int
{
	font-size: 2vw;	
}
.esquerda{
    align-items: flex-end;
    
}
.linguas{
    
    display:flex;
	justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
     width: 60vw;
    
}
p.linguas{
    max-width:20vw;
}
p.desc
{	
	font-size: 1.7vw;
	color: black;
    
}
div.proj
{
	max-width: 70vw;
	text-align: left;
}

}

@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2) {
a.hBranco {
    border-radius: 50px;
    padding: 10px 30px;
    background-color: #4b4b4bb8;
    font-size: 2vw;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'DM Mono', monospace;
    color: white;
}
p.desc.textinho{
    word-break: break-word;
    font-size: 3.5vw;
}
a.email-bio{
    font-size:5vw;
}
blockquote.bio{
        font-size: 2.5vw;
        margin-top: 6vh;
}
iframe{
    max-height: 300px;
}
a#trab.direita{
    font-size:3vw;
 }
a#indiceIndex{
     padding: 15px;
     font-size:3vw;
 }
nav{
    height:0vh;
}  
 a#eu.hBranco{
     font-size:3vw;
     
 }
 footer{
     font-size:3vw;
 }
 footer p{
     font-size:3vw;
 }
 footer.emailA
{
	font-size:3vw;
	position: fixed;
	bottom: 3vh;
	right: 3vh;
	
}        
li {
    list-style: none;
    padding-bottom: 3.5vw;
}      

ul{
    font-size:6.1vw;
    
}
      
.embed-container {
  position: relative;
  padding-bottom: 130%;
  padding-right: 130%;
  max-width: 50vw;
  
}
blockquote.bio{
    font-size: 2.5vw;
    margin-top: 6vh;
}
a.descL
 {
   	font-size: 2vw;  
 }
body
 {
 	font-size:4.3vw;
 }
.proj
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.img_container
{
	width: 60vw;
}
img
{
	width: 60vw;
}
h1.int
{
	font-size: 2vw;
}

p.int{
	font-size: 2vw;
}
a.int
{
	font-size: 1.7vw;
}
h2.int
{
	font-size: 2vw;
} 
footer.int
{
	font-size: 2vw;	
}
.esquerda{
    align-items: flex-end;
    
}
p.linguas{
    max-width:20vw;
}
.linguas{
    display:flex;
	justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    width: 60vw;
}
p.desc
{	
	font-size: 1.7vw;
	color: black;
}
div.proj
{
	max-width: 70vw;
	text-align: left;
}


}