@font-face {
  font-family: 'lg';
  src: url("assets/lightgallery/fonts/lg.woff2?io9a6k") format("woff2"), url("assets/lightgallery/fonts/lg.ttf?io9a6k") format("truetype"), url("assets/lightgallery/fonts/lg.woff?io9a6k") format("woff"), url("assets/lightgallery/fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next, .lg-single-item
.lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: '\e095';
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: '\e094';
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: '\e070';
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: '\e90a';
}

.lg-toolbar .lg-download:after {
  content: '\e0f2';
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: '\e1ff';
}

.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.lg-outer .lg-video-poster {
  z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}

.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: '\e01d';
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: '\e01a';
}

.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-icon.lg-zoom-in:after {
  content: '\e311';
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: '\e033';
}

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: '\e312';
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type='video'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='video'] .lg-actual-size,
.lg-outer[data-lg-slide-type='video'] .lg-zoom-out, .lg-outer[data-lg-slide-type='iframe'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='iframe'] .lg-actual-size,
.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer .lg-share {
  position: relative;
}

.lg-outer .lg-share:after {
  content: '\e80d';
}

.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer .lg-share-facebook .lg-icon:after {
  content: '\e904';
}

.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer .lg-share-twitter .lg-icon:after {
  content: '\e907';
}

.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer .lg-share-pinterest .lg-icon:after {
  content: '\e906';
}

.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}

.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url("assets/lightgallery/images/loading.gif") no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}

.lg-comment-box .fb-comments[fb-xfbml-state='rendered'] {
  background-image: none;
}

.lg-comment-box .fb-comments > span {
  max-width: 100%;
}

.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}

.lg-comment-box .lg-comment-close:after {
  content: '\e070';
}

.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}

.lg-comment-box #disqus_thread {
  padding: 0 20px;
}

.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer .lg-comment-toggle:after {
  content: '\e908';
}

.lg-outer.lg-comment-active .lg-comment-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}

.lg-outer.lg-comment-active .lg-comment-box {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer[data-lg-slide-type='video'] .lg-rotate-left,
.lg-outer[data-lg-slide-type='video'] .lg-rotate-right,
.lg-outer[data-lg-slide-type='video'] .lg-flip-ver,
.lg-outer[data-lg-slide-type='video'] .lg-flip-hor, .lg-outer[data-lg-slide-type='iframe'] .lg-rotate-left,
.lg-outer[data-lg-slide-type='iframe'] .lg-rotate-right,
.lg-outer[data-lg-slide-type='iframe'] .lg-flip-ver,
.lg-outer[data-lg-slide-type='iframe'] .lg-flip-hor {
  opacity: 0.75;
  pointer-events: none;
}

.lg-rotate-left:after {
  content: '\e900';
}

.lg-rotate-right:after {
  content: '\e901';
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: '\e903';
}

.lg-flip-hor:after {
  content: '\e902';
}

.lg-medium-zoom-item {
  cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}

.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}

.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: 0.5s opacity ease;
}

.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}

.lg-group:after {
  content: '';
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("assets/lightgallery/images/loading.gif") no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: '\e909';
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
html {
  scroll-behavior: smooth;
  font-family: "Fedra Sans Pro Book";
  font-size: 16px;
  -webkit-overflow-scrolling: touch;
}

body {
  background-color: #fff;
  font-family: "Fedra Sans Pro Book";
  font-weight: 400;
  color: #232b58;
  font-size: 3.5vw;
  line-height: 5vw;
}

.pagina {
  padding-top: 50px;
}

/*
* cabecalho
*/

header {
  height: 50px;
  position: fixed;
  width: 100%;
  z-index: 20;
  background-color: #232b58;
  /* transition: all .5s ease 0s; */
}

.abre_janelas {
  cursor: pointer;
}

.logotipo {
  max-height: 35px;
}

.img_perfil {
  width: 30px;
  height: 30px;
}

#banner_home.carousel {
  height: 50vw;
}

#banner_home.carousel .carousel-item {
  background-size: cover;
  background-position: center center;
  position: relative;
  top: 0px;
}

#banner_home .carousel-caption {
  position: absolute;
  width: 70vw;
  padding: 0px;
  top: 0px;
}

#banner_home .carousel-caption h5,
#banner_home .carousel-caption p {
  font-size: 6vw;
  line-height: 7.5vw;
  font-family: "Fedra Sans Pro";
}

#banner_home .carousel-caption h5 {
  position: relative;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%) translatey(-25%);
  -moz-transform: translateX(-50%) translatey(-25%);
  transform: translateX(-50%) translatey(-25%);
}

#banner_home .carousel-caption .btn {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%) translatey(-70%);
  -moz-transform: translateX(-50%) translatey(-70%);
  transform: translateX(-50%) translatey(-70%);
}

#banner_home .carousel-indicators {
  bottom: -10px;
}

.tabela_download .card-title,
#carousel_mais_vendidos .card-title {
  height: 22vw;
  overflow: hidden;
}

.card {
  border-radius: 0;
}

/*
* fim cabecalho
*/

/*
* tipografia
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fedra Sans Pro";
  color: #232b58;
}

h1 {
  font-size: 6vw;
  line-height: 7.5vw;
}

h2 {
  font-size: 8vw;
  line-height: 9.5vw;
}

h3 {
  font-size: 6vw;
  line-height: 7.5vw;
}

.h1,
h1 {
  font-size: 3.5vh;
  line-height: 4vh;
}

.perfil_direita h3,
.carrinho_direita h3,
.registo_direita h3,
.login_direita h3 {
  font-size: 1.8rem;
  line-height: 2rem;
}

/*
* banner tabelas
*/
.tabelas-precos {
  background-color: var(--fundo-cinzento-claro);
  background: url(img/tabelas-precos.jpg);
  width: 100%;
  height: 50vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70%;
}

.tabelas-precos h2 {
  position: absolute;
  top: 25%;
  left: 1rem;
  -webkit-transform: translatey(-25%);
  -moz-transform: translatey(-25%);
  transform: translatey(-25%);
  max-width: 40vw;
}

.tabelas-precos .btn {
  position: absolute;
  top: 60%;
  left: 1rem;
  -webkit-transform: translatey(60%);
  -moz-transform: translatey(60%);
  transform: translatey(60%);
}

.dropdown-utilizador {
  padding-top: 0px !important;
  top: 29px;
  left: 0px;
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  transform: translateX(-30%);
}

.dropdown-utilizador div {
  width: 100%;
  position: relative;
  top: -9px;
  height: 10px;
  text-align: center;
}

/*
* Janelas flutuantes 
*/
.perfil_direita,
.registo_direita,
.login_direita,
.carrinho_direita {
  width: 100%;
  z-index: 999;
  position: fixed;
  transition: 0.7s;
  right: -100%;
  height: 100%;
  background: #fff;
  top: 0px;
  overflow: hidden;
  -webkit-box-shadow: -2px 0px 4px 1px rgba(147, 147, 147, 0.25);
  -moz-box-shadow: -2px 0px 4px 1px rgba(147, 147, 147, 0.25);
  box-shadow: -2px 0px 4px 1px rgba(147, 147, 147, 0.25);
}

.navbar-light .navbar-toggler {
  border: none;
  float: left !important;
}

.navbar-toggler-icon-sani {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

input.qtd_altera {
  width: 35px;
  outline: none;
  border: solid 1px #cfcfcf;
}

input:focus {
  border-radius: 0;
  outline: none;
  border: solid 1px #cfcfcf;
}

.input-search {
  border-radius: 0;
  height: 30px;
  max-width: 250px;
  background-clip: initial !important;
}

.input-search-produtos {
  font-family: "Fedra Sans Pro Book";
  font-size: 0.7rem;
}
.input-search-produtos:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #ced4da !important ;
}

select#ordem:focus {
  outline: none !important;
  border: solid 1px #878787;
}

label {
  font-family: "Fedra Sans Pro";
  font-size: 0.7rem;
  color: #878787;
  padding-right: 1rem;
}

select {
  background: transparent;
  font-family: "Fedra Sans Pro";
  font-size: 0.8rem;
  border: solid 1px #878787;
  color: #878787;
  padding: 3px;
}

select:focus {
  border: solid 1px #878787;
  outline: none;
  border-radius: 0px;
}

.formulario_lista input,
.formulario_lista select {
  border-radius: 0;
  border: solid 1px #878787;
}

.formulario_lista select {
  padding: 0.3rem;
  font-family: "Fedra Sans Pro Book";
}
.formulario_lista label {
  font-family: "Fedra Sans Pro Book";
}

.formulario_lista input:focus,
.formulario_lista select:focus {
  border-radius: 0;
  border: solid 1px #878787;
  outline: none;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  background: #f4f4f4;
}

#sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
  display: flex;
}
#wrapper {
  width: 100%;
  height: 100%;
}

#toast-container {
  position: sticky;
  z-index: 1055;
  top: 0;
}

#toast-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
}

#toast-container > #toast-wrapper > .toast {
  min-width: 150px;
}

