/* ******************************************************************************
*********************************************************************************
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 {
  -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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}


@media (max-width: 900px) {
  .dnd-section {
    padding-bottom: 67px !important;
    padding-top: 67px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */



@font-face {
  font-family: '__Texta_5';
  src: url('//f.hubspotusercontent00.net/hubfs/4521153/UyQueChulo_September2020/Fonts/Texta%20500/latinotype_-_texta-medium-webfont.eot');
  src: url('//f.hubspotusercontent00.net/hubfs/4521153/UyQueChulo_September2020/Fonts/Texta%20500/latinotype_-_texta-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "__Texta_5";
  src: local("☺"), url("//f.hubspotusercontent00.net/hubfs/4521153/UyQueChulo_September2020/Fonts/latinotype_-_texta-bold-webfont-1.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}




@font-face {
  font-family: rooney-sans;
  src: url("//use.typekit.net/af/00ed46/000000000000000000013504/27/l?subset_id=2&fvd=n5&v=3") format("woff2"), 
    url("//use.typekit.net/af/00ed46/000000000000000000013504/27/d?subset_id=2&fvd=n5&v=3") format("woff"), 
    url("//use.typekit.net/af/00ed46/000000000000000000013504/27/a?subset_id=2&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
}


@font-face {
  font-family: "Ionicons";
  src: url("//f.hubspotusercontent00.net/hubfs/4521153/UyQueChulo_September2020/Fonts/Ionicons/ionicons.eot") format("embedded-opentype"),
    url("//f.hubspotusercontent00.net/hubfs/4521153/UyQueChulo_September2020/Fonts/Ionicons/ionicons.ttf") format("truetype"),
    url("//f.hubspotusercontent00.net/hubfs/4521153/UyQueChulo_September2020/Fonts/Ionicons/ionicons.woff") format("woff");
  font-weight: normal;
  font-style: normal
}




body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5em;
}

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

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

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

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 {
  margin:0 0 20px;
  padding-left:0;
}
ul{
  list-style:none;
}

ol{
  padding-left:20px;
}
ul li,
ol li {

}

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

blockquote {
  margin:0 0 20px;
}

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

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


@media(max-width:900px){
  h1 {
    font-size: 34px !important;
  }
  h2 {
    font-size: 32px !important;
  }
  h3 {
    font-size: 26px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  
  text-decoration: none !important;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  border-style: solid;
  border-width: 1px;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  white-space:normal !important;
  margin:20px 0 20px;
}

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

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


.hs-form label {
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  margin-bottom: 4px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
}
ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  padding-left:5px !important;
}

.hs-input,input#hs-pwd-widget-password {
  display: inline-block;
  width: 100%;
  color: #33475b;
  background-color: #f5f8fa;
  padding: 8px 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  margin-bottom:20px;
}

.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,input#hs-pwd-widget-password: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;
}

/*fieldset.form-columns-3, fieldset.form-columns-2, fieldset.form-columns-1 {
    max-width: 100%;
} HS test re ticket #3889631 */

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 {
  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: #494a52;
}
.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: Lato, serif;
}
body .hs-error-msgs label {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}
/* ******************************************************************************
*********************************************************************************
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-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

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;
}

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

.header {
  background-color: #686867;
  border-style: solid;
  border-color: #FF000D;
  border-width: 0px 0px 1px;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  display: flex;
}

.header-wraper {
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.header_logo {
  max-width: 275px;
  max-width: 269px;
  width: 100%;
  position: relative;
  left: 10px;
}

.custom-menu-primary {
  max-width: 825px;
  width: 100%;
  display: inline;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li {
  padding-bottom: 20px;
  display: inline;
  float: left;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child { 
  width: 217px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a > span { 
  display: inline-block;
  width: 170px;
  min-height: 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) { 
  width: 123px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > a > span { 
  display: inline-block;
  width: 81px;
  min-height: 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) { 
  width: 106px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > a > span { 
  display: inline-block;
  width: 59px;
  min-height: 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) { 
  width: 175px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > a > span { 
  display: inline-block;
  width: 128px;
  min-height: 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) { 
  width: 204px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > a > span { 
  display: inline-block;
  width: 155px;
  min-height: 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  top: 60px;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 6px 6px 8px rgba(0,0,0,0.15);
  border-style: solid;
  border-color: #C8C8C8;
  background-color: #FFFFFF;
  border-width: 0px 1px 1px;
  padding-bottom: 30px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul { 
  width: 1162px;
  height: 375px;
  padding-bottom: 30px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul { 
  width: 1162px;
  height: 362px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a span.img {
  z-index: 228;
  width: 17px;
  position: relative;
  height: 17px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a span.img img {
  display: block;
  width: 17px;
  height: 17px;
  vertical-align: baseline;
}

.custom-menu-primary .hs-menu-wrapper > ul:before, 
.custom-menu-primary .hs-menu-wrapper > ul:after {
  content: '';
  display: table;
  clear: both;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a > span {
  display: inline;
  float: left;
}

@media (min-width: 901px) {   

  .header_logo a {
    z-index: 244;
    width: 177px;
    height: 44px;
    top: 8px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    z-index: 224;
    position: relative;
    margin-top: 20px;
    left: 12px;
    display: inline;
    float: left;
    background-color: transparent;
    line-height: 19px;
    text-align: center;
    font-size: 16px;
    font-family: '__Texta_5';
    font-weight: 700;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {
    width: 1162px;
    height: calc(375px + 31px);
    padding-bottom: 30px;
    padding-top: 23px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > div {
    display: inline;
    float: left;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > .first-menu {
    width: 353px;
    height: 347px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > div > li {
    box-shadow: inset 0 -1px #ebc95a;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > div > li > a {
    padding: 12px 0px 12px 0px;
    display: inline-block;
    color: #EC406F;
    font-family: rooney-sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.5em;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > div > li > a span.my-menu {
    margin-left: 12px;
    margin-right: 12px;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > div li:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > div > li > ul li.hs-item-has-children:before {
    content: '\f2c7';
    color: #EC406F;
    float: right;
    font-family: "ionicons";
    display: inline-block;
    top: 12px;
    right: 8px;
    position: relative;
    position: absolute;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > .second-menu {
    width: 373px;
    height: 352px;
    position: relative;
    left: 22px;
    max-height: 100%;
    overflow-y: auto;
    left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > .third-menu {
    width: 354px;
    height: 348px;
    position: relative;
    left: 43px;
    max-height: 100%;
    overflow-y: auto;
    left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > div > li ul {
    background-color: rgba(0,0,0,0.05);
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > div >li > ul li {
    padding: 12px 0px 12px 0px;
    box-shadow: inset 0 -1px #EBC95A;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > div >li > ul > li a {
    margin-left: 12px;
    margin-right: 12px;
    display: inline-block;
    font-family: rooney-sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {
    width: 1200px;
    height: calc(374px + 27px);
    padding-bottom: 26px;
    padding-top: 23px;
    padding-left: 0;
    padding-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > div {
    display: inline;
    float: left;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > .recursos-menu {
    width: 23.02%;
    height: 351px;
    left: 19px;
    position: relative;
    top: 1px;
    max-height: 100%;
    overflow-y: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > div > li {
    box-shadow: inset 0 -1px #ebc95a;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > div > li > a {
    padding: 12px 0px 12px 0px;
    display: inline-block;
    color: #575757;
    font-family: rooney-sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.5em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > div > li > a span.my-menu {
    margin-left: 12px;
    margin-right: 12px;
    display: block;
    color: #EC406F;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > div li:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > div > li > ul li.hs-item-has-children:before {
    content: '\f2c7';
    color: #EC406F;
    float: right;
    font-family: "ionicons";
    display: inline-block;
    top: 12px;
    right: 8px;
    position: relative;
    position: absolute;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > .recursos-menu2 {
    width: 22.94%;
    height: 352px;
    max-height: 100%;
    overflow-y: auto;
    left: 39px;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > .recursos-menu3 {
    width: 22.94%;
    height: 352px;
    max-height: 100%;
    overflow-y: auto;
    left: 59px;
    position: relative;
    max-height: 100%;
    overflow-y: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > div > li ul {
    background-color: rgba(0,0,0,0.05);
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > div >li > ul li {
    padding: 12px 0px 12px 0px;
    box-shadow: inset 0 -1px #EBC95A;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > div >li > ul > li a {
    margin-left: 12px;
    margin-right: 12px;
    display: inline-block;
    font-family: rooney-sans, sans-serif;
    color: #E12F5D;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > .recursos-menu4 {
    width: 22.94%;
    height: 352px;
    position: relative;
    left: 43px;
    max-height: 100%;
    overflow-y: auto;
    left: 79px;
    position: relative;
  }  

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>div>li>ul>li a:hover{ 
    color: #EC406F;
  }

  .hr-space {
    width: 1px;
    height: 195px;
    background-color: #EBEBEB;
    margin: 0 10px;
  }

  .hr-space2 { 
    position: absolute;
    left: calc(23.02% + 30px);
    top: 29px;
    width: 0.09%;
    height: 195px;
    background-color: #ebebeb;
    display: inline;
    float: left;
  }

  .hr-space3 {
    position: absolute;
    left: calc(23.02% + 22.94% + 48px);
    top: 29px;
    width: 0.09%;
    height: 195px;
    background-color: #ebebeb;
    display: inline;
    float: left;
  }

  .hr-space4 {
    position: absolute;
    left: calc(23.02% + 22.94% + 22.94% + 69px);
    top: 29px;
    width: 0.09%;
    height: 195px;
    background-color: #ebebeb;
    display: inline;
    float: left;
  } 


  .custom-menu-primary .hs-menu-wrapper > ul >li:nth-child(5) > ul { 
    width: calc(100% - 40px);
  }


  .custom-menu-primary .hs-menu-wrapper > ul >li:nth-child(5) > ul > li {
    width: 49%;
    display: inline-block;
    float: left;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul > li:first-child {
    margin-top: 23px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul > li:first-child ul > li {
    display: flex;
    align-items: center;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul > li:first-child ul > li > a {
    background-color: transparent;
    line-height: 26px;
    font-size: 22px;
    font-family: '__Texta_5';
    font-weight: 500;
    display: block;
    color: black;
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) > ul > li:first-child ul > li > a h6 {
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
    font-family: '__Texta_5';
    line-height: 26px;
    padding-left: 53px;
    padding-top: 1px;
  }


  span.myImg {
    padding-left: 38px;
    display: inline-block;
    width: 54px;
    height: 54px;
  }





  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2) > ul > li:nth-of-type(1) > a {
    font-weight: 600;
    position: relative;
    display: flex;
    padding: 1em 1.5em 1em 0em;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
    color: #EC406F;
    font-style: normal;
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2) > ul > li:nth-of-type(1) {
    display: flex;
    width: calc(100% - 21px);
    border-bottom: 1px solid #F8D05D;
    margin-left: 21px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2) > ul > li:nth-of-type(2) > ul {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #fff;
  }

  .slide-child .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2) > ul > li:nth-of-type(2) > ul {
    visibility: visible;
    z-index: 999;
  }

  .desk-trigger {
    margin-left: auto;
    order: 2;
    font-size: 0px;
    padding-left: 22px;
    font-weight: 600;
    position: relative;
    display: flex;
    padding: 1em 1.5em 1em 0em;
    padding-left: 22px;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
    cursor: pointer;
  }

  .desk-trigger:after {
    content: '\f2c7';
    font-family: 'ionicons';
    position: absolute;
    top: 50%;
    color: #EC406F;
    transform: translateY(-50%);
    right: 8px;
    font-size: 14px;
  }



  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2)>ul>li:nth-of-type(2)>ul > li {
    display: flex;
    width: calc(100% - 21px);
    border-bottom: 1px solid #F8D05D;
    margin-left: 21px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2)>ul>li:nth-of-type(2)>ul > li > a {
    font-family: rooney-sans, sans-serif;
    font-weight: 600;
    position: relative;
    display: flex;
    color: #575757;
    padding: 1em 1.5em 1em 0em;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2) {
    height: 378px;
    position: relative;
  }

  button.menu__back {
    z-index: 100;
    top: 0;
    margin: 0;
    padding: 1.365em 0 0 0;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 1.05em;
    position: relative;
    display: inline-block;
    float: right;
    z-index: 100;
    right: 10px;
    margin: 0;
    padding: 1.365em 8px 0 0;
    z-index: 9999;
  }

  button.menu__back span {
    font-family: 'ionicons';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
  }

  nav.menu__breadcrumbs {
    font-size: 0.65em;
    line-height: 1;
    position: relative;
    padding: 2.5em;
    right: -21px;
  }

  nav.menu__breadcrumbs a {
    font-family: rooney-sans, sans-serif;
    font-weight: bold;
    line-height: 12px;
    display: inline-block;
    cursor: pointer;
    vertical-align: baseline;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #575757;
    font-style: normal;
    text-decoration: none;
  }

  .slide-child .menu__breadcrumbs a:not(:last-child)::after {
    content: '\f397';
    font-family: 'ionicons';
    display: inline-block;
    padding: 0 0.5em;
    color: #EC406F;
  }

  .slide-child .icon--arrow-left:before {
    content: '\f361';
    color: #EC406F; 
  }
  .slide-child .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2)>ul>li:nth-of-type(2)>ul {
    transform: translate(100%,0);
    transition: transform .3s linear !important;       
    top: 52px 
  }

  ul.hs-menu-children-wrapper.child-open  .hs-item-has-children ul.hs-menu-children-wrapper {
    transform: translate(0px,0px) !important;
  }
  body .custom-menu-primary .hs-menu-wrapper ul.hs-menu-children-wrapper {
    overflow: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2)>ul>li:nth-of-type(2)>ul>li {
    position: relative;
    left: 60px;
    transition: .8s;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2)>ul>li:nth-of-type(2)>ul>li:nth-child(1) {
    transition-delay: 0ms;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2)>ul>li:nth-of-type(2)>ul>li:nth-child(2) {
    transition-delay: 30ms;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2)>ul>li:nth-of-type(2)>ul>li:nth-child(3) {
    transition-delay: 90ms;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2)>ul>li:nth-of-type(2)>ul>li:nth-child(4) {
    transition-delay: 120ms;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2)>ul>li:nth-of-type(2)>ul>li:nth-child(5) {
    transition-delay: 150ms;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2)>ul>li:nth-of-type(2)>ul>li:nth-child(6) {
    transition-delay: 180ms;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2)>ul>li:nth-of-type(2)>ul>li:nth-child(7) {
    transition-delay: 210ms;
  }  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2)>ul>li:nth-of-type(2)>ul>li:nth-child(8) {
    transition-delay: 240ms;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2)>ul>li:nth-of-type(2)>ul>li:nth-child(9) {
    transition-delay: 240ms;
  }
  body .custom-menu-primary .hs-menu-wrapper ul.hs-menu-children-wrapper.child-open ul.hs-menu-children-wrapper >li {
    left: 0;
  }
  button.menu__back {
    display: none;
  }

  .m-open button.menu__back {
    display: block;
  }

  nav.menu__breadcrumbs a:last-child {
    display: none;
  }

  .m-open nav.menu__breadcrumbs a:last-child {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul>li {
    pointer-events: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul >li:hover ul li {
    pointer-events: unset;
  }
  nav.menu__breadcrumbs {display: flex;}
}


@media (min-width: 1201px) {

  .header_logo a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a { 
    background-color: transparent;
    line-height: 19px;
    text-align: center;
    font-size: 16px;
    font-family: '__Texta_5';
    font-weight: 700;
  }
}

@media(min-width:901px){ 
  .mobile-menu-wrapper {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>.first-menu { 
    width: 30.944%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>.second-menu {  
    width: 32.697%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>.third-menu {
    width: 31.032%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul{
    width: 100%;
    margin: 0 auto;
  }


  .custom-menu-primary {
    margin-left: 92px;
  }

  .header_logo {
    max-width: 177px;
    max-width: 177px;
    width: 100%;
    position: relative;
    left: 10px;
  }
  .mobile-trigger{
    display:none;
  }
  .header-search.mobile{
    display:none;
  }

  .header-search {
    height: calc(17px * 2);
    position: relative;
    top: 19px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .header-search form{

    margin-left: auto;
    width: 96.67%;
    text-align: right;
    margin: 0 auto;
  }
  .header-search form {
  }

  .header-search form input {
    width: 100%;
    cursor: text;
    opacity: 0.85;
    border-radius: 100px;
    border: 0px solid #000000;
    background: #F8D05D url(https://20278635.fs1.hubspotusercontent-na1.net/hubfs/20278635/raw_assets/public/UyQueChulo_September2020/images/buscar.svg) calc(17px / 2 ) 50% no-repeat;
    background-size: 17px;
    text-indent: 17px;
    display: inline-block;
    transition: .3s;
    outline: 0;
    padding: 17px;
    height: calc(17px * 2);
    font-family: __Texta_5;
    line-height: normal;
    font-weight: 700;
    width: 40.69%;
    margin-right: 78px
  }
}


@media(max-width:1130px){   
  .custom-menu-primary {
    margin-left: 49px;
  }
}

@media(max-width:1088px){ 
  .custom-menu-primary {
    margin-left: 28px;
  }
}


@media(max-width:1068px){ 
  .custom-menu-primary {
    margin-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>.recursos-menu {
    left: 10px;
  }

  .hr-space2 {
    left: calc(23.02% + 20px);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>.recursos-menu2 {
    left: 30px;
  }

  .hr-space3 {
    left: calc(23.02% + 22.94% + 40px);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>.recursos-menu3 {
    left: 50px;
  }

  .hr-space4 {
    left: calc(23.02% + 22.94% + 22.94% + 60px);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>.recursos-menu4 {
    left: 69px;
  }
}


@media(max-width:1040px){
  .header_logo {
    left: -7px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    width: auto !important;
  }

  .custom-menu-primary {
    max-width: 100%;
  }
}


@media(max-width:920px){
  .custom-menu-primary {
    margin-left: -20px;
  }
}


@media(max-width:900px){
  .header-search form input {
    margin-right: 61px;
  }
  .mobile-open{
    overflow:hidden;


  }
  nav.menu__breadcrumbs {
    font-size: 0.65em;
    line-height: 1;
    position: relative;
    padding: 2.5em;
    right: -21px;
  }

  nav.menu__breadcrumbs a {
    font-weight: bold;
    line-height: 12px;
    display: inline-block;
    cursor: pointer;
    vertical-align: baseline;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: rooney-sans, sans-serif;
  }

  .naviagtor {
    margin-top: 8px;
  }

  .mobile-menu-wrapper {
    display: block;
    width: 100%;
    max-width: 278px;
    right: 0;
    z-index: 9999;
    background: #fff;
    top: 0;
    height: 100%;
    -webkit-transition: transform 0.4s cubic-bezier(0,0,1,1);
    -moz-transition: transform 0.4s cubic-bezier(0,0,1,1);
    -ms-transition: transform 0.4s cubic-bezier(0,0,1,1);
    -o-transition: transform 0.4s cubic-bezier(0,0,1,1);
    transition: transform 0.4s cubic-bezier(0,0,1,1);
    transform: translateX();
    transform: translateX(278px);
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .mobile-menu-inner {
    width: 87.77%;
    margin-left: 7.92%;
    margin-top: 12px;
  }
  .mobile-logo img {
    width: 68px !important;
  }
  div#site-wrapper {
    -webkit-transition: transform 0.4s cubic-bezier(0,0,1,1);
    -moz-transition: transform 0.4s cubic-bezier(0,0,1,1);
    -ms-transition: transform 0.4s cubic-bezier(0,0,1,1);
    -o-transition: transform 0.4s cubic-bezier(0,0,1,1);
    transition: transform 0.4s cubic-bezier(0,0,1,1);
    transform: translateX(0);
  }

  .mobile-open div#site-wrapper {
    transform: translateX(-278px);
  }

  .mobile-open .mobile-menu-wrapper {
    transform: translateX(0);
  }
  .mobile-menu .hs-menu-wrapper ul.go-left li {
    -webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1)
  }


  ul.hs-menu-children-wrapper li {
    -webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  }
  .mobile-menu .hs-menu-wrapper ul li:first-child {
    animation-delay: 0ms;
  }

  .mobile-menu .hs-menu-wrapper ul li:nth-child(2) {
    animation-delay: 30ms;
  }

  .mobile-menu .hs-menu-wrapper ul li:nth-child(3) {
    animation-delay: 60ms;
  }

  .mobile-menu .hs-menu-wrapper ul li:nth-child(4) {
    animation-delay: 90ms;
  }

  .mobile-menu .hs-menu-wrapper ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .mobile-menu .hs-menu-wrapper ul.active {
    visibility: visible;
  }
  nav.menu__breadcrumbs.active a.active-icon:after {
    content: '\f371';
    font-family: 'ionicons';
    display: inline-block;
    padding: 0 0.5em;
    color: #EC406F;
  }
  .goback{
    cursor: pointer;
    border: none;
    background: none;
    font-size: 1.05em;
    position: relative;
    display: inline-block;
    float: right;
    z-index: 100;
    right: 10px;
    margin: 0;
    padding: 1.365em 8px 0 0;
    top: 0;

  }


  span.icon-arrow {
    font-family: 'ionicons';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
  }

  span.icon-arrow:before {
    content: '\f2ca';
    color: #EC406F;
  }
  .mobile-menu .hs-menu-wrapper ul li {
    display: flex;
    width: calc(100% - 21px);
    border-bottom: 1px solid #F8D05D;
    margin-left: 21px;
    animation-delay: 0ms;
  }

  .mobile-menu .hs-menu-wrapper ul li a {
    font-weight: 600;
    position: relative;
    display: flex;
    padding: 1em 1.5em 1em 0em;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
    font-family: rooney-sans, sans-serif;
  }

  a.menu__link[data-submenu] {
    margin-left: auto;
    order: 2;
    font-size: 0px!important;
    padding-left: 22px !important;
  }

  .menu__link[data-submenu]::after {
    content: '\f2c7';
    font-family: 'ionicons';
    position: absolute;
    top: 50%;
    color: #EC406F;
    transform: translateY(-50%);
    right: 8px;
    font-size: 14px;
  }

  .mobile-menu  {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    right: -21px;
    padding: 0 32px 0 0;
  }

  .mobile-menu  .hs-menu-wrapper  ul  li.hs-menu-item.hs-item-has-children > ul {
    position: absolute !important;
    transform: translate(100%,0);
    padding: 0;
    top: 0;
    box-shadow: none;
    background: #fff !important;
    transition: all .3s linear !important;
    display: block !important;
    width: 100%;
    height: 100%;
    z-index: 9999;
    min-height: 400px;
  }

  .mobile-menu .hs-menu-wrapper  ul  li.child-open.hs-menu-item.hs-item-has-children > ul {
    transform: translate(0px, 0px);
  }

  .mobile-menu::-webkit-scrollbar {
    display:none;
  }

  .header-wraper {
    min-height: 71px;
  }
  header.header {
    min-height: 71px;
  }
  .header__container {
    position: relative;
    display: block;
  }
  .header_logo {
    left: 1px;
  }
  .custom-menu-primary {
    display: none;
  }
  .mobile-trigger {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    position: relative;
    float: right;
    right: 25px;
    top: 20px;
    width: 25px;
    outline: none;
  }
  .mobile-trigger > div {
    position: relative;
    display: block;
    height: 2px;
    margin-bottom: 5px;
    width: 25px;
    background: #000000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 1px 1px 2px transparent;
    transform-origin: center;
  }
  .mobile-trigger:hover > div:nth-child(odd) {
    width: calc(25px - 5px);
  }
  .mobile-trigger:hover > div:nth-child(even) {
    width: calc(25px - 15px);
  }

  .mobile-open .mobile-trigger>div:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(2px + 5px);
  }

  .mobile-open .mobile-trigger>div:nth-child(2) {
    opacity: 0;
  }

  .mobile-open .mobile-trigger>div:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(-2px - 5px);
  }



  .header_logo a {
    width: 176px;
    height: 48px;
    top: 12px;
  }
  .header-search {
    display: none;
  }
  .header-search.mobile {
    display:block;
    top: 14px;
    z-index: 79;
    left: 50.5%;
    margin-left: -117px;
    width: 52.12%;
    max-width: 469px;
    border-width: 0px;
    border-color: transparent;
    background-color: transparent;
    font-size: 18px;
    text-align: right;
    line-height: 22px;
    font-family: '__Texta_5';
    font-weight: 700;
  }

  .header-search.mobile form {
  }

  .header-search.mobile form input {
    background: #FFFFFF url(https://20278635.fs1.hubspotusercontent-na1.net/hubfs/20278635/raw_assets/public/UyQueChulo_September2020/images/buscar.svg) no-repeat 50% 50%;
    text-indent: 17px;
    display: inline-block;
    border: 0px solid #000000;
    width: 0;
    height: calc(17px * 2);
    border-radius: 30px;
    -webkit-transition: .3s;
    transition: .3s;
    outline: none;
    padding: 17px;
    cursor: pointer;
    -webkit-appearance: none;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    color: #000000;
    vertical-align: baseline;
    background-size: 17px;
    opacity: 1;
  }
  .serach-open .header-search.mobile form input {
    width: 100%;
    cursor: text;
    opacity: 0.85;
    border-radius: 100px;
    border: 0px solid #000000;
    background: #FFFFFF url(https://20278635.fs1.hubspotusercontent-na1.net/hubfs/20278635/raw_assets/public/UyQueChulo_September2020/images/buscar.svg) calc(17px / 2 ) 50% no-repeat;
    background-size: 17px;
  }
  .header_logo a {
    width: 176px;
    height: 48px;
    top: 12px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .header-upper-wrapper {
    min-height: 71px;
  }
  header.header.lp-header {
    min-height: 70px;
  }

  .lp-header-wrapper {
    min-height: 70px;
  }
  .header-upper-wrapper {
    min-height: 71px !important;
  }
  header.header.lp-header { 
    min-height: 71px !important;
  }

  .mobile-menu .hs-menu-wrapper ul ul li {
    margin: 0;
  }

  .mobile-menu .hs-menu-wrapper > ul ul li {
    position: relative;
    left: 60px;
    transition: .8s;
  }

  .mobile-menu .hs-menu-wrapper ul ul li:nth-child(1) {
    transition-delay: 0ms;
  }

  .mobile-menu .hs-menu-wrapper ul ul li:nth-child(2) {
    transition-delay: 100ms;
    left: 50px;
  }

  .mobile-menu .hs-menu-wrapper ul ul li:nth-child(3) {
    transition-delay: 130ms;
    left: 60px;
  }

  .mobile-menu .hs-menu-wrapper ul ul li:nth-child(4) {
    transition-delay: 160ms;
    left: 90px;
  }

  .mobile-menu .hs-menu-wrapper ul ul li:nth-child(5) {
    transition-delay: 180ms;
    left: 1200px;
  }

  .mobile-menu .hs-menu-wrapper > ul > li.child-open > ul li {
    left: 0;
  }

  button.menu__back {
    cursor: pointer;
    border: none;
    background: none;
    display: inline-block;
    margin: 0;
    padding: 1.365em 8px 0 0;
    top: 3px;
    font-size: 18.9px;
    float: right;
    position: absolute;
    right: 16px;
    z-index: 999;
    outline: none;
    display: none;
  }

  button.menu__back span {
    font-family: 'ionicons';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
  }

  button.menu__back span:before {
    content: '\f2ca';
    color: #EC406F;
  }

  .act button.menu__back {
    display: block;
  }

  .act button.menu__back {
    display: block;
  }

  .act a.active-icon:after {
    content: '\f371';
    font-family: 'ionicons';
    display: inline-block;
    padding: 0 0.5em;
    color: #EC406F;
  }

}

@media(max-width:630px){
  .header-search.mobile {
    left: 54%;
  }
}


@media(min-width:601px){
  .header-search.responsive {
    display: none;
  }
}


@media(max-width:600px){
  .header-wraper {
  }

  header.header {
    min-height: 61px;
  }

  .header-wraper {
    min-height: 61px;
  }

  .header_logo a {
    width: 173px;
    height: 45px;
    top: 7px;
  }
  .mobile-trigger {
    right: 23px;
    top: 19px;
  }

  .header-search {
    display: block
  }
  .header-search.mobile {
    display: none;
  }

  .header-search {
    height: calc(22px * 2);
    position: relative;
    top: 9px;
    margin-bottom: 0;
    text-align: right;
    width: 45.025%;
    max-width: 100%;
    margin-right: 0;
    margin-left: auto;
    right: 20px;
  }

  .header-search form input {  
    width: 100%;
    cursor: text;
    opacity: 0.85;
    border-radius: 100px;
    border: 0px solid #000000;
    background: #FFFFFF url(https://20278635.fs1.hubspotusercontent-na1.net/hubfs/20278635/raw_assets/public/UyQueChulo_September2020/images/buscar.svg) calc(22px / 2 ) 50% no-repeat;
    background-size: 22px;
    text-indent: 22px;
    display: inline-block;
    height: calc(22px * 2);
    -webkit-transition: .3s;
    transition: .3s;
    outline: none;  
    padding: 22px; 
    -webkit-appearance: none;    
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    color: #000000;
    vertical-align: baseline;
    font-weight: 700;
  }

  .header-search{          
    display:none              
  }

  .header-search.responsive{   
    display:block;      
    overflow: hidden;
  }
  .header-upper-wrapper {
    min-height:61px;
  }
  .lp-header-wrapper {
    min-height: 60px;
  }
  header.header.lp-header {
    min-height: 60px;
  }
  .header-upper-wrapper {
    min-height: 61px !important;
  }
  header.header.lp-header { 
    min-height: 61px !important;
  }
}


@media(max-width:480px){
  .header_logo a {
    height: 48px;
    position: relative;
    left: 0;
    margin-left: 1.4vw;
    width: 100%;
    max-width: 325px;
    top: 6px;
  }

  .mobile-trigger {
    top: 21px;
    position: absolute;
    right: 36px;
  }

  header.header {
    min-height: 61px;
  }

  .header-wraper {
    min-height: 61px;
  }

  .header-search.responsive {
    width: 91.67%;
    margin-left: 4.15%;
    right: 0;
    top: 19px;
  }
  .mobile-trigger {
    top: -27px;
    position: relative;
    right: 26px;
  }
  header.header {
    height: 61px;
  }
  .header-wraper {
    min-height: 61px;
  }
  .header_logo {
    max-width: 100%;
    width: 70.764%;
  }
  .dnd-section {
    padding-top: 85px !important;
  }
}

@media(max-width:325px){
  .header_logo a {
    left: -21px;
  }
}


@media(max-width:320px){
  .header_logo a {
    left: -2px;
    width: 100%;
    max-width: 205px;
    height: 49px;
    top: 5px;
  }

  .mobile-trigger {
    right: 32px;
    top: -30px;
  }

  .header-search.responsive {  
    top: 15px;
    right: -7px;
  }
}
header.header.lp-header {  
  min-height: 61px;
}

.lp-header-wrapper {
  min-height: 61px;
}
.header-upper-wrapper {
  min-height: 61px;
}

.header-search form input::-webkit-input-placeholder {
  color: #000;
  opacity: .85;
  font-size: 18px;
  font-family: __Texta_5;
  font-weight: 700;
} /* Webkit Browsers */
.header-search form input:-moz-placeholder {
  color: #000;
  opacity: .85;
  font-size: 18px;
  font-family: __Texta_5;
  font-weight: 700;
} /* Firefox 18- */
.header-search form input::-moz-placeholder {
  color: #000;
  opacity: .85;
  font-size: 18px;
  font-family: __Texta_5;
  font-weight: 700;
} /* Firefox 19+ */
.header-search form input:-ms-input-placeholder {
  color: #000;
  opacity: .85;
  font-size: 18px;
  font-family: __Texta_5;
  font-weight: 700;
} /* IE10 */


