﻿.btnCerrarScg {
    position: absolute;
    right: 5%;
    bottom: 5%;    
    font-size: 3em;
    color: black;
    z-index: 99999;
    width: 80px;
    height: 80px;
}

.btnCerrarScg:hover {
    cursor: pointer;    
}
