*:not(footer *) {
  color: #073364;
}
html {
  height: 100vh;
}
body.modal-open {
  padding-right: 0 !important;
}
.modal {
  padding-right: 0 !important;
}

:root {
  --bs-navbar-vertical-width: 250px;
  --bs-navbar-vertical-padding-x: 1rem;
  --bs-primary: #073364;
  --bs-border-color: #e3ebf6;
  --bs-emphasis-color: #11263f;
  --bs-secondary-color: #95aac9;
  --bs-footer-height: 60px;
  --bs-danger-bg-subtle: #ffe8e8 !important;
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-gray-200);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: var(--bs-gray-100);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: var(--bs-gray-100);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: var(--bs-gray-100);
  --bs-card-cap-bg: transparent;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color);
  border-color: var(--bs-table-border-color);
  margin-bottom: 1.5rem;
  vertical-align: top;
  width: 100%;
  background-color: #fff;
}

.table td,
.table th {
  border-bottom: 0;
  border-top: 1px solid #edf2f9 !important;
  align-content: center;
}

td {
  white-space: normal; /* Permite quebra de linha */
  word-wrap: break-word; /* Quebra palavras longas */
  word-break: break-word; /* Força quebra em palavras muito longas */
  vertical-align: middle;
  max-width: 120px; /* Define largura máxima padrão para colunas */
  min-width: 80px;
  font-size: 0.75rem; /* Reduz ligeiramente o tamanho da fonte */
  line-height: 1.3; /* Melhora o espaçamento entre linhas */
}

th {
  white-space: normal; /* Permite quebra de linha no cabeçalho também */
  word-wrap: break-word;
  max-width: 120px;
  font-size: 0.6rem; /* Tamanho menor para cabeçalhos */
  line-height: 1.2;
}

.table-sm > :not(caption) > * > * {
  padding: 0.5rem !important; /* Reduz o padding para economizar espaço */
}

.linha-detalhes > td {
  padding: 0 !important;
  border: none !important;
}

.card-table {
  margin-bottom: 0;
}

.long-text {
  max-width: fit-content;
  white-space: normal;
  word-break: break-word;
  min-width: 200px;
}

@media screen and (max-width: 1200px) {
  .long-text {
    min-width: 150px;
    white-space: wrap;
    word-break: keep-all;
  }
}

.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.input-group-merge.input-group-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.card-header {
  background-color: white !important;
  border-bottom: none !important;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 60px;
  padding-bottom: calc(var(--bs-card-spacer-y) * 0.5);
  padding-top: calc(var(--bs-card-spacer-y) * 0.5);
}

.card-header > :first-child {
  flex: 1;
}

.card-header > form > .input-group > input,
span {
  border: none !important;
}

.card-header span {
  background-color: white;
  margin: unset;
}

.card-header > form {
  margin: unset;
}
.table thead th {
  background-color: #f9fbfd;
  color: var(--bs-table-head-color);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  a {
    font-size: 0.7rem;
  }
}

.table tbody tr td form :not(button, input, i) {
  font-size: 0.675rem !important;
}
.table > thead {
  vertical-align: bottom;
}

.btn-primary {
  --bs-btn-bg: #073364;
  --bs-btn-hover-bg: #042041;
}
.table [data-sort],
.table-nowrap td,
.table-nowrap th {
  white-space: nowrap;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
  text-decoration: none;
  font-weight: 500;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-gray-300);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: transparent;
  flex-shrink: 0;
  height: 1em;
  margin-top: 0.25em;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  vertical-align: top;
  width: 1em;
  border-radius: 0.375rem;
  cursor: pointer;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.375rem !important;
}
.form-check {
  align-content: center;
}

@media screen and (min-width: 310px) {
  .modal_old {
    width: 95% !important;
    padding-left: 20px;
  }
  .modal_old.modal-content {
    padding-left: 5% !important;
    padding-right: 10%;
    padding-top: 25px !important;
    padding-bottom: 5%;
    /* width: 280px !important; */
    border-style: none;
  }
  .contato-form {
    font-size: 10em;
  }
}

