@charset "UTF-8";
:root {
  --blue: #004f71;
  --darkBlue: $blue-100
  --border: #d9d2d2;
}

.cta-large {
  width: 100%;
}
.cta-large a {
  width: 100%;
  padding: 12px 24px !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1490196078);
  font-size: 1.125rem !important;
  text-align: left !important;
  text-transform: uppercase !important;
}
.cta-large a .elementor-button-icon svg {
  height: 0.9375rem !important;
  width: 0.9375rem !important;
}

.sf-button {
  width: 100%;
  display: block;
  box-sizing: border-box;
  background-color: #000;
  padding: 0.6rem 2rem;
  border-width: 0;
  font-family: "Brandon Grotesque";
  font-size: 1rem;
  text-transform: uppercase;
  color: #ffffff !important;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s linear;
}

.sf-button-blue:hover {
  background-color: #009CDE;
}

.sf-button-white {
  background-color: #ffffff !important;
  color: #002d4d !important;
}

.sf-button.is-loading {
  opacity: 0.5;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sf-button-white {
  background-color: #ffffff;
  color: var(--darkBlue);
}

.submit-black-btn {
  border: solid 1px #000;
}
.submit-black-btn:hover {
  background: #fff !important;
  color: #000 !important;
}

.sf-checkbox-container {
  margin-bottom: 1rem;
}
.sf-checkbox-container label {
  font-size: 0.9rem;
  font-family: "Georgia";
}
.sf-checkbox-container a {
  color: #004F71;
  font-weight: 900;
  text-transform: none !important;
  font-size: 1.25rem;
}
.sf-checkbox-container.has-danger label {
  color: red;
}

.sf-form {
  width: 100%;
}
.sf-form > section {
  margin-bottom: 18px;
}
.sf-form footer a {
  color: #009CDE;
}
.sf-form footer button {
  width: auto;
}

.submit-product .prescriber-crm-wrapper {
  position: relative;
}
.submit-product .input-description {
  margin-bottom: 0;
}


.form-search-cpf__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
}

.patient-has-valid-cpf-message {
  display: none;
  font-size: 0.875rem;
}
.patient-has-valid-cpf-message a {
  font-size: 0.875rem;
}

.sf-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 768px) {
  .sf-row {
    flex-direction: column;
  }
}
.sf-row > * {
  flex: 1;
}

.sf-row.space-between {
  justify-content: space-between;
}
.sf-row.space-between > * {
  flex: unset;
}

.sf-row.mb {
  margin-bottom: 1rem;
}

.sf-input {
  border: 1px solid #D9D2D2 !important;
  border-radius: 2px;
  padding: 0.8rem 1rem;
}
.sf-input:active, .sf-input:focus-visible, .sf-input:focus {
  border: 1px solid #009CDE;
  outline: none;
}
.sf-input:disabled {
  background-color: #9B9B9B;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sf-input-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.sf-input-container label {
  font-family: "Brandon Grotesque";
  font-size: 15px;
  font-weight: 500;

  @media (max-width: 768px) {
    font-size: 18px;
  }
}
.sf-input-container input {
  font-family: "Open Sans";
  line-height: 1;
  min-height: 47px;
  font-size: 18px;
  color: #898989;
  padding: 15px 0;
}
.sf-input-container #calendarButton {
  position: absolute;
  top: 30px;
  right: -6px;
  background: transparent;
  border: none;
  cursor: pointer;

  @media (max-width: 768px) {
    top: 34px;
  }
}
.sf-input-container input[aria-invalid=true] {
  border: solid 1px red;
}
.sf-input-container input[type=text]:disabled,
.sf-input-container input[type=email]:disabled,
.sf-input-container input[type=phone]:disabled {
  background-color: #e1e1e1 !important;
}
.sf-input-container footer p {
  margin: 0;
  font-size: 0.9rem;
}
.sf-input-container button {
  position: absolute;
  display: block;
  content: "";
  cursor: pointer;
  background-color: transparent;
  border-width: 0;
  line-height: 1;
  width: 2rem;
  height: 2rem;
  right: 0.6rem;
  bottom: 0.3rem;
  z-index: 10;
}

.sf-input {
  border: 1px solid var(--border);
  padding: 0.8rem 1rem;
}

.sf-input:active,
.sf-input:focus {
  border: 1px solid var(--blue);
}

.sf-input:disabled {
  background-color: #efefef;
}

.sf-slider-container label {
  font-family: "Brandon Grotesque";
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 900;
}

.sf-slider-container p {
  font-size: 1rem !important;
}

.medicine-accordion .elementor-accordion-item {
  border: none !important;
}
.medicine-accordion .elementor-tab-content p {
  margin-bottom: 10px !important;
  padding: 20px 25px;
  background: #fffbfb;
  line-height: 1;
}
.medicine-accordion .elementor-tab-content p:last-child {
  margin-bottom: 0 !important;
}

