








































*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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;
}

/**
 * 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: hidden;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.banner-area .dnd-section {
  padding: 0;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page-center,
.dnd-section > .row-fluid{
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 991.98px) {
  .page-center,
  .dnd-section > .row-fluid{
    padding-left: 16px;
    padding-right: 16px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: 'Graphik';
  src: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Custom_Fonts/Graphik/GraphikRegular.eot') format('eot'),
       url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Custom_Fonts/Graphik/GraphikRegular.woff') format('woff'),
       url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Custom_Fonts/Graphik/GraphikRegular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Custom_Fonts/Graphik/GraphikMedium.eot') format('eot'),
       url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Custom_Fonts/Graphik/GraphikMedium.woff') format('woff'),
       url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Custom_Fonts/Graphik/GraphikMedium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Custom_Fonts/Graphik/GraphikBold.eot') format('eot'),
       url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Custom_Fonts/Graphik/GraphikBold.woff') format('woff'),
       url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Custom_Fonts/Graphik/GraphikBold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src:url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_January2021/fonts/OpenSans-Regular.woff) format("woff"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_January2021/fonts/OpenSans-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "OpenSans";
  src:url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_January2021/fonts/OpenSans-SemiBold.woff) format("woff"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_January2021/fonts/OpenSans-SemiBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Sailec";
  src:url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_January2021/fonts/Sailec-Medium.woff) format("woff"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_January2021/fonts/Sailec-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Sailec Medium";
  src:url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_January2021/fonts/Sailec%20Medium%20blog.woff) format("woff"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_January2021/fonts/Sailec%20Medium%20blog.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "gilroy";
  src: url("//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_November2020/fonts/gilroy-medium-webfontd41d.eot#iefix") format("embedded-opentype"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_January2021/fonts/gilroy-medium-webfont.woff) format("woff"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_January2021/fonts/gilroy-medium-webfont.ttf) format("truetype"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_January2021/fonts/gilroy-medium-webfont.svg) format("svg");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "gilroy";
  src: url("//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_November2020/fonts/gilroy-semibold-webfontd41d.eot#iefix") format("embedded-opentype"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_January2021/fonts/gilroy-semibold-webfont.woff) format("woff"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_January2021/fonts/gilroy-semibold-webfont.ttf) format("truetype"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_January2021/fonts/gilroy-semibold-webfont.svg) format("svg");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'gilroy';
  src: url('//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_November2020/fonts/gilroy-bold-webfontd41d.eot#iefix') format('embedded-opentype'),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_January2021/fonts/gilroy-bold-webfont.woff) format('woff'),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_January2021/fonts/gilroy-bold-webfont.ttf%27) format('truetype'),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_January2021/fonts/gilroy-bold-webfont.svg%27) format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "proxima_novaregular";
  src: url("//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_November2020/fonts/proxima_nova_regular-webfontd41d.eot#iefix") format("embedded-opentype"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_January2021/fonts/proxima_nova_regular-webfont.woff) format("woff"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_January2021/fonts/proxima_nova_regular-webfont.ttf) format("truetype"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_January2021/fonts/proxima_nova_regular-webfont.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}


html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: sans-serif;
  line-height: 1.15;
}
body {
  font-family: Graphik;
  font-size: 1rem;
  color: #1D2120;
  line-height: 1.63158;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Graphik;
}

/* Anchor Links */
a {
  font-family: Graphik;
  color: #0029e1;
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: gilroy;
  color: #1D2120;
  word-break: break-word;
}

h1 {
  font-size: 5.4rem;
  line-height: 1.3;
}

h2 {
  font-size: 4.8rem;
  line-height: 1.2;
}

h3 {
  font-size: 3rem;
  line-height: 1.2;
}

h4 {
  font-size: 1.8rem;
  line-height: 1.2;
}

h5 {
  font-size: 1.5rem;
  line-height: 1.2;
}

h6 {
  font-size: 1rem;
  line-height: 1.2;
}

strong {
  font-weight: 500;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
}
.body-container-wrapper >li {
  position: relative;
}
.body-container-wrapper >li:before {
  content: '\e906';
  font-family: 'icomoon';
  position: absolute;
  top: .3rem;
  left: -3rem;
  color: #0ADEA0;
  font-size: .7rem;
  background-color: #e4f7f3;
  border-radius: 50%;
  height: 1.8rem;
  width: 1.8rem;
  text-align: center;
  line-height: 1.8rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  background: #fbfbfd;
  border-left: 5px solid #00d28b;
  margin-left: 0;
  padding: 20px 30px 20px 22px;
  margin: 0 0 1rem;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
main {
  overflow: hidden;
}
/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}

img {
  max-width:100%;
  vertical-align: middle;
}


.dark-green {
  color: #348C79;
}

.green {
  color: #22cd9c;
}

/* Responsive */

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

@media (max-width: 991.98px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 14px;
  }
  body,
  p,
  li{
    font-size: 16px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
form {
  max-width: 100%;
  font-family: ;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  
  text-decoration: none;
  font-weight: 400;
  font-family: Graphik;
  font-size: 19px;
  line-height: 1.58;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
  text-decoration: none;
}

#hs-search-module a.hs-button.primary {
  margin-top: 18px;
}
.hs-form label {
  color: #171C27;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
  font-weight: 400;
  font-family: Graphik,Helvetica,Arial,sans-serif;
  font-size: 14px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
}
#hs_cos_wrapper_password_prompt #hs-pwd-widget-password:focus {
  border-color: rgba(107,122,140,1.0) !important;
  outline: 0 !important;
}
.hs-input,
#hs_cos_wrapper_password_prompt #hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 11px 10px;
  font-size: 18px;
  font-weight: normal;
  color: #171C27;
  background-color: #ffffff;
  border: 1px solid;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: Graphik;
}

@media (max-width: 768px) {
  .hs-input {
    font-size: 14px;
  }
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
.hs-input::placeholder {
  color: #bfbfbf;
}
.hs-input:-moz-placeholder {
  color: #bfbfbf;
}
.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
select:invalid,
select option[value=""] {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field,
.legal-consent-container {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #1D2120;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Graphik;
}
#hs_cos_wrapper_subscription_preferences form {
  max-width: 100%;
}
@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
  #hs_cos_wrapper_subscription_preferences #submitbutton {
    font-size: 16px;
  }
}

.form-control,
.form-select {
  height: 48px;
  font-size: 1.6rem;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  padding-left: 16px;
  padding-right: 16px;
}

.input-group-text {
  background-color: #f8f9fa;
  border-color: #d6d6d6;
  color: #666;
  font-size: 16px;
}

/* Sign Up Forms */
.cm-signup-grp form {
  padding: 0 6px 6px;
  font-family: Graphik;
}
.cm-signup-grp form .row {
  margin-bottom: 12px;
}

.cm-signup-grp label,
.form label {
  font-size: 12px;
  margin-bottom: 4px;
  font-weight: 500;
}

.cm-signup-grp input.form-control {
  font-size: 16px;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  display: inline-block;
}

.cm-signup-grp input.form-control.form-msg-error {
  border: 1px solid #E51A3B;
}

.cm-signup-grp input:focus {
  border-color: #1D2120;
}
.cm-signup-grp input:valid {
  border-color: #348C79;
}
.cm-signup-grp button[type="button"] {
  cursor: pointer;
  background: #22CD9C;
  border-radius: 50px;
  color: #fff;
  border: none;
  font-weight: 500;
  padding: 16px 24px;
  transition: .3s;
  max-width: 230px;
  font-size: 16px;
}
.cm-signup-grp button[type="button"]:hover {
  background: #25e1ab
}
.cm-signup-grp button[type="button"]:disabled {
  background-color: #3AC98B;
  border-color: #3AC98B;
  opacity: .4;
}
.cm-signup-grp i {
  cursor: pointer;
  margin-left: -40px;
  position: relative;
  top: 2px;
}
.was-validated #password:valid,
.was-validated #password:invalid {
  background-position: right calc(.375em + 4rem) center;
}
.cm-signup-grp .invalid-feedback {
  font-size: 12px;
}
.cm-signup-grp .form-control:focus {
  box-shadow: none;
}
.cm-signup-grp .form-check-label {
  font-size: 14px;
  color: #575A59;
  font-weight: 400;
}
.cm-signup-grp .form-check-label a {
  font-size: 14px;
  color: #1D2120;
}
.cm-signup-grp .form-check-input {
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 8px;
}
.cm-signup-grp .form-msg-error {
  color: #E51A3B;
  padding-left: 12px;
  padding-top: 2px;
}
.cm-signup-grp .form-check .form-msg-error {
  padding: 0;
}

.cm-signup-grp .form-msg-success {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  color: #348c79;
}

