
body {
    margin: 0; 
    background-color:rgb(20, 20, 20);
}

topmenu{
    display: inline-flex;
    position: fixed;
    top: 0px; left: 0;
    background-color: black;
    width: 100%;
    
}

.topm{
    background-color: black;
    display: flex;
    
    
}
.topm p{
    margin-left: 20px;
    margin-right: 20px;
    font-family: Noto Sans Display;
}

.topm a{
    color: white;
}

#upDown{
    position: absolute;
    top: 0px; right: 0px;
    display: flex;
    color: white;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Noto Sans Display;
    background-color: black;  
}

submenu{
    display: none;
    position: fixed;
    top: 54px; left: 420px;
    background-color: black; 
    
}

submenu div{
    display: flex;
    flex-direction: column;
    
}

submenu p{
    
    font-family: Noto Sans Display;
    margin: 15px;    
}

submenu a{
    color: white;
}

.showSubmenu{
    display: flex
}
#btTopm{
  
    position: fixed;
    height: 40px;
    top: 0px; left:0px;
    transform: translate3d(20px,20px,0px);
    display: none;
    
    

}

.invert{
    color: black !important;
    background-color: white;
    
}

.tudo{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    background-color: rgb(128, 128, 128);
    
    
    
}
.corpo{
    grid-area: 1 / 1 / 5 / 5;
    
    
}
.fundo{
    grid-area: 1 / 2 / 4 / 4;
    display: flex;
    justify-content: center;
   
}  
 .fundo img{
    object-fit: none;
 }       
.hero{
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    background-color: rgba(221, 221, 221, 0.9);
    padding: 2rem;
    
}

.retrato{
    display: flex;
    justify-content: end;
    margin-right: 6rem;
    margin-left: 6rem;
    
}
.quadro{
    border-radius: 10%;
    border: solid rgb(150, 150, 150) 1px ;
    
    
}
h1{
    color: white;
    font-family: Ibarra real nova;
    font-size:50px;
    margin-block-start: 0;
    margin-block-end: 0;
    
}
.filmaker{
    color: rgb(117, 117, 117);
    font-family: Ibarra real nova;
    font-size:30px;
    margin-block-start: 0;
    margin-block-end: 0;  
    
}


.features{
    display: flex;
    justify-content: center;
    background-color: rgb(148, 146, 146, 0.9);
    margin: 0;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    

}
.description{
    color: white;
    font-family: Noto Sans Display;
    max-width: 1200px;
    text-align: justify;
    
}

@media (max-width: 1656px) {

.jobs{
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows:  0.2fr 1fr 1fr !important;
}
    .t2{
        grid-row: 3 !important;
    }
    .tit{
        grid-area: 1/1/2/3 !important;
    }
}

@media (max-width: 876px) {

    .hero{
        display: flex;
        flex-direction: column;
    }
   
    .nome{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .filmaker{
        align-self: center;
        font-size: 25px !important; 
    }
    .nome h1{
        font-size: 35px;
        

    }
    .fundo img{
        height: 400px;
        margin-top: 100px;
        object-fit: contain;
        
        
    }
    .features {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .tit h2{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        text-align: center;
    }

    video {
        max-width: 400px;
    }

    .topm {
    display: none;
    width: 160px;
    flex-direction: column;
    position: fixed;
    top: 0px;
    }

    .hero {
        margin-top: 0;
    }

    #btTopm{
    
        display: flex;
        
    }

    .jobs {
            display: flex !important;
            flex-direction: column;
            height: fit-content;
            margin-block-end: 50px;
            
    }

    submenu{
        top: 230px; left: 100px;
    }

    #upDown{
        display: none;
    }
  

}
    .showTopm{
    display: flex !important;
}



.jobs{
    
    
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows:  0.2fr 1fr;
    padding-bottom: 3rem;
    gap: 40px;
    
    
}

.tit{ 
    display: flex;
    color: rgb(54, 54, 54);
    font-family: Noto Sans Display;
    margin: 0;
    justify-content: center;
    grid-area: 1/1/2/5
}


.tumb{
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
    
}
h2{
    font-family: Ibarra real nova;
    color: rgb(202, 202, 202);
    
    
}

li{
    font-family: Noto Sans Display;
    color: rgb(202, 202, 202);
}
.tit h2 {
    margin-block-end: 0;
    margin-block-start: 1.5rem;
    color: rgb(54, 54, 54);
    font-family: Noto Sans Display ;
}

.contain{
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
}


.tumb p {
    
    margin-block-start:0;
    font-family: Noto Sans Display ;
    font-size: 17px;
    color: rgb(54, 54, 54);
    text-align: center;
}
a {
    text-decoration: none
}

.menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   
    
}

.menu p {
    color: rgb(204, 204, 204);
    margin-top: 23px;
    margin-left: 0px;
    margin-right: 20px;
    font-family: Noto Sans Display;
    
}

.mcon {
    display: flex;
    justify-content: center;
    background-color: rgb(20, 20, 20);
    margin-block-start: 0;
    margin-block-end: 0;
    height: 20vh;
    
    
}


.curric {
    padding: 40px;
    max-width: 700px;
    background-color: rgb(88, 88, 88);
}

.contcur{
    
    display: flex;
    justify-content: center;
}
ul{
    padding-inline-start: 25px;
}
.galeria{
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: black;
    gap: 5px;
}

 .icones{
    height: 30px;
    margin: 20px;
 }

 .contato {
    display: flex;
 }
 .contato img{
    display: inline;
    margin-right: 10px;
 }

 .galeria img{
   
    height: 200px;
 }


   
    

#mail {
    margin-left:  0%;
    display: inline;
}
 .video {
    background-color: rgb(148, 146, 146, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
 }

 .ret{
    background-color: rgb(148, 146, 146, 0.9);
    margin: 0;
    padding: 10px;
    color: black;
    font-family: Noto Sans Display;
 }

 .fullsize {
    
    height:100% !important;
    width:auto;
    align-items: center;
    
 }

 .bodyhis{
    background-color: rgb(148, 146, 146, 0.9);
    display: flex;
    justify-content: center;
    flex-grow: 1;
 }
    

 contentHis{
   align-items: center;
   margin-top: 5em;
   margin-right: 10em;
   display: flex;
   justify-content: center;
   flex-grow: 1;
   
 }
    



.containerHis{
    
    max-width: 80%;
    position: relative;
    top: 50px;
}

contentHis img {
    
    width: 300px;
    border-radius: 20px;
    border: solid black 1px ;
    position: relative;
    
 }

.caixaHis p {
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px;
    font-family: Noto Sans Display;
    color: white;
 }

 .caixaHis{
    
    background-color:rgb(20, 20, 20);
    border-radius: 20px;
    border: solid white 1px ;
    position: relative;
    top: -150px; left: 200px;
    width: 90%;
    
 }

 #imgFundo{
    height: 120%;
    position: fixed;
    z-index: -1;
    top: 0px; left: 0px;
 }

 @media (max-width: 876px){
    contentHis img{
        width: 200px;
    }

    .caixaHis{
        top: -100px; left: 100px;
    }

    contentHis{
        margin-right: 2em ;
        margin-top: 2em;
    }
   

 }
 @media (max-width: 516px){

    .caixaHis{
        top: -100px; left: 50px;
    }
 }
 

 @media (max-width: 430px) {
    .fundo img{
        height: 300px;
        margin-top: 130px;
        object-fit: contain;
    }

   

}