<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Created by Carlos Canela on 03/02/2020.
 */
.bread .breadcrumb {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin-top: 3rem;
    padding: 0;
    font-size: 0.8rem;
    line-height: 0.8rem;
}

.bread .breadcrumb li a {
    color: #006098;
    text-transform: uppercase;
}

.bread .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #006098;
    content: "&gt;";
}

.bread .breadcrumb .breadcrumb-item.active {
    color: #8a8c8f;
    color: #006098;
}

.product-header {
}

.product-header .product-gallery {
}

.product-header .product-gallery .picture-frame {
    width: 100%;
    margin-bottom: 1.2rem;
}

.product-header .product-gallery .picture-frame img {
    display: block;
    width: 95%;
    height: auto;
    margin: 0 auto;
}

.product-header .product-gallery .reel {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.product-header .product-gallery .reel a {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    /*border: 2px solid #dadfe1;*/
    margin-right: 0.5rem;
    overflow: hidden;
}

.product-header .product-gallery .reel a img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.product-header .express-badge {
    font-size: 0.9rem;
    font-weight: bold;
    color: #003a70;
    width: 60%;
    text-align: center;
    margin: 0.6rem auto 0;
}
@media (max-width: 425px) {
    .product-header .express-badge {
        margin-bottom: 1rem;
    }
}
.product-card .gray-container{
    background-color: #f3f2f2;
    padding: 2rem 2rem 2.5rem 2rem;
    color: #006098;
    width: 100%;
}

.product-card .nombre {
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 1px solid #b9b6b6;
    text-transform: uppercase;
    margin: 0 0 0.5rem 0;
    padding-bottom: 0.5rem;
}

.product-card .sku {
    border-bottom: 1px solid #b9b6b6;
    margin: 0 0 0.5rem 0;
    padding-bottom: 0.5rem;
    font-size: 1.1rem;
    clear: both;
}

.product-card .sku strong {
    font-weight: 600;
    display: block;
}

.product-card .product-options {
    font-weight: bold;
    font-size: 0.9rem;
    padding-right: 0;
}

.product-card .product-options .option {
    display: flex;
    align-items: center;
    margin-bottom: 0.65rem;
}

.product-card .product-options .option .form-input {
    width: 3.5rem;
    height: 2rem;
    background-color: #fff;
    font-size: 1rem;;
    border: 1px solid #dadfe1;
    outline: 0;
    margin: 0 1rem 0 0;
    display: inline-block;
    line-height: 2rem;
    padding: 0.35rem;
}

.product-card .product-options .option label {
    font-weight: bold;
    font-size: 0.85rem;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.product-card .product-options .item-cart-btn {
    background-color: #016099;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
    padding: 0.35rem 1rem 0.35rem 3rem;
    background-image: url(../images/item_cart_btn.jpg);
    background-repeat: no-repeat;
    background-position: 1rem 50%;
    background-size: 1rem auto;
    border: 0;
    outline: 0;
    margin-top: 0.2rem;
}

.product-card .item-detail {
    color: #63656a;
    font-size: 0.6rem;
}

.product-card .item-detail .item-stock {
    font-size: 0.8rem;
    line-height: 0.9rem;
    margin-bottom: 1rem;
}

.product-card .item-detail .item-stock i {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.9rem;
    width: 0.9rem;
    height: 0.9rem;
    vertical-align: bottom;
}

.product-card .item-detail .item-stock.disponible {
    color: #52e42d;
}

.product-card .item-detail .item-stock.nodisponible {
    color: #dc3545;
}

.product-card .item-detail .item-stock.disponible i {
    background-image: url(../images/item_stock_check.png);
}

.product-card .item-detail p {
    margin-bottom: 0.1rem;
    line-height: 0.75rem;
}

.product-card .item-detail a {
    color: #63656a;
    font-weight: 600;
    text-decoration: none;
}

.product-card .shop-info{
    background-color: #fff;
    color: #8a8c8f;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    border: 2px solid #dadfe1;
}
.product-card .shop-info a{
    color: #8a8c8f;
    text-decoration: none;
    display: block;
    font-size: 0.65rem;
    text-align: center;
    padding: 1rem 0.6rem;
    max-width: 35%;
}
.product-card .shop-info a.free-shipping{
    border: 0;
    border-right: 2px solid #dadfe1;
}
.product-card .shop-info a strong{
    display: block;
    color: #003a70;
    font-size: 0.7rem;
}
.product-card .shop-info a img{
    display: block;
    height: 1.6rem;
    width: auto;
    margin: 0 auto 0.2rem;
}

@media (max-width: 425px) {
    .product-card .gray-container {
        padding: 1rem 1rem 1.5rem 1rem;
    }
    .product-card .nombre {
        font-size: 1.35rem;
    }
    .product-card .shop-info a strong {
        padding-top: 0.7rem;
    }
    .cant-item {
        width: 47%;

    }
}

.product-info{}
.product-info .title-container{
    display: flex;
    justify-content: center;
}
.product-info .title-container .title-adjust{
    width: 88%;
    margin-right: 1rem;
}
.product-info .info-section-title{
    color: #63656a;
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.product-info .info-container{
    border-top:1px solid #006098;
    border-bottom:1px solid #006098;
    display: flex;
    justify-content: center;
}
.product-info .info-container .details-container{
    width: 60%;
}
.product-info .info-container .details-container .detalle{
    display: flex;
    padding: 1rem 0.5rem 1rem 0;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #c7c8ca;
}
.product-info .info-container .details-container .detalle h6{
    display: block;
    color: #006098;
    font-weight: 600;
    font-size: 1.1rem;
    width: 33.33333%;
}
.product-info .info-container .details-container .detalle .texto{
    display: block;
    color: #a7a8ab;
    font-size: 0.9rem;
}
.product-info .info-container .details-container .detalle .texto label{
    font-weight: bold;
    display: inline-block;
    margin-right: 1.5rem;
}



.product-info .info-container .contacto{
    width: 28%;
    background-color: #d9e2ea;
    margin: 1.5rem 0 1.5rem 1rem;
    display: block;
    padding: 0 0 1.3rem 0;
    color: #006098;
    text-align: center;
}
.product-info .info-container .contacto h4{
    display: block;
    padding: 2rem 0 ;
    font-weight: bold;
    font-size: 1.2rem;
    width: 100%;
    margin-bottom: 1.6rem;
    border-bottom: 1px solid #006098;
}
.product-info .info-container .contacto a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #006098;
    text-decoration: none;
    font-size: 0.9rem;
    text-align: left;
    padding: 0.5rem 2rem 0;
}
.product-info .info-container .contacto a span{
    display: block;
    width: -webkit-fill-available;
}
.product-info .info-container .contacto a span strong{
    display: block;
}
.product-info .info-container .contacto a img{
    height: 2rem;
    width: auto;
}

@media (max-width: 767px) {
    .product-info .info-container {
        display: block;
    }
    .product-info .info-container .details-container {
        width: 95%;
        margin: 0 auto;
        clear: both;
    }
    .product-info .info-container .contacto {
        clear: both;
        width: 95%;
        margin: 1rem auto;
    }
    .product-info .info-container .contacto h4 {
        padding: 0.75rem 0;
        margin-bottom: 1rem;
    }
    .product-info .info-container .details-container .detalle{
        display: block;
    }
    
}
@media (min-width:768px) and (max-width: 991px) {
    .product-info .info-container {
        display: block;
    }
    .product-info .info-container .details-container {
        width: 95%;
        margin: 0 auto;
        clear: both;
    }
    .product-info .info-container .contacto {
        clear: both;
        width: 70%;
        margin: 1rem auto;
    }
    /*.product-info .info-container .details-container .detalle{
        display: block;
    }*/
}

#related-products{
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
#related-products .center-content{
    width: 90%;
    margin: 1rem auto;
}
#related-products .section-title{
    font-size: 1.3rem;
    font-weight: bold;
    color: #016099;
    margin-bottom: 2rem;
}
#related-products .item {
    margin-top: 1rem;
}

