
 

 body {
	margin: 10px 0;
	padding: 0;
	background-color: #EEE;
	font: 0.75em Helvetica,Arial,sans-serif;
	color: #ccc;
	background-attachment: fixed;
	background-repeat: repeat-x;
}



.modal-content{
			background-color: rgb(218, 165, 32);
		}
		.btn-link{
			color:white;
		}
		.modal-heading h2{
			color:#ffffff;
		}


div.margemLogo {
   
	padding: 30px;
}


  .modal-content {
    box-shadow: 0 0 0 5px #ffc107;
    border: none;
	background-color:#fffffc;
  }



/*nao está usando*/

.botao-grande {
                 
                 width: 230px; 
                 height: 140px;
                  		
                  		/*centraliza o texto verticalmente do botao*/
                  		display: flex;
                  	 	justify-content: center;
   						align-items: center;
   						/*centraliza o texto verticalmente do botao*/
}

#caixaBotao
	 {
	 	height: 200 px;
		width: 330px; 
		border:2px;
	}
	
/*nao está usando*/