/*
Taburiente Agencia ecommerce
info@taburienteae.es
*
TTTTTTTTTT AAAAAAAA EEEEEEEE
    TT     AA    AA EE            
    TT     AAAAAAAA EEEEEEEE
    TT     AA    AA EE
    TT     AA    AA EEEEEEEE
*
*
* TABURIENTE AGENCIA ECOMMERCE
*/
/** SLIDER HOME OFF-MARKET **/
.highlight_sliders { position: relative; }
.highlight_sliders .highlight_item { aspect-ratio: 4/3; width: 100%; padding: 5px; position: relative; }
.highlight_sliders .highlight_item img { width: 100%; height: auto; aspect-ratio: 4/3; }
.center-arrow { width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; border-radius: 50%; 
    background-color: var(--primary); position: absolute; top: calc(50% - 15px); right: 20px; cursor: pointer; }
.center-arrow:focus,
.center-arrow:hover { opacity: .7; }
.center-arrow.center-arrow-prev { left: 0; right: unset; z-index:1; }
.arrow-left { width: 15px; height: 15px; border-left: 2px solid var(--terciary); border-bottom: 2px solid var(--terciary); 
    transform: rotate(45deg); margin-left: 6px; }
.arrow-right { width: 15px; height: 15px; border-right: 2px solid var(--terciary); border-bottom: 2px solid var(--terciary); 
    transform: rotate(-45deg); margin-right: 6px; }
.highlight_item p { position: absolute;bottom: 0;background: var(--terciary);color: var(--secondary);padding: 1rem;width: calc(100% - 10px);
    text-align: center;margin: auto 0;opacity: .7; }

@media (max-width:991.97px) {
    .highlight_item p { font-size: 75%; padding: .2rem; }
}

@media (max-width:480px) {
    .highlight_item p { font-size: 70%; }
}