/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */



















































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *: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_Prepro/fonts/OpenSans-Regular.woff) format("woff"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_Prepro/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_Prepro/fonts/OpenSans-SemiBold.woff) format("woff"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_Prepro/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_Prepro/fonts/Sailec-Medium.woff) format("woff"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_Prepro/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_Prepro/fonts/Sailec%20Medium%20blog.woff) format("woff"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_Prepro/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_Prepro/fonts/gilroy-medium-webfont.woff) format("woff"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_Prepro/fonts/gilroy-medium-webfont.ttf) format("truetype"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_Prepro/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_Prepro/fonts/gilroy-semibold-webfont.woff) format("woff"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_Prepro/fonts/gilroy-semibold-webfont.ttf) format("truetype"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_Prepro/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_Prepro/fonts/gilroy-bold-webfont.woff) format('woff'),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_Prepro/fonts/gilroy-bold-webfont.ttf%27) format('truetype'),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_Prepro/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_Prepro/fonts/proxima_nova_regular-webfont.woff) format("woff"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_Prepro/fonts/proxima_nova_regular-webfont.ttf) format("truetype"),
    url(//6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/raw_assets/public/Anfix_Prepro/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: 2rem;
  line-height: 1.5;
}

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

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

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

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;
}

/* 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: 14px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: gilroy;
}
.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;
  }
}

/* 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 {
  font-size: 12px;
  margin-bottom: 4px;
  font-weight: 500;
}

.cm-signup-grp input.form-control {
  font-size: 16px;
  height: 48px;
  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;
  height: 48px;
  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;
  bottom: 0;
  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%;
  height: 50px;
  float: right;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  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
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

/** Left Menu **/
.right_menu .navigation-primary>ul>li>.sub-menu {

  }
.right_menu .navigation-primary>ul>li:hover>.sub-menu {
}

.right_menu .navigation-primary>ul>li:hover>.sub-menu {
}

/* Mobile Menu */
@media (max-width: 991px) {
}

@media (max-width: 1199px){
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
  border-collapse: collapse;
}
th,
td {
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/*** Banner Hero Anfix 2021 ***/
.banner-hero .page-center-banner-hero #cta_button_6097063_00514d63-b61f-4e7e-883a-ec7ed9471fec {
  font-size: 18px;
}
/* ******************************************************************************
*********************************************************************************
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;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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 {
  /*box-shadow: 0px 24px 34px rgba(151,151,151,0.1);
  -webkit-box-shadow: 0px 24px 34px rgba(151,151,151,0.1);
  -webkit-transition: all 0.4s;*/
  position: fixed;
  top: 0;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  z-index: 9;
}
.right_menu .hs-menu-wrapper>ul>li:first-child>a,
.fix .cm-asesores-wrp .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-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-autonomos-wrp .header_transparent .right_menu .hs-menu-wrapper>ul>li:nth-child(2)>a:hover {
  color: #FFF;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50px;
}

.fix .cm-autonomos-wrp .header_transparent .right_menu .hs-menu-wrapper>ul>li:nth-child(2)>a{
  color: rgba(255,255,255,1.0);
  background-color: rgba(34,205,156,1.0); 
}
.fix .cm-autonomos-wrp .header_transparent .right_menu .hs-menu-wrapper>ul>li:nth-child(2)>a:hover {
  background-color: rgba(34,205,156,0.8); 
}

.fix .cm-asesores-wrp .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;
}

/* Asesores Anfix January 2021 */
.mobile-open .cm-asesores-wrp #hs_cos_wrapper_header_logo_white,
.fix .cm-asesores-wrp #hs_cos_wrapper_header_logo_white,
.cm-asesores-wrp #hs_cos_wrapper_header_logo_black,
.mobile-open .cm-feature-grp #hs_cos_wrapper_header_logo_white,
.fix .cm-feature-grp #hs_cos_wrapper_header_logo_white,
.cm-feature-grp #hs_cos_wrapper_header_logo_black,
.mobile-open .cm-caracteristicas-grp #hs_cos_wrapper_header_logo_white,
.fix .cm-caracteristicas-grp #hs_cos_wrapper_header_logo_white,
.cm-caracteristicas-grp #hs_cos_wrapper_header_logo_black {
  display: none;
}
.mobile-open .cm-asesores-wrp #hs_cos_wrapper_header_logo_black,
.fix .cm-asesores-wrp #hs_cos_wrapper_header_logo_black,
.mobile-open .cm-feature-grp #hs_cos_wrapper_header_logo_black,
.fix .cm-feature-grp #hs_cos_wrapper_header_logo_black,
.mobile-open .cm-caracteristicas-grp #hs_cos_wrapper_header_logo_black,
.fix .cm-caracteristicas-grp #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 {
  min-height: 64px;
}

.header__container {
  max-width: 1456px;
  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;
  min-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;
}

/*.cm-caracteristicas-grp .right_menu .hs-menu-wrapper>ul>li>a,
.cm-caracteristicas-grp .submenu.level-1>li>a,
.cm-feature-grp .right_menu .hs-menu-wrapper>ul>li>a,
.cm-feature-grp .submenu.level-1>li>a,*/
.header_transparent .submenu.level-1>li>a,
.header_transparent .right_menu .hs-menu-wrapper>ul>li>a {
  color: #fff;
  border-color: #fff;
}

/*.cm-caracteristicas-grp .submenu.level-1>li>a.active-branch,
.cm-caracteristicas-grp .submenu.level-1>li>a:hover,
.cm-feature-grp .submenu.level-1>li>a.active-branch,
.cm-feature-grp .submenu.level-1>li>a:hover*/
.header_transparent .submenu.level-1>li>a.active-branch { 
  color: #FFF;
}
.header_transparent .submenu.level-1>li>a:hover {
  color: #dedede;
}

.fix .cm-asesores-wrp .right_menu .hs-menu-wrapper>ul>li>a,
.fix .cm-asesores-wrp .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;
}
.fix .cm-asesores-wrp .header_main svg {
  fill: #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 !important;
    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
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 a {
  margin-right: 1rem;
  float: left;
}
.footer-sub__right a:last-child {
  margin-right: 0;
}

.footer-sub__right img {
  max-width: 119px;
  vertical-align: middle;
}
.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,
.footer_recursos .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,
.footer_recursos .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;
}
.lp .footer_top {
  padding-bottom: 0 !important;
}
.lp .footer_logo {
  margin-bottom: 0 !important;;
}
@-moz-document url-prefix() {
  .footer_top{
    padding-bottom: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: 4rem;
  }
  .footer-sub__right a {
    max-width: 100%;
    float: none;
    display: block;
  }
  .footer-sub__right a:not(:last-of-type) {
    margin-right: 1.5rem;
  }
  .footer-sub__right img {
    max-width: 100%;
    max-height: 4.3rem;
    width: auto;
    height: auto;
    border-radius: 10px;
  }
  .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 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;
    width: 100%;
  }
  .footer__info-section {
    margin-bottom: 4rem;
    width: 100%;
    margin-right: 0;
  }
  .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;
  }
}


