@import url("common.css");
@import url("animation.css");

html {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.with-scrollbar {
    scrollbar-width: auto !important;
    -ms-overflow-style: auto !important;
}

.font-esthetic {
    font-family: 'Sacramento', cursive !important;
}

.font-poppins-bold {
    font-family: Poppins bold, serif !important;
}

.font-arabic {
    font-family: 'Noto Naskh Arabic', serif !important;
}

.font-serif-geometrica {
    font-family: "Century Gothic" !important;
}

.font-great-vibes {
    font-family: 'Great Vibes', sans-serif !important;
}
.font-serif-moderno {
    font-family: 'Modern Serif', sans-serif;

}
.font-sans-serif-fina {
    font-family: sans-serif !important;

}

.font-poppins-regular {
    font-family: Poppins regular, sans-serif !important;
}
.font-amsterdam-script {
    font-family: 'Amsterdam Script', sans-serif !important;
}

.font-cinzel {
    font-family: 'Cinzel', sans-serif !important;
}



.img-center-crop {
    width: 13rem;
    height: 13rem;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

html[data-bs-theme="dark"] .btn-transparent {
    background-color: rgba(var(--bs-dark-rgb), 0.5) !important;
    backdrop-filter: blur(0.5rem);
}

html[data-bs-theme="light"] .btn-transparent {
    background-color: rgba(var(--bs-light-rgb), 0.5) !important;
    backdrop-filter: blur(0.5rem);
}

.loading-page {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1056;
}

html[data-bs-theme="light"] .color-theme-svg {
    color: rgb(255, 255, 255);
    background-color: var(--bs-light);
}

html[data-bs-theme="dark"] .color-theme-svg {
    color: rgb(0, 0, 0);
    background-color: var(--bs-dark);
}

html[data-bs-theme="light"] .bg-light-dark {
    background-color: rgb(var(--bs-light-rgb));
}

html[data-bs-theme="dark"] .bg-light-dark {
    background-color: rgb(var(--bs-dark-rgb));
}

html[data-bs-theme="light"] .bg-white-black {
    background-color: rgb(var(--bs-white-rgb));
}

html[data-bs-theme="dark"] .bg-white-black {
    background-color: rgb(var(--bs-black-rgb));
}

.bg-cover-home {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mask-image: linear-gradient(0.5turn, transparent, black 40%, black 60%, transparent);
}

.width-loading {
    width: 25%;
}

.cursor-pointer {
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    .width-loading {
        width: 50%;
    }
}

@media screen and (max-width: 576px) {
    .width-loading {
        width: 75%;
    }
}

svg {
    display: block;
    line-height: 0;
    shape-rendering: geometricPrecision;
    backface-visibility: hidden;
}

.svg-wrapper {
    overflow: hidden !important;
    transform: translateZ(0) !important;
}

.no-gap-bottom {
    margin-bottom: -0.75rem !important;
}

/* Duración configurable vía --kb-duration */
.slide-desktop img.kenburns {
    animation-duration: var(--kb-duration, 7000ms);
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    will-change: transform;
}

/* Variantes (cambia dirección/zoom para que no se vea repetitivo) */
@keyframes kb-1 { /* izquierda→derecha + zoom in */
    0% {
        transform: scale(1.05) translate3d(-2%, -2%, 0);
    }
    100% {
        transform: scale(1.18) translate3d(2%, 2%, 0);
    }
}

@keyframes kb-2 { /* derecha→izquierda + zoom in */
    0% {
        transform: scale(1.05) translate3d(2%, -2%, 0);
    }
    100% {
        transform: scale(1.18) translate3d(-2%, 2%, 0);
    }
}

@keyframes kb-3 { /* arriba→abajo + zoom in */
    0% {
        transform: scale(1.05) translate3d(0, -3%, 0);
    }
    100% {
        transform: scale(1.18) translate3d(0, 3%, 0);
    }
}

@keyframes kb-4 { /* abajo→arriba + zoom in */
    0% {
        transform: scale(1.05) translate3d(0, 3%, 0);
    }
    100% {
        transform: scale(1.18) translate3d(0, -3%, 0);
    }
}

.slide-desktop img.kb-1 {
    animation-name: kb-1;
}

.slide-desktop img.kb-2 {
    animation-name: kb-2;
}

.slide-desktop img.kb-3 {
    animation-name: kb-3;
}

.slide-desktop img.kb-4 {
    animation-name: kb-4;
}

@media (prefers-reduced-motion: reduce) {
    .slide-desktop img.kenburns {
        animation: none !important;
    }
}

#btnopen {
    color: #4F3392 !important;
}

/*.img-container {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*}*/

/*.img-container {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*}*/

/*.img-container::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: linear-gradient(*/
/*            to bottom,*/
/*            white 0%,    !* opaco arriba *!*/
/*            rgba(245, 40, 145, 0) 25%,     !* transparente en el centro *!*/
/*            rgba(245, 40, 145, 0) 75%,*/
/*            white 100%   !* opaco abajo *!*/
/*    );*/
/*    pointer-events: none;*/
/*    border-radius: inherit;*/
/*}*/

.img-container {
    position: relative;
    overflow: hidden; /* si deseas cortar el efecto */
    border-radius: 12px; /* o el valor que uses */
}

.img-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: -webkit-linear-gradient(
            top,
            white 0%, /* opaco arriba */ rgba(245, 40, 145, 0) 25%, /* transparente en el centro */ rgba(245, 40, 145, 0) 75%,
            white 100% /* opaco abajo */
    );
    background: linear-gradient(
            to bottom,
            white 0%,
            rgba(245, 40, 145, 0) 25%,
            rgba(245, 40, 145, 0) 75%,
            white 100%
    );

    border-radius: 12px; /* repetir explícitamente */
    pointer-events: none;
    z-index: 2;
}


.cardtitle {
    background: transparent !important;
    text-align: center;
}

.names {
    color: #000; /* dorado elegante */
    font-size: 34px;
    font-weight: 600;
    margin: 0 !important;
    padding: 0 !important;
}
.font-didot {
    font-family: 'Didot Title', sans-serif !important;
}
.ampersand {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin: 0 0;
}

.line {
    width: 80px;
    height: 1px;
    background-color: #000;
    margin: 0 0;
    display: inline-block;
    vertical-align: middle;
}



