body {
  font-family: Roboto !important
}
::ng-deep .swiper-button-prev:after,
 ::ng-deep .swiper-button-next:after {
   --swiper-navigation-size: 15px;
 }
    .text-yellow{
    	color: #FFCD11
    }

hr{
	opacity:1;
}

 .simple-image-card-title {
    position: relative;
    transition: transform 0.3s ease, text-decoration 0.3s ease;
  }

  /* Adjust spacing for small screens */
  @media (max-width: 576px) {
/* Custom horizontal scroll styling */
  .horizontal-scroll-cards {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping of cards */
    overflow-x: auto; /* Enable horizontal scrolling */
    gap: 1.5rem; /* Space between items */
  }

  .horizontal-scroll-cards > * {
    flex: 0 0 auto; /* Prevent shrinking and keep items inline */
  }
    
    .horizontal-scroll-cards > * {
    flex: 0 0 auto; /* Prevent shrinking and keep items inline */
  }

  /* Optional: Custom scrollbar styling */
  .horizontal-scroll-cards::-webkit-scrollbar {
    height: 6px; /* Height of scrollbar */
  }

  .horizontal-scroll-cards::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Thumb color */
    border-radius: 3px;
  }

  .horizontal-scroll-cards::-webkit-scrollbar-track {
    background-color: transparent; /* Track background */
  }


    .horizontal-scroll-cards {
      gap: 1rem; /* Reduce space between items */
    }
  }

 
  .simple-image-card:hover .simple-image-card-title {
    transform: translateY(-5px);
    text-decoration: underline;
  }
@media (max-width: 579px) {
  .container-fluid {
    padding: 0;
  }
  .btn-lg {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
  }
}


.container-fluid .position-absolute {
  top: 10%;
  left: 5%;
}

.btn-primary {
  background-color: #00008b;
  border: none;
}

.internal-link:hover {
	text-decoration: underline;
}

body {
  background-color: #ffffff;
}

@media (max-width: 579px) {
  .container-fluid .position-absolute {
    padding: 15px;
    top: 0;
    left: 0;
    right: 0;
  }



  p {
    font-size: 0.875rem;
  }

  button {
    font-size: 0.875rem;
  }
}

.container-custom {
  padding: 0 15px;
}
.product-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
}
.content-section {
  margin-top: 15px;
  padding: 15px;
  background-color: #f8f9fa;
}
.content-section h1 {
  font-weight: bold;
}
.content-section h3 {
  font-weight: bold;
}
.content-section p {
  margin: 10px 0;
}
.btn-custom {
  margin: 10px 5px;
  width: 100%;
}

.equipment-card {
  text-align: center;
}
.equipment-img {
  width: 100%;
  height: auto;
}
.equipment-divider {
  width: 50%;
  margin: auto;
  border-bottom: 1px solid #000;
}

.hero-section {
  position: relative;
  background-image: url("https://picsum.photos/1920/700");
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  color: white;
}
.hero-section .content {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  max-width: 50%;
}
.hero-section .btn-primary {
  background-color: #343a40;
  border-color: #343a40;
}