@media screen and (min-width: 350px) {
  .modal_old {
    width: 100% !important;
    padding-left: 30px;
  }
  .modal_old.modal-content {
    padding-left: 10% !important;
    padding-right: 10%;
    padding-top: 25px !important;
    padding-bottom: 5%;
    /* width: 280px !important; */
    border-style: none;
  }
}

@media screen and (min-width: 400px) {
  .modal_old {
    padding-left: 60px;
  }
}

@media screen and (min-width: 500px) {
  .modal_old {
    padding-left: 125px;
  }
}

@media screen and (max-width: 800px) {
  .hr-menu {
    display: none;
  }
}

@keyframes showServiceDescription {
  0% {
    transform: scaleX(0.5) translateX(40%);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showButtonTopBack {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.hr-menu {
  width: auto;
  margin-top: 0px;
  background-color: #23a0d7;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#titleabout {
  text-align: center;
  margin-top: 2%;
  font-weight: bold;
  color: #156faf;
  font-size: 18px;
  font-family: "Prompt ExtraBold";
}

.service-description-container {
  border: 2px solid #23a0d7;
  padding: 20px 30px;
  clear: both;
  width: 65%;
  top: 0px;
  left: -25px;
  float: right;
  display: none;
}

.service-item:hover .service-description-container {
  display: block;
  animation: showServiceDescription 0.2s ease-out;
}

.arrow {
  width: 25px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  float: left;
  top: 30px;
  left: -24px;
}

.outer {
  width: 0;
  height: 0;
  border-right: 20px solid #23a0d7;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0;
  right: 3px;
}

.inner {
  width: 0;
  height: 0;
  border-right: 20px solid #e6e7e8;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.description {
  text-align: left;
  color: #4f4f4f;
  font-family: "Prompt Medium";
}

#subabout {
  display: inline-table;
}

#textabout {
  margin-top: 5%;
  margin-bottom: 5%;
  color: #4f4f4f;
  font-family: "Prompt Medium";
  font-size: 18px;
}

#bar-top {
  /* border-bottom: 10px; */
  text-align: center;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  flex: auto;
}

#bar-top-logo {
  width: 49%;
}

#bar-top-tel {
  color: white;
  font-size: 13px;
  font-family: "Prompt Medium";
  text-align: center;
  width: fit-content !important;
}

#bar-top-iconphone {
  width: 15px;
}

#titleservices {
  text-align: center;
  margin-top: 2%;
  font-weight: bold;
  color: #156faf;
  font-size: 18px;
  font-family: "Prompt ExtraBold";
}

#services {
  height: auto;
  background-color: #e6e6e6;
  width: 100%;
  padding-bottom: 1%;
  padding-top: 5px;
}

#service-component {
  margin-top: 5%;
}

#service-img {
  width: 8%;
  /* margin-bottom: 5%; */
  margin-right: -5%;
  position: relative;
  display: inline;
}

.service-name {
  background-color: white;
  padding-left: 6%;
  padding-right: 5%;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px;
  color: #4f4f4f;
  font-size: 120%;
  font-weight: bold;
  font-family: "Prompt ExtraBold";
}

.service-item {
  margin-bottom: 5%;
  flex-direction: column;
  width: 100%;
}

#carouselBanner {
  position: relative;
}

#linetitleservice {
  margin-top: 5%;
  color: black;
  border-radius: 5px;
}

.coletor-name {
  margin-top: 10%;
  margin-bottom: -10%;
  background-color: white;
  border-radius: 5px;
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  font-weight: bolder;
  color: #156faf;
  font-weight: bold;
  font-family: "Prompt ExtraBold";
}

