@media (max-width: 4000px) {
  /*4k*/
  .navigation.nav-block.secondary-navigation.nav-right {
    display: none;
  }
}
@media (max-width: 1920px) {
  /*2k*/
}
@media (max-width: 1440px) {
  /*Macbook*/
}
@media (max-width: 1366px) {
  /*Notebook*/
  .column.width-8.tms-perspective {
    margin-top: 95px;
  }
}
@media (max-width: 1280px) {
  /*Galaxy Tab 10.1 horizontal*/
  .navigation.nav-block.secondary-navigation.nav-right {
    display: block;
  }
  .column.width-4.tmh-perspective {
    margin-top: 115px;
  }
  .section-block.featured-media.window-height {
    height: 940px !important;
  }
}
@media (max-width: 1024px) {
  /*Ipad horizontal*/
}
@media (max-width: 800px) {
  /*Tablet vertical*/
  .no-800 {
    display: none;
  }
  .no-mobile {
    display: none;
  }
  .tms-slides.slide-hero {
    height: 940px;
    width: 100%;
  }
  .tms-fullscreen .tms-slide > img,
  .tms-slide.tms-forcefit > img,
  .tms-slide > video + img {
    height: 940px !important;
  }
  .column.width-4.tmh-perspective {
    padding: 0px 130px;
  }
  .box-apax {
    margin-top: 80px;
  }
  .img-apax {
    display: none;
  }
  .tabs.vertical .tab-panes {
    width: 75%;
  }
  #planos {
    margin-top: 30px;
  }
  .pax-footer {
    font-size: 100px;
    line-height: 80px;
  }
  .footer-top.two-columns-on-tablet > .row > [class*="width-"] {
    width: 50% !important;
  }
  div#modal-popup {
    max-width: 60% !important;
    left: 20%;
  }
}
@media (max-width: 768px) {
  /*Ipad vertical*/
}
@media (max-width: 502px) {
  /*Iphone 6 Plus */
  #home {
    background-image: url(../images/slider/4.jpg);
  }
  .section-block.featured-media.window-height {
    height: 670px !important;
  }
  .tms-slides.slide-hero {
    height: 670px !important;
    width: 100%;
  }
  .column.width-4.tmh-perspective {
    display: none;
  }
  .tms-fullscreen .tms-slide > img,
  .tms-slide.tms-forcefit > img,
  .tms-slide > video + img {
    display: none;
  }
  .tab-nav {
    width: 100% !important;
    padding: 35px 20px 0px;
    background-color: #f6f6f6 !important;
  }
  .tab-panes.left {
    width: 100% !important;
    padding: 60px 40px !important;
    height: auto !important;
  }
  .pricing-table.rounded.large.style-1.columns-3.mb-0.horizon {
    animation: none !important;
  }
  .footer-top.two-columns-on-tablet > .row > [class*="width-"] {
    width: 100% !important;
  }
  .contact-form-container {
    background-color: #fff;
    padding: 70px 25px;
  }
  .ul-down {
    list-style: none;
    display: inline-grid;
  }
  div#modal-popup {
    max-width: 80% !important;
    left: 10%;
  }
}
@media (max-width: 375px) {
  /*Iphone 6*/
}
@media (max-width: 360px) {
  /*Moto G*/
  .tms-caption.mb-30.color-white.no-scale {
    font-size: 50px;
  }
}
@media (max-width: 320px) {
  /*Iphone 5 */
}
