#result, #trimester {
  color: white;
}

.bigger-label {
  font-size: 40px;
  font-weight: bold;
  margin-right: 10px;
}

.bigger-label2 {
  font-size: 30px;
  font-weight: lighter;
  margin-right: 10px;
}

.input-field {
  height: 40px;
  padding: 0 5px;
  margin-right: 10px;
  border-radius: 5px;
}

body {
  margin: 0;
}

.container2 {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.bold-text {
  font-weight: bold;
}

.bold-text2 {
  font-size: 40px;
}

.form-label2 {
  font-size: 30px;
  margin-top: -60px;
  margin-bottom: 40px;
}

.circle-button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.circle-button:focus {
  outline: none;
}

.circle-button:hover .service-icon, .circle-button:active .service-icon {
  transform: scale(1.1);
}

.circle-button.active .service-icon {
  background-color: green;
  color: white;
}

.input-field {
  width: 16%;
  height: 40px;
  border-radius: 5px;
}

.input-fielddw {
  width: 6%;
  height: 40px;
  margin-right: 8px;
  margin-left: -5px;
  border-radius: 5px;
}

.container4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-label3 {
  font-size: 20px;
  margin-top: -80px;
  margin-bottom: 0px;
  margin-right: 10px;
}

.green-text {
  color: green;
}

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

.content-section-heading {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.result-container {
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.result-container h2 {
  width: 540px;
}

.result-container .label {
  margin-top: 5px;
}

button.menu-toggle.no-border {
  border: none;
  outline: none;
}

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

.name-PE {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

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

.hidden {
  display: none;
}

.custom-checkbox:checked + .form-check-label {
  text-decoration: line-through;
}

.custom-marker:before {
  content: "•";
  margin-right: 5px;
}

.search-container {
  position: relative;
  width: 700px;
  margin-left: 298px;
  margin-right: 298px;
}

.search-container2 {
  position: relative;
  width: 700px;
  margin-left: 298px;
  margin-right: 298px;
  margin-top: -34px;
  margin-bottom: -10px;
}

.search-container input[type="search"] {
  width: 100%;
  height: 40px;
  padding-left: 40px;
  border-radius: 20px;
}

.search-container2 input[type="search"] {
  width: 100%;
  height: 40px;
  padding-left: 40px;
  border-radius: 20px;
}

.search-container .search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  margin-left: 14px;
}

.search-container2 .search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  margin-left: 14px;
}

.medicamento-item {
  margin-bottom: 10px;
}

.medicamento-nome {
  font-weight: initial;
}

.medicamento-indicacao {
  color: #888;
}

.medicamentos-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}

.medicamento-column {
  display: flex;
  flex-direction: column;
}

.column-headerer {
  font-weight: bold;
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: -10px;
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.logob {
  bottom: 0;
  left: 0;
}

.containerperson {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.person {
  text-align: center;
  margin: 0 20px;
}

.circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  transition: top 0.2s ease-in-out;
  position: relative;
  margin-top: 20px;
}

.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.person-name {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0;
}

.person-function {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0;
}

.person-function3 {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0px;
}

.person-function2 {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.circle:hover {
  top: -5px;
}

.subtitle {
  margin-bottom: 15px;
  margin-left: 10px;
}

.subtitle2 {
  margin-bottom: 15px;
  margin-left: -8px;
}

@media (max-width: 1175px) {
  .name-PE {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}

@media (min-width: 1180px) and (max-width: 1366px) {
  .logo-img {
    margin-left: -150px;
  }
}

@media (min-width: 1180px) and (max-width: 1366px) {
  .name-PE {
    margin-left: -150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}

@media (min-width: 1180px) and (max-width: 1366px) {
  .search-container {
    position: relative;
    width: 700px;
    margin-left: 198px;
    margin-right: 298px;
  }
}

.datatext {
  font-size: 24px;
}

@media (min-width: 1181px) and (max-width: 4000px) {
  button {
    font-size: 23px !important;
    margin-left: -4px;
  }
}

@media (max-width: 1180px) {
  .SemDia {
    margin-bottom: -4px;
    font-size: 50px !important;
  }
}

@media (max-width: 1180px) {
  .SemDiaP {
    margin-bottom: -4px;
    font-size: 35px !important;
  }
}

.SemDiaP {
}

.DPP1 {
  margin-left: 180px;
}

@media (max-width: 1180px) {
  .SemDia2 {
    margin-bottom: -4px;
    font-size: 50px !important;
  }
}

.container3 {
}

@media (max-width: 1180px) {
  .SemDiaP2 {
    margin-bottom: -4px;
    font-size: 35px !important;
  }
}

.SemDiaP2 {
  margin-left: 259px;
}

.DPP2 {
  margin-left: 180px;
}

@media (min-width: 1171px) {
  .row2 {
    display: flex;
    justify-content: space-between;
  }
}

.center-text3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
}

.center-text10 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
}

.center-text6 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  display: none;
}

@media (min-width: 1171px) {
  .custom-btn {
    margin-top: -136px;
  }
}

.star-light {
  display: none;
}

@media (min-width: 1171px) {
  .masthead2 {
    height: 515px !important;
    margin-top: -86px !important;
  }
}

.center-text8 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-left: 0px !important;
}

.SemDiaP {
  margin-left: 250px;
}

