/* placeholder to find our place */
form#form-pesquisa-ramal {
  padding-top: 1.4375rem;
}

/* ===== .titulo-da-pagina (Bootstrap-based) ===== */
.titulo-da-pagina {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  gap: 1rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 48rem) {
  .titulo-da-pagina {
    border-radius: 1rem 1rem 0 0;
  }
}

@media (max-width: 47.9375rem) {
  .titulo-da-pagina {

    /* Override Bootstrap gutter behavior specifically for this form and ensure the input fills its column */
    form#form-pesquisa-ramal .row.g-2 {
      --bs-gutter-x: 0.5rem;
      /* use a small gutter matching bootstrap */
      gap: 0.75rem !important;
      /* small gap between columns */
      column-gap: 0.75rem !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    /* Ensure no leftover horizontal padding from Bootstrap columns */
    form#form-pesquisa-ramal .row.g-2>[class*="col-"],
    form#form-pesquisa-ramal .row>[class*="col-"] {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    /* Make button align to end of its grid cell */
    form#form-pesquisa-ramal .col-md-2.d-grid {
      display: flex !important;
      align-items: center !important;
      justify-content: flex-end !important;
      /* right-align the button in the grid cell */
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    padding: 1.5rem 0.75rem 1.25rem 0.75rem;
    /* Bootstrap: py-3 px-2 */
    min-height: 7.5rem;
    gap: 0.75rem;
  }
}

.div-infor-titulos {
  max-width: 67.25rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  /* Centraliza a div */
  box-sizing: border-box;
  padding: 0.75rem;
}

/* Mobile version for div-infor-titulos */




.titulo-da-pagina-atual {
  font-family: 'Kanit', sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.03;
  letter-spacing: 0;
  color: #465564;
}

.comunicacao-wrapper {
  display: flex;
  background: #F8F8F8;
  border-radius: 0.625rem;
  gap: 2.8125rem;
  max-width: 56.25rem;
  /* ajuste conforme necessidade */
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  margin-left: 0;
}

@media (max-width: 47.9375rem) {
  .comunicacao-wrapper {
    margin-left: 0.75rem;
  }
}

.comunicacao-coluna {
  flex: 1;

  form#form-pesquisa-ramal .btn-ramal-buscar {
    width: 11rem !important;
    height: 3.5rem !important;
    gap: 0.5rem;
    border-radius: 0.5rem !important;
    background: #1B7727 !important;
    color: #fff !important;
    opacity: 1;
    padding: 0.5rem 3.3125rem 0.5rem 2.3125rem !important;
    font-weight: 500;
    font-size: 1.1rem;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
  }

  form#form-pesquisa-ramal .btn-ramal-buscar:hover,
  form#form-pesquisa-ramal .btn-ramal-buscar:focus {
    background: #155a1e !important;
    color: #fff !important;
  }

  /* Tipografia do texto do botão Buscar */
  .btn-ramal-buscar .btn-ramal-text {
    font-family: 'Kanit', 'Kanit', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 100%;
    letter-spacing: 0;
    color: #FEFEFE !important;
  }

  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  line-height: 132%;
  color: #929292;
  margin-top: 0.75rem;
  white-space: nowrap;
}

.comunicacao-nome {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 100%;
  color: #465564;
  margin-bottom: 0.125rem;
}

/* Responsivo: Ajusta a direção para mobile */
@media (max-width: 50rem) {
  .comunicacao-wrapper {
    flex-direction: column;
    gap: 1rem;
  }

  .comunicacao-divisoria {
    display: none;
  }
}

.page-description {
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.32;
  letter-spacing: 0;
  color: #465564;
}

/* ========================= */
/* Ramais Grid (pgramais-)   */
/* ========================= */

.pgramais-container {
  background: #FEFEFE;
  border: 0.0625rem solid #C5C5C5;
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  margin: 2rem auto;
  max-width: 67.5rem;
  box-sizing: border-box;
}