#toast-container > #toast-wrapper > .toast > .toast-header strong {
  padding-right: 20px;
}

.bg-info {
  background: #7f7f80 !important;
  border-radius: 0px !important;
}

.button-search {
  font-size: 10px;
  font-weight: 400;
  height: 30px;
  flex: 1 1 auto;
  text-align: center;
  /*text-transform: uppercase;*/
  left: 1px;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 2px #384590;
  border-radius: 0;
  background-image: linear-gradient(
    to right,
    #6e81ee 0%,
    #4b579b 55%,
    #384590 100%
  );
  border: none;
}

.menu_carrinho ul {
  font-family: "Fedra Sans Pro Book";
  font-size: 0.8rem;
}

.menu_carrinho ul {
  display: inline-flex;
}

.menu_carrinho li {
  padding-left: 1rem;
}

.menu_carrinho li a,
.menu_carrinho li a:link,
.menu_carrinho li a:visited {
  color: #8d8d8d;
}

.menu_carrinho li a:hover {
  color: #232b58;
}

.menu_carrinho li a.desativada,
.menu_carrinho li a.desativada:link,
.menu_carrinho li a.desativada:visited {
  color: #ffffff;
  text-shadow: 2px 2px 2px #232b5885;
}

.menu_carrinho li a.desativada:hover {
  color: #ffffff;
  text-shadow: 2px 2px 2px #232b5885;
  text-decoration: none;
}

.menu_carrinho li a.ativa {
  color: #232b58;
  font-family: "Fedra Sans Pro";
}

.button-search:hover {
  background-position: right center;
  color: #fff;
}

/* .navbar-brand img {
    margin-left: 10px;
} */

.seller-are img {
  position: relative;
  padding: 10px;
}

*,
*::after,
*::before {
  align-items: center;
}

.info-seller {
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  font-family: "Fedra Sans Pro";
}

.info-seller .email {
  font-size: 10px;
  font-family: "Fedra Sans Pro Book";
}

.info-seller a,
.info-seller a:link,
.info-seller a:visited {
  color: #fff;
}

.fa-whatsapp {
  font-size: 18px;
  font-weight: 300;
  color: greenyellow;
  position: relative;
  top: 2px;
}

.user-profile {
  font-family: "Fedra Sans Pro";
  color: #fff;
  /*text-transform: uppercase;*/
  font-size: 10px;
  position: relative;
  top: -2px;
}

.cart-item {
  margin-left: 10px;
  font-size: 25px;
  color: #fff;
  position: relative;
}
.cart-item a {
  color: #fff;
}

.list-item {
  margin-left: 10px;
  font-size: 25px;
  color: #fff;
}

.list-item a {
  position: relative;
  /* top: 4px; */
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}

.svg-inline--fa.fa-w-14 {
  padding-top: 2px;
  width: 0.575em;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.05rem 1.25rem;
  background-color: #fff;
  border: 0.5px solid rgba(0, 0, 0, 0);
}

.sub-nav a {
  /* color: #FFF;*/
  text-decoration: none;
}
.sub-nav a:hover {
  color: #fff;
}

.btn-cinza {
  /*text-transform: uppercase;*/
  font-size: 0.7rem;
  color: #fff;
  background: #878787;
  box-shadow: none;
  transition: 0.5s;
}

.btn-cinza:hover {
  background: #232b58;
}

.btn-outline-custom {
  color: #fff;
  border-color: #fff;
  border-radius: 0;
  /*text-transform: uppercase;*/
}

.btn-outline-custom:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #007bff;
}

.btn-outline-custom:focus,
.btn-outline-custom.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-custom.disabled,
.btn-outline-custom:disabled {
  color: #007bff;
  background-color: transparent;
}
*/ .btn-outline-custom {
  color: #fff;
  border-color: #fff;
  border-radius: 0;
  /*text-transform: uppercase;*/
}

.btn-outline-custom:hover {
  color: #fff;
  background-color: #232b58;
  border-color: #232b58;
}

.btn-outline-custom:focus,
.btn-outline-custom.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-custom.disabled,
.btn-outline-custom:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-custom:not(:disabled):not(.disabled):active,
.btn-outline-custom:not(:disabled):not(.disabled).active,
.show > .btn-outline-custom.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.fa-angle-right {
  font-size: 13px;
  font-weight: 300;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 0.9;
}

.carousel-control-prev-icon {
  height: 50px;
  width: 50px;
  outline: #fff;
  background-size: 100%, 100%;
  border-radius: 0%;
  opacity: 0.9;
  border: 3px solid #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cpath d='M23.12 11.12L21 9l-9 9 9 9 2.12-2.12L16.24 18z' fill='%23fff'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  height: 50px;
  width: 50px;
  outline: #fff;
  background-size: 100%, 100%;
  border-radius: 0%;
  opacity: 0.9;
  border: 3px solid #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Ctitle%3Eic_chevron_right_36px%3C/title%3E%3Cg fill='%23fff' %3E%3Cpath d='M15 9l-2.12 2.12L19.76 18l-6.88 6.88L15 27l9-9z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* .section-space {
	margin-bottom: 50px !important;
}

.owl-prev {
    left: -30px;
}
.owl-next {
    right: -30px;
}
.owl-prev, .owl-next{
    position: absolute;
    top: 30%;
}
.owl-prev span, .owl-next span{
    font-size: 60px;
    color: #787878;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
} */

#carousel_mais_vendidos .card {
  border: solid 1px #f0f0f0;
  border-radius: 0px;
}

#carousel_mais_vendidos .card:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(220, 220, 220, 0.8);
  -moz-box-shadow: 0px 0px 20px 0px rgba(220, 220, 220, 0.8);
  box-shadow: 0px 0px 20px 0px rgba(220, 220, 220, 0.8);
}

#carousel_mais_vendidos .card img {
  border-radius: 0px;
}

#carousel_mais_vendidos h4 {
  font-size: 1.1rem;
  min-height: 64px;
}

.produtos a:hover,
#carousel_mais_vendidos a:hover {
  text-decoration: none;
}

#carousel_blog .card {
  border: none !important;
  border-radius: 0px;
}

#carousel_blog .card:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(220, 220, 220, 0.8);
  -moz-box-shadow: 0px 0px 20px 0px rgba(220, 220, 220, 0.8);
  box-shadow: 0px 0px 20px 0px rgba(220, 220, 220, 0.8);
}

#carousel_blog .card img {
  border: none !important;
  border-radius: 0px;
}

.fundo_blog_branco {
  position: absolute;
  bottom: 0px;
  background: #f4f4f4;
  margin-right: -3rem !important;
  margin-left: -3rem !important;
  height: 262px;
}

.fundo_blog_cinza {
  background: #fff;
  position: relative;
}

.btn-primary {
  background: #fff;
  border-radius: 0px;
  border-color: #000;
  color: #000;
}

.btn-primary:hover {
  border-color: #000;
  background-color: #f4f4f4;
  color: #232b58;
}

.btn-cinzento {
  background: #fff;
  border-radius: 0px;
  border-color: #706f6f;
  color: #706f6f;
  font-family: "Fedra Sans Pro Book";
  font-size: 0.75rem;
  /* letter-spacing: .08rem;	 */
}

.btn-cinzento:hover {
  border-color: #706f6f;
  background-color: #706f6f;
  color: #fff;
}

.claro .btn {
  background-color: transparent;
  border-radius: 0px;
  font-family: "Fedra Sans Pro Book";
  border: solid 1px #232b58;
  color: #232b58;
  font-size: 0.75rem;
  padding: 0.375rem 0.75rem;
}

.claro .btn:hover {
  background-color: #232b58;
  color: #fff;
  border-color: #232b58;
}

.escuro .btn {
  background-color: transparent;
  border-radius: 0px;
  font-family: "Fedra Sans Pro Book";
  border: solid 1px #ffffff;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.375rem 0.75rem;
}

.escuro .btn:hover {
  border-color: #fff;
  background-color: #232b58;
  color: #fff;
}

.claro .carousel-caption p,
.claro .carousel-caption h5 {
  color: #232b58 !important;
}

.escuro .carousel-caption p,
.escuro .carousel-caption h5 {
  color: #fff !important;
}

.btn-transparente {
  background: transparent;
  border-radius: 0px;
  border-color: #232b58;
  color: #232b58;
  font-family: "Fedra Sans Pro Book";
  font-size: 0.75rem;
  letter-spacing: 0.08rem;
}

.btn-transparente:hover {
  border-color: #706f6f;
  background-color: #fff;
  color: #232b58;
}
btn-transparente .btn-secondary {
  background: #878787;
  border-radius: 0px;
  border-color: #000;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
}

.btn_simples {
  background: transparent;
  border-radius: 0px;
  border: none;
  color: #000;
  line-height: 1.3rem;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  padding: 0px;
}

.btn_simples:hover {
  color: #a0a0a0;
}

.btn_simples .icon:focus,
.btn_simples .iconactive,
.btn_simples:focus,
.btn_simples:active {
  color: #a0a0a0;
  outline: none;
}

