@charset "UTF-8";
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
html {
  font-size: 62.5%;
  box-sizing: border-box;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Marcellus", serif;
  font-size: 1.8rem;
  color: #3b4049;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

/* Cambiar el tamaño de la barra de scroll */
::-webkit-scrollbar {
  width: 11px;
}

/* Cambiar el fondo de la barra */
::-webkit-scrollbar-track {
  background: #FCEDF5;
}

/* Cambiar el "thumb" (parte que se arrastra) */
::-webkit-scrollbar-thumb {
  background: #FA0EB1;
  border-radius: 5px;
}

/* Cambiar el "thumb" al pasar el mouse */
::-webkit-scrollbar-thumb:hover {
  background: #3b4049;
}

.layout {
  display: grid;
  min-height: 100dvh;
  grid-template-rows: auto 1fr auto;
}

.contenedor {
  width: min(95%, 140rem);
  margin: 0 auto;
}

.contenedor-md {
  width: min(95%, 80rem);
  margin: 0 auto;
}

.contenedor-sm {
  width: min(95%, 60rem);
  margin: 0 auto;
}

.responsivo-reserva {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}
@media (min-width: 1024px) {
  .responsivo-reserva {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
  }
}
@media (min-width: 1200px) {
  .responsivo-reserva {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(6, 1fr);
    justify-items: center;
  }
}

.responsivo {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
}
@media (min-width: 768px) {
  .responsivo {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media (min-width: 1024px) {
  .responsivo {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
}
@media (min-width: 1200px) {
  .responsivo {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
  }
}

.responsivo-1 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
}

.responsivo-2 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
}
@media (min-width: 768px) {
  .responsivo-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}

.grid-2 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  justify-items: start;
}

.responsivo-3 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  justify-items: start;
}
@media (min-width: 768px) {
  .responsivo-3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    justify-items: start;
  }
}

.responsivo-footer {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
}
@media (min-width: 1024px) {
  .responsivo-footer {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
}

.dbs-beneficios {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  justify-items: start;
}

.dbs-img {
  width: 35rem;
}

.dbs-img-dash {
  width: 13rem;
}

.dbs-img-pay {
  width: 13rem;
}

.dbs-pointer {
  cursor: pointer;
}

.dbs-lang {
  width: 4rem;
}

.dbs-hidden {
  display: none;
}

.dbs-primary {
  color: #FA0EB1;
}

.dbs-secondary {
  color: #FCEDF5;
}

.dbs-bg-primary {
  background-color: #FA0EB1;
}

.dbs-firma {
  width: 100%;
}
@media (min-width: 1200px) {
  .dbs-firma {
    width: 80%;
  }
}

.dbs-btn-white {
  background-color: #e7eef3;
}

.dbs-bg-secondary {
  background-color: #FCEDF5;
}

.dbs-bg-dark {
  background-color: #3b4049;
}

.dbs-dark {
  color: #3b4049;
}

.dbs-btn-primary {
  background-color: #FA0EB1;
  color: #fff;
}
.dbs-btn-primary:hover {
  background-color: #db0d9a;
  color: #fff;
}

.dbs-btn-dark {
  background-color: #3b4049;
  color: #fff;
}
.dbs-btn-dark:hover {
  background-color: #23262b;
  color: #fff;
}

.dbs-btn-spinner {
  background-color: #FA0EB1 !important;
  color: #fff !important;
  opacity: 0.4 !important;
  border: 1px solid #FA0EB1 !important;
}

.dbs-bg-white-trans {
  background-color: rgba(255, 255, 255, 0.6);
}

.dbs-hero {
  height: 80vh;
  background: linear-gradient(rgba(59, 64, 73, 0.3), rgba(59, 64, 73, 0.3)), url(../img/destiny/hero.jpg) center/cover no-repeat;
  background-attachment: fixed;
}

.dbs-hero-services {
  height: 40vh;
  background: linear-gradient(rgba(59, 64, 73, 0.3), rgba(59, 64, 73, 0.3)), url(../img/destiny/servicios.jpg) center bottom/cover no-repeat;
  background-attachment: fixed;
}

.dbs-hero-sections {
  height: 40vh;
  background: linear-gradient(rgba(59, 64, 73, 0.3), rgba(59, 64, 73, 0.3)), url(../img/destiny/secciones.jpg) center bottom/cover no-repeat;
  background-attachment: fixed;
}

/* Fix para iPhone y dispositivos táctiles que degradan la calidad */
@supports (-webkit-touch-callout: none) {
  .dbs-hero,
  .dbs-hero-services,
  .dbs-hero-sections {
    background-attachment: scroll; /* Evita pixelación */
  }
}
.dbs-mt4 {
  margin-top: 5rem;
}

.dbs-mt5 {
  margin-top: 16rem;
}

.icon-pago {
  width: 6rem;
}

.password-container {
  position: relative;
  align-items: center;
}
.password-container input {
  width: 100%;
  padding-right: 4rem;
}
.password-container .toggle-password {
  position: absolute;
  right: 1.2rem;
  top: 5.5rem;
  cursor: pointer;
  font-size: 2rem;
  color: gray;
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .password-container .toggle-password {
    top: 5.6rem;
  }
}
.password-container .toggle-password:hover {
  color: darkgray;
}

.password-rules {
  margin-top: 10px;
  font-size: 14px;
}
.password-rules div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
  color: #dc3545;
}
.password-rules div i {
  color: #dc3545;
}
.password-rules div.valid {
  color: #008000;
}
.password-rules div.valid i {
  color: #008000;
}

