.container-background.col-12 {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #161853;
    --bs-secondary: #F9AEC2;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #FFF;
    --bs-dark: #161853;
    --bs-primary-rgb: 22, 24, 83;
    --bs-secondary-rgb: 249, 174, 194;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 255, 255, 255;
    --bs-dark-rgb: 22, 24, 83;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Raleway, sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-style-family-duotone: "Font Awesome 6 Duotone";
    --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
    --fa-style-family-classic: "Font Awesome 6 Pro";
    --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
    --menu-height: 123px;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    text-align: var(--bs-body-text-align);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    --bs-bg-opacity: 1;
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 100%; /* Establece el ancho al 100% */
    height: 100%;
    position: absolute;
}
.image-container {
    position: relative;
}

.hover-effect {
    transition: all 0.3s ease;
}

.image-container:hover .hover-effect {
    filter: brightness(0.5);
    background-color: rgba(143, 37, 85, 0.5);
}

.component-slider-ss, 
.slider-nav-dot {
  background-color: #8F2555;
}

.component-slider-ss, 
.gallery-ss {
  position: relative;
  margin-bottom: 54px;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: rgb(231, 215, 201) !important;
}

.component-slider-ss .slider-ss .tns-nav .tns-nav-active,
.gallery-ss .slider-ss .tns-nav .tns-nav-active {
  background-color: #8F2555;
}

.component-slider-ss .slider-ss .tns-nav button,.gallery-ss .slider-ss .tns-nav button {
    background-color: rgb(231, 215, 201) !important;
    border: 0;
    border-radius: 50%;
    margin: 0 3px;
    padding: 7px
}