/**HOVER EFFECT SISDADO**/
.sisdado{position: relative; float:right;}
.over-effect{height: 11px; width: 70px}
.sisdado-img-hover{display: none}
.over-effect:hover .sisdado-img-hover{display: block}
.over-effect:hover .sisdado-img{display: none}.modalWrapper{	position: absolute;	top: 0;	left: 0;	width: 100vw;	height: 100vh;	background: rgba(0,0,0,0.6);	display: flex;	align-items: center;	justify-content: center;	z-index: 100000;}.modalWrapper div{	height: 100%;	overflow-y: scroll;}.modalWrapper img{	height: 1000px;	width: auto;}.modalWrapper button{	vertical-align: top;	cursor: pointer;}