.btn-terciary {
  border: solid 1px #ffffff;
  background: transparent;
  color: #fff;
  /*text-transform: uppercase;*/
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  border-radius: 0px;
  padding: 0.375rem 0.75rem;
}

.btn-terciary:hover {
  background: #232b58;
  color: #fff;
}

.btn-grande {
  padding: 0.6rem 1rem;
  font-size: 1rem;
}

.la-camera-retro:hover {
  color: #757575;
}

.carousel-control-prev-icona:hover {
  background: #232b58;
  color: #fff;
}
.carousel-control-next-icons:hover {
  background: #232b58;
  color: #fff;
}

.btn-small {
  font-size: 12px;
}

footer {
  background-color: #232b58;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.3rem;
}

footer a,
footer a:link,
footer a:visited {
  background-color: #232b58;
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer ul,
li {
  padding: 0px;
  list-style-type: none;
}

.celula_stock {
  position: relative;
}

.celula_stock a:hover i {
  color: #000 !important;
}

.campanha > .celula_stock a:hover i {
  color: #fff !important;
}

.tabela_stock_referencia {
  position: absolute;
  background: #f0f0f0;
  z-index: 9;
  color: #000;
  top: 0px;
  left: 20px;
  width: 200px;
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tabela_stock_referencia .row {
  border-top: solid 1px #fff !important;
}

.tabela_stock_referencia a,
.tabela_stock_referencia a:link,
.tabela_stock_referencia a:visited {
  color: #000 !important;
}

.tabela_stock_referencia a:hover {
  text-decoration: none;
  color: #757575 !important;
}

.tabela_qtd_caixa {
  position: absolute;
  background: #f0f0f0;
  z-index: 9;
  color: #000;
  top: 0px;
  left: -120px;
  width: 200px;
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tabela_qtd_caixa .row {
  border-top: solid 1px #fff !important;
}

.tabela_qtd_caixa a,
.tabela_qtd_caixa a:link,
.tabela_qtd_caixa a:visited {
  color: #000 !important;
}

.tabela_qtd_caixa a:hover {
  text-decoration: none;
  color: #757575 !important;
}

#carousel_topo h1 {
  color: #fff;
  font-size: 9vh;
  margin-bottom: 6vh;
}

#carousel_topo .carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 60%;
  /*height: 100%;*/
}

.dropdown:hover > .dropdown-menu {
  display: block !important;
  margin-left: 0px !important;
  width: 100%;
}

.dropdown a.nav-link:link,
.dropdown a.nav-link:visited,
.dropdown a.nav-link {
  color: #fff;
  padding: 5px 20px;
}

.dropdown .dropdown-item,
.dropdown .dropdown-item:link,
.dropdown .dropdown-item:visited {
  color: #232b58 !important;
}

.dropdown-menu {
  border: none;
  border-radius: 0;
  margin-top: 0px;
}

ul.nav-justified > li.nav-item.dropdown > .dropdown-menu {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  /*box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.51);*/
  /*box-shadow: 0px 0px 10px 0 rgba(0,0,0,.30);*/
}

.dropdown-divider {
  border-top: 2px solid #fff;
}

.dropdown-menu .dropdown-item {
  padding: 0.1rem 1rem;
  font-size: 0.8rem;
}

.dropdown-menu .dropdown-item a,
.dropdown-menu .dropdown-item a:link,
.dropdown-menu .dropdown-item a:visited {
  color: #232b58 !important;
}

.menu-style {
  border-top: solid 10px #42c69f;
  background: #fff;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(207, 207, 207, 1);
  -moz-box-shadow: 0px 10px 10px 0px rgba(207, 207, 207, 1);
  box-shadow: 0px 10px 10px 0px rgba(207, 207, 207, 1);
}

.menu-sombra {
  background: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgb(243 243 243/88%);
  -moz-box-shadow: 0px 5px 5px 0px rgb(243 243 243/88%);
  box-shadow: 0px 5px 5px 0px rgb(243 243 243/88%);
}

.bold {
  font-family: "Fedra Sans Pro";
}

/*** ***/

.col-p8 {
  width: 12%;
  padding: 1%;
}

.col-p5 {
  width: 19%;
  padding: 1%;
}

/* .titulo-blog small,
.titulo-mais-vendidos small {
	text-transform: uppercase;
    letter-spacing: .05rem;
} */

.titulo-blog .card-height-blog {
  padding-bottom: 80px;
}
/* .titulo-mais-vendidos .card-height {
	padding-bottom: 120px;
} */

#carousel_blog .btn,
#carousel_mais_vendidos .btn {
  /*text-transform: uppercase;*/
  font-size: 0.68rem;
  letter-spacing: 0.05rem;
}

figure.sistemas figcaption::before {
  background-color: #42c69f;
  opacity: 0;
}

figure.sistemas:hover figcaption::before {
  opacity: 0.7;
}

figure.agua figcaption::before {
  background-color: #0179b5;
  opacity: 0;
}

figure.agua:hover figcaption::before {
  opacity: 0.7;
}

figure.conforto figcaption::before {
  background-color: #cd3d3c;
  opacity: 0;
}

figure.conforto:hover figcaption::before {
  opacity: 0.7;
}

figure.solar figcaption::before {
  background-color: #cc7d3b;
  opacity: 0;
}

figure.solar:hover figcaption::before {
  opacity: 0.7;
}

figure.arcondicionado figcaption::before {
  background-color: #9fa2a2;
  opacity: 0;
}

figure.arcondicionado:hover figcaption::before {
  opacity: 0.7;
}

figure.ventilacao figcaption::before {
  background-color: #141b62;
  opacity: 0;
}

figure.ventilacao:hover figcaption::before {
  opacity: 0.7;
}

figure.piscinas figcaption::before {
  background-color: #01cbdf;
  opacity: 0;
}

figure.piscinas:hover figcaption::before {
  opacity: 0.7;
}

figure.marcas figcaption::before {
  background-color: #5c2a5d;
  opacity: 0;
}

figure.marcas:hover figcaption::before {
  opacity: 0.7;
}

.titulo_conforto {
  background-color: #cd3d3c;
}

.branco {
  color: #fff;
}

.breadcrumbs {
  background: #f0f0f0;
  font-family: "Fedra Sans Pro";
  font-size: 0.7rem;
  color: #878787;
}

.breadcrumbs a:link,
.breadcrumbs a:visited,
.breadcrumbs a {
  color: #706f6f;
  /*text-transform: uppercase;*/
  font-family: "Fedra Sans Pro Book";
  padding: 0 5px;
  /* letter-spacing: 0.05rem; */
}

.letra_maisucula {
  text-transform: uppercase;
}

.breadcrumbs a:hover {
  color: #232b58;
}

.accordion {
  margin-top: 1rem;
}

.accordion h6,
.accordion h5 {
  width: 100%;
  color: #232b58;
  padding: 10px 0px !important;
  border-bottom: solid 1px #232b58;
}

.accordion .btn-link {
  color: #232b58;
  width: 100%;
  text-align: left;
}

.accordion a,
.accordion a:link,
.accordion a:visited {
  color: #232b58;
}

#menu_principal .nav-link {
  font-family: "Fedra Sans Pro Book";
  font-weight: 300;
}

.accordion .active .nav-link {
  text-decoration: underline;
  font-family: "Fedra Sans Pro";
}
/*
.accordion .active .nav-link:after {
	text-decoration: none!important;
	font-size: 1rem;
    display: inline-flex;
    font-family: 'Line Awesome Free';
    content: "\f152";
}*/

.accordion .nav-link {
  padding: 0.2rem 0rem;
}
.accordion .nav-link:hover {
  text-decoration: underline;
}

.accordion *,
.accordion *::after,
.accordion *::before {
  align-items: flex-start !important;
}

.accordion > .card > .card-header {
  background-color: #fff;
}

#menu_secundario {
  margin-top: 1rem;
}

#menu_secundario h6,
#menu_secundario h5 {
  width: 100%;
  color: #232b58;
  padding: 10px 0px !important;
  border-bottom: solid 1px #232b58;
}

#menu_secundario .btn-link {
  color: #232b58;
  width: 100%;
  text-align: left;
}

#menu_secundario a,
#menu_secundario a:link,
#menu_secundario a:visited {
  color: #232b58;
}

#menu_principal .nav-link {
  font-family: "Fedra Sans Pro Book";
  font-weight: 300;
}

#menu_secundario .active .nav-link {
  text-decoration: underline;
  font-family: "Fedra Sans Pro";
}
/*
#menu_secundario .active .nav-link:after {
	text-decoration: none!important;
	font-size: 1rem;
    display: inline-flex;
    font-family: 'Line Awesome Free';
    content: "\f152";
}*/

#menu_secundario .nav-link {
  padding: 0.2rem 0rem;
}
#menu_secundario .nav-link:hover {
  text-decoration: underline;
}

