*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

body{

  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  background-color: #51087c ;
 
}
 


.header{
    width: 100%;
    display: grid;
    place-items: center;
    text-align: center;
   
    
}

.header h1{
    color: #FFD700;
}
.header img{
    width: 100%;
    height: 180px;
    margin-top: 20px;
    border-radius: 15px;
}

.header h1{
    font-size:40px;
    margin-top: 90px;
}

.header p{
    font-size: 35px;
    margin-top: 30px;
    color: #FFD700;
}
.skills{
  width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    margin-top: 130px;
    
}

.box{
    width: 80%;
    padding-bottom: 90px;
}

.box .titulo h2{
    margin-top: 20px;
    color: #FFD700;
}

.box .parrafo p{
    line-height: 25px;
    margin-top: 15px;
    color:white;
}
.box .img img{
    width: 550px;
    height: 420px;
    margin-top: 30px;
    border-radius: 15px;
}

.btn{
    margin-top: 40px;
}

.btn a{
    background-color: rgb(126, 2, 163);
    color:white;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 15px;
    font-size: 15px;
    position: relative;
    z-index: 10;

  
}

.footer{
  width: 100%;
  height: 60px;
  display: grid;
  place-items: center;
  
  background-color: #090329de;
  
 }
 .footer .habeasdata {
  width: 90%;
  color: white;
  text-decoration: none;
  font-size: 14px;
  
 }

 .habeasdata span{
  text-decoration: underline;
  line-height: bold;
  color: white;
 }
.aviso__cookies{
    width: 100%;
    height: 180px;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
    display: none;
    position: fixed;
    padding: 25px;
    padding-bottom: 0px;
    z-index: 100;
    bottom:1px;
  
  }
  .aviso__cookies.activo{
    display:block;
  }
 
  .aviso__cookies P{
    width: 95%;
    margin-left: 50px;
    font-family:Arial, Helvetica, sans-serif ;
  
  }
  
  .parrafo_cook span{
    font-size: 25px bold;
  }
  
  .botones__cookies{
  margin-top: 20px;
  text-align: center;
  
  }
  .botones__cookies button{
    padding: 15px;
    font-size: 15px;
    background: #595959;
    color:white;
    cursor: pointer;
    transition: .3s ease all;
    font-weight: 700;
    font-family: sans-serif;
    border:none;
    border-radius: 9px;
  }
  .botones__cookies button:hover{
   background: black;
  
  }
  .botones__cookies a{
    margin-left:25px;
    text-decoration: none;
    color: #4DBFFF;
    font-family: Arial, Helvetica, sans-serif;
  }
  .botones__cookies a:hover{
    text-decoration: underline blueviolet;
  }
  .gradientgalletas{
  
  display: none;
  background: rgba(75, 75, 75, 0.719);
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  top:0;
  left:0;
  }
  .gradientgalletas.activo{
  display:block;
  }


  @media  screen and (max-width: 768px){
 

    .header{
      width: 100%;
      margin-top:30px;
     
    }
    .header img{
      width:90%;
      height: 130px;
     
  }
  
  .header h1{
    width: 100%;
      font-size:25px;
      margin-top: 30px;
  }
  
  .header p{
      font-size: 20px;
         
  }

  .skills{
    width: 100%;
    display: block;     
}

.box{
  width: 95%;
  margin-left: 10px;
  margin-top: -140px;
}
.box .img img {
 width: 100%;
 height: 310px;
 margin-top: 100px;

}

.parrafo p{
  width: 90%;

}
.btn a{
  font-size: 20px;
  
}
.footer{
  height: 100px;
}
.footer .habeasdata p{
 
  font-size: 12px;
  margin-top: 6px;
  
 }
  }
@media screen and  (max-width: 992px){


.aviso__cookies{
        width: 100%;
        height: 370px;
        margin-bottom: -3px;
        
        }
      
        .aviso__cookies P{
        font-size: 16px;
        margin-left: 20px;
        margin-top: 15px;
        justify-content:justify;
        font-family: Arial, Helvetica, sans-serif;
        }
        .parrafo_cook span{
        font-size: 10px bold;
        }
        .botones__cookies{
        margin-top: 20px;
        text-align: center;
        
        }
        
        .botones__cookies button{
        padding: 10px;
        font-size: 12px;
        margin-left: 38px; 
        }
        .botones__cookies a{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        }
        .politica button{
        font-size: 10px;
        
        }
        .footer{
          height: 70px;
        }
      }

      @media  screen and (min-width: 768px) and (max-width:1023px){

      }