@charset "UTF-8";
/* makes sizing simpler */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* remove default spacing */
/* force styling of type through styling, rather than elements */
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/* dark mode user-agent-styles */
/* min body height */
body {
  min-height: 100vh;
}

/* responsive images/videos */
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri.eot");
  src: url("../fonts/Calibri.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibri.woff2") format("woff2"), url("../fonts/Calibri.woff") format("woff"), url("../fonts/Calibri.ttf") format("truetype"), url("../fonts/Calibri.svg#Calibri") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri-Bold.eot");
  src: url("../fonts/Calibri-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibri-Bold.woff2") format("woff2"), url("../fonts/Calibri-Bold.woff") format("woff"), url("../fonts/Calibri-Bold.ttf") format("truetype"), url("../fonts/Calibri-Bold.svg#Calibri-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300; /* Light */
  font-display: block;
  src: url("../fonts/font-awesome/webfonts/fa-light-300.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400; /* Regular */
  font-display: block;
  src: url("../fonts/font-awesome/webfonts/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900; /* Solid */
  font-display: block;
  src: url("../fonts/font-awesome/webfonts/fa-solid-900.woff2") format("woff2");
}
.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.icon-pickaxe {
  mask-image: url("../img/icons/pickaxe.svg");
}
.icon-drilling-capacity {
  mask-image: url("../img/icons/drilling-capacity.svg");
}
.icon-extension {
  mask-image: url("../img/icons/extension.svg");
}
.icon-diameter {
  mask-image: url("../img/icons/diameter.svg");
}
.icon-demolition {
  mask-image: url("../img/icons/demolition.svg");
}
.icon-information {
  mask-image: url("../img/icons/information.svg");
}
.icon-construction {
  mask-image: url("../img/icons/construction.svg");
}
.icon-date {
  mask-image: url("../img/icons/date.svg");
}
.icon-download {
  mask-image: url("../img/icons/download.svg");
}
.icon-alert {
  mask-image: url("../img/icons/alert.svg");
}
.icon-archaeological {
  mask-image: url("../img/icons/archaeological.svg");
}

html {
  font-size: 100%;
  font-display: optional;
  scroll-padding-top: 5rem;
  scroll-behavior: smooth;
  font-family: "Calibri", "Arial", sans-serif;
}
@media (min-width: 56.25em) {
  html {
    scroll-padding-top: 7.8125rem;
  }
}

.page-content {
  background-color: #f5f4f3;
}

body {
  font-weight: normal;
  color: #112465;
  font-display: optional;
  font-family: "Calibri", "Arial", sans-serif;
}

h3 {
  font-family: "Calibri", "Arial", sans-serif;
}

.block-html {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 300;
  color: #112465;
}
.block-html strong {
  font-family: "Calibri", "Arial", sans-serif;
}
@media (min-width: 56.25em) {
  .block-html:not(h1, h2, h3, h4, h5, h6) {
    font-size: 1.125rem;
  }
}
.block-html .iframe-video, .block-html iframe {
  width: 100%;
  min-height: clamp(20rem, 9.5454545455rem + 52.2727272727vw, 48.75rem);
}
.block-html table thead th {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  vertical-align: middle;
  color: #545454;
  padding-bottom: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  border-bottom: 1px solid #dddddd;
}
.block-html table[border="1"] tr td:not(:last-of-type) {
  border-right: 1px solid #dddddd;
}
.block-html table tbody tr td {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
}
.block-html table tbody tr td p {
  font-size: 1rem;
  margin-bottom: 0.375rem;
}
.block-html table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #111;
  margin-bottom: 1.5rem;
  font-family: inherit;
  font-size: inherit;
}
.block-html table th,
.block-html table td {
  border: 1px solid #111;
  padding: 0.75rem;
  vertical-align: top;
  line-height: 1.4;
  text-align: left;
}
.block-html table th p,
.block-html table td p {
  margin: 0 0 8px 0;
}
.block-html table th p:last-child,
.block-html table td p:last-child {
  margin-bottom: 0;
}
.block-html table thead th,
.block-html table thead td,
.block-html table tr:first-child th,
.block-html table tr:first-child td {
  background-color: #F27C00;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.block-html table thead th *,
.block-html table thead td *,
.block-html table tr:first-child th *,
.block-html table tr:first-child td * {
  color: #fff !important;
}
.block-html ul {
  list-style-type: disc;
  list-style-position: inside;
  font-weight: normal;
}
.block-html p,
.block-html span,
.block-html small {
  font-family: "Calibri", "Arial", sans-serif;
}
.block-html h1,
.block-html h2,
.block-html h3,
.block-html h4,
.block-html h5,
.block-html h6 {
  font-family: "Calibri", "Arial", sans-serif;
  color: #F27C00;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  padding-bottom: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.block-html h1.title--primary,
.block-html h2.title--primary,
.block-html h3.title--primary,
.block-html h4.title--primary,
.block-html h5.title--primary,
.block-html h6.title--primary {
  margin-bottom: 1.5rem;
}
.block-html h1 {
  font-size: 2rem;
}
@media (min-width: 56.25em) {
  .block-html h1 {
    font-size: clamp(2.8125rem, 2.6vw, 3.125rem);
  }
}
.block-html h2 {
  font-size: 1.75rem;
}
@media (min-width: 56.25em) {
  .block-html h2 {
    font-size: clamp(2.25rem, 2.6vw, 2.8125rem);
  }
}
.block-html h3 {
  font-family: "Calibri", "Arial", sans-serif;
  color: #112465;
  font-weight: 400;
  font-size: 1.375rem;
  letter-spacing: 0;
}
@media (min-width: 56.25em) {
  .block-html h3 {
    font-size: 2.5rem;
  }
}
.block-html h3 span {
  font-weight: normal;
}
.block-html img {
  display: inline-block;
}
.block-html a {
  color: #00adef;
}
.block-html a:hover {
  color: #00adef;
  cursor: pointer;
}

strong {
  font-weight: bold;
}

p {
  font-size: 1rem;
  color: #112465;
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
}
@media (min-width: 43.75em) {
  p {
    font-size: 1.125rem;
  }
}

.fs-7 {
  font-size: 0.75rem !important;
}

@keyframes grow-underline {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.text--primary {
  color: #F27C00;
}

.text--center {
  text-align: center;
}

.title--secondary {
  font-family: "Calibri", "Arial", sans-serif;
  color: #F27C00;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media (min-width: 56.25em) {
  .title--secondary {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.title--secondary--white {
  color: #fff;
}

.display {
  position: relative;
  font-weight: bold;
  line-height: 1.2;
  font-size: clamp(1.875rem, 2.6vw, 2.8125rem);
}

.title--primary {
  color: #F27C00;
}
.title--primary span {
  font-weight: normal;
}

.lead {
  color: #111;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 400;
}

.bold {
  font-weight: bold;
}

.text--info {
  color: #00adef !important;
}

.title--year {
  font-size: 2.5rem;
  font-family: "Calibri", "Arial", sans-serif;
}

.title404 {
  font-size: 2.5rem;
  color: #F27C00;
  margin-top: 6.25rem;
  font-weight: bold;
}

.tooltip-inner {
  font-size: 0.8125rem;
  max-width: 14.375rem;
}

.alert--primary {
  border: 2px solid #F27C00;
}

.alert-default {
  background-color: #F27C00;
  color: #fff;
  z-index: 1050;
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
  border-radius: 0;
  left: 0;
  right: 0;
}

.accordion {
  border-radius: 0;
}
@media (min-width: 56.25em) {
  .accordion {
    margin-bottom: 1.25rem;
  }
}
.accordion .accordion-item {
  border: none;
  background-color: #fff;
  border-radius: 0 0;
}
.accordion .accordion-item + .accordion-item {
  margin-top: 20px;
}
.accordion .accordion-item .accordion-header {
  position: relative;
}
.accordion .accordion-item .accordion-header .accordion-button {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #112465;
  font-family: "Calibri", "Arial", sans-serif;
  padding: 1rem 1.4rem 1rem 1rem;
  background-color: transparent;
  box-shadow: none;
}
@media (min-width: 992px) {
  .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 1.4rem;
  left: auto;
  font-size: 1.125rem;
  display: inline-block;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  transition: none;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed::before {
  content: "\f067";
}
.accordion .accordion-item .accordion-header .accordion-button:hover, .accordion .accordion-item .accordion-header .accordion-button:focus {
  background-color: transparent;
}
.accordion .accordion-item .accordion-body {
  padding: 0 1.375rem 1rem 1rem;
  color: #112465;
  font-family: "Calibri", "Arial", sans-serif;
}
.accordion .accordion-item .accordion-body ul {
  list-style: disc;
  list-style-position: inside;
}
.accordion .accordion-item .accordion-body ul li {
  font-weight: normal;
}
.accordion .accordion-item .accordion-body .accordion:first-of-type {
  padding-top: 0rem;
}
.accordion .accordion-item .accordion-body .accordion .accordion-item + .accordion-item {
  margin-top: 0;
}
.accordion .accordion-item .accordion-body .accordion .accordion-button {
  padding-right: 0;
}
.accordion .accordion-item .accordion-body .accordion .accordion-button::before {
  right: 0;
}
.accordion .accordion-item .accordion-body p {
  font-weight: normal;
  color: #112465;
}
.accordion .accordion-item .accordion-body ul.faq-nested-list {
  padding-left: 20px;
  margin-top: 10px;
  list-style-type: disc;
}
.accordion .accordion-item .accordion-body ul.faq-nested-list li {
  color: #112465;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 16px;
}
@media (min-width: 992px) {
  .accordion .accordion-item .accordion-body ul.faq-nested-list li {
    font-size: 18px;
  }
}
.accordion .accordion-item .accordion-body ul.faq-nested-list li a {
  display: inline-block;
  color: #112465;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
}
.accordion .accordion-item .accordion-body ul.faq-nested-list li a::after {
  content: none;
}
.accordion .accordion-item .accordion-body ul.faq-nested-list li a:not(.collapsed)::after {
  content: none;
}
.accordion .accordion-item .accordion-body ul.faq-nested-list li a:hover, .accordion .accordion-item .accordion-body ul.faq-nested-list li a[aria-expanded=true] {
  color: #F27C00;
}
.accordion .accordion-item .accordion-body ul.faq-nested-list li .nested-answer {
  color: #112465;
  font-weight: normal;
}
.accordion .accordion-item .accordion-body img {
  display: inline-block;
  max-width: 1.5625rem;
}
.accordion .downloadList ul {
  list-style-type: none !important;
  padding-left: 1.25rem;
}
.accordion .downloadList li {
  padding: 0.5625rem 0 0.5625rem 0.5625rem;
  border-bottom: 1px solid #eee;
  font-weight: normal;
}
.accordion .downloadList li:last-of-type {
  border-bottom: none;
}
.accordion .downloadList a {
  color: #F27C00;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-group-title {
  color: #F27C00;
  margin-top: 2.8125rem;
}

.boxIcons {
  margin-bottom: 1.875rem;
}
@media (min-width: 56.25em) {
  .boxIcons {
    margin-bottom: 2.75rem;
  }
}
.boxIcons__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  gap: 1.25rem;
}
@media (min-width: 56.25em) {
  .boxIcons__list {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.boxIcons__list a,
.boxIcons__list a:hover,
.boxIcons__list a:active {
  text-decoration: none;
  color: inherit;
}
.boxIcons__list a {
  position: relative;
  transition: all 0.6s ease-in-out;
}
.boxIcons__list a .icon-arrow-forward {
  transition: all 0.6s ease-in-out;
  color: #112465;
  font-size: 1.375rem;
  position: absolute;
  right: 2.5rem;
  opacity: 0;
}
.boxIcons__list a i:not(.icon-arrow-forward)::before {
  color: #000000;
}
.boxIcons__list a:hover {
  transition: all 0.6s ease-in-out;
}
.boxIcons__list a:hover .icon-arrow-forward {
  transition: all 0.6s ease-in-out;
  right: 1.875rem;
  opacity: 1;
}
.boxIcons__list__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  border: 2px solid #112465;
  padding: 2rem 2.5rem;
  min-height: 13.3125rem;
}
@media (max-width: 56.24875em) {
  .boxIcons__list__item {
    min-height: 10.3125rem;
    margin-bottom: 0.9375rem;
    padding: 1.25rem 1.25rem;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 1rem);
  }
}
@media (min-width: 56.25em) {
  .boxIcons__list__item {
    margin-bottom: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 13.125rem;
  }
}
.boxIcons__list__item__icon {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.boxIcons__list__item__icon img {
  max-width: 3.125rem;
}
.boxIcons__list__item__icon i::before {
  font-size: 2.5rem;
  color: #545454;
}
.boxIcons__list__item__title {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: left;
  color: #F27C00;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.boxIcons__list__item__desc {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-align: left;
  color: #F27C00;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.boxIcons__list--theme2 .boxIcons__list__box {
  padding-left: 5rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.boxIcons__list--theme2 .boxIcons__list__box .boxIcons__list__item__icon {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
}
@media (min-width: 56.25em) {
  .boxIcons__list--theme2 .boxIcons__list__box .boxIcons__list__item__icon {
    left: 0;
  }
}
.boxIcons__list--theme2 .boxIcons__list__box .boxIcons__list__item__title {
  font-size: 2rem;
}
.boxIcons__list--theme2 .boxIcons__list__box .boxIcons__list__item__desc {
  font-size: 1.125rem;
}

.btn {
  border-radius: inherit;
  color: inherit;
  display: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  position: inherit;
  transition: inherit;
}
.btn--outline {
  font-size: 1rem;
  border: 1.5px solid #00adef;
  color: #00adef;
  display: inline-block;
  text-decoration: none;
  font-weight: 300;
  font-family: "Calibri", "Arial", sans-serif;
  text-align: center;
  transition: background-color 0.2s ease-in;
}
.btn--outline:hover, .btn--outline:focus, .btn--outline:active {
  color: #00608d;
  text-decoration: none;
  font-weight: 700;
  background-color: #75dbff;
  border-color: #b6eaff;
}
.btn--outline.btn-check:checked + .btn--outline.btn, .btn--outline.btn.active, .btn--outline.btn.show, .btn--outline.btn:first-child:active, :not(.btn--outline.btn-check) + .btn--outline.btn:active {
  color: #00608d;
  text-decoration: none;
  font-weight: 700;
  background-color: #75dbff;
  border-color: #b6eaff;
}
.btn--primary {
  border: none;
  font-family: "Calibri", "Arial", sans-serif;
  background-color: #F27C00;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  width: auto;
  padding: 0.375rem 1.25rem;
  max-width: inherit;
  box-shadow: none;
  border-radius: 0;
  text-decoration: none;
  transition: background-color 0.2s ease-in;
}
@media (min-width: 56.25em) {
  .btn--primary {
    padding: 0.375rem 1.25rem;
    max-width: inherit;
    font-size: 1rem;
  }
}
.btn--primary:hover, .btn--primary:focus, .btn--primary:active {
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background-color: #F27C00;
}
.btn--primary.btn-check:checked + .btn--primary.btn, .btn--primary.btn.active, .btn--primary.btn.show, .btn--primary.btn:first-child:active, :not(.btn--primary.btn-check) + .btn--primary.btn:active {
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background-color: #F27C00;
}
.btn--primary:disabled {
  background-color: #999999;
  color: #666666;
  opacity: 1;
}
.btn--secondary {
  border: none;
  font-family: "Calibri", "Arial", sans-serif;
  background-color: #112465;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  width: auto;
  padding: 0.375rem 1.25rem;
  max-width: inherit;
  box-shadow: none;
  border-radius: 0;
  text-decoration: none;
  transition: background-color 0.2s ease-in;
}
@media (min-width: 56.25em) {
  .btn--secondary {
    padding: 0.375rem 1.25rem;
    max-width: inherit;
    font-size: 1rem;
  }
}
.btn--secondary:hover, .btn--secondary:focus, .btn--secondary:active {
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background-color: #112465;
}
.btn--secondary.btn-check:checked + .btn--secondary.btn, .btn--secondary.btn.active, .btn--secondary.btn.show, .btn--secondary.btn:first-child:active, :not(.btn--secondary.btn-check) + .btn--secondary.btn:active {
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background-color: #112465;
}
.btn--secondary:disabled {
  background-color: #dddddd;
  color: #666666;
  opacity: 1;
}
.btn--dark {
  border: none;
  font-family: "Calibri", "Arial", sans-serif;
  background: #F27C00;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 1rem;
  border-radius: 0.1875rem;
  padding: 0.75rem 0.9375rem;
  box-shadow: none;
  width: auto;
  transition: background-color 0.2s ease-in;
}
@media (min-width: 56.25em) {
  .btn--dark {
    padding: 0.75rem 0.9375rem;
    max-width: 11.75rem;
    border-radius: 0.1875rem;
    font-size: 1rem;
  }
}
.btn--dark:hover, .btn--dark:focus, .btn--dark:active {
  border: none;
  color: #fff;
  text-decoration: none;
  background: #1998fc;
  font-weight: 700;
}
.btn--pill {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  border: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 3.125rem;
  transition: background-color 0.2s ease-in;
}
@media (min-width: 56.25em) {
  .btn--pill {
    font-size: 1rem;
  }
}
.btn--pill:hover, .btn--pill:focus, .btn--pill:active,
.btn--pill .active {
  background-color: #F27C00;
  color: #fff;
  text-decoration: none;
}

.breadcrumb {
  padding-top: 2.25rem;
  padding-bottom: 2.0625rem;
  font-size: "Calibri", "Arial", sans-serif;
  font-weight: 400;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: inherit;
  content: "\f105";
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 900;
  speak: never;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.625rem;
  color: #F27C00;
}
.breadcrumb-item.active {
  font-weight: 700;
  color: #F27C00;
}
.breadcrumb-item a {
  color: #545454;
}

/* ==========================================================================
   SEÇÃO 1: O MAPA DA LINHA (#line)
   ========================================================================== */
.page #line {
  padding-top: 20px;
  padding-bottom: 190px;
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .page #line {
    margin-bottom: 50px;
    padding-bottom: 190px;
  }
  .page #line .container {
    max-width: 1146px;
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
.page #line .image-wrapper {
  overflow: visible;
}

#line {
  padding-top: 0;
  position: relative;
}

@media (min-width: 992px) {
  #line {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
#line::before {
  content: none;
}

#line::after {
  content: "";
  right: -212px;
  top: inherit;
  width: 300px;
  height: 300px;
  bottom: 42px;
}

@media (min-width: 992px) {
  #line::after {
    right: -212px;
    top: 250px;
  }
}
@media (min-width: 992px) {
  #line p {
    font-size: 20px;
  }
}
#line .section-title {
  padding-top: 66px;
}

@media (min-width: 992px) {
  #line .section-title {
    padding-top: 0;
  }
}
#line .image-wrapper {
  overflow: hidden;
}

#line .image-wrapper .image {
  position: relative;
  width: 528px;
  height: 524px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

#line .constructive-units {
  position: absolute;
  top: 0;
  left: 0;
}

#line .constructive-units .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #f27c00;
}

#line .constructive-units > a {
  display: flex;
  position: absolute;
  line-height: 0;
  z-index: 0;
}

#line .constructive-units > a:hover,
#line .constructive-units > a.active {
  z-index: 1;
  text-decoration: none;
}

#line .constructive-units > a:hover span,
#line .constructive-units > a.active span {
  display: inline-block;
  white-space: nowrap;
}

#line .constructive-units span {
  display: none;
  position: relative;
  top: -2px;
  left: 3px;
  color: #fff;
  background-color: #112465;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 3px 5px;
  border-radius: 5px;
  transition: 0.3s all ease-in-out;
}

/* Posições das Estações no Mapa (Desktop) */
#line .constructive-units #constructive-unit-0 {
  top: 162px;
  left: 168px;
}

#line .constructive-units #constructive-unit-0 .dot {
  background-color: transparent;
  border: none;
}

#line .constructive-units #constructive-unit-1 {
  top: 162px;
  left: 183px;
}

#line .constructive-units #constructive-unit-2 {
  top: 162px;
  left: 202px;
}

#line .constructive-units #constructive-unit-3 {
  top: 165px;
  left: 215px;
}

#line .constructive-units #constructive-unit-4 {
  top: 173px;
  left: 224px;
}

#line .constructive-units #constructive-unit-5 {
  top: 186px;
  left: 229px;
}

#line .constructive-units #constructive-unit-6 {
  top: 207px;
  left: 229px;
}

#line .constructive-units #constructive-unit-7 {
  top: 229px;
  left: 229px;
}

#line .constructive-units #constructive-unit-7 .dot {
  background-color: #8c1193;
  border-color: #fff;
}

#line .constructive-units #constructive-unit-7 .dot-2 {
  position: relative;
  left: -12px;
  top: 18px;
  background-color: #c8c3be;
  border-color: #fff;
}

#line .constructive-units #constructive-unit-7 span {
  top: 7px;
}

#line .constructive-units #constructive-unit-8 {
  top: 270px;
  left: 229px;
}

#line .constructive-units #constructive-unit-9 {
  top: 286px;
  left: 229px;
}

#line .constructive-units #constructive-unit-10 {
  top: 310px;
  left: 233px;
}

#line .constructive-units #constructive-unit-11 {
  top: 333px;
  left: 256px;
}

#line .constructive-units #constructive-unit-12 {
  top: 358px;
  left: 282px;
}

#line .constructive-units #constructive-unit-12 .dot {
  background-color: #e4c631;
  border-color: #fff;
}

#line .constructive-units #constructive-unit-13 {
  top: 377px;
  left: 300px;
}

#line .constructive-units #constructive-unit-14 {
  top: 388px;
  left: 324px;
}

#line .constructive-units #constructive-unit-15 {
  top: 388px;
  left: 353px;
}

#line .constructive-units #constructive-unit-15 .dot {
  background-color: #287fba;
  border-color: #fff;
}

/* Posições das Estações no Mapa */
.page #line .constructive-units #constructive-unit-0 {
  top: 108px;
  left: 152px;
}