@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;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
  padding:0 30px;
}
.blog-comments {
  max-width: 100%;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
}
.blog-comments .hs-button:hover {
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
.SingleImgCTA .SingleCTABox img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  -moz-transition: .25s all;
  transition: .25s all;
  -moz-transform: translateY(0);
  transform: translateY(0);
  cursor: pointer;
  margin:0 !important;
}
.SingleImgCTA .SingleCTABox img:hover {
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 12px 18px rgba(0,0,0,.12);
}
.category_menu {
  display: inline-block;
  margin-top: 2px;
  padding-top: 18px;
  border-top: 1px solid #e7e9eb;
  -webkit-transition: .5s all;
  transition: .5s all;
}
.category_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.category_menu ul li {
  line-height: 1.8;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #323748;
  margin-right: 30px;
  letter-spacing: .1em;
}
.category_menu ul li:last-child {
  margin-right: 0;
}
.category_menu ul li a {
  color: #c1c3c8;
  text-decoration: none;
  -moz-transition: all .4s;
  transition: all .4s;
  font-family: "Lato";
}
.category_menu ul li a:hover {
  color: #2ece90;
}
.icon-search:before {
  content: "\e903";
  font-family: 'icomoon-3' !important;
}
.hs_blog {
  padding: 15px 0 0;
}
.header_height.blog_header {
  min-height: 151px;
}
.hs_blog .content-wrapper {
  max-width: 1310px !important;
}
.recent_posts {
  border-bottom: 1px solid #e2e6e8;
  padding-bottom: 80px;
}
.recent_posts_inner {
  position: relative;
}
.recent_posts_inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.recent_posts_inner ul li {
  width: 100%;
}
.rec_featured_image {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 8px;
  overflow: hidden;
}
.rec_featured_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.latest-post-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 880px;
  background: #fff;
  border-radius: 0 20px 0 0;
  padding: 35px 35px 0 0;
}
.latest-post-info h4 {
  font-size: 32px;
  margin-bottom: 22px;
  font-family: "Lato";
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: 600;
  color: #18283b;
  font-size: 32px;
  margin-bottom: 22px;
}
.latest-post-info h4 a {
  color: #18283b;
  transition: none;
  font-family: Lato;
  text-decoration: none;
}
.latest-post-info h4 a:hover {
  text-decoration: underline;
}
.post-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.post-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  padding-right: 30px;
  border-right: 1px solid #707f91;
}
.post-content {
  padding: 10px 0 0;
  width: calc(100% - 165px);
  padding-left: 30px;
  font-family: "Lato";
}
.post-user_image {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 13px;
}
.post-user_image img {
  width: 100%;
}
.user-info {
  width: calc(100% - 53px);
}
.user-info h6 {
  font-family: Lato;
  line-height: 1.3;
  font-weight: 600;
  color: rgb(24, 40, 59);
  font-size: 14px;
  margin-bottom: 2px;
  margin-top: 0;
}
.user-info h6 a {
  color: #18283b;
  transition: none;
  text-decoration: none;
  font-family: 'Lato';
}
.user-info h6 a:hover {
  text-decoration: underline;
}

