.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.jpg") !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: 1481px) {
	.header {
		background-image: url("../background/banner-1920x350.jpg") !important;
		background-size: cover;
		height: calc(100vw * 0.1823); /* Proporção da imagem: 350/1920 = 0.1823 */
		min-height: 350px;
		max-height: 450px;
		display: flex;
	}
}

@media only screen and (min-width: 1301px) and (max-width: 1480px) {
	.header {
		background-image: url("../background/banner-1300x350.jpg") !important;
		background-size: cover;
		height: calc(100vw * 0.2692); /* Proporção da imagem: 350/1300 = 0.2692 */
		min-height: 350px;
		display: flex;
	}
}

@media only screen and (min-width: 1001px) and (max-width: 1300px) {
	.header {
		background-image: url("../background/banner-1000x350.jpg") !important;
		background-size: cover;
		height: calc(100vw * 0.35); /* Proporção da imagem: 350/1000 = 0.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: 600px) and (max-width: 1000px) {
	.header {
		background-image: url("../background/banner-620x435.jpg") !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: 600px;
		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.jpg") !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: #29616A;
}

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

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

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

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

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

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

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

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

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

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

.sfe-buttonactions > .button.sfe-buttonPdf:hover {
	background-color: #347880 !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: #29616A !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: #29616A;
}

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

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

.footer {
	margin-top: 40px;
	width: 100%;
	min-height: 350px;
	box-sizing: border-box;
	background-image: url("../footer/bg-footer.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 40px;
}

.footer-content {
	max-width: 1400px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.footer-left {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}

.footer-left > img {
	width: clamp(150px, 20vw, 300px);
	height: auto;
}

.footer-right {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 15px;
}

.footer-atividades {
	width: clamp(300px, 40vw, 600px);
	height: auto;
}

.footer-right-bottom {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

.footer-viva {
	width: clamp(100px, 14vw, 220px);
	height: auto;
}

.footer-intermares {
	width: clamp(80px, 12vw, 200px);
	height: auto;
}

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

/* Footer - Tablet: esconde atividades */
@media only screen and (max-width: 960px) {
	.footer {
		padding: 25px 20px;
		min-height: 250px;
	}
	.footer-content {
		gap: 20px;
	}
	.footer-left > img {
		width: clamp(120px, 22vw, 200px);
	}
	.footer-atividades {
		display: none;
	}
	.footer-right {
		align-items: end;
	}
	.footer-right-bottom {
		gap: 12px;
	}
	.footer-viva {
		width: clamp(100px, 16vw, 180px);
	}
	.footer-intermares {
		width: clamp(90px, 14vw, 160px);
	}
}

/* Footer - Mobile: esconde também emocao-diversao */
@media only screen and (max-width: 650px) {
	.footer {
		padding: 20px 15px;
		min-height: 200px;
	}
	.footer-content {
		justify-content: right;
	}
	.footer-left {
		display: none;
	}
	.footer-atividades {
		display: none;
	}
	.footer-right {
		align-items: end;
	}
	.footer-right-bottom {
		justify-content: center;
		gap: 15px;
	}
	.footer-viva {
		width: 140px;
	}
	.footer-intermares {
		width: 120px;
	}
}

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

.containerApp {
	padding-top: 20px;
}

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