.page #line .constructive-units #constructive-unit-0 .dot {
  background-color: transparent;
  border-bottom: none;
}

.page #line .constructive-units #constructive-unit-1::after,
.page #line .constructive-units #constructive-unit-2::after,
.page #line .constructive-units #constructive-unit-4::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-size: contain;
  background-image: url("../img/line-banner/terminal.png");
  position: absolute;
  top: 16px;
  background-color: #818cae;
  border-radius: 50%;
  left: -1px;
}

.page #line .constructive-units #constructive-unit-4::after {
  top: 8px;
  left: -11px;
}

.page #line .constructive-units #constructive-unit-1 {
  top: 108px;
  left: 168px;
}

.page #line .constructive-units #constructive-unit-2 {
  top: 108px;
  left: 183px;
}

.page #line .constructive-units #constructive-unit-3 {
  top: 112px;
  left: 200px;
}

.page #line .constructive-units #constructive-unit-4 {
  top: 121px;
  left: 208px;
}

.page #line .constructive-units #constructive-unit-5 {
  top: 131px;
  left: 213px;
}

.page #line .constructive-units #constructive-unit-6 {
  top: 152px;
  left: 214px;
}

.page #line .constructive-units #constructive-unit-7 {
  top: 174px;
  left: 214px;
}

.page #line .constructive-units #constructive-unit-8 {
  top: 214px;
  left: 214px;
}

.page #line .constructive-units #constructive-unit-9 {
  top: 229px;
  left: 214px;
}

.page #line .constructive-units #constructive-unit-10 {
  top: 253px;
  left: 219px;
}

.page #line .constructive-units #constructive-unit-11 {
  top: 276px;
  left: 240px;
}

.page #line .constructive-units #constructive-unit-12 {
  top: 300px;
  left: 265px;
}

.page #line .constructive-units #constructive-unit-13 {
  top: 319px;
  left: 285px;
}

.page #line .constructive-units #constructive-unit-14 {
  top: 330px;
  left: 307px;
}

.page #line .constructive-units #constructive-unit-15 {
  top: 330px;
  left: 335px;
}

/* ==========================================================================
   SEÇÃO 2: A LINHA DO TEMPO (Estações e VSE)
   ========================================================================== */
#line-constructive-units {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: visible;
}

#line-constructive-units::before {
  width: 273px;
  height: 273px;
  left: -140px;
  bottom: -140px;
  top: inherit;
}

#line-constructive-units::after {
  content: none;
}

#line-constructive-units h2 {
  font-size: 30px;
  font-weight: bold;
}

@media (min-width: 992px) {
  #line-constructive-units h2 {
    font-size: 36px;
  }
}
@media (max-width: 991.9px) {
  #line-constructive-units .line-img {
    padding-left: 150px;
    overflow: auto;
  }
}
#line-constructive-units .line-wrapper {
  position: relative;
  padding-top: 230px;
  z-index: 1;
}

#line-constructive-units .line-wrapper .item {
  position: relative;
  width: 53px;
  font-size: 17px;
  white-space: nowrap;
  opacity: 0.4;
}

#line-constructive-units .line-wrapper .item > * {
  display: block;
  width: 100px;
  margin-top: -55px;
  margin-left: 5px;
  transform: rotate(-45deg);
}

#line-constructive-units .line-wrapper .item a {
  color: #112465;
  text-decoration: none;
}

#line-constructive-units .line-wrapper .item a:hover {
  color: #f27c00;
}

#line-constructive-units .line-wrapper .item::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #f27c00;
  position: absolute;
  top: 0;
  margin-right: 15px;
}

#line-constructive-units .line-wrapper .item.active a {
  color: #f27c00;
  font-weight: bold;
}

#line-constructive-units .line-wrapper .item.active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #f27c00;
  position: absolute;
  top: -5px;
  left: -5px;
}

#line-constructive-units .line-wrapper .item:nth-of-type(n + 17) {
  display: none;
}

/* Ícones customizados da linha */
#line-constructive-units .line-wrapper .item:nth-of-type(1)::before {
  background: url("../img/ico-train.png") center no-repeat;
  width: 21px;
  height: 21px;
  top: -3px;
  left: -3px;
  border-radius: unset;
}

#line-constructive-units .line-wrapper .item:nth-of-type(8)::before {
  background: url("../img/inter-cptm.png") center no-repeat;
  width: 30px;
  height: 90px;
  top: -3px;
  left: -6px;
  border-radius: unset;
  background-size: contain;
}

#line-constructive-units .line-wrapper .item:nth-of-type(13)::before {
  background: url("../img/inter-viaquatro.png") center no-repeat;
  width: 28px;
  height: 84px;
  top: -3px;
  left: -6px;
  border-radius: unset;
}

#line-constructive-units .line-wrapper .item:nth-of-type(16)::before {
  background: url("../img/inter-metro.png") center no-repeat;
  width: 28px;
  height: 84px;
  top: -3px;
  left: -6px;
  border-radius: unset;
}

#line-constructive-units .line {
  position: relative;
  width: 800px;
  height: 8px;
  background-color: #ffe0bf;
  top: 4px;
  z-index: 0;
}

#line-constructive-units .opacity {
  opacity: 1 !important;
}

/* VSE Wrapper na timeline */
#line-constructive-units .vse-wrapper {
  position: relative;
  height: 250px;
  z-index: 0;
  margin-top: 60px;
  margin-left: -27px;
}

#line-constructive-units .vse-wrapper .item {
  position: absolute;
  width: 300px;
  text-align: right;
  font-size: 17px;
  white-space: nowrap;
  transform: rotate(-45deg);
  transform-origin: right bottom;
}

#line-constructive-units .vse-wrapper .item::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  border-top: 1px dashed #bebebe;
  position: absolute;
  top: 13px;
  margin-left: 5px;
}

#line-constructive-units .vse-wrapper .item > a {
  text-align: right;
  text-decoration: none !important;
  color: #bebebe;
}

#line-constructive-units .vse-wrapper .item > a:hover {
  color: #666;
}

/* Posições VSE */
#line-constructive-units .vse-wrapper .item:nth-of-type(1) {
  left: -332px;
}

#line-constructive-units .vse-wrapper .item:nth-of-type(2) {
  left: -276px;
}

#line-constructive-units .vse-wrapper .item:nth-of-type(3) {
  left: -226px;
}

#line-constructive-units .vse-wrapper .item:nth-of-type(4) {
  left: -174px;
}

#line-constructive-units .vse-wrapper .item:nth-of-type(5) {
  left: -120px;
}

#line-constructive-units .vse-wrapper .item:nth-of-type(6) {
  left: -76px;
}

#line-constructive-units .vse-wrapper .item:nth-of-type(7) {
  left: -54px;
}

#line-constructive-units .vse-wrapper .item:nth-of-type(8) {
  left: -17px;
}

#line-constructive-units .vse-wrapper .item:nth-of-type(9) {
  left: 39px;
}

#line-constructive-units .vse-wrapper .item:nth-of-type(10) {
  left: 92px;
}

#line-constructive-units .vse-wrapper .item:nth-of-type(11) {
  left: 145px;
}

#line-constructive-units .vse-wrapper .item:nth-of-type(12) {
  left: 184px;
}

#line-constructive-units .vse-wrapper .item:nth-of-type(13) {
  left: 211px;
}

#line-constructive-units .vse-wrapper .item:nth-of-type(14) {
  left: 251px;
}

#line-constructive-units .vse-wrapper .item:nth-of-type(15) {
  left: 306px;
}

#line-constructive-units .vse-wrapper .item:nth-of-type(16) {
  left: 357px;
}

#line-constructive-units .vse-wrapper .item:nth-of-type(17) {
  left: 409px;
}

#line-constructive-units .vse-wrapper .item:nth-of-type(18) {
  left: 467px;
}

#line-constructive-units .vse-wrapper .item:nth-of-type(n + 19) {
  display: none;
}

/* ==========================================================================
   SEÇÃO 3: OBRAS E GALERIAS (#obras)
   ========================================================================== */
#obras {
  padding-top: 60px;
  background-color: #f5f4f3;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  #obras {
    padding-top: 120px;
  }
}
#obras h1 {
  font-size: 30px;
  font-weight: bold;
}

@media (min-width: 992px) {
  #obras h1 {
    font-size: 36px;
  }
}
#obras::before {
  width: 273px;
  height: 273px;
  left: -140px;
  top: -140px;
}

#obras::after {
  width: 549px;
  height: 549px;
  right: -225px;
  bottom: -225px;
  top: inherit;
}

#obras .details p {
  margin-top: 10px;
  margin-bottom: 5px;
}

#obras .details p::before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgba(167, 168, 175, 0.2);
  margin-right: 10px;
  position: relative;
  top: 5px;
}

#obras .box-gray {
  background-color: #e8e6e5;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

#obras .box-gray .section-title {
  padding-bottom: 30px;
}

#obras .bg-gray {
  padding-left: 30px;
  padding-right: 30px;
}

#obras h3 {
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 992px) {
  #obras h3 {
    font-size: 20px;
  }
}
#obras ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 1rem;
}

#obras ul li {
  font-weight: normal;
}

#obras .construction-title {
  font-size: 20px;
  font-weight: bold;
  color: #f27c00;
  width: 100%;
  display: block;
}

@media (min-width: 992px) {
  #obras .construction-title {
    font-size: 26px;
    width: auto;
    display: inherit;
  }
}
#obras .construction-title i::before {
  color: #f27c00;
  font-size: 25px;
  vertical-align: middle;
  margin-right: 10px;
}

#obras .construction-title span {
  color: #112465;
  margin-right: 7px;
}

/* Galeria de mídia em Obras */
.tcm-component-media-gallery-2 .media-gallery-highlight .slick-prev {
  width: 3rem;
}

.tcm-component-media-gallery-2 .media-gallery-highlight .slick-prev::before {
  content: "\f177";
  font-weight: 300;
}

.tcm-component-media-gallery-2 .media-gallery-highlight .slick-next {
  width: 3rem;
}

.tcm-component-media-gallery-2 .media-gallery-highlight .slick-next::before {
  content: "\f178";
  font-weight: 300;
}

#obras .tcm-component-media-gallery-2 .media-gallery-highlight .slick-prev::before,
#obras .tcm-component-media-gallery-2 .media-gallery-highlight .slick-next::before {
  color: #fff;
  font-size: 1.8rem;
}

@media (min-width: 992px) {
  #obras .tcm-component-media-gallery-2 .media-gallery-highlight .slick-prev::before,
  #obras .tcm-component-media-gallery-2 .media-gallery-highlight .slick-next::before {
    font-size: 2.4rem;
  }
}
#obras .tcm-component-media-gallery-2 .media-gallery-highlight .slick-prev {
  left: 0;
}

@media (min-width: 992px) {
  #obras .tcm-component-media-gallery-2 .media-gallery-highlight .slick-prev {
    left: 1rem;
  }
}
#obras .tcm-component-media-gallery-2 .media-gallery-highlight .slick-next {
  right: 0;
}

@media (min-width: 992px) {
  #obras .tcm-component-media-gallery-2 .media-gallery-highlight .slick-next {
    right: 1rem;
  }
}
.page .section-title {
  color: #f27c00;
}

.progress {
  border-radius: 10px;
  overflow: visible;
  margin-top: 50px;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .progress {
    margin-bottom: 56px;
  }
}
.progress-bar {
  background: #112465;
  border-radius: 10px;
  transition: width 1.5s ease-in-out;
  position: relative;
}

.popOver {
  position: absolute;
  right: 4px;
  height: 20px;
  left: inherit;
}

.popOver::before {
  content: "";
  margin-top: 5px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.progress-bar[aria-valuenow="0.00"] .popOver {
  left: 5px;
  right: 0;
}

.tooltip {
  position: relative;
  float: right;
  z-index: 2;
}

.tooltip > .tooltip-inner {
  background-color: #112465;
  padding: 5px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

.pagination {
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .pagination {
    font-size: 2.5rem;
  }
}
.pagination a:link,
.pagination a:visited,
.pagination a:hover,
.pagination a:active {
  color: #112465;
  text-decoration: none;
}

.pagination a + a {
  margin-left: 20px;
}

#obras .pagination {
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  #obras .pagination {
    font-size: 2.5rem;
  }
}
#obras .pagination a:link,
#obras .pagination a:visited,
#obras .pagination a:hover,
#obras .pagination a:active {
  color: #112465;
  text-decoration: none;
}

#obras .pagination a + a {
  margin-left: 20px;
}

p {
  font-size: 14px;
}

@media (min-width: 992px) {
  p {
    font-size: 18px;
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li {
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 992px) {
  ul li {
    font-size: 20px;
  }
}
.section-title,
.section-subtitle {
  font-size: 30px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .section-title,
  .section-subtitle {
    font-size: 45px;
  }
}
.bg-gray {
  background-color: #e8e6e5;
}

.more {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.more:link,
.more:visited,
.more:hover,
.more:active {
  color: #f27c00;
  text-decoration: none;
}

@media (min-width: 992px) {
  .more {
    font-size: 20px;
  }
}
.more::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 500;
  padding-left: 0.5rem;
}

.line-img {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 40px;
}

.timeline-track {
  width: 1050px;
  margin: 0 auto;
  position: relative;
  padding-left: 120px;
}

.section-subtitle {
  color: #112465;
  font-weight: bold;
  font-size: clamp(1.875rem, 1.7386363636rem + 0.6818181818vw, 2.25rem);
}

#sala-de-imprensa {
  padding-top: 90px;
  padding-bottom: 90px;
}

#sala-de-imprensa .box {
  position: relative;
  height: 100%;
  background-color: #f27c00;
  color: #fff;
  padding: 35px 0;
}
#sala-de-imprensa .box .section-subtitle,
#sala-de-imprensa .box p {
  color: #fff;
}

@media (min-width: 992px) {
  #sala-de-imprensa .box {
    padding: 35px;
  }
}
#sala-de-imprensa .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  width: 150vw;
  height: 100%;
  background-color: #f27c00;
  z-index: -1;
}

@media (min-width: 992px) {
  #sala-de-imprensa .box:before {
    content: none;
  }
}
#sala-de-imprensa .box p {
  margin: 0;
}

#sala-de-imprensa .box a:link,
#sala-de-imprensa .box a:visited,
#sala-de-imprensa .box a:hover,
#sala-de-imprensa .box a:active {
  color: #fff;
}

#sala-de-imprensa .links ul li {
  padding: 30px 0;
}

@media (min-width: 992px) {
  #sala-de-imprensa .links ul li a {
    font-size: 20px;
  }
}
#sala-de-imprensa .links ul li a img {
  height: 30px;
}

.album-carousel {
  padding: 20px 0;
}
.album-carousel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.album-carousel__title {
  color: #112465 !important;
  margin: 0;
  font-size: clamp(2rem, 1.7045454545rem + 1.4772727273vw, 2.8125rem) !important;
}
.album-carousel__controls {
  display: flex;
  gap: 1.5rem;
}
.album-carousel__arrow {
  color: #112465;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.album-carousel__arrow:hover {
  opacity: 0.7;
}
.album-carousel__arrow.slick-disabled {
  opacity: 0.2;
  cursor: not-allowed;
  transform: none;
}
.album-carousel__description {
  margin-bottom: 1.5rem;
}
.album-carousel__slider {
  margin: 0 -12px;
}
.album-carousel__slide {
  padding: 0 12px;
  outline: none;
  margin-bottom: 2rem;
}

.album-card {
  display: block;
  text-decoration: none;
  color: currentColor;
  outline: none;
}
.album-card:hover {
  text-decoration: none;
}
.album-card:hover .album-card__title {
  opacity: 0.8;
}
.album-card__image-wrapper {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  margin-bottom: 1rem;
}
.album-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.album-card__title {
  font-size: 1.05rem;
  font-weight: bold;
  color: #112465;
  margin: 0 0 0.25rem 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.album-card__arrow {
  font-size: 1.25rem;
  line-height: 1;
}
.album-card__subtitle {
  font-size: 0.9rem;
  color: #555555;
  margin: 0;
}

.album-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
  padding: 20px 0;
}

