
 *{
     margin:0;
     padding:0;
  }


 .maxAlto{
   width:99%;
   height:99%;
   margin:auto;
   font-size:10pt;
 }

.footer { clear:both;
	width: auto; font-size:large;
	height: 640px;text-align: center; 
	margin: 20px auto;
	padding: 30px 0px;
	background: url(Images/BackGroundShadow.png) no-repeat center top;
} 

#footer { 
   position: -webkit-sticky; 
   position: sticky; 
    bottom:20px;
    margin:auto auto 0 auto;
	width: auto; font-size:large;
	height:180px;text-align: center;
	background: url(/Images/Ferny.png) no-repeat center bottom;
    z-index:-2;
} 
#footer1 { 
   position: -webkit-sticky; 
   position: sticky;
    margin:0;  
    bottom:20px;
	width: auto; font-size:large;
	height: 100px;text-align: center;
	background: url(/Images/Ferny.png) no-repeat center bottom;
    z-index:-2;
} 

.mylogo{
    height:60px;
    width: 60px;
    border-radius: 5%;
}

.logotitle{
    color:seagreen;
    margin: auto 5px;
    font-size: 24px;
}

.hid{ display:none;}

.logSpot{
    width:310px;
    margin:20px auto 0px auto;
    padding:10px 0;
    border:1px solid black;
    border-radius:10px;
}

#JBS_Banner{
    height:90px;
    padding:10px;
    margin:0;
}

#bgImage{
    height:120px; padding:20px;
}

 .loading-text {
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            margin-top: 50px;
            margin-bottom: 50px;
        }
    
  #loading-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

