<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize &amp; box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

/* 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 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* CSS variables */

:root {
  --gap: 2.127659574%;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row-fluid [class*='span'] {
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .row-fluid .span11 {
    width: calc(91.66% - var(--gap));
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--gap));
  }

  .row-fluid .span9 {
    width: calc(75% - var(--gap));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--gap));
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--gap));
  }

  .row-fluid .span6 {
    width: calc(50% - var(--gap));
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--gap));
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--gap));
  }

  .row-fluid .span3 {
    width: calc(25% - var(--gap));
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--gap));
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--gap));
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0;
}


.dnd-section &gt; .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (&lt;body&lt;, &lt;h1&gt;, &lt;a&gt;, &lt;p&gt;, &lt;button&gt; etc.)
*/

@font-face {
   font-family: gilroy;
   font-weight: 400;
   font-display: swap;
   src: url("https://assets.holaluz.com/fonts/gilroy/Gilroy-Regular.eot") format("eot"), url("https://assets.holaluz.com/fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("https://assets.holaluz.com/fonts/gilroy/Gilroy-Regular.woff") format("woff"), url("https://assets.holaluz.com/fonts/gilroy/Gilroy-Regular.ttf") format("truetype"), url("https://assets.holaluz.com/fonts/gilroy/Gilroy-Regular.svg#str-replace%28%22gilroy%22,%20%22%20%22,%20%22_%22%29") format("svg");
}

@font-face {
  font-family: gilroy;
  font-weight: 900;
  font-display: swap;
  src: url("https://assets.holaluz.com/fonts/gilroy/Gilroy-Bold.eot") format("eot"), url("https://assets.holaluz.com/fonts/gilroy/Gilroy-Bold.woff2") format("woff2"), url("https://assets.holaluz.com/fonts/gilroy/Gilroy-Bold.woff") format("woff"), url("https://assets.holaluz.com/fonts/gilroy/Gilroy-Bold.ttf") format("truetype"), url("https://assets.holaluz.com/fonts/gilroy/Gilroy-Bold.svg#str-replace%28%22gilroy%22,%20%22%20%22,%20%22_%22%29") format("svg");
}

@font-face {
  font-family: gilroy;
  font-weight: 500;
  font-display: swap;
  src: url("https://assets.holaluz.com/fonts/gilroy/Gilroy-Medium.eot") format("eot"), url("https://assets.holaluz.com/fonts/gilroy/Gilroy-Medium.woff2") format("woff2"), url("https://assets.holaluz.com/fonts/gilroy/Gilroy-Medium.woff") format("woff"), url("https://assets.holaluz.com/fonts/gilroy/Gilroy-Medium.ttf") format("truetype"), url("https://assets.holaluz.com/fonts/gilroy/Gilroy-Medium.svg#str-replace%28%22gilroy%22,%20%22%20%22,%20%22_%22%29") format("svg");
}


@font-face {
  font-family: gilroy;
  font-style: italic;
  font-display: swap;
  src: url("https://assets.holaluz.com/fonts/gilroy/Gilroy-RegularIt.eot") format("eot"), url("https://assets.holaluz.com/fonts/gilroy/Gilroy-RegularIt.woff2") format("woff2"), url("https://assets.holaluz.com/fonts/gilroy/Gilroy-RegularIt.woff") format("woff"), url("https://assets.holaluz.com/fonts/gilroy/Gilroy-RegularIt.ttf") format("truetype"), url("https://assets.holaluz.com/fonts/gilroy/Gilroy-RegularIt.svg#str-replace%28%22gilroy%22,%20%22%20%22,%20%22_%22%29") format("svg");
}

body,
html {
  font-family: gilroy, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
}

body {
  line-height: 1.3;
  overflow-wrap: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 var(--spacing-medium);
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 var(--spacing-medium);
}

h2 {
  font-size: 32px;
  line-height: 1.05em;
}

@media (min-width: 900px) {
  h2 {
    font-size: 48px;
  }
}

/* Lists */

ul,
ol {
  margin: 0 0 var(--spacing-medium);
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 var(--spacing-medium);
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

.text--bold {
  font-weight: 700;
}

.text--normal {
  font-weight: 400;
}

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

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

.text-subtitle {
  font-size: 20px;
}

.text-gradient {
  background: var(--gradient-accessible);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.button-hl {
  display: inline-flex !important;
  gap: var(--spacing-xsmall) !important;
  align-items: center !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: background-color .2s,background-position .2s,border-color .2s !important;
  padding: 0.5rem 1rem !important;
  width: fit-content !important;
  border-radius: var(--radius-large) !important;
}

.button-hl-transparent {
  border: 1px solid var(--color-pink-base) !important;
  background-color: transparent !important;
  color: var(--color-pink-base) !important;
}

.button-hl-transparent-white {
  border: 1px solid var(--color-white-base) !important;
  background-color: transparent !important;
  color: var(--color-white-base) !important;
}

.button-hl-transparent:hover {
  background-color: var(--color-pink-base) !important;
  color: var(--color-white-base) !important;
}

.button-hl-transparent-white:hover {
  background-color: var(--color-white-base) !important;
  color: var(--color-pink-base) !important;
}

.button-hl-pink {
  border: 1px solid var(--color-pink-base) !important;
  background-color: var(--color-pink-base) !important;
  color: var(--color-white-base) !important;
}

.button-hl-pink:hover {
  background-color: var(--color-pink-dark) !important;
}

.button-hl-white {
  border: 1px solid var(--color-white-base) !important;
  background-color: var(--color-white-base) !important;
  color: var(--color-gray-darker) !important;
}

.button-hl-white:hover {
  background-color: var(--color-white-dark) !important;
} 

.button-hl-green {
  background-color: var(--color-green-base) !important;
  color: var(--color-white-base) !important;
}

.button-hl-green:hover {
  background-color: var(--color-green-dark) !important;
}

.button-hl-link {
  font-size: 16px !important;
  text-decoration: underline !important;
  color: var(--color-pink-base) !important;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.button-hl-link:hover {
  color: var(--color-pink-dark) !important;
}


/* flex buttons */

.buttons {
  display: flex;
  flex-direction: column-reverse;
  gap: var(--spacing-small);
}

@media (min-width:786px) {
.buttons {
  flex-direction: row;
  gap: var(--spacing-small);
}
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: var(--spacing-small);
}

.hs-form-mb-0 {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  padding: var(--spacing-xsmall);
  width: 100%;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list &gt; li {
  display: block;
  margin: 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form .input {
  margin-top: 4px;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 var(--spacing-medium);
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display &gt; span,
.legal-consent-container .hs-form-booleancheckbox-display &gt; span p {
  font-size: 14px !important;
}

.legal-consent-container .hs-form-booleancheckbox-display &gt; span a { 
  color: var(--color-pink-base);
}

/* Validation */

.hs-form-required {
  color: var(--color-pink-base);
}

.hs-input.invalid.error {
  border-color: var(--color-pink-base);
}

.hs-error-msg {
  color: var(--color-pink-base);
  margin-top: 0.35rem;
  font-size: 16px !important;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s,background-position .2s,border-color .2s;
  padding: 0.5rem 1rem;
  width: fit-content;
  border: 0;
  border-radius: var(--radius-large);
  color: var(--color-white-base);
  background-color: var(--color-pink-base);
}

form .hs-button-mt-1 {
  margin-top: 0.35rem;
}

form input[type=submit]:hover { 
  background-color: var(--color-pink-dark);
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

::-webkit-input-placeholder {
  color: var(--color-gray-dark);
}

::-moz-placeholder {
  color: var(--color-gray-dark);
}

:-ms-input-placeholder {
  color: var(--color-gray-dark);
}

::placeholder {
  color: var(--color-gray-dark);
}

form label {
  font-size: 16px;
  color: var(--color-gray-dark);
  margin: var(--spacing-xsmall) 0;
}

form input[type=text], 
form input[type=email], 
form input[type=password], 
form input[type=tel], 
form input[type=number], 
form input[type=file], 
form select, 
form textarea {
  font-size: 16px;
  padding: 8px;
  background-color: var(--color-white-base);
  color: var(--color-gray-dark);
  border-radius: var(--radius-small);
  outline: 0;
  border: 1px solid var(--color-gray-light);
}

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

.form-title {
  display: none !important;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: var(--spacing-medium);
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
.list-nobullet {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-nobullet li {
  position: relative;
  font-size: 1.25rem;
  margin-bottom: 18px;
}


.list-nobullet li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
}

.list-checks-white li,
.list-checks-pink li {
  padding-left: 24px;
}

.list-checks-white li:before {
  background-image: url("https://25233625.fs1.hubspotusercontent-eu1.net/hubfs/25233625/iconos/Checkmark-white.svg");
}

.list-checks-pink li:before {
  background-image: url("https://25233625.fs1.hubspotusercontent-eu1.net/hubfs/25233625/iconos/Checkmark-pink.svg");
}

.list-nobullet .list-checks-green:before {
  background-color: var(--color-green-base);
  width: 16px;
  height: 16px;
  mask-image: url("https://assets.holaluz.com/icons/Checkmark.svg");
  -webkit-mask-image: url("https://assets.holaluz.com/icons/Checkmark.svg");
}

.list-nobullet .list-cross-gray:before {
  background-color: var(--color-gray-base);
  width: 16px;
  height: 16px;
  mask-image: url("https://assets.holaluz.com/icons/Close.svg");
  -webkit-mask-image: url("https://assets.holaluz.com/icons/Close.svg");
}

.list-nobullet .list-checks-green,
.list-nobullet .list-cross-gray {
  padding-left: 24px;
}
.gradient-spot {
  background: var(--gradient-spot);
  filter: blur(2.5rem);
  height: 500px;
  width: 800px;
  border-radius: 50%;
}

.gradient-spot-center,
.gradient-spot-left {
  display: none;
}

.gradient-spot-bottom-mobile {
  display: block;
  transform: rotate(-25deg);
}

.gradient-spot-top-mobile {
  display: block;
  top: -220px;
  left: 30%;
  transform: skew(10deg, -10deg) rotate(0deg);
}

.gradient-spot-up-mobile {
  display: block;
  max-height: 25rem;
  top: 0;
  right: 0;
  transform: rotate(210deg);
}

@media (min-width: 900px) {

  .gradient-spot-bottom-mobile,
  .gradient-spot-top-mobile,
  .gradient-spot-up-mobile {
    display: none;
  }

  .gradient-spot-center {
    display: block;
  }

  .gradient-spot-left {
    display: block;
    right: 50%;
    transform: rotate(200deg);
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1000;
  padding: 12px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.25);
  text-align: center
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em
}

.blocker.behind {
  background-color: transparent
}

.modal {
  display: none;
  vertical-align: top;
  position: relative;
  z-index: 999;
  width: 100%;
  border-radius: var(--radius-medium);
  max-width: 890px;
  box-sizing: border-box;
  background: #fff;
  padding: 48px 24px;
  box-shadow: var(--shadow-small);
  text-align: left;
}

.modal--nopadding {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 999;
  width: 100%;
  max-width: 890px;
  box-sizing: border-box;
  background: #fff;
  padding: 0;
  border-radius: 8px;
  box-shadow: var(--shadow-small);
  text-align: left;
  margin-top: 130px;
}

@media (min-width: 480px) {
  .modal {
    padding: 48px;
    vertical-align: middle;
  }
}

@media (min-width: 900px) {
  .modal {
    padding: 60px;
  }
}

.modal a.close-modal {
  position: absolute;
  top: -17px;
  right: -17px;
  display: block;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('https://larevoluciondelostejados.holaluz.com/hubfs/iconos/close-btn.svg');
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px
}

.modal-spinner&gt;div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s
}

@-webkit-keyframes sk-stretchdelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.5)
  }

  20% {
    -webkit-transform: scaleY(1.0)
  }
}

@keyframes sk-stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5)
  }

  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0)
  }
}