.sf-select-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.sf-select-container label {
  font-family: "Brandon Grotesque";
  text-transform: uppercase;
  font-size: 1rem;
}
.sf-select-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0.8rem 1rem;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: 1 !important;
  z-index: 1;
  outline: none;
  font-family: "Open Sans";
}
.sf-select-container select::-ms-expand {
  display: none;
}
.sf-select-container select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--border);
  border-radius: inherit;
}
.sf-select-container select[multiple] {
  padding-right: 0;
  height: 6rem;
}
.sf-select-container select[multiple] option {
  white-space: normal;
  outline-color: var(--select-focus);
}
.sf-select-container .sf-select--disabled {
  cursor: not-allowed;
  background-color: #eee;
  background-image: linear-gradient(to top, #ddd, #eee 33%);
}
.sf-select-container label {
  font-size: 1.125rem;
  font-weight: 500;
}

.sf-select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  min-width: 15ch;
  border: 1px solid #D9D2D2;
  border-radius: 2px;
  padding: 0;
  font-size: 0.8rem;
  cursor: pointer;
  background-color: var(--blue);
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}
.sf-select select {
  border: none !important;
}
.sf-select select, .sf-select::after {
  grid-area: select;
}
.sf-selectccc:not(.sf-select--multiple)::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: #004F71;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  transform: translateX(-0.5rem);
}
.sf-select:after {
  position: absolute;
  display: block;
  content: "";
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.3rem;
  height: 1.3rem;
  right: 0.6rem;
  top: 0.5rem;
  z-index: 10;
}

.sf-slider-container > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  max-height: 37px;
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 0.8rem 1rem;
}

.sf-slider-container > div p {
  line-height: 1rem;
  margin: 0;
  font-family: "Brandon Grotesque" !important;
  font-weight: 600;
  color: var(--blue);
}

.sf-slider-container label {
  font-family: "Brandon Grotesque";
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0.4rem;
  display: block;
}

.sf-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 0.2rem;
  background: #888b8d;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  border-radius: 2px;
  accent-color: red;
}

.sf-slider:hover {
  opacity: 1;
}

.sf-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  background: var(--blue);
  cursor: pointer;
  border-radius: 50%;
  border-width: 0;
}

.sf-slider::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background: var(--blue);
  cursor: pointer;
  border-radius: 50%;
  border-width: 0;
}

.sf-slider::-webkit-slider-runnable-track,
.sf-slider::-moz-range-progress {
  background-color: var(--blue);
}

.sf-switch-wrapper {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 1.5rem;
}

.sf-switch-wrapper input {
  opacity: 0;
  width: 0;
  height: 0;
}

.sf-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.sf-switch:before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  left: 0.25rem;
  bottom: 0.25rem;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.active .sf-switch,
input:checked + .sf-switch {
  background-color: var(--blue);
}

input:focus + .sf-switch {
  box-shadow: 0 0 1px var(--blue);
}

.active .sf-switch:before,
input:checked + .sf-switch:before {
  transform: translateX(1.1rem);
}

.medicine-accordion .elementor-accordion-item {
  border: none !important;
}
.medicine-accordion .elementor-tab-content p {
  margin-bottom: 10px !important;
  padding: 20px 25px;
  background: #fffbfb;
  line-height: 1;
}
.medicine-accordion .elementor-tab-content p:last-child {
  margin-bottom: 0 !important;
}

.sf-slider-container > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  max-height: 37px;
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 0.8rem 1rem;
}

.sf-slider-container > div p {
  line-height: 1rem;
  margin: 0;
  font-family: "Brandon Grotesque" !important;
  font-weight: 600;
  color: var(--blue);
}

.sf-slider-container label {
  font-family: "Brandon Grotesque";
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0.4rem;
  display: block;
}

.sf-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 0.2rem;
  background: #888b8d;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  border-radius: 2px;
  accent-color: red;
}

.sf-slider:hover {
  opacity: 1;
}

.sf-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  background: var(--blue);
  cursor: pointer;
  border-radius: 50%;
  border-width: 0;
}

.sf-slider::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background: var(--blue);
  cursor: pointer;
  border-radius: 50%;
  border-width: 0;
}

.sf-slider::-webkit-slider-runnable-track,
.sf-slider::-moz-range-progress {
  background-color: var(--blue);
}

#search-form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

#search-form section {
  flex: 1;
}

#search-form section .sf-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

#search-form section .sf-row > div {
  width: 100%;
}

#search-form aside {
  padding-top: 1.5rem;
}

#search-form button {
  min-height: 37px;
}

@media (max-width: 991px) {
  #search-form {
    display: flex;
    flex-direction: column;
  }
  #search-form section .sf-row {
    display: flex;
    flex-direction: column;
  }
}
#map-container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  opacity: 1;
  transition: 0.3s;
}

#map-container aside {
  flex: 0.4;
}

#map-container section {
  flex: 0.6;
}

#map-container section footer p {
  font-size: 0.8rem;
  font-style: italic;
  text-align: right;
}

@media (max-width: 991px) {
  #map-container {
    flex-direction: column;
  }
  #map-container aside {
    order: 2;
  }
}
#map-container.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

#search-container {
  max-width: 69rem;
  margin: 2rem auto;
}

