html,
body {
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: hidden;
}

.page-wrapper,
.page-wrapper.horizontal-wrapper,
.page-body-wrapper,
.page-wrapper .page-body-wrapper,
.page-wrapper .page-body-wrapper .page-body,
.page-body-wrapper .page-body,
.page-body-wrapper footer {
  padding: 0 !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.page-wrapper .page-body-wrapper .page-body {
  margin-top: 0 !important;
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .page-body-wrapper .page-body,
  .page-body-wrapper footer {
    margin-left: 0 !important;
  }
}

@media (min-width: 998px) and (max-width: 1281px) {
  .page-body-wrapper .page-body,
  .page-body-wrapper footer,
  .page-wrapper .page-body-wrapper .page-body {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}

option {
  font-family: Lato, serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  text-align: left;
  color: #32cd35;
}

.lato-font {
  font-family: Lato, serif;
  font-weight: 900;
  font-size: 50px;
  color: #ffffff;
}

.lato-title-font {
  font-family: Lato, serif;
  font-weight: 900;
  font-size: 50px;
  color: #534686;
}

.banner-green {
  background-color: #32cd35;
  padding-top: 15px;
  padding-bottom: 35px;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  overflow: hidden;
}

@media (max-width: 997px) {
  .banner-green {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .banner-green {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.pill-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 99;
  margin-top: -20px;
  margin-left: 15px;
}

.pill-wrapper2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 99; 
}


.blue-pill-bar {
  background-color: #0f4c81;
  color: white;
  padding: 10px 40px 10px 75px;
  border-radius: 50px;
  font-size: 1.1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
}

.texto-normal {
  font-family: "Galano Grotesque", serif;
  font-weight: normal;
  padding-left: 5px;
}

.pill-icon {
  width: 70px !important;
  max-width: 70px !important;
  min-width: 70px !important;
  height: auto;
  position: absolute;
  left: 0;
  z-index: 20;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .pill-wrapper {
    margin-top: -20px;
  }
  .blue-pill-bar {
    font-size: 0.95rem;
    padding: 10px 30px 8px 65px;
  }

  .pill-icon {
    width: 60px !important;
    max-width: 60px !important;
    min-width: 60px !important;
  }

  
}

@media (max-width: 768px) {
  .pill-wrapper {
    margin-top: -20px;
    margin-left: 5px;
  }
  .pill-wrapper2 {
    margin-top: 0; /* Ajustado para responsividade */
    margin-left: 0;
    justify-content: center; /* Centraliza o conteúdo */
  }

  .blue-pill-bar {
    font-size: 0.8rem;
    padding: 6px 15px 6px 55px;
  }

  .pill-icon {
    width: 50px !important;
    max-width: 50px !important;
    min-width: 50px !important;
  }
}

@media (max-width: 480px) {
  .pill-wrapper {
    margin-top: -20px;
  }
  .pill-wrapper2 {
      margin-top: 0; /* Ajustado para responsividade */
  }

  .blue-pill-bar {
    font-size: 0.75rem;
    white-space: normal;
    line-height: 1.2;
    padding: 5px 15px 5px 45px;
  }

  .pill-icon {
    width: 50px !important;
    max-width: 50px !important;
    min-width: 50px !important;
    top: 50%;
    transform: translateY(-50%);
  }


}

.label-bold {
  font-family: "Galano Grotesque", serif;
  font-weight: bold;
}

.bg-azul-custom {
  background-color: #105398;
}

.rounded-xl {
  border-radius: 30px !important;
}

.font-numero-gigante {
  font-family: "Galano Grotesque", serif;
  font-size: 80px;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -2px;
}

.card-atendimento {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  position: relative;
  overflow: hidden;
}

.icon-medico {
  width: 90px;
  max-width: 90px;
  height: auto;
  flex-shrink: 0;
  margin-right: 10px;
}

.text-container {
  flex-grow: 1;
  text-align: center;
  padding-right: 90px;
}

.titulo-card {
  font-family: "Galano Grotesque", serif;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 5px;
}

@media (max-width: 576px) {
  .text-container {
    padding-right: 0;
  }

  .icon-medico {
    width: 60px;
  }
}

.cm-card-wrapper {
  background-color: #125596;
  color: #ffffff;
  border-radius: 30px;
  border: none;
  width: 100%;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cm-icon-box {
  flex: 0 0 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cm-icon-box img {
  max-width: 100%;
  height: auto;
  display: block;
}

.cm-info-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.cm-label {
  font-family: "Galano Grotesque", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin: 0;
}

.cm-big-number {
  font-family: "Galano Grotesque", sans-serif;
  font-size: 9.7rem;
  font-weight: 800;
  letter-spacing: -5px;
  margin: -15px 0;
  line-height: 1;
}

@media (max-width: 576px) and (max-width: 1024px) {
  .cm-big-number {
    font-size: 7rem;
  }
  .cm-label {
    font-size: 1.2rem;
  }
  .cm-icon-box {
    flex: 0 0 100px;
  }
}

.ca-card-wrapper {
  background-color: #219653;
  color: #ffffff;
  border-radius: 30px;
  border: none;
  width: 100%;
  padding: 25px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

  display: flex;
  align-items: center;
  justify-content: center;
}

.ca-icon-box {
  flex: 0 0 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ca-icon-box img {
  max-width: 100%;
  height: auto;
}

.ca-info-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.2;
}

.ca-title {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.ca-big-number {
  font-family: "Arial", sans-serif;
  font-size: 9rem;
  font-weight: 800;
  letter-spacing: -4px;
  margin: -15px 0;
  line-height: 1;
}

@media (max-width: 576px) {
  .ca-card-wrapper {
    padding: 20px 15px;
  }
  .ca-big-number {
    font-size: 6rem;
    margin: -5px 0;
  }
  .ca-title {
    font-size: 1.2rem;
  }
  .ca-icon-box {
    flex: 0 0 90px;
  }
}

.cav-card-wrapper {
  background-color: #219653; /* Verde do card */
  color: #ffffff;
  border-radius: 30px;
  border: none;
  width: 100%;
  padding: 30px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cav-icon-box {
  width: 100px;
  margin-bottom: 15px;
}

.cav-icon-box img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.cav-title {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}

.cav-big-number {
  font-family: "Arial", sans-serif;
  font-size: 8rem;
  font-weight: 800;
  margin-top: -10px;
  margin-bottom: -15px;
  line-height: 1;
}

.cah-card-wrapper {
  background-color: #219653;
  color: #ffffff;
  border-radius: 35px;
  border: none;
  width: 100%;
  padding: 30px 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cah-flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cah-icon-box {
  flex: 0 0 110px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
}

.cah-icon-box img {
  width: 170px;
  height: auto;
  display: block;
}

.cah-info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1;
  flex-grow: 1;
}

.cah-title {
  font-family: "Galano Grotesque", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 5px;
  width: 100%;
}

.cah-big-number {
  font-family: "Galano Grotesque", sans-serif;
  font-size: 8.7rem;
  font-weight: 800;
  margin: -10px 0;
}

@media (max-width: 576px) {
  .cah-card-wrapper {
    padding: 25px 20px;
  }
  .cah-big-number {
    font-size: 6rem;
  }
  .cah-title {
    font-size: 1.2rem;
  }
  .cah-icon-box {
    flex: 0 0 80px;
    margin-right: 15px;
  }
}

.cat-pill-total {
  background-color: #28a745;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 30px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3);
}

.cat-pill-total2 {
  background-color: #32cd35;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 30px;
  width: 150px;
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3);
}

.cat-pill-number {
  font-weight: 700;
  font-family: "Galano Grotesque", serif;
  font-size: 35px;
}

@media (max-width: 997px) {
  .card-header.position-relative.d-flex.align-items-center {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .card-header.position-relative.d-flex.align-items-center
    .d-flex.align-items-center {
    justify-content: center;
  }

  .card-header.position-relative.d-flex.align-items-center .cat-pill-total {
    position: static !important;
    left: auto !important;
    transform: none !important;
    order: 1;
    margin: 6px 0 0;
    align-self: center;
    text-align: center;
  }
}

#graf_acid_transito_por_dia {
  width: 100%;
  max-width: 100%;
}

.cts-container {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1.3);
  margin: 40px auto;
  max-width: fit-content;
}

.cts-blue-bar {
  background-color: #105398;
  color: #ffffff;
  padding: 15px 40px 15px 120px;
  border-radius: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}

.cts-text {
  font-family: "Galano Grotesque", sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.cts-text strong {
  font-weight: 700;
}

.cts-nurse-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85px;
  height: auto;
  z-index: 2;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  transform: translateX(-20px);
}

@media (max-width: 768px) {
  .cts-container {
    transform: scale(1);
    margin: 30px auto;
  }
}

@media (max-width: 997px) {
  .cts-blue-bar {
    padding-left: 70px;
    padding-right: 15px;
    justify-content: flex-start;
    border-radius: 30px;
    width: auto;
  }

  .cts-text {
    font-size: 1.2rem;
    text-align: left;
  }

  .cts-nurse-img {
    width: 65px;
  }
}

.custom-amb-card {
  background-color: transparent;
  border-radius: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  width: 100%;
  height: 360px;
  margin-bottom: 20px;
  transition: box-shadow 0.3s ease-in-out;
}

.custom-amb-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.custom-amb-header {
  background-color: #ffffff;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.custom-amb-title {
  color: #2e7d32;
  font-size: 1.6rem;
  padding-left: 15px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  text-align: justify;
}

.custom-amb-title-hosp-adulto-inf {
  color: #2e7d32;
  font-size: 1.4rem;
  padding-left: 15px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  text-align: justify;
}

.custom-amb-icon {
  height: 45px;
  width: auto;
  margin-right: 10px;
  flex-shrink: 0;
}

.custom-amb-body {
  background-color: #28a745;
  color: #ffffff;
  padding: 10px 20px;
}

/**
  Estilos CSS para os cards de Atendimentos por Tipo de Serviço
 */

.custom-amb-body-ambulatorios {
  background-color: #28a745;
  color: #ffffff;
  padding: 10px 20px;
  height: 320px;
}

.custom-amb-body-spaupa {
  background-color: #105398;
  color: #ffffff;
  padding: 10px 20px;
  height: 320px;
}

.custom-amb-body-hosp-prontosocorro-adultoinfantil {
  background-color: #28a745;
  color: #ffffff;
  padding: 10px 20px;
  height: 320px;
}

.custom-amb-body-maternidades {
  background-color: #105398;
  color: #ffffff;
  padding: 10px 20px;
  height: 320px;
}

.custom-amb-body-hospitais {
  background-color: #28a745;
  color: #ffffff;
  padding: 10px 20px;
  height: 320px;
}

.custom-amb-body-hosp-esp {
  background-color: #105398;
  color: #ffffff;
  padding: 10px 20px;
  height: 320px;
}

.custom-amb-body-comp-norte {
  background-color: #28a745;
  color: #ffffff;
  padding: 10px 20px;
  height: 320px;
}

.custom-amb-body-comp-sul {
  background-color: #105398;
  color: #ffffff;
  padding: 10px 20px;
  height: 320px;
}

.custom-amb-body-comp-leste {
  background-color: #28a745;
  color: #ffffff;
  padding: 10px 20px;
  height: 320px;
}

/** Fim dos estilos das Unidades */

.custom-amb-table-wrapper {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
}

.custom-amb-table-wrapper::-webkit-scrollbar {
  width: 6px;
}
.custom-amb-table-wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.custom-amb-table-wrapper::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
}

.table.custom-amb-table {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  table-layout: fixed;
  font-family: "Galano Grotesque", serif;
  font-weight: normal;
}

.table.custom-amb-table td {
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 12px 5px;
  vertical-align: middle;
  font-size: 1.1rem;
  color: #ffffff;
}

.table.custom-amb-table td:first-child {
  width: 70%;
  word-wrap: break-word;
  line-height: 1.2;
}

.table.custom-amb-table td:last-child {
  width: 30%;
  text-align: right;
  font-weight: 700;
  white-space: nowrap;
}

.table.custom-amb-table tr:last-child td {
  border-bottom: none;
}

@media (max-width: 997px) {
  .custom-amb-header {
    padding: 15px 10px;
  }
  .custom-amb-title {
    font-size: 1.2rem;
  }
  .custom-amb-icon {
    height: 28px;
  }

  .custom-amb-body {
    padding: 5px 10px;
    width: 100%;
  }
  .custom-amb-body-ambulatorios {
    padding: 5px 10px;
    width: 100%;
  }
  .custom-amb-body-spaupa {
    padding: 5px 10px;
    width: 100%;
  }
  .custom-amb-body-hosp-prontosocorro-adultoinfantil {
    padding: 5px 10px;
    width: 100%;
  }
  .custom-amb-body-maternidades {
    padding: 5px 10px;
    width: 100%;
  }
  .custom-amb-body-hospitais {
    padding: 5px 10px;
    width: 100%;
  }
  .custom-amb-body-hosp-esp {
    padding: 5px 10px;
    width: 100%;
  }
  .custom-amb-body-comp-norte {
    padding: 5px 10px;
    width: 100%;
  }
  .custom-amb-body-comp-sul {
    padding: 5px 10px;
    width: 100%;
  }
  .custom-amb-body-comp-leste {
    padding: 5px 10px;
    width: 100%;
  }

  .table.custom-amb-table td {
    font-size: 0.95rem;
    padding: 10px 2px;
    width: 100%;
  }
}

.custom-cir-banner {
  background: #104e8b;
  border-radius: 30px;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 20px;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-cir-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.custom-cir-icon {
  height: 60px;
  width: auto;
  margin-right: 15px;
  display: block;
}

.custom-cir-text-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  font-family: "Galano Grotesque", serif;
}

.custom-cir-line {
  color: #ffffff;
  font-family: "Galano Grotesque", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .custom-cir-banner {
    border-radius: 15px;
    padding: 5px;
    margin-right: 15px;
    margin-left: 15px;
    width: auto;
  }
  .custom-cir-icon {
    height: 35px;
    margin-right: 10px;
  }
  .custom-cir-line {
    font-size: 1.2rem;
  }
}

.custom-uti-card {
  background: #104e8b;
  border-radius: 30px;
  padding: 10px 20px;
  margin-bottom: 20px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-uti-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.custom-uti-icon {
  height: 60px;
  width: auto;
  margin-right: 15px;
  display: block;
}

.custom-uti-text-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.custom-uti-line {
  color: #ffffff;
  font-family: "Galano Grotesque", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .custom-uti-card {
    border-radius: 15px;
    padding: 5px;
    margin-right: 15px;
    margin-left: 15px;
    width: auto;
  }
  .custom-uti-icon {
    height: 35px;
    margin-right: 10px;
  }
  .custom-uti-line {
    font-size: 1.2rem;
  }
}

.custom-unit-card {
  background-color: #0d47a1;
  border-radius: 16px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin-left: 5px;
  margin-bottom: 30px;
  font-family: Arial, sans-serif;
}

.custom-unit-header {
  background-color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 25px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
}

.custom-unit-title-group {
  display: flex;
  align-items: center;
}

.custom-unit-icon {
  width: 35px;
  height: auto;
  margin-right: 12px;
}

.custom-unit-title {
  color: #0d47a1;
  font-family: "Galano Grotesque", serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.custom-unit-menu {
  color: #ccc;
  font-size: 1.2rem;
  cursor: pointer;
}

.custom-unit-body {
  background-color: #0d47a1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
  height: 750px;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 576px) {
  .custom-unit-card {
    padding: 5px;
    margin-right: 15px;
    margin-left: 15px;
    width: auto;
  }
  .custom-unit-title {
    font-size: 1.2rem;
  }
  .custom-unit-body {
    height: 450px;
    padding: 5px 0;
  }
}

.custom-green-unit-card {
  background-color: #28a745;
  border-radius: 16px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin-left: -5px;
  margin-bottom: 30px;
  font-family: "Galano Grotesque", serif;
}

.custom-green-unit-header {
  background-color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 25px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
}

.custom-green-unit-title-group {
  display: flex;
  align-items: center;
}

.custom-green-unit-icon {
  width: 35px;
  height: auto;
  margin-right: 12px;
}

.custom-green-unit-title {
  color: #28a745;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.custom-green-unit-menu {
  color: #ccc;
  font-size: 1.2rem;
  cursor: pointer;
}

.custom-green-unit-body {
  background-color: #28a745;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
  height: 750px;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 576px) {
  .custom-green-unit-card {
    padding: 5px;
    margin-right: 15px;
    margin-left: 15px;
    width: auto;
  }
  .custom-green-unit-title {
    font-size: 1.2rem;
  }
  .custom-green-unit-body {
    height: 450px;
    padding: 5px 0;
  }
}

.custom-alert-card {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 70px;
  font-family: "Galano Grotesque", serif;
}

.custom-alert-header {
  background-color: #ffffff;
  padding: 25px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-alert-icon {
  width: 100px;
  height: auto;
  margin-right: 15px;
}

.custom-alert-title {
  color: #1b4d26;
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0;
  line-height: 1;
}

.custom-alert-body {
  background-color: #18a852;
  padding: 10px 30px 30px 30px;
  color: #ffffff;
}

.custom-alert-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-alert-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 12px 0;
  font-size: 1.2rem;
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
}

.custom-alert-list li:last-child {
  border-bottom: none;
}

.custom-alert-list li::before {
  content: "•";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1rem;
  margin-right: 10px;
  flex-shrink: 0;
}

/* --- Responsividade --- */
@media (max-width: 576px) {
  .custom-alert-title {
    font-size: 1.6rem;
  }
  .custom-alert-header {
    padding: 20px;
  }
  .custom-alert-body {
    padding: 10px 20px 20px 20px;
  }

  .custom-alert-list li {
    font-size: 0.9rem;
    padding: 10px 0;
  }
}

@media (min-width: 998px) and (max-width: 1281px) {
  .banner-green {
    width: 100% !important;
  }

  .pill-wrapper {
    margin-top: -20px;
  }

  .blue-pill-bar {
    font-size: 0.95rem;
    padding: 10px 30px 8px 65px;
  }

  .pill-icon {
    width: 60px !important;
    max-width: 60px !important;
    min-width: 60px !important;
  }

  .cm-big-number {
    font-size: 6rem;
  }
  .cm-label {
    font-size: 1rem;
  }

  .cm-icon-box {
    flex: 0 0 100px;
  }

  .cm-icon-box img {
    max-width: 70%;
    height: auto;
    display: block;
  }

  .ca-card-wrapper {
    padding: 20px 15px;
  }
  .ca-big-number {
    font-size: 6rem;
    margin: -5px 0;
  }
  .ca-title {
    font-size: 1.2rem;
  }
  .ca-icon-box {
    flex: 0 0 90px;
  }

  .cah-card-wrapper {
    padding: 25px 20px;
  }
  .cah-big-number {
    font-size: 6rem;
  }
  .cah-title {
    font-size: 1.2rem;
  }
  .cah-icon-box {
    flex: 0 0 80px;
    margin-right: 15px;
  }

  .cah-icon-box img {
    width: 80px;
  }

  .card-header.position-relative.d-flex.align-items-center {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .card-header.position-relative.d-flex.align-items-center
    .d-flex.align-items-center {
    justify-content: center;
  }

  .card-header.position-relative.d-flex.align-items-center .cat-pill-total {
    position: static !important;
    left: auto !important;
    transform: none !important;
    order: 1;
    margin: 6px 0 0;
    align-self: center;
    text-align: center;
  }

  .cts-container {
    transform: scale(1);
    margin: 30px auto;
  }

  .cts-blue-bar {
    padding-left: 70px;
    padding-right: 15px;
    justify-content: flex-start;
    border-radius: 30px;
    width: auto;
  }

  .cts-text {
    font-size: 1.2rem;
    text-align: left;
  }

  .cts-nurse-img {
    width: 65px;
  }

  .custom-amb-header {
    padding: 15px 10px;
  }
  .custom-amb-title {
    font-size: 1.2rem;
  }
  .custom-amb-icon {
    height: 28px;
  }

  .custom-amb-body {
    padding: 5px 10px;
    width: 100%;
  }
  .custom-amb-body-ambulatorios {
    padding: 5px 10px;
    width: 100%;
  }
  .custom-amb-body-spaupa {
    padding: 5px 10px;
    width: 100%;
  }
  .custom-amb-body-hosp-prontosocorro-adultoinfantil {
    padding: 5px 10px;
    width: 100%;
  }
  .custom-amb-body-maternidades {
    padding: 5px 10px;
    width: 100%;
  }
  .custom-amb-body-hospitais {
    padding: 5px 10px;
    width: 100%;
  }
  .custom-amb-body-hosp-esp {
    padding: 5px 10px;
    width: 100%;
  }
  .custom-amb-body-comp-norte {
    padding: 5px 10px;
    width: 100%;
  }
  .custom-amb-body-comp-sul {
    padding: 5px 10px;
    width: 100%;
  }
  .custom-amb-body-comp-leste {
    padding: 5px 10px;
    width: 100%;
  }

  .table.custom-amb-table td {
    font-size: 0.95rem;
    padding: 10px 2px;
    width: 100%;
  }

  .custom-cir-banner {
    border-radius: 20px;
    padding: 8px 15px;
  }
  .custom-cir-icon {
    height: 45px;
    margin-right: 12px;
  }
  .custom-cir-line {
    font-size: 1.5rem;
  }

  .custom-uti-card {
    border-radius: 20px;
    padding: 8px 15px;
  }
  .custom-uti-icon {
    height: 45px;
    margin-right: 12px;
  }
  .custom-uti-line {
    font-size: 1.5rem;
  }

  .custom-unit-card {
    padding: 5px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .custom-unit-title {
    font-size: 1.2rem;
  }
  .custom-unit-body {
    height: 550px;
    padding: 5px 0;
  }

  .custom-green-unit-card {
    padding: 5px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .custom-green-unit-title {
    font-size: 1.2rem;
  }
  .custom-green-unit-body {
    height: 550px;
    padding: 5px 0;
  }

  .custom-alert-title {
    font-size: 1.7rem;
  }
  .custom-alert-header {
    padding: 20px;
  }
  .custom-alert-body {
    padding: 10px 20px 20px 20px;
  }
  .custom-alert-icon {
    width: 80px;
  }
  .custom-alert-list li {
    font-size: 1rem;
    padding: 10px 0;
  }

  .font-numero-gigante {
    font-size: 40px;
  }

  .icon-medico {
    width: 70px;
    max-width: 70px;
  }

  .text-container {
    padding-right: 50px;
  }

  .titulo-card {
    font-size: 14px;
  }
}

#data_dados {
    position: relative;
    top: -60px; /* Puxa para cima para ficar 'entre' o banner e o conteúdo */
    z-index: 100; /* Garante que fique acima de outros elementos */
    display: flex;
    justify-content: flex-start; /* Alinha à esquerda */
    /*justify-content: center; /* Centraliza o .pill-wrapper2 */
    width: 100%;
    padding: 0 1rem; /* Adiciona padding lateral para não cortar em telas menores */
    box-sizing: border-box;
}

/* Media query para responsividade do botão e data_dados */
@media (max-width: 768px) {

    #data_dados {
        top: -60px; /* Ajusta a posição para telas menores */
    }

}

@media (min-width: 3000px) {
  .pill-wrapper2 {
    float: left;
    position: absolute; left: 0;
  }
}

/*
.pill-wrapper2 {
    margin: 0; /* Reseta as margens antigas */
/*}*/

