.boton-body{
    border: solid 4px rgb(85, 84, 84);
    background-color: rgb(201, 198, 198, 0.4);
    width: 50%;
    margin: auto;
    position: absolute;
    top: 40%;
    right: 26%;
    box-shadow: 2px 2px 2px rgb(209, 207, 207);
}
.boton-header{
    width: 100%;
}

.boton-header a{
    font-size: 24px;
    color: black;
    text-decoration: none;
    width: 100%;
    margin: auto;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    transition: 500ms;
}
.boton-header a:hover{
    transform: scale(1.1);
}


.boton-header a .texto-what{
    display: flex;
    align-items: center;
    
}


 /*--------------------------- 550 ------------------------------------*/
@media (min-width: 550px) {
    .boton-header a{
        font-size: 30px;
    }
   
   
    }

     /*--------------------------- 700 ------------------------------------*/
@media (min-width: 700px) {
    .boton-header a{
        font-size: 36px;
    }
   
   
    }

     /*--------------------------- 900 ------------------------------------*/
@media (min-width: 900px) {
    .boton-header a{
        font-size: 42px;
    }
   
   
    }
   
       /*--------------------------- 1050 ------------------------------------*/
@media (min-width: 1050px) {
    .boton-header a{
        font-size: 48px;
    }
   
   
    }
   
   
   