html {
    height: 100%;
}

body {
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

.activadoMenu, .activadoSubMenu {
    color: #F08D46 !important;
    transition: all 0.5s ease;
}

.activadoMenu:after {
    width: 100% !important;
    left: 0 !important;
}

.fixedBody {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    left: 0;
    right: 0;
}

.cerrarMIniMenu {
    display: none;
}

.burger-menu {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.burger {
    position: absolute;
    background: #02bdb6;
    width: 100%;
    height: 4px;
    top: 50%;
    right: 0px;
    opacity: 1;
}

.burger::before {
    position: absolute;
    background: #02bdb6;
    width: 100%;
    height: 4px;
    top: 10px;
    content: "";
    display: block;
}

.burger::after {
    position: absolute;
    background: #02bdb6;
    width: 100%;
    height: 4px;
    bottom: 10px;
    content: "";
    display: block;
    right: 0;
}

.burger::after,
.burger::before,
.burger {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.burger-menu.menu-on .burger::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: 0px;
}

.burger-menu.menu-on .burger::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0px;
}

.burger-menu.menu-on .burger {
    background: rgba(111, 111, 111, 0);
}

/* useless css */
.burger-menu {
    margin-left: auto;
    margin-right: auto;
}

.navbar-dark .navbar-toggler {
    border: none;
    outline: 0;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    margin-top: 5px;
}

header .carMobile .call-orange {
    display: none;
}

.fixed-header .bg-beyond {
    height: 65px;
    background-color: rgba(0, 84, 100, 0.9411764706) !important;
}

.carMobile .menuMini {
    display: none;
}

#custom_fc_button {
    width: 25px;
    /*     position: fixed; */
    margin-left: 0px;
    bottom: 20px;
    visibility: inherit !important;
}

#imageicon {
    height: 30%;
    width: 30%;
}

#open_fc_widget {
    background-image: url(../../_images/iconoChat_off.svg);
    width: 24px;
    height: 18px;
    display: block;
}

#open_fc_widget:hover {
    background-image: url(../../_images/iconoChat_on.svg);
}

header {
    z-index: 999;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow-x: visible;
    /*   .cantidadcarro {
      color: white;
      cursor: pointer;
      margin-right: 0px;
      margin-bottom: 0px;
      background: #f08d46;
      border-radius: 50%;
      width: 22px;
      height: 22px;
      text-align: center;
      font-size: 16px;
      line-height: 20px;
      display: block;
  } */
}

header .bg-beyond {
    /*   background-color: $primary-color !important; */
    background: linear-gradient(88.8deg, var(--degree-menu1) 0%, var(--degree-menu1) 56.36%, var(--degree-menu2) 100%);
}

header .bordeHeader {
    width: 100%;
    height: 3px;
    background: linear-gradient(87.61deg, #ECD064 0%, #A17618 28.6%, #AE872A 64.5%, #FCD366 100%);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

header .logoBeyondMobile {
    display: none;
}

header .navbar {
    padding-top: 0;
    /*         border-bottom: 0.19rem solid #aa850a;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(to left, #ECD064 0%, #A17618 28.6%, #AE872A 64.5%, #FCD366 100%);
    border-image-slice: 1; */
}

header .logoBeyond {
    /*width: 80%;*/
}

header .shopMobile {
    display: none;
}

header .dropdown-toggle::after {
    display: none;
}

header .navbar-dark .navbar-brand {
    margin-top: -30px !important;
    width: 15%;
}

header .ActionMobile,
header .perfilMobile {
    display: none;
}

header .select-menu-top {
    position: relative;
    display: block;
    width: 9.2em;
    overflow: hidden;
    border-radius: .45em;
    border: 1px solid #02bdb6;
    padding: 0px 4px;
}

header .select-menu-top::after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 0.3em;
    background: #0f6373;
    pointer-events: none;
    color: #02bdb6;
}

header .select-menu-top:hover::after {
    color: #f39c12;
}

header .select-menu-top select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    width: 100%;
    margin: 0;
    color: #02bdb6;
    font-size: 13px;
    cursor: pointer;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #0d3947;
    background-image: none;
    padding-right: 15px;
}

