@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css");
/*@import url("../vendor/mmenu/mmenu.css");*/
/*@import url("../vendor/mmenu/mmenu-light.css");*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css");
@import url("https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css");
/*@import url("https://fonts.googleapis.com/icon?family=Material+Icons");*/
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://intrahard.com/sistema/skin_base_intrahard/assets/font/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
  }
  
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }

/*@import url("//db.onlinewebfonts.com/c/55d433372d270829c51e2577a78ef12d?family=Monument+Extended");*/
@font-face {font-family: "Monument Extended";
    src: url("https://intrahard.com/sistema/skin_base_intrahard/assets/font/55d433372d270829c51e2577a78ef12d.eot"); /* IE9*/
    src: url("https://intrahard.com/sistema/skin_base_intrahard/assets/font/55d433372d270829c51e2577a78ef12d.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://intrahard.com/sistema/skin_base_intrahard/assets/font/55d433372d270829c51e2577a78ef12d.woff2") format("woff2"), /* chrome firefox */
    url("https://intrahard.com/sistema/skin_base_intrahard/assets/font/55d433372d270829c51e2577a78ef12d.woff") format("woff"), /* chrome firefox */
    url("https://intrahard.com/sistema/skin_base_intrahard/assets/font/55d433372d270829c51e2577a78ef12d.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("https://intrahard.com/sistema/skin_base_intrahard/assets/font/55d433372d270829c51e2577a78ef12d.svg#Monument Extended ") format("svg"); /* iOS 4.1- */
}

* {
    font-family: "Open Sans", sans-serif;
}

html {
    scroll-behavior: smooth;
}

@media (max-width: 992px) {
    html {
        scroll-behavior: auto;
    }
}

.line-93 {
    line-height: 0.93;
}

.line-0 {
    line-height: 0;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* DELAY ANIMATION */
.delay1 {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.delay2 {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay3 {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay4 {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay5 {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay6 {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay7 {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

@media (max-width: 992px) {
    .w-0 {
        width: 0px;
    }

    .w-100 {
        width: 100%;
    }
}

/* HEADER & BREADCUM */
.titleandbreadcrumbs {
}

.titleandbreadcrumbs .title {
    padding: 5px 0px;
    background: #ddd;
    text-align: center;
}

.titleandbreadcrumbs .title h1 {
    font-family: "Monument Extended", sans-serif;
    color: #000;
    margin: 0px;
    font-weight: 600;
    font-size: 20px;
}

@media (max-width: 992px) {
    .titleandbreadcrumbs .title h1 {
        font-size: 15px;
    }
}

.titleandbreadcrumbs .breadcrumbs {
    padding: 5px 50px;
    background: #f1f1f1;
    font-size: 12px;
}

@media (max-width: 992px) {
    .titleandbreadcrumbs .breadcrumbs {
        font-size: 10px;
        text-align: center;
    }
}

.titleandbreadcrumbs .breadcrumbs a {
    color: gray;
}

.titleandbreadcrumbs .breadcrumbs span {
    color: #000;
}

.responsiveMenu {
    display: none;
}

@media (max-width: 992px) {
    .responsiveMenu {
        display: block;
    }
}

.main__header {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 4;
    -webkit-box-shadow: 0px 7px 11px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 11px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 11px -4px rgba(0, 0, 0, 0.75);
    /* fredhy 15-04-2020 */
}

.topHeader {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    overflow: hidden;
    background: #ea5513;
}

.topHeader .col-md-12 {
    padding-top: 5px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    .topHeader .col-md-12 {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.topHeader .col-md-12 a {
    color: #000;
    font-size: 12px;
    padding-left: 10px;
    font-weight: bold;
}

@media (max-width: 992px) {
    .topHeader .col-md-12 a {
        /*color: #fff;*/
    }
}

.topHeader .col-md-12 a .material-icons {
    font-size: 16px;
}

.topHeader .col-md-12 a:hover {
    text-decoration: none;
}

@media (max-width: 992px) {
    .topHeader .col-md-12 a span {
        /*display: none;*/
    }
}

.topHeader .col-md-12 .social img {
    width: 15px;
}

.topHeader .col-md-12 .social span {
    font-weight: 400;
    color: #000;
    font-size: 12px;
}

.topHeader .col-md-12 .User-registerAndLogin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    .topHeader {
        z-index: 4;
        color: #fff;
    }
}

.main__header .footer {
    z-index: 4;
    background: #000;
}

.main__header .footer .col-md-12 {
    padding-top: 5px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 992px) {
    .main__header .footer .col-md-12 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.main__header .footer .col-md-12 .logo img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 150px;
}

@media (max-width: 992px) {
    .main__header .footer .col-md-12 .logo img {
        width: 150px;
    }
}

.main__header .footer .col-md-12 ul {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

@media (max-width: 992px) {
    .main__header .footer .col-md-12 ul {
        display: none;
    }
}

.main__header .footer .col-md-12 ul li {
    line-height: 1 !important;
    border-left: 1px solid #fff;
}

.main__header .footer .col-md-12 ul li a {
    font-size: 13px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0.5rem;
}

.main__header .footer .col-md-12 ul .home {
    border: 0;
}

.main__header .footer .col-md-12 .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main__header .footer .col-md-12 .right a {
    color: #fff;
    padding-left: 15px;
    line-height: 0.93;
}

@media (max-width: 992px) {
    .main__header .footer .col-md-12 .right a span {
        font-size: 30px;
    }
}

@media (max-width: 992px) {
    .main__header .footer .col-md-12 .right form {
        width: 0px;
        padding: 0;
        display: none;
    }
}

.main__header .footer .col-md-12 .right form input {
    width: 200px;
}

@media (max-width: 992px) {
    .main__header .footer .col-md-12 .right form input {
        width: 0px;
        padding: 0;
    }
}

.main__header .footer .col-md-12 .right form input:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.main__header .footer .col-md-12 .right form .btn {
    line-height: 0.93;
}

@media (max-width: 992px) {
    .main__header .footer .col-md-12 .right form .btn {
        background: transparent;
    }

    .main__header .footer .col-md-12 .right form .btn i {
        color: #fff;
    }
}

.main__header .footer .col-md-12 .right form .btn:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.main__header .footer .col-md-12 .right .btn_search__responsive {
    display: none;
}

@media (max-width: 992px) {
    .main__header .footer .col-md-12 .right .btn_search__responsive {
        display: block;
        background: none;
    }
}

.main__header .none_top {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    height: 0;
}

.main__header .padding-slim {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.main__header .logo-slim {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 150px;
}

.main__header .font-slim {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 11px !important;
}

.main__header .buscar {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px 10px;
    background: #ea5513;
}

.main__header .buscar .col-md-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 991px) {
    .main__header .buscar .col-md-12 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.main__header .buscar .col-md-12 form {
    width: 100%;
}

.main__header .buscar .col-md-12 .btn {
    border-radius: 0;
}

@media (min-width: 991px) {
    .main__header .buscar .col-md-12 .btn {
        border: none;
    }
}

.main__header .buscar .col-md-12 .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.main__header .buscar .col-md-12 input {
    border-radius: 0;
    border: 0;
}

.main__header .buscar .col-md-12 input:focus {
    outline: 0;
    border: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

@media (min-width: 991px) {
    .main__header .buscar .col-md-12 input {
        border: none;
    }
}

@media (min-width: 991px) {
    .main__header .buscar .col-md-12 .botonCerrar {
        background: #343a40;
        color: #fff;
        border: 1.7px solid #343a40;
    }
}

@media (min-width: 991px) {
    .main__header .buscar {
        left: 0px;
        padding: 19px 10px;
    }
}

.main__header .ocultar {
    display: none;
}

footer {
    padding: 20px 0px;
    background: #000;
    top: 100%;
    position: sticky;
    border-top: 2px solid #ea5513;
}

footer li {
    margin: 0px;
}

footer a {
    font-size: 11px;
    color: #fff;
}

footer a .material-icons {
    font-size: 14px;
}

footer a:hover {
    color: #fff;
}

footer .logo img {
    width: 150px;
}

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

.carousel-indicators li {
    opacity: 1;
    background: #fff;
    border-radius: 55px;
    padding: 0px;
    width: 15px;
    border-top: 7px solid transparent;
    border-bottom: 6px solid transparent;
}

.carousel-indicators li.active {
    background: #082e88;
}

.home .title {
    background: #cb0a1d;
    margin: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    .home .title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: 0px 7px 11px -4px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: 0px 7px 11px -4px rgba(0, 0, 0, 0.45);
        box-shadow: 0px 7px 11px -4px rgba(0, 0, 0, 0.45);
    }
}

.home .title .izq {
    position: relative;
    background: #fff;
    padding: 20px 10px;
    -webkit-box-shadow: 0px 7px 11px -4px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 7px 11px -4px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 7px 11px -4px rgba(0, 0, 0, 0.45);
    /*
            &::before {
                content:'';
                position: absolute;
                right: -60px;
                //background: green;
                //padding: 36px;
                display: block;
                height: 100%;
                position: absolute;
                width: 0;
                top: 0;
                border-left: 7px solid #cb0a1d;
                //border-top: 0 solid red;
                border-right: 53px solid transparent;
                border-bottom: 96px solid #cb0a1d;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-sizing: border-box;
            }
            */
}

@media (max-width: 992px) {
    .home .title .izq {
        -webkit-box-shadow: 0px 7px 11px -4px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 7px 11px -4px rgba(0, 0, 0, 0);
        box-shadow: 0px 7px 11px -4px rgba(0, 0, 0, 0);
        background: #cb0a1d;
        padding: 5px;
    }
}

.home .title .izq::after {
    content: "";
    position: absolute;
    right: -61px;
    display: block;
    height: 100%;
    position: absolute;
    width: 0;
    top: -1px;
    border-top: 0 solid #fff;
    border-right: 61px solid transparent;
    border-bottom: 100px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .home .title .izq::after {
        display: none;
    }
}

.home .title .izq img {
    width: 120px;
}

@media (max-width: 992px) {
    .home .title .izq img {
        width: 60px;
        padding-right: 15px;
        mix-blend-mode: lighten;
        -webkit-filter: invert(100) brightness(100);
        filter: invert(100) brightness(100);
    }
}

.home .title .izq .ipei {
    height: 58px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.home .title .izq h1 {
    color: #cb0a1d;
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
}

@media (max-width: 992px) {
    .home .title .izq h1 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 0;
    }
}

@media (max-width: 992px) {
    .home .col-md-3 {
        width: 50%;
    }
}

.bloque-6 .bg1 {
    background: url("../img/bloque1.jpg");
    background-position: center;
    background-size: 150%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 992px) {
    .bloque-6 .bg1 {
        margin-bottom: 1.5rem;
        background-size: 320%;
    }
}

.bloque-6 .bg2 {
    background: url("../img/bloque2.jpg");
    background-position: center;
    background-size: 150%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 992px) {
    .bloque-6 .bg2 {
        margin-bottom: 1.5rem;
        background-size: 320%;
    }
}

.bloque-6 .bg1:hover,
.bloque-6 .bg2:hover {
    background-size: 180%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 992px) {
    .bloque-6 .bg1:hover,
    .bloque-6 .bg2:hover {
        background-size: 390%;
    }
}

/* burbujas intro fredhy (10-03-2020) */
/* fredhy 10-12-2019 (news requeriment - movil and desktop) */
.bubble {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    /*background: #dfdfdf;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    /*padding: 1% 0% 1% 4%;*/
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

.bubble .icon {
    width: 45px;
    padding-right: 5px;
}

.contain-bubble {
    max-width: 1140px;
    width: 100%;
    padding-top: 28px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.bubble .border {
    width: 1px;
    height: 30px;
    border-right: 1px solid grey;
}

.bubble .txt {
    color: #000;
    padding-left: 7px;
}

.bubble a:hover {
    text-decoration: none;
    cursor: default;
}

@media (max-width: 992px) {
    .contain-bubble {
        margin-top: 10px;
        padding: 0px;
    }

    .bubble {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 10px;
        background: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        border-radius: 0px;
    }

    .bubble .border {
        display: none;
    }

    .bubble .icon {
        background: #fff;
        color: grey;
        border-radius: 50px;
        padding: 20px;
        /*font-size: 20px;*/
        margin-bottom: 5px;
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
        width: 100px;
        height: 100px;
    }

    .bubble .b a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bubble .txt {
        font-size: 10px;
        text-align: center;
    }

    .bubble .b {
        width: 25%;
    }
}

.item {
    background: #fff;
    border-radius: 0px;
    padding: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 7px 19px -4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 7px 19px -4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7px 19px -4px rgba(0, 0, 0, 0.25);
    border: 1px solid #d5242442;
    /*height: 95%;*/
}

@media (max-width: 992px) {
    .item {
        padding: 5px 10px;
    }
}

.item h3 {
    font-size: 13px;
    text-align: center;
    color: #132a88;
    font-weight: 600;
    /*overflow: hidden;
    height: 52px;
    margin-top: 5px;*/
}

@media (max-width: 992px) {
    .item h3 {
       /* font-size: 15px;
        height: 55px;*/
    }
}

.item img:not(.label-offer-img) {
    padding: 10px;
    width: 200px;
}

.item p {
    text-align: center;
    color: #ea5513;
    font-weight: 600;
    font-size: 20px;
}

.item .btn- {
    background: #000;
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 0px;
}

.item .btn- i {
    padding-right: 5px;
    font-size: 19px;
    margin-top: -5px;
}

.item:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 7px 19px -4px #ea5513;
    -moz-box-shadow: 0px 7px 19px -4px #ea5513;
    box-shadow: 0px 7px 19px -4px #ea5513;
    border: 1px solid transparent;
}

.item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.item a:hover {
    text-decoration: none;
}

@media (max-width: 992px) {
    .item {
        margin-bottom: 2rem;
    }
}

.item .buttons {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .item .buttons {
        padding: 0px 10px !important;
    }
}

.item .buttons .btn {
    border-radius: 0;
    margin: 0;
}

@media (max-width: 992px) {
    .item .buttons .btn {
        font-size: 11px;
    }
}

.item .buttons input {
    width: 45px;
    text-align: center;
    font-weight: bold;
    border: 0;
    background: #ddd;
    font-size: 17px;
    height: 36px;
}

@media (max-width: 992px) {
    .item .buttons input {
        width: 25px;
        font-size: 12px;
    }
}

.item .buttons .btn-success {
    background: #000;
    border: 0;
}

.item .buttons .btn-danger {
    background: #ea5513;
    border: 0;
}

.products {
    padding-top: 0.5em;
    padding-bottom: 5em;
    background: url(../img/bg.jpg);
}

.products .filter__button__responstive {
    display: none;
}

@media (max-width: 766px) {
    .products {
        margin-top: 5px;
        margin-bottom: 2rem;
    }

    .products .filter__button__responstive {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        margin-bottom: 15px;
        width: 100%;
    }

    .products .filter__button__responstive a {
        width: 100%;
        padding: 10px 15px;
        color: #fff;
        border-radius: 0px;
    }

    .products .filter__button__responstive a:hover {
        text-decoration: none;
    }
}

.products .item {
    margin-bottom: 2rem;
}

@media (max-width: 766px) {
    .products .card {
        overflow: hidden;
        height: 0px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
}

.products .card .title {
    text-align: center;
    margin-bottom: 0;
    color: #000;
}

.products .card .title:hover {
    text-decoration: none;
}

.products .card a .fa {
    color: #000 !important;
}

.products .card .list-menu {
    margin: 0;
    padding: 0;
}

.products .card .list-menu li {
    list-style: none;
}

.products .card .list-menu li a {
    color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.products .card .list-menu li a:hover {
    text-decoration: none;
    color: #cb0a1d;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.products .card .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ea5513;
    background-color: #ea5513;
    border-radius: 0;
}

.products .card .custom-checkbox .custom-control-input ~ .custom-control-label::before {
    border-radius: 0;
}


.products .card .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ea5513;
    background-color: #ea5513;
    border-radius: 50%;
}

.products .card .custom-radio .custom-control-input ~ .custom-control-label::before {
    border-radius: 50%;
}


.products .card .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
}

.products .card .btn:focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
}

.products .card .input-group-append .btn,
.products .card .input-group-prepend .btn {
    z-index: 1;
}

.products .expanded_filter {
    height: auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


@media (max-width: 992px) {
    .products .card {
        border: 0px solid !important;
    }
   
    .products .card.expanded_filter {
        border: 1px solid #000 !important;
    }
}

@media (max-width: 992px) {
    .products .col-md-9 .row {
        margin-top: 5px;
    }
}

@media (max-width: 992px) {
    .products .col-md-9 .col-md-3 {
        width: 50%;
    }
}

.products .filter_btn {
    padding-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    .products .filter_btn {
        text-align: center;
    }
}

.products .filter_btn .all {
    font-size: 14px;
    color: #000;
    padding-right: 5px;
    font-weight: normal;
}

.products .filter_btn .dropdown-toggle {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0px;
    background: #000;
    border: 0px;
}
/*
@media (max-width: 992px) {
    .products .filter_btn .dropdown-toggle {
        background: #000;
        padding: 10px 15px;
        color: #fff;
        border-radius: 0px;
        width: 100%;
    }
}
*/
.products .filter_btn .dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

.products .filter_btn .btn-primary {
    padding: 7px;
    font-size: 0.875rem;
    line-height: 1.5;
    height: 29px;
    border-radius: 0px;
    background: #000;
    border: 0px;
}

.products .filter_btn .dropdown-menu {
    border: 1px solid black;
    border-radius: 0;
}

@media (max-width: 992px) {
    .products .filter_btn .dropdown {
        width: 50%;
        padding: 0px 10px;
    }
}

.products .start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.products .end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.products .end b {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 992px) {
    .products .end {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .products .end b {
        display: none;
    }

    .products .end .all {
        background: #000;
        padding: 4px 6px;
        color: #fff;
        margin-right: 7px;
    }
}

.products .filter_2 .card {
    border: 1px solid black;
    border-radius: 0;
}

.products .filter_2 .card .card-header {
    background-color: #262626;
    border-bottom: 1px solid #484848;
}

.products .filter_2 .card .card-header:first-child {
    border-radius: 0;
}

.products .filter_2 .card a .fa {
    color: #fdfcfc !important;
}

.products .filter_2 .card .title {
    text-align: center;
    margin-bottom: 0;
    color: #f9f9f9;
}

.products .filter_2 .btn-primary {
    border-radius: 0px;
    color: #fff;
    background-color: #ea5513;
    border-color: #ea5513;
}

.products .filter_2 .form-control {
    border-radius: 0px;
}

.products .filter_2 .rubro {
    padding-left: 10px;
}

.products .filter_2 .rubro li {
    list-style: none;
}

.products .filter_2 .rubro li a {
    font-weight: bold;
    color: #000;
}

.products .filter_2 .rubro li a .fa-plus {
    color: #ea5513 !important;
}

.products .filter_2 .rubro li ul {
    padding: 0px 15px;
}

.products .filter_2 .rubro li ul li a {
    font-weight: normal;
}

.products .filter_2 .rubro li ul li::before {
    content: "- ";
}

.table-list p {
    margin-bottom: 0px;
}

.table-list .num-in {
    background: #000;
    border-radius: 0px;
    height: 30px;
    width: 80px;
}

.table-list .num-in input {
    float: left;
    width: 33.333%;
    height: 30px;
    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    background: #ddd;
}

.table-list .num-in span {
    width: 33.333%;
    display: block;
    height: 30px;
    float: left;
    position: relative;
}

.table-list .num-in span.plus:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.table-list thead th {
    border-bottom: 0px;
}

.table-list .num-in span:before,
.table-list .skin-2 .num-in span:after {
    position: absolute;
    width: 10px;
    top: 36%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
    color: #fff;
    font-size: 11px;
}

.table-list tr {
    border-top: 1px solid #dbdbdb;
}

.table-list td,
.table-list th {
    padding: 0.25rem 0.75rem;
    vertical-align: middle;
    font-size: 14px;
    border-top: 0px solid #dbdbdb;
}

@media (max-width: 992px) {
    .table-list td,
    .table-list th {
        font-size: 12px;
        padding: 2px 3px;
    }
}

.table-list .td-descri a {
    color: #000;
    font-size: 14px;
}

@media (max-width: 992px) {
    .table-list .td-descri a {
        font-size: 12px;
    }
}

.table-list .td-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    .table-list tbody th {
        /*background: green;*/
    }
}

@media (max-width: 992px) {
    .table-list tbody .text-right {
        white-space: nowrap;
        font-size: 10px;
    }
}

table {
    table-layout: auto;
}

.page-item {
    border-bottom: 0px solid #000;
    border-top: 1px dotted #ea5513;
    background: transparent;
}

.page-item .page-link {
    border-radius: 0 !important;
    background: transparent;
    border: 0;
    color: #ea5513;
}

.page-item .page-link:hover {
    background: #ddd;
}

.page-item .page-link.active {
    background: #ddd;
}

.page-item.disabled .page-link {
    background: transparent;
    color: #ddd;
}

.details {
    padding: 40px 0px;
}

@media (max-width: 992px) {
    .details {
        padding: 20px;
    }
}

@media (max-width: 992px) {
    .details .texts {
        text-align: center;
        margin-top: 20px;
    }
}

.details .texts h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    color: #000;
}

@media (max-width: 992px) {
    .details .texts h2 {
        text-align: center;
        display: none;
    }
}

.details .texts .category {
    background: #0032ab;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 12px;
}

@media (max-width: 992px) {
    .details .texts .category {
        text-align: center;
    }
}

.details .texts p {
    text-align: justify;
    font-size: 18px;
}

@media (max-width: 992px) {
    .details .texts p {
        font-size: 13px;
    }
}

.details .texts h5 {
    font-size: 14px;
}

.details .texts h5 b {
    color: #0032ab;
}

@media (max-width: 992px) {
    .details .d-md-none h2 {
        text-align: center;
        text-transform: uppercase;
        font-size: 25px;
        font-weight: 600;
        color: #000;
    }
}

.details #carousel_detalle {
    background: #e6e6e6;
    padding: 20px;
}

@media (max-width: 992px) {
    .details #carousel_detalle img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        height: 250px;
    }
}

.details .SizeAndCant {
    border: 1px dotted #cb0a1d;
    padding: 10px 20px;
    border-radius: 5px;
}

@media (max-width: 992px) {
    .details .SizeAndCant {
        padding: 10px 2px;
    }
}

.details .SizeAndCant h5 {
    font-weight: bold;
}

.details .SizeAndCant .tyc {
    padding: 0;
}

.details .SizeAndCant .tyc li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.details .SizeAndCant .tyc li .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.details .SizeAndCant .tyc li .form-group input {
    width: 50px;
    text-align: center;
}

.details .SizeAndCant .tyc li .form-group label {
    margin: 0;
    padding-right: 15px;
}

.details .SizeAndCant .tyc li .form-group .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.details .SizeAndCant .tyc li .form-group .input-group .input {
    background: #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.details .SizeAndCant .tyc li .form-group .input-group .button-minus,
.details .SizeAndCant .tyc li .form-group .input-group .button-plus {
    font-size: 25px;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    border: none;
    background: transparent;
}

.details .buttons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .details .buttons .btn {
        margin: 10px;
    }
}

.details .float-right {
    background: #ef4e23;
    border: none;
}

.details .float-right:hover {
    border: none !important;
    outline: 0;
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 0 rgba(38, 143, 255, 0) !important;
    box-shadow: 0 0 0 0 rgba(38, 143, 255, 0) !important;
}

.details .float-right:focus {
    border: none !important;
    outline: 0;
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 0 rgba(38, 143, 255, 0) !important;
    box-shadow: 0 0 0 0 rgba(38, 143, 255, 0) !important;
}

@media (max-width: 992px) {
    .details .float-right {
        float: none;
        width: 100%;
    }
}

.details #myCarousel .list-inline {
    white-space: nowrap;
    overflow-x: auto;
}

.details #myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
    background: #ccc;
    padding: 10px;
    overflow: hidden;
}

.details .carousel-indicators li {
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(38, 143, 255, 0) !important;
    box-shadow: 0 0 0 0 rgba(38, 143, 255, 0) !important;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.4;
}

.details .carousel-indicators li.active {
    background: #ef4e23;
    border-radius: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}

.details #myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
    padding: 0px;
}

.details #myCarousel .carousel-control-next,
.details #myCarousel .carousel-control-prev {
    opacity: 1;
}

.details #myCarousel .carousel-control-next span,
.details #myCarousel .carousel-control-prev span {
    font-size: 32px;
}

.cart {
    background: url(../img/bg.jpg);
    /*.table-striped tbody tr:nth-of-type(2n+1) { background: $color7;}*/
}

.cart .table th {
    vertical-align: middle;
}

.cart .table td {
    vertical-align: middle;
}

@media (max-width: 992px) {
    .cart .table td:before {
        content: attr(data-title) ": ";
        font-weight: bold;
        width: 120px;
        display: inline-block;
        color: #000;
        padding-right: 5px;
        margin-right: 10px;
        text-align: left;
    }
}

.cart .table td .media .media-body h5 {
    margin-bottom: 0px;
    font-size: 16px;
}

.cart .table td .media .media-body span {
    font-size: 12px;
    color: #d86630;
}

.cart .table .cell-button .btn-danger {
    border: 0;
    background: #000;
    font-size: 14px;
}

.cart .table .cell-button .btn-danger .fa {
    font-size: 13px;
}

.cart .table .cell__input {
    text-align: center;
}

.cart .table .tr-footer h3 {
    margin-bottom: 0px;
    font-weight: bold;
}

.cart .table .title {
    background: #000;
}

.cart .table .title th {
    color: #ea5513;
    padding: 4px 2px;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 992px) {
    .cart .table .title {
        display: none;
    }
}

@media (max-width: 992px) {
    .cart .table td {
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: right;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cart .table td img {
        display: none;
    }

    .cart .table td input {
        width: 50% !important;
        text-align: right;
    }

    .cart .table td .media,
    .cart .table td .media-body {
        width: 100% !important;
    }

    .cart .table td .media h5,
    .cart .table td .media-body h5 {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .cart .table td .media span,
    .cart .table td .media-body span {
        font-size: 12px;
    }

    .cart .table .cell-center {
        text-align: left !important;
    }

    .cart .table .cell-button {
        width: 100%;
    }

    .cart .table .cell-button a {
        width: 100%;
    }

    .cart .table .cell-button::before {
        content: "";
        width: 0px !important;
        display: none;
    }

    .cart .table tr {
        margin-bottom: 10px !important;
        border-bottom: 10px solid #efefef;
    }

    .cart .table .tr-footer td::before {
        display: none;
        width: 100%;
    }

    .cart .table .tr-footer td {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cart .table .tr-footer td a {
        width: 100%;
    }
}

.pedidohistorico {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pedidohistorico table thead {
    background: #000;
    border: 0;
}

.pedidohistorico table thead th {
    color: #ea5513;
}

.pedidohistorico .btn-sm {
    border-radius: 0;
    background: #178854;
    border: 0;
}

.about {
    padding: 50px 0px;
}

.about .txt-about {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about .txt-about p {
    font-size: 18px;
    text-align: justify;
}

@media (max-width: 992px) {
    .about .col-md-3 {
        width: 50%;
    }
}

.about img {
    padding-bottom: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
    width: 100%;
}

@media (max-width: 992px) {
    .about img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 150px;
        width: 100%;
    }
}

.contact {
    padding: 30px 0px;
}

.contact .titulo_intro {
    padding-bottom: 15px;
}

@media (max-width: 992px) {
    .contact .titulo_intro {
        padding: 0px;
    }
}

.contact .titulo_intro h4 {
    font-weight: bold;
}

@media (max-width: 992px) {
    .contact .titulo_intro h4 {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .contact .titulo_intro p {
        text-align: center;
        padding: 0px;
        margin: 0px;
    }
}

@media (max-width: 992px) {
    .contact {
        padding: 15px 0px;
    }
}

.contact .fa {
    padding-bottom: 15px;
    font-size: 35px;
    color: #fbb100;
}

.contact .fa-envelope {
    font-size: 30px;
}

.contact .nav-link {
    color: #000;
}

.contact .nav-link span {
    font-size: 20px;
    color: red;
}

@media (max-width: 992px) {
    .contact form {
        padding: 15px 0px;
    }
}

@media (max-width: 992px) {
    .contact form .pt-3 {
        padding-top: 0px !important;
    }
}

.contact form input,
.contact form textarea,
.contact form button {
    border-radius: 0;
    border: 0;
}

.contact form input:focus,
.contact form textarea:focus,
.contact form button:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.contact form input,
.contact form textarea {
    background: #e1e1e1;
}

@media (max-width: 992px) {
    .contact form input,
    .contact form textarea {
        margin: 5px 0px;
    }
}

@media (max-width: 992px) {
    .contact form button {
        width: 100%;
    }
}

.contact .info ul {
    padding-top: 15px;
}

.contact .info ul li {
    font-size: 14px;
    line-height: 2;
}

.contact .nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    .contact .nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.contact .nav .nav-link {
    padding: 5px;
}

.contact .nav .fab {
    padding: 10px;
    border-radius: 25px;
}

.contact .nav .fa-facebook-f {
    color: #fff;
    background: blue;
    padding: 10px 13px;
}

.contact .nav .fa-instagram {
    color: #fff;
    background: orange;
    padding: 10px 13px;
}

.mapa img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 150px;
}

.container-fluid,
.row {
    /*height: 100%;
  min-height: 100%; */
}

.loginandregister {
    background: url("../img/bg.jpg");
    /*height: 100vh;*/
   /* min-height: 100%;*/
    align-items: center;
    display: flex;
    justify-content: center;
}

.loginandregister img {
    width: 180px;
}

.loginandregister .btn-danger {
    background: #ea5513;
    border: 0;
}

.loginandregister input {
    outline: 0;
    border: none;
    -webkit-box-shadow: 0 0 0 0.2rem #d1d1d1;
    box-shadow: 0 0 0 0.2rem #d1d1d1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.loginandregister input:focus {
    outline: 0;
    border: none;
    -webkit-box-shadow: 0 0 0 0.2rem #ea5513;
    box-shadow: 0 0 0 0.2rem #ea5513;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


.loginandregister select {
    outline: 0;
    border: none;
    -webkit-box-shadow: 0 0 0 0.2rem #d1d1d1;
    box-shadow: 0 0 0 0.2rem #d1d1d1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.loginandregister select:focus {
    outline: 0;
    border: none;
    -webkit-box-shadow: 0 0 0 0.2rem #ea5513;
    box-shadow: 0 0 0 0.2rem #ea5513;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.loginandregister .links a {
    color: #000;
    font-size: 12px;
}

.loginandregister .links a i {
    width: 26px;
    font-size: 20px;
}

.lost h2 {
    color: #ea5513;
    font-family: "Monument Extended", sans-serif;
    font-size: 18px;
}

.lost .form-group .col-md-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#detalle {
    background: rgba(0, 0, 0, 0.9);
}

#detalle .modal-content {
    border-radius: 0;
}

#detalle .modal-header {
    border-radius: 0;
    background: #ea5513;
    border: 0px;
}

#detalle .modal-header h5 {
    font-weight: bold;
    font-family: "Monument Extended", sans-serif;
    color: #000;
    text-align: center;
    width: 100%;
}

#detalle .modal-header .close {
    opacity: 1;
    text-shadow: none;
    font-size: 25px;
}

#detalle .modal-body {
    background: url("../img/bg.jpg");
}

#detalle .modal-body .details {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#detalle .modal-body .details .carousell {
    width: 40%;
}

#detalle .modal-body .details .carousell img {
    width: 800px !important;
}

#detalle .modal-body .details .content {
    width: 60%;
    padding: 0px 10px;
}

#detalle .modal-body .details .content .title h2 {
    font-size: 20px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    margin: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #000;
}

