
*, html {
    font-family: 'Work Sans', sans-serif;
}
a:focus, button:focus, input:focus {
    outline: none;
}

/* Colors */
.bea-bg-red {
    background-color: #A62827;
}
.bea-bg-white {
    background-color: #FFF;
}
.bea-color-blue {
    color: #1B3C54;
}
.bea-color-red {
    color: #A62827;
}

/* Fonts style */
.bea-page-title {
    font-size: 24px;
    font-weight: 500;
}
.bea-font-500 {
    font-weight: 500;
}

/* List */
.ulist-space {
    padding-left: 16px;
}
.ulist-space > li {
    padding-bottom: 8px;
}
.ulist-space > li:last-child {
    padding-bottom: 0;
}

/* Header */
.menu-box .menu-tigger {
    font-size: 24px;
    line-height: 100%;
}
.logo-principal {
    width: 160px;
}
.adviento-social-icon {
    width: 31px;
}

/* Footer */
.logo-footer {
    max-width: 120px;
}

.main-days-box {
    background: #A62827 url('../../content/img/bg-days-snow-mobile.png');
    background-position: top center;
    background-repeat: no-repeat;
}   

.calendar-days .img-day {
    width: 86px;
    padding: 10px;
}

.day-box.disabled {
    cursor: not-allowed;
}
.day-box.disabled img {
    opacity: 0.5;
}
.day-box.disabled .disabled {
    display: block !important;
}

.special-day {
    position: relative;
    z-index: 1;
}
.special-day:before {
    content: "";
    position: absolute;
    width: 112px;
    height: 170px;
    top: -2px;
    /* left: -10px; */
    /* transform: translateX(-65px); */
    margin: auto;
    background-image: url('../../content/img/days/special-day.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 112px 170px;
    z-index: -1;
}

.snow-sticky {
    background-image: url('../../content/img/snow-sticky.png');
    background-position: top center;
    background-size: 100%;
    position: fixed;
    bottom: 0;
    height: 13px;
    width: 100%;
}

@media screen and (min-width: 992px) {  
    /* Fonts */
    .bea-page-title {
        font-size: 32px;
    }

    /* Shadows */
    .box-shadow-lg {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
    }

    /* Header */
    .logo-principal {
        width: 320px;
    }
    .adviento-social-icon {
        width: 40px;
    }
    .menu-box .menu-tigger {
        font-size: 32px;
    }
    .top-link-list {
        list-style: none;
    }
    .top-link-list .link-list-item {
        margin-right: 32px;
    }
    .top-link-list .link-list-item a {
        text-decoration: none;
        font-weight: 500;
    }

    /* Footer */
    .logo-footer-lg {
        max-width: 160px;
    }

    .main-days-box {
        background: url('../../content/img/bg-days-snow-desktop.png');
        background-position: top center;
    }
    .calendar-days .day-box {
        padding: 8px 16px;
        cursor: pointer;
    }
    .calendar-days .img-day {
        width: 112px;
        padding: 0;
    }    

    .snow-sticky {
        height: 40px;
    }
}


/* 2023 */

.section-adviento-23 {
    background-image: url('../img/bg-body-section.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    position: relative;
}