/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \****************************************************************************************************************/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Krub", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background-color: white;
  color: black;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: #0073aa;
  text-decoration: none;
}
a:hover {
  color: #005177;
  text-decoration: underline;
}

ul {
  list-style: none;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1366px;
  box-sizing: border-box;
  padding-right: 1rem;
  padding-left: 1rem;
  margin: auto;
}
@media screen and (min-width: xl) {
  .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.container--full {
  max-width: 100%;
  padding-inline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display";
}

.container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 1400px;
    margin: 0 auto;
  }
}

button, .btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #fff;
  background-color: #dbac64;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
button:hover, .btn:hover {
  background-color: #e2bc83;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.page-header {
  background-color: white;
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 401;
}
.page-header.scrolled {
  background-color: #fff;
}
.page-header.scrolled .page-header__bottom {
  padding: 0;
}
.page-header__top {
  display: none;
}
@media screen and (min-width: 992px) {
  .page-header__top {
    display: flex;
    flex-direction: row;
    width: 100%;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.1);
    position: relative;
  }
}
.page-header__bottom {
  position: relative;
  width: 100%;
  z-index: 4;
  background-color: transparent;
  padding: 10px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.page-header__bottom.scrolled {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.page-header__bottom-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-header__bottom-right {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  .page-header__bottom-right {
    gap: 24px;
    flex-direction: row;
  }
}
.page-header__logo {
  display: flex;
}
.page-header__logo img {
  width: 100%;
  max-width: 250px;
  height: auto;
  display: block;
  object-fit: contain;
  height: 100%;
}
@media screen and (min-width: 576px) {
  .page-header__logo img {
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .page-header__logo img {
    max-width: 320px;
  }
}
@media screen and (min-width: 992px) {
  .page-header__logo img {
    max-width: 390px;
  }
}
.page-header .info-kancelaria {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .page-header .info-kancelaria {
    gap: 7px;
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .page-header .info-kancelaria {
    gap: 50px;
  }
}
.page-header .info-kancelaria__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .page-header .info-kancelaria__item {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .info-kancelaria__item:nth-child(3) {
    display: none;
  }
}
.page-header .info-kancelaria__img {
  width: 22px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-header .info-kancelaria__img {
    width: 28px;
  }
}
.page-header .info-kancelaria a.info-kancelaria__text {
  position: relative;
  color: black;
  text-decoration: none;
  display: inline-block;
}
.page-header .info-kancelaria a.info-kancelaria__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 90%;
  width: 0;
  height: 2px;
  background: #dbac64;
  transition: 0.3s ease;
}
.page-header .info-kancelaria a.info-kancelaria__text:hover::after {
  width: 25%;
  left: 50%;
  transform: translateX(-50%);
}
.page-header .info-kancelaria__text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-header .info-kancelaria__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
  }
}
.page-header__navigation {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-header__navigation {
    max-width: 900px;
  }
}
.page-header__navigation ul {
  background-color: white;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100vh;
  width: 50%;
  padding: 20px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  transition: left 0.3s ease;
  z-index: 999;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-header__navigation ul {
    padding: 20px;
    flex-direction: row;
    position: static;
    height: auto;
    width: auto;
    box-shadow: none;
    left: auto;
    gap: 20px;
    padding: 0;
  }
}
.page-header__navigation ul.active {
  left: 0;
}
.page-header__navigation ul li a {
  font-family: "Krub", sans-serif;
  font-weight: 600;
  color: black;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 5px;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  .page-header__navigation ul li a {
    padding: 15px 20px;
  }
}
.page-header__navigation ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 90%;
  width: 0;
  height: 2px;
  background: #dbac64;
  transition: 0.3s ease;
}
.page-header__navigation ul li a:hover:after {
  width: 25%;
  left: 50%;
  transform: translateX(-50%);
}
.page-header__contact .contact-button {
  display: none;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 16px;
  margin-left: 8px;
  background-color: #dbac64;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.6s ease;
  border: 1px solid transparent;
}
@media screen and (min-width: 992px) {
  .page-header__contact .contact-button {
    display: inline-flex;
  }
}
.page-header__contact .contact-button:hover {
  background-color: #fff;
  color: #dbac64;
  text-decoration: none;
  border: 1px solid #dbac64;
}
@media screen and (min-width: 768px) {
  .page-header__contact .contact-button {
    display: inline-block;
    padding: 12px 39px;
    font-size: 18px;
    padding: 9px 26px;
    margin-left: 30px;
  }
}
.page-header .menu-toggle {
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .page-header .menu-toggle {
    display: none;
  }
}
.page-header .menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background: black;
  margin: 5px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.page-header .menu-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.page-header .menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.page-header .menu-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

