:root {
  --tamanho-container: calc(100vw - 30px);
  --tamanho-coluna: calc(var(--tamanho-container) / 12)
}

@media (min-width: 576px) {
  :root {
    --tamanho-container: 510px
  }
}

@media (min-width: 768px) {
  :root {
    --tamanho-container: 690px
  }
}

@media (min-width: 992px) {
  :root {
    --tamanho-container: 930px
  }
}

@media (min-width: 1200px) {
  :root {
    --tamanho-container: 1110px
  }
}

@media (max-width: 575px) {
  :root {
    --tamanho-borda: 15px
  }
}

@media (min-width: 576px) {
  :root {
    --tamanho-borda: calc(calc(100vw - var(--tamanho-container)) / 2)
  }
}

.alerta-news__content, .alerta-news, .dialog-termos .check-item span {
  display: flex;
  align-items: center;
  justify-content: center
}

.editor .gallery ul li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}

body.compensate-for-scrollbar {
  overflow: hidden
}

.fancybox-active {
  height: auto
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}

.fancybox-container * {
  box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-toolbar {
  right: 0;
  top: 0
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0
}

.fancybox-slide--image:before {
  display: none
}

.fancybox-slide--html {
  padding: 6px
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox-container [data-selectable=true] {
  cursor: text
}

.fancybox-image, .fancybox-spaceball {
  background: rgba(0, 0, 0, 0);
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-slide--video .fancybox-content {
  background: #000
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff
}

.fancybox-iframe, .fancybox-video {
  background: rgba(0, 0, 0, 0);
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc
}

.fancybox-button:hover {
  color: #fff
}

.fancybox-button:focus {
  outline: none
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none
}

.fancybox-button div {
  height: 100%
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998
}

.fancybox-close-small {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px
}

.fancybox-navigation .fancybox-button div {
  padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right)
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
  }
}

.fancybox-caption--separate {
  margin-top: -50px
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: rgba(0, 0, 0, 0);
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999
}

@-webkit-keyframes a {
  to {
    transform: rotate(1turn)
  }
}

@keyframes a {
  to {
    transform: rotate(1turn)
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px
  }

  .fancybox-slide--image {
    padding: 6px 0
  }

  .fancybox-close-small {
    right: -6px
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right))
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100px
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
  }
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-container-3d {
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0)
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media (min-width: 1025px) {
  [data-image-src] {
    background-attachment: fixed;
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover
  }
}

progeteselect {
  position: relative;
  display: block;
  width: 100%
}

progeteselect:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 284.929 284.929' %3E%3Cpath d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  opacity: .7;
  background-size: 1em;
  right: 0;
  width: 3em;
  top: 0;
  bottom: 0;
  pointer-events: none;
  transition: .3s
}

progeteselect > label {
  position: absolute;
  z-index: -1;
  color: rgba(0, 0, 0, 0);
  font-size: 1px
}

progeteselect > input {
  position: relative;
  padding: 0 1em;
  display: block;
  width: 100%;
  font-size: 1em;
  line-height: 3em;
  border: 1px #000 solid;
  background-color: rgba(0, 0, 0, 0)
}

progeteselect > input:focus {
  outline: 0
}

progeteselect > input[readonly] {
  cursor: pointer
}

progeteselect opcoes {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 100%;
  z-index: 10;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow-y: auto;
  display: none;
  max-height: 10.1em;
  background-color: #fff;
  border: 1px currentColor solid;
  border-top: 0;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2)
}

progeteselect opcoes::-webkit-scrollbar {
  width: 7px
}

progeteselect opcoes::-webkit-scrollbar:horizontal {
  height: 7px
}

progeteselect opcoes::-webkit-scrollbar-track:horizontal {
  margin-right: 5px;
  margin-left: 5px
}

progeteselect opcoes::-webkit-scrollbar-track {
  margin-top: 5px;
  margin-bottom: 5px
}

progeteselect opcoes::-webkit-scrollbar-thumb {
  background-color: #d7d7d7;
  outline: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-right: 10px
}

progeteselect opcoes opcao {
  position: relative;
  display: block;
  padding: 0 1em;
  font-size: 1em;
  line-height: 2em;
  cursor: pointer;
  transition: .2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

progeteselect opcoes opcao[marcado] {
  background-color: #e2e2e2
}

progeteselect opcoes opcao[focus] {
  background-color: #f1f1f1
}

progeteselect ::-moz-selection {
  background: 0 0
}

progeteselect ::selection {
  background: 0 0
}

progeteselect ::-moz-selection {
  background: 0 0
}

progeteselect[aberto]:after {
  transform: rotate(180deg)
}

progeteselect[com-selecao] input::-webkit-input-placeholder {
  color: currentColor
}

progeteselect[com-selecao] input:-moz-placeholder {
  color: currentColor
}

progeteselect[com-selecao] input::-moz-placeholder {
  color: currentColor
}

progeteselect[com-selecao] input:-ms-input-placeholder {
  color: currentColor
}

@media (min-width: 1024px) {
  .transition2 {
    transition: .2s
  }

  .transition3 {
    transition: .3s
  }

  .transition4 {
    transition: .4s
  }

  .transition5 {
    transition: .5s
  }

  .transition6 {
    transition: .6s
  }

  .transition7 {
    transition: .7s
  }

  .transition8 {
    transition: .8s
  }

  .transition9 {
    transition: .9s
  }

  .transition10 {
    transition: 1s
  }

  .transition15 {
    transition: 1.5s
  }

  .transition20 {
    transition: 2s
  }

  .transition25 {
    transition: 2.5s
  }

  .transition30 {
    transition: 3s
  }

  .transition35 {
    transition: 3.5s
  }

  .transition40 {
    transition: 4s
  }

  .off.off-left {
    opacity: 0;
    transform: translateX(-50px)
  }

  .off.off-right {
    opacity: 0;
    transform: translateX(50px)
  }

  .off.off-top {
    opacity: 0;
    transform: translateY(-50px)
  }

  .off.off-bottom {
    opacity: 0;
    transform: translateY(50px)
  }

  .off.off-zoom {
    opacity: 0;
    transform: scale(0.5)
  }

  .off.off-fade {
    opacity: 0
  }

  .zoom-right {
    transform: rotate(3deg) scale(0.9)
  }

  .zoom-left {
    transform: rotate(-3deg) scale(0.9)
  }

  .zoom-left:hover, .zoom-right:hover {
    transform: rotate(0) scale(1)
  }

  .hover-top:hover, .hover:hover .hover-top {
    transform: translateY(-5px);
    transition-delay: 0s
  }

  .hover-left:hover, .hover:hover .hover-left {
    transform: translateX(-5px);
    transition-delay: 0s
  }

  .hover-right:hover, .hover:hover .hover-right {
    transform: translateX(5px);
    transition-delay: 0s
  }

  .hover-zoom:hover, .hover:hover .hover-zoom {
    transform: scale(1.05);
    transition-delay: 0s
  }

  .hover-zoom-min:hover, .hover:hover .hover-zoom-min {
    transform: scale(1.02);
    transition-delay: 0s
  }

  .delay1 {
    transition-delay: .1s
  }

  .delay2 {
    transition-delay: .2s
  }

  .delay3 {
    transition-delay: .3s
  }

  .delay4 {
    transition-delay: .4s
  }

  .delay5 {
    transition-delay: .5s
  }

  .delay6 {
    transition-delay: .6s
  }

  .delay7 {
    transition-delay: .7s
  }

  .delay8 {
    transition-delay: .8s
  }

  .delay9 {
    transition-delay: .9s
  }

  .delay10 {
    transition-delay: 1s
  }

  .delay11 {
    transition-delay: 1.1s
  }

  .delay12 {
    transition-delay: 1.2s
  }

  .delay13 {
    transition-delay: 1.3s
  }

  .delay14 {
    transition-delay: 1.4s
  }

  .delay15 {
    transition-delay: 1.5s
  }

  .delay16 {
    transition-delay: 1.6s
  }

  .delay17 {
    transition-delay: 1.7s
  }

  .delay18 {
    transition-delay: 1.8s
  }

  .delay19 {
    transition-delay: 1.9s
  }

  .delay20 {
    transition-delay: 2s
  }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, input, textarea, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

* {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  font-style: normal;
  font-weight: normal;
  box-sizing: border-box;
  cursor: default
}

a, button {
  cursor: pointer
}

a *, button * {
  cursor: pointer
}

input, textarea {
  cursor: text
}

button, input {
  border-radius: 0
}

button:focus, button:active, input:focus, input:active {
  outline: none
}

body {
  line-height: 1em
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

textarea, input, a {
  outline: none
}

@-ms-viewport {
  width: device-width
}

.clear {
  clear: both
}

.grid {
  position: relative;
  overflow: hidden
}

.clearfix, .container {
  *zoom: 1
}

.clearfix:before, .clearfix:after, .container:before, .container:after {
  display: table;
  content: "";
  line-height: 0
}

.container:after, .clearfix:after {
  clear: both
}

.hide-text {
  font: 0/0 a;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0
}

.hidden {
  display: none
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.noscroll {
  overflow: hidden
}

.d-flex {
  display: flex !important
}

[data-parallax] {
  min-height: 10px;
  background: rgba(0, 0, 0, 0)
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.w-100 {
  width: 100% !important
}

.h-100 {
  height: 100% !important
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important
}

@media (min-width: 992px) {
  .visible-mobile {
    display: none
  }
}

@media (max-width: 991px) {
  .visible-desktop {
    display: none
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px
  }

  .d-sm-none {
    display: none !important
  }

  .d-sm-flex {
    display: flex !important
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px
  }

  .d-md-none {
    display: none !important
  }

  .d-md-flex {
    display: flex !important
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px
  }

  .d-lg-none {
    display: none !important
  }

  .d-lg-flex {
    display: flex !important
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px
  }

  .d-xl-none {
    display: none !important
  }

  .d-xl-flex {
    display: flex !important
  }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-sl-1, .col-sl-2, .col-sl-3, .col-sl-4, .col-sl-5, .col-sl-6, .col-sl-7, .col-sl-8, .col-sl-9, .col-sl-10, .col-sl-11, .col-sl-12, .col-sl, .col-sl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  order: -1
}

.order-last {
  order: 13
}

.order-0 {
  order: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

.offset-1 {
  margin-left: 8.333333%
}

.offset-2 {
  margin-left: 16.666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.333333%
}

.offset-5 {
  margin-left: 41.666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.333333%
}

.offset-8 {
  margin-left: 66.666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.333333%
}

.offset-11 {
  margin-left: 91.666667%
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    order: -1
  }

  .order-sm-last {
    order: 13
  }

  .order-sm-0 {
    order: 0
  }

  .order-sm-1 {
    order: 1
  }

  .order-sm-2 {
    order: 2
  }

  .order-sm-3 {
    order: 3
  }

  .order-sm-4 {
    order: 4
  }

  .order-sm-5 {
    order: 5
  }

  .order-sm-6 {
    order: 6
  }

  .order-sm-7 {
    order: 7
  }

  .order-sm-8 {
    order: 8
  }

  .order-sm-9 {
    order: 9
  }

  .order-sm-10 {
    order: 10
  }

  .order-sm-11 {
    order: 11
  }

  .order-sm-12 {
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.333333%
  }

  .offset-sm-2 {
    margin-left: 16.666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.333333%
  }

  .offset-sm-5 {
    margin-left: 41.666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.333333%
  }

  .offset-sm-8 {
    margin-left: 66.666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.333333%
  }

  .offset-sm-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    order: -1
  }

  .order-md-last {
    order: 13
  }

  .order-md-0 {
    order: 0
  }

  .order-md-1 {
    order: 1
  }

  .order-md-2 {
    order: 2
  }

  .order-md-3 {
    order: 3
  }

  .order-md-4 {
    order: 4
  }

  .order-md-5 {
    order: 5
  }

  .order-md-6 {
    order: 6
  }

  .order-md-7 {
    order: 7
  }

  .order-md-8 {
    order: 8
  }

  .order-md-9 {
    order: 9
  }

  .order-md-10 {
    order: 10
  }

  .order-md-11 {
    order: 11
  }

  .order-md-12 {
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.333333%
  }

  .offset-md-2 {
    margin-left: 16.666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.333333%
  }

  .offset-md-5 {
    margin-left: 41.666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.333333%
  }

  .offset-md-8 {
    margin-left: 66.666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.333333%
  }

  .offset-md-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    order: -1
  }

  .order-lg-last {
    order: 13
  }

  .order-lg-0 {
    order: 0
  }

  .order-lg-1 {
    order: 1
  }

  .order-lg-2 {
    order: 2
  }

  .order-lg-3 {
    order: 3
  }

  .order-lg-4 {
    order: 4
  }

  .order-lg-5 {
    order: 5
  }

  .order-lg-6 {
    order: 6
  }

  .order-lg-7 {
    order: 7
  }

  .order-lg-8 {
    order: 8
  }

  .order-lg-9 {
    order: 9
  }

  .order-lg-10 {
    order: 10
  }

  .order-lg-11 {
    order: 11
  }

  .order-lg-12 {
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.333333%
  }

  .offset-lg-2 {
    margin-left: 16.666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.333333%
  }

  .offset-lg-5 {
    margin-left: 41.666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.333333%
  }

  .offset-lg-8 {
    margin-left: 66.666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.333333%
  }

  .offset-lg-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    order: -1
  }

  .order-xl-last {
    order: 13
  }

  .order-xl-0 {
    order: 0
  }

  .order-xl-1 {
    order: 1
  }

  .order-xl-2 {
    order: 2
  }

  .order-xl-3 {
    order: 3
  }

  .order-xl-4 {
    order: 4
  }

  .order-xl-5 {
    order: 5
  }

  .order-xl-6 {
    order: 6
  }

  .order-xl-7 {
    order: 7
  }

  .order-xl-8 {
    order: 8
  }

  .order-xl-9 {
    order: 9
  }

  .order-xl-10 {
    order: 10
  }

  .order-xl-11 {
    order: 11
  }

  .order-xl-12 {
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.333333%
  }

  .offset-xl-2 {
    margin-left: 16.666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.333333%
  }

  .offset-xl-5 {
    margin-left: 41.666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.333333%
  }

  .offset-xl-8 {
    margin-left: 66.666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.333333%
  }

  .offset-xl-11 {
    margin-left: 91.666667%
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.gutters-2 {
  margin-right: -2px;
  margin-left: -2px
}

.gutters-2 > .col, .gutters-2 > [class*=col-] {
  padding-right: 2px;
  padding-left: 2px
}

.gutters-3 {
  margin-right: -3px;
  margin-left: -3px
}

.gutters-3 > .col, .gutters-3 > [class*=col-] {
  padding-right: 3px;
  padding-left: 3px
}

.gutters-5 {
  margin-right: -5px;
  margin-left: -5px
}

.gutters-5 > .col, .gutters-5 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}

.gutters-7 {
  margin-right: -7px;
  margin-left: -7px
}

.gutters-7 > .col, .gutters-7 > [class*=col-] {
  padding-right: 7px;
  padding-left: 7px
}

.hidden {
  display: none !important
}

@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important
  }
}

@media (max-width: 1199px)and (min-width: 992px) {
  .hidden-lg {
    display: none !important
  }
}

@media (max-width: 1199px) {
  .no-gutters-lg-low {
    margin-right: 0;
    margin-left: 0
  }
}

@media (max-width: 1199px) {
  .no-gutters-lg-low > .col, .no-gutters-lg-low > [class*=col-] {
    padding-right: 0;
    padding-left: 0
  }
}

@media (max-width: 1199px) {
  .gutters-2-lg-low {
    margin-right: -2px;
    margin-left: -2px
  }
}

@media (max-width: 1199px) {
  .gutters-2-lg-low > .col, .gutters-2-lg-low > [class*=col-] {
    padding-right: 2px;
    padding-left: 2px
  }
}

@media (max-width: 1199px) {
  .gutters-3-lg-low {
    margin-right: -3px;
    margin-left: -3px
  }
}

@media (max-width: 1199px) {
  .gutters-3-lg-low > .col, .gutters-3-lg-low > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px
  }
}

