.navbar-brand,
.navbar-brand>img {
  width: 200px;
}

@media (max-width: 991.98px) {

  .navbar-expand-lg .navbar-brand,
  .navbar-expand-lg .navbar-brand>img {
    width: 200px;
  }
}


.brand {
  width: 100%;
  max-width: 200px;
}

.btn-primary:not([href]),
.btn-primary:not([href]):not([href]):not(:disabled):not(.disabled),
.btn-primary:not(label.btn),
.btn-primary:not(label.btn):not([href]):not(:disabled):not(.disabled) {
  background-color: #017188;
  border-color: #017188;
}

.header .nav-link.active,
.header .navbar-nav-item.active .nav-link {
  color: #017188;
}

.bg-dark {
  background-color: #017188 !important;
}

.text-primary {
  color: #017188 !important;
}

a:hover {
  color: #017188;
  text-decoration: none;
}

.card-frame-highlighted,
.card-frame:hover {
  border-color: rgba(30, 88, 114, .7);
}

.br-10 {
  border-radius: 10px;
}


@media (min-width: 768px) {
  .max-w-md-13rem {
    max-width: 150px;
  }
}

.navbar-nav-item:focus .nav-link,
.navbar-nav-item:hover .nav-link {
  color: #7CB4B8;
}

.btn-primary[href]:active,
.btn-primary[href]:focus,
.btn-primary[href]:hover,
.btn-primary[type]:active,
.btn-primary[type]:focus,
.btn-primary[type]:hover {
  box-shadow: 0 4px 11px rgb(30 88 114 / 35%);
}

.pd-clinica {
  padding: 12px 4px 12px 4px;
}

.btn-outline-primary {
  color: #017188;
  border-color: #017188;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #017188;
  border-color: #017188;
}


.pd-card-procedimento {
  padding: 20% 5px 10px 5px;
}

.alt-procedimento {
  min-height: 220px;
}

.nav .nav-link:not(.active):hover {
  color: #7CB4B8;
}

.form-control:focus {
  border-color: #017188;
}


/*LGPD*/
.modal-lgpd {
  z-index: 2147483648;
  height: auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 25px #00000069;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
  padding: 0 20px;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.text-lgpd {
  text-align: left;
  margin-bottom: 10px;
  font: normal 11px/18px "Roboto", sans-serif;
  letter-spacing: 0px;
  margin-right: 30px;
  margin-top: 14px;
  color: #5b5c65;
}

.btn-confirm-lgpd {
  width: 100%;
  /* height: 35px; */
  background: #017188;
  border: 2px solid #017188;
  border-radius: 4px;
  color: #fff;
  font: normal normal bold 12px/18px "Roboto", sans-serif;
}

.btn-cancel-lgpd {
  width: 100%;
  height: 35px;
  background: #ffffff;
  border: 1px solid #5b5c65;
  border-radius: 4px;
  color: #5b5c65;
  font: normal normal bold 12px/18px "Roboto", sans-serif;
}

.btn-link-lgpd {
  text-decoration: underline;
  color: #017188;
}

@media only screen and (min-width: 900px) {
  #modalLGPD {
    min-width: 925px !important;
  }

  #acceptCookie {
    margin-right: 15px !important;
  }
}

@media screen and (min-width: 501px) and (max-width: 899px) {
  #modalLGPD {
    padding-top: 10px !important;
  }
}

@media only screen and (max-width: 900px) {
  #modalLGPD {
    width: 100% !important;
    bottom: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  #modalLGPD>p {
    margin-left: 10px !important;
  }

  #iconLgpd {
    display: none !important;
  }

  #divButtonsLgpd {
    flex-direction: column !important;
    margin-right: 10px !important;
  }

  #acceptCookie {
    margin-bottom: 10px !important;
  }

  #closeModalLGPD {
    text-decoration: underline;
    border: 0 !important;
  }
}


@media (min-width: 768px) {
  .w-md-60 {
    width: 80% !important;
  }
}


.btn-soft-light.active,
.btn-soft-light:active,
.btn-soft-light:focus,
.btn-soft-light:hover {
  color: #017188;
  background-color: #f7faff;
  box-shadow: 0 4px 11px rgb(247 250 255 / 10%);
}

::selection {
  color: #fff;
  background-color: #7CB4B8;
}

.mt-40 {
  margin-top: 80px;
}

.whats {
  position: fixed;
  z-index: 90;
  bottom: 2%;
  right: 2%;
}

.whats p {
  padding: 5px 10px;
  width: 125px;
  font-size: 12px;
  line-height: 15px;
  /* margin: 4px 10px -44px 0; */
  margin: 4px 12px -46px -132px;
  background-color: #fff;
  box-shadow: 2px 2px 13px rgb(0 0 0 / 10%);
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  margin-right: 60px;
  color: #017188;
}

.whats p:before {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  right: 56px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  z-index: 1;
  transform: rotate(135deg);
}

.whats div {
  width: 50px;
  height: 50px;
  background-color: #4dc247;
  color: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
  font-size: 30px;
  text-align: center;
  line-height: 50px;
}

.fz-2-procedimento {
  font-size: 70%;
}