/* Custom styles for A Formiguinha */
header.masthead {
  position: relative;
}

/* Logo na barra de navegação */
#mainNav .navbar-brand img {
  height: 50px;
  transition: height 0.3s ease-in-out;
}

#mainNav.navbar-shrink .navbar-brand img {
  height: 30px;
}


#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 0.7rem;
  font-weight: bold;
}

@media (min-width: 1200px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
  }

  #mainNav .navbar-brand img {
    height: 60px;
  }

  #mainNav.navbar-shrink .navbar-brand img {
    height: 40px;
  }
}

@media (min-width: 1400px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 1.1rem;
  }

  #mainNav .navbar-brand img {
    height: 70px;
  }

  #mainNav.navbar-shrink .navbar-brand img {
    height: 50px;
  }
}

/* Estilo para destacar o link de inauguração */
.highlight-nav {
  color: #ffc800 !important;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 4px;
  background-color: rgba(255, 200, 0, 0.15);
}

.navbar-nav .nav-link:hover .highlight-nav {
  background-color: rgba(255, 200, 0, 0.3);
}

/* Estilos para os preços dos pacotes */
.portfolio-caption-prices {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.price-regular {
  display: none;
}

.price-promo {
  position: relative;
  background-color: #ffc800;
  color: #212529;
  font-size: 2rem;
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: 40px;
}

.price-promo::before {
  content: 'PROMOÇÃO!';
  position: absolute;
  top: -15px;
  left: 30%;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #dc3545;
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
  transform: rotate(15deg);
}

.modal-img-small {
  max-width: 60% !important;
  margin: 0 auto;
}

/* Ensure buttons have proper font styling */
.portfolio-caption .btn,
.modal-body .btn {
  font-family: "Fresca", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  letter-spacing: 0.0625em;
}

.portfolio-modal .modal-content p {
  margin-bottom: 0rem;
}
