:root {
  /* Colors*/
  --primary: #57B6DA;
  --secondary: #00216B;
  --dark: #04060B;
  --gray: #828186;
  --light: #E9E8ED;
  --bg-light: #F8F8FA;
  --white: #FFFFFF;
  --success: #00A700;
  --light-success: #D9FFEB;
  --danger: #DB0F0F;
  --light-danger: #FFECEC;
  --warning: #EDB620;
  --light-warning: #fffbe9;
  /* Font/text values */
  --font-family: "Outfit";
  --line-spacing-27: 1.687rem;
}

/* Character Styles */
h1,
.h1 {
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: -1px;
  color: var(--dark);
}

h2,
.h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -1px;
  color: var(--dark);
}

h3,
.h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.5px;
  color: var(--dark);
}

h4,
.h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: var(--dark);
}

p,
.p {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.5px;
  color: var(--gray);
}

label,
.tiny {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.5px;
  color: var(--dark);
}

a,
.link {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
  text-decoration: none;
  color: var(--secondary);
}
a:not(.card, .btn) svg,
.link:not(.card, .btn) svg {
  width: 19px;
  height: 19px;
}
a:not(.card, .btn) svg path,
.link:not(.card, .btn) svg path {
  fill: var(--secondary);
}
a:not(.card, .btn):hover,
.link:not(.card, .btn):hover {
  color: var(--primary);
  cursor: pointer;
}
a:not(.card, .btn):hover svg path,
.link:not(.card, .btn):hover svg path {
  fill: var(--primary);
}

/* Text colors */
.text-primary {
  color: var(--primary) !important;
}
.text-primary svg path {
  fill: var(--primary);
}

.text-dark {
  color: var(--dark) !important;
}

.text-gray {
  color: var(--gray) !important;
}

.text-success {
  color: var(--success) !important;
}
.text-success svg path {
  fill: var(--success);
}

.text-danger {
  color: var(--danger) !important;
}

.text-warning {
  color: var(--warning) !important;
}
.text-warning svg path {
  fill: var(--warning);
}

.text-muted {
  color: var(--light) !important;
}

.dropdown a:not(.btn) svg path {
  fill: var(--dark);
}
.dropdown a:not(.btn) .profile-photo {
  width: 45px;
  min-width: auto;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown a:not(.btn) .icon-dropdown {
  transition: 0.5s;
}
.dropdown a:not(.btn).show .icon-dropdown {
  transform: rotate(180deg);
}
.dropdown a:not(.btn):hover svg path {
  fill: var(--dark);
}
.dropdown .dropdown-menu {
  padding: 0.875rem;
  margin-top: 0.5rem !important;
  border-radius: 1rem;
  border: 1px solid var(--light);
  box-shadow: 0px 3px 39px rgba(0, 0, 0, 0.1215686275);
}
.dropdown .dropdown-menu:hover, .dropdown .dropdown-menu:active, .dropdown .dropdown-menu:focus {
  display: block;
}
.dropdown .dropdown-hours {
  min-width: 16rem;
}

.form-control,
.form-select {
  border: 1px solid var(--light);
  border-radius: 24px;
  padding: 18px;
  color: var(--dark);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
}
.form-control:focus,
.form-select:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(87, 182, 218, 0.23);
  border-color: var(--primary);
}
.form-control::placeholder,
.form-select::placeholder {
  color: var(--gray);
}

.form-floating .form-control,
.form-floating .form-select {
  border: 1px solid var(--light);
  border-radius: 28px;
  padding: 20px 18px;
  color: var(--dark);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
}
.form-floating .form-control:focus,
.form-floating .form-select:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(87, 182, 218, 0.23);
  border-color: var(--primary);
}
.form-floating label {
  padding: 1.2rem 0.9375rem;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-14);
  letter-spacing: var(--character-spacing--0-42);
  color: var(--gray);
}
.form-floating .form-control:focus ~ label,
.form-floating .form-control:not(:placeholder-shown) ~ label,
.form-floating .form-select ~ label {
  font-size: 0.7rem;
  top: 0.9rem;
  background: transparent;
  padding: 0;
  height: auto;
  margin-left: 0.9375rem;
}

.form-label {
  margin-bottom: 10px;
}

input[type=time] {
  text-align: center;
}

.form-check-input {
  border-width: 2px;
  border-color: var(--light);
  background-color: var(--bg-light);
}
.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}
.form-check-input:focus, .form-check-input:active {
  box-shadow: 0 0 0 0.2rem rgba(87, 182, 218, 0.23);
}

