    *{
        margin: 0;
        padding: 0;
    }

     
    body{
        position: absolute;
        width: 100%;
        height: 100%;
        background: #dad9d8;
        z-index: -1;
       font-family: 'Overpass', sans-serif;  }
.detalle p {
	font-size: 14px;
}
#work ul {
    margin: 60px 0;
}
.fon{
    position: fixed;
    z-index: -1;
}
img.fon {
    width: 100%;
    text-align: center;
    transition: all 1s ease-out;     
}

.container{
    width: 83.3%;
    margin: auto;
    margin-top: 57px;
}
#nombre{
    position: fixed;
    bottom: 280px;
    width: 480px;
    display: inline-block;
    animation: ent 2s;
    transition: all 0.2s ease-out;    
}
#nombre:hover{
    transform: scale(1.05);
}
#nombre p {
    font-family: 'Roboto Mono', monospace;
    font-size: 91px;
    font-weight: 700;
    display: inline-block;
}
.color{
    color: #c9116a;
}
#titulo{
    position: fixed;
    bottom: 231px;
    font-family: 'Roboto Mono', monospace;
    font-size: 31px; 
    color:#5e5e5e;
    animation: ent 2s;
    display: flex;
}
#imghome{
    width: 550px;
    position: fixed;
    bottom: 305px;
    right: 8%; 
    
}
#imghome img:hover{
    transform: translate(20px);
    transition: all 0.5s ease-out;  
}
#imghome img{
    width: 100%;
    animation: def 2s;
    transition: all 0.5s ease-out;  
}
#made{
   position: fixed;
   bottom: 97px;
   right: 0.6%;
   font-family: 'IBM Plex Mono', monospace;
   font-size: 20px;
      
}
.abou{
    width: 660px;
    margin-top: 148px;
    animation: ent 2s;    
}
.abou h2{
    font-family: 'Roboto Mono', monospace;	
    font-size: 77px;
    font-weight: 700;
    color:#cc0066;
    animation: def 2s;    
}
.abou p{
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 20px;
}
#rotar{
    position: fixed;
    bottom: -228px;
    right: -162px;
}
#rotar img{
    animation: def 2s;
    transition: all 12s ease-out;
}
#rotar img:hover{
    transform: rotate(360deg);
}
#allskil{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#skills{
    width: 675px;
    margin-top: 168px;
    
}
#skills ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style-type: none;
    
}
#skills img{
    width: 135px;
   
}

#work img{
    
    width: 100%;
    margin-bottom: -7px;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    transition: all 0.2s ease-out;     
}
#work ul li {
    width: 25%;
    overflow: hidden;
    
} 
#work ul li img:hover {
    transform: scale(1.1);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);    
    transition: all 0.2s ease-out;         
    
}
#work ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}

.modal{
    display: none;
}
.modal:target{
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgb(0,0,0,0.8);
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;    
}
.dentro{ 
    position: absolute;
    width: 88.4%;
    background: #fff;
    border-radius: 3px;
    display: flex;
}
a.cerrar{
    position: fixed;
    top: 4%;
    right: 2%;
    text-decoration: none;
    color: #fff;
    font-family: 'Roboto Mono', monospace;    
    font-size: 25px;
    font-weight: 100;
}

a.fcerrar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;}
/*slide*/
.slides{
    overflow: hidden;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-control-nav{
    text-align: center;
    position: relative;
    top: -36px;
	z-index: 999;
}

.flex-control-nav li{
	display: inline-block;
	margin: 0 6px;
}

.flex-control-nav li a{
	display: block;
	background: #777777;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	text-indent: -9999px;
    border: 1px solid #fff;
}

.flex-control-nav li a:hover{
	background: #2E2E2E;
}

.flex-control-nav li a.flex-active{
	background: #2E2E2E;	
}

.flex-direction-nav a{
     display: none;
}

/*slide*/
.contenido{  
    width: 85%;
    margin-bottom: -33px;    
}
.contenido img{
    width: 100%;
}
.detalle{   
    width: 260px;
    padding: 20px;
    border-left: 1px solid #e3e3e3;
    
}
.detalle h3{
    font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}
.detalle h3 a{
	text-decoration: none;
	color:#000;
}
.detalle p{
    color: #989898;
    margin-bottom: 15px;
    text-align: left;
}
#contact{
    margin-top: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;    
}
#co1{
    width: 30%;

}
#co1 h3{
    font-family: 'Roboto Mono', monospace;	
    font-size: 77px;
    font-weight: 700;
    color: #cc0066;
    margin-bottom: 60px;
}
#co1 p{
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 10px;
}
#co1 ul{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; 
    list-style-type: none;
    margin-top: 50px;
}
#co1 ul li{
    width: 50px;
}
#co1 img{
    width: 100%;
