.mosaico{

    height: auto;

    margin:10px 0px 10px 0px;

    background: #ffffff;

    text-align: center;

} 
.container{
    width: 100%!important;
} 
.logo
{
    height: 75px!important;
    margin: 10px auto;
}
 .colx, .col-10x{

    border:solid, 1px, #ccc;

    padding:0px !important;

    }

.xd {

  cursor: url(pencil2.svg), auto;

}

section{

    display:flex;

}

button:hover { transform: scale(1.2) }

a>img:hover { transform: scale(1.1)!important }

.escalar{
    transform: scale(1.3);
    border: 2px solid rgb(91, 218, 102);}
    #cenefitas, #mimenu{ display:none; } #tapetitos{ display:none; } .mySlides {display:none;} .familia{ width: 88px; height: 40px; border-radius: 20px; border: 1px solid darkgray; cursor: pointer !important; font-size: 0.75em; color:#fff; } #sugerido>button{ width: 40px; height: 40px; border-radius: 20px; border: 1px solid darkgray; cursor: pointer !important; font-size: 0.75em; margin:1px; } div#combine-output { text-align: center; } nav#coloresSugr { margin: auto; } 

.tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
.tab {
    padding: 8px 15px;
    background: #eee;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
}
.tab.active {
    background: #333;
    color: white;
}

.tab-content { display: none; }
.tab-content.active { display: flex; flex-wrap: wrap; gap: 20px; }

.pieza-card {
    width: 120px;
    text-align: center;
    cursor: pointer;
}
.pieza-card img {
    width: 100%;
}
.swiper {
    width: 100%;
    padding: 15px 0;
}

.swiper-slide {
    width: 100px !important;
    text-align: center;
    cursor: pointer;
}

.pieza-card img {
    width: 100%;
}

.pieza-card div {
    margin-top: 6px;
    font-size: 14px;
}
.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 22px;
    color: #333;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: background 0.2s, transform 0.2s;
    z-index: 10;
}

.scroll-btn:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
}

.scroll-btn:active {
    transform: translateY(-50%) scale(0.95);
}

#scroll-left {
    left: -20px; /* puedes ajustar */
}

#scroll-right {
    right: -20px; /* puedes ajustar */
}
.swiper-button-prev.tapete-prev,
.swiper-button-next.tapete-next {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(6px);
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.swiper-button-prev.tapete-prev::after,
.swiper-button-next.tapete-next::after {
    font-size: 20px;
    color: #333;
}

.swiper-button-prev.tapete-prev:hover,
.swiper-button-next.tapete-next:hover {
    background: #fff;
    transform: scale(1.1);
}

.swiper-button-prev.cenefa-prev,
.swiper-button-next.cenefa-next {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(6px);
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.swiper-button-prev.cenefa-prev::after,
.swiper-button-next.cenefa-next::after {
    font-size: 20px;
    color: #333;
}

.swiper-button-prev.cenefa-prev:hover,
.swiper-button-next.cenefa-next:hover {
    background: #fff;
    transform: scale(1.1);
}
.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 14px 24px;
    border-radius: 14px;
    z-index: 9999;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.35);
    backdrop-filter: blur(4px);
    animation: fadeIn .2s ease;
}

.spinner {
    width: 26px;
    height: 26px;
    border: 3px solid #ffffff55;
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translate(-50%, calc(-50% - 10px)); }
    to   { opacity: 1; transform: translate(-50%, -50%); }
}