.pgramais-header {
  display: grid;
  grid-template-columns: 17.5763rem 9.7069rem 17.5763rem 1fr;
  gap: 1rem;
  align-items: center;
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #26323F;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}

.pgramais-header span {
  text-align: left;
  white-space: nowrap;
}

.pgramais-form {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-end;
}

.pgramais-form input,
.pgramais-form select {
  border-radius: 0.5rem;
  border: 0.0625rem solid #C5C5C5;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-family: 'Kanit', sans-serif;
  background: #fff;
}

.pgramais-form button {
  border-radius: 0.5rem;
  background: var(--color-primary, #007F6D);
  color: #fff;
  border: none;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  font-family: 'Kanit', sans-serif;
  cursor: pointer;
  transition: background 0.2s;
}

.pgramais-form button:hover {
  background: var(--color-primary-700, #1b7727);
}

.pgramais-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16.25rem, 1fr));
  gap: 1.25rem;
}

.pgramais-card {
  background: #fff;
  border: 0.0625rem solid #E0E0E0;
  border-radius: 0.75rem;
  padding: 1.125rem 1rem 0.875rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: box-shadow 0.2s;
}

.pgramais-card:hover {
  border-color: var(--color-primary-200, #9bd7a3);
}

.pgramais-card .pgramais-nome {
  font-family: 'Kanit', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #26323F;
  margin-bottom: 0.125rem;
}

.pgramais-card .pgramais-setor {
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  color: #757575;
}

.pgramais-card .pgramais-ramal {
  font-family: 'Kanit', sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: var(--color-primary, #007F6D);
  margin-top: 0.25rem;
}

.pgramais-card .pgramais-email {
  font-family: 'Kanit', sans-serif;
  font-size: 0.875rem;
  color: #465564;
  word-break: break-all;
}

.pgramais-card .pgramais-telefone {
  font-family: 'Kanit', sans-serif;
  font-size: 0.875rem;
  color: #465564;
}

@media (max-width: 47.9375rem) {
  .pgramais-container {
    padding: 0.75rem 0.25rem;
    border-radius: 0.5rem;
  }

  .pgramais-grid {
    gap: 0.75rem;
  }

  .pgramais-card {
    padding: 0.75rem 0.5rem 0.625rem 0.5rem;
    border-radius: 0.5rem;
  }

  .pgramais-form {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* Ajustes da caixa de pesquisa (desktop and responsive) */
@media (min-width: 48rem) {

  /* Desktop: use CSS Grid with flexible input and fixed-width button */
  form#form-pesquisa-ramal .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 11rem !important;
    gap: 2.5rem !important;
    align-items: center;
  }

  form#form-pesquisa-ramal .col-md-10 {
    min-width: 0;
    /* permite encolher */
  }

  form#form-pesquisa-ramal .col-md-10>.form-control {
    width: 100% !important;
    max-width: none !important;
    /* allow the input to grow to the full cell */
    height: 3.5rem !important;
    box-sizing: border-box;
    padding: 0.75rem 1rem !important;
    border-radius: 0.5rem !important;
    background: #FEFEFE !important;
    border: 0.0625rem solid #C5C5C5 !important;
  }

  /* Input group: make input grow and button fixed width */
  /* keep input-group rules if used elsewhere but don't affect default two-column layout */
  form#form-pesquisa-ramal .input-group {
    display: flex !important;
    gap: 0 !important;
  }

  form#form-pesquisa-ramal .input-group .form-control {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  form#form-pesquisa-ramal .input-group .btn-ramal-buscar {
    width: 11rem !important;
    flex: 0 0 11rem !important;
  }

  /* Input icon on the left */
  form#form-pesquisa-ramal .input-group .input-group-text.input-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 0.75rem !important;
    /* smaller padding so icon sits naturally */
    background: transparent !important;
    /* remove background color */
    background-image: none !important;
    box-shadow: none !important;
    border: none !important;
    /* remove any colored background border from theme */
    color: #757575 !important;
    border-radius: 0 !important;
    /* make it flush with input */
    height: 3.5rem !important;
  }

  /* ensure icon itself has expected color and no extra background */
  form#form-pesquisa-ramal .input-group .input-group-text.input-icon i.fas {
    color: #757575 !important;
    background: transparent !important;
    box-shadow: none !important;
    pointer-events: none;
    /* allow clicking input */
  }

  /* Position icon absolutely inside the input and give input left padding */
  form#form-pesquisa-ramal .input-group {
    position: relative !important;
  }

  form#form-pesquisa-ramal .input-group .input-group-text.input-icon {
    position: absolute !important;
    left: 0.875rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    padding: 0 !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 5 !important;
    color: #757575 !important;
    background: transparent !important;
    border: none !important;
  }

  form#form-pesquisa-ramal .input-group .input-group-text.input-icon i.fas {
    font-size: 1rem !important;
    line-height: 1 !important;
    color: inherit !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  form#form-pesquisa-ramal .input-group .form-control {
    padding-left: 2.75rem !important;
    /* leave space for the icon */
    padding-right: 1rem !important;
    box-sizing: border-box !important;
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border-right: 0 !important;
    /* button sits to the right; avoid double border */
    width: 100% !important;
    min-width: 0 !important;
  }


  /* Safety fallback: if the button is rendered inside the same column as the input,
     position it to the right avoiding layout break (applies only when markup is not split) */
  form#form-pesquisa-ramal .col-md-10 {
    position: relative;
  }

  form#form-pesquisa-ramal .col-md-10 .btn-ramal-buscar {
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 11rem !important;
    z-index: 6 !important;
  }

  form#form-pesquisa-ramal .col-md-10>.form-control {
    padding-right: 12.25rem !important;
  }

  form#form-pesquisa-ramal .col-md-2 {
    width: 11rem !important;
    max-width: 11rem !important;
  }

  /* botão - desktop */
  form#form-pesquisa-ramal .btn-ramal-buscar {
    width: 11rem !important;
    height: 3.5rem !important;
    padding: 0.5rem 3.3125rem 0.5rem 2.3125rem !important;
    border-radius: 0.5rem !important;
    background: #1B7727 !important;
    color: #ffffff !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem;
  }

  /* Force consistent color and disable mobile/tap highlight for this button */
  form#form-pesquisa-ramal .btn-ramal-buscar,
  form#form-pesquisa-ramal .btn-ramal-buscar:hover,
  form#form-pesquisa-ramal .btn-ramal-buscar:focus,
  form#form-pesquisa-ramal .btn-ramal-buscar:active,
  form#form-pesquisa-ramal .btn-ramal-buscar:not(:disabled):not(.disabled):active {
    background: #1B7727 !important;

    /* Enforce same background color on mobile and when tapped */
    form#form-pesquisa-ramal .btn-ramal-buscar,
    form#form-pesquisa-ramal .btn-ramal-buscar:active,
    form#form-pesquisa-ramal .btn-ramal-buscar:focus {
      background: #1B7727 !important;
      border-color: #1B7727 !important;
      color: #fff !important;
    }

    border-color: #1B7727 !important;
    color: #fff !important;
    opacity: 1 !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none !important;
    appearance: none !important;
  }
}

