.announcement-bar {
    color: #000;
    background: #fdcc0f;
    border-color: #fdcc0f;
    padding: 4px 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

h6.title-footer {
    color: black;
}

.bs-footer .list-group-item {
    border: none 0;
    color: #000;
    background-color: transparent;
    font-size: 12px;
    padding: .10rem;
}

.ir-arriba {
    display: none;
    background: #000;
    font-size: 16px;
    color: #fff;
    position: fixed;
    bottom: 73px;
    right: 16px;
    border-radius: 12px;
    z-index: 98;
    border: solid 0.5px #000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.bs-footer {
    background: var(--footer-bg-color);
    color: #000000;
    font-size: var(--footer-txt-size);
    padding: 0.5rem 0;
    box-shadow: 0px 3px 10px -2px rgb(76 76 76 / 75%);
}

.bs-footer .bs-social-media a {
    font-size: 1.3rem;
    color: #000000;
}

.bs-footer img {
    max-height: 6rem;
    max-width: 8rem;
    padding-top: 1px;
}

.btn-share:hover {
    color: #000000;
}

.navbar-collapse.collapse.show {
    overflow-y: auto;
    max-width: 360px;
    width: 100%;
    padding: 0 1rem;
    background-color: #fdcc0f;
}

.bs-menu-lv1 {
    white-space: normal;
    color: var(--lv1-txt-color);
    font-size: var(--lv1-size);
    padding: .75rem 1rem;
    font-family: var(--font-title-family);
    text-align: center;
    font-weight: 600;
}

.bs-form-inline.text-center {
    background: #fdcc0f;
    padding: 2% 0;
    border-radius: 7px;
    background-size: cover;
    margin-top: 1rem;
}



p {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.8rem;
    font-weight: 400;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }

.chat-widget__btn {
    background: #000000;
    box-shadow: var(--box-shadow-widget);
    color: white;
    width: 1.5em;
    height: 1.5em;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: solid 1px rgba(255, 255, 255, 0.3);
}

.bs-menu-lv1:hover, .nav-item.show > .bs-menu-lv1 {
    box-shadow: 0 -5px inset var(--lv1-hover-decoration);
    color: #967400;
    opacity: 0.9;
}

.bs-menu-lv3:hover {
    color: var(--lv3-hover-txt-color);
    background: #96740047;
}

.bs-menu-lv2:hover {
    color: var(--lv2-hover-txt-color);
    background: #96740047;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 3rem;
}

.h1, .h2 {
    color: #000;
}

a.tyc {
    color: #fdcc0f;
    text-decoration: none;
    background-color: transparent;
}

a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}

.btn-danger {
    background-color: #c6a835;
    color: var(--danger-contrast);
}

@media screen and (max-width:992px){
    .navbar-brand img {
    width: 160px;
    height: 100px;
}}

.btn-primary {
    background-color: var(--primary-color);
    color: #000000;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.btn-secondary {
    background-color: #000000;
    color: var(--secondary-contrast);
}

.bs-blog-article__title {

    color: #000000;
}

#bs-header-search .btn {
    background: #000000;
    color: var(--primary-contrast);
    border: 1px solid #000000;
}

.bs-header .bs-social-media a {
    padding: 0.5rem;
    color: #fff;
    background: #000000;
    border: 1px solid rgb(0 0 0);
    justify-content: center;
    border-color: #000000;
}

.btn-link {
    font-weight: 400;
    color: #000000;
    padding: 0.5rem;
}

.badge-secondary {
    color: var(--highlight-contrast);
    background-color: #000000;
    font-size: 10px;
    padding: 4px;
}