/*////////////////////////////////////////////////////////////////////*/
/*   HOME                  ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

section {
    margin-top: 36px;
}

.Home section {
    margin-top: 0 !important;
}

body {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: normal;
}

@media (max-width: 991px) {}

/* categorias relacionadas ************************/

#categs-slider {
    display: flex;
    justify-content: space-between;
    margin: 27px 0 17px;
}

#categs-slider .owl-stage-outer {
    padding: 5px;
    margin: -5px;
}

#categs-slider .home-categories-item {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

#categs-slider .home-categories-item a:hover {
    text-decoration: none;
}

#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 {
    min-width: 141px !important;
    height: 140px !important;
    margin-bottom: 10px;
    border: solid 1px #eaeaea;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
    font-size: 8px;
    color: #ccc;
}

#categs-slider .home-categories-img img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

#categs-slider a:hover .home-categories-img {
    border-color: #7DA032;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
}

#categs-slider .home-categories-name {
    text-align: center;
    font-size: 14px;
    margin: 5px 0px 0px 0px;
    line-height: 18.62px;
    letter-spacing: 0.02em;
    color: #515151;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 140px;
}

#categs-slider .home-categories-name.OUTLET {
    color: #F1002B;
}

#categs-slider .home-categories-description {
    color: #7DA032;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.related #categs-slider .owl-nav>div {
    top: calc(50% - 55px);
}

.categ_cont {
    margin-bottom: 0px !important;
    margin-top: 2% !important;
}

@media (max-width: 767px) {
    #categs-slider {
        margin: 0px 0px 20px;
    }

    #categs-slider .home-categories-img {
        height: 120px !important;
        width: 120px !important;
        min-width: auto !important;
    }

    #categs-slider .home-categories-item {
        justify-content: center;
    }
    #categs-slider .home-categories-name {
        max-width: 120px;
    }
    .categ_cont {
        margin: 0px !important;
    }
}


/* OWL SLIDER ******/
.owl-item.loading {
    /*background: url(/Content/Images/AjaxLoader.gif) no-repeat center center;*/
}

.owl-carousel {
    width: 100%
}

.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;
}

.owl-nav>div {
    color: #000;
    cursor: pointer;
    font-family: "Ionicons";
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
    top: calc(44% - 35px);
    z-index: 3;
    padding: 0 10px;
}

.owl-prev {
    left: 3px;
}

.owl-next {
    right: 3px;
}

.owl-prev:before {
    content: "\f3d2";
}

.owl-next:before {
    content: "\f3d3";
}

/*.owl-prev:before {
    float: left
}*/

.owl-next:before {
    float: right
}

.owl-nav>div:hover {
    background: rgba(0, 0, 0, 0.06) none repeat scroll 0 0;
}

.owl-dots {
    margin-top: -25px !important;
    position: relative !important;
}

.owl-dots div {
    background: #ccc none repeat scroll 0 0;
    /*border: 1px solid #fff;*/
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    margin: 0 3px;
    text-align: center;
    width: 10px;

}

.owl-dots div:hover {
    opacity: 0.7
}

.owl-dots .active {
    background: #86AB35 none repeat scroll 0 0;
}

.owl-theme .owl-controls {
    margin-top: 0;
}


.related .owl-theme .owl-controls {
    margin-top: 0;
}

/* OWL SLIDER MAIN-SLIDER ******/
#main-slider {
    margin-bottom: 20px;
}

#main-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}

#main-slider .owl-nav>div {
    color: #fff;
    opacity: 0;
}

#main-slider:hover .owl-nav>div {
    opacity: 1;
}

#main-slider .owl-nav>div:hover {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
}

#main-slider .owl-prev {
    left: 0
}

#main-slider .owl-next {
    right: 0
}

#main-slider .owl-dots {
    margin: 0 !important;
}

@media (max-width: 991px) {
    #main-slider .owl-nav>div {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    #main-slider2 .owl-nav>div {
        font-size: 18px;
        color: #fff;
        padding: 0;
        top: 44%;
    }

    #main-slider .owl-prev {
        left: 0
    }

    #main-slider .owl-next {
        right: 0
    }

    .main-slider .owl-dots {
        display: none
    }
}

