*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

body{

  font-family: "merienda", sans-serif;
  font-optical-sizing: auto;
  background-color: #fefefe ;
 
}
 


.header{
    width: 100%;
    display: grid;
    place-items: center;
    text-align: center;
    
}


.header p{
    color:#030630;
    font-size: 25px;
    margin-top: 20px;
}
.header img{
    width: 100%;
    height: 180px;
    margin-top: 90px;
    border-radius: 15px;
}

.header h1{
    font-size:40px;
    margin-top: 40px;
    color: #030630;
}


.blog{
  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:#030630;
}

.box .parrafo p{
    line-height: 25px;
    margin-top: 15px;
    color:#030630;
    font-family: "montserrat", sans-serif;
    justify-content: justify;
}
.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: 10px 20px;
    border-radius: 15px;
    border-style: hidden;
    font-size: 15px;
    position: relative;
    z-index: 10;
    
}

.footer{
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  background-color: #090329de;
  
 }
 .footer a{
  color: white;
  text-decoration: none;
  font-size: 13px;
  
 }
.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){
 
  
   
   .blog{
    margin-top: 75px;
   }
    .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: 90%;
 
  margin-top: -140px;
}
.box .img img {
 width: 100%;
 height: 310px;
 margin-top: 100px;
}

.parrafo p{
  width: 90%;
}

  }
@media screen and  (max-width: 992px){

.blog{
  display:inline-block;
}

    
      }
     
 @media screen and (max-width:780px){
  
 }
@media screen and (min-width:1024px){

}

@media screen and (min-width:1920px){}
