/*////////////////////////////////////////////////////////////////////*/
/*   HOME                  ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

@font-face {
    font-family: gotham-black;
    src: url('../../fonts/Gotham Black.woff2')
} 

/* OWL SLIDER *****************************************/

/* @media screen and (min-width: 600px) {
    .owl-item a img:hover {
        box-shadow: 0px 0px 15px 5px #bbb;
    }
} */

.owl-item.loading {
    /*background: url(/Content/Images/AjaxLoader.gif) no-repeat center center;*/
}

.owl-carousel .owl-item img {
    transform-style: inherit;
}

.owl-carousel .owl-item article img {
    transform-style: unset !important;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0.1;
}

.owl-carousel {
    margin: 0;
    z-index: 0;
}

.form-newsletter input[type="submit"] {
    margin-top: 10px;
}

.linea {
    max-width: 8;
    border-top: 1px solid #ad5fce;
    max-width: 100% !important;
    max-width: 50px;
    padding: 0;
    margin-top: -15px;
}

.related4 .titulo-editable .linea {
    width: 98%;
}

.item.item1 a {
    text-decoration: underline;
}

.cace a {
    width: 40px;
    height: 40px;
    display: block;
}

.sellos .cace img {
    margin-top: 0px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .Home .related {
        margin-bottom: 0 !important;
    }
}

.Home {
    overflow-x: hidden;
}

.bannergroup {
    margin-bottom: 0;
}

div#categs-slider-mobile {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 5px;
    align-items: center;
    justify-content: space-around;
}

#categs-slider-mobile .home-categories-item {
    margin: 12px;
    width: auto;
}

div#categs-slider-mobile a img {
    width: 125px;
    height: 125px;
    margin: auto;
    border-radius: 50%;
    background: #fff;
    object-fit: contain;
}

#categs-slider-mobile .home-categories-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#categs-slider-mobile .home-categories-name {
    text-align: center;
    color: #565656;
    font-size: 13px;
    margin-top: 10px;
    height: 50px;
}

@media screen and (max-width: 991px) {
    #categs-slider-mobile .home-categories-item {
        width: 25%;
    }
}

@media screen and (max-width: 479px) {
    #categs-slider-mobile .home-categories-item {
        width: 40%;
    }
}

#categs-slider4 .home-categories-name {
    display: none;
}

#categs-slider4 .home-categories-img {
    width: 80%;
}

#categs-slider4 .owl-stage-outer {
    padding-left: 20px;
}

.titulo-editable {
    margin-bottom: -24px;
    color: #333;
    margin-left: 0.4em;
    text-align: center;
    float: left;
    width: 100%;
}

.titulo-editable span {
    font-weight: 800;
    font-size: 30px;
    background-color: #f4f2f7;
    margin: 0 5px;
}

.titulo-editable span strong {
    font-weight: 700;
}

#categs-slider4 .home-categories-item {
    width: 100%;
    display: flex;
    filter: grayscale(1);
    justify-content: center;
}

#categs-slider4 .home-categories-item:hover {
    filter: none;
}

.owl-nav > div {
    color: #000;
    cursor: pointer;
    font-family: "Ionicons";
    font-size: 28px;
    color: #7B7B7B;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: calc(80% - 34px);
    z-index: 3;
    border-radius: 18px;
    /*width: 15px;*/
}

.owl-prev {
    left: 5px;
}

.owl-next {
    right: 5px;
}

.owl-prev:before {
    content: "\f3d2";
}

.owl-next:before {
    content: "\f3d3";
}

.owl-prev:before {
    float: left;
    color: black;
}

.owl-next:before {
    float: right;
    color: black;
}

.owl-prev {
    height: 40px;
    line-height: 40px;
    /*padding: 0 !important;*/
    text-align: center !important;
    top: calc(50% - 20px);
    text-shadow: none !important;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #cecece;*/
    border-radius: 100%;
    width: 40px;
    color: white;
}

.owl-next {
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    text-align: center !important;
    top: calc(50% - 20px);
    text-shadow: none !important;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border-radius: 100%;
    width: 40px;
    color: white;
}

.owl-nav > div:hover {
    /*color: #65469c;*/
}

/* dots */
.owl-dots {
    margin-top: -35px !important;
    position: relative !important;
}

.owl-dots {
    margin: 0 auto;
    position: relative;
    width: auto !important;
    float: none;
    display: table;
}