#p-coletordados {
  padding-right: 20%;
  margin-top: 2%;
  padding-bottom: 2%;
  margin-right: 15%;
  font-size-adjust: initial;
  color: white;
  font-size: 18px;
  font-family: "Prompt Medium";
}

#coletordados {
  padding-top: 2%;
  background-color: #156faf;
}

#img-coletordados {
  background-color: #156faf;
  border-radius: 100%;
  width: 25%;
  height: 25%;
  float: right;
  margin-top: -24%;
  border-width: 50px;
  border-style: solid;
  border-color: #156faf;
}

#img-coletordados img {
  width: 100%;
}

input {
  padding-left: 10px;
}

/* @media screen and (min-width:800px){ */

#login-block {
  color: white;
}

#dropdown-login {
  margin-top: -13.5%;
  margin-right: 10%;
  margin-left: 9px;
  border-style: solid;
  border-color: #156faf;
  min-width: 100%;
  padding-left: 20px;
  padding-bottom: 15px;
  border-style: none;
  align-items: center;
}

#login-label {
  color: white;
  margin-right: 5px;
  margin-bottom: 50%;
  font-family: "Prompt Regular";
  font-size: 15px;
}

#dropdown-login-recovery {
  font-size: small;
  margin-left: 10px;
  color: white;
  font-family: "Prompt Medium";
}

.imp-termicas-name {
  margin-top: 10%;
  margin-bottom: -10%;
  background-color: white;
  border-radius: 5px;
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  font-weight: bold;
  color: #156faf;
  font-family: "Prompt ExtraBold";
}

#p-imp-termicas {
  padding-right: 20%;
  margin-top: 2%;
  padding-bottom: 2%;
  margin-right: 15%;
  font-size-adjust: initial;
  color: white;
  font-size: 18px;
  font-family: "Prompt Medium";
}

#imp-termicas {
  padding-top: 2%;
  background-color: #156faf;
}

#img-imp-termicas {
  background-color: #156faf;
  border-radius: 50%;
  width: 25%;
  height: 25%;
  float: right;
  margin-top: -24%;
  border-width: 1px;
  border-style: solid;
  border-color: #156faf;
  padding: 5%;
}

#img-imp-termicas img {
  width: 100%;
}

#aparelhos {
  width: 70%;
  margin: auto;
}

#aparelhos span {
  color: #156faf;
  margin: auto;
  text-align: center;
}

.new-caption-area {
  width: 70%;
  margin: auto;
  color: #000;
}

.carousel-caption {
  position: relative;
  /* border: 1px solid black; */
  top: 0;
  left: 0;
  text-align: center;
  padding: 20px;
}

.carousel-caption-p {
  color: #23a0d7;
  text-align: initial;
  margin-left: 25%;
  margin-bottom: 0;
  white-space: pre-line;
  margin-bottom: 5%;
}

.carousel-p {
  font-family: "Prompt Medium";
}

.carousel-h5 {
  font-family: "Prompt ExtraBold";
  font-size: 20px;
  font-weight: bold;
  color: #23a0d7 !important;
}

.section-carousel {
  outline: none;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 20px;
}

#titleaparelho {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 1%;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  color: #156faf;
  font-size: 18px;
  font-family: "Prompt ExtraBold";
}

.leitores-name {
  margin-top: 10%;
  margin-bottom: -10%;
  background-color: white;
  border-radius: 5px;
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  font-weight: bolder;
  color: #156faf;
  font-family: "Prompt ExtraBold";
}

#p-leitores {
  padding-right: 20%;
  margin-top: 2%;
  padding-bottom: 2%;
  margin-right: 15%;
  font-size-adjust: initial;
  color: white;
  font-size: 18px;
  font-family: "Prompt Medium";
}

#leitores {
  padding-top: 2%;
  background-color: #156faf;
}

#img-leitores {
  background-color: #156faf;
  border-radius: 50%;
  width: 25%;
  height: 25%;
  float: right;
  margin-top: -24%;
  border-width: 1px;
  border-style: solid;
  border-color: #156faf;
  padding: 5%;
}

