/* FONTS */
@font-face {
  font-family: "TTCommons";
  src: url("../fonts/TTCommonsClassicRegular.woff2") format("woff2"),
    url("../fonts/TTCommonsClassicRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* TT Commons Classic Medium */
@font-face {
  font-family: "TTCommons";
  src: url("../fonts/TTCommonsClassicMedium.woff2") format("woff2"),
    url("../fonts/TTCommonsClassicMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* TT Commons Classic DemiBold */
@font-face {
  font-family: "TTCommons";
  src: url("../fonts/TTCommonsClassicDemiBold.woff2") format("woff2"),
    url("../fonts/TTCommonsClassicDemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* TT Commons Classic Bold */
@font-face {
  font-family: "TTCommons";
  src: url("../fonts/TTCommonsClassicBold.woff2") format("woff2"),
    url("../fonts/TTCommonsClassicBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* HEADER */

.uk-navbar-nav > li > a,
.uk-nav-primary > li > a {
  font-variant: all-small-caps;
}

.uk-navbar-right {
  gap: 20px;
}

.uk-navbar-center .menu-item-type-custom a img,
.uk-navbar-center .menu-item-type-custom a span {
  order: 2;
  margin-left: 10px;
  margin-right: 0 !important;
}

.menu-item-type-custom a span svg {
  height: 16px;
  width: 16px;
}

/* REMOVE LAYOUT PREDEFINED STYLES */

.uk-section-primary,
.uk-section-secondary,
.uk-section-default,
.uk-section-muted {
  background-image: none;
}

/* MODAL VIDEO */

div[id*="js"] .uk-modal-dialog {
  padding: 0;
}

/* LISTA DATOS CON LINA SEPARADORA */

.listWithSeparator {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 0.5px solid #767676;
}
.listWithSeparator.lastSeparatorItem {
  border-bottom: 0.5px solid #767676;
}
.listWithSeparator.highlightNumbers {
  padding-top: 11px;
  padding-bottom: 2px;
}

.highlightNumbers .el-item > div {
  align-items: baseline;
}
.highlightNumbers .el-item .uk-width-small {
  width: 100px;
}

/* ESTIL MODUL IMATGE + DATA */

.twoColumnsImgData .uk-card-default.uk-card-body {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 640px) {
  .twoColumnsImgData .uk-card-default.uk-card-body {
    padding-left: 0;
    padding-right: 0;
  }
}

/* MOBILE MENU */

.tm-header-mobile .uk-navbar-item,
.tm-header-mobile .uk-navbar-nav > li > a,
.tm-header-mobile .uk-navbar-toggle {
  min-height: 56px;
}

#tm-dialog-mobile .uk-nav-primary > li > a {
  font-variant: all-small-caps;
}

#tm-dialog-mobile .uk-close > svg {
  width: 19px;
}

#tm-dialog-mobile .uk-modal-body {
  width: 100%;
  padding-top: 15px;
  padding-left: 15px;
}

#tm-dialog-mobile .menu-item:not(:last-child) {
  border-bottom: 0.25px solid #6e6e6e !important;
}

@media (min-width: 640px) {
  #tm-dialog-mobile .uk-modal-body {
    padding-left: 20px;
  }
  #tm-dialog-mobile .uk-modal-close-full {
    top: 13px;
    right: 20px;
  }
}

@media (min-width: 960px) {
  #tm-dialog-mobile .uk-modal-body {
    padding-left: 30px;
  }
  #tm-dialog-mobile .uk-modal-close-full {
    top: 13px;
    right: 30px;
  }
}

#tm-dialog-mobile .uk-modal-body > .uk-margin-auto-bottom {
  margin-bottom: 0 !important;
}

/* FONT SIZE */

.uk-text-large {
  font-weight: 500;
  letter-spacing: -1%;
}

/* FS VIDEO PLAY */

.fs-video .fs-video-icon {
  display: none;
}

.fs-video-placeholder .fs-video-link {
  position: relative;
}

.fs-video-placeholder .fs-video-link:after,
.play-video-button::after {
  width: 100px;
  position: absolute;
  content: url("https://montibello.com/wp-content/uploads/2025/11/play-videos-icon.svg")
    "  Play video";
  color: #fff;
  background: #2e2d2c96;
  backdrop-filter: blur(10px);
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 4%;
}

.fs-video-placeholder:hover .fs-video-link:after,
.play-video-button:hover::after {
  content: url("https://montibello.com/wp-content/uploads/2025/11/play-videos-icon-black.svg")
    " Play video";
  background: #ffffff66;
  color: #000;
  cursor: pointer;
}

.play-video-button a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* SLIDENAV */
/* .noPrevNav .uk-slidenav-previous {
  display: none;
} */

.uk-slider-container div.uk-position-center-right,
.uk-slider-container div.uk-position-center-left {
  top: calc(32% - var(--uk-position-margin-offset));
}

/* SLIDER */
.uk-slider:not(.story-slider) .el-image {
  border-radius: 12px;
}

/* CARDS */
.uk-card-secondary {
  border-radius: 5px;
}

/* BUTTON */
.uk-button {
  font-variant: all-small-caps;
}