/* Telas médias (Tablets) -> 2 colunas */
@media (min-width: 768px) {
  .album-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* Telas grandes (Desktop) -> 3 colunas idêntico ao "Banco de Imagens" */
@media (min-width: 992px) {
  .album-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* Ajuste fino para a setinha ao lado do título como na imagem */
.album-card__title {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.album-card__arrow {
  font-weight: normal;
}

.custom-select {
  width: auto !important;
  flex-grow: 0 !important;
  color: #112465;
  background-color: transparent;
  background-image: url(/custom/site-linhauni-portal/img/ico-chevron-down.png);
  background-size: auto;
  border: 0;
  padding: 0 30px 0 0;
}

.custom-select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.custom-select option {
  background-color: #112465;
  color: #fff;
}

.form-control {
  border: none;
  border-bottom: 1px solid #f27c00;
  border-radius: 0;
}

.list-bullet {
  list-style-type: disc;
  list-style-position: inside;
}
.list-bullet a {
  text-decoration: none;
  color: #112465;
  font-size: 1.25rem;
  display: inline-block;
}

.group-title {
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #f27c00;
  font-size: 1.25rem;
}

#vh100 {
  min-height: 48vh;
}

.comparisonTable {
  margin-bottom: 5.1875rem;
}
.comparisonTable .title--primary {
  margin-bottom: 3.5rem;
}
.comparisonTable__table__item {
  max-width: 18rem;
}
.comparisonTable__table__item picture {
  margin-bottom: 2.5rem;
}
.comparisonTable__table thead tr th {
  padding-bottom: 2.5rem;
  border: none;
}
.comparisonTable__table tbody {
  font-family: "Calibri", "Arial", sans-serif;
}
.comparisonTable__table tbody tr:first-of-type td {
  border-top: none;
}
.comparisonTable__table tbody tr td {
  padding-top: 2.4375rem;
  padding-bottom: 2.375rem;
  color: #545454;
  font-weight: 300;
  font-size: 1.125rem;
  vertical-align: middle;
}
@media (max-width: 56.24875em) {
  .comparisonTable__table tbody tr td {
    min-width: 12.5rem;
  }
}
.comparisonTable__table tbody tr td:first-of-type {
  font-weight: 700;
  color: #F27C00;
  font-size: 1.5rem;
}

.contactUs {
  background-color: #e5e5e5;
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2.9375rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 56.25em) {
  .contactUs {
    margin-bottom: 6.25rem;
  }
}
.contactUs__title {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 1.4375rem;
}
.contactUs__desc {
  margin-bottom: 1.375rem;
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #545454;
}
.contactUs__link {
  margin-bottom: 0.625rem;
}
.contactUs__phone {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 100%;
  text-decoration: none;
  color: #0d7cff;
}
.contactUs span.d-block {
  margin-bottom: 1rem;
}
.contactUs .btn--primary {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 56.25em) {
  .contactUs .btn--primary {
    max-width: 22.5rem;
  }
}

.dealers {
  margin-bottom: 2.5rem;
}
@media (min-width: 56.25em) {
  .dealers {
    margin-bottom: 7.875rem;
  }
}
.dealers__title {
  margin-bottom: 0.75rem;
}
.dealers__legend {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #545454;
  margin-bottom: 0.875rem;
}
.dealers .dealersFormBox {
  margin-bottom: 1.5625rem;
}
.dealers label {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #545454;
  margin-bottom: 0.25rem;
}
.dealers input {
  margin-bottom: 1.0625rem;
}
.dealers input::placeholder {
  color: #c6c6c6;
}
.dealers .btn--primary {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 56.25em) {
  .dealers .btn--primary {
    max-width: 14.125rem;
  }
}
.dealers .dealersBox {
  background-color: #fff;
  border: 1px solid #7d7d7d;
  padding: 25px 20px;
  border-radius: 0.5rem;
}
.dealers .dealersList {
  list-style-type: none;
  padding-left: 0;
  overflow: auto;
  max-height: 19.125rem;
  padding-right: 1.3125rem;
}
.dealers .dealersList::-webkit-scrollbar {
  width: 12px;
}
.dealers .dealersList::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #545454;
}
.dealers .dealersList::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #545454;
}
@media (min-width: 56.25em) {
  .dealers .dealersList__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.dealers .dealersList__item:not(:first-of-type) {
  padding-top: 1.3125rem;
}
.dealers .dealersList__item:not(:last-of-type) {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 1.3125rem;
}
.dealers .dealersList__item:hover {
  cursor: pointer;
}
.dealers .dealersList__item__name {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #545454;
  display: block;
  margin-bottom: 0.25rem;
}
.dealers .dealersList__item__location {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #545454;
}
@media (max-width: 56.24875em) {
  .dealers .dealersList__item__address {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 56.25em) {
  .dealers .dealersList__item__type {
    min-width: 10rem;
  }
  .dealers .dealersList__item__type:not(:last-of-type) {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.dealers .dealersMap {
  display: none;
}
@media (max-width: 56.24875em) {
  .dealers .dealersMap {
    margin-top: 1.25rem;
  }
}
.dealers .dealersMap iframe {
  width: 100%;
  max-width: 100%;
}

.faqList__item {
  padding: 2rem;
  background-color: #f3f3f3;
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
}
.faqList__item:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.faqList__item__title,
.faqList__item h2.faqList__item__title {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.faqList__item:last-of-type {
  margin-bottom: 0rem;
}

.page-contact ~ .faq {
  margin-top: 3.125rem;
}
.page-contact ~ .faq .container {
  border-top: 2px solid #d1d1d1;
  padding-top: 6.25rem;
}
.page-contact ~ .faq .container .container {
  border-top: none;
  padding-top: inherit;
}

.faq + .faq {
  margin-top: 3.125rem;
}
.faq + .faq .container {
  border-top: 2px solid #d1d1d1;
  padding-top: 6.25rem;
}
.faq + .faq .container .container {
  border-top: none;
  padding-top: inherit;
}
@media (max-width: 56.24875em) {
  .faq--moreItens {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
.faq--moreItens ul.nav-tabs {
  white-space: nowrap;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 56.24875em) {
  .faq--moreItens ul.nav-tabs {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
}
.faq--moreItens ul.nav-tabs .nav-item {
  padding: 0 0;
  display: inline-block;
  width: auto;
  flex: 1;
}
@media (max-width: 56.24875em) {
  .faq--moreItens ul.nav-tabs .nav-item {
    display: inline-block;
    float: none;
  }
}
.faq--moreItens ul.nav-tabs .nav-item .nav-link {
  min-width: inherit;
  display: inline-block;
  padding: 10px 11px;
}
.faq--moreItens + .tab-content .tab-pane {
  background-color: #f3f3f3;
  padding: 1.5rem;
  color: #000000;
}
@media (min-width: 56.25em) {
  .faq--moreItens + .tab-content .tab-pane {
    padding: 4rem;
  }
}
.faq--moreItens + .tab-content .tab-pane div {
  color: #000000;
}

.features {
  margin-bottom: 1.25rem;
}
.features .title--primary {
  color: #1e1e1e;
  font-size: clamp(2rem, 1.2727272727rem + 3.6363636364vw, 4rem);
  font-weight: 700;
  margin-bottom: 2.125rem;
}
@media (min-width: 56.25em) {
  .features .featuresList {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.features .featuresList .bg-gray {
  background-color: #e8e6e5;
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
  justify-content: space-between;
}
.features .featuresList .bg-gray .box-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.features .featuresList .bg-gray .box-subtitle {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.features .featuresList .bg-gray .email-box,
.features .featuresList .bg-gray .address-box,
.features .featuresList .bg-gray .itens-center {
  margin-top: auto;
  width: 100%;
}
.features .featuresList .bg-gray .info {
  color: #f27c00;
  background-color: #fff;
  padding: 15px;
  font-weight: bold;
  font-size: 14px;
  height: 64px;
  width: 100%;
}
.features .featuresList .bg-gray .info p {
  margin-bottom: 0;
  font-size: 1.125rem;
}
.features .featuresList .bg-gray .info p.contact-icon-text {
  position: relative;
  padding-left: 25px;
  color: #F27C00;
  font-weight: bold;
}
.features .featuresList .bg-gray .info p.contact-icon-text i {
  position: absolute;
  top: 4px;
  left: 0;
}
.features .featuresList .bg-gray .info i::before {
  color: #112465;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 8px;
}
.features .featuresList .bg-gray .info a {
  color: #f27c00;
  font-weight: bold;
  font-size: 16px;
}
.features .featuresList .bg-gray .info a:hover {
  text-decoration: none;
}
.features .featuresList .bg-gray .info:hover {
  background-color: #f27c00;
  color: #fff;
}
.features .featuresList .bg-gray .info:hover a,
.features .featuresList .bg-gray .info:hover p,
.features .featuresList .bg-gray .info:hover i::before {
  color: #fff;
}
.features .featuresList .bg-gray .itens-center .info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.features .featuresList .email-box {
  text-align: center;
}
.features .featuresList .email-box:not(:last-of-type) {
  margin-bottom: 1rem !important;
}
@media (min-width: 992px) {
  .features .featuresList .email-box {
    text-align: left;
  }
}
.features .featuresList .address-box .info {
  display: flex;
  align-items: center;
}
.features .featuresList .address-box .info p {
  font-size: 1.125rem;
  line-height: 1;
}
.features .featuresList .address-box .info .contact-icon-text {
  position: relative;
  padding-left: 25px;
}
.features .featuresList .address-box .info .contact-icon-text i {
  position: absolute;
  left: 0;
  top: 0px !important;
}
.features .featuresList .slick-next,
.features .featuresList .slick-prev {
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
.features .featuresList .slick-next::before,
.features .featuresList .slick-prev::before {
  content: "\e907";
  color: #111;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.features .featuresList .slick-next {
  right: -10px;
}
.features .featuresList .slick-prev {
  left: -10px;
  transform: rotate(180deg);
  margin-top: -10px;
}
.features .featuresList a.featuresList__item {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
  flex: 1 0 30%;
}
.features .featuresList a.featuresList__item:hover, .features .featuresList a.featuresList__item:active, .features .featuresList a.featuresList__item:focus {
  color: inherit;
  text-decoration: none;
}
.features .featuresList__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  height: auto;
  flex: 1;
  flex-grow: 1;
}
.features .featuresList__info:hover img {
  transform: scale(1.2);
}
.features .featuresList__info .album-grid img {
  transform: none !important;
}
.features .featuresList__box {
  padding: 1.25rem 0rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  height: auto;
  flex: 1;
  flex-grow: 1;
}
.features .featuresList__image {
  overflow: hidden;
  border-radius: 20px;
}
.features .featuresList__image img {
  margin-bottom: 0;
  transition: transform 0.4s ease;
  width: 100%;
}
.features .featuresList .eventTime {
  color: #F27C00;
}
.features .featuresList--four .featuresList__item {
  max-width: 100%;
  margin-bottom: 0;
}
@media (max-width: 56.24875em) {
  .features .featuresList--four .featuresList__item {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
@media (min-width: 56.25em) {
  .features .featuresList--four .featuresList__item {
    max-width: 17.5rem;
    flex: 1 0 21%;
  }
}
.features .featuresList--four .featuresList__info {
  max-width: 100%;
}
@media (min-width: 56.25em) {
  .features .featuresList--four .featuresList__info {
    max-width: 17.5rem;
    flex: 1 0 21%;
  }
}
.features .featuresList.hasMoreItems a.featuresList__item {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.features .featuresList.hasMoreItems > div:not(.features__actions) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.features .featuresList__item {
  max-width: 100%;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  min-height: auto;
}
@media (min-width: 56.25em) {
  .features .featuresList__item {
    max-width: 24rem;
    flex: 1 0 30%;
  }
}
.features .featuresList__item:hover .featuresList__image img {
  transform: scale(1.1);
}
.features .featuresList__item .btn:last-of-type {
  margin-bottom: 0;
}
.features .featuresList__info {
  position: relative;
  width: 100%;
}
.features .featuresList__info--theme2 {
  background-color: #f3f3f3;
}
.features .featuresList__title {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.features .featuresList__description {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #5d5d5d;
  margin-bottom: 0.5rem;
}
.features .featuresList__actions {
  width: 100%;
}
.features .featuresList__readmore {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  color: #F39200;
  display: inline-block;
  text-decoration: none;
}
.features .featuresList__readmore svg {
  display: inline-block;
}

.fade-in {
  opacity: 1 !important;
  display: block !important;
}

.slider-nav {
  text-align: center;
  margin-bottom: 1.875rem;
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 1.125rem;
  display: block;
}
@media (min-width: 56.25em) {
  .slider-nav {
    display: none;
  }
}
.slider-nav .slick-prev-custom {
  margin-right: 1.5rem;
}
.slider-nav .slick-next-custom {
  margin-left: 1.5rem;
}
.slider-nav .slick-arrow {
  border: none;
  background-color: inherit;
}
.slider-nav .slick-arrow i::before {
  color: #00adef;
}
.slider-nav .slick-arrow.slick-disabled i::before {
  color: #999999;
}

.filesList {
  list-style-type: none;
  padding-left: 0;
}
.filesList__item {
  margin-bottom: 1rem;
}
@media (min-width: 56.25em) {
  .filesList__item {
    margin-bottom: 2rem;
  }
}
.filesList a,
.filesList a:hover,
.filesList a:active {
  text-decoration: none;
  color: inherit;
}
.filesList a {
  position: relative;
  transition: all 0.6s ease-in-out;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  border: 1px solid #545454;
  border-radius: 10px;
  width: auto;
  padding: 2rem 2.5rem;
  margin-bottom: 0.9375rem;
  font-family: "Calibri", "Arial", sans-serif;
  font-size: 1.125rem;
}
@media (max-width: 56.24875em) {
  .filesList a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 56.25em) {
  .filesList a {
    margin-bottom: 0;
  }
}
.filesList a__icon {
  margin-bottom: 1rem;
}
.filesList a__icon i::before {
  font-size: 2.5rem;
  color: #545454;
}
.filesList a .icon-link-new-tab,
.filesList a .iconDownload {
  transition: all 0.6s ease-in-out;
  color: #00adef;
  font-size: 1.375rem;
  position: absolute;
  right: 2.5rem;
  opacity: 0;
  fill: #112465;
}
.filesList a i:not(.icon-link-new-tab)::before {
  color: #000000;
}
@media (max-width: 56.24875em) {
  .filesList a {
    background-color: #fff;
    transition: all 0.6s ease-in-out;
  }
  .filesList a .icon-link-new-tab,
  .filesList a .iconDownload {
    transition: all 0.6s ease-in-out;
    right: 0.625rem;
    opacity: 1;
  }
}
@media (min-width: 56.25em) {
  .filesList a:hover {
    background-color: #d1d1d1;
    transition: all 0.6s ease-in-out;
  }
  .filesList a:hover .icon-link-new-tab,
  .filesList a:hover .iconDownload {
    transition: all 0.6s ease-in-out;
    right: 0.625rem;
    opacity: 1;
  }
}

.filesImages {
  margin-bottom: 2.5rem;
}
.filesImages__item {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 1.875rem;
  overflow: hidden;
  border-radius: 10px 10px;
  overflow: hidden;
}
.filesImages__item picture {
  height: 300px;
  max-width: inherit;
}
.filesImages__item picture .img-fluid {
  width: inherit;
  max-width: inherit;
}
.filesImages__item picture img {
  max-width: inherit;
}
.filesImages__item__thumb {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  min-height: 18.75rem;
  overflow: hidden;
}
.filesImages__item__thumb img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  object-fit: cover;
  z-index: -1;
}
.filesImages__item__iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.filesImages__item .btnPlay {
  border: none;
  background-color: inherit;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin: auto;
  margin-top: -19.5px;
  z-index: 5;
  max-width: 3.5625rem;
}
.filesImages__item .btnPlay i::before {
  font-size: 3.5rem;
  color: #F27C00;
}
.filesImages__item__action {
  position: relative;
}
.filesImages__item__action a {
  z-index: 3;
  position: absolute;
  right: 15px;
  text-decoration: none;
  color: inherit;
  top: 23px;
}
.filesImages__item__action a svg {
  fill: #fff;
}
.filesImages__item__action i {
  text-decoration: none;
}
.filesImages__item__action i::before {
  color: #fff;
  font-size: 1.25rem;
}
.filesImages__item img {
  transition: all 0.3s ease;
  z-index: 2;
}
.filesImages__item:hover {
  cursor: pointer;
}
.filesImages__item:hover img {
  transform: scale(1.2);
}
.filesImages__text {
  background-color: #112465;
  color: #fff;
  text-align: left;
  padding: 1.5rem;
  bottom: 0;
  z-index: 2;
  line-height: 1;
  padding-right: 1.5625rem;
  border-radius: 0 0 10px 10px;
}
.filesImages__text__title {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
.filesImages__text p {
  color: #000000;
  font-family: "Calibri", "Arial", sans-serif;
}
@media (max-width: 56.24875em) {
  .filesImages__text {
    padding-right: 1.875rem;
  }
}
@media (min-width: 56.25em) {
  .filesImages .col-lg-4:nth-child(3n+1) .filesImages__item {
    margin-right: auto;
    margin-left: inherit;
  }
  .filesImages .col-lg-4:nth-child(3n+2) .filesImages__item {
    margin-right: auto;
    margin-left: auto;
  }
  .filesImages .col-lg-4:nth-child(3n+3) .filesImages__item {
    margin-right: inherit;
    margin-left: auto;
  }
  .filesImages .col-lg-4 .filesImages__item {
    margin-right: inherit;
    margin-left: inherit;
  }
}

.downloads .title--primary {
  margin-bottom: 1.5rem;
}
.downloads .listOnly {
  list-style-position: inside;
  padding-left: 0;
}
.downloads .listOnly li {
  color: #F27C00;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 0.625rem 0;
}
.downloads .listOnly li + li {
  border-top: 1px solid #bdb6b6;
}
.downloads .listOnly li a {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  letter-spacing: 4px;
  font-size: 1.125rem;
  color: #F27C00;
  text-decoration: none;
}
.downloads .listOnly li::marker {
  color: #F27C00;
}

.shareList li:first-of-type {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #f27c00;
  font-size: 1.25rem;
}
.shareList li svg {
  fill: #F27C00;
}

.jobList__item {
  padding: 1.125rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  color: #112465;
  margin-bottom: 1.6875rem;
  font-size: 1.25rem;
}
.jobList__link {
  color: #F27C00;
  text-decoration: none;
}
.jobList__link:hover {
  text-decoration: underline;
}

.page-jobs .title--primary {
  color: #F27C00;
  font-size: clamp(2rem, 1.7045454545rem + 1.4772727273vw, 2.8125rem);
  font-weight: bold;
}

select.form-control {
  position: relative;
  background-repeat: no-repeat;
  background-position: center right 1rem;
  min-height: 3rem;
  border: none;
  border-radius: 0;
  margin-bottom: 0.625rem;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000000;
  border: none;
  flex-grow: 0 !important;
  color: #112465;
  background-color: transparent;
  background-image: url("../img/ico-chevron-down.png");
  background-size: auto;
  border: 0;
  padding: 0 30px 0 0;
}
select.form-control option {
  background-color: #112465;
  color: #fff;
}
select.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  min-height: 6.5rem;
  border: none;
  margin-bottom: 0.625rem;
  letter-spacing: 0;
  vertical-align: middle;
  color: #7d7d7d;
  border-radius: 0;
}

input.form-control {
  min-height: 3rem;
  border: none;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #f27c00;
  letter-spacing: 0;
  vertical-align: middle;
  border-radius: 0;
  color: #999999;
}
input.form-control[type=file] {
  min-height: inherit;
}
input.form-control::placeholder {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #999999;
}
input[type=checkbox].form-check-input {
  border-radius: 0;
  border: 1px solid #545454;
}

label {
  font-family: "Calibri", "Arial", sans-serif;
}
label.form-check-label {
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0%;
  color: #112465;
}
label.form-check-label a.link {
  color: #00adef;
  text-decoration: underline;
}
label.form-check-label a.link:hover, label.form-check-label a.link:focus {
  color: #00adef;
  cursor: pointer;
}
label.col-form-label {
  font-weight: 400;
  font-size: 1.125rem;
  color: #112465;
}
label .required {
  color: #F27C00;
}

.btnSubmit {
  max-width: inherit;
  font-weight: 700;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
}
.btnSubmit:hover, .btnSubmit:focus, .btnSubmit:active {
  font-weight: bold;
}
.btnSubmit i {
  margin-left: 0.5rem;
}
.btnSubmit i::before {
  font-size: 0.8125rem;
}

.input-group .form-control {
  border-left: none;
  border-radius: 0;
}

.input-group-text {
  height: 3.25rem;
  background-color: transparent;
  border-radius: 0;
  border-color: #545454;
  border-right: none;
}

.form-control {
  background-color: #fff;
  border-radius: 0;
  font-size: 1rem;
  color: #545454;
}

.radioList {
  margin-bottom: 2.125rem;
}

.radio-badge {
  display: none;
}
.radio-badge:checked + .label-badge {
  background-color: #F27C00;
  border: 1px solid #F27C00;
  color: #fff;
}

.label-badge {
  min-height: 2.625rem;
  border-radius: 5px;
  padding-top: 0.6875rem;
  padding-right: 0.9375rem;
  padding-bottom: 0.6875rem;
  padding-left: 0.9375rem;
  border: 1px solid #545454;
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  text-align: center;
  margin-bottom: 0.875rem;
}
@media (min-width: 56.25em) {
  .label-badge {
    font-size: 1.125rem;
  }
}
.label-badge:hover {
  cursor: pointer;
  background-color: #F27C00;
  color: #fff;
}
.label-badge:not(:last-of-type) {
  margin-right: 0.875rem;
}
.label-badge--color1 {
  background-color: #caa70c;
  border-color: #caa70c;
  color: #fff;
}
.label-badge--color2 {
  background-color: #8e780c;
  border-color: #8e780c;
  color: #fff;
}
.label-badge--color3 {
  background-color: #3382eb;
  border-color: #3382eb;
  color: #fff;
}
.label-badge--color4 {
  background-color: #2963ba;
  border-color: #2963ba;
  color: #fff;
}
.label-badge--color5 {
  background-color: #fff;
  border-color: #545454;
  color: #F27C00;
}
.label-badge--color6 {
  background-color: #949494;
  border-color: #949494;
  color: #fff;
}
.label-badge--color7 {
  background-color: #d21111;
  border-color: #d21111;
  color: #fff;
}
.label-badge--color8 {
  background-color: #8e0808;
  border-color: #8e0808;
  color: #fff;
}
.label-badge--color9 {
  background-color: #a988a1;
  border-color: #a988a1;
  color: #fff;
}
.label-badge--color10 {
  background-color: #2b5427;
  border-color: #2b5427;
  color: #fff;
}
.label-badge--color11 {
  background-color: #F27C00;
  border-color: #F27C00;
  color: #fff;
}

/* form wizzard */
:root {
  --fw-main-color: #1998fc;
  --fw-dark-color: #192533;
  --fw-step-color: transparent;
  --steps: 8;
  --step-size: 20px;
  --progress-width: calc((var(--steps) - 1) / var(--steps) * 100%);
}
@media (min-width: 56.25em) {
  :root {
    --step-size: 40px;
  }
}

.title__step {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  vertical-align: middle;
  margin-bottom: 1.125rem;
}

.progress-container {
  position: relative;
  text-transform: uppercase;
  color: #545454;
}

.progress-container::before {
  content: "";
  height: 4px;
  width: var(--progress-width);
  background-color: #c6c6c6;
  position: absolute;
  top: calc(var(--step-size) / 2);
  left: 50%;
  translate: -50% -50%;
}

.progress-container .progress-fw {
  content: "";
  height: 4px;
  width: var(--progress-width);
  background-color: var(--fw-main-color);
  position: absolute;
  top: calc(var(--step-size) / 2);
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  transform: scaleX(33.33%);
  transform-origin: left;
  transition: 0.3s;
}

.progress-container ol {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  counter-reset: step-number;
  position: relative;
  z-index: 3;
  padding-left: 0;
}

.progress-container li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--fw-step-color);
  transition: 0.3s linear 0.3s;
  text-align: center;
  font-size: 0;
  position: relative;
}

@media (min-width: 56.25em) {
  .progress-container li {
    font-size: 14px;
    gap: 8px;
    color: #000;
  }
}
.progress-container li::before {
  content: "";
  background-color: var(--fw-step-color);
  width: var(--step-size);
  height: var(--step-size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s linear 0.3s;
  font-size: 1rem;
}

.progress-container li::after {
  content: "";
  background-color: #fff;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s linear 0.3s;
  top: 5px;
  position: absolute;
  border: 2px solid #7d7d7d;
}
@media (min-width: 56.25em) {
  .progress-container li::after {
    top: 12px;
    width: 16px;
    height: 16px;
  }
}

.progress-container li::where(.done, .current) {
  color: #333;
  font-weight: 400;
}

.progress-container li.current::before {
  background-color: var(--fw-main-color);
  box-shadow: 0 0 0 3px rgba(21, 167, 140, 0.25);
}

.progress-container li.current::after {
  border: 2px solid #fff;
}

.controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 0rem;
  padding-inline: 8px;
  border-top: 1px solid #c6c6c6;
  margin-bottom: 0.3125rem;
  padding-top: 1.25rem;
}
@media (min-width: 56.25em) {
  .controls {
    margin-top: 1rem;
    padding-top: 2.125rem;
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 23.43625em) {
  .controls .btn--primary {
    font-size: 0.6875rem;
  }
}
@media (min-width: 56.25em) {
  .controls .btn--primary {
    font-size: 1rem;
  }
}

.controls button {
  flex: 1;
}

.steps-container {
  display: flex;
  overflow: hidden;
  border-top: 1px solid #c6c6c6;
  margin-top: 1.5rem;
  padding-top: 1.375rem;
}
@media (min-width: 56.25em) {
  .steps-container {
    padding-top: 2rem;
    margin-top: 2.125rem;
  }
}

.steps-container .step {
  flex: 1 0 100%;
  opacity: 0;
  transition: opacity 0.3s;
  height: fit-content;
  display: grid;
  gap: 8px;
}
.steps-container .step:last-of-type {
  min-height: auto;
  height: auto;
}

.step.current {
  opacity: 1;
}

.search-custom-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #112465;
  padding-bottom: 0.25rem;
  width: 100%;
}
.search-custom-wrapper .btn-search-submit {
  background: transparent;
  border: none;
  padding: 0;
  padding-right: 0.625rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #112465;
}
.search-custom-wrapper .btn-search-submit .search-icon {
  color: #F27C00;
  font-size: 1.25rem;
}
.search-custom-wrapper .btn-search-submit:focus, .search-custom-wrapper .btn-search-submit:hover, .search-custom-wrapper .btn-search-submit:active {
  outline: none;
  opacity: 0.8;
  box-shadow: none;
}
.search-custom-wrapper input.form-control.search-input {
  border: none;
  background-color: transparent;
  padding: 0;
  min-height: auto;
  box-shadow: none;
  color: #7d7d7d;
  border-radius: 0;
  margin-bottom: 0;
  flex-grow: 1;
}
.search-custom-wrapper input.form-control.search-input::placeholder {
  color: #9a9a9a;
  opacity: 0.8;
}
.search-custom-wrapper input.form-control.search-input:focus {
  outline: none;
  box-shadow: none;
  background-color: transparent;
}

select.form-control {
  border: none;
  border-bottom: 1px solid #f27c00;
  border-radius: 0;
  background-color: #fff;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
select.form-control--bg-white option {
  background-color: #fff;
  color: #495057;
}

.btnSubmitbtn {
  background-color: transparent;
  color: #f27c00;
  padding: 0;
  text-transform: uppercase;
  font-size: 20px;
  padding: 35px 50px;
  font-weight: bold;
  letter-spacing: 4px;
}

.custom-search-bar {
  background-color: transparent;
  border-bottom: 1px solid #112465;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  max-width: 230px;
}
.custom-search-bar .btn-search {
  order: 1;
  background-color: transparent;
  color: #F27C00;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  padding: 0;
  width: auto;
  min-width: 39px;
  height: 40px;
  cursor: pointer;
}
.custom-search-bar .btn-search i {
  font-size: 1.75rem;
}
.custom-search-bar .field-search-container {
  order: 2;
  height: calc(2.25rem + 2px);
  width: 100%;
  background-color: transparent;
  border: 0;
  padding: 0 0 0 25px;
  left: 0;
}
.custom-search-bar.animated .field-search-container {
  position: absolute;
  left: 39px;
  right: 100%;
  z-index: 1;
  padding: 0;
  transition: right 0.6s linear;
}
.custom-search-bar .field-search {
  outline: none;
  padding: 0 1rem;
  border: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
}

.gallery__main {
  background-color: #e8e6e5;
  padding: 1.5rem;
}
.gallery__header-arrows {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.gallery__header-arrows .arrow i {
  color: #112465;
  font-size: 2.375rem;
}
.gallery__header-arrows button {
  background: transparent;
  border: none;
  color: #112465;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  outline: none;
}
.gallery__header-arrows button i {
  font-size: 2rem;
}
.gallery__header-arrows button:hover, .gallery__header-arrows button:focus {
  color: #f27c00;
}
.gallery__header-arrows .slick-arrow {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  transform: none;
  min-width: 30px;
}
.gallery__header-arrows .slick-arrow::before {
  content: none;
}
.gallery__item {
  position: relative;
}
.gallery__image-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #545454;
}
.gallery__subtitle {
  color: #F27C00;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: bold;
  margin: 0;
  margin-right: 1.25rem;
  font-size: 1.25rem;
}
.gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.gallery__wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 56.25em) {
  .gallery__wrapper {
    flex-direction: row;
  }
}
.gallery__info {
  flex-grow: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-bottom: inherit;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 0.9375rem 1.25rem;
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 500;
}
@media (min-width: 56.25em) {
  .gallery__info {
    width: 50%;
  }
}
.gallery__info-item:not(:last-child)::after {
  content: "|";
  margin: 0 0.75rem;
  opacity: 0.6;
}
.gallery__download {
  background-color: #c78137;
  display: flex;
}
@media (min-width: 56.25em) {
  .gallery__download {
    width: 50%;
  }
}
.gallery__download-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0.9375rem 2.5rem;
  text-decoration: none;
  font-size: 1rem;
  width: 100%;
}
.gallery__download-link .gallery__download-icon {
  margin-left: 0.75rem;
  width: 1.125rem;
  height: 1.25rem;
  fill: currentColor;
}
.gallery__download-link:hover, .gallery__download-link:focus {
  background-color: rgb(167.0346456693, 108.2787401575, 46.1653543307);
  color: #fff;
  text-decoration: none;
}
.gallery__thumbs-container {
  padding: 1.5rem;
  padding-top: 1rem;
  background-color: #e8e6e5;
}
.gallery__thumbs {
  margin: 0 -0.375rem;
}
.gallery__thumb {
  padding: 0 0.375rem;
  cursor: pointer;
  outline: none;
}
.gallery__thumb .gallery__image-container {
  position: relative;
}
.gallery__thumb .gallery__image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
  transition: all 0.3s ease;
  pointer-events: none;
}
.gallery__thumb.slick-current .gallery__image-container {
  border-top: 4px solid #F27C00;
}
.gallery__thumb.slick-current .gallery__image-container::after {
  opacity: 0;
}
.gallery__thumb .gallery__image-container {
  border-top: 4px solid transparent;
}
.gallery__thumb:hover .gallery__image-container::after {
  opacity: 0.3;
}
.gallery__controls {
  margin-top: 1.5rem;
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 700;
  color: #7d7d7d;
}
.gallery__counter {
  font-size: 1.125rem;
}
.gallery__counter span {
  color: #c78137;
}

.gallerySlider .gallery__item iframe,
.gallerySlider .gallery__item video {
  max-width: 100%;
  width: 100%;
  height: 36.875rem;
}
.gallerySlider .slick-dots {
  bottom: 3.125rem;
}
.gallerySlider .slick-dots li button {
  height: 8px;
}

.gallery__main {
  position: relative;
}

.gallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: transparent;
  width: 48px;
  height: 48px;
  border: none;
  font-size: 50px;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.gallery__arrow:hover {
  color: #fff;
  opacity: 1;
  transform: translateY(-50%) scale(1.05);
}

.gallery__arrow:focus {
  outline: none;
}

.gallery__arrow--prev {
  left: 30px;
}

.gallery__arrow--next {
  right: 30px;
}

.hero {
  overflow: hidden;
  position: relative;
  margin-bottom: 1.875rem;
}
.hero__item {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #fff;
  position: relative;
  padding-bottom: 9.625rem;
}
.hero__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(359deg, #000 -27.29%, rgba(0, 0, 0, 0) 87.1%);
  z-index: 1;
}
@media (max-width: 56.24875em) {
  .hero__item {
    aspect-ratio: 16/9;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    max-height: 40.9375rem;
    min-height: 40.9375rem;
  }
}
@media (min-width: 56.25em) {
  .hero__item {
    min-height: clamp(37.5rem, 36.2727272727rem + 6.1363636364vw, 40.875rem);
    height: clamp(37.5rem, 36.2727272727rem + 6.1363636364vw, 40.875rem);
    background-size: cover;
  }
}
@media (min-width: 100em) {
  .hero__item {
    min-height: clamp(40.875rem, 0.375rem + 33.75vw, 54.375rem);
  }
}
.hero__item .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 56.24875em) {
  .hero__item .container {
    aspect-ratio: 16/9;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    max-height: 40.9375rem;
    min-height: 40.9375rem;
  }
}
@media (min-width: 56.25em) {
  .hero__item .container {
    min-height: 100%;
    max-height: 100%;
  }
}
.hero__item img {
  max-width: 100%;
  height: auto;
}
.hero__item__info {
  color: #e5e5e5;
  text-align: left;
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  z-index: 2;
  padding-bottom: 6.25rem;
}
@media (min-width: 56.25em) {
  .hero__item__info {
    width: inherit;
    padding-left: inherit;
    padding-right: inherit;
    padding-bottom: inherit;
  }
}
.hero__item__info__category {
  font-family: "Calibri", "Arial", sans-serif;
  font-size: 1rem;
  z-index: 2;
  position: relative;
  display: block;
  color: #d1d1d1;
  line-height: 1;
}
@media (min-width: 56.25em) {
  .hero__item__info__category {
    font-size: 1rem;
    letter-spacing: 0;
    width: auto;
  }
}
.hero__item__info__title {
  font-family: "Calibri", "Arial", sans-serif;
  font-size: clamp(2rem, 1.3181818182rem + 3.4090909091vw, 3.875rem);
  z-index: 2;
  position: relative;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.1875rem;
  line-height: 120%;
}
@media (min-width: 56.25em) {
  .hero__item__info__title {
    max-width: 31.25rem;
    width: 100%;
  }
}
.hero__item__info__text {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0;
  color: #fff;
  z-index: 2;
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 56.25em) {
  .hero__item__info__text {
    max-width: 42.5rem;
    width: 100%;
  }
}
.hero__item__info .btn--primary {
  border-radius: 4.8125rem;
  padding: clamp(0.9375rem, 0.8693181818rem + 0.3409090909vw, 1.125rem) clamp(3rem, 2.7272727273rem + 1.3636363636vw, 3.75rem) clamp(0.9375rem, 0.8693181818rem + 0.3409090909vw, 1.125rem) clamp(1.125rem, 0.8977272727rem + 1.1363636364vw, 1.75rem);
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #F39200;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hero__item__info .btn--primary::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M7.76697 15.5339L12.9449 10.3559L7.76697 5.17795' stroke='white' stroke-width='1.29449' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.hero__item__info .btn--primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2B2F77;
  z-index: -1;
  clip-path: circle(0% at 0% 50%);
  transition: clip-path 0.5s ease-in-out;
}
.hero__item__info .btn--primary:hover {
  color: #fff;
}
.hero__item__info .btn--primary:hover::before {
  clip-path: circle(150% at 0% 50%);
}
.hero__item .video-container {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
@media (min-width: 56.25em) {
  .hero__item .video-container {
    height: 100%;
  }
}
@media (max-width: 56.24875em) {
  .hero__item .video-container .youtube {
    min-height: 40.9375rem;
    overflow: hidden;
    pointer-events: none;
    width: 100%;
  }
}
@media (min-width: 56.25em) {
  .hero__item .video-container .youtube {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    padding-bottom: 57.5%;
    height: 0;
    overflow: hidden;
    pointer-events: none;
  }
}
@media (min-width: 56.25em) {
  .hero__item .video-container .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 56.24875em) {
  .hero__item .video-container .youtube iframe {
    min-height: 40.9375rem;
    width: 100%;
  }
}
.hero__item .video-container .video {
  width: 100%;
  height: 40.9375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.hero__item .video-container .videoItem {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 56.24875em) {
  .hero__item .video-container .videoItem {
    min-height: 40.9375rem;
  }
}
.hero .slick-slide {
  position: relative;
  z-index: 0;
}
.hero__controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 1.5625rem;
}
.hero__controls .slick-dots {
  bottom: 0.1875rem;
}
@media (min-width: 56.25em) {
  .hero__controls .slick-dots {
    bottom: 0.4375rem;
  }
}
@media (min-width: 56.25em) {
  .hero__controls {
    bottom: 4.875rem;
    justify-content: flex-end;
  }
}
.hero__controls .container {
  position: absolute;
  width: auto;
  display: none;
  left: 0;
  right: 0;
}
@media (min-width: 56.25em) {
  .hero__controls .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.hero__controls .prev,
.hero__controls .next {
  position: relative;
}
.hero__controls .prev i,
.hero__controls .next i {
  font-size: 1rem;
  color: #fff;
}
.hero__controls .prev:hover,
.hero__controls .next:hover {
  cursor: pointer;
}
.hero__controls .prev {
  left: 0;
  transform: rotate(180deg);
}
.hero__controls .next {
  right: 0;
}
.hero .container {
  position: relative;
}
.hero__actions {
  position: absolute;
  width: 100%;
  text-align: right;
  right: 0;
  bottom: 0.5rem;
}
@media (max-width: 56.24875em) {
  .hero__actions {
    position: relative;
  }
  .hero__actions .btnHero {
    margin-left: auto;
    margin-right: auto;
  }
  .hero__actions .btnHero:last-of-type {
    margin-bottom: 0;
  }
}
.hero__actions .btnHero {
  max-width: 18.4375rem;
  width: 100%;
  margin-bottom: 0.625rem;
}
@media (min-width: 56.25em) {
  .hero__actions .btnHero {
    display: inline-block;
    margin-bottom: inherit;
  }
  .hero__actions .btnHero:not(:last-of-type) {
    margin-right: 1.5rem;
  }
}
.hero__actions .btnHero i {
  margin-right: 0.625rem;
}
.hero:has(+ .container .breadcrumb) {
  margin-bottom: 0;
}

.imageAndText {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
  margin-bottom: 0.3125rem;
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #112465;
  line-height: 1.4;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 1.5rem;
}
@media (min-width: 56.25em) {
  .imageAndText {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.imageAndText .block-image-text:hover img {
  transform: scale(1.2);
}
.imageAndText__title,
.imageAndText h3 {
  margin-bottom: 1.5rem;
}
.imageAndText h1,
.imageAndText h2,
.imageAndText h3,
.imageAndText h4,
.imageAndText h5,
.imageAndText h6 {
  font-family: "Calibri", "Arial", sans-serif;
  color: #F27C00;
}
.imageAndText__text,
.imageAndText p,
.imageAndText ul {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #000000;
  line-height: 1.4;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 1.5rem;
}
.imageAndText__image {
  padding: 0 0;
  overflow: hidden;
  border-radius: 20px;
}
.imageAndText__image img {
  border-radius: 20px;
  transition: transform 0.4s ease;
}
.imageAndText__image--background {
  background-size: cover;
  background-position: center;
}
.imageAndText--dark {
  background-color: #000000;
}
.imageAndText--dark p,
.imageAndText--dark ul,
.imageAndText--dark h2 {
  color: #fff;
}
.imageAndText--custom {
  margin-top: -1.875rem;
}
.imageAndText--right .row .imageAndText__image {
  order: 1;
  margin-bottom: 1.25rem;
}
.imageAndText--right .row .imageAndTextInfo {
  order: 2;
}
@media (min-width: 56.25em) {
  .imageAndText--right .row .imageAndText__image {
    order: 2;
    margin-bottom: 0rem;
  }
  .imageAndText--right .row .imageAndTextInfo {
    order: 1;
    padding-right: 1.9375rem;
  }
}
.imageAndText--left .imageAndText__image {
  order: 1;
  margin-bottom: 1.25rem;
}
@media (min-width: 56.25em) {
  .imageAndText--left .imageAndText__image {
    margin-bottom: 0rem;
  }
}
.imageAndText--left .imageAndTextInfo {
  order: 2;
}
@media (min-width: 56.25em) {
  .imageAndText--left .imageAndTextInfo {
    padding-left: 1.9375rem;
  }
}
.imageAndText .imageAndTextInfo--theme2 .imageAndTextInfo__box {
  background-color: #f3f3f3;
  height: 100%;
  padding: 2rem;
}
.imageAndText .imageAndTextInfo--center {
  text-align: center;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
.imageAndText .imageAndTextInfo--center .btn--primary {
  margin-left: auto;
  margin-right: auto;
}
.imageAndText .imageAndTextInfo--middle {
  display: flex;
  align-items: center;
}
.imageAndText .imageAndTextInfo--bottom {
  display: flex;
  align-items: flex-end;
}
.imageAndText .imageAndTextInfo--right {
  text-align: right;
  padding-left: 1.875rem;
}
.imageAndText .imageAndTextInfo--right .btn--primary {
  margin-left: auto;
}
.imageAndText .imageAndTextInfo--left {
  text-align: left;
  padding-right: 1.875rem;
}
.imageAndText .imageAndTextInfo--left .btn--primary {
  margin-right: auto;
}
.imageAndText .btn--primary {
  max-width: fit-content;
  margin-bottom: 0rem;
}
@media (min-width: 56.25em) {
  .imageAndText .btn--primary {
    margin-bottom: 1.75rem;
  }
}

.textOnly--theme2 {
  background-color: #f3f3f3;
  margin-bottom: 2.5rem !important;
}

.news {
  margin-bottom: 6.25rem;
}
@media (max-width: 56.24875em) {
  .news {
    margin-bottom: 3.75rem;
    overflow: hidden;
  }
}
.news__header {
  margin-bottom: 2.5rem;
}
@media (max-width: 56.24875em) {
  .news__header .title--primary {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 56.25em) {
  .news__header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.news__header .nav-tabs .nav-link {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}

#container-posts-items-news {
  position: relative;
}

.newsList {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media (min-width: 56.25em) {
  .newsList {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }
}
.newsList__item {
  width: 100%;
  margin-bottom: 1.875rem;
  padding: 0 0.9375rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 56.25em) {
  .newsList__item {
    width: 33.3333333333%;
    padding: 0 1.875rem;
    margin-bottom: 3.125rem;
  }
}
.newsList__item > h3 {
  display: none;
}
.newsList__item a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.newsList__item a:hover .newsList__info {
  background-color: #e8e6e5;
}
.newsList__item a:hover .newsList__title {
  color: #f27c00;
}
.newsList__thumb {
  width: 100%;
  height: 12.1875rem;
  background-color: #f27c00;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsList__thumb__image {
  width: 100%;
  height: 100%;
}
.newsList__thumb__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsList__info {
  background-color: #e8e6e5;
  padding: 1.5625rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-height: 15.625rem;
  transition: background-color 0.2s ease-in-out;
}
@media (min-width: 56.25em) {
  .newsList__info {
    background-color: transparent;
  }
}
.newsList__date {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  color: #112465;
}
.newsList__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #112465;
  transition: color 0.2s ease-in-out;
}
.newsList__description {
  font-size: 0.875rem;
  margin-bottom: 0;
  color: #112465;
}
@media (min-width: 56.25em) {
  .newsList__description {
    font-size: 1rem;
  }
}
.newsList__icon {
  height: 12.1875rem;
  width: 100%;
  background-color: #f27c00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsList__icon ~ a:hover .newsList__info {
  background-color: #e8e6e5;
}
.newsList__icon ~ a:hover .newsList__title {
  color: #f27c00;
}
.newsList__icon .icon {
  width: 5rem;
  height: 5rem;
  color: #fff;
}

.related {
  font-size: clamp(1.625rem, 1.3977272727rem + 1.1363636364vw, 2.25rem);
  margin-bottom: 1.25rem;
}

.pagination {
  font-family: "Calibri", "Arial", sans-serif;
  font-size: 300;
}
.pagination .active > .page-link,
.pagination .page-link.active {
  background-color: transparent;
  border: none;
  color: #112465;
  font-weight: bold;
}
.pagination .page-link {
  border: none;
  background-color: transparent;
  color: #112465;
  font-weight: normal;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 0;
}

.nav-pagination .pagination .page-item .page-link {
  width: auto;
  background-color: transparent;
  border: none;
  color: #112465;
}

.products {
  margin-bottom: 1.875rem;
}
@media (min-width: 56.25em) {
  .products {
    margin-bottom: 0rem;
  }
}
.products .title--primary {
  margin-bottom: 3.875rem;
}
@media (min-width: 56.25em) {
  .products .productsList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.products .productsList .slick-slide {
  margin-right: 1.5rem;
}
.products .productsList__item {
  max-width: 17.5rem;
}
@media (min-width: 56.25em) {
  .products .productsList__item {
    flex: 1 0 21%;
  }
  .products .productsList__item:not(:nth-of-type(4n)) {
    margin-right: 1rem;
  }
}
.products .productsList__info {
  background-color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2.25rem;
  border: 1px solid #7d7d7d;
}
.products .productsList__title {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 700;
  color: #F27C00;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
.products .productsList__description {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  color: #545454;
}
.products .productsList__readmore {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #0d7cff;
}

.productList {
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
}
.productList__item {
  position: relative;
  max-width: 35rem;
  margin-bottom: 1.5rem;
  display: block;
  overflow: hidden;
}
.productList__item img {
  transition: transform 0.6s cubic-bezier(0.35, 0, 0, 1);
  z-index: 2;
}
.productList__item:hover img {
  transform: scale(107%);
}
@media (min-width: 56.25em) {
  .productList__item {
    margin-bottom: 3rem;
  }
}
.productList__item__info__name {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 0.25rem;
  color: #fff;
}
@media (min-width: 56.25em) {
  .productList__item__info__name {
    font-size: 2.75rem;
  }
}
.productList__item__info__desc {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 56.25em) {
  .productList__item__info__desc {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

#productTab {
  margin-bottom: 1.9375rem;
}
@media (min-width: 56.25em) {
  #productTab {
    margin-bottom: 3.9375rem;
  }
}

.safetyLabel {
  margin-bottom: 3.75rem;
}
@media (min-width: 56.25em) {
  .safetyLabel {
    margin-bottom: 7.75rem;
  }
}
.safetyLabel .title--primary {
  margin-bottom: 2.1875rem;
}
@media (min-width: 56.25em) {
  .safetyLabel__form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
.safetyLabel__form .form-group {
  width: 100%;
}
.safetyLabel__form .form-group label {
  margin-bottom: 2.1875rem;
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #545454;
}
.safetyLabel__form .form-group .form-control {
  min-height: 3.25rem;
  border: 1px solid #545454;
  border-radius: 0;
  margin-bottom: 0.625rem;
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  vertical-align: middle;
}
.safetyLabel__form .form-group .form-control option {
  color: #7d7d7d;
}
.safetyLabel__form .form-group select {
  position: relative;
  background-image: url('data:image/svg+xml,<svg width="12" height="6" viewBox="0 0 12 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 6L0 0L12 0L6 6Z" fill="%23545454"/></svg>');
  background-repeat: no-repeat;
  background-position: center right 1rem;
}
.safetyLabel__form .btn--primary {
  width: 100%;
  height: 3.25rem;
  font-size: 1rem;
  margin-bottom: 0.625rem;
  max-width: 100%;
}
@media (min-width: 56.25em) {
  .safetyLabel__form .btn--primary {
    max-width: 16.875rem;
    margin-left: 1.125rem;
  }
}

.simpleCards {
  margin-bottom: 2.375rem;
}
.simpleCards .col-12 {
  margin-bottom: 1rem;
}
@media (min-width: 56.25em) {
  .simpleCards .col-12 {
    margin-bottom: 0;
  }
}
@media (min-width: 56.25em) {
  .simpleCards {
    margin-bottom: 6.25rem;
  }
}
.simpleCards.theme2 .simpleCards__item {
  background-color: #eaeaea;
}
.simpleCards__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
  padding: 1.5rem;
}
@media (min-width: 56.25em) {
  .simpleCards__item {
    padding: 3rem;
  }
}
.simpleCards__info__title {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.simpleCards__info__desc {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
}

.slick-dots {
  text-align: center;
  padding-right: 0;
  width: auto;
  position: relative;
  bottom: 0.4375rem;
  margin: 0 1.5625rem;
}
.slick-dots li {
  margin: 0 0;
  display: inline-block;
  padding: 0 0;
}
.slick-dots li:not(:last-of-type) {
  margin-right: 0.5rem;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li button:before {
  content: none;
  font-size: 0;
  color: #F39200;
}
.slick-dots li.slick-active button:before {
  color: #F39200;
  opacity: 1;
}
.slick-dots li.slick-active button {
  background-color: #F39200;
  opacity: 1;
}
.slick-dots li button {
  width: 1.125rem;
  height: 0.25rem;
  border-radius: 2.75rem;
  display: inline-block;
  padding: 0 0;
  background-color: #F39200;
  opacity: 0.5;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slider-backdrop {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.slider-backdrop.show {
  opacity: 1;
  visibility: visible;
}
.slider-backdrop .close-slider {
  position: absolute;
  top: 1.25rem;
  right: 1.875rem;
  color: #fff;
  background: transparent;
  border: none;
  font-size: 2.1875rem;
  font-weight: 300;
  z-index: 999999;
  cursor: pointer;
  transition: color 0.3s;
}
.slider-backdrop .close-slider:hover {
  color: #f27c00;
}
.slider-backdrop .tcm-component-media-gallery-2 {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slider-backdrop .tcm-component-media-gallery-2 .media-gallery-highlight {
  height: 100%;
}
.slider-backdrop .tcm-component-media-gallery-2 .media-gallery-highlight .slick-list,
.slider-backdrop .tcm-component-media-gallery-2 .media-gallery-highlight .slick-track {
  height: 100%;
}
.slider-backdrop .tcm-component-media-gallery-2 .media-gallery-carousel-item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  outline: none;
  height: 100vh;
  padding: 1.25rem;
}
.slider-backdrop .tcm-component-media-gallery-2 .media-gallery-carousel-item [data-type=image] {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 85vw;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.slider-backdrop .tcm-component-media-gallery-2 .media-gallery-carousel-item [data-type=image] img {
  max-width: 100%;
  max-height: 55vh;
  object-fit: contain;
}
.slider-backdrop .tcm-component-media-gallery-2 .media-gallery-carousel-item .media-wrapper {
  width: auto;
  margin-top: 0;
}
.slider-backdrop .tcm-component-media-gallery-2 .media-gallery-carousel-item .media-wrapper .media-link {
  background-color: transparent;
  margin-top: 1.25rem;
}
.slider-backdrop .tcm-component-media-gallery-2 .media-gallery-carousel-item .media-wrapper .media-link a {
  background-color: #c78137;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  gap: 0.625rem;
  transition: background-color 0.3s;
}
.slider-backdrop .tcm-component-media-gallery-2 .media-gallery-carousel-item .media-wrapper .media-link a:hover {
  background-color: #b0702d;
}
.slider-backdrop .tcm-component-media-gallery-2 .media-gallery-carousel-item .media-wrapper .media-link a i {
  font-size: 1.125rem;
}
.slider-backdrop .tcm-component-media-gallery-2 .media-gallery-carousel-item .media-wrapper .media-link a i::before {
  color: #fff;
}
.slider-backdrop .tcm-component-media-gallery-2 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  width: 3.75rem;
  height: 3.75rem;
}
.slider-backdrop .tcm-component-media-gallery-2 .slick-arrow::before {
  font-family: "icomoon", "Font Awesome 5 Pro", sans-serif;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 300;
}
.slider-backdrop .tcm-component-media-gallery-2 .slick-prev {
  left: 1.25rem;
}
.slider-backdrop .tcm-component-media-gallery-2 .slick-prev::before {
  content: "←";
}
.slider-backdrop .tcm-component-media-gallery-2 .slick-next {
  right: 1.25rem;
}
.slider-backdrop .tcm-component-media-gallery-2 .slick-next::before {
  content: "→";
}

.section-block-image {
  margin-bottom: 2.5rem;
}

.solution-block-highlight {
  margin-bottom: 5rem;
}
.solution-block-highlight .title--primary {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.solutionsList a {
  text-decoration: none;
  color: inherit;
}
.solutionsList__item {
  position: relative;
  max-width: 24rem;
  margin-bottom: 1.5rem;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 56.25em) {
  .solutionsList__item {
    margin-left: inherit;
    margin-right: inherit;
  }
}
.solutionsList__item::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.57) 0%, #000000 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
  z-index: 1;
}
.solutionsList__item img {
  transition: transform 0.6s cubic-bezier(0.35, 0, 0, 1);
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.solutionsList__item picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.solutionsList__item:hover img {
  transform: scale(107%);
}
@media (min-width: 56.25em) {
  .solutionsList__item {
    margin-bottom: 3rem;
  }
}
.solutionsList__item__info {
  min-height: 26.875rem;
  padding: 1.5rem;
  z-index: 3;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  gap: 1rem;
}
.solutionsList__item__info__name {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 56.25em) {
  .solutionsList__item__info__name {
    font-size: 2rem;
  }
}
.solutionsList__item__info__desc {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 56.25em) {
  .solutionsList__item__info__desc {
    font-size: 1rem;
    margin-bottom: 0;
  }
}

.spotlight {
  position: relative;
  margin-bottom: 2.125rem;
}
@media (min-width: 56.25em) {
  .spotlight {
    margin-bottom: 6.5625rem;
  }
}
.spotlight .col-12 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: background-size 0.5s ease;
}
@media (min-width: 56.25em) {
  .spotlight .col-12 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.spotlight .col-12:hover {
  background-size: 110%;
  transition: background-size 0.5s ease;
}
.spotlight .col-12:hover .btn--primary {
  color: #fff;
  background-color: #00608d;
}
.spotlight .col-12::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.57) 0%, #000000 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.spotlight .col-12 .spotlight__item {
  margin-right: auto;
}
.spotlight .col-12:first-child .spotlight__item {
  margin-left: auto;
  margin-right: inherit;
}
.spotlight__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  min-height: 37.25rem;
  max-width: 100%;
}
@media (min-width: 90em) {
  .spotlight__item {
    padding-right: 7rem;
    padding-left: 7rem;
    min-height: 38.25rem;
    max-width: 45rem;
  }
}
.spotlight__item__title {
  color: #fff;
  font-family: "Calibri", "Arial", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 0;
}
.spotlight__item__title + .btn--primary {
  margin-top: 2.3125rem;
}
.spotlight__item__type {
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  display: block;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.spotlight__item__desc {
  margin-bottom: 0.625rem;
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.spotlight .btn--primary {
  margin-bottom: 0;
}

.nav-tabs {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border: none;
  width: 100%;
}
.nav-tabs .nav-item {
  flex-grow: 1;
}
@media (min-width: 56.25em) {
  .nav-tabs .nav-item {
    width: auto;
    flex-grow: inherit;
  }
}
.nav-tabs .nav-item button.nav-link:not(.active):hover {
  background-color: inherit;
}
.nav-tabs .nav-link {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #545454;
  border-radius: 0;
  min-width: 13rem;
  color: #F27C00;
  padding: 1.1875rem 0.625rem;
  min-width: inherit;
}
.nav-tabs .nav-link i {
  display: block;
  margin-bottom: 0.625rem;
}
@media (min-width: 56.25em) {
  .nav-tabs .nav-link {
    padding: 1.1875rem 1.875rem;
    width: auto;
    min-width: 13rem;
  }
  .nav-tabs .nav-link i {
    display: inline-block;
    margin-bottom: 0;
  }
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:focus {
  border: 1px solid #F27C00;
  background-color: #F27C00;
  color: #fff;
}
.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link:focus:hover {
  border: 1px solid #F27C00;
}
.nav-tabs .nav-link:hover {
  border: 1px solid #545454;
}

.tab-content .moreProducts {
  max-width: 14.375rem;
}
.tab-content.tab-content--theme2 {
  background-color: #f3f3f3;
}
.tab-content img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.tab-content p:not(.productList__item__info__desc),
.tab-content div {
  color: #545454;
}

.faq--tabs h1,
.faq--tabs h2,
.faq--tabs h3,
.faq--tabs h4,
.faq--tabs h5,
.faq--tabs h6 {
  font-family: "Calibri", "Arial", sans-serif;
  color: #F27C00;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0;
}
@media (min-width: 56.25em) {
  .faq--tabs h1,
  .faq--tabs h2,
  .faq--tabs h3,
  .faq--tabs h4,
  .faq--tabs h5,
  .faq--tabs h6 {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
}
.faq--tabs h1 span,
.faq--tabs h2 span,
.faq--tabs h3 span,
.faq--tabs h4 span,
.faq--tabs h5 span,
.faq--tabs h6 span {
  font-weight: normal;
}
.faq--tabs .tab-pane {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 1.5rem;
}
.faq--tabs--borderless .nav-tabs .nav-item {
  position: relative;
}
.faq--tabs--borderless .nav-tabs .nav-item .nav-link {
  border: none;
  color: #afafaf;
  background-color: inherit;
  border-color: #1998fc;
  opacity: 0.9;
  transition: opacity 0.2s ease-in;
}
.faq--tabs--borderless .nav-tabs .nav-item .nav-link::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #afafaf;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
}
.faq--tabs--borderless .nav-tabs .nav-item .nav-link.active, .faq--tabs--borderless .nav-tabs .nav-item .nav-link:focus, .faq--tabs--borderless .nav-tabs .nav-item .nav-link:hover {
  border: none;
  color: #000000;
  background-color: inherit;
  opacity: 1;
}
.faq--tabs--borderless .nav-tabs .nav-item .nav-link.active::after, .faq--tabs--borderless .nav-tabs .nav-item .nav-link:focus::after, .faq--tabs--borderless .nav-tabs .nav-item .nav-link:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #00adef;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.faq--tabs--borderless .nav-tabs .nav-item .nav-link:not(.active):hover {
  border: none;
}
.faq--tabs--borderless .nav-tabs .nav-item .nav-link:not(.active):hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #00adef;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.financingTab.faq--tabs--borderless .nav-tabs {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.financingTab.faq--tabs--borderless .nav-tabs .nav-item--inside {
  width: 100%;
}
.financingTab.faq--tabs--borderless .nav-tabs .nav-item--inside .nav-link {
  background-color: #d1d1d1;
  color: #333333;
  border: none;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease-in-out;
  padding-right: 3.125rem;
}
.financingTab.faq--tabs--borderless .nav-tabs .nav-item--inside .nav-link.active {
  border: none;
  background-color: #00adef;
  color: #fff;
}
.financingTab.faq--tabs--borderless .nav-tabs .nav-item--inside .nav-link.active, .financingTab.faq--tabs--borderless .nav-tabs .nav-item--inside .nav-link:focus, .financingTab.faq--tabs--borderless .nav-tabs .nav-item--inside .nav-link:hover {
  border: none;
  background-color: #00adef;
  color: #fff;
  opacity: 1;
}
.financingTab.faq--tabs--borderless .nav-tabs .nav-item--inside .nav-link:not(.active):hover {
  border: none;
}
.financingTab.faq--tabs--borderless .nav-tabs .nav-item--inside .nav-link:not(.active):hover::after {
  content: "\e907";
  position: absolute;
  left: inherit;
  right: 0.9375rem;
  top: 1.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  background-color: inherit;
}
.financingTab.faq--tabs--borderless .nav-tabs .nav-item--inside .nav-link::after {
  content: "\e907";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: inherit;
  right: 0.9375rem;
  top: 1.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  background-color: inherit;
}
.financingTab.faq--tabs--borderless .tab-content {
  margin-top: 2rem;
  height: 100%;
}
@media (min-width: 56.25em) {
  .financingTab.faq--tabs--borderless .tab-content {
    margin-top: 3.75rem;
  }
}
.financingTab.faq--tabs--borderless .tab-content .tab-content {
  margin-top: 0;
}
.financingTab.faq--tabs--borderless .tab-content .tab-content .tab-pane--inside {
  height: 100%;
  background-color: #eaeaea;
}
.financingTab.faq--tabs--borderless .tab-content .tabContentLeft {
  padding: 2.9375rem 3rem;
  background-color: #f3f3f3;
}
.financingTab.faq--tabs--borderless .tab-content .tabContent__info {
  padding: 2.5rem;
}
.financingTab.faq--tabs--borderless .tab-content .tabContent__info .title--primary {
  margin-bottom: 1rem;
}
.financingTab.faq--tabs--borderless .tab-content .tabContent__info p {
  color: #000000;
  margin-bottom: 1.5rem;
}
.financingTab.faq--tabs--borderless .tab-content .tabContent__info a.linkIcon,
.financingTab.faq--tabs--borderless .tab-content .tabContent__info button.linkIcon {
  color: #00adef;
  font-size: 1rem;
  text-decoration: none;
  border: none;
  background-color: inherit;
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 56.25em) {
  .financingTab.faq--tabs--borderless .tab-content .tabContent__info a.linkIcon,
  .financingTab.faq--tabs--borderless .tab-content .tabContent__info button.linkIcon {
    display: inline-block;
    margin-bottom: 0;
  }
}
.financingTab.faq--tabs--borderless .tab-content .tabContent__info a.linkIcon i,
.financingTab.faq--tabs--borderless .tab-content .tabContent__info button.linkIcon i {
  margin-right: 0.25rem;
}
.financingTab.faq--tabs--borderless .title--primary {
  font-family: "Calibri", "Arial", sans-serif;
  font-size: 1.5rem;
}
@media (min-width: 56.25em) {
  .financingTab.faq--tabs--borderless .title--primary {
    font-size: 2rem;
  }
}
.financingTab.faq--tabs--borderless .actions .title--primary {
  white-space: nowrap;
}

.tags {
  margin-bottom: 0.5rem;
}
.tags__item {
  width: fit-content;
  display: inline-block;
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  background-color: #F27C00;
  padding: 0.25rem 0.625rem;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 3.125rem;
}
@media (min-width: 56.25em) {
  .tags__item {
    font-size: 0.75rem;
  }
}

.table--default thead th {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  vertical-align: middle;
  color: #545454;
  padding-bottom: 2.375rem;
}
.table--default tbody tr td {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  vertical-align: middle;
}
.table--default tbody tr td .icon-info {
  font-size: 1.6875rem;
  color: #545454;
}
.table--default tbody tr td .icon-info:hover {
  cursor: pointer;
}
.table--default tbody tr td .btn--secondary {
  max-width: 8.75rem;
  margin-left: auto;
  margin-right: auto;
}

.info--title {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0;
  vertical-align: middle;
  color: #545454;
}

.messageOk {
  display: block;
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 0rem;
}
.messageOk p {
  margin-bottom: 0;
}
@media (min-width: 56.25em) {
  .messageOk {
    margin-bottom: 1.875rem;
  }
  .messageOk p {
    margin-bottom: 1rem;
  }
}
.messageOk .icon-check {
  background-color: #5cb85c;
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 50%;
  font-size: 0.8125rem;
  padding: 0.375rem;
  vertical-align: middle;
}
.messageOk .icon-check::before {
  color: #fff;
}

.vehicleBox__image {
  margin-right: 2.25rem;
  min-width: 100%;
  max-height: 11.875rem;
  overflow: hidden;
}
@media (max-width: 56.24875em) {
  .vehicleBox__image img {
    max-height: 11.875rem;
  }
}
@media (min-width: 56.25em) {
  .vehicleBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .vehicleBox__image {
    margin-right: 2.25rem;
    min-width: 37.1875rem;
    max-height: 23.875rem;
    overflow: hidden;
  }
}
.vehicleBox__info {
  width: 100%;
}
.vehicleBox__info__title {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.375rem;
  line-height: 1.4375rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 56.25em) {
  .vehicleBox__info__title {
    font-size: 2.1875rem;
    line-height: 2.25rem;
  }
}
.vehicleBox__info__list {
  list-style-type: none;
  padding-left: 0;
  color: #545454;
}
.vehicleBox__info__list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  line-height: 1;
  background-image: url("../img/bgdots.png");
  background-repeat: repeat-x;
  background-position: bottom;
  margin-bottom: 0.625rem;
}
.vehicleBox__info__list li span {
  background-color: #fff;
}
@media (min-width: 56.25em) {
  .vehicleBox__info__actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.vehicleBox__info__actions .btn--primary {
  max-width: inherit;
  font-weight: 400;
  margin-bottom: 0.9375rem;
}
@media (min-width: 56.25em) {
  .vehicleBox__info__actions .btn--primary {
    margin-bottom: 0rem;
  }
  .vehicleBox__info__actions .btn--primary:not(:last-of-type) {
    margin-right: 1.25rem;
  }
}
.vehicleBox__picture {
  max-width: 34.375rem;
}
.vehicleBox .slick-dots {
  display: none !important;
}

.vehicleSpotlight {
  position: relative;
  margin-bottom: 6.25rem;
}
@media (min-width: 56.25em) {
  .vehicleSpotlight {
    min-height: 30rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.vehicleSpotlight__title {
  margin-bottom: 1.5rem;
}
.vehicleSpotlight__text {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 1.5rem;
  color: #545454;
}
.vehicleSpotlight__info__desc {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 1.5rem;
  color: #545454;
}
.vehicleSpotlight__info__call {
  margin-bottom: 0.875rem;
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #545454;
  display: block;
}
.vehicleSpotlight__info__name {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 1.4375rem;
}
.vehicleSpotlight__image {
  width: 100%;
  display: block;
}
@media (min-width: 56.25em) {
  .vehicleSpotlight__image {
    position: absolute;
    width: auto;
    padding: 0 0;
    right: 0;
    top: 0;
    max-width: 49%;
  }
}
.vehicleSpotlight .btn--primary {
  margin-bottom: 1.75rem;
}

.video {
  margin-bottom: 4.25rem;
}
.video iframe, .video video {
  max-width: 100%;
  width: 100%;
  height: 30rem;
}

.reportFull {
  background-color: #f3f3f3;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.reportFull__title {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.reportFull .btn {
  margin-top: 3rem;
}

.modal {
  background-color: rgba(0, 0, 0, 0.8);
}
.modal .close {
  background: none;
  border: none;
  font-size: 1.5625rem;
  margin-left: auto;
}
.modal .modal-header {
  border: none;
  padding-top: 1.25rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  padding-bottom: 1.25rem;
}
.modal .modal-header .close {
  color: #00adef;
  font-weight: bold;
  font-family: "Calibri", "Arial", sans-serif;
  font-size: 1rem;
}
.modal .modal-header .close i {
  margin-left: 0.5rem;
}
.modal .modal-header .close i::before {
  font-size: 0.625rem;
}
.modal .modal-content {
  border-top: 4px solid #F27C00;
}
.modal .modal-title {
  font-size: 1.5rem;
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  color: #112465;
}
.modal .modal-body {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 300;
  padding-top: 0rem;
  padding-bottom: 2rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  color: #000000;
}
.modal .modal-body p {
  font-size: 0.875rem;
}
.modal .modal-footer .btn.btn-primary {
  border: none;
  font-family: "Calibri", "Arial", sans-serif;
  background: #1998fc;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 1rem;
  width: auto;
  padding: 0.75rem 0.9375rem;
  max-width: 11.75rem;
  box-shadow: none;
  border-radius: 0.1875rem;
  text-decoration: none;
}
@media (min-width: 56.25em) {
  .modal .modal-footer .btn.btn-primary {
    padding: 0.75rem 0.9375rem;
    max-width: 11.75rem;
    border-radius: 0.1875rem;
    font-size: 1rem;
  }
}
.modal .modal-footer .btn.btn-primary:hover, .modal .modal-footer .btn.btn-primary:focus, .modal .modal-footer .btn.btn-primary:active {
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background-color: #014880;
}

.linesInfo .title--primary {
  margin-top: 0;
}
.linesInfo .title-status {
  color: #112465;
  font-weight: 600;
  font-size: 1.125rem;
}
.linesInfo .update-text {
  color: #F27C00;
  font-size: 0.875rem;
}

.linesInfo {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .linesInfo {
    flex-direction: row;
    align-items: stretch;
  }
}
.linesInfo__content {
  padding: 1.5rem 1.125rem;
}
.linesInfo__content .badge.linha-base {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  border-radius: 0.4375rem;
  padding: 0 0;
}
.linesInfo__content .line-name {
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #1e1e1e;
}
.linesInfo__content a {
  text-decoration: none;
  color: inherit;
}
.linesInfo__content .status {
  margin-bottom: 1rem;
}
.linesInfo__content .description {
  color: #1e1e1e;
}
.linesInfo__content .lastupdate {
  color: #999999;
}
.linesInfo__hero {
  background-color: #f2f2f2;
  border-radius: 8px;
  min-height: 300px;
  padding: 16px;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .linesInfo__hero {
    flex: 0 0 25%;
    margin-bottom: 0;
  }
}
.linesInfo__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  flex: 1;
}
@media (min-width: 1024px) {
  .linesInfo__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
  }
}
.linesInfo__grid .status {
  margin-top: 0.625rem;
}
.linesInfo__card {
  background-color: #f2f2f2;
  border-radius: 8px;
  min-height: 80px;
  padding: 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s ease-in-out;
}
.linesInfo__card:hover {
  transform: translateY(-2px);
}

.connection-circle {
  text-align: center;
  color: #fff;
  padding-top: 4px;
}

.operacao-normal,
.operacao-especial {
  color: green;
}

.badge.linha-4 {
  color: #111;
}

.linha-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.linha-base {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-right: 0.5rem;
}

.linha-0 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  width: 2rem;
  height: 0.75rem;
  color: #fff;
  background-color: #eaeaea;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  height: 0.25rem;
  background-color: #111;
  box-shadow: none;
  font-size: 0;
}
.linha-0::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0.1875rem;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #d1d1d1;
  border: 0.1875rem solid #111;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.linha-1 {
  background-color: rgb(23, 23, 144);
}

.linha-2 {
  background-color: rgb(52, 120, 96);
}

.linha-3 {
  background-color: rgb(218, 66, 65);
}

.linha-4 {
  background-color: rgb(243, 199, 91);
}

.linha-5 {
  background-color: rgb(112, 82, 151);
}

.linha-6 {
  background-color: #f27c00;
}

.linha-7 {
  background-color: #a8034f;
}

.linha-8 {
  background-color: rgb(148, 148, 136);
}

.linha-9 {
  background-color: rgb(33, 152, 150);
}

.linha-10 {
  background-color: rgb(28, 138, 171);
}

.linha-11 {
  background-color: rgb(244, 108, 85);
}

.linha-12 {
  background-color: rgb(31, 32, 134);
}

.linha-13 {
  background-color: rgb(41, 179, 82);
}

.linha-15 {
  background-color: rgb(132, 141, 144);
}

.linha-17 {
  background-color: #d58405;
}

.status {
  display: inline-block;
  gap: 8px;
  font-size: 0.8125rem;
  color: #fff;
  text-align: center;
  padding: 2px 8px;
  border-radius: 37px;
  align-self: flex-start;
}
.status.verde, .status.status-circle-verde {
  background-color: #28a745;
}
.status.amarelo, .status.status-circle-amarelo {
  background-color: #ffc107;
}
.status.vermelho, .status.status-circle-vermelho {
  background-color: #dc3545;
}
.status.laranja, .status.status-circle-laranja {
  background-color: #f57c00;
}
.status.cinza,
.status .status-circle-cinza {
  background-color: #636363;
}
.status.roxo,
.status .status-circle-roxo {
  background-color: #520079;
}

.status-circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #28a745;
  box-shadow: 0 0 0 2px #cce5cc;
}

.line-name {
  color: #111;
  font-weight: 600;
  text-transform: lowercase;
  display: inline-block;
}
.line-name::first-letter {
  text-transform: uppercase;
}

.status-circle-verde {
  background-color: #28a745;
}

.status-circle-amarelo {
  background-color: #ffc107;
}

.status-circle-vermelho {
  background-color: #dc3545;
}

.status-circle-cinza {
  background-color: #636363;
}

.status-circle-roxo {
  background-color: #520079;
}

.linesInfoBox {
  max-height: 30rem;
  overflow-y: auto;
}

.btnApp {
  color: #fff;
}
.btnApp svg {
  fill: #fff;
  margin-right: 0.3125rem;
}

.ctaBox {
  background-color: #112465;
  color: #fff;
  border-radius: 0.9375rem;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 43.74875em) {
  .ctaBox {
    background-image: none !important;
  }
}
.ctaBox p {
  color: #fff;
}
.ctaBox--border {
  background-color: #fff;
  border: 2px solid #F27C00;
  color: #112465;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.ctaBox--border p {
  color: #112465;
}

.line-page {
  padding-top: 0;
}
.line-page .title--primary {
  margin-bottom: 1.5rem;
}
.line-page .stations-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.line-page .stations-list li {
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 0.75rem 1.25rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.line-page .stations-list li:hover {
  background-color: #a8034f;
  color: #fff;
  transform: translateY(-3px);
}
.line-page .stations-list a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
}
.line-page .connections-list {
  list-style: none;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}
.line-page .connections-list li {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.line-page .connections-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.line-page .connections-list .flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.line-page .connections-list span:first-child {
  display: inline-block;
  background-color: #a8034f;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0 0;
}
.line-page .connections-list strong {
  display: block;
  font-size: 1rem;
  color: #333;
}
.line-page .connections-list span:last-child {
  display: block;
  font-size: 0.9rem;
  color: #777;
}

#page-findings {
  padding-bottom: 0;
}
#page-findings .findings {
  background-color: #fff;
  padding-top: clamp(3.75rem, 2.8409090909rem + 4.5454545455vw, 6.25rem);
  padding-bottom: clamp(3.75rem, 2.8409090909rem + 4.5454545455vw, 6.25rem);
}
#page-findings #line-constructive-units {
  padding-top: 1.875rem;
}
#page-findings #line-constructive-units .line-img {
  padding-bottom: 6.25rem;
  padding-left: 1.875rem;
}
@media (min-width: 56.25em) {
  #page-findings #line-constructive-units .line-img {
    position: relative;
    padding-bottom: 0;
    padding-left: 0;
  }
  #page-findings #line-constructive-units .line-img .line {
    position: absolute;
    left: 4.375rem;
    width: 0.5rem;
    height: 100%;
  }
}
@media (min-width: 56.25em) {
  #page-findings #line-constructive-units .line-wrapper {
    padding-top: unset;
    padding-left: 4.125rem;
  }
}
#page-findings #line-constructive-units .line-wrapper .item {
  zoom: 1;
  filter: alpha(opacity=30);
  opacity: 0.3;
}
@media (min-width: 56.25em) {
  #page-findings #line-constructive-units .line-wrapper .item {
    width: unset;
    display: flex;
    align-items: center;
    margin-bottom: -0.625rem;
  }
  #page-findings #line-constructive-units .line-wrapper .item + .item {
    margin-top: 1.25rem;
  }
  #page-findings #line-constructive-units .line-wrapper .item::before {
    position: relative;
  }
  #page-findings #line-constructive-units .line-wrapper .item > * {
    display: unset;
    width: unset;
    margin: unset;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
  #page-findings #line-constructive-units .line-wrapper .item:nth-of-type(8), #page-findings #line-constructive-units .line-wrapper .item:nth-of-type(13), #page-findings #line-constructive-units .line-wrapper .item:nth-of-type(16) {
    position: relative;
  }
  #page-findings #line-constructive-units .line-wrapper .item:nth-of-type(8)::before, #page-findings #line-constructive-units .line-wrapper .item:nth-of-type(13)::before, #page-findings #line-constructive-units .line-wrapper .item:nth-of-type(16)::before {
    background-image: none;
    height: 0.9375rem;
    margin-right: 0.0625rem;
  }
  #page-findings #line-constructive-units .line-wrapper .item:nth-of-type(8)::after, #page-findings #line-constructive-units .line-wrapper .item:nth-of-type(13)::after, #page-findings #line-constructive-units .line-wrapper .item:nth-of-type(16)::after {
    content: "";
    position: absolute;
    width: 1.75rem;
    height: 5.25rem;
    top: -1.8125rem;
    left: -2.4375rem;
    background-repeat: no-repeat;
    background-position: center left;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #page-findings #line-constructive-units .line-wrapper .item:nth-of-type(1)::before {
    left: -0.1875rem;
  }
  #page-findings #line-constructive-units .line-wrapper .item:nth-of-type(8)::after {
    background-image: url("../img/inter-cptm.png");
    background-size: contain;
  }
  #page-findings #line-constructive-units .line-wrapper .item:nth-of-type(13)::after {
    background-image: url("../img/inter-viaquatro.png");
  }
  #page-findings #line-constructive-units .line-wrapper .item:nth-of-type(16)::after {
    background-image: url("../img/inter-metro.png");
  }
}
#page-findings #line-constructive-units .line-wrapper .item a {
  color: #112465;
  font-weight: 400;
}
#page-findings #line-constructive-units .line-wrapper .item a::after {
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.875rem;
  font-weight: bold;
  margin-left: 0.4375rem;
  color: #f27c00;
}
#page-findings #line-constructive-units .line-wrapper .item.active, #page-findings #line-constructive-units .line-wrapper .item.link {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
#page-findings #line-constructive-units .line-wrapper .item.active::after {
  content: none;
}
#page-findings #line-constructive-units .line-wrapper .item.active a {
  color: #f27c00;
  font-weight: bold;
  padding-left: 0.625rem;
}
#page-findings #line-constructive-units .line-wrapper .item.active a::after {
  color: #112465;
}
#page-findings #line-constructive-units .vse-wrapper {
  height: 1.875rem;
  margin-top: 0;
}
@media (min-width: 56.25em) {
  #page-findings #line-constructive-units .vse-wrapper {
    height: auto;
    padding-top: 0.9375rem;
    padding-left: 6.25rem;
  }
}
#page-findings #line-constructive-units .vse-wrapper .item {
  display: flex;
  width: auto;
  position: relative;
  left: unset;
  text-align: left;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform-origin: top left center;
  -moz-transform-origin: top left center;
  -ms-transform-origin: top left center;
  -o-transform-origin: top left center;
}
#page-findings #line-constructive-units .vse-wrapper .item::after {
  position: relative;
  width: 3.125rem;
  order: 0;
}
#page-findings #line-constructive-units .vse-wrapper .item a {
  color: #112465;
  order: 1;
  margin-left: 0.625rem;
}
#page-findings #line-constructive-units .vse-wrapper .item a::after {
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.875rem;
  font-weight: bold;
  margin-left: 0.4375rem;
  color: #f27c00;
}
#page-findings #line-constructive-units .vse-wrapper .item.active a {
  color: #f27c00;
  font-weight: bold;
}
#page-findings #line-constructive-units .vse-wrapper .item.active a::after {
  color: #112465;
}
#page-findings #achados {
  height: 100%;
}
#page-findings #achados .row {
  background-color: #f5f4f3;
  padding: clamp(1.25rem, 1.0227272727rem + 1.1363636364vw, 1.875rem) clamp(0.9375rem, 0.7102272727rem + 1.1363636364vw, 1.5625rem);
}
#page-findings #achados .tcm-component-media-gallery-2 .media-gallery-highlight .media-gallery-carousel-item {
  background-color: transparent;
}
#page-findings #achados .tcm-component-media-gallery-2 .media-gallery-highlight .media-gallery-carousel-item-title {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: left;
  padding: 0.625rem;
  margin: 0;
  bottom: 0;
  left: 0;
}
#page-findings .media-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 56.25em) {
  #page-findings .media-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    flex-direction: row;
  }
}
#page-findings .media-wrapper .media-info,
#page-findings .media-wrapper .media-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
}
#page-findings .media-wrapper .media-info {
  background-color: #bdb6b6;
  min-height: 3.375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  font-size: 0.75rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 56.25em) {
  #page-findings .media-wrapper .media-info {
    backdrop-filter: blur(5px);
    margin-bottom: inherit;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
#page-findings .media-wrapper .media-info span:not(:last-of-type) {
  margin-right: 0.625rem;
}
@media (min-width: 56.25em) {
  #page-findings .media-wrapper .media-info span:not(:last-of-type)::after {
    content: "|";
    color: #fff;
    margin-left: 0.625rem;
  }
}
#page-findings .media-wrapper .media-link {
  width: 100%;
  background-color: #f27c00;
  min-height: 2.875rem;
}
@media (min-width: 56.25em) {
  #page-findings .media-wrapper .media-link {
    background-color: #c78137;
  }
}
#page-findings .media-wrapper .media-link a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-findings .media-wrapper .media-link a:hover {
  text-decoration: none;
}
#page-findings .media-wrapper .media-link i {
  margin-left: 0.625rem;
}
#page-findings .media-wrapper .media-link i::before {
  font-size: 1.25rem;
  color: #fff;
}
#page-findings .tcm-component-media-gallery-2 {
  background-color: #f5f4f3;
  padding: 1.25rem;
}
#page-findings .tcm-component-media-gallery-2 .media-gallery-highlight {
  position: relative;
}
#page-findings .tcm-component-media-gallery-2 .media-gallery-highlight .slick-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  border: none;
  color: transparent;
}
#page-findings .tcm-component-media-gallery-2 .media-gallery-highlight .slick-arrow::before {
  font-family: "icomoon", sans-serif;
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#page-findings .tcm-component-media-gallery-2 .media-gallery-highlight .slick-prev {
  left: 0.625rem;
}
#page-findings .tcm-component-media-gallery-2 .media-gallery-highlight .slick-prev::before {
  content: "←";
}
#page-findings .tcm-component-media-gallery-2 .media-gallery-highlight .slick-next {
  right: 0.625rem;
}
#page-findings .tcm-component-media-gallery-2 .media-gallery-highlight .slick-next::before {
  content: "→";
}
#page-findings .tcm-component-media-gallery-2 .media-gallery-highlight .media-gallery-carousel-item {
  outline: none;
}
#page-findings .tcm-component-media-gallery-2 .media-gallery-highlight .media-gallery-carousel-item .media-gallery-image-container {
  background-color: #e8e6e5;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
}
#page-findings .tcm-component-media-gallery-2 .media-gallery-highlight .media-gallery-carousel-item .media-gallery-image-container img {
  max-height: 100%;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
}
#page-findings .tcm-component-media-gallery-2 .media-gallery-highlight .media-gallery-carousel-item .media-wrapper .media-link {
  background-color: #c78137;
  padding: 0.75rem;
  text-align: center;
}
#page-findings .tcm-component-media-gallery-2 .media-gallery-highlight .media-gallery-carousel-item .media-wrapper .media-link a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
#page-findings .tcm-component-media-gallery-2 .media-gallery-highlight .media-gallery-carousel-item .media-wrapper .media-link a:hover {
  color: #fff;
  opacity: 0.9;
}
#page-findings .tcm-component-media-gallery-2 .media-gallery-highlight .media-gallery-carousel-item .media-wrapper .media-link a i {
  font-size: 1.25rem;
}
#page-findings .tcm-component-media-gallery-2 .media-gallery-thumbs-container {
  margin-top: 0.625rem;
}
#page-findings .tcm-component-media-gallery-2 .media-gallery-thumbs-container .media-gallery-thumbs .slick-track {
  display: flex;
  gap: 0.625rem;
}
#page-findings .tcm-component-media-gallery-2 .media-gallery-thumbs-container .media-gallery-thumbs .media-gallery-thumb {
  cursor: pointer;
  background-color: #111;
  padding: 0.3125rem;
  border-top: 0.25rem solid transparent;
  transition: border-color 0.3s ease;
  outline: none;
  opacity: 0.6;
}
#page-findings .tcm-component-media-gallery-2 .media-gallery-thumbs-container .media-gallery-thumbs .media-gallery-thumb img {
  width: 100%;
  height: 3.75rem;
  object-fit: contain;
}
#page-findings .tcm-component-media-gallery-2 .media-gallery-thumbs-container .media-gallery-thumbs .media-gallery-thumb.slick-current {
  opacity: 1;
  border-top-color: #f27c00;
}

