footer * {
  color: #fff;
}

footer img {
  margin-right: 1rem;
}

#trial-topo input::placeholder,
#trial-topo select {
  color: rgba(255, 255, 255, 0.6);
}

#trial-topo input {
  color: #fff;
}

#modal-experimente .btn-close {
  filter: invert(1);
}

.banner-precos select,
.banner-precos .form-select.new-preco {
  background: url("/assets/images/precos/row-select.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 25px 52px;
  background-color: rgb(0, 30, 39);
  color: #ffff;
}

.form-select.new-preco option {
  color: #ffff;
}

.owl-carousel.owl-cards .owl-nav button span,
.owl-carousel.owl-segs .owl-nav button span {
  font-size: 3em;
}

.owl-cards .owl-nav,
.owl-segs .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: -2%;
  top: 50%;
  transform: translateY(-60%);
  width: 102%;
}

.owl-carousel.owl-segs .owl-nav {
  left: -1%;
}

.owl-cards .item {
  display: flex;
  align-items: center;
  min-height: 81px;
}

.owl-cards .owl-item img {
  margin-right: 5px;
  width: 30%;
}

.sec-funcs ul.nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.sec-funcs .nav-tabs .nav-item.show .nav-link,
.sec-funcs .nav-tabs .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  padding: 1rem 0.5rem;
}

.sec-funcs .nav-link.active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  font-weight: 600;
}

.sec-funcs .nav-link {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 0px 0 rgba(255, 255, 250, 0.7);
  box-shadow: 0 4px 0px 0 rgba(255, 255, 250, 0.7);
  font-size: 15px;
  line-height: 1;
  width: 100%;
  text-align: start;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.sec-funcs .nav-tabs {
  border: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.sec-funcs .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.funci {
  padding: 7rem 0;
}

.section-segmentos .owl-segs .owl-item .card-seg {
  background-color: #fff;
  max-height: 190px;
  min-height: 180px;
  padding: 40px 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.owl-segs .owl-item .card-seg {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  max-height: 231.5px;
  padding: 30px 8px;
  text-align: center;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  width: 90%;
}

@media (min-width: 1024px) {
  .banner.interno {
    background-image: url(/images/segmentos/img-header.png);
    background-position: 90% 100%;
  }
}

@media (max-width: 776px) {
  .sec-main.sec-funcs {
    background-image: none !important;
  }
}