.owl-dots div {
    background: white;
    border: 1.2px solid white;
    border-radius: 100%;
    display: inline-block;
    height: 12.2px;
    margin: 0 7px;
    text-align: center;
    width: 12.2px;
    opacity: 0.4;
}

.owl-prev {
    border-radius: 0 90px 90px 0;
}

.owl-next {
    border-radius: 90px 0 0 90px;
}

.owl-dots div:hover {
    background: #eee;
}

.owl-dots .active {
    background-color: white;
    border-color: white;
    pointer-events: none;
    opacity: 1;
}

.col-xs-12.related.related2 {
    margin: 0 !important;
    width: 100% !important;
    background: #fff;
    height: 150px;
}

.related2 h2 span {
    font-size: 15px;
    font-weight: 400;
}

.related2 h2 strong {
    font-size: 25px;
    font-weight: 600;
}

.related2 .badges {
    display: none;
}

.related2 a.pcms-add-wishlist.BUTTONFAV {
    display: none !important;
}

.related2 li {
    width: 100% !important;
    height: 100% !important;
    margin-right: 20px !important;
}

.related2 article {
    height: 100% !important;
    width: 100% !important;
    display: flex;
}

.related2 ul {
    padding: 0;
    height: auto;
    display: flex;
    align-items: center;
}

.related2 .owl-stage-outer {
    width: 70%;
    height: 100% !important;
    float: right;
    clear: initial !important;
    transform: translateX(-10%);
}

.related2 .owl-item,
.related2 .active {
    margin: 0;
    margin-bottom: 0 !important;
    padding: 0;
    height: 50%;
    margin-right: 0 !important;
    width: 100px !important;
}

.related2 .lastseen {
    height: 100%;
    margin-right: 20px !important;
}

.related2 .owl-stage {
    height: 100%;
    display: flex;
    align-items: center;
}

.related2 .container {
    height: 100% !important;
    display: flex;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
}

.related2 .owl-controls {
    position: absolute;
    top: 120px;
    width: 100%;
}

.related2 .owl-nav {
    position: relative;
    width: 100%;
}

.related2 .owl-prev {
    position: absolute;
    left: 20% !important;
}

.related2 .owl-next {
    right: 3% !important;
}

.related2 .PRODUCT_BOX {
    margin: 0 !important;
    padding: 0 !important;
    height: 150px;
    margin-left: 0 !important;
    border: 0;
    box-shadow: none;
}

.related2 .box_image {
    height: 100% !important;
    width: 100px !important;
    object-fit: contain;
    margin: 0;
    float: initial;
}

.related2 a.onbody {
    height: 100% !important;
    display: flex;
}

.related2 .box_image img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
}

.related2 .container h3,
.related2 .container h2 {
    display: none;
}

.related2 .box_options {
    display: none;
}

.related2 .box_data {
    display: none;
}

.related2 .box_data.ajax {
    display: none;
}

.related2 > h2 {
    margin-top: 3% !important;
    margin-left: 20px;
}

.related2 > h2 span {
    background: #fff;
    font-size: 15px;
    font-weight: 400;
}

.related2 > h2 span strong {
    font-weight: 700;
    font-size: 25px;
}

