@charset "UTF-8";
/*-----------------------------------------------------------------------------------

  CUSTOM RESPONSIVE CSS CNX NOVA ODESSA

-----------------------------------------------------------------------------------*/



@media (max-width: 575px) {

.modal-content {
    max-width: 380px !important;
}

  .hero__content-2 h4 {
    padding-right: 20%;
    margin-bottom: 10px;
}

  div.about__content a.botao-contato {
    width: 100%;
  }

  div.about__content a.botao-wp {
    margin-top: 5px;
    width: 100%;
  }

    .sidebar__close {
      position: absolute;
      top: 15px;
      right: 60px;
    } 

    .sidebar__close-btn {
      left: 10%;
      transform: translateX(10%);
    }
    .hero__content-wrapper {
        margin-top: 120px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu-2 ul li:not(:first-child) {
    margin-left: 20px;
  }
}