header .select-menu-top select option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    color: #02bdb6;
    text-align: center;
}

header .select-menu-top select option:hover {
    background: #F08D46;
}

header .menu-top {
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem 1rem 0rem 0.5rem;
    /*  .cantidadcarro2 {
        color: white;
        cursor: pointer;
        margin-right: 0px;
        margin-bottom: 0px;
        background: #f08d46;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        display: block;
    } */
    /*   .cantidadcarro:hover {
            background: #02bdb6;
            transition: all 0.5s ease;
        }

        .cantidadcarro2:hover {
            background: #02bdb6;
            transition: all 0.5s ease;
        } */
}

header .menu-top ul {
    display: flex;
    margin: 0;
    padding: 0;
    height: auto;
}

header .menu-top ul li {
    list-style: none;
    padding: 0px 5px;
}

header .menu-top ul li a {
    color: #02bdb6 !important;
}

header .menu-top ul li a:hover {
    color: #F08D46 !important;
}

header .menu-top ul li .acomodoDe {
    color: #02bdb6 !important;
}

header .menu-top ul li #out {
    color: #02bdb6 !important;
}

header .menu-top ul li #out:hover {
    color: #F08D46 !important;
}

header .menu-top ul .avatar a,
header .menu-top ul .menuMini a {
    color: #02bdb6 !important;
}

header .menu-top .acomodoDe {
    color: #02bdb6;
    font-size: 20px;
    display: flex;
}

header .menu-top .acomodoDe:hover {
    color: #F08D46 !important;
    text-decoration: none;
}

header .menu-top .cantidadcarro2 {
    color: #f08d46;
    /* position: absolute; */
    top: 9px;
    left: 13px;
    margin-top: 2px;
    cursor: pointer;
    margin-right: 0px;
    margin-bottom: 0px;
    /* background: #f08d46; */
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 16px;
    line-height: inherit;
    display: block;
    font-weight: bold;
}

header .menu-top .menuMini {
    font-size: 1.1rem;
    font-weight: 100;
    cursor: pointer;
    color: #fff;
    margin-top: -3px;
}

header .menu-top .menuMini i {
    font-size: 8px !important;
    vertical-align: middle;
}

header .menu-top .avatar i {
    font-size: 1.2rem;
}

header .menu-top .avatar .dropdown-menu {
    min-width: 10rem;
}

header .menu-top .avatar .dropdown-menu {
    z-index: 9999;
    margin-top: 10px;
    background: #ccc !important;
    left: -51px !important;
    text-align: center;
    padding: 1em;
}

header .menu-top .avatar .dropdown-menu .perfil-menu {
    width: 4rem;
    height: 4rem;
    border: 1px solid #aa850a;
    border-radius: 50%;
}

header .menu-top .avatar .dropdown-menu small {
    border-bottom: 2px solid #888686;
    display: block;
    font-weight: bold;
    color: rgba(0, 84, 100, 0.9);
}

header .menu-top .avatar .dropdown-menu .rewards-box .item-rewards {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

header .menu-top .avatar .dropdown-menu .rewards-box .item-rewards span {
    display: block;
    color: rgba(0, 84, 100, 0.9);
    font-weight: bold;
    font-size: 14px;
}

header .menu-top .avatar .dropdown-menu::before {
    position: absolute;
    top: -16px;
    left: 70px;
    display: inline-block;
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.15);
}

header .menu-top .avatar .dropdown-menu::after {
    position: absolute;
    top: -14px;
    left: 70px;
    display: inline-block;
    content: "";
    border: 7px solid transparent;
    border-bottom-color: #ccc;
}

header .menu-top #out {
    cursor: pointer;
    font-size: 16px;
}

