@charset "utf-8";
/* CSS Document */
@font-face{font-family:"UnitWeb";src:url("../fonts/UnitWeb.eot");src:url("../fonts/UnitWeb.eot?#iefix") format("embedded-opentype"),url("../fonts/UnitWeb.woff") format("woff");font-style:normal;font-weight:normal;}
@font-face {
    font-family: 'dtl_documentat_regular';
    src: url('../fonts/dtl_documenta_t_regular-webfont.woff2') format('woff2'),
         url('../fonts/dtl_documenta_t_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family:"UnitWeb";
	font-weight: normal;
	font-size: 17px;
line-height: 25px;
	color: #000000;
}

header{
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
}
h1{
font-family: 'dtl_documentat_regular';
font-size: 41px;
    line-height: 51px;
}
p.titu{    font-size: 49px;
    line-height: 54px;
    color: #0082bf;}
.bg-img{
	    background: linear-gradient(rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.80)), url(../imagens/SNV_0490.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
label {margin-bottom: 0;}
.form-control {
    border: none;
    border-bottom: 1px solid #86A8BE;
    border-radius: 0;
    padding: 0;
    height: 29px;
	
 
}
.form-group{
	   margin-bottom: 26px;
}
label small, label{    line-height: 17px !important;}

label small a{color:#86A8BE; font-weight: normal;}

button[type="submit"]{
	background: #3270A2;
border-radius: 13px;
	font-size: 20px;
line-height: 25px;
	color:#fff;
	    padding: 15px;
	    white-space: normal;
}

.btn-baixar{
background: #3270A2;
border-radius: 5px;
	color: #fff;
	font-size: 17px;
	width: 100%;
}

.btn-baixar:hover, button[type="submit"]:hover {
	background:#387EB9;
	color: #fff;
}

.bottom-0{
	bottom:0;
}
.left-0{
	left: 0;
}
.logos {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}
label.error{color:red;}
@media (min-width:768px){
.position-md-absolute{position: absolute;}
	
}
@media (max-width:768px){
	p.titu {
    font-size: 30px;
    line-height: 36px;
}
h1{
	font-size: 27px;
	line-height: 33px;
}
	.border-right{
		border-right: none !important;
	}
	
	h2{
		    font-size: 23px;
	}
	.logos {
		flex-direction: column;
	}
}