*{
    font-family: FuturaMia;
    

}
body{
    background-image: url("../img/FONDO.png");
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
}
.img-p{
    width: 200px;
    margin: auto;
    box-sizing: border-box;

}
.text-w{
    color: white;
    font-size: 16px;
}
.text-w2{
    color: white;
    font-size: 10px;
}
.img-e{
    box-sizing: border-box;
    width: 150px;
}
.cont{
    background-image: url('../img/verde con amarillo.png') ; 
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
.men-b:hover{
    box-shadow: 0 2px 0 #ccc;
    cursor: pointer;
}
.mg-t{
    margin-top: 50px;
    margin-bottom: 50px;
    box-sizing: border-box;

}
@media screen and (max-width: 768px){
   .text-w{
       font-size: 10px;
   }
   .text-w2{
    font-size: 5px;
}
   .img-e{
width: 50px;
   }
   img-p{
       width: 100px;
   }
   img-p{
       width: 30px;
   }
}

.catANCAP{
    display: inline-block;
    position: absolute;
  padding: 0;
  background: #0a0a0a;
  font-size: 0px;
  color: #fff;
  cursor: pointer;
left: 0px;
top: 0px;
 
 border-radius: 13px;
 transition: padding 0.5s;
 transition: font-size 0.5s;
  
}

.box{
    position: relative;
}
.box a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.box:hover .catANCAP{
     padding: 10px;
     font-size: 10px;
    

}