@font-face {
  font-family: "Red Hat Text";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/RedHatText.woff2") format("woff2");
}
@font-face {
  font-family: "Phetsarath";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/phetsarath.woff2") format("woff2");
}
@font-face {
  font-family: "Hepta Slab";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/HeptaSlab.woff2") format("woff2");
}
@font-face {
  font-family: "Libre Bodoni";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/LibreBodoni.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans Lao";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/NotoSansLao.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
}

html:lang(en) body, small {
  font-family: "Red Hat Text", sans-serif;
  font-style: normal;
  font-weight: 400;
}
html:lang(en) body :is(h1, h2, h3, h4, h5, h6, .navbar-item), small :is(h1, h2, h3, h4, h5, h6, .navbar-item) {
  font-family: "Libre Bodoni", serif;
  font-style: normal;
  font-weight: 200;
}

html:lang(lo) body {
  font-family: "Phetsarath", sans-serif;
  font-style: normal;
  font-weight: 400;
}
html:lang(lo) body :is(h1, h2, h3, h4, h5, h6, .navbar-item) {
  font-family: "Noto Sans Lao", sans-serif;
  font-style: normal;
}

.navbar-start .navbar-item:not(:first-child) {
  margin-left: 2em;
}

.navbar-start .navbar-item:not(:last-child) {
  margin-right: 2em;
}

.redondo {
  border-radius: 25px;
}

.curvo {
  border-radius: 0.75rem;
}

.highlight {
  background-color: rgb(255, 255, 255);
  padding-left: 0.3em;
  padding-right: 0.3em;
  box-decoration-break: clone;
  line-height: 1rem;
}

.sameheight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.sameheight .card-footer, .sameheight .media {
  margin-top: auto;
}

.betarraga {
  color: #7A1F3D;
}

.gradiente {
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
}

.mapborder {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.image.threefour {
  aspect-ratio: 3/4;
}

.image.threefour img,
.image.threefour .has-ratio {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.maxwidth {
  max-width: 50vw;
  margin: auto;
}

.headerindex {
  background-image: url("../images/index/hero.avif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFFFFF;
}

.is-glass {
  backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.15);
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.3em;
  padding-right: 0.3em;
  box-decoration-break: clone;
}

@media (max-width: 1215px) {
  .mapborder {
    border-bottom-right-radius: 0.75rem;
    border-top-left-radius: 0;
  }
  .reverso {
    flex-direction: column-reverse;
    display: flex;
  }
  .image.threefour {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 768px) {
  .headerindex {
    background-image: url("../images/index/hero-mobile.avif");
  }
  .flotar {
    margin-bottom: 1rem;
  }
}
@media (min-width: 769px) {
  .anticlock {
    text-orientation: mixed;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
  }
  .flotar {
    width: 40vw;
    float: left;
    margin-bottom: 0.75rem;
    margin-right: 1rem;
    margin-top: 0.75rem;
  }
}
@media (max-width: 1023px) {
  .dropdown-vertical {
    visibility: hidden;
    display: none;
  }
  .dropdown-horizontal {
    visibility: visible;
    display: block;
  }
}
@media (min-width: 1024px) {
  .dropdown-vertical {
    visibility: visible;
    display: inherit;
  }
  .dropdown-horizontal {
    visibility: hidden;
    display: none;
  }
  .linea p {
    line-height: 1.7;
  }
  .flotar {
    width: 40vw;
  }
}

/*# sourceMappingURL=main.css.map */