.custom-menu-primary .hs-menu-wrapper>ul>li>a span.img {
  top: 2px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.acercade.nosotros span.img {
  top: 1px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.planesde.crecimiento span.img {
  top: 1px;
  right: 4px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.ventas span.img {
  right: 3px;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.blog span.img {
  right: 1px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) span.img {
  right: 1px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a>span:first-child {
  position: relative;
  right: 4px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>a>span:first-child {
  right: 6px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>a>span:first-child {
  right: 3px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>a>span:first-child {
  right: 5px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.acercade.nosotros>a>span:first-child {
  right: 0px;
}



.mobile-menu .hs-menu-wrapper > ul.active > li {
  -webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

.mobile-menu .hs-menu-wrapper > ul > li {
  -webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}


@-webkit-keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  @-webkit-keyframes outToRight {
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }

  @keyframes outToRight {
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


 
/* Footer */


.lp-footer .footer-right-content {
  opacity: 0;
  visibility: hidden;
}

.footer {
  background-color: #F8FAFC;
  text-align: center;
}

.footer-bottom {
  padding-top: 11px;
  padding-bottom: 22px;
}
.footer-bottom .page-center:before, 
.footer-bottom .page-center:after {
  content: "";
  display: table;
  clear: both;
}

.footer-left-content {
  width: 50%;
  float: left;
}
.footer-right-content {
  width: 50%;
  float: right;
}
.footer__copyright {
  margin-top: 10px;
  width: 363px;
  text-align: left;
}
.footer__copyright p {
  margin: 0;
  font-family: __Texta_5;
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 1px;
}
.footeraddress-top {
  text-align: left;
  width: 195px;
  margin-top: 31px;
  line-height: 17px;
  font-size: 12px;
  font-weight: 700;
}
.footeraddress-bottom {
  text-align: left;
  width: 195px;
  min-height: 76px;
  margin-top: 10px;
  line-height: 17px;
  font-size: 12px;
  font-weight: 700;
  font-family: '__Texta_5';

}
.footer-left-content h6 {

  line-height: 17px;
  font-size: 12px;
  margin: 0;
  letter-spacing: 1px;
}



.footer-right-content a:last-child {
  width: 225px;
  margin-top: 8px;
  position: relative;
  line-height: 15px;
  font-size: 10px;
  font-family: '__Texta_5';
  background-color: transparent;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  text-align: left;
  position: relative;
  left: 1px;
}

.footer-right-content > a + h6 {
  width: 225px;
}

.footer-right-content a:first-child + h6 {
  width: 225px;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 15px;
  color: #79A3DC;
  font-family: '__Texta_5';
  margin: 0;
  text-align: left;
  margin-bottom: 8px;
  margin-top: 15px;
  position: relative;
  left: 1px;
}

.footer-right-content > div {
  width: 225px;
  float: right;
}

.footer-right-content a:first-child {
  position: relative;
  width: 225px;
  min-height: 24px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-timing-function: ease;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  display: block;
  text-align: center;
  line-height: 27px;
  margin-top: 9px;
}

.footer-right-content a:first-child > div {
  margin-left: 10px;
  margin-right: 10px;
  line-height: 22px;
  text-align: center;  
  font-size: 17px;
  color: #000000;
  font-family: '__Texta_5';  
  font-weight: 700;
}

.footer-right-content a:first-child > div h6 {
  font-family: __Texta_5;
  font-size: 17px;
  margin: 0;
  line-height: 22px;
  font-weight: 700;
}

.footer-right-content > div > span {
  display: block;
  width: 100%;
}

.footer-right-content > div > span:before, .footer-right-content > div > span:after {
  content: "";
  display: table;
  clear: both;
}
.footer .page-center {
  width: 1120px;
  padding-left: 1px;
  max-width: 1120px;
}

.footer-left-content h6 span {
  color: #fff;
}

.footer-right-content a:first-child:hover {
  box-shadow: 2px 2px 8px rgba(0,0,0,0.35);
  color: #646464;
}

.footer-right-content a:first-child:hover h6 {
  color: #646464;
}

.footer-social-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-top: 17px;
}

.footer-social-wrapper h3 {
  line-height: 30px;
  font-size: 25px !important;
  font-family: '__Texta_5';
  text-align: center;
  margin-bottom: 13px;
  font-weight: 700;
}

.footer-social-wrapper p {
  line-height: 22px;
  font-size: 15px;
  font-family: '__Texta_5';
  text-align: center;
  font-weight: 400;
  margin-bottom:0;
  margin-top: 0;
}

.footer-social a {
  width: 39px;
  height: 49px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  margin: 0 2.3px;
}

.footer-social a.linkedin{
  background-image:url(https://20278635.fs1.hubspotusercontent-na1.net/hubfs/20278635/raw_assets/public/UyQueChulo_September2020/images/linkedin.png);
}

.footer-social a.facebook{
  background-image:url(https://20278635.fs1.hubspotusercontent-na1.net/hubfs/20278635/raw_assets/public/UyQueChulo_September2020/images/facebook-negro.png);
  left: 1px;
}

.footer-social a.twitter{
  background-image:url(https://20278635.fs1.hubspotusercontent-na1.net/hubfs/20278635/raw_assets/public/UyQueChulo_September2020/images/twitter-negro.png);
}

.footer-social a.insta{
  background-image:url(https://20278635.fs1.hubspotusercontent-na1.net/hubfs/20278635/raw_assets/public/UyQueChulo_September2020/images/instagram-negro.png);
}

.footer-social a.youtube{
  background-image:url(https://20278635.fs1.hubspotusercontent-na1.net/hubfs/20278635/raw_assets/public/UyQueChulo_September2020/images/youtube-negro.png);
}

.footer-social:before, .footer-social:after {
  content: "";
  display: table;
  clear: both;
}


.footer-top {
  padding-bottom: 20px;
  border-width: 2px 0px 0px;
  border-style: solid;
  padding-top: 20px;
}

.footer-top a {
  width: 41.92%;
  display: block;
  position: relative;
  margin: 0 auto;
}

.footer-top a img {
  width: 469.078px !important;
  max-width: 100%;
}









@media(max-width:1216px){
  .footer .page-center {
    width:100%;
    max-width:100%;
    padding-left: 3.42%;
    padding-right: 3.42%;
  }
}


@media(max-width:900px){
  .footer-left-content {
    width: 45.69%;
  }

  .footer__copyright {
    width: 371px;
    max-width: 100%;
  }

  .footer-bottom {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .footer__copyright p {
    font-size: 10px;
    line-height: 15px;
  }

  .footeraddress-bottom {
    font-size: 10px;
    line-height: 15px;
    margin-top: 15px;
  }

  .footer-left-content h6 {
    line-height: 15px;
    font-size: 10px;
  }

  .footeraddress-top span {
    font-size: 10px;
    line-height: 15px;
    display: inline-block;
  }

  .footeraddress-top {
    margin-top: 43px;
  }

  .footer-right-content a:first-child {
    width: 173px;
    margin-top: 0px;
    left: 31px;
    margin-bottom: 37px;
  }

  .footer-right-content {
    width: 44.33%;
    text-align: right;
  }

  .footer-right-content a:first-child+h6 {
    text-align: left;
    left: -11px;
  }

  .footer-right-content a:last-child {
    text-align: left;
    left: -11px;
  }
  .footer-social a {
    height: 45px;
    width: 6.18%;
    margin: 0 4px;
  }
  .footer-top a {
    width: 55.9456%;
  }


}

@media(max-width:600px){
  .footer-left-content {
    width: 100%;
    float: none;
    order: 2;
    margin-top: 50px;
    height: auto;
  }

  .footer-right-content {
    width: 100%;
    float: left;
    text-align: left;
  }

  .footer-right-content>div {
    width: 100%;
    float: none;
  }

  .footer-right-content a:first-child {
    display: inline-block;
    position: static;
    float: none;
    text-align: left;
  }

  .footer-right-content a:first-child+h6 {
    margin: 0;
    position: static;
  }

  .footer-right-content a:last-child {
    margin: 0;
    width: 100%;
    position: static;
  }

  .footer__copyright {
    width: 100%;
  }

  .footeraddress-top {
    margin: 0;
    width: 100%;
  }

  .footeraddress-bottom {
    margin: 0;
    width: 100%;
    min-height: auto;
  }

  .footer .page-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-bottom {
    padding-bottom: 42px;
  }

  .footer-top .page-center > div {
    width: 100%;
  }

  .footer-top .page-center > div > span {
    display: block;
    width: 100%;
  }
  .footer-social a {
    height: 38px;
    width: 9.3%;
  }
  .footer-top a {
    width: 93.34%;
    left: 0;
    max-width: 100%;
  }

  .footer-top a img {
    width: 100% !important;
  }

  .footer-top .page-center {
    padding: 0;
  }

  .footer-top {
    overflow-x: hidden;
  }
  .lp-footer .footer-right-content {
    display: none;
  }

  .lp-footer .footer-left-content {
    margin: 0;
  }
 
}


@media(max-width:480px){
  .footer-bottom {
    padding-top: 44px;
    padding-bottom: 54px;
    position: relative;
  }

  .footer-bottom .page-center {
    width: 66.67%;
    display: block;
    padding-left: 2.02%;
    padding-right: 1%;
  }

  .footer-right-content a:last-child {
    margin-top: 4px;
  }

  .footer-right-content a:first-child {
    position: absolute;
    top: 29px;
    left: 18.4%;
    width: 43.75%;
  }

  .footer-right-content {
    margin-top: 29px;
  }

  .footeraddress-bottom {
    margin-top: 21px;
    letter-spacing: normal;
  }

  .footeraddress-top {
    margin-top: 15px;
  }
  .footer-right-content a:last-child {
    white-space: normal !important;
    word-break: break-word;
    width: 102%;
  }
  .footer-right-content {
    margin-top: 29px;
    width: 70.32%;
  }
  .footer-social a {
    height: 63px;
    width: 13.01%;
  }

  .footer-social-wrapper {
    padding-bottom: 19px;
  }

  .footer-social {
    position: relative;
    top: -1px;
  }

  a.social-icons.linkedin {
    left: -1px;
  }

  a.social-icons.facebook {
    left: 0px;
  }

  .footer-top a {
    width: 91.46%;
  }

  .footer-top {
    padding-top: 23px;
  }
}


@media(max-width:325px){
  .footer-right-content a:last-child {
    width: 104%;
  }
  .footer-social a {
    margin: 0 1.9px;
    width: 13.65%;
  }
  a.social-icons.linkedin {
    left: 0px;
  }
}


@media(max-width:320px){
  .footer-right-content a:last-child {
    width: 100%;
    line-height: 10px;
    font-size: 7px;
  }

  .footer-right-content {
    margin-top: 26px;
    width: 100%;
  }

  .footer-bottom .page-center {
    padding-left: 0;
    padding-right: 0;
    width: 70.65%;
    position: relative;
    left: 19px;
  }

  .footer-bottom {
    padding-top: 55px;
    padding-bottom: 51px;
  }

  .footeraddress-bottom {
    margin-top: 27px;
    width: 99%;
  }

  .footeraddress-top {
    margin-top: 26px;
    width: 99.54%;
  }

  .footer-right-content a:first-child {
    width: 99.42%;
    left: 1px;
    top: -14px;
  }

  .footer-left-content {
    margin-top: 53px;
  }
  .footer__copyright {
    width: 99%;
  }
  .footer-social a {
    width: 44px;
  }

  .footer-social-wrapper {
    padding-bottom: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  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;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.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-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@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: #494a52;
}
.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;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: 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__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: #494a52;
  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: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@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%;
}
.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-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
.comment-date {
  display: block !important;
}

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



.post-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 13px;
}

.post-item {
  max-width: 373px;
  width: 100%;
  border: 1px solid;
  border-color: #C8C8C8;
  -webkit-transition-duration: 0.5s;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
  border-radius: 10px;
  background-color: #FFFFFF;
  position: relative;
  -webkit-transition-property: background-image,background-position,background-color,border-color,border-radius,color,font-size,font-style,font-weight,letter-spacing,line-height,text-align,box-shadow,text-shadow,opacity;
  transition-property: background-image,background-position,background-color,border-color,border-radius,color,font-size,font-style,font-weight,letter-spacing,line-height,text-align,box-shadow,text-shadow,opacity;
  padding: 10px 18px;
  margin-bottom: 30px;
}

.post-item:hover {
  -webkit-transition-timing-function: ease-in-out;
  box-shadow: 6px 6px 8px rgba(0,0,0,0.3);
}


.posts_by_topic ul {
  z-index: 293;
  margin: 0 auto;
  max-width: 680px;
  margin-top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: -1px;
}


.posts_by_topic ul li {
  width: 100%;
  max-width: 120px;
  display: inline-block;
  height: 162px;
}

.posts_by_topic ul li a {opacity: 0;display: block;height: 100%;}

a.filter-expand-link {
  display: none;
}

li.directorde.empresa {
  filter: alpha(opacity=100);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: relative;
  background: transparent url("https://www.uyquechulo.com.mx/hubfs/Website/Roles/director-ceo.png") no-repeat center center;
  background-size: contain;
}

.posts_by_topic h3 {margin: 0;}

li.gerentede.ventas {
  filter: alpha(opacity=100);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: relative;
  background: transparent url("https://www.uyquechulo.com.mx/hubfs/Website/Roles/gerente-de-ventas.png") no-repeat center center;
  background-size: contain;
}

li.gerentede.marketing {
  filter: alpha(opacity=100);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: relative;
  background: transparent url("https://www.uyquechulo.com.mx/hubfs/Website/Roles/gerente-de-marketing.png") no-repeat center center;
  background-size: contain;
}

li.marketeroprofesional {
  filter: alpha(opacity=100);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: relative;
  background: transparent url(https://20278635.fs1.hubspotusercontent-na1.net/hubfs/20278635/raw_assets/public/UyQueChulo_September2020/images/marketero-profesional.svg) no-repeat center center;
  background-size: contain;
}

li.vendedorprofesional {
  filter: alpha(opacity=100);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: relative;
  background: transparent url(https://www.uyquechulo.com.mx/hubfs/Website/Roles/vendedor-profesional.png) no-repeat center center;
  background-size: contain;
}


.featured-image-wrapper {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  border-style: solid;
  filter: alpha(opacity=100);
  height: 136px;
  border-width: 1px;
  border-color: #F8D05D;
  opacity: 1;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
}

.custom-date {
  color: #575757;
  border-width: 0px;
  font-size: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  border-color: transparent;
  margin-top: 9px;
  line-height: 18px;
  position: relative;
}

.post-item-inner h2 {
  font-size: 18px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1em;
  font-weight: 400;
  margin-top: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.post-item-content {
  margin-top: 10px;
  color: #424B55;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-align: left;
}

.post-item-content p {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

a.more-link {
  margin: 0 auto;
  -webkit-transition-timing-function: ease;
  position: relative;
  margin-top: 29px;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 3px;
  background-color: #F8D05D;
  display: block;
  width: 37.47%;
  color: black;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  padding: 2.5px 0;
}

a.more-link:hover {

  background-color: #EC406F;
  color:#fff;
}
.blog-pagination {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
  width: 50.05%;
}

.inactive {
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0.3s;
  position: relative;
  transition-delay: 0s;
  background-color: #F8D05D;
  display: inline-block;
  width: 27.08%;
  font-size: 13px;
  color: #000000;
  line-height: 16px;
  letter-spacing: 1px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  padding: 18px 0;
  border-radius: 4px;
  margin: 0px 14px;
}

.inactive:hover {
  background-color: #EC406F;
  color: #fff;
  box-shadow: 6px 6px 8px rgba(236,64,111,0.3);
}

.blog-pagination a:not(.inactive) {
  color: #EC406F;
  letter-spacing: 5px;
  line-height: 26px;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.blog-pagination a:not(.inactive):hover {
  color: #575757;
}



.blog-pagination a.active {
  color: black;
  font-weight: normal;
  pointer-events: none;
}

.featured-post-wrapper h3 {
  text-align: center;
  font-family: __Texta_5;
  font-size: 18px;
  font-weight: 700;
}

.featured-post-wrapper {
  padding-top: 40px;
}

.featured-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 20px;
}

.featured-post-item {
  max-width: 282px;
  width: 100%;
  border-style: solid;
  border-color: #F8D05D;
  position: relative;
  border-width: 5px 1px 1px;
  padding: 41px 15px 20px;
}

.featured-post-content h2 {
  font-size: 18px !important;
  min-height: 153px;
}

.featured-post-content .custom-date {
  margin-bottom: 20px;
}

.featured-post-item-inner a.more-link {
  display: block;
  width: 100%;
  transition-property: background-image,background-position,background-color,border-color,border-radius,color,font-size,font-style,font-weight,letter-spacing,line-height,text-align,box-shadow,text-shadow,opacity;
  -webkit-transition-duration: 1s;
  transition-delay: 0s;
  -webkit-transition-property: background-image,background-position,background-color,border-color,border-radius,color,font-size,font-style,font-weight,letter-spacing,line-height,text-align,box-shadow,text-shadow,opacity;
  -webkit-transition-delay: 0s;
  -webkit-transition-timing-function: ease;
}

.featured-post-item-inner a.more-link:hover {
  background-color: #80ADF7;
  color: #000000;
}

.left-col {
  width: 40.69%;
}

.right-col {
  height: fit-content;
  width: 57.5%;
  border-color: #F8D05D;
  border-width: 5px 1px 1px;
  border-style: solid;
  font-size: 0;
}


.post-featured-image-wrapper img {
  width: 100%;
}

.blog-post-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 80px;
}

.post-featured-image-wrapper {
  font-size: 0;
  line-height: 0;
}

.left-col h1 {
  margin-top: 50px;
  font-size: 50px !important;
  line-height: normal;
  color: black;
  margin-bottom: .5em;
  padding-top: 8px;
  font-weight: 700;
  font-family: __Texta_5;
}


.left-col-inner {
  margin-left: 20px;
  margin-right: 20px;
}

p.date {
  line-height: 22px;
  text-align: left;
  font-size: 18px;
  color: #7F7F7F;
  font-family: '__Texta_5';
  font-weight: 300;
  margin-left: 10px;
  margin-right: 10px;
}

.blog-post {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #424B55;
}


div#u478923 {
  background-color: #EC406F;
  height: 2px;
}



.blog-post__tags a {
  font-size: 18px;
}
.recent-post-wrapper .featured-post-wrapper h3 {
  text-align: left;
  margin-left: 10.19%;
}
.posts_by_topic {
  margin-top: 64px;
}


@media(max-width:1200px){
  .post-item {
    width: 100%;
    max-width: 33%;
  }
}
@media (max-width: 768px) and (min-width: 601px){
  div#u478923 {
    width: 76.26%;
    margin: 0 auto;
  }

}
@media(max-width:1000px){

  .left-col {
    width: 100%;
  }

  .right-col {
    width: 100%;
    width: 76.44%;
    margin-top: 23px;
  }

  .blog-post-header {
    margin-top: 16px;
    justify-content: center;
  }

  .featured-post-item {
    width: 100%;
    max-width: 274px;
  }

  .featured-inner {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  .posts_by_topic ul li {   
    width: 17.68%;
    height: auto;                  
  }                                     

  .hs-blog-listing .posts_by_topic ul {
    width: calc(100% + 30px)
      ;max-width: initial;
    margin: 0 -15px !important;
  }

  .posts_by_topic {
    margin-top: 20px;
  }

  .hs-blog-listing .content-wrapper {}

  .posts_by_topic ul li a {
    padding-bottom: 138.1578947368421%;
  }
  .blog-pagination {
    width: 100%;
    max-width: 100%;
  }
}


@media(max-width:830px){

  .post-item {
    width: 100%;
    max-width: 49%;
  }
}
@media(max-width:767px){

  .recent-post-wrapper .featured-post-wrapper h3 {
    font-size: 18px !important;
    font-family: __Texta_5 !important;
  }

  .featured-post-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .right-col {
    width: 100%;
  }
  .featured-inner {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .recent-post-wrapper .featured-post-wrapper h3 {
    text-align: center;
    margin-left: 0;
  }

  div#u478923 {
    width: 100%;
  }
}      

@media(max-width: 600px){   

  .posts_by_topic ul li {
    height: 162px;
  }

  .post-item {
    width: 100%;
    max-width: 373px;
  }

  .post-listing {
    justify-content: center;
    padding-top: 41px;
  }
  .posts_by_topic ul li {
    height: auto;
    width: 46.16%;
    margin: 0px 16px 15px;
  }

  .hs-blog-listing .posts_by_topic ul {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 92px;
    max-width: 100%;
    margin: 0 !important;
    padding: 0;
    margin: 0 auto !important;
    padding-top: 14px;
  }  .posts_by_topic ul li a{
    line-height: 0;
  }

}










@media(max-width: 480px){
  .post-item {
    width: 100%;
    max-width: 312px;
  }
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}



ul.ss-social-icons-container {}

.ss-rounded-icons {
  display: block;
  margin: 25px 0;
  clear: both;
}

.ss-rounded-icons p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, Arial, "Helvetica Neue", sans-serif;
  font-feature-settings:"liga";
  font-size:18px;
  font-style:normal;
}

.ss-rounded-icons p span {
  margin: 0 0 .75em;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  margin-bottom:0;
}

.ss-inline-share-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-font-smoothing: initial;
}

.ss-inline-share-content ul li {
  margin: 0 6px 6px 0!important;
  display: inline-block;
  float: left;
}

.ss-inline-share-content ul li a {
  width: auto;
  line-height: 32px;
  font-size: 14px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

span.ss-share-network-content {
  height: inherit;
  line-height: inherit;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

span.ss-share-network-content i {
  min-width: 32px;
  width: 32px;
  height: 32px;
}

span.ss-share-network-content svg {
  height: 14px;
  vertical-align: text-bottom;
  fill: currentColor;
}

a.ss-facebook-color {}

ul.ss-social-icons-container .ss-network-label {
  margin: 0 11px 0 10px;
  line-height: inherit;
  float: left;
  font-size: 12px;
  font-weight: 500;
  opacity: 1;
  color: #fff;
}.ss-facebook-color {
  background-color: #3b5998;
}.ss-twitter-color {
  background-color: #1da1f2;
}.ss-linkedin-color {
  background-color: #0077b5;
}.ss-envelope-color, .ss-subscribers-color {
  background-color: #323b43;
}.ss-copy-color {
  background-color: #323b43;
}.ss-shareall-color {
  background-color: #f1f1f1;
}

.ss-network-icon {
  background-color: rgba(0,0,0,.1);
  color: #fff;
}

.ss-inline-share-content ul li a:after {
  -webkit-transition: background .15s;
  transition: background .15s;
  content: '';
  background-color: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.ss-inline-share-content ul li a:hover:after {background-color: rgba(0,0,0,.1);}


.ss-powered-by {}

div#ss-copy-popup {

  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Arial,"Helvetica Neue",sans-serif;
  -webkit-font-smoothing: initial;
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: rgba(202,202,202,.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
.open-copy div#ss-copy-popup {
display:flex;

}

.ss-popup {
  border-radius: 2px;
  max-width: 90%;
  max-height: 90%;
  width: 720px;
  /* background-color: #fff; */
}

.ss-popup-heading {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  color: #323b43;
  background-color: #fff;
  line-height: 58px;
  height: 58px;
  padding: 0 0 0 24px;
  margin: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.ss-popup-overlay .ss-popup .ss-close-modal {
  margin-left: auto;
  padding: 0 24px;
  height: 100%;
  -webkit-transition: background .15s,color .15s;
  transition: background .15s,color .15s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a9a9a9;
}

.ss-popup-overlay .ss-popup .ss-close-modal svg {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  fill: currentColor;
}

.ss-popup-overlay .ss-popup .ss-popup-content {
  position: relative;
  top: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 70vh;
  background-color: #fff;
  overflow-y: scroll;
  padding: 24px 24px 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ss-popup-overlay .ss-popup .ss-powered-by {
  margin-top: 12px;
  font-size: 12px;
  text-align: center;
  color: #aaa;
  width: 100%;
}

.ss-popup-overlay .ss-popup .ss-powered-by a {
  color: #557ceb;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Arial,"Helvetica Neue",sans-serif;
}

.ss-popup-overlay .ss-popup .ss-powered-by a svg {
  height: 14px;
  display: inline-block;
  margin-right: 4px;
  margin-left: 1px;
  width: auto;
  vertical-align: text-bottom;
  fill: currentColor;
}

.ss-popup-overlay.ss-copy-visible .ss-popup .ss-copy-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.ss-popup-overlay .ss-copy-action .ss-copy-action-field {
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 2px;
  color: #323b43;
  font-family: inherit;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 48px!important;
  line-height: 48px!important;
  padding: 0 120px 0 50px!important;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  background-color: #fff;
  margin: 0;
}

.ss-popup-overlay .ss-copy-action .ss-button {
  -webkit-transition: .2s;
  transition: .2s;
  font-weight: 400;
  font-family: inherit;
  position: absolute;
  right: 6px;
  top: 5px;
  background-color: #557ceb;
  color: #fff;
  padding: 0;
  line-height: 38px;
  height: 38px;
  width: 105px;
  font-size: 16px;
  z-index: 9;
  border-radius: 2px;
}

.ss-copy-action .ss-share-network-tooltip {
  left: auto;
  margin-left: 0;
  right: 100%;
  margin-right: 12px;
  -webkit-transform: translateX(7px) translateY(-50%);
  -ms-transform: translateX(7px) translateY(-50%);
  transform: translateX(7px) translateY(-50%);
  display: none;
}

.ss-popup-overlay .ss-copy-action svg {
  position: absolute;
  height: 24px;
  width: 24px;
  top: 50%;
  left: 15px;
  margin-top: -12px;
  fill: #dadada;
}
/* ******************************************************************************
*********************************************************************************
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: 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: #eaebed;
  z-index: -1;
}
input.email-edit.hs-input {
  width: 100% !important;
}
ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}
p.header {
  position: static;
  background: transparent !important;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
input#hs-pwd-widget-password {
  width: 100%;
  height: 40px !important;
  outline: none;
  padding-left: 20px !important;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: unset;
  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: #494a52;
  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: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}