/**
 * @file
 * Subtheme specific CSS.
 */

/* @import "./general.css"; */

html,
body {
  overflow-x: hidden !important;
  overflow-y: visible !important;
  padding-right: unset !important;
}

body {
  font-family: "Poppins Regular";
  color: #333;
}

body .highlighted,
body .main-content,
body .featured-bottom,
#page-wrapper #page {
  background-color: #fff;
}

#block-cdc-theme-headerparaequipamentos-2 {
  position: relative;
}

/* @media (min-width: 64rem) {
  body .highlighted,
  body .main-content,
  body .featured-bottom,
  #page-wrapper #page {
    background-color: #fff;
  }
} */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
  color: #333;
}

.page-layer {
  width: 200vw;
  height: 500vw;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  transform: translateY(-50%);
}

a,
.link {
  text-decoration: none;
}

html.high-contrast {
  filter: invert(100%) contrast(100%) brightness(100%) saturate(80%);
}

.dialog-off-canvas-main-canvas[zoom="95"] * {
  font-size: 95% !important;
}

.dialog-off-canvas-main-canvas[zoom="96"] * {
  font-size: 96% !important;
}

.dialog-off-canvas-main-canvas[zoom="97"] * {
  font-size: 97% !important;
}

.dialog-off-canvas-main-canvas[zoom="98"] * {
  font-size: 98% !important;
}

.dialog-off-canvas-main-canvas[zoom="99"] * {
  font-size: 99% !important;
}

.dialog-off-canvas-main-canvas[zoom="101"] * {
  font-size: 101% !important;
}

.dialog-off-canvas-main-canvas[zoom="102"] * {
  font-size: 102% !important;
}

.dialog-off-canvas-main-canvas[zoom="103"] * {
  font-size: 103% !important;
}

.dialog-off-canvas-main-canvas[zoom="104"] * {
  font-size: 104% !important;
}

.dialog-off-canvas-main-canvas[zoom="105"] * {
  font-size: 105% !important;
}

.lightbox-trigger {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.lightbox-trigger img {
  width: 100%;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
}