.modal h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
}
.swiper-pagination {
  position: relative !important;
  width: fit-content !important;
  bottom: unset !important;
  margin: 0 auto;
  padding-top: var(--spacing-large);
}

.swiper-pagination-bullet {
  background-color: transparent !important;
  border: 1px solid var(--color-gray-base);
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-pink-base) !important;
  border: 1px solid var(--color-pink-base);
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

:root {
    --header-height: 4.25rem;
    --base-floating-height: 14rem;
    --opened-floating-width: 17.5rem;
    --closed-floating-width: 3.25rem;
    --closed-floating-height: 3.25rem;
}

.layout-blog {
    padding-top: calc(var(--header-height) + 100px);
}
.the-header {
    align-items: center;
    background-color: var(--color-white-base);
    display: flex;
    gap: 1rem;
    height: var(--header-height);
    justify-content: space-between;
    padding: 0 var(--spacing-small);
    position: fixed;
    top:0;
    width: 100%;
    z-index: 2;
}

@media (min-width: 900px) {
  .the-header {
      gap: var(--spacing-medium);
  }
}
.the-header * {
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.the-header .header-navigation,
.the-header .header-actions {
    align-items: center;
    display: flex;
    gap: 1rem;
}

/* ANIMATIONS */
.the-header .hover-animated-element {
    display: flex;
    text-decoration: none
}
.the-header .hover-animated-element {
    transition: color .3s
}
.the-header .hover-animated-element:hover {
    color: var(--color-pink-base)!important
}

/* MENUS */
.the-header ul {
  list-style-type: none;
}
.the-header li {
  display: list-item;
}
.the-header .menu-link {
    letter-spacing: -.2px;
    margin: 0;
    padding: 0;
    font-size: 1rem; 
    line-height: 1.35; 
    text-align: left; 
    color: var(--color-gray-darker);
}

/* MENUS - Hamburguer button */
.the-header .btn-burger {
    cursor: pointer;
    display: block;
    margin-top: 4px;
    width: 1.5rem;
}
.the-header .btn-burger .burger-bar-1,
.the-header .btn-burger .burger-bar-2,
.the-header .btn-burger .burger-bar-3 {
    background-color: var(--color-pink-base);
    height: 3px;
    margin-bottom: 4px;
    transition: transform .3s, opacity .3s;
}
.the-header .btn-burger.is-closed .burger-bar-1 {
    opacity: 0;
}
.the-header .btn-burger .burger-bar-1,
.the-header .btn-burger .burger-bar-2,
.the-header .btn-burger .burger-bar-3 {
    background-color: var(--color-pink-base);
    height: 3px;
    margin-bottom: 4px;
    transition: transform .3s, opacity .3s;
}
.the-header .btn-burger.btn-burger--changed .burger-bar-1 {
    opacity: 0;
}
.the-header .btn-burger.btn-burger--changed .burger-bar-2 {
   transform: rotate(-43deg);
}
.the-header .btn-burger.btn-burger--changed .burger-bar-3 {
    transform: rotate(43deg) translate(-5px, -5px);
}

/* MENUS - Side menu */
.the-header .side-menu {
  background-color: var(--color-white-base);
  box-shadow: var(--shadow-small);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-large);
  height: calc(100vh - var(--header-height));
  left: 0;
  overflow: auto;
  padding: var(--spacing-large) var(--spacing-small);
  position: fixed;
  top: var(--header-height);
  transform: translate(-100%);
  transition: transform .25s linear;
  width: calc(100% - 3rem);
  z-index: 3;
}
.the-header .side-menu.side-menu--oppened {
  transform: translate(0);
}
@media (min-width: 900px) {
  .the-header .side-menu {
      width: 40rem;
  }
}

