/* ===================================
   MENU
=================================== */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

h1, h2, h3 {
  font-family: "Bebas Neue", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
}

.navbar-brand {
  font-size: 1.3rem;
}

.navbar .nav-link {
  color: #333 !important;
  font-weight: 500;
  margin-left: 20px;
  transition: color 0.3s;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #0056b3 !important;
}

svg {
  margin-right: 5px;
}

.logo-gomesRj {
  width: 130px;
}

/* ===================================
   TIPOGRAFIA BASE E RESPONSIVA
=================================== */
h1 {
  font-size: 3rem; /* Desktop grande */
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 600;
}

h3 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
}

p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

/* LG (até 1199px) */
@media (max-width: 1199px) {
  h1 { font-size: 2.7rem; }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.5rem; }
  p  { font-size: 0.95rem; }
}

/* MD (até 992px) */
@media (max-width: 992px) {
  h1 { font-size: 2.4rem; }
  h2 { font-size: 1.8rem; }
  h3 { font-size: 1.4rem; }
  p  { font-size: 0.9rem; }
}

/* SM (até 767px) */
@media (max-width: 767px) {
  h1 { font-size: 2rem; text-align: center; }
  h2 { font-size: 1.6rem; text-align: center; }
  h3 { font-size: 1.3rem; text-align: center; }
  p  { font-size: 0.85rem; text-align: center; }
}

/* XS (até 575px) */
@media (max-width: 575px) {
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.4rem; }
  h3 { font-size: 1.2rem; }
  p  { font-size: 0.8rem; }
}

/* XXS (até 360px) */
@media (max-width: 360px) {
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.2rem; }
  h3 { font-size: 1.05rem; }
  p  { font-size: 0.75rem; }
}

/* ===================================
   CARDS
=================================== */
.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #eee;
  transition: transform 0.2s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding: 1.25rem;
}

.card-title {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  min-height: 48px;
  color: #202020;
}

.card-text {
  flex-grow: 1;
  margin-bottom: 1rem;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5D5D5D;
}

.card img {
  height: 200px;
  object-fit: contain;
  object-position: center;
  padding: 10px;
}

.card .text-success {
  text-align: center;
  font-size: 1.25rem;
  margin-top: 0.5rem;
}

.card .d-flex {
  justify-content: space-between;
  margin-top: auto;
}

/* ===================================
   BOTÕES
=================================== */
.card .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 40px;
  font-size: 14px;
  border-radius: 6px;
  text-align: center;
  padding: 8px;
  margin-inline: 4px;
}

.btn-primary {
  background-color: #0B2B64;
}

.btn-primary:hover {
  background-color: #124295;
}

/* ===================================
   ENTREGAS
=================================== */
#entregas-rj {
  padding-block: 90px;
}

.titulo-entregas {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  line-height: 1.2;
}

.texto-entregas {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

.mapa-rj {
  max-width: 90%;
  border-radius: 8px;
}

/* ===================================
   FOOTER
=================================== */
footer {
  background-color: #00B38A;
  padding-block: 80px;
}

footer p {
  color: #000E26;
  font-family: "Roboto", sans-serif;
}

footer h5 {
  color: #000E26;
  font-family: "Poppins", sans-serif;
}

/* ===================================
   RESPONSIVIDADE
=================================== */

/* LG */
@media (max-width: 1199px) {
  .navbar-brand {
    font-size: 1.2rem;
  }

  .navbar .nav-link {
    font-size: 0.95rem;
  }

  .card-title {
    font-size: 1.1rem;
  }

  .card .text-success {
    font-size: 1.15rem;
  }

  .titulo-entregas {
    font-size: 2.2rem;
  }

  .texto-entregas {
    font-size: 0.95rem;
  }

  #entregas-rj {
    padding-block: 70px;
  }
}

/* MD */
@media (max-width: 992px) {
  .navbar-brand {
    font-size: 1.1rem;
  }

  .navbar .nav-link {
    font-size: 0.9rem;
  }

  .card-title {
    font-size: 1.05rem;
  }

  .card-text {
    font-size: 0.9rem;
  }

  .card .text-success {
    font-size: 1.1rem;
  }

  .card-body {
    padding: 1rem;
  }

  .titulo-entregas {
    font-size: 2rem;
    text-align: center;
  }

  .texto-entregas {
    font-size: 0.9rem;
    text-align: center;
  }

  #entregas-rj {
    padding-block: 60px;
  }

  footer {
    padding-block: 60px;
  }
}

/* SM */
@media (max-width: 767px) {
  .navbar-brand {
    font-size: 1rem;
  }

  .navbar .nav-link {
    font-size: 0.9rem;
    margin-left: 15px;
  }

  .card-title {
    font-size: 1rem;
  }

  .card-text {
    font-size: 0.85rem;
  }

  .card .text-success {
    font-size: 1rem;
  }

  .card-body {
    padding: 0.9rem;
  }

  .card img {
    height: 180px;
  }

  .titulo-entregas {
    font-size: 1.8rem;
  }

  .texto-entregas {
    font-size: 0.85rem;
  }

  #entregas-rj {
    padding-block: 50px;
  }

  footer {
    text-align: center;
    padding-block: 50px;
  }

  footer p {
    text-align: center !important;
  }
}

/* XS */
@media (max-width: 575px) {
  .navbar-brand {
    font-size: 0.95rem;
  }

  .navbar .nav-link {
    font-size: 0.85rem;
    margin-left: 10px;
  }

  .card-title {
    font-size: 0.95rem;
  }

  .card-text {
    font-size: 0.8rem;
  }

  .card .text-success {
    font-size: 0.95rem;
  }

  .card-body {
    padding: 0.8rem;
  }

  .card img {
    height: 160px;
  }

  .titulo-entregas {
    font-size: 1.6rem;
  }

  .texto-entregas {
    font-size: 0.8rem;
  }

  #entregas-rj {
    padding-block: 40px;
  }

  footer {
    padding-block: 40px;
  }

  footer h5 {
    font-size: 1rem;
  }

  footer p {
    font-size: 0.85rem;
  }
}

/* XXS */
@media (max-width: 360px) {
  .navbar-brand {
    font-size: 0.9rem;
  }

  .navbar .nav-link {
    font-size: 0.8rem;
  }

  .card-title {
    font-size: 0.9rem;
  }

  .card-text {
    font-size: 0.75rem;
  }

  .card .text-success {
    font-size: 0.9rem;
  }

  .card-body {
    padding: 0.7rem;
  }

  .card img {
    height: 140px;
  }

  .titulo-entregas {
    font-size: 1.4rem;
  }

  .texto-entregas {
    font-size: 0.75rem;
  }

  #entregas-rj {
    padding-block: 35px;
  }

  footer {
    padding-block: 35px;
  }

  footer h5 {
    font-size: 0.95rem;
  }

  footer p {
    font-size: 0.8rem;
  }
}