.user-info span {
  font-size: 10px;
  color: rgb(140, 140, 140);
  letter-spacing: 0.83px;
  text-transform: uppercase;
  display: block;
  font-family: Lato;
  font-weight: 400;
  line-height: 1.8;
}
.post-content {
  padding: 10px 0 0;
  width: calc(100% - 165px);
  padding-left: 30px;
}
.post-content p {
  font-size: 14px;
  color: #5781da;
  text-transform: uppercase;
  letter-spacing: .31px;
  font-family: 'Sailec Medium';
  margin-bottom: 10px;
}
.post-content a {
  color: #4440db;
  transition: none;
  text-transform: uppercase;
  letter-spacing: .31px;
  font-family: 'Sailec Medium';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  text-decoration: none;
}
.post-content a:hover {
  text-decoration: underline;
  color: #4440db;
}
.feature-row-section {
  padding-bottom: 80px;
  padding-top: 80px;
  border-bottom: 1px solid #e2e6e8;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.article-box {
  border-radius: 8px;
  color: #fff;
  height: 100%;
  padding: 32px 50px 35px 180px;
  position: relative;
  -moz-transition: .25s all;
  transition: .25s all;
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.article-box.green-bg {
  background-color: #3ac98b;
}
.article-icon {
  position: absolute;
  left: 50px;
  top: 40px;
  margin: 0;
  max-width: 80px;
}
.article-icon img {
  width: 100%;
}

.article-box h4 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
  font-family: "Lato";
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: 600;
}
.article-box p {
  font-size: 16px;
  margin: 0 0 20px;
  font-family: "Lato";
  line-height: 1.8;
}
.article-box.green-bg p {
  color: #80e6c3;
}
.article-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-box li {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
}
.article-box li:last-child {
  margin-bottom: 0;
}
.article-box li a {
  color: #fff;
  text-decoration: underline;
  display: block;
  font-family: "Lato";
}
.article-box li a:hover {
  text-decoration: none;
}
.article-box.blue-bg {
  background-color: #b1cbff;
}
.article-box.blue-bg p {
  color: #d5e6ff;
}
.blog-index {
  padding-bottom: 0;
  padding-top: 80px;
}
.title-box {
  margin-bottom: 80px;
}
.title-box h2 {
  color: #18283b;
  margin: 0;
  font-family: "Lato";
  font-size: 35px;
  line-height: 1.3;
  font-weight: 600;
}
.title-box h2 a {
  color: #18283b;
  transition: none;
  text-decoration: none;
  font-family: "Lato";
}
.title-box h2 a:hover {
  color: #18283b;
  transition: none;
  text-decoration: underline;
}
.post-row .row {
  margin: 0 -20px;
}
.blog-index__post {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 20px;
  margin-bottom: 80px;
}
.post-img {
  position: relative;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 8px;
  margin: 0 0 25px;
  overflow: hidden;
}
.post-img a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.inner-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .35s all;
  -o-transition: .35s all;
  transition: .35s all;
}
.inner-caption:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  background: -webkit-linear-gradient(45deg,#0adea0 0%,#3ac98b 100%);
  background: -o-linear-gradient(45deg,#0adea0 0%,#3ac98b 100%);
  background: linear-gradient(45deg,#0adea0 0%,#3ac98b 100%);
  opacity: .75;
}
.inner-caption span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  z-index: 1;
  text-decoration: none;
  line-height: 1.5;
}
.read-more:after {
  content: "\e904";
  font-family: "icomoon";
  font-size: 15px;
  margin-left: 8px;
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.post-img a:hover .inner-caption {
  opacity: 1;
  visibility: visible;
}
.hubspot-topic_data {
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: "Lato";
}
.post-tags {
  margin-bottom: 10px;
  line-height: 1.2;
}
.post-tags a {
  font-family: 'Sailec Medium';
  font-size: 12px;
  letter-spacing: .31px;
  color: #4440db;
  text-transform: uppercase;
  text-decoration: none;
  transition: none;
}
.post-tags a:hover {
  text-decoration: underline;
  color: #4440db;
}
.post-box h2 {
  line-height: 1.44;
  font-family: "Lato";
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: 600;
  color: #18283b;
  margin-bottom: 6px;
}
.post-box h2 a {
  color: #18283b;
  text-decoration: none;
}
.post-box h2 a:hover {
  color: #18283b;
  text-decoration: underline;
}
.post-info {
  color: #6b7a8c;
  font-size: 16px;
  font-family: "Lato";
  line-height: 1.8;
}
.post-info p {
  margin: 0 0 20px;
  margin-bottom: 0;
  color: #6b7a8c;
  font-size: 16px;
  font-family: "Lato";
}
.post-info a {
  color: #4440db;
  text-decoration: none;
}
.post-info a:hover {
  color: #4440db;
  text-decoration: underline;
}
.blog-pagination {
  text-align: center;
  text-align: center;
  padding-bottom: 80px;
}
.blog-pagination a {
  font: 17px 'Open Sans',Arial,Helvetica,sans-serif;
  -webkit-transition: background-color .55s cubic-bezier(.77,0,.175,1),color .55s cubic-bezier(.77,0,.175,1);
  transition: background-color .55s cubic-bezier(.77,0,.175,1),color .55s cubic-bezier(.77,0,.175,1);
  text-decoration: none;
  letter-spacing: .5px;
  font-weight: 600;
  vertical-align: bottom;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  border-radius: 5px;
  display: inline-block;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 14px;
  background: #fff;
  border: solid 2px #2ece90;
  color: #2ece90;
  padding: 18px 48px;
}
.blog-pagination a:hover {
  background: #2ece90;
  color: #fff;
}
.blog-pagination svg {
  width: 7px;
}
.blog-pagination svg path {
  fill: #2ece90;
}
.cta-section {
  position: relative;
}

.cta-section .content-wrapper {
  max-width: 1310px !important;
}
.col-lg-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.partners-cta-box {
  display: block;
  border-radius: 10px;
  background: #2c3447;
  -webkit-box-shadow: 0 0 15px rgba(122,126,221,.57);
  box-shadow: 0 0 15px rgba(122,126,221,.57);
  color: #fff;
  text-decoration: none;
  padding: 70px 85px 70px 330px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 19px;
  max-width: inherit;
}
.partners-cta-box svg {
  width: 288px;
  height: auto;
  position: absolute;
  left: 0;
  top: -1px;
  bottom: auto;
}
.cta-section .partners-cta-box:hover {
  background: #13293c;
  -webkit-box-shadow: 0 0 30px rgba(122,126,221,.75);
  box-shadow: 0 0 30px rgba(122,126,221,.75);
}
.col-lg-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.partners-cta-box h3 {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  line-height: 1.2;
  margin-top: 8px;
  font-family: "Lato";
}
.partners-cta-box p:last-child {
  margin: 0;
}
.btn-vcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.partners-cta-box .button {
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  display: block;
  white-space: normal;
  padding: 18px 10px;
  text-align: center;
  text-decoration: none;
}
.partners-cta-box .button:hover {
  background-position: 100% 0;
  background-size: 200%;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
}
.partners-cta-box .button.btn-outline:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #0adea0;
}
.button, .btn, .btn:not(:disabled):not(.disabled):active {
  font-size: 14px;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: .5px;
  font-weight: 600;
}
.partners-cta-box .button.btn-outline {
  color: #fff;
  border: 1px solid #fff;
  background: 0 0;
  padding: 18px 10px;
}
.partners-cta-box .button+.button {
  margin-top: 15px;
}
.cta-section .st0 {
  opacity: .05;
  fill: #fff;
}
.cta-section .st1 {
  fill: #6a6ed0;
}
.cta-section .st2 {
  fill: #e2eaf4;
}
.cta-section .st3 {
  opacity: .819;
  fill: #fff;
  enable-background: new;
}
.cta-section .st4 {
  fill: #7a7edd;
}
.cta-section .st5 {
  opacity: .643;
  fill: #7a7edd;
  enable-background: new;
}
.cta-section .st6 {
  opacity: .8;
  fill: #fff;
  enable-background: new;
}
.cta-section .st7 {
  opacity: .492;
  fill: #7a7edd;
  enable-background: new;
}
.cta-section .st8 {
  fill: #5a5ec6;
}
.blog-details-section {
  max-width: 1144px;
  margin: 0 auto 80px;
  border-bottom: 0px solid #e2e6e8;
}
.letest-post-row {
  position: relative;
}
.hs_blog .letest-post-row {
  display: block;
}
.blog-detail .latest-post-info {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 46px;
  padding-top: 0;
}
.latest-post-info h1 {
  margin-bottom: 22px;
}
.post-user-img {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 13px;
}
.post-user-img img {
  width: 100%;
}
.blog-details-section .latest-post-img {
  position: relative;
  width: 100%;
  padding-top: 0%;
  border-radius: 8px;
  overflow: hidden;
}
.latest-post-img img {
  width: 100%;
}
.lastest-post-content {
  margin-top: 47px;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.post-content-bar_wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.post_sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.social-icon {
  text-align: center;
  margin-top: 60px;
}
.social-icon ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.social-icon li {
  text-align: center;
  margin: 0 15px;
  font-size: 15px  !important;
  line-height: 37px;
  display: inline-block;
}
.social-icon li a {
  width: 35px;
  height: 35px;
  background-color: #6b7a8c;
  border-radius: 50%;
  color: #fff !important;
  text-decoration: none;
  display: block;
}
.post-content-bar  .social-icon li a:hover{
  text-decoration:none;
}
.post-content-bar .icon-twitter:before {
  content: "\e919";
}
.post-content-bar .icon-facebook:before {
  content: "\e90f";
}
.post-content-bar .icon-linkedin-logo:before {
  content: "\e938";
}
.blog-tags {
  margin-top: 60px;
}
.blog-tags span {
  font-family: 'Sailec Medium';
  font-size: 14px;
  letter-spacing: .031em;
  text-transform: uppercase;
}
.blog-tags a {
  color: #5781da;
  margin-left: 5px;
  text-decoration: none;
  font-family: 'Sailec Medium';
  letter-spacing: 0.434px;
}
.founder-box {
  text-align: center;
  margin-bottom: 43px;
  margin-top: 14px;
}
.blog-tags a:hover {
  text-decoration: underline;
  color: #5781da;
}
.founder_img {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 14px;
}
.founder-box .founder-name {
  color: #18283b;
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 400;
  font-family: 'Sailec Medium';
  display: block;
  text-align: center;
}
.founder-box p {
  font-size: 16px;
  line-height: 1.5;
  color: #6b7a8c;
  margin: 0 0 20px;
  font-family: "Lato";
}
.founder-box p a {
  color: #4440db;
  font-size: 16px;
  line-height: 25px;
  font-family: "Lato";
  text-decoration: none;
}
.founder-box p a:hover {
  color: #4440db;
  text-decoration: underline;
}
.side-box-content {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.founder-box .founder-name a {
  color: #18283b;
  font-weight: 400;
  font-family: 'Sailec Medium';
  font-size: 20px;
  text-decoration: none;
}
.founder-box .founder-name a:hover {
  color: #18283b;
  text-decoration: underline;
}

.comment-date, .comment-from {
  display: block !important;
}
.related-post-row h2 {
  color: #18283b;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 35px;
  font-family: "Lato";
  margin-bottom: 35px;
}
.related_post-row .row {
  margin: 0 -20px;
}
.related-post-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 20px;
  margin-bottom: 80px;
}
.fix .blog_header .header_main {
  box-shadow: 0 0 10px rgba(0,0,0,.15);
  background: #fff;
  padding: 15px 0 9px;
}
.fix .blog_header .header__container {
  min-height: 51px;
}
.fix .blog_header .category_menu ul {
  position: relative;
  top: -4px;
}
.article-box:hover {
  box-shadow: 0 12px 18px rgba(0,0,0,.12);
}
.blog_footer .footer-sub__left p {
  font-family: "Lato";
  line-height: 2;
}
.blog_footer .footer-sub__left .hs-menu-wrapper ul li a {
  font-family: "Lato";
}
.blog_footer .footer-sub__left .hs-menu-wrapper ul li:not(:last-of-type) {
  margin-right: 33px;
}
.blog_footer .footer__nav .hs-menu-wrapper>ul>li>a {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: 'Open Sans',sans-serif;
}
.blog_footer .footer__nav .hs-menu-wrapper>ul>li>ul>li {
  line-height: 1.8;
}
.blog_footer .footer__nav .hs-menu-wrapper>ul>li>a, .blog_footer
.footer__nav .hs-menu-wrapper>ul>li>a:hover,
.blog_footer .footer__contact-info h5 {
  text-transform: uppercase;
}
.blog_footer .footer__nav .hs-menu-wrapper>ul>li>ul>li>a {
  font-family: "Lato";
}
.blog_footer .phone span {
  height: 22px;
  width: 22px;
  border-radius: 50px;
  box-shadow: 0 2px 4px rgba(165,170,177,.5);
  background: #fff;
  font-size: 10px;
  display: inline-block;
  line-height: 25px;
  text-align: center;
  margin-right: 13px;
  color: #0adea0;
}
.blog_footer .phone a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  font-family: "Lato";
}
.blog_footer .footer__info-section {
  max-width: 189px;
  margin-right: 78px;
  width: 100%;
}
.footer__main.blog_footer .footer__container {
  max-width: 1310px !important;
}
.category_menu ul li a#search_trigger {
  font-size: 12px;
}
.btn-search.in_mobile {
  display: none;
}
a.close-btn:hover {
  color: #2ece90;
}
a#search_trigger {
  text-decoration: none;
}
.related-post-box h5 a {
  color: #18283b;
  line-height: 1.44;
  margin-bottom: 6px;
  font-family: "Lato";
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: 600;
  text-decoration: none;
}
.related-post-box h5 a:hover {
  text-decoration: underline;
  color: #18283b;
}
.author-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 630px;
  margin-bottom: 100px;
}
.author_page_image {
  width: 56px;
  height: 56px;
  margin: 0 15px 0 0;
  border-radius: 50%;
  overflow: hidden;
}
.auther-info {
  width: calc(100% - 71px);
}
.auther-info h5 {
  color: #18283b;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
  font-family: "Lato";
  margin: 0 0 10px;
  font-weight: 600;
}
.auther-info p {
  font-size: 16px;
  line-height: 1.56;
  color: #6b7a8c;
  margin-bottom: 0;
  margin-top: 3px;
}
.auther-info p a {
  color: #4440db;
  text-decoration: none;
}
.auther-info p a:hover {
  color: #4440db;
  text-decoration: underline;
}
.blog-index.tags_on {
  padding-top: 0;
}
h1.blog-index__tag-heading {
  margin: 0;
  text-align: center;
  margin-bottom: 80px;
  font-family: "Lato";
  font-size: 35px;
  line-height: 1.3;
  font-weight: 600;
}
.social-icon li.twt:hover a {
  background: #00a4f9;
}
.social-icon li.fb:hover a {
  background: #3568b8;
}
.social-icon li.in:hover a {
  background: #0073a5;
}
.related-post-row {
  margin-top: 47px;
  margin-bottom: 60px;
  padding-top: 60px;
  border-top: 1px solid #e2e6e8;
}
.blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Categorías {
  display: none !important;
}
.post-content-bar p, .post-content-bar li {
  font-size: 17px;
}
.post-content-bar ul {
  margin-top: 0px;
  margin-bottom: 30px;
}
.post-content-bar p {
  font-weight: 400;
  letter-spacing: 0;
  font: 17px 'lato',Arial,Helvetica,sans-serif;
  color: #454a4f;
  line-height: 1.6;
  margin-bottom: 30px;
}
.post-content-bar *,
.post-content-bar ul li,
.post-content-bar ul li a{
  font-family: 'Lato';
}
.post-content-bar h2 {
  margin-bottom: 35px;
  margin-top: 40px;
}
.post-content-bar p img{
  height: auto !important;
}
.founder-box {
  text-align: center;
}
.partners-cta-box p:last-child {
  margin: 0;
  font-family: "Lato";
  font-size: 19px;
  line-height: 1.8;
}
.partners-cta-row {
  padding-bottom: 50px;
}
.latest-post-info h1 {
  font-size: 48px;
}
.related_post-row {
  max-width: 1144px;
  margin: 0 auto 80px;
  border-bottom: 1px solid #e2e6e8;
}
.hs-blog-post .hs_blog {
  padding: 30px 0 0;
}
.social-icon li:first-child {
  margin-left: 0;
}
.social-icon ul {
  position: relative;
  right: 20px;
}
.blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  top: -1px;
}