@media (max-width: 1199px) {
  .gutters-5-lg-low {
    margin-right: -5px;
    margin-left: -5px
  }
}

@media (max-width: 1199px) {
  .gutters-5-lg-low > .col, .gutters-5-lg-low > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
  }
}

@media (min-width: 992px) {
  .hidden-desktop {
    display: none !important
  }
}

@media (max-width: 991px) {
  .hidden-mobile {
    display: none !important
  }
}

@media (max-width: 991px)and (min-width: 768px) {
  .hidden-md {
    display: none !important
  }
}

@media (max-width: 991px) {
  .no-gutters-md-low {
    margin-right: 0;
    margin-left: 0
  }
}

@media (max-width: 991px) {
  .no-gutters-md-low > .col, .no-gutters-md-low > [class*=col-] {
    padding-right: 0;
    padding-left: 0
  }
}

@media (max-width: 991px) {
  .gutters-2-md-low {
    margin-right: -2px;
    margin-left: -2px
  }
}

@media (max-width: 991px) {
  .gutters-2-md-low > .col, .gutters-2-md-low > [class*=col-] {
    padding-right: 2px;
    padding-left: 2px
  }
}

@media (max-width: 991px) {
  .gutters-3-md-low {
    margin-right: -3px;
    margin-left: -3px
  }
}

@media (max-width: 991px) {
  .gutters-3-md-low > .col, .gutters-3-md-low > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px
  }
}

@media (max-width: 991px) {
  .gutters-5-md-low {
    margin-right: -5px;
    margin-left: -5px
  }
}

@media (max-width: 991px) {
  .gutters-5-md-low > .col, .gutters-5-md-low > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
  }
}

@media (max-width: 767px)and (min-width: 576px) {
  .hidden-sm {
    display: none !important
  }
}

@media (max-width: 767px) {
  .no-gutters-sm-low {
    margin-right: 0;
    margin-left: 0
  }
}

@media (max-width: 767px) {
  .no-gutters-sm-low > .col, .no-gutters-sm-low > [class*=col-] {
    padding-right: 0;
    padding-left: 0
  }
}

@media (max-width: 767px) {
  .gutters-2-sm-low {
    margin-right: -2px;
    margin-left: -2px
  }
}

@media (max-width: 767px) {
  .gutters-2-sm-low > .col, .gutters-2-sm-low > [class*=col-] {
    padding-right: 2px;
    padding-left: 2px
  }
}

@media (max-width: 767px) {
  .gutters-3-sm-low {
    margin-right: -3px;
    margin-left: -3px
  }
}

@media (max-width: 767px) {
  .gutters-3-sm-low > .col, .gutters-3-sm-low > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px
  }
}

@media (max-width: 767px) {
  .gutters-5-sm-low {
    margin-right: -5px;
    margin-left: -5px
  }
}

@media (max-width: 767px) {
  .gutters-5-sm-low > .col, .gutters-5-sm-low > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
  }
}

@media (max-width: 575px) {
  .hidden-ss {
    display: none !important
  }

  .no-gutters-ss {
    margin-right: 0;
    margin-left: 0
  }

  .no-gutters-ss > .col, .no-gutters-ss > [class*=col-] {
    padding-right: 0;
    padding-left: 0
  }

  .gutters-2-ss {
    margin-right: -2px;
    margin-left: -2px
  }

  .gutters-2-ss > .col, .gutters-2-ss > [class*=col-] {
    padding-right: 2px;
    padding-left: 2px
  }

  .gutters-3-ss {
    margin-right: -3px;
    margin-left: -3px
  }

  .gutters-3-ss > .col, .gutters-3-ss > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px
  }

  .gutters-5-ss {
    margin-right: -5px;
    margin-left: -5px
  }

  .gutters-5-ss > .col, .gutters-5-ss > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
  }
}

.flex-row {
  flex-direction: row !important
}

.flex-column {
  flex-direction: column !important
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  flex-direction: column-reverse !important
}

.flex-wrap {
  flex-wrap: wrap !important
}

