.bg-primary {
    background-color: #0161a7 !important;
}

.text-primary, .text-primary:hover, .breadcrumb-item-link:hover {
    color: #0161a7 !important;
}

.border-primary {
    border-color: #0161a7 !important;
}

.breadcrumb-item-link {
    color: #000;
}

.breadcrumb-item-active {
    color: #9D9EA2;
}

a:hover, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav, .nav-link.active, .active {
    color: #0161a7;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
    color:#000;
}

.cat-item:hover, .dropdown-item:focus {
    background-color: #0161a7 !important;
}

.cat-item:hover h6 {
    color: #FFF;
}

.flag {
    width: 20px;
    height: 20px;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

.category-image {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mh-100px {
    max-height: 100px;
}

.p-15 {
    padding: 15px;
}

.et_pb_module {
    text-align: center !important;
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    animation-timing-function: linear;
}

.et_pb_video_box {
    display: block;
    position: relative;
    z-index: 1;
    line-height: 0;
}

.et_pb_video_overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}

.et_pb_video_play {
    font-size: 6rem;
    color: #fff;
}

.overlay_hover:hover {
    background-color: rgba(0,0,0,0.2);
    transition: all .5s ease-in-out;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0161a7 !important;
    border: none;
}

.outline-none {
    outline: none !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #0161a7 !important;
}

.text-break {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-break:hover {
    text-overflow: initial;
    white-space: initial;
    overflow: visible;
    cursor: pointer;
}

.product-img:hover + .text-break {
    text-overflow: initial;
    white-space: initial;
    overflow: visible;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

#imagenes {
    position: relative;
}

.carousel-icon {
    color: black !important;
    position: absolute;
    font-size: 2rem;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.active-nav-link {
    background-color: #0161a7 !important;
    color: #FFF;
}

.inactive-nav-link {
    color: #0161a7 !important;
}

[data-toggle="collapse"] .fa:before {   
    content: "\f139";
}
  
[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}

a.hover-primary:hover {
    color: #0161a7 !important;
}

.list-alpha {
    list-style-type: lower-alpha;
}


.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
    border: 5px solid rgba(180,180,180,.6);
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}
  
/* top left */
.ribbon-top-left {
    top: -10px;
    left: 6px;
}
.ribbon-top-left::before, .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}
  
/* top right */
.ribbon-top-right {
    top: -10px;
    right: 6px;
}
.ribbon-top-right::before, .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}
  
/* bottom left */
.ribbon-bottom-left {
    bottom: 11px;
    left: 6px;
}
.ribbon-bottom-left::before, .ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}
.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}
.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}
  
/* bottom right */
.ribbon-bottom-right {
    bottom: 11px;
    right: 6px;
}
.ribbon-bottom-right::before, .ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}
.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}
.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
}
  
.ribbon-obsoleto span {
    background-color: rgba(255,0,0,.7);
}
.ribbon-novedad span {
    background-color: rgba(0,0,255,.7);
}
.ribbon-proximamente span {
    background-color: rgba(255,165,0,.7);
    font: 700 16px 'Lato', sans-serif;
}  
.ribbon-promo {
    position:absolute;
    top:-10px;
    right:6px;
    z-index:999;
}

.z-index-9999 {
    z-index: 9999;
}

.z-index-1 {
    z-index: 1;
}