.the-header .side-menu .menu-list{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    padding: 0;
}

.the-header .side-menu .submenu-link {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}
.the-header .side-menu .submenu-title {
    font-weight: 700;
}
.the-header .side-menu .submenu-title-icon {
  background-color:#e5007e;
  width:24px;
  height:24px;
  mask-image:url(https://assets.holaluz.com/icons/ChevronDown.svg);
  -webkit-mask-image:url(https://assets.holaluz.com/icons/ChevronDown.svg);
  transition: all .4s;
}
.the-header .side-menu .submenu-link--oppened .submenu-title-icon {
  transform: rotate(180deg);
}
.submenu-title-icon.rotated {
  transform: rotate(180deg);
}
.the-header .side-menu .submenu-link + .submenu-list {
    display: none;
    max-height: 0;
    opacity: 0;
   padding-left: 2rem;
}
.the-header .side-menu .submenu-link--oppened + .submenu-list {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    opacity: 1;
    overflow: hidden;
    transition: all .25s ease-in-out;
    margin-top: 1rem;
    max-height: 100vh;
    opacity: 1;
    transition: all .25s ease-in-out;
}
.the-header .side-menu .submenu-list-item {
      align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    height: 45px;
    margin-left: calc(1rem* -1);
    padding-left: var(1rem);
    position: relative;
}
.the-header .menu-overlay {
    display: none;
    inset: var(--header-height) 0 0 0;
    position: fixed;
    z-index: 2;
}
.the-header .side-menu.side-menu--oppened + .menu-overlay {
    display: block;
}

.the-header .side-menu .language-switcher {
    display: flex;
    gap: var(--spacing-large);
}
.the-header .side-menu .language-switcher-link {
    cursor: pointer;
    text-decoration: none;
    color: var(--color-gray-darker);
}
.the-header .side-menu .language-switcher-link--active {
    font-weight: 700;
}

/* MENUS - Top menu */
.the-header .top-menu {
    margin-left: 1rem;
  display: none;
}
@media (min-width: 1440px) {
  .the-header .top-menu {
  display: block;
}
}
.the-header .top-menu .menu-list {
   display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: row;
    gap: 1rem;
}
.the-header .top-menu .menu-link {
    font-weight: 700;
}

/* ACTION BUTTONS */
.the-header .ma-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    justify-content: center;
    line-height: 1.13;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: background-color .2s, background-position .2s, border-color .2s, color .2s;
    white-space: nowrap;
}
.ma-button--small{
    font-size: 1rem;
    padding: .75rem 1rem;
}
.the-header .ma-button.ma-button--secondary {
    border: solid 1px var(--color-pink-base);
    background-color: var(--color-white-base);
    color: var(--color-pink-base);
}
.the-header .ma-button.ma-button--secondary:hover {
    background-color: var(--color-pink-base);
    color: var(--color-white-base);
}
.the-header .ma-button.ma-button--tertiary {
    border: none;
    color: var(--color-pink-base);
    text-decoration: underline;
}
.the-header .ma-button.ma-button--tertiary:hover {
    text-decoration: none;
}

/* CATEGORIES */
.the-categories {
    background-color: #f9f8f3;
    background-size: contain;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.13);
    font-size: 1rem;
    line-height: 1.8;
    padding: 1rem 15px;
    margin-bottom: 0;
    position: fixed;
    top:4.25rem;
    width: 100%;
    z-index: 2;
}