#menu_secundario *,
#menu_secundario *::after,
#menu_secundario *::before {
  align-items: flex-start !important;
}

*:focus {
  border: none;
}

.produtos h4 {
  font-size: 1rem;
  height: 56px;
  overflow: hidden;
}

.produtos small {
  font-family: "Fedra Sans Pro";
  font-size: 0.6rem;
  color: #232b58;
}
.produtos .preco {
  font-family: "Fedra Sans Pro";
  font-size: 0.9rem;
  position: relative;
  top: -7px;
  color: #232b58;
}

.produtos a.btn {
  font-size: 0.8rem;
  /*text-transform: uppercase;*/
}

.btn {
  line-height: 1.5rem;
  transition: all 0.5s ease 0s;
}

.btn i {
  position: relative !important;
  top: 3px !important;
  font-size: 1.3rem;
}

button.btn {
  /* font-size: .68rem; */
  /*text-transform: uppercase;*/
}

.btn i.normal,
.btn i.line-spinner,
button.btn i {
  /* font-size: .68rem!important; */
}

#map {
  height: 100%;
}

.btn i.normal,
.btn i.line-spinner,
a.btn i.normal,
a.btn i.line-spinner,
button.btn i.normal,
button.btn i.line-spinner {
  top: 2px !important;
  font-size: 1.3rem !important;
}

a.btn,
button.btn {
  height: 37px;
}

button.btn span {
  font-size: 0.75rem !important;
  /* top: 3px;
	position: relative; */
}

.img-responsiva {
  max-width: 100%;
}

.separador_pequeno {
  height: 20px;
}

.border-cinza {
  border: solid 1px #232b58;
}

.produtos .card {
  border-radius: 0px;
}

.produtos .card:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(220, 220, 220, 0.8);
  -moz-box-shadow: 0px 0px 20px 0px rgba(220, 220, 220, 0.8);
  box-shadow: 0px 0px 20px 0px rgba(220, 220, 220, 0.8);
}

#produto_tab.nav-tabs {
  border-bottom: solid 1px #232b58;
}

#produto_tab.nav-tabs .nav-link {
  font-family: "Fedra Sans Pro";
  color: #232b58;
  /*text-transform:uppercase;*/
  font-size: 0.6rem;
  border: solid 1px #232b58;
  border-radius: 0px;
}

#produto_tab.nav-tabs .nav-item .nav-link.active {
  border: solid 1px #232b58;
  border-radius: 0px;
  background: #232b58;
  color: #fff;
}

#tab_produto_conteudo {
  padding: 3rem;
  border: solid 1px #232b58;
  color: #232b58;
  top: -1px;
  position: relative;
}

#carousel_avaliacoes .card-text {
  min-height: 200px;
}

.card-body {
  width: 100%;
}

.verde {
  color: green;
}

.vermelho {
  color: red;
}

.tabela_precos .direto td a,
.tabela_precos .direto td a:visited,
.tabela_precos .direto td a:link {
  color: #232b58;
}

.tabela_precos .direto td a:hover {
  color: #a0a0a0;
}

table {
  width: 100%;
  font-size: 0.8rem;
  margin: 20px 0px;
  color: #232b58;
}

table i {
  font-size: 1.3rem;
}

table th {
  font-family: "Fedra Sans Pro";
  font-size: 0.8rem;
  font-weight: 300 !important;
  border: none;
}

.table thead th {
  color: #232b58;
  border: none;
  padding: 0.75rem 0rem;
}

.table tbody th,
.table tbody td {
  border-bottom: solid 1px #232b58;
  color: #232b58;
  border-top: none;
  padding: 0.5rem 0rem;
}

.btn-pequeno {
  zoom: 0.75;
  /*text-transform: uppercase;*/
}

.btn-pequeno i {
  font-size: 1.3rem;
}

.fundo_laranja {
  background: #fccb8d;
}

.fundo_azul:hover {
  background: #232b58;
  color: #fff;
}

.fundo_cinza {
  background: #eff1f0;
  color: #232b58;
  font-family: "Fedra Sans Pro";
}

.fundo_cinza:hover {
  background: #fff;
}

.btn.btn-terciary.sem_fundo {
  background: transparent;
}

.dropdown-toggle::after {
  display: none !important;
}

#menu_secundario h5 span {
  display: block;
}

#menu_secundario h5 .collapsed span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-primary {
  color: #232b58;
  font-size: 0.75rem;
  /* letter-spacing: .05rem; */
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #232b58;
  border: 1px solid transparent;
  box-shadow: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

a.fechar_iframe,
a.fechar_iframe:link,
a.fechar_iframe:visited {
  color: #000;
}

a.fechar_iframe:hover {
  color: #757575;
}

#overlay-spinner,
#fundo,
#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 99; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

#fundo {
  cursor: initial;
}

#overlay-spinner {
  display: block;
  background-color: rgba(0, 0, 0, 0.8); /* Black background with opacity */
  transition: all 0.5s ease 0s;
}

#overlay-spinner .spinner-position {
  position: absolute;
  height: auto;
  width: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.img-cliente-grande {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  -webkit-transform: translateX(15%) translateY(0%);
  -moz-transform: translateX(15%) translateY(0%);
  transform: translateX(15%) translateY(0%);
}

img-cliente-grande_mobile {
  position: absolute;
  top: 0px;
  left: 50px;
  height: 100%;
  -webkit-transform: translateX(-50%) translateY(0%);
  -moz-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}

.navbar-brand {
  height: 44px;
}

.fixo {
  transition: all 2s ease 0s;
  top: 0px;
  width: 100%;
  /*background: #fff;*/
  z-index: 9999;
}

.header.fixo {
  /*position: fixed;*/
  top: 0px;
}

/* .pagina {
  padding-top: 94px;
} */

/* #banner_home .carousel-caption {
    position: absolute;
    height: auto;
    width: 920px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#banner_home .carousel-caption h5, 
#banner_home .carousel-caption p {
	color: #fff;
	font-family: 'Fedra Sans Pro';
	font-size: 4.3rem;
	line-height: 5.6rem;
} */

.nav-left .nav-item,
.nav-left > .nav-link {
  -ms-flex-preferred-size: inherit;
  -ms-flex-positive: inherit;
  display: block !important;
  flex-basis: auto;
  flex-grow: inherit;
  text-align: left;
  padding: 0 !important;
  font-size: 0.75rem !important;
}
.nav-left .nav-item:hover {
  background: #f8f9fa;
}
.nav-left .nav-item:hover:after {
  position: relative;
  top: -14px;
  left: 88%;
  height: 0px;
  font-size: 1rem;
  display: flex;
  font-family: "Line Awesome Free";
  content: "\f152";
}
.dropright .dropdown-menu {
  width: 100%;
  padding: 0.2rem 20px !important;
  font-size: 0.75rem !important;
}

a.nav-link-familia,
a.nav-link-familia:link,
a.nav-link-familia:visited {
  font-family: "Fedra Sans Pro";
  color: #232b58 !important;
  padding: 0.2rem 20px !important;
}

li.nav-item.dropdown.dropright {
  width: 100%;
  display: block;
  position: static;
  border-bottom: solid 1px #cfcfcf;
}

.dropdown-menu-right {
  /* border-bottom:solid 1px #cfcfcf;*/
  padding: 0 !important;
}

.dropdown-menu-right > a.dropdown-item,
.dropdown-menu-right > a.dropdown-item:link,
.dropdown-menu-right > a.dropdown-item:visited {
  color: #232b58 !important;
  font-size: 0.8rem !important;
  padding: 0rem 20px !important;
}

.font-menu {
  font-size: 0.75rem !important;
  color: #000;
  padding: 0.2rem 20px !important;
}

/* .registo_direita {
	width: 920px;
	right: -1000px;
} */

.botao_topo {
  color: #fff;
  font-size: 0.75rem !important;
  position: relative;
  top: 6px;
  float: right;
  font-family: "Fedra Sans Pro Book";
  font-weight: 300;
  font-size: 0.7rem !important;
}

.botao_topo:hover {
  color: #fff;
  text-decoration: none;
}

.botao_topo a.nav-link:link,
.dropdown a.nav-link:visited,
.dropdown a.nav-link {
  color: #fff;
  padding: 5px 5px;
}

.img_menu_topo {
  max-height: 20px;
  max-width: 20px;
  position: relative;
  top: 3px;
  left: 0px;
}

/* .registo_direita h3,
.login_direita h3 {
	font-size: 2.7rem;
} */

/* .registo_direita form,
.login_direita form {
	padding: 2rem 0px 4rem;
} */

.registo_direita label,
.registo_direita input,
.login_direita label,
.login_direita input {
  width: 100%;
  font-size: 1rem;
  color: #232b58;
  margin: 3px 0px;
}

.registo_direita input,
.login_direita input {
  background: #f4f4f4;
  border: none;
  font-size: 1rem;
  padding: 0.5rem;
}

.registo_direita p.small,
.login_direita p.small {
  font-size: 0.7rem;
}