header .menu-top header .logoBeyond {
    width: 60%;
    margin: 0 auto;
    display: block;
}

header .cantidadcarro {
    color: #f08d46;
    /* position: absolute; */
    top: 9px;
    left: 13px;
    margin-top: 2px;
    cursor: pointer;
    margin-right: 0px;
    margin-bottom: 0px;
    /* background: #f08d46; */
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 16px;
    line-height: inherit;
    display: block;
    font-weight: bold;
}

header .call-orange a i {
    /*background: #F08D46;*/
    color: white;
    margin-right: 5px;
    transition: all 0.5s ease;
    font-size: 1em;
    /*height: 26px;
    width: 26px !important;
    width: 1.6em;*/
    text-align: center;
    line-height: 1.6em;
    color: #005464;
    border-radius: 0.8em;
    cursor: pointer;
}

header .call-orange a i:hover {
    background: #02bdb6;
    transition: all 0.5s ease;
}

header .dropdown-menu {
    top: 25px;
    left: -101px;
    border-top: solid 5px #F08D46;
    background: #005464;
    padding: 0;
}

header .dropdown-item {
    color: #fff;
}

header .dropdown-item:not(:last-child) {
    -webkit-box-shadow: 0px 2px 0px 0px #aa850a;
    -moz-box-shadow: 0px 2px 0px 0px #aa850a;
    box-shadow: 0px 2px 0px 0px #aa850a;
}

header .dropdown-item:hover,
header .dropdown-item:focus {
    background: #02bdb6;
    color: #fff;
}

header .navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

header .navbar-dark .navbar-nav .nav-link:hover:after {
    width: 100%;
    left: 0;
}

header .navbar-dark .navbar-nav .nav-link:after {
    clear: both;
    display: block;
    content: "";
    position: relative;
    width: 0;
    left: 50%;
    height: 3px;
    background: #F08D46;
    -moz-transition: width 0.2s, left 0.2s;
    -o-transition: width 0.2s, left 0.2s;
    -webkit-transition: width 0.2s, left 0.2s;
    transition: width 0.2s, left 0.2s;
    border-radius: 6px;
    border: none;
}

header .navbar-dark .navbar-nav .nav-link:hover {
    color: #F08D46 !important;
    transition: all 0.5s ease;
}

header .menuHide {
    display: none;
    position: absolute;
    z-index: 99;
    max-width: 410px;
    right: 0%;
}

header .menuHide ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    border-radius: 0 0 8px 8px;
}

header .menuHide ul li {
    list-style: none;
}

header .menuHide ul li a {
    display: block;
    transition: all 0.5s ease;
}

