.bs-footer img {
    max-height: 10rem;
    max-width: 9rem;
    padding-top: 1px;
    filter: drop-shadow(1px 1px 1px white);
}


.bs-footer {
    background: url(suculentas3.png);
    color: #b3c06a;
    padding: 0.5rem 0;
    font-weight: 500;
    box-shadow: 0px 3px 10px -2px rgb(76 76 76 / 75%);
    font-size: 10pt;
    font-family: var(--font-title-family);
}

.bs-home-hr {
    background-color: #7E8C0F;
    width: 11%;
    height: 0.2rem;
    margin-bottom: 2rem;
    margin-top: 3px;
}

.bs-form-inline.text-center {
    background: url(textura-sus.jpg);
    padding: 2% 0;
    border-radius: 7px;
    background-size: cover;
    margin-top: 2rem;
}

@media (min-width: 992px) { 
.bs-header-navbar {
    background: #f9f8f5;
    border-top: 2px #f1e8d6 solid;
    border-bottom: 2px #f1e8d6 solid;
}}

a.tyc {
    color: #7e8c0f;
    font-weight: 500;
}

a.tyc:hover {
    color: #30734d;
}

.btn-danger {
    background-color: #F27052;
    color: var(--danger-contrast);
}

.h1, h1 {
    font-size: 2rem;
    text-transform: capitalize;
}
#bs-header-search .form-control {
    background: #ffffff;
    color: var(--lv1-txt-color);
    border: 1px solid #30734d;
}