
*, html {
    font-family: 'Rubik', 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: 100px;
}
.adviento-social-icon {
    width: 31px;
}

/* Footer */
.logo-footer {
    max-width: 120px;
}

@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: 148px;
    }
    .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: 48px;
    }
    .top-link-list .link-list-item a {
        text-decoration: none;
        font-weight: 500;
    }

    /* Footer */
    .logo-footer-lg {
        max-width: 160px;
    }
}