<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* =========================================
   TMR ROLLS STYLE MENU - CSS COMPLETO FINAL
   Widget HTML #2
========================================= */

/* =========================================
   ELEMENTOR EDITOR SAFE
========================================= */

body.elementor-editor-active .tmr-rolls-menu {
  display: none !important;
}

/* =========================================
   CRITICAL HIDE - EVITA FOUC
========================================= */

body:not(.elementor-editor-active) .tmr-rolls-menu:not(.is-open):not(.is-closing) {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body:not(.elementor-editor-active):not(.tmr-menu-open) .tmr-rolls-menu:not(.is-closing) {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* =========================================
   BASE
========================================= */

.tmr-rolls-menu,
.tmr-rolls-menu * {
  box-sizing: border-box;
}

body:not(.elementor-editor-active) .tmr-rolls-menu {
  --tmr-menu-left-width: clamp(520px, 42vw, 780px);

  position: fixed !important;
  inset: 0 !important;
  z-index: 999998 !important;

  width: 100vw !important;
  height: 100vh !important;
  overflow: hidden !important;

  visibility: hidden;
  opacity: 0;
  pointer-events: none;

  color: #ffffff;
  font-family: "Semplicita Pro Light", "SemplicitaPro-Light", "Semplicita Pro", Arial, sans-serif;
}

body:not(.elementor-editor-active) .tmr-rolls-menu.is-open,
body:not(.elementor-editor-active) .tmr-rolls-menu.is-closing {
  visibility: visible !important;
  opacity: 1 !important;
}

body:not(.elementor-editor-active) .tmr-rolls-menu.is-open {
  pointer-events: auto !important;
}

/* =========================================
   BACKDROP GENERAL
========================================= */

body:not(.elementor-editor-active) .tmr-rolls-menu__backdrop {
  position: absolute;
  inset: 0;
  z-index: 1;

  background: rgba(0, 0, 0, 0.30);
  -webkit-backdrop-filter: blur(24px) saturate(1.55);
  backdrop-filter: blur(24px) saturate(1.55);

  opacity: 0;
  pointer-events: auto;
  cursor: default;

  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

body:not(.elementor-editor-active) .tmr-rolls-menu.is-open .tmr-rolls-menu__backdrop {
  opacity: 1;
}

body:not(.elementor-editor-active) .tmr-rolls-menu.is-closing .tmr-rolls-menu__backdrop {
  opacity: 0;
}

/* =========================================
   TOPBAR BASE
   En desktop NO actúa como navbar visual.
   En tablet/mobile sí.
========================================= */

body:not(.elementor-editor-active) .tmr-rolls-menu__topbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;

  width: var(--tmr-menu-left-width);
  height: 0;

  padding: 0;
  margin: 0;

  display: block;

  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  color: #ffffff;

  transition:
    opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.95s cubic-bezier(0.16, 1, 0.3, 1);
}

body:not(.elementor-editor-active) .tmr-rolls-menu.is-open .tmr-rolls-menu__topbar,
body:not(.elementor-editor-active) .tmr-rolls-menu.is-closing .tmr-rolls-menu__topbar {
  opacity: 1;
  visibility: visible;
}

/* =========================================
   CLOSE / BACK BUTTON BASE
========================================= */

body:not(.elementor-editor-active) .tmr-rolls-menu__close,
body:not(.elementor-editor-active) .tmr-rolls-menu__back {
  margin: 0;
  padding: 0;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  display: inline-flex;
  align-items: center;

  color: #ffffff;
  cursor: pointer;

  font-family: "Semplicita Pro Regular", "SemplicitaPro-Regular", "Semplicita Pro", Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;

  transition:
    color 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

body:not(.elementor-editor-active) .tmr-rolls-menu__close:hover,
body:not(.elementor-editor-active) .tmr-rolls-menu__back:hover,
body:not(.elementor-editor-active) .tmr-rolls-menu__close:focus,
body:not(.elementor-editor-active) .tmr-rolls-menu__back:focus {
  color: #ffffff;
  outline: none !important;
  background: transparent !important;
}

body:not(.elementor-editor-active) .tmr-rolls-menu__close-icon,
body:not(.elementor-editor-active) .tmr-rolls-menu__back-icon {
  width: 16px !important;
  height: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 16px !important;
  color: currentColor !important;
  fill: currentColor !important;
}

body:not(.elementor-editor-active) .tmr-rolls-menu__close-icon svg,
body:not(.elementor-editor-active) .tmr-rolls-menu__back-icon {
  width: 16px !important;
  height: 16px !important;
  display: block !important;
}

body:not(.elementor-editor-active) .tmr-rolls-menu__close-icon span {
  display: none !important;
}

body:not(.elementor-editor-active) .tmr-rolls-menu__back:hover .tmr-rolls-menu__back-icon {
  transform: translateX(-7px);
}

body:not(.elementor-editor-active) .tmr-rolls-menu__back-icon {
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

/* =========================================
   DESKTOP / LAPTOP / MACBOOK AIR
   NO NAVBAR. CLOSE y MODELS independientes.
========================================= */

@media (min-width: 1025px) {
  body:not(.elementor-editor-active) .tmr-rolls-menu__topbar {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;

    width: var(--tmr-menu-left-width) !important;
    height: 0 !important;

    padding: 0 !important;
    margin: 0 !important;

    display: block !important;

    background: transparent !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    box-shadow: none !important;

    pointer-events: none !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-open .tmr-rolls-menu__topbar,
  body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-entering .tmr-rolls-menu__topbar,
  body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-closing .tmr-rolls-menu__topbar {
    background: transparent !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__close {
    position: absolute !important;
    top: 64px !important;
    left: 68px !important;

    width: auto !important;
    height: auto !important;

    padding: 0 !important;
    margin: 0 !important;

    gap: 16px !important;

    opacity: 0;
    visibility: visible;
    pointer-events: auto !important;

    transform: translate3d(-18px, 12px, 0);

    z-index: 999999 !important;

    font-size: 16px !important;
    letter-spacing: 0.12em !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu.is-open .tmr-rolls-menu__close,
  body:not(.elementor-editor-active) .tmr-rolls-menu.is-closing .tmr-rolls-menu__close {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu.is-closing .tmr-rolls-menu__close {
    opacity: 0;
    transform: translate3d(-18px, 12px, 0);
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__back {
    position: absolute !important;
    top: 74px !important;
    right: 84px !important;
    left: auto !important;

    width: auto !important;
    height: auto !important;
    min-width: 0 !important;

    padding: 0 !important;
    margin: 0 !important;

    gap: 15px !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

    transform: translate3d(-22px, 16px, 0) !important;

    z-index: 999999 !important;

    color: rgba(255,255,255,0.58) !important;

    font-size: 16px !important;
    letter-spacing: 0.18em !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-open .tmr-rolls-menu__back,
  body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-entering .tmr-rolls-menu__back,
  body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-closing .tmr-rolls-menu__back {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate3d(0, 0, 0) !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__left::after {
    display: none !important;
    content: none !important;
  }
}

/* =========================================
   SHELL
========================================= */

body:not(.elementor-editor-active) .tmr-rolls-menu__shell {
  position: absolute;
  inset: 0;
  z-index: 2;

  overflow: hidden;
  opacity: 0;
  pointer-events: none;

  transition: opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

body:not(.elementor-editor-active) .tmr-rolls-menu.is-open .tmr-rolls-menu__shell,
body:not(.elementor-editor-active) .tmr-rolls-menu.is-closing .tmr-rolls-menu__shell {
  opacity: 1;
}

/* =========================================
   LEFT PANEL
========================================= */

body:not(.elementor-editor-active) .tmr-rolls-menu__left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;

  width: var(--tmr-menu-left-width);
  height: 100vh;

  overflow: hidden;
  pointer-events: auto;

  background: rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(24px) saturate(1.55);
  backdrop-filter: blur(24px) saturate(1.55);

  opacity: 0;
  transform: translate3d(-56px, 0, 0);

  transition:
    opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    background 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

body:not(.elementor-editor-active) .tmr-rolls-menu.is-open .tmr-rolls-menu__left,
body:not(.elementor-editor-active) .tmr-rolls-menu.is-closing .tmr-rolls-menu__left {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body:not(.elementor-editor-active) .tmr-rolls-menu.is-closing .tmr-rolls-menu__left {
  opacity: 0;
  transform: translate3d(-42px, 0, 0);
  transition-delay: 0.45s;
}



/* =========================================
   MAIN / MODELS BASE
========================================= */

body:not(.elementor-editor-active) .tmr-rolls-menu__main,
body:not(.elementor-editor-active) .tmr-rolls-menu__models {
  position: absolute;
  inset: 0;
  z-index: 3;

  padding: 132px 84px 72px 74px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  transition:
    opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

body:not(.elementor-editor-active) .tmr-rolls-menu__main {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-open .tmr-rolls-menu__main,
body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-entering .tmr-rolls-menu__main {
  opacity: 0;
  pointer-events: none;
}

/* =========================================
   MAIN ITEMS / MODEL ITEMS
========================================= */

body:not(.elementor-editor-active) .tmr-rolls-menu__main-item,
body:not(.elementor-editor-active) .tmr-rolls-menu__model {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

body:not(.elementor-editor-active) .tmr-rolls-menu__main-item {
  width: 100%;
  margin: 0 0 36px;
  padding: 0;

  display: block;

  color: rgba(255, 255, 255, 0.48) !important;
  text-align: right;

  font-family: "Semplicita Pro Light", "SemplicitaPro-Light", "Semplicita Pro", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;

  opacity: 0;
  transform: translate3d(-42px, 34px, 0);

  transition:
    color 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
}

body:not(.elementor-editor-active) .tmr-rolls-menu__main-item:hover,
body:not(.elementor-editor-active) .tmr-rolls-menu__main-item:focus,
body:not(.elementor-editor-active) .tmr-rolls-menu__model:hover,
body:not(.elementor-editor-active) .tmr-rolls-menu__model:focus,
body:not(.elementor-editor-active) .tmr-rolls-menu__model.is-active {
  color: #ffffff !important;
  background: transparent !important;
  outline: none !important;
}

body:not(.elementor-editor-active) .tmr-rolls-menu__main-item span::after,
body:not(.elementor-editor-active) .tmr-rolls-menu__model span::after {
  display: none !important;
  content: none !important;
}

/* =========================================
   MODELS LIST BASE DESKTOP
========================================= */

body:not(.elementor-editor-active) .tmr-rolls-menu__models {
  opacity: 0;
  transform: translate3d(-38px, 18px, 0);
  pointer-events: none;
}

body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-open .tmr-rolls-menu__models,
body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-closing .tmr-rolls-menu__models {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

body:not(.elementor-editor-active) .tmr-rolls-menu__model-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

body:not(.elementor-editor-active) .tmr-rolls-menu__model {
  --tmr-model-image: none;

  width: 100%;
  margin: 0 0 42px;
  padding: 0 !important;

  color: rgba(255, 255, 255, 0.48) !important;
  text-align: right;

  font-family: "Semplicita Pro Light", "SemplicitaPro-Light", "Semplicita Pro", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;

  opacity: 0;
  transform: translate3d(-42px, 34px, 0);

  transition:
    color 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
}

/* =========================================
   ANIMATIONS
========================================= */

body:not(.elementor-editor-active) .tmr-rolls-menu.is-open:not(.is-models-open):not(.is-models-entering):not(.is-main-closing) .tmr-rolls-menu__main-item,
body:not(.elementor-editor-active) .tmr-rolls-menu.is-main-return .tmr-rolls-menu__main-item {
  animation: tmrRollsMenuItemIn 1.75s cubic-bezier(0.16, 1, 0.3, 1) both;
}

body:not(.elementor-editor-active) .tmr-rolls-menu.is-open .tmr-rolls-menu__main-item:nth-child(7),
body:not(.elementor-editor-active) .tmr-rolls-menu.is-main-return .tmr-rolls-menu__main-item:nth-child(7) { animation-delay: 0.78s; }

body:not(.elementor-editor-active) .tmr-rolls-menu.is-open .tmr-rolls-menu__main-item:nth-child(6),
body:not(.elementor-editor-active) .tmr-rolls-menu.is-main-return .tmr-rolls-menu__main-item:nth-child(6) { animation-delay: 0.98s; }

body:not(.elementor-editor-active) .tmr-rolls-menu.is-open .tmr-rolls-menu__main-item:nth-child(5),
body:not(.elementor-editor-active) .tmr-rolls-menu.is-main-return .tmr-rolls-menu__main-item:nth-child(5) { animation-delay: 1.18s; }

body:not(.elementor-editor-active) .tmr-rolls-menu.is-open .tmr-rolls-menu__main-item:nth-child(4),
body:not(.elementor-editor-active) .tmr-rolls-menu.is-main-return .tmr-rolls-menu__main-item:nth-child(4) { animation-delay: 1.38s; }

body:not(.elementor-editor-active) .tmr-rolls-menu.is-open .tmr-rolls-menu__main-item:nth-child(3),
body:not(.elementor-editor-active) .tmr-rolls-menu.is-main-return .tmr-rolls-menu__main-item:nth-child(3) { animation-delay: 1.58s; }

body:not(.elementor-editor-active) .tmr-rolls-menu.is-open .tmr-rolls-menu__main-item:nth-child(2),
body:not(.elementor-editor-active) .tmr-rolls-menu.is-main-return .tmr-rolls-menu__main-item:nth-child(2) { animation-delay: 1.78s; }

body:not(.elementor-editor-active) .tmr-rolls-menu.is-open .tmr-rolls-menu__main-item:nth-child(1),
body:not(.elementor-editor-active) .tmr-rolls-menu.is-main-return .tmr-rolls-menu__main-item:nth-child(1) { animation-delay: 1.98s; }

body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-entering .tmr-rolls-menu__main-item,
body:not(.elementor-editor-active) .tmr-rolls-menu.is-main-closing .tmr-rolls-menu__main-item {
  animation: tmrRollsMenuItemOut 0.78s cubic-bezier(0.16, 1, 0.3, 1) both;
}

body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-entering .tmr-rolls-menu__main-item:nth-child(7),
body:not(.elementor-editor-active) .tmr-rolls-menu.is-main-closing .tmr-rolls-menu__main-item:nth-child(7) { animation-delay: 0s; }

body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-entering .tmr-rolls-menu__main-item:nth-child(6),
body:not(.elementor-editor-active) .tmr-rolls-menu.is-main-closing .tmr-rolls-menu__main-item:nth-child(6) { animation-delay: 0.045s; }

body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-entering .tmr-rolls-menu__main-item:nth-child(5),
body:not(.elementor-editor-active) .tmr-rolls-menu.is-main-closing .tmr-rolls-menu__main-item:nth-child(5) { animation-delay: 0.09s; }

body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-entering .tmr-rolls-menu__main-item:nth-child(4),
body:not(.elementor-editor-active) .tmr-rolls-menu.is-main-closing .tmr-rolls-menu__main-item:nth-child(4) { animation-delay: 0.135s; }

body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-entering .tmr-rolls-menu__main-item:nth-child(3),
body:not(.elementor-editor-active) .tmr-rolls-menu.is-main-closing .tmr-rolls-menu__main-item:nth-child(3) { animation-delay: 0.18s; }

body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-entering .tmr-rolls-menu__main-item:nth-child(2),
body:not(.elementor-editor-active) .tmr-rolls-menu.is-main-closing .tmr-rolls-menu__main-item:nth-child(2) { animation-delay: 0.225s; }

body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-entering .tmr-rolls-menu__main-item:nth-child(1),
body:not(.elementor-editor-active) .tmr-rolls-menu.is-main-closing .tmr-rolls-menu__main-item:nth-child(1) { animation-delay: 0.27s; }

body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-open .tmr-rolls-menu__model {
  animation: tmrRollsMenuItemIn 1.75s cubic-bezier(0.16, 1, 0.3, 1) both;
}

body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-open .tmr-rolls-menu__model:nth-child(5) { animation-delay: 0.38s; }
body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-open .tmr-rolls-menu__model:nth-child(4) { animation-delay: 0.58s; }
body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-open .tmr-rolls-menu__model:nth-child(3) { animation-delay: 0.78s; }
body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-open .tmr-rolls-menu__model:nth-child(2) { animation-delay: 0.98s; }
body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-open .tmr-rolls-menu__model:nth-child(1) { animation-delay: 1.18s; }

body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-closing .tmr-rolls-menu__model {
  animation: tmrRollsMenuItemOut 0.78s cubic-bezier(0.16, 1, 0.3, 1) both;
}

body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-closing .tmr-rolls-menu__model:nth-child(5) { animation-delay: 0s; }
body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-closing .tmr-rolls-menu__model:nth-child(4) { animation-delay: 0.045s; }
body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-closing .tmr-rolls-menu__model:nth-child(3) { animation-delay: 0.09s; }
body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-closing .tmr-rolls-menu__model:nth-child(2) { animation-delay: 0.135s; }
body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-closing .tmr-rolls-menu__model:nth-child(1) { animation-delay: 0.18s; }

@keyframes tmrRollsMenuItemIn {
  0% {
    opacity: 0;
    transform: translate3d(-42px, 34px, 0);
  }

  42% {
    opacity: 0;
    transform: translate3d(-34px, 28px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes tmrRollsMenuItemOut {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(42px, -16px, 0);
  }
}

/* =========================================
   RIGHT PANEL DESKTOP
========================================= */

body:not(.elementor-editor-active) .tmr-rolls-menu__right {
  position: absolute;
  left: var(--tmr-menu-left-width);
  right: 0;
  top: 0;
  z-index: 4;

  height: 100vh;

  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-36px, 0, 0);

  transition:
    opacity 1.45s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.45s cubic-bezier(0.16, 1, 0.3, 1);
}

body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-open .tmr-rolls-menu__right,
body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-closing .tmr-rolls-menu__right {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-open .tmr-rolls-menu__right {
  transition-delay: 0.18s;
}

body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-closing .tmr-rolls-menu__right {
  opacity: 0;
  transform: translate3d(-32px, 0, 0);
}

body:not(.elementor-editor-active) .tmr-rolls-menu__right-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: transparent !important;
}

body:not(.elementor-editor-active) .tmr-rolls-menu__right-image-layer {
  position: absolute;
  inset: 0;

  background-size: cover;
  background-position: 58% center;

  /* Evita descargar la antigua imagen PNG al cargar la página */
  background-image: none;

  opacity: 1;
  transform: scale(1);

  transition:
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.85s cubic-bezier(0.16, 1, 0.3, 1);

}

body:not(.elementor-editor-active) .tmr-rolls-menu__right-image.is-soft-changing .tmr-rolls-menu__right-image-layer {
  transform: scale(1.012);
  filter: brightness(0.96);
}

body:not(.elementor-editor-active) .tmr-rolls-menu__right-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;

  background:
    linear-gradient(90deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.00) 42%, rgba(0,0,0,0.03) 100%),
    linear-gradient(0deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.00) 52%, rgba(0,0,0,0.06) 100%);
}

/* MacBook Air / laptops */
@media (min-width: 1025px) and (max-width: 1440px) {
  body:not(.elementor-editor-active) .tmr-rolls-menu__right-image-layer {
    background-position: 20% center !important;
  }
}

/* Large desktop */
@media (min-width: 1441px) {
  body:not(.elementor-editor-active) .tmr-rolls-menu__right-image-layer {
    background-position: 52% center !important;
  }
}

/* =========================================
   DISCOVER
========================================= */

body:not(.elementor-editor-active) .tmr-rolls-menu__discover-wrap {
  position: absolute;
  left: 50%;
  top: 20%;
  z-index: 8;

  transform: translate3d(-50%, 26px, 0);

  display: flex;
  flex-direction: column;
  align-items: center;

  opacity: 0;
  pointer-events: auto;

  transition:
    opacity 1.25s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.25s cubic-bezier(0.16, 1, 0.3, 1);
}

body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-open .tmr-rolls-menu__discover-wrap {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
  transition-delay: 0.72s;
}

body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-closing .tmr-rolls-menu__discover-wrap {
  opacity: 0;
  transform: translate3d(-50%, 18px, 0);
}

body:not(.elementor-editor-active) .tmr-rolls-menu__discover-title {
  margin: 0 0 22px;

  color: #ffffff;

  font-family: "Semplicita Pro Light", "SemplicitaPro-Light", "Semplicita Pro", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}

body:not(.elementor-editor-active) .tmr-rolls-menu__discover {
  min-width: 220px;
  height: 42px;
  padding: 0 34px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;

  color: #020b18 !important;
  background: #ffffff !important;

  border: 1px solid #ffffff !important;
  border-radius: 999px !important;

  text-decoration: none;

  font-family: "Semplicita Pro Light", "SemplicitaPro-Light", "Semplicita Pro", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;

  transition:
    background 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    color 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    gap 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

body:not(.elementor-editor-active) .tmr-rolls-menu__discover:hover,
body:not(.elementor-editor-active) .tmr-rolls-menu__discover:focus {
  background: #020b18 !important;
  color: #ffffff !important;
  outline: none !important;
  gap: 16px;
}

body:not(.elementor-editor-active) .tmr-rolls-menu__discover-arrow {
  width: 14px;
  height: 14px;
  fill: currentColor;
  transform: scaleX(-1) translateX(-8px);
  opacity: 0;
  max-width: 0;
  overflow: hidden;

  transition:
    opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    max-width 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

body:not(.elementor-editor-active) .tmr-rolls-menu__discover:hover .tmr-rolls-menu__discover-arrow,
body:not(.elementor-editor-active) .tmr-rolls-menu__discover:focus .tmr-rolls-menu__discover-arrow {
  opacity: 1;
  max-width: 14px;
  transform: scaleX(-1) translateX(0);
}

/* =========================================
   TABLET ONLY
   Navbar CLOSE izquierda / MODELS derecha.
========================================= */

@media (min-width: 768px) and (max-width: 1024px) {
  body:not(.elementor-editor-active) .tmr-rolls-menu {
    --tmr-menu-left-width: 76vw;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__topbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;

    width: 76vw !important;
    max-width: 760px !important;
    height: 76px !important;

    padding: 0 34px !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    background: transparent !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    box-shadow: none !important;

    z-index: 999999 !important;
    pointer-events: auto !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-open .tmr-rolls-menu__topbar,
  body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-entering .tmr-rolls-menu__topbar,
  body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-closing .tmr-rolls-menu__topbar {
    background: rgba(0, 0, 0, 0.62) !important;
    -webkit-backdrop-filter: blur(24px) saturate(1.45) !important;
    backdrop-filter: blur(24px) saturate(1.45) !important;
    box-shadow: 0 12px 28px rgba(0,0,0,0.25) !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__close,
  body:not(.elementor-editor-active) .tmr-rolls-menu__back {
    position: static !important;
    width: auto !important;
    height: auto !important;

    padding: 0 !important;
    margin: 0 !important;

    transform: none !important;

    font-size: 14px !important;
    letter-spacing: 0.18em !important;

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__close {
    gap: 16px !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__back {
    gap: 14px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-open .tmr-rolls-menu__back,
  body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-entering .tmr-rolls-menu__back,
  body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-closing .tmr-rolls-menu__back {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__close-icon,
  body:not(.elementor-editor-active) .tmr-rolls-menu__back-icon {
    width: 15px !important;
    height: 15px !important;
    flex: 0 0 15px !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__left {
    width: 76vw !important;
    max-width: 760px !important;
    background: rgba(0, 0, 0, 0.28) !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__main {
    align-items: flex-end !important;
    padding: 116px 58px 76px 44px !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__main-item {
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.18em !important;
    margin-bottom: 39px !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__right {
    display: none !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__models {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;

    height: 100vh !important;
    max-height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;

    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;

    padding: 90px 18px 34px 18px !important;
    scrollbar-width: thin;
    transform: none !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__models::-webkit-scrollbar {
    width: 5px;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__models::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.06);
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__models::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.36);
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__model-list {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 28px !important;
    padding-bottom: 34px !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__model {
    --tmr-pos-x: 48%;
    --tmr-pos-y: 74%;

    position: relative !important;
    width: 100% !important;
    height: 252px !important;
    min-height: 252px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    text-align: right !important;
    color: #ffffff !important;
    background: rgba(0, 0, 0, 0.08) !important;
    border-radius: 2px !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__model:nth-child(1) { --tmr-pos-x: 48%; --tmr-pos-y: 74%; }
  body:not(.elementor-editor-active) .tmr-rolls-menu__model:nth-child(2) { --tmr-pos-x: 48%; --tmr-pos-y: 74%; }
  body:not(.elementor-editor-active) .tmr-rolls-menu__model:nth-child(3) { --tmr-pos-x: 48%; --tmr-pos-y: 72%; }
  body:not(.elementor-editor-active) .tmr-rolls-menu__model:nth-child(4) { --tmr-pos-x: 48%; --tmr-pos-y: 72%; }
  body:not(.elementor-editor-active) .tmr-rolls-menu__model:nth-child(5) { --tmr-pos-x: 48%; --tmr-pos-y: 72%; }

  body:not(.elementor-editor-active) .tmr-rolls-menu__model::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;

    background-image: var(--tmr-model-image) !important;
    background-size: cover !important;
    background-position: var(--tmr-pos-x) var(--tmr-pos-y) !important;

    transform: scale(1.01) !important;

    transition:
      transform 0.8s cubic-bezier(0.16, 1, 0.3, 1),
      filter 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__model::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;

    background:
      linear-gradient(0deg, rgba(0,0,0,0.10), rgba(0,0,0,0.00) 0%),
      linear-gradient(90deg, rgba(0,0,0,0.06), rgba(255,255,255,0.00)) !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__model span {
    position: absolute !important;
    right: 22px !important;
    bottom: 20px !important;
    z-index: 3 !important;

    font-family: "Semplicita Pro Regular", "SemplicitaPro-Regular", "Semplicita Pro", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.18em !important;
    color: rgba(255,255,255,0.92) !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__model:hover::before,
  body:not(.elementor-editor-active) .tmr-rolls-menu__model:focus::before,
  body:not(.elementor-editor-active) .tmr-rolls-menu__model.is-active::before {
    transform: scale(1.035) !important;
    filter: brightness(1.03) !important;
  }
}

/* =========================================
   MOBILE ONLY
   Navbar CLOSE izquierda / MODELS derecha.
========================================= */

@media (max-width: 767px) {
  body:not(.elementor-editor-active) .tmr-rolls-menu {
    --tmr-menu-left-width: 100vw;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__topbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;

    width: 100vw !important;
    height: 68px !important;

    padding: 0 22px !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    background: transparent !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    box-shadow: none !important;

    z-index: 999999 !important;
    pointer-events: auto !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-open .tmr-rolls-menu__topbar,
  body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-entering .tmr-rolls-menu__topbar,
  body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-closing .tmr-rolls-menu__topbar {
    background: rgba(0, 0, 0, 0.64) !important;
    -webkit-backdrop-filter: blur(24px) saturate(1.45) !important;
    backdrop-filter: blur(24px) saturate(1.45) !important;
    box-shadow: 0 12px 28px rgba(0,0,0,0.25) !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__close,
  body:not(.elementor-editor-active) .tmr-rolls-menu__back {
    position: static !important;
    width: auto !important;
    height: auto !important;

    padding: 0 !important;
    margin: 0 !important;

    transform: none !important;

    font-size: 12px !important;
    letter-spacing: 0.18em !important;

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__close {
    gap: 13px !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__back {
    gap: 12px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-open .tmr-rolls-menu__back,
  body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-entering .tmr-rolls-menu__back,
  body:not(.elementor-editor-active) .tmr-rolls-menu.is-models-closing .tmr-rolls-menu__back {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__close-icon,
  body:not(.elementor-editor-active) .tmr-rolls-menu__back-icon {
    width: 14px !important;
    height: 14px !important;
    flex: 0 0 14px !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__left {
    width: 100vw !important;
    min-width: 0 !important;
    max-width: none !important;
    background: rgba(0, 0, 0, 0.30) !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__main {
    align-items: flex-end !important;
    padding: 106px 28px 64px 28px !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__main-item {
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.18em !important;
    margin-bottom: 33px !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__right {
    display: none !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__models {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;

    height: 100vh !important;
    max-height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;

    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;

    padding: 82px 14px 30px 14px !important;
    scrollbar-width: thin;
    transform: none !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__models::-webkit-scrollbar {
    width: 4px;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__models::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.06);
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__models::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.34);
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__model-list {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 22px !important;
    padding-bottom: 30px !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__model {
    --tmr-pos-x: 48%;
    --tmr-pos-y: 74%;

    position: relative !important;
    width: 100% !important;
    height: 192px !important;
    min-height: 192px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    text-align: right !important;
    color: #ffffff !important;
    background: rgba(0, 0, 0, 0.08) !important;
    border-radius: 2px !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__model:nth-child(1) { --tmr-pos-x: 48%; --tmr-pos-y: 74%; }
  body:not(.elementor-editor-active) .tmr-rolls-menu__model:nth-child(2) { --tmr-pos-x: 48%; --tmr-pos-y: 74%; }
  body:not(.elementor-editor-active) .tmr-rolls-menu__model:nth-child(3) { --tmr-pos-x: 48%; --tmr-pos-y: 72%; }
  body:not(.elementor-editor-active) .tmr-rolls-menu__model:nth-child(4) { --tmr-pos-x: 48%; --tmr-pos-y: 72%; }
  body:not(.elementor-editor-active) .tmr-rolls-menu__model:nth-child(5) { --tmr-pos-x: 48%; --tmr-pos-y: 72%; }

  body:not(.elementor-editor-active) .tmr-rolls-menu__model::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;

    background-image: var(--tmr-model-image) !important;
    background-size: cover !important;
    background-position: var(--tmr-pos-x) var(--tmr-pos-y) !important;

    transform: scale(1.01) !important;

    transition:
      transform 0.8s cubic-bezier(0.16, 1, 0.3, 1),
      filter 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__model::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;

    background:
      linear-gradient(0deg, rgba(0,0,0,0.10), rgba(0,0,0,0.00) 0%),
      linear-gradient(90deg, rgba(0,0,0,0.06), rgba(255,255,255,0.00)) !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__model span {
    position: absolute !important;
    right: 18px !important;
    bottom: 16px !important;
    z-index: 3 !important;

    font-family: "Semplicita Pro Regular", "SemplicitaPro-Regular", "Semplicita Pro", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0.18em !important;
    color: rgba(255,255,255,0.92) !important;
  }

  body:not(.elementor-editor-active) .tmr-rolls-menu__model:hover::before,
  body:not(.elementor-editor-active) .tmr-rolls-menu__model:focus::before,
  body:not(.elementor-editor-active) .tmr-rolls-menu__model.is-active::before {
    transform: scale(1.035) !important;
    filter: brightness(1.03) !important;
  }
}</style>
<!-- end Simple Custom CSS and JS -->