.flex-nowrap {
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.align-items-start {
  align-items: flex-start !important
}

.align-items-end {
  align-items: flex-end !important
}

.align-items-center {
  align-items: center !important
}

.align-items-baseline {
  align-items: baseline !important
}

.align-items-stretch {
  align-items: stretch !important
}

.align-content-start {
  align-content: flex-start !important
}

.align-content-end {
  align-content: flex-end !important
}

.align-content-center {
  align-content: center !important
}

.align-content-between {
  align-content: space-between !important
}

.align-content-around {
  align-content: space-around !important
}

.align-content-stretch {
  align-content: stretch !important
}

.align-self-auto {
  align-self: auto !important
}

.align-self-start {
  align-self: flex-start !important
}

.align-self-end {
  align-self: flex-end !important
}

.align-self-center {
  align-self: center !important
}

.align-self-baseline {
  align-self: baseline !important
}

.align-self-stretch {
  align-self: stretch !important
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important
  }

  .flex-sm-column {
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .justify-content-sm-start {
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    justify-content: center !important
  }

  .justify-content-sm-between {
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    justify-content: space-around !important
  }

  .align-items-sm-start {
    align-items: flex-start !important
  }

  .align-items-sm-end {
    align-items: flex-end !important
  }

  .align-items-sm-center {
    align-items: center !important
  }

  .align-items-sm-baseline {
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    align-items: stretch !important
  }

  .align-content-sm-start {
    align-content: flex-start !important
  }

  .align-content-sm-end {
    align-content: flex-end !important
  }

  .align-content-sm-center {
    align-content: center !important
  }

  .align-content-sm-between {
    align-content: space-between !important
  }

  .align-content-sm-around {
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    align-content: stretch !important
  }

  .align-self-sm-auto {
    align-self: auto !important
  }

  .align-self-sm-start {
    align-self: flex-start !important
  }

  .align-self-sm-end {
    align-self: flex-end !important
  }

  .align-self-sm-center {
    align-self: center !important
  }

  .align-self-sm-baseline {
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    align-self: stretch !important
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important
  }

  .flex-md-column {
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-md-wrap {
    flex-wrap: wrap !important
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .justify-content-md-start {
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    justify-content: center !important
  }

  .justify-content-md-between {
    justify-content: space-between !important
  }

  .justify-content-md-around {
    justify-content: space-around !important
  }

  .align-items-md-start {
    align-items: flex-start !important
  }

  .align-items-md-end {
    align-items: flex-end !important
  }

  .align-items-md-center {
    align-items: center !important
  }

  .align-items-md-baseline {
    align-items: baseline !important
  }

  .align-items-md-stretch {
    align-items: stretch !important
  }

  .align-content-md-start {
    align-content: flex-start !important
  }

  .align-content-md-end {
    align-content: flex-end !important
  }

  .align-content-md-center {
    align-content: center !important
  }

  .align-content-md-between {
    align-content: space-between !important
  }

  .align-content-md-around {
    align-content: space-around !important
  }

  .align-content-md-stretch {
    align-content: stretch !important
  }

  .align-self-md-auto {
    align-self: auto !important
  }

  .align-self-md-start {
    align-self: flex-start !important
  }

  .align-self-md-end {
    align-self: flex-end !important
  }

  .align-self-md-center {
    align-self: center !important
  }

  .align-self-md-baseline {
    align-self: baseline !important
  }

  .align-self-md-stretch {
    align-self: stretch !important
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important
  }

  .flex-lg-column {
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .justify-content-lg-start {
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    justify-content: center !important
  }

  .justify-content-lg-between {
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    justify-content: space-around !important
  }

  .align-items-lg-start {
    align-items: flex-start !important
  }

  .align-items-lg-end {
    align-items: flex-end !important
  }

  .align-items-lg-center {
    align-items: center !important
  }

  .align-items-lg-baseline {
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    align-items: stretch !important
  }

  .align-content-lg-start {
    align-content: flex-start !important
  }

  .align-content-lg-end {
    align-content: flex-end !important
  }

  .align-content-lg-center {
    align-content: center !important
  }

  .align-content-lg-between {
    align-content: space-between !important
  }

  .align-content-lg-around {
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    align-content: stretch !important
  }

  .align-self-lg-auto {
    align-self: auto !important
  }

  .align-self-lg-start {
    align-self: flex-start !important
  }

  .align-self-lg-end {
    align-self: flex-end !important
  }

  .align-self-lg-center {
    align-self: center !important
  }

  .align-self-lg-baseline {
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    align-self: stretch !important
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important
  }

  .flex-xl-column {
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-xl-fill {
    flex: 11 auto !important
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-xl-start {
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    justify-content: center !important
  }

  .justify-content-xl-between {
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    justify-content: space-around !important
  }

  .align-items-xl-start {
    align-items: flex-start !important
  }

  .align-items-xl-end {
    align-items: flex-end !important
  }

  .align-items-xl-center {
    align-items: center !important
  }

  .align-items-xl-baseline {
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    align-items: stretch !important
  }

  .align-content-xl-start {
    align-content: flex-start !important
  }

  .align-content-xl-end {
    align-content: flex-end !important
  }

  .align-content-xl-center {
    align-content: center !important
  }

  .align-content-xl-between {
    align-content: space-between !important
  }

  .align-content-xl-around {
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    align-content: stretch !important
  }

  .align-self-xl-auto {
    align-self: auto !important
  }

  .align-self-xl-start {
    align-self: flex-start !important
  }

  .align-self-xl-end {
    align-self: flex-end !important
  }

  .align-self-xl-center {
    align-self: center !important
  }

  .align-self-xl-baseline {
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    align-self: stretch !important
  }
}

*::-moz-selection {
  background: #000;
  color: #fff
}

*::selection {
  background: #000;
  color: #fff
}

*::-moz-selection {
  background: #000;
  color: #fff
}

html {
  font-size: 16px
}

body {
  font-size: 1em;
  font-family: "Work Sans", sans-serif;
  color: #000;
  background-color: #ededed
}

p {
  line-height: 1.5em;
  margin-bottom: 1em
}

a {
  text-decoration: none;
  color: currentColor
}

strong {
  font-weight: bold
}

em {
  font-style: italic
}

.dialog-termos .check-item {
  display: inline-flex;
  margin-bottom: 20px;
  align-items: center;
  position: relative
}

.dialog-termos .check-item span {
  width: 21px;
  height: 21px;
  border-radius: 3px;
  border: 2px solid #707070;
  margin-right: 15px;
  position: relative
}

.dialog-termos .check-item span.active:before {
  width: 13px;
  height: 13px;
  background-color: #CF6D28;
  content: " ";
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto
}

.dialog-termos .check-item input[type=checkbox] {
  width: 100%;
  z-index: 99999;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  border: none !important
}

.dialog-termos .check-item label {
  margin-bottom: 0 !important;
  font-weight: normal
}

.dialog-termos .check-item label a {
  color: #CF6D28
}

#modal-termos-lgpd {
  width: 80%
}

@media (max-width: 575px) {
  #modal-termos-lgpd {
    width: 100%
  }
}

#modal-termos-lgpd .bloco {
  padding: 50px;
  background-color: #fff
}

@media (max-width: 575px) {
  #modal-termos-lgpd .bloco {
    padding: 30px
  }
}

#modal-termos-lgpd .bloco p a {
  color: #CF6D28;
  font-weight: 600
}

.clientes {
  padding: 0px 0 72px 0;
  background-color: #fff
}

.clientes h2 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 60px;
  text-transform: uppercase;
  color: #96999c
}

.clientes .grid-clientes {
  display: grid;
  grid-template-columns:repeat(6, 1fr);
  grid-gap: 30px
}

.clientes .grid-clientes .item {
  height: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

.clientes .grid-clientes .item img {
  max-height: 75px;
  max-width: 110px;
  display: block;
  margin: 0 auto
}

@media (max-width: 991px) {
  .clientes {
    padding: 80px 0
  }

  .clientes .grid-clientes {
    grid-template-columns:repeat(4, 1fr)
  }
}

@media (max-width: 575px) {
  .clientes {
    padding: 60px 0
  }

  .clientes h2 {
    font-size: 1rem;
    margin-bottom: 30px
  }

  .clientes .grid-clientes {
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 20px
  }

  .clientes .grid-clientes .item {
    height: 100px
  }

  .clientes .grid-clientes .item img {
    max-height: 65px;
    max-width: 70px
  }
}

.titulo-paginas {
  height: 320px;
  background-color: #113023;
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1920 320' style='enable-background:new 0 0 1920 320;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23CF6D28;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpath class='st0' d='M666.4-431.5c21.5-0.5,56-1.2,77.4-1.7c33.4,3.6,66.8,6.7,100.1,10.8c67.2,8.2,132.3,25,195,50.4 c4.7,1.9,10.4,9.1,10.5,13.9c0.6,122.5,0.9,245,0.2,367.5c-0.2,38.1-14.4,59.1-43,67.8c-10.2,3.1-21.1,4.9-31.7,5 c-64.4,0.5-128.8,0.4-193.1,0.4c-44.6,0-46.6-2-46.4-47.4c0-1.7,0-3.4,0.1-5.1c1.6-30.3,17.1-45.4,47.7-45.5 c46.1-0.2,92.3-0.1,138.4-0.1c3.5,0,7,0,10.6,0c4.9,0,9.1-3.8,9.4-8.7c0-0.5,0.1-1,0.1-1.5c0-88.3-0.3-176.6,0-264.9 c0-11.3-5.9-14.3-14.8-16.9c-76.3-22.6-153.9-33-233.6-27.5c-107.2,7.4-182.3,60.1-224.6,158.6c-10.2,23.8-17.4,48.9-25.5,73.7 c-1.7,5.1,1.3,10.5,6.5,11.8l0,0c69.6,17.7,129.5,51.4,175.8,107.1c39.9,48,63,104.7,81.5,163.4c3.5,11.1,7.9,15.6,19.8,15.9 c29.5,0.6,59.1,2.1,88.5,4.2c79.6,5.7,156.4,24.3,231.2,52c9.9,3.7,13.9,8.4,13.9,19.5c-0.4,121.3,0,242.7-0.1,364 c-0.1,49.9-22.8,72.5-73.3,73c-67.8,0.6-135.6,0.8-203.3,1.1c-32,0.1-33.2,0.1-36.3-31.6c-3.7-38.4,2.6-67.1,55.8-65.8 c46.6,1.1,93.3-1,140-1.8l0,0c5-0.1,8.9-4.2,8.9-9.1c0-8.9,0-17.2,0-25.5c0-78.1-0.4-156.1,0.3-234.2c0.1-13.7-3.7-19.6-17.2-23.6 c-84.4-24.7-170.2-34.2-257.5-23c-56.2,7.2-105.1,31-144.4,73.1c-57.1,61.1-79,137-87.8,216.8c-5.8,52.7-5.1,106.2-6.7,159.4 c-0.2,5.1-4.3,9.1-9.4,9.1H332c-5.3,0-9.5-4.4-9.4-9.7c1.1-37.7,1.7-75.4,3.6-113.1c3.7-72.5,20.5-142,47-209.5 c40.7-103.4,110-176.1,217.9-209.1c0.6-0.2,1.1-0.4,1.7-0.7c4.1-1.9,6.1-6.7,4.8-11.1c-1.7-5.8-3.2-11.3-5-16.7 C555.5,73.9,482.3,5.6,364.9-5.3c-80.8-7.5-160.9,2.4-239,25.8c-13.7,4.1-18.9,9.8-18.7,24.6c0.7,81.4,0.5,162.9,0.2,244.4 c-0.1,25.4-0.5,25.5,25.3,25.5c44.4,0,88.9-0.2,133.3,0.1c33.2,0.3,49.1,16.3,48.5,49.6c-0.2,11.7-3.7,23.4-5.2,35.2 c-1.1,8.9-5.3,12.3-14.5,12.2c-77.4-0.7-154.9-0.3-232.3-1.6c-37.4-0.6-59.9-24.8-61.2-61.7c-0.5-13.7-1-27.3-1-41 C0.2,201.2,0.1,94.7,0.4-11.8c0.1-32.3-6-25.8,26.7-37.7c90.1-33,183.4-50.3,279.4-51.5c15.5-0.2,23.8-3.5,28.1-21.1 c7.5-30.6,18.3-60.7,30.1-90c43.7-109.2,121.2-180.7,236.8-208.2C622.7-425.5,644.6-428.2,666.4-431.5z'/%3E%3C/svg%3E");
  background-size: 1920px;
  background-position: top left;
  background-repeat: no-repeat
}

.titulo-paginas h1 {
  color: #fff;
  font-size: 2.5rem;
  line-height: .9em;
  font-weight: 700;
  letter-spacing: .02em
}

.titulo-paginas h3 {
  color: #ededed;
  opacity: .7;
  margin-bottom: 10px
}

@media (max-width: 1439px) {
  .titulo-paginas {
    height: 250px;
    padding-bottom: 20px
  }

  .titulo-paginas h1 {
    line-height: 1.2em
  }
}

@media (max-width: 1199px) {
  .titulo-paginas {
    height: 250px
  }
}

@media (max-width: 991px) {
  .titulo-paginas {
    height: 150px;
    padding-bottom: 30px
  }

  .titulo-paginas h1 {
    font-size: 1.5625rem
  }
}

@media (max-width: 575px) {
  .titulo-paginas {
    height: 120px
  }

  .titulo-paginas h1 {
    font-size: 1.25rem
  }

  .titulo-paginas h3 {
    font-size: .875rem;
    margin-bottom: 5px
  }
}

.inicio-paginas {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px
}

.inicio-paginas h4 {
  font-size: 1.25rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.75rem;
  padding-top: 100px;
  color: #707070;
  text-align: justify
}

.inicio-paginas .imagem {
  height: 340px;
  width: calc(100% + 30px);
  float: right;
  margin-top: -100px
}

.inicio-paginas .imagem img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width: 991px) {
  .inicio-paginas {
    margin-bottom: 80px
  }

  .inicio-paginas h4 {
    padding-top: 40px
  }

  .inicio-paginas .imagem {
    height: 200px;
    margin-top: -40px;
    width: 100%;
    float: initial
  }
}