#detalle .modal-body .details .content ul {
    padding: 0px;
}

#detalle .modal-body .details .content ul li {
    list-style: none;
    font-size: 14px;
}

#detalle .modal-body .details .content ul li p{
    list-style: none !important;
    font-size: 14px !important;
    margin-bottom: 0;
}


#detalle .modal-body .details .content ul li b {
    font-weight: bold;
}

#detalle .modal-body .details .buttons {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#detalle .modal-body .details .buttons .btn {
    border-radius: 0;
    margin: 0;
}

#detalle .modal-body .details .buttons input {
    width: 45px;
    text-align: center;
    font-weight: bold;
    border: 0;
    background: #ddd;
    font-size: 17px;
}

#detalle .modal-body .details .buttons .btn-success {
    background: #000;
    border: 0;
}

#detalle .modal-body .details .buttons .btn-danger {
    background: #ea5513;
    border: 0;
}

#detalle .modal-body .relacionados {
    margin-top: 15px;
}

#detalle .modal-body .relacionados .title_main {
    font-size: 20px;
    font-family: "Monument Extended", sans-serif;
    border-bottom: 4px solid #ea5513;
}

#detalle .modal-body .relacionados .item h3 {
    font-size: 13px;
    line-height: 1.3;
}

#detalle .modal-body .relacionados .item .buttons a {
    font-size: 8px;
}

