/*#### LAY DA PÁGINA ###*/

html, body{
	height:100%;
} 
#webapp{ 
	width:100%;
	position:relative;	
	margin:0 auto;
	min-height:100%;
	padding-bottom: 135px;
}
.custom-jumbotron {
    background-image: url('../imgs/topo-site.webp');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    padding: 100px 0;
    text-align: center;
    margin: 0; /* Remover margens padrão */
    border-radius: 0; /* Remover borda arredondada */
}
/*Fixa o icone do whats no roda pe */
.fixarRodape {
    position: fixed;
    right: 15px;
    bottom: 15px; 
}
.fixarRodape:hover {
    position: fixed;
    right: 15px;
    bottom: 20px; 
}

#alerta{
    position: fixed;
    right: 0px;
    bottom: 0px; 
    border:1px solid #ff6464;
    padding: 10px;
	width:100%;
    background-color: #FFA9A9;
    color: #FD3434;
    font-size: 25px;
    font-family: arial, sans-serif;
    display:none;
    opacity: 0.6;
    filter: alpha(opacity=60);
	z-index:10001;
}


/* FIM FOOTER*/

