@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply antialiased;}}@layer components{.btn{@apply px-4 py-2 rounded-lg font-semibold transition-colors duration-200;}.btn-primary{@apply bg-blue-600 text-white hover:bg-blue-700;}.btn-secondary{@apply bg-gray-600 text-white hover:bg-gray-700;}.card{@apply bg-white rounded-lg shadow-md overflow-hidden;}.card-header{@apply px-6 py-4 border-b border-gray-200;}.card-body{@apply p-6;}.badge{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium;}.badge-moros{@apply bg-moros-100 text-moros-800;}.badge-cristianos{@apply bg-cristianos-100 text-cristianos-800;}}.hero-section{background:linear-gradient(135deg,#8b0000,#c19a6b)}.text-gradient{background:linear-gradient(135deg,#8b0000,#c19a6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fade-in-up .6s ease-out}.swiper-button-next,.swiper-button-prev{color:#8b0000}.swiper-pagination-bullet-active{background:#8b0000}