.uk-button-text {
  text-transform: none;
  font-weight: 600;
  font-variant: unset;
}

.uk-button-text::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%228%22%20viewBox%3D%220%200%2017%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.5352%203.32809C16.7305%203.52335%2016.7305%203.83993%2016.5352%204.03519L13.3532%207.21717C13.158%207.41244%2012.8414%207.41244%2012.6461%207.21717C12.4508%207.02191%2012.4508%206.70533%2012.6461%206.51007L15.4745%203.68164L12.6461%200.853214C12.4508%200.657951%2012.4508%200.341369%2012.6461%200.146107C12.8414%20-0.0491555%2013.158%20-0.0491555%2013.3532%200.146107L16.5352%203.32809ZM16.1816%203.68164L16.1816%204.18164L-0.000177387%204.18164L-0.000177383%203.68164L-0.00017738%203.18164L16.1816%203.18164L16.1816%203.68164Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  margin-left: 12px;
}

.uk-button-text.languageDropdown::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%228%22%20viewBox%3D%220%200%2017%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.5352%203.32809C16.7305%203.52335%2016.7305%203.83993%2016.5352%204.03519L13.3532%207.21717C13.158%207.41244%2012.8414%207.41244%2012.6461%207.21717C12.4508%207.02191%2012.4508%206.70533%2012.6461%206.51007L15.4745%203.68164L12.6461%200.853214C12.4508%200.657951%2012.4508%200.341369%2012.6461%200.146107C12.8414%20-0.0491555%2013.158%20-0.0491555%2013.3532%200.146107L16.5352%203.32809ZM16.1816%203.68164L16.1816%204.18164L-0.000177387%204.18164L-0.000177383%203.68164L-0.00017738%203.18164L16.1816%203.18164L16.1816%203.68164Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  margin-left: 12px;
}

.uk-button-text:hover::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%228%22%20viewBox%3D%220%200%2017%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.5352%203.32809C16.7305%203.52335%2016.7305%203.83993%2016.5352%204.03519L13.3532%207.21717C13.158%207.41244%2012.8414%207.41244%2012.6461%207.21717C12.4508%207.02191%2012.4508%206.70533%2012.6461%206.51007L15.4745%203.68164L12.6461%200.853214C12.4508%200.657951%2012.4508%200.341369%2012.6461%200.146107C12.8414%20-0.0491555%2013.158%20-0.0491555%2013.3532%200.146107L16.5352%203.32809ZM16.1816%203.68164L16.1816%204.18164L-0.000177387%204.18164L-0.000177383%203.68164L-0.00017738%203.18164L16.1816%203.18164L16.1816%203.68164Z%22%20fill%3D%22%23767676%22%2F%3E%3C%2Fsvg%3E");
  margin-left: 12px;
}

.uk-button-text.langDropdown::after,
.uk-button-text.langDropdown:hover::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%228%22%20viewBox%3D%220%200%2017%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.5352%203.32809C16.7305%203.52335%2016.7305%203.83993%2016.5352%204.03519L13.3532%207.21717C13.158%207.41244%2012.8414%207.41244%2012.6461%207.21717C12.4508%207.02191%2012.4508%206.70533%2012.6461%206.51007L15.4745%203.68164L12.6461%200.853214C12.4508%200.657951%2012.4508%200.341369%2012.6461%200.146107C12.8414%20-0.0491555%2013.158%20-0.0491555%2013.3532%200.146107L16.5352%203.32809ZM16.1816%203.68164L16.1816%204.18164L-0.000177387%204.18164L-0.000177383%203.68164L-0.00017738%203.18164L16.1816%203.18164L16.1816%203.68164Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  margin-left: 12px;
}

.button-text-large .uk-button-text {
  font-size: 18px;
  line-height: 16px;
  letter-spacing: -2%;
}

@media (min-width: 960px) {
  .button-text-large .uk-button-text {
    font-size: 23px;
    line-height: 21px;
  }
}

/* TOGGLE ELEMENTS MOB */

@media (max-width: 640px) {
  .toggleMobileButton {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 2%;
    list-style: 1.2;
    text-transform: initial;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
  .toggleMobileButtonFooter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .toggleMobile {
    max-height: 0;
    height: auto;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .toggleMobile.open {
    max-height: 1000px;
    overflow: hidden;
    margin-top: 10px !important;
  }
  .toggleMobileButton::after,
  .toggleMobileButtonFooter::after {
    transform: rotate(0deg);
    transition-property: height, width, background-position, transform;
  }
  .toggleMobileButton.open::after,
  .toggleMobileButtonFooter.open::after {
    transform: rotate(90deg);
  }
}

/* FOOTER */

footer .uk-nav-default .uk-nav-header {
  color: #bd9c7f;
}

footer .uk-grid-divider > :not(.uk-first-column)::before {
  content: none;
}

/* HEROS */
.page-hero,
.page-hero > .uk-section {
  min-height: 80svh;
}

/* FORM */

.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item-label {
  margin-left: 10px;
}
.wpcf7-list-item-label a {
  text-decoration: underline;
}

.wpcf7-form p {
  margin: 0;
}
