body {
    margin: 0 !important;
    padding: 0 !important;
}

#wrapper {
    /* padding: 0 5px 0 15px;*/
}

a:link {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.nav-item {
    font-family: 'Montserrat', sans-serif;	
	font-display: swap;
}

small {
    font-size: 80%;
}

h2 {
    font-size: 1.5rem;
}

.navbar-expand-lg .navbar-nav.side-nav {
    flex-direction: column;
}

.card {
    margin-bottom: 5px;
    border-radius: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

.header-top {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3)
}

.leftmenutrigger {
    display: none;
}

.navbar-dark {
    color: #f8f9fa;
}

.bg-dlm_gradient {
    background-color: #fff;
}

.ocultar {
    display: block;
}

.mostrar {
    display: none;
}

.text-spacing {
    letter-spacing: 0.2em;
    font-size: 14px;
}

.animate {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.very_small {
    font-size: 50%;
}

.text-mont {
    /*font-size:12px;*/
    font-weight: 100;
    padding-top: 10px;
}

.text_title_destacado {
    /*text-align:center;*/
    font-size: bold;
    color: #FFFFFF;
    font-size: 32px;
}

.panel_contenedor {
    padding-top: 50px;
}

.text_sub {
    text-align: center;
    font-size: bold;
    color: #FFFFFF;
    font-size: 24px;
}

.color_box_red {
    background-color: #f22706;
}

.item_masec {
    display: none;
}

h1 {
    font-size: 24px;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 0 10px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item > div {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 1px;
    margin: 5px;
    background: #F8F8F8;
    color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
}

.btn-danger {
    color: #fff;
    background-color: #f32506;
    ;
    border-color: #f32506;
    ;
}

.searchbar {
    z-index: 99999;
    margin-bottom: auto;
    margin-top: auto;
    height: 30px;
    background-color: #353b48;
    border-radius: 30px;
    position: relative;
    /*top: 5px;left: 40px;*/
}

.search_input {
    z-index: 99999;
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 30px;
    transition: width 0.1s linear;
}

.searchbar:hover > .search_input {
    z-index: 2;
    padding: 0 10px;
    width: 100px;
    caret-color: red;
    transition: width 0.1s linear;
    top: 5px;
}

.searchbar:hover ~ #logo_chic {
    display: none;
}

.searchbar:hover > .search_icon {
    background: white;
    color: #e74c3c;
    border-radius: 50%;
}

.search_icon {
    z-index: 2;
    height: 30px;
    width: 30px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
}

#logo_chic {
    z-index: 0;
}

.item-cat-pos {
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 10px;
    /*background: #089FD6;*/
    background: rgba(175, 25, 35, 1);
    background: -moz-linear-gradient(left, rgba(175, 25, 35, 1) 0%, rgba(243, 37, 6, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(175, 25, 35, 1)), color-stop(100%, rgba(243, 37, 6, 1)));
    background: -webkit-linear-gradient(left, rgba(175, 25, 35, 1) 0%, rgba(243, 37, 6, 1) 100%);
    background: -o-linear-gradient(left, rgba(175, 25, 35, 1) 0%, rgba(243, 37, 6, 1) 100%);
    background: -ms-linear-gradient(left, rgba(175, 25, 35, 1) 0%, rgba(243, 37, 6, 1) 100%);
    background: linear-gradient(to right, rgba(175, 25, 35, 1) 0%, rgba(243, 37, 6, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#af1923', endColorstr='#f32506', GradientType=1);
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    font-weight: 700;
}

.cat_content {
    text-transform: uppercase;
    /*background: #089FD6;*/
    background: rgba(175, 25, 35, 1);
    background: -moz-linear-gradient(left, rgba(175, 25, 35, 1) 0%, rgba(243, 37, 6, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(175, 25, 35, 1)), color-stop(100%, rgba(243, 37, 6, 1)));
    background: -webkit-linear-gradient(left, rgba(175, 25, 35, 1) 0%, rgba(243, 37, 6, 1) 100%);
    background: -o-linear-gradient(left, rgba(175, 25, 35, 1) 0%, rgba(243, 37, 6, 1) 100%);
    background: -ms-linear-gradient(left, rgba(175, 25, 35, 1) 0%, rgba(243, 37, 6, 1) 100%);
    background: linear-gradient(to right, rgba(175, 25, 35, 1) 0%, rgba(243, 37, 6, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#af1923', endColorstr='#f32506', GradientType=1);
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    font-weight: 700;
}

@media(min-width:840px) {
    .navbar {
        font-size: 14px;
    }
    .navbar-brand {
        font-size: 14px;
    }
    .leftmenutrigger {
        display: block;
        margin: 7px 20px 4px 0;
        cursor: pointer;
    }
    #wrapper {
        padding: 15px 15px 0 15px;
        width: 1200px;
        /*1020px*/
        margin: 0 auto
    }
    .navbar-nav.side-nav.open {
        left: 0;
    }
    .navbar-nav.side-nav {
        background: #585f66;
        box-shadow: 2px 1px 2px rgba(0, 0, 0, .3);
        position: fixed;
        top: 50px;
        flex-direction: column!important;
        left: -220px;
        width: 200px;
        overflow-y: auto;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px
    }
    .nav-item {
        padding-left: 15px;
    }
    .ocultar {
        display: none;
    }
    .mostrar {
        display: block;
    }
    .searchbar {
        z-index: 2;
        margin-bottom: auto;
        margin-top: auto;
        height: 30px;
        background-color: #353b48;
        border-radius: 30px;
        position: absolute;
        top: 10px;
        left: 50px;
    }
    .search_input {
        z-index: 99999;
        color: white;
        border: 0;
        outline: 0;
        background: none;
        width: 0;
        caret-color: transparent;
        line-height: 30px;
        transition: width 0.1s linear;
    }
    .searchbar:hover > .search_input {
        z-index: 99999;
        padding: 0 10px;
        width: 200px;
        caret-color: red;
        transition: width 0.1s linear;
    }
    .searchbar:hover > .search_icon {
        background: white;
        color: #e74c3c;
        border-radius: 50%;
    }
    .search_icon {
        z-index: 2;
        height: 30px;
        width: 30px;
        float: right;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        color: white;
        text-decoration: none;
    }
    .text_title_destacado {
        /*text-align:center;*/
        font-size: bold;
        color: #FFFFFF;
        /*font-size: 32px;*/
    }
    .card-columns {
        column-count: 2 !important;
    }
}

@media (min-width: 841px) and (max-width: 1200px) {
    .navbar {
        font-size: 12px;
    }
    .navbar-brand {
        font-size: 12px;
    }
    .leftmenutrigger {
        display: block;
        margin: 7px 20px 4px 0;
        cursor: pointer;
    }
    #wrapper {
        padding: 15px 15px 0 15px;
        width: 1000px;
        /*1020px*/
        margin: 0 auto
    }
    .navbar-nav.side-nav.open {
        left: 0;
    }
    .navbar-nav.side-nav {
        background: #585f66;
        box-shadow: 2px 1px 2px rgba(0, 0, 0, .3);
        position: fixed;
        top: 50px;
        flex-direction: column!important;
        /* left: -220px;*/
        width: 200px;
        overflow-y: auto;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px
    }
    .nav-item {
        padding-left: 15px;
    }
    .ocultar {
        display: none;
    }
    .mostrar {
        display: block;
    }
    .searchbar {
        z-index: 2;
        margin-bottom: auto;
        margin-top: auto;
        height: 30px;
        background-color: #353b48;
        border-radius: 30px;
        position: absolute;
        top: 10px;
        left: 50px;
    }
    .search_input {
        z-index: 99999;
        color: white;
        border: 0;
        outline: 0;
        background: none;
        width: 0;
        caret-color: transparent;
        line-height: 30px;
        transition: width 0.1s linear;
    }
    .searchbar:hover > .search_input {
        z-index: 99999;
        padding: 0 10px;
        width: 200px;
        caret-color: red;
        transition: width 0.1s linear;
    }
    .searchbar:hover > .search_icon {
        background: white;
        color: #e74c3c;
        border-radius: 50%;
    }
    .search_icon {
        z-index: 2;
        height: 30px;
        width: 30px;
        float: right;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        color: white;
        text-decoration: none;
    }
    .text_title_destacado {
        /*text-align:center;*/
        font-size: bold;
        color: #FFFFFF;
        /*font-size: 32px;*/
    }
    .card-columns {
        column-count: 2 !important;
    }
}


/*Pruebo*/


/* Icon 1 */

.navbar-toggler {
    padding: 1px;
}

.navbar {
    padding-top: 6px;
    padding-bottom: 6px;
}

.animated-icon1,
.animated-icon2,
.animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #e65100;
}

.animated-icon2 span {
    background: #e3f2fd;
}

.animated-icon3 span {
    background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* Icon 3*/

.animated-icon2 span:nth-child(1) {
    top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
    top: 10px;
}

.animated-icon2 span:nth-child(4) {
    top: 20px;
}

.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}


/* Icon 4 */

.animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.position-fixed {
    width: 252px;
    min-height: 120px;
    text-align: center;
    position: absolute;

    /*box-shadow: -20px 1px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 500; /*Subiendo el z-index del contenedor resuelves ese problema*/
    left: 1%;
    top: -50px;
    height: 100px;
    opacity: 0.96;
}