html, body {
    font-family: 'Open Sans', sans-serif;
}

#banner-home {
    background-image: url('../images/banner-home-b2c.jpg');
    background-size: cover;
    background-position: center;
}

.navbar {
    background-color: transparent;
}

.container.boxed {
    max-width: 1200px;
}

a:hover {
    text-decoration: none !important;
}

.pricing > ol, .pricing > ul {
    padding-left: 0rem;
}

.bg-semitransparent {
    background-color: rgba(255, 255, 255, 0.4);
}

.bg-small-sell {
    position: relative;
    background-color: #d79fa3;
}

.bg-medium-sell {
    background-color: #b1dad0;
}

.bg-large-sell {
    background-color: rgba(44, 62, 80, 0.8);
}

.alert.alert-danger > * {
    position: relative;
    z-index: 2;
}

.card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

    .card:hover > .card-body > .card-title {
        color: #94be0f;
    }

ul.modern {
    list-style-type: none;
    padding-left: 0;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

    ul.modern li {
        padding-bottom: 13px;
    }

        ul.modern li > strong {
            font-weight: 700;
        }

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

h1, .h1 {
    font-weight: 700 !important;
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
    border-bottom: 1px solid #94be0f !important;
    font-size: 1.5rem;
}

h2, .h2 {
    font-size: 1.25rem;
    font-weight: 700 !important;
}

h4, .h4 {
    font-weight: 700 !important;
    font-size: 1.125rem;
}

h5, .h5, h5 a {
    font-weight: 700 !important;
    font-size: 1rem;
    color: inherit;
    text-decoration: none;
}
a.menuger {
    font-weight: 100 !important;
}

    p a em {
        font-size: 13px;
    }

p.subtitle {
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
    border-bottom: 1px solid #41557a !important;
    font-size: 1rem;
}

.g-2, .gx-2 {
    --bs-gutter-x: 1.5rem;
}

.nav-pills > .nav-item {
   /* background-color: #ecf0f1;*/
    margin: .25rem 0;
  /*  border-radius: 0.375rem;*/
  /*  border-bottom: 2px solid #004494;*/
}

    .nav-pills > .nav-item:hover {
        /*background-color: #ecf0f1;*/
        margin: .25rem 0;
        border-radius: 0.375rem;
       /* border-bottom: 2px solid #ecf0f1;*/
    }

    .nav-pills > .nav-item > .nav-link {
        color: #004494;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
}