#detalle .modal-body .relacionados .item .buttons input {
    width: 25px;
    font-size: 13px;
}

@media (max-width: 992px) {
    .wrap {
        overflow: hidden;
    }
}

/* MENU RESPONSIVE */
:root {
    --mm-sidebar-expanded-size: 350px;
}

.mm-menu {
    --mm-listitem-size: 50px;
    --mm-navbar-size: 50px;
    --mm-color-background: #cb0a1d;
    --mm-color-text: #fff;
    --mm-offset-right: 0px;
}

@media (min-width: 992px) {
    .header2 a {
        display: none;
    }
}

.mm-navbar_tabs span {
    display: inline-block;
    margin-left: 8px;
}

@media (max-width: 450px) {
    .mm-navbar_tabs span {
        display: none;
    }
}

/*---------------
fredhy 12-06-2020
----------------*/
.item img:not(.label-offer-img) {
    height: 150px;
    object-fit: contain;
}

.item h3 {
    /*height: 36px;*/
}

.page-item.active .page-link {
    border-radius: 0 !important;
    background: transparent;
    border: 0;
    color: #ea5513;
    background: #ddd;
}

#logoutForm {
    margin-bottom: 0px;
}

.__bar {
    display: none;
}

@media (max-width: 992px) {
    .__bar {
        display: block;
    }
}

