.d-none{
    display: none !important;
  }
  .citas-servicio {
    position: fixed;
    bottom: 0px;
    flex-direction: column;
    align-items: flex-end;
    overflow: hidden;
    z-index: 200;
    width: 94%;
    left: 50%;
    transform: translate(-50%);
  }
  @media only screen and (min-width: 768px) {
    .citas-servicio {
      display: flex;
      right: 24px;
      width: auto;
      transform: none;
      left: auto;
    }
  }
  .citas-servicio--btnW {
    background-color: #000000;
    width: 64px;
    height: 64px;
    transition: width 0.4s 0.1s;
    cursor: pointer;
    border-radius: 45px;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 6px #00000029;
    border-style: solid;
    border-color: #ffffff;
    border-width: 3px;
    margin-bottom: 40px;
    margin-right: 5px;
    float: right;
  }
  .citas-servicio--btnW.active {
    display: flex;
  }
  .citas-servicio--btnW svg {
    width: 26.3px;
    height: 26.3px;
  }
  @media only screen and (min-width: 768px) {
    .citas-servicio--btnW svg {
      width: 36.3px;
      height: 36.3px;
    }
  }
  @media only screen and (min-width: 768px) {
    .citas-servicio--btnW {
      width: 84px;
      height: 84px;
      margin-right: 0px;
    }
  }
  .citas-servicio--menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    width: auto;
    margin-bottom: 5px;
    border-radius: 10px 10px 3px 3px;
    overflow: hidden;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    margin-left: 10px;
    margin-right: 10px;
  }
  @keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .citas-servicio--menu.active {
    display: grid;
    visibility: visible;
    opacity: 1;
    animation: fade 1s;
  }
  @media only screen and (min-width: 768px) {
    .citas-servicio--menu {
      width: 432px;
    }
  }
  .citas-servicio--menu__header {
    background-color: #000000;
    padding-left: 21px;
    padding-top: 20px;
    padding-bottom: 17px;
    cursor: pointer;
    display: flex;
  }
  @media only screen and (min-width: 768px) {
    .citas-servicio--menu__header {
      padding-top: 30px;
      padding-bottom: 27px;
      padding-left: 33px;
    }
  }
  .citas-servicio--menu__header span {
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    font-family: "Audi Type Extended", sans-serif;
    font-stretch: 130%;
    line-height: 26px;
  }
  .citas-servicio--menu__header .barra-icon {
    background-color: #ffffff;
    width: 21px;
    height: 4px;
    margin-top: 8px;
    position: absolute;
    right: 28px;
  }
  @media only screen and (min-width: 768px) {
    .citas-servicio--menu__header .barra-icon {
      right: 48px;
    }
  }
  .citas-servicio--menu__content {
    padding: 20px;
    background-color: #F5F5F5;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    font-family: Audi Type Screen, sans-serif;
    font-stretch: 105%;
    line-height: 25px;
  }
  @media only screen and (min-width: 768px) {
    .citas-servicio--menu__content {
      padding: 31px;
    }
  }
  .citas-servicio--menu__content--btn {
    font-weight: 200;
    font-stretch: 130%;
    font-size: 16px;
    font-family: "Audi Type Extended", sans-serif;
    background-color: #000000;
    color: #ffffff;
    width: 255px;
    height: 66.45px;
    border-radius: 35px;
    text-decoration: none !important;
    margin-bottom: 8.27px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .citas-servicio--menu__content--btn:first-of-type {
    margin-top: 16.91px;
  }
  @media only screen and (min-width: 768px) {
    .citas-servicio--menu__content--btn:first-of-type {
      margin-top: 28.91px;
    }
  }
  .citas-servicio--menu__content--btn:hover {
    color: #ffffff !important;
  }
  .citas-servicio--menu__content--btn:focus {
    color: #ffffff !important;
  }
  @media only screen and (min-width: 768px) {
    .citas-servicio--menu__content--btn {
      width: 309px;
    }
  }
  .citas-servicio--menu__content--btn svg {
    margin-left: 20px;
  }
  .citas-servicio--menu__content--btn span {
    margin-left: 20px;
  }