@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'PoppinsBlack';
    src: url('../fonts/Poppins-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PoppinsBold';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PoppinsRegular';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.campos{
	border: none; background-color: #e9ecef; height: 50px;
}

#btnEnviar{
	background-color: #273385; color: #FCFCFC; width: 80%; font-size: 2vw; font-family: PoppinsRegular;
}

#lb1{
	color: #273385; font-size: 4vw; font-family: PoppinsRegular;
}

#lb2{
	color: #273385; font-size: 8.5vw; font-family: PoppinsBlack;
}

#lb3{
	color: #273385; font-size: 1.4vw; font-family: PoppinsSemiBold;
}

.lb4{
	color: #273385; font-size: 1.4vw; font-family: PoppinsRegular;
}

.lb5{
	font-family: PoppinsSemiBold;
}

#lb6{
	color: #273385; font-size: 1.4vw; font-family: PoppinsBold;
}

#lb7{
	color: #273385; font-size: 2vw; font-family: PoppinsBold;
}

.lb8{
	font-family: PoppinsRegular; font-size: 1.5vw;
}

@media (max-width: 767px) {
    .campos{
		border: none; background-color: #e9ecef; height: 50px;
	}

	#btnEnviar{
		background-color: #273385; color: #FCFCFC; width: 80%; font-size: 4vw; font-family: PoppinsRegular;
	}

	#lb1{
		color: #273385; font-size: 7vw; font-family: PoppinsRegular;
	}

	#lb2{
		color: #273385; font-size: 14.5vw; font-family: PoppinsBlack;
	}

	#lb3{
		color: #273385; font-size: 4.4vw; font-family: PoppinsSemiBold;
	}

	.lb4{
		color: #273385; font-size: 4.4vw; font-family: PoppinsRegular;
	}

	.lb5{
		font-family: PoppinsSemiBold;
	}

	#lb6{
		color: #273385; font-size: 4.4vw; font-family: PoppinsBold;
	}

	#lb7{
		color: #273385; font-size: 6vw; font-family: PoppinsBold;
	}

	.lb8{
		font-family: PoppinsRegular; font-size: 4.5vw;
	}
}
