.titulos{
	text-align: center;
}

.titulos h1{
	margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
	font-size: 3vw;
}


.titulos h2{
	font-size: 1.5vw;
	color: var(--darkbg-link-color);
}


.select2-selection__rendered {
	line-height: 40px !important;
}

.select2-container .select2-selection--single {
	height: 40px !important;
}

.select2-selection__arrow {
	height: 40px !important;
}

body {
	margin: 0;
	padding: 0;
}

header {
	background: black;
	height: 155px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.overlay_color {
	padding: 30px 0;
	/* height: 155px; */
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Adicionei um overlay para dar contraste */
}

.container {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.card-select{
	background:#fff; 
	padding: 20px; 
	margin-top: 40px;
	margin-bottom: 40px;
}

.select2{
	width: 100% !important;
}

.img-logo{
	width: 300px;
}



@media only screen and (max-width: 600px) {
	.titulos h1 {
		font-size: 9vw;
	}
	.titulos h2{
		font-size: 4vw;
	}

	.card-select{
		width: 100% !important;
	}

	.img-logo{
		width: 100%;
	}

	.table {
		font-size: 10px;
	}

	.table th {
		padding: 3px;
	}
}



