*{
    margin:0;
    padding:0;
    font-family:sans-serif;

}
body{
    background-color:black;
}

img{
    max-width:100%;
    display:block;
}

p{
    color:rgba(131, 131, 131, 0.747);
    line-height: 30px;
    text-align:justify;
}
a{
    text-decoration:none;
    color:white;
}


ul li{
    list-style:none;
  
}
.home-row{
    height:100vh;
    background-image:linear-gradient(rgba(15, 9, 9, 0.3), rgba(0, 0, 0, 1.0)),url(images/background.jpg);
    background-position:center;
    background-size:cover;
    padding-top:10px;
  
}

.home-info{
    width:40%;
   margin:100px 80px;
}
.home-info p{
   
    width:100%;
    padding-top:30px;
   
}

/*------NAV-------*/

.logo{
    font-size:24px;
    text-transform:uppercase;
    letter-spacing:4px;
    opacity:0;
}
nav{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-family:system-ui, -apple-system, Helvetica, Arial, sans-serif;
    background:rgba(27, 27, 27, 0.384);
    height:11vh;
    position:fixed;
    width:100%;
    z-index:1;

}
.nav-list{
   display:flex;
   margin:auto 50px auto auto;
   font-size: 18px;
   
  
}

.nav-list a:hover{
    opacity: 0.7;
}
.nav-list li{
    letter-spacing:3px;
    font-weight: bold;
    margin: 1.5em;
  
   
}

nav ul li a::after{
    content: '';
    width:0%;
    height:2px;
    background:whitesmoke;
    opacity:0.8;
    display:block;
    margin:5px auto auto  auto;
    transition:0.3s;

}

nav ul li a:hover::after{  
    width:100%;

} 

/*----MOBILE MENU------*/
.mobile-menu{
    cursor:pointer;
    display:none;
    margin:0 20px;
    
}
.mobile-menu div{
    width:32px;
    height:2px;
    background:#fff;
    margin:8px;
    transition:0.3s;
}

/*-----FOTO ROW--------*/
.foto-row{
    background-color:black;
    color:whitesmoke;
    margin:0 auto;
    padding-top:50px;
}
.foto-row-info{
    width:80%;
    margin: auto;
    padding-top:30px;
    padding-bottom:70px;
}
.foto-row-info h1{
    text-align:center;
    padding:25px 0 25px 0;
}
.foto-row-info h1{
    font-size:50px;
    color:whitesmoke;
}
.foto-row-info p{
    width:80%;
    margin: auto;
}
.foto-row-fotos{
    display:flex;
    flex-wrap:wrap;
    max-width:80%;
    margin:0 auto;
}
.foto-row-foto{
    margin:10px;
    flex:1 1 200px;
    position:relative;
	overflow:hidden;
}
.foto-row-foto img{
    border-radius:6px;
    width: 100%;
}
.layer{
	background:transparent;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	transition:0.5s;
    border-radius:6px;
   
}
.layer:hover{
	background:rgba(255, 255, 255, 0.685);

}
.layer h4{
	width:100%;
	font-weight:500;
	color:#fff;
	font-size:20px;
	bottom:0;
	left:50%;
	transform:translateX(-50%); /*pesquisar*/
	position:absolute;
	opacity:0;
	transition:0.5s;
    padding-left:30px;

}
.layer:hover h4{
	opacity:1;
	bottom:6%;


}

/*----BOTAO---*/
.btn{
  text-align:center;
    padding:40px 40px;
    font-size:14px;
    box-sizing: border-box;
    min-width: 70%;
    margin:auto;
}
.btn a{
    border-bottom:1px solid whitesmoke;
    padding:15px 35px;
    transition:0.5s;
}
.btn a:hover{
    background-color:whitesmoke;
    color:black;
   
    
}

.fullbtn a{
    border:1px solid whitesmoke;
    background-color:whitesmoke;
    color:black;
}
/*---APARECER FOTOS----*/

.appear-foto{
    display:flex;
    flex-wrap:wrap;
    max-width:80%;
    margin: auto;
    padding-top:70px;
    
    
    
   
}
.appear-foto  .appear-foto-row{
    flex:1 1 300px; /*minimo 200px de largura*/
    margin:10px;
   
}
.appear-foto img{
    border-radius:5px;
    margin:auto;
   
    
   
}