@media (max-width: 575px) {
  .inicio-paginas {
    margin-top: 30px;
    margin-bottom: 40px
  }

  .inicio-paginas h4 {
    padding-top: 0;
    font-size: 1rem;
    line-height: 1.4em
  }

  .inicio-paginas .imagem {
    margin-top: 30px
  }
}

[id*=modal-] {
  display: none;
  width: 100%;
  height: auto;
  padding: 0;
  background-color: rgba(0, 0, 0, 0)
}

[id*=modal-] .centralizador {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

[id*=modal-] .conteudo-modal {
  background-color: #fff;
  padding: 80px 95px;
  position: relative
}

[id*=modal-] .conteudo-modal .fechar-modal {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0)
}

[id*=modal-] .conteudo-modal .fechar-modal svg {
  fill: #b7b7b7;
  width: 14px
}

@media (min-width: 992px) {
  [id*=modal-] .conteudo-modal .fechar-modal svg {
    transition: all .3s
  }

  [id*=modal-] .conteudo-modal .fechar-modal:hover svg {
    fill: #CF6D28
  }
}

[id*=modal-] .conteudo-modal h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #CF6D28;
  font-weight: 700;
  margin-bottom: 40px
}

[id*=modal-] .conteudo-modal .form input, [id*=modal-] .conteudo-modal .form textarea, [id*=modal-] .conteudo-modal .form .file {
  background-color: #ededed
}

[id*=modal-] .conteudo-modal .form textarea {
  height: 136px
}

@media (max-width: 575px) {
  [id*=modal-] .container {
    padding: 0
  }

  [id*=modal-] .conteudo-modal {
    padding: 40px 20px
  }
}

.modal-personalizado-progete .fancybox-slide--html {
  padding: 0
}

.logistica .imagem img {
  -o-object-position: bottom;
  object-position: bottom
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0
}

textarea {
  height: 140px;
  resize: none
}

button {
  font-family: "Work Sans", sans-serif;
  font-size: 1em;
  border: 0;
  cursor: pointer
}

.g-recaptcha, .h-captcha {
  margin-bottom: 20px
}

.file {
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer
}

.file input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0
}

.file span {
  flex-grow: 1;
  flex-basis: 0;
  padding-right: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 15px
}

.file::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 10px;
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23c9c9c9' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m182.461 155.48 49.539-49.539v262.059a24 24 0 0 0 48 0v-262.059l49.539 49.539a24 24 0 1 0 33.941-33.941l-90.509-90.51a24 24 0 0 0 -33.942 0l-90.509 90.51a24 24 0 1 0 33.941 33.941z' /%3E%3Cpath d='m464 232a24 24 0 0 0 -24 24v184h-368v-184a24 24 0 0 0 -48 0v192a40 40 0 0 0 40 40h384a40 40 0 0 0 40-40v-192a24 24 0 0 0 -24-24z' /%3E%3C/svg%3E");
  background-size: 1.5em;
  background-size: 1.5em;
  background-position: center;
  background-repeat: no-repeat
}

.form__group {
  position: relative
}

.obrigatorio::after {
  content: "Campo de preenchimento obrigatório";
  position: absolute;
  z-index: 1000;
  top: calc(100% + 6px);
  left: 5px;
  font-size: 13px;
  line-height: 1em;
  border-radius: 5px;
  padding: .75em 1em .75em 2em;
  background-color: #fff4f4;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .1);
  border: 1px #fdd solid;
  color: #e2574c;
  font-weight: 600;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 232.42 232.42'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bclip-path:url(%23clip-path);%7D.cls-3%7Bfill:%23e2574c;%7D%3C/style%3E%3CclipPath id='clip-path' transform='translate(0)'%3E%3Crect class='cls-1' width='232.42' height='232.42'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='cls-2'%3E%3Cpath class='cls-3' d='M116.21,0A116.21,116.21,0,1,0,232.42,116.21,116.21,116.21,0,0,0,116.21,0m0,196.56a17.85,17.85,0,1,1,17.84-17.84,17.87,17.87,0,0,1-17.84,17.84m18-67.52c0,8.42-8,14-18,14-10.25,0-18-5.32-18-14V49.84c0-8.63,7.76-14,18-14,10,0,18,5.55,18,14Z' transform='translate(0)'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left .7em center;
  background-size: .95em;
  white-space: nowrap
}

@media (max-width: 400px) {
  .obrigatorio::after {
    font-size: 11px
  }
}

.obrigatorio::before {
  content: " ";
  position: absolute;
  top: calc(100% + 1px);
  left: 20px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #fff4f4;
  z-index: 1001;
  box-shadow: -4px -5px 11px 0px rgba(0, 0, 0, .05);
  border-top: 1px #fdd solid;
  border-left: 1px #fdd solid
}

.form__group {
  margin: 0 0 20px 0
}

.form label:not(.file) {
  font-size: .75rem;
  font-weight: 600;
  color: #707070;
  display: block;
  margin-bottom: 5px;
  line-height: 1.2em;
  letter-spacing: .1em
}

.form input:not(.no-style), .form select, .form textarea, .form .file, .form progeteselect > label {
  width: 100%;
  background: #fff;
  line-height: 50px;
  font-size: .875rem
}

.form input, .form select {
  padding: 0 15px
}

.form textarea {
  padding: 1em;
  line-height: 1.2em
}

.form button {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  line-height: 60px;
  padding: 0 60px;
  border: 1px solid #96999c;
  font-weight: 600;
  color: #CF6D28;
  margin: 60px auto 0 auto;
  display: block
}

@media (min-width: 992px) {
  .form button {
    transition: all .3s
  }

  .form button:hover {
    background-color: #CF6D28;
    border: 1px solid #CF6D28;
    color: #fff
  }
}

@media (max-width: 575px) {
  .form button {
    line-height: 50px;
    padding: 0 50px;
    font-size: .875rem;
    margin: 30px auto 0 auto
  }
}

.form button:disabled {
  color: #96999c;
  pointer-events: none
}

.alerta-form--fail {
  clear: both;
  text-align: left;
  margin-bottom: 10px;
  color: #c44;
  font-weight: 700
}

.alerta-form--success {
  background-color: rgba(0, 0, 0, .05);
  font-weight: 700;
  font-size: 1.333rem;
  line-height: 1.2em;
  text-align: center;
  padding: 80px 0
}

.alerta-form--success svg {
  width: 3.667em;
  height: 3.667em;
  fill: #4ac044;
  margin-left: -1.2em
}

.alerta-form--success a {
  display: inline-block;
  font-size: .9333em;
  line-height: 1em;
  font-weight: 700;
  padding: .6em 1.4667em;
  margin: 0;
  background-color: #4ac044;
  border-radius: .8em;
  transition: all .3s;
  margin-top: 1.6em
}

.alerta-form--success a:hover {
  text-decoration: none;
  background-color: rgba(74, 192, 68, .8)
}

.alerta-news {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 9999;
  padding: 15px
}

.alerta-news__content {
  position: relative;
  background-color: #f0f0f0;
  text-align: center;
  width: 100%;
  max-width: 32em;
  height: 17em;
  flex-direction: column;
  font-size: .9333em;
  line-height: 1.2em;
  border-radius: 1em;
  padding: 15px
}

.alerta-news__titulo {
  font-size: 1.43em;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 1.25em
}

.alerta-news__texto {
  max-width: 20em;
  margin: 0
}

.alerta-news__fechar {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  transition: all .1s
}

.alerta-news__fechar:hover {
  transform: scale(1.3)
}

.alerta-news--fail .alerta-news__titulo {
  color: #c44
}

.alerta-news--fail .alerta-news__texto {
  color: #a13434
}

.alerta-news--sucess .alerta-news__titulo {
  color: #4ac044
}

.alerta-news--sucess .alerta-news__texto {
  color: #487f45
}

.grecaptcha-badge {
  display: none !important
}

