html,body{
    margin: 0px;
    padding: 0px;

}

body{
font-family: 'Montserrat', sans-serif;; 
  background-color: white;  
}

.navigation{
    background-color: black;
    color:white;
    height: 50px;
    animation-name: navbar;
    animation-duration: 3s;
}
.navigation ul{
    margin-top: 0;
    list-style: none;
    padding-left: 0;
    height: 50px;
    text-align: right;

}
.navigation li{
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 100;

}
.navigation a {
    color: white;
    text-decoration: none;
}

.navigation a:hover {
    color: #f27609;
} 

.navigation li.threeline-icon {
	display: none;
}

.navigation li.threeline-icon:hover {
	color: #f27609;
	cursor: pointer;
}

.capa{
    vertical-align: top;
    color: black;
}

.capa span {
    color: #f27609;
    display: block;
}

.capa div{
    display: inline-block;
    height: 650px;
}

.profile-pic{
    width: 40%;
    text-align: center;

    animation-name: profile-capa;
    animation-duration: 2s;
}

.profile-pic img{
    height: 310px;
    border-radius: 310px;
    margin-top: 100px;

}


.profile-title h1 {
    font-size: 58px;
    text-transform: uppercase;
    margin-top: 200px;
    font-weight: 400;
    line-height: 54px;

}
.profile-title h2 {
    font-size: 16px;
    font-weight: 100;
    margin-top: -30;
}

/* CSS - Curriculo  */

.main {
  padding: 80px 180px 80px 100px;
  
  animation-name: main;
    animation-duration: 2s;
}

.main h1 {
    color: black;
    font-weight: normal;
}
.main h2{
    color: black;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 40px;
    font-weight: 400;
    
}
.main h3{
    font-size: 12px;
    color: #f27609;
    text-transform: uppercase;

}
.main p{
    font-size: 18px;
    font-weight: 100;
    color: rgb(102, 99, 99);
    line-height: 24px;
    text-align: justify;
}
.caminho{
    list-style: none;
    padding-left: 0;
    color: grey;
    
}
.caminho li{
    display: inline;
}
.caminho a {
    color: grey;
}

.cv-pic{
    float: right;
    width: 250px;
}


hr {
    border-top: 2px solid black;
  }

.social-img{
    width: 40px;
    margin-right: 10px;
}

.miniatura{
   width: 320px;
   height: 320px; 
   display: inline-block;
   margin-right: 15px;
   margin-bottom: 15px;
   background-size: contain;
   overflow: hidden;
}
.miniatura a {
	text-decoration: none;
}

.blackbox{
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    padding-top: 120px;
    transition: 1s;
    
}

.blackbox:hover {
opacity: 0.8;
transition: 1s;

}

.blackbox-text {
	text-align: center;
}


.blackbox-text h1{
    font-size: 16px;
    color: #f27609;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;

}

.blackbox-text h2{
    font-size: 16px;
    color: #f27609;
    text-transform: none;
    font-weight: 100px;
    text-align: center;
    margin-top: 0;

}
.foto-trabalhos{
    width: 1000px;
    margin-bottom: 10px;
    margin-top: 10px;
}

@keyframes profile-capa{
    0%{
       opacity: 0.3; transform: translate(0px, 20px)}
    100%{
        opacity: 1; transform: translate(0px, 0px)}
}
@keyframes title-capa{
    0%{
       opacity: 0.3; transform: translate(0px, -20px)}
    100%{
        opacity: 1; transform: translate(0px, 0px)}
}
@keyframes main{
    0%{
        transform: translate(-20px, 0px)}
    100%{
         transform: translate(0px, 0px)}
}

@keyframes navigation{
    0%{
       opacity: 0;}
   
       50%{
        opacity: 0;}
       100%{
        opacity: 1;}
}


/* responsivo */

@media (max-width: 1000px) {

.navigation li {
    display: none;    
}
.navigation li.threeline-icon {
	display: inline-block;
}

.capa div{
    display: block;
    height: auto;
}

.profile-pic{
    width: 100%;

}
.profile-title{
    width: 100%;
    text-align: center;
}

.profile-pic img{
        max-width: 75%;
        margin-top: 0;
        max-width: 80%;
    }


.profile-title h1{
    margin-top: 30px;
    font-size: 40px;
    margin-left: 20px;
    margin-right: 20px;
    
}
.profile-title h2{
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    
}

.main {
    padding: 10px 5% 40px 5%;
}

.main p {
    text-align: left;
    line-height: 50px;

}

.caminho li {
    font-size: 12px;
}

.cv-pic{
    float: none;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.miniatura{
    max-width: 100%;
    background-size: auto 100%;

 }
 
 .blackbox {
     opacity: 0.8;
 }

 .menujs{
     height: auto;
    

 }
 .menujs ul {
    height: auto;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    
     
}
.menujs li{
    display: block;
	border-bottom: solid grey 1px;
	width: 100%;
	padding: 0;   
}

}