@media only screen and (max-width: 735px) {
  header .container .menu {
    position: fixed;
    width: 80%;
    background: #fff;
    height: 100%;
    top: 0;
    right: -110%;
    margin: 0;
    box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.5);
    transition: ease all .3s;
	z-index:2;
  }

  header .container .menu.open {
    right: 0
  }

  header .container .menu.open ul {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding-right: 40px;
    width: 100%;
  }

  header .container .menu.open ul li a {
    color: #000;
    text-align: right;
    width: 100%;
    float: left;

  }

  header .container .hamburger {
    /* display: block !important; */
  }

  main .banner {
    height: auto;
    float: left;
    width: 100%;
  }

  header .container .logo {
    float: left;
    margin: 20px 0;
    width: 77%;
  }

  main .title {
    font-size: 20px;
    margin: 30px 0;
  }

  main .clinica .texto .esq {
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
  }

  main .clinica .texto .dir {
    float: left;
    width: 100%;
    padding: 0;
  }

  main .clinica .texto p {
    font-size: 14px;
    line-height: 24px;
  }

  main .wpp {
    width: 100%;
    gap: 14px;
    height: 70px;

  }

  main .wpp svg {
    width: 30px;
  }

  main .wpp b {
    font-size: 13px;
    letter-spacing: 1px;
  }

  main .convenios .texto p {
    font-size: 14px;
    line-height: 24px;
  }

  main .convenios .imgsConv {
    grid-template-columns: repeat(3, 1fr);
    padding: 1px;
    grid-gap: 11px;
  }

  main .diferencias .texto p {
    font-size: 14px;
    line-height: 24px;
  }

  main .diferencias .boxesDif {
    column-count: 1;
  }

  main .diferencias .boxesDif img {
    width: 100%;
  }

  main .diferencias .boxesDif .box.logoT {
    padding: 0;
  }

  main .fotos #links {
    grid-template-columns: repeat(3, 1fr);
  }

  main .fotos #links a {
    aspect-ratio: 1/1;
  }

  main .tratamentos .container {
    width: 100% !important;
  }

  main .tratamentos .boxesTrat {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  main .tratamentos .boxesTrat .trat {
    padding: 0 12px;
    gap: 10px;
  }

  main .tratamentos .boxesTrat .trat h2 {
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 4px;
  }

  main .servicos .texto p {
    font-size: 14px;
    line-height: 24px;
  }

  main .servicos .list {
    gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  main .servicos .list img {
    width: 100%;
  }

  main .servicos .list ul li::before {
    width: 7px;
    height: 7px;
  }

  main .servicos .list ul {
    width: 300px;
  }

  main .servicos .list ul li {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding-left: 18px;
    line-height: 30px;
  }

  main .numeros .boxNum {
    gap: 30px;
    flex-direction: column;
  }

  main .numeros .boxNum .num .big {
    font-size: 50px;
  }

  main .numeros .boxNum .num .small {
    font-size: 18px;
  }

  footer {
    flex-direction: column;
    padding: 50px 0 !important;
  }

  footer .logo {
    margin: 0;
    width: 80%;
  }

  footer iframe {
    width: 100%;
    height: 250px;
  }
}