/* extraido de css/style.css (Fase 3) - tema: botoes. Carregado nas mesmas 18 paginas que ja carregavam style.css. */
.btnlightcomart {
	background-color: var(--cor-primaria);
	border-radius: 4px;
	box-shadow: 0 -4px 0 0 #5179b2 inset;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-right: 25px;
	min-width: 100px;
	padding: 10px 15px 12px;
	font-weight:bold;
	margin-top:15%;
}

.btnlightcomart:hover {
	background-color: #000066;
	box-shadow: 0 -4px 0 0 #f6990d inset;
	color: #fff;
}

.btnlightcomart:active {
	box-shadow: 0 -2px 0 0 #f6990d inset;
}

.btnfechar {
	margin-right: -2% !important;
}

.botao-sucesso {
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff;
}

.botao-sucesso:focus, .botao-sucesso.focus {
	background-color: #449d44;
	border-color: #255625;
	color: #fff;
}

.botao-sucesso:hover {
	background-color: #449d44;
	border-color: #398439;
	color: #fff;
}

.botao-sucesso:active, .botao-sucesso.active, .open>.botao-sucesso.dropdown-toggle {
	background-color: #449d44;
	border-color: #398439;
	color: #fff;
}

.botao-sucesso:active:hover, .botao-sucesso:active:focus, .botao-sucesso.focus:active, .botao-sucesso.active:hover, .botao-sucesso.active:focus, .botao-sucesso.active.focus, .open>.botao-sucesso.dropdown-toggle:hover, .open>.botao-sucesso.dropdown-toggle:focus, .open>.botao-sucesso.dropdown-toggle.focus {
	background-color: #398439;
	border-color: #255625;
	color: #fff;
}

.bbotao {
	transition-delay: 0s;
	transition-duration: 0.2s;
	transition-property: background-color, color;
	transition-timing-function: ease;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.btnlightcomart {
	margin-top: 5px;
}

@media screen and (min-width:10px) and (max-width:320px) {
	.btnfechar {
		margin-right: 3% !important;
	}

	.bbotao {
		padding: 6px 7px;
	}

	.btn {
		padding: 10px 8px !important;
	}

	.btnlightcomart {
		margin-top: 50px;
	}
}

@media screen and (min-width:321px) and (max-width:640px) {
	.divreporterror7a .botao-sucesso{
		padding: 4px 6px;
		margin-top: 10px;
		margin-left: 60px;
	}

	.btnfechar {
		margin-right: 3% !important;
	}

	.btn {
		padding: 10px 8px !important;
	}

	.btnlightcomart {
		margin-top: 50px;
	}
}

@media screen and (min-width:641px) and (max-width:768px) {
	.btnfechar {}

	.btn {
		padding: 10px 8px !important;
	}

	.btnlightcomart {
		margin-top: 50px;
	}
}

@media screen and (min-width:769px) and (max-width:1000px) {
	.btnfechar {}

	.btn {
		padding: 10px 8px !important;
	}

	.btnlightcomart {
		margin-top: 50px;
	}
}

@media screen and (max-width: 700px) {
	.divreporterror7a .botao-sucesso{
		padding: 4px 6px;
		margin-top: 10px;
		margin-left: 60px;
	}

	body.sobreEmpresas .btnlight{
		display: inline-flex;
		margin-right: 0;
		align-items: center;
		min-width: 76px;
		width: 100%;
		box-sizing: border-box;
	}

	body.sobreEmpresas a.btnlight{
		padding-bottom: 8px;
	}

	body.listaEmpresas .btnssaimabias{
		display: grid;
		grid-template-columns: repeat(2, 50%);
		gap: 10px;
		padding: 0px;
		width: calc(100% - 23px);
		margin: 0;
		grid-template-areas:
        "botao1 botao2" "botao3 botao4"
        "comentario comentario";
	}

	body.listaEmpresas .btnssaimabias .corpofalecomifre{
		grid-area: comentario;
	}

	body.listaEmpresas .zonawhatsapp{
		margin-right: 0;
		width: 100%;
	}

	body.listaEmpresas .btnwhatsapp{
		min-width: calc(100% - 30px);
		margin-right: 0;
	}

	body:where(.listaEmpresas, .sobreEmpresas) .btnsdele{
		margin-left: 0 !important;
		margin-bottom: 0;
		width: 100%;
	}

	body.listaEmpresas .btnlight{
		box-sizing: border-box;
		min-width: 100%;
	}

	.btn.green.bottom-button[value="Ver minhas empresas Cadastradas"]{
		width: 100% !important;
	}
}

@media screen and (max-width: 375px) {
	.btn.green.bottom-button[value="Ver minhas empresas Cadastradas"]{
		font-size: 16px;
	}
}

@media screen and (min-device-width: 1024px) {
	body.listaEmpresas a.btnlight{
		line-height: normal;
	}

	body.listaEmpresas .btnlight{
		min-height: 41px;
		box-sizing: border-box;
		min-width: 100%;
	}

	body.listaEmpresas .btnssaimabias{
		display: inline-grid;
		width: 90%;
		justify-content: start;
		gap: 10px;
		grid-template-columns: repeat(4, 24%);
		margin-left: 1.2%;
		grid-template-areas:
        "botao1 botao2 botao3 botao4"
        "comentario comentario comentario comentario";
	}

	body.listaEmpresas .btnssaimabias .corpofalecomifre{
		grid-area: comentario;
	}

	body.listaEmpresas .zonawhatsapp{
		width: 100%;
		float: none;
	}

	body.listaEmpresas .btnsdele{
		float: none;
		margin-right: 0;
		margin-top: 0px;
		width: 100%;
	}

	body.listaEmpresas .btnwhatsapp{
		margin-right: 0;
		box-sizing: border-box;
		min-width: 100%;
		line-height: normal;
		padding: 10px 15px 11px;
	}

	body.listaEmpresas .btnsdele.comtres{
		margin-left: 0 !important;
	}
}

/* Customizações cunha - botoes */
.btnlight{
	border-radius: 5px;
}

.botaoverde:visited, .botaoverde:link, .botaoverde:active{
	border-radius: 5px;
}