.testimonials-container {
  padding: 40px 20px;
}
.testimonial-card {
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 10px;
  margin: 5px;
}
.testimonial-stars {
  color: #ffaf00;
}
.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.author-img {
  border-radius: 50%;
  margin-right: 10px;
}
.btn-view-more {
  display: block;
  width: 200px;
  margin: 30px auto 0;
  text-align: center;
  background-color: #333;
  color: white;
}
.highlight {
  display: inline-block;
  position: relative;
}
.highlight::after {
  content: "";
  display: block;
  width: 80px; /* Specified width for the highlight */
  border-bottom: 4px solid #ffd700; /* Custom color */
  position: absolute;
  bottom: -5px;
  left: 0;
}
.custom-button {
  padding: 0.375rem 1rem; /* Custom button padding */
  margin-right: 10px; /* Space between buttons */
}
@media (max-width: 579px) {
  .text-container {
    text-align: center;
  }
  .custom-button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.card-body {
  padding: 1.5rem;
}
.card-text-small {
  font-size: 0.875rem;
}
.card-title-yellow {
  border-bottom: 3px solid #ffc107;
  display: inline-block;
  padding-bottom: 0.25rem;
}
.btn-custom {
  width: fit-content;
  display: inline-block;
}
@media (max-width: 576px) {
  .horizontal-card {
    flex-direction: column;
    padding: 0;
  }
  .horizontal-card-reversed {
    flex-direction: column-reverse;
  }
  .card-body {
    padding: 1rem;
  }
  .position-absolute {
    position: relative !important;
    top: auto !important;
    start: auto !important;
    translate: none !important;
    max-width: 100% !important;
    margin: auto;
  }

  .ps-4 {
    padding-left: 1rem !important;
  }
}

.card {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.icon-header {
  display: flex;
  align-items: center;
  padding: 10px;
}
.icon-header i {
  margin-right: 5px;
}
.image-section {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-custom-dark {
  background-color: #343a40;
  color: white;
  border: none;
}
.btn-custom-light {
  background-color: white;
  color: #343a40;
  border: 1px solid #343a40;
}

.btn-black {
  border: 2px solid #fff;
  background-color: #000;
  color: #fff;
}
.btn-black:hover {
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
}
.notalink {
  text-decoration: none;
  color: unset !important;
}
.notalink:hover {
  text-decoration: underline;
  color: unset !important;
}
.sotreqlink-btn {
  color: #ffc107 !important;
}

.sotreqlink-btn:hover {
  color: #000 !important;
}
.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #ffd126;
  color: #000;
}
.circle:hover {
  color: #fff;
  cursor: pointer;
}
.nopadding {
  padding: 0 !important;
}
.body-text {
  text-align: left;
  font: normal normal normal 16px Univers LT Std;
  letter-spacing: 0;
  color: #000;
  opacity: 1;
}
.mercadosgrid div {
  cursor: pointer;
}
.marginside {
  border-right: 2px solid #dcdcde;
}
a {
  text-decoration: none;
}
img {
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

}
.card-footer.nofooter {
  background-color: transparent !important;
  padding: 0 !important;
  border-top: none;
}
.compracard {
  border: none;
  border-radius: 0 !important;
  background-color: transparent !important;
}
.border-top {
  border-top: 1px solid #000;
  padding-top: 1em !important;
}
.border-bottom {
  border-bottom: 1px solid #000 !important;
}
.compracard:nth-child(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media (max-width: 768px) {
  .border-sm-bottom {
    border-bottom: 1px solid #000 !important;
  }
  .compracard:nth-child(2) {
    border-left: none;
    border-right: none;
  }
}
button {
  border-radius: 0;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.bar {
  margin-top: -20px;
  height: 5px;
  background-color: #ffcb11;
  width: 100px;
}
.hero-img {
  height: 70vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 500px;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.herohome {
  margin-top: -80px;
  position: relative;
}
.hero-overlay {
  height: 100%;
  background-color: #000;
  position: absolute;
  width: 100%;
  opacity: 0.3;
}
.lh-sm {
  line-height: 62px !important;
}
input #searchModule {
  color: #000 !important;
}
.link-black {
  color: #000;
}
button,
input {
  margin: 0;
}
button,
input {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[tabindex],
a,
button,
input,
label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.right {
  float: right;
}
.visibility-hidden {
  opacity: 0;
  position: absolute;
  left: -9999999px;
  top: -9999999px;
  visibility: hidden;
  width: 0;
  display: block;
  height: 0;
}
.searchModule .container {
  border-bottom: 0;
}
@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .searchModule--wrapper {
    padding: 0 15px;
  }
}
@media (min-width: 64rem) {
  .searchModule--wrapper {
    padding: 0 22px;
  }
}
.searchModule--input {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #939598;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 40px;
  padding-bottom: 7px;
  padding-top: 30px;
}
.searchModule--input,
.searchModule--input-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchModule--input-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 17px;
}
.searchModule--input-icon .icon-search:before {
  font-size: 1.375rem;
}
.searchModule--search {
  font-size: calc(0.64706rem + 3.67647vw);
  line-height: calc(0.70588rem + 5.14706vw);
  letter-spacing: 0.0625rem;
  width: 100%;
  border: 0;
  padding: 0;
}
.searchModule--popular {
  padding-bottom: 40px;
}
.searchModule--popular-items {
  display: block;
}
.searchModule--popular-item {
  margin-right: 0;
  margin-bottom: 0;
}
.searchModule--popular-item:not(:last-child) {
  margin-bottom: 20px;
}
.searchModule--popular h4 {
  margin-bottom: 20px;
}
.searchModule--autocomplete {
  width: 100%;
  background: #f1f2f2;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 100;
  padding-top: 30px;
  padding-bottom: 40px;
}
.searchModule input:-ms-input-placeholder {
  color: #b1b3b6;
}
.searchModule input:placeholder {
  color: #b1b3b6;
  opacity: 1;
}
.searchModule input {
  outline: 0;
}
.searchModule input:focus {
  outline: 0;
}
.searchModule input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.searchModule input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
@media (min-width: 0) and (max-width: 47.9375rem) {
  .container {
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 48rem) {
  .searchModule .container {
    border-bottom: 1px solid #d1d3d4;
  }
}
@media (min-width: 48rem) and (min-width: 48rem) and (max-width: 63.9375rem) {
  .searchModule--wrapper {
    padding: 0 15px;
  }
}
@media (min-width: 48rem) and (min-width: 64rem) {
  .searchModule--wrapper {
    padding: 0 22px;
  }
}
@media (min-width: 48rem) {
  .searchModule--input {
    padding-bottom: 10px;
    margin-bottom: 65px;
    padding-top: 70px;
  }
  .searchModule--input-icon {
    padding-right: 23px;
    padding-top: 7px;
  }
}
@media (min-width: 48rem) {
  .searchModule--popular {
    padding-bottom: 70px;
  }
}
@media (min-width: 64rem) {
  .searchModule--input-icon {
    padding-right: 27px;
    padding-top: 8px;
  }
  .searchModule--popular-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .searchModule--popular-item:not(:last-child) {
    margin-right: 40px;
  }
}
@media screen and (min-width: 64rem) {
  .searchModule--search {
    line-height: 4rem;
    font-size: 3rem;
  }
  .searchModule--popular-item a {
    line-height: 2rem;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 30rem) {
  .searchModule--search {
    line-height: 2.25rem;
    font-size: 1.75rem;
  }
  .searchModule--popular-item a {
    line-height: 1.75rem;
    font-size: 1rem;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .searchModule--search {
    line-height: 0;
  }
}
.cool-link {
  display: inline-block;
  color: #ffc22b;
  text-decoration: none;
}
.cool-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ffc22b;
  transition: width 0.3s;
}
li.show > .cool-link::after {
  width: 100%;
}
.cool-link:hover::after {
  width: 100%;
}
.navbar-sotreq {
  height: 80px;
  z-index: 99;
}
.header-logo {
  width: 166px;
}
.dropdown-toggle.active-dropdown::after {
  transform: rotate(-90deg);
}
.dropdown-menu {
  margin: 0;
}
.dropdown-menu.show {
  display: flex;
  left: 0 !important;
  width: 100%;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-radius: 0 !important;
}
.img-menu-box {
  padding-right: 2em;
  border-right: 1px solid #d6d6d6;
}
a.dropdown-item.dropdown-toggle[aria-expanded="true"] {
  color: #ffc22b !important;
}
#navbarNavDropdown > ul > li.nav-item.dropdown.show > ul > div > li.show > a {
  color: #ffc22b !important;
}
.dropdown-item {
  color: #fff;
  padding: 0.5rem 1rem;
}
.dropdown-item:hover {
  color: #ffc22b !important;
}
.dropdown-item-in {
  color: #000;
  padding: 0.5rem 1rem;
}
.dropdown-item-in:hover {
  color: #ffc22b !important;
}
.dropdown {
  position: revert !important;
}
.navbar-expand-md .navbar-collapse {
  justify-content: center;
}
.navbar.navbar-expand-md.navbar-dark.navbar-sotreq {
  background: #000;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 0.5202970095593544) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
.internal-link {
  color: #000;
}
.navbar.navbar-expand-md.navbar-dark.navbar-sotreq:hover {
  background: #fff !important;
  color: #000;
}
.navbar-sotreq:hover > .container > #navbarNavDropdown > ul > li > a {
  color: #000;
}

.navbar-sotreq:hover > .container > #navbarNavDropdown > ul > li > a > i {
  color: #000;
}

.navbar-sotreq:hover > .container > #navbarNavDropdown > a > button {
  color: #000 !important;
  border-color:#000 !important;
}
.navbar-sotreq:hover
  > .container
  > #navbarNavDropdown
  > ul
  > li
  > a.nav-link:hover {
  color: #ffc22b !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffc22b !important;
  background-color: unset;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffc22b;
  background-color: unset;
}
#navbarNavDropdown > ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
li.nav-item.dropdown.show > ul.dropdown-menu {
  border: 1px solid #d6d6d6;
  border-radius: 0;
  padding-bottom: 1em;
  padding-top: 1em;
}
li.show > ul.dropdown-menu.show {
  border-top: 1px solid #d6d6d6;
  border-bottom: none;
}
a.internal-link > h6 {
  margin-bottom: 1.5em;
}
h6.internal-link {
  margin-bottom: 1.5em;
}
.upcaret {
  width: 3em;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
a.internal-link.text-muted > h6 {
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.dropdown-toggle::after {
  display: block;
  margin-left: unset;
  vertical-align: unset;
  content: "";
  border-top: unset;
  border-right: unset;
  border-bottom: unset;
  border-left: unset;
}
.termos-buscados {
  color: #ffc22b !important;
  text-transform: uppercase;
}
.w-sidebar {
  width: 200px;
  max-width: 200px;
  margin-top: 3em;
}
.vh-100 {
  min-height: 100vh;
}
.row.collapse {
  margin-left: -200px;
  left: 0;
  transition: margin-left 0.15s linear;
}
.row.collapse.show {
  margin-left: 0 !important;
}
.menu-spacer {
  position: absolute;
}
@media (max-width: 1000px) {
  .blue-button {
    width: 100%;
    justify-content: center;
  }
  .hero-logo {
    width: 65%;
  }
  .row.collapse {
    margin-left: 0 !important;
    left: 0 !important;
    overflow: visible;
  }
  .row > .sidebar.collapse {
    display: flex !important;
    margin-left: -100% !important;
    transition: all 0.3s linear;
    position: fixed;
    z-index: 1050;
    max-width: 0;
    min-width: 0;
    flex-basis: auto;
  }
  .row > .sidebar.collapse.show {
    margin-left: 0 !important;
    width: 100%;
    max-width: 100%;
    min-width: initial;
  }
  .hamburger {
    position: fixed;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
    background-color: #000;
  }
  .mob-brand {
    height: 56px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .main-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .fa-bars {
    align-self: center;
    font-size: 2.333em !important;
    color: #fff !important;
  }
  .header-logo {
    width: 150px;
  }
  .mob-search {
    color: #fff;
    margin-right: 1em;
  }
  .w-sidebar {
    margin-top: 2em;
  }
  .lblue-bg {
    background-color: #ececec;
  }
  .mob-card {
    background-color: #ececec;
    color: #fff;
  }
  .mob-card-header {
    background-color: #ececec;
  }
  .btn-outline-warning {
    color: #ffc107 !important;
  }
  .btn-outline-warning:hover {
    color: #fff !important;
  }
  .mob-internal-link {
    color: #000;
  }
  .btn.btn-link.btn-block.text-left.collapsed {
    color: #000;
    font-size: 24px;
  }

  .btn.btn-link.btn-block.text-left.collapsed:focus {
    box-shadow: none;
    text-decoration: none;
  }
  .btn.btn-link.btn-block.text-left.collapsed:hover {
    box-shadow: none;
    text-decoration: none;
  }
  .btn:focus {
    outline: 0;
    box-shadow: none;
    text-decoration: none;
  }
  .btn.btn-link.btn-block.text-left {
    color: #4a4a4a;
    font-size: 24px;
  }
  .btn.btn-link.btn-block.text-left:hover {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 24px;
  }
  .mob-menu-card-body {
    text-align: left;
  }
  .mob-menu-list {
    list-style: none;
    padding-inline-start: 15px !important;
  }
  .row.vh-100.no-gutters.d-flex.h-100.position-absolute.collapse.show {
    top: 0;
  }
}
@media (max-width: 538px) {
  .internal-link h6 {
    color: #fff;
  }
  li.nav-item {
    margin-bottom: 1em;
  }
  .upcaret {
    width: 1.5em;
  }
}
i.fa.fa-angle-right {
  margin-left: 1em;
}
#collapsemObs1 {
  padding-left: 0.7em;
}
.btn.btn-link.btn-block.text-left.cool-link:not(.collapsed)
  > i.fa.fa-angle-right {
  transform: rotate(90deg);
}
.lblue-bg {
  overflow: scroll;
}
#app {
  -webkit-font-smoothing: antialiased;
}
.bar {
  margin-top: -5px;
  margin-bottom: 10px;
  height: 5px;
  background-color: #ffcb11;
  width: 100px;
}
.conteudo {
  width: 1200px;
  max-width: 1201px;
  margin: auto;
}

#collapseExample {
  height: 80vh;
  min-height: 80vh;
  position: absolute;
  z-index: 10001;
  min-width: 100%;
  background-color: #fafafa;
  overflow: visible;
  left: 0;
  max-height: 81vh;
  margin-top: 4em;
}
.prehorline {
  border-left: 5px solid #ffcd11;
  height: 22px;
  max-height: 22px;
  display: flex;
  margin-right: 10px;
}
.findinput {
  border: 1px solid #000;
  width: 100%;
  border-radius: 0px;
  padding: 12px 12px 12px 48px;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  flex: 1;
  background-color: unset;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIvPjxwYXRoIGQ9Im0yMSAyMS00LTQiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 12px;
}
.p1rem {
  padding: 0rem;
}
#paihits {
  display: none;
}
#paihitsmob {
  display: none;
}
.hover {
  background: #fff !important;
  color: #000;
}
.navbar-sotreq.hover > .container > #navbarNavDropdown > ul > li > a {
  color: #000;
}
@media (max-width: 755px) {
  .border-md-0 {
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
  }
  .modal-body {
    height: 100vh;
  }

}

  .bg-mobnav {
    background-color: #000;
  }