#form-msg.active {
  z-index: 9999;
  position: absolute;
  top: 30%;
  max-width: 270px;
  margin: 0 auto;
  right: 0;
  left: 0;
  background: #FFF;
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  box-shadow: 0 4px 12px -2px rgb(0 0 0/8%);
  padding: 20px 20px 0px;
}

#overlay_signup.active{
  position: relative;
  z-index: 0;
}

#overlay_signup.active:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  backdrop-filter: blur(3px) grayscale(90%);
}


@media (max-width: 767.98px) {
  .cm-signup-grp .col-md-6 {
    margin-bottom: 12px;
  }
  .cm-signup-grp .col-md-6:last-child {
    margin-bottom: 0px;
  }
}
/* intl-tel-input */
.iti__flag {
  background-image: url('https://www.anfix.com/hubfs/International%20Telephone%20Field%20Form/img/flags.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("https://www.anfix.com/hubfs/International%20Telephone%20Field%20Form/img/flags@2x.png");
  }
}
.cm-signup-grp .iti {
  width: 100%;
}
.cm-signup-grp .iti--separate-dial-code .iti__selected-dial-code {
  font-size: 16px;
}


/* Dropdown Select Field*/
.cm-signup-grp select:invalid {
  color: #6c757d;
}
.cm-signup-grp select.form-control {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  display: inline-block;
}

.selectdiv {
  position: relative;
  /*Don't really need this just for demo styling*/
}

.selectdiv:after {
  content: "\F229";
  font-family: bootstrap-icons !important;
  font-size: 14px;
  color: #212529;
  right: 24px;
  height: 48px;
  padding: 15px 0px 0px 16px;
  border-left: 1px solid #D6D6D6;
  position: absolute;
  pointer-events: none;
  top: 22px;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  background: #FFF;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
  display: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  cursor: pointer;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #D6D6D6;
  -ms-word-break: normal;
  word-break: normal;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
/******* Anfix January 2021 *******/
#header-anfix {
  background-color: #fff;
}
.header-top-container {
  background-color: #f9f9f9;
}
#header-anfix-lewis .header_menu {
  flex-grow: 0;
}
/* Navigation > Top Menu*/
#nav-toggle {
  display: none;
}
.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__column {
  position: relative;
  display: flex;
  align-items: center;
}
.header__column.options {
  flex-grow: 2;
}
ul.top-menu {
  padding: 10px 0;
  margin: 0;
  display: inline-flex;
}
li.top-menu-item {
  padding-right: 40px;
  list-style: none;
}
li.top-menu-item .menu-link {
  font-size: 16px;
  color: #899396;
  font-weight: 100;
}
li.top-menu-item a.menu-link {
  text-decoration: none;
  font-family: 'Gilroy';
}
li.top-menu-item a.menu-link:hover {
  color: #3C3F40;
  text-decoration: underline;
}
/* Navigation > Main Menu*/
.header_main {
  position: fixed;
  top: 0;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  z-index: 9;
}
.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.right_menu .hs-menu-wrapper>ul>li:first-child>a,
.fix .cm-transparent-header .right_menu .hs-menu-wrapper>ul>li:first-child>a,
.fix .cm-caracteristicas-grp .right_menu .hs-menu-wrapper>ul>li:first-child>a,
.fix .cm-feature-grp .right_menu .hs-menu-wrapper>ul>li:first-child>a {
  border: 1px solid #0e0e0e;
  color: #0e0e0e;
  border-radius: 50px;
}
.header_transparent .right_menu .hs-menu-wrapper>ul>li:first-child>a {
  border: 1px solid #fff;
  border-radius: 50px;
}
.header_transparent .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover{
  background: #fff;
  color: #1d2120;
}
.cm-landing-sem-autonomos.cm-transparent-header .right_menu .hs-menu-wrapper>ul>li:first-child>a,
.cm-autonomos-wrp .header_transparent .right_menu .hs-menu-wrapper>ul>li:nth-child(2)>a {
  color: #1d2120;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50px;
}
.cm-landing-sem-autonomos.cm-transparent-header .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover,
.cm-autonomos-wrp .header_transparent .right_menu .hs-menu-wrapper>ul>li:nth-child(2)>a:hover {
  background: #1f2423;
  color: #fff;
  border: 1px solid #1f2423;
  border-radius: 50px;
}
.fix .cm-landing-sem-autonomos.cm-transparent-header .right_menu .hs-menu-wrapper>ul>li:first-child>a,
.fix .cm-autonomos-wrp .header_transparent .right_menu .hs-menu-wrapper>ul>li:nth-child(2)>a{
  color: #fff;
  border: 1px solid transparent;
  background-color: #22cd9c; 
}
.fix .cm-landing-sem-autonomos.cm-transparent-header .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover,
.fix .cm-autonomos-wrp .header_transparent .right_menu .hs-menu-wrapper>ul>li:nth-child(2)>a:hover {
  border: 1px solid transparent;
  background-color: #22cd9ccc; 
}
.fix .cm-transparent-header .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover,
.fix .cm-caracteristicas-grp .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover,
.fix .cm-feature-grp .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover {
  background: #1d2120;
  color: #fff !important;
}

.mobile-open .header_transparent .right_menu .hs-menu-wrapper>ul>li:first-child>a {
  border: 1px solid #0e0e0e;
}
.right_menu .hs-menu-wrapper>ul>li>a {
  font-weight: 500;
  text-transform: none;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  padding: 0.5rem 2.5rem;
  font-family: 'Graphik', Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
  border-radius: 50px;
  line-height: 1.5;
  padding: 7px 20px;
}

/* Transparent header */
.mobile-open .cm-transparent-header #hs_cos_wrapper_header_logo_white,
.fix .cm-transparent-header #hs_cos_wrapper_header_logo_white,
.cm-transparent-header #hs_cos_wrapper_header_logo_black {
  display: none;
}

.mobile-open .cm-transparent-header #hs_cos_wrapper_header_logo_black,
.fix .cm-transparent-header #hs_cos_wrapper_header_logo_black {
  display: block;
}

