@import url('https://fonts.googleapis.com/css2?family=Bowlby+One+SC&display=swap');

@font-face {
  font-family: MazzardH;
  src: url(../fonts/MazzardH-Bold.otf);
}

/* Eliminado: .nav-link y .nav-link:hover ya están en components/header.php */

a {
  text-decoration: none;
}

.accordion-button:not(.collapsed) {
  background-color: #753f45;
  color: white;
}

.accordion-button::after {
  filter: brightness(0) invert(1);
}

.accordion-item {
  border: 0px solid #000000;
}

.modificar-button {
  background: linear-gradient(90deg, #a70016 0%, #880012 64%);
  color: white;
  border: none;
  padding: 8%;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
  transition: background 0.6s ease, box-shadow 0.4s ease, color 0.6s ease;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.modificar-button:hover {
  background: linear-gradient(90deg, #a51c2f 0%, #d10d27 64%);
  color: white;
  box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.6);
}

.services_scufpe {
  border-radius: 16px 16px 0px 16px; 
  background-color: rgba(221, 221, 221, 0.8);
  min-height: 100%;

  transition: background-color 0.3s ease, color 0.3s ease;
}

.services_scufpe:hover {
  background-color: rgb(233, 85, 100, 0.8);
}

/* .card {
  background-color: #202327;
  border-color: rgb(66, 66, 66);
} */

::-webkit-scrollbar-thumb {
  background-color: #e9818b;
  border-radius: 16px;
}

::-webkit-scrollbar {
  border-radius: 16px;
  width: 8px;
  height: 8px;
}

::-webkit-slider-thumb:hover {
  background: #dc3545;
}

::selection {
  background-color: #e95564;
}

.slider-vertical {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease-in-out;
  overflow-y: scroll;
  scroll-behavior: smooth;
  max-height: 829px;
  margin: 0;
}

.slider-horizontal {
  display: flex;
  transition: transform 0.3s ease-in-out;
  overflow-x: scroll;
  scroll-behavior: smooth;
  width: 100%;
  margin: 0;
}

.slider-item {
  width: 10%;
  margin: 0 2px;
  padding: 5px;
  text-align: center;
  flex-shrink: 0;
}

.slider-item img {
  width: 100%;
}

.modings-img img {
  width: 15%;
}

.bg-scuf-dark {
  background-color: #1a1a1a;
  color: white;
}

.bg-granate {
  background-color: #70010F;
  color: white;
}

.bowlby-one-sc-regular {
  font-family: "Bowlby One SC", serif;
}

.index-cards-controller {
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.index-cards-controller:hover {
  background-color: #EDEDED;
}

.index-cards-controller:hover h4 {
  color: #222323;
}

.index-cards-controller:hover img {
  transform: scale(1.1);
}

.index-cards-services {
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.index-cards-services:hover {
  background-color: #B91827;
  color: white;
}

.index-cards-services:hover h4 {
  color: rgb(255, 255, 255);
}

.index-cards-services:hover img {
  transform: scale(1.1);
}

/* Eliminado: .header-transparent - Ya no se usa, header siempre tiene fondo */

.scufcolor-text-gold {
  color: #F9B016;
}

.scufcolor-text-red {
  color: #B91827;
}

.scufcolor-text-light {
  color: #EDEDED;
}

.scufcolor-bg-dark {
  background-color: #222323;
  color: white;
}

.scufcolor-bg-more-dark {
  background-color: #181a18;
  color: white;
}

.scufcolor-bg-dark-light-1 {
  background-color: #353538;
  color: white;
}

.scufcolor-bg-dark-light-2 {
  background-color: #4A4A49;
}
.scufcolor-bg-red {
  background-color: #B91827;
}

.card-img-anim-scuf {
  overflow: hidden;
}

.card-img-anim-scuf img {
  object-fit: cover;
  transition: transform 0.3s ease;
}

.card-img-anim-scuf:hover img {
  transform: scale(1.05);
}

.hover-text-white:hover {
  color: white;
}

.btn-scuf-customize-cat {
  border: #dbdbdb 1px solid;
}

.btn-scuf-customize-cat:hover {
  border: #fca9a9 1px solid;
}

.btn-scuf-customize-cat img {
  transition: all ease-in-out 0.2s;
}

.btn-scuf-customize-cat img:hover {
  transform: scale(1.2);
}

h1, h2, h3, h4, h5, h6 {
  font-family: MazzardH !important;
}

#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}