@media (min-width: 758px) {
  .border-md-0 {
    border: none !important;
  }
}

.hbartitle {
  border-left: 5px solid #ffcd11;
  padding-left: 8px;
}

.w-100.card.card-body {
  height: 100vh;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.bg-purple {
  background-color: #6f42c1;
}

.lh-100 {
  line-height: 1;
}
.lh-125 {
  line-height: 1.25;
}
.lh-150 {
  line-height: 1.5;
}
.motor-header {
  padding: 3rem 1rem;
  background-color: #fff;
}
.market-solution {
  margin-bottom: 1rem;
}
.market-solution h3 {
  font-weight: bold;
}
.market-solution-icon {
  font-size: 2rem;
  margin-right: 1rem;
  color: #6c757d;
}
.cta-button {
  background-color: #ffcd00;
  border: none;
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  color: #000;
  transition: background-color 0.3s;
}
.cta-button:hover {
  background-color: #e5b800;
}
.icon-placeholder {
  width: 48px;
  height: 48px;
  background-color: #ddd;
  display: inline-block;
  margin-right: 10px;
  border-radius: 4px;
}
.solution-card {
  display: flex;
  align-items: center;
  border-left: 5px solid #ffcd00; /* Adjust color as needed */
  padding: 1rem;
  background-color: #f8f9fa; /* Light gray background */
}
.solution-icon {
  flex-shrink: 0;
  width: 64px; /* Adjust size as needed */
  height: 64px;
  margin-right: 1rem;
  background: url("https://sotreq.com.br/img/industrial.08b1529e.png"); /* Replace with your actual icon URL */
  background-size: cover;
  background-repeat: no-repeat;
}
.solution-title {
  font-size: 1.25rem; /* Adjust size as needed */
  color: #333; /* Dark text color */
  margin: 0;
}
.emissions-section {
  padding: 3rem 1rem;
}
.emissions-content {
  padding: 2rem;
  background-color: #f0f0f0;
}
.emissions-heading {
  color: #333;
  margin-bottom: 1rem;
}
.emissions-subheading {
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}
.emissions-text {
  margin-bottom: 2rem;
}
.emissions-graphic {
  background-color: #d1e7dd;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #28a745;
  position: relative;
}
.emissions-graphic::before {
  content: "CO2";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.emissions-graphic::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #28a745;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.card-produto {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 16px;
  max-width: 250px;
  box-shadow: none;
}
.card-produto:hover {
    background-color: #eaeaea;
}
/* Primary Button States */
.btn-primary {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn-primary:hover {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
  color: #fff;
}

.btn-primary:active,
.btn-primary:focus {
  background-color: #8e8e8e !important;
  border-color: #8e8e8e;
  color: #fff;
}

.btn-primary:disabled {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  color: #c0c0c0;
}

/* Secondary Button States */
.btn-secondary {
  background-color: #ffcd11;
  border-color: #ffcd11;
  color: #000;
}

.btn-secondary:hover {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  color: #000;
}

.btn-secondary:active,
.btn-secondary:focus {
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  color: #000;
}

.btn-secondary:disabled {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  color: #c0c0c0;
}

/* Text Button States */
.btn-link {
  color: #000;
  text-decoration: none;
}

.btn-link:hover {
  color: #000;
  text-decoration: underline;
}

.btn-link:active,
.btn-link:focus {
  color: #8e8e8e;
  text-decoration: none;
}

.btn-link:disabled {
  color: #c0c0c0;
}

/* Ghost Button States */
.btn-outline-secondary {
  color: #000;
  border-color: #000;
  background-color: white;
}

.btn-outline-secondary:hover {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  color: #000;
}

.btn-outline-secondary:active,
.btn-outline-secondary:focus {
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  color: #000;
}

.btn-outline-secondary:disabled {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  color: #c0c0c0;
}

/* Ghost Button Solid States */
.btn-outline-light {
  color: #fff;
  border-color: #fff;
}

.btn-outline-light:hover {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  color: #000;
}

.btn-outline-light:active,
.btn-outline-light:focus {
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  color: #000;
}

.btn-outline-light:disabled {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  color: #c0c0c0;
}

button .bi::before {
  padding: 0 8px;
}

.bg-secondary {
  background-color: #eaeaea !important;
}

.card-maquina {
  border-radius: 0px;
  box-shadow: none;
  max-width: 320px;
  border: solid 1px #d9d9d9;
}
.card-maquina .divider {
  width: 100px;
  height: 5px;
  background-color: #ffcd11;
}

.card-filial {
  border-radius: 0px;
  border: 1px solid #252525;
}
.card-filial .card-body {
  padding: 16px;
}

.text-secondary {
  color: #595959 !important;
}

.card-motor {
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  box-shadow: none;
}

.divider {
  width: 100px;
  height: 5px;
  background-color: #ffcd11;
}

.card-primario-black {
  color: white !important;
  background-color: #252525;
}

.card-primario-black p {
  color: white !important;
}

.card-primario-black .text-yellow {
  color: #FFCD11 !important;
}

.card-imagem {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}
.card-imagem img {
  max-width: 100%;
}
.card-imagem-body {
  padding: 16px;
}
.bg-dark-custom {
  background-color: #252525;
  color: white;
}
.bg-red-custom {
  background-color: #af0e0e;
  color: white;
}

.card-secundario {
  align-items: center;
}

.card-secundario {
  align-items: center;
}

.card-equipamentos {
  align-items: center;
}
.card-oferta-img-top {
  width: 100%;
  height: auto;
}
.card-oferta-body {
  padding: 16px;
}
.card-oferta-title {
  font-weight: bold;
}
.card-oferta-subtitle {
  font-weight: bold;
  color: #af0e0e;
}
.card-pagina {
  border-radius: 0px;
  border: none;
  border-bottom: 5px solid #ffcd11 !important;
}
.card-pagina-grey {
  border-radius: 0px;
  border: none;
  border-bottom: 5px solid #ffcd11;
  background-color: #f5f5f5;
}
.icon-set {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1rem 0;
}
.icon-set-black {
  background-color: white;
}
.icon-set-white {
  background-color: black;
  color: white;
}

.icon-md {
  height: 20px;
  width: 20px;
}

.icon-size-20 {
  font-size: 20px;
}
.icon-size-24 {
  font-size: 24px;
}
.icon-size-36 {
  font-size: 36px;
}
.icon-size-40 {
  font-size: 40px;
}
.icon-size-48 {
  font-size: 48px;
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem;
}

.icon-black {
  color: #252525;
}

.icon-white {
  color: white;
}

.custom-collapse{
	border: 1px solid #ccc;
}

.custom-collapse-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 24px;
}
.custom-collapse-header:hover {
  text-decoration: underline;
}
.custom-collapse-content {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
 
}
.custom-collapse-dark {
  color: #fff;
}
.custom-collapse-dark:hover {
  color: #ffcd11;
}
.custom-collapse-header-dark {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0.5rem 0;
}

.custom-collapse-content-dark {
  border-bottom: 1px solid #fff;
  padding: 0.5rem 0;
}

.footer-mobile {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
}
.footer-mobile .social-icon-mobile {
  background-color: #ffc107;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.footer-mobile {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
}
.social-icon-footer {
  background-color: #ffc107;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  color: #252525;
}
.footer-mobile a {
  color: #fff;
  text-decoration: none;
}
.footer-mobile a:hover {
  text-decoration: underline;
}

.custom-collapse-mobile-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem 0;
}
.custom-collapse-mobile-header span {
  margin-right: 8px;
}

