.invisible { display:none;}
.transparente {visibility:hidden;}
.cristal{ backdrop-filter: blur(30px) ;}
.barrapersistente{position:sticky;top:0px;overflow:hidden;z-index: 6000;}
.consecutivos {text-align: center;display: inline-table;}
.iluminado{box-shadow: 0 0 25px rgba(0,178,255,1),0 0 50px rgba(0,178,255,1);}
.iluminadoverde{box-shadow: 0 0 25px green,0 0 50px green;}
.iluminadorojo{box-shadow: 0 0 25px red,0 0 50px red;}
.iluminadoamarillo{box-shadow: 0 0 25px yellow,0 0 50px yellow;}
.iluminadoblanco{box-shadow: 0 0 25px white,0 0 50px white;}
.iluminadonegro{box-shadow: 0 0 25px black,0 0 50px black;}
.iluminadorosa{box-shadow: 0 0 25px pink,0 0 50px pink;}
.iluminadonaranja{box-shadow: 0 0 25px orange,0 0 50px orange;}
.redondeado25{border-radius:25px ;}
.redondeado50{border-radius:50px ;}
.circulado{border-radius:250px ;}
 
.glow{filter: brightness(100%); transition: 0.5s;}
.glow:hover{filter: brightness(150%);transition: 0.5s; }
.zoom{transform:  scale(1);transition: 0.5s;}
.zoom:hover{transform:  scale(1.2);transition: 0.5s; z-index: 10000; }
.zoom110{transform:  scale(1);transition: 0.5s;}
.zoom110:hover{transform:  scale(1.1);transition: 0.5s; z-index: 10000; }
.zoom150{transform:  scale(1);transition: 0.5s;}
.zoom150:hover{transform:  scale(1.5);transition: 0.5s; z-index: 10000; }
.zoomlogomenu {background-position:center;background-size: 100% 100%  ;;transition: 0.5s;}
.zoomlogomenu:hover {background-size: 120% 120%  ;;transition: 0.5s;}
.zoomfondohorizontal{background-size: auto  100% ;transition: 0.5s;}
.zoomfondohorizontal:hover{background-size:auto 150%;transition: 0.5s;}
.zoompng{background-size: auto  60% ;transition: 0.5s;}
.zoompng:hover{background-size:auto 80%;transition: 0.5s;}
.desepia{filter: sepia(60%);;transition: 0.5s; }
.desepia:hover{filter: sepia(0%);;transition: 0.5s; }
.showfondo{transition: 0.5s; }
.showfondo:hover{background-color:#000000;transition: 0.5s; }
.showfondogris{transition: 0.5s; }
.showfondogris:hover{background-color: #666666;transition: 0.5s; }
.showfondorojoo{transition: 0.5s; }
.showfondorojoo:hover{background-color: #990000;transition: 0.5s; }
.showfondoverdec{transition: 0.5s; }
.showfondoverdec:hover{background-color: #33FF00;transition: 0.5s; }
.showfondoazulc{transition: 0.5s; }
.showfondoazulc:hover{background-color: #66CCFF;transition: 0.5s; }
.showfondorosac{transition: 0.5s; }
.showfondorosac:hover{background-color: #FF99FF;transition: 0.5s; }
