@charset "UTF-8";
/*@font-face {
font-family: 'Futura PT Book';
font-style: normal;
font-weight: normal;
src: local('Futura PT Book'), url('../font/FuturaCyrillicBook.woff') format('woff');
}


@font-face {
font-family: 'Futura PT Light';
font-style: normal;
font-weight: normal;
src: local('Futura PT Light'), url('../font/FuturaCyrillicLight.woff') format('woff');
}


@font-face {
font-family: 'Futura PT Medium';
font-style: normal;
font-weight: normal;
src: local('Futura PT Medium'), url('../font/FuturaCyrillicMedium.woff') format('woff');
}


@font-face {
font-family: 'Futura PT Demi';
font-style: normal;
font-weight: normal;
src: local('Futura PT Demi'), url('../font/FuturaCyrillicDemi.woff') format('woff');
}


@font-face {
font-family: 'Futura PT Heavy';
font-style: normal;
font-weight: normal;
src: local('Futura PT Heavy'), url('../font/FuturaCyrillicHeavy.woff') format('woff');
}


@font-face {
font-family: 'Futura PT Bold';
font-style: normal;
font-weight: normal;
src: local('Futura PT Bold'), url('../font/FuturaCyrillicBold.woff') format('woff');
}


@font-face {
font-family: 'Futura PT Extra Bold';
font-style: normal;
font-weight: normal;
src: local('Futura PT Extra Bold'), url('../font/FuturaCyrillicExtraBold.woff') format('woff');
}
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
  -webkit-transition: all ease .2s;
  transition: all ease .2s; }

div#wpadminbar {
  display: none; }

html {
  margin: 0 !important;
  overflow-x: hidden !important; }

body {
  position: relative;
  font-family: "Poppins", sans-serif !important;
  background-color: #edede3 !important;
  color: #18131f;
  margin: 0 !important;
  overflow-x: hidden !important; }

::-moz-selection {
  color: #fff;
  background: #18131f; }

::selection {
  color: #fff;
  background: #18131f; }

.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

.grid._2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }

button:focus {
  outline: none !important;
  box-shadow: none; }

.center {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  z-index: 2; }

.centerleft {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important; }

.centerright {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: end !important; }

.centerend {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.ulflex {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0; }

.show-for-small {
  display: none !important; }

@media screen and (max-width: 900px) {
  .grid {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important; }

  img {
    max-width: 100%; }

  br {
    display: none; }

  .show-for-small {
    display: block !important; }

  .show-for-large {
    display: none !important; }

  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
section {
  position: relative;
  padding: 80px 0; }

.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.shadow {
  box-shadow: 4px 4px 4px #0000001a; }

img.img-absolute {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  z-index: 2; }

.image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 500ms; }
  .image-wrapper:hover img {
    transform: scale(1.05); }

.radius {
  border-radius: 20px; }

.flex {
  display: flex;
  align-items: center;
  gap: 10px; }

.flex-end {
  display: flex;
  align-items: end;
  gap: 50px; }

.flex-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch; }

.gap5 {
  gap: 5px; }

.gap20 {
  gap: 20px; }

.gap30 {
  gap: 30px; }

.gap40 {
  gap: 40px; }

.gap50 {
  gap: 50px; }

.gap60 {
  gap: 60px; }

.gap80 {
  gap: 80px; }

.between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.between-end {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.justify-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.w-100 {
  width: 100%; }

strong {
  font-weight: bold; }

a.link-absolute {
  display: block;
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  z-index: 2; }

.btn.btn-primary {
  position: relative;
  background-color: #edede3 !important;
  color: #18131f !important;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 100px;
  padding: 14px 48px;
  text-decoration: none;
  width: 100%;
  max-width: max-content;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  white-space: break-spaces;
  transition: all ease 300ms;
  z-index: 2;
  margin-top: 4vw; }
  .btn.btn-primary svg {
    width: 32px;
    height: 32px; }
  .btn.btn-primary:hover {
    opacity: 0.8; }
    .btn.btn-primary:hover svg {
      transform: translateX(-4px); }

@media screen and (max-width: 900px) {
  .grid {
    gap: 15px; }

  .flex-sm-column {
    flex-direction: column !important; }

  .btn.btn-primary {
    margin-top: 30px;
    transform: scale(0.7); } }
.catalogo-wrapper {
  position: relative;
  padding: 80px 20px;
  min-height: 82vh; }
  .catalogo-wrapper .overlay {
    background-image: linear-gradient(#000000e6, #000000e6);
    position: absolute;
    inset: 0%;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none; }
  .catalogo-wrapper .hero-video {
    position: absolute;
    inset: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none; }
  .catalogo-wrapper h1 {
    position: relative;
    color: #fff;
    font-size: 3vw;
    letter-spacing: 1px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 3vw;
    z-index: 2; }
  @media (max-width: 900px) {
    .catalogo-wrapper h1 {
      font-size: 2.25rem;
      line-height: 1.2;
      margin-bottom: 30px;
      margin-top: 0px; } }

.catalogo-grid {
  position: relative;
  max-width: 60vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  z-index: 2; }
  @media (max-width: 900px) {
    .catalogo-grid {
      max-width: 100%;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px; } }

.catalogo-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 9vw;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  transition: transform .35s ease, box-shadow .35s ease;
  cursor: pointer;
  background-color: transparent; }
  .catalogo-card h3 {
    position: relative;
    font-size: 2.5vw;
    text-transform: uppercase;
    z-index: 2;
    padding: 0 10px;
    font-weight: 800; }
  .catalogo-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    transition: .35s; }
  .catalogo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0) 60%); }
  .catalogo-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28); }
    .catalogo-card:hover:hover::before {
      background: rgba(0, 0, 0, 0.55); }
  .catalogo-card._taxonomy h3 {
    font-size: 1.9vw;
    font-weight: 800;
    line-height: 1.2; }
  .catalogo-card._taxonomy .h3-modelo {
    font-size: 1.5vw; }
  @media (max-width: 900px) {
    .catalogo-card {
      height: 100px; }
      .catalogo-card h3 {
        font-size: 1.75rem; }
      .catalogo-card._taxonomy h3 {
        font-size: 1.5rem;
        font-weight: 800;
        line-height: 1.1; }
      .catalogo-card._taxonomy .h3-modelo {
        font-size: 1.25rem; } }

.popup-modelos {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
  z-index: 9999; }
  .popup-modelos .popup-close {
    position: absolute;
    top: 4px;
    right: 8px;
    border: none;
    background: none;
    font-size: 40px;
    cursor: pointer; }
  @media (max-width: 900px) {
    .popup-modelos .popup-close {
      top: 2px;
      right: 4px;
      font-size: 32px; } }

.popup-modelos.active {
  opacity: 1;
  visibility: visible; }

.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px); }

.popup-content {
  position: relative;
  background: #fff;
  border-radius: 16px;
  max-width: 60vw;
  width: 90%;
  max-height: 85vh;
  overflow: auto;
  padding: 40px;
  transform: scale(0.9);
  transition: .25s; }
  @media (max-width: 900px) {
    .popup-content {
      max-width: 80%;
      width: 80%;
      max-height: 90vh;
      padding: 40px 15px 15px; } }

.popup-modelos.active .popup-content {
  transform: scale(1); }

.pdf-app {
  position: relative;
  height: 100vh;
  background: #0b0f1a;
  display: flex;
  flex-direction: column;
  /* spinner */ }
  .pdf-app .btn-back {
    position: absolute;
    left: 2vw;
    top: 2vw;
    z-index: 2;
    margin: 0;
    transform: scale(0.7);
    transform-origin: top left; }
  .pdf-app .pdf-viewer {
    position: relative; }
  .pdf-app .pdf-loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10; }
  .pdf-app .pdf-loader.hidden {
    display: none; }
  .pdf-app .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top: 4px solid #000;
    border-radius: 50%;
    animation: spin 0.8s linear infinite; }
