/* ===== Estilo global ===== */
body {
  font-family: 'DINNextW01-Light', sans-serif;
}

/* ===== Estilo Geral de Secções ===== */
.section {
  padding: 20px 20px;
  text-align: center;
}

h2 {
  font-size: 24px;
  font-weight: 400;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
}

h3 {
  font-size: 20px;
  font-weight: 300;
  color: #555;
  margin-top: 5px;
  margin-bottom: 30px;
}

/* ===== Texto de apresentação ===== */
.content-section p {
  font-size: 16px;
  color: #444;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 1rem;
}

ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  text-align: left;
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 14px;
  color: #444;
  font-weight: 300;
}

/* ===== Destaques ===== */
.highlight {
  font-weight: bold;
}

/* ===== Título das secções internas ===== */
.section-title {
  font-size: 25px;
  font-weight: bold;
  color: #555;
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

/* ===== Contactos ===== */
.contact-section {
  padding: 60px 20px;
}

.contact-info {
  font-size: 15px;
  margin-bottom: 20px;
}

.form-control {
  border-radius: 0;
  border: 1px solid #999;
}

.btn-custom {
  background-color: #999;
  color: #fff;
  border: none;
  border-radius: 0;
}

.btn-custom:hover {
  background-color: #777;
}

/* ===== Navbar geral ===== */
nav.navbar {
  background-color: white !important;
  border: none;
  box-shadow: none;
  margin-top: 50px;
  margin-bottom: 30px;
}

.navbar-nav {
  line-height: 29px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  gap: 20px;
}

.navbar-nav .nav-link {
  font-size: 32px;
  font-weight: 500;
  color: #a4a4a4 !important;
  margin: 0;
  padding: 0;
}

.navbar-nav .nav-link.active {
  color: #000 !important;
}

/* Mostrar dropdown ao passar o mouse */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}

/* Estilo dropdown */
.dropdown-menu {
  background-color: white;
  border: none;
  box-shadow: none;
  margin-top: 0;
  padding: 0.5rem 1rem;
}

.dropdown-menu .dropdown-item {
  color: #a4a4a4;
  font-size: 32px;
  font-weight: 500;
  padding: 0.3rem 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #a4a4a4;
}

/* ===== Kefofo por cima de "Compras On-line" — alinhado ===== */
.nav-compras {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin: 0 20px;
  padding-top: 12px;
  text-align: center;
  line-height: 1;
}

.nav-compras img {
  width: 146px;
  height: 37px;
  margin-bottom: 2px;
}

.nav-compras .nav-link {
  font-size: 32px;
  font-weight: 500;
  color: #a4a4a4 !important;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.main-logo {
  width: 643px;
  height: 445px;
  margin: 0 auto;
}

/* ===== Rodapé ===== */
footer {
  font-size: 0.9rem;
  background-color: white;
  color: #888;
  text-align: left;
  padding: 1rem 0;
  border-top: 1px solid #eee;
}

.content-section {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

img.img-fluid,
.video-box {
  width:"100%";
  height:"100%";
  border-radius: 6px;
  object-fit: cover;
}

/*.video-box {
  aspect-ratio: 16 / 9;
}*/

.ratio iframe {
  border-radius: 6px;
}

img.no-rounded {
  border-radius: 0 !important;
}
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  background-color: transparent !important;
  color: #000 !important; 
}

body, p, li, div {
  text-align: justify !important;
  text-justify: inter-word;
}
