@charset "UTF-8";
@media screen and (max-width: 1299px) {
  .menu-toggle {
    display: flex !important;
    font-family: "Inter 18pt", sans-serif;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    float: right;
    margin-top: 0;
    line-height: 34px;
    padding: 0 25px;
    color: #FFF;
    height: unset;
    background-color: #ff7a00;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: áll 0.3s ease;
    -moz-transition: áll 0.3s ease;
    -o-transition: áll 0.3s ease;
    transition: áll 0.3s ease;
  }
  .menu-toggle svg {
    margin-left: 15px;
    width: 20px;
    color: #FFF;
  }
  .menu-toggle:hover, .menu-toggle:focus {
    color: #ff7a00;
  }
  .menu-toggle:hover svg, .menu-toggle:focus svg {
    color: #ff7a00;
    -webkit-transition: áll 0.3s ease;
    -moz-transition: áll 0.3s ease;
    -o-transition: áll 0.3s ease;
    transition: áll 0.3s ease;
  }
}

/*# sourceMappingURL=style.css.map */