#search-container p {
  font-family: "Georgia";
  margin: 0;
}

#search-container > header > p {
  margin-bottom: 2rem;
  font-size: 1.375rem;
}

.switch-container > label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.switch-container label[for=current-location-trigger] {
  flex: 0 1 auto;
}

.switch-container label[for=current-location-trigger] > span {
  font-family: "Brandon Grotesque";
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  color: var(--blue);
}

#search-container .switch-container > p {
  flex: 0 1 auto;
  font-size: 1rem;
  font-family: "Georgia";
}

#search-map {
  height: 100%;
  min-height: 500px;
}

#search-on-move-trigger-container {
  background-color: #fff;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
}

#search-on-move-trigger-container label {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
  font-size: 0.9rem;
}

#search-on-move-trigger-container input {
  display: none;
}

#search-results {
  background-color: #f4f3f3;
  height: 31rem;
  overflow-y: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#search-results .no-results {
  text-align: center;
  padding: 1rem 0;
  font-size: 0.9rem !important;
  font-style: italic;
}

#search-results.is-loading {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.search-result {
  background-color: #fff;
  border-bottom: 2px solid #d9d9d9;
  padding: 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.search-result a {
  display: inline-block;
  width: auto;
  font-family: "Open Sans" !important;
  font-weight: 700;
  font-size: 0.9rem !important;
}

.search-result p {
  font-family: "Open Sans" !important;
  font-size: 0.9rem !important;
  margin-bottom: 0 !important;
}

.search-result p strong {
  font-size: 1rem;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
}

.search-result header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.search-result header span {
  display: none;
  /* temporário */
  font-family: "Open Sans";
  font-size: 0.7rem;
  font-weight: bold;
  color: var(--blue);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.gm-style-iw,
.gm-style-iw > div {
  background-color: var(--blue) !important;
}

.gm-style-iw button > span {
  background-color: #fff;
  margin: 0.9rem 0 !important;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style-iw-tc::after {
  background-color: var(--blue) !important;
}

.search-marker-result {
  position: relative;
  font-size: 0.8rem;
  color: var(--blue);
  background-color: var(--blue);
  border-radius: 0px;
  padding: 0.5rem 2rem 1rem 0.5rem;
  width: auto;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1rem;
}

.search-marker-result h3,
.search-marker-result p {
  color: #ffffff;
  font-family: "Open Sans";
}

.search-marker-result h3 {
  font-weight: 700;
  font-size: 1.25rem;
}

.search-marker-result header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-end;
}

.search-marker-result button {
  cursor: pointer;
}

.search-marker-result button[data-action=close] {
  background-color: transparent;
  border: 0;
  padding: 0.5rem;
  color: #ffffff;
}

.search-marker-result h3 {
  margin: 0 0 0rem 2.5rem;
  font-size: 1.1rem;
}

.search-marker-result p {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.search-marker-result a {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 0.8125rem !important;
  text-align: center;
  margin: 0 auto;
  max-width: 180px;
}

.pharmacy-phone span {
  font-weight: 700;
}

.search-marker-result img {
  width: 2rem;
  height: 2rem;
}

.element-disabled {
  pointer-events: none !important;
}

.display-none {
  display: none !important;
}

.loader {
  /* change color here */
  color: #1c4c5b;
}

.loader,
.loader div,
.loader div:after {
  box-sizing: border-box;
}

.loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loader div {
  animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.loader div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}

.loader div:nth-child(1) {
  animation-delay: -0.036s;
}

.loader div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}

.loader div:nth-child(2) {
  animation-delay: -0.072s;
}

.loader div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}

.loader div:nth-child(3) {
  animation-delay: -0.108s;
}

.loader div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}

.loader div:nth-child(4) {
  animation-delay: -0.144s;
}

.loader div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.loader div:nth-child(5) {
  animation-delay: -0.18s;
}

.loader div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}

.loader div:nth-child(6) {
  animation-delay: -0.216s;
}

.loader div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}

.loader div:nth-child(7) {
  animation-delay: -0.252s;
}

.loader div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}

.loader div:nth-child(8) {
  animation-delay: -0.288s;
}

.loader div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
em {
  font-family: inherit;
}

.site-hero {
  background-size: 550px 100% !important;
}
@media (min-width: 768px) {
  .site-hero__content {
    width: 55% !important;
    max-width: 690px !important;
  }
}
@media (min-width: 1100px) {
  .site-hero__content {
    width: 60% !important;
  }
}
.site-hero__content .e-con-inner {
  margin: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .site-hero__img {
    margin: -10px -10px 0 !important;
    width: auto !important;
    max-width: none !important;
  }
}
@media (min-width: 768px) {
  .site-hero__img {
    position: absolute !important;
    top: 0;
    right: 0;
    margin: auto !important;
    width: 42% !important;
    height: 100% !important;
    max-width: 550px !important;
  }
}
@media (min-width: 1100px) {
  .site-hero__img {
    width: 36% !important;
  }
}
.site-hero__img .elementor-widget-container {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 768px) {
  .site-hero__img img {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
