.kont{
    max-width: 1200rem;
    margin: 0 auto;
}
.main-layout {
  display: flex;
  width: 100%;
  height: 100%;
   /*height: 100vh; o lo que necesites */
}
.sidebar {
  width:0%
  
  background-color: #dedede; /* color opcional */
  padding: 1rem;
}
.content {
  width:100%
  background-color: #dedede; /* color opcional */
  padding: 1rem;
}


body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #1c1c1c;
}

.company-info-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

.overview-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 30px;
}

.overview-card h1 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #333333;
}

.overview-card p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

.overview-card strong {
  font-weight: 600;
}

.global-presence {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-top: 1rem;
}

.global-presence h2 {
  font-size: 1.5rem;
  margin-bottom: 16px;
  color: #2a2a2a;
}

.global-presence p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}

.business-areas {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-top: 1rem;
}

.business-areas h2 {
  font-size: 1.5rem;
  margin-bottom: 16px;
  color: #2a2a2a;
}

.business-areas p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 16px;
}

.business-areas ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.business-areas li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #444;
  line-height: 1.5;
}