@media screen and (max-width: 991px) {
    .owl-nav .owl-prev {
        left: 0;
    }

    .owl-nav .owl-next {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .related2 .lastseen {
        display: flex !important;
    }

    .related2 .container {
        height: 100% !important;
        display: flex;
        justify-content: center;
        margin: 0 !important;
        padding: 0 !important;
    }

    .related2 li {
        width: 70px !important;
        height: 70px !important;
        margin-right: 0 !important;
    }

    .related2 ul {
        padding: 0;
        height: auto;
        display: flex;
        align-items: center;
    }

    .related2 li {
        width: 70px !important;
        height: 70px !important;
        margin-right: 0 !important;
    }

    .related2 article {
        height: 100% !important;
        width: 100% !important;
        display: flex;
    }

    .related2 .box_image {
        height: 100% !important;
        width: 100px !important;
        object-fit: contain;
        margin: 0;
        float: initial;
    }

    .related2 .box_image a {
        height: 100%;
        display: flex;
    }

    .related2 .box_image img {
        height: 100% !important;
        width: 100% !important;
        object-fit: contain;
    }

    .related > h2 {
        padding-bottom: 30px !important;
    }

    .related2 .owl-stage-outer {
        height: 50% !important;
    }

    .related2 .owl-stage-outer {
        width: 100%;
        margin: auto !important;
        transform: translateX(0);
    }

    .related1 h2 span,
    .related1 h2 span strong {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .related3 h2 span,
    .related3 h2 span strong {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .related4 h2 span,
    .related4 h2 span strong {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .related5 h2 span,
    .related5 h2 span strong {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .titulo-editable span {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .titulo-editable {
        margin-left: 3%;
    }

    .titulo-editable2 {
        margin-left: 0 !important;
    }

    .related2 .owl-item {
        width: 100px !important;
    }

    .related2 .owl-stage {
        background: #fff;
    }

    .related2 h2 {
        line-height: 25px !important;
        margin-left: 2% !important;
        margin-bottom: 1% !important;
    }

    .related2 {
        height: 170px !important;
    }

    .related2 > h2 span strong {
        font-size: 23px !important;
    }

    .related2 > h2 span {
        font-size: 17px !important;
        line-height: 20px !important;
    }

    .related2 .owl-next {
        right: -2% !important;
    }

    .related2 .owl-prev {
        position: absolute;
        left: -4% !important;
    }
}

div#categs-slider4 {
    margin-bottom: 20px;
    margin-top: 20px;
}



@media (max-width: 479px) {
    .titulo-editable span {
        font-size: 30px !important;
        line-height: 30px !important;
    }

    .related3 h2 span,
    .related3 h2 span strong {
        font-size: 21px !important;
        line-height: 35px !important;
    }

    div#categs-slider-mobile a img {
        width: 100px;
        height: 100px;
    }
}

/***********LAST SEEN**************/

.LASTVISITED {
    margin-bottom: 20px;
    padding-top: 26px;
}

.LASTVISITED .PRODUCT_BOX {
    background: transparent none repeat scroll 0 0;
    float: left;
    margin-bottom: 5px;
    padding: 0;
    position: relative;
    width: 100%;
    border: 0px;
    background: transparent;
    box-shadow: unset;
}

.LASTVISITED .last-visited-title {
    display: flex;
}

.LASTVISITED .owl-carousel .PRODUCT_BOX .box_image {
    height: 72px !important;
    margin: 0 !important;
}

@media (max-width: 991px) {
    .LASTVISITED .owl-prev {
        left: -12px;
    }

    .LASTVISITED .owl-next {
        right: -12px;
    }
}

@media (max-width: 479px) {
    .LASTVISITED h2 span {
        font-size: 14px;
    }

    .LASTVISITED h2 strong {
        font-size: 21px;
    }

    .LASTVISITED .owl-carousel .PRODUCT_BOX .box_image {
        height: 50px !important;
    }
}

/* OWL SLIDER MAIN-SLIDER ******/
.main-slider {
    /*margin-bottom: 21px;*/
}

.main-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}

.main-slider .owl-nav > div {
    color: #ffffff;
    width: 30px;
    height: 68px;
    line-height: 68px;
    text-shadow: none;
    background-color: transparent;
    font-size: 40px;
    top: calc(50% - 34px);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.9);
}

.main-slider .owl-nav > div:hover {
    color: #fff;
}

.main-slider .owl-prev {
    left: 0;
}

.main-slider .owl-next {
    right: 0;
}

.main-slider .owl-prev::before {
    float: left;
    width: 75%;
    color: white;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.9);
}

.main-slider .owl-next::before {
    float: right;
    width: 75%;
    color: white;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.9);
}

@media (max-width: 1199px) {
    .owl-dots {
        margin: 3px auto 12px;
    }
}