/* .registo_direita i,
.login_direita i {
	font-size:.8rem;
	position: relative;
	top: -2px;
} */

.registo_direita .btn_fechar_registo {
  position: absolute;
  top: 8rem;
  right: 4rem;
}

/* .login_direita .btn_fechar {
	position: absolute;
	top: 0px;
	right: -35px;
} */

.carrinho_direita .btn_fechar_carrinho {
  position: absolute;
  top: 0px;
  right: -35px;
}

/* .perfil_direita .btn_fechar_registo a, 
.perfil_direita .btn_fechar_registo a:link,
.perfil_direita .btn_fechar_registo a:visited,
.registo_direita .btn_fechar_registo a, 
.registo_direita .btn_fechar_registo a:link,
.registo_direita .btn_fechar_registo a:visited,
.carrinho_direita .btn_fechar_carrinho a, 
.carrinho_direita .btn_fechar_carrinho a:link,
.carrinho_direita .btn_fechar_carrinho a:visited,
.login_direita .btn_fechar a, 
.login_direita .btn_fechar a:link,
.login_direita .btn_fechar a:visited { */

.btn_fechar a,
.btn_fechar a:link,
.btn_fechar a:visited {
  color: #232b58;
  transition: 0.5s;
}

.btn_fechar i {
  font-size: 3rem;
}

.btn_fechar a:hover {
  color: #878787;
}

/* .perfil_direita .btn_fechar_carrinho a:hover,
.carrinho_direita .btn_fechar_carrinho a:hover,
.registo_direita .btn_fechar_registo a:hover,
.login_direita .btn_fechar a:hover {
	color: #878787;
} */

/* .perfil_direita .btn_fechar_carrinho i,
.carrinho_direita .btn_fechar_carrinho i,
.registo_direita .btn_fechar_registo i,
.login_direita .btn_fechar i { */

.modal-content {
  border-radius: 0;
}

.modal-footer,
.modal-header {
  border: none;
}

.progress {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 10px;
  z-index: 999999999;
  background-color: #f2f2f2;
}

.percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}

.caixa {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar3 {
  width: 35px;
  height: 1px;
  background-color: #333;
  margin: 10px 0;
  transition: 0.4s;
}

.bar2 {
  width: 35px;
  height: 8px;
  background-color: none;
  margin: 6px 0;
  transition: 0.4s;
}

.btn_menu2 .bar1,
.btn_menu2 .bar3 {
  background-color: #fff;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 7px);
  transform: rotate(-45deg) translate(-9px, 7px);
}

.btn_menu .change .bar1,
.btn_menu .change .bar2 {
  opacity: 0;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-9px, -8px);
  transform: rotate(45deg) translate(-9px, -8px);
}

.noscroll {
  overflow: hidden;
  width: 100%;
}

.img-50 {
  width: 50%;
}

.spinner-grow {
  margin: 0.5rem !important;
}

.spinner-grow {
  -webkit-animation: spinner-grow 1.75s linear infinite !important;
  animation: spinner-grow 1.75s linear infinite !important;
}

.line-spinner {
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  font-size: 1rem !important;
  position: relative;
  top: 1px !important;
}

.largura_pagina {
  background: url("img/tabelas-precos.jpg");
  width: 100%;
  padding-top: 20%;
}

.tabelas_precos {
  background: url("img/tabelas-precos.jpg");
  width: 100%;
  padding-top: 25vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80%;
}

.tabelas_precos .conteudo_tabelas_precos {
  width: 100%;
  height: 100%;
  text-align: center;
}

.tabelas_precos .texto {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.tabelas_precos .textoh1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.tituloh1_topo {
  position: absolute;
  top: 4rem;
  left: 4rem;
  max-width: 300px;
}

.botao_fundo {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
}

.tabelas_campanhas_2 {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
}

.table-responsive-lg input {
  margin: 0px;
  height: 20px;
  border: solid 1px black;
}

.table-responsive-lg input:focus {
  border: solid 1px black;
  outline: none;
}

.table-responsive-lg i {
  line-height: 0.9rem !important;
}

.accordion [data-toggle="collapse"]:after,
#menu_secundario [data-toggle="collapse"]:after {
  font-family: "Line Awesome Free";
  content: "\f152";

  float: right;
  color: #000;
  font-size: 1.4rem;
  line-height: 22px;

  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion [data-toggle="collapse"].collapsed:after,
#menu_secundario [data-toggle="collapse"].collapsed:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion .btn.btn-link:focus,
#menu_secundario .btn.btn-link:focus {
  outline: none;
  box-shadow: none;
}

.tabela_precos a,
.tabela_precos a:link,
.tabela_precos a:visited {
  margin: 0px;
  padding: 0px;
  line-height: 1.3rem;
}

.tabela_precos a:focus {
  outline: none;
}

.tabela_precos td i {
  position: relative;
  top: 3px;
}

.tabela_precos td a,
.tabela_precos td a:visited,
.tabela_precos td a:link {
  color: #fff;
}

.tabela_precos td a:hover {
  color: #484c61;
}

.tabela_precos .campanha {
  background: #cc7c3a;
  color: #fff !important;
}

.tabela_precos .campanha td {
  color: #fff !important;
}

.tabela_precos .preco_cliente .normal {
  color: #fff;
}

.tabela_precos .campanha button.btn_simples,
.tabela_precos .campanha a,
.tabela_precos .campanha a:link,
.tabela_precos .campanha a:visited {
  color: #fff;
}

.tabela_precos .campanha .btn_simples:hover,
.tabela_precos .campanha a:hover {
  color: #000;
}

.tabela_precos .campanha .btn_simples:focus {
  outline: none;
}

.tabela_precos .week .btn_simples,
.tabela_precos .week {
  background: #41c6a0;
  color: #fff;
}

.tabela_precos .week a,
.tabela_precos .week a:link,
.tabela_precos .week a:visited {
  color: #fff;
}

.tabela_precos .week .btn_simples:hover,
.tabela_precos .week a:hover {
  color: #000;
}

.tabela_precos .preco_cliente {
  background: #428bca;
  color: #fff !important;
}

.tabela_precos .preco_cliente td {
  color: #fff !important;
}

.tabela_precos .preco_cliente .btn_simples,
.tabela_precos .preco_cliente a,
.tabela_precos .preco_cliente a:link,
.tabela_precos .preco_cliente a:visited {
  color: #fff;
}

.tabela_precos .preco_cliente .btn_simples:hover,
.tabela_precos .preco_cliente a:hover {
  color: #000;
}

.tabela_precos .normal {
  /* background: #ffffff; */
  color: #000;
}

.tabela_precos .campanha .normal {
  background: transparent;
  color: #fff;
}

.tabela_precos .campanha .normal:hover {
  color: #000;
}

.tabela_precos .normal .btn_simples,
.tabela_precos .normal a,
.tabela_precos .normal a:link,
.tabela_precos .normal a:visited {
  color: #000;
}

.tabela_precos .normal .btn_simples:hover,
.tabela_precos .normal a:hover {
  color: #cfcfcf;
}

#dialogo_justificacao_quantidade input {
  background: #f4f4f4;
  border: none;
  font-size: 1rem;
  padding: 0.5rem;
  border: solid 1px;
  border-color: #f4f4f4;
}

#dialogo_justificacao_quantidade input:focus {
  background: #f4f4f4;
  border-radius: 0;
  outline: none;
  border: solid 1px;
  border-color: #cfcfcf;
}

#dialogo_justificacao_quantidade label {
  font-size: 1rem;
  padding: 0;
}

.btn_produtos {
  padding: 0.375rem 0.75rem !important;
  display: inline-block !important;
  text-align: center;
  width: 100%;
}

.desativar_carrinho .loading {
  display: none;
}

.toast {
  background-color: rgba(255, 255, 255, 1);
}

.lista_direita_menu ul {
  width: 100%;
  padding: 0rem 1rem;
  margin: 0px;
}

.lista_direita_menu li a,
.lista_direita_menu li a:visited,
.lista_direita_menu li a:link {
  display: block;
  text-decoration: none;
  color: #6f6f6f;
  padding: 8px;
}

.lista_direita_menu li {
  text-align: center;
  border-bottom: solid 1px #6f6f6f;
}

.lista_direita_menu li:first-child {
  border-top: solid 1px #6f6f6f;
}

.lista_direita_menu li:hover {
  background: #efefef;
  color: #232b58;
}

.lista_direita_menu li:hover a {
  font-family: "Fedra Sans Pro";
  color: #232b58;
}

.lista_direita_menu li a.ativa {
  font-family: "Fedra Sans Pro";
  color: #232b58;
  text-decoration: underline;
}

.lista_direita_menu li a.desativada {
  font-family: "Fedra Sans Pro Book";
  color: #ffffff;
  text-shadow: 2px 2px 2px #232b5885;
}

.lista_direita_menu li a.desativada:hover {
  color: #878787;
  background: #f4f4f4;
  color: #ffffff;
  text-shadow: 2px 2px 2px #232b5885;
}