#img-leitores img {
  width: 100%;
}

.tablets-name {
  margin-top: 10%;
  margin-bottom: -10%;
  background-color: white;
  border-radius: 5px;
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  font-weight: bolder;
  color: #156faf;
  font-family: "Prompt ExtraBold";
}

#p-tablets {
  padding-right: 20%;
  margin-top: 2%;
  padding-bottom: 2%;
  margin-right: 15%;
  font-size-adjust: initial;
  color: white;
  font-size: 18px;
  font-family: "Prompt Medium";
}

#tablets {
  padding-top: 2%;
  background-color: #156faf;
}

#img-tablets {
  background-color: #156faf;
  border-radius: 50%;
  width: 25%;
  height: 25%;
  float: right;
  margin-top: -22%;
  border-width: 1px;
  border-style: solid;
  border-color: #156faf;
  padding: 5%;
}

#img-tablets img {
  width: 100%;
  margin-left: 10px;
}

#titlecontato {
  text-align: center;
  margin-top: 2%;
  font-weight: bold;
  color: #156faf;
  margin-bottom: 5%;
  font-size: 18px;
}

#contato-info {
  margin-bottom: 30px;
  margin-left: 10%;
  color: #4f4f4f;
  font-family: "Prompt Medium";
  flex-direction: column;
}

#contato-info-item {
  white-space: pre-line;
}

#contato-info .title {
  font-size: 20px;
  /* // text-transform: uppercase; */
  margin-bottom: 10px;
}

#contato-info .subtitle {
  font-size: 18px;
  margin-bottom: 4px;
}

#contato-info .description {
  font-size: 15px;
  margin-bottom: 4px;
}

#contato-form {
  padding-inline: 10%;
}

#contato-form .btn {
  background-color: #156faf;
  color: white;
  font-weight: bold;
  margin-bottom: 5%;
}

#login-form label.error,
#contato-form label.error {
  font-size: 10px;
  color: red !important;
  font-size: x-small;
}

.form-group-fields {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.form-group-field {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.erro-login {
  color: #ffa8a8 !important;
  font-size: smaller;
  margin-bottom: 8px;
  margin-left: 20%;
  display: none;
}

.vl {
  border-right: 1px solid white;
  border-radius: 5px;
  height: 30px;
  margin-right: -10px;
}

hr {
  color: white;
  border-width: 1px;
  opacity: 1;
}

.send-us-your-colector {
  font-family: "Prompt Medium";
  display: flex;
  background: #156faf;
  /* padding-left: 9%; */
}

.section-title {
  padding: 10px 0px;
  font-size: 25px;
  font-family: "Prompt ExtraBold";
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  display: inline-flex;
  white-space: nowrap;
}

.dir,
.esq {
  width: 50px;
  background-color: white;
  border-width: 1.5px;
  border-radius: 15px;
  margin: 2% 20px;
}

.section-title-wrapper {
  /* margin-top: 5%;
    margin-left: 42%; */
  margin-bottom: 0 !important;
  align-items: center !important;
}

.section-title-wrapper-top {
  margin-top: 3%;
  margin-bottom: -3.5vw !important;
  align-items: center !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.send-steps-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 650px;
  margin-top: 8px;
}

.bottom-description {
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 0.5vw 30vw;
  margin-top: 0.5vw;
  text-transform: uppercase;
}

.send-us-your-equip-button-container {
  padding-bottom: 20px;
  padding-top: 0;
  margin-top: -7%;
}

.section-title-wrapper {
  margin-bottom: 0;
}

.send-your-equip-button {
  text-align: -webkit-center;
  font-family: "Prompt ExtraBold";
  font-size: 20px;
  line-height: 45px;
  padding: 0px 15px 0px 15px;
  min-width: 152px;
  background-color: #23a0d7 !important;
  color: white;
  border-radius: 10px;
  width: fit-content;
  width: -moz-fit-content;
  margin: auto;
  white-space: nowrap;
  -webkit-appearance: unset;
  appearance: unset;
  display: table;
}

#wpp-flutuante {
  background-color: #25d366;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1040;
  width: 55px;
  height: 55px;
  /* margin-bottom: 10px;
    margin-right: 10px; */
  border-radius: 100%;
  border-style: none;
  -webkit-box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.75);
}