@media (min-width: 1200px) {
  header {
    background-color: rgba(0, 0, 0, .05);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999
  }

  header svg.ico-header-home {
    position: absolute;
    width: 800px;
    left: -400px
  }

  header .logo {
    height: 150px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: -30px
  }

  header .logo svg {
    width: 210px
  }

  header svg.ico-logo {
    position: absolute;
    fill: #fff;
    width: 480px;
    top: -80px;
    left: -95px
  }

  header nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center
  }

  header nav ul li a {
    display: block;
    color: #fff;
    font-weight: 500;
    letter-spacing: .02em;
    padding: 52px 17px;
    position: relative;
    font-size: 20px
  }

  header nav ul li a::after {
    content: "";
    display: block;
    position: absolute;
    left: 40px;
    right: 40px;
    top: calc(50% + 15px);
    height: 2px;
    background-color: #fff;
    opacity: 0;
    transition: .3s
  }

  header nav ul li a:hover::after {
    left: 25px;
    right: 25px;
    opacity: 1
  }

  header.home {
    background-color: rgba(0, 0, 0, 0)
  }

  header.home nav ul li a {
    padding: 75px 17px
  }

  header.home nav ul li a::after {
    background-color: #CF6D28;
  }
}

header .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

@media (max-width: 991px) {
  header .menu {
    flex-direction: column
  }
}

header .idiomas {
  display: flex;
  border: 1px solid #96999c;
  border-radius: 4px
}

header .idiomas a {
  line-height: 25px;
  padding: 0 8px;
  font-size: .75rem;
  color: #fff;
  font-weight: 600
}

header .idiomas a.ativo {
  border-radius: 2px;
  background-color: #96999c
}

@media (max-width: 1199px) {
  header {
    z-index: 9999;
    background-color: #fff
  }

  header svg.ico-header-home {
    position: absolute;
    width: 600px;
    left: -300px
  }

  header .logo {
    height: 80px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3
  }

  header .logo svg {
    width: 170px
  }

  header svg.ico-logo {
    display: none
  }

  header nav {
    background-color: #1D3325;
    color: #fff;
    display: block;
    position: fixed;
    width: 270px;
    right: -270px;
    top: 0;
    bottom: 0;
    padding: 100px 0 80px 0;
    z-index: 9997;
    transition: all .4s ease
  }

  header nav.active {
    opacity: 1;
    right: 0
  }

  header nav.active + .toggle-menu {
    background-color: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important
  }

  header nav.active + .toggle-menu span {
    background-color: #fff !important
  }

  header nav.active + .toggle-menu span.tm1 {
    transform: rotate(45deg)
  }

  header nav.active + .toggle-menu span.tm2 {
    margin-top: -2px;
    transform: rotate(-45deg)
  }

  header nav.active + .toggle-menu span.tm3 {
    display: none
  }

  header nav ul {
    display: flex;
    flex-wrap: wrap;
    position: relative
  }

  header nav ul li {
    width: 100%;
    order: 2
  }

  header nav ul li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: .9375rem;
    letter-spacing: .02em;
    padding: 10px 20px;
    margin-bottom: 10px
  }

  header nav ul .idiomas {
    display: flex;
    border: 1px solid #96999c;
    border-radius: 4px;
    order: 1;
    position: absolute;
    left: 30px;
    top: -74px
  }

  header nav ul .idiomas a {
    line-height: 25px;
    padding: 0 8px;
    font-size: .75rem;
    color: #fff;
    font-weight: 600
  }

  header nav ul .idiomas a.ativo {
    border-radius: 2px;
    background-color: #96999c
  }

  header .toggle-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 80px;
    height: 80px;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    transition: background-color .3s
  }

  header .toggle-menu span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #CF6D28;
    transition: all .4s ease
  }

  header .toggle-menu span + span {
    margin-top: 6px
  }

  header.home {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0)
  }

  header.home svg.ico-logo {
    display: block;
    position: absolute;
    fill: #fff;
    width: 380px;
    top: -85px;
    left: -70px;
    z-index: 2
  }

  header.home .toggle-menu span {
    background-color: #fff
  }

  header.fixo .toggle-menu {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
  }

  header.fixo .toggle-menu span {
    background-color: #CF6D28
  }
}

@media (max-width: 1199px)and (max-width: 575px) {
  header svg.ico-header-home {
    width: 500px;
    left: -220px
  }

  header.home svg.ico-logo {
    width: 360px
  }

  header .logo svg {
    width: 135px
  }
}

#home .banner {
  position: relative
}

#home .banner .swiper-home {
  height: 100vh
}

#home .banner .swiper-home .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none
}

#home .banner .swiper-home .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 160px;
  top: 0;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  pointer-events: none
}

#home .banner .swiper-home .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover
}

#home .banner .swiper-home .swiper-slide .conteudo-slide {
  position: absolute;
  bottom: 15.5vh;
  left: 0;
  right: 0;
  z-index: 100
}

#home .banner .swiper-home .swiper-slide .conteudo-slide h2 {
  font-size: 2.5rem;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  position: relative;
  bottom: -20px;
  opacity: 0;
  transition: .4s
}

#home .banner .swiper-home .swiper-slide .conteudo-slide .botao-slide {
  position: relative;
  right: -20px;
  opacity: 0;
  transition: .4s
}

@media (min-width: 1200px) {
  #home .banner .swiper-home .swiper-slide .conteudo-slide .botao-slide {
    padding-left: 65px
  }
}

#home .banner .swiper-home .swiper-slide .conteudo-slide .botao-slide a {
  display: block;
  text-align: center;
  line-height: 60px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  font-weight: 600;
  color: #fff
}

@media (min-width: 992px) {
  #home .banner .swiper-home .swiper-slide .conteudo-slide .botao-slide a {
    transition: all .3s
  }

  #home .banner .swiper-home .swiper-slide .conteudo-slide .botao-slide a:hover {
    background-color: #CF6D28;
    border: 1px solid #CF6D28
  }
}

#home .banner .swiper-home .swiper-slide.swiper-slide-active .conteudo-slide h2 {
  bottom: 0;
  opacity: 1;
  transition-delay: .8s
}

#home .banner .swiper-home .swiper-slide.swiper-slide-active .conteudo-slide .botao-slide {
  right: 0;
  opacity: 1;
  transition-delay: 1s
}

@media (max-width: 991px) {
  #home .banner .swiper-home {
    height: 500px
  }

  #home .banner .swiper-home .swiper-slide .conteudo-slide {
    bottom: 50px
  }

  #home .banner .swiper-home .swiper-slide .conteudo-slide h2 {
    font-size: 1.5625rem;
    margin-bottom: 20px
  }

  #home .banner .swiper-home .swiper-slide .conteudo-slide .botao-slide a {
    display: inline-block;
    padding: 0 40px
  }
}

@media (max-width: 575px) {
  #home .banner .swiper-home {
    height: 400px
  }

  #home .banner .swiper-home .swiper-slide .conteudo-slide {
    bottom: 30px
  }

  #home .banner .swiper-home .swiper-slide .conteudo-slide h2 {
    font-size: 1.375rem;
    margin-bottom: 15px
  }

  #home .banner .swiper-home .swiper-slide .conteudo-slide .botao-slide a {
    padding: 0 30px;
    line-height: 50px;
    font-size: .875rem
  }
}

#home .destaques-home {
  background-color: #113023;
  padding-top: 150px
}

#home .destaques-home .grid-destaques {
  display: grid;
  grid-template-columns:repeat(3, 1fr);
  grid-column-gap: 4px;
  margin-bottom: -150px
}

#home .destaques-home .grid-destaques .item {
  position: relative;
  height: 300px
}

#home .destaques-home .grid-destaques .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .7;
  z-index: 1
}

#home .destaques-home .grid-destaques .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover
}

#home .destaques-home .grid-destaques .item .infos {
  position: relative;
  z-index: 2;
  padding: 100px 90px 0 90px;
  text-align: center
}

#home .destaques-home .grid-destaques .item .infos svg {
  width: 40px;
  height: 45px;
  fill: #96999c;
  margin-bottom: 35px
}

#home .destaques-home .grid-destaques .item .infos h2 {
  font-weight: 500;
  color: #fff;
  line-height: 1.375rem;
  letter-spacing: .1em;
  text-align: center
}

@media (min-width: 992px) {
  #home .destaques-home .grid-destaques .item::before {
    transition: opacity .3s
  }

  #home .destaques-home .grid-destaques .item .infos svg {
    transition: all .3s
  }

  #home .destaques-home .grid-destaques .item:hover::before {
    opacity: .8
  }

  #home .destaques-home .grid-destaques .item:hover .infos svg {
    fill: #fff
  }
}

@media (max-width: 991px) {
  #home .destaques-home {
    padding-top: 80px
  }

  #home .destaques-home .grid-destaques .item {
    height: 250px
  }

  #home .destaques-home .grid-destaques .item .infos {
    padding: 50px 30px 0 30px
  }
}

@media (max-width: 575px) {
  #home .destaques-home {
    padding-top: 60px;
    background-color: #000;
    position: relative
  }

  #home .destaques-home::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #1D3325;
    height: 140px
  }

  #home .destaques-home .grid-destaques {
    grid-template-columns:100%
  }

  #home .destaques-home .grid-destaques .item {
    height: 150px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
  }

  #home .destaques-home .grid-destaques .item .infos {
    width: 100%;
    padding: 0 30px
  }

  #home .destaques-home .grid-destaques .item .infos svg {
    width: 35px;
    height: 30px;
    margin-bottom: 10px
  }

  #home .destaques-home .grid-destaques .item .infos h2 {
    font-size: .875rem
  }
}

#home .sobre-home {
  background-color: #000;
  padding-top: 300px
}

#home .sobre-home .imagem {
  width: calc(100% + var(--tamanho-borda));
  height: 100%;
  float: right;
  position: relative
}

#home .sobre-home .imagem::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .6
}

#home .sobre-home .imagem img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover
}

#home .sobre-home .infos {
  padding-top: 140px;
  padding-bottom: 100px
}

#home .sobre-home .infos h2 {
  font-size: 2.5rem;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 80px;
  margin-left: -300px;
  padding-right: 90px
}

#home .sobre-home .infos .item {
  margin-bottom: 70px;
  display: flex
}

#home .sobre-home .infos .item svg {
  width: 75px;
  height: 75px;
  margin-right: 35px;
  fill: #96999c
}

#home .sobre-home .infos .item div {
  flex-grow: 1;
  flex-basis: 0
}

#home .sobre-home .infos .item h3 {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.375rem;
  font-weight: 600
}

#home .sobre-home .infos .item p {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.375rem;
  color: #fff;
  opacity: .8
}

#home .sobre-home .infos .item.frota svg {
  height: 40px
}

