<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Complementarios */
.complementarios {
    position: relative;
    padding: 20px 0;
}
.complementarios:after {
    content: "";
    display: block;
    position: absolute;
    width: 270%;
    background: #f1f1f1;
    height: 100%;
    top: 0;
    left: -200%;
    margin-left: -15px;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
}
#complementarios .slick-list.draggable {
    z-index: 1;
    /* -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.5); */
    /* box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.5); */
    background: transparent;
}
.complementarios h3 {
    display: block;
    z-index: 99;
    position: relative;
    margin: 50px 0;
    color: #333;
}

h3 {}
.bloque-presentacion {
    z-index: 1;
}
.complementarios .containers {
    max-width: 1170px;
    margin: 0 auto;
}
#complementarios button.slick-prev.slick-arrow {
    left: 0px;
    background: #f000;
    border: 0px;
    background: url(/wp-content/themes/pintuco/images/arrowWhite1.png) center center no-repeat var(--AKBP-green);
    width: 45px;
    height: 60px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 50%;
    z-index: 1000000;
    transform: translateY(-50%);
    font-size: 0px;
    right: unset;
}
#complementarios button.slick-next.slick-arrow {
    width: 45px;
    height: 60px;
    background: #333;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 1000000;
    transform: translateY(-50%);
    background: url(/wp-content/themes/pintuco/images/arrowWhite2.png) center center no-repeat var(--AKBP-green);
    font-size: 0px;
    left: unset;
}
#complementarios .single-seen{
    background: white;
    padding: 30px;
    height: 100%;
    padding: 20px;
    -webkit-box-shadow: 0 0.2rem 0.6rem 0 rgba(0,0,0,.1);
    box-shadow: 0 0.2rem 0.6rem 0 rgba(0,0,0,.1);
    height: 370px;
    margin-right: 10px;
    border: 1px solid #e1e1e1;
}
#complementarios .single-seen img {
    width: 220px;
    margin: 0 auto;
}
#complementarios h2 {
    color: #333;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 17px!important;
    padding-top: 10px;
    font-family: 'Open sans', sans-serif;
}
@media (max-width: 480px) {
    #complementarios .slick-list.draggable {
        width: 305px;
        margin: auto;
    }
}
/* Complementarios */
#productsGrid .draggable &gt; .slick-track &gt; .product-pack {
    height: auto;
}
.products-list {
    max-width: 75%;
    margin: auto;
    margin-top: 45px;
    margin-bottom: 45px;
}

.products-list .col-md-4 {
    padding: 20px;
    background-color: #ffffff;
}

.products-list figure {
    position: relative;
    box-shadow: 0 0.2rem 0.6rem 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0.2rem 0.6rem 0 rgba(0,0,0,.1);
    max-height: 270px;
    border-radius: 8px;
}

.products-list figure figcaption {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 10px;
    top: 0;
    left: 0;
} 

.products-list figure img {
	display: block;
    position: relative;
    z-index: 10;
    transition: transform 0.4s;
    height: auto;
    margin: auto;
    max-width: 100%;
    max-height: 280px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.products-list figure figcaption h3 {
    font-size: 1.1rem !important;
    margin-top: 145px!important;
    text-align: center;
    font-weight: 600;
    color: #333333bd;
    font-family: 'Open Sans', sans-serif;
}

.products-list figure figcaption p {
    font-size: 1rem;
    color: #333;
}

.background-image-product {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0px;
    background: #ffffff;
    z-index: 9;
    transition: transform 0.4s;
}

.products-list figure:hover img,
.products-list figure:hover .background-image-product {
    transform: translateY(-50px) scale(0.5);

}

.breadcrumb {
    color: #333;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 0px;
    border-bottom: 1px solid #f1f1f1;
}

.breadcrumb&gt;li {
    display: inline-block;
}

.breadcrumb li a {
    color: #333;
    font-weight: 400;
    font-size: 1rem;
}

.breadcrumb&gt;li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb&gt;li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
    font-size: 1rem;
}

.menu-busqueda-productos  ul {
    list-style: none;
    padding-left: 0;
    border: 0.1rem solid #e1e1e1;
    /* overflow: hidden; */
}

.menu-busqueda-productos ul li h3 {
    padding: 30px;
    margin: 0 !important;
}

.menu-busqueda-productos ul li {
    max-width: 380px;
    border-bottom: 0.1rem solid #e1e1e1;
    background: transparent !important;
}

.menu-busqueda-productos ul li a {
    color: #333;
    position: relative;
    font-size: 1.1rem;
    /* font-weight: 300; */
}

.menu-busqueda-productos ul li a::before {
    position: absolute;
    right: 14.5px;
    top: 12px;
    content: "";
    display: block;
    width: 2px;
    height: 11px;
    background: #333;
}

.menu-busqueda-productos ul li a:after {
    position: absolute;
    right: 10px;
    top: 16px;
    content: "";
    display: block;
    width: 11px;
    height: 2px;
    background: #333;
}

.list-term-filter-first-child {
    border: solid 1px #edeef0;
}

.list-term-filter-first-child a {
    padding: 15px;
    display: block;
}

.term-list-second-level a {
    background-color: #edeef0;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.term-list-third-level a {
    background-color: #e5e4e4;
    padding-left: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.term-list-fourth-level a {
    background-color: rgba(0, 0, 0, 0.4);
    padding-left: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.term-list-fifth-level a {
    background-color: rgba(0, 0, 0, 0.6);
    padding-left: 75px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.term-list-sixth-level a {
    background-color: rgba(0, 0, 0, 0.6);
    padding-left: 90px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.category-active {
    font-weight: bold;
}
p#cta-ecommerce {
    position: relative;
    top: -12px;
}

a.btn.btn-ecommerce {
    background: #fee912;
    font-weight: bold;
}
@media (min-width: 992px) {
    .products-list {
        width: 75%;
    }
}
@media (max-width: 991px) {
    .products-list figure figcaption h3 {
        margin-top: 170px!important;
    }
    .text-center p {
        font-size: 10px!important;
        line-height: 10px;
        margin: 0px!important;
    }
    .col-lg-4.col-md-6 figure {
        margin-top: 15px;
        margin-bottom: 15px;
        box-shadow: 0 1px 6px 0px rgba(50, 50, 50, 0.2);
        max-height: 500px!important;
        height: 300px;
    }
    p#cta-ecommerce {
        z-index: 10;
        padding-top: 85px;
    }
    figcaption.text-center a h3, figcaption.text-center a &gt; p {
        background: red;
        opacity: 0;
    }

}
@media (max-width: 767px) {
    
    
    .products-list {
    max-width: 100%;}
    
    
    
    .products-list #productsGrid {
    max-width: 75%;
    margin: 0 auto;
}

}



.list-products-main h3 {
    text-transform: initial;
    color: #333;
}

#productsGrid button.slick-prev.slick-arrow.slick-disabled, #productsGrid button.slick-prev.slick-arrow {
    background: var(--AKBP-green) url(/wp-content/uploads/2020/02/arrow.png) no-repeat 100% center !important;
    border: none;
    width: 11px !important;
    padding: 20px;
    background-size: 100% auto !important;
    height: 30px;
    left: 40%;
    display: none;
}

#productsGrid button.slick-next.slick-arrow {
    width: 11px !important;
    padding: 20px;
    background-size: 100% auto !important;
    height: 30px;
    left: 57%;
    background: var(--AKBP-green) url(/wp-content/uploads/2020/02/arrow.png) no-repeat 100% center;
    border: none;
    display: none;
}</pre></body></html>