* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
  background-color: #000080;
  color: #333;
}

.minha-navbar {
  background-color: #000080 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.minha-navbar .navbar-brand img {
  width: 200px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain;
}

.minha-navbar .navbar-menu .navbar-item {
  color: white !important;
  font-weight: bold !important;
}


.minha-navbar .navbar-brand,
.minha-navbar .navbar-brand img {
  pointer-events: none !important; 
}

.minha-navbar .navbar-brand:hover {
  background: transparent !important;
}

.minha-navbar .navbar-menu .navbar-item:hover {
  background: transparent !important;
  color: white !important;
}

.feature-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
}

.feature-card img {
  width: auto;
  height: 250px !important;
  max-width: none !important;
  object-fit: contain;
}

.feature-card h3 {
  flex-grow: 1;
  font-size: 1.2rem;
}

.feature-card p {
  flex-grow: 2;
  margin-bottom: 1rem;
}

#pricing-section {
  background-color: #C5CAE9;
  padding: 1.5rem 0rem 1.5rem 0rem;
}

#pricing-section h2 {
  font-size: 2rem;
  color: #000080;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}

#pricing-section p {
  font-size: 1.5rem;
  color: #000080;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}

.card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-content {
  flex: 1; 
  display: flex;
  flex-direction: column;
}

.card-content ul {
  text-align: center;
  list-style: none;
  padding: 0;
  min-height: 8rem !important;
}

.card-content ul li {
  margin-bottom: 0.2rem;
  font-weight: bold;
  color: #000080;
}

.card-content h1.price {
  font-size: 2.5rem;
  font-weight: bold;
  color: #00ff00;
  text-align: center;
}

.card {
  min-height: 300px;
}

footer {
  background-color: #000080 !important;
}

.menu-docs {
  background-color: #fff !important;
}

.doc-section {
  margin: 0rem 0rem 0.5rem 0rem;
}

.visible {
  display: block;
}

.invisible {
  display: none;
}

.section-register {
  background-image: url("/img/cadastro.png");
  background-size: cover;
  min-height: 200px;
}

.transparent-card {
  opacity: 0.9;
}

.campo-invalido {
  border: 1px solid #f00;
}

#error-area {
  color: #f00;
  font-weight: bold;
  text-align: center;
}

.padding-supinf {
  margin: 2rem 0rem 2rem 0rem;
  color: white;
}

.container-nome-empresa {
  padding: 0rem 0rem 0rem 3rem !important;
}

.top-menu-bar {
  display: block;
  width: 100%;
  background-color: #000080 !important; 
}

section.features div.container h2 {
  color: white;
}

h1.title {
  color: white;
}