html {
  scroll-behavior: smooth;
}

a {
	text-decoration: none;
}

.header {
	position: sticky;
	top: 0;
	padding: 10px 16px;
}

#d-cs-footer {
	background-color: #d5d5d5;
}

.font-dynalight-regular {
	font-family: "Dynalight", cursive;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}

.divMensagemErro {
	color: #ff0000;
}

.d-menu-logado {
	background-color: #ffffff;
	border-color: #2196F3 !important;
}

.mensagemFlutuante {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.font-playfair-display-600 {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.d-div-produto-img {
	border: 1px solid #ffffff;
	background-color: rgba(255, 255, 255, 0.5);
	max-width: 100%;
	margin-top: 8px;
	font-size: 60px;
}

.d-foto-album {
	max-width: 100%;
	max-height: 100%;
}

.d-icon-album {
	max-width: 100%;
	max-height: 100%;
}