@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: "Montserrat", sans-serif;
  font-size: 1.8rem;
}

a {
  text-decoration: none;
}

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

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3rem;
}

.text-center {
  text-align: center;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.4s ease, height 0.4s ease, box-shadow 0.4s ease;
  animation: fadeInDown 0.6s ease-out;
}
.header.header-pequeño {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.barra {
  background: #FFFFFF;
  padding: 0.2rem;
  transition: padding 0.4s ease;
}
.header.header-pequeño .barra {
  padding: 0.6rem 0;
}
.barra__contenido {
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 0.7rem;
  animation: fadeInDown 0.8s ease-out;
}
@media (min-width: 1024px) {
  .barra__contenido {
    width: min(95%, 130rem);
    margin: 0 auto;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .barra__contenido {
    width: min(95%, 130rem);
    margin: 0 auto;
    justify-content: space-between;
  }
}
.barra .menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 999;
  margin-left: 0rem;
  padding: 0;
  animation: fadeIn 0.8s ease-out;
}
.barra .menu-toggle .icono {
  width: 32px;
  height: 32px;
  color: #bc9f6f;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (min-width: 768px) {
  .barra .menu-toggle .icono {
    width: 45px;
    height: 45px;
  }
}
.barra .menu-toggle .icono-cerrar {
  display: none;
}
.barra .menu-toggle.abierto .icono-menu {
  display: none;
}
.barra .menu-toggle.abierto .icono-cerrar {
  display: inline-block;
}
@media (min-width: 1024px) {
  .barra .menu-toggle {
    display: none;
    padding: 0%;
  }
}
@media (min-width: 768px) {
  .barra .menu-toggle {
    margin-left: 0;
    padding: 0%;
  }
}
.barra__logo {
  height: 6rem;
  width: auto;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
  animation: fadeInDown 0.9s ease-out;
}
@media (min-width: 768px) {
  .barra__logo {
    height: 10rem;
  }
}

/* BARRAA (SECCIÓN SUPERIOR) */
.barraa {
  background: linear-gradient(90deg, #F8FAFC 0%, #6a7866 100%);
  padding: 1.2rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #333;
  transition: all 0.4s ease; /* TRANSICIÓN CLAVE: Añadir transición a todas las propiedades */
  overflow: hidden;
  box-sizing: border-box; /* Para que el padding se incluya en la altura */
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  animation: fadeInDown 0.5s ease-out;
}
@media (min-width: 768px) {
  .barraa {
    padding: 1rem 0.5rem;
  }
}
.barraa.oculta {
  padding: 0;
  height: 0;
  min-height: 0;
  opacity: 0;
  visibility: hidden;
  border-bottom: none;
  box-shadow: none;
}
.barraa .barra-contacto {
  width: min(93%, 110rem);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 0.5rem;
  transition: all 0.2s ease;
}
.oculta .barraa .barra-contacto {
  opacity: 0;
  transform: translateY(-20px);
}
@media (min-width: 768px) {
  .barraa .barra-contacto {
    width: min(95%, 130rem);
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .barraa .barra-contacto {
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .barraa .barra-contacto {
    align-items: center;
    flex-direction: row;
    gap: 3.2rem;
  }
}
.barraa .barra-contacto .contacto {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.barraa .barra-contacto .contacto li {
  margin-bottom: 0.5rem;
}
.barraa .barra-contacto .contacto__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  text-decoration: none;
  color: #3e4938;
  transition: transform 0s ease, color 0s ease, fill 0s ease;
}
.barraa .barra-contacto .contacto__item:hover {
  transform: scale(1.1);
  color: rgb(169.2511848341, 135.1658767773, 78.7488151659);
}
.barraa .barra-contacto .contacto__item:hover .icono {
  fill: rgb(169.2511848341, 135.1658767773, 78.7488151659);
}
.barraa .barra-contacto .contacto__item span {
  font-size: 1.2rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .barraa .barra-contacto .contacto__item span {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .barraa .barra-contacto .contacto {
    flex-direction: row;
  }
}
.barraa .barra-contacto .icono {
  width: 2rem;
  height: 2rem;
  fill: #3e4938;
}
@media (min-width: 768px) {
  .barraa .barra-contacto .icono {
    width: 2.3rem;
    height: 2.3rem;
  }
}

.barraa__idiomas {
  display: none;
}
.barraa__idiomas a {
  display: inline-flex;
  align-items: center;
}
.barraa__idiomas img {
  width: 2.2rem;
  height: 2.2rem;
  cursor: pointer;
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
}
.barraa__idiomas img:hover {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .barraa__idiomas {
    display: flex;
    gap: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .barraa__idiomas {
    display: flex;
    gap: 0.5rem;
  }
}

.navegacion {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .navegacion {
    display: flex;
    flex-direction: row;
  }
}
.navegacion.activo {
  display: flex;
}
.navegacion__enlace {
  display: block;
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5rem 0.7rem;
  transition: color 0.3s ease;
  text-decoration: none;
}
.navegacion__enlace--actual, .navegacion__enlace:hover {
  color: #bc9f6f;
}
.navegacion__enlace--subitem-movil {
  padding-left: 2rem;
  font-size: 1.3rem;
  color: hsl(0, 0%, -10%);
}
.navegacion .dropdown {
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .navegacion .dropdown {
    padding: 0.5rem 0.7rem;
    margin: 0;
  }
}
.navegacion .dropdown .navegacion__enlace-dropdown-trigger {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.navegacion .dropdown .navegacion__enlace-dropdown-trigger:hover {
  color: #bc9f6f;
}
.navegacion .dropdown .navegacion__enlace-dropdown-trigger .dropdown-arrow-icon {
  width: 8px;
  height: auto;
  vertical-align: middle;
  fill: #000;
  transition: fill 0.3s ease;
}
.navegacion .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 5px;
}
.navegacion .dropdown .dropdown-content li a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 1.4rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.navegacion .dropdown .dropdown-content li a:hover {
  background-color: rgb(127.050209205, 141.7782426778, 162.949790795);
  color: #bc9f6f;
}
.navegacion .dropdown:hover .dropdown-content {
  display: block;
}
.navegacion .dropdown:hover .navegacion__enlace-dropdown-trigger .dropdown-arrow-icon {
  fill: #bc9f6f;
}
@media (min-width: 768px) {
  .navegacion .dropdown .dropdown-content {
    display: none;
  }
}

.accionesid {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {
  .accionesid {
    flex-direction: row;
    align-self: center;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .accionesid {
    flex-direction: row;
  }
}
.accionesid__boton {
  background-color: #445a3e;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  position: relative;
  border-radius: 3rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem;
  height: 3.5rem;
  overflow: hidden;
  transition: color 0.3s ease;
  box-shadow: rgba(188, 159, 111, 0.4) 0px 8px 20px -5px;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}
.accionesid__boton:hover {
  background-color: rgb(90.8157894737, 120.1973684211, 82.8026315789);
  cursor: pointer;
}
.accionesid__boton span {
  position: relative;
  z-index: 1;
}
.accionesid__boton:hover {
  background: rgb(200.955450237, 177.5630331754, 138.844549763);
  transform: translateY(-0.2rem) scale(1.01);
  box-shadow: rgba(62, 73, 56, 0.6) 0px 10px 25px -8px;
  border-color: #efdbb2;
}
@media (min-width: 768px) {
  .accionesid__boton {
    height: 5rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .accionesid__boton {
    height: 5rem;
    font-size: 1.5rem;
  }
}
.accionesid__idiomas {
  display: none;
}
.accionesid__idiomas img {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
}
.accionesid__idiomas img:hover {
  transform: scale(1.1);
}
@media (min-width: 1024px) {
  .accionesid__idiomas {
    display: flex;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .accionesid__idiomas {
    display: flex;
    font-size: 1.5rem;
  }
}

.menu-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #FFFFFF;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-20%);
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}
.menu-overlay.abierto {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  max-height: 500px;
}
.menu-overlay__enlaces {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem;
}
.menu-overlay__enlaces > * {
  animation: fadeInUp 0.4s ease both;
  transform: scale(0.98);
  opacity: 0;
}
.menu-overlay__enlaces > *:nth-child(1) {
  animation-delay: 0.1s;
}
.menu-overlay__enlaces > *:nth-child(2) {
  animation-delay: 0.2s;
}
.menu-overlay__enlaces > *:nth-child(3) {
  animation-delay: 0.3s;
}
.menu-overlay__enlaces > *:nth-child(4) {
  animation-delay: 0.4s;
}
.menu-overlay__enlaces > *:nth-child(5) {
  animation-delay: 0.5s;
}
.menu-overlay__enlaces > *:nth-child(6) {
  animation-delay: 0.6s;
}
.menu-overlay__enlaces a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.05em;
  position: relative;
  transition: color 0.3s ease, transform 0.3s ease;
}
.menu-overlay__enlaces a:hover {
  color: #bc9f6f;
  transform: scale(1.02);
}
.menu-overlay__enlaces a::after {
  content: "";
  position: absolute;
  left: 70px;
  bottom: 12px;
  width: 0%;
  height: 2px;
  transition: width 0.3s ease;
}
@media (min-width: 768px) {
  .menu-overlay__enlaces a::after {
    left: 90px;
  }
}
.menu-overlay__enlaces a:hover::after {
  width: 100%;
}
@media (min-width: 768px) {
  .menu-overlay__enlaces a {
    font-size: 1.5rem;
  }
}
.menu-overlay .sub-menu-movil {
  width: 100%;
}
.menu-overlay .sub-menu-movil__trigger {
  display: flex;
  align-items: center;
  width: 80%;
}
.menu-overlay .sub-menu-movil__trigger::after {
  content: "▼";
  font-size: 0.6em;
  line-height: 1;
  transition: transform 0.3s ease;
}
.menu-overlay .sub-menu-movil__trigger.activo::after {
  transform: rotate(180deg);
}
.menu-overlay .sub-menu-movil__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}
.menu-overlay .sub-menu-movil__content a {
  padding: 0.5rem 0;
  font-size: 1.2rem;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .menu-overlay .sub-menu-movil__content a {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .menu-overlay {
    display: none !important;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.usuario-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: #FFFFFF;
  padding: 0.42rem 1.05rem 0.42rem 0.7rem;
  border-radius: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transition: transform 0.2s ease;
  justify-content: space-evenly;
}
.usuario-header:hover {
  transform: translateY(-2px);
}
.usuario-header img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid #3e4938;
}
.usuario-header__contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  margin-right: 0.2rem;
  min-width: 135px;
}
.usuario-header__contenedor--nombre {
  font-size: 1.03rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #3e4938;
  letter-spacing: 0.01em;
  margin-bottom: 0.1rem;
  line-height: 1.09;
  text-align: center;
  width: 100%;
}
.usuario-header__contenedor--perfil {
  background-color: #445a3e;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  min-width: 112px;
  padding: 0.37rem 1.04rem;
  font-size: 1.01rem;
  border-radius: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-top: 0.09rem;
  box-shadow: rgba(188, 159, 111, 0.4) 0px 8px 20px -5px;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}
.usuario-header__contenedor--perfil:hover {
  background-color: rgb(90.8157894737, 120.1973684211, 82.8026315789);
  cursor: pointer;
}
.usuario-header__contenedor--perfil:hover {
  background: rgb(200.955450237, 177.5630331754, 138.844549763);
  transform: translateY(-0.2rem) scale(1.01);
  box-shadow: rgba(68, 90, 62, 0.6) 0px 10px 25px -8px;
  border-color: #efdbb2;
}
.usuario-header__logout-form {
  margin: 0;
}
.usuario-header__logout {
  background-color: #445a3e;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  min-width: 11px;
  padding: 0.8rem 0.5rem;
  font-size: 1.01rem;
  border-radius: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.17rem;
  box-shadow: rgba(188, 159, 111, 0.4) 0px 8px 20px -5px;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}
.usuario-header__logout:hover {
  background-color: rgb(90.8157894737, 120.1973684211, 82.8026315789);
  cursor: pointer;
}
.usuario-header__logout:hover {
  background: rgb(200.955450237, 177.5630331754, 138.844549763);
  transform: translateY(-0.2rem) scale(1.01);
  box-shadow: rgba(68, 90, 62, 0.6) 0px 10px 25px -8px;
  border-color: #efdbb2;
}
@media (min-width: 1024px) {
  .usuario-header__logout {
    padding: 0.8rem 1rem;
  }
}

.contenedor-tb {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (min-width: 768px) {
  .contenedor-tb {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
}

.contenedor-reid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.contenedor-reid .menu-redes {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contenedor-reid .menu-redes__enlace {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 27px;
  background: transparent;
  border-radius: 100%;
  transition: background 0.16s;
}
.contenedor-reid .menu-redes__enlace:hover, .contenedor-reid .menu-redes__enlace:focus {
  background: #bc9f6f;
}
@media (min-width: 768px) {
  .contenedor-reid .menu-redes__enlace {
    width: 30px;
    height: 30px;
  }
}
.contenedor-reid .menu-redes__enlace::before {
  color: #3e4938;
  font-size: 2.5rem 2.5rem;
  display: inline-block;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font awesome 6 Brands";
}
.contenedor-reid .menu-redes__enlace[href*="https://facebook.com"]::before {
  content: "\f39e";
}
.contenedor-reid .menu-redes__enlace[href*="https://github.com"]::before {
  content: "\f09b";
}
.contenedor-reid .menu-redes__enlace[href*="https://tiktok.com"]::before {
  content: "\e07b";
}
.contenedor-reid .menu-redes__enlace[href*="https://instagram.com"]::before {
  content: "\f16d";
}
.contenedor-reid .menu-redes__enlace[href*="https://youtube.com"]::before {
  content: "\f167";
}
.contenedor-reid .menu-redes__enlace[href*="https://twitter.com"]::before {
  content: "\f099";
}
.contenedor-reid .menu-redes__enlace[href*="https://wa.me"]::before {
  content: "\f232";
}
.contenedor-reid .menu-redes__enlace:hover {
  transform: scale(1.1);
  transition: transform 0.2s ease;
  filter: brightness(1.3);
}
.contenedor-reid .menu-redes__ocultar {
  display: none;
}
.contenedor-reid .menu-redes__ocultar {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.contenedor-reid .barraa__idiomas {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.contenedor-reid .barraa__idiomas img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(62, 73, 56, 0.07);
  transition: box-shadow 0.16s;
  object-fit: cover;
  margin-left: 0.05rem;
}
@media (min-width: 1024px) {
  .contenedor-reid .barraa__idiomas {
    display: none;
  }
}
@media (min-width: 768px) {
  .contenedor-reid .barraa__idiomas {
    display: none;
  }
}

.footer {
  position: relative;
  padding: 4rem 0 0;
  background: linear-gradient(135deg, #F8FAFC 0%, rgb(93.8243243243, 106.2162162162, 90.2837837838) 100%);
  color: linear-gradient(90deg, rgb(248, 250, 252) 0%, rgb(106, 120, 102) 100%);
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}
.footer::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -120px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}
.footer__container {
  width: min(95%, 130rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.footer__content {
  display: grid;
  gap: 3rem;
}
@media (min-width: 768px) {
  .footer__content {
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .footer__content {
    grid-template-columns: 1.5fr 1fr;
  }
}
.footer__brand-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__logo {
  max-width: 180px;
  height: auto;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease, filter 0.3s ease;
}
.footer__logo:hover {
  transform: scale(1.05);
  filter: drop-shadow(3px 3px 12px rgba(0, 0, 0, 0.4));
}
@media (min-width: 768px) {
  .footer__logo {
    max-width: 200px;
  }
}
@media (min-width: 1024px) {
  .footer__logo {
    max-width: 250px;
  }
}
.footer__description {
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 0;
  color: #3e4938;
  font-weight: 500;
}
.footer__description strong {
  color: #FFFFFF;
  font-weight: 700;
}
@media (min-width: 768px) {
  .footer__description {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.footer__info-grid {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .footer__info-grid {
    gap: 3rem;
  }
}
.footer__info-block {
  background: rgba(255, 255, 255, 0.08);
  padding: 2rem;
  border-radius: 1.2rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
.footer__info-block:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.footer__block-title {
  font-weight: 900;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.footer__block-title::before {
  content: "";
  width: 4px;
  height: 20px;
  background: linear-gradient(to bottom, #bc9f6f, #bc9f6f);
  border-radius: 2px;
}
@media (min-width: 768px) {
  .footer__block-title {
    font-size: 1.8rem;
  }
}
.footer__contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__contact-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
.footer__contact-list li:last-child {
  border-bottom: none;
}
.footer__contact-list li:hover {
  padding-left: 0.5rem;
  color: #bc9f6f;
}
.footer__schedule-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.footer__schedule-list li {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.8rem;
  border-left: 3px solid #bc9f6f;
  transition: all 0.3s ease;
}
.footer__schedule-list li:hover {
  background: rgba(255, 255, 255, 0.1);
  border-left-color: #bc9f6f;
}
.footer__social-section {
  margin-top: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__social-section {
    text-align: left;
  }
}
.footer__social-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.footer__social-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: linear-gradient(to right, #bc9f6f, #bc9f6f);
  margin: 0.8rem auto 0;
  border-radius: 1px;
}
@media (min-width: 768px) {
  .footer__social-title::after {
    margin: 0.8rem 0 0;
  }
}
@media (min-width: 768px) {
  .footer__social-title {
    font-size: 1.8rem;
  }
}
.footer__copyright {
  background: rgba(255, 255, 255, 0.95);
  margin: 4rem 0 0;
  padding: 2.5rem 0;
  text-align: center;
  position: relative;
}
.footer__copyright::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
}
.footer__copyright-text {
  color: #2d3748;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 768px) {
  .footer__copyright-text {
    font-size: 1.4rem;
  }
}

.menu-redes {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.menu-redes__enlace::before {
  color: #FFFFFF;
  font-size: 2rem;
  display: inline-block;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font awesome 6 Brands";
}
.menu-redes__enlace[href*="https://facebook.com"]::before {
  content: "\f39e";
}
.menu-redes__enlace[href*="https://github.com"]::before {
  content: "\f09b";
}
.menu-redes__enlace[href*="https://tiktok.com"]::before {
  content: "\e07b";
}
.menu-redes__enlace[href*="https://instagram.com"]::before {
  content: "\f16d";
}
.menu-redes__enlace[href*="https://youtube.com"]::before {
  content: "\f167";
}
.menu-redes__enlace[href*="https://twitter.com"]::before {
  content: "\f099";
}
.menu-redes__enlace[href*="https://wa.me"]::before {
  content: "\f232";
}
.menu-redes__enlace:hover {
  transform: scale(1.1);
  transition: transform 0.2s ease;
  filter: brightness(1.3);
}
.menu-redes__ocultar {
  display: none;
}
@media (min-width: 768px) {
  .menu-redes {
    justify-content: flex-start;
  }
}

.acciones {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.acciones--centrar {
  justify-content: center;
}
.acciones__enlace {
  color: #000;
  font-size: 1.3rem;
  font-weight: 300;
}

.horas {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .horas {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.horas__label {
  border-bottom: 1rem;
}
.horas__hora, .horas__hora--deshabilitada, .horas__hora--seleccionada {
  color: #007df4;
  border: 1px solid #007df4;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
}
.horas__hora:hover, .horas__hora--deshabilitada:hover, .horas__hora--seleccionada:hover {
  cursor: pointer;
}
.horas__hora--seleccionada {
  background-color: #007df4;
  color: #FFFFFF;
}
.horas__hora--deshabilitada {
  border: 1px solid #64748B;
  color: #64748B;
  opacity: 0.5;
}
.horas__hora--deshabilitada:hover {
  cursor: not-allowed;
}

.alerta {
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  text-transform: uppercase;
  margin: 1rem 0;
  font-size: 1.2rem;
  font-weight: 700;
}
.alerta__error {
  background-color: #ffdcdc;
  border-left: 0.5rem solid rgb(169, 0, 0);
  color: rgb(169, 0, 0);
}
.alerta__exito {
  background-color: rgb(170.7692307692, 254.2307692308, 170.7692307692);
  border-left: 0.5rem solid #02db02;
  color: rgb(1.0769230769, 117.9230769231, 1.0769230769);
}

#toast-container {
  background-color: transparent;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  pointer-events: none;
}

/* Toast base */
.toast {
  min-width: 280px;
  max-width: 350px;
  background: white;
  color: #000;
  border-radius: 16px;
  padding: 1.4rem 2rem;
  margin: 0 auto;
  box-shadow: 0 12px 32px 0 rgba(17, 17, 17, 0.3333333333);
  font-size: 1.1rem;
  font-weight: 600;
  opacity: 0;
  transform: translateY(-30px) scale(0.98);
  transition: all 0.38s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  align-items: center;
  gap: 1rem;
  pointer-events: auto;
  border-left: 6px solid transparent;
  position: relative;
}

/* Variantes */
.toast--show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.toast--success {
  border-left-color: #27ae60;
}

.toast--error {
  border-left-color: #e74c3c;
}

.toast i {
  font-size: 1.3em;
  flex-shrink: 0;
}

/* Botón cerrar */
.toast__close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
  padding: 0;
  line-height: 1;
  transition: color 0.2s;
}

.toast__close:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* Centro opcional */
.toast--centro-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.modal-sesion__fondo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 900;
}

.modal-sesion {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  z-index: 999;
  width: 90%;
  max-width: 400px;
  padding: 2rem;
  text-align: center;
}

.modal-sesion__btn {
  margin-top: 1.5rem;
  padding: 0.5rem 1.2rem;
  background: #3e4938;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
}

.modal-telefono {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(62, 73, 56, 0.7);
  z-index: 2000;
}

.modal-telefono__contenido {
  background: #FFFFFF;
  border-radius: 1.1rem;
  box-shadow: 0 6px 36px rgba(0, 0, 0, 0.08);
  padding: 2.2rem 1.4rem 1.6rem 1.4rem;
  min-width: 330px;
  max-width: 94vw;
  width: 100%;
  max-width: 360px;
  font-family: "Montserrat", sans-serif;
  color: #3e4938;
  text-align: center;
  border: 2.5px solid #efdbb2;
  animation: modalShow 0.36s cubic-bezier(0.52, 0.03, 0.39, 0.94);
}

@keyframes modalShow {
  from {
    opacity: 0;
    transform: translateY(-30px) scale(0.93);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.modal-telefono__contenido h3 {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #3e4938;
  margin-bottom: 0.7rem;
}

.modal-telefono__contenido p {
  font-size: 1.09rem;
  color: #6a7866;
  margin-bottom: 1.6rem;
  font-family: "Montserrat", sans-serif;
}

.modal-telefono__input {
  display: block;
  margin: 0 auto 1.1rem auto;
  padding: 0.7rem 1rem;
  border: 1.8px solid #ededed;
  border-radius: 0.58rem;
  font-size: 1.13rem;
  font-family: "Montserrat", sans-serif;
  background: #ededed;
  color: #3e4938;
  width: 82%;
  outline: none;
  transition: border-color 0.22s;
}
.modal-telefono__input:focus {
  border-color: #3e4938;
  background: #efdbb2;
}

.modal-telefono__check {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0 auto 1rem auto;
  width: 88%;
  font-size: 0.95rem;
  line-height: 1.35;
  color: #6a7866;
  text-align: left;
  cursor: pointer;
}
.modal-telefono__check input[type=checkbox] {
  margin-top: 0.2rem;
  flex-shrink: 0;
  accent-color: #3e4938;
  cursor: pointer;
}

.modal-telefono__btn {
  display: block;
  width: 88%;
  margin: 0 auto;
  background: #3e4938;
  color: #FFFFFF;
  padding: 0.7rem 0;
  border-radius: 0.6rem;
  border: none;
  font-size: 1.15rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  box-shadow: 0 2px 10px rgba(62, 73, 56, 0.1);
  letter-spacing: 0.2px;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s;
  margin-top: 0.3rem;
}
.modal-telefono__btn:hover, .modal-telefono__btn:focus {
  background: #445a3e;
  box-shadow: 0 4px 16px rgba(68, 90, 62, 0.13);
}

.modal-telefono__nota {
  display: block;
  font-size: 1rem;
  color: rgb(152.4810810811, 164.8540540541, 148.9459459459);
  margin: -0.4rem auto 1.2rem auto;
  width: 82%;
  text-align: left;
  font-style: italic;
}

@media (max-width: 768px) {
  .modal-telefono__contenido {
    min-width: 0;
    width: 96vw;
    max-width: 97vw;
    padding: 1.3rem 0.6rem 1.1rem 0.6rem;
  }
  .modal-telefono__input,
  .modal-telefono__btn {
    width: 96%;
    font-size: 1rem;
  }
  .modal-telefono__check {
    width: 96%;
    font-size: 0.88rem;
  }
}
.calendario-citas__contenedor {
  background: #445a3e;
  padding: 2rem 1.3rem;
  border-radius: 1.2rem;
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.0666666667);
  max-width: 950px;
  margin: 2.3rem auto;
  border: 5px solid #445a3e;
}

#calendario-citas {
  min-height: 520px;
  background: #ededed;
  border-radius: 0.7rem;
  padding: 1.2rem 0.7rem 1.4rem 0.7rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.0666666667);
}

.fc-toolbar {
  margin-bottom: 1rem;
}
.fc-toolbar .fc-toolbar-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  color: #445a3e;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: left;
}
.fc-toolbar .fc-button {
  background: #c6c6c6;
  color: #000;
  border: none;
  border-radius: 0.6rem;
  font-size: 1.13rem;
  font-weight: 600;
  margin: 0 0.22rem;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.0666666667);
  transition: background 0.16s;
}
.fc-toolbar .fc-button:hover, .fc-toolbar .fc-button:focus {
  background: #efdbb2;
  color: #fff;
}
.fc-toolbar .fc-button:active {
  background: #efdbb2;
}

.fc-col-header-cell {
  background: #445a3e;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.12rem;
  letter-spacing: 0.01em;
  border-radius: 0.18rem 0.18rem 0 0;
  border: none;
}

.fc-daygrid-day, .fc-day {
  background: #ededed;
  border-radius: 0.2rem;
  border: 1px solid #6a7866;
  transition: background 0.1s;
  font-size: 1.13rem;
}
.fc-daygrid-day:hover, .fc-day:hover {
  background: #445a3e;
}

.fc-event {
  border: none;
  border-radius: 0.7rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1333333333);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.14rem;
  padding: 0.14rem 0.8rem;
  margin-bottom: 0.18rem;
}
.fc-event.fc-event-confirmada {
  background: #445a3e !important;
  color: #fff !important;
}
.fc-event.fc-event-cancelada {
  background: #e74c3c !important;
  color: #fff !important;
}
.fc-event .fc-event-title,
.fc-event .fc-event-time {
  color: inherit !important;
  font-weight: 700;
  font-size: 1.12rem;
  letter-spacing: 0.01em;
}

.fc-list-event-dot {
  border-color: #445a3e !important;
}

.fc-list-event {
  border-radius: 0.7rem;
  background: #efdbb2;
  font-size: 1.12rem;
}

.fc-event a {
  color: inherit !important;
  text-decoration: none !important;
}

.calendario-citas__leyenda {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  margin-bottom: 0.7rem;
}
.calendario-citas__leyenda span {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 1.1rem;
}
.calendario-citas__leyenda span .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
}
.calendario-citas__leyenda span .dot.verde {
  background: #6a7866;
}
.calendario-citas__leyenda span .dot.rojo {
  background: #e74c3c;
}

@media (max-width: 900px) {
  .calendario-citas__contenedor {
    max-width: 99vw;
    padding: 0.6rem 0.1rem;
  }
  #calendario-citas {
    min-height: 300px;
    padding: 0.13rem 0.03rem 0.17rem 0.03rem;
  }
  .fc-toolbar .fc-toolbar-title {
    font-size: 1.18rem;
  }
}
@media (max-width: 700px) {
  .calendario-citas__contenedor {
    max-width: 99vw;
    padding: 0.2rem 0.02rem;
    border-width: 2.5px;
    border-radius: 0.7rem;
  }
  #calendario-citas {
    min-height: 340px;
    padding: 0.02rem 0.01rem 0.09rem 0.01rem;
    border-radius: 0.3rem;
    box-shadow: none;
  }
  .fc-toolbar .fc-toolbar-title {
    font-size: 1.01rem;
    text-align: center;
    padding: 0;
  }
  .fc-button {
    font-size: 0.93rem !important;
    padding: 0.04rem 0.42rem !important;
    border-radius: 0.42rem !important;
  }
  .fc-col-header-cell {
    font-size: 0.86rem !important;
    padding: 0.1rem 0 !important;
  }
  .fc-daygrid-day, .fc-day {
    font-size: 0.92rem !important;
    padding: 0 !important;
  }
  .fc-event {
    font-size: 0.93rem !important;
    padding: 0.03rem 0.15rem !important;
    margin-bottom: 0.08rem !important;
    border-radius: 0.4rem !important;
  }
  .fc-event-title,
  .fc-event-time {
    font-size: 0.98rem !important;
    letter-spacing: 0;
  }
  .fc-daygrid-event-dot {
    display: none !important;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.banners {
  margin-top: 17rem;
  position: relative;
  width: 100%;
  height: 60vh;
  max-height: 800px;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 480px) {
  .banners {
    height: 65vh;
  }
}
@media (min-width: 768px) {
  .banners {
    height: 75vh;
  }
}
@media (min-width: 1024px) {
  .banners {
    height: 80vh;
    margin-top: 15rem;
  }
}
.banners__slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.banners__slide--active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.banners__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)); /* Más oscuro */
  pointer-events: none;
}
@media (min-width: 480px) {
  .banners__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)); /* También un poco más oscuro que antes */
  }
}
.banners__contenido {
  position: absolute;
  right: 5%;
  bottom: 4rem;
  z-index: 3;
  text-align: left;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  max-width: 500px;
  width: 90%;
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.banners__slide--active .banners__contenido {
  opacity: 1;
  transform: translateY(0);
  animation: none;
}
@media (min-width: 768px) {
  .banners__contenido {
    right: 30%;
    bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .banners__contenido {
    right: 5%;
    bottom: 5rem;
  }
}
.banners__contenido-titulo {
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  color: #bc9f6f;
  text-transform: uppercase;
  margin: 0;
  font-weight: 800;
  letter-spacing: normal;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.banners__contenido-texto {
  font-size: 1.4rem;
  color: #efdbb2;
  max-width: 800px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  line-height: 1.8;
  font-weight: 300;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .banners__contenido-texto {
    font-size: 2rem;
  }
}
.banners__contenido-boton {
  background-color: #445a3e;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  gap: 1rem;
  border-radius: 3rem;
  font-size: 1.3rem;
  padding: 1rem 2rem;
  font-weight: 700;
  box-shadow: rgba(188, 159, 111, 0.4) 0px 8px 20px -5px;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}
.banners__contenido-boton:hover {
  background-color: rgb(90.8157894737, 120.1973684211, 82.8026315789);
  cursor: pointer;
}
.banners__contenido-boton:hover {
  background: rgb(200.955450237, 177.5630331754, 138.844549763);
  transform: translateY(-0.2rem) scale(1.01);
  box-shadow: rgba(68, 90, 62, 0.6) 0px 10px 25px -8px;
  border-color: #efdbb2;
}
@media (min-width: 768px) {
  .banners__contenido-boton {
    padding: 1.5rem 4rem;
    font-size: 1.8rem;
  }
}
.banners .banner-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #bc9f6f;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: rgba(68, 90, 62, 0.5) 0px 5px 15px;
  backdrop-filter: blur(2px);
}
.banners .banner-control svg {
  width: 24px;
  height: 24px;
}
.banners .banner-control.banner-prev {
  left: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-50%) scale(1.05);
  box-shadow: rgba(188, 159, 111, 0.7) 0px 8px 20px;
}
.banners .banner-control.banner-prev:hover {
  background-color: #FFFFFF;
}
.banners .banner-control.banner-next {
  right: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-50%) scale(1.05);
  box-shadow: rgba(188, 159, 111, 0.7) 0px 8px 20px;
}
.banners .banner-control.banner-next:hover {
  background-color: #FFFFFF;
}
@media (min-width: 480px) {
  .banners .banner-control {
    width: 45px;
    height: 45px;
  }
  .banners .banner-control svg {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 768px) {
  .banners .banner-control {
    width: 50px;
    height: 50px;
    padding: 15px;
  }
  .banners .banner-control svg {
    width: 30px;
    height: 30px;
  }
  .banners .banner-control.banner-prev {
    left: 20px;
  }
  .banners .banner-control.banner-next {
    right: 20px;
  }
}
@media (min-width: 1024px) {
  .banners .banner-control {
    width: 60px;
    height: 60px;
    padding: 20px;
  }
  .banners .banner-control svg {
    width: 36px;
    height: 36px;
  }
  .banners .banner-control.banner-prev {
    left: 30px;
  }
  .banners .banner-control.banner-next {
    right: 30px;
  }
}
.banners__pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 8px;
}
@media (min-width: 768px) {
  .banners__pagination {
    bottom: 30px;
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .banners__pagination {
    bottom: 40px;
    gap: 12px;
  }
}
.banners__pagination .pagination-dot {
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.banners__pagination .pagination-dot:hover {
  background-color: #bc9f6f;
}
.banners__pagination .pagination-dot--active {
  background-color: #445a3e;
  transform: scale(1.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .banners__pagination .pagination-dot {
    width: 10px;
    height: 10px;
  }
}

@keyframes fadeZoomUp {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.servicios {
  width: min(95%, 130rem);
  margin: 0 auto;
  margin-bottom: 4rem;
  background: linear-gradient(180deg, #fff, #f5f5f5);
  padding-top: 0rem;
}
.servicios__titulo {
  text-align: center;
  margin-bottom: 1.5rem;
}
.servicios__titulo .servicios__heading {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  text-transform: uppercase;
  color: #bc9f6f;
  letter-spacing: -0.08em;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.servicios__titulo .servicios__heading::after {
  content: "";
  display: block;
  width: 8rem;
  height: 3px;
  background-color: #bc9f6f;
  margin: 1rem auto 0;
  border-radius: 10px;
}
.servicios__titulo .servicios__heading .destacado {
  color: #445a3e;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
}
.servicios .servicios__titulo + span {
  display: block;
  font-size: clamp(1.6rem, 4vw, 2rem);
  color: #64748B;
  font-weight: 500;
  text-align: center;
  margin: 1.5rem auto 3rem;
  max-width: 60rem;
  margin: 0 auto;
  line-height: 1.6;
  padding: 0 1rem;
  font-style: italic;
  margin-bottom: 3rem;
}
.servicios .servicios__descripcion {
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  color: #64748B;
  max-width: 60rem;
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
  font-style: italic;
  margin-bottom: 3rem;
}
.servicios__grid {
  display: grid;
  gap: 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  justify-items: center;
}
@media (min-width: 1024px) {
  .servicios__grid {
    display: grid;
    gap: 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
.servicios__img {
  background: #FFFFFF;
  border: 3px solid #bc9f6f;
  border-radius: 2rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  opacity: 0;
  transform: translateY(30px) scale(0.96);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.servicios__img.animar {
  animation: fadeZoomUp 0.7s ease forwards;
}
.servicios__img.delay-1 {
  animation-delay: 0.1s;
}
.servicios__img.delay-2 {
  animation-delay: 0.2s;
}
.servicios__img.delay-3 {
  animation-delay: 0.3s;
}
.servicios__img.delay-4 {
  animation-delay: 0.4s;
}
.servicios__img.delay-5 {
  animation-delay: 0.5s;
}
.servicios__img.delay-6 {
  animation-delay: 0.6s;
}
.servicios__img:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}
.servicios__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 2rem 2rem 0 0;
  transition: transform 0.4s ease;
}
.servicios__img img:hover {
  transform: scale(1.03);
}
.servicios__img a {
  margin-top: 1rem;
  background: #445a3e;
  color: #FFFFFF;
  padding: 0.8rem 2rem;
  border-radius: 1.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-decoration: none;
  box-shadow: rgba(188, 159, 111, 0.4) 0px 8px 20px -5px;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}
@media (min-width: 768px) {
  .servicios__img a {
    font-size: 1.8rem;
  }
}
.servicios__img a:hover {
  background: #efdbb2;
  color: #3e4938;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.servicios__img a:active {
  transform: translateY(1px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .servicios {
    padding: 4rem;
  }
}

@keyframes slideFadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes expandLine {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 100px;
    opacity: 1;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.beneficios {
  font-family: "Montserrat", sans-serif;
  padding: 2rem 2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
}
.beneficios__header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.beneficios__title {
  font-size: clamp(2.5rem, 4vw, 4rem);
  color: #bc9f6f;
  margin-bottom: 1rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
}
.beneficios__title .destacado {
  color: #445a3e;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
}
.beneficios__title::after {
  content: "";
  display: block;
  width: 8rem;
  height: 3px;
  background-color: #bc9f6f;
  margin: 1.5rem auto 0 auto;
  border-radius: 0.2rem;
}
@media (min-width: 768px) {
  .beneficios__title::after {
    margin: 2rem auto 0 auto;
  }
}
.beneficios__subtitle {
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  color: #64748B;
  max-width: 60rem;
  margin: 0 auto;
  line-height: 1.6;
  font-style: italic;
}
.beneficios__container {
  width: min(95%, 130rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 1024px) {
  .beneficios__container {
    flex-direction: row;
    align-items: center;
  }
}
.beneficios__banner {
  background-image: url("../img/banner3.webp");
  background-size: cover;
  background-position: center;
  border: 1px solid #bc9f6f;
  border-radius: 0 50% 50% 0/0 100% 100% 0;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 4/5;
  margin: 0 auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.beneficios__banner.animar {
  opacity: 1;
  transform: translateX(0);
}
.beneficios__banner:hover {
  transform: scale(1.05) rotate(1deg);
}
@media (min-width: 768px) {
  .beneficios__banner {
    max-width: 350px;
  }
}
@media (min-width: 1024px) {
  .beneficios__banner {
    max-width: 450px;
  }
}
.beneficios__banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
}
.beneficios__banner-icon {
  font-size: 3rem;
  color: #bc9f6f;
  margin-bottom: 1rem;
  animation: float 3s ease-in-out infinite;
}
@media (min-width: 768px) {
  .beneficios__banner-icon {
    font-size: 4rem;
  }
}
.beneficios__banner-text {
  font-size: 1.4rem;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .beneficios__banner-text {
    font-size: 1.6rem;
  }
}
.beneficios__banner-decoration {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 2px solid #bc9f6f;
  border-radius: 50%;
  background: rgba(188, 159, 111, 0.2);
}
.beneficios__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .beneficios__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .beneficios__items {
    grid-template-columns: 1fr 1fr;
    padding-left: 2rem;
  }
}
.beneficios__item {
  background: linear-gradient(145deg, #ffffff, #f1f1f1);
  border-radius: 2rem;
  padding: 1.8rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  text-align: left;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.beneficios__item.animar {
  opacity: 1;
  transform: scale(1);
}
.beneficios__item:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .beneficios__item {
    max-width: 300px;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .beneficios__item {
    max-width: 100%;
    padding: 2.5rem;
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }
}
.beneficios__item-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #6a7866, rgb(131.1621621622, 146.1081081081, 126.8918918919));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.beneficios__item-icon i {
  font-size: 2rem;
  color: white;
}
.beneficios__item:hover .beneficios__item-icon {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .beneficios__item-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 1rem;
  }
  .beneficios__item-icon i {
    font-size: 2.5rem;
  }
}
.beneficios__item-content {
  flex: 1;
}
.beneficios__item-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #efdbb2;
  margin-bottom: 0.7rem;
  transition: color 0.3s;
}
.beneficios__item:hover .beneficios__item-title {
  color: #bc9f6f;
}
@media (min-width: 768px) {
  .beneficios__item-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .beneficios__item-title {
    font-size: 2rem;
  }
}
.beneficios__item-text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  color: #445a3e;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .beneficios__item-text {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .beneficios__item-text {
    font-size: 1.6rem;
  }
}
.beneficios__stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 4rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .beneficios__stats {
    gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .beneficios__stats {
    gap: 6rem;
  }
}
.beneficios__stat {
  text-align: center;
  padding: 1.5rem;
  background: linear-gradient(145deg, #ffffff, #f1f1f1);
  border-radius: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  min-width: 120px;
  transition: transform 0.3s ease;
}
.beneficios__stat:hover {
  transform: translateY(-5px);
}
@media (min-width: 768px) {
  .beneficios__stat {
    padding: 2rem;
    min-width: 150px;
  }
}
.beneficios__stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #bc9f6f;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .beneficios__stat-number {
    font-size: 3rem;
  }
}
.beneficios__stat-label {
  font-size: 1.4rem;
  color: #445a3e;
  font-weight: 500;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .beneficios__stat-label {
    font-size: 1.6rem;
  }
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes move-blob {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(20px);
  }
}
.before-after {
  position: relative;
  padding: 4rem 2rem;
  background-color: #FFFFFF;
  overflow: hidden;
}
.before-after::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 435px;
  background: #3e4938;
  top: -200px;
  left: -150px;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  opacity: 0.15;
  z-index: 0;
}
@media (min-width: 1024px) {
  .before-after::before {
    height: 500px;
  }
}
.before-after::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 100px;
  bottom: -1px;
  right: -10%;
  background: #3e4938;
  border-top-left-radius: 80% 50%;
  border-top-right-radius: 80% 50%;
  opacity: 0.1;
  z-index: 0;
}
@media (min-width: 1024px) {
  .before-after::after {
    height: 150px;
  }
}
.before-after__container {
  width: min(93%, 110rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .before-after__container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.before-after__titulo {
  font-size: clamp(2.5rem, 4vw, 4rem);
  text-transform: uppercase;
  font-weight: 900;
  color: #bc9f6f;
  line-height: 1.2;
  letter-spacing: -0.05rem;
  transition: transform 0.3s ease;
}
.before-after__titulo:hover {
  transform: scale(1.02);
  letter-spacing: 0.05rem;
}
.before-after__descripcion {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  color: #445a3e;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .before-after__descripcion {
    margin-top: 7rem;
  }
}
.before-after__boton {
  background-color: #445a3e;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1rem 2.5rem;
  border-radius: 3rem;
  box-shadow: rgba(188, 159, 111, 0.4) 0px 8px 20px -5px;
  border: 2px solid transparent;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}
.before-after__boton:hover {
  background-color: rgb(90.8157894737, 120.1973684211, 82.8026315789);
  cursor: pointer;
}
.before-after__boton:hover {
  background: rgb(200.955450237, 177.5630331754, 138.844549763);
  transform: translateY(-0.2rem) scale(1.01);
  box-shadow: rgba(188, 159, 111, 0.6) 0px 10px 25px -8px;
  border-color: #efdbb2;
}
.before-after__boton i {
  transition: transform 0.3s;
}
.before-after__boton:hover i {
  transform: translateX(0.5rem);
  color: #445a3e;
}
@media (min-width: 768px) {
  .before-after__boton {
    padding: 1.5rem 4rem;
    font-size: 1.8rem;
  }
}
.before-after__comparador {
  margin-top: 2rem;
  border: 3px solid #bc9f6f;
  background-color: #bc9f6f;
  border-radius: 1.5rem;
  max-width: 300px;
  max-height: 200px;
  transform: perspective(1000px) rotateX(4deg) rotateY(-16deg) rotateZ(4deg);
  box-shadow: 240px 16px 64px 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .before-after__comparador {
    max-width: 600px;
    max-height: 500px;
  }
}
.before-after__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center left;
  display: block;
  border-radius: 2rem;
  pointer-events: none;
}
.before-after__img--despues, .before-after__img--antes {
  object-position: left center;
}
.before-after__clip {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 48%;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}
.before-after__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 48%;
  width: 2px;
  background-color: #bc9f6f;
  z-index: 3;
  cursor: ew-resize;
}
.before-after__divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border: 3px solid #bc9f6f;
  border-radius: 50%;
  z-index: 4;
}

.promos-section {
  width: min(95%, 130rem);
  margin: 0 auto;
  background: #FFFFFF;
  padding: 4rem 0;
  overflow: hidden;
  position: relative;
}
.promos-section::before, .promos-section::after {
  display: none;
}
.promos-section__container {
  width: min(93%, 110rem);
  margin: 0 auto;
}
.promos-section__header {
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}
.promos-section__title {
  font-size: clamp(2.5rem, 4vw, 4rem);
  color: #bc9f6f;
  margin-bottom: 1rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  margin-bottom: 2rem;
}
.promos-section__title::after {
  content: "";
  display: block;
  width: 8rem;
  height: 3px;
  background-color: #bc9f6f;
  margin: 1rem auto 0;
  border-radius: 10px;
}
.promos-section__title .destacado {
  color: #445a3e;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
}
.promos-section__subtitle {
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  color: #64748B;
  max-width: 60rem;
  margin: 0 auto;
  line-height: 1.6;
  font-style: italic;
}
.promos-section__carousel {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
}
.promos-section__list {
  display: flex;
  gap: 0;
  transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  will-change: transform;
  margin: 0;
}
.promos-section__nav {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  color: #bc9f6f;
  font-size: 0.8rem;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: rgba(188, 159, 111, 0.5) 0px 5px 15px;
  backdrop-filter: blur(2px);
}
.promos-section__nav--prev {
  left: 1rem;
}
@media (min-width: 768px) {
  .promos-section__nav--prev {
    left: 2rem;
  }
}
.promos-section__nav--next {
  right: 1rem;
}
@media (min-width: 768px) {
  .promos-section__nav--next {
    right: 2rem;
  }
}
.promos-section__nav:hover {
  background: #FFFFFF;
  transform: translateY(-50%) scale(1.05);
  box-shadow: rgba(188, 159, 111, 0.7) 0px 8px 20px;
}
@media (min-width: 768px) {
  .promos-section__nav {
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
  }
}
.promos-section__indicators {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.promos-section__indicators .indicator {
  width: 8px;
  height: 8px;
  background: #c6c6c6;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}
.promos-section__indicators .indicator.active {
  background: #3e4938;
  transform: scale(1.4);
}
.promos-section__indicators .indicator:hover:not(.active) {
  background: #bc9f6f;
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .promos-section__indicators .indicator {
    width: 10px;
    height: 10px;
  }
}
.promos-section__no-promos {
  text-align: center;
  font-size: 2rem;
  color: #333;
  padding: 6rem 2rem;
  font-weight: 500;
}

.promo-card {
  background: #000;
  border-radius: 1.5rem;
  overflow: hidden;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  transition: box-shadow 0.3s ease, border 0.3s ease;
  border: 2px solid transparent;
  height: 45rem;
}
@media (min-width: 768px) {
  .promo-card {
    height: 50rem;
  }
}
@media (min-width: 1024px) {
  .promo-card {
    height: 50rem;
  }
}
.promo-card:hover {
  transform: none;
  box-shadow: rgba(188, 159, 111, 0.4) 0px 5px 15px;
  border-color: #bc9f6f;
}
.promo-card__image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(12.75, 12.75, 12.75);
}
.promo-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  transition: opacity 0.3s ease, transform 0.5s ease;
}
.promo-card:hover .promo-card__image {
  opacity: 1;
  transform: scale(1.05);
}
.promo-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
  opacity: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .promo-card__overlay {
    padding: 4rem 2rem;
  }
}
@media (min-width: 768px) {
  .promo-card__overlay {
    padding: 4rem 2rem;
  }
}
.promo-card__content-overlay {
  position: relative;
  z-index: 2;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.promo-card__image--placeholder {
  background: #c6c6c6;
  width: 100%;
  height: 100%;
}
.promo-card__title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #bc9f6f;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  margin-bottom: 0.5rem;
}
.promo-card__description {
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  font-weight: 300;
  color: #efdbb2;
  margin-bottom: 1rem;
  line-height: 1.5;
  max-width: 60rem;
}
.promo-card__dates {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 2rem;
  background: rgba(0, 0, 0, 0.3);
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .promo-card__dates {
    font-size: 2rem;
  }
}
.promo-card__icon {
  font-size: 1.8rem;
  color: #bc9f6f;
}
.promo-card__button {
  background-color: #445a3e;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  gap: 1rem;
  border-radius: 3rem;
  font-size: 1.3rem;
  padding: 1rem 2rem;
  font-weight: 700;
  box-shadow: rgba(188, 159, 111, 0.4) 0px 8px 20px -5px;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
  margin-bottom: 1.5rem;
}
.promo-card__button:hover {
  background-color: rgb(90.8157894737, 120.1973684211, 82.8026315789);
  cursor: pointer;
}
.promo-card__button:hover {
  background: rgb(200.955450237, 177.5630331754, 138.844549763);
  transform: translateY(-0.2rem) scale(1.01);
  box-shadow: rgba(188, 159, 111, 0.6) 0px 10px 25px -8px;
  border-color: #efdbb2;
}
.promo-card__button i {
  transition: transform 0.3s ease;
}
.promo-card__button:hover i {
  transform: translateX(0.5rem);
  color: #445a3e;
}
@media (min-width: 768px) {
  .promo-card__button {
    padding: 1.5rem 4rem;
    font-size: 1.8rem;
  }
}

/* Variables y Mixins (mantengo tus @use, asumo que tus variables están definidas allí) */
/* Animaciones */
@keyframes fadeInSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Estilos Generales de la Sección */
.odontologos-section {
  padding: 2rem 2rem;
  text-align: center;
  background-color: #FFFFFF;
  overflow: hidden;
}
.odontologos-section__heading {
  font-size: clamp(2.5rem, 4vw, 4rem);
  color: #bc9f6f;
  margin-bottom: 5rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  position: relative;
  z-index: 10;
}
.odontologos-section__heading::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.5rem;
  width: 8rem;
  height: 3px;
  background-color: #bc9f6f;
  border-radius: 5px;
}
.odontologos-section__heading .destacado {
  color: #445a3e;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
}
.odontologos-section__description {
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  color: #64748B;
  max-width: 60rem;
  margin: 0 auto;
  line-height: 1.6;
  font-style: italic;
}

/* Contenedor del Carrusel (para posicionar botones y enmascarar el track) */
.odontologos-carousel-container {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1rem;
  overflow: hidden;
}

/* Grid de Tarjetas (ahora es el viewport visible del carrusel) */
.odontologos-section__grid {
  display: flex;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.odontologos-section__grid::-webkit-scrollbar {
  display: none;
}

/* Track de Odontólogos (el que se desplaza infinitamente) */
.odontologos-track {
  display: flex;
  gap: 4rem;
  animation: scrollLeft 60s linear infinite;
  will-change: transform;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.odontologos-carousel-container:hover .odontologos-track {
  animation-play-state: paused;
}

/* Estilos de la Tarjeta del Odontólogo */
.dentist-card {
  flex: 0 0 auto;
  margin-top: 7rem;
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  box-shadow: 0 12px 25px #445a3e;
  width: 30rem;
  position: relative;
  cursor: pointer;
  transform-style: preserve-3d;
  overflow: visible;
  animation: fadeInSlideUp 0.8s ease-out forwards;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) box-shadow 0.3s ease-out ease-out;
}
.dentist-card:nth-child(1) {
  animation-delay: 0.15s;
}
.dentist-card:nth-child(2) {
  animation-delay: 0.3s;
}
.dentist-card:nth-child(3) {
  animation-delay: 0.45s;
}
.dentist-card:nth-child(4) {
  animation-delay: 0.6s;
}
.dentist-card:nth-child(5) {
  animation-delay: 0.75s;
}
.dentist-card:nth-child(6) {
  animation-delay: 0.9s;
}
.dentist-card:hover {
  transform: translateY(-2rem) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  cursor: grab;
}
.dentist-card:hover .dentist-card__photo {
  transform: translateX(-50%) translateY(-10px) scale(1.15);
}
.dentist-card__photo {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%) scale(1.1);
  max-width: 230px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 25px 35px #efdbb2);
  z-index: 10;
  pointer-events: none;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) filter 0.3s ease-out ease-out;
}
.dentist-card__image-bg {
  position: relative;
  width: 100%;
  height: 120px;
  background: -webkit-linear-gradient(90deg, #d3b791, #ffffff);
  background: linear-gradient(90deg, #d3b791, #ffffff);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  border-radius: 1.5rem 1.5rem 0 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .dentist-card__image-bg {
    height: 200px;
  }
}
.dentist-card__content {
  padding: 2rem 2rem 3rem;
  position: relative;
  z-index: 0;
  text-align: center;
  background-color: linear-gradient(359deg, rgb(255, 255, 255) 0%, rgb(227, 227, 227) 100%);
  border-radius: 0 0 1.5rem 1.5rem;
}
.dentist-card__name {
  font-size: 2.2rem;
  color: #d4b06a;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .dentist-card__name {
    font-size: 2.5rem;
  }
}
.dentist-card__specialty {
  font-size: 1.7rem;
  color: #6a7866;
  font-weight: 900;
  margin-bottom: 1rem;
}
.dentist-card__descripcion {
  font-size: clamp(1.2rem, 4vw, 1.4rem);
  line-height: 1.8;
  color: rgb(100, 116, 139);
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-align: left;
  margin-left: 1.25rem;
}
.dentist-card__social-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

/* Redes Sociales */
.social-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: #445a3e;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow: 0 4px 10px #445a3e;
  transition: all 0.3s ease-in-out ease-out;
}
.social-icon:hover {
  transform: translateY(-3px) scale(1.1);
  color: #FFFFFF;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
.social-icon--instagram:hover {
  background: #445a3e;
}
.social-icon--facebook:hover {
  background: #445a3e;
}
.social-icon--twitter:hover {
  background: #445a3e;
}
.social-icon--linkedin:hover {
  background: #445a3e;
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 20;
  font-size: 2rem;
  color: #bc9f6f;
  transition: background-color 0.3s ease transform 0.2s ease ease-out;
}
.carousel-button:hover {
  background-color: #FFFFFF;
  transform: translateY(-50%) scale(1.1);
}
.carousel-button--prev {
  left: 2rem;
}
.carousel-button--next {
  right: 2rem;
}

@media (max-width: 768px) {
  .odontologos-section {
    padding: 3rem 1rem;
  }
  .dentist-card {
    width: 100%;
    max-width: 300px;
  }
  .dentist-card__photo {
    max-width: 220px;
    top: -40px;
  }
  .social-icon {
    width: 44px;
    height: 44px;
    font-size: 2rem;
  }
  .carousel-button {
    display: flex;
    top: 25%;
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
  .carousel-button--prev {
    left: 0.5rem;
  }
  .carousel-button--next {
    right: 0.5rem;
  }
}
@media (max-width: 480px) {
  .odontologos-section__heading {
    font-size: 2.5rem;
  }
  .dentist-card {
    width: 350px;
  }
  .dentist-card__photo {
    max-width: 180px;
    top: -40px;
  }
  .carousel-button {
    top: 55%;
  }
  .carousel-button--prev {
    left: 1.3rem;
  }
  .carousel-button--next {
    right: 1.3rem;
  }
  .social-icon {
    width: 30px;
    height: 30px;
    font-size: 1.8rem;
  }
}
.auth {
  width: min(95%, 60rem);
  margin: 0 auto;
  margin-top: 19rem;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(237, 237, 237, 0.95) 100%);
  border-radius: 2rem;
  box-shadow: 0 10px 30px rgba(68, 90, 62, 0.15);
  padding: 4rem 2rem;
  max-width: 45rem;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .auth {
    max-width: 50rem;
    padding: 5rem 3rem;
    margin-top: 15rem;
  }
}
.auth:hover {
  box-shadow: 0 15px 40px rgba(68, 90, 62, 0.2);
}
.auth--registro {
  width: min(93%, 110rem);
  margin: 0 auto;
  margin-top: 19rem;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .auth--registro {
    margin-top: 18rem;
  }
}
.auth__header {
  text-align: center;
  margin-bottom: 3rem;
}
.auth__texto {
  font-size: clamp(1.6rem, 4vw, 1.8rem);
  color: #64748B;
  max-width: 60rem;
  margin: 0 auto;
  line-height: 1.6;
  font-style: italic;
}
.auth__heading {
  font-size: clamp(2.5rem, 4vw, 4rem);
  color: #bc9f6f;
  margin-bottom: 1rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  margin-bottom: 1rem;
}
.auth__heading::after {
  content: "";
  display: block;
  width: 8rem;
  height: 3px;
  background-color: #445a3e;
  margin: 1rem auto 0;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .auth {
    margin-top: 18rem;
  }
}
.auth__contenedor {
  width: min(93%, 110rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3.5rem;
}
@media (min-width: 768px) {
  .auth__contenedor {
    flex-direction: row-reverse;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.auth__formulario {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.auth__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.auth__divider {
  width: 100%;
  text-align: center;
  margin: 2rem 0;
  position: relative;
}
.auth__divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(100, 116, 139, 0.3);
}
.auth__divider span {
  background: #FFFFFF;
  padding: 0 1rem;
  color: #64748B;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
}
.auth__beneficios {
  padding: 4rem 3rem;
  background: linear-gradient(160deg, #FFFFFF 0%, #ededed 100%);
  border-radius: 2.5rem;
  border: 1px solid rgba(188, 159, 111, 0.2);
  box-shadow: 0 8px 40px rgba(68, 90, 62, 0.12);
  position: relative;
  overflow: hidden;
}
.auth__beneficios::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(188, 159, 111, 0.03) 0%, transparent 70%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .auth__beneficios {
    order: 2;
    flex: 1;
    position: sticky;
    top: 2rem;
  }
}
@media (min-width: 480px) {
  .auth__beneficios {
    padding: 2.5rem 2rem;
  }
}
.auth__beneficios .beneficios__titulo {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
  background: linear-gradient(135deg, #bc9f6f 0%, #d4b06a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 1;
}
@media (min-width: 480px) {
  .auth__beneficios .beneficios__titulo {
    font-size: 2.4rem;
  }
}
.auth__beneficios .beneficios__subtitulo {
  text-align: center;
  font-size: 1.4rem;
  color: #6a7866;
  margin-bottom: 3rem;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .auth__beneficios .beneficios__subtitulo {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
  }
}
.auth__beneficios .beneficios__lista {
  list-style: none;
  padding: 0;
  margin: 0 0 4rem 0;
  display: grid;
  gap: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .auth__beneficios .beneficios__lista {
    display: grid;
    gap: 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.auth__beneficios .beneficios__item {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1.8rem;
  border: 1px solid rgba(188, 159, 111, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.auth__beneficios .beneficios__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #bc9f6f, #d4b06a);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}
.auth__beneficios .beneficios__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(68, 90, 62, 0.15);
  border-color: rgba(188, 159, 111, 0.3);
}
.auth__beneficios .beneficios__item:hover::before {
  transform: scaleY(1);
}
.auth__beneficios .beneficios__item:hover .beneficios__icono {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 25px rgba(188, 159, 111, 0.4);
}
.auth__beneficios .beneficios__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .auth__beneficios .beneficios__item {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
    padding: 2rem 1rem;
  }
}
.auth__beneficios .beneficios__icono {
  width: 6rem;
  height: 6rem;
  min-width: 6rem;
  background: linear-gradient(135deg, #3e4938 0%, #445a3e 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 20px rgba(68, 90, 62, 0.3);
  position: relative;
}
.auth__beneficios .beneficios__icono::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(135deg, #bc9f6f, #d4b06a);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.auth__beneficios .beneficios__icono:hover::after {
  opacity: 1;
}
@media (min-width: 480px) {
  .auth__beneficios .beneficios__icono {
    width: 5rem;
    height: 5rem;
    min-width: 5rem;
  }
}
.auth__beneficios .beneficios__icono i {
  color: #bc9f6f;
  font-size: 2.4rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
@media (min-width: 480px) {
  .auth__beneficios .beneficios__icono i {
    font-size: 2rem;
  }
}
.auth__beneficios .beneficios__contenido {
  flex: 1;
}
.auth__beneficios .beneficios__contenido strong {
  display: block;
  font-size: 1.7rem;
  color: #3e4938;
  font-weight: 600;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}
@media (min-width: 480px) {
  .auth__beneficios .beneficios__contenido strong {
    font-size: 1.5rem;
  }
}
.auth__beneficios .beneficios__contenido p {
  font-size: 1.4rem;
  color: #6a7866;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 480px) {
  .auth__beneficios .beneficios__contenido p {
    font-size: 1.3rem;
  }
}
.auth__beneficios .beneficios__extra {
  margin-top: 3rem;
  padding: 3rem 2rem;
  background: linear-gradient(135deg, rgba(188, 159, 111, 0.08) 0%, rgba(212, 176, 106, 0.05) 100%);
  border-radius: 2rem;
  border: 1px solid rgba(188, 159, 111, 0.2);
  text-align: center;
  position: relative;
}
@media (min-width: 480px) {
  .auth__beneficios .beneficios__extra {
    margin-top: 2rem;
    padding: 2rem 1.5rem;
  }
}
.auth__beneficios .beneficios__extra::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #bc9f6f, #d4b06a);
  border-radius: 0 0 10px 10px;
}
.auth__beneficios .beneficios__extra .beneficios__extra-titulo {
  font-size: 1.8rem;
  color: #3e4938;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (min-width: 480px) {
  .auth__beneficios .beneficios__extra .beneficios__extra-titulo {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.auth__beneficios .beneficios__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (min-width: 480px) {
  .auth__beneficios .beneficios__stats {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.formulario__campo {
  position: relative;
}
.formulario__label {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #3e4938;
  margin-bottom: 0.8rem;
}
.formulario__input-con-icono {
  position: relative;
}
.formulario__icono {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #445a3e;
  font-size: 1.6rem;
  z-index: 2;
}
.formulario__input {
  width: 100%;
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  border: 1px solid rgba(68, 90, 62, 0.3);
  border-radius: 1rem;
  font-size: 1.6rem;
  transition: all 0.3s ease;
  background: #FFFFFF;
}
.formulario__input:focus {
  border-color: #bc9f6f;
  box-shadow: 0 0 10px rgba(188, 159, 111, 0.3);
  outline: none;
}
.formulario__input[type=password] {
  letter-spacing: 0.1em;
}
.formulario__submit {
  background-color: #bc9f6f;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-weight: 600;
  border-radius: 1rem;
  padding: 1.5rem;
  transition: all 0.3s ease;
}
.formulario__submit:hover {
  background-color: rgb(204.1943127962, 182.2037914692, 145.8056872038);
  cursor: pointer;
}
.formulario__submit:hover {
  background: rgb(179.9028436019, 147.3981042654, 93.5971563981);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(188, 159, 111, 0.3);
}

.boton-google {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  padding: 1.5rem;
  background: #FFFFFF;
  border: 1px solid rgba(68, 90, 62, 0.3);
  border-radius: 1rem;
  font-weight: 600;
  color: #3e4938;
  transition: all 0.3s ease;
  text-decoration: none;
}
.boton-google__icon {
  width: 2rem;
  height: 2rem;
}
.boton-google__span {
  font-size: 1.6rem;
}
.boton-google:hover {
  background: rgba(237, 237, 237, 0.1);
  box-shadow: 0 5px 15px rgba(68, 90, 62, 0.2);
  transform: translateY(-2px);
}

.acciones {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.acciones__enlace {
  color: #445a3e;
  text-decoration: none;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: color 0.3s ease;
}
.acciones__enlace:hover {
  color: #bc9f6f;
}
@media (min-width: 768px) {
  .acciones {
    flex-direction: row;
    justify-content: space-between;
  }
}

.stat {
  text-align: center;
  padding: 2.5rem 1.5rem;
  background: #FFFFFF;
  border-radius: 1.5rem;
  box-shadow: 0 4px 20px rgba(68, 90, 62, 0.1);
  border: 1px solid rgba(188, 159, 111, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.stat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #bc9f6f, #d4b06a);
}
.stat:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 35px rgba(188, 159, 111, 0.2);
  border-color: rgba(188, 159, 111, 0.3);
}
@media (min-width: 480px) {
  .stat {
    padding: 2rem 1rem;
  }
}
.stat__numero {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #bc9f6f, #d4b06a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.8rem;
  line-height: 1;
}
@media (min-width: 480px) {
  .stat__numero {
    font-size: 2.6rem;
  }
}
.stat__texto {
  font-size: 1.3rem;
  color: #445a3e;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (min-width: 480px) {
  .stat__texto {
    font-size: 1.2rem;
  }
}

.servicios-reserva {
  width: min(95%, 130rem);
  margin: 0 auto;
  margin-top: 24rem;
  background: linear-gradient(90deg, #f9f9f9 0%, #ffffff 100%);
  border-radius: 1.5rem;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  padding: 3rem;
  margin-bottom: 3rem;
}
.servicios-reserva__tittle {
  font-size: clamp(2.8rem, 5vw, 4rem);
  text-transform: uppercase;
  font-weight: 900;
  color: #bc9f6f;
  margin: 2rem 0 2rem;
  line-height: 1.1;
  letter-spacing: -0.08em;
  text-align: center;
  transition: transform 0.3s, letter-spacing 0.3s;
}
@media (min-width: 768px) {
  .servicios-reserva {
    margin-top: 17rem;
  }
}

.selector-servicio {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.selector-servicio__carousel {
  display: flex;
  align-items: center;
  position: relative;
}
.selector-servicio__scroll {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 1rem 2rem;
  flex-grow: 1;
}
.selector-servicio__scroll::-webkit-scrollbar {
  height: 6px;
}
.selector-servicio__scroll::-webkit-scrollbar-thumb {
  background-color: #bc9f6f;
  border-radius: 15px;
}
.selector-servicio__scroll::-webkit-scrollbar-track {
  background: transparent;
}
.selector-servicio__item {
  white-space: nowrap;
  flex-shrink: 0;
  background-color: #fff;
  border: 2px solid #bc9f6f;
  border-radius: 1rem;
  padding: 1.2rem 2.4rem;
  font-weight: 600;
  font-size: 1.6rem;
  color: #6a7866;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}
.selector-servicio__item:hover {
  background-color: #6a7866;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.selector-servicio__item.activo {
  background-color: #445a3e;
  color: #fff;
  border-color: #bc9f6f;
  font-weight: 700;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .selector-servicio__item {
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
  }
}

.detalle-servicio {
  padding: 0.5rem 1.5rem;
  border-top: 2px solid #EDEDED;
  scroll-margin-top: 30rem;
}
@media (min-width: 1024px) {
  .detalle-servicio {
    scroll-margin-top: 45rem;
  }
}
@media (min-width: 768px) {
  .detalle-servicio {
    scroll-margin-top: 50rem;
  }
}
.detalle-servicio .detalle-servicio__booking {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
  position: relative;
}
.detalle-servicio__contenedor, .detalle-servicio__contenedora {
  flex-direction: column;
  gap: 5rem;
  opacity: 1;
  pointer-events: auto;
  transition: none;
  align-items: center;
}
@media (min-width: 768px) {
  .detalle-servicio__contenedor, .detalle-servicio__contenedora {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .detalle-servicio__contenedor, .detalle-servicio__contenedora {
    flex-direction: row;
    align-items: center;
  }
}
.detalle-servicio__contenedor {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .detalle-servicio__contenedor {
    flex-direction: row;
  }
}
.detalle-servicio__contenedor.activo {
  display: block;
}
.detalle-servicio__contenedora {
  display: none;
}
.detalle-servicio__contenedora.activo {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .detalle-servicio__contenedora.activo {
    flex-direction: row;
  }
}
.detalle-servicio__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  flex: 1;
  background: #ffffff;
  padding: 2rem;
  border-radius: 1.2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}
@media (min-width: 1024px) {
  .detalle-servicio__info {
    flex-direction: row;
  }
}
@media (max-width: 600px) {
  .detalle-servicio__info {
    padding: 1.2rem;
    gap: 1.2rem;
  }
}
.detalle-servicio__imagen {
  flex-shrink: 0;
}
.detalle-servicio__imagen img {
  width: auto;
  height: 25rem;
  object-fit: cover;
  border-radius: 1.5rem;
  border: 2px solid #bc9f6f;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}
.detalle-servicio__contenido {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 600px) {
  .detalle-servicio__contenido {
    gap: 1rem;
  }
}
.detalle-servicio__titulo {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2rem;
  margin: 0;
  color: #bc9f6f;
  text-align: center;
}
@media (min-width: 768px) {
  .detalle-servicio__titulo {
    font-size: 3rem;
  }
}
.detalle-servicio__descripcion, .detalle-servicio__politica, .detalle-servicio__contacto {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.8;
  font-weight: 500;
}
@media (min-width: 768px) {
  .detalle-servicio__descripcion, .detalle-servicio__politica, .detalle-servicio__contacto {
    font-size: 1.7rem;
  }
}
.detalle-servicio__contacto a {
  color: #efdbb2;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.3s;
}
.detalle-servicio__contacto a:hover {
  color: #bc9f6f;
}
.detalle-servicio__reserva {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  text-align: right;
  color: #bc9f6f;
}
@media (min-width: 768px) {
  .detalle-servicio__reserva {
    min-width: 20rem;
  }
}
@media (max-width: 600px) {
  .detalle-servicio__reserva {
    gap: 1.5rem;
  }
}
.detalle-servicio__precio {
  font-weight: 700;
  font-size: 2.5rem;
  margin: 0;
  color: #6a7866;
}
@media (min-width: 768px) {
  .detalle-servicio__precio {
    font-size: 3rem;
  }
}
.detalle-servicio__label {
  font-weight: 600;
  font-size: 1.5rem;
  color: #bc9f6f;
}
@media (min-width: 768px) {
  .detalle-servicio__label {
    font-size: 1.7rem;
  }
}
.detalle-servicio__date, .detalle-servicio__textarea {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.4rem;
  border: 1.5px solid #ccc;
  border-radius: 0.6rem;
  font-family: "Montserrat", sans-serif;
  transition: border-color 0.3s;
}
.detalle-servicio__date:focus, .detalle-servicio__textarea:focus {
  border-color: #bc9f6f;
  outline: none;
}
@media (min-width: 768px) {
  .detalle-servicio__date, .detalle-servicio__textarea {
    font-size: 1.6rem;
  }
}
.detalle-servicio__textarea {
  resize: vertical;
}
.detalle-servicio__booking {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.detalle-servicio__boton {
  background: #445a3e;
  color: #FFFFFF;
  font-weight: 700;
  padding: 1.5rem 3rem;
  border-radius: 0.8rem;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #bc9f6f;
}
.detalle-servicio__boton:hover {
  background: #efdbb2;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}
@media (max-width: 600px) {
  .detalle-servicio__boton {
    width: 100%;
    padding: 1rem 0;
    font-size: 1.3rem;
  }
}
.detalle-servicio__times {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.detalle-servicio__times-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  color: #bc9f6f;
  margin-top: 0.5rem;
  margin-bottom: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: left;
}
@media (max-width: 600px) {
  .detalle-servicio__times-title {
    font-size: 1.5rem;
  }
}
.detalle-servicio__times-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
  gap: 1.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-items: center;
}
@media (max-width: 600px) {
  .detalle-servicio__times-list {
    grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
    gap: 0.5rem;
  }
}
.detalle-servicio__time-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.1rem 0.5rem;
  background: #fff;
  border: 1.5px solid #bc9f6f;
  border-radius: 0.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #6a7866;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  box-shadow: 0 2px 9px rgba(239, 219, 178, 0.07);
}
.detalle-servicio__time-label input[type=radio] {
  accent-color: #6a7866;
  margin-bottom: 0.4rem;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}
.detalle-servicio__time-label:hover, input[type=radio]:focus + .detalle-servicio__time-label {
  background: #6a7866;
  color: #fff;
  border-color: #6a7866;
}
.detalle-servicio__time-label--seleccionado {
  background-color: #445a3e !important;
  color: #fff !important;
  border-color: #efdbb2 !important;
}
.detalle-servicio__time-label--ocupado {
  background: #f3f3f3 !important;
  color: #bcbcbc !important;
  border: 1.5px dashed #ccc !important;
  cursor: not-allowed !important;
  opacity: 0.55;
  pointer-events: none;
}
.detalle-servicio__time-label--ocupado input[type=radio] {
  pointer-events: none;
  cursor: not-allowed;
  accent-color: #ccc;
}

.flatpickr-calendar {
  font-family: "Montserrat", sans-serif !important;
  border: 1px solid #BC9F6F !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  z-index: 9999 !important;
}

.flatpickr-day.today {
  background: #EDEDED !important;
  color: #3E4938 !important;
  font-weight: 600;
  border-radius: 50%;
}

.flatpickr-day.selected,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover {
  background: #BC9F6F !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50% !important;
}

.flatpickr-months {
  background-color: #fff !important;
  color: #3E4938 !important;
  border-bottom: 1px solid #f0f0f0;
}

.flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  background: transparent !important;
  color: #3E4938 !important;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif !important;
  border: none !important;
}

.flatpickr-weekday {
  color: #3E4938 !important;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.flatpickr-day:hover {
  background: #f9f4eb !important;
  border-radius: 50%;
  color: #3E4938 !important;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  background: #f6f6f6 !important;
  color: #cccccc !important;
  cursor: not-allowed;
  text-decoration: line-through;
}

.icono-servicio {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 6px;
}

.reservas {
  padding: 4rem 2rem;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 22.5rem;
}
@media (min-width: 768px) {
  .reservas {
    padding: 5rem 2rem;
    margin-top: 15.5rem;
  }
}
.reservas__header {
  text-align: center;
  margin-bottom: 2.5rem;
  animation: fadeIn 0.6s ease-out;
}
.reservas__title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  text-transform: uppercase;
  color: #bc9f6f;
  letter-spacing: -0.08em;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  text-align: center;
}
.reservas__title::after {
  content: "";
  display: block;
  width: 8rem;
  height: 3px;
  background-color: #bc9f6f;
  margin: 1rem auto 0;
  border-radius: 10px;
}
.reservas__title .destacado {
  color: #445a3e;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
}
.reservas__subtitle {
  font-size: clamp(1.6rem, 4vw, 1.8rem);
  color: #64748B;
  max-width: 60rem;
  margin: 0 auto;
  line-height: 1.6;
  font-style: italic;
}
.reservas__grid {
  display: grid;
  display: grid;
  gap: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .reservas__grid {
    gap: 2rem;
    display: grid;
    gap: 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.card {
  background: #FFFFFF;
  border: 2.5px solid rgba(198, 198, 198, 0.3);
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.2s ease;
  text-decoration: none;
  color: inherit;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  animation: slideIn 0.5s ease-out;
}
@media (min-width: 480px) {
  .card {
    padding: 1rem;
    gap: 2rem;
  }
}
.card:nth-child(2) {
  animation-delay: 0.1s;
}
.card:hover {
  border-color: #bc9f6f;
  box-shadow: 0 4px 20px rgba(62, 73, 56, 0.12);
  transform: translateY(-2px);
}
.card:hover::before {
  width: 4px;
}
.card:hover .card__icon-container {
  transform: scale(1.05);
}
.card:hover .card__arrow {
  transform: translateX(3px);
}
.card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #bc9f6f;
  transition: width 0.3s ease;
  border-radius: 12px 0 0 12px;
}
.card__icon-container {
  flex-shrink: 0;
  width: 10rem;
  height: auto;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  transition: transform 0.2s ease;
}
@media (min-width: 768px) {
  .card__icon-container {
    width: 20rem;
    height: auto;
    font-size: 2rem;
  }
}
.card__img {
  border-radius: 1.5rem;
}
.card__content {
  flex: 1;
}
.card__title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #bc9f6f;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .card__title {
    font-size: 2rem;
  }
}
.card__description {
  color: #6a7866;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
@media (min-width: 1024px) {
  .card__description {
    font-size: 1.6rem;
  }
}
.card__features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.card__feature {
  background: rgba(188, 159, 111, 0.1);
  color: #bc9f6f;
  padding: 0.2rem 0.6rem;
  border-radius: 6px;
  border: 1px solid rgba(188, 159, 111, 0.3);
  font-size: clamp(1.1rem, 5vw, 1.2rem);
  font-weight: 600;
}
.card__arrow {
  color: #bc9f6f;
  font-size: 3rem;
  transition: transform 0.2s ease;
}
.card--primera-vez .card__icon-container {
  background: rgba(212, 176, 106, 0.15);
  color: #bc9f6f;
}
.card--continuidad .card__icon-container {
  background: rgba(68, 90, 62, 0.15);
  color: #445a3e;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.citas {
  margin-top: 20rem;
  padding: 3rem;
  max-width: 700px;
}
.citas__titulo {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  color: #222;
}
.citas__mensaje {
  text-align: center;
  font-size: 1.8rem;
  color: #666;
}
.citas__lista {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.citas__item {
  background: #f9f9f9;
  border-left: 5px solid #0077cc;
  padding: 2rem;
  border-radius: 0.8rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.citas__dato {
  font-size: 1.6rem;
  margin: 0.3rem 0;
}
.citas__estado {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 1rem;
}
.citas__estado--confirmada {
  color: #2e7d32;
}
.citas__estado--pendiente {
  color: #e57535;
}

.pago {
  width: min(93%, 110rem);
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 1.2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 5rem 3rem;
  margin-top: 18rem;
}
.pago__titulo {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #bc9f6f;
  margin-top: 5rem;
  margin-bottom: 2rem;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .pago__titulo {
    font-size: 4rem;
  }
}
.pago__contenido {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 768px) {
  .pago__contenido {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.pago__izquierda, .pago__derecha {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pago__resumen {
  background-color: #FFFFFF;
  border: 1px solid #bc9f6f;
  border-radius: 1rem;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.pago__texto {
  font-size: 1.9rem;
  color: #bc9f6f;
  font-weight: 700;
  margin-bottom: 1rem;
}
.pago__monto {
  font-size: 3rem;
  color: #445a3e;
  font-weight: 800;
}
.pago__formulario {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.pago__boton {
  width: 100%;
  background-color: #b0f2ae;
  max-width: 300px;
  padding: 1.3rem 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 0.8rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.pago__boton--primario {
  background-color: #007df4;
  color: #FFFFFF;
}
.pago__boton--primario:hover {
  transform: translateY(-2px);
  background-color: #efdbb2;
}
.pago__boton--secundario {
  background-color: #f44336;
  color: #FFFFFF;
}
.pago__boton--secundario:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}
.pago .alerta-pago {
  background: #FFFFFF;
  border: 1px solid #bc9f6f;
  border-radius: 1rem;
  padding: 2.5rem;
  font-size: 1.5rem;
  line-height: 1.7;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}
.pago .alerta-pago strong {
  color: #bc9f6f;
}
.pago .alerta-pago .contador-pago {
  margin-top: 2rem;
  font-size: 2.6rem;
  font-weight: bold;
  color: #d32f2f;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.pago .alerta-pago .contador-pago::before {
  content: "⏳";
  font-size: 2.2rem;
}
.pago .pago__metodos {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.4rem;
  color: #555;
}
.pago .pago__metodos p {
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #445a3e;
}
.pago .pago__metodos small {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  color: #666;
}
.pago .pago__iconos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
.pago .pago__iconos img {
  height: 22px;
  width: auto;
  filter: grayscale(0.2);
  transition: transform 0.2s;
}
.pago .pago__iconos img:hover {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .pago .pago__iconos img {
    height: 28px;
  }
}

.nosotros {
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
.nosotros .nosotros-hero {
  background-image: linear-gradient(135deg, rgba(62, 73, 56, 0.85) 0%, rgba(68, 90, 62, 0.75) 50%, rgba(106, 120, 102, 0.65) 100%), url("/build/img/hero-nosotros.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 16rem 0 8rem;
  text-align: center;
  color: #FFFFFF;
  margin-top: 16rem;
  position: relative;
  overflow: hidden;
}
.nosotros .nosotros-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(188, 159, 111, 0.1) 70%);
  pointer-events: none;
}
.nosotros .nosotros-hero__contenido {
  position: relative;
  z-index: 2;
}
.nosotros .nosotros-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: rgba(188, 159, 111, 0.15);
  border: 1px solid rgba(188, 159, 111, 0.3);
  padding: 0.8rem 1.6rem;
  border-radius: 5rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #bc9f6f;
  margin-bottom: 2rem;
  backdrop-filter: blur(10px);
}
.nosotros .nosotros-hero__badge i {
  font-size: 1.4rem;
}
.nosotros .nosotros-hero__heading {
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  color: #bc9f6f;
  margin-bottom: 2rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 4px 8px;
  line-height: 1.1;
}
.nosotros .nosotros-hero__texto {
  font-size: clamp(1.6rem, 2vw, 2rem);
  color: #ededed;
  max-width: 75rem;
  margin: 0 auto 4rem;
  line-height: 1.8;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px;
}
.nosotros .nosotros-hero__stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 4rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .nosotros .nosotros-hero__stats {
    gap: 5rem;
  }
}
.nosotros .nosotros-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 12rem;
  transition: transform 0.3s ease;
}
.nosotros .nosotros-hero__stat:hover {
  transform: translateY(-0.5rem);
}
.nosotros .nosotros-hero__stat-numero {
  font-size: 2.8rem;
  font-weight: 900;
  color: #bc9f6f;
  line-height: 1;
}
.nosotros .nosotros-hero__stat-texto {
  font-size: 1.2rem;
  color: #ededed;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.nosotros__titulo-principal {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #bc9f6f;
  letter-spacing: -0.08em;
  margin-bottom: 2rem;
  font-weight: 1000;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  animation: slideInUp 1.2s ease-out forwards;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .nosotros__titulo-principal {
    font-size: 4.5rem;
  }
}
.nosotros__subtitulo {
  font-size: 1.6rem;
  max-width: 800px;
  line-height: 1.6;
  opacity: 0;
  color: #FFFFFF;
  animation: fadeIn 1.8s ease-out 0.8s forwards;
  position: relative;
  z-index: 1;
  font-style: italic;
}
@media (min-width: 768px) {
  .nosotros__subtitulo {
    font-size: 2.5rem;
  }
}
.nosotros__titulo {
  text-transform: uppercase;
  font-size: 2.5rem;
  color: #bc9f6f;
  letter-spacing: -0.08em;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .nosotros__titulo {
    font-size: 4.5rem;
  }
}
.nosotros__descripcion {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #000;
  text-align: justify;
  margin-bottom: 2.5rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .nosotros__descripcion {
    font-size: 1.6rem;
  }
}
.nosotros__historia {
  width: min(95%, 130rem);
  margin: 0 auto;
  padding: 6rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .nosotros__historia {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6rem;
  }
}
.nosotros__historia-texto {
  flex: 1;
  order: 2;
}
@media (min-width: 1024px) {
  .nosotros__historia-texto {
    order: 1;
  }
}
.nosotros__historia-texto p strong {
  color: #3e4938;
}
.nosotros__historia-imagen {
  flex: 1;
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .nosotros__historia-imagen {
    order: 2;
  }
}
.nosotros__historia-imagen img {
  max-width: 100%;
  height: auto;
  border-radius: 2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease-out;
  border: 4px solid #bc9f6f;
}
.nosotros__historia-imagen img:hover {
  transform: scale(1.03) rotate(-1deg);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}
.nosotros__clinica {
  width: min(95%, 130rem);
  margin: 0 auto;
  background-color: #ededed;
  padding: 6rem 2rem;
  text-align: center;
}
.nosotros__clinica .nosotros__titulo {
  color: #bc9f6f;
}
.nosotros__clinica .nosotros__descripcion {
  margin-bottom: 4rem;
}
.nosotros__clinica .nosotros__descripcion strong {
  color: #3e4938;
}
.nosotros__galeria {
  width: min(95%, 130rem);
  margin: 0 auto;
  display: grid;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .nosotros__galeria {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .nosotros__galeria {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.nosotros__galeria img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 1.5rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  border: 3px solid transparent;
}
.nosotros__galeria img:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  border: 3px solid #bc9f6f;
}
.nosotros__mision-vision {
  width: min(93%, 110rem);
  margin: 0 auto;
  background-color: linear-gradient(90deg, rgb(248, 250, 252) 0%, rgb(106, 120, 102) 100%);
  padding: 4rem 2rem;
  width: min(95%, 130rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 768px) {
  .nosotros__mision-vision {
    flex-direction: row;
    gap: 5rem;
  }
}
.nosotros__mision, .nosotros__vision {
  flex: 1;
  background-color: #FFFFFF;
  padding: 4rem 1rem;
  border-radius: 1.8rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  text-align: center;
  border-bottom: 8px solid #bc9f6f;
}
.nosotros__mision:hover, .nosotros__vision:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
  border-bottom-color: #445a3e;
}
.nosotros__mision .nosotros__descripcion, .nosotros__vision .nosotros__descripcion {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 0;
}
.nosotros__mision .nosotros__descripcion strong, .nosotros__vision .nosotros__descripcion strong {
  color: #efdbb2;
}
@media (min-width: 768px) {
  .nosotros__mision .nosotros__descripcion, .nosotros__vision .nosotros__descripcion {
    font-size: 1.6rem;
  }
}
.nosotros__valores {
  width: min(95%, 130rem);
  margin: 0 auto;
  padding: 3rem 2rem;
  text-align: center;
}
.nosotros__lista-valores {
  list-style: none;
  padding: 0;
  margin-top: 4rem;
  display: grid;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .nosotros__lista-valores {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .nosotros__lista-valores {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(5, 1fr);
  }
}
.nosotros__valor {
  background-color: #FFFFFF;
  padding: 3rem;
  border-radius: 1.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  font-size: 1.4rem;
  font-weight: 700;
  color: #445a3e;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-top: 5px solid #efdbb2;
}
.nosotros__valor i {
  font-size: 4.5rem;
  margin-bottom: 1.5rem;
  display: block;
  color: #bc9f6f;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  .nosotros__valor {
    font-size: 1.6rem;
  }
}
.nosotros__equipo {
  background-color: #ededed;
  padding: 6rem 2rem;
  width: min(95%, 130rem);
  margin: 0 auto;
  text-align: center;
}
.nosotros__equipo .nosotros__descripcion {
  margin-bottom: 4rem;
}
.nosotros__equipo .nosotros__descripcion strong {
  color: #3e4938;
}
.nosotros__testimonios {
  padding: 2rem 2rem;
  width: min(93%, 110rem);
  margin: 0 auto;
  text-align: center;
  background-color: #FFFFFF;
}
.nosotros__testimonios .nosotros__titulo {
  color: #bc9f6f;
}
.nosotros__testimonios-grid {
  margin-top: 4rem;
  display: grid;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .nosotros__testimonios-grid {
    display: grid;
    gap: 3.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .nosotros__testimonios-grid {
    display: grid;
    gap: 3.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.nosotros__testimonio-card {
  background-color: linear-gradient(90deg, rgb(248, 250, 252) 0%, rgb(106, 120, 102) 100%);
  padding: 3.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}
.nosotros__testimonio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
.nosotros__testimonio-card::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  font-size: 6rem;
  color: rgba(188, 159, 111, 0.2);
  z-index: 0;
}
.nosotros__testimonio-texto {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #000;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  font-style: italic;
}
@media (min-width: 768px) {
  .nosotros__testimonio-texto {
    font-size: 1.7rem;
  }
}
.nosotros__testimonio-autor {
  font-size: 1.3rem;
  color: #3e4938;
  font-weight: 700;
  text-align: right;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .nosotros__testimonio-autor {
    font-size: 1.5rem;
  }
}
.nosotros__ubicacion {
  background-color: #FFFFFF;
  padding: 1rem 2rem;
  padding-bottom: 3rem;
  text-align: center;
  width: min(95%, 130rem);
  margin: 0 auto;
}
.nosotros__ubicacion .nosotros__titulo {
  font-size: clamp(2.5rem, 4vw, 4rem);
  color: #bc9f6f;
  margin-bottom: 1rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  margin-bottom: 2rem;
}
.nosotros__ubicacion .nosotros__titulo::after {
  content: "";
  display: block;
  width: 8rem;
  height: 3px;
  background-color: #bc9f6f;
  margin: 1rem auto 0;
  border-radius: 10px;
}
.nosotros__ubicacion .nosotros__titulo .destacado {
  color: #445a3e;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
}
.nosotros__ubicacion-contenido {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 768px) {
  .nosotros__ubicacion-contenido {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5rem;
  }
}
.nosotros__mapa {
  flex: 2;
  height: 450px;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border: 4px solid #efdbb2;
}
.nosotros__mapa iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.nosotros__contacto-info {
  flex: 1;
  text-align: left;
}
.nosotros__contacto-info .nosotros__descripcion {
  margin-bottom: 3rem;
  text-align: left;
}
.nosotros__contacto-info .nosotros__descripcion strong {
  color: #000;
}
.nosotros__contacto-lista {
  list-style: none;
  padding: 0;
  margin-bottom: 3.5rem;
}
.nosotros__contacto-lista li {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 1.5rem;
  align-items: center;
}
.nosotros__contacto-lista li i {
  color: #bc9f6f;
  font-size: 2.2rem;
  flex-shrink: 0;
  padding: 0.6rem;
}
.nosotros__contacto-lista li a {
  color: #3e4938;
  text-decoration: none;
  transition: color 0.3s ease;
}
.nosotros__contacto-lista li a:hover {
  color: #efdbb2;
}
@media (min-width: 768px) {
  .nosotros__contacto-lista li {
    font-size: 1.6rem;
    display: flex;
    gap: 1rem;
  }
}
.nosotros__boton--secundario {
  background-color: #3e4938;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  display: block;
  width: fit-content;
  margin-left: 0;
  margin-right: auto;
  padding: 1.5rem 3rem;
  font-size: 1.8rem;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.nosotros__boton--secundario:hover {
  background-color: rgb(86.511627907, 101.8604651163, 78.1395348837);
  cursor: pointer;
}
.nosotros__boton--secundario:hover {
  background-color: #efdbb2;
}
.nosotros__cta {
  background-color: #6a7866;
  color: #FFFFFF;
  padding: 7rem 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .nosotros__cta {
    flex-direction: row;
    justify-content: center;
    gap: 4rem;
    padding: 9rem 3rem;
  }
}
.nosotros__titulo-cta {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  font-weight: 700;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  max-width: 900px;
}
@media (min-width: 768px) {
  .nosotros__titulo-cta {
    margin-bottom: 0;
    font-size: 4.5rem;
  }
}
.nosotros__boton {
  background-color: #445a3e;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 2rem 1rem;
  font-size: 1.3rem;
  border-radius: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  box-shadow: rgba(188, 159, 111, 0.4) 0px 8px 20px -5px;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}
.nosotros__boton:hover {
  background-color: rgb(90.8157894737, 120.1973684211, 82.8026315789);
  cursor: pointer;
}
.nosotros__boton:hover {
  background: rgb(200.955450237, 177.5630331754, 138.844549763);
  transform: translateY(-0.2rem) scale(1.01);
  box-shadow: rgba(68, 90, 62, 0.6) 0px 10px 25px -8px;
  border-color: #efdbb2;
}
@media (min-width: 768px) {
  .nosotros__boton {
    font-size: 1.5rem;
    padding: 2rem 4rem;
  }
}
.nosotros__faq {
  width: min(95%, 130rem);
  margin: 0 auto;
  padding: 6rem 2rem;
  text-align: center;
}
.nosotros__faq-lista {
  margin-top: 4rem;
  display: grid;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .nosotros__faq-lista {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.nosotros__faq-item {
  background-color: #FFFFFF;
  padding: 3rem;
  border-radius: 1.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: all 0.3s ease;
  cursor: pointer;
}
.nosotros__faq-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
.nosotros__faq-item:hover .nosotros__faq-pregunta {
  color: #efdbb2;
}
.nosotros__faq-pregunta {
  font-size: 2.2rem;
  color: #3e4938;
  margin-bottom: 1rem;
  font-weight: 700;
  position: relative;
  padding-right: 3rem;
}
.nosotros__faq-pregunta::before {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5rem;
  color: #bc9f6f;
  font-weight: 700;
  transition: transform 0.3s ease;
}
.nosotros__faq-respuesta {
  font-size: 1.4rem;
  color: #64748B;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .nosotros__faq-respuesta {
    font-size: 1.6rem;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes heroGradientShift {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.nosotros__heading {
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 900;
  text-transform: uppercase;
  color: #bc9f6f;
  letter-spacing: -0.08em;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 0;
  text-align: center;
}
.nosotros__heading::after {
  content: "";
  display: block;
  width: 8rem;
  height: 3px;
  background-color: #bc9f6f;
  margin: 1rem auto 0;
  border-radius: 10px;
}
.nosotros__heading .destacado {
  color: #445a3e;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
}
.nosotros__heading--sub {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  text-transform: uppercase;
  color: #bc9f6f;
  letter-spacing: -0.08em;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 0;
  text-align: center;
}
.nosotros__heading--sub::after {
  content: "";
  display: block;
  width: 8rem;
  height: 3px;
  background-color: #445a3e;
  margin: 1rem auto 0;
  border-radius: 10px;
}

.servicio-detalle {
  margin-top: 17rem;
}

.servicio-hero {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 16rem 0 8rem;
  text-align: center;
  color: #FFFFFF;
  margin-top: 16rem;
  position: relative;
  overflow: hidden;
}
.servicio-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(188, 159, 111, 0.1) 70%);
  pointer-events: none;
}
.servicio-hero__contenido {
  position: relative;
  z-index: 2;
}
.servicio-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: rgba(188, 159, 111, 0.15);
  border: 1px solid rgba(188, 159, 111, 0.3);
  padding: 0.8rem 1.6rem;
  border-radius: 5rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #bc9f6f;
  margin-bottom: 2rem;
  backdrop-filter: blur(10px);
}
.servicio-hero__badge i {
  font-size: 1.4rem;
}
.servicio-hero__heading {
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  color: #bc9f6f;
  margin-bottom: 2rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 4px 8px;
  line-height: 1.1;
}
.servicio-hero__texto {
  font-size: clamp(1.6rem, 2vw, 2rem);
  color: #ededed;
  max-width: 75rem;
  margin: 0 auto 4rem;
  line-height: 1.8;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px;
}
.servicio-hero__stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 4rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .servicio-hero__stats {
    gap: 5rem;
  }
}
.servicio-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 12rem;
  transition: transform 0.3s ease;
}
.servicio-hero__stat:hover {
  transform: translateY(-0.5rem);
}
.servicio-hero__stat-numero {
  font-size: 2.8rem;
  font-weight: 900;
  color: #bc9f6f;
  line-height: 1;
}
.servicio-hero__stat-texto {
  font-size: 1.2rem;
  color: #ededed;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* --- Contenido Principal --- */
.servicio-contenido {
  width: min(95%, 130rem);
  margin: 0 auto;
  padding: 5rem 0;
}
@media (min-width: 1024px) {
  .servicio-contenido__grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: flex-start;
  }
}
.servicio-contenido__sidebar {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .servicio-contenido__sidebar {
    margin-bottom: 0;
    position: sticky;
    top: 4rem;
  }
}
.servicio-contenido__principal {
  width: min(95%, 60rem);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .servicio-contenido__principal {
    width: min(93%, 110rem);
    margin: 0 auto;
  }
}
.servicio-contenido__heading {
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 900;
  text-transform: uppercase;
  color: #bc9f6f;
  letter-spacing: -0.08em;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.servicio-contenido__heading::after {
  content: "";
  display: block;
  width: 8rem;
  height: 3px;
  background-color: #bc9f6f;
  margin: 1rem auto 0;
  border-radius: 10px;
}
.servicio-contenido__heading .destacado {
  color: #445a3e;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
}
.servicio-contenido__subheading {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin: 2rem 0;
  color: #bc9f6f;
  font-size: 2rem;
  margin-top: 4rem;
  border-bottom: 2px solid #efdbb2;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .servicio-contenido__subheading {
    font-size: 2.5rem;
  }
}
.servicio-contenido__descripcion {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
}
@media (min-width: 768px) {
  .servicio-contenido__descripcion {
    font-size: 1.6rem;
  }
}

/* --- Caja de Sidebar --- */
.servicio-caja {
  background-color: #FFFFFF;
  border: 1px solid #bc9f6f;
  padding: 2.5rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
  border-left: 5px solid #6a7866;
}
.servicio-caja__titulo {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin: 2rem 0;
  font-size: 1.8rem;
  color: #bc9f6f;
  margin: 0 0 1.5rem 0;
}
@media (min-width: 768px) {
  .servicio-caja__titulo {
    font-size: 2.5rem;
  }
}
.servicio-caja__texto {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #000;
  margin: 0;
}
.servicio-caja__texto i {
  color: #445a3e;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .servicio-caja__texto {
    font-size: 1.6rem;
  }
}
.servicio-caja--garantia {
  background-color: rgb(252.1612903226, 248.6129032258, 241.3387096774);
  border-left-color: #bc9f6f;
}
.servicio-caja--garantia .servicio-caja__titulo {
  color: rgb(204.1943127962, 182.2037914692, 145.8056872038);
}
.servicio-caja--garantia .servicio-caja__texto {
  font-weight: 700;
  color: rgb(220.3886255924, 205.4075829384, 180.6113744076);
}
.servicio-caja--garantia .servicio-caja__texto i {
  color: rgb(204.1943127962, 182.2037914692, 145.8056872038);
}

/* --- Card del Especialista --- */
.especialista-card {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.especialista-card__imagen {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  object-fit: cover;
}
.especialista-card__info {
  flex: 1;
}
.especialista-card__nombre {
  font-weight: 700;
  font-size: 1.8rem;
  color: #3e4938;
  margin: 0;
}
.especialista-card__especialidad {
  font-size: 1.5rem;
  color: #6a7866;
  margin: 0.5rem 0 0 0;
}

/* --- Lista de Beneficios / Items --- */
.servicio-lista {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .servicio-lista {
    grid-template-columns: repeat(2, 1fr);
  }
}
.servicio-lista__item {
  font-size: 1.4rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  line-height: 1.6;
}
.servicio-lista__item i {
  color: #445a3e;
  font-size: 2rem;
  margin-top: 0.2rem;
}
@media (min-width: 768px) {
  .servicio-lista__item {
    font-size: 1.6rem;
  }
}

/* --- Pasos del Proceso --- */
.proceso {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.proceso__item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.proceso__numero {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  background-color: #445a3e;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proceso__titulo {
  font-size: 1.6rem;
  font-weight: 700;
  color: #445a3e;
  margin: 0 0 0.5rem 0;
}
@media (min-width: 768px) {
  .proceso__titulo {
    font-size: 2rem;
  }
}
.proceso__descripcion {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .proceso__descripcion {
    font-size: 1.6rem;
  }
}

/* --- CTA Final --- */
.servicio-cta-final {
  margin-top: 5rem;
  background-color: #FFFFFF;
  border: 1px solid #bc9f6f;
  padding: 3rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .servicio-cta-final {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
.servicio-cta-final__label {
  font-size: 1.6rem;
  color: #bc9f6f;
  margin: 0;
  font-weight: 700;
}
.servicio-cta-final__valor {
  font-size: 3.5rem;
  color: #6a7866;
  font-weight: 900;
  margin: 0.5rem 0;
}
.servicio-cta-final__texto {
  font-size: 1.5rem;
  color: #bc9f6f;
  margin: 0;
}

.boton-pantone {
  background-color: #445a3e;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  border-radius: 0.5rem;
  text-transform: uppercase;
  width: auto;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  box-shadow: rgba(188, 159, 111, 0.4) 0px 8px 20px -5px;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}
.boton-pantone:hover {
  background-color: rgb(90.8157894737, 120.1973684211, 82.8026315789);
  cursor: pointer;
}
.boton-pantone:hover {
  background: rgb(200.955450237, 177.5630331754, 138.844549763);
  transform: translateY(-0.2rem) scale(1.01);
  box-shadow: rgba(68, 90, 62, 0.6) 0px 10px 25px -8px;
  border-color: #efdbb2;
}

/* --- Galería de Casos --- */
.servicio-galeria {
  width: min(95%, 130rem);
  margin: 0 auto;
  padding: 5rem 0;
  background-color: #ededed;
}
.servicio-galeria__heading {
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 900;
  text-transform: uppercase;
  color: #bc9f6f;
  letter-spacing: -0.08em;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.servicio-galeria__heading::after {
  content: "";
  display: block;
  width: 8rem;
  height: 3px;
  background-color: #bc9f6f;
  margin: 1rem auto 0;
  border-radius: 10px;
}
.servicio-galeria__heading .destacado {
  color: #445a3e;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
}
.servicio-galeria__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .servicio-galeria__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .servicio-galeria__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.caso-card {
  background-color: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.caso-card__imagenes {
  display: flex;
}
.caso-card__imagen {
  width: 50%;
  position: relative;
}
.caso-card__imagen img {
  display: block;
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
.caso-card__label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: rgba(62, 73, 56, 0.8);
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 0.5rem;
}
.caso-card__titulo {
  padding: 2rem;
  margin: 0;
  font-size: 1.7rem;
  text-align: center;
  color: #bc9f6f;
}
@media (min-width: 768px) {
  .caso-card__titulo {
    font-size: 2.5rem;
  }
}

/* --- Sección de FAQs --- */
.servicio-faq {
  width: min(95%, 130rem);
  margin: 0 auto;
  padding: 5rem 0;
}
.servicio-faq__heading {
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 900;
  text-transform: uppercase;
  color: #bc9f6f;
  letter-spacing: -0.08em;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.servicio-faq__heading::after {
  content: "";
  display: block;
  width: 8rem;
  height: 3px;
  background-color: #bc9f6f;
  margin: 1rem auto 0;
  border-radius: 10px;
}
.servicio-faq__heading .destacado {
  color: #445a3e;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
}

.faq-acordeon__item {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 1rem;
}
.faq-acordeon__pregunta {
  all: unset;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #445a3e;
  cursor: pointer;
}
.faq-acordeon__pregunta i {
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .faq-acordeon__pregunta {
    font-size: 1.8rem;
    justify-content: space-between;
  }
}
.faq-acordeon__respuesta {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-acordeon__respuesta p {
  padding: 0 0 2rem 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
}
@media (min-width: 768px) {
  .faq-acordeon__respuesta p {
    font-size: 1.7rem;
  }
}
.faq-acordeon__item.open .faq-acordeon__pregunta i {
  transform: rotate(180deg);
}

/* --- Hero Section del Blog --- */
.blog-hero {
  background-image: linear-gradient(135deg, rgba(62, 73, 56, 0.85) 0%, rgba(68, 90, 62, 0.75) 50%, rgba(106, 120, 102, 0.65) 100%), url("/build/img/fondo-hero2.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 16rem 0 8rem;
  text-align: center;
  color: #FFFFFF;
  margin-top: 17rem;
  position: relative;
  overflow: hidden;
}
.blog-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(188, 159, 111, 0.1) 70%);
  pointer-events: none;
}
.blog-hero__contenido {
  position: relative;
  z-index: 2;
}
.blog-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: rgba(188, 159, 111, 0.15);
  border: 1px solid rgba(188, 159, 111, 0.3);
  padding: 0.8rem 1.6rem;
  border-radius: 5rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #bc9f6f;
  margin-bottom: 2rem;
  backdrop-filter: blur(10px);
}
.blog-hero__badge i {
  font-size: 1.4rem;
}
.blog-hero__heading {
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  color: #bc9f6f;
  margin-bottom: 2rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 4px 8px;
  line-height: 1.1;
}
.blog-hero__texto {
  font-size: clamp(1.6rem, 2vw, 2rem);
  color: #ededed;
  max-width: 75rem;
  margin: 0 auto 4rem;
  line-height: 1.8;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px;
}
.blog-hero__stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 4rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .blog-hero__stats {
    gap: 5rem;
  }
}
.blog-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 12rem;
  transition: transform 0.3s ease;
}
.blog-hero__stat:hover {
  transform: translateY(-0.5rem);
}
.blog-hero__stat-numero {
  font-size: 2.8rem;
  font-weight: 900;
  color: #bc9f6f;
  line-height: 1;
}
.blog-hero__stat-texto {
  font-size: 1.2rem;
  color: #ededed;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* --- Artículo Destacado --- */
.destacado {
  justify-items: center;
  padding: 5rem 0;
}
.destacado__heading {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  text-transform: uppercase;
  color: #bc9f6f;
  letter-spacing: -0.08em;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.destacado__heading::after {
  content: "";
  display: block;
  width: 8rem;
  height: 3px;
  background-color: #bc9f6f;
  margin: 1.5rem auto 0 auto;
  border-radius: 0.2rem;
}
@media (min-width: 768px) {
  .destacado__heading::after {
    margin: 2rem auto 0 auto;
  }
}
.destacado__heading .destacado {
  color: #445a3e;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
}
.destacado__grid {
  justify-items: center;
  width: min(95%, 130rem);
  margin: 0 auto;
  display: grid;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .destacado__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.destacado__contenido {
  width: min(95%, 60rem);
  margin: 0 auto;
}
.destacado__imagen img {
  border-radius: 1rem;
  box-shadow: 0 10px 20px rgba(62, 73, 56, 0.2);
}
.destacado__categoria {
  background-color: #efdbb2;
  color: #3e4938;
  padding: 0.5rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  border-radius: 5rem;
}
@media (min-width: 768px) {
  .destacado__categoria {
    font-size: 1.6rem;
  }
}
.destacado__titulo {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin: 2rem 0;
  font-size: 2rem;
  color: #bc9f6f;
  margin: 1.5rem 0;
}
@media (min-width: 768px) {
  .destacado__titulo {
    font-size: 2.5rem;
  }
}
.destacado__meta {
  font-size: 1.4rem;
  color: #6a7866;
  margin-bottom: 1.5rem;
}
.destacado__autor {
  font-weight: 700;
  color: #445a3e;
}
.destacado__resumen {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
}
@media (min-width: 768px) {
  .destacado__resumen {
    font-size: 1.6rem;
  }
}
.destacado .boton-pantone {
  margin-top: 2rem;
}

/* --- Grid de Artículos --- */
.blog-grid {
  width: min(95%, 130rem);
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
  background-color: #F8FAFC;
}
.blog-grid__heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #bc9f6f;
  margin-bottom: 3rem;
}
.blog-grid__heading i {
  color: #bc9f6f;
}
@media (min-width: 768px) {
  .blog-grid__heading {
    font-size: 2.5rem;
  }
}
.blog-grid__listado {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .blog-grid__listado {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .blog-grid__listado {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.articulo-card {
  background-color: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(62, 73, 56, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.articulo-card:hover {
  transform: translateY(-1rem);
  box-shadow: 0 12px 25px rgba(62, 73, 56, 0.15);
}
.articulo-card__imagen-contenedor {
  position: relative;
}
.articulo-card__imagen {
  display: block;
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
.articulo-card__categoria {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background-color: #efdbb2;
  color: #3e4938;
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 5rem;
}
.articulo-card__contenido {
  padding: 2.5rem;
}
.articulo-card__titulo {
  font-size: 1.6rem;
  font-weight: 700;
  color: #bc9f6f;
  margin: 0 0 1rem 0;
  line-height: 1.4;
  min-height: 5.6rem;
}
@media (min-width: 768px) {
  .articulo-card__titulo {
    font-size: 1.8rem;
  }
}
.articulo-card__meta {
  font-size: 1.3rem;
  color: #6a7866;
  margin: 0 0 2rem 0;
}
.articulo-card__autor {
  font-weight: 700;
  color: #3e4938;
}
.articulo-card__enlace {
  font-size: 1.4rem;
  font-weight: 700;
  color: #445a3e;
  text-decoration: none;
  transition: color 0.3s ease;
}
.articulo-card__enlace:hover {
  color: #d4b06a;
}
@media (min-width: 768px) {
  .articulo-card__enlace {
    font-size: 1.6rem;
  }
}

.entrada-hero {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 16rem 0 8rem;
  text-align: center;
  color: #FFFFFF;
  margin-top: 16rem;
  position: relative;
  overflow: hidden;
}
.entrada-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(188, 159, 111, 0.1) 70%);
  pointer-events: none;
}
.entrada-hero__contenido {
  position: relative;
  z-index: 2;
}
.entrada-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: rgba(188, 159, 111, 0.15);
  border: 1px solid rgba(188, 159, 111, 0.3);
  padding: 0.8rem 1.6rem;
  border-radius: 5rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #bc9f6f;
  margin-bottom: 2rem;
  backdrop-filter: blur(10px);
}
.entrada-hero__badge i {
  font-size: 1.4rem;
}
.entrada-hero__heading {
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  color: #bc9f6f;
  margin-bottom: 2rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 4px 8px;
  line-height: 1.1;
}
.entrada-hero__texto {
  font-size: clamp(1.6rem, 2vw, 2rem);
  color: #ededed;
  max-width: 75rem;
  margin: 0 auto 4rem;
  line-height: 1.8;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px;
}
.entrada-hero__stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 4rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .entrada-hero__stats {
    gap: 5rem;
  }
}
.entrada-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 12rem;
  transition: transform 0.3s ease;
}
.entrada-hero__stat:hover {
  transform: translateY(-0.5rem);
}
.entrada-hero__stat-numero {
  font-size: 2.8rem;
  font-weight: 900;
  color: #bc9f6f;
  line-height: 1;
}
.entrada-hero__stat-texto {
  font-size: 1.2rem;
  color: #ededed;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-contenido {
  max-width: 85rem;
  margin: 8rem auto;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .blog-contenido {
    margin: 10rem auto;
    padding: 0 3rem;
  }
}
@media (min-width: 1024px) {
  .blog-contenido {
    max-width: 95rem;
    padding: 0 4rem;
  }
}

.blog-entrada__imagen {
  width: 100%;
  margin-bottom: 4rem;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(68, 90, 62, 0.15);
  position: relative;
}
.blog-entrada__imagen::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(188, 159, 111, 0.1) 100%);
  z-index: 1;
  pointer-events: none;
}
.blog-entrada__imagen img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-entrada__imagen img:hover {
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .blog-entrada__imagen {
    margin-bottom: 5rem;
    border-radius: 2.5rem;
  }
}

.blog-entrada__meta {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(237, 237, 237, 0.05) 100%);
  border-radius: 2rem;
  padding: 3rem;
  margin-bottom: 5rem;
  border: 1px solid rgba(188, 159, 111, 0.1);
  box-shadow: 0 8px 30px rgba(68, 90, 62, 0.08);
  backdrop-filter: blur(10px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .blog-entrada__meta {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 2rem;
    padding: 4rem;
  }
}
.blog-entrada__meta p {
  margin: 0;
  font-size: 1.5rem;
  color: #6a7866;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: #FFFFFF;
  border-radius: 1.2rem;
  border: 1px solid rgba(188, 159, 111, 0.1);
  transition: all 0.3s ease;
  position: relative;
}
.blog-entrada__meta p:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(188, 159, 111, 0.15);
  border-color: rgba(188, 159, 111, 0.3);
}
.blog-entrada__meta p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #bc9f6f, #d4b06a);
  border-radius: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.blog-entrada__meta p:hover::before {
  opacity: 1;
}
.blog-entrada__meta p strong {
  color: #bc9f6f;
  font-weight: 700;
  min-width: fit-content;
}

.texto-articulo {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  line-height: 1.8;
  color: #6a7866;
  margin-bottom: 6rem;
}
.texto-articulo p:first-child {
  font-size: 2.2rem;
  font-weight: 500;
  color: #3e4938;
  line-height: 1.7;
  margin-bottom: 3rem;
  position: relative;
  padding: 2.5rem 0;
}
.texto-articulo p:first-child::first-letter {
  font-size: 7rem;
  font-weight: 900;
  color: #bc9f6f;
  float: left;
  line-height: 6rem;
  margin: 0.5rem 1.5rem 0 0;
  font-family: serif;
  text-shadow: 2px 2px 6px rgba(188, 159, 111, 0.3);
}
@media (min-width: 480px) {
  .texto-articulo p:first-child::first-letter {
    font-size: 5rem;
    line-height: 4rem;
    margin: 0.3rem 1rem 0 0;
  }
}
.texto-articulo p:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #bc9f6f 0%, rgba(188, 159, 111, 0.3) 50%, transparent 100%);
}
.texto-articulo p {
  margin-bottom: 2.5rem;
  text-align: justify;
  transition: all 0.3s ease;
  position: relative;
}
.texto-articulo p:hover {
  color: #3e4938;
  transform: translateX(3px);
}
@media (min-width: 480px) {
  .texto-articulo p {
    text-align: left;
  }
}
.texto-articulo h1, .texto-articulo h2, .texto-articulo h3, .texto-articulo h4, .texto-articulo h5, .texto-articulo h6 {
  color: #3e4938;
  font-weight: 800;
  line-height: 1.3;
  margin: 4rem 0 2rem;
  position: relative;
  font-family: "Segoe UI", sans-serif;
}
.texto-articulo h1::before, .texto-articulo h2::before, .texto-articulo h3::before, .texto-articulo h4::before, .texto-articulo h5::before, .texto-articulo h6::before {
  content: "";
  position: absolute;
  left: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 70%;
  background: linear-gradient(180deg, #bc9f6f, #d4b06a);
  border-radius: 3px;
}
@media (min-width: 480px) {
  .texto-articulo h1::before, .texto-articulo h2::before, .texto-articulo h3::before, .texto-articulo h4::before, .texto-articulo h5::before, .texto-articulo h6::before {
    left: -1.5rem;
    width: 3px;
  }
}
.texto-articulo h2 {
  font-size: 3.2rem;
  color: #000;
  margin: 5rem 0 2.5rem;
}
.texto-articulo h2::after {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: 0;
  width: 60%;
  height: 2px;
  background: linear-gradient(90deg, #bc9f6f, transparent);
}
@media (min-width: 480px) {
  .texto-articulo h2 {
    font-size: 2.6rem;
  }
}
.texto-articulo h3 {
  font-size: 2.6rem;
}
@media (min-width: 480px) {
  .texto-articulo h3 {
    font-size: 2.2rem;
  }
}
.texto-articulo h4 {
  font-size: 2.2rem;
}
@media (min-width: 480px) {
  .texto-articulo h4 {
    font-size: 1.9rem;
  }
}
.texto-articulo ul, .texto-articulo ol {
  margin: 3rem 0;
  padding-left: 0;
}
.texto-articulo ul li, .texto-articulo ol li {
  margin-bottom: 1.8rem;
  padding-left: 3.5rem;
  position: relative;
  line-height: 1.7;
  color: #6a7866;
  transition: all 0.3s ease;
}
.texto-articulo ul li:hover, .texto-articulo ol li:hover {
  color: #3e4938;
  transform: translateX(5px);
}
.texto-articulo ul li::before, .texto-articulo ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #bc9f6f, #d4b06a);
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(188, 159, 111, 0.4);
}
@media (min-width: 480px) {
  .texto-articulo ul li, .texto-articulo ol li {
    padding-left: 2.5rem;
  }
}
.texto-articulo blockquote {
  margin: 4rem 0;
  padding: 3.5rem 3rem 3.5rem 6rem;
  background: linear-gradient(135deg, rgba(188, 159, 111, 0.08) 0%, rgba(237, 237, 237, 0.05) 100%);
  border-left: 6px solid #bc9f6f;
  border-radius: 0 2rem 2rem 0;
  font-style: italic;
  font-size: 2.1rem;
  line-height: 1.6;
  color: #3e4938;
  position: relative;
  box-shadow: 0 10px 40px rgba(188, 159, 111, 0.1);
}
.texto-articulo blockquote::before {
  content: '"';
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-size: 5rem;
  color: #bc9f6f;
  font-family: Georgia, serif;
  opacity: 0.7;
  line-height: 1;
}
.texto-articulo blockquote::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(188, 159, 111, 0.05) 100%);
  pointer-events: none;
}
@media (min-width: 480px) {
  .texto-articulo blockquote {
    padding: 2.5rem 2rem 2.5rem 4rem;
    font-size: 1.8rem;
  }
  .texto-articulo blockquote::before {
    font-size: 3.5rem;
    top: 1rem;
    left: 1rem;
  }
}
.texto-articulo a {
  color: #bc9f6f;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
}
.texto-articulo a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #bc9f6f, #d4b06a);
  transition: width 0.3s ease;
}
.texto-articulo a:hover {
  color: #3e4938;
  transform: translateY(-1px);
}
.texto-articulo a:hover::after {
  width: 100%;
}
.texto-articulo img {
  max-width: 100%;
  height: auto;
  border-radius: 1.5rem;
  margin: 3rem 0;
  box-shadow: 0 10px 30px rgba(68, 90, 62, 0.15);
  transition: transform 0.3s ease;
}
.texto-articulo img:hover {
  transform: scale(1.02);
}

.boton-volver {
  background-color: #445a3e;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.8rem 4rem;
  font-size: 1.7rem;
  font-weight: 700;
  border-radius: 5rem;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(188, 159, 111, 0.3);
  margin-bottom: 6rem;
}
.boton-volver:hover {
  background-color: rgb(90.8157894737, 120.1973684211, 82.8026315789);
  cursor: pointer;
}
.boton-volver::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.boton-volver:hover {
  background: rgb(200.955450237, 177.5630331754, 138.844549763);
  transform: translateY(-0.2rem) scale(1.01);
  box-shadow: rgba(62, 73, 56, 0.6) 0px 10px 25px -8px;
  border-color: #efdbb2;
}
.boton-volver::after {
  content: "←";
  position: absolute;
  left: 2rem;
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 1.8rem;
}
.boton-volver:hover::after {
  opacity: 1;
  left: 1.5rem;
}
.boton-volver:hover {
  padding-left: 5rem;
}

.articulos-relacionados {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(237, 237, 237, 0.05) 100%);
  border-radius: 2.5rem;
  padding: 5rem 4rem;
  margin-top: 8rem;
  border: 1px solid rgba(188, 159, 111, 0.1);
  box-shadow: 0 15px 50px rgba(68, 90, 62, 0.1);
  position: relative;
  overflow: hidden;
}
.articulos-relacionados::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #bc9f6f, #d4b06a, #3e4938);
}
@media (min-width: 480px) {
  .articulos-relacionados {
    padding: 3rem 2.5rem;
    margin-top: 5rem;
  }
}
.articulos-relacionados h2 {
  font-size: 3rem;
  font-weight: 800;
  color: #bc9f6f;
  margin-bottom: 3.5rem;
  text-align: center;
  position: relative;
}
.articulos-relacionados h2::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 4px;
  background: linear-gradient(90deg, #bc9f6f, #d4b06a);
  border-radius: 2px;
}
@media (min-width: 480px) {
  .articulos-relacionados h2 {
    font-size: 2.4rem;
  }
}
.articulos-relacionados ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .articulos-relacionados ul {
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 2.5rem;
  }
}
.articulos-relacionados li {
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 2.5rem;
  border: 1px solid rgba(188, 159, 111, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.articulos-relacionados li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #bc9f6f, #d4b06a);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}
.articulos-relacionados li:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(188, 159, 111, 0.2);
  border-color: rgba(188, 159, 111, 0.3);
}
.articulos-relacionados li:hover::before {
  transform: scaleY(1);
}
.articulos-relacionados li:hover a {
  color: #bc9f6f;
}
.articulos-relacionados li a {
  color: #3e4938;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
  position: relative;
}
.articulos-relacionados li a::before {
  content: "→";
  position: absolute;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
  color: #bc9f6f;
  font-size: 1.6rem;
}
.articulos-relacionados li a:hover::before {
  opacity: 1;
  right: -2rem;
}

@media (min-width: 480px) {
  .blog-contenido {
    margin: 5rem auto;
  }
  .texto-articulo {
    font-size: 1.7rem;
  }
  .texto-articulo h2, .texto-articulo h3, .texto-articulo h4 {
    margin: 3rem 0 1.5rem;
  }
  .boton-volver {
    width: 100%;
    justify-content: center;
    padding: 2rem;
    margin-bottom: 4rem;
  }
}
.contacto-pagina {
  margin-top: 17rem;
}

.contacto-hero {
  background-image: linear-gradient(135deg, rgba(62, 73, 56, 0.85) 0%, rgba(68, 90, 62, 0.75) 50%, rgba(106, 120, 102, 0.65) 100%), url("/build/img/fondo-hero2.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 16rem 0 8rem;
  text-align: center;
  color: #FFFFFF;
  margin-top: 16rem;
  position: relative;
  overflow: hidden;
}
.contacto-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(188, 159, 111, 0.1) 70%);
  pointer-events: none;
}
.contacto-hero__contenido {
  position: relative;
  z-index: 2;
}
.contacto-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: rgba(188, 159, 111, 0.15);
  border: 1px solid rgba(188, 159, 111, 0.3);
  padding: 0.8rem 1.6rem;
  border-radius: 5rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #bc9f6f;
  margin-bottom: 2rem;
  backdrop-filter: blur(10px);
}
.contacto-hero__badge i {
  font-size: 1.4rem;
}
.contacto-hero__heading {
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  color: #bc9f6f;
  margin-bottom: 2rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 4px 8px;
  line-height: 1.1;
}
.contacto-hero__texto {
  font-size: clamp(1.6rem, 2vw, 2rem);
  color: #ededed;
  max-width: 75rem;
  margin: 0 auto 4rem;
  line-height: 1.8;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px;
}
.contacto-hero__stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 4rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .contacto-hero__stats {
    gap: 5rem;
  }
}
.contacto-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 12rem;
  transition: transform 0.3s ease;
}
.contacto-hero__stat:hover {
  transform: translateY(-0.5rem);
}
.contacto-hero__stat-numero {
  font-size: 2.8rem;
  font-weight: 900;
  color: #bc9f6f;
  line-height: 1;
}
.contacto-hero__stat-texto {
  font-size: 1.2rem;
  color: #ededed;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* --- Contenido Principal (Grid) --- */
.contacto-contenido {
  padding: 5rem 0;
}
.contacto-contenido__grid {
  width: min(95%, 130rem);
  margin: 0 auto;
  display: grid;
  gap: 4rem;
}
@media (min-width: 1024px) {
  .contacto-contenido__grid {
    grid-template-columns: 1fr 1.5fr;
    gap: 6rem;
  }
}

/* --- Columna de Información --- */
.contacto-info {
  width: min(95%, 60rem);
  margin: 0 auto;
  align-items: center;
}
@media (min-width: 768px) {
  .contacto-info {
    width: min(93%, 110rem);
    margin: 0 auto;
  }
}
.contacto-info__heading {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  text-transform: uppercase;
  color: #bc9f6f;
  letter-spacing: -0.08em;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.contacto-info__heading::after {
  content: "";
  display: block;
  width: 8rem;
  height: 3px;
  background-color: #bc9f6f;
  margin: 1rem auto 0;
  border-radius: 10px;
}
.contacto-info__heading .destacado {
  color: #445a3e;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
}
.contacto-info__descripcion {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .contacto-info__descripcion {
    font-size: 1.6rem;
  }
}
.contacto-info__bloque {
  margin-bottom: 2.5rem;
}
.contacto-info__bloque h3 {
  font-size: 2rem;
  color: #bc9f6f;
  font-weight: 700;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .contacto-info__bloque h3 {
    font-size: 2.5rem;
  }
}
.contacto-info__bloque p, .contacto-info__bloque a {
  font-size: 1.5rem;
  color: #333;
  margin: 0;
  text-decoration: none;
  line-height: 1.6;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  .contacto-info__bloque p, .contacto-info__bloque a {
    font-size: 1.7rem;
  }
}
.contacto-info__bloque a:hover {
  color: #d4b06a;
}

/* --- Columna del Formulario --- */
.contacto-formulario {
  background-color: #FFFFFF;
  padding: 3rem;
  border-radius: 1rem;
  box-shadow: 0 5px 15px rgba(62, 73, 56, 0.1);
}
.contacto-formulario .alerta--exito {
  padding: 2rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: rgb(247.7741935484, 238.7419354839, 220.2258064516);
  color: #3e4938;
  border-left: 5px solid #445a3e;
}
.contacto-formulario .formulario__campo {
  margin-bottom: 2rem;
}
.contacto-formulario .formulario__label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #3e4938;
}
.contacto-formulario .formulario__input {
  width: 100%;
  padding: 1.2rem;
  border: 1px solid #c6c6c6;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  transition: border-color 0.3s ease;
}
.contacto-formulario .formulario__input:focus {
  outline: none;
  border-color: #445a3e;
  box-shadow: 0 0 0 3px rgba(239, 219, 178, 0.5);
}
.contacto-formulario .formulario textarea {
  resize: vertical;
  min-height: 15rem;
}
.contacto-formulario .boton-pantone {
  width: 100%;
  margin-top: 1rem;
}

/* --- Mapa --- */
.contacto-mapa {
  height: 40rem;
}
.contacto-mapa iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(100%) invert(92%) contrast(85%);
}

/* --- Hero Section de Testimonios --- */
.testimonios-hero {
  background-image: linear-gradient(135deg, rgba(62, 73, 56, 0.85) 0%, rgba(68, 90, 62, 0.75) 50%, rgba(106, 120, 102, 0.65) 100%), url("/build/img/fondo-hero.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 16rem 0 8rem;
  text-align: center;
  color: #FFFFFF;
  margin-top: 16rem;
  position: relative;
  overflow: hidden;
}
.testimonios-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(188, 159, 111, 0.1) 70%);
  pointer-events: none;
}
.testimonios-hero__contenido {
  position: relative;
  z-index: 2;
}
.testimonios-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: rgba(188, 159, 111, 0.15);
  border: 1px solid rgba(188, 159, 111, 0.3);
  padding: 0.8rem 1.6rem;
  border-radius: 5rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #bc9f6f;
  margin-bottom: 2rem;
  backdrop-filter: blur(10px);
}
.testimonios-hero__badge i {
  font-size: 1.4rem;
}
.testimonios-hero__heading {
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  color: #bc9f6f;
  margin-bottom: 2rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 4px 8px;
  line-height: 1.1;
}
.testimonios-hero__texto {
  font-size: clamp(1.6rem, 2vw, 2rem);
  color: #ededed;
  max-width: 75rem;
  margin: 0 auto 4rem;
  line-height: 1.8;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px;
}
.testimonios-hero__stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 4rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .testimonios-hero__stats {
    gap: 5rem;
  }
}
.testimonios-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 12rem;
  transition: transform 0.3s ease;
}
.testimonios-hero__stat:hover {
  transform: translateY(-0.5rem);
}
.testimonios-hero__stat-numero {
  font-size: 2.8rem;
  font-weight: 900;
  color: #bc9f6f;
  line-height: 1;
}
.testimonios-hero__stat-texto {
  font-size: 1.2rem;
  color: #ededed;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.testimonios-contenido {
  width: min(95%, 130rem);
  margin: 0 auto;
  padding: 6rem 0;
}

/* --- Bloque de Resumen de Calificación --- */
.calificacion-resumen {
  background: linear-gradient(135deg, #FFFFFF 0%, rgb(249.9, 249.9, 249.9) 100%);
  border: 1px solid rgba(198, 198, 198, 0.3);
  border-radius: 2rem;
  padding: 0;
  margin-bottom: 6rem;
  overflow: hidden;
  box-shadow: 0 2rem 4rem rgba(62, 73, 56, 0.08), 0 0.5rem 1rem rgba(62, 73, 56, 0.05);
}
.calificacion-resumen__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 3rem;
  background: linear-gradient(135deg, hsl(40.3278688525, 65.5913978495%, 101.7647058824%) 0%, rgb(252.1612903226, 248.6129032258, 241.3387096774) 100%);
  border-bottom: 1px solid rgba(198, 198, 198, 0.3);
}
@media (min-width: 768px) {
  .calificacion-resumen__header {
    padding: 3rem 4rem;
  }
}
.calificacion-resumen__logo {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.calificacion-resumen__logo img {
  height: 3.5rem;
  filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.1));
}
.calificacion-resumen__logo p {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3e4938;
}
.calificacion-resumen__badge {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(188, 159, 111, 0.15);
  padding: 0.6rem 1.2rem;
  border-radius: 5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #bc9f6f;
}
.calificacion-resumen__badge i {
  font-size: 1.3rem;
}
.calificacion-resumen__rating {
  padding: 3rem 4rem;
  text-align: center;
}
.calificacion-resumen__rating-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .calificacion-resumen__rating-main {
    gap: 3rem;
  }
}
.calificacion-resumen__numero {
  font-size: 5.5rem;
  font-weight: 900;
  color: #3e4938;
  margin: 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .calificacion-resumen__numero {
    font-size: 6.5rem;
  }
}
.calificacion-resumen__estrellas {
  display: flex;
  gap: 0.3rem;
  font-size: 2.8rem;
  color: #FFC107;
}
.calificacion-resumen__estrellas i {
  filter: drop-shadow(0 0.1rem 0.2rem rgba(255, 193, 7, 0.3));
}
@media (min-width: 768px) {
  .calificacion-resumen__estrellas {
    font-size: 3.2rem;
  }
}
.calificacion-resumen__total {
  font-size: 1.6rem;
  color: #64748B;
  margin: 0 0 2rem;
  font-weight: 500;
}
.calificacion-resumen__progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
.calificacion-resumen__progress-bar {
  width: 20rem;
  height: 0.8rem;
  background: rgba(198, 198, 198, 0.2);
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .calificacion-resumen__progress-bar {
    width: 25rem;
  }
}
.calificacion-resumen__progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #bc9f6f 0%, rgb(212.2914691943, 193.8056872038, 163.2085308057) 100%);
  border-radius: 0.4rem;
  transition: width 0.8s ease;
}
.calificacion-resumen__progress-text {
  font-size: 1.3rem;
  color: #3e4938;
  font-weight: 600;
}
.calificacion-resumen__actions {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  padding: 0 3rem 3rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .calificacion-resumen__actions {
    padding: 0 4rem 4rem;
  }
}
.calificacion-resumen__boton-principal {
  padding: 1.4rem 2.8rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.calificacion-resumen__boton-principal i {
  margin-right: 0.8rem;
}
.calificacion-resumen .boton-pantone--secundario {
  background: transparent;
  color: #3e4938;
  border: 2px solid #3e4938;
}
.calificacion-resumen .boton-pantone--secundario:hover {
  background: #3e4938;
  color: #FFFFFF;
}

/* --- Sección de Casos --- */
.casos-section {
  margin-bottom: 8rem;
}
.casos-section__header {
  text-align: center;
  margin-bottom: 5rem;
}
.casos-section__titulo {
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 900;
  text-transform: uppercase;
  color: #bc9f6f;
  letter-spacing: -0.08em;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.casos-section__titulo::after {
  content: "";
  display: block;
  width: 8rem;
  height: 3px;
  background-color: #bc9f6f;
  margin: 1rem auto 0;
  border-radius: 10px;
}
.casos-section__titulo .destacado {
  color: #445a3e;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
}
.casos-section__descripcion {
  font-size: clamp(1.6rem, 4vw, 2rem);
  color: #64748B;
  max-width: 60rem;
  margin: 0 auto;
  line-height: 1.6;
  font-style: italic;
}

/* --- Grid de Casos de Éxito --- */
.casos-grid {
  display: grid;
  gap: 3rem;
}
@media (min-width: 768px) {
  .casos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .casos-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}

.caso-card {
  background: #FFFFFF;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 1rem 3rem rgba(62, 73, 56, 0.08), 0 0.3rem 0.8rem rgba(62, 73, 56, 0.04);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(198, 198, 198, 0.3);
  position: relative;
}
.caso-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.3rem;
  background: linear-gradient(90deg, #bc9f6f 0%, #445a3e 100%);
}
.caso-card:hover {
  transform: translateY(-1.5rem);
  box-shadow: 0 2.5rem 5rem rgba(62, 73, 56, 0.15), 0 1rem 2rem rgba(62, 73, 56, 0.1);
}
.caso-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2.5rem;
  background: linear-gradient(135deg, hsl(40.3278688525, 65.5913978495%, 106.7647058824%) 0%, hsl(40.3278688525, 65.5913978495%, 101.7647058824%) 100%);
  border-bottom: 1px solid rgba(198, 198, 198, 0.3);
}
.caso-card__tipo {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3e4938;
}
.caso-card__tipo i {
  font-size: 1.5rem;
  color: #bc9f6f;
}
.caso-card__status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(16, 185, 129, 0.1);
  padding: 0.4rem 0.8rem;
  border-radius: 5rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #10B981;
}
.caso-card__status i {
  font-size: 1.2rem;
}
.caso-card__contenido {
  padding: 2.5rem;
  flex-grow: 1;
}
.caso-card__titulo {
  font-size: clamp(2rem, 4vw, 2.5rem);
  color: #bc9f6f;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.caso-card__testimonio {
  background: linear-gradient(135deg, hsl(40.3278688525, 65.5913978495%, 111.7647058824%) 0%, hsl(40.3278688525, 65.5913978495%, 106.7647058824%) 100%);
  padding: 2rem;
  border-radius: 1.5rem;
  margin: 0;
  border-left: 0.4rem solid #bc9f6f;
  position: relative;
}
.caso-card__testimonio-content {
  position: relative;
}
.caso-card__testimonio-content p {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
  font-style: italic;
}
.caso-card__quote-icon {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  font-size: 2rem;
  color: #bc9f6f;
  opacity: 0.7;
}
.caso-card__testimonio-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(198, 198, 198, 0.3);
}
.caso-card__testimonio-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #bc9f6f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.caso-card__testimonio-rating {
  margin-left: auto;
  display: flex;
  gap: 0.2rem;
  color: #FFC107;
  font-size: 1.2rem;
}
.caso-card__imagenes {
  display: flex;
  position: relative;
  height: 25rem;
}
.caso-card__imagen {
  width: 50%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.caso-card__imagen:hover .caso-card__imagen-overlay {
  opacity: 1;
}
.caso-card__imagen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.caso-card__imagen:hover img {
  transform: scale(1.05);
}
.caso-card__imagen-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(62, 73, 56, 0.8) 0%, rgba(68, 90, 62, 0.8) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.caso-card__label {
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFFFFF;
}
.caso-card__zoom-icon {
  font-size: 2rem;
  color: #FFFFFF;
  margin-top: 1rem;
}
.caso-card__separator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 3rem;
  height: 3rem;
  background: #bc9f6f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1.2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.caso-card__video {
  padding: 2.5rem;
  border-top: 1px solid rgba(198, 198, 198, 0.3);
}
.caso-card__video-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #3e4938;
}
.caso-card__video-header i {
  font-size: 1.6rem;
  color: #bc9f6f;
}
.caso-card__video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  min-height: 800px;
  overflow: visible;
  border-radius: 1rem;
  overflow: hidden;
}
.caso-card__video-wrapper iframe,
.caso-card__video-wrapper .tiktok-embed {
  width: 100%;
  min-height: 400px;
  display: block;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(62, 73, 56, 0.2);
}
.caso-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2.5rem;
  border-top: 1px solid rgba(198, 198, 198, 0.3);
  background: linear-gradient(135deg, hsl(40.3278688525, 65.5913978495%, 111.7647058824%) 0%, hsl(40.3278688525, 65.5913978495%, 106.7647058824%) 100%);
}
.caso-card__tags {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.caso-card__tag {
  background: rgba(188, 159, 111, 0.1);
  color: #bc9f6f;
  padding: 0.4rem 0.8rem;
  border-radius: 5rem;
  font-size: clamp(1.1rem, 5vw, 1.2rem);
  font-weight: 600;
  border: 1px solid rgba(188, 159, 111, 0.3);
}
.caso-card__share {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: transparent;
  color: #3e4938;
  border: none;
  padding: 0.8rem 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.3rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.caso-card__share:hover {
  background: rgba(62, 73, 56, 0.1);
}
.caso-card__share i {
  font-size: 1.4rem;
}

/* --- Sección de Testimonios --- */
.nosotros__testimonios {
  width: min(95%, 130rem);
  margin: 0 auto;
  margin-bottom: 2rem;
}
.nosotros__testimonios-header {
  text-align: center;
  margin-bottom: 5rem;
}
.nosotros__testimonios-grid {
  display: grid;
  gap: 3rem;
}
@media (min-width: 768px) {
  .nosotros__testimonios-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .nosotros__testimonios-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}

.nosotros__subtitulo {
  font-size: clamp(1.6rem, 4vw, 2rem);
  color: #64748B;
  max-width: 60rem;
  margin: 0 auto;
  line-height: 1.6;
}

.nosotros__testimonio-card {
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 2.5rem;
  box-shadow: 0 1rem 3rem rgba(62, 73, 56, 0.08), 0 0.3rem 0.8rem rgba(62, 73, 56, 0.04);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(198, 198, 198, 0.3);
  position: relative;
}
.nosotros__testimonio-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.3rem;
  background: linear-gradient(90deg, #bc9f6f 0%, #445a3e 100%);
  border-radius: 2rem 2rem 0 0;
}
.nosotros__testimonio-card:hover {
  transform: translateY(-1rem);
  box-shadow: 0 2rem 4rem rgba(62, 73, 56, 0.12), 0 0.8rem 1.6rem rgba(62, 73, 56, 0.08);
}

.nosotros__testimonio-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.nosotros__testimonio-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #bc9f6f 0%, rgb(212.2914691943, 193.8056872038, 163.2085308057) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1.6rem;
  flex-shrink: 0;
  box-shadow: 0 0.3rem 0.8rem rgba(188, 159, 111, 0.3);
}

.nosotros__testimonio-info {
  flex-grow: 1;
}

.nosotros__testimonio-titulo {
  font-size: 1.6rem;
  color: #3e4938;
  margin-bottom: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
}

.nosotros__testimonio-rating {
  display: flex;
  gap: 0.3rem;
  color: #FFC107;
  font-size: 1.3rem;
}
.nosotros__testimonio-rating i {
  filter: drop-shadow(0 0.1rem 0.2rem rgba(255, 193, 7, 0.3));
}

.nosotros__testimonio-content {
  position: relative;
  background: linear-gradient(135deg, hsl(40.3278688525, 65.5913978495%, 111.7647058824%) 0%, hsl(40.3278688525, 65.5913978495%, 106.7647058824%) 100%);
  padding: 2rem;
  border-radius: 1.5rem;
  margin: 0 0 2rem;
}

.nosotros__quote-icon {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  font-size: 2rem;
  color: #bc9f6f;
  opacity: 0.7;
}

.nosotros__testimonio-texto {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.nosotros__testimonio-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(198, 198, 198, 0.3);
}

.nosotros__testimonio-autor {
  font-size: 1.4rem;
  color: #bc9f6f;
  font-weight: 600;
  margin: 0;
}

.nosotros__testimonio-fecha {
  font-size: 1.2rem;
  color: #6a7866;
  font-weight: 500;
}

.nosotros__no-testimonios {
  grid-column: 1/-1;
  text-align: center;
  padding: 4rem 2rem;
  color: #64748B;
}
.nosotros__no-testimonios i {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  opacity: 0.5;
}
.nosotros__no-testimonios p {
  font-size: 1.6rem;
  margin: 0;
}

/* --- Sección CTA para Reseña --- */
.cta-reseña {
  width: min(95%, 130rem);
  margin: 0 auto;
  background: linear-gradient(135deg, #3e4938 0%, #445a3e 100%);
  border-radius: 2rem;
  padding: 4rem 3rem;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  margin-bottom: 4rem;
}
.cta-reseña::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(188, 159, 111, 0.1) 70%);
  pointer-events: none;
}
.cta-reseña__contenido {
  position: relative;
  z-index: 2;
  max-width: 70rem;
  margin: 0 auto;
}
.cta-reseña__icon {
  width: 6rem;
  height: 6rem;
  background: rgba(188, 159, 111, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  font-size: 2.5rem;
  color: #bc9f6f;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(188, 159, 111, 0.3);
}
.cta-reseña__heading {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  margin-bottom: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.cta-reseña__texto {
  font-size: 1.7rem;
  line-height: 1.6;
  margin-bottom: 3rem;
  opacity: 0.9;
}
.cta-reseña__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.cta-reseña__boton-google {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 3rem;
  background: #FFFFFF;
  color: #3e4938;
  text-decoration: none;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
}
.cta-reseña__boton-google:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.3);
  background: rgb(242.25, 242.25, 242.25);
}
.cta-reseña__boton-google i {
  font-size: 1.8rem;
}
.cta-reseña__disclaimer {
  font-size: 1.3rem;
  opacity: 0.7;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
.cta-reseña__disclaimer i {
  font-size: 1.2rem;
}

.dashboard {
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: linear-gradient(90deg, rgb(248, 250, 252) 0%, rgb(106, 120, 102) 100%);
}
@media (min-width: 768px) {
  .dashboard {
    height: 100vh;
  }
}
@media (min-width: 1024px) {
  .dashboard {
    height: auto;
  }
}
.dashboard__header {
  background: linear-gradient(90deg, rgb(248, 250, 252) 0%, rgb(106, 120, 102) 100%);
  padding: 2rem;
}
.dashboard__header-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .dashboard__header-grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.dashboard__logo {
  font-size: clamp(2rem, -0.8rem + 10vw, 3rem);
  color: #efdbb2;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .dashboard__logo {
    text-align: left;
    margin: 0;
  }
}
.dashboard__form {
  display: flex;
  justify-content: center;
}
.dashboard__submit--logout {
  all: unset;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
}
.dashboard__submit--logout:hover {
  color: #007df4;
  cursor: pointer;
}
.dashboard__grid {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 1024px) {
  .dashboard__grid {
    flex-direction: row;
    overflow-y: auto;
  }
}
.dashboard__sidebar {
  background: rgb(252.1612903226, 248.6129032258, 241.3387096774);
  width: auto;
  overflow-x: auto;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .dashboard__sidebar {
    width: 12rem;
    overflow-x: scroll;
    max-width: 100vw;
  }
}
@media (min-width: 768px) {
  .dashboard__sidebar {
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.dashboard__menu {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  -webkit-overflow-scrolling: touch;
  justify-content: center;
}
@media (min-width: 1024px) {
  .dashboard__menu {
    flex-direction: column;
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .dashboard__menu {
    display: inline-flex;
  }
}
.dashboard__enlace {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  transition: 300ms background-color ease-in-out, 300ms color ease, 300ms border-radius ease;
  text-decoration: none;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  .dashboard__enlace {
    flex: 0 0 auto;
  }
}
.dashboard__enlace:hover, .dashboard__enlace--actual {
  background: linear-gradient(90deg, rgb(248, 250, 252) 0%, rgb(106, 120, 102) 100%);
  color: #FFFFFF;
  border-radius: 1rem;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.dashboard__enlace:hover .dashboard__icono, .dashboard__enlace--actual .dashboard__icono {
  color: #FFFFFF;
  transform: scale(1.1);
}
.dashboard__enlace:hover .dashboard__menu-texto, .dashboard__enlace--actual .dashboard__menu-texto {
  color: #FFFFFF;
}
.dashboard__enlace--actual {
  background: linear-gradient(90deg, rgb(248, 250, 252) 0%, rgb(106, 120, 102) 100%);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.dashboard__enlace--actual::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 60%;
  background: #bc9f6f;
  border-radius: 0 2px 2px 0;
}
@media (min-width: 1024px) {
  .dashboard__enlace--actual::before {
    display: block;
  }
}
.dashboard__enlace:not(:hover):not(.dashboard__enlace--actual) .dashboard__icono {
  transition: all 300ms ease;
}
.dashboard__enlace:not(:hover):not(.dashboard__enlace--actual) .dashboard__menu-texto {
  transition: all 300ms ease;
}
.dashboard__icono {
  font-size: 2rem;
  color: #bc9f6f;
  transition: all 300ms ease;
}
.dashboard__menu-texto {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0.5rem;
  color: #445a3e;
  transition: all 300ms ease;
}
.dashboard__contenido {
  padding: 1rem 1rem 3rem 1rem;
  width: 100%;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .dashboard__contenido {
    padding: 1rem 5rem 3rem 5rem;
  }
}
.dashboard__contenedor-boton {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  margin-bottom: 2rem;
  align-items: center;
  justify-content: center;
}
.dashboard__boton {
  background: rgb(98.7674418605, 116.2906976744, 89.2093023256);
  color: #FFFFFF;
  font-size: 1.4rem;
  padding: 1.5rem 3.5rem;
  border: 1px solid #3e4938;
  border-radius: 1.2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  max-width: 230px;
}
@media (min-width: 768px) {
  .dashboard__boton {
    width: auto;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .dashboard__boton {
    font-size: 1.7rem;
    max-width: 250px;
  }
}
.dashboard__boton i {
  font-size: 1.2em;
}
.dashboard__boton:hover {
  background: rgb(252.1612903226, 248.6129032258, 241.3387096774);
  color: #bc9f6f;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.dashboard__boton--secundario {
  background: #445a3e;
  color: #FFFFFF;
}
.dashboard__boton--secundario:hover {
  background: rgb(252.1612903226, 248.6129032258, 241.3387096774);
  color: #bc9f6f;
}
.dashboard__boton--exportar {
  cursor: pointer;
}
.dashboard__boton--exportar:hover {
  background: rgb(252.1612903226, 248.6129032258, 241.3387096774);
  color: #bc9f6f;
}
.dashboard__contenedor {
  background-color: #FFFFFF;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  margin-top: 2rem;
}
.dashboard__heading {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 3.5rem;
  color: #d4b06a;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .dashboard__heading {
    font-size: 4rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .dashboard__heading {
    font-size: 4rem;
  }
}

.paginacion {
  margin-top: 4rem;
  margin-bottom: 3rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .paginacion {
    justify-content: flex-end;
  }
}
.paginacion__enlace {
  color: #445a3e;
  font-size: 1.6rem;
}
.paginacion__enlace--texto {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #efdbb2;
}
.paginacion__enlace--texto:hover {
  background-color: #445a3e;
  color: #FFFFFF;
}
.paginacion__enlace--numero {
  font-weight: 700;
  display: none;
  color: #bc9f6f;
}
@media (min-width: 768px) {
  .paginacion__enlace--numero {
    display: inline;
  }
}
.paginacion__enlace--actual {
  color: #64748B;
  font-weight: 700;
  display: none;
}
@media (min-width: 768px) {
  .paginacion__enlace--actual {
    display: inline;
  }
}

.listado-ponentes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
.listado-ponentes__ponente, .listado-ponentes__ponente--seleccionado {
  color: #007df4;
  border: 1px solid #007df4;
  padding: 1rem;
  border-radius: 1rem;
  text-align: center;
}
.listado-ponentes__ponente:hover, .listado-ponentes__ponente--seleccionado:hover {
  cursor: pointer;
}
.listado-ponentes__ponente--seleccionado {
  background-color: #007df4;
  color: #FFFFFF;
}

.citas-tabla__contenedor {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 550px;
  background: #FFFFFF;
  border-radius: 1.5rem;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin-bottom: 3rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .citas-tabla__contenedor {
    overflow-x: auto;
    overflow-y: hidden;
    max-height: none;
  }
}
@media (min-width: 1024px) {
  .citas-tabla__contenedor {
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: none;
  }
}

.citas-tabla {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .citas-tabla {
    display: block;
    border-spacing: 0;
    padding: 0;
  }
  .citas-tabla thead {
    display: none;
  }
  .citas-tabla tbody {
    display: block;
    width: 100%;
  }
}
.citas-tabla__head {
  background: #3e4938;
  color: #FFFFFF;
  font-weight: 700;
}
.citas-tabla__head th {
  font-weight: 700;
  padding: 1.2rem 1rem;
  font-size: 1.5rem;
  border: none;
  position: sticky;
  top: 0;
  z-index: 2;
  background: rgb(252.1612903226, 248.6129032258, 241.3387096774);
  color: #bc9f6f;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.citas-tabla__head th:first-child {
  border-top-left-radius: 1.5rem;
}
.citas-tabla__head th:last-child {
  border-top-right-radius: 1.5rem;
}
@media (max-width: 767px) {
  .citas-tabla__head th {
    position: static;
    display: none;
  }
}
.citas-tabla__fila {
  background: #ffffff;
  transition: background 0.18s ease-in-out, box-shadow 0.25s ease-out, transform 0.2s ease-out;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}
.citas-tabla__fila:hover {
  background: linear-gradient(90deg, rgb(248, 250, 252) 0%, rgb(106, 120, 102) 100%);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px) scale(1.008);
  position: relative;
  z-index: 2;
}
.citas-tabla__fila:nth-child(even) {
  background: #ededed;
}
.citas-tabla__fila:hover .citas-badge {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .citas-tabla__fila {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1.2rem;
    border: 1px solid #c6c6c6;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    width: 100%;
  }
  .citas-tabla__fila:last-child {
    margin-bottom: 0;
  }
}
.citas-tabla__td {
  padding: 0.8rem 1rem;
  border-bottom: none;
  vertical-align: middle;
  font-size: 1.45rem;
  color: #000;
  text-align: center;
}
@media (min-width: 768px) {
  .citas-tabla__td {
    border-bottom: none;
    padding: 0.7rem 0.5rem;
    font-size: 1.35rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1024px) {
  .citas-tabla__td {
    padding: 0.8rem 1rem;
    font-size: 1.45rem;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}
.citas-tabla__body .citas-tabla__td:last-child {
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
@media (max-width: 767px) {
  .citas-tabla__td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.6rem 0.8rem;
    border-bottom: 1px solid #ededed;
    text-align: right;
  }
  .citas-tabla__td:last-of-type {
    border-bottom: none;
  }
  .citas-tabla__td::before {
    content: attr(data-label) ": ";
    font-weight: 700;
    color: #bc9f6f;
    flex-shrink: 0;
    margin-right: 1rem;
    text-align: left;
  }
}
.citas-tabla__td--acciones {
  white-space: nowrap;
  display: flex;
  justify-content: center;
  gap: 0.6rem;
}
@media (max-width: 767px) {
  .citas-tabla__td--acciones {
    border-top: 1px solid #ededed;
    margin-top: 1rem;
    padding-bottom: 0.5rem;
    justify-content: center;
  }
  .citas-tabla__td--acciones::before {
    content: none;
  }
}
@media (min-width: 768px) {
  .citas-tabla__td--acciones {
    gap: 0.3rem;
  }
}
.citas-tabla__td--vacia {
  text-align: center;
  color: #64748B;
  font-size: 1.2rem;
  font-weight: 400;
  background: #ededed;
  border-radius: 0 0 1.5rem 1.5rem;
  padding: 2.5rem 0;
}
.citas-tabla__td--vacia i {
  margin-right: 0.6rem;
}
@media (max-width: 767px) {
  .citas-tabla__td--vacia {
    display: block;
    width: 100%;
    padding-left: 1rem;
    border-bottom: none;
    margin-bottom: 0;
  }
  .citas-tabla__td--vacia::before {
    content: none;
  }
}
.citas-tabla__td--img-preview {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
@media (max-width: 767px) {
  .citas-tabla__td--img-preview {
    flex-direction: row;
    justify-content: space-around;
    padding: 0.8rem;
  }
  .citas-tabla__td--img-preview::before {
    content: none;
  }
}
.citas-tabla__td .citas-tabla__imagen-mini {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 0.4rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.citas-tabla__td .citas-tabla__imagen-mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.citas-tabla__accion {
  padding: 0.6rem 0.7rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  margin: 0;
  color: #445a3e;
  background: rgb(252.1612903226, 248.6129032258, 241.3387096774);
  border: 1px solid #c6c6c6;
  transition: background 0.15s ease-in-out, color 0.18s ease-in-out, transform 0.15s ease-out, box-shadow 0.2s ease-in-out;
  cursor: pointer;
  position: relative;
}
.citas-tabla__accion:hover, .citas-tabla__accion:focus {
  background: linear-gradient(90deg, rgb(248, 250, 252) 0%, rgb(106, 120, 102) 100%);
  color: #bc9f6f;
  transform: scale(1.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.citas-tabla__accion--ver {
  color: #3e4938;
}
.citas-tabla__accion--editar {
  color: #007df4;
}
.citas-tabla__accion--cancelar {
  color: #df1c3f;
}
.citas-tabla__accion--whatsapp {
  color: #25d366;
}
.citas-tabla__accion::after {
  content: attr(title);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 150%;
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  background: rgba(0, 0, 0, 0.9);
  color: #FFFFFF;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  padding: 0.6em 1.2em;
  border-radius: 0.8em;
  white-space: nowrap;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  z-index: 30;
}
.citas-tabla__accion:hover::after, .citas-tabla__accion:focus::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.citas-tabla .citas-badge {
  display: inline-block;
  padding: 0.3em 0.8em;
  border-radius: 1.2rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}
.citas-tabla .citas-badge--confirmada {
  background: rgb(171.8, 242.2, 217.9714285714);
  color: #1cb681;
}
.citas-tabla .citas-badge--aceptada {
  background: rgb(171.8, 242.2, 217.9714285714);
  color: #1cb681;
}
.citas-tabla .citas-badge--cancelada {
  background: rgb(248.8645418327, 206.1354581673, 213.8047808765);
  color: #df1c3f;
}
.citas-tabla .citas-badge--rechazada {
  background: rgb(248.8645418327, 206.1354581673, 213.8047808765);
  color: #df1c3f;
}
.citas-tabla .citas-badge--pendiente {
  background: hsl(39.6226415094, 55.2083333333%, 102.3529411765%);
  color: rgb(128.046875, 97.109375, 36.953125);
}
.citas-tabla .citas-badge--cancelada_pago {
  background: #ffc107;
  color: #664d03;
}
.citas-tabla .citas-badge--reembolsado {
  background: #6fb5ff;
  color: #ffffff;
}
.citas-tabla .citas-badge--cancelada_reembolso {
  background: #6fb5ff;
  color: #ffffff;
}
.citas-tabla .citas-badge--admin {
  background: rgb(171.8, 242.2, 217.9714285714);
  color: #1cb681;
}
.citas-tabla .citas-badge--usuario {
  background: rgb(248.8645418327, 206.1354581673, 213.8047808765);
  color: #df1c3f;
}

.citas-tabla__td--paciente {
  position: relative;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.citas-tabla__td--paciente:hover, .citas-tabla__td--paciente:focus {
  color: #3e4938;
}
.citas-tabla__td--paciente:hover::after, .citas-tabla__td--paciente:focus::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: 140%;
  transform: translateX(-50%) translateY(5px);
  background: rgba(0, 0, 0, 0.9);
  color: #FFFFFF;
  font-size: 1.1em;
  font-family: "Montserrat", sans-serif;
  padding: 0.6em 1.4em;
  border-radius: 0.8em;
  white-space: pre-line;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  opacity: 1;
  pointer-events: none;
  z-index: 30;
  min-width: 200px;
  max-width: 350px;
  text-align: left;
  line-height: 1.4;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}
.citas-tabla__td--paciente::after {
  opacity: 0;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.citas-tabla__td--img {
  max-width: 40px;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

.citas-tabla__link-email {
  color: #007df4;
  text-decoration: none;
  transition: color 0.2s ease-in-out, text-decoration 0.2s ease-in-out;
}
.citas-tabla__link-email:hover {
  color: rgb(0, 98.8729508197, 193);
  text-decoration: underline;
}

.citas-tabla__form-cancelar {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.autocomplete-list {
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  position: absolute;
  z-index: 1000;
  width: 100%;
}

.autocomplete-item {
  padding: 8px;
  cursor: pointer;
}

.autocomplete-item:hover {
  background: #f0f0f0;
}

.autocomplete-list:empty {
  display: none;
}

/* --- MODAL BASE Y OVERLAY (AJUSTADO PARA CONGRUENCIA CON TABLA/FILTROS) --- */
.modal-cita-admin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.modal-cita-admin--open {
  visibility: visible;
  opacity: 1;
}
.modal-cita-admin--open .modal-cita-admin__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.modal-cita-admin__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-cita-admin__dialog {
  background-color: #FFFFFF;
  padding: 3.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.35);
  position: relative;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 10000;
  transform: translateY(25px) scale(0.97);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease-out;
}
@media (min-width: 768px) {
  .modal-cita-admin__dialog {
    max-width: 650px;
    width: 95%;
  }
}
@media (min-width: 1024px) {
  .modal-cita-admin__dialog {
    max-width: 700px;
    padding: 4.5rem;
    width: 95%;
  }
}
.modal-cita-admin__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 3.8rem;
  font-weight: 300;
  color: #64748B;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.8rem;
  line-height: 1;
  transition: color 0.3s ease-in-out, transform 0.25s ease-out, background-color 0.2s ease-in-out, border-radius 0.2s;
}
.modal-cita-admin__close:hover {
  color: #df1c3f;
  transform: rotate(180deg) scale(1.15);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}
.modal-cita-admin__close:active {
  transform: rotate(180deg) scale(1.05);
  background-color: rgba(0, 0, 0, 0.1);
}
.modal-cita-admin__close:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(62, 73, 56, 0.4);
}
.modal-cita-admin__title {
  font-size: 2rem;
  color: #445a3e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3rem;
  font-weight: 700;
  letter-spacing: -0.06rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  .modal-cita-admin__title {
    font-size: 4.2rem;
    font-size: 2.8rem;
  }
}
@media (min-width: 1024px) {
  .modal-cita-admin__title {
    font-size: 4.2rem;
    font-size: 2.8rem;
  }
}
.modal-cita-admin__subtitle {
  font-size: 1.8rem;
  color: #445a3e;
  margin-bottom: 2.5rem;
  text-align: center;
  border-bottom: 2px solid #ededed;
  padding-bottom: 1.2rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.modal-cita-admin__subtitle::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 5px;
  background-color: #efdbb2;
  border-radius: 3px;
}
@media (min-width: 1024px) {
  .modal-cita-admin__subtitle {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .modal-cita-admin__subtitle {
    font-size: 2.4rem;
  }
}
.modal-cita-admin__field-group {
  margin-bottom: 2.5rem;
}
.modal-cita-admin__field-group:last-of-type {
  margin-bottom: 0;
}
.modal-cita-admin__label {
  display: block;
  font-weight: 700;
  color: #3e4938;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .modal-cita-admin__label {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .modal-cita-admin__label {
    font-size: 1.5rem;
  }
}
.modal-cita-admin__input {
  width: 100%;
  padding: 1.5rem 2rem;
  border: 1px solid #c6c6c6;
  border-radius: 1rem;
  font-size: 1.2rem;
  color: #000;
  background-color: #F8FAFC;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.modal-cita-admin__input:focus {
  outline: none;
  border-color: #3e4938;
  box-shadow: 0 0 0 4px rgba(62, 73, 56, 0.35);
}
.modal-cita-admin__input[readonly] {
  background-color: #f0f0f0;
  cursor: default;
}
.modal-cita-admin__input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(0.35);
  cursor: pointer;
  transform: scale(1.15);
}
@media (min-width: 1024px) {
  .modal-cita-admin__input {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .modal-cita-admin__input {
    font-size: 1.4rem;
  }
}
.modal-cita-admin textarea.modal-cita-admin__input {
  min-height: 12rem;
  resize: vertical;
}
.modal-cita-admin__hint {
  display: block;
  font-size: 1.35rem;
  color: #64748B;
  margin-top: 0.7rem;
}
.modal-cita-admin__mensaje {
  padding: 1.8rem;
  border-radius: 1.2rem;
  text-align: center;
  font-weight: 700;
  margin-top: 3.5rem;
  font-size: 1.5rem;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.modal-cita-admin__mensaje--error {
  background-color: rgb(248.8645418327, 206.1354581673, 213.8047808765);
  color: #df1c3f;
  border: 1px solid #df1c3f;
}
.modal-cita-admin__mensaje--exito {
  background-color: rgb(171.8, 242.2, 217.9714285714);
  color: #1cb681;
  border: 1px solid #1cb681;
}
.modal-cita-admin__mensaje--info {
  background-color: rgb(193, 224.762295082, 255);
  color: #007df4;
  border: 1px solid #007df4;
}
.modal-cita-admin__actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 3rem;
  border-top: 1px solid #ededed;
  margin-top: 3.5rem;
  gap: 2rem;
}
@media (min-width: 480px) {
  .modal-cita-admin__actions {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .modal-cita-admin__actions .modal-cita-admin__btn {
    width: 100%;
    max-width: 280px;
  }
}
@media (min-width: 768px) {
  .modal-cita-admin__actions {
    flex-direction: row;
    width: auto;
  }
}
.modal-cita-admin__actions .modal-cita-admin__btn {
  background-color: #3e4938;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  width: auto;
  padding: 1.6rem 3.2rem;
  font-size: 1.7rem;
  border-radius: 1.1rem;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.25);
  transition: background-color 0.2s ease-in-out, transform 0.15s ease-out, box-shadow 0.2s ease-in-out;
}
.modal-cita-admin__actions .modal-cita-admin__btn:hover {
  background-color: rgb(86.511627907, 101.8604651163, 78.1395348837);
  cursor: pointer;
}
.modal-cita-admin__actions .modal-cita-admin__btn:hover {
  background-color: rgb(86.511627907, 101.8604651163, 78.1395348837);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.modal-cita-admin__actions .modal-cita-admin__btn:disabled {
  background-color: #6a7866;
  cursor: not-allowed;
  opacity: 0.8;
  transform: none;
  box-shadow: none;
}
.modal-cita-admin__actions .modal-cita-admin__btn--cancel {
  background-color: #64748B;
  color: #FFFFFF;
}
.modal-cita-admin__actions .modal-cita-admin__btn--cancel:hover {
  background-color: rgb(82.9288702929, 96.1974895397, 115.2711297071);
}
.modal-cita-admin__form-sections,
.modal-cita-admin .modal-cita-admin__fields {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media (min-width: 768px) {
  .modal-cita-admin__form-sections,
  .modal-cita-admin .modal-cita-admin__fields {
    flex-direction: row;
    gap: 4.5rem;
  }
}
.modal-cita-admin__section,
.modal-cita-admin .modal-cita-admin__infocita,
.modal-cita-admin .modal-cita-admin__infopago {
  flex: 1;
  padding: 3rem;
  border: 1px solid #ededed;
  border-radius: 1.2rem;
  background: #ffffff;
  background: linear-gradient(359deg, rgb(255, 255, 255) 0%, rgb(227, 227, 227) 100%);
  border-radius: 0.8rem;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
}
.modal-cita-admin .modal-cita-admin__value {
  font-weight: 700;
  color: #000;
  font-size: 1.6rem;
  margin-top: 0.6rem;
  display: block;
  line-height: 1.6;
}
.modal-cita-admin .modal-cita-admin__value--link {
  color: #007df4;
  text-decoration: underline;
  cursor: pointer;
}
.modal-cita-admin .modal-cita-admin__value--link:hover {
  color: rgb(0, 98.8729508197, 193);
}
.modal-cita-admin .modal-cita-admin__divider {
  border: none;
  border-top: 1px solid #c6c6c6;
  margin: 3.5rem 0;
}

.autocomplete-dropdown__item {
  font-size: 1.5rem;
  border: 0.6px solid #445a3e;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  color: #000;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .autocomplete-dropdown__item {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .autocomplete-dropdown__item {
    font-size: 2.2rem;
  }
}

.modal-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.modal-view--open {
  visibility: visible;
  opacity: 1;
}
.modal-view--open .modal-view__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.modal-view__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-view__dialog {
  background-color: #FFFFFF;
  padding: 3rem;
  border-radius: 1.5rem;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
  position: relative;
  width: 95%;
  max-width: 300px;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 10000;
  transform: translateY(30px) scale(0.95);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease-out;
}
@media (min-width: 768px) {
  .modal-view__dialog {
    padding: 4rem;
    max-width: 500px;
  }
}
@media (min-width: 1024px) {
  .modal-view__dialog {
    padding: 4.5rem;
    max-width: 450px;
  }
}
.modal-view__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 3rem;
  font-weight: 300;
  color: #64748B;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.8rem;
  line-height: 1;
  transition: color 0.3s ease-in-out, transform 0.25s ease-out, background-color 0.2s ease-in-out, border-radius 0.2s;
}
.modal-view__close:hover {
  color: #df1c3f;
  transform: rotate(180deg) scale(1.15);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}
.modal-view__close:active {
  transform: rotate(180deg) scale(1.05);
  background-color: rgba(0, 0, 0, 0.1);
}
.modal-view__close:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(62, 73, 56, 0.4);
}
.modal-view__title {
  font-size: 2rem;
  color: #3e4938;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.modal-view__title::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 5px;
  background-color: #efdbb2;
  border-radius: 3px;
}
@media (min-width: 1024px) {
  .modal-view__title::after {
    top: 75px;
  }
}
@media (min-width: 768px) {
  .modal-view__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 1024px) {
  .modal-view__title {
    font-size: 2.2rem;
  }
}
.modal-view__subtitle {
  font-size: 1.8rem;
  color: #445a3e;
  margin-bottom: 2.5rem;
  text-align: center;
  border-bottom: 2px solid #ededed;
  padding-bottom: 1.2rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.modal-view__subtitle::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 5px;
  background-color: #efdbb2;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .modal-view__subtitle {
    font-size: 2.2rem;
  }
}
@media (min-width: 1024px) {
  .modal-view__subtitle {
    font-size: 1.5rem;
  }
}
.modal-view__detail-group {
  margin-bottom: 2.5rem;
  padding: 2rem;
  border: 1px solid #c6c6c6;
  border-radius: 1rem;
  background-color: #F8FAFC;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .modal-view__detail-group {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .modal-view__detail-group {
    font-size: 1.4rem;
  }
}
.modal-view__detail-group:last-of-type {
  margin-bottom: 0;
}
.modal-view__detail-item {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #000;
  margin-bottom: 0.8rem;
}
.modal-view__detail-item strong {
  color: #3e4938;
  margin-right: 0.5rem;
  min-width: 120px;
  display: inline-block;
}
.modal-view__detail-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .modal-view__detail-item {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .modal-view__detail-item {
    font-size: 1.4rem;
  }
}
.modal-view__mensaje {
  padding: 1.5rem;
  border-radius: 1rem;
  text-align: center;
  font-weight: 700;
  margin-top: 3rem;
  font-size: 1.4rem;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.modal-view__mensaje--error {
  background-color: rgb(248.8645418327, 206.1354581673, 213.8047808765);
  color: #df1c3f;
  border: 1px solid #df1c3f;
}
.modal-view__mensaje--success {
  background-color: rgb(171.8, 242.2, 217.9714285714);
  color: #1cb681;
  border: 1px solid #1cb681;
}
.modal-view__mensaje--info {
  background-color: rgb(193, 224.762295082, 255);
  color: #007df4;
  border: 1px solid #007df4;
}
.modal-view__actions-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  padding-top: 3rem;
  border-top: 1px solid #ededed;
  margin-top: 3.5rem;
}
.modal-view__actions-row .modal-view__btn {
  background-color: #3e4938;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 1.2rem 2.2rem;
  font-size: 1.4rem;
  border-radius: 0.8rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s ease-in-out, transform 0.15s ease-out, box-shadow 0.2s ease-in-out;
}
.modal-view__actions-row .modal-view__btn:hover {
  background-color: rgb(86.511627907, 101.8604651163, 78.1395348837);
  cursor: pointer;
}
.modal-view__actions-row .modal-view__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.modal-view__actions-row .modal-view__btn--whatsapp {
  background-color: #25d366;
  color: #FFFFFF;
}
.modal-view__actions-row .modal-view__btn--whatsapp:hover {
  background-color: rgb(30.9129032258, 176.2870967742, 85.2193548387);
}
.modal-view__actions-row .modal-view__btn--secundario {
  background-color: #6a7866;
  color: #000;
}
.modal-view__actions-row .modal-view__btn--secundario:hover {
  background-color: rgb(86.5189189189, 97.9459459459, 83.2540540541);
  color: #FFFFFF;
}
.modal-view__actions-row .modal-view__btn--peligro {
  background-color: #df1c3f;
  color: #FFFFFF;
}
.modal-view__actions-row .modal-view__btn--peligro:hover {
  background-color: rgb(186.7513944223, 23.4486055777, 52.7593625498);
}

.correo-masivo {
  background-color: #FFFFFF;
  padding: 3rem;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.correo-masivo__filtros {
  margin-bottom: 3rem;
  border-bottom: 1px solid #F8FAFC;
  padding-bottom: 2.5rem;
}
.correo-masivo__compositor {
  margin-top: 2rem;
}
.correo-masivo__subtitulo {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  color: #bc9f6f;
}
.correo-masivo__contador {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: rgb(212.2914691943, 193.8056872038, 163.2085308057);
  border-left: 5px solid #3e4938;
}
.correo-masivo__contador p {
  margin: 0;
  font-weight: 400;
  font-size: 1.5rem;
  color: #3e4938;
}
.correo-masivo__contador span {
  font-weight: 700;
}
.correo-masivo__acciones {
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem;
}

.citas-filtros__campo-check {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.citas-filtros__campo-check input[type=checkbox] {
  width: 1.8rem;
  height: 1.8rem;
  accent-color: #007df4;
  cursor: pointer;
}
.citas-filtros__campo-check label {
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
  user-select: none;
}

.formulario__info {
  font-size: 1.4rem;
  color: #333;
  background-color: #f8f9fa;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #F8FAFC;
  line-height: 1.8;
}
.formulario__info span {
  font-family: monospace;
  background-color: #F8FAFC;
  padding: 0.3rem 0.6rem;
  border-radius: 0.3rem;
  font-weight: 700;
  color: #bc9f6f;
}
.formulario__textarea {
  height: 25rem;
  resize: vertical;
}

.toast {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 1.1rem;
  padding: 1.5rem 1.6rem;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0 auto 1.2rem auto;
  max-width: 540px;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.0666666667), 0 1.5px 5px rgba(0, 0, 0, 0.1333333333);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
  position: relative;
  z-index: 100;
  border: 2.5px solid transparent;
}
.toast--show {
  opacity: 1;
  pointer-events: auto;
}
.toast--success {
  background: #ebefe8;
  color: #000;
  border-color: #27ae60;
}
.toast--success i {
  color: #27ae60;
}
.toast--error {
  background: #faecec;
  color: #000;
  border-color: #e74c3c;
}
.toast--error i {
  color: #e74c3c;
}

/* Estilos personalizados para Toastify */
.toastify.success {
  background: #ebefe8;
  color: #000;
  border-radius: 12px !important;
  box-shadow: 0 8px 32px rgba(102, 126, 234, 0.4) !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
  font-size: 1.4rem !important;
  padding: 16px 20px !important;
  border: 2.5px solid transparent;
  border-color: #27ae60;
}

.toastify.error {
  background: #faecec;
  color: #000;
  border-radius: 12px !important;
  box-shadow: 0 8px 32px rgba(245, 87, 108, 0.4) !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
  font-size: 1.4rem !important;
  padding: 16px 20px !important;
  border: 2.5px solid transparent;
  border-color: #e74c3c;
}

.toastify::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.citas-filtros {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  background: #FFFFFF;
  padding: 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .citas-filtros {
    padding: 2.5rem;
    align-items: flex-end;
    gap: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .citas-filtros {
    justify-content: flex-start;
    gap: 2.5rem;
  }
}
.citas-filtros__item {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 140px;
  max-width: 100%;
}
.citas-filtros__item.citas-filtros__group--date {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  min-width: 150px;
  flex-grow: 0;
  color: linear-gradient(90deg, rgb(248, 250, 252) 0%, rgb(106, 120, 102) 100%);
}
@media (min-width: 768px) {
  .citas-filtros__item.citas-filtros__group--date {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    flex-basis: auto;
    min-width: auto;
  }
}
.citas-filtros__item--acciones {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex-basis: 100%;
  margin-top: 0.8rem;
}
@media (min-width: 768px) {
  .citas-filtros__item--acciones {
    flex-direction: row;
    gap: 1.5rem;
    flex-basis: auto;
    margin-top: 0;
  }
}
.citas-filtros__label {
  font-size: 1.4rem;
  color: #6a7866;
  font-weight: 900;
  white-space: nowrap;
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
}
.citas-filtros__input, .citas-filtros__select {
  font-size: 1.3rem;
  padding: 0.8rem 1.2rem;
  border-radius: 0.8rem;
  border: 1px solid #6a7866;
  background: #FFFFFF;
  color: #000;
  outline: none;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  flex-grow: 1;
  flex-shrink: 1;
  box-sizing: border-box;
}
.citas-filtros__input:focus, .citas-filtros__select:focus {
  border-color: #3e4938;
  box-shadow: 0 0 0 3px rgba(62, 73, 56, 0.4);
}
@media (min-width: 1024px) {
  .citas-filtros__input, .citas-filtros__select {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .citas-filtros__input, .citas-filtros__select {
    font-size: 1.5rem;
  }
}
.citas-filtros__select {
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23445a3e" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.7rem center;
  background-size: 1.1rem;
}
.citas-filtros .citas-filtros__boton {
  background-color: #445a3e;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  width: 100%;
  padding: 0.9rem 1.8rem;
  font-size: 1.5rem;
  border-radius: 0.9rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid;
}
.citas-filtros .citas-filtros__boton:hover {
  background-color: rgb(90.8157894737, 120.1973684211, 82.8026315789);
  cursor: pointer;
}
.citas-filtros .citas-filtros__boton:hover, .citas-filtros .citas-filtros__boton:focus {
  background: rgb(252.1612903226, 248.6129032258, 241.3387096774);
  color: #bc9f6f;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.citas-filtros .citas-filtros__boton--limpiar {
  background-color: rgb(252.1612903226, 248.6129032258, 241.3387096774);
  color: #bc9f6f;
  border: 1px solid #6a7866;
}
.citas-filtros .citas-filtros__boton--limpiar:hover {
  background: #445a3e;
  color: #FFFFFF;
  border-color: #445a3e;
}
@media (min-width: 768px) {
  .citas-filtros .citas-filtros__boton {
    width: auto;
    flex-grow: 1;
    padding: 1rem 2rem;
    font-size: 1.6rem;
  }
}

.form-filtros__exportar {
  display: flex;
  justify-content: center;
}

/* --- FORMULARIOS DE ADMINISTRACIÓN (REDISEÑADO PARA ESTILO MODERNO Y PREMIUM) --- */
.formulario {
  background: linear-gradient(160deg, #FFFFFF 0%, #ededed 100%);
  padding: 1.5rem 1.5rem;
  border-radius: 2.5rem;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  margin: 1rem auto;
  width: 90%;
  max-width: 1000px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .formulario {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 1024px) {
  .formulario {
    padding: 2rem 1.5rem;
    max-width: 1000px;
  }
}
.formulario__subtitle {
  color: #445a3e;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.formulario .formulario__form-sections {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .formulario .formulario__form-sections {
    flex-direction: column;
    gap: 4rem;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .formulario .formulario__form-sections {
    flex-direction: row;
    gap: 4.5rem;
    padding: 0;
  }
}
.formulario .formulario__section {
  flex: 1;
  padding: 3rem;
  border: 1px solid #c6c6c6;
  border-radius: 1.8rem;
  background-color: #ededed;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
}
.formulario .formulario__section:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
}
.formulario .formulario__title-section {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  color: #3e4938;
  margin-top: 0;
  margin-bottom: 3rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
  text-transform: uppercase;
  position: relative;
  text-align: left;
}
.formulario .formulario__title-section::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 80px;
  height: 5px;
  background-color: #bc9f6f;
  border-radius: 3px;
}
.formulario__grupo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (min-width: 480px) {
  .formulario__grupo {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.formulario__ayuda {
  display: block;
  font-size: 1.2rem;
  color: #666;
  margin-top: 0.5rem;
  font-style: italic;
  line-height: 1.4;
}
.formulario__politicas {
  margin: 2rem 0;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 1.2rem;
  border-left: 4px solid #3e4938;
}
.formulario__politicas .politicas__texto {
  font-size: 1.3rem;
  color: #555;
  margin: 0;
  line-height: 1.5;
}
.formulario__politicas .politicas__enlace {
  color: #3e4938;
  text-decoration: none;
  font-weight: 500;
}
.formulario__politicas .politicas__enlace:hover {
  text-decoration: underline;
}
.formulario .formulario__campo:last-of-type {
  margin-bottom: 0;
}
.formulario .formulario__campo--checkbox {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-top: 1rem;
}
.formulario .formulario__campo--checkbox .formulario__checkbox {
  width: 2.8rem;
  height: 2.8rem;
  min-width: 2.8rem;
  min-height: 2.8rem;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
  border: 2px solid #445a3e;
  border-radius: 0.5rem;
  background-color: #F8FAFC;
  appearance: none;
  position: relative;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, transform 0.15s ease-out;
}
.formulario .formulario__campo--checkbox .formulario__checkbox:checked {
  background-color: #3e4938;
  border-color: #3e4938;
  transform: scale(1.05);
}
.formulario .formulario__campo--checkbox .formulario__checkbox:checked::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
}
.formulario .formulario__campo--checkbox .formulario__checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(62, 73, 56, 0.4);
}
.formulario .formulario__campo--marketing {
  margin-top: 1.5rem;
  padding: 1rem;
  background: linear-gradient(135deg, #bc9f6f 0%, #FFFFFF 100%);
  border-radius: 1.5rem;
  border: 2px solid rgba(62, 73, 56, 0.1);
  transition: all 0.3s ease;
}
.formulario .formulario__campo--marketing:hover {
  border-color: rgba(62, 73, 56, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(62, 73, 56, 0.1);
}
.formulario .formulario__label {
  display: block;
  font-weight: 700;
  color: #3e4938;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-top: 1.3rem;
}
.formulario .formulario__label .campo-requerido {
  color: #e74c3c;
  font-weight: 600;
  margin-left: 0.3rem;
}
.formulario .formulario__input {
  width: 100%;
  border: 1px solid #6a7866;
  border-radius: 1.2rem;
  font-size: 1.3rem;
  color: #000;
  background-color: #F8FAFC;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background-color 0.25s ease-in-out;
  box-sizing: border-box;
}
.formulario .formulario__input:focus {
  outline: none;
  border-color: #3e4938;
  box-shadow: 0 0 0 5px rgba(62, 73, 56, 0.4);
  background-color: #FFFFFF;
}
.formulario .formulario__input[readonly] {
  background-color: #f2f2f2;
  cursor: default;
}
.formulario .formulario__input[readonly]:hover {
  box-shadow: none;
}
.formulario .formulario__input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(0.4);
  cursor: pointer;
  transform: scale(1.2);
  transition: transform 0.2s ease-in-out;
}
.formulario .formulario__input[type=date]::-webkit-calendar-picker-indicator:hover {
  transform: scale(1.3);
}
.formulario .formulario__input--file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 5.2rem;
  cursor: pointer;
  padding: 0;
  border: 2px dashed #6a7866;
  border-radius: 1.2rem;
  background-color: #F8FAFC;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (min-width: 480px) {
  .formulario .formulario__input--file {
    height: 4.8rem;
  }
}
@media (max-width: 480px) {
  .formulario .formulario__input--file {
    height: 4.4rem;
  }
}
.formulario .formulario__input--file input[type=file] {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.formulario .formulario__input--file::before {
  content: "📁 Seleccionar Archivo";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bc9f6f;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 0.8rem;
  margin: 0.4rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 480px) {
  .formulario .formulario__input--file::before {
    content: "📁 Seleccionar";
    font-size: 1.3rem;
    margin: 0.3rem;
  }
}
@media (max-width: 480px) {
  .formulario .formulario__input--file::before {
    content: "📁 Archivo";
    font-size: 1.1rem;
    margin: 0.2rem;
  }
}
@media (max-width: 360px) {
  .formulario .formulario__input--file::before {
    content: "📁";
    font-size: 1.8rem;
  }
}
.formulario .formulario__input--file:hover {
  border-color: #3e4938;
  background-color: #FFFFFF;
}
.formulario .formulario__input--file:hover::before {
  background: linear-gradient(135deg, #3e4938, rgb(37.488372093, 44.1395348837, 33.8604651163));
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.formulario .formulario__input--file:focus-within {
  outline: none;
  border-color: #3e4938;
  box-shadow: 0 0 0 3px rgba(62, 73, 56, 0.3);
}
.formulario .formulario__input--file:focus-within::before {
  background: linear-gradient(135deg, #445a3e, rgb(45.1842105263, 59.8026315789, 41.1973684211));
}
.formulario .formulario__input--file:active::before {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.formulario .formulario__input--file.has-file {
  border-color: #02db02;
  background-color: rgba(2, 219, 2, 0.1);
}
.formulario .formulario__input--file.has-file::before {
  content: "✅ Archivo Seleccionado";
  background: linear-gradient(135deg, #02db02, rgb(1.5384615385, 168.4615384615, 1.5384615385));
}
@media (min-width: 480px) {
  .formulario .formulario__input--file.has-file::before {
    content: "✅ Seleccionado";
  }
}
@media (max-width: 480px) {
  .formulario .formulario__input--file.has-file::before {
    content: "✅ OK";
  }
}
@media (max-width: 360px) {
  .formulario .formulario__input--file.has-file::before {
    content: "✅";
  }
}
.formulario .formulario__input--file.drag-over {
  border-color: #bc9f6f;
  background-color: rgba(188, 159, 111, 0.1);
}
.formulario .formulario__input--file.drag-over::before {
  content: "📂 Suelta aquí el archivo";
  background: linear-gradient(135deg, #bc9f6f, rgb(169.2511848341, 135.1658767773, 78.7488151659));
}
@media (min-width: 480px) {
  .formulario .formulario__input--file.drag-over::before {
    content: "📂 Suelta aquí";
  }
}
@media (max-width: 480px) {
  .formulario .formulario__input--file.drag-over::before {
    content: "📂 Suelta";
  }
}
@media (max-width: 360px) {
  .formulario .formulario__input--file.drag-over::before {
    content: "📂";
  }
}
.formulario textarea.formulario__input {
  min-height: 12rem;
  resize: vertical;
}
.formulario .formulario__texto {
  font-size: 1.6rem;
  color: #000;
  margin-top: 3rem;
  margin-bottom: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.formulario .formulario__imagen {
  max-width: 100%;
  width: 350px;
  height: auto;
  border-radius: 1.5rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin: 2rem auto;
  display: block;
}
.formulario .formulario__imagen img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 480px) {
  .formulario .formulario__imagen {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .formulario .formulario__imagen {
    width: 400px;
  }
}
.formulario .formulario__submit {
  background: #445a3e;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 900;
  padding: 1.2rem 0.2rem;
  border-radius: 1.5rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}
.formulario .formulario__submit:hover {
  background-color: rgb(252.1612903226, 248.6129032258, 241.3387096774);
  color: #bc9f6f;
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}
.formulario .formulario__submit:disabled {
  background-color: #6a7866;
  cursor: not-allowed;
  opacity: 0.7;
  transform: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .formulario .formulario__submit {
    max-width: 250px;
    font-size: 1.5rem;
    padding: 1.5rem 1rem;
    font-weight: 900;
  }
}

.marketing-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  cursor: pointer;
}
.marketing-checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.marketing-checkbox__input:checked + .marketing-checkbox__label .marketing-checkbox__box {
  background: linear-gradient(135deg, #3e4938, rgb(37.488372093, 44.1395348837, 33.8604651163));
  border-color: #3e4938;
  transform: scale(1.05);
}
.marketing-checkbox__input:checked + .marketing-checkbox__label .marketing-checkbox__box .marketing-checkbox__icon {
  opacity: 1;
  transform: scale(1);
}
.marketing-checkbox__input:focus + .marketing-checkbox__label .marketing-checkbox__box {
  box-shadow: 0 0 0 3px rgba(62, 73, 56, 0.3);
}
.marketing-checkbox__label {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  text-transform: none;
  color: #000;
  font-weight: normal;
}
.marketing-checkbox__box {
  width: 1.8rem;
  height: 1.8rem;
  min-width: 1.8rem;
  min-height: 1.8rem;
  border: 2px solid #6a7866;
  border-radius: 0.6rem;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  margin-top: 0.2rem;
}
.marketing-checkbox__icon {
  color: #FFFFFF;
  font-size: 1.4rem;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease;
}
.marketing-checkbox__text {
  flex: 1;
}
.marketing-checkbox__text strong {
  display: block;
  color: #3e4938;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .marketing-checkbox__text strong {
    font-size: 1.5rem;
  }
}
.marketing-checkbox__text small {
  display: block;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.4;
  font-style: normal;
}
@media (min-width: 480px) {
  .marketing-checkbox {
    gap: 1rem;
  }
  .marketing-checkbox__label {
    gap: 1rem;
    font-size: 1.3rem;
  }
  .marketing-checkbox__box {
    width: 1.8rem;
    height: 1.8rem;
    min-width: 1.8rem;
    min-height: 1.8rem;
  }
  .marketing-checkbox__text strong {
    font-size: 1.4rem;
  }
  .marketing-checkbox__text small {
    font-size: 1.1rem;
  }
}

.campo-requerido {
  color: #e74c3c;
  font-weight: 600;
}

.boton-google {
  /* Estilos generales del botón */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  background-color: #4285F4;
  color: #ededed;
  padding: 1rem;
  border: none;
  border-radius: 1rem;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 1rem;
  /* Estilos del icono de Google */
  /* Estilos del texto del botón */
}
@media (min-width: 768px) {
  .boton-google {
    width: auto;
    padding: 1.5rem 3rem;
    font-size: 1.5rem;
  }
}
.boton-google:hover {
  background-color: rgb(90.0975, 148.555, 245.4025);
}
.boton-google__icon {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}
.boton-google__span {
  white-space: nowrap;
}

.dashboard__notification-btn {
  background-color: transparent;
  border: none;
  color: #FFFFFF; /* O el color de tu texto en el header */
  font-size: 2.2rem;
  cursor: pointer;
  position: relative;
  padding: 0.5rem 1rem;
  margin-right: 1rem; /* Espacio con el botón de cerrar sesión */
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard__notification-btn:hover {
  color: var(--secundario); /* Color al pasar el mouse */
}

/* Badge del contador de notificaciones */
.dashboard__notification-badge {
  position: absolute;
  top: -0.5rem;
  right: 0.5rem;
  background-color: var(--rojo); /* Color de alerta */
  color: var(--blanco);
  font-size: 1.2rem;
  border-radius: 50%;
  padding: 0.2rem 0.6rem;
  min-width: 2rem;
  text-align: center;
  line-height: 1; /* Para centrar el número */
  display: none; /* Oculto por defecto si es 0 */
  transform: translate(50%, -50%); /* Ajustar posición del badge */
  font-weight: bold;
}

/* Estilos para el panel lateral de notificaciones */
.dashboard__notification-sidebar {
  position: fixed;
  top: 0;
  right: -400px; /* Oculto fuera de la pantalla */
  width: 350px; /* Ancho del sidebar */
  height: 100%;
  background-color: #FFFFFF; /* O el color de fondo de tu sidebar */
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
  z-index: 1000; /* Asegurarse de que esté por encima de otros elementos */
  display: flex;
  flex-direction: column;
}

.dashboard__notification-sidebar.active {
  right: 0; /* Mostrar en pantalla */
}

.dashboard__notification-header {
  padding: 1.5rem;
  background-color: #bc9f6f; /* Color de encabezado del sidebar */
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dashboard__notification-close-btn {
  background: transparent;
  border: none;
  color: var(--blanco);
  font-size: 3rem;
  cursor: pointer;
}

.dashboard__notification-list {
  flex-grow: 1;
  overflow-y: auto; /* Para que la lista sea scrollable */
  padding: 1.5rem;
  list-style: none; /* Eliminar viñetas si usas ul/li */
}

.dashboard__notification-empty-message {
  text-align: center;
  color: var(--gris);
  margin-top: 2rem;
  font-style: italic;
}

.dashboard__notification-item {
  background-color: var(--gris-claro); /* Fondo de cada notificación */
  border-radius: 5px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dashboard__notification-item:hover {
  background-color: #e0e0e0; /* Un poco más oscuro al pasar el mouse */
}

.dashboard__notification-message {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  color: var(--negro);
}

.dashboard__notification-time {
  font-size: 1.2rem;
  color: var(--gris);
  display: block;
  text-align: right;
}

.dashboard__notification-mark-read-btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: transparent;
  border: none;
  font-size: 2rem;
  color: var(--gris);
  cursor: pointer;
  line-height: 1;
  opacity: 0.7;
}

.dashboard__notification-mark-read-btn:hover {
  opacity: 1;
  color: var(--negro);
}

/* Estilos para notificaciones tipo "toast" */
.dashboard__toast-container {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 300px;
}

.dashboard__toast {
  background-color: var(--blanco);
  color: var(--negro);
  padding: 1.5rem 2rem;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  opacity: 0; /* Inicialmente oculto, JS controlará su visibilidad */
  transform: translateX(100%); /* Comienza fuera de pantalla */
  transition: opacity 0.3s ease-out, transform 0.3s ease-out; /* Controla la animación de entrada y salida */
}

/* Clase que JavaScript añadirá para mostrar el toast */
.dashboard__toast.show {
  opacity: 1;
  transform: translateX(0);
}

/* Clases de estado para los toasts */
.dashboard__toast--success {
  border-left: 5px solid var(--verde);
}

.dashboard__toast--error {
  border-left: 5px solid var(--rojo);
}

.dashboard__toast--info {
  border-left: 5px solid var(--primario);
}

.dashboard__toast p {
  margin: 0;
  font-size: 1.5rem;
}

.dashboard__toast-close-btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: transparent;
  border: none;
  font-size: 2rem;
  color: var(--gris);
  cursor: pointer;
}

.dashboard__notification-clear-btn {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-right: auto;
  margin-left: 1rem;
}

.dashboard__notification-clear-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.dashboard__notification-close-btn {
  background: transparent;
  border: none;
  color: var(--blanco);
  font-size: 3rem;
  cursor: pointer;
  margin-left: 1rem; /* Margen para separarlo del botón "Limpiar Todo" */
}

/* Responsive para pantallas pequeñas */
@media (max-width: 768px) {
  .dashboard__notification-sidebar {
    width: 100%;
    right: -130vw; /* Ocultar completamente */
  }
  .dashboard__notification-sidebar.active {
    right: 0;
  }
  .dashboard__toast-container {
    width: calc(100% - 4rem); /* Menos padding */
    left: 2rem;
    right: 2rem;
    max-width: unset;
  }
}
.admin-panel__heading {
  text-align: center;
  color: #bc9f6f;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 3.5rem;
}
@media (min-width: 768px) {
  .admin-panel__heading {
    font-size: 4rem;
  }
}

.stats-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  padding: 2rem;
  max-width: 1024px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .stats-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
  }
}

.stat-card {
  background-color: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.stat-card--dark {
  background-color: #3e4938;
  color: #FFFFFF;
}
.stat-card--dark .stat-card__icon {
  background-color: rgb(86.511627907, 101.8604651163, 78.1395348837);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}
.stat-card--dark .stat-card__subtitle {
  color: #FFFFFF;
}
.stat-card--dark .stat-card__value {
  color: #FFFFFF;
}
.stat-card--dark .stat-card__footer {
  color: rgba(255, 255, 255, 0.7);
}
.stat-card #__icon {
  font-size: 3rem;
  color: #3e4938;
  background-color: hsl(40.3278688525, 65.5913978495%, 101.7647058824%);
  border-radius: 0.5rem;
  padding: 1rem;
  line-height: 1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stat-card__content {
  flex-grow: 1;
  text-align: right;
}
.stat-card__subtitle {
  font-size: 1.4rem;
  color: #64748B;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.stat-card__value {
  font-size: 2.8rem;
  color: #000;
  font-weight: 700;
  margin: 0.5rem 0;
}
.stat-card__footer {
  font-size: 1.2rem;
  color: #64748B;
  margin: 0;
}
.stat-card__change {
  font-weight: 700;
}
.stat-card__change--positive {
  color: #1cb681;
}
.stat-card__change--negative {
  color: #df1c3f;
}
.stat-card__change--neutral {
  color: #64748B;
}

.data-section {
  background-color: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 2.5rem;
  margin-top: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .data-section {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .data-section {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .data-section--two-columns {
    grid-column: span 2;
  }
}
.data-section__heading {
  font-size: 2.4rem;
  color: #bc9f6f;
  margin-bottom: 0.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.data-section__settings-icon {
  font-size: 1.8rem;
  color: #bc9f6f;
}
.data-section__settings-icon:hover {
  color: #3e4938;
}
.data-section__description {
  font-size: 1.5rem;
  color: #64748B;
  margin-bottom: 2rem;
}
.data-section__empty-message {
  text-align: center;
  color: #64748B;
  font-size: 1.6rem;
  padding: 2rem 0;
}
.data-section__link {
  background-color: #efdbb2;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  display: block;
  width: fit-content;
  margin-top: 2rem;
  text-decoration: none;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  border-radius: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.data-section__link:hover {
  background-color: rgb(247.7741935484, 238.7419354839, 220.2258064516);
  cursor: pointer;
}
.data-section__link i {
  margin-left: 0.5rem;
}

.activity-list__container {
  overflow-x: auto;
  max-height: 300px;
  border-radius: 0.5rem;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  background-color: #ededed;
}
.activity-list__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.3rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  background: #FFFFFF;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .activity-list__table {
    display: block;
  }
  .activity-list__table thead {
    display: none;
  }
  .activity-list__table tbody {
    display: block;
    width: 100%;
  }
}
.activity-list__head {
  background: #3e4938;
  color: #FFFFFF;
  font-weight: 700;
}
.activity-list__head th {
  font-weight: 700;
  padding: 1rem 0.8rem;
  font-size: 1.4rem;
  text-align: center;
  border: none;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #3e4938;
  color: #bc9f6f;
}
.activity-list__head th:first-child {
  border-top-left-radius: 0.5rem;
}
.activity-list__head th:last-child {
  border-top-right-radius: 0.5rem;
}
.activity-list__row {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.activity-list__row:nth-child(even) {
  background: rgb(249.75, 249.75, 249.75);
}
.activity-list__row:hover {
  background: linear-gradient(90deg, rgb(248, 250, 252) 0%, rgb(106, 120, 102) 100%);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .activity-list__row {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    padding: 0.8rem;
    border: 1px solid #c6c6c6;
    border-radius: 0.8rem;
  }
}
.activity-list__td {
  padding: 0.7rem 0.8rem;
  vertical-align: middle;
  font-size: 1.35rem;
  color: #000;
  text-align: center;
}
.activity-list__td--paciente {
  position: relative;
}
.activity-list__td--paciente:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: #000;
  color: #FFFFFF;
  padding: 0.8rem 1.2rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-0.5rem);
  white-space: pre-wrap;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
  text-align: left;
}
.activity-list__td--paciente:hover::after {
  opacity: 1;
  visibility: visible;
}
.activity-list__td--acciones {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .activity-list__td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #ededed;
  }
  .activity-list__td::before {
    content: attr(data-label) ": ";
    font-weight: 700;
    color: #bc9f6f;
    flex-shrink: 0;
    margin-right: 1rem;
    text-align: left;
  }
  .activity-list__td:last-of-type {
    border-bottom: none;
  }
}
.activity-list__accion {
  font-size: 1.8rem;
  padding: 0.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.activity-list__accion--whatsapp {
  color: #25D366;
  background-color: rgba(37, 211, 102, 0.1);
}
.activity-list__accion--whatsapp:hover {
  background-color: rgba(37, 211, 102, 0.2);
}

.popular-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.popular-list__item {
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
  border-bottom: 1px solid #ededed;
  font-size: 1.5rem;
  color: #000;
}
.popular-list__item:last-child {
  border-bottom: none;
}
.popular-list__rank {
  font-weight: 700;
  color: #3e4938;
  margin-right: 1rem;
  flex-shrink: 0;
}
.popular-list__name {
  flex-grow: 1;
  text-align: left;
}
.popular-list__count {
  font-weight: 700;
  color: #445a3e;
  margin-left: 1rem;
  flex-shrink: 0;
}

.new-users-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.new-users-list__item {
  display: flex;
  flex-direction: column;
  padding: 0.8rem 0;
  border-bottom: 1px solid #ededed;
  font-size: 1.4rem;
  color: #000;
}
.new-users-list__item:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .new-users-list__item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.new-users-list__name {
  font-weight: 700;
  color: #3e4938;
  margin-bottom: 0.4rem;
}
@media (min-width: 768px) {
  .new-users-list__name {
    margin-bottom: 0;
    flex-grow: 1;
    text-align: left;
  }
}
.new-users-list__email {
  color: #64748B;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .new-users-list__email {
    margin-bottom: 0;
    flex-grow: 1;
    text-align: center;
  }
}
.new-users-list__date {
  font-style: italic;
  color: #445a3e;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .new-users-list__date {
    flex-shrink: 0;
    text-align: right;
  }
}

.notification-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.notification-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.5rem;
  border-radius: 0.8rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.notification-list__item--warning {
  background-color: hsl(39.6226415094, 55.2083333333%, 102.3529411765%);
  color: rgb(128.046875, 97.109375, 36.953125);
  border: 1px solid rgb(234.84375, 217.96875, 185.15625);
}
.notification-list__item--danger {
  background-color: rgb(248.8645418327, 206.1354581673, 213.8047808765);
  color: #df1c3f;
  border: 1px solid rgb(237.4860557769, 115.5139442231, 137.406374502);
}
.notification-list__item--success {
  background-color: rgb(171.8, 242.2, 217.9714285714);
  color: #1cb681;
  border: 1px solid rgb(83.4, 228.6, 178.6285714286);
}
.notification-list__text {
  flex-grow: 1;
  margin-right: 1rem;
}
.notification-list__text strong {
  font-weight: 700;
  color: inherit;
}
.notification-list__action {
  color: inherit;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.notification-list__action:hover {
  transform: translateX(3px);
}

.quick-actions-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  display: grid;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .quick-actions-list {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .quick-actions-list {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.quick-actions-list__item {
  background-color: #ededed;
  border-radius: 0.8rem;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.quick-actions-list__item:hover {
  background-color: rgb(224.25, 224.25, 224.25);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.quick-actions-list__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 2rem;
  text-decoration: none;
  color: #3e4938;
  font-size: 1.6rem;
  font-weight: 700;
}
.quick-actions-list__link i {
  font-size: 2.2rem;
  color: #445a3e;
}

.status-badge {
  display: inline-block;
  padding: 0.3em 0.8em;
  border-radius: 1.2rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}
.status-badge--confirmada {
  background: rgb(171.8, 242.2, 217.9714285714);
  color: #1cb681;
}
.status-badge--aceptada {
  background: rgb(171.8, 242.2, 217.9714285714);
  color: #1cb681;
}
.status-badge--cancelada {
  background: rgb(248.8645418327, 206.1354581673, 213.8047808765);
  color: #df1c3f;
}
.status-badge--rechazada {
  background: rgb(248.8645418327, 206.1354581673, 213.8047808765);
  color: #df1c3f;
}
.status-badge--pendiente {
  background: hsl(39.6226415094, 55.2083333333%, 102.3529411765%);
  color: rgb(128.046875, 97.109375, 36.953125);
}
.status-badge--completado {
  background: rgb(171.8, 242.2, 217.9714285714);
  color: #1cb681;
}
.status-badge--rechazado {
  background: rgb(248.8645418327, 206.1354581673, 213.8047808765);
  color: #df1c3f;
}
.status-badge--reembolsado {
  background: #6fb5ff;
  color: #ffffff;
}
.status-badge--cancelada_pago {
  background: #ffc107;
  color: #664d03;
}
.status-badge--cancelada_reembolso {
  background: #6fb5ff;
  color: #ffffff;
}

.stats-section {
  width: min(95%, 130rem);
  margin: 0 auto;
  padding: 3rem 2rem;
}
@media (min-width: 768px) {
  .stats-section {
    padding: 4rem 2rem;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: start;
  }
}

.filters-card {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px);
  border-radius: 2rem;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.filters-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.filters-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.filters-card:hover::before {
  left: 100%;
}
@media (min-width: 768px) {
  .filters-card {
    margin-bottom: 0;
  }
}

.filter-group {
  margin-bottom: 2.5rem;
}
.filter-group:last-child {
  margin-bottom: 0;
}

.stat-card__footer {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.stat-card__footer label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #3e4938;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2.5rem;
}
.stat-card__footer label::before {
  content: "\f0b0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #d4b06a;
  font-size: 1.2rem;
}
.stat-card__footer label[for=filtro-ingresos]::before {
  content: "\f201";
}
.stat-card__footer strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #445a3e;
  font-size: 1.8rem;
  background: linear-gradient(135deg, #bc9f6f, #d4b06a);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .stat-card__footer strong {
    font-size: 2.2rem;
  }
}

select {
  width: 100%;
  padding: 1.2rem 1.5rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
  border: 2px solid transparent;
  border-radius: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #3e4938;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23445a3e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 1.2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
select:hover {
  border-color: #d4b06a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
select:focus {
  outline: none;
  border-color: #445a3e;
  box-shadow: 0 0 0 4px rgba(68, 90, 62, 0.2);
}
select option {
  padding: 1rem;
  background: #FFFFFF;
  color: #3e4938;
  font-weight: 400;
}
select option:checked {
  background: #efdbb2;
  color: #3e4938;
}

.fechas {
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid transparent;
  border-radius: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  color: #3e4938;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin: 0 0.5rem;
}
.fechas:hover {
  border-color: #d4b06a;
  transform: translateY(-2px);
}
.fechas:focus {
  outline: none;
  border-color: #445a3e;
  box-shadow: 0 0 0 4px rgba(68, 90, 62, 0.2);
}
.fechas::-webkit-calendar-picker-indicator {
  color: #d4b06a;
  cursor: pointer;
  border-radius: 50%;
  padding: 0.2rem;
}
.fechas::-webkit-calendar-picker-indicator:hover {
  background: rgba(188, 159, 111, 0.2);
}

#rango-fechas {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: slideDown 0.3s ease-out;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 480px) {
  #rango-fechas {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
}

.chart-container {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  border-radius: 2rem;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.chart-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}
.chart-container::before {
  content: "Evolución de Ingresos";
  position: absolute;
  top: 1.5rem;
  left: 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #3e4938;
  z-index: 2;
}
.chart-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(188, 159, 111, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(68, 90, 62, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.canvas {
  width: 100% !important;
  height: auto !important;
  max-height: 400px;
}
@media (min-width: 768px) {
  .canvas {
    max-height: 500px;
  }
}
@media (min-width: 1024px) {
  .canvas {
    max-height: 600px;
  }
}

.stats-section {
  animation: fadeInUp 0.8s ease-out;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 480px) {
  .filters-card {
    padding: 2rem;
    border-radius: 1.5rem;
  }
  .chart-container {
    padding: 2rem;
    border-radius: 1.5rem;
  }
  .chart-container::before {
    top: 1rem;
    left: 2rem;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .filters-card {
    position: sticky;
    top: 2rem;
  }
}
.loading {
  position: relative;
  overflow: hidden;
}
.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: loading 1.5s infinite;
}
@keyframes loading {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.filter-group:hover .stat-card__footer label::before {
  animation: bounce 0.6s ease-in-out;
}

@keyframes bounce {
  0%, 20%, 60%, 100% {
    transform: translateY(-50%);
  }
  40% {
    transform: translateY(-60%);
  }
  80% {
    transform: translateY(-55%);
  }
}
.perfil-usuario {
  max-width: 75rem;
  margin: 0 auto;
  padding: 2rem;
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .perfil-usuario {
    padding: 3rem;
    gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .perfil-usuario {
    padding: 4rem;
    gap: 4rem;
  }
}

.formulario-perfil {
  background: #FFFFFF;
  border-radius: 2rem;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.08), 0 0.8rem 1.6rem rgba(0, 0, 0, 0.04);
  padding: 3.5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.formulario-perfil::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.4rem;
  background: linear-gradient(90deg, transparent, #bc9f6f 20%, #bc9f6f 80%, transparent);
}
.formulario-perfil:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.12), 0 1.2rem 2.4rem rgba(0, 0, 0, 0.06);
}
@media (min-width: 768px) {
  .formulario-perfil {
    padding: 4rem;
  }
}
@media (min-width: 1024px) {
  .formulario-perfil {
    padding: 5rem;
  }
}
.formulario-perfil__titulo {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  text-transform: uppercase;
  color: #bc9f6f;
  letter-spacing: -0.08em;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.formulario-perfil__titulo::after {
  content: "";
  display: block;
  width: 8rem;
  height: 3px;
  background-color: #445a3e;
  margin: 1rem auto 0;
  border-radius: 10px;
}
.formulario-perfil__campo {
  margin-bottom: 2.5rem;
  position: relative;
}
.formulario-perfil__campo:last-child {
  margin-bottom: 0;
}
.formulario-perfil__label {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #bc9f6f;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .formulario-perfil__label {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .formulario-perfil__label {
    font-size: 1.6rem;
  }
}
.formulario-perfil__texto {
  font-size: 1.3rem;
  color: #333;
  background: linear-gradient(135deg, rgb(249.75, 249.75, 249.75), hsl(0, 0%, 100.9411764706%));
  padding: 2rem 2.5rem;
  border-radius: 1.2rem;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
}
.formulario-perfil__texto::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.3rem;
  background: #bc9f6f;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .formulario-perfil__texto {
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
  }
}
.formulario-perfil__input, .formulario-perfil__textarea {
  width: 100%;
  padding: 2rem 2.5rem;
  border: 2px solid rgb(144.4864864865, 157.8243243243, 140.6756756757);
  border-radius: 1.2rem;
  font-size: 1.3rem;
  color: #333;
  background: #FFFFFF;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-weight: 500;
  position: relative;
}
.formulario-perfil__input::placeholder, .formulario-perfil__textarea::placeholder {
  color: rgb(127.5, 127.5, 127.5);
  font-weight: 400;
}
.formulario-perfil__input:hover, .formulario-perfil__textarea:hover {
  border-color: rgb(204.1943127962, 182.2037914692, 145.8056872038);
  box-shadow: 0 0.8rem 2.4rem rgba(188, 159, 111, 0.1);
}
.formulario-perfil__input:focus, .formulario-perfil__textarea:focus {
  outline: none;
  border-color: #bc9f6f;
  box-shadow: 0 0 0 0.4rem rgba(188, 159, 111, 0.15), 0 0.8rem 2.4rem rgba(188, 159, 111, 0.1);
  transform: translateY(-0.1rem);
}
@media (min-width: 768px) {
  .formulario-perfil__input, .formulario-perfil__textarea {
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
  }
}
.formulario-perfil__textarea {
  min-height: 12rem;
  resize: vertical;
  font-family: inherit;
  line-height: 1.6;
}
.formulario-perfil__boton {
  background-color: #445a3e;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #FFFFFF;
  padding: 2rem 4rem;
  border: none;
  border-radius: 1.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
  box-shadow: rgba(188, 159, 111, 0.4) 0px 8px 20px -5px;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}
.formulario-perfil__boton:hover {
  background-color: rgb(90.8157894737, 120.1973684211, 82.8026315789);
  cursor: pointer;
}
.formulario-perfil__boton::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.formulario-perfil__boton:hover::before {
  left: 100%;
}
@media (min-width: 768px) {
  .formulario-perfil__boton {
    width: auto;
    display: inline-block;
    font-size: 1.5rem;
    padding: 2rem 3rem;
  }
}
.formulario-perfil__boton:hover {
  background: rgb(200.955450237, 177.5630331754, 138.844549763);
  transform: translateY(-0.2rem) scale(1.01);
  box-shadow: rgba(62, 73, 56, 0.6) 0px 10px 25px -8px;
  border-color: #efdbb2;
}
.formulario-perfil__boton:active {
  transform: translateY(-0.1rem);
  box-shadow: 0 0.4rem 1.2rem rgba(188, 159, 111, 0.3), 0 0.2rem 0.6rem rgba(188, 159, 111, 0.2);
}
.formulario-perfil__boton--secundario {
  background: linear-gradient(135deg, rgb(89.25, 89.25, 89.25), rgb(63.75, 63.75, 63.75));
  box-shadow: 0 0.8rem 2.4rem rgba(51, 51, 51, 0.2), 0 0.4rem 1.2rem rgba(51, 51, 51, 0.15);
}
.formulario-perfil__boton--secundario:hover {
  background: linear-gradient(135deg, rgb(114.75, 114.75, 114.75), rgb(89.25, 89.25, 89.25));
  box-shadow: 0 1.2rem 3.6rem rgba(51, 51, 51, 0.3), 0 0.6rem 1.8rem rgba(51, 51, 51, 0.2);
}

.alerta {
  padding: 2rem 2.5rem;
  border-radius: 1.2rem;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  backdrop-filter: blur(10px);
  border: 2px solid;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .alerta {
    font-size: 1.6rem;
    padding: 2.2rem 2.8rem;
  }
}
@media (min-width: 1024px) {
  .alerta {
    font-size: 1.7rem;
    padding: 2.4rem 3rem;
  }
}
.alerta--error {
  background: linear-gradient(135deg, rgba(255, 71, 87, 0.1), rgba(255, 71, 87, 0.05));
  color: rgb(224, 0, 19.4782608696);
  border-color: rgba(255, 71, 87, 0.3);
  box-shadow: 0 0.8rem 2.4rem rgba(255, 71, 87, 0.1);
}
.alerta--error:hover {
  box-shadow: 0 1.2rem 3.6rem rgba(255, 71, 87, 0.15);
  transform: translateY(-0.2rem);
}
.alerta--exito {
  background: linear-gradient(135deg, rgba(46, 213, 115, 0.1), rgba(46, 213, 115, 0.05));
  color: rgb(17.7370517928, 88.2629482072, 46.8764940239);
  border-color: rgba(46, 213, 115, 0.3);
  box-shadow: 0 0.8rem 2.4rem rgba(46, 213, 115, 0.1);
}
.alerta--exito:hover {
  box-shadow: 0 1.2rem 3.6rem rgba(46, 213, 115, 0.15);
  transform: translateY(-0.2rem);
}
.alerta--info {
  background: linear-gradient(135deg, rgba(68, 90, 62, 0.1), rgba(68, 90, 62, 0.05));
  color: rgb(22.3684210526, 29.6052631579, 20.3947368421);
  border-color: rgba(68, 90, 62, 0.3);
  box-shadow: 0 0.8rem 2.4rem rgba(68, 90, 62, 0.1);
}
.alerta--info:hover {
  box-shadow: 0 1.2rem 3.6rem rgba(68, 90, 62, 0.15);
  transform: translateY(-0.2rem);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-1rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.formulario-perfil {
  animation: fadeInUp 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.formulario-perfil:nth-child(2) {
  animation-delay: 0.1s;
}
.formulario-perfil:nth-child(3) {
  animation-delay: 0.2s;
}

.alerta {
  animation: slideIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 48rem) {
  .perfil-usuario {
    padding: 1.5rem;
    gap: 2rem;
  }
  .formulario-perfil {
    padding: 2.5rem;
    border-radius: 1.5rem;
  }
  .formulario-perfil__titulo {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .formulario-perfil__input, .formulario-perfil__textarea {
    font-size: 1.5rem;
    padding: 1.2rem 1rem;
  }
  .formulario-perfil__boton {
    font-size: 1.3rem;
    padding: 1.8rem 3.5rem;
  }
  .formulario-perfil__texto {
    font-size: 1.5rem;
    padding: 1.8rem 2.2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.navegacion-perfil {
  background: linear-gradient(135deg, rgb(254.7935483871, 254.535483871, 254.0064516129) 0%, rgb(249.5290322581, 242.6903225806, 228.6709677419) 100%);
  padding: 0;
  border-radius: 1.2rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(106, 120, 102, 0.3);
  box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.08), 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .navegacion-perfil {
    margin-bottom: 0;
    padding: 0;
    min-height: 60vh;
    position: sticky;
    top: 2rem;
  }
}
.navegacion-perfil::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(188, 159, 111, 0.3), transparent);
}
.navegacion-perfil__header {
  padding: 2rem 2rem 1.5rem;
  border-bottom: 1px solid rgba(106, 120, 102, 0.2);
  background: linear-gradient(135deg, hsl(40.3278688525, 65.5913978495%, 101.7647058824%) 0%, rgb(252.1612903226, 248.6129032258, 241.3387096774) 100%);
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .navegacion-perfil__header {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.navegacion-perfil__avatar {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #bc9f6f 0%, rgb(204.1943127962, 182.2037914692, 145.8056872038) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.3rem 0.8rem rgba(188, 159, 111, 0.3);
  flex-shrink: 0;
}
.navegacion-perfil__avatar i {
  font-size: 2.2rem;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .navegacion-perfil__avatar {
    width: 5.5rem;
    height: 5.5rem;
  }
  .navegacion-perfil__avatar i {
    font-size: 2.6rem;
  }
}
.navegacion-perfil__info {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
}
@media (min-width: 768px) {
  .navegacion-perfil__info {
    align-items: center;
  }
}
.navegacion-perfil__nombre {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3e4938;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .navegacion-perfil__nombre {
    font-size: 1.8rem;
  }
}
.navegacion-perfil__rol {
  font-size: 1.2rem;
  color: rgba(62, 73, 56, 0.7);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .navegacion-perfil__rol {
    font-size: 1.1rem;
  }
}
.navegacion-perfil__lista {
  list-style: none;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin: 0;
}
@media (min-width: 768px) {
  .navegacion-perfil__lista {
    padding: 1.5rem 0;
    gap: 0.4rem;
  }
}
.navegacion-perfil__item {
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.navegacion-perfil__item--activo {
  background: linear-gradient(135deg, rgba(188, 159, 111, 0.15) 0%, rgba(188, 159, 111, 0.1) 100%);
}
.navegacion-perfil__item--activo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4rem;
  background: linear-gradient(180deg, #bc9f6f 0%, rgb(212.2914691943, 193.8056872038, 163.2085308057) 100%);
  border-radius: 0 0.2rem 0.2rem 0;
}
.navegacion-perfil__item--activo .navegacion-perfil__link {
  color: #FFFFFF;
  transform: translateX(0.5rem);
}
.navegacion-perfil__item--activo .navegacion-perfil__link .navegacion-perfil__icono-wrapper {
  background: linear-gradient(135deg, #bc9f6f 0%, rgb(204.1943127962, 182.2037914692, 145.8056872038) 100%);
  box-shadow: 0 0.3rem 0.8rem rgba(188, 159, 111, 0.4);
}
.navegacion-perfil__item--activo .navegacion-perfil__link .navegacion-perfil__icono {
  color: #FFFFFF;
}
.navegacion-perfil__item--activo .navegacion-perfil__link .navegacion-perfil__arrow {
  opacity: 1;
  transform: translateX(0);
}
.navegacion-perfil__item:hover:not(.navegacion-perfil__item--activo) {
  background: hsla(40.3278688525, 65.5913978495%, 106.7647058824%, 0.5);
}
.navegacion-perfil__item:hover:not(.navegacion-perfil__item--activo) .navegacion-perfil__link {
  transform: translateX(0.3rem);
}
.navegacion-perfil__item:hover:not(.navegacion-perfil__item--activo) .navegacion-perfil__link .navegacion-perfil__icono-wrapper {
  background: rgba(188, 159, 111, 0.2);
}
.navegacion-perfil__item:hover:not(.navegacion-perfil__item--activo) .navegacion-perfil__link .navegacion-perfil__arrow {
  opacity: 0.6;
  transform: translateX(-0.2rem);
}
.navegacion-perfil__link {
  color: rgb(86.511627907, 101.8604651163, 78.1395348837);
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 2rem;
  gap: 1.2rem;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .navegacion-perfil__link {
    font-size: 1.5rem;
    padding: 1.4rem 2rem;
    gap: 1.4rem;
  }
}
.navegacion-perfil__icono-wrapper {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.8rem;
  background: hsla(40.3278688525, 65.5913978495%, 111.7647058824%, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .navegacion-perfil__icono-wrapper {
    width: 4rem;
    height: 4rem;
  }
}
.navegacion-perfil__icono {
  font-size: 1.8rem;
  color: #bc9f6f;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .navegacion-perfil__icono {
    font-size: 2rem;
  }
}
.navegacion-perfil__content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex: 1;
  min-width: 0;
}
@media (min-width: 768px) {
  .navegacion-perfil__content {
    gap: 0.3rem;
  }
}
.navegacion-perfil__texto {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .navegacion-perfil__texto {
    font-size: 1.6rem;
  }
}
.navegacion-perfil__descripcion {
  font-size: 1.1rem;
  color: rgba(62, 73, 56, 0.6);
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .navegacion-perfil__descripcion {
    font-size: 1.2rem;
  }
}
.navegacion-perfil__arrow {
  font-size: 1.2rem;
  color: rgba(62, 73, 56, 0.4);
  opacity: 0;
  transform: translateX(0.5rem);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .navegacion-perfil__arrow {
    font-size: 1.3rem;
  }
}
.navegacion-perfil__footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(106, 120, 102, 0.2);
  background: linear-gradient(135deg, rgb(246.0193548387, 234.7935483871, 211.7806451613) 0%, rgb(243.3870967742, 228.8709677419, 199.1129032258) 100%);
  margin-top: auto;
}
@media (min-width: 768px) {
  .navegacion-perfil__footer {
    padding: 2rem;
  }
}
.navegacion-perfil__logout {
  color: rgba(62, 73, 56, 0.7);
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 1rem;
  border-radius: 0.6rem;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navegacion-perfil__logout {
    font-size: 1.4rem;
    justify-content: center;
  }
}
.navegacion-perfil__logout:hover {
  color: #ff6b6b;
  background: rgba(255, 107, 107, 0.1);
  border-color: rgba(255, 107, 107, 0.2);
}
.navegacion-perfil__logout i {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .navegacion-perfil__logout i {
    font-size: 1.7rem;
  }
}

.seccion-perfil {
  padding: 2rem;
  margin-top: 21rem;
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.08), 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}
@media (min-width: 1024px) {
  .seccion-perfil {
    margin-top: 17rem;
  }
}
.seccion-perfil__heading {
  font-size: 3rem;
  color: #bc9f6f;
  text-transform: uppercase;
  margin-top: 5rem;
  margin-bottom: 3rem;
  text-align: center;
  letter-spacing: -0.08em;
  font-weight: 800;
  position: relative;
}
@media (min-width: 1024px) {
  .seccion-perfil__heading {
    text-align: left;
    margin-top: 2rem;
    font-size: 3.5rem;
  }
}
.seccion-perfil__heading::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 0.3rem;
  background: linear-gradient(90deg, #bc9f6f 0%, rgb(220.3886255924, 205.4075829384, 180.6113744076) 100%);
  border-radius: 0.15rem;
}
@media (min-width: 768px) {
  .seccion-perfil__contenido {
    display: grid;
    grid-template-columns: 28rem 1fr;
    gap: 3rem;
    align-items: flex-start;
  }
}
.seccion-perfil__area-contenido {
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(106, 120, 102, 0.1);
}
@media (min-width: 768px) {
  .seccion-perfil__area-contenido {
    padding: 2.5rem;
  }
}

.listado {
  max-width: 120rem;
  margin: 0 auto;
  padding: 2rem;
}
@media (min-width: 768px) {
  .listado {
    padding: 3rem;
  }
}
@media (min-width: 1024px) {
  .listado {
    padding: 4rem;
  }
}
.listado__grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .listado__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .listado__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem;
  }
}
.listado__elemento {
  background: #FFFFFF;
  border-radius: 2rem;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.08), 0 0.8rem 1.6rem rgba(0, 0, 0, 0.04);
  padding: 3rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  min-height: 32rem;
}
.listado__elemento:hover {
  transform: translateY(-0.8rem);
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.12), 0 1.2rem 2.4rem rgba(0, 0, 0, 0.08);
}
.listado__elemento::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.5rem;
  border-radius: 2rem 2rem 0 0;
}
.listado__elemento--cita::before {
  background: linear-gradient(90deg, #bc9f6f, rgb(204.1943127962, 182.2037914692, 145.8056872038));
}
.listado__elemento--galeria::before {
  background: linear-gradient(90deg, #bc9f6f, rgb(204.1943127962, 182.2037914692, 145.8056872038));
}
.listado__elemento--resena::before {
  background: linear-gradient(90deg, #efdbb2, rgb(247.7741935484, 238.7419354839, 220.2258064516));
}
.listado__heading {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  text-transform: uppercase;
  color: #bc9f6f;
  letter-spacing: -0.08em;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.listado__heading::after {
  content: "";
  display: block;
  width: 8rem;
  height: 3px;
  background-color: #445a3e;
  margin: 1rem auto 0;
  border-radius: 10px;
}
.listado__meta {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.listado__meta::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #bc9f6f;
  border-radius: 50%;
  flex-shrink: 0;
}
.listado__meta span {
  color: #3e4938;
  font-weight: 600;
}
@media (min-width: 768px) {
  .listado__meta {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .listado__meta {
    font-size: 1.7rem;
  }
}
.listado__texto {
  font-size: 1.5rem;
  color: rgb(76.5, 76.5, 76.5);
  line-height: 1.6;
  margin-top: 1.5rem;
  flex-grow: 1;
  font-weight: 400;
}
@media (min-width: 768px) {
  .listado__texto {
    font-size: 1.6rem;
  }
}
.listado__imagen-contenedor {
  width: 100%;
  height: 22rem;
  overflow: hidden;
  border-radius: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}
.listado__imagen {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.listado__imagen:hover {
  transform: scale(1.08);
}
.listado__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1.5rem;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 1.5rem;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
}
.listado__badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}
.listado__badge:hover::before {
  left: 100%;
}
.listado__badge--pendiente {
  background: linear-gradient(135deg, rgba(239, 219, 178, 0.3), rgba(239, 219, 178, 0.5));
  color: rgb(217.064516129, 169.6451612903, 72.435483871);
  border: 2px solid rgba(239, 219, 178, 0.7);
}
.listado__badge--confirmada {
  background: linear-gradient(135deg, rgba(46, 213, 115, 0.15), rgba(46, 213, 115, 0.1));
  color: rgb(22.0039840637, 109.4960159363, 58.1533864542);
  border: 2px solid rgba(46, 213, 115, 0.3);
}
.listado__badge--aceptada {
  background: linear-gradient(135deg, rgba(46, 213, 115, 0.15), rgba(46, 213, 115, 0.1));
  color: rgb(22.0039840637, 109.4960159363, 58.1533864542);
  border: 2px solid rgba(46, 213, 115, 0.3);
}
.listado__badge--cancelada {
  background: linear-gradient(135deg, rgba(255, 71, 87, 0.15), rgba(255, 71, 87, 0.1));
  color: rgb(224, 0, 19.4782608696);
  border: 2px solid rgba(255, 71, 87, 0.3);
}
.listado__badge--rechazada {
  background: linear-gradient(135deg, rgba(255, 71, 87, 0.15), rgba(255, 71, 87, 0.1));
  color: rgb(224, 0, 19.4782608696);
  border: 2px solid rgba(255, 71, 87, 0.3);
}
.listado__badge--publica {
  background: linear-gradient(135deg, rgba(188, 159, 111, 0.3), rgba(188, 159, 111, 0.5));
  color: rgb(117.0426540284, 93.471563981, 54.4573459716);
  border: 2px solid rgba(188, 159, 111, 0.7);
}
.listado__badge--privada {
  background: linear-gradient(135deg, rgba(106, 120, 102, 0.3), rgba(106, 120, 102, 0.5));
  color: rgb(45.1216216216, 51.0810810811, 43.4189189189);
  border: 2px solid rgba(106, 120, 102, 0.7);
}
@media (min-width: 768px) {
  .listado__badge {
    font-size: 1.4rem;
    padding: 1rem 1.8rem;
  }
}
.listado__acciones {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .listado__acciones {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.listado__acciones .boton {
  flex: 1;
  text-align: center;
  text-decoration: none;
  padding: 1.5rem 2rem;
  border-radius: 1.2rem;
  font-weight: 600;
  font-size: 1.4rem;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
}
.listado__acciones .boton::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.listado__acciones .boton:hover::before {
  left: 100%;
}
.listado__acciones .boton:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.15);
}
.listado__acciones .boton:active {
  transform: translateY(0);
}
.listado__acciones .boton--whatsapp {
  background: linear-gradient(135deg, #25d366, rgb(33.1955645161, 189.3044354839, 91.5120967742));
  color: white;
}
.listado__acciones .boton--whatsapp:hover {
  background: linear-gradient(135deg, rgb(66.8016129032, 221.9983870968, 124.7774193548), rgb(45.1060483871, 218.1939516129, 109.7653225806));
  box-shadow: 0 0.8rem 2.4rem rgba(37, 211, 102, 0.3);
}
.listado__acciones .boton--ver-video {
  background: linear-gradient(135deg, #ff0000, rgb(229.5, 0, 0));
  color: white;
}
.listado__acciones .boton--ver-video:hover {
  background: linear-gradient(135deg, rgb(255, 40.8, 40.8), rgb(255, 15.3, 15.3));
  box-shadow: 0 0.8rem 2.4rem rgba(255, 0, 0, 0.3);
}
.listado__acciones .boton--editar {
  background: linear-gradient(135deg, #3e4938, rgb(49.7441860465, 58.5697674419, 44.9302325581));
  color: white;
}
.listado__acciones .boton--editar:hover {
  background: linear-gradient(135deg, rgb(81.6093023256, 96.088372093, 73.711627907), rgb(69.3534883721, 81.6581395349, 62.6418604651));
  box-shadow: 0 0.8rem 2.4rem rgba(62, 73, 56, 0.3);
}
.listado__acciones .boton--eliminar {
  background: linear-gradient(135deg, #ff4757, rgb(255, 45.5, 63.7173913043));
  color: white;
}
.listado__acciones .boton--eliminar:hover {
  background: linear-gradient(135deg, rgb(255, 111.8, 124.252173913), rgb(255, 86.3, 100.9695652174));
  box-shadow: 0 0.8rem 2.4rem rgba(255, 71, 87, 0.3);
}
.listado__acciones .boton--primario {
  background: linear-gradient(135deg, #bc9f6f, rgb(179.9028436019, 147.3981042654, 93.5971563981));
  color: #333;
}
.listado__acciones .boton--primario:hover {
  background: linear-gradient(135deg, rgb(200.955450237, 177.5630331754, 138.844549763), rgb(192.8582938389, 165.9611374408, 121.4417061611));
  box-shadow: 0 0.8rem 2.4rem rgba(188, 159, 111, 0.4);
}
@media (min-width: 768px) {
  .listado__acciones .boton {
    font-size: 1.5rem;
    padding: 1.6rem 2.2rem;
  }
}
@media (min-width: 1024px) {
  .listado__acciones .boton {
    font-size: 1.6rem;
    padding: 1.8rem 2.5rem;
  }
}

.seccion-resenas {
  margin-top: 5rem;
}
.seccion-resenas__google-calificacion {
  background: linear-gradient(135deg, hsl(40.3278688525, 65.5913978495%, 106.7647058824%), hsl(40.3278688525, 65.5913978495%, 101.7647058824%));
  padding: 3rem;
  border-radius: 2rem;
  margin-bottom: 4rem;
  text-align: center;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.08), 0 0.8rem 1.6rem rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}
.seccion-resenas__google-calificacion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.4rem;
  background: linear-gradient(90deg, transparent, #bc9f6f 20%, #bc9f6f 80%, transparent);
}


/* Agregar a tu CSS */
.breadcrumb-container {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (min-width: 768px) {
  .seccion-resenas__google-calificacion {
    padding: 4rem;
  }
}
@media (min-width: 1024px) {
  .seccion-resenas__google-calificacion {
    padding: 5rem;
  }
}
.seccion-resenas__subheading {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  text-transform: uppercase;
  color: #bc9f6f;
  letter-spacing: -0.08em;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 4rem;
  margin-bottom: 3rem;
  text-align: center;
}
.seccion-resenas__subheading::after {
  content: "";
  display: block;
  width: 8rem;
  height: 3px;
  background-color: #445a3e;
  margin: 1rem auto 0;
  border-radius: 10px;
}
.seccion-resenas__texto {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  font-weight: 400;
}
.seccion-resenas__texto--disclaimer {
  font-size: 1.4rem;
  color: rgb(114.75, 114.75, 114.75);
  margin-top: 2rem;
  font-style: italic;
}
@media (min-width: 768px) {
  .seccion-resenas__texto {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  .seccion-resenas__texto {
    font-size: 1.8rem;
  }
}
.seccion-resenas__boton-google {
  background: linear-gradient(135deg, #DB4437, rgb(210.593220339, 51.5953389831, 37.906779661));
  color: #FFFFFF;
  font-weight: 600;
  padding: 2rem 3.5rem;
  border-radius: 1.2rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 1.6rem;
  box-shadow: 0 0.8rem 2.4rem rgba(219, 68, 55, 0.3);
  position: relative;
  overflow: hidden;
}
.seccion-resenas__boton-google::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.seccion-resenas__boton-google:hover::before {
  left: 100%;
}
.seccion-resenas__boton-google:hover {
  background: linear-gradient(135deg, rgb(225.2237288136, 100.3288135593, 89.5762711864), rgb(221.3338983051, 80.1233050847, 67.9661016949));
  box-shadow: 0 1.2rem 3.6rem rgba(219, 68, 55, 0.4);
  transform: translateY(-0.3rem);
}
.seccion-resenas__boton-google .fab.fa-google {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .seccion-resenas__boton-google {
    font-size: 1.7rem;
    padding: 2.2rem 4rem;
  }
}
@media (min-width: 1024px) {
  .seccion-resenas__boton-google {
    font-size: 1.8rem;
    padding: 2.4rem 4.5rem;
  }
}

.text-center {
  text-align: center;
}
.text-center p {
  font-size: 1.8rem;
  color: #666666;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .text-center p {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .text-center p {
    font-size: 2.2rem;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-2rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.listado__elemento {
  animation: fadeInUp 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.listado__elemento:nth-child(1) {
  animation-delay: 0.1s;
}
.listado__elemento:nth-child(2) {
  animation-delay: 0.2s;
}
.listado__elemento:nth-child(3) {
  animation-delay: 0.3s;
}
.listado__elemento:nth-child(4) {
  animation-delay: 0.4s;
}
.listado__elemento:nth-child(5) {
  animation-delay: 0.5s;
}
.listado__elemento:nth-child(6) {
  animation-delay: 0.6s;
}

@media (max-width: 48rem) {
  .listado {
    padding: 1.5rem;
  }
  .listado__grid {
    gap: 2rem;
  }
  .listado__elemento {
    padding: 2.5rem;
    min-height: 28rem;
  }
  .listado__heading {
    font-size: 2rem;
  }
  .listado__meta {
    font-size: 1.4rem;
  }
  .listado__texto {
    font-size: 1.4rem;
  }
  .listado__acciones .boton {
    font-size: 1.3rem;
    padding: 1.3rem 1.8rem;
  }
  .seccion-resenas__google-calificacion {
    padding: 2.5rem;
  }
  .seccion-resenas__subheading {
    font-size: 2.4rem;
  }
  .seccion-resenas__boton-google {
    font-size: 1.5rem;
    padding: 1.8rem 3rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.seccion-perfil {
  padding: 2rem;
  margin-top: 21rem;
  background-color: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
  .seccion-perfil {
    margin-top: 17rem;
  }
}
.seccion-perfil__heading {
  font-size: 3rem;
  color: #bc9f6f;
  text-transform: uppercase;
  margin-top: 5rem;
  margin-bottom: 3rem;
  text-align: center;
  letter-spacing: -0.08em;
}
@media (min-width: 1024px) {
  .seccion-perfil__heading {
    text-align: center;
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  .seccion-perfil__contenido {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 2rem;
    align-items: flex-start;
  }
}
/*# sourceMappingURL=app.css.map */