#barraAcessibilidade {
  display: flex;
  position: fixed;
  right: 2px;
  color: black;
  z-index: 99999;
  bottom: 6.25rem;
}
@media (min-width: 56.25em) {
  #barraAcessibilidade {
    top: calc(50% - 80px);
    bottom: inherit;
  }
}
#barraAcessibilidade a {
  color: black;
  padding: 5px 10px;
  font-size: 1rem;
}
#barraAcessibilidade #menuAcessibilidade {
  border: 1px solid #ddd;
  background-color: #fff;
}
#barraAcessibilidade #menuAcessibilidade a {
  margin-bottom: 0;
}
#barraAcessibilidade #btnAcessibilidade img {
  width: 40px;
}

.inversed {
  background: black;
  filter: invert(100%);
}

.inversed #lgpdModal {
  filter: invert(100%);
  top: 500px;
  height: 230px;
  width: 100%;
  z-index: 1055;
}

.hipelight-links a {
  background-color: #df5 !important;
  color: black !important;
}

.contrast {
  background: black !important;
}
.contrast * {
  border-color: white !important;
  background-color: black !important;
}
.contrast nav,
.contrast li,
.contrast ol,
.contrast header,
.contrast footer,
.contrast section,
.contrast main,
.contrast aside,
.contrast article,
.contrast .card,
.contrast .card .card-body,
.contrast .collapse,
.contrast .dropdown-menu,
.contrast .list-resultado-busca .list-group-item {
  background: black !important;
}
.contrast div#topbarLink,
.contrast img,
.contrast .card .card-img,
.contrast footer .redes a,
.contrast .divider {
  background: #fff !important;
}
.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast p,
.contrast label,
.contrast strong,
.contrast em,
.contrast cite,
.contrast i,
.contrast span,
.contrast th,
.contrast td,
.contrast .nav-link,
.contrast .dropdown-menu a,
.contrast ::placeholder,
.contrast .slick-dots li.slick-active button:before,
.contrast .breadcrumb *,
.contrast #noticia-aberta aside article small,
.contrast .artigo-interno a,
.contrast ::marker,
.contrast .busca-interna .br-button i,
.contrast .carousel-cards2 .card .circle,
.contrast #pagination .page-item a,
.contrast .pagination li,
.contrast .select2-container--default .select2-selection--single .select2-selection__rendered,
.contrast .typing-field,
.contrast .form-control,
.contrast #lgpdModal p {
  color: white !important;
}
.contrast .card-img i,
.contrast footer .redes i {
  color: black !important;
}
.contrast #lgpdModal a {
  color: #2378c3 !important;
}
.contrast button:not(.navbar-toggler),
.contrast input[type=button],
.contrast input[type=reset],
.contrast input[type=submit] {
  background: black !important;
  color: white !important;
  border: none !important;
}
.contrast input[type=text],
.contrast input[type=password],
.contrast input[type=url],
.contrast input[type=search],
.contrast input[type=email],
.contrast input[type=tel],
.contrast input[type=date],
.contrast input[type=month],
.contrast input[type=week],
.contrast input[type=datetime],
.contrast input[type=datetime-local],
.contrast textarea,
.contrast input[type=number],
.contrast .btn-mais,
.contrast #secretario .br-button,
.contrast #lgpdModal .lgpd-btn {
  background: black !important;
  border: 1px solid white !important;
  color: white !important;
}
.contrast #lgpdModal .lgpd-btn:hover {
  background: white !important;
  color: black !important;
  border: 1px solid black !important;
}
.contrast .navbar .nav-link:hover,
.contrast footer img,
.contrast #modalLgpd,
.contrast #modalLgpd .modal-dialog .modal-content .buttonConfirm,
.contrast #modalLgpd .modal-dialog .modal-content .contentModal,
.contrast #modalLgpd .modal-dialog .modal-content .contentModal .conteudo {
  background: none !important;
}
.contrast .accordion .card {
  margin-bottom: 0;
}
.contrast .accordion .card .card-body {
  padding: 15px;
}
.contrast .navbar .dropdown-menu,
.contrast .card,
.contrast .card .card-body {
  border: 1px solid #ffffff;
}
.contrast .navbar-light .navbar-nav .nav-link {
  border-bottom: 3px solid #000 !important;
}
.contrast .tit-area {
  border-color: white;
}
.contrast .slick-dots li button:before {
  color: #999 !important;
  opacity: 0.6;
}
.contrast .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.contrast .breadcrumb a {
  text-decoration: underline;
}
.contrast img.on-contrast-force-gray {
  filter: grayscale(100%) contrast(120%);
}
.contrast img.on-contrast-force-white {
  filter: brightness(0) invert(1);
}
.contrast #lgpdModal {
  border: 1px solid #fff !important;
}
@media only screen and (min-width: 769px) {
  .contrast div#govsp-topbarGlobal div#topbarGlobal #topbarLink {
    background-repeat: no-repeat !important;
    background-position: right !important;
  }
}
.contrast .cdk-overlay-container .modalSei .modal-conteudo .btn {
  background: #ff161f !important;
  color: #fff !important;
}
.contrast .alert i,
.contrast .alert .text-body,
.contrast .alert strong,
.contrast .alert button.close {
  background: transparent !important;
}
.contrast .alert strong,
.contrast .alert span {
  background: transparent !important;
  color: #000 !important;
}

