#submenu-m{
	position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    max-width: 160px;
    margin: 4vh 0;
    cursor: pointer;
}

#menu-m{
	width: 100%;
	height: 100vh;
	position: fixed;
	background-color: #5f1e1ea6;
	top: 0;
	left: -100vw;
	z-index: 1;
	transition: all 1s;
    backdrop-filter: blur(2px);

}

.fondo{
	width: 175px;
    height: 100vh;
    background-color: #0f389d;
    box-shadow: 4px 0px 12px #0000006b;
    padding: 20px;
}

ul {
	    color: #2196F3;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: larger;
    font-family: sans-serif;
    font-weight: 700;
}

.HOVER {
    --width: 100%;
    --time: 0.7s;
    font-family: sans-serif;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    transition: all 1s;
    height: 1em;
    padding: 0.8em;
    color: white;
    background: #0f389d;
    overflow: hidden;
    font-size: smaller;
}

.HOVER text {
    position: relative;
    z-index: 5;
    
    transition: color var(--time);
}

.HOVER:hover text {
    color: white;
}

.HOVER span {
    position: absolute;
    display: block;
    content: "";
    z-index: 0;
    width: 0;
    height: 0;
    
    border-radius: 100%;
    background: #5f1e1e;
    
    transform: translate(-50%, -50%);
    transition: width var(--time), padding-top var(--time);
}

.HOVER:hover span {
    width: calc(var(--width) * 2.25);
    padding-top: calc(var(--width) * 2.25);
}

li::before {
      content: "";
    color: red;
    margin-right: 1rem;
     /* or whatever color you prefer */
}

#titulo-m{
	margin: auto;
	width: 100%;
	max-width: 180px;
}

#backbt{
	position: absolute;
    top: 50%;
    right: 2%;
    width: 25px;
    transform: rotate(180deg) translateY(50%);
    cursor: pointer;
}

#sidebt{
	position: absolute;
	top: 50%;
	right: 2%;
	width: 8%;
	max-width: 35px;
	transform: translateY(-50%);
}

#sidebt div{
	margin-bottom: 1vh;
}

#submenu-d{
	position: fixed;
    top: 5vh;
    right: -280px;
    width: 250px;
    z-index: 1;
    background: #0f389d;
    padding: 10px 0 0 0;
    border-radius: 10px 0 0 10px;
    transition: all 0.5s;
}

#botoncerrar{
	margin-left: auto;
    width: 15px;
    height: 19px;
    padding: 6px;
    cursor: pointer;
    transition: all 0.5s;
    padding-left: 30px;
    padding-right: 20px;
}
#botoncerrar:hover{
    padding-right: 10px;
}
#instrucciones{
    position: fixed;
    top: 0;
    background: #5f1e1ea6;
    backdrop-filter: blur(2px);
    width: 100%;
    height: 100vh;
    opacity: 1;
    transition: all 1s;

}

#imagenins{
    position: absolute;
    top: 50%;
    /* background: #00000052; */
    width: 100%;
    max-width: 400px;
    height: 100vh;
    height: -webkit-fill-available;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 1s;
}

#close{
        position: absolute;
    width: 35px;
    top: 20px;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 0);
}

particle {
  position: fixed;
  left: 0;
  top: 0;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  z-index: 99;
}