@media (max-width: 1199px) {
  .custom-menu-primary,
  .right_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 96rem;
    margin: 0 auto;
  }
  .custom-menu-primary.mobile_menu .hs-menu-children-wrapper {
    display: flex;
  }
  .custom-menu-primary.mobile_menu .hs-menu-children-wrapper li {
    border-bottom: none;
  }
  .custom-menu-primary.mobile_menu .hs-menu-children-wrapper li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
   .custom-menu-primary.mobile_menu .hs-menu-children-wrapper li p {
    font-size: 12px;
    font-family: 'gilroy';
  }
  .right_menu .hs-menu-wrapper>ul>li {
    padding: 3rem;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .custom-menu-primary,
  .right_menu {
    max-width: 760px !important;
  }
}
@media (max-width: 767px) {
  .right_menu .hs-menu-wrapper>ul>li {
    padding: 0;
  }
  .custom-menu-primary.mobile_menu .hs-menu-children-wrapper {
    padding-bottom: 20px;
    flex-direction: column;
  }
  .custom-menu-primary.mobile_menu .hs-menu-children-wrapper li a {
    font-size: 12px;
  }
   .custom-menu-primary.mobile_menu .hs-menu-children-wrapper li p {
      display: none;
  }
}
/************* Anfix November 2020 *************/
header.header{
  position: relative;
  z-index: 100;
}
.fix .header_main {
  -webkit-box-shadow: 0px 4px 44px rgb(151 151 151 / 20%);
  box-shadow: 0px 4px 44px rgb(151 151 151 / 20%);
}
.fix .header__container {
  height: 64px;
}
.header__container {
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 88px;
  justify-content: space-between;
  transition: all .4s;
}
.header__logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 0;
  line-height: 0;
}
.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header__logo img {
  width: 111px !important;
  vertical-align:middle;
  position: relative;
  top: -3px;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Caracteristicas Style */
.header-bookmark-section .hs-menu-wrapper ul {
  margin-top: 1.4rem;
  padding-top: 1.5rem;
  border-top: 0.1rem solid rgba(24, 40, 59, 0.1);
  border-top-color: rgba(255, 255, 255, 0.3);
  min-width: 75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.header-bookmark-section .hs-menu-wrapper ul > li {
  margin: 0 .5rem;
}
.header-bookmark-section .hs-menu-wrapper ul > li:first-of-type {
  margin-left: 0;
}
.header-bookmark-section .hs-menu-wrapper ul > li > a {
  color: #fff;
  opacity: .6;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  font-weight: 500;
  text-transform: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 2.5rem;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.header-bookmark-section .hs-menu-wrapper ul>li>a:hover{
  opacity:1;
}
.header-bookmark-section .hs-menu-wrapper ul > li:first-of-type > a {
  padding-left: 0;
}
.fix .header-bookmark-section .hs-menu-wrapper ul>li.selected>a {
  opacity: 1;
}
.fix .header-bookmark-section .hs-menu-wrapper ul>li.selected>a {
  opacity: 1;
  color: rgb(50, 55, 72);
}
.fix .header-bookmark-section .hs-menu-wrapper ul {
  margin-top: 1rem;
  border-top-color: rgba(24, 40, 59, 0.1);
}
.fix .header-bookmark-section .hs-menu-wrapper ul>li>a{
  opacity: .3;
  color:rgb(50, 55, 72);
}
.fix .header-bookmark-section .hs-menu-wrapper ul>li>a:hover {
  opacity: 1;
}
.black-logo {
  display: none;
}
.fix .black-logo,
.mobile-open .black-logo{
  display: block;
}
.fix .white-logo,
.mobile-open .white-logo{
  display: none;
}
.mobile-open .header-bookmark-section .hs-menu-wrapper ul {
  border-top-color: rgba(24, 40, 59, 0.1);
}
.mobile-open .header_transparent .submenu.level-1>li>a,
.mobile-open .header_transparent .right_menu .hs-menu-wrapper>ul>li>a {
  color: #0E0E0E;
}
.transparent_header .header_main {
  background-color: transparent;
}
.header_transparent .submenu.level-1>li>a,
.header_transparent .right_menu .hs-menu-wrapper>ul>li>a {
  color: #fff;
  border-color: #fff;
}
.header_transparent .submenu.level-1>li>a.active-branch { 
  color: #FFF;
}
.header_transparent .submenu.level-1>li>a:hover {
  color: #dedede;
}
.fix .cm-transparent-header .right_menu .hs-menu-wrapper>ul>li>a,
.fix .cm-transparent-header .submenu.level-1>li>a.active-branch,
.fix .cm-caracteristicas-grp .submenu.level-1>li>a.active-branch,
.fix .cm-caracteristicas-grp .submenu.level-1>li>a:hover {
  color: #0E0E0E;
}
.header_transparent .burger>span,
.header_transparent .burger>span:after,
.header_transparent .burger>span:before {
  background: #fff;
}
.fix .header_transparent .burger>span,
.fix .header_transparent .burger>span:after,
.fix .header_transparent .burger>span:before,
.mobile-open .header_transparent .burger>span,
.mobile-open .header_transparent .burger>span:after,
.mobile-open .header_transparent .burger>span:before {
  background: #18283b;
}
@media (min-width: 1200px) {
  .cm-contabilidad-grp .header__container {
    max-width: 1340px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .header_menu.mobile_header_menu {
    display: none !important;
  }
  .right_menu,
  .right_menu .hs-menu-wrapper>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: .05rem;
    width: 100%;
    justify-content: space-between;
  }
  .right_menu .hs-menu-wrapper>ul>li {
    line-height: 24px;
  }
  .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    letter-spacing: .05rem;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border: none;
  }
  .custom-menu-primary.desktop_menu .navigation-primary>ul>li.has-submenu>.sub-menu ul li a .sub-menu__icon:before {
    background-repeat:no-repeat;
    background-position:center center;
    background-size: contain;
  }
  .custom-menu-primary .navigation-primary>ul>li.has-submenu>.sub-menu ul li a:hover .sub-menu__icon {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .custom-menu-primary .navigation-primary>ul>li.has-submenu>.sub-menu ul li a:hover .sub-menu__icon {
    opacity: 0.8;
  }
  .header__burger {
    display: none;
  }
  .right_menu .hs-menu-wrapper>ul>li:first-child>a{
    margin-right: 10px;
  }
}
@media (max-width: 1399.98px) {
  .header_menu {
    justify-content: flex-start;
  }
  .header__container {
    max-width: 1200px;
  }
}
@media (max-width: 1199px) {
  .mobile-open main {
    background-color: rgba(0,0,0,0.2);
    opacity: 80%;
    transition: 0.4s;
    overflow: hidden;
  }
  .mobile-open .header_main {
    background: #fff;
  }
  .header_menu.dektop_header_menu {
    display: none !important;
  }
  .header_menu {
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.5s;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f9f9f9;
    width: 100%;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    display: block;
    margin-top: 0;
    height: calc(100vh - 62px);
    padding-bottom: 64px;
  }
  .header__burger {
    display: block;
    cursor: pointer;
    padding: 1.2rem 0 1.2rem 1.2rem;
  }
  .burger {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2.2rem;
    height: 1.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .burger>span {
    display: inline-block;
    width: 2.4rem;
    height: 2px;
    background: #18283b;
    position: relative;
  }
  .burger>span:after, .burger>span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top .4s .4s, -webkit-transform .4s;
    transition: top .4s .4s, -webkit-transform .4s;
    -o-transition: top .4s .4s, transform .4s;
    transition: top .4s .4s, transform .4s;
    transition: top .4s .4s, transform .4s, -webkit-transform .4s;
  }
  .burger>span:before {
    top: -.5rem;
  }
  .burger>span:after, .burger>span:before {
    background: #18283b;
  }
  .burger>span:after {
    top: .5rem;
  }
  .header__container {
    max-width: 1020px;
    padding-right: 30px;
    padding-left: 30px;
    min-height: 72px;
  }
  .header__logo img {
    width: 7.7rem !important;
    min-height: 17px;
  }
  .header_main {
    padding: 0px;
  }
  .mobile-open .header_menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .mobile-open .burger {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mobile-open .burger>span {
    -webkit-transition: background .4s 0s;
    -o-transition: background .4s 0s;
    transition: background .4s 0s;
    background: transparent !important;
    width: 100%;
  }
  .mobile-open .burger>span:after, .mobile-open .burger>span:before {
    -webkit-transition: top .4s, -webkit-transform .4s .4s;
    transition: top .4s, -webkit-transform .4s .4s;
    -o-transition: top .4s, transform .4s .4s;
    transition: top .4s, transform .4s .4s;
    transition: top .4s, transform .4s .4s, -webkit-transform .4s .4s;
    top: 0;
  }
  .mobile-open .burger>span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    width: 100%;
    left: 0;
  }
  .mobile-open .burger>span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    width: 100%;
    left: 0;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .right_menu .hs-menu-wrapper>ul>li>a{
    display: inline-block;
    position: relative;
    font-weight: 500;
    text-transform: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
    font-weight: 500;
    text-transform: none;
    color: #000;
    font-size: 1.4rem;
    line-height:23px;
    font-family: 'Graphik';
    padding: 14px 46px;
    width: 100%;
    text-align: center;
  }
  .header_transparent .right_menu .hs-menu-wrapper>ul>li>a:hover,
  .right_menu .hs-menu-wrapper>ul>li>a:hover,
  .header_cta_mobile .hs-menu-wrapper>ul>li:first-child>a:hover {
    color: #fff;
    background-color: #1D2120;
  }
  .right_menu .hs-menu-wrapper>ul>li:first-child>a {
    margin-right: 0;
  }
  .header_transparent .right_menu .hs-menu-wrapper>ul>li:last-child>a:hover,
  .right_menu .hs-menu-wrapper>ul>li:last-child>a:hover {
    color: #fff;
    background-color: #22CD9C;
  }
  .header_transparent .submenu.level-1>li>a.active-branch {
   color: #1d2120; 
  }
  .header_transparent .submenu.level-1>li>a:hover {
    color: #22cd9c;
  }
  .custom-menu-primary .hs_cos_wrapper,
  .custom-menu-primary .hs-menu-wrapper,
  .right_menu .hs_cos_wrapper,
  .right_menu .hs-menu-wrapper{
    width: 100%;
  }
  .header_transparent .right_menu .hs-menu-wrapper>ul>li:last-child>a,
  .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: .05rem;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 1px solid #22CD9C;
    color: #22CD9C;
    background-color: transparent;
  }
  .right_menu, .right_menu .hs-menu-wrapper > ul{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .fix .header_main {
    padding: 0;
  }
  .mobile-open .header-bookmark-section .hs-menu-wrapper ul>li>a {
    color: inherit;
    opacity: .3;
  }
  .mobile-open .header-bookmark-section .hs-menu-wrapper ul>li>a:hover {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .header__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .header__container,
  .custom-menu-primary, .right_menu{
    max-width: 100% !important;
  }
  .header_menu {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0.2rem 0.4rem 0 rgba(231, 235, 237, 0.5);
    box-shadow: inset 0 0.2rem 0.4rem 0 rgba(231, 235, 237, 0.5);
    margin-top: 0;
    height: calc(100vh - 128px);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .right_menu .hs-menu-wrapper>ul>li>a {
    padding: 8px;
  }
  .right_menu .hs-menu-wrapper>ul>li:first-child>a {
    margin-bottom: 16px;
  }
  .right_menu .hs-menu-wrapper>ul>li:first-child>a,
  .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    /*margin: 1.5rem;*/
    max-width: 90%;
  }
  .fix .burger>span,
  .fix .burger>span:after,
  .fix .burger>span:before{
    height: 2px;
  }
  .custom-menu-primary,
  .right_menu {
    max-width: 54rem !important;
    margin: 0 auto;
    left: 0;
  }
  .right_menu .hs-menu-wrapper>ul {
    flex-direction: column;
    text-align: center;
    margin-top: 64px;
  }
  /* caracteristicas */
  .header-bookmark-section {
    display: none !important;
  }
}
/** CTAs Header Mobile**/
@media (min-width: 1200px) {
  .header_cta_mobile {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header_cta_burger {
    display: flex;
  }
  .header_cta_mobile ul {
    display: inline-flex;
}
  .header_cta_mobile ul li {
    margin-right: 16px;
}
  .header_cta_mobile ul li a {
    border-radius: 50px;
    font-weight: 500;
    text-transform: none;
    display: block;
    text-decoration: none;
    font-family: 'Graphik',Arial,Helvetica,sans-serif;
    font-size: 16px;
    padding: 7px 20px;
  }
  .header_cta_mobile .hs-menu-wrapper>ul>li:first-child>a {
    color: #1d2120;
    border: 1px solid #0e0e0e;
  }
   .header_transparent .header_cta_mobile .hs-menu-wrapper>ul>li:first-child>a {
    color: #fff;
    border: 1px solid #fff;
  }
  .header_transparent .header_cta_mobile .hs-menu-wrapper>ul>li:first-child>a:hover {
    background: #fff;
    color: #1d2120;
  }
  .fix .header_transparent .header_cta_mobile .hs-menu-wrapper>ul>li:first-child>a {
    color: #1d2120;
    border: 1px solid #0e0e0e;
  }
  .fix .header_transparent .header_cta_mobile .hs-menu-wrapper>ul>li:first-child>a:hover {
    color: #fff;
    background: #1d2120;
  }
  .header_cta_mobile .hs-menu-wrapper>ul>li:last-child>a {
    color: #fff;
    background-color: #22cd9c;
    border: 0;
  }
  .right_menu .social {
    margin:16px 0;
  }
  .right_menu p {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
.header_cta_mobile .hs-menu-wrapper>ul>li:first-child{
  display: none;
  }
  .header_cta_mobile .hs-menu-wrapper>ul>li:first-child>a{
  font-size: 14px;
  padding: 6px 12px;
  line-height: 16px;
  }
  .right_menu p {
    font-size: 14px;
  }
}
/* Menu Selector */
@media (min-width: 1200px) {
  .cm-autonomos-wrp .custom-menu-primary .navigation-primary>ul>li>a.active-branch:after {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(160%) contrast(140%);
  }
  .fix .cm-autonomos-wrp .custom-menu-primary .navigation-primary>ul>li>a.active-branch:after {
    filter: unset;
  }
  .custom-menu-primary .navigation-primary>ul>li>a.active-branch:after,
  .right_menu .navigation-primary>ul>li>a.active-branch:after {
    content: url(https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_January2021/images/menu-selector.svg);
    position: absolute;
    top: 16px;
  }
  .right_menu .navigation-primary>ul>li>.sub-menu>ul>li>a.active-branch {
    color: #22CD9C;
  }
  .custom-menu-primary .navigation-primary>ul>li>a.active-branch:after {
    left: 16px;
  }
  .right_menu .navigation-primary>ul>li>a.active-branch:after {
    left: 8px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

/* Banner descuento */
.header__top__container {
  position: relative;
  z-index: 9999;
}


body.mobile-open {
  overflow: hidden;
}



/************* Header Menu *************/
.header_main {
  position: fixed;
  top: 0;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  z-index: 9;
}
header.header{
  position: relative;
  z-index: 100;
}
.fix .header_main {
  -webkit-box-shadow: 0px 4px 44px rgb(151 151 151 / 20%);
  box-shadow: 0px 4px 44px rgb(151 151 151 / 20%);
}
.fix .header__container {
  height: 64px;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 10px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  transition: all .4s;
  z-index: 99999;
  position: relative;
}

@media (max-width: 1199.98px) {
  .header__container {
    background-color: #fff;
  }

  /* Header transparent */
  .header_transparent .header__container {
    background-color: transparent;
  }
  .fix .header_transparent .header__container {
    background-color: #fff;
  }
}

.submenu_container_wrapper.level-1>ul>li>a {
  color: #575a59;
}

/*** Header transparent ***/
@media (min-width: 1200px) {
  .header_transparent .submenu_container_wrapper.level-1>ul>li>a,
  .header_transparent .navigation-primary>.submenu_container_wrapper>ul>li.has-submenu>a:after {
    color: #fff;
  }
  .header_transparent .navigation-primary>.submenu_container_wrapper>ul>li.has-submenu:hover>a:after,
  .header_transparent .submenu_container_wrapper.level-1>ul>li:hover>a,
  .fix .header_transparent .navigation-primary>.submenu_container_wrapper>ul>li.has-submenu>a:after,
  .fix .header_transparent .submenu_container_wrapper.level-1>ul>li>a {
    color: #575a59;
  }
}

.header_transparent .right_menu .menu-section-ctas-wrapper > span:first-child a {
  color: #fff;
  border: 1px solid #fff;
}

.fix .header_transparent .right_menu .menu-section-ctas-wrapper > span:first-child a {
  border: 1px solid #0e0e0e;
  color: #0e0e0e;
}

/************* Menu *************/
.dektop_header_menu {
  padding-left: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-grow: 1;
}

.header_menu.left_menu {
  display: flex;
  justify-content: flex-start;
}

.right_menu {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 1200px) {
  .mobile_header_menu {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .dektop_header_menu {
    display: none;
  }
}

/*** Menu Responsive ***/
@media (max-width: 1199.98px) {
  /* Burger*/
  .header_cta_burger {
    display: flex;
  }
  .header__burger {
    cursor: pointer;
    display: block;
    padding: 1.2rem 0 1.2rem 1.2rem;
  }
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 1.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2.2rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .burger > span,
  .burger > span:after,
  .burger > span:before {
    background: #18283b;
  }
  .burger>span:after,
  .burger>span:before {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform-origin: 50% 50%;
    transition: top .4s .4s, transform .4s, -webkit-transform .4s;
    width: 100%;
  }
  .burger > span {
    display: inline-block;
    height: 2px;
    position: relative;
    width: 2.4rem;
  }
  .burger>span:before {
      top: -.5rem;
  }
  .burger>span:after {
    top: .5rem;
  }
  .mobile-open .burger>span {
    -webkit-transition: background .4s 0s;
    -o-transition: background .4s 0s;
    transition: background .4s 0s;
    background: transparent !important;
    width: 100%;
  }
  .mobile-open .burger>span:after, .mobile-open .burger>span:before {
    -webkit-transition: top .4s, -webkit-transform .4s .4s;
    transition: top .4s, -webkit-transform .4s .4s;
    -o-transition: top .4s, transform .4s .4s;
    transition: top .4s, transform .4s .4s;
    transition: top .4s, transform .4s .4s, -webkit-transform .4s .4s;
    top: 0;
  }
  .mobile-open .burger>span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    width: 100%;
    left: 0;
  }
  .mobile-open .burger>span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    width: 100%;
    left: 0;
  }

  /* Menu Mobile */
  .mobile_header_menu {
    background-color: #fff;
    display: block;
    height: calc(100vh - 62px);
    left: 0;
    margin-top: 0;
    opacity: 0;
    overflow-y: scroll;
    padding-bottom: 64px;
    position: absolute;
    top: 100%;
    transform: translateY(-110%);
    transition: all .5s;
    visibility: hidden;
    width: 100%;
  }

  .mobile-open .mobile_header_menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    z-index: 1;
  }
  .mobile_menu_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 3rem 0;
  }
  .mobile_header_menu .header_menu {
    padding-bottom: 0;
    position: relative;
    top: 0;
  }
}


/* Iconos */
.menu_icon {
  align-items: center;
  display: inline-block;
  justify-content: center;
  height: 20px;
  width: 20px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.menu_icon.taxes {
  background-image: url('https://www.anfix.com/hubfs/Anfix_January2021/images/mega-menu/1-icons-taxes.svg');
}
.menu_icon.document {
  background-image: url('https://www.anfix.com/hubfs/Anfix_January2021/images/mega-menu/1-icons-document.svg');
}
.menu_icon.cloud-service {
  background-image: url('https://www.anfix.com/hubfs/Anfix_January2021/images/mega-menu/1-icons-cloud-service.svg');
}
.menu_icon.scan {
  background-image: url('https://www.anfix.com/hubfs/Anfix_January2021/images/mega-menu/1-icons-scan.svg');
}
.menu_icon.folder-open {
  background-image: url('https://www.anfix.com/hubfs/Anfix_January2021/images/mega-menu/1-icons-folder-open.svg');
}
.menu_icon.calculator {
  background-image: url('https://www.anfix.com/hubfs/Anfix_January2021/images/mega-menu/1-icons-calculator.svg');
}
.menu_icon.bank {
  background-image: url('https://www.anfix.com/hubfs/Anfix_January2021/images/mega-menu/1-icons-bank.svg');
}
.menu_icon.mobile {
  background-image: url('https://www.anfix.com/hubfs/Anfix_January2021/images/mega-menu/1-icons-mobile.svg');
}

.menu_icon.help {
  background-image: url('https://www.anfix.com/hubfs/Anfix_January2021/images/mega-menu/1-icons-help-02.svg');
}

.menu_icon.degree {
  background-image: url('https://www.anfix.com/hubfs/Anfix_January2021/images/mega-menu/1-icons-degree.svg');
}

.menu_icon.call-on {
  background-image: url('https://www.anfix.com/hubfs/Anfix_January2021/images/mega-menu/1-icons-call-on.svg');
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* Header */
.hs-landing-page .header_main {
  position: fixed;
  top: 0;
}
.hs-landing-page .header__container {
  max-width: 1276px;
}
/* Header LP Lewis*/
@media (max-width: 767.98px) {
  #header-anfix-lewis .header_cta_mobile .hs-menu-wrapper>ul>li:first-child {
    display: inline-block;
    margin: 0;
  }
  #header-anfix-lewis .header_cta_mobile .hs-menu-wrapper>ul>li:first-child>a {
    padding: 12px 24px;
  }
}
/* Footer */
.hs-landing-page .footer__main {
  padding: 48px 0px;
  background-color: #fff;
  border-top: 1px solid #d6d6d6;
}
.hs-landing-page .footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hs-landing-page .footer__info-section {
  margin-bottom: 0px;
}
.hs-landing-page .footer_bottom {
  margin-top: 0px;
}
@media (max-width: 1199px) {
  .hs-landing-page .footer__container {
    max-width: 960px !important;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .hs-landing-page .footer__container {
    display: flex;
    flex-direction: column;
  }
  .hs-landing-page .footer_top {
    margin-bottom: 40px;
  }
  .hs-landing-page .footer-sub__left {
    display: flex;
    flex-direction: column;
  }
  .hs-landing-page .footer-sub__left .hs-menu-wrapper ul {
    margin-right: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .hs-landing-page .footer-sub__left .hs-menu-wrapper ul li:not(:last-of-type) {
    margin-right: 0px;
  }
  .hs-landing-page .footer-sub__left .hs-menu-wrapper ul li {
    margin-bottom: 10px;
  }
}
/* Landing Page V1*/
.anfix-lpv1-wrp {
  padding-top: 88px;
}
/* Landing Page V2 */
.anfix-lpv2-wrp {
padding-top: 88px;
}
.anfix-lpv2-section-two{
  position: relative;
  display: block;
  margin-top: -100px;
  background-color: #FFF;
  padding: 100px 150px 50px 150px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none !important;
}
.form-lpv2 {
  text-align: center;
  box-shadow: 0 10px 30px 0 rgb(224 229 238 / 60%);
  padding: 40px 30px;
}
.form-lpv2 h3 {
  margin-bottom: 40px;
}
.form-lpv2 .hs-field-desc {
  font-size: 12px;
  text-align: left;
  color: #5a5a5a;
}
.form-lpv2 .hs-form label {
  font-size: 18px;
}
.form-lpv2 .hs-form .hs-form-checkbox-display {
   font-size: 14px;
}
@media (max-width: 767.98px) {
  .anfix-lpv2-section-two {
    padding: 50px 0px 50px 0px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .form-lpv2 {
    padding: 40px 0px;
  }
}
/** LANDING PAGE PAYFIT **/
.header_main.header_main_lp_payfit {
  background-color: transparent;
}
.header_main_lp_payfit .header__container {
  padding-top: 30px;
  padding-bottom: 30px;
  transition: 0.4s;
  justify-content: space-between;
}
.fix .header_main_lp_payfit .header__container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.lp_payfit_left_menu {
  display: flex;
  align-items: center;
}
.lp_payfit_anfix_logo {
  margin-right: 30px;
}
.lp-payfit-section-five {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    border: 1px solid #cccccc;
    border-radius: 10px;
}
@media (max-width: 1199px) {
  .header_main_lp_payfit .right_menu .hs-menu-wrapper>ul>li {
    padding: 0;
  }
  .header_main_lp_payfit .right_menu {
    margin: 0;
  }
  .header_main_lp_payfit .right_menu .hs-menu-wrapper>ul>li>a {
    padding: 7px 20px;
  }
}
@media (max-width: 767.98px) {
  .header_main_lp_payfit .header__container {
    justify-content: center;
  }
  .header_main_lp_payfit .right_menu {
    display: none;
  }
  .lp-payfit-section-five{
    max-width: 90%;
  }
  .lp-payfit-section-five form .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
  }
  .lp-payfit-section-five {
    text-align: center;
  }
}
/* Thank You Page*/
@media (min-width: 992px) {
  .thank-you-page .dnd-section>.row-fluid {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media (max-width: 575.98px) {
  .thank-you-page h1 {
    font-size: 32px;
  }
}
/* Thank You Page With Form */
.thank-you-page-form .row-number-3.dnd-row form {
  background: #FFF;
  padding: 50px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
@media (max-width: 767.98px) {
  .thank-you-page-form .row-number-3.dnd-row form {
    max-width: 90%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer__container {
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__main {
  padding: 8rem 0;
  font-size: 16px;
}
@media (max-width: 1399.98px) {
  .footer__main {
    padding: 4rem 0;
  }
}
.footer__main.lp_footer {
  padding: 2rem 0;
  background: #fff;
}
.footer-sub__right.lp_image {
  opacity: 0;
  visibility: hidden;
}
.footer__main.lp_footer .footer_bottom {
  margin-top: 0;
}
.footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
}
.footer-sub__right p {
  color: #171c27;
  font-family: "gilroy", "Helvetica", "Arial", "sans-serif";
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.footer-sub__right a {
  margin-right: 1rem;
  float: left;
}
.footer-sub__right a:last-child {
  margin-right: 0;
}
.footer-sub__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.footer-sub__left .hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2.2rem;
  margin-right: 5rem;
}
.footer-sub__left .hs-menu-wrapper ul li {
  line-height: 2.2rem;
  display: inline-block;
  color: #575A59;
}
.footer-sub__left .hs-menu-wrapper ul li:not(:last-of-type) {
  margin-right: 3.7rem;
}
.footer-sub__left .hs-menu-wrapper ul li a {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  font-family:graphik, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight:400;
  line-height:24px;
  color: #575A59;
}
.footer-sub__left p {
  font: 1.4rem/2.5rem 'graphik',Arial,Helvetica,sans-serif;
  margin: 0 0 0px 0;
  color: #575A59;
}
.footer-sub__right {
  line-height: 0;
}
.footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 4rem;
}

@media (max-width: 1399.98px) {
  .footer_top {
    padding-bottom: 4rem;
  }
}
.footer_logo {
  margin-bottom: 2.2rem;
  line-height: 0;
}
@media (min-width: 992px) {
  .footer_logo {
    margin-left: 2.8rem;
  }
}
.footer_logo img {
  vertical-align: top;
  border: 0;
  max-width: 160px;
}

@media (max-width: 1199px) {
  .footer_logo img {
    width: 7.7rem !important;
  }
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social li {
  float: left;
  line-height: 24px;
}
.social li:not(:last-of-type) {
  margin-right: 1.3rem;
}
.social li a {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  line-height: 1.5;
  text-decoration: none;
  letter-spacing: .05rem;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 0;
  border: none;
  border-radius: 50%;
  height: 3.2rem;
  width: 3.2rem;
  border: 1px solid #D6D6D6;
}
.social li a i {
  font-size: 1.6rem;
  line-height: 3rem;
  display: inline-block;
}
@media (min-width: 992px) {
  .footer__contact-info {
    background: #f4f4f4;
    padding: 1.8rem 2.8rem;
    border-radius: 18px;
  }
}
.footer__info-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__info-section ul li a {
  text-decoration: none;
}
.footer__info-section ul li i,
.footer__nav .hs-menu-wrapper>ul>li i{
  margin-right: 4px;
}
.footer__nav .hs-menu-wrapper>ul>li>a {
  line-height:2.2rem;
  margin: 0 0 10px;
  font-weight: 600;
  margin-bottom: 2.5rem;
  display: block;
  font-size: 16px;
  text-decoration: none;
  cursor: text;
}
.footer__nav .hs-menu-wrapper>ul>li>ul,
.footer__info-section ul {
  line-height: 2.2rem;
}
.footer__nav .hs-menu-wrapper>ul>li>ul>li,
.footer__info-section ul li {
  line-height: 22px;
  padding-right: 1.5rem;
}
.footer__nav .hs-menu-wrapper>ul>li>ul>li:not(:last-of-type),
.footer__info-section ul li:not(:last-of-type) {
  margin-bottom: 2.2rem;
}
.footer_para_quien .hs-menu-wrapper>ul>li>ul>li:last-of-type,
.footer_producto .hs-menu-wrapper>ul>li>ul>li:last-of-type {
  padding-top: 1.5rem;
}
.footer_para_quien .hs-menu-wrapper>ul>li>ul>li:last-of-type>a,
.footer_producto .hs-menu-wrapper>ul>li>ul>li:last-of-type>a {
  font-weight: 500;
}
.footer__nav .hs-menu-wrapper>ul>li>ul>li>a {
  font: 16px/1.45 'graphik', Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  line-height: 22px;
}
.footer__contact-info h5 {
  margin-bottom: 1.1rem !important;
  line-height: 2.2rem;
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 16px;
}
.footer__nav .hs-menu-wrapper>ul>li>a,
.footer__nav .hs-menu-wrapper>ul>li>a:hover,
.footer__contact-info h5 {
  font-family: "gilroy", Helvetica, Arial, sans-serif;
}
.footer__contact-element {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.lp .footer_top {
  padding-bottom: 0 !important;
}
.lp .footer_logo {
  margin-bottom: 0 !important;;
}
@-moz-document url-prefix() {
  .footer_top{
    padding-bottom:0;
  }
}
.footer-sellos {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  gap: 20px; /* Espacio entre los logos */
}
.footer-sellos img {
  width: 120px; /* Ancho fijo para todos los logos */
  height: 60px; /* Altura fija para mantener proporción */
  object-fit: contain; /* Mantiene la proporción sin distorsionar */
}
.footer-sellos .hs_cos_wrapper_widget:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .footer__info-section {
    width: auto;
    max-width: none;
  }
  .footer__nav {
    width: auto;
  }
  .footer_top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-sub__left {
    padding-bottom: 0;
  }
  .footer-sub__left p {
    font-size: 1.1rem;
    white-space: nowrap;
  }
  .footer-sub__left .hs-menu-wrapper ul li:not(:last-of-type) {
    margin-right: 2rem;
  }
  .footer-sub__left .hs-menu-wrapper ul {
    margin-right: 3rem;
  }
  .footer__container {
    max-width: 960px !important;
  }
  .footer-sub__left .hs-menu-wrapper ul li a,
  .footer__nav .hs-menu-wrapper>ul>li>ul>li>a{
    font-size: 14px;
    line-height:22px
  }
  .footer__main {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1023px){
  .social li:not(:last-of-type) {
    margin-right: .8rem;
  }
}

@media (max-width: 991px) {
  .footer_bottom {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    align-items: flex-start;
  }
  .footer-sub__right {
    margin-bottom: 24px;
  }
  .footer__main {
    font-size: 14px;
  }
  .footer-sub__right a:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
  .footer-sub__right  img {
    max-width: 101px;
  }
  .footer-sub__left .hs-menu-wrapper ul li a,
  .footer__nav .hs-menu-wrapper>ul>li>ul>li>a{
    font-size: 14px;
  }
  .social li:not(:last-of-type) {
    margin-right: 0.5rem;
  }

  .footer__info-section {
    width: 25%;
    margin-bottom: 3rem;
    max-width: none;
  }
  .footer__nav {
    width: 25%;
    margin-bottom: 3rem;
  }
  .footer__nav.footer_informacion,
  .footer__nav.footer_recursos {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer_top {
    flex-wrap: wrap;
  }
  .footer_bottom {
  }
  .footer-sub__right {
    margin-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .footer-sub__right a {
    max-width: 100%;
    float: none;
    display: block;
  }
  .footer-sub__right a:not(:last-of-type) {
    margin-right: 1.5rem;
  }
  .footer-sellos {
    margin-bottom: 40px;
  }
  .footer-redes {
    margin-bottom: 4rem;
  }
  .footer-sub__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-sub__left .hs-menu-wrapper ul {
    display: flex;
    flex-direction: column;
  }
  .footer-sub__left .hs-menu-wrapper ul li {
    margin-bottom: 2.2rem;
  }
  .footer-sub__left p {
    margin-top: .5rem;
    margin-bottom: 0;
    line-height: 2.3rem;
  }
  .footer-sub__right .btn-store:not(:last-of-type) {
    margin-right: 0;
  }
  .footer__nav {
    width: 50%;
    margin-right: 0;
    padding-right: 2rem;
    margin-bottom: 4rem;
  }
  .footer__nav.footer_informacion,
  .footer__nav.footer_recursos {
    margin-bottom: 0;
  }
  .footer__info-section {
    margin-bottom: 4rem;
    margin-right: 0;
    width: 50%;
  }
  .footer__nav .hs-menu-wrapper>ul>li>a {
    margin-bottom: 2rem;
  }
  .footer__container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .footer-sub__right.lp_image {
    display: none;
  }
  .footer__main {
    padding-top: 4rem;
  }
  #hs_cos_wrapper_footer_app_image_ {
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .footer__container {
    max-width: 100% !important;
  }
  .footer_top {
    flex-direction: column;
  }
  .footer__info-section,
  .footer__nav {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .footer-sub__left .hs-menu-wrapper ul li {
    line-height: 22px;
  }
  .footer__nav.footer_informacion {
    margin-bottom: 4rem;
  }
  .footer__nav.footer_informacion {
    margin-bottom: 0;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("https://www.anfix.com/hubfs/Anfix_January2021/fonts/icomoon.eot") format("embedded-opentype"),
	 url("https://www.anfix.com/hubfs/Anfix_January2021/fonts/icomoon.woff") format("woff"), 
	 url("https://www.anfix.com/hubfs/Anfix_January2021/fonts/icomoon.ttf") format("ttf"),
	 url("https://www.anfix.com/hubfs/Anfix_January2021/fonts/icomoon.svg") format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
.icon-calculator:before {
  content: "\e91e";
}
.icon-suitcase:before {
  content: "\e91b";
}
.icon-office:before {
  content: "\e903";
}
.icon-aeat:before {
  content: "\e919";
}
.icon-asesor:before {
  content: "\e91a";
}
.icon-banco:before {
  content: "\e91b";
}
.icon-consumindor:before {
  content: "\e91c";
}
.icon-freelance:before {
  content: "\e91d";
}
.icon-check-circle:before {
  content: "\e918";
}
.icon-adapted:before {
  content: "\e900";
}
.icon-administration:before {
  content: "\e901";
}
.icon-balance:before {
  content: "\e902";
}
.icon-arrow-left:before {
  content: "\e903";
}
.icon-arrow-right:before {
  content: "\e904";
}
.icon-arrow-up:before {
  content: "\e905";
}
.icon-business:before {
  content: "\e906";
}
.icon-check:before {
  content: "\e907";
}
.icon-close-circle:before {
  content: "\e908";
}
.icon-cloud-technology:before {
  content: "\e909";
}
.icon-desktop:before {
  content: "\e90a";
}
.icon-down:before {
  content: "\e90b";
}
.icon-greater-control:before {
  content: "\e90d";
}
.icon-hand:before {
  content: "\e90e";
}
.icon-phone:before {
  content: "\e913";
}
.icon-rotate:before {
  content: "\e914";
}
.icon-settings:before {
  content: "\e915";
}
.icon-share:before {
  content: "\e916";
}
.icon-facebook:before {
  content: "\e90d";
}
.icon-linkedin:before {
  content: "\e912";
}
.icon-twitter:before {
  content: "\e917";
}
.icon-x:before {
  content: "\e91f";
}
.icon-insta:before {
  content: "\e910";
}
.icon-support:before {
  content: "\e900";
}
.icon-book:before {
  content: "\e90f";
}
.icon-tiktok:before {
  content: "\e921" 
}
.icon-youtube:before {
  content: "\ea9d" 
}
.icon-calculadora:before {
  content: "\e923";
}
.icon-clock:before {
  content: "\e94e"
}
.icon-plantillas:before {
  content: "\e924"
}
.icon-plus:before {
  content: "\e922"
}
.icon-smile:before {
  content: "\e9e1";
}
.icon-anfix-thunder:before {
  content: "\e911";
}
.icon-anfix-check:before {
  content: "\e925";
}
.icon-anfix-lens:before {
  content: "\e926";
}
.icon-anfix-locker:before {
  content: "\e927";
}
.icon-anfix-cloud:before {
  content: "\e928";
}
.icon-anfix-emergency:before {
  content: "\e929";
}
.icon-people:before {
  content: "\e92a";
}
.icon-link:before {
  content: "\e920"
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 30rem 0 10rem;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: gilroy;
  font-size: 30vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
h1.error-page_heading {
  font-size: 44px;
}
@media (max-width: 991.98px) {
  h1.error-page_heading {
    font-size: 34px;
  }
}
.error-page_heading {
  margin-bottom: 10rem;
}

.systems-page {
  padding: 50px 0px;
}
.systems-page {
  padding-top: 15rem;
}
.systems-page form {
  max-width: 50%;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 60px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 19px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: gilroy;
  font-size: 1.25rem;
  color: #1D2120;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #1D2120;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
#hs_cos_wrapper_backup_unsubscribe .email-edit.hs-input {
  padding: 9px 10px !important;
  font-size: 19px !important;
  width: 100% !important;
}
.systems-page .hs-form-field, 
.hs-membership-loader.hs_submit.hs-submit {
  margin: 25px 0;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
#hs_cos_wrapper_password_prompt #hs-pwd-widget-password {
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 18px;
}
@media (max-width: 767px) {
  .systems-page h1, 
  .systems-page h2 {
    font-size: 20px;
  }
  .systems-page h3, 
  .systems-page h4 {
    font-size: 19px;
  }
  .systems-page form {
    max-width: 100%;
  }
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* Trustpilot widget */
.trustpilot-section .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}

.anfix-asesores-section-six {
 margin-top: -128px;
}
.background-darkGreenAnfix h2,
.background-darkGreenAnfix h3,
.background-darkGreenAnfix h1,
.background-darkGreenAnfix blockquote {
  color: #fff;
}
.background-darkGreenAnfix p {
  color: #d6d6d6;
}
.anfix-asesores-section-seven .dnd-section {
  padding-top: 208px;
}

.anfix-asesores-section-one h1,
.background-autonomosAnfix h1,
.anfix-empresas-section-one h1 {
  color: #fff;
}
@media (max-width: 1199px) {
  .anfix-asesores-section-seven .dnd-section {
    padding-top: 128px;
  }
  .anfix-asesores-section-six {
    margin-top: -112px;
  }
}
@media (max-width: 767.98px) {
  .anfix-asesores-section-six.background-darkGreenAnfix .dnd-section {
    padding-top: 72px;
  }
  .anfix-asesores-section-six {
    margin-top: -54px;
  }
  .anfix-asesores-section-seven .dnd-section {
    padding-top: 80px;
  }
}
@media (max-width: 575.98px) {
  .anfix-asesores-section-six {
    margin-top: -40px;
  }
  .anfix-asesores-section-six.background-darkGreenAnfix .dnd-section {
    padding-top: 56px;
}
  .anfix-asesores-section-seven .dnd-section {
    padding-top: 60px;
  }
}

/* App Page*/
@media (min-width: 992px) {
  .anfix-app-section-one .bannerHero-wrapper {
    align-items: end;
  }
  .anfix-app-section-one .bannerHero-leftContainer h1 {
    font-size: 4.8rem;
    line-height: 1.2;
  }
}
.anfix-app-section-one .bannerHero-leftContainer .bannerHero-ctas>span {
  margin-right: 24px;
}
.anfix-app-section-four .featureImageAndCheck-container.left {
  justify-content: center;
  display: flex;
  width: 100%;
}

 /*Pricing Page*/
main.hs_precios_page {
  overflow: unset;
}
@media (max-width: 767.98px) {
  main.hs_precios_page {
    overflow: hidden;
  }
}
span.priceReduced {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #555;
}
span.priceReduced::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -5%;
  width: 110%;
  height: 1px;
  background-color: red;
  transform: rotate(-15deg);
  pointer-events: none;
}

/* Caracteristicas Page */
main.anfix-caracteristicas-wrp,
main.anfix-herramientas-wrp {
  overflow: visible;
}
.anfix-caracteristicas-features .section-active {
  border-bottom: 1px solid #D8D8D8;
}
.anfix-caracteristicas-features .section-active:last-of-type {
  border-bottom: none;
}
.anfix-caracteristicas-container,
.anfix-herramientas-container {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1213px;
  margin: 0 auto;
}

@media (max-width: 1199px){
  .anfix-caracteristicas-container,
  .anfix-herramientas-container {
    max-width: 888.91603053324px;
  }
}
@media (max-width: 767.98px){
  .anfix-caracteristicas-container,
  .anfix-herramientas-container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Sign up Page*/
.cm-signup-grp .right_menu .hs-menu-wrapper>ul>li:first-child>a,
.fix .cm-signup-grp .right_menu .hs-menu-wrapper>ul>li:first-child>a {
  border: 1px solid #0e0e0e;
  color: #0e0e0e;
  border-radius: 50px;
  background: transparent;
  padding: 7px 20px;
}
.cm-signup-grp .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover,
.fix .cm-signup-grp .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover{
  color: #fff;
  background: #0e0e0e;
}
.cm-signup-grp {
  display: flex;
  justify-content: space-between;
}
.cm-signup-left {
  min-width: 65%;
  padding-bottom: 80px;
}
.cm-signup-right {
  width: 35%;
  position: fixed;
  right: 0;
}
.cm-signup-right .dnd-section>.row-fluid,
.cm-signup-grp .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cm-signup-grp .right_menu p {
  margin-bottom: 0;
  margin-right: 16px;
  color: #575A59;
  flex-shrink: 0;
}
.cm-signup-grp .right_menu {
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: 0;
}
.anfix-signup-wrp {
  margin: 0 auto;
  max-width: 504px;
}
@media (max-width: 1199.98px) {
  .cm-signup-grp .right_menu .hs-menu-wrapper>ul>li {
    padding: 0;
    width: auto;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .cm-signup-grp .right_menu p {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .cm-signup-grp .right_menu .hs-menu-wrapper > ul {
    margin: 0;
  }
  .cm-signup-grp .right_menu .hs-menu-wrapper > ul > li:first-child > a {
    margin-bottom: 0;
    display: inline;
    padding: 10px 20px;
  }
  .cm-signup-right {
    display: none;
  }
  .cm-signup-left {
    min-width: 100%;
  }
}

/* Signup N26 */
.signup-n26 .header__logo-signup-n26 {
  display:flex;
  align-items: center;
}
#hs_cos_wrapper_header_logo-n26 {
  margin-left: 16px;
}



/* Calculadora digital Asesorias */
.cm-calculadoradigital-grp {
  display: flex;
  justify-content: space-between;
}

.cm-calculadoradigital-left {
  min-width: 67%;
}
.cm-calculadoradigital-left .header.mig-header,
.anfix-calculadoradigital-wrp{
  max-width: 640px;
  margin: 0 auto;
}
.cm-calculadoradigital-right {
  max-width: 33%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}
.cm-calculadoradigital-right .anfix-calculadoradigital-section-two>.container-fluid {
  padding: 0;
}
.cm-calculadoradigital-right .dnd_area2-row-0-background-image {
  height: 100vh;
  padding-top: 150px;
}
.cm-calculadoradigital-right img {
  margin-left: -230px;
}
.cm-calculadoradigital-grp h1 {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 80px;
  line-height: 64px;
}
.cm-calculadoradigital-grp .description {
  font-family: "Gilroy";
  font-size: 24px;
  font-weight: 600;
  color: #575a59;
  line-height: 28px;
  margin-bottom: 32px;
}
/* X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {
  .cm-calculadoradigital-right img {
    margin-left: -220px;
  }
  .cm-calculadoradigital-right .dnd_area2-row-0-background-image {
    padding-top: 170px;
  }
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
  .cm-calculadoradigital-left {
    min-width: 77%;
  }
  .cm-calculadoradigital-right {
    max-width: 26%;
  }
  .cm-calculadoradigital-right img {
    margin-left: -140px;
  }
  .cm-calculadoradigital-right .dnd_area2-row-0-background-image {
    padding-top: 250px;
  }
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  .cm-calculadoradigital-left {
    min-width: 100%;
  }
  .cm-calculadoradigital-right {
    display: none;
  }
}
/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .cm-calculadoradigital-grp h1 {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 44px;
  }
}
/* Colors */
.background-darkGreenAnfix { background-color: #1A3235; }
.background-darkBlueAnfix { background-color: #0029E1; }
.background-empresasAnfix { background-color: #2d8471; }
.background-autonomosAnfix { background-color: #cf7979; }
.background-greyAnfix { background-color: #FBFBFB; }
.background-blackAnfix { background-color: #0E0E0E; color: #fff;}
.background-blackAnfix h3 {color: #fff;}
.purpleAnfix { color: #4440DB;}
.redAnfix { color: #C0397C;}
.blueAnfix { color: #3966CA;}
.lightblueAnfix { color: #5AC5F9;}
.pinkAnfix { color: #BE67C8;}
.lightgreenAnfix { color: #78DFC1;}
.orangeAnfix { color: #F2AC70;}
/* Bullets */
.green-check ul { list-style-image: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_January2021/images/green-check.svg'); }
.grey-check ul { list-style-image: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_January2021/images/grey-check.svg'); }
.darkBlue-check ul { list-style-image: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_January2021/darkblue-check.svg'); }
.darkBlue-check ul li { margin-bottom: 20px; }
/* Feature with Banner Text Center and Image */
.with-image .row-fluid .widget-type-cell {
  margin-bottom: -140px;
}
.extra-top-padding .row-fluid .dnd-section {
  padding-top: 310px;
}
@media (max-width: 991.81px) {
  .with-image .row-fluid .widget-type-cell {
    margin-bottom: -90px;
  }
  .extra-top-padding .row-fluid .dnd-section {
    padding-top: 160px;
  }
}
@media (max-width: 767.98px) {
  .with-image .row-fluid .widget-type-cell {
    margin-bottom: -60px;
  }
  .extra-top-padding .row-fluid .dnd-section {
    padding-top: 140px;
  }
}
/* Links with arrow */
.blue-link-arrow,
.green-link-arrow,
.green-link-arrow-down {
  text-decoration: none;
  padding-bottom: 4px;
  font-family: 'gilroy';
  font-weight: 600;
  transition: 0s;
}
.blue-link-arrow:after {
  content: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_January2021/blue-button-arrow.svg');
  margin-left: 6px;
}
.green-link-arrow:after,
.green-link-arrow-down:after {
  content: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_January2021/images/green-arrow-right.svg');
  margin-left: 6px;
  transition: transform .3s ease;
  display: inline-block;
}
.green-link-arrow-down:after,
.green-link-arrow-down:hover::after{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.green-link-arrow-down:hover::after,
.green-link-arrow:hover::after {
  content: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_January2021/images/greenlight-arrow-right.svg');
  display: inline-block;
}
.blue-link-arrow:hover::after,
.green-link-arrow:hover::after {
  transform: translateX(1rem);
}
.blue-link-arrow:hover,
.green-link-arrow:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}
.green-link-arrow-down:hover {
  text-decoration: none;
}
.cta-white-arrow:after,
.cta-white-arrow-down-right:after {
  content: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_January2021/images/white-arrow-right.svg');
  margin-left: 9px;
}
.cta-white-arrow-down-right:after {
  display: inline-block;
  transform: rotate(45deg);
}
.cta-black-arrow-left:before {
  content: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_January2021/images/black-button-arrow.svg');
  margin-right: 9px;
  transform: rotate(180deg);
  display: inline-block;
}
.cta-black-arrow:after,
.cta-black-arrow-down:after {
  content: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_January2021/images/black-button-arrow.svg');
  margin-left: 9px;
}
.cta-black-arrow:hover:after {
  filter: invert(100%) sepia(6%) saturate(7500%) hue-rotate(196deg) brightness(129%) contrast(105%);
}
.cta-black-arrow-down:after {
  transform: rotate(90deg);
  display: inline-block;
  transition: top 0.2s;
  position: relative;
  top: 0;
}
.cta-black-arrow-down:hover:after {
  top: 6px;
}
/* Separators */
.separator:before {
  content: '';
  display: block;
  position: relative;
  top: 0;
  width: 80%;
  left: 10%;
  border-top: 1px solid #D2D3D2;
}
/* CTAs*/
a.cta-transparent-white:hover {
  color: #1D2120 !important;
}
.cta-anfix-green {
  background-color: #22cd9c;
  color: #fff;
  padding: 20px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Graphik';
  font-weight: 500;
}
.cta-anfix-green:hover {
  color: #fff;
  text-decoration: none;
  opacity: .8;
}

/* Green circles*/
.word-highlight {
  position: relative;
  z-index: 1;
}
.big-round-circle,
.small-round-circle,
.regular-round-circle {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bigText-description {
  font-size: 22px;
  color: #575A59;
}
@media (max-width: 991.98px) {
  .bigText-description {
   font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .bigText-description {
   font-size: 16px;
  }
}
/* Text Colors */
.text-grey {
  color: #575A59;
}
/* Banner Blue Monday 40%*/
.fix #leadinModal-2859268.leadinModal {
  top: 60px;
}
#leadinModal-2859268.leadinModal {
  top: 80px;
  transition: all .4s;
}
/* Green Tag Home */
.greenTag {
  display: block;
  color: #348c79;
  font-weight: 500;
  line-height: 2.2;
}
/* Underline description home */
.underline-green {
  position: relative;
}
span.underline-green:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 132px;
  height: 13px;
  background-image: url(https://www.anfix.com/hubfs/Anfix_January2021/images/underline-description.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  span.underline-green:before {
    width: 134px;
  }
}
@media (max-width: 575.98px) {
  span.underline-green:before {
    width: 118px;
  }
}
/* Sitemap blog*/
.hs_blog_sitemap h2 {
  font-size: 3.4rem;
  line-height: 1;
}
.hs_blog_sitemap {
  padding-top: 160px;
}
.hs_blog_sitemap .categories ul,
.hs_blog_sitemap .authors ul,
.hs_blog_sitemap .years {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
} 
.hs_blog_sitemap li {
  list-style: none;
}
.hs_blog_sitemap ul {
  padding-left: 0;
}
.hs_blog_sitemap_section {
  margin-top: 32px;
  padding: 32px;
}
/* Cookie Banner */
#hs-banner-parent p {
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  #hs-banner-parent p {
    line-height: 1.25;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-confirmation-button,
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-settings-button,
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-decline-button {
    height: 2.6em;
  }
}
#hubspot-messages-iframe-container {
  z-index: 1 !important;
}
/*** Banner Hero Anfix 2021 ***/
.banner-hero .page-center-banner-hero #cta_button_6097063_00514d63-b61f-4e7e-883a-ec7ed9471fec {
  font-size: 18px;
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.anfix-caracteristicas-sidebar {
  flex: 0 0 30%;
  position: sticky;
  top: 100px;
  padding-top: 80px;
  align-self: flex-start;
}
@media (max-width: 767.98px) {
  .anfix-caracteristicas-sidebar {
    display: none;
  }
}
.anfix-caracteristicas-sidebar li{
  margin-bottom: 38px;
  position: relative;
}
.anfix-caracteristicas-sidebar li.selected{
  font-weight: 600;
  padding-left: 30px;
}
.anfix-caracteristicas-sidebar li a {
  color: #3C3F40;
  text-decoration: none;
  font-size: 16px;
}
.caracteristicas-sidebar-container {
  padding-left: 25px;
  border-left: 1px solid #D8D8D8;
}
.caracteristicas-sidebar-container ul li.selected:before {
  content: '';
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-right: 20px;
  top: 6px;
  left: 0px;
  position: absolute;
}
.caracteristicas-sidebar-container ul li:nth-child(1n).selected:before{
  background: #4440DB;
}
.caracteristicas-sidebar-container ul li:nth-child(2n).selected:before{
  background: #3966CA;
}
.caracteristicas-sidebar-container ul li:nth-child(3n).selected:before{
  background: #C0397C;
}
.caracteristicas-sidebar-container ul li:nth-child(4n).selected:before{
  background: #BE67C8;
}
.caracteristicas-sidebar-container ul li:nth-child(5n).selected:before{
  background: #78DFC1;
}
.caracteristicas-sidebar-container ul li:nth-child(6n).selected:before{
  background: #F2AC70;
}
.caracteristicas-sidebar-container ul li:nth-child(7n).selected:before{
  background: #5AC5F9;
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.anfix-herramientas-sidebar {
  flex: 0 0 30%;
  position: sticky;
  top: 100px;
  padding-top: 80px;
  align-self: flex-start;
}
@media (max-width: 767.98px) {
  .anfix-herramientas-sidebar {
    display: none;
  }
}
.herramientas-sidebar-container li {
  margin-bottom: 38px;
  position: relative;
  padding-left: 18px;
}
.herramientas-sidebar-container li a {
  color: #575a59;
  text-decoration: none;
  font-weight: 500;
}

.herramientas-sidebar-container li.selected a {
  color: #348c79;
}

.herramientas-sidebar-container ul {
  border-left: 2px solid #d6d6d6;
}


/* Estilos para la barra verde */
.herramientas-sidebar-container {
  position: relative;
}

.herramientas-sidebar-container .barra-verde {
  position: absolute;
  left: -1px;
  width: 4px;
  height: 30px;
  background-color: #348c79; /* Ajusta al color verde exacto que usas */
  transition: top 0.3s ease-in-out;
  z-index: 1;
  border-radius: 2px;
}

/* Estilo para el elemento activo */
/* @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    */
/*****************************************/

.anfix-generador-contratos-pdf-section-breadcrumb {
  padding-top: 170px;
}
.anfix-generador-contratos-pdf-section-breadcrumb .dnd-section {
  padding: 0;
}
.herramientas-breadcrumbs {
  margin-bottom: 2rem;
}


/* Título del generador */
.legal-document-generator h2 {
  margin-bottom: 32px;
  font-size: 3rem;
}