/* .form-check {
    margin-top: 12px;
    margin-bottom: 12px;

    .form-check-input {
        width: 20px;
        height: 20px;
        border-color: $gray1;
        background-color: $gray1;

        &:checked {
            background-color: $primary;
            border-color: $primary;
        }

        &:focus,
        &:active {
            outline: none;
            box-shadow: 0 0 0 0.2rem rgb(87 182 218 / 23%);
        }
    }

    .form-check-label {
        margin-left: 12px;
        font-size: 14px;
    }
}

.form-switch {
    padding-left: 0;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    .form-check-input {
        min-width: 48px;
        height: 24px;
        margin: 0;
        border-color: $secondary;
        background-color: $secondary;
        float: none;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");

        &:checked {
            background-color: $primary;
            border-color: $primary;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
        }

        &:focus,
        &:active {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
        }
    }

    .form-check-label {
        margin-left: 0;
        padding-right: 20px;
    }
} */
.card {
  border-radius: 24px;
  box-shadow: 0px 2px 14px rgba(94, 94, 94, 0.0509803922);
  border: 1px solid var(--light);
  padding: 0.625rem;
  width: max-content;
  height: max-content;
  overflow: hidden;
}
.card .card-img-top {
  width: 195px;
  height: 195px;
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: var(--light);
}
.card .card-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card .card-body {
  margin-top: 0.625rem;
  padding: 0.625rem;
}
.card .card-body .h2 {
  max-width: fit-content;
}
.card:hover {
  box-shadow: 0px 2px 20px rgba(94, 94, 94, 0.1411764706);
}
.card a:hover .h2 {
  color: var(--primary);
}
.card .mapa {
  width: 100%;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
}

.card-rounded {
  padding: 50px 65px;
  border-radius: 95px;
}

.card-date {
  position: sticky;
  top: 80px;
}

@media (max-width: 991.98px) {
  .container-card-date {
    position: fixed;
    top: auto;
    bottom: 10px;
  }
  .card-date {
    position: relative;
    top: 0;
  }
}
.carousel {
  margin-bottom: 3.75rem;
}
.carousel .constrols-slider {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 999;
}
.carousel .constrols-slider .carousel-indicators,
.carousel .constrols-slider .carousel-control-prev,
.carousel .constrols-slider .carousel-control-next {
  position: relative;
}
.carousel .constrols-slider .carousel-indicators {
  margin: 0 30px;
}
.carousel .constrols-slider .carousel-indicators [data-bs-target] {
  width: 7px;
  height: 7px;
  border-radius: 3px;
  margin: 0 8px;
  background-color: var(--primary);
  background-clip: initial;
  border: 0;
  opacity: 0.2;
}
.carousel .constrols-slider .carousel-indicators [data-bs-target].active {
  opacity: 1;
}
.carousel .constrols-slider .carousel-control-next,
.carousel .constrols-slider .carousel-control-prev {
  min-width: 40px;
  height: 40px;
  border-radius: 13px;
  margin-right: 0.3125rem;
  background-color: var(--primary);
  opacity: 1;
  padding: 0.625rem;
}
.carousel .constrols-slider .carousel-control-next {
  margin-right: 0;
}
.carousel .constrols-slider .carousel-control-prev {
  margin-right: 5px;
}
.carousel .carousel-inner {
  border-radius: 1.875rem;
  overflow: hidden;
}
.carousel .carousel-inner .carousel-item img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .carousel {
    margin-bottom: 2rem;
  }
  .carousel .constrols-slider {
    display: none;
  }
}
.navbar {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #ffffff;
  /* box-shadow: 0px 2px 14px #5E5E5E17; */
  border-bottom: 1px solid var(--light);
  /* .navbar-toggler {
      width: 60px;
      height: 60px;
      border-radius: 16px;

      &:active,
      &:focus {
          outline: 0 !important;
          box-shadow: none !important;
      }
  } */
}
.navbar .navbar-brand {
  width: 160px;
  text-align: center;
}
.navbar .navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.navbar .nav-item .nav-link {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: var(--dark);
  padding: 14px 20px;
}
.navbar .nav-item .router-link-active {
  color: var(--dark);
}

.navbar-primary {
  z-index: 1025;
}

