:root {
    --base: #1d1d1b;
    --lighter-base: #c5c5c5;
    --secondary: #f4f0eb;
    --web-background: #f4f0eb;
    --menu-font: #1d1d1b;
    --menu-background: #f4f0eb;
    --menu-font-size: 14px;
    --menu-line-height: 18px;
    --submenu-font: #1d1d1b;
    --submenu-font-size: 14px;
    --base-font-size: 14px;
    --base-line-height: 20px;
    --h1: #1d1d1b;
    --h1-font-size: 54px;
    --h1-line-height: 58px;
    --breadcrumb-font-size: 35px;
    --breadcrumb-line-height: 39px;
    --groups-font-size: 50px;
    --groups-line-height: 54px;
    --slider-font-size: 50px;
    --slider-line-height: 54px;
    --base-font-weight: 400;
    --secondary-font-weight: 700;
    --add-to-cart-btn: #1d1d1b;
    --add-to-cart-btn-hover: #f4f0eb;
    --add-to-cart-btn-font: #ffffff;
    --add-to-cart-btn-font-hover: #1d1d1b;
    --add-to-cart-btn-border: #1d1d1b;
    --add-to-cart-btn-border-hover: #1d1d1b;
    --add-to-cart-btn-font-size: 25px;
    --add-to-cart-btn-line-height: 48px;
    --btn: #1d1d1b;
    --btn-hover: #f4f0eb;
    --btn-font: #f4f0eb;
    --btn-font-hover: #1d1d1b;
    --btn-border: #1d1d1b;
    --btn-border-hover: #1d1d1b;
    --btn-font-size: 25px;
    --btn-line-height: 34px;
    --santander: #e42313;
    --itau: #da7349;
    --bbva: #1a5493;
    --scotia: #ed0722;
    --scotiaBlack: #1d1d1b;
    --slider-for-aspect-ratio: 3/4;
    --slider-nav-aspect-ratio: 111.06/912;
    --menu-height: 100px;
    --menu-slider: 27px;
    --secondary-font-family: "Cormorant";
    --web-container: 90%;
    --prueba: 1.19;
}

input {
    border-radius: 0;
    padding: 0;
    font-weight: var(--base-font-weight);
}

[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

input[type="search"]::-ms-clear {
    display: none;
}

::-webkit-scrollbar {
    display: none;
}

.btn-1 {
    color: var(--btn-font);
    background-color: var(--btn);
    border: 1px solid var(--btn-border);
    cursor: pointer;
    box-sizing: border-box;
    font-size: var(--btn-font-size);
    line-height: var(--btn-line-height);
}

.btn-2 {
    color: var(--btn-font);
    font-size: 15px;
    line-height: var(--btn-line-height);
    text-transform: lowercase;
}

.tr-2 {
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.tr-3 {
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tr-4 {
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.tr-5 {
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.bkg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: transparent;
    left: 0;
    z-index: 5;
    opacity: 0;
    display: none;
}