@media (max-width: 479px) {
    #main-slider2 {
        margin-bottom: 10px;
    }
    .bannerTop_moobile {
        background: #6F6259;
        color: #fff;
        padding: 15px 40px 10px;
        text-align: center;
        font-weight: 400;
    }
    .bannerTop_moobile a{ font-weight: 600; color: #fff;}
}










/* OWL-SLIDER  BRAND-SLIDER ********/
.related.brand-slider {
    margin-bottom: 0 !important;
}

.brand-slider ul {}

.brand-slider .owl-stage-outer {
    height: 90px;
}

.brand-slider ul .owl-nav>* {
    top: 62px !important
}

.brand-slider ul .owl-nav>.owl-prev {}

.brand-slider ul .owl-nav>.owl-next {}

.brand-slider ul li a {
    cursor: pointer;
    display: table;
    height: 65px;
    position: relative;
    width: 100%;
}

.brand-slider ul li a img {
    bottom: 0;
    height: auto !important;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
}

/* BANNERS DAMERO ***********************************/

.b-damero {
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.b-damero .banner-item {
    font-family: 'Kaushan Script';
    width: 33.33% !important;
    position: relative;
    border: 11px solid #fff;
    border-bottom: 0px;
    border-top: 0px;
}

.b-damero .banner-item img {
    object-fit: cover;
    z-index: 0;
}



.b-damero .banner-item a:hover span {
    visibility: visible;
    opacity: 1;
    color: #A0D611 !important;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.40) 90%;
    transition: 1s;
    /*transition: visibility 0s ease-in-out, opacity 0.5s ease-in-out;*/
}


.b-damero .banner-item span {
    font-family: 'Amatic';
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    z-index: 1;
    font-size: 84px;
    line-height: 115%;
    font-weight: 500;
    color: #fff;
    top: 2px;
    left: 0;
    align-items: center;
    padding: 20px 10px;
    justify-content: center;
    visibility: visible;
    background: rgba(0, 0, 0, 0.1) 90%;
    letter-spacing: 1.5px;
}

@media (max-width: 1199px) {
    .b-damero .banner-item span {
        line-height: 35px;
        font-size: 35px;
    }
}

@media (max-width: 991px) {
    .b-damero .banner-item {
        width: 50% !important
    }
}

@media (max-width: 767px) {
    .b-damero {
        margin-bottom: 30px
    }

    .b-damero .banner-item span {
        font-size: 17px;
        line-height: 19px;
    }
}

@media (max-width: 479px) {
    .b-damero .banner-item {
        width: 100% !important;
        height: 194px;
        overflow: hidden;
    }
}


/* desaturar imagenes */
.brand-slider ul li a img {
    opacity: 0.55;

    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+, IE10 */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

.brand-slider ul li a img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    opacity: 1;
}


@media (max-width: 991px) {
    .brand-slider ul li a {
        height: 60px
    }
}

@media (max-width: 767px) {
    .brand-slider ul li a {
        height: 45px
    }
}

@media (max-width: 479px) {
    .brand-slider ul li a {
        height: 40px
    }
}






/* OWL SLIDER RELATED-SLIDER */
.related>h2,
.title>h2,
.lastseen h2 {
    color: #615E5E;
    display: block;
    float: left;
    font-size: 2.25em;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    margin-top: 1rem;
    padding: 0;
    position: relative;
    transition: none 0s ease 0s;
    width: 100%;
    text-align: left;
    background: #fff;
    height: auto;
    z-index: 1;
}

.related2>h2 {
    margin-top: 33px;
}

.related2>h2 p {
    margin-bottom: 12px;
    ;
}

.related>h2 span,
.title>h2 span,
.lastseen h2 span {
    background: #fff;
    padding: 0 10px;
}

.related>h2 span {
    display: block;
    padding: 0;
    font-family: 'Amatic';
    font-size: 50px;
    color: #87BD18;
}

.related>h2 span a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    color: #615E5E;
    text-decoration: underline;
    letter-spacing: -0.1px;
    margin: 0 6px;
    font-weight: 500;
}

