.single-taxonomy{
    background: url(../../assets/img/pcontbg.svg) no-repeat right center;
    padding: 0 0 6.6rem;
}

.single-taxonomy .imgz{
    width: 100%;
    aspect-ratio: 1/.20052;
    background-size: cover !important;
    background-blend-mode: normal, normal, color, normal !important;
    margin-bottom: 20px;
}

.single-taxonomy .row{
    grid-gap: 2rem 0;
}

.single-taxonomy .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

.single-taxonomy .fx,
.single-taxonomy .text{
    margin-bottom: 2rem;
}

.single-taxonomy .fx{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 13px;
}

.single-taxonomy .fx::before{
    content: '';
    min-width: 55px;
    max-width: 55px;
    height: 72px;
    background: url(../../assets/img/fx.svg) no-repeat center;
    background-size: cover;
}

.single-taxonomy .text p:not(:last-child){
    margin-bottom: 1.5rem;
}

.single-taxonomy .ms-lg-auto{
    width: clamp(10px,100%,500px);
}

.single-taxonomy .bigimg{
    aspect-ratio: 1/.644;
    margin-bottom: 7px;
}

.single-taxonomy .bigimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.single-taxonomy .owl-carousel{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.single-taxonomy .owl-carousel .owl-nav{
    position: absolute;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height: 0;
    width: 128.6%;
}

.single-taxonomy .owl-carousel .owl-nav>* rect,
.single-taxonomy .owl-carousel .owl-nav>* path{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.single-taxonomy .owl-carousel .owl-nav>*:not(.disabled) rect{
    fill: var(--main);
}

.single-taxonomy .owl-carousel .owl-nav>*:not(.disabled) path{
    fill: var(--white);
}

.single-taxonomy .owl-carousel img{
    cursor: pointer;
    aspect-ratio: 1/.63333;
    object-fit: cover;
    -o-object-fit: cover;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
} 

.single-taxonomy .owl-carousel img.active{
    border-color: var(--main);
    border-radius: 5px;
}

.archive-prods{
    background: linear-gradient(180deg, #ffffff00 0%, #FFF 41.26%) no-repeat center,linear-gradient(to bottom,transparent 0,transparent 95.65217%,#2b62bc0d 95.65217%,#2b62bc0d 100%) repeat-y top center,
    linear-gradient(to right,#24406d0d 0,#24406d0d 2px,transparent 2px,transparent 100%) repeat-x top left;
    background-size: cover,100% 23px,23px 100%;
    padding: 5.33rem 0 4.73rem;
}

.archive-prods .segmentos{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 1rem 20px;
    width: clamp(10px,100%,980px);
    margin: 0 auto 4.8rem;
}

.archive-prods .segmentos>*,
.archive-prods .segmentos>* img,
.archive-prods .segmentos>* .title{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.archive-prods .segmentos>*{
    flex: 0 1 calc((100% / 5) - 20px);
    border-radius: 7px;
    border: 1px solid #00285626;
    background-color: #00285608;
    padding: 12px;
}

.archive-prods .segmentos>*:has(button){
    padding: 0;
}

.archive-prods .segmentos>* button{
    width: 100%;
    background: none;
    border: none;
    padding: 12px;
}

.archive-prods .segmentos>*.active{
    background-color: var(--title);
    border-color: var(--title);
}

.archive-prods .segmentos>* img{
    width: 40px;
    aspect-ratio: 1/1;
    object-fit: contain;
    -o-object-fit: contain;
    margin: 0 auto 5px;
}

.archive-prods .segmentos>*.active img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}

.archive-prods .segmentos>* .title{
    text-align: center;
    color: var(--text);
    font-weight: 700;
    line-height: 20px;
}

.archive-prods .segmentos>*.active .title{
    color: var(--white);
}

.archive-prods .catitle{
    color: #212121;
    font-weight: 700;
    margin-bottom: 20px;
}

.archive-prods .row{
    grid-gap: 20px 0;
}

.archive-prods .row>*{
    padding: 0 10px;
}

.archive-prods .box{
    display: block;
    display: -webkit-block;
    height: 100%;
    border: 1px solid #88cdd33b;
    border-radius: 9px;
    background-color: #F7F8FA;
    padding: 2rem 28px 24px;
}

.archive-prods .box .img{
    width: 100%;
    aspect-ratio: 1/.80357;
    margin-bottom: 20px;
}

.archive-prods .box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.archive-prods .box .title{
    text-align: center;
    color: #002856b0;
    font-family: var(--arch);
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

@media(max-width:1330px){
    .single-taxonomy .owl-carousel .owl-nav{
        width: 112%;
    }
}

@media(max-width:992px){
    .archive-prods{
        padding: 2rem 0;
    }
    .archive-prods .segmentos>* {
        flex: 0 1 calc((100% / 4) - 20px);
    }
}

@media(max-width:768px){
    .archive-prods .segmentos>* {
        flex: 0 1 calc((100% / 3) - 20px);
    }
    .single-taxonomy .owl-carousel .owl-nav{
        width: 106%;
    }
}

@media(max-width:575px){
    .archive-prods .segmentos>* {
        flex: 0 1 100%;
    }
}