
body.uc_christus {
  --uc-christus-purple: #6d329d;
  background-color: #fff;
}
body.uc_christus .slide1 .overline {
  color: var(--uc-christus-purple);
  font-family: Inter;
  font-size: 0.875rem;
  font-weight: 500;
  height: 20px;
  line-height: 1.25rem;
}
body.uc_christus .slide1 .head {
  --font-size: clamp(1.5rem, 3.2vw, 3.5rem);
  color: var(--uc-christus-purple);
  font-family: Montserrat;
  font-size: 3.5rem;
  font-size: var(--font-size);
  line-height: calc(1.2142857143 * var(--font-size));
  font-weight: 700;
  margin-bottom: 0px;
  width: 100%;
  max-width: 666px;
}
body.uc_christus #home-search-form,
body.uc_christus #header-search-form,
body.uc_christus #prescription-search-form {
  --input-width: 508px;
  max-width: 508px;
}
body.uc_christus #home-search-form input,
body.uc_christus #header-search-form input,
body.uc_christus #prescription-search-form input {
  font-size: 1rem;
  border-radius: var(--radius);
}
body.uc_christus #home-search-form .btn-search,
body.uc_christus #header-search-form .btn-search,
body.uc_christus #prescription-search-form .btn-search {
  font-size: 1rem;
  font-weight: 500;
}
body.uc_christus #home-search-form .dropdown,
body.uc_christus #header-search-form .dropdown,
body.uc_christus #prescription-search-form .dropdown {
  z-index: 1;
  top: calc(100% + 0.6rem);
  width: min(508px, 100vw);
  position: absolute;
  left: max(-1 * var(--body-left) - 1rem, (100% - min(508px, 100vw)) / 2);
}
body.uc_christus #home-search-form .dropdown.found-products .fp-results,
body.uc_christus #header-search-form .dropdown.found-products .fp-results,
body.uc_christus #prescription-search-form .dropdown.found-products .fp-results {
  -webkit-box-shadow: 0px 0px 9px 0px #999;
  -moz-box-shadow: 0px 0px 9px 0px #999;
  box-shadow: 0px 0px 9px 0px #999;
}
body.uc_christus #home-search-form,
body.uc_christus #prescription-search-form {
  --body-left: 3rem;
  --radius: 0.5rem;
}
body.uc_christus #home-search-form input,
body.uc_christus #prescription-search-form input {
  border: 1px solid #8bb7f9 !important;
}
body.uc_christus #home-search-form .btn-search,
body.uc_christus #prescription-search-form .btn-search {
  background-color: #2f7fe2;
  border-radius: 24px;
  font-family: Inter;
  height: 48px;
  padding: 12px 24px;
  width: 174px;
}
body.uc_christus #home-search-form .btn-search i.ci-search,
body.uc_christus #prescription-search-form .btn-search i.ci-search {
  margin-left: 6px;
}
body.uc_christus #home-search-form .dropdown.found-products .fp-results,
body.uc_christus #prescription-search-form .dropdown.found-products .fp-results {
  width: -webkit-fill-available;
}
body.uc_christus #home-search-form .dropdown.found-products .fp-results > a:last-child > div,
body.uc_christus #prescription-search-form .dropdown.found-products .fp-results > a:last-child > div {
  border-bottom: none !important;
}
body.uc_christus #home-search-form .dropdown#found-communes ul,
body.uc_christus #prescription-search-form .dropdown#found-communes ul {
  padding: 0;
  list-style-type: none;
  gap: 0;
}
body.uc_christus #home-search-form .dropdown#found-communes ul li,
body.uc_christus #prescription-search-form .dropdown#found-communes ul li {
  cursor: pointer;
  padding: 0.8rem 1.2rem;
  display: block;
}
body.uc_christus #prescription-search-form .dropdown#found-communes {
  left: 0;
  width: 100%;
}
body.uc_christus #header-search-form {
  --radius: 24px;
  --body-left: 140px;
  width: 100%;
  height: calc(var(radius) * 2);
}
body.uc_christus #header-search-form input {
  font-family: Inter;
  border: 1px solid #cad0d9 !important;
  margin: 0;
  height: calc(var(--radius) * 2);
}
body.uc_christus #header-search-form .btn-search {
  background-color: white;
  right: 1px;
  height: calc(100% - 2px);
  top: 1px;
  padding: 0;
  border-radius: var(--radius);
  margin: 0 calc(var(--radius) / 2) 0 0;
  opacity: 1;
  color: #9ca3af;
}
body.uc_christus #header-search-form .btn-search .ci-search {
  background-color: white;
}
body.uc_christus #header-search-form .dropdown#found-communes ul {
  padding: 0;
  list-style-type: none;
  gap: 0;
}
body.uc_christus #header-search-form .dropdown#found-communes ul li {
  cursor: pointer;
  padding: 0.8rem 1.2rem;
  display: block;
}
body.uc_christus .hero-section {
  overflow: visible;
}

