@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');

body {
    color: #444;
    /* font-family: 'Segoe UI', sans-serif; */
    font-family: "Acherus", "Acherus Grotesque", sans-serif;
}

.watermark {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    filter: grayscale(1);
    opacity: 0.06;
    z-index: 0;
    pointer-events: none;
}

.watermark > img {
    position: absolute;
    height: 120vh;
}

.watermark .mujer-izq {
    left: -390px;
}
.watermark .mujer-der {
    right: -390px;
    transform: rotateY(180deg);
}

.intro > *,
.content > * {
    position: relative;
    z-index: 1;
}

.intro {
    background: #fffb;
    border-top: 30px solid var(--bs-primary);
    border-bottom: 1px solid gainsboro;
}

.intro .logo {
    height: 160px;
}

.header {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}


.title {
    font-size: 20pt;
    font-weight: 500;
}

.title-2 {
    font-size: 16pt;
    font-weight: 400;
    line-height: 1.4;
}

.content {
    background-color: #EBEBEB;
}

.fecha {
    position: relative;
}

.fecha .card-header {
    font-weight: 600;
    background-color: rgba(var(--bs-info-rgb),0.2);
    color: #555;
    text-transform: uppercase;
}

.fecha .day-num {
    font-size: 5rem;
    font-weight: 600;
}

.fecha input {
    width: 100%;
    text-align: center;
    border: none;
    background: none;
}

.fecha .arrow {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
}

.fecha .arrow.prev {
    top: -1.25em;
}

.fecha .arrow.next {
    bottom: -1.25em;
}

.actions {
    margin-top: 50px;
    display: flex;
    gap: 1em;
    justify-content: center;
    text-align: center;
}

.actions .btn {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 2em;
    line-height: 1;
}

.evento {
    color: inherit;
}

.evento.privado {
    background-color: #fafafa !important;
}

.evento.privado .card-title {
    color: silver;
}

.evento .hora {
    width: 85px;
    font-size: 1.5rem;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    margin-left: -1.5rem;
}

.evento .hora .ampm {
    font-size: 0.5em;
}

.evento .evento-titulo {
    border-left: 2px solid;
}

.evento .card-title {
    font-size: 1.1rem;
}

.evento .card-subtitle {
    font-size: 0.9rem;
    line-height: 1.5em;
}

.evento .detalles {
    font-size: 0.75em;
}

.evento .detalles label {
    font-size: 0.85em;
    font-weight: 700;
    margin-left: 6px;
}

.card.empty {
    color: silver;
    font-size: 2rem;
    font-weight: 200;
    text-align: center;
}

.pointer {
    cursor: pointer;
}

.footer {
    font-size: 10pt;
    mix-blend-mode: multiply;
}

.footer-logo {
    height: 70px;
}

.footer a {
    text-decoration: none;
}

@media print {
    body {
        font-size: 8pt;
    }

    body, .content {
        background: none;
    }

    .intro,
    .fecha .arrow,
    .actions,
    .footer {
        display: none;
    }
}

[v-cloak] {
    visibility: hidden;
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 93% !important;
    }
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.layout {
    font: 14px Acherus Grotesque,sans-serif;
}
html, body {
    scrollbar-width: thin;
    scrollbar-color: silver whitesmoke;

    &::-webkit-scrollbar {
        width: 2px;
    }
    &::-webkit-scrollbar-thumb {
        background-color: silver;
    }
}