@keyframes spin {
  to {
    transform: rotate(360deg); } }
.pdf-stage {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }

#pdf-canvas {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  transform-origin: center center;
  touch-action: none; }

#pdf-canvas.dragging {
  cursor: grabbing; }

@media (max-width: 900px) {
  .pdf-app .btn-back {
    transform: scale(0.55);
    top: 14px;
    left: 10px; }

  #pdf-canvas {
    max-width: 80vw; }

  .pdf-stage {
    padding-top: 60px;
    padding-bottom: 120px;
    align-items: flex-start; } }
.pdf-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(20, 20, 25, 0.85);
  backdrop-filter: blur(8px);
  opacity: 1;
  transition: opacity .4s ease; }

/* barra escondida */
.pdf-bar.hidden {
  opacity: 0;
  pointer-events: none; }

/* mobile sempre visível */
@media (max-width: 900px) {
  .pdf-bar {
    opacity: 1 !important;
    pointer-events: auto !important;
    padding-bottom: env(safe-area-inset-bottom); } }
.pdf-progress input {
  width: 100%;
  appearance: none;
  height: 6px;
  background: #333;
  accent-color: #ff1430; }

.pdf-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  color: white; }
  .pdf-controls span#page-info {
    font-size: 1.1vw; }
  .pdf-controls .pdf-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .pdf-controls .pdf-actions {
    display: flex;
    gap: 10px; }
  .pdf-controls #zoom-level {
    font-size: 1.1vw;
    min-width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
  .pdf-controls .pdf-nav button,
  .pdf-controls .pdf-actions button {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 5px 8px; }