#wpp-flutuante img {
  width: 25px;
}

#topoback {
  animation: showButtonTopBack 0.2s ease-in-out;
  display: none;
  background-color: #23a0d7;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 100px;
  z-index: 1040;
  border: none;
  outline: none;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border-style: none;
  -webkit-box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.75);
}

#login-form label.error,
#login-form-mobile_old label.error {
  font-size: 9px !important;
  color: #ffa8a8 !important;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  height: 15px !important;
  margin-left: 50px;
}

#login-form .form-group {
  max-height: 30px !important;
}

.slider {
  width: 85%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.slick-center .slick-slide {
  text-align: center;
  align-items: center;
  height: auto;
  margin: 20px 10px;
  margin-top: 50px;
  margin-bottom: 30px;

  -webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.4);
  padding: 10px;
}

.slick-slide-brand {
  text-align: center;
  align-items: center;
  padding: 10px;
}

.section-content-wrapper {
  background-color: #156faf;
  text-align: -webkit-center;
}

.section-content-wrapper img {
  width: 100%;
  margin: auto;
}

.slick-track {
  margin: 0px;
  display: flex;
}

.slick-center .slick-slide img {
  margin-left: auto;
  margin-right: auto;
  width: 220px;
  height: 220px;
}

.slick-brands {
  margin-inline: 10%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.slick-brands .slick-slide img {
  height: 100px;
}

.slick-prev:before,
.slick-next:before {
  color: black !important;
}

#popup-login-recovery_old.modal-content {
  height: auto;
  min-height: 230px;
  /* width: 96vw !important; */
  background-color: #e6e7e8;
  position: absolute;
  box-shadow: 2px 2px 6px 0px #575757;
  border-radius: 4px;
  padding: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  z-index: 2001;
}

#erro-recuperar-senha {
  color: #ff7070 !important;
  margin-bottom: 16px;
}

#title-popup-invalid-login {
  color: #dc3545;
}

#modal-body-invalid-login {
  color: #dc3545;
}

#btn-invalid-login {
  background-color: #dc3545;
  border-color: #dc3545;
}

