@charset "UTF-8";
.parceiros-categoria {
  width: 100%;
  background-color: #f0eeec;
  padding-bottom: 2rem;
}

.parceiros-categoria__titulo {
  text-align: center;
  padding: 1.5rem 1rem;
  margin: 0;
  color: #40332b;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.parceiros-categoria-item {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.parceiros-categoria-item__row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.parceiros-categoria-item__media {
  width: 276px;
  height: 155px;
  flex-shrink: 0;
  background-color: #fff;
  overflow: hidden;
}
.parceiros-categoria-item__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.parceiros-categoria-item__body {
  flex: 1;
  min-width: 0;
}

.parceiros-categoria-item__nome {
  font-size: 22px;
  color: #5b4c3f;
  margin: 0 0 8px;
  font-weight: 400;
}

.parceiros-categoria-item__meta {
  margin: 3px 0;
  color: #666;
  font-size: 15px;
}

.parceiros-categoria-item__link-wrap {
  margin: 12px 0 15px;
}

.parceiros-categoria-item__festas-link {
  color: #5b4c3f;
  text-decoration: none;
  font-weight: 700;
}
.parceiros-categoria-item__festas-link:hover {
  text-decoration: underline;
}

.parceiros-categoria-item__social {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.parceiros-categoria-item__social a {
  color: #5b4c3f;
  font-size: 20px;
  line-height: 1;
}
.parceiros-categoria-item__social a:hover {
  color: #40332b;
}

.parceiros-categoria__loader {
  height: 1px;
  margin-top: 20px;
}

.parceiros-categoria__loading {
  color: #666;
  font-size: 15px;
}

.parceiro-show {
  background-color: #f0eeec;
}

.parceiro-show__info {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.parceiro-show__img-placeholder {
  background: #efefef;
  min-height: 155px;
}

.evento-img--placeholder {
  height: 315px;
  background: #e9ecef;
}

[x-cloak] {
  display: none !important;
}

@media (max-width: 767px) {
  .parceiros-categoria-item__row {
    flex-direction: column;
  }
  .parceiros-categoria-item__media {
    width: 100%;
    max-width: 276px;
  }
}
/* Estilos para o layout do Buffet Mundo Mágico */
.eventos-gallery {
  padding-bottom: 3rem;
}

.evento-card {
  transition: transform 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  position: relative;
}

.evento-card:hover {
  transform: translateY(-5px);
}

/* Container da imagem e overlay */
.evento-img-container {
  position: relative;
  overflow: hidden;
}

.evento-img {
  height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: transform 0.5s ease;
}

/* Badge de visualizações */
.views-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 14px;
  z-index: 5;
}

/* Overlay */
.evento-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
  padding: 20px;
}

.evento-img-container:hover .evento-overlay {
  opacity: 1;
}

.evento-img-container:hover .evento-img {
  transform: scale(1.1);
}

.evento-overlay-content {
  text-align: center;
  color: white;
}

.evento-title-overlay {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}

.evento-date-overlay {
  font-size: 16px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.btn-ver-album {
  display: inline-block;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-ver-album:hover {
  background-color: white;
  color: #333;
}

/* Estilos para as informações */
.evento-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.evento-date {
  font-size: 14px;
  color: #666;
}

/* Linha decorativa */
.evento-separator {
  height: 3px;
  width: 40px;
  background-color: #f0c040;
  margin: 10px auto 0;
}

/* Link para todo o card */
.card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}

/* Estilos do cabeçalho do buffet */
.buffet-header {
  padding: 2rem 0;
  background-color: white;
  margin-bottom: 2rem;
}

.social-icons a {
  color: #666;
  font-size: 18px;
  margin-right: 15px;
  transition: color 0.2s ease;
}

.social-icons a:hover {
  color: #007bff;
}

/* Estilos para paginação e carregamento */
.infinite-scroll-component {
  overflow: hidden !important;
}