/*
fredhy 25-06-2020
*/
#detailsCarousel .carousel-control-prev,
#detailsCarousel .carousel-control-next {
    opacity: 1;
}

#detailsCarousel .carousel-control-prev span,
#detailsCarousel .carousel-control-next span {
    background: #fff;
    /*#ea5513;*/
    padding: 10px 15px;
    opacity: 1;
    border: 3px solid #000;
    color: #000;
}

#detalle .modal-body .details .carousell img {
    height: 290px;
    object-fit: contain;
}

#detalle .modal-body .details .btn-add {
    padding: 6px 19px !important;
    transition: 0.3s;
}

#detalle .modal-body .details .btn-add:hover {
    transition: 0.3s;
    text-decoration: none;
}

/*
26-06-2020
*/
.resultadosRubros ul {
    padding: 0px;
    margin: 10px 0px;
}

.resultadosRubros li {
    padding: 0px;
    list-style: none;
    padding-bottom: 5px;
}

.resultadosRubros a {
    color: #000;
    border-bottom: 3px solid transparent;
    transition: 0.3s;
}

.resultadosRubros a:hover {
    color: #212529;
    border-bottom: 3px solid #ea5513;
    transition: 0.3s;
    text-decoration: none;
}

.loginandregister h2 {
    color: #ea5513;
    font-family: "Monument Extended", sans-serif;
    font-size: 15px;
}

