.btn-plataforma{
	background: linear-gradient(180deg, #f4d000 90%, #175391 10%) !important;
	border: 3px solid white !important;
	outline: 2px solid black !important;
}

.btn-plataforma2{
	background: linear-gradient(180deg, #175391 90%, #f4d000 10%) !important;
	border: 3px solid white !important;
	outline: 2px solid black !important;
	color: white; !important;
}

.btn-plataforma2:hover{
	background: linear-gradient(180deg, #177591 90%, #f4d000 10%) !important;
	color: white;
}

.btn-plataforma:hover{
	background: linear-gradient(180deg, #f4a900 90%, #175391 10%) !important;
}

.menuEsquerdo{
	background: #17539126;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.svgPlataforma{
	stroke: grey;
}

.textoEmcimaDaImagem{
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #dce5efbf;
	font-size: 0.66em;
	opacity: 0.9;
}

.textoEmcimaDaImagem2{
	position: absolute;
	top: 43%;
	left: 50%;
	width: 85% !important;
	transform: translate(-50%, -50%);
	background-color: #f0f0f0;
	opacity: 0.9
}

.imagemBotao{
	max-height: 10vh;
	max-width: 7vw;
	height: 100%;
	width: 100%;
}

.txt-plataforma{
	color: #007bff !important;
}

.card-plataforma{
	border-top: solid 7px #f4cf00;
	border-bottom: solid 7px #175391;
}

.input-grande{
	font-size: 4rem !important;
}

.input-meio-grande{
	font-size: 3rem !important;
}

.input-medio{
	font-size: 2rem !important;
}

.select2-dropdown{
	z-index: 99999999999999999999 !important;
}

select[readonly].select2-hidden-accessible + .select2-container {
	pointer-events: none;
	touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
	background: #eee;
	box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
	display: none;
}