#home .sobre-home .infos a {
  display: inline-block;
  line-height: 60px;
  border: 1px solid #96999c;
  border-radius: 2px;
  padding: 0 40px;
  font-weight: 600;
  color: #fff
}

@media (min-width: 992px) {
  #home .sobre-home .infos a {
    transition: all .3s
  }

  #home .sobre-home .infos a:hover {
    background-color: #CF6D28;
    border: 1px solid #CF6D28
  }
}

@media (max-width: 991px) {
  #home .sobre-home {
    padding-top: 220px
  }

  #home .sobre-home .imagem {
    height: 400px
  }

  #home .sobre-home .infos {
    padding-top: 80px;
    padding-bottom: 80px
  }

  #home .sobre-home .infos h2 {
    padding-right: 0;
    margin-top: -330px;
    margin-bottom: 220px;
    margin-left: 110px
  }
}

@media (max-width: 575px) {
  #home .sobre-home {
    padding-top: 200px
  }

  #home .sobre-home .imagem {
    height: 250px
  }

  #home .sobre-home .infos {
    padding-bottom: 50px
  }

  #home .sobre-home .infos h2 {
    font-size: 1.125rem;
    line-height: 1.3em;
    margin-top: -240px;
    margin-bottom: 140px;
    margin-left: 60px
  }

  #home .sobre-home .infos .item {
    margin-bottom: 50px
  }

  #home .sobre-home .infos .item svg {
    height: 60px;
    width: 60px;
    margin-right: 20px
  }

  #home .sobre-home .infos .item h3 {
    font-size: .875rem;
    margin-bottom: 10px;
    line-height: 1.3em
  }

  #home .sobre-home .infos .item p {
    font-size: .875rem;
    line-height: 1.3em
  }

  #home .sobre-home .infos a {
    line-height: 50px;
    font-size: .875rem;
    padding: 0 30px
  }
}

#pagina .conteudo-sobre .missao-visao {
  margin-bottom: 20px
}

#pagina .conteudo-sobre .missao-visao .bloco {
  margin-bottom: 40px;
  text-align: justify
}

#pagina .conteudo-sobre .missao-visao .bloco h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #CF6D28;
  line-height: 1.5rem;
  margin-bottom: 15px
}

#pagina .conteudo-sobre .missao-visao .bloco p {
  line-height: 1.5625rem;
  margin-bottom: 20px
}

#pagina .conteudo-sobre .imagem-full {
  position: relative;
  height: 640px;
  margin-bottom: 80px
}

#pagina .conteudo-sobre .imagem-full img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover
}

#pagina .conteudo-sobre .imagem-full .infos {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 350px;
  background-color: #707070;
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 0 65px
}

#pagina .conteudo-sobre .imagem-full .infos svg {
  height: 44px;
  fill: #96999c;
  margin-bottom: 30px
}

#pagina .conteudo-sobre .imagem-full .infos h2 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.5rem;
  font-weight: 700
}

#pagina .conteudo-sobre .principios {
  padding-bottom: 100px
}

#pagina .conteudo-sobre .principios h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #CF6D28;
  line-height: 1.5rem;
  margin-bottom: 40px;
  text-align: center
}

#pagina .conteudo-sobre .principios .bloco {
  position: relative;
  padding-top: 30px;
  padding-right: 20px
}

#pagina .conteudo-sobre .principios .bloco::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  border-radius: 2px;
  background-color: #96999c;
  top: 0;
  left: 0
}

#pagina .conteudo-sobre .principios .bloco h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #707070;
  line-height: 1.375rem;
  margin-bottom: 20px
}

#pagina .conteudo-sobre .principios .bloco p {
  margin-bottom: 0;
  line-height: 1.375rem
}

@media (max-width: 991px) {
  #pagina .conteudo-sobre .imagem-full {
    height: 500px
  }

  #pagina .conteudo-sobre .imagem-full .infos {
    width: 300px;
    height: 250px;
    padding: 0 40px
  }

  #pagina .conteudo-sobre .principios .bloco {
    margin-bottom: 40px
  }
}

@media (max-width: 575px) {
  #pagina .conteudo-sobre .imagem-full {
    height: 300px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 40px
  }

  #pagina .conteudo-sobre .imagem-full .infos {
    width: 200px;
    height: auto;
    padding: 20px
  }

  #pagina .conteudo-sobre .imagem-full .infos svg {
    height: 30px;
    margin-bottom: 15px
  }

  #pagina .conteudo-sobre .imagem-full .infos h2 {
    font-size: .875rem;
    line-height: 1.3em
  }

  #pagina .conteudo-sobre .missao-visao .bloco {
    margin-bottom: 30px
  }

  #pagina .conteudo-sobre .missao-visao .bloco h2 {
    font-size: 1.125rem;
    margin-bottom: 10px
  }

  #pagina .conteudo-sobre .missao-visao .bloco p {
    font-size: .875rem;
    line-height: 1.5em
  }

  #pagina .conteudo-sobre .principios {
    padding-bottom: 30px
  }

  #pagina .conteudo-sobre .principios h3 {
    font-size: 1.125rem;
    margin-bottom: 20px
  }

  #pagina .conteudo-sobre .principios .bloco {
    margin-bottom: 30px;
    padding-right: 0
  }

  #pagina .conteudo-sobre .principios .bloco::before {
    top: 15px
  }

  #pagina .conteudo-sobre .principios .bloco h2 {
    font-size: 1rem;
    margin-bottom: 10px
  }

  #pagina .conteudo-sobre .principios .bloco p {
    font-size: .875rem;
    line-height: 1.5em
  }
}

#pagina .historia {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 60px
}

#pagina .historia h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #CF6D28;
  line-height: 1.5rem;
  margin-bottom: 70px;
  text-align: center
}

#pagina .historia .swiper-historia {
  position: relative;
  margin-bottom: 80px
}

#pagina .historia .swiper-historia .swiper-slide {
  border-top: 1px solid #96999c;
  position: relative;
  padding-top: 40px
}

#pagina .historia .swiper-historia .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  top: -1px;
  height: 1px;
  background-color: #96999c;
  right: -50px
}

#pagina .historia .swiper-historia .swiper-slide:last-child {
  border-top: 0
}

#pagina .historia .swiper-historia .swiper-slide:last-child::after {
  display: none
}

#pagina .historia .swiper-historia .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #707070;
  top: -10px;
  left: 0;
  border-radius: 50%
}

#pagina .historia .swiper-historia .swiper-slide h2 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375rem;
  margin-bottom: 15px
}

#pagina .historia .swiper-historia .swiper-slide p {
  font-size: .875rem;
  margin-bottom: 0;
  line-height: 1.25rem;
  color: #707070
}

#pagina .historia .navegacao {
  display: flex;
  justify-content: flex-end
}

#pagina .historia .navegacao .swiper-button-next, #pagina .historia .navegacao .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  width: 50px;
  height: 50px;
  background: #ededed;
  margin-left: 5px;
  border-radius: 50%
}

#pagina .historia .navegacao .swiper-button-next::after, #pagina .historia .navegacao .swiper-button-prev::after {
  display: none
}

#pagina .historia .navegacao .swiper-button-next svg, #pagina .historia .navegacao .swiper-button-prev svg {
  width: 8px;
  fill: #CF6D28;
  pointer-events: none
}

@media (min-width: 992px) {
  #pagina .historia .navegacao .swiper-button-next, #pagina .historia .navegacao .swiper-button-prev {
    transition: .3s
  }

  #pagina .historia .navegacao .swiper-button-next:hover, #pagina .historia .navegacao .swiper-button-prev:hover {
    background-color: #d4d1d1
  }
}

#pagina .historia .navegacao .swiper-button-prev {
  transform: rotate(180deg)
}

@media (max-width: 575px) {
  #pagina .historia {
    padding-top: 40px;
    padding-bottom: 40px
  }

  #pagina .historia .swiper-historia {
    margin-bottom: 40px
  }

  #pagina .historia .swiper-historia .swiper-slide {
    padding-top: 30px
  }

  #pagina .historia .swiper-historia .swiper-slide::after {
    width: 40px;
    right: -40px
  }
}

#pagina .bloco-video {
  background-color: #090809;
  position: relative
}

#pagina .bloco-video .video {
  position: relative;
  height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

#pagina .bloco-video .video::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .6;
  z-index: 1
}

#pagina .bloco-video .video img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover
}

#pagina .bloco-video .video .infos {
  text-align: center;
  position: relative;
  z-index: 2
}

#pagina .bloco-video .video .infos svg {
  width: 70px;
  height: 70px;
  margin-bottom: 30px
}

#pagina .bloco-video .video .infos h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: .9em
}

@media (min-width: 992px) {
  #pagina .bloco-video .video img {
    transition: .4s
  }

  #pagina .bloco-video .video::before {
    transition: .3s
  }

  #pagina .bloco-video .video:hover img {
    width: 110%
  }

  #pagina .bloco-video .video:hover::before {
    opacity: .8
  }
}

@media (max-width: 991px) {
  #pagina .bloco-video .video {
    height: 500px
  }
}

@media (max-width: 575px) {
  #pagina .bloco-video .video {
    height: 300px;
    width: calc(100% + 30px);
    margin-left: -15px
  }

  #pagina .bloco-video .video .infos h2 {
    font-size: 1.5rem
  }

  #pagina .bloco-video .video .infos svg {
    width: 50px;
    height: 50px;
    margin-bottom: 15px
  }
}

#pagina .frota {
  background-color: #090809;
  position: relative;
  margin-top: 50px
}

#pagina .frota .infos {
  padding-top: 180px
}

#pagina .frota .infos h2 {
  font-size: 2.5rem;
  line-height: .9em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px
}

#pagina .frota .infos p {
  font-weight: 300;
  line-height: 1.375rem;
  color: #fff
}

#pagina .frota .grid-frota {
  display: grid;
  grid-template-columns:repeat(4, 1fr);
  margin-top: 60px
}

#pagina .frota .grid-frota .item {
  position: relative;
  padding-bottom: 72%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #707070
}

#pagina .frota .grid-frota .item::after {
  content: "";
  display: block;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%)
}

#pagina .frota .grid-frota .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0
}

#pagina .frota .grid-frota .item h2 {
  position: absolute;
  left: 50px;
  bottom: 50px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  z-index: 1
}

#pagina .frota .grid-frota .item .atuacao {
  text-align: center
}

#pagina .frota .grid-frota .item .atuacao svg {
  width: 50px;
  margin-bottom: 40px;
  fill: #090809
}

#pagina .frota .grid-frota .item .atuacao h3 {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5rem
}