@media (max-width: 47.9375rem) {

  /* Mobile/tablet: grid keeps them side-by-side but allows shrinking;
     at very small widths (<22.5rem) fall back to stacked layout for usability */
  form#form-pesquisa-ramal .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 11rem !important;
    gap: 0.75rem !important;
    align-items: stretch !important;
    /* ensure children fill cell vertically */
    overflow-x: auto;
    /* allow horizontal scroll if needed */
    -webkit-overflow-scrolling: touch;
    margin-left: 0 !important;
    /* neutralize Bootstrap negative row margins */
    margin-right: 0 !important;
  }

  form#form-pesquisa-ramal .col-md-10>.form-control {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    /* allow the input to shrink */
    height: 3.5rem !important;
    box-sizing: border-box;
    padding: 0.75rem 1rem !important;
    border-radius: 0.5rem !important;
    background: #FEFEFE !important;
    border: 0.0625rem solid #C5C5C5 !important;
  }

  form#form-pesquisa-ramal .col-md-2 {
    width: 11rem !important;
    max-width: 11rem !important;
  }

  form#form-pesquisa-ramal .btn-ramal-buscar {
    width: 11rem !important;
    height: 3.5rem !important;
    padding: 0.5rem 3.3125rem 0.5rem 2.3125rem !important;
    margin: 0 !important;
  }

  /* Very small screens: stack vertically for better touch targets */
  @media (max-width: 22.5rem) {
    form#form-pesquisa-ramal .row {
      grid-template-columns: 1fr !important;
    }

    form#form-pesquisa-ramal .col-md-2 {
      width: 100% !important;
      max-width: 100% !important;
    }

    form#form-pesquisa-ramal .btn-ramal-buscar {
      width: 100% !important;
    }
  }
}

