html,
body {
  height: 100%;
}

body{
	background-image: none;
}

.btn-link, a {
  padding: 0;
  color: #333;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 1;
}

.btn-link:hover, a:hover {
  color: #000;
  text-decoration: none;
}

.site-wrapper {
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.inner {
  padding: 30px;
}

.masthead{
  width: 100%;
  background-color: rgb(255 255 255);
  box-shadow: 0px 1px 4px #bfbfbf;
}
 
.masthead-brand img{
  height: 30px; 
}

.masthead-brand {
  float: left;
  margin: 5px 5px;
}

.masthead iframe {
    float: right;
	margin: 5px 10px;
	border:none;
	overflow:hidden
}

.masthead select{
	display: none;
	float:right;
	height: 30px;
	margin: 5px 5px;
}

.cover {
  padding: 0 20px;
  margin: 40px 0;
}

.cover form{
	margin-top:20px;
}

.cover #caixa{
	width: 90%;
    overflow: hidden;
    margin: 0 auto;
	border: 1px inset rgb(238, 238, 238);
	background-color: white;
}

.cover #caixa input[type="text"] {
	float:left;
	width:calc(100% - 110px);
	border:none;
    text-align: right;
    font-size: 25px;
    max-height: 35px;
    text-transform: uppercase;
}

.cover #caixa div {
	float:right;
	width:110px;
    text-align: left;
    font-size: 25px;
    max-height: 35px;
}

.cover #nome{
	margin:3px 0;
	line-height:32px;
}

.cover input[type="submit"] , .cover button{
	width:100px;
	height:70px;
}

.mastfoot {
  width: 100%;
  color: #333;
}

.mastfoot img{
	height:50px;
}

.mastfoot #ios{
	padding: 8px;
}

.modal-body{
	text-align:justify;
}

.alert {
	border:none;
	border-radius:0;
	padding: 10px 35px;
	display:none;
}

#custoProjeto, #montante, #montante1, #montante2, #montante3, #montante4, #montante5 {
    text-align: right;
}

#dominio {
	text-transform: uppercase;
    font-weight: bold;
}

@media (min-width: 768px) {
  .masthead {
    position: fixed;
    top: 0;
  }
  
  .masthead iframe {
    float: right;
  }
  
  .masthead select {
    display: block;
  }
  
  .inn {
    overflow: hidden;
    padding: 0 10px;
  }
  
  .alert {
    position: fixed;
    top: 40px;
    width: 100%;
  }
  
  .cover{
	margin: 0 20px 180px;
  }
  
  .cover #caixa{
	width: 60%;
  }
	
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  
  .site-wrapper-inner {
    vertical-align: middle;
  }
}

@media (min-width: 992px) {
  .cover #caixa{
	width: 50%;
  }
  body{
	background-image: url("../images/background.jpg");
	background-position: top center;
	background-size: cover;
  }
}

@media (min-width: 1200px) {
  .cover #caixa{
	width: 40%;
  }
}

@media (max-height: 650px) {
  .site-wrapper-inner {
    vertical-align: top;
  }
  
   .masthead {
    position: initial;
  }
  
  .alert {
    position: initial;
  }
  
  .inner.cover {
    margin: 40px 0;
  }
  
  .mastfoot {
    position: initial;
  }
}
