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









































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

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

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

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

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.dnd-section {
  padding: 0 19%;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section &gt; .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

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

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

@media (max-width: 767px) {
.dnd-section .widget-type-cell {
  padding-left: 0px;
  padding-right: 0px;
}
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/fa-brands-400.eot") format("embedded-opentype"), 
  url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/fa-brands-400.woff2") format("woff2"), 
  url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/fa-brands-400.woff") format("woff"),
   url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/fa-regular-400.eot") format("embedded-opentype"),
   url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/fa-regular-400.woff2") format("woff2"),
    url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/fa-regular-400.woff") format("woff"),
    url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/fa-regular-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/fa-solid-900.eot") format("embedded-opentype"), 
  url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/fa-solid-900.woff2") format("woff2"), 
  url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/fa-solid-900.woff") format("woff"),
   url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "mfn-icons";
  src: url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/mfn-icons.eot") format("embedded-opentype"), 
  url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/mfn-icons.woff") format("woff"),
   url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/mfn-icons.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "proxima-nova-bold";
  src: url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/ProximaNova-Bold.ttf") format("truetype"),
  url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/ProximaNova-Bold.woff2") format("woff2"),
  url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/ProximaNova-Bold.woff") format("woff"),
  url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/ProximaNova-Bold.eot") format("embedded-opentype"); 
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "proxima-nova-regular";
  src: url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/ProximaNova-Regular.ttf") format("truetype"),
  url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/ProximaNova-Regular.woff2") format("woff2"),
  url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/ProximaNova-Regular.woff") format("woff"),
  url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/ProximaNova-Regular.eot") format("embedded-opentype"); 
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "proxima-nova-semibold";
  src: url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/ProximaNova-Semibold.ttf") format("truetype"),
  url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/ProximaNova-Semibold.woff2") format("woff2"),
  url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/ProximaNova-Semibold.woff") format("woff"),
  url("//hola.firmaautografa.com/hubfs/FAD_April2020/fonts/ProximaNova-Semibold.eot") format("embedded-opentype");
  font-style: normal;
  font-weight: normal;
}

body {
  font-family: proxima-nova-regular, serif;
  font-size: 16px;
  color: #212529;
  /*line-height: 1.5;*/
  background-color: #fff;
  -webkit-font-smoothing: antialiased; 
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: proxima-nova-regular, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul, ol {

}

ul li,
ol li {
  
}

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

blockquote {
    font-size: 17px;
    line-height: 31px;
    display: block;
    height: auto;
    margin: 0 0 35px 25px;
    top: 15px;
    position: relative;
    background: url(//hola.firmaautografa.com/hubfs/raw_assets/public/FAD_April2020/images/textline.png) repeat-y;
    quotes: none;
    color: #444444;
    font-family: "Raleway", Arial, Tahoma, sans-serif;
    margin: 0 0 1rem;
}
blockquote:before {content: "";}

blockquote:after {
    content: '\e909';
    font-family: "mfn-icons";
    font-size: 65px;
    position: absolute;
    left: -25px;
    top: -10px;
    color: rgba(0,0,0,.1);
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* 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: auto;
  outline-color: green;
}

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

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
form,
.submitted-message {
  max-width: 767px;
  font-family: Lato, sans-serif;
  border: 1px solid #000;
  line-height: normal;
      margin-bottom: 20px;
}

	.hs-button, 
	.button--primary {
	background-color: #494A52;
	border-color: #494A52;
	color: #fff;
    border: 0;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.03), inset 0px 4px 3px -2px rgba(0,0,0,.07);
    display: inline-block;
    font-family: "Arial", Arial, Tahoma, sans-serif;
    line-height: 24px;
    cursor: pointer;
    text-decoration: none !important;
        margin-top: 10px;
	}
  .field {
    margin-top: 10px;
    margin-bottom: 10px;
}
.hs_recaptcha.hs-recaptcha {
  margin-top: 20px;
  padding: 5px;
  overflow: hidden;
  overflow-x: auto;
}


	.hs-button:hover, .button--primary:hover {

	}

	.hs-button:focus, .button--primary:focus  {


	}

	.hs-button:active, .button--primary:active  {

	}


.hs-form label {
  color: #33475b;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
      line-height: 20px;
}
.submitted-message {
  color: #fff;
}
.hs-error-msgs label {
  color: #f2545b;
    background-color: #ed3b2e;
    padding: 8px 5px 7px !important;
    width: 100% !important;
    margin-top: 5px;
}

	body form .hs-input, 
	body form .hs-search-field__input,
	body form select,
	body form #hs-pwd-widget-password,
	body form textarea {
    width: 100% !important;
    margin-bottom: 0;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 14px;
    max-width: 100%;
    display: block;
    padding: 10px !important;
    outline: none;
    margin: 0;
    font-family: "Arial", Arial, Tahoma, sans-serif;
    border-width: 0px 0px 1px 0px;
    line-height: 21px;
        margin-bottom: 8px;
  color: #33475b;
  height: auto !important;
	}
	
	body form .hs-input:hover, 
	body form .hs-search-field__input:hover,
	body form select:hover,
	body form #hs-pwd-widget-password:hover,
	body form textarea:hover {

	}

.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:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;

}

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

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list &gt; 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 &gt; li + li {
  padding-top: 2px;
}
.inputs-list label &gt; input,
.inputs-list label &gt; span {
  vertical-align: middle;
}

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


.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: 16px;
  color: #212529;
}
.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: proxima-nova-regular, serif;
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  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;
}
/* TODO */
/* Missing Template at Path: \'FAD_April2020_EN\/css\/_homepage.css\' */
.body-container__landing .dnd-section:nth-child(odd) {
  background-color: transparent
}
.body-container__website .dnd-section:nth-child(odd) {
  background-color: transparent
}
.custom-header-main {
	background-color: #ffffff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .03);
}

	.custom_header__container {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 0;
	line-height: 26px;
	font-size: 14px;
	}

	.cm-row-fluid-wrapper {
	
	}

	.span3.custom-logo-width {
	    width: auto;
    margin: 0;
	}

	.span9.custom-menu-width {
		width: auto;
		margin: 0;
		float: right;
		padding-right: 85px;

	}
	.custom-header-logo a {
		padding: 13px 0 17px;
		display: block;
	}
	.custom-header-logo img {
		height: auto;
		vertical-align: top;
		max-width: 106px;
		margin-left: 1px;
	}

	.custom-header-logo {
	text-align: left;
	}

    .simple-banner-text {
		color: #ffffff;
		font-weight: 700;
		padding: 10px;
	}
	
	.header-top {
		background: #000000;
		text-align: right;
		font-size: 17px;
		font-weight: 400;
		font-family: 'proxima-nova-regular';
	}
	
	.simple-top-link {
		text-align: right;
		font-weight: 400;
		font-family: 'proxima-nova-regular';
		position: initial;
		font-size: 0;
	}
	
	.simple-top-link a {
		padding: 10px 5.4px 10px 6px;
		color: #fff;
		text-decoration: none;
		margin-right: -10px;
	}
	
	.playStoreWeb {
		display: inline;
		padding: 10px 7px;
		width: 8%;
		vertical-align: middle;
		border-style: none;
	}
	
	.playStoreMovil {
		padding: 10px 7px;
		width: 8%;
		vertical-align: middle;
		border-style: none;
	}
	
	.appStoreWeb {
		vertical-align: middle;
		border-style: none;
		display: inline;
		padding: 10px 7px;
		width: 8%;
	}
	
	.appStoreMovil {
		vertical-align: middle;
		border-style: none;
		padding: 10px 7px;
		width: 8%;
	}
	
	.line-divider {
		width: 4px;
		background-color: #fff;
		height: 30px;
		display: inline-block;
		margin: -10px 10px;
	}
	
	.portal-rights {
		color: #9f011f;
	}
	
	.simple-top-link &gt; * {
		font-size: 17px;
	}
	
	.simple-top-link a.item-portal {
	font-size: 17px;
    margin-left: 0;
    margin-right: -10px;
	padding: 10px 7px;
	padding-bottom: 5px;
	color: #ffffff;
	}

	.simple-top-link a.item-portal:hover {
	border-bottom: 4px solid #9f011f;
	}

	.txtTopbar {
		margin-right: 1px;
	}
	a.cm-margin-left {
		padding-right: 6px;
	}


	.mobile-toggle {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 100px;
		right: 2%;
		display: inline-block;
		transition: transform 0.5s, background-color 0.5s;
		box-shadow: inset 0 0 0 1px rgba(0,0,0,.03), inset 0px 4px 3px -2px rgba(0,0,0,.07);
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
	}
	
	.trigger_toggle {
		color: #000000;
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 25px;
		height: 19px;
		line-height: 24px;
		top: 9px;
	}
	
	.responsive-menu-inner {
		display: block;
		top: 50%;
		margin-top: -1.5px;
		transition-duration: 0.15s;
		transition-timing-function: ease;
		width: 25px;
		height: 3px;
		background-color: #000000;
		border-radius: 4px;
		position: absolute;
		transition-property: none;
	}
	
	.responsive-menu-inner:before {
		width: 25px;
		height: 3px;
		background-color: #000000;
		border-radius: 4px;
		position: absolute;
		transition-duration: 0.15s;
		transition-timing-function: ease;
		content: "";
		display: block;
		top: -8px;
		transition-property: none;
	}
	
	.responsive-menu-inner:after {
		width: 25px;
		height: 3px;
		background-color: #000000;
		border-radius: 4px;
		position: absolute;
		transition-duration: 0.15s;
		transition-timing-function: ease;
		content: "";
		display: block;
		bottom: -8px;
		transition-property: none;
	}
	
	.mobile-toggle:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 0;
		background: rgba(0,0,0,.05);
		z-index: 1;
		transition: all .3s;
	}
	
	.mobile-toggle:hover:after {
		width: 100%;
	}

	@media (min-width: 1023px){
		.appStoreMovil {
			display: none;
		}
		.playStoreMovil {
			display: none;
		}
	}

	@media (max-width: 1239px){
	.span9.custom-menu-width {
		padding-right: 0;
	}
}