.related>h2 span a:hover {
    text-decoration: none;
}

.vermas-destacados {
    font-size: 0.7em;
    color: #e3edf6;
    font-weight: 500;
    /* text-decoration: underline; */
}

.vermas-destacados a {
    color: #86AB35;
    z-index: 2;
    position: relative;
}

.vermas-destacados a:hover {
    color: #86130a;
}

.Home .related {
    margin-bottom: 0px !important;
}

.related .owl-carousel {
    padding: 0 5px;
    display: block;
}

/*.related .owl-carousel > li:nth-child(2n+2) {padding: 0 0 0 5px;}
.related .owl-carousel > li:nth-child(2n+1) {padding: 0 5px 0 0;}*/
.related .owl-carousel>li {
    padding: 0 20px 0 0;
}

.Home .related .owl-carousel {
    padding: 0 5px 0 0;
    margin-bottom: 37px;
}

.Home .related2 .owl-carousel {
    margin-bottom: 50px;
}

.related .owl-carousel .owl-stage-outer {
    margin: -10px;
    padding: 10px;
    clear: both;
}

.related .owl-nav>div {
    background: #fff none repeat scroll 0 0;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    text-align: center !important;
    top: calc(32% - 3px);
    width: 20px;
    text-shadow: none !important;
}

.related .owl-prev {
    left: -7px
}

.related .owl-next {
    right: -7px
}

.related .owl-next::before {
    float: unset;
}





@media (min-width: 1440px) {
    .Home .related>ul>li {
        width: 20%
    }

    .Home .related>ul>li:nth-child(6) {
        display: none
    }
}

@media (min-width: 1600px) {
    .Home .related>ul>li {
        width: 16.66%
    }

    .Home .related>ul>li:nth-child(6) {
        display: block
    }
}


@media (max-width: 1439px) {
    .Home .related>ul>li:nth-child(5) {
        display: none
    }

    .Home .related>ul>li:nth-child(6) {
        display: none
    }
}