.post-content-bar p a,
.post-content-bar ul li a{
  color: #00d296;
  text-decoration: none;
}
.post-content-bar p a:hover,
.post-content-bar ul li a:hover{
  color: #00d296;
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .letest-post-row{
    display: flex;
  }
  .blog-details-section .latest-post-img {
    height: 100%;
  }
  .mobile_suscribete {
    display: none;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li {
    float: left;
    margin: -3px 0 0 30px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: 600;
    position: relative;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    margin-left: 0;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    text-decoration: none;
    padding: 0;
    display: block;
    color: #323748;
    position: relative;
    -moz-transition: all .4s;
    transition: all .4s;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: 600;
    font-size: 12px;
    font-family: "Lato";
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    line-height: 1.2;
    padding: 18px 32px;
    vertical-align: bottom;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    border-radius: 5px;
    background-size: 100% 100%;
    background-position: 0 100%;
    box-shadow: none;
    border: 0;
    letter-spacing: .5px;
    font-weight: 600;
    background-image: -moz-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: -webkit-gradient(linear,left bottom,right top,color-stop(0%,rgba(10,222,160,1)),color-stop(50%,rgba(10,222,160,1)),color-stop(100%,rgba(58,201,139,1)));
    background-image: -webkit-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: -o-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: -ms-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    box-shadow: 0 10px 37px -15px rgba(62,90,72,.52);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:first-child {
    line-height: 1.8;
    text-transform: uppercase;
    margin-right: 44px;
    font-size: 14px;
    letter-spacing: .05em;
    position: relative;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:first-child>a {
    color: #323748;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.8;
    font-family: "Lato";
    padding: 0;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover {
    color: #2ece90;
  }
  .blog_header .header_menu {
    margin-left: 7px;
  }

  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Producto>.sub-menu {
    min-width: 614px;
    margin-left: -300px;
    top: calc(100% + 14px);
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu ul li a {
    line-height: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Sailec Medium';
    font-size: 12px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu ul li a p {
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #dae0e2;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Producto>.sub-menu>ul>li:last-child {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    margin-left: .5rem;
  }
}

@media (max-width: 1400px) {
  .latest-post-info h1 {
    font-size: 42px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    top: 0px;
  }
}


@media (max-width: 1200px) {
  .article-box {
    padding: 26px 40px 35px 115px;
  }
  .article-icon {
    max-width: 60px;
    left: 30px;
    top: 35px;
  }
  .blog-index__post {
    padding: 0 10px;
    margin-bottom: 60px;
  }
  .partners-cta-box svg {
    left: -40px;
  }
  .partners-cta-box .button {
    max-width: 210px;
  }
  .latest-post-info h1 {
    font-size: 36px;
  }
  h1.blog-index__tag-heading {
    font-size: 36px;
  }
}

@media (max-width: 1199px) {
  .blog_header .header__logo img {
    max-width: 150px;
  }
  .mobile_suscribete {
    color: #323748;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.8;
    font-family: "Lato";
    margin-left: 20px;
  }
  .mobile_suscribete:hover {
    color: #2ece90;
    text-decoration: none;
  }
  .blog_header .header_main {
    padding: 19px 0 22px;
  }
  .category_menu {
    margin-top: 8px;
    padding-top: 10px;
  }
  .blog_header .custom-menu-primary, .blog_header .right_menu {
    max-width: 100% !important;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 30px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    color: #323748;
    position: relative;
    -moz-transition: all .4s;
    transition: all .4s;
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: "Lato";
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu>ul>li>a,
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Producto>.sub-menu>ul>li:last-child>a{
    letter-spacing: 1px;
    color: #2a4d76;
    font-family: 'Sailec Medium';
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu>ul>li>a>p {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0;
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
    font-size: 12px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu>ul>li {
    max-width: 294px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Producto>.sub-menu>ul>li:last-child {
    display: none;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Producto>.sub-menu>ul>li:last-child>a:after {
    display: none;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    font-size: 14px;
    line-height: 20px;
    padding: 30px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
  }

  .hs-blog-post, .hs-blog-listing {
    font-size: 19px !important;
  }
  .blog_header .header_menu {
    top: 100px;
    padding-bottom: 50px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Producto>.sub-menu>ul>li>a:after {
    top: 39px;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:first-child {
    display: none;
  }
  .fix .blog_header .header_main{
    position: fixed;
    top: 0;
  }
  .fix .blog_header .header__container {
    min-height: 1px;
  }
  .fix .category_menu {
    margin-top: 2px;
    padding-top: 15px;
    padding-bottom: 2px;
  }
  .fix .blog_header .header_menu {
    top: 89px;
  }
  .blog_footer .footer_top {
    padding-bottom: 0;
  }
  .blog_footer .footer__info-section {
    max-width: none;
    width: 25%;
  }
  .blog_footer .footer-sub__right .btn-store img {
    max-width: 100%;
  }
  .blog_footer .footer-sub__left .hs-menu-wrapper ul li:not(:last-of-type) {
    margin-right: 17px;
  }
  .blog_footer .footer-sub__left .hs-menu-wrapper ul {
    margin-right: 50px;
  }
  .feature-row-section {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .blog-index {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .recent_posts {
    padding-bottom: 60px;
  }
  .col-md-6 {
    padding: 0 10px;
  }
  .feature-article-section .row,
  .post-row .row{
    margin: 0 -10px;
  }
  .partners-cta-box {
    padding: 70px 45px 70px 190px;
    font-size: 17px;
  }
  .hs-blog-post .hs_blog {
    padding: 58px 0 0;
  }
  .post-content-bar p {
    font-size: 18px;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    margin: 20px;
    padding: 17px 33px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    -moz-transition: all .4s;
    transition: all .4s;
    letter-spacing: .5px;
    font-weight: 600;
    background-image: -moz-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: -webkit-gradient(linear,left bottom,right top,color-stop(0%,rgba(10,222,160,1)),color-stop(50%,rgba(10,222,160,1)),color-stop(100%,rgba(58,201,139,1)));
    background-image: -webkit-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: -o-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: -ms-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:last-child>a:hover {
    box-shadow: 0 10px 37px -15px rgba(62,90,72,.52);
  }
  .blog-pagination {
    padding-bottom: 60px;
  }
}


@media (max-width: 1023px) {
  .article-box {
    padding: 26px 25px 35px 95px;
  }
  .latest-post-info h4 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .post-content a {
    font-size: 13px;
  }
  .article-box {
    padding: 26px 25px 35px 95px;
  }
  .article-icon {
    left: 19px;
    top: 32px;
  }
  .article-box h4 {
    font-size: 23px;
  }
  .article-box li {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .title-box {
    margin-bottom: 35px;
  }
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog-pagination a {
    padding: 15px 32px;
  }
  .partners-cta-box svg {
    display: none;
  }
  .partners-cta-box {
    padding: 45px;
    font-size: 16px;
  }
  .partners-cta-box p:last-child {
    margin-bottom: 20px;
  }
  .partners-cta-box .button {
    margin: 0 20px 0 0;
  }
  .partners-cta-box h3 {
    font-size: 30px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu>ul>li {
    max-width: 254px;
  }
  .category_menu {
    display: none;
  }
  .header_height.blog_header {
    min-height: 94px;
  }
  .blog_header .header_main {
    padding: 17px 0 15px;
  }
  .latest-post-info h1 {
    font-size: 32px;
    margin-bottom: 18px;
  }
  .btn-search.in_mobile {
    display: block;
    margin-right: 5px;
  }
  .btn-search.in_mobile a {
    color: #18283b;
    text-decoration: none;
    font-size: 18px;
  }
  .category_menu_wrapper {
    display: none;
  }
  a#search_trigger {
    font-size: 17px;
  }
  .search-box .close-btn {
    color: #323748;
  }
  .search-box .close-btn:hover {
    color: #00d296;
  }
  .btn-search.in_mobile {
    position: relative;
    top: 1px;
    right: 1px;
  }
  .blog_header .header_menu {
    top: 50px !important;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu {
    max-width: 600px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Categorías {
    display: block !important;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper > ul > li.Categorías>.sub-menu {
    max-width: 600px;
    padding-right: 100px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper > ul > li.Categorías>.sub-menu>ul>li>a {
    text-decoration: none;
    color: #2a4d76;
    position: relative;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    display: block;
    padding: 20px 0 20px 47px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper > ul > li.Categorías>.sub-menu>ul>li>a:after {
    content: "\e907";
    font-family: 'icomoon-3';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    font-size: 7px;
    vertical-align: middle;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .blog_header .header_menu {
    padding-bottom: 0px;
  }
  .fix .blog_header .header_main {
    padding: 12px 0 12px;
  }
  .founder-box {
    margin-bottom: 35px;
  }
  .hs_blog {
    padding: 25px 0 0;
  }
  .blog-tags {
    margin-top: 40px;
  }
  .feature-row-section,
  .blog-index {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .recent_posts {
    padding-bottom: 50px;
  }
  .partners-cta-box .button+.button {
    margin-top: 0;
  }
  .partners-cta-box p:last-child {
    font-size: 16px;
  }
  .post-content-bar p {
    font-size: 16px;
  }
  .hs-blog-post .hs_blog {
    padding: 39px 0 0;
  }
  .blog-detail .latest-post-info {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .col-lg-8,
  .btn-vcenter{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .partners-cta-box .button+.button {
    margin-top: 0;
  }
  .related-post-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .recent_posts {
    padding-bottom: 50px;
  }
  .post-tags a {
    font-size: 13px;
  }
  .auther-info p {
    font-size: 15px;
  }
  .latest-post-info {
    width: 90%;
    padding: 25px 25px 0 0;
  }
  .header_height.blog_header {
    min-height: 83px;
  }
  .partners-cta-row {
    padding-bottom: 30px;
  }
  .hs-blog-post .hs_blog {
    padding: 50px 0 0;
  }
}



@media (max-width: 767px) {
  h1.blog-index__tag-heading {
    font-size: 32px;
  }
  .related-post-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .feature-article-section .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .feature-row-section {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .col-md-6 {
    padding: 0 10px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .article-box {
    padding-left: 111px;
  }
  .blog-index__post {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 50px;
  }
  .latest-post-info h4 {
    font-size: 12px;
  }
  .latest-post-info {
    position: relative;
    width: 100%;
    border-radius: 0;
    padding: 20px 0 0;
  }
  .article-icon {
    max-width: 65px;
    left: 24px;
  }
  .partners-cta-box h3 {
    font-size: 26px;
  }
  .partners-cta-box {
    padding: 34px;
  }
  .latest-post-info h1 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .post-content-bar_wrapper,
  .post_sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
  }
  .post-space .row {
    display: block;
  }
  a#search_trigger {
    font-size: 16px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 20px 30px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    position: relative;
    padding: 20px 30px;
    font-size: 12px;
    line-height: 23px;
    padding-right: 50px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu {
    max-width: 100%;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu>ul>li {
    max-width: 100%;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Producto>.sub-menu>ul>li>a:after {
    top: 23px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #2ece90;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Categorías>.sub-menu {
    max-width: 100%;
    padding-right: 30px;
  }
  .blog_header .custom-menu-primary .hs-menu-wrapper>ul>li.Categorías>.sub-menu>ul>li>a {
    padding-left: 38px;
  }
  .blog_footer .footer-sub__left {
    display: block;
  }
  .blog_footer .footer-sub__left p {
    margin-top: 4px;
    margin-bottom: 0;
  }
  .blog_footer .footer-sub__right .btn-store img {
    border-radius: 0;
  }
  .blog_footer .footer__info-section {
    width: 100%;
  }
  .founder-box {
    margin-bottom: 30px;
  }
  .recent_posts .latest-post-info h4 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .post-content a {
    font-size: 12px;
  }
  .recent_posts {
    padding-bottom: 35px;
  }
  .article-box p {
    font-size: 15px;
  }
  .blog-index {
    padding-bottom: 0;
    padding-top: 35px;
  }
  .post-content p {
    font-size: 12px;
  }
  .related-post-row h2 {
    margin-bottom: 25px;
    font-size: 32px;
  }
  .social li:not(:last-of-type) {
    margin-right: 13px;
  }
  .lastest-post-content {
    margin-top: 20px;
    margin-bottom: 50px;
    padding-bottom:0;
  }
  .related_post-row {
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    margin: 15px;
  }

  .blog-pagination {
    padding-bottom: 35px;
  }
  .related-post-row {
    padding-top: 50px;
  }
}


@media (max-width: 575px) {
  .partners-cta-box h3 {
    font-size: 24px;
  }
  .partners-cta-box {
    padding: 30px;
  }
  .partners-cta-box .button+.button {
    margin-top: 10px;
  }
  .blog-index__post {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .title-box h2 {
    font-size: 28px;
  }
  .latest-post-info h1 {
    font-size: 28px;
  }
  .post-content-bar p img {
    width: 100% !important;
    margin: 0 !important;
  }
  .mobile_suscribete {
    font-size: 0;
    padding: 0;
    display: block;
    border-radius: 3px;
    line-height: 1.2;
    color: #fff;
    background-image: -moz-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: -webkit-gradient(linear,left bottom,right top,color-stop(0%,rgba(10,222,160,1)),color-stop(50%,rgba(10,222,160,1)),color-stop(100%,rgba(58,201,139,1)));
    background-image: -webkit-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: -o-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: -ms-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
  }
  .mobile_suscribete i {
    display: block;
    font-size: 20px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-family: 'icomoon-3' !important;
  }
  .icon-email:before {
    content: "\e905";
  }
  .founder-box {
    margin-bottom: 20px;
  }
  .blog-pagination a {
    padding: 11px 22px;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .partners-cta-box .button {
    margin: 0;
  }
  .hs-blog-post .letest-post-row .latest-post-info h1 {
    font-size: 24px;
  }
  .post-content-bar p {
    font-size: 15px;
  }
  .blog-tags {
    margin-top: 30px;
  }
  .founder-box .founder-name {
    font-size: 18px;
  }
  .founder-box p {
    font-size: 15px;
  }
  .related-post-row h2 {
    font-size: 28px;
  }
  h1.blog-index__tag-heading {
    font-size: 28px;
    margin-bottom: 35px;
  }
  .auther-info p {
    font-size: 14px;
  }
  .header_height.blog_header {
    min-height: 70px;
  }
  .related-post-row {
    padding-top: 30px;
    margin-top: 40px;
  }

}


@media (max-width: 479px) {
  .post-user {
    padding-right: 0;
    border: 0;
    margin-bottom: 10px;
  }
  .post-content {
    width: 100%;
    padding: 0;
  }
  .post-info-block {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mobile_suscribete {
    margin-left: 14px;
  }
  .btn-search.in_mobile {
    margin-right: 1px;
  }
  .article-icon {
    max-width: 65px;
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 15px;
    display: block;
  }
  .article-box {
    padding-left: 25px;
  }
  .post-box h2 {
    font-size: 20px;
  }
  .social-icon li {
    line-height: 32px;
    font-size: 13px;
    margin: 0 5px;
  }
  .hs-blog-listing .hs_blog {
    padding: 0;
  }
  .user-info h6 {
    margin-bottom: 2px;
  }
  .social-icon li a {
    width: 30px;
    height: 30px;
  }
  .blog-tags {
    margin-top: 25px;
  }
  .related-post-box h5 a {
    font-size: 20px;
  }
  .blog_footer .footer-sub__left .hs-menu-wrapper ul li {
    line-height: 24px;
  }
  .hs-blog-listing .hs_blog {
    padding: 0;
    padding-top: 27px;
  }
}
@media (max-width: 400px) {
  .hs-blog-listing .header__burger,
  .hs-blog-post .header__burger{
    padding: 1.2rem 0 1.2rem 0.2rem;
  }
}
@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-arrow-down: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-logo: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";
}
/* ******************************************************************************
*********************************************************************************
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:20rem 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;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.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 headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.fix .blog_header .header_main {
  box-shadow: 0 0 10px rgba(0,0,0,.15);
  background: #fff;
  padding: 15px 0 9px;
}
.fix .blog_header .header__container {
  min-height: 51px;
}
.fix .blog_header .category_menu ul {
  position: relative;
  top: -4px;
}
.blog_header .custom-menu-primary .navigation-primary>ul>li.hs-item-has-children>a:after {
  top: -1px;
}

.search-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  widows: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-align-content: center;
  align-content: center;
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
  z-index: 111;
  -moz-transition: .45s all;
  transition: .45s all;
}

.search-active .search-box {
  -moz-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.search-box .close-btn {
  position: absolute;
  right: 52px;
  top: 57px;
  font-size: 34px;
  color: #c1c3c8;
  text-decoration: none;
  -moz-transition: all .4s;
  transition: all .4s;
}
.search-box .close-btn .icon-close {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-box .close-btn .icon-close:before {
  content: "\e908";
}
.search-box .search-row {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition-delay: .6s;
  padding: 0 30px;
  -moz-transition: .45s all;
  transition: .45s all;
}
.search-active .search-box .search-row {
  opacity: 1;
  visibility: visible;
}
.search-box .search-row form.search-form {
  max-width: 100%;
}
.search-row form {
  position: relative;
}
.search-row .hs-search-field__input {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #b7bfc8;
  font-size: 20px;
  height: 65px;
  background: #fff;
  padding: 20px 20px 10px;
  line-height: 1.55;
  color: #3d454e;
  width: 100%;
  letter-spacing: .44px;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-weight: 600;
  -moz-transition: border-color .2s ease-in;
  -webkit-transition: border-color .2s ease-in;
  transition: border-color .2s ease-in;
  outline-offset: -2px;
  padding-left: 50px;
}
.search-row form:before {
  content: "\e903";
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 26px;
  font-family: 'icomoon-3' !important;
  font-style: normal;
  font-weight: 400;
  color: #323748;
  line-height: 1;
}
.search-row form button {
  display: none;
}
body.search-active {
  overflow: hidden;
}
.search-row .hs-search-field__input:focus {
  border: 0;
  border-bottom: solid 2px #2ece90;
  outline: none;
}

.search-row .hs-search-field__input::-webkit-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
  color: #3d454e;
}
.search-row .hs-search-field__input::-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
  color: #3d454e;
}
.search-row .hs-search-field__input:-ms-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
  color: #3d454e;
}
.search-row .hs-search-field__input:-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
  color: #3d454e;
}
.subscribe-box {
  position: absolute;
  left: 50%;
  width: 360px;
  background: #18283b;
  top: calc(100% + 80px);
  -moz-transform: translateX(-153%);
  transform: translateX(-153%);
  padding: 30px;
  color: #fff;
  border-radius: 6px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  -moz-transition: .35s all;
  transition: .35s all;
  z-index: 9;
}
.pop-active .subscribe-box {
  top: calc(100% + 20px);
  opacity: 1;
  visibility: visible;
}
.subscribe-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  margin: auto;
  height: 22px;
  width: 22px;
  border-radius: 2px;
  background: #13293d;
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.newsletter-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 0 5px 0 0;
  text-decoration: none;
  font-size: 12px;
}
a.newsletter-close i.icon-close:before {
  content: "\e908";
}
.subscribe-box .subscribe-title {
  text-align: center;
  margin-bottom: 20px;
}
.subscribe-box .subscribe-title h6 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: 0.36px;
  font-family: "Lato";
  line-height: 23.4px;
  font-weight: 600;
}
.subscribe-box .subscribe-title p {
  font-size: 12px;
  color: #a1a9b1;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: "Lato";
}
.subscribe-form-box h3.form-title {
  display: none;
}
.subscribe-form-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subscribe-form-box form > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  margin: 0;
  width: 100%;
  min-height: 1px;
}
.subscribe-form-box form > .hs_check > label {
  display: none;
}
.subscribe-form-box form .input {
  padding: 0 0 0;
  position: relative;
}
.subscribe-form-box form > .hs_check li.hs-form-checkbox {
  padding: 0 0 10px;
  position: relative;
}
.subscribe-form-box form > .hs_check li.hs-form-checkbox label {
  margin: 0;
}
.subscribe-form-box form > .hs_check li.hs-form-checkbox:after,
.subscribe-form-box form > .hs_check li.hs-form-checkbox:before {
  content: "";
  display: block;
  clear: both;
}
.subscribe-form-box form > .hs_check li.hs-form-checkbox label {
  margin: 0;
  position: relative;
  float: left;
  margin-right: 20px;
  letter-spacing: .47px;
}
.subscribe-form-box form > .hs_check li.hs-form-checkbox label span {
  padding: 0;
  padding-left: 32px;
  line-height: 1.1;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-family: "Lato";
  margin-bottom: 8px;
  display: inline-block;
}
.subscribe-form-box form > .hs_check li.hs-form-checkbox label input {
  width: 18px;
  height: 18px;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 9999;
  cursor: pointer;
  position: absolute;
  vertical-align: top;
  background: #fff;
  font-family: "Lato";
}
.subscribe-form-box form .hs_email > label {
  position: absolute;
  top: 20px;
  left: 35px;
  color: #b6c5d9;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  -moz-transition: .4s all;
  transition: .4s all;
  z-index: 9;
  font-family: "Lato";
}
.subscribe-form-box form .hs_email > label span.hs-form-required {
  display: none;
}
.subscribe-form-box form .hs_check {
  margin-bottom: 9px;
}
.subscribe-form-box form .hs_email input {
  color: #3d454e;
  width: 100%;
  letter-spacing: .44px;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-weight: 600;
  -moz-transition: border-color .2s ease-in;
  -webkit-transition: border-color .2s ease-in;
  transition: border-color .2s ease-in;
  font-size: 14px;
  background: #fff;
  padding: 20px 20px 10px;
  height: 54px;
  line-height: 1.55;
  border-radius: 5px;
}
.subscribe-form-box form.email-active .hs_email > label {
  top: 8px;
  font-size: 12px;
}
.subscribe-form-box form .hs_policy span {
  display: none;
}
.subscribe-form-box form .hs_policy input {
  width: 18px;
  height: 18px;
  margin: 0;
  background: no-repeat;
  border: 0;
  float: left;
}
.inputs-list>li.hs-form-booleancheckbox p {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .47px;
  position: relative;
  left: 6px;
}
.subscribe-form-box form .hs_policy p a {
  color: #3ac98b;
  text-decoration: underline;
  font-family: "Lato";
}
.subscribe-form-box form .hs_submit {
  margin-top: 30px;
  padding: 0;
}
.subscribe-form-box form .hs_submit input.hs-button.primary.large {
  width: 100%;
  text-align: center;
  overflow: visible;
  padding: 18px 32px;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: .5px;
  font-size: 14px;
  line-height: 1;
  font-family: "Sailec Medium";
  border-radius: 5px;
  text-transform: uppercase;
  background-size: 100% 100%;
  background-position: 0 100%;
  background-image: -moz-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
  background-image: -webkit-gradient(linear,left bottom,right top,color-stop(0%,rgba(10,222,160,1)),color-stop(50%,rgba(10,222,160,1)),color-stop(100%,rgba(58,201,139,1)));
  background-image: -webkit-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
  background-image: -o-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
  background-image: -ms-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
  background-image: linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
  color: #fff;
  border: 0;
  cursor: pointer;
}
.hs_policy.hs-policy.hs-fieldtype-booleancheckbox.field.hs-form-field li.hs-form-booleancheckbox span {
  font-size: 0;
  float: left;
  padding: 0 0 0 20px;
}
.header__container {
  position: relative;
}

.subscribe-form-box form>.hs_check li.hs-form-checkbox label input {
  display: none;
}
.subscribe-form-box .hs-input[type="checkbox"]+span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  cursor: pointer;
  line-height: 20px;
}
.subscribe-form-box .hs-input[type="checkbox"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  background: #FFF;
  border: 1px solid #37697a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.hs_policy.hs-policy.hs-fieldtype-booleancheckbox.field.hs-form-field li.hs-form-booleancheckbox {
  padding-top: 3px;
}
.subscribe-form-box .hs-input[type="checkbox"] + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #37697a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #3ac98b;
  background: #3ac98b;
}

.subscribe-form-box .hs-input[type="checkbox"]+span:after {
  content: "";
  transition: all .2s;
  position: absolute;
  content: '\e906';
  font-family: 'icomoon';
  font-size: 9px;
  left: 4px;
  top: 6px;
  color: #fff;
  line-height: 1.1;
}
.subscribe-form-box .hs-input[type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}
.subscribe-form-box li.hs-form-booleancheckbox label .hs-input[type="checkbox"] {
  display: none;
}
.blog_header .header__container {
  max-width: 1310px !important;
  padding-right: 30px;
  padding-left: 30px;
}
.blog_header .header__logo img {
  width: 133.92px !important;
  vertical-align: middle;
}
.subscribe-form-box form>div.hs_policy.hs-policy.hs-fieldtype-booleancheckbox label {
  color: #fff;
}
.hs_policy.hs-policy.hs-fieldtype-booleancheckbox.field.hs-form-field li.hs-form-booleancheckbox span {
  font-size: 12px;
  line-height: 1.4;
  padding-left: 32px;
}

@media (min-width: 1200px) {
  .mobile_suscribete {
    display: none;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li {
    float: left;
    margin: -3px 0 0 30px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: 600;
    position: relative;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li:first-child {
    margin-left: 0;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li>a {
    text-decoration: none;
    padding: 0;
    display: block;
    color: #323748;
    position: relative;
    -moz-transition: all .4s;
    transition: all .4s;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: 600;
    font-size: 12px;
    font-family: "Lato";
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff !important;
    display: inline-block;
    line-height: 1.2;
    padding: 18px 32px;
    vertical-align: bottom;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    border-radius: 5px;
    background-size: 100% 100%;
    background-position: 0 100%;
    box-shadow: none;
    border: 0;
    letter-spacing: .5px;
    font-weight: 600;
    background-image: -moz-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: -webkit-gradient(linear,left bottom,right top,color-stop(0%,rgba(10,222,160,1)),color-stop(50%,rgba(10,222,160,1)),color-stop(100%,rgba(58,201,139,1)));
    background-image: -webkit-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: -o-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: -ms-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    box-shadow: 0 10px 37px -15px rgba(62,90,72,.52);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    box-shadow: 0 10px 37px -15px rgba(62,90,72,.52);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:last-child>a:hover {
    background-position: 100% 0;
    background-size: 200%;
    color: #fff;
    text-decoration: none;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:first-child {
    line-height: 1.8;
    text-transform: uppercase;
    margin-right: 44px;
    font-size: 14px;
    letter-spacing: .05em;
    position: relative;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:first-child>a {
    color: #323748;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.8;
    font-family: "Lato";
    padding: 0;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:first-child>a:hover {
    color: #2ece90;
  }
  .blog_header .header_menu {
    margin-left: 7px;
  }

  .blog_header .custom-menu-primary .navigation-primary>ul>li.Producto>.sub-menu {
    min-width: 614px;
    margin-left: -300px;
    top: calc(100% + 14px);
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li>.sub-menu ul li a {
    line-height: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Sailec Medium';
    font-size: 12px;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li>.sub-menu ul li a p {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #dae0e2;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.Producto>.sub-menu>ul>li:last-child {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.hs-item-has-children>a:after {
    margin-left: .5rem;
  }
  .subscribe-box {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .subscribe-form-box form>.hs_check li.hs-form-checkbox label span {
    font-size: 14px;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.has-submenu>a {
    padding-right: 15px;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.has-submenu>a:after {
    content: "\e907";
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 5px;
    font-family: 'icomoon-3';
  }
}

@media (max-width: 1400px) {
  .latest-post-info h1 {
    font-size: 42px;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.hs-item-has-children>a:after {
    top: 0px;
  }
}

@media (max-width: 1199px) {
  .blog_header .header__logo img {
    width: 150px !important;
  }
  .blog_header .header_main {
    padding: 19px 0 22px;
  }
  .blog_header .custom-menu-primary, .blog_header .right_menu {
    max-width: 100% !important;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li>a {
    padding: 30px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    color: #323748;
    position: relative;
    -moz-transition: all .4s;
    transition: all .4s;
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: "Lato";
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li>.sub-menu>ul>li>a,
  .blog_header .custom-menu-primary .navigation-primary>ul>li.Producto>.sub-menu>ul>li:last-child>a{
    letter-spacing: 1px;
    color: #2a4d76;
    font-family: 'Sailec Medium';
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li>.sub-menu>ul>li>a>p {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li>.sub-menu>ul>li {
    max-width: 294px;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.Producto>.sub-menu>ul>li:last-child {
    display: none;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.Producto>.sub-menu>ul>li:last-child>a:after {
    display: none;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.hs-item-has-children>a {
    font-size: 14px;
    line-height: 20px;
    padding: 30px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
  }

  .blog_header .header_menu {
    top: 100px;
    padding-bottom: 50px;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.Producto>.sub-menu>ul>li>a:after {
    top: 39px;
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:first-child {
    display: none;
  }
  .fix .blog_header .header_main{
    position: fixed;
    top: 0;
  }
  .fix .blog_header .header__container {
    min-height: 1px;
  }
  .fix .blog_header .header_menu {
    top: 89px;
  }

  .blog_header .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    margin: 20px;
    padding: 17px 33px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    -moz-transition: all .4s;
    transition: all .4s;
    letter-spacing: .5px;
    font-weight: 600;
    background-image: -moz-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: -webkit-gradient(linear,left bottom,right top,color-stop(0%,rgba(10,222,160,1)),color-stop(50%,rgba(10,222,160,1)),color-stop(100%,rgba(58,201,139,1)));
    background-image: -webkit-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: -o-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: -ms-linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
    background-image: linear-gradient(225deg,rgba(58,201,139,1) 0%,rgba(10,222,160,1) 50%,rgba(10,222,160,1) 100%);
  }
  .blog_header .right_menu .hs-menu-wrapper>ul>li:last-child>a:hover {
    box-shadow: 0 10px 37px -15px rgba(62,90,72,.52);
  }
  .blog_header  .submenu.level-2 .menu-item .menu-link:after {
    top: 50%;
    margin-top: -10px;
  }
}
@media (max-width: 1199px) and (min-width:768px) {
  .blog_header .custom-menu-primary .navigation-primary>ul>li.has-submenu>a {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Lato';
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 1023px) {
  .blog_header .custom-menu-primary .navigation-primary>ul>li>.sub-menu>ul>li {
    max-width: 254px;
  }
  .header_height.blog_header {
    min-height: 94px;
  }
  .blog_header .header_main {
    padding: 17px 0 15px;
  }
  .blog_header .header_menu {
    top: 50px !important;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li>.sub-menu {
    max-width: 600px;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.Categorías {
    display: block !important;
  }
  .blog_header .custom-menu-primary .navigation-primary > ul > li.Categorías>.sub-menu {
    max-width: 600px;
    padding-right: 100px;
  }
  .blog_header .custom-menu-primary .navigation-primary > ul > li.Categorías>.sub-menu>ul>li>a {
    text-decoration: none;
    color: #2a4d76;
    position: relative;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    display: block;
    padding: 20px 0 20px 47px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
  }
  .blog_header .custom-menu-primary .navigation-primary > ul > li.Categorías>.sub-menu>ul>li>a:after {
    content: "\e907";
    font-family: 'icomoon-3';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    font-size: 7px;
    vertical-align: middle;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .blog_header .header_menu {
    padding-bottom: 0px;
  }
  .fix .blog_header .header_main {
    padding: 12px 0 12px;
  }
  .subscribe-form-box form>.hs_check li.hs-form-checkbox label span {
    font-size: 13px;
    margin-bottom: 6px;
  }
}

.blog_mobile_menu{
  display:none !important;;
}
@media (max-width: 991px) {
  .blog_desktop_menu{
    display:none !important;;
  }
  .blog_mobile_menu{
    display:block !important;;
  }
}

@media (max-width: 767px) {
  .blog_header .custom-menu-primary .navigation-primary>ul>li>a {
    padding: 20px 30px;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.hs-item-has-children>a {
    position: relative;
    padding: 20px 30px;
    font-size: 12px;
    line-height: 23px;
    padding-right: 50px;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li>.sub-menu {
    max-width: 100%;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li>.sub-menu>ul>li {
    max-width: 100%;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.Producto>.sub-menu>ul>li>a:after {
    top: 23px;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li>a:hover {
    color: #2ece90;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.Categorías>.sub-menu {
    max-width: 100%;
    padding-right: 30px;
  }
  .blog_header .custom-menu-primary .navigation-primary>ul>li.Categorías>.sub-menu>ul>li>a {
    padding-left: 38px;
  }
  .search-box .close-btn {
    right: 40px;
    top: 47px;
    font-size: 29px;
  }
  .search-row form:before {
    font-size: 20px;
    top: 17px;
  }
  .search-row .hs-search-field__input {
    padding-left: 40px;
    height: 55px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .header_height.blog_header {
    min-height: 70px;
  }
  .subscribe-box {
    width: calc(100% - 40px);
    left: 20px;
    right: 0;
    padding: 30px 20px 20px;
    -moz-transform: translateX(-0%);
    transform: translateX(0%);
  }
  .subscribe-box:before {
    display: none;
  }
  .subscribe-form-box form {
    margin: 0;
  }
  .subscribe-form-box form .hs_submit,
  .subscribe-form-box form>div{
    padding: 0;
  }
  .subscribe-form-box form .hs_email input {
    padding: 15px 15px 6px;
    height: 44px;
  }
  .subscribe-form-box form .hs_email>label {
    top: 15px;
    left: 15px;
  }
  .subscribe-form-box form .hs_submit {
    margin-top: 18px;
  }
  .pop-active .subscribe-box {
    top: 56px;
  }
}

@media (max-width: 479px) {
  .blog_footer .footer-sub__left .hs-menu-wrapper ul li {
    line-height: 24px;
  }
  .search-box .close-btn {
    right: 30px;
    top: 34px;
    font-size: 22px;
  }
  .search-row form:before {
    font-size: 17px;
    top: 16px;
  }
  .search-row .hs-search-field__input {
    padding-left: 33px;
    height: 50px;
    font-size: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
@media (max-width: 1400px) {
  .latest-post-info h1 {
    font-size: 42px;
  }
}
@media (max-width: 479px) {  
  .blog_footer .footer-sub__left .hs-menu-wrapper ul li {
    line-height: 24px;
  }
}
/* Missing Template at Path: \'Anfix_Prepro\/css\/_quienes.css\' */
/*** Anfix January 2021***/
/* ******************************************************************************
*********************************************************************************
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 {
  color: #fff;
}
.background-darkGreenAnfix p {
  color: #d6d6d6;
}
.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;
  }
}

 /*Pricing Page*/
main.hs_precios_page {
  overflow: unset;
}
@media (max-width: 767.98px) {
  main.hs_precios_page {
    overflow: hidden;
  }
}

/* Caracteristicas Page */
main.anfix-caracteristicas-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 {
  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 {
    max-width: 888.91603053324px;
  }
}
@media (max-width: 767.98px){
  .anfix-caracteristicas-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'); }
.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 {
  content: url('https://6097063.fs1.hubspotusercontent-na1.net/hubfs/6097063/Anfix_January2021/images/white-arrow-right.svg');
  margin-left: 9px;
}

.cta-black-arrow: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%);
}


/* 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;
}
/*Cookie Message*/
#hs-eu-decline-button {
  display: none !important;
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  border: 1px solid #f9f9f9 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background: #fdfdfd !important;
  border-radius: 10px !important;
}

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