/*** agrega aqui los estilos necesarios para modificar el template ***/
.btn-secondary:hover {
    color: #b18b26;
}
.estilodescrip img {
width: 100% !important;
}

.bs-menu__lv1 {
    white-space: normal;
    color: white;
    background: #b18b26;
    font-size: var(--lv1-size);
    text-align: center;
}
.bs-footer {
    position: relative;
    padding-top: 27rem;
    color: var(--body-txt-default-color)
#5b5b5b
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: bold;
    line-height: 1.2;
}
.bs-copyright {
    background: #b18b26;
}
.bs-banner-grid__info {
    background: #f2f1f1;
}
.bs-header-navbar
Specificity: (0,1,0)
 {
    background: #b18b26;
    padding-bottom: 0;
    padding-top: 0;
}
.bs-menu__lv1 {
    font-size: 1rem;
}
.bs-header-search .input-group {
    width: 100%;
    background: rgb(255 226 0 / 15%);
    border: 1px solid var(--primary-color);
}
.bs-parallax__content {
        justify-self: center;
    }
    .bs-footer {
    background-size: contain;
}
.bs-footer__title, .bs-footer__title__little {

    color: #030101;
    filter: drop-shadow(2px 4px 6px white);
}

@media only screen and (max-width : 900px) {
.bs-menu__lv1 {
    white-space: normal;
    color: #060606;
    background: #ffffff;
    font-size: var(--lv1-size);
    text-align: center;
}}