@media screen and (min-width: 992px) {
  .menu-mobile {
    display: none;
  }

  #dores{
    background-size: cover right !important;
  }

  #dores .titulo h2 img{
    height: 33px;
  }

  #desafios img {
    width: 90% !important;
  }

  #contato p {
    max-width: 500px;
    margin: 0;
  }

  #contato form {
    padding: 2rem 3rem;
  }
}

@media screen and (max-width: 991px) {
  .menu-desk {
    display: none;
  }

  #nav.active #menu {
    display: block;
    visibility: visible;
    overflow-y: auto;
    height: calc(100vh - 70px);
  }

  #menu {
    position: absolute;
    width: 100%;
    top: 90px;
    right: 0;
    background: #105ec8;
    display: block;
    z-index: 9999;
    height: 0;
    transition: 0.5s;
    visibility: hidden;
    overflow-y: hidden;
    padding-top: 1rem;
  }

  #menu a {
    padding: 1rem 0;
    margin: 0 1rem;
    font-size: 20px;
  }

  #btn-mobile {
    display: flex;
    padding: 0.5rem 1rem;
    font-size: 25px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    gap: 0.5rem;
  }

  #hamburguer {
    width: 20px;
    border-top: 2px solid #fff;
  }

  #hamburguer:after,
  #hamburguer::before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin-top: 5px;
    transition: 0.3s;
    position: relative;
  }

  #nav.active #hamburguer {
    border-top-color: transparent;
  }

  #nav.active #hamburguer::before {
    transform: rotate(135deg);
  }

  #nav.active #hamburguer::after {
    transform: rotate(-135deg);
    top: -7px;
  }

  .menu .nav-item {
    justify-content: center;
  }

  header .navbar-brand img {
    padding-bottom: 0;
  }

  header .nav-link.btn-primario {
    max-width: 300px !important;
  }

  header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, -21% 100%);
  }

  header main {
    padding-top: 3rem;
  }

  header h1 {
    font-size: 40px;
  }

  header h5 {
    margin: 2rem 0;
  }

  header h1,
  header h5,
  #desafios,
  #contato h2,
  #contato p,
  footer small {
    text-align: center;
  }

  header .btn-primario {
    margin: 0 auto 3rem;
    display: block;
    text-align: center;
    max-width: 190px;
  }

  header#sobre-apigee main {
    padding: 6em 0;
  }

  header#sobre-apigee img {
    padding: 0;
  }

  #beneficios p,
  #contato p {
    margin-bottom: 2rem !important;
  }

  #desafios p {
    margin: 0 auto;
  }

  #desafios img {
    margin: 2rem auto;
    width: 70% !important;
  }

  .mtt {
    margin-top: 0 !important;
  }

  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }

  #contato {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  }

  footer small {
    display: block;
    margin-bottom: 1rem;
  }

  footer .social {
    justify-content: center;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  header main {
    padding-top: 5rem;
  }

  header h1 {
    font-size: 38px;
  }

  header h1 img {
    height: 39px;
  }
}
