.revista_ver{
background-image: url(https://sokso.com/hubfs/Fondo%20revista.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
/*     background: lightgray; */
    margin: 44px 52px 59px 33px;
    width: 90%;
  height:auto;
  display:flex;
  margin-top:20%;
}
.logo_verrevista{
width:50%;

}
.logo_sneakers_revista{
width:50%;
  padding:5%;
      margin-left: 200px;

}
.boton{

width:60%;
   display: flex;
    justify-content: center; /* centra horizontalmente */
    align-items: center;     /* centra verticalmente */
}
.ver_revista{
background: #fff;
    border-radius: 11px;
    color: #000;
    padding: 17px;
    width: 31%;
    font-size: 26px;
}

@media(max-width:1365px){
.ver_revista {
    background: #fff;
    border-radius: 11px;
    color: #000;
    font-size: 20px;
    padding: 17px;
    width: 38%;
}
}

@media(max-width:888px){
  .revista_ver{
  display:block;
  }
  
  .logo_sneakers_revista{
  margin-left:0%;
  padding-top: 37px;
  }
  .ver_revista{
      margin-bottom: 29px;
    font-size: 19px;
        padding: 17px;
        width: 43%;
  }
}
@media(max-width:683px){
.logo_sneakers_revista {
    padding: 5%;
    width: 94%;
    padding-top: 37px;
      filter: drop-shadow(0px 0px 14px black);
}
  .ver_revista{
        font-size: 16px;
        padding: 11px;
        width: 60%;
  }
}
@media(max-width:560px){

  .revista_ver{
      margin: 40% 52px 59px 0px;
    width:100%;
  }
}

@media(max-width:472px){

  .revista_ver{
     margin: 58% 37px 45px 0px;
  }
}

@media(max-width:367px){

  .revista_ver{
     margin: 58% 37px 45px 0px;
  }
  .ver_revista{
          font-size: 17px;
    3        padding: 15px;
  }
}