.the-categories p {
    margin: 0;
    font-weight: bold;
    cursor: pointer;
}

@media (min-width: 900px) {
  .the-categories p {
    display: none;
  }
}
.the-categories ul {
    display: none;
    list-style: none;
    list-style-image: none;
    margin:0;
    padding:.5rem;
}
.the-categories ul.the-categories__list--oppened {
  display: block;
    display: flex;
    flex-direction: column;
}
@media (min-width: 900px) {
  .the-categories ul {
    display: block;
    padding:0;
  }
}
.the-categories li {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    display: inline-block;
    white-space: nowrap;
    list-style: none;
    list-style-image: none;
    margin-bottom: 0;
    padding: .5rem 0;
}
@media (min-width: 900px) {
  .the-categories li {
    padding: 0;
  }
  .the-categories li + li {
      margin-left: 24px;
  }
}
.the-categories li a {
    color: #37424d;
    font-weight: 400;
    text-decoration: none;
}
.the-categories li a:hover {
    color: #e6007d;
    border-bottom: 2px solid #e6007d;
}
.the-categories li a span {
    display: none;
}

/* utilities */

.the-header .hide-mobile {
  display: none !important;
}
@media (min-width: 900px) {
  .the-header .hide-mobile {
    display: inherit !important;
  }
}
.the-header .only-mobile {
  display: inherit !important;
}
@media (min-width: 900px) {
  .the-header .only-mobile {
    display: none !important;
  }
}

