/* src/assets/styles/styles.scss */
@font-face {
  font-family: "Walter Neue";
  src: url(/assets/fonts/ABCWalterNeue-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Walter Neue";
  src: url(/assets/fonts/ABCWalterNeue-RegularItalic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Walter Neue";
  src: url(/assets/fonts/ABCWalterNeue-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Walter Neue";
  src: url(/assets/fonts/ABCWalterNeue-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Arizona Mix";
  src: url(/assets/fonts/ABCArizonaMix-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arizona Mix";
  src: url(/assets/fonts/ABCArizonaMix-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
:root {
  --header-height: 3.75rem;
  --footer-height: 5.313rem;
  --safe-area-inset-top: env(safe-area-inset-top, 0px);
  --safe-area-inset-bottom: env(safe-area-inset-bottom, 0px);
  --body-font-size: 1.1rem;
  --header-background-color: transparent;
  --body-background-color: transparent;
  --brand: #DEDAD3;
  --brand-hover: #7e6d66;
  --brand-dark: #583232;
  --brand-light: #CEB7B7;
  --gold: #A1704A;
  --black: #262524;
  --white: #FFFFFF;
  --neutral-000: #FFFFFF;
  --neutral-100: #F9F8F6;
  --neutral-200: #F6F3EF;
  --neutral-300: #EDE8E3;
  --neutral-400: #DEDAD3;
  --neutral-500: #B3AEA8;
  --neutral-600: #68645E;
  --neutral-700: #43403D;
  --neutral-800: #1D1B1B;
  --neutral-900: #000000;
  --red: red;
  --header-opacity: 1;
  --footer-opacity: 1;
  --footer-background-color: #ffffffb8;
  --header-display: flex;
  --footer-display: flex;
  --safe-area-bg: "transparent";
  --grey-dark: #5C5C5C;
  --grey-mid: #E1E1E1;
  --grey-light: #F7F8F9;
  --main-padding: 0;
  --mat-stepper-header-selected-state-icon-background-color: #DEDAD3;
  --mat-stepper-header-edit-state-icon-background-color: #68645E;
  --mat-stepper-header-hover-state-layer-color: #68645E;
  --mat-stepper-header-hover-state-layer-shape: 10px;
  --mat-stepper-header-height: 3rem;
  --mat-sys-corner-medium: 10px;
  --mat-button-text-label-text-color: #68645E;
  --mat-button-text-label-text-weight: bolder;
  --mat-form-field-filled-container-color: rgba(233, 233, 234, 0.68);
  --mat-select-panel-background-color: #FFF;
  --mat-form-field-error-text-color: #FF0000;
  --mat-form-field-filled-error-label-text-color: #FF0000;
  --mat-checkbox-state-layer-size: 1rem;
  --mat-bottom-sheet-container-background-color: white;
  --mat-menu-container-color: white;
}
body {
  font-size: var(--body-font-size);
  font-weight: 300;
  font-style: normal;
  color: #1D1B1B;
  background-color: #F9F8F6;
  line-height: 1.6;
  font-family: "Arizona Mix", serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Walter Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.5em;
}
p,
span {
  font-family: "Arizona Mix", serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 0.5em;
}
strong {
  font-family: "Walter Neue", sans-serif;
  font-weight: 700;
}
button,
input,
select {
  font-family:
    "Assistant",
    "Helvetica Neue",
    sans-serif;
  font-weight: 400;
}
.h-full {
  height: 100%;
}
.width-100 {
  width: 100%;
}
.d-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.flex-justify-center {
  justify-content: center;
}
.flex-end {
  align-items: flex-end;
}
.font-bold {
  font-weight: bold;
}
.font-600 {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.mb-8 {
  margin-bottom: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 0.75rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.gap-0 {
  gap: 0;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 0.75rem !important;
}
.gap-4 {
  gap: 1rem !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.border-0 {
  border: 0 !important;
}
button {
  width: 100%;
  height: 45px;
  background: var(--brand);
  color: white;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 0 !important;
  cursor: pointer;
  transition: background-color 0.3s;
  text-transform: uppercase;
}
button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.ui-button {
  width: 90%;
  margin: 0 auto 16px;
}
.ui-button button {
  width: 100%;
  height: 45px;
  background: var(--brand);
  color: white;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 0 !important;
  cursor: pointer;
  transition: background-color 0.3s;
  text-transform: uppercase;
}
.ui-button button:hover {
  background: #7e6d66;
}
.ui-button button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.color-brand {
  color: #8f7c74;
}
.color-brand-hover {
  color: #7e6d66;
}
.button-text,
.button-show-info {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8f7c74;
  color: white;
  border: 0;
  border-radius: 8px;
  height: 3em;
  width: 100%;
}
.alert-snackbar {
  background-color: #7e6d66;
  color: whitesmoke;
  border-radius: 8px;
}
mat-error {
  color: #f56565;
  border-radius: 8px;
  padding: 0 8px;
}
.ui-button {
  width: 100%;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
}
.ui-button button {
  width: 100%;
  height: 45px;
  color: white;
  background-color: #B3AEA8;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.ui-button button:hover {
  background-color: #43403D;
}
.ui-button button:disabled {
  background-color: #DEDAD3;
  opacity: 0.6;
  cursor: not-allowed;
}
.button-text {
  background-color: #B3AEA8;
  color: white;
  font-weight: bold;
  border: none;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
}
.button-text:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.button-discover {
  background-color: rgba(38, 37, 36, 0.7);
  color: white;
  font-weight: 400;
  border: none;
  padding: 0.75rem 1.5rem;
  z-index: 2;
  border-radius: 8px;
  cursor: pointer;
}
.form-field {
  width: 100%;
  margin-bottom: 1rem;
}
.form-field input,
.form-field textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  border: 1px solid #8f7c74;
  box-sizing: border-box;
  font-size: 1rem;
  color: #5c5c5c;
}
.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--brand);
  outline: none;
}
.form-field input.ng-invalid.ng-touched,
.form-field textarea.ng-invalid.ng-touched {
  border-color: red;
}
.form-error {
  color: red;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  line-height: 1.4;
}
.form-error {
  color: red;
  margin-top: 4px;
  font-size: 0.875rem;
}
.logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.logo img {
  max-height: 80px;
  width: 180px;
  object-fit: contain;
  display: block;
}
html,
body {
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}
body {
  background: #F6F3EF;
  padding: var(--safe-area-inset-top, 0) var(--safe-area-inset-right, 0) var(--safe-area-inset-bottom, 0) var(--safe-area-inset-left, 0);
}
app-root {
  height: calc(100% - var(--safe-area-inset-bottom) - var(--safe-area-inset-top));
  display: flex;
  flex-direction: column;
}
.h-full {
  height: 100%;
}
main {
  padding: 0 0.5rem;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
:host ::ng-deep .cdk-overlay-pane {
  background: transparent !important;
}
.cdk-overlay-backdrop-showing {
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.mat-bottom-sheet-container {
  border-radius: 1rem 1rem 0 0;
  padding: 1.5rem 1rem;
  max-height: 90vh;
  overflow-y: auto;
}
.modal-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  border-radius: 16px 16px 0 0;
  text-align: left;
  overflow-y: auto;
}
.modal-header {
  width: 40px;
  height: 4px;
  background: #ccc;
  border-radius: 2px;
  margin: 0 auto 16px;
}
.modal-container > div > a,
.modal-container mat-icon {
  color: #8f7c74;
}
.modal-container img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
  border-radius: 12px;
}
.modal-container h2 {
  margin-top: 8px;
  font-weight: bold;
  color: #222;
  text-align: center;
}
.modal-container p {
  color: #444;
  line-height: 1.6;
  margin-bottom: 8px;
  text-align: justify;
  padding: 0 8px;
}
.modal-container p strong {
  font-weight: bold;
  color: #222;
}
.modal-container button {
  margin-top: 16px;
  width: 90%;
  padding: 12px;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  align-self: center;
}
.snackbar {
  z-index: 9999 !important;
  background-color: white;
}
.carousel-container {
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  cursor: grab;
  scrollbar-width: none;
}
.carousel-container::-webkit-scrollbar {
  display: none;
}
.carousel-container:active {
  cursor: grabbing;
}
.carousel-content {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  gap: var(--gap, 16px);
}
.carousel-item {
  position: relative;
  min-width: 20rem;
  height: 8rem;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  -webkit-user-select: none;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s ease;
}
.carousel-item:hover {
  transform: scale(1.03);
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background:
    linear-gradient(
      to top,
      rgba(72, 72, 72, 0.67),
      transparent);
}
.carousel-item .carousel-text {
  position: absolute;
  bottom: 10px;
  left: 12px;
  color: white;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.carousel-item .carousel-title {
  font-weight: bold;
}
.carousel-item .expand-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  color: white;
  opacity: 0.6;
  padding: 6px;
  border-radius: 6px;
  cursor: pointer;
}
.carousel-item .expand-icon svg {
  width: 16px;
  height: 16px;
  fill: white;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
