.component-slider-ss .slider-ss .tns-nav button, .gallery-ss .slider-ss .tns-nav button {
    background-color: #bbe0ef !important;
    border: 0;
    border-radius: 50%;
    margin: 0 3px;
    padding:7px
}

.component-slider-ss .slider-ss .tns-nav .tns-nav-active, .gallery-ss .slider-ss .tns-nav .tns-nav-active {
  background-color:rgb(6, 131, 255) !important
}

:root {
    --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: #001689;
    --bs-secondary: #001689;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #001689;
    --bs-primary-contrast: #fff;
    --bs-secondary-contrast: #fff;
    --bs-primary-rgb: 0, 22, 137;
    --bs-secondary-rgb: 0, 22, 137;
    --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: 248, 249, 250;
    --bs-dark-rgb: 0, 22, 137;
    --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: "Lato", sans-serif;
    --bs-body-font-size: 0.9rem !important;
    --bs-body-font-weight: 300 !important;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

*, * ::before, * ::after {
    box-sizing:border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior:smooth
    }
}

body {
    margin: 0;
    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);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity:0.25
}

hr:not([size]) {
    height:1px
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: bold !important;
    line-height:1.2
}

h1, .h1 {
    font-size:calc(1.5rem + 1.5vw) !important
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size:2.5rem !important
    }
}

h2, .h2 {
    font-size:calc(1.4rem + 0.9vw) !important
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size:2rem
    }
}

h3, .h3 {
    font-size:calc(1.3rem + 0.6vw) !important
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size:1.75rem !important
    }
}

h4, .h4 {
    font-size:calc(1.2rem + 0.3vw)
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size:1.5rem !important
    }
}

h5, .h5 {
    font-size:1.1rem !important
}

h6, .h6 {
    font-size:1rem !important
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items:left !important;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius:calc(0.3rem - 1px)
}
.align-items-center {
    align-items:left !important
}
.text-center {
    text-align:left !important
}

.component-slider-ss .slider-ss .control li, .gallery-ss .slider-ss .control li {
    align-items: center;
    aspect-ratio: 1;
    background: #bbe0ef !important;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: absolute;
    transform: translateY(-50%);
    width: 48px;
    z-index:99
}

.component-slider-ss .slider-ss .control li:hover, .gallery-ss .slider-ss .control li:hover {
    background:rgb(6, 131, 255) !important
}

.aviso-cookies .boton {
        width: 100%;
        background: #001689 !important;
        border: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        padding: 15px 20px;
        font-weight: 700;
        cursor: pointer;
        transition: .3s ease all;
        border-radius: 5px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .aviso-cookies .boton:hover {
       background: #001689 !important
    }