@media (max-width: 1199px){
	.custom_header__container {
		max-width: 985px;
	}
}

	@media (max-width: 1024px){
	.simple-top-link a {
		margin-right: -13px;
		margin-left: 3.5px;
	}
	.playStoreMovil {
		max-width: 38px;
		width: auto;
	}
	.appStoreMovil {
		max-width: 38px;
		width: auto;
	}
	.custom-header-logo &gt; div {
	line-height: 0;
	}

	.playStoreWeb {
		display: none;
	}
	.appStoreWeb {
		display: none;
	}
	.txtTopbar {
		display: none;
	}
	}

	@media (max-width: 1010px) and (min-width: 992px){
	.custom-header-logo {
	   padding-left: 10px;
	 }
	}

	@media (max-width: 991px){
	.custom_header__container {
		max-width: 769px;
		padding-left: 10px;
		padding-right: 10px;
	}

   }

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

	.span9.custom-menu-width {
	min-height: 0;
	}
	.custom-header-logo #hs_cos_wrapper_header-logo_ {
		display: block;
		text-align: center;
	}
	.span3.custom-logo-width {
		width: 100%;
		text-align: center;
	}
	.custom-header-logo img {
		max-width: 100%;
		vertical-align: middle;
	}
	.custom-header-logo a {
		padding: 0;
		display: inline-block;
		margin-right: 81px;
		line-height: 100px;
		margin-top: 2px;
		margin-bottom: 8px;
	}
	.mobile-open .custom-header-logo img {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: all .5s;
	}
	
	.custom-header-logo img {
		transition: all .5s;
	}
	}

	@media (max-width: 480px){
	.simple-top-link {
		text-align: left;
	}
	a.cm-margin-left {
		padding-right: 5px;
	}
	.custom-header-logo #hs_cos_wrapper_header-logo_ {
		text-align: left;
	}
	.custom-header-logo img {
		padding: 25px;
		max-width: 120px;
		margin-left: 0px;
		display: block;
	}
	.custom-header-logo a {
		margin-top: 0px;
		margin-bottom: 20px;
	}
}


	@media (min-width: 768px){

	}

	@media (min-width: 992px){

	}
