/*
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: 2.0
*/

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

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

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

/* Header Logo */
.header-logo {
  max-height: 50px;
  width: auto;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

.header-logo:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .header-logo {
    max-height: 40px;
  }
}

/* Botão outline light para header */
.btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  background-color: transparent;
}

.btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
}
