@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}


html,
body {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
}

body {
    /*padding-top: 71px;*/
    font-family: "Outfit", sans-serif;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 71px;
        /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }
}



.bg-purple {
    background-color: #6f42c1;
}

.navbar {
    transition: all 0.5s;
}

.navbar-scrolled {
    background-color: black;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
}

.dark-link{
    color: #524f5b;
    text-decoration: none;
}
.dark-link:hover{
    color: black;
    text-decoration: underline;
}

/* Very Small devices (less than 576px) */
h1,
.h1 {
    font-size: calc(1rem + 0.5vw);
}

@media (max-width: 575px) {
    h3 {
        font-size: 1rem;
    }
}

.carousel-caption {
    position: absolute;
    right: 15%;
    left: 15%;
    /*bottom: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;*/
    top: 30%;
    bottom: 10%;
    padding-top: 0%;
    padding-bottom: 0%;
    color: #fff;
    text-align: center;
}

.carousel-caption-prods {
    position: absolute;
    right: 15%;
    bottom: 20%;
    left: 15%;
    /*padding-top: 1.25rem;
    padding-bottom: 1.25rem;*/
    color: #fff;
    text-align: center;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    h1,
    .h1 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.2rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    h1,
    .h1 {
        font-size: 2.3rem;
    }

    h3 {
        font-size: 1.8rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    h1,
    .h1 {
        font-size: 3.6rem;
    }

    h3 {
        font-size: 2.2rem;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    h1,
    .h1 {
        font-size: 4.5rem;
    }

    h3 {
        font-size: 3rem;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

    h1,
    .h1 {
        font-size: 5rem;
    }

    h3 {
        font-size: 3.5rem;
    }

    /*.carousel-caption {
        top: 20%;
        bottom: 20%;
        padding-top: 0%;
        padding-bottom: 0%;
    }*/
}


/* IMG HOVER FX */

.newhover {
    /*display: block;
        text-decoration: none;
        color: inherit;*/
}

.img-container {
    overflow: hidden;
    aspect-ratio: auto 16 / 9;

    display: flex;
    /* This helps with centering the image or making it responsive */
    align-items: center;
    /* Vertically centers the image */
    justify-content: center;
    /* Horizontally centers the image (optional) */
}

.img-container img {
    transition: transform 0.2s ease;
    display: block;
    max-width: 100%;
    height: auto;
}

.newhover:hover .img-container img {
    transform: scale(1.06);
}

.newhover:hover .title-font {
    color: black;
    text-decoration: underline;
}

.newhover:hover .simple-news {
    border-color: black;
}

.newhover:hover hr {
    border-color: var(--mainred);
    opacity: 1;
}

.newhover a {
    text-decoration: none;
}

.newhover .card-title {
    color:#464646;
}
.newhover .card-text {
    color:#464646;
}

.newhover:hover .card-title {
    color: black;
}
.newhover:hover .card-text {
    color: black;
}


/* IMG HOVER FX */

.card-footer {
    display: flex;
    /* This helps with centering the image or making it responsive */
    align-items: bottom;
    /* Vertically centers the image */
    justify-content: center;
    /* Horizontally centers the image (optional) */
}



.carousel-indicators button.thumbnail {
    width: 100px;
}

.carousel-indicators {
    position: static;
}

.carousel-indicators button.thumbnail:not(.active) {
    opacity: 0.45;
}

#productGallery .carousel-item {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    aspect-ratio: auto 9 / 6;
}

#productGallery .imgLoca {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    aspect-ratio: auto 9 / 6;
}


/* Fuente basada en Bootstrap */
table {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    width: 100%;
    border-collapse: collapse;
}

/* Bordes finos, delicados y elegantes */
table, th, td {
    border: 1px solid #dee2e6;
    padding: 8px;
}

th {
    background-color: #f8f9fa;
    font-weight: 600;
    text-align: left;
}

.datepicker-days table .disabled-date.day {
    background-color: #a5a5a5;
    color: #fff;
}

.datepicker-days table .disabled-date.day:hover {
    background-color: #b0b0b0;
    color: #fff;
}

.plainText {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}