/**Cabecera***/

.announcement-bar {
    color: var(--primary-contrast);
    background: #733250;
    border-color: #733250;
}

.bs-social-media .btn-link{
font-size:1.5rem;
    color: #8C6577;;
      background-color: transparent;
    border-radius: 50rem;
    width: 2em;
    height: 2em;
    margin: 1rem .125rem .125rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.bs-social-media .btn-link:hover {
    color: #ffffff;
    background-color: #8C6577;
    border-radius: 50rem;
    width: 2em;
    height: 2em;
    margin: 1rem .125rem .125rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.bs-menu__lv1 {
    font-weight: 600;
text-transform: uppercase;
}

.bs-menu__lv1:hover{
    box-shadow: 0 -1px inset #733250;
    color: #733250;
}

.bs-header-navbar {
background: linear-gradient(0deg, #e0ccd163 1%, TRANSPARENT 30%);
}

.btn-cart, .btn-login {
    color: #733250;
}

.btn-login:hover {
    color: #8C6577;
}

.btn-cart:hover {
    color: #8C6577;
}

.bs-header{
    background-image: url(fondoc2.png);
}


@media screen and (max-width: 992px){
    .bs-header .img-fluid {
  width: 250px !important;
    }}

/**Inicio***/


/**Colecciones***/

.img-fluid-col{
    max-width: 20%;
    height: auto;
}

.bs-collection__title {
    text-transform: uppercase;
    font-weight: 500;
}

/**Productos***/

.bs-product__title {
    font-weight: 500;
}

.btn-share {
    color: #8C6577;
    border:none;
}

/**Parallax***/

.btn-outline-light {
    color: #733250;
    border-color: #733250;
    background-color: white;
}

.bs-parallax__title {
    padding: 1rem;
    filter: drop-shadow(2px 3px 3px black);
}

/**Pie***/
@media screen and (max-width: 992px){
.bs-footer{
          background-size: cover !important;
}
}


.bs-footer{
    background: url(fondorama5.png);
}


.bs-footer__social .btn-social {
    border: 1px solid var(--primary-color);
    color: #ffffff;
    background-color: var(--primary-color);
}

.bs-footer__link.bs-footer__link:hover {
    color: var(--primary-color);
}

/**Carro***/

.btn-danger, .badge-danger {
    background: #8c4032;
    border-color: #8c4032;
}

/**Modificaciones Generales***/