.icon-device {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Estilos específicos para o novo header */
.header-top {
  background-color: white;
  padding: 10px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.logo-starmobile {
  text-align: left;
  padding-left: 80px;
}

.logo-starmobile img {
  max-height: 50px;
  width: auto;
}

.contact-phones {
  border-bottom: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 6px;
}

.contact-item {
  color: #073364;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 0 20px;
  border-right: 1px solid #073364;
  line-height: 1.2;
  text-align: left;
  min-width: 120px;
  justify-content: center;
  &:last-child {
    border-right: none;
  }
  p {
    white-space: nowrap;
  }
}

.header-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}

.header-buttons .btn {
  border-radius: 25px;
  font-weight: 400;
  padding: 12px 15px;
  margin-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn-talk {
  background-color: #073364;
  color: white !important;
  &:hover {
    background-color: #05284d;
  }
}

.btn-login {
  background-color: #e0e0e0;
  color: rgb(7, 51, 100) !important;
  border: 1px solid #d0d0d0;
  font-weight: 400 !important;
  display: inline-block !important;
  &:hover {
    background-color: #b0b0b0;
  }
}

.header-caption {
  background-color: #073364;
  color: white;
  font-size: 11px;
  padding: 1px 0;
  font-weight: 300;
  position: fixed;
  width: 100%;
  top: 65px;
  z-index: 999;
}

.btn-info-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-right: 20px;
}

.btn-talk-info,
.btn-login-info {
  font-size: 8px;
  display: block;
  text-align: center;
  width: 120px;
  margin-top: 2px;
  color: rgb(7, 51, 100);
  font-weight: 300;
  line-height: 1;
}

.buttons-info {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 2px;
  gap: 2px;
}

/* Estilo para a barra azul acima do navbar */
.blue-stripe {
  background-color: #073364;
  height: 5px;
  width: 100%;
  z-index: 999;
}

/* Estilo para o menu de navegação */
.main-nav {
  background-color: white;
  margin-top: 0;
  width: 100%;
  z-index: 998;
  border-top: 4px solid #05284d;
  border-bottom: 1px solid #e0e0e0;
  top: 1px; /* 66px do header + 5px da barra azul */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.nav-item-container {
  display: flex;
  justify-content: center;
  padding: 0;
  gap: 10px;
}

.nav-item-main {
  color: #073364;
  font-weight: 700;
  padding: 18px 8px;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
}

.nav-item-main:hover {
  background-color: #f8f9fa;
  color: #00a0df;
}

/* Ajustes para mobile */
@media (max-width: 768px) {
  .header-buttons {
    justify-content: center;
    margin-top: 10px;
    flex-wrap: wrap;
  }

  .header-buttons .btn {
    margin: 5px;
  }

  .header-caption {
    top: 100px;
  }

  .blue-stripe {
    top: 120px;
  }

  .main-nav {
    margin-top: 0px;
    top: 125px; /* Posição ajustada para mobile */
  }

  .nav-item-container {
    flex-wrap: wrap;
  }

  .nav-item-main {
    width: 50%;
    text-align: center;
    font-size: 12px;
  }
}

.contato-matriz-info p {
  font-weight: 100;
  font-size: 14px;
  color: rgb(42, 40, 40);
  line-height: 1;
}

/* Estilos para inputs e layout do novo contato */
#contato .form-label {
  color: black;
  font-weight: 200;
  margin-bottom: 6px;
}
#contato .contato-input {
  border-radius: 28px;
  border: 1px solid #073364;
  padding: 10px 22px;
  font-size: 1rem;
  margin-bottom: 0;
  background: #fff;
  box-shadow: none;
}
#contato .contato-input:focus {
  border-color: #23a0d7;
  box-shadow: 0 0 0 2px #23a0d733;
}
#contato .contato-btn {
  background: #073364;
  color: #fff;
  border-radius: 28px;
  padding: 10px 38px;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  margin-top: 10px;
  margin-bottom: 0;
  transition: background 0.2s;
}
#contato .contato-btn:hover {
  background: #1256a3;
}
#contato .contato-privacidade {
  font-size: 0.92rem;
  color: #888;
  display: block;
  margin-top: 18px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #contato .col-lg-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #contato .contato-mapa-box iframe {
    min-height: 180px;
    height: 400px;
  }
}
@media (max-width: 600px) {
  #contato .contato-matriz-box {
    margin-bottom: 18px;
  }
  #contato .contato-mapa-box iframe {
    min-height: 120px;
    height: 150px;
  }
}

/* Estilos específicos para a seção de manutenção */
#manutencao .manutencao-titulo {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 2.5rem;
}
#manutencao .manutencao-texto {
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
#manutencao .manutencao-etapa-numero {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
#manutencao .manutencao-etapa-descricao {
  font-size: 1.05rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  #manutencao .manutencao-titulo {
    font-size: 2rem;
  }
  #manutencao .manutencao-texto {
    font-size: 1.1rem;
  }
  #manutencao .manutencao-etapa-numero {
    font-size: 1rem;
  }
  #manutencao .manutencao-etapa-descricao {
    font-size: 0.98rem;
  }
}