.carrinho_grande table {
  font-size: 1rem !important;
}

.carrinho_grande td {
  padding: 0.5rem 0rem !important;
}

.carrinho_grande td a,
.carrinho_grande td a:visited,
.carrinho_grande td a:link {
  color: #000;
}

.carrinho_grande td a:hover {
  color: #6f6f6f;
}

.carrinho_grande td input {
  height: 1.5rem !important;
  font-size: 1rem !important;
  padding: 0.4rem 0.4rem;
  width: 100%;
}

.carrinho_grande .inputClass {
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0;
  padding: 0.4rem 1rem;
  margin: 0.4rem 0;
  border: solid 1px #f4f4f4;
  width: 100%;
  background: #f4f4f4;
  color: #a2a2a2;
}

.carrinho_grande .nome_loja {
  top: 6px;
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0;
  padding: 0.4rem 1rem;
  margin: 0.4rem 0;
  border: solid 1px #f4f4f4;
  width: 100%;
  background: #f4f4f4;
}

.carrinho_grande .nome_loja:focus {
  border: solid 1px #232b58;
}

textarea.readonly,
input.readonly,
.carrinho_grande td input.readonly {
  color: #a2a2a2;
  pointer-events: none;
}

.carrinho_grande td .inputClass {
  color: #a2a2a2;
  pointer-events: none;
}

textarea.readonly:focus,
.input.readonly:focus,
.carrinho_grande td input.readonly:focus {
  border: solid 1px #f4f4f4;
}

.carrinho_grande label {
  color: #232b58;
  font-size: 1rem !important;
  font-family: "Fedra Sans Pro";
  display: block;
  width: 100%;
  margin-top: 0.5rem;
}

.modal-open {
  overflow: auto !important;
  padding-right: 0px !important;
}
/*
.carrinho_grande .radio {
	margin-left: 15px;
	border-radius: 0;
}
*/

.carrinho_grande .radio input {
  display: none;
}

/*
   * Then, style the label so it looks like however you want.
   * Here's a quick rundown of how I did it here:
   */

/*
   * Some basic positioning styles, and we give it the pointer cursor to show 
   * that it's clickable
   */

.carrinho_grande .radio label {
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 0px;
  padding-left: 0px;
}

/*
   * With how I decided to build this, the position: relative is super important.
   * We're going to position a pseudo element within this element(As it is the containing box)
   */

.carrinho_grande .radio label span {
  position: relative;
  line-height: 22px;
}

/* 
   * Because we're using pseudo elements, a content property is required to make them appear.
   */

.carrinho_grande .radio label span:before,
.carrinho_grande .radio label span:after {
  content: "";
}

/*
   * We are using the :before peudo elemnt as the actual button,
   * then we'll position the :after over it. You could also use a background-image,
   * font-icon, or really anything if you want different styles.
   * For the specific style we're going for, this approach is simply the easiest, but
   * once you understand the concept you can really do it however you like.
   */

.carrinho_grande .radio label span:before {
  border: 1px solid #f4f4f4;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  background: #f4f4f4;
}

.carrinho_grande .radio label span:after {
  content: "\f410";
  font-family: "Line Awesome Free";
  width: 19px;
  height: 19px;
  position: absolute;
  top: 2px;
  left: -6px;
  font-size: 43px;
  font-weight: 300;
  transition: 300ms;
  opacity: 0;
}

.carrinho_grande .radio label input:checked + span:after {
  opacity: 1;
}

/* 
   * A little styling for the demo 
   */

.carrinho_grande input {
  /*   flex: 0 0 74%;
	max-width: 74%;*/
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0;
  padding: 0.4rem 1rem;
  margin: 0.4rem 0;
  border: solid 1px #f4f4f4;
  width: 100%;
  background: #f4f4f4;
}

.carrinho_grande input:focus {
  outline: none;
  border: solid 1px #000;
}

.carrinho_grande textarea {
  /*   flex: 0 0 74%;
	max-width: 74%;*/
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0;
  padding: 0.4rem 1rem;
  margin: 0.4rem 0;
  height: 130px !important;
  border: solid 1px #f4f4f4;
  width: 100%;
  background: #f4f4f4;
}

.carrinho_grande textarea:focus {
  outline: none;
  border: solid 1px #000;
}

.conteudo_carrinho {
  height: 100%;
  border: solid 1px red;
}

.selecao_loja {
  font-family: "Fedra Sans Pro Book";
  width: auto;
  border-radius: 0;
  position: relative;
  top: -4px;
  margin-left: 5rem;
}

.formulario_cliente {
  font-family: "Fedra Sans Pro Book";
  width: auto;
  border-radius: 0;
  position: relative;
  top: -4px;
  background-color: #f4f4f4;
}

.formulario_cliente:focus {
  outline: none;
  border: solid 1px #000;
}

.escondida {
  display: none;
}

.produtos table th,
.produtos table td {
  padding: 0.25rem 0.25rem;
}

.produtos table th:first-child,
.produtos table td:first-child {
  padding-left: 0rem;
}

.produtos table th:last-child,
.produtos table td:last-child {
  padding-right: 0rem;
}

a.remover_produto,
a.remover_produto:link,
a.remover_produto:visited {
  color: black;
}

a.remover_produto:hover {
  color: #6f6f6f;
  text-decoration: underline;
}

.mudar_imagem {
  border: solid 1px #232b58;
}

.balao_carrinho {
  position: absolute;
  width: 18px;
  height: 18px;
  font-size: 0.7rem;
  border-radius: 10px;
  background: #ffffff;
  color: #232b58;
  text-align: center;
  line-height: 0.95rem;
  left: 15px;
  top: -3px;
  display: none;
  transition: 0.5s;
}

.show {
  display: block;
}

/*
Tabelas
*/

.tabela {
  width: 100%;
  padding: 0;
  border-spacing: 0;
}

.tabela th {
  font-family: "Fedra Sans Pro";
  border-bottom: solid 1px #000000;
  padding: 2px 0px;
}

.tabela td {
  padding-right: 1rem !important;
  border-bottom: solid 1px #000000;
  vertical-align: top;
}

.tabela td:last-child {
  padding-right: 0 !important;
}

/*
Banners
*/

.banner {
  width: 100%;
  padding-top: 0%;
  min-height: 320px;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.carrinho .banner {
  background-position: 60% !important;
}

.banner .contentor {
  width: 400px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.banner .contentor small {
  font-family: "Fedra Sans Pro";
  text-transform: uppercase;
  font-size: 0.7rem;
}

.banner .contentor h2 {
  font-size: 2.3rem;
  margin: 1rem 0;
}

#conteudo_iframe {
  display: none;
  width: 80%;
  z-index: 99;
  height: 80%;
  overflow: hidden;
  padding: 2rem;
  position: fixed;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#conteudo_iframe .conteudo {
  overflow: auto;
  width: 100%;
  height: 100%;
}

/* btn btn-primary fundo_azul btn_produtos  */
.pagination {
  margin: 0px;
  float: right;
}

.pagination li {
  border-radius: 0px;
  border-color: #000;
  border: solid 1px;
  margin-left: 0.5rem;
}

.pagination li.disabled {
  padding: 0.2rem 0.5rem 0.4rem 0.5rem !important;
}

.pagination li.active a,
.pagination li.active a:hover {
  background: #706f6f;
  clor: #fff;
}

.pagination li a {
  width: 100%;
  padding: 0.2rem 0.7rem 0.4rem 0.7rem !important;
  background: #fff;
  color: #000;
  display: block;
}

.pagination li a:hover {
  color: #fff;
  background: #232b58;
  text-decoration: none;
}

.pagination li a i {
  position: relative;
  top: 2px;
}

.accordion .card,
.accordion .card-header {
  border-radius: 0;
  border: none;
  padding: 0.15rem 1.25rem;
  padding-left: 0px;
  padding-right: 2rem;
}

.accordion .card-header button {
  font-size: 1.2rem;
  border: none;
  color: #232b58;
  text-align: left;
}

.accordion .card-header button:focus {
  outline: none;
  box-shadow: none;
}

.accordion .card .card-body {
  width: 100%;
}

.sobre p {
  font-size: 4.5vw;
  line-height: 5.5vw;
}

.sobre a,
.sobre a:link,
.sobre a:visited,
.accordion .card .card-body a,
.accordion .card .card-body a:link,
.accordion .card .card-body a:visited {
  color: #757575;
}

.sobre a:hover,
.accordion .card .card-body a:hover {
  color: #242b24;
}

.formulario_suporte {
  background: #fff;
}

.formulario_suporte textarea,
.formulario_suporte select,
.formulario_suporte input {
  background: #f3f3f3;
  border: #fff;
}

.formulario_suporte textarea:focus,
.formulario_suporte select:focus,
.formulario_suporte input:focus {
  border: none;
}

.formulario_formacao {
  background: none;
}

.formulario_formacao textarea,
.formulario_formacao select,
.formulario_formacao input {
  background: #fff;
  border: #fff;
}

.formulario_formacao textarea:focus,
.formulario_formacao select:focus,
.formulario_formacao input:focus {
  border: none;
}

.pagina.servicos h3 {
  font-size: 1rem !important;
}

.formulario_suporte .radio label span:before {
  background: #f3f3f3;
}

.formulario_sobre {
  background: #f4f4f4;
}

.formulario_sobre textarea,
.formulario_sobre select,
.formulario_sobre input {
  background: #fff;
  border: #f4f4f4;
}

.formulario_sobre .radio label span:before {
  background: #fff;
}

.participar_formacao {
  font-size: 1.7rem;
  line-height: 1.7rem;
}

#dialogo_pontos {
  min-width: 600px;
}

