.elementor-3155 .elementor-element.elementor-element-43e398e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3155 .elementor-element.elementor-element-beb961c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bc8daca *//* CSS – Estilização dos cards */

.nollu-nordeste-pacotes {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.nollu-nordeste-pacotes .title {
  font-family: 'Sintony', sans-serif;
  font-size: 28px;
  margin-bottom: 30px;
  color: #012b1c; /* Verde escuro da identidade Nollu */
}

.cards-container {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.nollu-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  width: calc(33.333% - 16px);
  min-width: 260px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nollu-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 30px rgba(0,0,0,0.15);
}

.nollu-card .image {
  width: 100%;
  padding-top: 60%;
  background-position: center;
  background-size: cover;
}

.nollu-card .info {
  padding: 16px;
  text-align: left;
}

.nollu-card .location {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #012b1c;
}

.nollu-card .dates {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: #555;
}

.nollu-card .price {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  color: #ff6600;
  font-weight: bold;
}

@media (max-width: 960px) {
  .nollu-card {
    width: calc(50% - 12px);
  }
}

@media (max-width: 600px) {
  .nollu-card {
    width: 100%;
  }
}/* End custom CSS */