/*
29-06-2020
*/

.btn-volver {
    font-size: 15px;
    border-radius: 0px;
    border: 0px;
    background: #ea5513;
}
#detalle_prod img {
    max-width: 100%;
    height: auto;
}
#detalle_prod table {
    max-width: 100%;
    height: auto;
    width: auto !important;
}

.products .btn-add {
    margin: 5px 0px;
    display: block;
    padding: 6px 15px !important;
    text-align: center;
}
.products .btns {
    margin: 5px 0px;
    display: block;
}
.products .btn-add:hover {
    margin: 5px 0px;
    transition: 0.3s;
    text-decoration: none;
}

.resultadosRubros {
    margin-top: 10px;
     max-height: 214px;
    overflow-x: hidden;
}

.itemMarca {
    margin-top: 10px;
    max-height: 214px;
    overflow-x: hidden;
}

/*
08-09-2020
fredhy
*/
.slick-slider {
    padding: 0px;    
  }
.items .item {
    margin: 0px 20px;
}
.recienIngresados h2 {
    font-family: 'Poppins';
    font-weight: bold!important;
    margin-bottom: 10px;
}
  @media (max-width: 992px) {
    .slick-slider {
      padding: 0px;
    }
  }

  .slick-prev, .slick-next {
      top: 40%!important;
      width: 50px!important;
      height: 50px!important;
      z-index: 2;
  }
  .slick-prev {
    left: 0px!important;
}
  .slick-next {
    right: 0px!important;
}
.slick-prev::before, .slick-next::before {
    font-size: 40px!important;
    color: #f46700!important;
}
.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
  }
  
  .sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; 
    animation: sk-chase-dot 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
  .sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
  
  @keyframes sk-chase {
    100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot {
    80%, 100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot-before {
    50% {
      transform: scale(0.4); 
    } 100%, 0% {
      transform: scale(1.0); 
    } 
  }

  .loader,
  .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
  }
  .loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255,80,5, 0.2);
    border-right: 1.1em solid rgba(255,80,5, 0.2);
    border-bottom: 1.1em solid rgba(255,80,5, 0.2);
    border-left: 1.1em solid #ff5005;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
  }

  
  .loader2,
  .loader2:after {
    border-radius: 50%;
    width: 6em;
    height: 6em;
  }
  .loader2 {
    font-size: 5px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255,80,5, 0.2);
    border-right: 1.1em solid rgba(255,80,5, 0.2);
    border-bottom: 1.1em solid rgba(255,80,5, 0.2);
    border-left: 1.1em solid #ff5005;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
  }

  @-webkit-keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  

  
