@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
  /* navbar */
  .h55{
    left: 140px !important;
    top: -20px !important;
    padding: 0px !important;
    margin: 0px !important;
    bottom: -20px !important;
  }
  div>a.sombra{
    width: 80px;
    border-radius: 10px;
    box-shadow: 2px 2px 6px #7e7b7b;
  }
  .ulMovil{
    position: relative !important;
    top: -10px !important;
    padding: 0px !important;
    text-align: center !important ;
    left: 140px !important;
  }
  .iconMovil{
    text-align: center !important ;
  }
  .h3{
  left: -30px !important;
  bottom: -20px !important;
  color: rgb(242, 240, 240);
  padding: 0px !important;
  margin: 0px !important;
  width: 350px !important;
  }

  /* certificado */
  .mascota {
    text-align: center !important;
    margin-left: 70px;
  }
  .numC{
position: relative !important;
top: 10px !important;
    }

.card_iconos{
      position: relative;
      left: 90px;
      top: -30px;
    }