.custom-collapse-mobile-content {
  padding: 0.5rem 0;
}
.list-unstyled li {
  padding: 14px 0px;
}

#app {
    text-align: unset !important;
}

h1.display-4.font-weight-bold.lh-sm {
    font-weight: 700;
}

h1.ml-0.pl-0.mt-2.font-weight-bold {
    font-weight: 700;
}
button.float-left.px-5.btn.btn-secondary {
    width: 100%;
}

h2.font-weight-bold {
    font-weight: 700;
}
   /* Styles for multi-level mega menu */
span.navbar-text {
	display: flex;
	justify-content: space-between;
}
li.cool-link:nth-child(1) {
	margin-left: 0px;
}
#megaSecondLevel {
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	/* fallback; JS will adjust third-level offset dynamically */
	background: #ffffff;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	display: none;
	z-index: 1030;
	min-height: 80px;
}
#megaSecondLevel.show {
	display: block;
}
.second-nav {
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 100%;
	justify-content: space-between;
	padding: 32px 0px;
}
ul.navbar-nav {
	display: flex;
	justify-content: center !important;
}
.second-nav .nav-link {
	color: #333;
	display: flex;
	justify-content: space-between;
}
.second-nav .nav-link:hover {
	color: #000;
	background: rgba(0, 0, 0, 0.03);
	border-radius: .25rem;
}
li.nav-item {
	margin: 0px 0px 0px 12px;
}
li.cool-link:nth-child(1) {
	margin-left: 0px;
}
li.cool-link:nth-child(6)>a:nth-child(1) {
	padding-right: 0px;
}
li.cool-link:nth-child(6) {
	margin-right: 0px;
}
.mega-third-level {
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1020;
	display: none;
	overflow: auto;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.mega-third-level.open {
	display: block;
}
/* ensure stacking without overlap on small screens */
@media (max-width: 767.98px) {
	#megaSecondLevel {
		position: static;
		top: auto;
		box-shadow: none;
	}
	.mega-third-level {
		position: absolute;
		top: 0;
		height: 100vh;
	}
}
.internal-link {
	text-decoration: none;
}
.navbar-sotreq {
	height: 80px;
	z-index: 99
}
.nav-link.cool-link {
	padding-bottom: 0px;
	font-weight: 500;
	padding-left: 0px;
}
.navbar.navbar-expand-lg.navbar-sotreq {
	height: 80px;
	min-height: 80px;
	background: #000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, .5202970095593544) 50%, rgba(255, 255, 255, 0) 100%)
}
.navbar.navbar-expand-lg.navbar-sotreq:hover {
	background: #fff !important;
	color: #000
}
nav#mainNavbar.navbar.navbar-expand-lg.navbar-sotreq:hover div.container div#navbarNavDropdown.collapse.navbar-collapse span.navbar-text button.btn.btn-link.nav-link.cool-link i.bi.bi-search.fs-4 {
	color: #000 !important
}
nav#mainNavbar.navbar.navbar-expand-lg.navbar-sotreq.mega-open div.container div#navbarNavDropdown.collapse.navbar-collapse ul.navbar-nav li.nav-item a#megaMenuToggle.nav-link.cool-link {
	color: #000 !important
}
nav#mainNavbar.navbar.navbar-expand-lg.navbar-sotreq.mega-open div.container div#navbarNavDropdown.collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link.cool-link {
	color: #000 !important
}
nav#mainNavbar.navbar.navbar-expand-lg.navbar-sotreq.mega-open div.container div#navbarNavDropdown.collapse.navbar-collapse button.btn.btn-link.nav-link.cool-link i.bi.bi-search.fs-4 {
	color: #000 !important
}
.mega-open {
	background: #fff !important;
	color: #000 !important;
}
.cool-link {
	display: inline-block;
	color: #ffffff;
	text-decoration: none
}
.cool-link::after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #ffc22b;
	transition: width .3s
}
nav#mainNavbar.navbar.navbar-expand-lg.navbar-sotreq.mega-open div.container div#navbarNavDropdown.collapse.navbar-collapse ul.navbar-nav li.nav-item a#megaMenuToggle.nav-link.cool-link.active {
	color: #ffc22b !important;
	border-bottom: 2px solid #ffc22b;
}
div#megaSecondLevel.mega-second-level.show div.container ul.nav.second-nav li.nav-item a.nav-link.second-link.cool-link.active {
	color: #ffc22b !important;
	border-bottom: 2px solid #ffc22b;
}
.btn.btn-link.close-third {
    margin-top: 40vh;
}

@media (min-width: 758px) {
h2.text-start.fw-bold {
  font-size: 40px !important;
  font-weight: 700  !important;
  }
  
  h1.fw-bold.hero-interna-titulo {
    font-size: 56px !important;
  }
}
h5.card-title {
  font-weight: 700 !important;
  text-decoration: none !important;
}
a {
  color: unset;
  text-decoration: none !important;
}
h1.text-left.text-lg-center.font-weight-bold
 {
    font-weight: 700 !important;
}