.footer {
  background-color: transparent;
  text-align: center;
}
.footer__container {
  padding: 1rem;
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}

.mobile_fluid {
  display: none;
}

.footer_bottom_inner {
  text-align: center;
}

.footer_bottom_inner .comman_style_bottom {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.footer_bottom_inner .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_bottom_inner .row-fluid:after, .footer_bottom_inner .row-fluid:before {
  display: none;
}

.footer_bottom_inner .comman_style_bottom {
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
}

.footer_bottom_inner .comman_style_bottom.footer_social {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.comman_style_bottom.seguridad a {
  text-decoration: none;
  padding: 10px 7px;
  color: #fff;
  font-size: 16px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

footer.footer {
  background-color: #252525;
}

.comman_style_bottom.seguridad-right {
  padding-left: 70px;
}

.seguridad-right ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.seguridad-right ul li {
  display: inline;
     line-height: 24px;
}

.seguridad-right ul li a {
  color: #ffffff;
  padding: 10px 7px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  text-decoration: none;
}

.footer-social-inner p {
  margin-bottom: 16px;
}

.footer-social-inner p a {
  color: #ffffff;
  padding: 10px 7px;
  text-decoration: none;
}

.footer-social-inner &gt; ul {
  margin: 0;
  padding: 0;
}

.footer-social-inner &gt; ul li {
  display: inline-block;
  padding: 3px;
  line-height: normal;
}

.footer-social-inner &gt; ul li a {
  padding: 10px 7px;
  color: #ffffff;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

.footer-social-inner ul li i {
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 6px 7px;
  font-size: 12px;
}

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "\f0e1";
}

.fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube, .fa.fa-youtube-play, .fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa-youtube:before {
  content: "\f167";
}

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "\f39e";
}

.pSeguridad span {
  display: block;
}

.footer__main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: left;
}
.footer__main .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__main .row-fluid:after, .footer__main .row-fluid:before {
  display: none;
}

.comman_style.cm-mobile-logo {
  display: none;
  width: auto;
}

.comman_style.logo-footer {
  margin-right: 60px;
  width: auto;
}

.logo-footer span {
  display: block;
}

.logo-footer img {
  max-width: 76%;
}

.comman_style.ricardo {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
}

.comman_style.amsterdam {
  border-left: 1px solid;
  border-color: #4e4e4e;
  font-size: 14px;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
}
.comman_style.redmond {
  margin: 0;
  font-size: 14px;
  border-right: 1px solid;
  border-color: #4e4e4e;
  margin-right: 15px;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.comman_style.call_contact {
  margin: 0;
  width: auto;
}

.comman_style a {
  color: #fff;
}

.footer p {
  color: #fff;
  margin-bottom: 16px;
}

.comman_style.call_contact p {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 21px;
  font-size: 14px;
}

.comman_style.call_contact p a {
  padding: 10px 7px;
  text-decoration: none;
  color: #fff;
}

.comman_style p {
  font-size: 14px;
}

.fa.fa-map-marker:before {
  content: "\f3c5";
}

.fa-phone:before {
  content: "\f095";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa.fa-pinterest-p, .fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "\f0e0";
}
  

@media (max-width: 1199px) {
  .footer-bottom {
    display: none;
  }
  .comman_style.amsterdam,
   .comman_style.ricardo, 
   .comman_style.redmond {
    display: none;
}
.comman_style.cm-mobile-logo {
  display: block;
  margin-right: 90px;
  margin-left: 0;
}

.map-marker-icon p {
  font-size: 35px;
  background-color: #7a0f1f;
  border-radius: 50%;
  padding: 0px 15px;
  cursor: pointer;
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}
}

@media (max-width: 480px) {
.comman_style.logo-footer {
  margin-right: -30px;
  width: auto;
}
.comman_style.cm-mobile-logo {
  margin-right: 10px;
}
.footer__main {
  padding-left: 10px;
  padding-right: 10px;
}
}
/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}


.banner {
  padding-bottom: 35px;
  padding-top: 50px;
  min-height: 350px;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  overflow: hidden;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center 46.6%;
  background-size: 116.4%;
  background-color: #252525;
}

.cm-page-center h1, .cm-page-center h2 {
  font-family: "proxima-nova-bold";
  margin: 30px auto;
  margin-top: 15px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
}

.cm-page-center p {
  margin-bottom: 35px;
  color: #fff;
  font-size: 24px;
  font-family: 'proxima-nova-semibold';
  text-align: center;
}

@media (max-width: 1681px) {
  .banner {
      background-size: 133.4%;
  }
}

@media (max-width: 1460px) {
  .banner {
      background-size: cover;
  }
}

@media (max-width: 767px) {
.cm-page-center {
  padding: 0px 10px;
}
}


.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  height: 20
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
}