.pontos {
  font-size: 1rem;
}

.pontosg {
  font-size: 2rem;
  line-height: 1.4rem;
  color: #232b58 !important;
}

.pontosg small {
  line-height: 1.3rem;
  font-size: 0.7rem;
}

h2.pontosp,
h2.pontos,
h4.pontos {
  font-family: "Fedra Sans Pro Book";
  font-size: 2rem;
  line-height: 1.5rem;
  margin-bottom: 0px;
}

h2.pontosp {
  padding-left: 1rem;
  padding-top: 1rem;
  line-height: 1rem;
}

h4.pontos {
  margin-top: 5px;
}

h2.pontos {
  margin-top: 1.5rem;
  margin-left: 1rem;
}

h2.pontosp small,
h4.pontos small {
  font-size: 0.8rem;
}

#compra_rapida {
  width: 100%;
}

.imagem_catalogo {
  position: relative;
  top: 0px;
  width: 100%;
  padding-bottom: 100%;
  background: url("css/imagens/imagem_produto.png") no-repeat;
  background-size: contain;
}

.imagem_catalogo .imagem_produto {
  position: absolute;
  top: 0px;
  left: 0px;
}

.imagem_catalogo .card-img,
.imagem_catalogo .card-img-top {
  border-radius: 0 !important;
  width: 100%;
  height: 100%;
}

.pme-excelencia {
  background: url("css/imagens/pme.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 45%;
}

.tabela_download .card-title {
  height: 60px;
  overflow: hidden;
}

.tabela_download a,
.tabela_download a:link,
.tabela_download a:visited {
  color: #232b58;
}

.tabela_download .card-title a:hover {
  text-decoration: none;
  /* color: #757575; */
}

.tabela_download a.fundo_azul:hover {
  color: #fff !important;
}

.ajuda_50 {
  width: 48%;
  padding-right: 3%;
  display: inline-flex;
  vertical-align: top;
}

.ajuda_50:last-child {
  padding-right: 0;
}

.logo {
  height: 35px;
}

a.btn_menu_pesquisa,
a.btn_menu_pesquisa:visited,
a.btn_menu_pesquisa:link,
a.btn_menu_principal,
a.btn_menu_principal:visited,
a.btn_menu_principal:link {
  color: #fff;
}

a.btn_menu_perfil_fechar i,
a.btn_menu_principal_fechar i,
a.btn_menu_principal i {
  font-size: 2rem;
}

a.btn_menu_pesquisa i {
  font-size: 1.5rem;
  margin-left: 0.5rem;
}

.pesquisa_esquerda,
.menu_esquerda {
  height: 100%;
  overflow: auto;
  left: -100%;
  font-size: 1rem;
  position: fixed;
  /* position: absolute; */
  top: 0px;
  width: 100%;
  z-index: 100;
  transition: 0.7s;
  padding: 1rem;
  background: #fff;
  -webkit-box-shadow: -2px 0px 4px 1px rgba(147, 147, 147, 0.25);
  -moz-box-shadow: -2px 0px 4px 1px rgba(147, 147, 147, 0.25);
  box-shadow: -2px 0px 4px 1px rgba(147, 147, 147, 0.25);
}

.pesquisa_esquerda .btn-link,
.menu_esquerda .btn-link {
  color: #fff;
  text-decoration: none;
}

.menu_esquerda_nivel .btn-link {
  color: #000 !important;
}

.menu_esquerda_terceiro nav,
.menu_esquerda_terceiro nav ul,
.menu_esquerda_terceiro nav ul li {
  text-align: center !important;
}

#menu_principal_mobile_sec .btn-link {
  color: #000;
}

.menu_esquerda .sistemas {
  background: #42c69f;
}

.menu_esquerda .agua {
  background: #0179b5;
}

.menu_esquerda .conforto {
  background: #cd3d3c;
}

.menu_esquerda .solar {
  background: #cc7d3b;
}

.menu_esquerda .ar-condicionado {
  background: #9fa2a2;
}

.menu_esquerda .ventilacao {
  background: #141b62;
}

.menu_esquerda .piscinas {
  background: #01cbdf;
}

.menu_esquerda .marcas {
  background: #5c2a5d;
}

.menu_esquerda h5 {
  font-size: 0.8rem;
  font-family: "Fedra Sans Pro Book";
  border-radius: 0;
  text-align: left;
}

/* .perfil_direita a,
.perfil_direita a:visited,
.perfil_direita a:link,
.pesquisa_esquerda a,
.pesquisa_esquerda a:visited,
.pesquisa_esquerda a:link,
.menu_esquerda a,
.menu_esquerda a:visited,
.menu_esquerda a:link {
	color: #000;
} */

.menu_esquerda .card-header {
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
}

.menu_esquerda button,
.menu_esquerda .collapse:focus,
.menu_esquerda .card-header:focus {
  outline: none;
  border: none;
  background: none;
}

.menu_esquerda .card {
  border: none;
  border-radius: 0;
}

.menu_esquerda .collapsing,
.menu_esquerda .collapse,
.menu_esquerda .card-body {
  width: 100%;
  padding: 0;
  border-radius: 0;
}

.menu_esquerda nav,
.menu_esquerda nav ul,
.menu_esquerda nav ul li {
  padding-left: 0px;
}

.menu_esquerda button {
  width: 100%;
  border-radius: 0;
  outline: none;
}

#menu_esquerda {
  display: none;
}

/* .img_perfil {
	width: 38px;
	height: 38px;
} */

.menu_mobile_comercial {
  padding: 0.2rem 2rem;
  zoom: 125%;
}

.menu_mobile_comercial .info-seller {
  color: #000;
}

.menu_mobile_comercial .info-seller a,
.menu_mobile_comercial .info-seller a:link,
.menu_mobile_comercial .info-seller a:visited {
  color: #757575;
}

.menu_mobile_nav li {
  text-align: center;
  border-top: solid 1px #757575;
}

.menu_mobile_nav li a,
.menu_mobile_nav li a:link,
.menu_mobile_nav li a:visited {
  font-family: "Fedra Sans Pro Book";
  text-align: center;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  display: block;
  color: #757575;
}

.pesquisa_esquerda .input-search {
  max-width: 100% !important;
  padding: 2rem 1rem;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.pesquisa_esquerda .button-search {
  font-size: 1.5rem;
  line-height: 2.5rem;
  height: 60px;
  background-color: #232b58;
  background-image: none;
}

/*
* pagina contactos
*/
.contactos .card {
  padding-right: 0px;
}

.contactos .card .card-header {
  padding-right: 0px;
}

/*
*
*/

.grid-container figure {
  width: 100%;
  height: 100%;
}

.grid-container figure figcaption {
  color: #fff;
  backface-visibility: hidden;
}

.grid-container figure figcaption::before,
.grid-container figure figcaption::after {
  pointer-events: none;
}

.grid-container figure figcaption,
.grid-container figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid-container figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid-container figure h2 {
  /* word-spacing: -0.15em; */
  /* font-weight: 300; */
  text-align: center;
  /* font-size: 1.7rem; */
}

.grid-container figure h2 span {
  font-weight: 800;
}

.grid-container figure h2,
.grid-container figure p {
  margin: 0;
}

.grid-container figure figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
}

.grid-container figure h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transition: all 0.35s;
  transform: translate3d(0, -50%, 0);
}

.grid-container figure figcaption::before,
.grid-container figure .grid-button-wrapper {
  transition: all 0.35s;
}