html.no-scroll {
  overflow: hidden;
}

.page-header.is-menu-open .page-header__navigation ul {
  left: 0;
}

.site-footer {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(130, 87, 44, 0.4)), #dbac64;
}

.footer {
  overflow-x: hidden;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 24px;
  align-items: flex-start;
  padding: clamp(24px, 4vw, 48px) 0;
}
@media screen and (min-width: 992px) {
  .footer {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: clamp(48px, 4vw, 64px) 0;
  }
}
.footer__logo {
  text-align: center;
  padding-bottom: 30px;
}
.footer__logo img {
  max-height: 400px;
  max-width: 400px;
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    text-align: center;
  }
}
.footer__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  list-style: none;
  padding-bottom: 40px;
  margin: 0;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__icons {
    padding: 0;
    margin: 0;
  }
}
.footer__icons-item {
  line-height: 0;
}
.footer__icon {
  display: block;
  height: auto;
  max-height: 40px;
  max-width: 40px;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.footer__icon:hover {
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.7));
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  align-items: center;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .footer-contact {
    padding-bottom: 0;
  }
}
.footer-contact__name {
  font-weight: 600;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.2;
  margin: 0 0 4px;
}
.footer-contact__hero {
  font-size: clamp(16px, 1.2vw, 16px);
  opacity: 0.9;
  margin-bottom: 20px;
}
.footer-contact__adress, .footer-contact__text {
  font-size: clamp(16px, 1.2vw, 16px);
}
.footer-contact__text {
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
}
.footer-contact__adress a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.footer-contact__adress a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 90%;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.3s ease;
}
.footer-contact__adress a:hover {
  font-weight: bold;
}
.footer-contact__adress a:hover::after {
  width: 40%;
  left: 50%;
  transform: translateX(-50%);
}
.footer-contact__media {
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}
.footer-contact__media-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.footer-contact__media-item a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  gap: 8px;
}
.footer-contact__media-item a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 90%;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.3s ease;
}
.footer-contact__media-item a:hover {
  font-weight: bold;
}
.footer-contact__media-item a:hover::after {
  width: 40%;
  left: 50%;
  transform: translateX(-50%);
}
.footer-contact__media-img {
  max-width: 18px;
  max-height: 18px;
  object-fit: contain;
}
.footer-contact__media-text {
  font-size: 18px;
  position: relative;
  align-items: center;
}
.footer-contact__media-text::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 90%;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.3s ease;
}
.footer__cta {
  display: inline-block;
  padding: 12px 39px;
  background-color: #fff;
  color: #dbac64;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.6s ease;
  border: 1px solid transparent;
  text-align: center;
  align-items: center;
  width: fit-content;
  margin-top: 20px;
}
.footer__cta:hover {
  background-color: #dbac64;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
}
.footer__copyright, .footer__made {
  flex: 1 1 100%;
  font-size: 12px;
  color: white;
}
.footer__copyright {
  margin-top: clamp(16px, 2.5vw, 28px);
  padding-top: clamp(10px, 1.4vw, 14px);
  border-top: 1px solid #fff;
  font-size: 14px;
  opacity: 0.95;
}
.footer__made {
  font-size: 13px;
  padding-bottom: 20px;
  opacity: 0.04;
}
.footer__made:empty {
  display: none;
}
.footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}
.footer__menu li a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.footer__menu li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 90%;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.3s ease;
}
.footer__menu li a:hover {
  font-weight: bold;
}
.footer__menu li a:hover::after {
  width: 40%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 680px) {
  .footer {
    gap: 16px;
  }
  .footer__cta {
    margin-top: 12px;
  }
}

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