@media (max-width: 490px) {
    .header-top {
        flex-direction: column-reverse !important;
    }
}  

@media (max-width: 992px) {
    #contenido .details {
        display: block !important; 
    }
    #contenido .carousell {
        width: 100% !important; 
    }
    #contenido .content {
        width: 100% !important; 
    }
}



#whatsapp {
    background: rgba(0, 0, 0, 0.9);
}

#whatsapp .modal-content {
    border-radius: 0;
}

#whatsapp .modal-header {
    border-radius: 0;
    background: #ea5513;
    border: 0px;
}

#whatsapp .modal-header h5 {
    font-weight: bold;
    font-family: "Monument Extended", sans-serif;
    color: #000;
    text-align: center;
    width: 100%;
}

#whatsapp .modal-header .close {
    opacity: 1;
    text-shadow: none;
    font-size: 25px;
}

#whatsapp .modal-body {
    background: url("../img/bg.jpg");
}

#whatsapp .modal-body .details {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#whatsapp .modal-body .details .carousell {
    width: 40%;
}

#whatsapp .modal-body .details .carousell img {
    width: 800px !important;
}

#whatsapp .modal-body .details .content {
    width: 60%;
    padding: 0px 10px;
}

#whatsapp .modal-body .details .content .title h2 {
    font-size: 20px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    margin: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #000;
}

#whatsapp .modal-body .details .content ul {
    padding: 0px;
}

#whatsapp .modal-body .details .content ul li {
    list-style: none;
    font-size: 14px;
}

#whatsapp .modal-body .details .content ul li b {
    font-weight: bold;
}

#whatsapp .modal-body .details .buttons {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#whatsapp .modal-body .details .buttons .btn {
    border-radius: 0;
    margin: 0;
}

#whatsapp .modal-body .details .buttons input {
    width: 45px;
    text-align: center;
    font-weight: bold;
    border: 0;
    background: #ddd;
    font-size: 17px;
}

#whatsapp .modal-body .details .buttons .btn-success {
    background: #000;
    border: 0;
}

#whatsapp .modal-body .details .buttons .btn-danger {
    background: #ea5513;
    border: 0;
}

#whatsapp .modal-body .relacionados {
    margin-top: 15px;
}

#whatsapp .modal-body .relacionados .title_main {
    font-size: 20px;
    font-family: "Monument Extended", sans-serif;
    border-bottom: 4px solid #ea5513;
}

#whatsapp .modal-body .relacionados .item h3 {
    font-size: 13px;
    line-height: 1.3;
}

#whatsapp .modal-body .relacionados .item .buttons a {
    font-size: 8px;
}

#whatsapp .modal-body .relacionados .item .buttons input {
    width: 25px;
    font-size: 13px;
}

.carousel-indicators li {
    opacity: 1;
    background: #eac1b6;
    border-radius: 0px;
    padding: 0px;
    width: 25px;
    border-top: 1px solid transparent;
    border-bottom: 2px solid transparent;
}

.carousel-indicators li.active {
    background: #ef4e23;
}



#terminos_condiciones {
    background: rgba(0, 0, 0, 0.9);
}

#terminos_condiciones .modal-content {
    border-radius: 0;
}

#terminos_condiciones .modal-header {
    border-radius: 0;
    background: #ea5513;
    border: 0px;
}

#terminos_condiciones .modal-header h5 {
    font-weight: bold;
    font-family: "Monument Extended", sans-serif;
    color: #000;
    text-align: center;
    width: 100%;
}

#terminos_condiciones .modal-header .close {
    opacity: 1;
    text-shadow: none;
    font-size: 25px;
}

#terminos_condiciones .modal-body {
    background: url("../img/bg.jpg");
}

#terminos_condiciones .modal-body .details {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#terminos_condiciones .modal-body .details .carousell {
    width: 40%;
}

#terminos_condiciones .modal-body .details .carousell img {
    width: 800px !important;
}

#terminos_condiciones .modal-body .details .content {
    width: 60%;
    padding: 0px 10px;
}

#terminos_condiciones .modal-body .details .content .title h2 {
    font-size: 20px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    margin: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #000;
}

#terminos_condiciones .modal-body .details .content ul {
    padding: 0px;
}

#terminos_condiciones .modal-body .details .content ul li {
    list-style: none;
    font-size: 14px;
}

#terminos_condiciones .modal-body .details .content ul li b {
    font-weight: bold;
}

#terminos_condiciones .modal-body .details .buttons {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#terminos_condiciones .modal-body .details .buttons .btn {
    border-radius: 0;
    margin: 0;
}

#terminos_condiciones .modal-body .details .buttons input {
    width: 45px;
    text-align: center;
    font-weight: bold;
    border: 0;
    background: #ddd;
    font-size: 17px;
}

#terminos_condiciones .modal-body .details .buttons .btn-success {
    background: #000;
    border: 0;
}

#terminos_condiciones .modal-body .details .buttons .btn-danger {
    background: #ea5513;
    border: 0;
}

#terminos_condiciones .modal-body .relacionados {
    margin-top: 15px;
}

#terminos_condiciones .modal-body .relacionados .title_main {
    font-size: 20px;
    font-family: "Monument Extended", sans-serif;
    border-bottom: 4px solid #ea5513;
}

#terminos_condiciones .modal-body .relacionados .item h3 {
    font-size: 13px;
    line-height: 1.3;
}

#terminos_condiciones .modal-body .relacionados .item .buttons a {
    font-size: 8px;
}

#terminos_condiciones .modal-body .relacionados .item .buttons input {
    width: 25px;
    font-size: 13px;
}