.grid-container figure .grid-button-wrapper {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.grid-container figure:hover img {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.grid-container figure:hover h2 {
  background: none;
  color: #fff;
  text-shadow: none !important; /* //2px 2px 2px #232b58; */
  transform: translate3d(0, -50%, 0) translate3d(0, -30px, 0);
}

.grid-container figure:hover figcaption::before,
.grid-container figure:hover .grid-button-wrapper {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 1px;
  height: 38px;
  padding: 0.6rem 0.75rem;
  margin-bottom: 0;
  color: #000;
  background-color: #f4f4f4;
  border: none;
  border-radius: 0rem;
  cursor: pointer;
}

.cc-color-override--1595546738.cc-revoke {
  background-color: #fff !important;
  color: #000 !important;
}

.cc-highlight .cc-btn:first-child {
  display: none !important;
}

.cc-revoke.cc-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (max-width: 576px) {
  .grid-container {
    display: block;
  }

  .grid-container .primeira,
  .grid-container .segunda,
  .grid-container .terceira,
  .grid-container .quarta,
  .grid-container .quinta,
  .grid-container .sexta,
  .grid-container .setima,
  .grid-container .oitava {
    display: block;
    height: 20vh !important;
    margin-bottom: 1rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  /*
	* Contento categorias homepage
	*/
  .grid-container .primeira,
  .grid-container .segunda,
  .grid-container .terceira,
  .grid-container .quarta,
  .grid-container .quinta,
  .grid-container .sexta,
  .grid-container .setima,
  .grid-container .oitava {
    display: inline-block;
    width: 48.2% !important;
    height: 30vh !important;
    margin-bottom: 1rem;
  }

  .grid-container > div:nth-child(even) {
    margin-left: 1rem;
  }
}

@media (min-width: 576px) {
  body {
    font-size: 0.8rem;
    line-height: 1rem;
  }

  /*
	* cabecalho
	*/

  #banner_home.carousel {
    height: 50vw;
  }

  .tabela_download .card-title,
  #carousel_mais_vendidos .card-title {
    height: 14vw;
    overflow: hidden;
  }

  .img_perfil {
    width: 35px;
    height: 35px;
  }

  /*
	* tipografia
	*/

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Fedra Sans Pro";
    color: #232b58;
  }

  h1 {
    font-size: 6vw;
    line-height: 7.5vw;
  }

  h2 {
    font-size: 5vw;
    line-height: 7vw;
  }

  h3 {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .sobre p {
    font-size: 3vw;
    line-height: 4vw;
  }

  /*
	* Rodape
	*/
  footer {
    background-color: #232b58;
    color: #fff;
    font-size: 0.7rem;
    line-height: 1.1rem;
  }
}

@media (min-width: 600px) {
  .menu_esquerda,
  .perfil_direita,
  .registo_direita,
  .pesquisa_esquerda,
  .login_direita,
  .carrinho_direita {
    width: 600px;
  }
}

@media (min-width: 768px) {
  /*
	* cabecalho
	*/
  header {
    height: 80px;
  }
  .header {
    height: 52px;
  }

  .pagina {
    padding-top: 80px;
  }

  .tabela_download .card-title,
  #carousel_mais_vendidos .card-title {
    height: 9vw;
    overflow: hidden;
  }

  .tabelas-precos {
    height: 30vw;
    background-position: 0%;
  }

  .tabelas-download .col-12:last-child {
    display: none;
  }

  .list-item {
    margin-left: 7px;
  }

  .cart-item {
    margin-left: 7px;
  }

  /*
	* fim cabecalho
	*/

  /*
	* tipografia
	*/

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Fedra Sans Pro";
    color: #232b58;
  }

  h1 {
    font-size: 4vw;
    line-height: 5vw;
  }

  h2 {
    font-size: 4vw;
    line-height: 5vw;
  }

  h3 {
    font-size: 2.5vw;
    line-height: 3.1vw;
  }

  .formulario_sobre {
    background: #fff;
  }

  .formulario_sobre > form {
    background: #f4f4f4;
  }

  #menu_secundario h6,
  #menu_secundario h5 {
    font-size: 1rem;
  }

  .lista_direita_menu li a,
  .lista_direita_menu li a:visited,
  .lista_direita_menu li a:link {
    padding: 1rem 1.5rem;
    font-size: 0.7rem;
  }

  /*
	* Menu principal
	*/

  .menu_principal {
    font-size: 0.6rem;
  }

  .botao_topo a.nav-link:link,
  .dropdown a.nav-link:visited,
  .dropdown a.nav-link {
    padding: 2px 8px !important;
  }

  .sobre p {
    font-size: 2vw;
    line-height: 3vw;
  }

  /*
	* grelha principal
	*/

  .grid-container {
    display: grid !important;
    width: auto !important;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 180px);
    gap: 1em 3%;
    grid-template-areas:
      "primeira segunda segunda terceira"
      "quarta segunda segunda quinta"
      "sexta sexta setima quinta"
      "sexta sexta setima oitava";
  }

  .primeira {
    grid-area: primeira;
  }

  .segunda {
    grid-area: segunda;
  }

  .terceira {
    grid-area: terceira;
  }

  .quarta {
    grid-area: quarta;
  }

  .quinta {
    grid-area: quinta;
  }

  .sexta {
    grid-area: sexta;
  }

  .setima {
    grid-area: setima;
  }

  .oitava {
    grid-area: oitava;
  }

  .grid-container figure h2 {
    font-size: 1.5vw;
  }

  .carrinho .banner {
    background-position: center !important;
  }

  /*
	* Rodape
	*/
  footer {
    background-color: #232b58;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.3rem;
  }
}

@media (min-width: 992px) {
  /*
	* cabecalho
	*/
  header {
    height: 85px;
  }

  .header {
    height: 52px;
  }

  .pagina {
    padding-top: 85px;
  }

  #banner_home.carousel {
    height: 420px;
  }

  .tabela_download .card-title,
  #carousel_mais_vendidos .card-title {
    height: 6vw;
    overflow: hidden;
  }

  .tabelas-precos {
    height: 20vw;
    background-position: center center;
  }

  .tabelas-precos h2 {
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translatex(-50%) translatey(-40%);
    -moz-transform: translatex(-50%) translatey(-40%);
    transform: translatex(-50%) translatey(-40%);
    text-align: center;
  }

  .tabelas-precos.esquerda h2 {
    text-align: left;
    left: 10%;
    -webkit-transform: translatex(-20%);
    -moz-transform: translatex(-20%);
    transform: translatex(-20%);
  }

  .tabelas-precos .btn {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translatey(-70%) translatex(-50%);
    -moz-transform: translatey(-70%) translatex(-50%);
    transform: translatey(-70%) translatex(-50%);
  }

  .tabelas-precos.esquerda .btn {
    left: 5%;
    -webkit-transform: translatex(-10%);
    -moz-transform: translatex(-10%);
    transform: translatex(-10%);
  }

  .tabelas-download .col-12:last-child {
    display: none;
  }

  .list-item {
    margin-left: 5px;
  }

  .list-item:last-child {
    margin-left: 0px;
  }

  .cart-item {
    margin-left: 5px;
  }

  #banner_home .carousel-caption h5,
  #banner_home .carousel-caption p {
    font-size: 70px;
    line-height: 80px;
  }

  .tabelas-download .col-12:last-child {
    display: block;
  }

  .tabelas-precos h2 {
    max-width: 18vw;
  }

  .sobre p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  /*
	* fim cabecalho
	*/

  /*
	* tipografia
	*/

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Fedra Sans Pro";
    color: #232b58;
  }

  h1 {
    font-size: 2vw;
    line-height: 2.2vw;
  }

  h2 {
    font-size: 2vw;
    line-height: 2.2vw;
  }

  h3 {
    font-size: 1vw;
    line-height: 1.2vw;
  }

  .card-height {
    height: 40vh;
  }

  .menu_principal {
    font-size: 0.8rem;
  }

  .botao_topo a.nav-link:link,
  .dropdown a.nav-link:visited,
  .dropdown a.nav-link {
    padding: 4px 8px !important;
  }

  .botao_topo .dropdown-menu {
    margin-top: 3px;
  }

  /*
	* Rodape
	*/
  footer {
    background-color: #232b58;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .pagina {
    padding-top: 90px;
  }

  .list-item {
    margin-left: 10px;
  }

  .list-item:last-child {
    margin-left: 0px;
  }

  .cart-item {
    margin-left: 10px;
  }

  .botao_topo a.nav-link:link {
    padding: 6px 12px !important;
  }

  .dropdown a.nav-link:visited,
  .dropdown a.nav-link {
    padding: 6px 16px !important;
  }

  .grid-container {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 220px);
    gap: 1em 3%;
  }

  .lista_direita_menu li a,
  .lista_direita_menu li a:visited,
  .lista_direita_menu li a:link {
    padding: 1.5rem 2rem;
    font-size: 0.8rem;
  }
}

@media (min-width: 1366px) {
  .grid-container {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 220px);
    gap: 1.5em 2%;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  .grid-container {
    display: -ms-grid;
    display: grid;
    gap: 10px 10px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 220px 220px 220px 220px;
    grid-template-columns: 220px 220px 220px 220px;
    background-color: #fff;
    color: #444;
  }

  .primeira {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .segunda {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }

  .terceira {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 4;
  }

  .quarta {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 0;
  }

  .quinta {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
  }

  .sexta {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .setima {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .oitava {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
  }
}

:root {
  --azul-sanipower: #232b58;
  --fundo-cinzento-claro: #f4f4f4;
}

.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}





/* Customize the label (the checkbox-container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 8px;
  top: 3px;
  width: 10px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-content .modal-header h5 {
  float:left;
  text-align: left;
}

.modal-content .modal-header {
  width: 100%;
}
.modal-content .modal-header button {
  float:right;
  text-align: right;
}