.authorization-modal {
  height: 100vh;
  margin: 0 auto;
  padding: var(--cz-modal-margin) 0;
}
.authorization-modal .modal-body {
  overflow: auto;
  padding-bottom: 0;
}
.authorization-modal .modal-content {
  height: calc(100% - 60px);
  max-height: 590px;
  display: block;
}
.authorization-modal .modal-content .modal-body {
  height: calc(100% - 60px);
  padding-top: calc(1.5 * var(--cz-modal-padding));
}
.authorization-modal .modal-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding-bottom: 0px;
  height: 90px;
}

footer {
  margin-top: auto;
}

.sm-qty-selector,
.lg-qty-selector {
  --blue: #2f7fe2;
  --gray: #cad0d9;
  height: var(--block-size);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}
.sm-qty-selector.zero,
.lg-qty-selector.zero {
  border: none;
}
.sm-qty-selector .trash button,
.lg-qty-selector .trash button {
  border: none;
  background: transparent;
}
.sm-qty-selector .qty,
.lg-qty-selector .qty {
  font-size: 0.875rem;
  min-width: var(--qty-size);
  text-align: center;
}
.sm-qty-selector .add button,
.lg-qty-selector .add button {
  color: white;
  background: var(--blue);
}
.sm-qty-selector .add button[disabled],
.lg-qty-selector .add button[disabled] {
  opacity: 0.7;
}
.sm-qty-selector .add-one button,
.lg-qty-selector .add-one button {
  border: none;
  border-radius: var(--border-radius);
  width: var(--block-size);
}
.sm-qty-selector .add-n form,
.lg-qty-selector .add-n form {
  height: 100%;
}
.sm-qty-selector button,
.lg-qty-selector button {
  padding: 0;
  width: var(--block-size);
  height: var(--block-size);
  border-radius: var(--border-radius);
}
.sm-qty-selector .add-n button,
.lg-qty-selector .add-n button {
  position: relative;
  border: 1px solid transparent;
  left: 1px;
  top: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: var(--block-size);
}

.sm-qty-selector {
  --border-radius: 6px;
  --block-size: 32px;
  --qty-size: 40px;
  --border-color: var(--gray);
  min-width: 130px;
}
.sm-qty-selector .add-one button {
  border: 1px solid white;
}
.sm-qty-selector .add-n button {
  border: 1px solid #6ea3e5;
  border-left: none;
}

.lg-qty-selector {
  --block-size: 40px;
  --border-radius: calc(var(--block-size) / 2);
  --qty-size: 140px;
  --border-color: var(--blue);
  width: 220px;
}
.lg-qty-selector .add-one {
  width: 100%;
}
.lg-qty-selector .add-one button {
  position: relative;
  width: 100%;
}

#prescription-results button[type=submit]:has(i.bi-trash) {
  border: none;
  background-color: transparent;
}

.btn-info.btn-map,
.btn-info.btn-map:hover {
  background-color: #d4aef1;
  border: 1px solid #b382d9;
  color: #722e7f;
  font-size: 0.875rem;
  border-radius: 20px;
  font-weight: 500;
}

@media (min-width: 576px) {
  .btn-info.btn-map,
  .btn-info.btn-map:hover {
    height: 40px;
  }
}
.results_divider {
  border-top: 1px solid #ccc;
  margin: 0 calc(-1 * var(--cz-gutter-x));
}

