#configurador {
    width: 100dvw;
    height: 100dvh;
    position: relative;
}

#logo {
    width: auto;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
}

#aside {
    width: 25%;
    height: 100%;
    min-height: 100dvh;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    background-image: url('/images/fondo-aside.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-blend-mode: darken;
    padding: 0.8rem;
}

.asideBloque {
    width: 100%;
    padding: 10px;
    background-color: #ffffff20;
}

#canvas {
    position: absolute;
    top: 100px;
    left: 0;
    width: 75%;
    min-width: 75%;
    max-width: 75%;
    min-height: calc(100dvh - 100px);
}

.btn-element {
    background-color: transparent;
    border: 0;
    padding: 5px;
    font-size: 0.6rem;
    color: #fff;
    font-weight: 100;
    border-radius: 10px;
    opacity: 1;
    transition: opacity 0.4s ease-in-out, font-weight 0.4s ease-in-out, outline 0.5s ease-in-out;
}
.btn-element img {
    width: 100%;
    max-width: fit-content;
    pointer-events: none;
}
.btn-element span {
    pointer-events: none;
    display: block;
    width: 100%;
    text-align: center;
}
.btn-element-active {
    outline: 1px solid #fff;
    font-weight: 500;
}

.opacity05 {
    opacity: 0.5;
}

.caractCont {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, auto));
    gap: 10px;
}

.btn-caracteristica {
    background-color: #2B2B2B;
    color: #909090;
    border: 0;
    padding: 5px;
    font-size: 0.8rem;
    font-weight: 100;
    border-radius: 40px;
    transition: color 0.4s ease-in-out, font-weight 0.4s ease-in-out, outline 0.5s ease-in-out, background-color 0.4s ease-in-out;
}
.btn-caracteristica span {
    width: auto;
    pointer-events: none;
}

.btn-caracteristica-active {
    color: #fff;
    font-weight: 500;
    outline: 1px solid #fff;
    background-color: transparent;
}



.slider-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #aaa;
    font-size: 10px;
    font-weight: 100;
    padding-bottom: 20px;
}

.slider {
    position: relative;
    width: 100%;
}


.slider-input {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: none;
    width: 100%;
    background: transparent;
    position: absolute;
    pointer-events: none; 
    height: 20px;
    top: -10px;
    padding: 0;
    margin: 0;
    outline: none;
}

.slider-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: #484848;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
    outline: none;
}

.slider-input::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #484848;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
    outline: none;
}

.slider-track {
    position: absolute;
    height: 2px;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
    padding: 0 5px;
}

.slider-track-background {
    position: absolute;
    height: 2px;
    background-color: #818181;
    top: 1px;
    left: 5px;
    right: 0;
    z-index: 0;
    transform: translateY(-50%);
}


.slider-values {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 10px auto 0;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

.slider-values span {
    position: absolute;
    top: 5px; 
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
}

.avisoVacio {
    font-size: 0.8rem;
    font-weight: 100;
    color: #fff;
    margin-top: 10px;
}


.paso {
    height: 100%;
    min-height: 100%;
}

.changePaso img, .changePaso span {
    pointer-events: none;
}


.btn-color {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-weight: 100;
    padding: 5px;
    margin-top: 1rem;
    text-align: left;
    font-size: 0.8rem;
    border-radius: 10px;
    opacity: 1;
    transition: opacity 0.4s ease-in-out, font-weight 0.4s ease-in-out, outline 0.5s ease-in-out;
}
.btn-color > div {
    pointer-events: none;
}
.btn-color > div:first-child {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    aspect-ratio: 1/1;
}

.btn-color-active {
    outline: 1px solid #fff;
    font-weight: 500;
}

.btn-volver {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #fff;
    font-weight: 100;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.8rem;
}
.btn-volver img {
    width: 18px;
    height: 18px;
    margin-right: 0.5rem;
}

.contBotones {
    position: absolute;
    bottom: 0;
    left: 0;
}


.controles {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 2000;
}

.controlesCont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #EAEAEA;
    padding: 1rem;
    gap: 1rem;
}
.controlesCont button {
    background-color: transparent;
    border: 0;
    padding: 0;
}