.menu-group {
  border-bottom: 1px solid #e0e0e0;
}

.menu-group:last-child {
  border-bottom: none;
}

.menu-title,
.submenu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1rem 0;
  font-weight: bold;
  color: #37424d;
  text-decoration: none;
  transition: color 0.2s ease;
}

.menu-title:hover,
.submenu-toggle:hover {
  color: var(--color-pink-base);
}

.submenu-toggle {
  font-weight: normal;
}

.submenu {
  display: none;
  padding-left: 0;
}

.submenu.open {
  display: block;
}

.submenu-item {
  padding: 1rem 1.5rem;
}

.submenu-item a {
  display: flex;
  width: 100%;
  color: #37424d;
  text-decoration: none;
  transition: color 0.2s ease;
}

.submenu-item a:hover {
  color: var(--color-pink-base);
}

.nested-submenu {
  padding-left: 1.5rem;
}

.submenu-group {
  padding-left: 1.5rem;
}

.submenu-group .submenu-title-icon {
  background-color: #37424d !important;
}

.submenu-group:hover,
.submenu-item:hover {
  border-left: 1px solid var(--color-pink-base);
}

.submenu-group .submenu-item:hover {
  border-left: none;
}
.trustpilot-widget {
  text-align: center;
  background-color: var(--color-white-base);
  padding: var(--spacing-small);
}

.trustpilot-widget a {
  text-decoration: none;
  color: var(--color-text-base);
}

.trustpilot-widget img {
  margin: var(--spacing-xsmall);
  vertical-align: middle;
}

.the-footer.the-footer--gray {
  background-color: var(--color-gray-lighter);
  padding: var(--spacing-xlarge) 0;
}
.the-footer.the-footer--white {
  background-color: var(--color-white-base);
  padding: var(--spacing-large) 0;
}