@media (max-width: 992px) {

    .products .titleandbreadcrumbs { 
        position: sticky;
        top: 46px;    
        /* margin-left: -15px !important; */
        margin-right: 0px !important;
        /* padding-left: 16px; */
        z-index: 1;
    }

    .responsive-table { 
        margin: 0px 0px !important;
    }

    .responsive-table td:before {
        content: attr(data-title);
        font-weight: bold;
        width: 150px;
        display: inline-block;
        color: #000;
        padding-right: 5px;
        margin-right: 10px;
        text-align: left;
    }

    .responsive-table .table .title {
        display: none;
    }
    
    .responsive-table .table .responsive-hide {
        display: none;
    }

    .responsive-table .table td {
        width: 100% !important;
        max-width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: right;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .responsive-table .table td img {
        display: none;
    }

    .responsive-table .table td input {
        width: 50% !important;
        text-align: right;
    }
    
    .responsive-table .table td.botones {
        justify-content: flex-end !important;
    }

    .responsive-table .table td.botones a{
        margin-left: 5px;
    }

    .responsive-table .table td.cell-button a{
        height: 30px !important;
        padding: 4px 8px !important;
        margin-left: 5px !important;
    }
    .responsive-table .table td .media,
    .responsive-table .table td .media-body {
        width: 100% !important;
    }

    .responsive-table .table td .media h5,
    .responsive-table .table td .media-body h5 {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .responsive-table .table td .media span,
    .responsive-table .table td .media-body span {
        font-size: 12px;
    }

    .responsive-table .table .cell-center {
        text-align: left !important;
    }

    .responsive-table .table .cell-button {
        width: 100%;
    }

    .responsive-table .table .cell-button a {
        width: 100%;
    }

    .responsive-table .table .cell-button::before {
        content: "";
        width: 0px !important;
        display: none;
    }

    .responsive-table .table tr {
        margin-bottom: 10px !important;
        border-bottom: 10px solid #efefef;
    }

    .responsive-table .table .tr-footer td::before {
        display: none;
        width: 100%;
    }

    .responsive-table .table .tr-footer td {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .responsive-table .table .tr-footer td a {
        width: 100%;
    }


}


.modal-buttons {
    margin-top: 20px;
    display: flex;
    position: sticky;
    top: 100%;
}


.modal-buttons a{
    width: 218px;
}

.modal-buttons a.carrito{
    margin-left: 5px;
    text-align: center;
}

@media (max-width: 494px) {   

    .modal-buttons {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        position: sticky;
        top: 100%;
        flex-direction: column-reverse;
    }
    .modal-buttons a{
        margin-bottom: 12px;
    }
    .modal-buttons a.carrito{
        margin-left: 0px;
        text-align: left;
    }
}

.cart .buttons {
    display: flex;
    color: #fff;
}

.cart .buttons input {
    border: 1px solid #000;
    text-align: right;
    max-width: 50px;
    width: 45px;
    text-align: center;
    font-weight: bold;
    border: 0;
    background: #ddd;
    font-size: 17px;
}

.cart .buttons input::-webkit-outer-spin-button,
.cart .buttons input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart .buttons input[type=number] {
  -moz-appearance: textfield;
}

.cart .buttons .btn-danger {
    width: 35px;
    background-color: #000;
    border: #000;;
}


.cart .buttons .btn-success {
    /*width: 35px;*/
    margin-left: 3px;
    text-align: center;
}


.tabla_normal {
    display: block;
}

.tabla_responsive {
    display: none;
}

@media (max-width: 833px) {   

    .tabla_normal {
        display: none;
    }
    
    .tabla_responsive {
        display: block;
        cursor: pointer;
    }
    
}

div .arrow-down {
    display: none;
}

.collapsed + div .arrow-down {
    display: block;
}
.collapsed + div .arrow-up {
    display: none;
}


a.arrow-down {
    display:  none;
}

a.arrow-up {
    display: block ;
}


a.collapsed.arrow-down {
    display: block;
}

a.collapsed.arrow-up {
    display: none;
}



@media (max-width: 766px) {   

    .card_buscador {
        display: none;
    }
        
    .card {
        margin-top: 10px;
    }
}



#enviando {
    background: rgba(0, 0, 0, 0.0);
}

#enviando .modal-content {
    border-radius: 0;
}

#enviando .modal-header {
    border-radius: 0;
    background: #ea5513;
    border: 0px;
}

#enviando .modal-header h5 {
    font-weight: bold;
    font-family: "Monument Extended", sans-serif;
    color: #000;
    text-align: center;
    width: 100%;
}

#enviando .modal-header .close {
    opacity: 1;
    text-shadow: none;
    font-size: 25px;
}

#enviando .modal-body {
    background: url("../img/bg.jpg");
}

#enviando .modal-body .details {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#enviando .modal-body .details .carousell {
    width: 40%;
}

#enviando .modal-body .details .carousell img {
    width: 800px !important;
}

#enviando .modal-body .details .content {
    width: 60%;
    padding: 0px 10px;
}

#enviando .modal-body .details .content .title h2 {
    font-size: 20px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    margin: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #000;
}

#enviando .modal-body .details .content ul {
    padding: 0px;
}

#enviando .modal-body .details .content ul li {
    list-style: none;
    font-size: 14px;
}

#enviando .modal-body .details .content ul li b {
    font-weight: bold;
}

#enviando .modal-body .details .buttons {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#enviando .modal-body .details .buttons .btn {
    border-radius: 0;
    margin: 0;
}

#enviando .modal-body .details .buttons input {
    width: 45px;
    text-align: center;
    font-weight: bold;
    border: 0;
    background: #ddd;
    font-size: 17px;
}

#enviando .modal-body .details .buttons .btn-success {
    background: #000;
    border: 0;
}

#enviando .modal-body .details .buttons .btn-danger {
    background: #ea5513;
    border: 0;
}

#enviando .modal-body .relacionados {
    margin-top: 15px;
}

#enviando .modal-body .relacionados .title_main {
    font-size: 20px;
    font-family: "Monument Extended", sans-serif;
    border-bottom: 4px solid #ea5513;
}

#enviando .modal-body .relacionados .item h3 {
    font-size: 13px;
    line-height: 1.3;
}

#enviando .modal-body .relacionados .item .buttons a {
    font-size: 8px;
}

#enviando .modal-body .relacionados .item .buttons input {
    width: 25px;
    font-size: 13px;
}