/*------EP ROW-----*/
.ep-row{
    width:80%;
    margin:0 auto;
    color:whitesmoke;
    padding-top:50px;
   
}
.ep-rckbt{
    margin: auto;
    display:flex;
    flex-direction: row;
    justify-content:center;


}
.ep-rckbt img{
    width:500px;
    margin:auto 15px;
    

}
.ep-part2{
    margin:0 20px;

}
.ep-rckbt h2{
    font-size:35px;
    padding-bottom:10px;

    
}
.ep-rckbt p{
    padding:10px 0;
}
.ep-rckbt ul li{
    font-size:20px;
    padding:5px 0;
    color:rgba(131, 131, 131, 0.747);
    

}
.ep-rckbt ul {
   margin:auto;
   padding-bottom:50px;
    
}

.ep-rckbt ul li a{
    color:rgba(131, 131, 131, 0.747);
}
.ep-rckbt ul li a:hover{
    color:white
;}

/*-----CONTATO-------*/
.contact-row{
    display:flex;
    flex-wrap:nowrap;
    max-width:80%;
    margin:0 auto;
    padding-top:70px;
    padding-bottom:50px;
}

.contact-row  div{
    flex:1 1 60px; /*minimo 200px de largura*/
    margin: 0 auto;
    padding:10px;
    
}
.contact-row img{
    width:120px;
    margin:0 auto;
    opacity:0.6;
    transition:0.5s;
}
.contact-row img:hover{
    opacity:1.0;
}

/*------footer------*/
#footer{
    padding:30px 150px;

}
hr{
    width:100%;
    border:0;
    border-top:1px solid white;
}

.footer-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    color:white;
    margin:60px auto auto auto;
}
.footer-left-col{
    flex-basis:30%;
   

}
.footer-right-col{
    flex-basis:35%;

    
}

.footer-links{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.link-title h4, .link-title small{
    color:4;
    margin:10px 5px 20px 5px;
    
}
.link-title small{
    font-size:13px;
    color:#777;
    

}
.footer-info{
    display:flex;
    align-items:flex-end;
    justify-content:center;
    flex-wrap:wrap;
    font-size:18px;

}

.footer-logo img{
    width:100px;

}
#footer a {
    color:rgba(131, 131, 131, 0.747);;
}
#footer a:hover{
    color:white;
}

.copyright-text, .footer-logo{
    flex-basis:40%;
    
}

/*---social icons----*/
.social-icons{
    width:50px;
    position:fixed;
    top:50%;
    transform:translateY(-50%);
    z-index:1;
}
.social-icons img{
    display:block;
    width:20px;
    margin:0 auto 20px;
    cursor:pointer;
}

@media (max-width:863px){

    body{
        overflow-x:hidden;
    }
   .nav-list{
       position:absolute;
       top:8vh;
       right:0;
       width:50vw;
       height:90vh;
       background:black;
       flex-direction:column;
       align-items:center;
       justify-content:space-around; 
      margin:auto;
       transform:translateX(100%);
       transition:transform 0.3s ease-in;
     
   }

   nav{
    background:rgba(8, 8, 8, 0.37);
   }
   .nav-list li {
       margin-left:0;
       opacity:0;
   }
   .mobile-menu{
       display:block;
       
   }
   .nav-list.active{
       transform:translateX(0);
   }

   @keyframes navLinkFade{
       from{
           opacity:0;
           transform:translateX(50px);
       }

       to{
           opacity:1;
           transform:translateX(0);
       }
   }

   .mobile-menu.active .line1{
       transform:rotate(-45deg) translate(-8px, 8px);
   }

   .mobile-menu.active .line2{
       opacity:0;
   }

   .mobile-menu.active .line3{
    transform:rotate(45deg) translate(-5px, -7px);
   }
   .logo{
    font-size:20px;
    opacity:0.5;
    margin-left:30px;
}
/*home*/
.home-info{
    width:70%;
   margin:100px auto;
}
.home-info p{
    margin:auto;
    font-size:18px;
   
}
/*ep row*/
.ep-rckbt{
    flex-direction: column;
}

/*footer*/
.footer-row{
    display:block;
    
}
.footer-links{
    display:flex;
    justify-content:space-around;
    flex-wrap:nowrap;
    margin:auto;
}

.footer-right-col{
    margin:50px auto;

    
}

}