﻿body {
}

.sectionProductos {
    padding-top: 92px;
    padding-bottom: 70px;
}

.col-product {
    margin-top: 22px;
    margin-bottom: 22px;
}

.imagen-blog-destacado {
    max-width: 100%;
}

.label-fecha-blog {
    color: black;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding-bottom: 10px;
}

.label-title-blog {
    color: #114869;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.label-subtitle-blog {
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 15px;
}

.btn-blog-in {
    border-radius: 20px;
    background: #114869;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    cursor: pointer;
}

.input-search-product {
    border-radius: 3px 0px 0px 3px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    height: 45px;
    width: 80%;
    color: #D9D9D9;
    /*font-family: Inter;*/
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 20px;
    font-size: 16px;
    color: black;
}

    .input-search-product:focus {
        outline: none; /* Elimina el borde naranja predeterminado */
        border: 1px solid rgba(0, 0, 0, 0.20); /* Mantén el mismo borde que en estado normal */
        background: #FFF;
        height: 45px;
        width: 80%;
        color: black;
        /*font-family: Inter;*/
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        padding-left: 20px;
        border-radius: 3px 0px 0px 3px;
    }


.button-search-product {
    background-color: #114869;
    height: 45px;
    width: 20%;
    border-radius: 0px 3px 3px 0px;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.row-filter {
    padding-bottom: 30px;
}

.description-box-blog {
    height: 87px;
    overflow: hidden;
    font-size: 14px;
    line-height: 23px;
    color: #616161;
    text-shadow: 2px 5px 14px #00000015;
    height: 87px;
}


.pagination-controls {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 16px;
}

.page-link {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #333333;
}

.btn-change-page {
    border: 1px solid #333333;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.active-page {
    background-color: #114869;
    color: white;
}

    .active-page:hover {
        background-color: #114869;
        color: white;
        border: 1px solid #333333;
    }

.btn-back-page {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn-next-page {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.col_products {
    display: block;
}

.col_filter {
}

#treeCategorias {
    margin-bottom: 100px;
}

    #treeCategorias ul li a span.lbl,
    #treeCategorias span.lbl,
    #ordenaciones span.lbl {
        vertical-align: middle;
        line-height: 1;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        display: block;
        padding: 5px 5px;
        color: #232323;
        width: 100%;
    }

    #treeCategorias ul.nav li > a > .sign {
        background-color: #fff;
        float: right;
        color: #999;
    }

    #treeCategorias ul.nav ul li {
        list-style: none !important;
        list-style-type: none !important;
        margin-top: 1px;
        margin-bottom: 1px;
    }

    #treeCategorias a.nav-link {
        display: inline-flex;
        height: 42px;
        width: 100%;
        justify-content: space-between;
    }

        #treeCategorias a.nav-link div {
            width: 100%;
        }

        #treeCategorias a.nav-link span.lbl:focus,
        #treeCategorias a.nav-link span.lbl:hover {
            color: #0a58ca;
        }

    #treeCategorias .menu_title_cats,
    #ordenaciones .menu_title_orders {
        height: 42px;
        width: 100%;
        padding: 8px 16px;
        font-size: 20px;
        font-weight: 500;
    }


    #treeCategorias .a_all_cats,
    #ordenaciones .a_order_products {
        display: block;
        cursor: pointer;
        height: 42px;
        width: 100%;
        padding: 8px 16px;
        font-weight: 400;
        font-size: 16px;
        text-transform: uppercase;
    }

        #treeCategorias .a_all_cats.active span.lbl,
        #ordenaciones .a_order_products.active span.lbl {
            font-weight: bold;
            color: #0a58ca;
        }

        #treeCategorias .a_all_cats:focus span.lbl,
        #treeCategorias .a_all_cats:hover span.lbl,
        #ordenaciones .a_order_products:focus span.lbl,
        #ordenaciones .a_order_products:hover span.lbl {
            color: #0a58ca !important;
        }

/*#treeCategorias .menu_title_cats span.lbl,
        #treeCategorias .a_all_cats span.lbl,
        #ordenaciones .a_order_products span.lbl {
            color: #0a58ca !important;
        }*/


.container-products .row-items a {
    text-decoration: none;
}

.container-products .new {
/*    border: 2px solid #212121;
    border-radius: 16px;*/
}

    .container-products .new .body {
        position: relative;
        padding: 15px;
        font-size: 13px;
        border-top: 4px solid #114869;
    }

        .container-products .new .body .title {
            font-size: 16px;
            line-height: 1.5;
            font-weight: 700;
            margin-top: 0px;
            margin-bottom: 10px;
            color: #114869;
            overflow: hidden;
            /*white-space: nowrap;*/
            text-overflow: ellipsis;
            height: 45px;
        }

        .container-products .new .body .price {
            font-size: 16px;
            font-weight: 700;
            line-height: 1.5;
            color: #232323;
        }

    .container-products .new .head {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        padding-bottom:15px;
    }

        .container-products .new .head img {
            height: 198.33px;
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            object-position: center;
            aspect-ratio: 346 / 258;
            border-top-right-radius: 12px;
            border-top-left-radius: 12px;
            width: 100%;
            padding:10px;
        }

    .container-products .new .footer {
        float:right;
    }

        .container-products .new .footer a {
            flex-wrap: nowrap;
            justify-content: flex-end;
            color: #114869;
            display: inline-block;
            background-color: var(--color_active);
            color: white;
            text-decoration: none;
            text-align: right;
            margin: 0px 0px 0px 0px;
            border-radius: 20px;
            padding: 0px 12px 0px 12px;
        }



.label_no_results {
    font-size: 20px;
    padding-left: 24px;
}

.col_ariadna {
    
}

.a_ariadna_cats,
.a_ariadna_cats:focus,
.a_ariadna_cats:hover {
    color: #0a58ca;
    cursor: pointer;
    text-decoration: none;
}

.active-category .lbl {
    font-weight: bold !important;
    color: #0a58ca !important;
}


@media only screen and (max-width: 767px) {
    .container.big {
        max-width: 540px;
    }
}

@media only screen and (max-width: 575px) {
    .container.big {
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .container.big {
        max-width: 1320px;
    }
}