@media (max-width: 900px) {
  .pdf-controls {
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px; }
    .pdf-controls #zoom-level {
      font-size: 14px;
      min-width: 40px; }
    .pdf-controls span#page-info {
      font-size: 14px; }
    .pdf-controls .pdf-nav {
      position: static !important;
      transform: none !important; }
    .pdf-controls .pdf-nav button, .pdf-controls .pdf-actions button {
      padding: 2px 4px; }
    .pdf-controls .pdf-actions button svg,
    .pdf-controls .pdf-nav button svg {
      width: 30px;
      height: 30px; } }
footer {
  position: relative;
  background-color: #edede3;
  z-index: 2;
  padding: 30px 15px; }
  footer .container {
    max-width: 1000px;
    padding: 0 15px;
    margin: 0 auto; }
  footer img {
    max-width: 200px;
    max-height: 60px; }
  footer p {
    font-size: 14px;
    text-align: center;
    margin: 30px 0 0; }
  @media (max-width: 900px) {
    footer img {
      max-width: 120px;
      max-height: 45px; }
    footer p {
      margin: 20px 0 0; } }

.cookiealert {
  position: fixed;
  bottom: 20px;
  left: 50%;
  width: 22%;
  text-align: center;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 20px;
  transform: translate(-50%, 100%);
  transition: all 800ms ease-out;
  background: #18131f;
  padding: 10px; }
  .cookiealert p {
    font-size: 0.75rem;
    font-weight: 200;
    line-height: 1.2;
    color: #fff;
    margin: 0; }
    .cookiealert p a {
      color: #ff1430; }
  .cookiealert button.acceptcookies {
    padding: 10px 12px !important;
    font-size: 0.875rem;
    font-weight: 300;
    max-width: 100%;
    width: 100%;
    display: block;
    white-space: normal;
    text-align: center;
    margin: 10px 0 0;
    cursor: pointer; }
    .cookiealert button.acceptcookies:hover {
      opacity: 0.8; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0%);
  transition-delay: 1500ms; }

@media screen and (max-width: 900px) {
  .cookiealert {
    width: calc(100% - 20px);
    bottom: 10px;
    text-align: center;
    left: 50%;
    right: auto;
    transform: translate(-50%, 100%); }
    .cookiealert button.acceptcookies {
      margin: 0 auto; }

  .cookiealert.show {
    transform: translate(-50%, 0%); } }

/*# sourceMappingURL=styles.css.map */