/* Ensure the text input occupies the entire grid cell and remove col padding */
/* remove bootstrap gutters for any column inside this form */
form#form-pesquisa-ramal .row>[class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

form#form-pesquisa-ramal .col-md-10>.form-control {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
  height: 3.5rem !important;
  /* keep desired height */
  padding-right: 1rem !important;
  /* ensure internal padding but not interfering with the gap */
}

/* Strong enforcement: make the input-group fill the column and the input expand fully
   These rules ensure the visible input background matches the grid cell width. */
form#form-pesquisa-ramal .col-md-10 {
  min-width: 0 !important;
  box-sizing: border-box !important;
}

form#form-pesquisa-ramal .input-group {
  width: 100% !important;
  display: flex !important;
  /* keep input-group flex behavior so children size correctly */
  gap: 0 !important;
}

form#form-pesquisa-ramal .input-group .form-control {
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  padding-right: 1rem !important;
}

/* New clean styles for the rebuilt form `ramais-search`.
   These rules use a scoped class to avoid fighting Bootstrap and reduce use of !important. */
form.ramais-search {
  padding-top: 1.25rem;
}

form.ramais-search .ramais-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 11rem;
  gap: 2rem;
  align-items: center;
}

form.ramais-search .ramais-input-wrapper {
  position: relative;
  width: 100%;
}

form.ramais-search .ramais-input {
  width: 100%;
  height: 3.5rem;
  padding: 0.75rem 1rem 0.75rem 2.75rem;
  /* space for icon */
  border-radius: 0.5rem;
  border: 0.0625rem solid #C5C5C5;
  background: #FEFEFE;
}

form.ramais-search .ramais-input:focus {
  outline: none;
  border-color: #C5C5C5;
  box-shadow: none;
  box-sizing: border-box;
  font-family: 'Kanit', sans-serif;
}

form.ramais-search .ramais-input-icon {
  position: absolute;
  left: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #757575;
  pointer-events: none;
}

form.ramais-search .ramais-search-button .btn-ramal-buscar {
  width: 11rem;
  height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1B7727;
  color: #fff;
  border-radius: 0.5rem;
  border: none;
}

/* Responsive: stack at very small widths */
@media (max-width: 22.5rem) {
  form.ramais-search .ramais-search-row {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  form.ramais-search .ramais-search-button .btn-ramal-buscar {
    width: 100%;
  }
}

.ramais-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 56.25rem) {
  .ramais-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 37.5rem) {
  .ramais-cards-wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.ramal-card {
  background: #fff;
  border-radius: 1rem;
  border: 0.0625rem solid #E3E3E3;
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 4.75rem;
  padding: 1.5rem;
}

.ramal-setor {
  font-family: 'Kanit', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 175%;
  letter-spacing: 0;
  color: #465564;
  max-width: 17.5763rem;
}

.ramal-numero,
.ramal-coordenador {
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  line-height: 175%;
  letter-spacing: 0;
  color: #465564;
}

.ramal-mais .ramal-ver-mais {
  font-family: 'Kanit', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #1B7727;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.ramal-setor,
.ramal-numero,
.ramal-coordenador,
.ramal-mais {
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
}

.ramal-card-row {
  display: grid;
  grid-template-columns: 17.5763rem 9.7069rem 17.5763rem 1fr;
  gap: 1rem;
  align-items: center;
}

@media (max-width: 56.25rem) {
  .ramal-card {
    padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  }
  .ramal-card-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    font-size: 1rem;
  }
}
@media (max-width: 37.5rem) {
  .ramal-card {
    padding: 0.5rem 0.25rem 0.5rem 0.25rem;
  }
  .ramal-card-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    font-size: 0.875rem;
  }
}

