/*
Theme Name: Clube de Vantagens
Theme URI: https://instagram.com/davirs10
Author: Davi Rodrigues da Silva
Author URI: https://instagram.com/davirs10
Description: Tema personalizado para Clube de Vantagens em WP - Design moderno e responsivo
Version: 5.22
*/

/* Estilos principais estão em /assets/css/theme-main.css */

/* Estilos específicos do Swiper */
.swiper {
  width: 100%;
  max-width: 100%;
  padding: 30px 0;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

/* Header Logo */
.header-logo {
  display: block;
  max-height: 42px;
  width: auto;
  max-width: min(100%, 220px);
  object-fit: contain;
  filter: none;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.site-header__brand:hover .header-logo {
  opacity: 0.85;
  transform: none;
}

@media (max-width: 768px) {
  .header-logo {
    max-height: 34px;
    max-width: min(100%, 180px);
  }
}