@media (min-width: 56.25em) {
  body.dark .mainNav:not(.scroll) {
    position: absolute;
    color: #fff;
    background-color: transparent;
  }
  body.dark .mainNav:not(.scroll) .logo {
    display: none;
  }
  body.dark .mainNav:not(.scroll) .logo-white {
    display: block !important;
  }
  body.dark .mainNav:not(.scroll) a.nav-link {
    color: #fff;
  }
  body.dark .mainNav:not(.scroll) a.nav-link:hover {
    opacity: 0.8;
  }
}
@media (min-width: 56.25em) and (min-width: 56.25em) {
  body.dark .mainNav:not(.scroll) .navbar {
    background-color: transparent;
  }
}
body.dark + .page-content + #alert + .alert-default {
  top: 7.5rem;
}
@media (max-width: 56.24875em) {
  body {
    padding-right: 0 !important;
    overflow-x: hidden !important;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
header.mainNav {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
@media (min-width: 56.25em) {
  header.mainNav {
    background-color: transparent;
  }
}
header.mainNav.scroll {
  position: fixed;
  background-color: #ffffff;
  min-height: 88px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  animation: slideDown 0.3s ease-in-out;
}
header.mainNav.scroll .navbar .navbar-brand {
  padding: 0 0;
}

.header {
  width: 100%;
  min-height: 3rem;
  display: block;
  margin-bottom: 0rem;
  text-align: center;
}
@media (max-width: 56.24875em) {
  .header__top ul .nav-link {
    font-size: 0.5625rem;
  }
}
.header .navbar-toggler {
  border-color: #fff;
}
.header .navbar-toggler i {
  color: #fff;
}
.header .offcanvas-header {
  background-color: #F27C00;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
.header .offcanvas-header .btn-close {
  color: #fff;
  margin-left: inherit;
  margin-right: inherit;
  width: 1.25rem;
  background-image: none;
  height: 1.25rem;
}
.header .offcanvas-header .navbar-brand {
  max-width: 6.1875rem;
  margin-right: auto;
}
.header .nav-link {
  color: #fff;
  font-weight: normal;
  font-size: clamp(0.75rem, 0.7272727273rem + 0.1136363636vw, 0.8125rem);
}
.header .nav-link .fa-search {
  color: #F27C00;
}
.header .nav-link .icon-whatsapp {
  margin-right: 0.375rem;
}
.header .nav-link .icon-whatsapp::before {
  vertical-align: middle;
  font-size: 1.25rem;
}
.header .nav-link:focus, .header .nav-link:hover, .header .nav-link.active, .header .nav-link.show {
  color: #F27C00;
  font-weight: normal;
}
.header .btn--pill {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
}
.header .btn--pill:hover {
  background-color: #112465;
}
.header .navbar-nav li.nav-item .nav-link {
  color: #112465;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}
.header .navbar-nav li.nav-item .btn--primary {
  padding: clamp(0.6875rem, 0.6875rem + 0vw, 0.6875rem) clamp(1.75rem, 1.4545454545rem + 1.4772727273vw, 2.5625rem) clamp(0.6875rem, 0.6875rem + 0vw, 0.6875rem) clamp(1.125rem, 1.0795454545rem + 0.2272727273vw, 1.25rem);
  font-size: 0.875rem;
  white-space: nowrap;
  border-radius: 4.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #F39200;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.header .navbar-nav li.nav-item .btn--primary::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M7.76697 15.5339L12.9449 10.3559L7.76697 5.17795' stroke='white' stroke-width='1.29449' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.header .navbar-nav li.nav-item .btn--primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2B2F77;
  z-index: -1;
  clip-path: circle(0% at 0% 50%);
  transition: clip-path 0.5s ease-in-out;
}
.header .navbar-nav li.nav-item .btn--primary:hover {
  color: #fff;
}
.header .navbar-nav li.nav-item .btn--primary:hover::before {
  clip-path: circle(150% at 0% 50%);
}
.header .navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
}
.header .navbar-nav .dropdown-menu {
  border-radius: 0;
  background-color: #112465;
  padding: 0.625rem;
  margin-top: 0;
}
@media (min-width: 56.25em) {
  .header .navbar-nav .dropdown-menu {
    border: none;
    border-top: 1.5625rem solid transparent;
    background-clip: padding-box;
    transform: none !important;
    top: 100% !important;
    left: 0 !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 56.24875em) {
  .header .navbar-nav .dropdown-menu {
    border-radius: 0;
    border: none;
    text-align: center;
  }
}
.header .navbar-nav .dropdown-item {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: normal;
  color: #fff;
  position: relative;
  font-size: clamp(0.8125rem, 0.7670454545rem + 0.2272727273vw, 0.9375rem);
}
.header .navbar-nav .dropdown-item:active, .header .navbar-nav .dropdown-item:hover, .header .navbar-nav .dropdown-item:focus {
  color: #F27C00;
  background-color: transparent;
}
.header .navbar-nav .dropdown-header {
  color: #fff;
}
.header .navbar-nav .dropdown-header:active, .header .navbar-nav .dropdown-header:hover {
  color: #F27C00;
}
.header .navbar-nav i[class^=icon-],
.header .navbar-nav i[class*=" icon-"] {
  margin-right: 0.3125rem;
  font-size: 1rem;
}
@media (min-width: 56.25em) {
  .header .navbar-nav i[class^=icon-],
  .header .navbar-nav i[class*=" icon-"] {
    font-size: 1.25rem;
  }
}
.header .offcanvas {
  width: 80%;
}
.header .navbar-brand {
  margin-right: 0;
  max-width: 8.75rem;
}
@media (min-width: 56.25em) {
  .header .navbar-brand {
    padding: 2.0625rem 0;
    margin-right: 25px;
  }
}
.header .nav-item {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 56.25em) {
  .header .nav-item {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.5rem;
  }
}
.header__bottom .navbar {
  padding: 0 0;
}
.header__bottom .navbar-nav .nav-link {
  padding: 0 0;
}

.btn-float {
  background-color: #00adef;
  width: 4rem;
  height: 4rem;
  color: #fff;
  display: block;
  position: fixed;
  right: 0.625rem;
  bottom: 1.25rem;
  padding: 1.125rem;
  text-decoration: none;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  z-index: 99;
}
@media (min-width: 56.25em) {
  .btn-float {
    right: 6.875rem;
    bottom: 1.875rem;
  }
}
.btn-float span {
  font-size: 1rem;
  color: #ffffff;
  font-weight: bold;
  display: none;
  white-space: nowrap;
  margin-right: 0.9375rem;
  width: 0;
  transition: all 0.2s ease-in-out;
}
.btn-float i::before {
  font-size: 1.6875rem;
}
.btn-float:hover {
  width: 10.6875rem;
  border-radius: 2rem;
  background-color: #00608d;
}
.btn-float:hover span {
  display: inline-block;
  width: 5.9375rem;
}

#linha-uni,
#estrutura-acionaria,
.custom-page {
  position: relative;
}

#linha-uni.bg-background-default::before,
#estrutura-acionaria.bg-background-default::before,
.custom-page.bg-background-default::before {
  top: inherit;
  bottom: 360px;
  left: -115px;
  width: 374px;
  height: 374px;
}

#linha-uni.bg-background-default::after,
#estrutura-acionaria.bg-background-default::after,
.custom-page.bg-background-default::after {
  top: 200px;
  bottom: inherit;
  right: -199px;
  left: inherit;
  width: 259px;
  height: 259px;
}

.bg-background-default {
  position: relative;
  overflow: hidden;
}

.bg-background-default::before,
.bg-background-default::after {
  content: "";
  width: 372px;
  height: 372px;
  border: 15px solid #f27c00;
  opacity: 0.1;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .bg-background-default::before,
  .bg-background-default::after {
    width: 549px;
    height: 549px;
  }
}
.bg-background-default::before {
  position: absolute;
  left: -175px;
  top: -183px;
}

@media (min-width: 992px) {
  .bg-background-default::before {
    left: -138px;
    top: -183px;
  }
}
.bg-background-default::after {
  position: absolute;
  right: -292px;
  top: -285px;
}

@media (min-width: 992px) {
  .bg-background-default::after {
    right: -422px;
    top: 50%;
  }
}
.bg-pattern {
  background-image: url("../img/pattern-mb.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (min-width: 992px) {
  .bg-pattern {
    background-image: url("../img/pattern.svg");
  }
}
.bg-pattern-2 {
  background-image: url("../img/pattern2-mb.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (min-width: 992px) {
  .bg-pattern-2 {
    background-image: url("../img/pattern2.svg");
  }
}
.search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 0.9375rem;
}

.search-form-animated {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  border-radius: 47px 0 0 47px;
}
.search-form-animated.active {
  width: 250px;
  opacity: 1;
  padding: 5px 15px;
}
.search-form-animated.active + #openSearchBtn {
  background-color: #F39200;
  border-radius: 0 51px 51px 0;
}
.search-form-animated.active + #openSearchBtn i {
  color: #fff;
  padding: 8px;
}
.search-form-animated input {
  border: none;
  outline: none;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #F39200;
  font-weight: normal;
}
.search-form-animated input::placeholder {
  color: #fff;
}

.btn-close-search {
  cursor: pointer;
  margin-left: 8px;
  color: #2B2F77;
  transition: color 0.2s;
}
.btn-close-search:hover {
  color: #2B2F77;
}

html,
body {
  font-family: "Calibri", "Arial", sans-serif;
}

.dark .btn--primary {
  border-radius: 4.8125rem;
  padding: clamp(0.9375rem, 0.8693181818rem + 0.3409090909vw, 1.125rem) clamp(3rem, 2.7272727273rem + 1.3636363636vw, 3.75rem) clamp(0.9375rem, 0.8693181818rem + 0.3409090909vw, 1.125rem) clamp(1.125rem, 0.8977272727rem + 1.1363636364vw, 1.75rem);
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #F39200;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.dark .btn--primary::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M7.76697 15.5339L12.9449 10.3559L7.76697 5.17795' stroke='white' stroke-width='1.29449' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.dark .btn--primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2B2F77;
  z-index: -1;
  clip-path: circle(0% at 0% 50%);
  transition: clip-path 0.5s ease-in-out;
}
.dark .btn--primary:hover {
  color: #fff;
}
.dark .btn--primary:hover::before {
  clip-path: circle(150% at 0% 50%);
}
.dark #custombg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='637' height='188' viewBox='0 0 637 188' fill='none'%3E%3Crect width='637' height='188' fill='%23EFEFEF'/%3E%3Crect width='637' height='188' fill='url(%23pattern0_63_6357)' fill-opacity='0.2'/%3E%3Cdefs%3E%3Cpattern id='pattern0_63_6357' patternUnits='userSpaceOnUse' patternTransform='matrix(104.974 0 0 75.9587 0 0)' preserveAspectRatio='none' viewBox='0 0 104.974 75.9587' width='1' height='1'%3E%3Cuse xlink:href='%23pattern0_63_6357_inner' transform='translate(-52.487 -37.9794)'/%3E%3Cuse xlink:href='%23pattern0_63_6357_inner' transform='translate(0 -75.9587)'/%3E%3Cuse xlink:href='%23pattern0_63_6357_inner' transform='translate(52.487 -37.9794)'/%3E%3Cuse xlink:href='%23pattern0_63_6357_inner' transform='translate(-52.487 37.9794)'/%3E%3Cg id='pattern0_63_6357_inner'%3E%3Cg clip-path='url(%23clip0_63_6357)'%3E%3Cpath d='M24.5181 75.9587C23.8344 75.6634 22.6815 75.6746 21.9376 75.5149C20.9109 75.2943 19.9332 75.0553 18.9326 74.7364C11.8451 72.495 6.08332 67.2875 3.14486 60.4681C0.413695 54.1278 0.344605 46.9586 2.95308 40.5672C5.43589 34.4045 10.2432 29.4622 16.3396 26.8045C28.1069 21.8097 41.7781 25.8544 48.5499 36.7279C49.2456 37.8451 49.8323 39.0948 50.346 40.3046C53.0005 46.5464 53.0661 53.5847 50.529 59.8748C48.002 66.2039 43.0389 71.2558 36.7511 73.9006C35.0899 74.6018 33.3636 75.1377 31.5972 75.5006C30.9891 75.627 29.3637 75.7484 28.8953 75.9587H24.5181ZM27.8564 68.8645C38.1132 68.2374 45.9248 59.4357 45.3159 49.1922C44.7069 38.9486 35.9074 31.1315 25.6484 31.7205C15.3622 32.311 7.50903 41.1265 8.11955 51.397C8.73007 61.6678 17.5725 69.4935 27.8564 68.8645Z' fill='white'/%3E%3Cpath d='M0 34.1988C0.247178 33.7997 0.718109 31.5556 0.907067 30.9295C1.43515 29.1496 2.11277 27.4173 2.9327 25.7512C5.36183 20.8432 8.43396 16.7112 12.3863 12.9089C13.4182 11.9161 14.6998 11.0268 15.8539 10.1833C17.0628 9.27145 18.1434 8.50459 19.439 7.69899C23.5261 5.20852 27.9397 3.29685 32.5534 2.01872C34.9917 1.33024 37.4728 0.802944 39.9806 0.440251C40.9911 0.293039 42.406 0.275325 43.3671 0.0366211C43.76 0.499438 44.1267 1.99533 44.3368 2.65366C45.0087 4.75924 45.7788 6.89994 46.3369 9.03456C46.168 9.26239 44.8503 9.21863 44.5174 9.25394C43.4133 9.37116 42.315 9.47829 41.2161 9.64423C35.2929 10.5239 29.6299 12.6713 24.6148 15.9393C23.4617 16.6919 22.3557 17.5141 21.3031 18.4015C20.8846 18.7512 19.225 20.265 18.8611 20.4005C17.3837 20.9507 15.8053 21.3901 14.3228 22.0343C9.21752 24.2527 5.26223 27.5436 1.91086 31.9578C1.53474 32.458 1.17437 32.9698 0.830279 33.4925C0.607373 33.8277 0.368059 34.3332 0 34.4812L0 34.1988Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cuse xlink:href='%23pattern0_63_6357_inner' transform='translate(52.487 37.9794)'/%3E%3C/pattern%3E%3CclipPath id='clip0_63_6357'%3E%3Crect width='52.487' height='75.9587' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-repeat: repeat;
  /* background-size: 50%; */
}
.dark .imageAndText .btn--primary {
  padding: clamp(0.6875rem, 0.6875rem + 0vw, 0.6875rem) clamp(3rem, 2.7272727273rem + 1.3636363636vw, 3.75rem) clamp(0.6875rem, 0.6875rem + 0vw, 0.6875rem) clamp(1.125rem, 0.8977272727rem + 1.1363636364vw, 1.75rem);
}
.dark .imageAndText .imageAndTextInfo {
  background-color: #fff;
  border-radius: 1.125rem;
  padding: clamp(1.5rem, 1.3181818182rem + 0.9090909091vw, 2rem) clamp(1.5rem, 0.5909090909rem + 4.5454545455vw, 4rem);
}
@media (min-width: 56.25em) {
  .dark .imageAndText .imageAndTextInfo {
    border-radius: 1.125rem 0 0 1.125rem;
  }
}
@media (min-width: 56.25em) {
  .dark .imageAndText__image {
    border-radius: 0 1.125rem 1.125rem 0;
  }
  .dark .imageAndText__image img {
    border-radius: 0 1.125rem 1.125rem 0;
  }
}
.dark .imageAndText__title {
  font-size: clamp(1.375rem, 1.2386363636rem + 0.6818181818vw, 1.75rem);
  color: #1e1e1e;
  font-weight: 700;
}
.dark .imageAndText__text {
  font-size: 1rem;
}
.dark .filterReleases {
  padding-top: clamp(3.625rem, 3.125rem + 2.5vw, 5rem);
}
.dark .filterReleases .btn--primary {
  padding: clamp(0.6875rem, 0.6875rem + 0vw, 0.6875rem) clamp(3rem, 2.7272727273rem + 1.3636363636vw, 3.75rem) clamp(0.6875rem, 0.6875rem + 0vw, 0.6875rem) clamp(1.125rem, 0.8977272727rem + 1.1363636364vw, 1.75rem);
}
.dark .filterReleases .title--primary {
  color: #1e1e1e;
  font-size: clamp(2rem, 1.2727272727rem + 3.6363636364vw, 4rem);
}

.container-full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.white {
  background-color: #fff;
}

.page-home {
  background-color: #fff;
}

.section-block-text .container {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.section-block-text .title--primary {
  margin-bottom: 1.5rem;
}

.section-block-text.imageAndText {
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}
.section-block-text.imageAndText .container {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.container + .section-block-text.imageAndText {
  padding-top: 0;
}

.productLines {
  margin-top: 1.875rem;
}
@media (min-width: 56.25em) {
  .productLines {
    margin-top: 7.5rem;
  }
}
.productLines .title--primary {
  margin-bottom: 1.75rem;
}

.solutionsLines {
  margin-top: 1.875rem;
}
@media (min-width: 56.25em) {
  .solutionsLines {
    margin-top: 7.5rem;
  }
}
.solutionsLines .title--primary {
  margin-bottom: 1.75rem;
}

.ourVehicles {
  margin-top: 2.4375rem;
}
.ourVehicles .title--primary {
  margin-bottom: 0.375rem;
}
.ourVehicles__desc {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #545454;
  margin-bottom: 2.5rem;
}

.about {
  margin-bottom: 2.5rem;
}
@media (min-width: 56.25em) {
  .about {
    margin-bottom: 9.1875rem;
  }
}
.about__numbers {
  margin-top: 2.5rem;
}
@media (min-width: 56.25em) {
  .about__numbers {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0rem;
  }
}
.about__numbers > .about__numbers__item {
  flex: 100%;
}
@media (min-width: 56.25em) {
  .about__numbers > .about__numbers__item {
    flex: calc(50% - 1.5rem);
  }
}
.about__numbers__item {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #F27C00;
  padding-top: 1.8125rem;
  padding-bottom: 2rem;
  border-radius: 0.1875rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 56.25em) {
  .about__numbers__item:nth-of-type(odd) {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.about__numbers__item__number {
  display: block;
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 100%;
  color: #fff;
  margin-bottom: 0.3125rem;
}
.about__numbers__item__label {
  display: block;
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  letter-spacing: 0%;
}
.about .col-12:not(.about__info) {
  order: 2;
}
@media (min-width: 56.25em) {
  .about .col-12:not(.about__info) {
    order: 1;
  }
}
.about__info {
  margin-top: 0.5625rem;
  order: 1;
}
@media (min-width: 56.25em) {
  .about__info {
    padding-left: 2.625rem;
    order: 2;
  }
}
.about__info__title {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F27C00;
  margin-bottom: 1.5rem;
}
@media (min-width: 56.25em) {
  .about__info__title {
    margin-bottom: 0.75rem;
  }
}
.about__info__desc {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.4;
  color: #545454;
  margin-bottom: 1.5rem;
}
@media (min-width: 56.25em) {
  .about__info__desc {
    margin-bottom: 1.0625rem;
    line-height: 100%;
  }
}
.about__info .btn--primary {
  max-width: 14.125rem;
}
@media (max-width: 56.24875em) {
  .about__info .btn--primary {
    margin-bottom: 0rem;
  }
}

.action-card {
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
  padding: 1.5rem;
  text-decoration: none;
  min-height: 5rem;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.action-card:hover {
  background-color: #e8e6e5;
  transform: translateY(-2px);
}
.action-card .icon {
  color: #272f6a;
}
.action-card__icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #272f6a;
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  margin-right: 1rem;
  flex-shrink: 0;
}
.action-card__icon {
  width: 1.5rem;
  height: 1.5rem;
}
.action-card__title {
  color: #1e1e1e;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Calibri", "Arial", sans-serif;
  line-height: 90%;
}

.knowUs {
  min-height: 33.625rem;
  overflow: hidden;
  background-color: #e88b00;
  background-image: linear-gradient(to right, #e88b00 10%, rgba(232, 139, 0, 0.8) 45%, rgba(232, 139, 0, 0) 75%), url("../img/trainhome.png");
  background-position: left center, right center;
  background-size: auto, cover;
  background-repeat: no-repeat;
}
.knowUs__watermark {
  position: absolute;
  bottom: -10%;
  left: -2%;
  z-index: 1;
  opacity: 0.8;
}
.knowUs__title {
  font-size: clamp(1.75rem, 1.2954545455rem + 2.2727272727vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
}
.knowUs__description {
  font-size: 1rem;
  line-height: 1.4;
}
.knowUs .btn--primary {
  padding: clamp(0.6875rem, 0.6875rem + 0vw, 0.6875rem) clamp(3rem, 2.7272727273rem + 1.3636363636vw, 3.75rem) clamp(0.6875rem, 0.6875rem + 0vw, 0.6875rem) clamp(1.125rem, 0.8977272727rem + 1.1363636364vw, 1.75rem);
  background-color: #2B2F77;
}
.knowUs .btn--primary::before {
  background-color: #fff;
}
.knowUs .btn--primary:hover {
  color: #2B2F77;
}
.knowUs .btn--primary:hover::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M7.76697 15.5339L12.9449 10.3559L7.76697 5.17795' stroke='%232B2F77' stroke-width='1.29449' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.timelineHome .title--primary {
  color: #1e1e1e;
  font-size: clamp(2rem, 1.2727272727rem + 3.6363636364vw, 4rem) !important;
}

.metro-timeline-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  padding-top: 13.75rem;
  padding-bottom: 1.25rem;
}
.metro-timeline-container::-webkit-scrollbar {
  height: 0.375rem;
}
.metro-timeline-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0.25rem;
}
.metro-timeline-container::-webkit-scrollbar-thumb {
  background: #F39200;
  border-radius: 0.25rem;
}

.metro-timeline {
  display: inline-flex;
  min-width: 100%;
  border-bottom: 0.0625rem solid #8e8e8e;
  padding-bottom: 3.875rem;
  position: relative;
  gap: 0.0625rem;
}

.metro-timeline__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  min-width: 5.125rem;
  flex: 0 0 auto;
}
.metro-timeline__item .metro-timeline__label a {
  color: #b3b3b3;
  font-weight: bold;
}
.metro-timeline__item .metro-timeline__sublabel {
  color: #b3b3b3;
}
.metro-timeline__item .metro-timeline__node {
  background-color: #b3b3b3;
}
.metro-timeline__item.is-active .metro-timeline__label a {
  color: #333333;
}
.metro-timeline__item.is-active .metro-timeline__node {
  background-color: #f27c00;
}

.metro-timeline__label {
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  transform-origin: bottom left;
  transform: rotate(-45deg);
  white-space: nowrap;
  z-index: 10;
}
.metro-timeline__label a {
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s;
}
.metro-timeline__label a:hover {
  color: #f27c00 !important;
}
.metro-timeline__label .metro-timeline__sublabel {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-top: -0.125rem;
}

.metro-timeline__node-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.metro-timeline__line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 0.25rem;
  background: rgba(125, 125, 125, 0.4);
  z-index: 1;
}

.metro-timeline__node {
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  z-index: 5;
  transition: background-color 0.3s;
}

.metro-timeline__pill {
  position: absolute;
  top: -0.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.625rem;
  background-color: #f0f0f0;
  border-radius: 0.8125rem;
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.25rem;
  padding-bottom: 0.375rem;
  gap: 0.25rem;
}
.metro-timeline__pill::before {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #F39200;
  flex-shrink: 0;
  z-index: 10;
}

.metro-timeline__connection {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.625rem;
  color: #fff;
  font-weight: bold;
  z-index: 6;
  flex-shrink: 0;
}
.metro-timeline__connection.linha-0 {
  background-color: rgb(0, 0, 0);
}
.metro-timeline__connection.linha-1 {
  background-color: rgb(23, 23, 144);
}
.metro-timeline__connection.linha-2 {
  background-color: rgb(52, 120, 96);
}
.metro-timeline__connection.linha-3 {
  background-color: rgb(218, 66, 65);
}
.metro-timeline__connection.linha-4 {
  background-color: rgb(243, 199, 91);
}
.metro-timeline__connection.linha-5 {
  background-color: rgb(112, 82, 151);
}
.metro-timeline__connection.linha-6 {
  background-color: #f27c00;
}
.metro-timeline__connection.linha-7 {
  background-color: #a8034f;
}
.metro-timeline__connection.linha-8 {
  background-color: rgb(148, 148, 136);
}
.metro-timeline__connection.linha-9 {
  background-color: rgb(33, 152, 150);
}
.metro-timeline__connection.linha-10 {
  background-color: rgb(28, 138, 171);
}
.metro-timeline__connection.linha-11 {
  background-color: rgb(244, 108, 85);
}
.metro-timeline__connection.linha-12 {
  background-color: rgb(31, 32, 134);
}
.metro-timeline__connection.linha-13 {
  background-color: rgb(41, 179, 82);
}
.metro-timeline__connection.linha-15 {
  background-color: rgb(132, 141, 144);
}
.metro-timeline__connection.linha-17 {
  background-color: #d58405;
}

.metro-timeline__tick {
  width: 1px;
  height: 0.75rem;
  background-color: #a0a0a0;
  position: absolute;
  bottom: -4.25rem;
  left: 50%;
  transform: translateX(-50%);
}

.metro-timeline-status {
  padding-top: 0.625rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #000;
}

.metro-timeline-footer__status-text {
  font-size: 0.75rem;
  color: #111;
  font-weight: 700;
}
.metro-timeline-footer__status-bar {
  width: 100%;
  height: 4px;
  display: block;
  margin-bottom: 1.25rem;
  margin-top: 2.1875rem;
}
.metro-timeline-footer__status-bar.verde, .metro-timeline-footer__status-bar.status-circle-verde {
  background-color: #28a745;
}
.metro-timeline-footer__status-bar.amarelo, .metro-timeline-footer__status-bar.status-circle-amarelo {
  background-color: #ffc107;
}
.metro-timeline-footer__status-bar.vermelho, .metro-timeline-footer__status-bar.status-circle-vermelho {
  background-color: #dc3545;
}
.metro-timeline-footer__status-bar.laranja, .metro-timeline-footer__status-bar.status-circle-laranja {
  background-color: #f57c00;
}
.metro-timeline-footer__status-bar.cinza,
.metro-timeline-footer__status-bar .status-circle-cinza {
  background-color: #636363;
}
.metro-timeline-footer__status-bar.roxo,
.metro-timeline-footer__status-bar .status-circle-roxo {
  background-color: #520079;
}

.dark .featuresList {
  gap: 2rem;
}

.page-contact .title--primary {
  margin-bottom: 1.5625rem;
}
.page-contact legend,
.page-contact .formInfo {
  margin-bottom: 2.5rem;
  font-family: "Calibri", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  color: #112465;
}
.page-contact legend a,
.page-contact .formInfo a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.page-contact legend a:hover,
.page-contact .formInfo a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.field-validation-error {
  font-size: 1.125rem;
  color: #FF0000;
  display: block;
  margin-top: -0.5rem;
}

.form-check .field-validation-error {
  margin-top: -0.125rem;
}
.form-check .input-validation-error + label {
  color: #FF0000;
}

.btnSubmit {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.btnSubmit::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 500;
  padding-left: 0.5rem;
}

.privacyCenter {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  color: #545454;
  margin-bottom: 3.75rem;
}
.privacyCenter__icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.privacyCenter__icon i {
  font-size: 7.5rem;
  color: #545454;
}
.privacyCenter .btn--outline {
  max-width: 12.75rem;
  width: 100%;
  margin-top: 0.875rem;
}
.privacyCenter__info h1,
.privacyCenter__info h2,
.privacyCenter__info h3,
.privacyCenter__info h4,
.privacyCenter__info h5 {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.privacyCenter__info p {
  font-size: 1.125rem;
  font-weight: 400;
}

.bg--gray {
  background-color: #e0e0e0;
}

.privacyTic .header-section {
  margin-bottom: 3.75rem;
}
.privacyTic .content-section {
  margin-bottom: 3.125rem;
}
.privacyTic h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #112465;
  margin-bottom: 1rem;
}
.privacyTic h3 {
  color: #112465;
}
.privacyTic h5 {
  font-weight: 700;
  margin-top: 1.5rem;
  color: #112465;
}
.privacyTic .definition-term {
  font-weight: bold;
  color: #F27C00;
}
.privacyTic .table thead th {
  background-color: #112465;
  color: #fff;
  text-align: center;
}
.privacyTic .alert {
  background-color: #112465;
  color: #fff;
  border-color: #112465 !important;
  box-shadow: none;
}
.privacyTic .alert h4 {
  color: #F27C00;
}
.privacyTic .alert p {
  color: #fff;
}
.privacyTic .card-title {
  color: #112465;
}

.page-recall .consultRecall .formRecall {
  margin-bottom: 7.5625rem;
}
@media (min-width: 56.25em) {
  .page-recall .consultRecall .formRecall .formGroup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .page-recall .consultRecall .formRecall .formGroup input {
    margin-bottom: 0;
  }
}
.page-recall .consultRecall .formRecall label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 0.3125rem;
  color: #545454;
}
.page-recall .consultRecall .formRecall .btn--primary {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 56.25em) {
  .page-recall .consultRecall .formRecall .btn--primary {
    max-width: 10.25rem;
    width: 100%;
    margin-left: 2.125rem;
  }
}
.page-recall .consultRecall .formInfo,
.page-recall .consultRecall legend {
  font-family: "Calibri", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #545454;
  text-align: center;
  margin-bottom: 2.125rem;
  display: block;
  margin-top: 1.875rem;
}
@media (min-width: 56.25em) {
  .page-recall .consultRecall .formInfo,
  .page-recall .consultRecall legend {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
}
.page-recall .consultRecall__content ul {
  list-style-type: none;
  padding: 0 0;
}
.page-recall .consultRecall__content .recallItem {
  margin-bottom: 4.375rem;
}
.page-recall .consultRecall__content .recallItem:last-of-type {
  margin-bottom: 3.125rem;
}
@media (min-width: 56.25em) {
  .page-recall .consultRecall__content .recallItem:last-of-type {
    margin-bottom: 7.5rem;
  }
}
.page-recall .consultRecall__content p {
  font-size: 1.125rem;
  padding-left: 0.3125rem;
  margin-bottom: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.3125rem;
}
.page-recall .consultRecall__content p:nth-of-type(odd) {
  background-color: #d9d9d9;
  color: #545454;
}
.page-recall .consultRecall__content a {
  color: #1998fc;
  font-weight: bold;
}
.page-recall .howItWorks {
  margin-bottom: 3.4375rem;
}
@media (min-width: 56.25em) {
  .page-recall .howItWorks {
    margin-bottom: 7.8125rem;
  }
}
.page-recall .howItWorks .title--primary {
  margin-bottom: 3.75rem;
}
.page-recall .howItWorks .col-lg-4 {
  position: relative;
}
@media (min-width: 56.25em) {
  .page-recall .howItWorks .col-lg-4:not(:last-of-type)::after {
    content: "";
    display: block;
    content: "\e907";
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.3125rem;
    color: #545454;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -1.15625rem;
  }
}
.page-recall .howItWorks__item {
  margin-bottom: 1.25rem;
  height: 100%;
}
@media (min-width: 56.25em) {
  .page-recall .howItWorks__item {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    margin-bottom: 0rem;
  }
}
.page-recall .howItWorks__item picture {
  margin-bottom: 1.25rem;
}
.page-recall .howItWorks__item p {
  font-family: "Calibri", "Arial", sans-serif;
  font-size: 1.1875rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}

.page-releases .title--primary {
  margin-bottom: 1.5rem;
}
.page-releases .filterReleases {
  margin-bottom: 3.125rem;
}
.page-releases .filterReleases .col-form-label {
  font-weight: bold;
  color: #112465;
  font-size: 0.875rem;
}
@media (min-width: 56.25em) {
  .page-releases .filterReleases .col-form-label {
    font-size: 1rem;
  }
}
.page-releases .filterReleases .form-control,
.page-releases .filterReleases .custom-select {
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding-left: 0;
  color: #112465;
}
.page-releases .filterReleases .form-control:focus,
.page-releases .filterReleases .custom-select:focus {
  box-shadow: none;
  outline: none;
}
.page-releases .filterReleases .input-group {
  align-items: center;
}
.page-releases .filterReleases .input-group .input-group-text {
  background: transparent;
  border: none;
  padding-left: 0;
  color: #f27c00;
}
.page-releases .filterReleases .input-group .form-control {
  border-bottom: none;
}
.page-releases .filterReleases .btn-link {
  color: #f27c00;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
  margin-top: 0.9375rem;
}
.page-releases .filterReleases .btn-link:hover {
  color: #c78137;
}
.page-releases .articlesList {
  padding-left: 0;
}
.page-releases .articlesList__item:not(:last-of-type), .page-releases .articlesList__item a:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media (min-width: 56.25em) {
  .page-releases .articlesList__item:not(:last-of-type), .page-releases .articlesList__item a:not(:last-of-type) {
    margin-bottom: 3.875rem;
  }
}
.page-releases .articlesList__item__thumb, .page-releases .articlesList__item a__thumb {
  margin-bottom: 1.25rem;
}
@media (min-width: 56.25em) {
  .page-releases .articlesList__item, .page-releases .articlesList__item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .page-releases .articlesList__item__thumb, .page-releases .articlesList__item a__thumb {
    margin-right: 3.75rem;
    min-width: 28.125rem;
    margin-bottom: 0;
  }
}
.page-releases .articlesList__item__info, .page-releases .articlesList__item a__info {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 56.25em) {
  .page-releases .articlesList__item__info, .page-releases .articlesList__item a__info {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-releases .articlesList__item__info__title, .page-releases .articlesList__item a__info__title {
  font-size: 1.375rem;
  font-family: "Calibri", "Arial", sans-serif;
}
@media (min-width: 56.25em) {
  .page-releases .articlesList__item__info__title, .page-releases .articlesList__item a__info__title {
    font-size: 1.875rem;
  }
}
.page-releases .articlesList__item__info__desc, .page-releases .articlesList__item a__info__desc {
  font-family: "Calibri", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 56.25em) {
  .page-releases .articlesList__item__info__desc, .page-releases .articlesList__item a__info__desc {
    font-size: 1.4375rem;
  }
}
.page-releases .articlesList__item__info__date, .page-releases .articlesList__item a__info__date {
  margin-bottom: 0.3125rem;
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #545454;
  display: block;
}
@media (min-width: 56.25em) {
  .page-releases .articlesList__item__info__date, .page-releases .articlesList__item a__info__date {
    margin-bottom: 0.875rem;
  }
}
.page-releases .articlesList__item__info__type, .page-releases .articlesList__item a__info__type {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: bold;
  font-size: 0.9375rem;
  display: block;
  margin-bottom: 0.3125rem;
}
@media (min-width: 56.25em) {
  .page-releases .articlesList__item__info__type, .page-releases .articlesList__item a__info__type {
    margin-bottom: 0.875rem;
    font-size: 1.125rem;
  }
}
.page-releases .articlesList__item__info .readMore, .page-releases .articlesList__item a__info .readMore {
  font-weight: 400;
  font-size: 1rem;
  color: #0d7cff;
}
@media (min-width: 56.25em) {
  .page-releases .articlesList__item__info .readMore, .page-releases .articlesList__item a__info .readMore {
    font-size: 1.5rem;
  }
}
.page-releases .articlesList__item__info .readMore:hover, .page-releases .articlesList__item__info .readMore:focus, .page-releases .articlesList__item__info .readMore:active, .page-releases .articlesList__item a__info .readMore:hover, .page-releases .articlesList__item a__info .readMore:focus, .page-releases .articlesList__item a__info .readMore:active {
  color: #1998fc;
}
.page-releases .articlesList__item a, .page-releases .articlesList__item a a {
  text-decoration: none;
  color: inherit;
}
.page-releases .articlesList__item a:hover, .page-releases .articlesList__item a:focus, .page-releases .articlesList__item a:active, .page-releases .articlesList__item a a:hover, .page-releases .articlesList__item a a:focus, .page-releases .articlesList__item a a:active {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 56.25em) {
  .page-releases + .features .featuresList .featuresList__item, .page-releases + .features .featuresList--four .featuresList__item {
    margin-right: 1rem !important;
  }
  .page-releases + .features .featuresList .featuresList__item:not(:nth-of-type(5n)), .page-releases + .features .featuresList--four .featuresList__item:not(:nth-of-type(5n)) {
    margin-right: 1rem;
  }
  .page-releases + .features .featuresList .featuresList__item:not(:nth-of-type(4n)), .page-releases + .features .featuresList--four .featuresList__item:not(:nth-of-type(4n)) {
    margin-right: 1rem;
  }
}
.page-releases + .features .featuresList .featuresList__info, .page-releases + .features .featuresList--four .featuresList__info {
  max-height: 15.9375rem;
}
.page-releases + .features .featuresList .featuresList__info .tags:first-of-type .tags__item, .page-releases + .features .featuresList--four .featuresList__info .tags:first-of-type .tags__item {
  background-color: #1998fc;
}

.releasesSpotlight {
  position: relative;
  margin-bottom: 2.5rem;
}
@media (min-width: 56.25em) {
  .releasesSpotlight {
    min-height: 30rem;
    margin-bottom: 6.25rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.releasesSpotlight__title {
  margin-bottom: 1.5rem;
}
.releasesSpotlight__text {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 1.5rem;
  color: #545454;
}
.releasesSpotlight__info__desc {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 1.5rem;
  color: #545454;
}
.releasesSpotlight__info__call {
  margin-bottom: 0.875rem;
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #112465;
  display: block;
}
.releasesSpotlight__info__line {
  font-weight: bold;
  color: #112465;
  margin-bottom: 15px;
}
.releasesSpotlight__info__name {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: clamp(2.25rem, 2.0681818182rem + 0.9090909091vw, 2.75rem);
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 1.4375rem;
  color: #F27C00;
  font-weight: bold;
}
.releasesSpotlight__image {
  width: 100%;
  display: block;
}
@media (min-width: 56.25em) {
  .releasesSpotlight__image {
    position: absolute;
    width: auto;
    padding: 0 0;
    left: 0;
    top: 0;
    max-width: 49%;
  }
}
.releasesSpotlight .btn--primary {
  margin-bottom: 1.75rem;
}

.searchResultList {
  padding-left: 0;
  margin-bottom: 3.75rem;
}
.searchResultList__item {
  border-bottom: 1px solid #222222;
  padding-bottom: 0.9375rem;
}
@media (min-width: 56.25em) {
  .searchResultList__item {
    padding-bottom: 1.875rem;
  }
}
.searchResultList__item:not(:last-of-type) {
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 56.25em) {
  .searchResultList__item:not(:last-of-type) {
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.searchResultList__item__thumb, .searchResultList__item a__thumb {
  margin-bottom: 1.25rem;
}
@media (min-width: 56.25em) {
  .searchResultList__item, .searchResultList__item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .searchResultList__item__thumb, .searchResultList__item a__thumb {
    margin-right: 3.75rem;
    min-width: 28.125rem;
    margin-bottom: 0;
  }
}
.searchResultList__item__info, .searchResultList__item a__info {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
}
@media (min-width: 56.25em) {
  .searchResultList__item__info, .searchResultList__item a__info {
    padding-left: 0;
    padding-right: 0;
  }
}
.searchResultList__item__info__title, .searchResultList__item a__info__title {
  font-size: 1.375rem;
  font-family: "Calibri", "Arial", sans-serif;
  color: #F27C00;
}
@media (min-width: 56.25em) {
  .searchResultList__item__info__title, .searchResultList__item a__info__title {
    font-size: 1.875rem;
  }
}
.searchResultList__item__info__desc, .searchResultList__item a__info__desc {
  font-family: "Calibri", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 56.25em) {
  .searchResultList__item__info__desc, .searchResultList__item a__info__desc {
    font-size: 1.4375rem;
  }
}
.searchResultList__item__info__date, .searchResultList__item a__info__date {
  margin-bottom: 0.3125rem;
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #545454;
  display: block;
}
@media (min-width: 56.25em) {
  .searchResultList__item__info__date, .searchResultList__item a__info__date {
    margin-bottom: 0.875rem;
  }
}
.searchResultList__item__info__type, .searchResultList__item a__info__type {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: bold;
  font-size: 0.9375rem;
  display: block;
  margin-bottom: 0.3125rem;
}
@media (min-width: 56.25em) {
  .searchResultList__item__info__type, .searchResultList__item a__info__type {
    margin-bottom: 0.875rem;
    font-size: 1.125rem;
  }
}
.searchResultList__item__info .readMore, .searchResultList__item a__info .readMore {
  font-weight: 400;
  font-size: 1rem;
  color: #0d7cff;
}
@media (min-width: 56.25em) {
  .searchResultList__item__info .readMore, .searchResultList__item a__info .readMore {
    font-size: 1.25rem;
  }
}
.searchResultList__item__info .readMore:hover, .searchResultList__item__info .readMore:focus, .searchResultList__item__info .readMore:active, .searchResultList__item a__info .readMore:hover, .searchResultList__item a__info .readMore:focus, .searchResultList__item a__info .readMore:active {
  color: #1998fc;
}
.searchResultList__item a, .searchResultList__item a a {
  text-decoration: none;
  color: inherit;
}
.searchResultList__item a:hover, .searchResultList__item a:focus, .searchResultList__item a:active, .searchResultList__item a a:hover, .searchResultList__item a a:focus, .searchResultList__item a a:active {
  text-decoration: none;
  color: inherit;
}

.circleWhite {
  width: 0.875rem;
  height: 0.875rem;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.card-detail table td:nth-child(1) {
  width: 2%;
  vertical-align: middle;
}

#search-result .search-item {
  background-color: #fff;
  margin-top: 1rem;
  padding: 20px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (min-width: 992px) {
  #search-result .search-item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
#search-result .search-item__content {
  flex: 1;
}

#search-result .search-item__action {
  flex-shrink: 0;
}

#search-result .search-item h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  color: #112465;
}

@media (min-width: 992px) {
  #search-result .search-item h3 {
    font-size: 20px;
  }
}
#search-result .search-item p {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #112465;
}

/* Botão Acessar */
#search-result .search-item span {
  display: inline-block;
  background-color: #F27C00;
  color: #fff;
  text-align: center;
  padding: 8px 24px;
  border-radius: 0;
  font-weight: bold;
}

#search-result a:link,
#search-result a:visited,
#search-result a:hover,
#search-result a:active {
  text-decoration: none;
}

#search-result a:hover .search-item {
  background-color: #f4f6f9;
}

@media (max-width: 56.24875em) {
  .block-html + footer {
    margin-top: 3.125rem;
  }
}

.footer {
  background-color: #f5f5f5;
  color: #111;
  padding-bottom: 0rem;
  margin-top: 3.75rem;
}
@media (min-width: 56.25em) {
  .footer {
    margin-top: 3.5625rem;
  }
}
.footer a {
  color: #112465;
  text-decoration: none;
}
@media (min-width: 56.25em) {
  .footer__header {
    margin-bottom: 4.1875rem;
  }
}
.footer__bottom {
  border-top: 0.5px solid rgba(255, 255, 255, 0.5);
  background: #989898;
  padding-top: 0.84375rem;
  padding-bottom: 0.84375rem;
}
.footer__bottom p {
  color: #fff;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
}
.footer__bottom p a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.footer__bottom__designby {
  text-align: left;
}
@media (min-width: 56.25em) {
  .footer__bottom__designby {
    text-align: right;
  }
}
.footer__bottom ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
}
.footer__bottom ul li {
  margin-bottom: 0rem;
  display: inline-block;
  font-size: 0.875rem;
}
.footer__bottom ul li a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
}
.footer__bottom ul li a.active, .footer__bottom ul li a:hover {
  color: #fff;
}
@media (min-width: 56.25em) {
  .footer__bottom ul li:not(:last-of-type) {
    margin-right: 0.75rem;
    padding-right: 0.75rem;
    position: relative;
  }
  .footer__bottom ul li:not(:last-of-type)::after {
    content: "";
    display: inline-block;
    height: 8px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
  }
}
.footer .socialsList {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 25.5rem;
}
.footer .socialsList > li {
  flex: 100%;
}
@media (min-width: 56.25em) {
  .footer .socialsList > li {
    flex: calc(50% - 1.0625rem);
  }
}
.footer .socialsList li {
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 1.5rem;
}
.footer .socialsList li i {
  margin-right: 0.3125rem;
}
.footer .socialsList li i::before {
  font-size: 1.5rem;
  vertical-align: middle;
}
@media (min-width: 56.25em) {
  .footer .socialsList li:nth-of-type(odd) {
    margin-right: 1.0625rem;
  }
}
.footer .phonesList {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding-left: 0;
  margin-left: auto;
}
.footer .phonesList a {
  width: 2.0625rem;
  text-align: left;
  transition: opacity 0.2s ease;
  font-size: 2rem;
  display: inline-block;
}
.footer .phonesList a svg {
  fill: #fff;
}
.footer .phonesList--text {
  display: block;
}
.footer .phonesList--text a {
  width: auto;
}
.footer .phonesList--text svg {
  margin-right: 0.625rem;
}
.footer .phonesList--text li {
  display: block;
  text-align: left;
}
.footer .phonesList li {
  margin-bottom: 0.5rem;
  text-align: center;
}
.footer .phonesList li span.fw-bold {
  display: block;
  margin-top: 1.25rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 56.25em) {
  .footer .phonesList li span.fw-bold {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 56.25em) {
  .footer .phonesList li i {
    margin-left: 0.5rem;
    margin-right: 0.15625rem;
  }
}
.footer .phonesList li i::before {
  font-size: 1.25rem;
  vertical-align: middle;
}
.footer__talk-with-us {
  text-align: center;
}
.footer__label {
  color: #808080;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.footer__label--black {
  color: #111;
  text-transform: inherit;
}
.footer .certifications {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
  margin: 0 auto;
}
@media (min-width: 56.25em) {
  .footer .certifications {
    margin: 0 0 0 auto;
  }
}
.footer .certifications .footer__label {
  text-align: left;
  width: 100%;
}
.footer .certifications__grid {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 6px;
  justify-content: center;
}
.footer .certifications__grid img {
  width: 100%;
}
.footer .copyright p {
  font-size: 0.75rem;
  color: #fff;
}
.footer .auxiliaryMenu {
  padding: 0 0;
}
.footer .auxiliaryMenu li {
  display: block;
  color: #F27C00;
}
.footer .auxiliaryMenu li:first-of-type {
  font-weight: bold;
}
.footer .auxiliaryMenu li:first-of-type a {
  font-weight: bold;
}
.footer .auxiliaryMenu li a {
  color: #F27C00;
  font-weight: bold;
}

#privacy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 30;
  padding: 2.1875rem 0;
}
#privacy p {
  font-size: 1rem;
}
#privacy .btn {
  font-size: 0.9375rem;
  text-transform: none;
  letter-spacing: 0;
  padding: 10px 20px;
}
#privacy .btn::after {
  content: none;
}

/*# sourceMappingURL=styles.css.map */