@media (max-width: 1199px) {
    .Home .related {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {

    .related>h2,
    .title>h2,
    .lastseen h2 {
        font-size: 1.8em !important;
    }

    .related>h2 span a {
        font-size: 0.6em;
    }
}

@media (max-width: 767px) {
    .Home .related>ul>li:nth-child(5) {
        display: block
    }

    .Home .related>ul>li:nth-child(6) {
        display: block
    }

    .Home .related .owl-carousel>li {
        height: 420px
    }

    .Home .related .owl-carousel>li article {
        margin-bottom: 0
    }

    .Home .related>ul>li:nth-child(3)::before {
        background: #d1d1d1;
        height: 1px;
        position: absolute;
        right: 10px;
        bottom: 30px;
        width: calc(300% - 15px);
        content: "";
        display: block;
        z-index: 1;
    }

    .related>h2,
    .title>h2,
    .lastseen h2 {
        padding: 0 21px 6px;
        height: auto;
        font-size: 1.5em;
    }

    .related>h2 span,
    .title>h2 span,
    .lastseen h2 span {
        background: transparent;
        padding: 0;
    }
    .related>h2 span a {
        font-size: 13px;
    }

    .related .owl-nav>div {
        font-size: 21px;
        top: calc(38% - 45px);
        width: 15px;
    }

    .related .owl-prev {
        left: -12px
    }

    .related .owl-next {
        right: -12px
    }

    .Home .related .owl-carousel {
        margin-bottom: 20px;
    }
    .related h2 span, .related h2 strong {
        text-align: center;
        font-size: 27px;
    }
}

@media (max-width: 479px) {
    .Home .related>ul>li:nth-child(3)::before {
        display: none
    }

    .Home .related>ul>li:nth-child(2n+2)::before {
        background: #d1d1d1;
        height: 1px;
        position: absolute;
        right: 10px;
        bottom: 30px;
        width: calc(200% - 15px);
        content: "";
        display: block;
        z-index: 1;
    }

    .Home .related>ul>li:nth-last-of-type(-n+2)::before {
        display: none;
    }

    .Home .related .owl-carousel>li {
        height: 360px;
    }

    .related>h2,
    .title>h2,
    .lastseen h2 {
        padding: 0;
        text-align: center;
        margin: 27px 0 0;
    }

    .related h2 span,
    .related h2 strong {
        display: block;
        text-align: center;
    }

    .related .owl-nav>div {
        font-size: 21px;
        top: 32% !important;
        width: 15px;
    }
}

@media (max-width: 360px) {
    .Home .related .owl-carousel>li {
        height: 310px;
    }
}





.owl-carousel .PRODUCT_BOX .box_image {
    height: 208px
}

@media (max-width: 1439px) {
    .owl-carousel .PRODUCT_BOX .box_image {
        height: 210px
    }
}

@media (max-width: 1199px) {
    .owl-carousel .PRODUCT_BOX .box_image {
        height: 214px;
    }
}

@media (max-width: 991px) {
    .owl-carousel .PRODUCT_BOX .box_image {
        height: 230px
    }
}

@media (max-width: 767px) {
    .owl-carousel .PRODUCT_BOX .box_image {
        height: 205px;
    }
}





/* BANNER HOME bx3  */
.bx3 {
    margin-bottom: 60px;
}

.bx3 .item {
    display: table;
    float: left;
    padding: 5px 10px;
    text-align: center;
    width: 33%;
}

.bx3 .item2 {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.bx3 .item a {
    display: inherit;
    float: none;
    margin: 0 auto;
    padding-left: 44px;
    position: relative;
    text-align: left;
}

.bx3 .item a::before {
    background-repeat: no-repeat;
    width: 50px;
    left: -18px;
    position: absolute;
    top: -6px;
    height: 50px;
    content: "" !important;
    background-size: 100% auto;
}

.bx3 .item1 a::before {
    background-image: url(/Pubs/Sites/Default/Custom/B-servicios1.png)
}

.bx3 .item2 a::before {
    background-image: url(/Pubs/Sites/Default/Custom/B-servicios2.png)
}

.bx3 .item3 a::before {
    background-image: url(/Pubs/Sites/Default/Custom/B-servicios3.png)
}

.bx3 .item span {}

.bx3 .item strong {
    display: block;
    font-size: 0.95em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}


@media (max-width: 991px) {
    .bx3 .item {
        font-size: 0.9em
    }
}


@media (min-width: 480px) and (max-width: 767px) {
    .bx3 .item a {
        font-size: 0.85em;
        line-height: 1.3em;
        padding: 0;
        text-align: center;
    }

    .bx3 .item a::before {
        display: block;
        float: left;
        font-size: 2.4em;
        left: unset;
        margin: 0 calc(50% - 25px) 9px;
        position: relative;
        top: unset;
    }
}

@media (max-width: 479px) {
    .bx3 {
        margin: 0 0 40px;
    }

    .bx3 .item {
        width: 100%;
    }

    .bx3 .item a::before {
        font-size: 2.3em;
        left: 10px;
        top: 21px;
    }

    .bx3 .item2 {
        border-width: 0;
    }

    .bx3 .item a {
        float: left;
        font-size: 0.95em;
        line-height: 1.4em;
        padding: 13px 10px 13px 76px;
        width: 100%;
    }
}


@media (min-width: 992px) {
    .navbar-default .navbar-brand {
        width: 105px;
        margin: 12px;
        margin-right: 60px;
    }
}

/* BANNERS group  */
.bannergroup {
    float: left;
    width: 100%;
    margin-top: 3%;
}

.bannergroup .banner-item {
    margin-bottom: 40px;
}

.Home #newsletter-form .field-validation-error,
.Home #newsletter-form .field-validation-valid {
    color: #fff !important;
}



@media (max-width: 1599px) {}

@media (max-width: 1439px) {}

@media (max-width: 1199px) {
    .bannergroup .banner-item {
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 479px) {}