@media (max-width: 991px) {
  #pagina .frota {
    margin-top: 0;
    padding-bottom: 60px
  }

  #pagina .frota .infos {
    padding-top: 80px
  }

  #pagina .frota .grid-frota {
    margin-top: 40px
  }
}

@media (max-width: 575px) {
  #pagina .frota {
    padding-bottom: 0px
  }

  #pagina .frota .infos {
    padding-top: 40px
  }

  #pagina .frota .infos h2 {
    font-size: 1.5625rem;
    margin-bottom: 20px
  }

  #pagina .frota .infos h2 br {
    display: none
  }

  #pagina .frota .infos p {
    font-size: .875rem;
    line-height: 1.5em
  }

  #pagina .frota .grid-frota {
    margin-top: 20px;
    grid-template-columns:repeat(3, 1fr)
  }

  #pagina .frota .grid-frota .item h2 {
    left: 15px;
    bottom: 15px;
    right: 15px;
    font-size: 1rem;
    line-height: 1.2em
  }

  #pagina .frota .grid-frota .item .atuacao svg {
    width: 30px;
    margin-bottom: 10px
  }

  #pagina .frota .grid-frota .item .atuacao h3 {
    font-size: .875rem;
    line-height: 1.3em
  }
}

#pagina .formulario-contato {
  padding-bottom: 120px
}

#pagina .formulario-contato .lista-mapas .mapa {
  position: relative
}

@media (min-width: 576px) {
  #pagina .formulario-contato .lista-mapas .mapa {
    height: 310px;
    margin-bottom: 20px
  }

  #pagina .formulario-contato .lista-mapas .mapa img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
  }
}

#pagina .formulario-contato .lista-mapas .mapa .infos {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 30px
}

@media (min-width: 576px) {
  #pagina .formulario-contato .lista-mapas .mapa .infos {
    position: absolute;
    width: 55%;
    right: 20px;
    top: 30px;
    bottom: 30px
  }
}

#pagina .formulario-contato .lista-mapas .mapa .infos h2 {
  font-weight: 600;
  line-height: 1.375rem;
  color: #CF6D28
}

#pagina .formulario-contato .lista-mapas .mapa .infos h3 {
  color: #CF6D28;
  line-height: 1.375rem;
  font-weight: 300;
  margin-bottom: 20px
}

#pagina .formulario-contato .lista-mapas .mapa .infos address {
  font-size: .875rem;
  line-height: 1rem;
  margin-bottom: 10px
}

#pagina .formulario-contato .lista-mapas .mapa .infos a {
  display: block;
  font-size: .875rem;
  line-height: 1rem;
  margin-bottom: 5px
}

#pagina .formulario-contato .lista-mapas .mapa .infos .telefone {
  font-size: .875rem;
  line-height: 1rem;
  margin-bottom: 0
}

#pagina .formulario-contato .lista-mapas .mapa .ver-mapa {
  font-weight: 600;
  color: #CF6D28;
  text-align: center;
  display: block;
  position: absolute;
  width: calc(45% - 20px);
  bottom: 50px;
  left: 0
}

#pagina .formulario-contato .lista-mapas .mapa .ver-mapa:hover {
  text-decoration: underline
}

#pagina .formulario-contato .lista-mapas.filiais {
  display: grid;
  grid-template-columns:repeat(2, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px
}

@media (max-width: 767px) {
  #pagina .formulario-contato .lista-mapas.filiais {
    grid-template-columns:1fr
  }
}

#pagina .formulario-contato .titulo-mapas-filiais {
  display: block;
  margin-top: 100px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #707070;
  line-height: 1.375rem;
  margin-bottom: 20px
}

@media (max-width: 991px) {
  #pagina .formulario-contato {
    padding-bottom: 50px
  }

  #pagina .formulario-contato .lista-mapas {
    margin-top: 80px
  }
}

@media (max-width: 575px) {
  #pagina .formulario-contato {
    padding-bottom: 20px
  }

  #pagina .formulario-contato .lista-mapas {
    margin-top: 40px
  }

  #pagina .formulario-contato .lista-mapas .mapa {
    margin-bottom: 20px
  }

  #pagina .formulario-contato .lista-mapas .mapa img {
    width: 100%;
    display: block
  }

  #pagina .formulario-contato .lista-mapas .mapa .infos {
    padding: 20px
  }

  #pagina .formulario-contato .lista-mapas .mapa .ver-mapa {
    width: auto;
    top: 15px;
    left: 15px;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .7);
    padding: 10px 20px;
    border-radius: 2px;
    bottom: initial
  }
}

#pagina .bloco-trabalhe-conosco {
  background-color: #090809
}

#pagina .bloco-trabalhe-conosco .imagem {
  width: calc(100% + var(--tamanho-borda));
  height: 600px;
  position: relative;
  float: right
}

#pagina .bloco-trabalhe-conosco .imagem img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover
}

#pagina .bloco-trabalhe-conosco .infos h2 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 30px
}

#pagina .bloco-trabalhe-conosco .infos p {
  color: #ededed;
  margin-bottom: 60px;
  line-height: 1.375rem
}

#pagina .bloco-trabalhe-conosco .infos a {
  display: inline-flex;
  align-items: center;
  line-height: 60px;
  border: 1px solid #96999c;
  border-radius: 2px;
  padding: 0 40px
}

#pagina .bloco-trabalhe-conosco .infos a svg {
  height: 18px;
  fill: #96999c;
  margin-right: 15px
}

#pagina .bloco-trabalhe-conosco .infos a span {
  font-weight: 600;
  color: #fff
}

@media (min-width: 992px) {
  #pagina .bloco-trabalhe-conosco .infos a {
    transition: all .3s
  }

  #pagina .bloco-trabalhe-conosco .infos a svg {
    transition: all .3s
  }

  #pagina .bloco-trabalhe-conosco .infos a:hover {
    background-color: #CF6D28;
    border: 1px solid #CF6D28
  }

  #pagina .bloco-trabalhe-conosco .infos a:hover svg {
    fill: #fff
  }
}

@media (max-width: 991px) {
  #pagina .bloco-trabalhe-conosco {
    padding: 60px 0
  }

  #pagina .bloco-trabalhe-conosco .imagem {
    display: none
  }
}

@media (max-width: 575px) {
  #pagina .bloco-trabalhe-conosco {
    padding: 40px 0
  }

  #pagina .bloco-trabalhe-conosco .infos h2 {
    font-size: 1.125rem;
    margin-bottom: 20px
  }

  #pagina .bloco-trabalhe-conosco .infos p {
    font-size: .875rem;
    line-height: 1.5em;
    margin-bottom: 30px
  }

  #pagina .bloco-trabalhe-conosco .infos a {
    line-height: 50px;
    padding: 0 30px;
    font-size: .875rem
  }
}

@media (min-width: 576px) {
  #pagina.logistica .clientes .grid-clientes {
    grid-template-columns:repeat(4, 1fr)
  }
}

.filtro-produtos {
  position: relative;
  margin: 100px 0
}

.filtro-produtos h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-style: italic;
  font-weight: 300;
  color: #707070;
  text-align: justify
}

.filtro-produtos .botoes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end
}

.filtro-produtos .botoes a {
  line-height: 60px;
  border: 1px solid #96999c;
  padding: 0 40px;
  font-weight: 600;
  color: #707070;
  margin-left: 40px
}

.filtro-produtos .botoes a:first-child {
  margin-left: 0
}

@media (min-width: 992px) {
  .filtro-produtos .botoes a {
    transition: border .3s
  }

  .filtro-produtos .botoes a:hover {
    border: 1px solid #CF6D28
  }
}

.filtro-produtos .botoes a.ativo {
  color: #CF6D28;
  border: 1px solid #CF6D28
}

@media (max-width: 1199px) {
  .filtro-produtos .botoes {
    justify-content: flex-start;
    margin-top: 40px
  }
}

@media (max-width: 991px) {
  .filtro-produtos {
    margin: 60px 0
  }
}

@media (max-width: 575px) {
  .filtro-produtos {
    margin: 40px 0
  }

  .filtro-produtos h4 {
    font-size: 1rem;
    line-height: 1.4em
  }

  .filtro-produtos .botoes {
    margin-top: 30px
  }

  .filtro-produtos .botoes a {
    line-height: 40px;
    padding: 0 10px;
    font-size: .8125rem;
    margin-bottom: 5px;
    margin-left: 5px
  }
}

.grid-produtos {
  display: grid;
  grid-template-columns:repeat(4, 1fr);
  grid-gap: 4px
}

.grid-produtos .item {
  background-color: #fff;
  border-radius: 2px;
  position: relative;
  border: 1px solid #fff
}

.grid-produtos .item span {
  position: absolute;
  left: 10px;
  top: 10px;
  line-height: 1.5rem;
  border: 1px solid #ededed;
  padding: 0 8px;
  z-index: 1;
  display: block;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase
}

.grid-produtos .item span::before {
  content: attr(tipo)
}

.grid-produtos .item span[tipo=vegetal], .grid-produtos .item span[tipo=vegetal-es], .grid-produtos .item span[tipo=vegetable-en] {
  color: #28a13c
}

.grid-produtos .item span[tipo=animal], .grid-produtos .item span[tipo=animal-es], .grid-produtos .item span[tipo=animal-en] {
  color: #f29a27
}

.grid-produtos .item .imagem {
  height: 200px;
  position: relative;
  margin-bottom: 20px
}

.grid-produtos .item .imagem img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain
}

.grid-produtos .item h2 {
  text-align: center;
  font-weight: 500;
  color: #707070;
  padding: 0 15px 30px 15px;
  line-height: 1.125rem
}

@media (min-width: 992px) {
  .grid-produtos .item {
    transition: border .3s
  }

  .grid-produtos .item:hover {
    border: 1px solid #96999c
  }
}

@media (max-width: 991px) {
  .grid-produtos {
    grid-template-columns:repeat(3, 1fr)
  }
}

@media (max-width: 575px) {
  .grid-produtos {
    grid-template-columns:repeat(2, 1fr)
  }

  .grid-produtos .item .imagem {
    height: 150px;
    margin-bottom: 10px;
  }

  .grid-produtos .item h2 {
    font-size: .875rem;
    padding: 0 15px 20px 15px
  }
}

.lista-produtos {
  margin-bottom: 100px
}

@media (max-width: 575px) {
  .lista-produtos {
    margin-bottom: 40px
  }
}

.bloco-cif {
  margin-bottom: 120px
}

.bloco-cif .d-flex {
  align-items: center
}

.bloco-cif .d-flex svg {
  height: 80px;
  fill: #CF6D28;
  margin-right: 35px
}

