.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */html:root { --font-main: "Albert Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }
body { font-family: var(--font-main); }
.elementor-69 {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(255,255,255,0.72);
  -webkit-backdrop-filter: blur(12px) saturate(1.3);
  backdrop-filter: blur(12px) saturate(1.3);
  border-bottom: 1px solid rgba(223,227,234,0);
}
body.admin-bar .elementor-69 { top: 32px; }
@supports (animation-timeline: scroll()) {
  .elementor-69 {
    animation: cabecera-cal linear both;
    animation-timeline: scroll(root);
    animation-range: 0 160px;
  }
}
@supports not (animation-timeline: scroll()) {
  .elementor-69 { background-color: rgba(255,255,255,0.86); border-bottom-color: #dfe3ea; }
}
@keyframes cabecera-cal {
  from { background-color: rgba(255,255,255,0.72); border-bottom-color: rgba(223,227,234,0); }
  to { background-color: rgba(255,255,255,0.94); border-bottom-color: #dfe3ea; }
}
@media (prefers-reduced-motion: reduce) {
  .elementor-69 { animation: none; background-color: rgba(255,255,255,0.9); border-bottom-color: #dfe3ea; }
}
@media (prefers-reduced-transparency: reduce) {
  .elementor-69 { background-color: #ffffff; -webkit-backdrop-filter: none; backdrop-filter: none; }
}/* End custom CSS */