.dbs-btn-primary2 {
  text-align: center;
  color: #3b4049;
  border: solid 1px #FA0EB1;
  border-radius: 2.5rem;
  padding: 1rem 2rem;
  transition: ease 0.5s;
}
.dbs-btn-primary2:hover {
  background-color: #db0d9a;
  color: #fff;
}

.dbs-video {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .dbs-video {
    width: 80%;
  }
}

.swal2-show {
  font-size: 1.5rem;
}

#firma {
  width: 100%;
  max-width: 400px;
  height: 200px;
  border: 1px solid #ccc;
  display: block;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3rem;
}

.floating-contact {
  position: fixed;
  bottom: 280px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
}

.contact-btn img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}

.contact-btn:hover img {
  transform: scale(1.1);
}

.footer {
  background-color: #FCEDF5;
  color: #3b4049;
}

.footer-title {
  color: #3b4049;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(77, 76, 76, 0.671);
  color: #ffffff;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background: #FA0EB1;
  transform: translateY(-3px);
}

.newsletter-input {
  background: rgba(255, 255, 255, 0.637);
  border: 1px solid rgba(255, 255, 255, 0.637);
  color: #3b4049;
}

.newsletter-input:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #FA0EB1;
  color: #3b4049;
  box-shadow: none;
}

.btn-subscribe {
  background: #FA0EB1;
  border: none;
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
}

.btn-subscribe:hover {
  background: #db0d9a;
  transform: translateY(-2px);
}

.footer-bottom {
  background: #FCEDF5;
}

.footer-bottom a {
  color: #FA0EB1;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #db0d9a;
}

.error-404 {
  padding: 80px 0;
  margin: 0 auto;
}

.error-404 .error-icon {
  font-size: 5rem;
  color: color-mix(in srgb, #FA0EB1, transparent 15%);
}

.error-404 .error-code {
  font-size: clamp(6rem, 15vw, 12rem);
  font-weight: 800;
  color: color-mix(in srgb, #3b4049, transparent 10%);
  font-family: var(--heading-font);
  line-height: 1;
}

.error-404 .error-title {
  font-size: 2rem;
  color: #3b4049;
  font-weight: 600;
}

.error-404 .error-text {
  font-size: 1.1rem;
  color: color-mix(in srgb, #3b4049, transparent 20%);
  max-width: 600px;
  margin: 0 auto;
}

.error-404 .error-action .btn-primary {
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  background-color: #FA0EB1;
  border: none;
  color: var(--contrast-color);
  border-radius: 50px;
  transition: all 0.3s ease;
}

.error-404 .error-action .btn-primary:hover {
  background-color: color-mix(in srgb, #FA0EB1, transparent 15%);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .error-404 {
    padding: 60px 0;
  }
  .error-404 .error-code {
    font-size: clamp(4rem, 12vw, 8rem);
  }
  .error-404 .error-title {
    font-size: 1.5rem;
  }
  .error-404 .error-text {
    font-size: 1rem;
    padding: 0 20px;
  }
}
.listado-especialistas {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
}
.listado-especialistas__especialista, .listado-especialistas__especialista--seleccionado {
  color: #3b4049;
  border: 1px solid #FA0EB1;
  padding: 1rem;
  border-radius: 1rem;
  text-align: center;
  transition: ease 0.5s;
}
.listado-especialistas__especialista:hover, .listado-especialistas__especialista--seleccionado:hover {
  color: #fff;
  background-color: #db0d9a;
  cursor: pointer;
}
.listado-especialistas__especialista--seleccionado {
  background-color: #db0d9a;
  color: #fff;
}

.header.navbar {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  position: sticky;
  top: 0;
  z-index: 10 !important;
  padding: 2rem;
}

.navbar-logo {
  width: 22rem;
}

.navbar-toggler {
  font-size: 2.5rem;
  margin-right: 3rem;
  border: none;
}

.navbar-mainbg {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #FCEDF5;
}

#navbarSupportedContent {
  overflow: hidden;
  position: relative;
}

#navbarSupportedContent ul {
  padding: 0px;
  margin: 0px;
}

#navbarSupportedContent ul li a i {
  margin-right: 10px;
}

#navbarSupportedContent li {
  list-style-type: none;
  float: left;
}

#navbarSupportedContent ul li a {
  color: #3b4049;
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding: 20px 20px;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}
#navbarSupportedContent ul li a:hover {
  color: #FA0EB1;
}