#related-products .item .item-picture {
    text-align: center;
}

#related-products .item .item-picture img {
    width: 96%;
    margin: 0 auto;
}

#related-products .item .item-info {
    font-size: 0.85rem;
    color: #63656a;
}

#related-products .item .item-info &gt; a {
    color: #006098;
    font-weight: 600;
    font-size: 0.75rem;
    padding: 0;
    margin: 0 0 0.7rem;
    display: block;
    line-height: 0.93rem;
}

#related-products .item .item-info p {
    margin: 0 0 0.1rem;
    line-height: 0.8rem;
    font-size: 0.7rem;
}
#related-products .item .item-info p.item-flag{
    font-weight: bold;
}
#related-products .item .item-detail{
    margin: 1.3rem 0;
}
#related-products .item .item-ordercart {
    color: #006098;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 0.85rem;
}

#related-products .item .item-ordercart .custom-control.custom-checkbox {
    margin-bottom: 0.3rem;
}

#related-products .item .item-ordercart .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #fff;
    border-color: #8a8c8f;
}

#related-products .item .item-ordercart .custom-control-label {
    padding-top: 0.25rem;
}

#related-products .item .item-ordercart .custom-control-label::before {
    background-color: #fff;
    border: #8a8c8f solid 2px;
}

#related-products .item .item-ordercart .custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

#related-products .item .item-ordercart .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #006098;
    background-color: #006098;
}

#related-products .item .item-cart-btn {
    background-color: #016099;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
    padding: 0.35rem 1rem 0.35rem 3rem;
    background-image: url(../images/item_cart_btn.jpg);
    background-repeat: no-repeat;
    background-position: 1rem 50%;
    background-size: 1rem auto;
    border: 0;
    outline: 0;
    margin-top: 1rem;
}

#related-products .item .item-detail {
    color: #63656a;
    font-size: 0.6rem;
}

#related-products .item .item-detail .item-stock {
    font-size: 0.8rem;
    line-height: 0.9rem;
    margin-bottom: 0.5rem;
}

#related-products .item .item-detail .item-stock i {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.9rem;
    width: 0.9rem;
    height: 0.9rem;
    vertical-align: bottom;
}

#related-products .item .item-detail .item-stock.disponible {
    color: #52e42d;
}

#related-products .item .item-detail .item-stock.disponible i {
    background-image: url(../images/item_stock_check.png);
}</pre></body></html>