/*

Template: Sofbox - Responsive Software Landing Page
Author: iqonicthemes.in
Version: 3.0
Design and Developed by: iqonicthemes.in

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. Please do not change anything here! write in a custom.css file if required!

*/

/* Impede scroll lateral sem travar o menu mobile */
html, body {
  overflow-x: hidden;
}

/* Garante que o menu possa abrir e fechar normalmente */
.navbar-collapse {
  transition: height 0.35s ease;
}

.navbar-collapse.show {
  overflow-x: visible !important;
}

/* Corrige animação durante a transição do menu */
.collapsing {
  overflow: hidden !important;
  transition: height 0.35s ease;
}

/* Espaçamento entre as caixas de planos no mobile */
@media (max-width: 767.98px) {
  .iq-price-table .col-md-4 {
    margin-bottom: 20px;
  }
}