.bloco-cif .d-flex h4 {
  font-weight: 300;
  line-height: 1.375rem;
  opacity: .8;
  flex-grow: 1;
  flex-basis: 0
}

@media (max-width: 575px) {
  .bloco-cif {
    margin-bottom: 40px
  }

  .bloco-cif .d-flex svg {
    height: 60px;
    margin-right: 20px
  }

  .bloco-cif .d-flex h4 {
    font-size: .875rem;
    line-height: 1.4em
  }
}

.apresentacao {
  margin: 40px 0
}

.apresentacao.mobile {
  display: none
}

.apresentacao p {
  line-height: 1.5625rem;
  margin-bottom: 0
}

.apresentacao .botao-interesse {
  line-height: 60px;
  display: block;
  text-align: center;
  border: 1px solid #96999c;
  font-weight: 600;
  color: #CF6D28
}

@media (min-width: 992px) {
  .apresentacao .botao-interesse {
    transition: all .3s
  }

  .apresentacao .botao-interesse:hover {
    background-color: #CF6D28;
    border: 1px solid #CF6D28;
    color: #fff
  }
}

@media (max-width: 575px) {
  .apresentacao {
    margin: 30px 0
  }

  .apresentacao.mobile {
    display: block
  }

  .apresentacao.desktop p {
    display: none
  }

  .apresentacao p {
    font-size: .875rem;
    line-height: 1.5em
  }

  .apresentacao .botao-interesse {
    line-height: 50px;
    font-size: .875rem;
    display: inline-block;
    padding: 0 30px
  }
}

.produto {
  padding-bottom: 120px
}

.produto .bloco h3 {
  font-size: .75rem;
  text-transform: uppercase;
  color: #CF6D28;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: .1em;
  line-height: .875rem
}

.produto .bloco p {
  line-height: 1.5625rem;
  margin-bottom: 0
}

.produto .bloco .ficha {
  display: inline-flex;
  align-items: center;
  line-height: 62px;
  background-color: #e4e5e5;
  padding: 0 40px;
  margin-top: 50px
}

.produto .bloco .ficha svg {
  width: 15px;
  margin-right: 15px;
  fill: #CF6D28
}

.produto .bloco .ficha span {
  color: #707070;
  font-weight: 600
}

@media (min-width: 992px) {
  .produto .bloco .ficha {
    transition: background-color .3s
  }

  .produto .bloco .ficha:hover {
    background-color: #c4c5c5
  }
}

.produto .imagem {
  margin-left: 45px;
  background-color: #fff;
  height: 340px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

.produto .imagem img {
  max-width: 100%;
  max-height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain
}

@media (max-width: 991px) {
  .produto .imagem {
    margin-left: 0;
    height: 300px
  }
}

@media (max-width: 575px) {
  .produto {
    padding-bottom: 60px
  }

  .produto .imagem {
    width: auto;
    height: auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }

  .produto .bloco h3 {
    margin-bottom: 10px
  }

  .produto .bloco p {
    font-size: .875rem;
    line-height: 1.5em
  }

  .produto .bloco .ficha {
    line-height: 50px;
    padding: 0 30px;
    font-size: .875rem;
    margin-top: 30px
  }
  .btn-interesse {
    text-align: center;
  }
}

.relacionados h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #707070;
  font-weight: 700;
  margin-bottom: 40px
}

.relacionados .ver-todos {
  margin-top: 40px;
  display: flex;
  align-items: center
}

.relacionados .ver-todos svg {
  width: 21px;
  margin-right: 15px;
  fill: #CF6D28
}

.relacionados .ver-todos span {
  font-weight: 600;
  color: #707070;
  line-height: 1.375rem
}

@media (max-width: 575px) {
  .relacionados h4 {
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.5em
  }

  .relacionados .ver-todos {
    margin-top: 30px
  }

  .relacionados .ver-todos svg {
    width: 18px
  }

  .relacionados .ver-todos span {
    font-size: .875rem
  }
}

.single-produto {
  padding-bottom: 120px
}

@media (max-width: 575px) {
  .single-produto {
    padding-bottom: 60px
  }
}

.wpp-fixo {
  position: fixed;
  width: 60px;
  height: 60px;
  background-color: #60d66a;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  bottom: 10px;
  z-index: 9997
}

.wpp-fixo svg {
  fill: #fff;
  width: 30px
}

@media (min-width: 992px) {
  .wpp-fixo {
    transition: background-color .3s
  }

  .wpp-fixo:hover {
    background-color: #20b038
  }
}

@media (max-width: 575px) {
  .wpp-fixo {
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 0
  }

  .wpp-fixo svg {
    width: 20px
  }
}

footer {
  padding: 0 0 100px 0;
  background-color: #fff;
  position: relative;
  overflow: hidden
}

@media (min-width: 992px) {
  footer {
    background-image: url("../img/images/linhas-footer.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
  }
}

footer.home {
  background-color: #ededed
}

footer .logo {
  height: 150px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: -30px
}

footer .logo svg {
  width: 210px
}

footer svg.ico-logo-footer {
  position: absolute;
  width: 370px;
  top: -20px;
  left: -60px
}

@media (min-width: 992px) {
  footer .menus-footer {
    padding-top: 120px
  }
}

footer .menus-footer ul {
  -moz-column-count: 2;
  column-count: 2
}

footer .menus-footer ul li a {
  display: block;
  font-size: .9375rem;
  font-weight: 300;
  line-height: 1.125rem;
  letter-spacing: .02em;
  margin-bottom: 15px
}

@media (min-width: 992px) {
  footer .menus-footer ul li a:hover {
    text-decoration: underline
  }
}

@media (min-width: 992px) {
  footer .contatos {
    padding-top: 144px
  }
}

footer .contatos .telefone {
  display: flex;
  text-align: center
}

footer .contatos .telefone svg {
  width: 16px;
  fill: #CF6D28;
  margin-right: 15px
}

footer .contatos .telefone span {
  flex-basis: 0;
  flex-grow: 1;
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .1em
}

footer .contatos .telefone span strong {
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: initial;
  color: #113023
}

footer .contatos .sociais {
  display: flex
}

footer .contatos .sociais a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}

footer .contatos .sociais a svg {
  height: 20px;
  width: 25px;
  fill: #113023
}

@media (min-width: 992px) {
  footer .contatos .sociais a {
    transition: all .3s
  }

  footer .contatos .sociais a svg {
    transition: all .3s
  }

  footer .contatos .sociais a:hover.fb svg {
    fill: #3b5999
  }

  footer .contatos .sociais a:hover.in svg {
    fill: #e4405f
  }

  footer .contatos .sociais a:hover.yt svg {
    fill: #cd201f
  }
}

footer .progete {
  position: relative;
  display: block;
  color: #fff;
  font-family: "Arial", sans-serif;
  font-size: 8px;
  color: #fff;
  opacity: .6;
  position: absolute;
  bottom: 15px;
  right: 15px;
  transition: all .3s
}

footer .progete:hover {
  opacity: 1
}

@media (max-width: 991px) {
  footer {
    padding: 80px 0
  }

  footer .logo {
    margin-bottom: 40px;
    background-color: #1D3325;
    display: flex;
    justify-content: center
  }

  footer svg.ico-logo-footer {
    display: none
  }

  footer ul {
    margin-bottom: 40px
  }

  footer .contatos .telefone {
    margin-bottom: 40px
  }
}

@media (max-width: 575px) {
  footer {
    padding: 0 0 60px 0
  }

  footer .logo {
    height: 100px;
    width: calc(100% + 30px);
    margin-left: -15px
  }

  footer .logo svg {
    width: 150px
  }

  footer .menus-footer {
    display: block
  }

  footer .menus-footer ul {
    margin-bottom: 0;
    margin-right: 0
  }

  footer .menus-footer ul:last-child {
    margin-bottom: 40px
  }
}

.editor {
  font-size: 1.125em
}

.editor p, .editor ul, .editor ol {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1em
}

.editor img {
  max-width: 100%;
  height: auto !important
}

.editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  margin-bottom: 1.5em;
  margin-top: 2.5em;
  color: #707070;
  font-size: 1.11em;
  line-height: 1.25em;
  font-weight: 800
}

.editor em {
  font-style: italic
}

.editor b, .editor strong {
  font-weight: 700
}

.editor a {
  text-decoration: underline
}

.editor ol, .editor ul {
  list-style-type: none;
  padding-left: 2em
}

.editor ol li, .editor ul li {
  padding: .2em 0
}

.editor ul li {
  position: relative
}

.editor ul li::before {
  content: " ";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #707070;
  top: .95em;
  margin-top: -2.5px;
  left: -20px
}

.editor ol {
  counter-reset: li
}

.editor ol li {
  position: relative
}

.editor ol li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  width: 1em;
  height: 1.5em;
  color: #707070;
  top: .95em;
  margin-top: -0.75em;
  left: -20px;
  font-weight: 800
}

.editor blockquote {
  padding-left: 1.5em;
  border-left: 5px #ccc solid;
  margin: 1.5em 0 1.5em 1.5em;
  font-style: italic
}

.editor .alignnone {
  display: block;
  margin: 0 0 2em
}

.editor .aligncenter {
  display: block;
  margin: 0 auto 1em
}

.editor .aligncenter .wp-caption-text {
  text-align: center
}

.editor .alignright {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 50%
}

.editor .alignleft {
  float: left;
  margin: 0 1em 1em 0;
  max-width: 50%
}

.editor .wp-caption-text {
  font-size: .725em;
  line-height: 1.2em;
  margin: 5px 0 0
}

.editor .wp-caption {
  max-width: 100%
}

.editor .wp-caption.alignleft, .editor .wp-caption.alignright {
  max-width: 50%
}

.editor iframe {
  width: 100% !important;
  height: 410px !important;
  margin: 1.667em 0 .2em
}

.editor .gallery {
  margin: 1.667em 0
}

.editor .gallery h4 {
  display: none
}

.editor .gallery ul {
  list-style-type: none;
  display: grid;
  grid-template-columns:1fr 1fr;
  grid-gap: 30px;
  padding-left: 0
}

.editor .gallery ul li {
  position: relative;
  padding-bottom: 76.3%
}

.editor .gallery ul li::before {
  display: none
}

.editor .gallery ul li img {
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.pag-erro {
  height: calc(100vh - 352px);
  display: flex;
  align-items: center;
  text-align: center
}

.pag-erro h1 {
  font-weight: 500
}

.whatsapp {
  position: fixed;
  top: 87%;
  right: 1%;
  padding: 10px;
  z-index: 10000000;
}