.the-footer a {
  font-size: 1rem;
  line-height: 1.35;
  text-align: left;
  color: rgb(55, 66, 77);
  font-weight: 400;
  letter-spacing: -.2px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: color .3s;
}
.the-footer a:hover {
   color: var(--color-pink-base);
}

.the-footer .content-wrapper {
  margin: 0 auto;
  padding: 0 var(--spacing-small);
  max-width: 1180px;
  width: 100%;
  display: grid;
  grid-auto-flow: row;
  gap: 2rem;
  justify-items: stretch;
}
@media (min-width: 900px) {
  .the-footer.the-footer--gray .content-wrapper{
    grid-auto-flow: column;
  }
}
@media (min-width: 900px) {
  .the-footer.the-footer--white .content-wrapper{
    gap: 1rem;
  }
}
@media (min-width: 1440px) {
  .the-footer.the-footer--white .content-wrapper{
    grid-auto-flow: column;
  }
}
.the-footer__Logos {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-large);
}
.the-footer__logo {
}
.the-footer__certificates {
  display: flex;
  gap: var(--spacing-small);
}
.the-footer__certificates a {
  padding: 0;
}
.the-footer__menus {
  display: grid;
  grid-auto-flow: row;
  gap: 2rem;
  justify-items: stretch;
}
@media (min-width: 900px) {
  .the-footer__menus {
    grid-auto-flow: column;
  }
}
.the-footer__menu {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-small);
}
.the-footer__menu &gt; p {
  font-size: 1rem;
  line-height: 1.35;
  text-align: left;
  color: rgb(55, 66, 77);
  font-weight: 700;
  letter-spacing: -.2px;
  margin: 0;
  padding: 0;
}
.the-footer__menu &gt; ul {
  display: grid;
  grid-auto-flow: row;
  gap: 1rem;
  justify-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}
.the-footer__menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.the-footer__copyright {
  font-size: 1rem;
  line-height: 1.35;
  text-align: left;
  color: rgb(55, 66, 77);
  font-weight: 400;
  letter-spacing: -.2px;
  margin: 0;
  padding: 0;
}
.the-footer__legal-menu {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-small);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 900px) {
  .the-footer__legal-menu {
    flex-direction: row;
  }
  .the-footer .the-footer__legal-menu a {
    font-size: .75rem;
  }
}
.the-footer__social {
  display: flex;
  gap: var(--spacing-xsmall);
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-ctas {
  background-color: #f9f8f4;
    padding: 2rem 0;
}
.blog-ctas .content-wrapper{
  padding: 0 1rem;
}

@media (min-width: 1440px) {
  .blog-ctas .content-wrapper {
    padding: 0 100px;
  }
}
.blog-ctas__title {
  font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #4a4a4a;
  font-weight: 900;
  margin-top: 0;
}
.blog-ctas__text {
  font-size: 18px;
    line-height: 1.5rem;
  margin-top: 0;
    margin-bottom: 2rem;
}
.blog-ctas__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

.blog-ctas__card {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  width: 320px;
}
.blog-ctas__card-header {
  background: linear-gradient(90deg, #F06B18 0%, #E5007E 99.86%);
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  text-align: center;
  color: white;
  padding: 1rem;
}

.blog-ctas__card-title {
  padding: 1rem 2rem 0 2rem;
  display: flex;
  gap: 1rem;
  justify-content: start;
}
.blog-ctas__card-title img {
  width: 36px;
  height: 36px;
  vertical-align: middle;
}
.blog-ctas__card-title span {
  font-family: Gilroy;
  font-size: 24px;
  font-weight: 900;
  line-height: 22.4px;
}
.blog-ctas__card-text {
  padding: 1rem 2rem 0 2rem;
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  list-style: none;
  margin: 0;
}
.blog-ctas__card-text li {
}
.blog-ctas__card-text li svg {
  width: 14px;
  height: 14px;
  margin-right: 0.5rem;
}

.blog-ctas__card-button {
  padding: 1rem 2rem;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover &gt; .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover &gt; .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover &gt; .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover &gt; .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
.d-flex {
  display: flex;
}

.d-flex-row {
  flex-direction: row !important;
}

.d-flex-column {
  flex-direction: column !important;
}
.bg-color--white {
  background-color: var(--color-white-base) !important;
}
.bg-color--white-dark {
  background-color: var(--color-white-dark) !important;
}</pre></body></html>