@media (max-width: 767.98px) {
  .box-navbar .container-categories {
    display: flex;
  }
  .box-navbar .container-categories .list-group-categories {
    flex-direction: row;
    column-gap: 10px;
    margin-top: 10px;
    overflow-x: auto;
  }
  .box-navbar .container-categories .list-group-categories .item-categories {
    min-width: fit-content;
    margin-bottom: 0;
  }
  .box-navbar .container-categories .list-group-categories::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
.nav-pills {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  background: var(--bg-light);
  border-radius: 35px;
  padding: 5px;
}
.nav-pills .nav-item .nav-link {
  width: 100%;
  padding: 14px 20px;
  color: var(--dark);
  border: 1px solid transparent;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.nav-pills .nav-item .nav-link.active {
  color: var(--dark);
  background-color: var(--white);
  border-color: var(--light);
  border-radius: 30px;
}

.footer {
  padding: 70px 20px;
  background-color: var(--bg-light);
}

.btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.5px;
  padding: 14px 34px;
  border-radius: 24px;
}
.btn:focus, .btn:active {
  outline: 0;
  box-shadow: none;
  background-color: transparent;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.btn-primary svg path {
  fill: var(--white);
}
.btn-primary:hover {
  background-color: var(--white);
  border-color: var(--primary);
  color: var(--primary);
}
.btn-primary:hover svg path {
  fill: var(--primary);
}
.btn-primary:active, .btn-primary:focus {
  background-color: var(--white) !important;
  border-color: var(--primary) !important;
  color: var(--primary) !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.btn-primary:active svg path, .btn-primary:focus svg path {
  fill: var(--primary);
}
.btn-primary:disabled, .btn-primary.disabled {
  background-color: var(--light);
  border-color: var(--light);
  color: var(--gray);
}

.btn-secondary {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}
.btn-secondary:hover {
  background-color: var(--white);
  border-color: var(--secondary);
  color: var(--secondary);
}
.btn-secondary:active, .btn-secondary:focus {
  background-color: var(--white);
  border-color: var(--secondary);
  color: var(--secondary);
  outline: 0 !important;
  box-shadow: none !important;
}
.btn-secondary:disabled, .btn-secondary.disabled {
  background-color: var(--light);
  border-color: var(--light);
  color: var(--gray);
}

.btn-outline-primary {
  background-color: var(--white);
  border-color: var(--primary);
  color: var(--primary);
}
.btn-outline-primary:hover {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: var(--white) !important;
}
.btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: var(--white) !important;
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  background-color: var(--white);
  border-color: var(--light);
  color: var(--gray);
}

.btn-outline-light {
  background-color: var(--white);
  border-color: var(--light);
  color: var(--dark);
}
.btn-outline-light svg path {
  fill: var(--dark);
}
.btn-outline-light:hover {
  background-color: var(--light);
  border-color: var(--light);
  color: var(--dark);
}
.btn-outline-light:hover svg path {
  fill: var(--dark);
}
.btn-outline-light:active, .btn-outline-light:focus {
  background-color: var(--light);
  border-color: var(--light);
  color: var(--dark);
  outline: 0 !important;
  box-shadow: none !important;
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  background-color: var(--white);
  border-color: var(--light);
  color: var(--gray);
}
.btn-outline-light:disabled svg path, .btn-outline-light.disabled svg path {
  fill: var(--gray);
}

.btn-facebook {
  background-color: #1877F2;
  color: var(--white);
}
.btn-facebook svg path {
  fill: var(--white);
}
.btn-facebook:hover, .btn-facebook:active, .btn-facebook:focus {
  background-color: #1877F2 !important;
  border-color: #1877F2 !important;
  color: var(--white) !important;
}
.btn-facebook:hover svg path, .btn-facebook:active svg path, .btn-facebook:focus svg path {
  fill: var(--white);
}

.btn-icon {
  padding: 7px 13px;
}

.btn-close {
  background-size: 0.7rem;
}
.btn-close:focus, .btn-close:active {
  box-shadow: none;
}

.btn-check:disabled + .btn-outline-primary, .btn-check.disabled + .btn-outline-primary {
  background-color: var(--white);
  border-color: var(--light);
  color: var(--gray);
}
.btn-check:checked + .btn-outline-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: var(--white) !important;
}

.modal .modal-content {
  border-radius: 1.0625rem;
  border-color: var(--light);
}
.modal .modal-header,
.modal .modal-footer {
  border-color: var(--light);
  border-width: 1px;
  padding: 1rem;
}
.modal .modal-footer {
  padding: 10px;
}
.modal .modal-footer button {
  margin-top: 0;
  margin-bottom: 0;
}
.modal .modal-body {
  padding: 1.875rem;
}
.modal .modal-lg {
  --bs-modal-width: 700px;
}

.accordion {
  --bs-accordion-border-color: var(--light);
  --bs-accordion-border-width: 1px;
  box-shadow: 0px 2px 14px rgba(94, 94, 94, 0.0509803922);
}
.accordion .accordion-button {
  padding: var(--bs-accordion-btn-padding-x);
}
.accordion .accordion-button:focus, .accordion .accordion-button:active {
  box-shadow: none;
}
.accordion .accordion-button:focus.accordion-button:not(.collapsed), .accordion .accordion-button:active.accordion-button:not(.collapsed) {
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
.accordion .accordion-button.accordion-button:not(.collapsed) {
  background-color: var(--white);
}
.accordion .accordion-button.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}

/* convertir variables */
/* @import "carousel"; */
body {
  font-family: var(--font-family), sans-serif;
  font-weight: 400;
}

.bg-light {
  background-color: var(--bg-light) !important;
}

.line-w {
  width: 100%;
  height: 1px;
  background-color: var(--light);
}

.progress {
  height: 10px;
  background-color: var(--light);
}
.progress .progress-bar {
  background-color: var(--secondary);
  border-radius: 30px;
}

.mb-150 {
  margin-bottom: 150px;
}

/* background */
.bg-primary {
  background-color: var(--primary) !important;
}

.bg-success {
  background-color: var(--light-success) !important;
}

.bg-danger {
  background-color: var(--light-danger) !important;
}

.bg-warning {
  background-color: var(--light-warning) !important;
}

.grid-progress {
  max-width: 640px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.grid-progress .item-progress {
  display: flex;
  align-items: center;
}
.grid-progress .item-progress h4 {
  margin-bottom: 0;
  margin-left: 6px;
}
.grid-progress .item-progress .circle-state {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid var(--bg-light);
  background-color: var(--bg-light);
}
.grid-progress .item-progress .circle-state h4 {
  color: var(--gray);
}
.grid-progress .item-progress .circle-state p {
  line-height: 1;
  margin-bottom: 0;
}
.grid-progress .item-progress .circle-state .icon {
  display: none;
}
.grid-progress .item-progress.active h4 {
  color: var(--primary);
}
.grid-progress .item-progress.active .circle-state {
  border-color: var(--primary);
}
.grid-progress .item-progress.active .circle-state p {
  color: var(--primary);
}
.grid-progress .item-progress.checked h4 {
  color: var(--dark);
}
.grid-progress .item-progress.checked .circle-state {
  border: 0;
  background-color: var(--white);
}
.grid-progress .item-progress.checked .circle-state p {
  display: none;
}
.grid-progress .item-progress.checked .circle-state .icon {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
}
.grid-progress .item-progress.checked .circle-state .icon path {
  fill: var(--primary);
}

.grid-radio {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.radio-card {
  display: flex;
  align-items: center;
  padding: 0;
}
.radio-card .form-check-input {
  position: absolute;
  margin-top: 0;
  margin-left: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0.5C6.1125 0.5 0.5 6.1125 0.5 13C0.5 19.8875 6.1125 25.5 13 25.5C19.8875 25.5 25.5 19.8875 25.5 13C25.5 6.1125 19.8875 0.5 13 0.5ZM18.975 10.125L11.8875 17.2125C11.7125 17.3875 11.475 17.4875 11.225 17.4875C10.975 17.4875 10.7375 17.3875 10.5625 17.2125L7.025 13.675C6.6625 13.3125 6.6625 12.7125 7.025 12.35C7.3875 11.9875 7.9875 11.9875 8.35 12.35L11.225 15.225L17.65 8.8C18.0125 8.4375 18.6125 8.4375 18.975 8.8C19.3375 9.1625 19.3375 9.75 18.975 10.125Z' fill='%23E9E8ED'/%3E%3C/svg%3E%0A");
  background-color: var(--white);
  border: 0;
  width: 20px;
  height: 20px;
}
.radio-card .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0.5C6.1125 0.5 0.5 6.1125 0.5 13C0.5 19.8875 6.1125 25.5 13 25.5C19.8875 25.5 25.5 19.8875 25.5 13C25.5 6.1125 19.8875 0.5 13 0.5ZM18.975 10.125L11.8875 17.2125C11.7125 17.3875 11.475 17.4875 11.225 17.4875C10.975 17.4875 10.7375 17.3875 10.5625 17.2125L7.025 13.675C6.6625 13.3125 6.6625 12.7125 7.025 12.35C7.3875 11.9875 7.9875 11.9875 8.35 12.35L11.225 15.225L17.65 8.8C18.0125 8.4375 18.6125 8.4375 18.975 8.8C19.3375 9.1625 19.3375 9.75 18.975 10.125Z' fill='white'/%3E%3C/svg%3E%0A");
  background-color: var(--secondary);
}
.radio-card .form-check-input:checked ~ .form-check-label {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.radio-card .form-check-input:checked ~ .form-check-label p {
  color: var(--white);
}
.radio-card .form-check-input:focus, .radio-card .form-check-input:active {
  box-shadow: none;
}
.radio-card .form-check-label {
  display: flex;
  padding: 20px 20px 20px 54px;
  width: 100%;
  border: 1px solid var(--light);
  border-radius: 24px;
  min-height: 51px;
}
.radio-card .form-check-label p {
  margin-bottom: 0;
}

.grid-date {
  display: flex;
  gap: 10px;
  overflow-x: auto;
}

.radio-card-date {
  position: relative;
  width: max-content;
  margin-bottom: 12px;
}
.radio-card-date .form-check-input {
  margin-left: calc(50% - 10px);
  bottom: 15px;
}
.radio-card-date .form-check-label {
  width: 70px;
  min-height: 51px;
  flex-direction: column;
  padding: 15px 18px 40px 18px;
  text-align: center;
}

.nav .nav-link {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: var(--dark);
  padding: 14px 20px;
}
.nav .router-link-active {
  color: var(--dark);
}

.navbar-profile .nav .nav-link {
  padding: 14px 40px;
  border-right: 3px solid transparent;
  color: var(--gray);
}
.navbar-profile .nav .router-link-active {
  border-color: var(--primary);
  background-color: var(--bg-light);
  color: var(--dark);
}

.profile {
  display: flex;
  /* background-color: var(--bg-light); */
  min-height: calc(90vh - 74px);
  border-bottom: 1px solid var(--light);
}
.profile .navbar-profile {
  position: relative;
  min-width: 260px;
  border-right: 1px solid var(--light);
  background-color: var(--white);
}
.profile .navbar-profile .nav {
  position: sticky;
  top: 5px;
  margin-top: 30px;
}
.profile .body-profile {
  width: 100%;
  padding: 20px 40px;
}

.profile-photo {
  min-width: 55px;
  width: 55px;
  height: 55px;
  overflow: hidden;
  background-color: var(--bg-light);
  border: 1px solid var(--light);
  border-radius: 12px;
  margin-right: 12px;
}
.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-photo.medium {
  min-width: 90px;
  width: 90px;
  height: 90px;
  border-radius: 14px;
}
.profile-photo.large {
  min-width: 150px;
  width: 150px;
  height: 150px;
  border-radius: 18px;
}

.bg-shadow {
  position: absolute;
  z-index: -1;
  width: 50%;
  top: 0;
}
.bg-shadow img {
  width: 100%;
}
.bg-shadow.bg-right {
  top: 80px;
  right: 0;
}

.hero {
  min-height: 80vh;
}
.hero .hero-text {
  text-align: center;
  margin-top: 160px;
  margin-bottom: 220px;
  max-width: 530px;
}
.hero .hero-text h1 {
  font-size: 50px;
  line-height: 56px;
}
.hero.hero-home .hero-text {
  margin-top: 130px;
  max-width: 660px;
}
.hero.hero-home .hero-text h1 {
  font-size: 44px;
  line-height: 50px;
}

.bg-hero {
  position: absolute;
  width: 100%;
  height: 90vh;
  z-index: -1;
}
.bg-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-address {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 2px 5px;
  background-color: var(--white);
  border-radius: 60px;
}
.box-address .form-control {
  border-color: transparent;
}
.box-address .form-control:focus, .box-address .form-control:active {
  box-shadow: none;
}
.box-address .dropdown-menu {
  width: 100%;
}

.grid-address {
  display: flex;
  gap: 12px;
  overflow-x: auto;
}
.grid-address .btn-outline-light {
  display: flex;
  width: max-content;
  min-width: fit-content;
  margin-bottom: 20px;
}
.grid-address .btn-outline-light svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 991.98px) {
  .container-fluid {
    --bs-gutter-x: 3rem;
    padding-right: calc(var(--bs-gutter-x));
    padding-left: calc(var(--bs-gutter-x));
  }
}
@media (max-width: 991.98px) {
  .grid-progress {
    width: auto;
  }
  .profile .navbar-profile {
    display: none;
  }
  .profile .body-profile {
    padding: 30px 10px;
  }
}
@media (max-width: 767.98px) {
  .hero .hero-text {
    margin-top: 110px;
    margin-bottom: 180px;
  }
  .hero .hero-text h1 {
    font-size: 36px;
    line-height: 42px;
  }
}/*# sourceMappingURL=styles.css.map */