#navbarSupportedContent > ul > li.active > a {
  color: #FA0EB1;
  background-color: transparent;
  transition: all 0.4s;
}

#navbarSupportedContent .active > a:not(:only-child):after {
  transform: rotate(90deg);
}

.hori-selector {
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: 10px;
}

.hori-selector .right,
.hori-selector .left {
  position: absolute;
  background-color: #fff;
  bottom: 10px;
}

@media (min-width: 992px) {
  .navbar-expand-custom {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: space-between;
  }
  .navbar-expand-custom .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
  .navbar-expand-custom .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: space-between;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  #navbarSupportedContent ul li a {
    padding: 12px 30px;
  }
  .hori-selector {
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .hori-selector .left,
  .hori-selector .right {
    right: 10px;
  }
  .hori-selector .left {
    top: -25px;
    left: auto;
  }
  .hori-selector .right {
    bottom: -25px;
  }
  .hori-selector .left:before {
    left: -25px;
    top: -25px;
  }
  .hori-selector .right:before {
    bottom: -25px;
    left: -25px;
  }
}
.navbar-mainbg {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.navbar-mainbg.hide {
  transform: translateY(-100%);
  opacity: 0;
}
.navbar-mainbg.show {
  transform: translateY(0%);
  opacity: 1;
}

.card {
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.card:hover {
  transform: translateY(-10px);
}

.card-img-top {
  height: 20rem;
  object-fit: cover;
}

.features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features li {
  margin-bottom: 10px;
  display: flex;
}

.features li i {
  margin-right: 10px;
}

.profile-card {
  max-width: 350px;
  border-radius: 20px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.profile-img {
  width: 20rem;
  height: 25rem;
  object-fit: cover;
  border: 4px solid #FCEDF5;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.contact-wrapper {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.contact-info {
  background-color: #FCEDF5;
  padding: 40px;
  color: #3b4049;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.contact-item:hover {
  transform: translateX(10px);
}

.contact-icon {
  width: 40px;
  height: 40px;
  background: #FA0EB1;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.social-links {
  margin-top: 30px;
}

.social-icon {
  width: 35px;
  height: 35px;
  background: #FA0EB1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #fff;
  color: #fff;
  transform: translateY(-3px);
}

.contact-form {
  padding: 40px;
}

.form-select {
  width: 20rem;
}

.form-control,
.form-select {
  border-radius: 10px;
  padding: 12px 15px;
  border: 2px solid #eee;
  transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
  border-color: #FA0EB1;
  box-shadow: none;
}

.form-label {
  font-weight: 500;
  margin-bottom: 8px;
}

.wrapper {
  display: flex;
  min-height: 100vh;
}

.main-content {
  flex: 1;
  padding: 20px;
  transition: margin-right 0.3s;
}

.sidebar {
  z-index: 999;
  width: 300px;
  background: #FCEDF5;
  border-left: 1px solid #e5e7eb;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  transition: transform 0.3s;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
}

.sidebar.collapsed {
  transform: translateX(100%);
}

.toggle-btn {
  position: fixed;
  right: 310px;
  top: 20px;
  z-index: 1000;
  transition: right 0.3s;
}

.toggle-btn.collapsed {
  right: 20px;
}

.nav-link-sindebar {
  color: #3b4049;
  padding: 0.75rem 1.25rem;
  transition: all 0.2s;
}

.nav-link-sindebar:hover {
  background: #FA0EB1;
  color: #fff;
}

.nav-link-sindebar.active {
  background: #FA0EB1;
  color: #fff;
  font-weight: 500;
}

.sidebar-header {
  border-bottom: 1px solid #e5e7eb;
}

.notification-badge {
  background: #dc3545;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .sidebar {
    width: 100%;
  }
  .toggle-btn {
    right: 6rem;
    top: 2.5rem;
  }
}
.product-image {
  width: 100%;
  object-fit: cover;
}

.thumbnail {
  width: 10rem;
  height: 10rem;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.thumbnail:hover, .thumbnail.active {
  opacity: 1;
}

.video {
  position: relative;
  max-height: 50rem;
  overflow: hidden;
}
.video .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video video {
  width: 100%;
  display: block;
  border: none;
}

.text-video {
  z-index: 1;
}
.text-video h2 {
  color: #FA0EB1;
  font-size: 3rem;
  margin: 0;
}
@media (min-width: 768px) {
  .text-video h2 {
    font-size: 7rem;
  }
}
.text-video p {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #3b4049;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .text-video p {
    font-size: 2.4rem;
  }
}

.maps {
  height: 40rem;
  margin-top: 5rem;
}
.maps__heading {
  color: #FA0EB1;
  margin: 0;
  text-align: left;
  font-size: 2rem;
}
.maps__text {
  color: #3b4049;
  font-size: 1.8rem;
  margin: 0;
}

.valid span {
  color: #008000 !important;
}
/*# sourceMappingURL=app.css.map */