header .menuHide {
    max-width: 300px;
    background: linear-gradient(0deg, #20687B 0%, #0E3745 100%);
    border-radius: 0 0 8px 8px;
    padding: 0 !important;
}

header .menuHide ul {
    margin: 0;
    flex-wrap: wrap;
    background: none;
    padding: 0;
}

header .menuHide ul li {
    width: 100%;
    margin: 0;
}

header .menuHide ul li a {
    border: 0;
    padding: 0.4rem 0.4rem;
    border-bottom: 1px solid #005464;
    border-radius: 0;
    color: #02bdb6 !important;
}

header .menuHide ul li a:hover {
    color: #F08D46 !important;
    background: #005464;
    border-radius: 0;
    text-decoration: none;
}

header .cerrarMIniMenu {
    display: block;
    text-align: right;
    margin-top: 10px;
}

header .cerrarMIniMenu i {
    margin-right: 5%;
    color: #02bdb6;
    cursor: pointer;
}

header .cerrarMIniMenu i:hover {
    color: #F08D46;
}

header .notify-message {
    border-radius: 0em;
    margin-bottom: 0em;
    margin-left: 0em !important;
    margin-top: 0em !important;
    color: #856404 !important;
    text-align: justify;
    display: block !important;
}

header .notify-message a {
    color: rgba(0, 0, 0, 0.65);
}

.fixed-header {
    /*     position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      transition: $transition-all; */
    /* z-index: 9999; */
    /* overflow: hidden !important;*/
}

.fixed-header .menu-top {
    display: none !important;
    transition: all 0.5s ease;
}

.fixed-header .navbar-dark .navbar-brand {
    margin-top: 0px !important;
}

.fixed-header .logoBeyond {
    width: 65%;
}

.bx-wrapper {
    border: none;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .d-hotline.h-btn {
        display: none !important;
    }

    .fixed-header .logoBeyond {
        width: 100%;
    }

    header .logoBeyond {
        width: 94%;
    }

    header .show {
        margin-top: 0;
    }

    .mobileMenu {
        background: linear-gradient(0deg, #20687B 0%, #0E3745 100%);
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 999999;
        left: 0;
        margin: auto;
        transform: translateX(-100%);
        transition: all ease 0.25s;
    }

    .mobileMenu.open {
        transform: translateX(0);
        z-index: 999999;
        width: 250px;
        padding: 0px !important;
        height: 100%;
    }

    .mobileMenu .navbar-nav {
        overflow-y: auto;
    }

    .overlayMenu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 99999;
    }

    .overlayMenu.open {
        display: block;
    }

    header .navbar-dark .navbar-brand {
        text-align: center;
    }

    header .shopMobile {
        display: block;
        margin-left: 40px;
    }

    header .shopMobile .carMobile {
        display: flex;
        min-width: 50px;
        /*  .cantidadcarro {
                margin-right: 5px;

                &:hover {
                    background: #02bdb6 !important;
                }
            } */
    }

    header .shopMobile .carMobile .acomodoDe {
        color: #02bdb6;
        font-size: 20px;
        display: flex;
        margin: 0px 3px;
    }

    header .shopMobile .carMobile .acomodoDe:hover {
        color: #F08D46 !important;
        text-decoration: none;
    }

    header .navbar-dark .navbar-nav .nav-link {
        padding: 0.7rem;
        /*  border-bottom: 1px solid #80bee3; */
        font-weight: 600;
        /* border-left: 4px solid $secondary-color; */
        font-size: 0.8rem;
    }

    header .dropdown-item {
        /*   border-left: 4px solid $secondary-color; */
        border-radius: 0 !important;
        padding: 0.7rem;
    }

    .navbar-nav .dropdown-menu {
        border-radius: 0;
        background: #0E3745;
    }

    header .navbar-dark .navbar-nav .nav-link:after {
        content: none;
    }

    header .navbar-dark .navbar-nav .nav-link:hover {
        background: #00798b;
    }

    header .mobileMenu .navbar-nav .nav-link:hover {
        color: #fff !important;
    }

    header .navbar-dark .navbar-brand {
        margin-top: 0 !important;
    }

    header .dropdown-menu {
        border-top: 0;
        /*  background: #008ca1; */
        border-radius: 0;
    }

    header .dropdown-item:not(:last-child) {
        /*  border-bottom: 1px solid #80bee3; */
        box-shadow: none;
    }

    header .menu-top {
        justify-content: center;
    }

    header .menu-top ul {
        width: 100%;
        justify-content: space-around;
    }

    header .navbar {
        padding-top: 0.5rem;
    }

    header .perfilMobile {
        width: 100%;
        display: block;
        padding: 0 1rem;
        margin: 10px 0px;
    }

    header .perfilMobile .textmenuWelcome {
        color: #02bdb6;
        font-size: 14px;
        width: 100%;
        font-weight: 600;
        display: block;
    }

    header .perfilMobile #out {
        color: #02bdb6;
        width: 100%;
        font-weight: 600;
        display: block;
        cursor: pointer;
        font-size: 14px;
        margin-top: 10px;
    }

    header .ActionMobile {
        width: 100%;
        display: block;
        padding: 0 1rem;
        margin-top: 10px;
    }

    header .ActionMobile .botonesSalir {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    header .ActionMobile .botonesSalir a {
        color: #02bdb6;
        font-size: 1.2rem;
        cursor: pointer;
    }

    header .ActionMobile .botonesSalir a:hover {
        color: #F08D46;
    }

    header .ActionMobile .OptionMobile {
        margin: 10px 0px;
    }

    header .ActionMobile .OptionMobile .select-menu-top {
        margin: 8px 0px;
    }

    header .select-menu-top {
        width: 65%;
    }

    /*   .mobileMenu .navbar-nav {
      background: #046477;
  } */
    header .call-orange a i {
        height: 23px;
        width: 23px !important;
        font-size: 1em;
    }

    header .navbar-dark .navbar-nav .dropdown-toggle[aria-expanded=true] {
        background-color: #0E3745 !important;
        color: #02bdb6 !important;
    }

    header .navbar-dark .navbar-nav .show .dropdown-toggle {
        background-color: #0E3745 !important;
        color: #02bdb6 !important;
    }

    .dropdown-toggle[aria-expanded=false] span:before {
        font-family: FontAwesome;
        font-weight: 900;
        content: "\f107";
        float: right;
        transition: all .5s;
    }

    .dropdown-toggle[aria-expanded=true] span:before {
        font-family: FontAwesome;
        font-weight: 900;
        content: "\f107";
        float: right;
        transition: all .5s;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .nombrePerfil {
        color: #02bdb6;
        display: block;
    }

    header .menu-top .avatar .dropdown-menu {
        left: -6% !important;
    }

    header .notify-message {
        font-size: .8em;
    }
}

@media (max-width: 767px) {
    header .navbar-dark .navbar-brand {
        width: auto !important;
    }

    .menu-top {
        display: none !important;
    }

    header .shopMobile {
        margin-left: 0;
    }

    .logoBeyond {
        display: none;
    }

    header .logoBeyondMobile {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-left: 0%;
    }

    .bx-wrapper .bx-controls-direction a {
        display: none;
    }

    header .carMobile .call-orange a i {
        height: 30px;
        width: 30px !important;
        font-size: 1.2em;
        margin-top: 4px;
    }

    header .call-orange a i:hover {
        background: none;
        color: #F08D46;
    }

    header .carMobile .call-orange {
        display: block;
    }

    header .call-orange a i {
        background: none;
        color: #F08D46;
    }

    header .carMobile {
        align-items: center;
        justify-content: flex-end;
    }

    header .carMobile .menuMini {
        padding: 0px 3px;
        margin-top: 3px;
        display: block;
    }

    header .carMobile .menuMini a {
        color: #02bdb6 !important;
        font-size: 6px;
        display: block;
        cursor: pointer;
        width: 16px;
        text-align: center;
    }

    header .carMobile .menuMini a:hover {
        color: #F08D46 !important;
    }

    header .carMobile .menuMini a i {
        display: block;
        margin-bottom: 1px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        margin-top: 9px !important;
    }
}

@media (max-width: 1200px) {
    header .navbar-dark .navbar-nav .nav-link {
        font-size: 0.9rem;
    }

    .dropdown-item,
    header .menu-top ul li {
        font-size: 0.8rem;
    }

    header .dropdown-menu {
        left: -87px;
    }

    header .menu-top .select-menu-top select {
        font-size: 12px;
    }

    header .menu-top .select-menu-top {
        width: 9.2em;
    }

    header .call-orange a i {
        font-size: 1.2em;
        height: 22px !important;
        width: 22px !important;
    }

    header .navbar-dark .navbar-brand {
        width: 17%;
    }
}

@media (max-width: 575.98px) {
    header .menuHide {
        max-width: 100%;
    }

    .navbar {
        padding: 0.5rem 0rem;
    }

    header .logoBeyondMobile {
        margin-left: auto;
        max-width: 38px;
    }
}