-webkit-filter: grayscale(90%);
filter: grayscale(90%);
    transition: 0.2s all ease-out;
}
#co1 img:hover{
   -webkit-filter: grayscale(0%);
   filter: grayscale(0%);
    transform: scale(0.8);
    transition: 0.2s all ease-out;    
}
#co2{
    width: 40%;
}
#co2 img{
    width: 100%;
    animation: sc 0.5s;
}
.menu{
      position: fixed;
      bottom: 0;
      width: 100%;
      background: #999999;
      z-index: 1;  
}
.menu ul {
    list-style-type: none;
    display: block;
    display: flex;
    justify-content: center;  
}
.menu ul li{
    width: 50px;
    height: 50px; 
    padding: 0 5px
}
.menu ul li img{
    width: 100%;
    transition: 0.2s all ease-out;

}
.menu img:hover{
    -webkit-filter: invert(80%);
    filter: invert(80%);
}
.sel{     
    background:#c9116a;
    animation: men 0.5s;
}
.sel img{
    -webkit-filter: invert(100%);
    filter: invert(100%);  
}

@keyframes men{

  0%{background-color: rgba(201,17,106,0)}
  100%{background-color: rgba(201,17,106,1)}

}

@keyframes ent{

  0%{margin-left: -5%;} 
  100%{margin-left: 0;}

}
@keyframes def{

  0%{margin-left: 10%;} 
  100%{margin-left: 0;}

}

@keyframes sc{

  0%{transform: scale(0);} 
  50%{transform: scale(1.1);}    
  100%{transform: scale(1);}

}


@media only screen and (max-width: 1024px){
    
    #nombre {
      color: rgba(201,17,106,1);
        z-index: 2;
            }
    #titulo {
    bottom: 162px;
    font-size: 25px;        
    }
    #nombre{
            bottom: 235px;
    }
    #nombre p {
    font-size: 63px;}
    
    .abou {
        width: 95%;
         margin: auto;}
    .abou p {
        font-size: 18px;}
    .abou h2{
        font-size: 50px;
    }
    #contact{
        margin-top: 0;
    }
    #contact h3{
        font-size: 50px;
    }  
    #co1{
        width: 100%;
        display: block;
        text-align: center;
    }
    #co1 ul {
    width: 100%;}
    #co2{
        width: 100%;
        margin-top: 50px;
        margin-bottom:80px;
    }
    
    #skills{
            margin-top: 0;
    }
    #skills img {
    width: 100%;
         }
    #skills ul{
        width: 100%;
    }
    #skills ul li{
        width: 20%;
    }
#work ul li {
    width: 50%;}
    #work{
    margin-bottom: 100px;
}

}

@media only screen and (min-width: 320px) and (max-width: 640px){
    #rotar{
        transform: scale(0.6);
        left: -80px;
        top: 120px;
        z-index: -2;
    }
}

@media only screen and (max-width: 938px){
    a.cerrar {
        background: rgba(255,255,255,0.5);
        padding: 0 10px 5px;
        border-radius: 3px;
        z-index: 3;
    }
    .dentro {
        width: 100%;
        height: 100%;
        border-radius: 0px;
        display: block;}
    
    .contenido{
        width: 100%;
    }
    .detalle{
        width: 85%;
    }
 
}

