.panel-lateral {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    background-color: #3a0f11;
    color: #fff;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0;
    padding-top: 45px;
    transition: left 0.3s ease;
    display: flex;
    flex-direction: column;
    z-index: 12;
    overflow-y: auto
}

.panel-lateral nav {
    flex: 1
}

.panel-lateral nav ul {
    list-style-type: none;
    padding: 0
}

.panel-lateral nav ul li {
    margin: 12px 0
}

.panel-lateral nav ul li a {
    color: #fff;
    text-decoration: none
}

.panel-lateral .menu-contenido {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #353535 #000;
    padding-right: 5px
}

.panel-lateral .menu-contenido::-webkit-scrollbar {
    width: 1px
}

.panel-lateral .menu-contenido::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px
}

.panel-lateral .menu-contenido::-webkit-scrollbar-thumb:hover {
    background-color: #000
}

.panel-lateral .menu-contenido::-webkit-scrollbar-track {
    background-color: #000;
    border-radius: 10px
}

.btn-cerrar {
    font-family: 'Montserrat',sans-serif;
    background: none;
    border: none;
    font-size: 45px;
    color: #debe59;
    position: absolute;
    top: 5px;
    right: 20px;
    cursor: pointer
}

.contenedor-inferior {
    background-color: #3a0f11;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    position: sticky;
    bottom: 0;
    width: 100%;
    padding-bottom: 0
}

.social-icons {
    display: flex;
    margin-bottom: 8px;
    align-self: flex-start;
    justify-content: flex-start
}

.social-icons img {
    width: 43px;
    height: 43px;
    margin-right: 5px
}

.boton-lenguajes {
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    font-weight: 700;
    height: 38px;
    width: 250px;
    background-color: #3a0f11;
    border: solid 1px #fff;
    border-radius: 25px;
    margin-bottom: -20px;
    margin-left: -5px;
    color: #fff;
    font-size: 13px;
    cursor: pointer
}

.menu-lenguajes.active .boton-lenguajes {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.menu-lenguajes {
    position: relative
}

.opciones-lenguajes {
    display: none;
    position: absolute;
    bottom: 100%;
    left: -5px;
    background-color: #3a0f11;
    border: 1px solid #fff;
    border-bottom: none;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    width: 250px;
    z-index: 20;
    overflow: hidden
}

.opcion {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat',sans-serif;
    font-size: 13px;
    letter-spacing: .5px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid rgb(255 255 255 / .2);
    transition: transform 0.2s ease,color 0.2s ease
}

.opcion:last-child {
    border-bottom: none
}

.opcion:hover {
    transform: scale(1.2)
}

.menu-lenguajes.active .opciones-lenguajes {
    display: block
}

.centrar-svg {
    vertical-align: middle
}