.blog-index__post-image--large{
  height: 18em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.blog-index__post-content--large{
  height: fit-content;
  margin: auto 0;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #212529;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  margin: 0 auto;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0 8px 4px 0 rgba(154,154,154,0.5);
  width: fit-content;
}
.blog-pagination__link {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555251!important;
  border: none;
  margin: 5px 10px;
}
.blog-pagination__link--active {
  height: 30px;
  width: 30px;
  color: #FFFFFF!important;
  border-radius: 30px;
  background-color: #D45F35;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  text-decoration: none;
  border: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__next-link &gt; img {
  width: 20px;
}
.blog-pagination__prev-link &gt; img {
  width: 20px;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #212529;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #212529;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-post h1 {
  font-size: 3.5rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #212529;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
  padding: 15px 0px 28px;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}
.blog-index__post-content h2 a {
  color: #161922;
  text-decoration: none;
}
.blog-recent-posts {
  background-color: transparent;

}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #212529 !important;
  padding: 1rem;
}

.hs_recaptcha.hs-recaptcha {
  margin-top: 20px;
  padding: 5px;
  overflow: hidden;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-color: #f1f1f1;
}

.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-post__body p img {
  max-width: 100%;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
 

/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */     
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.error-page {
  padding: 10rem 0;
  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: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
#email-prefs-form h3 {
  color: #fff;
}
form#email-prefs-form, form#email-prefs-form h1, form#email-prefs-form h2 {
  color: #fff;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding-left: 15px;
  padding-right: 15px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  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: Merriweather, serif;
  font-size: 1.25rem;
  color: #212529;
  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: #212529;
}</pre></body></html>