@media (max-width: 991px) {
    .main-slider .owl-nav > div {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .related h2 span,
    .related h2 span strong {
        /*font-size: 30px;*/
        line-height: 35px;
    }

    .main-slider {
        margin-bottom: 10px;
    }

    .main-slider .owl-theme .owl-controls {
        display: none;
    }

    .owl-dots {
        display: none !important;
    }
}

@media (max-width: 479px) {
    .related-big .owl-prev {
        left: 0 !important;
    }

    .related-big .owl-next {
        right: 0 !important;
    }
}

/* OWL SLIDER RELATED-SLIDER *****************/
.related3 {
    /* margin-top: 32px; */
}

.related .owl-carousel {
    padding: 0 5px;
}

.related .owl-carousel .owl-stage-outer {
    clear: both;
}

.related .PRODUCT_BOX {
    margin: 40px 0 15px;
    min-height: 356px;
}

.related .owl-nav > div,
.LASTVISITED .owl-nav > div {
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    text-align: center !important;
    top: calc(50% - 20px);
    text-shadow: none !important;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border-radius: 100%;
    width: 40px;
    color: white;
}

.related .owl-next::before {
    float: unset;
}

/* DESTACADOS ********/
.Home .related {
    margin-bottom: 30px;
}

.related1 {
    margin-top: 2%;
}

.related > h2 {
    font-weight: 700 !important;
    font-size: 35px !important;
    font-family: "Open Sans", sans-serif;
    color: #333;
    display: block;
    float: left;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.01em;
    padding: 0;
    position: relative;
    transition: none 0s ease 0s;
    width: 100%;
    height: 35px;
    /* text-transform: uppercase; */
    /* margin-left: 0.2em; */
    text-align: center;
}

.related > h2 span {
    background-color: #f4f2f7;
    /* margin: 0 auto; */
    /* padding-left: 5px; */
    /* padding-right: 10px; */
    font-weight: 900;
    font-size: 30px;
    /*margin-left: 8px;*/
    /*margin-right: 8px;*/
    margin: 0 5px;
    /* padding: 5px !important; */
}

.related > h2 span strong {
    font-weight: 700;
}

.owl-prev {
    left: -40px;
}

.owl-next {
    right: -40px;
}

/* RELATED responsive  ****************************************/

@media (max-width: 1199px) {
    .related > h2 {
        font-size: 27px;
    }

    .Home .related-big {
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .related > h2 {
        font-size: 25px;
        margin-bottom: -10px;
    }

    .Home .related-big {
        margin-bottom: 50px;
    }

    .related-big h2 {
        padding: 8px 0;
    }
}

@media (max-width: 767px) {
    .related > h2 {
        font-size: 23.6px;
        height: 35px;
        padding-bottom: 0;
        width: 100%;
        margin-bottom: -20px;
        position: relative;
        z-index: 10;
        padding-bottom: 10px !important;
    }

    .related .owl-nav > div,
    .LASTVISITED .owl-nav > div {
        font-size: 2em;
    }

    .Home .related-big {
        margin: 10px 0 38px;
    }

    .related-big .owl-carousel {
        padding: 10px 5px 40px;
        float: left;
    }

    .related-big .PRODUCT_BOX {
        margin: 20px 0 20px !important;
        padding: 20px 10px 10px !important;
    }
}

@media (max-width: 479px) {
    .related .owl-nav > div,
    .LASTVISITED .owl-nav > div {
        font-size: 1.3em;
    }

    .related > h2 {
        width: 100%;
        font-size: 30px !important;
    }

    .bannergroup {
        margin-bottom: 10px;
    }

    .bannergroup .banner-item {
        margin-bottom: 0;
    }

    .Home .related-big {
        margin: 10px 0 13px;
        padding: 0;
    }

    .related-big .owl-carousel {
        padding: 18px 5px 40px;
        float: left;
        top: -3px;
    }

    .related .owl-nav > div {
        top: calc(36% + 14px);
    }

    .owl-prev {
        left: -15px;
    }

    .owl-next {
        right: -15px;
    }
}

/* BANNER HOME SERVICIOS  */

.b-servicios {
    background: #fff;
    padding-top: 8px;
}

.b-servicios .banner-item {
    margin-bottom: 10px;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    overflow: hidden;
    height: auto;
}

.b-servicios .item {
    display: inline-flex;
    float: left;
    padding: 0 10px;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    justify-content: flex-start;
    position: relative;
    color: #333;
}

.b-servicios .item .icono {
    display: flex;
    background-size: contain;
    background-position: center;
    content: "";
    background-repeat: no-repeat;
    margin-right: 20px;
}

.b-servicios .item1 .icono {
    width: 150px;
}

.b-servicios .item .icono img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .tarjetas-mobile {
        z-index: 20;
    }
}

.b-servicios .item > span {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    line-height: 19px;
    color: #333;
}

.b-servicios .item > span a {
    font-weight: 600;
    display: inline-flex;
    color: #1878D0;
}

.b-servicios .item > span a span {
    margin: 0 3px;
}

.b-servicios .item > span a:hover {
    color: #65469c;
}

.b-servicios .sep {
    width: 1px;
    height: 56px;
    background-color: #ccc;
}

.b-servicios .item span:last-of-type {
    display: none;
}

.b-servicios .tarjetas-mobile {
    display: none;
}

.sucursales {
    color: #1878D0;
    text-decoration: underline;
    font-weight: 600;
    font-size: 12px;
}

/* .descripcion-retiro {
display: flex;
} */

@media (max-width: 1439px) {
    .b-servicios .item > span {
        font-size: 1.1em;
    }
}

@media (max-width: 991px) {
    .b-servicios .item > span {
        font-size: 1em;
    }
}

@media (max-width: 1199px) {
    .b-servicios .item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .b-servicios .item .icono {
        margin: 0 auto;
        height: 49px;
    }

    .b-servicios .item > span {
        align-items: center;
    }

    .b-servicios .sep {
        height: 77px;
        margin-top: 6px;
    }
}

@media (max-width: 991px) {
    .b-servicios .item > span {
        line-height: 1.2em;
    }
}

@media (max-width: 767px) {
    .header-main.col-xs-12 {
        padding: 0;
    }

    .b-servicios {
        background: #f6f6f6;
        margin-top: -45px;
    }

    .b-servicios .banner-item {
        margin: 30px 0 0px;
        background-color: #fff;
        padding: 9px 0 6px;
        height: auto;
    }

    .b-servicios .item1 span {
        display: none;
    }

    .b-servicios .item span:last-of-type {
        display: block;
    }

    .b-servicios .item1 .tarjetas-mobile a {
        font-size: 13px;
        font-weight: 600;
    }

    .b-servicios .item .icono {
        height: 31px;
        margin-bottom: 5px;
    }

    .b-servicios .item > span {
        line-height: 1.15em;
    }

    .b-servicios .item1 .icono {
        width: 118px;
    }

    .b-servicios .sep {
        display: none;
    }
}

@media (max-width: 479px) {
    .b-servicios .banner-item {
        position: relative;
        flex-wrap: wrap;
    }

    .b-servicios .banner-item {
        flex-wrap: wrap;
    }

    .b-servicios .item .icono {
        height: 31px;
    }

    .b-servicios .item1 .icono {
        width: 150px;
        height: 35px;
    }

    .b-servicios .item2 .icono {
        width: 31px;
    }

    .b-servicios .item4 .icono {
        width: 74px;
    }

    .b-servicios .item1 {
        width: 100%;
        top: 0;
        left: 0;
        flex-basis: 100%;
        margin-bottom: 18px;
    }

    .b-servicios .item1 .icono {
        height: 25px;
        width: 122px;
        margin-top: 2px;
    }

    .b-servicios .item1 > span {
        font-weight: bold;
        color: #333;
    }

    .b-servicios .item1 br {
        display: none;
    }
}

/* BANNER ALL-SITE PROMOS, HOTSALE, etc. ***********************************/
.b-allsite .banner,
.tira-html .banner {
    padding: 13px 0;
    float: left;
    width: 100%;
    background: rgb(241, 241, 241);
    background: linear-gradient( 0deg, rgba(241, 241, 241, 1) 86%, rgba(230, 230, 230, 1) 100% );
}

.b-allsite .promo,
.tira-html .promo2 {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
}

.b-allsite .promo a,
.tira-html .promo2 a {
    color: #65469c;
    font-weight: bold;
    margin-left: 3px;
}

.tira-html .banner {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .b-allsite .promo,
    .tira-html .promo2 {
        font-size: 16px;
        line-height: 17px;
        width: 90%;
        font-weight: bold;
    }

    .b-allsite .banner,
    .tira-html .banner {
        padding: 15px 13px;
        background: #f1f1f1;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .tira-html .banner {
        margin-bottom: 10px;
    }
}

/** banners circulitos categorias slider **/
#categs-slider {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 3px;
    margin: 50px 0 20px;
}