@media (max-width: 56.25rem) {
  .pgramais-header {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0.5rem 0.75rem 0.5rem 0.75rem;
    font-size: 1rem;
  }
  .pgramais-header span {
    width: 100%;
    text-align: left;
    white-space: normal;
  }
}
@media (max-width: 37.5rem) {
  .pgramais-header {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    font-size: 0.875rem;
    padding: 0.5rem 0.25rem 0.5rem 0.25rem;
  }
}

/* ====== Alto Contraste ====== */
body.body-contraste .titulo-da-pagina {
    background-color: #000 !important;
}

body.body-contraste .titulo-da-pagina-atual {
    color: #fff !important;
}

body.body-contraste .page-description {
    color: #fff !important;
}

body.body-contraste .breadcrumb a {
    color: #fff !important;
}

body.body-contraste .breadcrumb {
    color: #fff !important;
}

body.body-contraste .comunicacao-wrapper {
    background-color: #000 !important;
    border: none !important;
}

body.body-contraste .comunicacao-nome {
    color: #fff !important;
}

body.body-contraste .comunicacao-coluna {
    color: #fff !important;
}

body.body-contraste .comunicacao-wrapper a {
    color: #fff !important;
}

body.body-contraste form.ramais-search .ramais-input {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
}

body.body-contraste form.ramais-search .ramais-input-icon {
    color: #fff !important;
}

body.body-contraste form.ramais-search .ramais-search-button .btn-ramal-buscar {
    background-color: #fff !important;
    color: #000 !important;
    border: 0.0625rem solid #fff !important;
}

body.body-contraste .pgramais-container {
    background-color: #000 !important;
    border-color: #fff !important;
}

body.body-contraste .pgramais-header {
    color: #fff !important;
}

body.body-contraste .pgramais-form input,
body.body-contraste .pgramais-form select {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
}

body.body-contraste .pgramais-form button {
    background-color: #fff !important;
    color: #000 !important;
}

body.body-contraste .pgramais-card {
    background-color: #000 !important;
    border-color: #fff !important;
}

body.body-contraste .pgramais-card .pgramais-nome,
body.body-contraste .pgramais-card .pgramais-setor,
body.body-contraste .pgramais-card .pgramais-email,
body.body-contraste .pgramais-card .pgramais-telefone {
    color: #fff !important;
}

body.body-contraste .pgramais-card .pgramais-ramal {
    color: #fff !important;
}

body.body-contraste .ramal-card {
    background-color: #000 !important;
    border-color: #fff !important;
}

body.body-contraste .ramal-setor,
body.body-contraste .ramal-numero,
body.body-contraste .ramal-coordenador {
    color: #fff !important;
}

body.body-contraste .ramal-mais .ramal-ver-mais {
    color: #fff !important;
    text-decoration: underline !important;
}

body.body-contraste form#form-pesquisa-ramal .col-md-10>.form-control {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
}

body.body-contraste form#form-pesquisa-ramal .btn-ramal-buscar {
    background-color: #fff !important;
    color: #000 !important;
}

body.body-contraste form#form-pesquisa-ramal .btn-ramal-buscar .btn-ramal-text {
    color: #000 !important;
}

body.body-contraste form#form-pesquisa-ramal .input-group .input-group-text.input-icon {
    color: #fff !important;
}