.btn-details {
  background-color: #2f7fe2 !important;
  border-radius: var(--cz-border-radius-sm);
}
.btn-details:not(.collapsed) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-details:not(.collapsed) p.msg-see {
  display: none;
}
.btn-details.collapsed p.msg-hide {
  display: none;
}

@media (min-width: 576px) {
  .btn-details {
    border-radius: var(--cz-border-radius-sm);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
  }
  .btn-details:not(.collapsed) {
    border-top-right-radius: var(--cz-border-radius-sm);
    border-bottom-right-radius: 0;
  }
}
.map-sidebar {
  overflow-y: scroll;
}
.map-sidebar .btn-show-products button {
  padding: 10px !important;
  height: 38px;
  width: 38px;
  border-radius: 19px;
  border: 1px solid #2f7fe2;
  background-color: white;
  color: #2f7fe2;
}
.map-sidebar .btn-show-products button:after {
  background-image: url(/assets/porter/uc/chevron_azul-29abd12e569630278bc84da1cdb135c637546563c6dc12ea2dd6b67e907fab62.svg) !important;
}

.map-header {
  z-index: 1;
  box-shadow: 0px 4px 15px 4px rgba(0, 0, 0, 0.1);
}

.alert-info {
  background-color: #cff4fc;
  color: #055160;
}

#authorizationModal input[type=submit] {
  font-size: min(16px, 4vw);
}

.pharmacy-price-card h6 {
  color: #181d25;
  margin-bottom: 0.25rem;
  font-weight: 600;
}
.pharmacy-price-card p {
  color: #181d25;
  margin-bottom: 0.25rem;
  font-size: 14px;
}
.pharmacy-price-card div:has(> .accordion-button) {
  transition: border-bottom-right-radius 0.4s ease-in-out; /* Aplica la transición */
}
.pharmacy-price-card div:has(> .accordion-button:not(.collapsed)) {
  border-bottom-right-radius: 0px !important;
}

@media (min-width: 576px) {
  .pharmacy-price-card {
    box-shadow: var(--cz-box-shadow) !important;
  }
}
.pharmacy-price-detail {
  margin-bottom: 1px;
}
.pharmacy-price-detail a.border {
  border-color: #9e9fa1 !important;
}

#infoLinks a {
  color: inherit;
  text-decoration: none;
}

#porter-products-index h1.h3 {
  font-size: min(6vw, 1.75rem);
}
#porter-products-index p.fs24-4vw {
  font-size: min(4vw, 24px);
}
#porter-products-index .minimum-price-found {
  font-size: min(2.7vw, 0.75rem);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--cz-form-control-border-color);
}

button[type=submit]:has(.ci-search) {
  padding: 1rem;
  top: 0;
  right: 0;
  height: 100%;
}

.no-meds-found {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(91, 95, 125);
}

.no-meds-found-resume {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0%;
  color: rgb(144, 146, 156);
}

@keyframes wiggle {
  0% {
    transform: rotate(0deg) scale(1);
  }
  15% {
    transform: rotate(-5deg) scale(1.075);
  }
  30% {
    transform: rotate(5deg) scale(1.15);
  }
  45% {
    transform: rotate(-5deg) scale(1.225);
  }
  60% {
    transform: rotate(5deg) scale(1.3);
  }
  75% {
    transform: rotate(-5deg) scale(1.375);
  }
  100% {
    transform: rotate(0deg) scale(1.5);
  }
}
.grow_and_wiggle {
  animation: wiggle 0.5s ease-in-out;
  animation-fill-mode: forwards;
  z-index: 1000;
}

.shrink {
  z-index: auto !important;
  animation: scale(0.666) 0.5s ease;
  animation-fill-mode: forwards;
}

.map-pin {
  width: 60px;
}

.btn-close {
  opacity: 1;
}
.btn-close:hover {
  opacity: 0.6;
}

.resume-card a {
  color: inherit;
  text-decoration: none;
}

.badge-icon {
  position: absolute !important;
  top: -9px !important;
  right: 0;
}
