*{
    
    margin: 0;
    padding: 0;
    
    font-family: "Bebas neue", sans-serif;
}
body {
    box-sizing: border-box;
    background-color: #000000;  
   
}
header {
    height:100px;
    background-color: #6ef5d3; 
    padding: 0 50px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
img {
    width: 80px;
    padding: 20px;
    margin-top: 10px;
}
.menu  a{
    color: #fff;
    font-weight: 200;
    font-size: 26px;
    text-decoration: none;
    padding: 0 10px;
    transition: 0.4s; 
}
.mostrar-menu,
.esconder-menu {
    font-size: 30px;
    cursor: pointer;
    display: none; 
    transition: 0.4s;
}
.mostrar-menu {
    order:1;
}
.menu a:hover,
.mostrar-menu:hover,
.esconder-menu:hover {
    color: #000000;
}
#check {
    display: none;
}
#sobremi{
    color: #fff;
    display: flex;
    justify-content: center;
    /* background-color: #6ef5d327; */
}
h2 {
    color: #fff;
}
div .yu h2{
    justify-content: center;
    align-items: center;
}
.yu {
    padding-bottom: 10px;
}
#sobremi h1{
    display: flex;
    padding: 20px;
    color: #6ef5d3;
}
.parrafo{
    display: flex;
    max-width: 500px;
    justify-content: center;
    padding-top: 40px;
    font-size: 20px;
    font-weight: 200;
}

#sobremi img {
    width: 200px;
    filter: grayscale(100%);
    border-radius: 20%;
}
#portfolio {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6ef5d3;
}
#portfolio h1{
    padding-top: 20px;
}
.fotos img {
    width: 300px;
}
.fotos img :first-child{
    height: 200px;
}
.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img {
    width: 300px;
}
.logo h1{
    color: #fff;
}
.patterns {
    display: flex;
    justify-content: center;
}
.patterns h1 {
    color: #6ef5d3;
    display: flex;

}
.patterns img{
    width: 200px;
}
.renders{
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: center;
}
.renders h1{
    color: #000000;
}
.renders img{
    width: 150px;
}