@charset "utf-8";
/* CSS Document */
.menu2{
	display: none;
}
/* CSS Menu de imagens*/
.menu_img {
	width: 100%;
}

a {
	text-decoration: none;
	color: black;
}

a:link {
	color:black;
}

a:hover {
	color: black;
	text-decoration: none;
}

.menu_ico {
	text-align: center;
}

.menu_ico_ext {
	text-align: center;
}

.i_menu {
	width: 70px;
	margin-top: 4%;
	transition: transform 0.3s ease;
}

.i_menu:hover{
	transform: scale(1.1);
}

.menu_ico2:hover {
	cursor: pointer;
}

.img_crud {
	width: 30px;
	float: left;
	margin: 4%;
}

.img-fluid {
	height: 8vh;
}

.menu_ico h6 {
	margin-top: 10%;
}
/* CSS Fim menu de imagens */

/* campo de cadastro */
.icons_cad {
	width: 30%;
}

.form_cad {
	width: 70%;
}

.select_form {
	width: 25%;
	height: 5vh;
	border-radius: 15px;
	background-color: #E7E3E3;
}

.text_form {
	width: 55%;
	height: 5vh;
	border-radius: 15px;
}
/* fim do campo de cadastro */

/* sistema de vendas */
.cadproduto {
	background: white;
	background-color: #4902a0;
	width: 100%;
	height: 100vh;
	margin-top: -2%;
}

.custom-container-fluid {
	background-color: #4902a0;
	color: white;
	padding: 2%;
}

.custom-form-control {
	background-color: #757474;
	border-radius: 10px;
	border: none;
}

.custom-form-control::placeholder {
	color: white;
}

.custom-btn-primary{
	border-radius: 10px;
	border: none;
}

.custom-btn-primary:hover {
	background-color: #053efa;
	transition: all 0.4s;
}

.custom-form-row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom-btn-primary-2,
.custom-btn-success,
.custom-btn-danger {
	width: 100%;
}

.form-control {
	color: black;
}
/* fim sistema de vendas */

@media only screen and (max-width: 800px){
	.novo {
		font-size: 10px;
	}
	.menu_novo{
		display: none;
	}

	.menu_ico {
	border: 1px solid #535353;
	background: #f8f9fa;
	}
	.menu2{
		display: block;
		width: 100%;
		z-index: 3;
		margin-top: -6%;
	}
}

.menu_novo{
	padding-top: 1%;
	height: 20vh;
	margin-top: -4%;
	background: black;
	color: white;
}