/* nuevo boton WSP */
.chat_wsp {
    font-family: "Poppins", sans-serif;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: fixed;
    background: url("../img/bgwsp.png");
    bottom: 35px;
    right: 70px;
    width: 350px;
    overflow: hidden;
    /*display: none;*/
    opacity: 0;
    height: 200px;
    -webkit-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.36);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    z-index: 1;
    border-radius: 10px; }
  
  .chat_wsp input {
    border-radius: 19px;
    border: none;
    padding: 5px 15px; }
  
  .chat_wsp input[type="text"] {
    width: 100%; }
    @media (max-width: 991px) {
      .chat_wsp input[type="text"] {
        width: 84%; } }
  
  .open {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    z-index: 1; }
  
  .chat_wsp input:focus {
    outline: none; }
  
  .chat_wsp .servicios {
    padding-bottom: 10px; }
  
  .chat_wsp .servicios select {
    border-radius: 25px;
    padding: 5px 0px 5px 10px; }
  
  .chat_wsp .servicios select:focus {
    outline: none; }
  
  .chat_wsp .chat_header {
    width: 100%;
    background: #2e8c7d;
    /*border-top-left-radius: 10px;
      border-top-right-radius: 10px;*/
    padding: 12px 0px; }
  
  .chat_wsp .chat_header h4 {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase; }
  
  .chat_wsp .mensaje {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 100%; }
  
  .chat_wsp .mensaje .msg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 10px 30px;
    width: 90%;
    position: relative;
    margin: 0; }
    .chat_wsp .mensaje .msg .triangle {
      position: absolute;
      left: 15px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 15px 15px 0;
      border-color: transparent #fff transparent transparent; }
    .chat_wsp .mensaje .msg p {
      padding: 0;
      display: block;
      padding: 5px 10px;
      background: #fff;
      border: 0px solid red;
      font-size: 14px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      -webkit-box-shadow: 0px 2px 13px -4px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 2px 13px -4px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 2px 13px -4px rgba(0, 0, 0, 0.75); }
  
  .chat_wsp .formulario .boton_send {
    border-radius: 30px;
    background: #007f38;
    padding: 5px 11px 4px 11px;
    margin-left: -47px !important; }
  
  .chat_wsp .formulario .boton_send img {
    width: 15px !important;
    padding: 0px;
    margin-top: -4px;
    margin-right: -3px; }
  
  .new_boton_wsp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    color: #f0f0f0;
    margin: 25px auto 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    z-index: 2;
    overflow: hidden;
    background: #25d366; }
  
  .new_boton_wsp i {
    font-size: 2.5rem !important;
    line-height: 55px;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #fff; }
  
  @media (max-width: 992px) {
    .chat_wsp {
      bottom: 15px;
      left: 5%; 
      right: 5%;
      width: 90%;
      height: 245px; }
    .chat_wsp .formulario input {
      margin: 0px; }
    .chat_wsp .formulario .boton_send {
      border-radius: 30px;
      background: #007f38;
      padding: 14px 0px;
      width: 50%;
      margin-top: -1px; }
    .chat_wsp .servicios {
      padding: 8px 18px; }
    .chat_wsp .formulario {
      padding: 0px 18px; } }
  
  /* 19 de marzo del 2019 */
  .chat_wsp .formulario {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 11px; }
  
    
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.55rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
  }

  
.slick-initialized .slick-slide {
    display: flex !important;
    padding-bottom: 20px;
}


div .arrow-down {
    display: none;
}

.collapsed + div .arrow-down {
    display: block;
}
.collapsed + div .arrow-up {
    display: none;
}

.menu-buscador {
    white-space: nowrap;
}

.menu-buscador .btn-volver {
    font-size: 14.1px !important;
}

@media (max-width: 1350px) {
    .menu-buscador {
        display: flex;
        flex-direction: column;
    }
    
    .menu-buscador .btn-volver {
        margin-bottom: 2px;
    }
}

@media (max-width: 750px) {
    .menu-buscador {
        display: block;
    }
}

.footer {
    display: flex;
    justify-content: center;
    background: url(../img/footer.jpg);
    background-size: cover;
    flex-direction: column;
}

.footer__contenedor {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding: 0px 40px;
    padding-top: 25px;
}

.footer__superior {
    display: flex;
    flex-direction: column;
    flex: 2;
}

.footer__sucursales {
    display: flex;
    flex: 3;
    justify-content: space-between;
    padding-right: 15vw;
}

.footer__sucursal {
    display: flex;
    min-width: 200px;
}

.footer__grafico {
    width: 50px;
    object-fit: contain;
    height: 60px;
    margin-right: 20px;
}

.footer__icon {
    font-size: 21px;
    color: #ea5513;
    padding-right: 8px;

}

.footer__direccion {
    font-size: 14px;
    color: #fff;
    padding: 0;
    margin: 0;
}


.footer__contacto {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    min-width: 200px;
}

.footer__fiscal {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px;
    margin-bottom: 95px;
    flex: 1;
}

.footer__fiscal .footer__link {
    padding-bottom: 10px;
}

.footer__redes {
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
    padding-bottom: 25px;
}

.footer__red {
    display: flex;
    align-self: center;
}

.footer__link{
    font-size: 14px;
    color: #fff;
}

@media (max-width: 750px) {
     .footer__superior {
        margin: auto;
    }

    .footer__contenedor {
        flex-direction: column;
    }

    .footer__sucursales {
        flex-direction: column;
        margin-bottom: 25px;
        padding-right: 0;
    }

    .footer__contactos {
        padding-left: 67px;
    }

    .footer__contacto {
        margin-bottom: 5px;
    }

    .footer__redes {
        flex-direction: column-reverse;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footer__red {
        margin-bottom: 10px;
    }

    .footer__fiscal {
        margin-top: 15px;
        margin-bottom: 0px;
    } 
}



.modal-intra {
    background: rgba(0, 0, 0, 0.9);
}

.modal-intra .modal-content {
    border-radius: 0;
}

.modal-intra .modal-header {
    border-radius: 0;
    background: #ea5513;
    border: 0px;
}

.modal-intra .modal-header h5 {
    font-weight: bold;
    font-family: "Monument Extended", sans-serif;
    color: #000;
    text-align: center;
    width: 100%;
}

.modal-intra .modal-header .close {
    opacity: 1;
    text-shadow: none;
    font-size: 25px;
}

.modal-intra .modal-body {
    background: url("../img/bg.jpg");
}

.modal-intra .modal-body .details {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.modal-intra .modal-body .details .carousell {
    width: 40%;
}

.modal-intra .modal-body .details .carousell img {
    width: 800px !important;
}

.modal-intra .modal-body .details .content {
    padding: 0px 25px;
    width: 100%;
}

.modal-intra .modal-body .details .content .title h2 {
    font-size: 20px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    margin: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #000;
}

.modal-intra .modal-body .details .content ul {
    padding: 0px;
}

.modal-intra .modal-body .details .content ul li {
    list-style: none;
    font-size: 14px;
}

.modal-intra .modal-body .details .content ul li b {
    font-weight: bold;
}

.modal-intra .modal-body .details .buttons {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.modal-intra .modal-body .details .buttons .btn {
    border-radius: 0;
    margin: 0;
}

.modal-intra .modal-body .details .buttons input {
    width: 45px;
    text-align: center;
    font-weight: bold;
    border: 0;
    background: #ddd;
    font-size: 17px;
}

.modal-intra .modal-body .details .buttons .btn-success {
    background: #000;
    border: 0;
}

.modal-intra .modal-body .details .buttons .btn-danger {
    background: #ea5513;
    border: 0;
}

.modal-intra .modal-body .relacionados {
    margin-top: 15px;
}

.modal-intra .modal-body .relacionados .title_main {
    font-size: 20px;
    font-family: "Monument Extended", sans-serif;
    border-bottom: 4px solid #ea5513;
}

.modal-intra .modal-body .relacionados .item h3 {
    font-size: 13px;
    line-height: 1.3;
}

.modal-intra .modal-body .relacionados .item .buttons a {
    font-size: 8px;
}

.modal-intra .modal-body .relacionados .item .buttons input {
    width: 25px;
    font-size: 13px;
}

.details-producto {
    padding: 25px 0px ;
}

.details-producto .title h2 {
    font-size: 20px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    margin: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #000;
}

.details-producto .content ul {
    padding: 0px;
}

.details-producto .content ul li {
    list-style: none !important;
    font-size: 14px !important;
}

.details-producto .content ul li p{
    list-style: none !important;
    font-size: 14px !important;
    margin-bottom: 0;
}


.details-producto .content ul li b {
    font-weight: bold !important;
}

.details-producto .buttons {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.details-producto .buttons .btn {
    border-radius: 0;
    margin: 0;
}

.details-producto .buttons input {
    width: 45px;
    text-align: center;
    font-weight: bold;
    border: 0;
    background: #ddd;
    font-size: 17px;
}

.details-producto .buttons .btn-success {
    background: #000;
    border: 0;
}

.details-producto .buttons .btn-danger {
    background: #ea5513;
    border: 0;
}


.details-producto .btn-add {
    padding: 6px 19px !important;
    transition: 0.3s;
}

.details-producto .btn-add:hover {
    transition: 0.3s;
    text-decoration: none;
}

@media (max-width: 992px) {
    .details-producto {
        padding: 20px !important;
    }
}

@media (max-width: 992px) {
    .details-producto .texts {
        text-align: left !important;
        margin-top: 20px;
    }
}

.relacionados-producto {
    margin-top: 15px;
}

.relacionados-producto .title_main {
    font-size: 20px;
    font-family: "Monument Extended", sans-serif;
    border-bottom: 4px solid #ea5513;
}

.relacionados-producto .item h3 {
    font-size: 13px;
    line-height: 1.3;
}

.relacionados-producto .item .buttons a {
    font-size: 8px;
}

.relacionados-producto .item .buttons input {
    width: 25px;
    font-size: 13px;
}

.relacionado-producto .recienIngresados {
    margin: 0 !important;
}