/* Correções para o modal de login #popup-login anular estilos de mobile.css */
#popup-login.modal .modal-dialog {
  max-width: 480px !important; /* Reduzido de 900px para um modal de login mais compacto */
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 991px) {
  #popup-login.modal .modal-dialog {
    max-width: 95% !important;
    width: 95% !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

body #popup-login.modal .modal-dialog .modal-content {
  background-color: #ffffff !important;
  width: 100% !important;
  padding: 40px !important; /* Ajustado */
  text-align: left !important; /* Alinhar o conteúdo do form à esquerda, o título será centralizado individualmente */
  border: none !important;
  border-radius: 0 !important; /* Adicionado */
  box-shadow: none !important; /* Adicionado para garantir ausência de sombra */
}

/* Estilos para o novo layout do Modal de Login */
.login-modal-logo {
  display: block;
  margin: 0 auto 30px auto; /* Aumentada margem inferior */
  max-height: 150px; /* Ajustar conforme o tamanho do logo_email.png */
}

.login-modal-title {
  text-align: center;
  font-size: 2.2rem; /* Ajustar conforme preferência */
  font-weight: 600;
  margin-bottom: 25px; /* Ajustar espaçamento */
  color: #073364 !important; /* Cor escura para o título, não necessariamente o azul principal */
}

.login-input-minimalista {
  border-radius: 4px !important; /* Leve arredondamento ou 0 para totalmente quadrado */
  border: 1px solid #ccc !important; /* Borda sutil */
  padding: 12px 15px !important; /* Padding interno */
  font-size: 1rem !important;
  margin-bottom: 1rem !important; /* Espaçamento padrão abaixo do input */
  background: #fff !important;
  box-shadow: none !important;
  width: 100%;
  height: auto; /* Reset para altura automática */
}
.login-input-minimalista:focus {
  border-color: #073364 !important; /* Cor principal da marca no foco */
  box-shadow: 0 0 0 0.2rem rgba(7, 51, 100, 0.25) !important; /* Sombra de foco sutil */
}

#popup-login .contato-btn {
  margin-top: 10px; /* Espaço acima do botão */
  margin-bottom: 25px !important; /* Espaço abaixo do botão, antes dos links */
  padding: 12px 20px !important; /* Padding do botão */
  font-size: 1rem !important;
  font-weight: 600 !important;
  background-color: #ffffff !important;
  color: #073364 !important;
  border: 1px solid #073364 !important;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

#popup-login .contato-btn:hover {
  background-color: #f0f7ff !important;
  color: #05284d !important;
  border-color: #05284d !important;
}

.login-modal-links {
  text-align: center;
  font-size: 0.9rem;
}
.login-modal-links a {
  color: #073364; /* Cor principal da marca */
  text-decoration: none;
  font-weight: 500;
}
.login-modal-links a:hover {
  text-decoration: underline;
}
.login-modal-link-separator {
  color: #6c757d; /* Cinza sutil para o separador */
  margin: 0 8px;
}

@media (max-width: 575px) {
  /* Para telas bem pequenas, ajustar padding do modal-content */
  body #popup-login.modal .modal-dialog .modal-content {
    padding: 40px 25px !important;
  }
  .login-modal-title {
    font-size: 1.8rem;
  }
}

.dropdown-item,
.dropdown-toggle,
.nav-link {
  font-size: 1rem;
  color: #073364;
  font-weight: 600;

  @media (max-width: 1200px) {
    font-size: 0.85rem;
  }

  @media (max-width: 1100px) {
    font-size: 0.75rem;
  }
}

@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
  }

  .dropdown-menu li {
    position: relative;
  }

  .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
  }
}

/* Estilos para botões de ação */
.btn-action-mobile {
  min-width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.btn-action-mobile:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-action-mobile:disabled:hover {
  transform: none;
  box-shadow: none;
}

.btn-action-mobile i {
  font-size: 1rem;
}

button {
  height: fit-content;
}