#categs-slider .owl-stage-outer {
    padding: 5px;
    margin: -5px;
}

.related #categs-slider .owl-nav > div {
    top: 30%;
}

#categs-slider .home-categories-item {
    display: flex;
    justify-content: center;
}

#categs-slider .home-categories-item > a {
    flex: 0 1 auto;
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 1em;
    justify-content: center;
}

#categs-slider .home-categories-img {
    width: 130px !important;
    height: 130px !important;
    margin: 0 auto 10px;
    border-radius: 100px;
    background-color: #ffffff;
    padding: 9px;
}

#categs-slider2 {
    margin-bottom: 10px;
    margin-top: 25px;
}

#categs-slider2 .home-categories-img {
    height: 87%;
    object-fit: cover;
    margin-top: 40px !important;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

#categs-slider2 .owl-nav > div:hover {
    color: #65469c;
}

#categs-slider2 .owl-nav > div {
    color: #000;
    cursor: pointer;
    font-family: "Ionicons";
    margin: 0;
    overflow: hidden;
    padding: 20px 15px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: calc(49% - 34px);
    z-index: 3;
    height: 40px;
    line-height: 40px;
    width: 26px;
    text-shadow: none !important;
    font-size: 2.85em;
    background-color: rgba(255,255,255,.5);
    border-radius: 0;
}

