.header {
	width: 100%;
	height: calc(100vw * 0.2692); /* Proporção da imagem: 350/1300 = 0.2692 */
	min-height: 350px;
	max-height: 385px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	position: relative;
	background-image: url("../background/banner-1300x350.png") !important;
	transition: 0.5s;
	margin-bottom: 0;
}

.logo-card-container {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -55px;
	margin-bottom: 20px;
	z-index: 10;
}

.logo-card {
	background-color: #ffffff;
	border-radius: 20px;
	padding: 15px 50px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}

.logo-card:hover {
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}

.logo-card > a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.logo-card > a > img {
	width: 130px;
	height: auto;
	transition: 0.3s;
}

.imageContainerCenter {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 110px;
	transition: 0.5s;
}

.imageContainerCenter > img {
	width: 600px;
	height: 92px;
	padding-bottom: 19px;
}

.imageContainerCenter > a > img {
	width: 225px;
	transition: 0.5s;
	padding-bottom: 6px;
}

.logofootterFooter {
	width: 200px;
}

.removelink > * {
	text-decoration: none !important;
	color: #1b163c;
	fill: #1b163c;
}

.removelink:link {
	text-decoration: none !important;
	color: #1b163c;
}

@media only screen and (min-width: 451px) and (max-width: 1480px) {
	.header {
		background-image: url("../background/banner-1000x350.png") !important;
		background-size: cover;
		height: calc(100vw * 0.35); /* Proporção da imagem: 350/1000 = 0.35 = 35% */
		min-height: 350px;
		display: flex;
	}
	.logo-card-container {
		margin-top: -48px;
	}
	.logo-card {
		padding: 15px 40px;
	}
	.logo-card > a > img {
		width: 110px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 1000px) {
	.header {
		background-image: url("../background/banner-620x435.png") !important;
		background-size: cover;
		background-position: center;
		height: calc(100vw * 0.7016); /* Proporção da imagem: 435/620 = 0.7016 = 70.16% */
		min-height: 280px;
		max-height: 435px;
		position: relative;
		display: flex;
	}
	.logo-card-container {
		margin-top: -41px;
	}
	.logo-card {
		padding: 10px 35px;
		border-radius: 15px;
	}
	.logo-card > a > img {
		width: 100px;
	}
}

@media only screen and (max-width: 600.99px) {
	.header {
		background-image: url("../background/banner-458x435.png") !important;
		background-size: cover;
		background-position: center;
		height: calc(100vw * 0.9498); /* Proporção da imagem: 435/458 = 0.9498 = 94.98% */
		min-height: 250px;
		max-height: 435px;
		position: relative;
		display: flex;
	}
	.logo-card-container {
		margin-top: -40px;
		margin-bottom: 15px;
	}
	.logo-card {
		padding: 10px 25px;
		border-radius: 12px;
	}
	.logo-card > a > img {
		width: 100px;
	}
}

/* Itens venda */

.sfe-itemVenda > .details {
	background-color: #2f4177;
}

.sfe-itemVenda > .details > .texts {
	transition: all 0.15s ease-in 0s;
}

.sfe-itemVenda > .details > .texts:hover {
	background-color: #384d8d;
}

.sfe-itemVenda > .details > .actions > .add {
	background-color: #273662;
}

.sfe-buttonactions > .button,
.sfe-buttonactions > .sfe-buttonCalendar {
	background-color: #f39325 !important;
}

.sfe-buttonactions > .sfe-buttonCalendar:hover,
.sfe-buttonactions > .button:hover {
	background-color: #f49a34 !important;
}

.sfe-buttonactions > .sfe-buttonPagamento,
.sfe-buttonactions > .sfe-buttonProximoPasso,
.sfe-buttonactions > .sfe-buttonNext {
	background-color: #83ba31 !important;
}

.sfe-buttonactions > .sfe-buttonProximoPasso:hover,
.sfe-buttonactions > .sfe-buttonPagamento:hover,
.sfe-buttonactions > .sfe-buttonNext:hover {
	background-color: #8ecf2b !important;
}

.sfe-buttonactions > .button.sfe-buttonPrint {
	background-color: #005ca9 !important;
}

.sfe-buttonactions > .button.sfe-buttonPrint:hover {
	background-color: #0070cc !important;
}

.sfe-buttonactions > .button.sfe-buttonPdf {
	background-color: #005ca9 !important;
}

.sfe-buttonactions > .button.sfe-buttonPdf:hover {
	background-color: #0070cc !important;
}

.sfe-buttonactions > .button:disabled {
	background-color: #c4cdd4 !important;
	cursor: initial !important;
	box-shadow: none;
}

.sfe-buttonactions > .button:disabled:hover {
	background-color: #c4cdd4 !important;
	opacity: 1;
}

/* Nome usuario */

.sfe-userNameTopBar {
	color: #1b163c;
}


.sfe-btnDetails {
	background-color: #005ca9 !important;
}

/* Header impressão */

.printHeader {
	width: 100%;
	height: 140px;
}

.printHeader > .contentHeaderPrint {
	width: 100%;
	height: 100%;
}

.printHeader > .contentHeaderPrint > .imageContainer {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

/* Acesso pelo celular */

.sfe-acessoCelular {
	background-color: #005ca9;
}

.printHeader > .contentHeaderPrint > .imageContainer > .logoCliente {
	height: 80%;
	margin-top: 20px;
}

@media print {
	body {
		width: 100% !important;
	}
}

.footer {
	margin-top: 40px;
	width: 100%;
	min-height: 335px;
	padding: 15px 0px;
	box-sizing: border-box;
	background-image: url("../footer/footer-chinapark01.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.PhraseInfo {
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
	order: 3;
	max-width: 350px;
}

.PhraseInfo p {
	font-size: 14px;
	letter-spacing: 0.15px;
	line-height: 21px;
}

.PhraseInfo p strong {
	font-size: 16px;
	font-weight: 500;
}

.footer-data {
	order: 1;
	max-width: 1200px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	font-family: "Roboto-Regular";
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	padding: 115px 40px 40px 40px;
}

.footer-top-row {
	display: none;
}

.footer-left-mobile,
.footer-right-mobile {
	display: none;
}

.footer-left {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.footer-center {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	order: 2;
}

.footer-right {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.footer-location {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.footer-location-text {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.footer-location-text p {
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4;
}

.footer-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
}

.footer-contact-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer-contact-item p {
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4;
}

.footer-icon-red {
	width: 24px;
	height: 24px;
	filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(5000%) hue-rotate(350deg) brightness(0.9)
		contrast(120%);
	flex-shrink: 0;
}

.footer-icon-email {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.footer-contato {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
	width: 100%;
}

.telefone {
	display: flex;
	justify-content: flex-start;
}

.telefone h2 {
	color: #ffffff;
}

.telefone > .whatsapp {
	padding: 0px 10px;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 1.3rem;
	margin: 20px 0px;
}

.telefone > p {
	margin: 20px 0px;
}

.telefone > p > a {
	padding: 0px 10px;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 1.3rem;
	color: #1b163c;
}

.socialMedia {
	display: flex;
	height: 35px;
	justify-content: flex-end;
}

.socialMedia > a:link,
a:visited {
	text-decoration: none;
	height: 100%;
}

.socialMedia > a > img {
	padding: 5px;
	box-sizing: border-box;
	height: 100%;
	filter: brightness(0) invert(1);
}

.sfe-footer {
	margin-top: 0;
	border-top: none;
}

.footer-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-telefone {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-endereco {
	order: 4;
	text-align: center;
}

.footer-endereco > p {
	color: #ffffff;
	letter-spacing: 0.15px;
	line-height: 21px;
}

.footer-endereco p > strong {
	font-weight: 500;
}

.footer-email > p {
	color: #ffffff;
	text-align: center;
	padding: 5px 0px;
	box-sizing: border-box;
	order: 3;
	margin: 0;
}

@media only screen and (max-width: 550px) {
	.footer {
		min-height: 550px;
		background-image: url("../footer/footer-chinapark01.png");
	}
	.footer-data {
		flex-direction: column;
		padding: 230px 15px 30px 15px;
		gap: 20px;
		align-items: center;
	}
	.footer-top-row {
		display: flex;
		flex-direction: column;
		width: 100%;
		justify-content: center;
		align-items: center;
		gap: 15px;
		order: 1;
	}
	.footer-left-mobile {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.footer-right-mobile {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.footer-left,
	.footer-right {
		display: none;
	}
	.footer-center {
		order: 2;
		width: 100%;
		justify-content: center;
		margin-top: 10px;
	}
	.footer-location {
		justify-content: center;
		gap: 8px;
	}
	.footer-location-text {
		text-align: center;
		gap: 2px;
	}
	.footer-contact {
		align-items: center;
		gap: 8px;
	}
	.footer-contact-item {
		justify-content: center;
		gap: 6px;
	}
	.footer-contact-item p {
		font-size: 13px;
		line-height: 1.3;
	}
	.footer-location-text p {
		font-size: 13px;
		line-height: 1.3;
	}
	.footer-icon-red,
	.footer-icon-email {
		width: 20px;
		height: 20px;
	}
	.PhraseInfo {
		margin-bottom: 20px;
	}
	.PhraseInfo p {
		margin: 0px;
	}
}

@media only screen and (min-width: 551px) and (max-width: 957px) {
	.footer {
		min-height: 520px;
	}
	.footer-data {
		flex-direction: column;
		padding: 240px 25px 35px 25px;
		gap: 20px;
		align-items: center;
	}
	.footer-top-row {
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: flex-start;
		gap: 15px;
		order: 1;
	}
	.footer-left-mobile {
		flex: 1;
		display: flex;
		justify-content: flex-start;
		width: auto;
	}
	.footer-right-mobile {
		flex: 1;
		display: flex;
		justify-content: flex-end;
		width: auto;
	}
	.footer-left,
	.footer-right {
		display: none;
	}
	.footer-center {
		order: 2;
		width: 100%;
		justify-content: center;
		margin-top: 10px;
	}
	.footer-location {
		justify-content: flex-start;
		gap: 10px;
	}
	.footer-location-text {
		text-align: left;
		gap: 3px;
	}
	.footer-contact {
		align-items: flex-end;
		gap: 10px;
	}
	.footer-contact-item {
		justify-content: flex-end;
		gap: 8px;
	}
	.footer-contact-item p {
		font-size: 15px;
		line-height: 1.4;
	}
	.footer-location-text p {
		font-size: 15px;
		line-height: 1.4;
	}
	.footer-icon-red,
	.footer-icon-email {
		width: 22px;
		height: 22px;
	}
	.PhraseInfo {
		text-align: center;
		margin-bottom: 20px;
	}
	.PhraseInfo p {
		margin: 0px;
	}
}

@media only screen and (min-width: 958px) {
	.footer {
		padding: 25px 0px;
	}
	.footer-data {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 230px 40px 40px 40px;
	}
	.footer-top-row {
		display: none;
	}
	.footer-left {
		flex: 1;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		order: 1;
	}
	.footer-center {
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		order: 2;
	}
	.footer-right {
		flex: 1;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		order: 3;
	}
	.footer-inf {
		display: flex;
		width: 80%;
		justify-content: space-between;
		align-items: center;
	}
	.socialMedia {
		padding-right: 10px;
		box-sizing: border-box;
	}
	.footer-endereco > p {
		margin-top: 0;
	}
}

.OpcoesCard {
	justify-content: center !important;
}

.containerApp {
	padding-top: 20px;
}

@media only screen and (max-width: 600.99px) {
	.containerApp {
		padding-top: 15px;
	}
}
