/*** agrega aqui los estilos necesarios para modificar el template ***/

/**Cabecera**/

.bs-header {
    background: #ffffff;
    color: #97A6A6;
}

.bs-grid-header__menu-desktop, .navbar-collapse {
    background: #ffffff;
}

.bs-footer__section-form {
    background-color: transparent;
}

/**Suscripciones**/

.bs-footer__section-form__container {
background: var(--secondary-color);
    margin-bottom: 2rem;
}

.bs-main.bs-main {
    padding-bottom: 0;
}

/**Colecciones**/

.bs-collection__title {
    color: #353535;
    text-transform: uppercase;
}

/**Carro**/

.tyc{
color: var(--primary-color);
}

.input-group .form-control {
    color: #000000;
}

.btn-danger {
    background: #0d6d4a;
    border-color: #0d6d4a;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    background: #053121;
    border-color: #053121;
}

.floating-menu__cart .cart-items {
    background: #118c60;
}

/**Footer**/

.bs-footer__title {
    color: white;
    font-weight: 500;
}

.bs-footer {
    background-image: url(fondo3.png);
      margin-top: 2rem;
}

.bs-footer__link__icon {
    color: white;
}

.bs-footer__title {
    font-size: var(--footer-title-size, 1.2rem);
}

.bs-footer__description, .bs-footer__link {
    color: #e3e3e3;
        font-size: medium;
}


.bs-copyright {
    background: #000000;
}