#categs-slider2 .owl-stage-outer {
    overflow: hidden;
}

.home-categories-description {
    text-align: center;
    color: #ff6b03;
    text-decoration-line: underline;
    font-size: 14px;
    font-weight: 500;
    display: none;
}

#categs-slider2 .home-categories-name {
    position: absolute;
    bottom: 331px;
    left: 0;
    font-weight: 700;
    right: 0;
    text-shadow: 1px 3px 4px black;
    font-size: 21px;
    color: #ffff;
    background-image: linear-gradient(to right, #8b4fa5, #452552);
    width: 100%;
    margin: auto;
    display: flex;
    height: 56px;
    align-items: center;
    justify-content: center;
    z-index: 10000 !important;
    text-align: center;
    line-height: 25px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    text-transform: uppercase;
}

#categs-slider2 .home-categories-item {
    position: relative;
    min-height: 360px !important;
    height: 360px;
}

#categs-slider2 .owl-nav .owl-prev {
    left: 0;
}

#categs-slider2 .owl-nav .owl-next {
    right: 0;
}

#categs-slider .home-categories-item a:hover .home-categories-img {
    box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.2);
    border-color: #fff;
}

#categs-slider .home-categories-name {
    color: #484948;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    max-width: 150px;
}

#categs-slider .home-categories-description {
    color: #65469c;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    display: block;
}

#categs-slider .owl-nav > div {
    height: 40px;
    line-height: 40px;
    padding: 0px !important;
    text-align: center !important;
    top: calc(36% - 20px);
    text-shadow: none !important;
    font-size: 2.85em;
    background: none;
    border-radius: 100%;
    width: 40px;
    color: white;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    #categs-slider {
        margin: 18px 0 25px;
    }

    #categs-slider .home-categories-img {
        width: 125px !important;
        height: 125px !important;
    }

    #categs-slider .owl-prev {
        left: -12px;
    }

    #categs-slider .owl-next {
        right: -12px;
    }

    #categs-slider .home-categories-name {
        font-size: 15px;
    }

    #categs-slider .home-categories-description {
        font-size: 15px;
    }

    #categs-slider2 {
        /*margin-bottom: 60px;*/
    }
}

@media (max-width: 767px) {
    .related #categs-slider .owl-nav > div {
        top: 23%;
    }

    #categs-slider .owl-nav > div {
        width: 16px;
        font-size: 2em;
    }

    #categs-slider {
        margin: 44px 0 25px;
    }

    #categs-slider2 {
        /*margin-bottom: 30px;*/
        margin-top: 10px;
    }
}

@media (max-width: 479px) {
    #categs-slider .home-categories-img {
        width: 90px !important;
        height: 90px !important;
    }

    #categs-slider2 {
        margin-top: 5px;
    }
}

.owl-prev:hover {
    /*background-color: #65469c;*/
}

.owl-next:hover {
    /*background-color: #65469c;*/
}
/**Flechas carruseles mobile ***************************************/

@media (max-width: 991px) {
    .related .owl-nav > div,
    .LASTVISITED .owl-nav > div,
    #categs-slider .owl-nav > div {
        height: 35px;
        line-height: 30px;
        width: 35px;
        color: #cecece;
    }

    .related .owl-nav > div:hover,
    .LASTVISITED .owl-nav > div:hover,
    #categs-slider .owl-nav > div:hover {
        color: #65469c;
        background: transparent;
    }
}

