﻿
h2{
    font-style: normal !important;
}

label{
    
    color: #003f62;
  font-family: "dosis";
  font-size: 20px;
  margin: 0;
  text-align: left;
}

select{
    height: 40px !important;
}

.hrCustom{
    color: black !important;
}
h5.baseDadosTitle {
    margin-top: 20px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -80px;
    padding: 0 0 80px;
}

.main{
    margin-top: 60px;
    border: solid 1px #48887b;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #48887b, 0 0 10px gray, 0 0 10px gray;
    margin-bottom: 60px;
    background: rgba(255, 255, 255, 0.9); ;
}

.custom-select{
    width: 100%;
    height: 1100px;
}

.custom-label{
    margin-top: 0px;
    font-weight: 200;
}

.container1 {
    max-width: 580px;
    height: 500px;
	margin: 0 auto;
	display: flex;
    border: 1px solid  black
}

.alinhamento-central {
    height: auto;
    
	 justify-content: center;
	align-items: center; 
}

.alinhamento-central .item {
	flex: 0;
	padding: 10px;
}

h1 {
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 1.25em;
	font-weight: normal;
}

body {
	font-family: monospace;
	color: black;
}

.instrucoes{
    width: 60%;
    margin-left: auto;
    margin-right: auto;

    height: 450px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
   
   

}

@media(max-width: 1800px){
    .instrucoes{
       width: 100%;
       
    }
   }
.text-center{
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
   
}
.content{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    
}
.linha{
    margin-left: 50px;
}

.paragrafo{
    margin-left: 70px;
}
p{
    margin: 0px;
}

@media print{
	
	.noPrint{
		display: none!important;
    }
}