@media (max-width: 767px) {
    .related .owl-nav > div,
    .LASTVISITED .owl-nav > div,
    #categs-slider .owl-nav > div:hover {
        /*height: 25px;*/
        /*line-height: 25px;*/
        /*width: 25px;*/
        font-size: 28px;
    }
}

@media (max-width: 479px) {
    .related .owl-nav > div,
    .LASTVISITED .owl-nav > div,
    #categs-slider .owl-nav > div:hover {
        /*height: 25px;*/
        /*line-height: 20px;*/
        /*width: 25px;*/
    }
}

@media (max-width: 425px) {
    #categs-slider4 .owl-prev,
    #categs-slider4 .owl-next {
        width: 15px;
    }

    .owl-prev:before {
        /*color: #cecece;*/
        color: #231F20;
        font-weight: 500;
        background-color: transparent;
        /*background-color: rgba(255,255,255,.4);*/
        padding: 20px;
    }

    .owl-next:before {
        /*color: #cecece;*/
        color: #231F20;
        font-weight: 500;
        /*background-color: rgba(255,255,255,.4);*/
        background-color: transparent;
        padding: 20px;
    }

    .owl-prev {
        /*background: transparent !important;*/
    }

    .owl-next {
        /*background: transparent !important;*/
    }

    .related > h2 span {
        font-size: 18px !important;
    }

    .titulo-editable span {
        font-size: 18px !important;
        line-height: 37px !important;
    }

    .linea {
        margin-top: -18px;
    }
}

/* BANNERGROUP ***********************************/
.bannergroup {
    float: left;
    width: 100%;
}

/* .sector2 .banner-item img{ */
/* height: 188px; */
/* } */
@media screen and (min-width: 1024px) {
    .sector5 .banner-item.Image:hover {
        box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.25);
        transition: all 0.2s ease;
    }
}

@media screen and (max-width: 768px) {
    .sector2 .banner-item img {
        height: auto;
    }
}

.bannergroup .banner-item {
    margin-bottom: 40px;
    margin-top: 20px;
}

.sector1 .b1 .banner-item,
.sector1 .b2 .banner-item {
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    .bannergroup .banner-item {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .sector1 .b1 .banner-item {
        margin-bottom: 15px !important;
    }
}

/* BANNERS DAMERO ***********************************/

.b-damero {
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 0px;
    box-sizing: border-box;
}

.b-damero .banner-item.grande {
    width: calc(50% - 1.7%) !important;
    margin: 0 0 40px;
    max-height: 600px;
    overflow: hidden;
}

.b-damero .banner-item.chico {
    width: calc(25% - 1.5%) !important;
    margin: 0 0 40px;
    max-height: 600px;
    overflow: hidden;
}

.b-damero .banner-item img {
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto !important;
    object-fit: cover;
}

.b-damero .banner-item span {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    z-index: 1;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.66);
    font-size: 23px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    top: 0;
    left: 0;
    align-items: center;
    padding: 20px;
    justify-content: center;
}

@media (max-width: 1439px) {
    .b-damero .banner-item span {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 1199px) {
    .b-damero {
        margin-bottom: 0;
    }

    .b-damero .banner-item span {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 991px) {
    .b-damero .banner-item {
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .b-damero {
        margin-bottom: 0;
    }

    .b-damero .banner-item span {
        font-size: 17px;
        line-height: 19px;
    }

    .b-damero .banner-item.grande {
        width: 100% !important;
    }

    .b-damero .banner-item.chico {
        width: calc(50% - 1.5%) !important;
    }

    .b-damero .banner-item.chico,
    .b-damero .banner-item.grande {
        max-height: 100% !important;
        height: auto;
        margin: 0 0 13px;
    }
}

@media (max-width: 479px) {
    .b-damero .banner-item {
        width: 100% !important;
        overflow: hidden;
    }
}

@media (min-width: 678px) {
    .related .PRODUCT_BOX {
        min-height: 470px;
    }
}

@media (max-width: 425px) {
    .banner-item.Html {
        padding-bottom: 20px;
    }

    .related > h2 {
        width: 100%;
        font-size: 30px !important;
        margin-top: -10px !important;
        margin-bottom: -35px !important;
    }

    #categs-slider2 .owl-stage-outer {
        padding-bottom: 0px !important;
    }

    #categs-slider2 .home-categories-name {
        font-size: 16px;
    }
}

.button_b9da {
    margin-right: 17px !important;
}
