/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600,700');

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0; 
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


@font-face { 
  font-family: 'Roc Grotesk';
  font-weight: 400;
  src: url('https://3993861.fs1.hubspotusercontent-na1.net/hubfs/3993861/fonts/roc-grotesk-400.woff') format('woff');
}

@font-face { 
  font-family: 'Roc Grotesk';
  font-weight: 500;
  src: url('https://3993861.fs1.hubspotusercontent-na1.net/hubfs/3993861/fonts/roc-grotesk-500.woff') format('woff');
}

@font-face { 
  font-family: 'Roc Grotesk';
  font-weight: 600;
  src: url('https://3993861.fs1.hubspotusercontent-na1.net/hubfs/3993861/fonts/roc-grotesk-600.woff') format('woff');
}
/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} 

body {
  background: #fff;
  color: #6C7E8F;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Open Sans', sans-serif;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px){
  .container-fluid .row-fluid .page-center {
    max-width: 700px;
  }
}
@media (min-width: 768px){
  .container-fluid .row-fluid .page-center {
    max-width: 720px;
  }
}
@media (min-width: 992px){
  .container-fluid .row-fluid .page-center {
    max-width: 960px;
  }
}
@media (min-width: 1200px){
  .container-fluid .row-fluid .page-center {
    max-width: 1140px;
  }
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3390FF;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3390FF;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {
  font-weight: 600;
}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  color: #34495E;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-weight: 700;
  font-size: 65px;
  line-height: 1.3;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 26px;
  line-height: 45px;
}
h4 {
  color: #8897a6;
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 14px;
  line-height: 1.7;
}

/* Anchor Links */
a {
  color: #4CB58E;
  text-decoration:none;
}
a:hover, a:focus {
  color: #3C9272;
  text-decoration:none;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}
ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
}
ul > li {
  list-style-type: dics;
  padding-left: 10px;
}
ol {
  padding-left: 20px;
}
ol > li {
  padding-left: 10px;
}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #E0E6ED;
  background-color: #E0E6ED;
  height: 1px;
  border: none;
}
figcaption {
  font-size: 13px;
  color: #6D7F8F;
  text-align: center;
  padding-top: 20px;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}



/* =============== Sección columna estrecha =============== */


.bg-top-webinar {
  min-height: 650px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 200px;
  text-align: center;
  background-image: url("https://content.saleslayer.com/hubfs/filigrana.png");
  
}

.bg-top-webinar h1 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: 'Roc Grotesk';
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
}

.contenido-webinar {
  position: relative;
  display: block;
  margin-top: -200px;
  margin-bottom: 50px;
  background-color: #FFF;
  padding: 100px 150px 50px 150px;
  max-width: 940px;
  margin-left: auto !important;
  margin-right: auto;
  display: block;
  float: none !important;
  border-radius: 10px;
}

.contenido-webinar .columna-estrecha {
 margin-top: -150px 
}

.columna-estrecha {
 /* max-width:640px;
  display:block;
  margin-left:auto !important;
  margin-right:auto;
  float:none !important;*/
}

.columna-estrecha h1{	
  color: #34495E;	
  font-family: "Roc Grotesk";	
  font-size: 65px;	
  line-height:85px;
  font-weight: 600;  
  text-align:center;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 48px;
  line-height: 60px;
}
.columna-estrecha h4 {
  color: #36495E;	
  font-family: "Open Sans";	
  font-size: 24px;	
  line-height: 33px;
  font-weight:600;
  margin-bottom:10px;
}

.mini {
  color: #4CB58E;
  font-family: "Open Sans";	
  font-size: 14px;
  font-weight:600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

.columna-estrecha .mini {
  color: #4CB58E;
  font-family: "Open Sans";	
  font-size: 14px;
  font-weight:600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

/*.columna-estrecha h2 {
  color: #36495E;	
  font-family: "Open Sans";	
  font-size: 32px;	
  line-height: 47px;
  font-weight:normal;
}*/


.columna-estrecha li {
  
  line-height: 30px;
    font-weight: 400;
    font-style: normal;
    /*font-size: 16px;*/
    list-style-type: disc;
  color: #4CB58E;
    /*list-style-image: url(https://3993861.fs1.hubspotusercontent-na1.net/hubfs/3993861/A_Templates/bullet-green.svg);*/
    /*padding-left: 10px;
  	padding-bottom:10px;*/
}

.columna-estrecha li span{
 color:#6C7E8F; 
}

.persona {
  padding-bottom:20px;
  }

.persona img {
  max-width:80px;
}

.persona .texto {
 padding-left:20px; 
}


.nombre-persona {
  color: #36495E;
  font-weight:600;
}


.cargo-persona {
  color:#6D7F8F;
  font-weight:400;
}



/* =============== Header Vero=============== */
.c-resource--header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
position: relative;
}

.c-resource--header img{
  width: 100%;
max-width: 1440px;
-o-object-fit: cover;
object-fit: cover;
max-height: 650px;
  max-width: unset;
}





.imagen-cabecera{
    background-image: url("https://3993861.fs1.hubspotusercontent-na1.net/hubfs/3993861/WEBINAR/marketplace-strategies.jpg");
    padding: 140px 0 100px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #36495E;
    min-height: 650px !important;

}

.imagen-cabecera-demo{
    background-image: url("https://3993861.fs1.hubspotusercontent-na1.net/hubfs/3993861/WEBINAR/DEMO%20WEBINAR%20ON%20DEMAND/cabecera-webinar-demo.png");
    padding: 140px 0 100px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    max-height: 650px !important;

}


.cabecera-brandmanagers {
    background-image: url("https://3993861.fs1.hubspotusercontent-na1.net/hubfs/3993861/WEBINAR/BRAND%20MANAGERS%20-%20NOV/cabecera-webinar-brandmanagers.jpg");
    padding: 140px 0 100px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #36495E;
    min-height: 650px !important;  
  
}


.cabecera-featured-image {
   /* background-image: url(); */
   padding: 140px 0 100px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #F9FAFC;
    min-height: 600px !important;  
  
}


.cabecera-titular {
    max-width:779px;
    display:block !important;
    margin-left:auto !important;
    margin-right:auto !important;
    float:none !important;
}


.enroll-button, body input[type="button"] {
    font-family:'Open sans', arial, sans-serif !important;
    font-size:16px !important;
    font-weight:600 !important;
    text-align:center !important;
    color:#FFFFFF !important;
    background-color:#4CB58E !important;
        border-color:#ffffff !important;
    padding:16px 37px !important;
    border-radius:27px !important;
    width:auto !important;
    display:block !important;
    margin-left:auto !important;
    margin-right:auto !important; 
    outline:0;
    cursor:pointer; cursor: hand
    -webkit-font-smoothing: antialiased;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-width: 0;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    
}



.enroll-button, body input[type="button"]:hover  {

    color:#FFFFFF !important;
    background-color:#3C9272 !important;
    border-color:#3C9272 !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  
}



.boton-alineado {
 /*display:flex !important;  */
  display:block;
  margin-left:auto;
  margin-right:auto;
}








.header-container-wrapper {}
.body-container-wrapper .body-container .page-center {
  padding-top: 30px;
  padding-bottom: 30px;
}
.blog .body-container-wrapper .body-container .page-center{
  padding-top: 0px;
  padding-bottom: 0px;
}
.body-container-wrapper .body-container .banner-area .page-center {
  padding-top: 0px;
  padding-bottom: 0px;
}
.header-container {
  min-height:67px!important;
}

.header-group {
  width: 100%!important;
  height: 100%;
  padding: 18px 0 18px 0;
}
.header-group .page-center > .row-fluid-wrapper > .row-fluid {
  position: static;
  display: flex;
  background: none;
  justify-content: space-between;
  align-items: center;
  pointer-events: all;
  border: none;
}
.header-group .page-center > .row-fluid-wrapper > .row-fluid::before, .header-group .page-center > .row-fluid-wrapper > .row-fluid::after {
  display: none;
}
.header-logo {
  float: none!important;
  width: auto!important;
  padding: 0;
  flex-grow: 1;
  margin: 0!important;
}
.desktop-menu {
  float: none!important;
  width: auto!important;
  padding: 0!important;
  margin: 0!important;
}
.header-logo a {
  padding: 15px 0;
  color: #8897a6 !important;
  display: inline-block;
  font-size: 16px;
  float: left;
  vertical-align: middle;
  height: 44px;
  width: 175px;
}
.header-logo a> img {
  margin-top: -15px;
}

.mobile-logo > a {
  background-image: url('//3993861.fs1.hubspotusercontent-na1.net/hubfs/3993861/Saleslayer_Aug2018/Images/anagrama.svg');
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 32px;
}
.menu-wrapper {
  position: absolute;
  top: 26px;
  right: 20px;
  height: 14px;
  width: 25px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.menu-wrapper span {
  background: #4CB58E;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.menu-wrapper span:nth-of-type(2) {
  top: 7px;
}
.menu-wrapper span:nth-of-type(3) {
  top: 14px;
}


/* =============== Header Thank you page =============== */

.tkp-cabecera{
    padding: 120px 0 80px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    min-height: 650px !important;

}

.tkp-cabecera h1{	
  color: #34495E;	
  font-family: "Open Sans";	
  font-size: 65px;	
  line-height:85px;
  font-weight: bold;  
    text-align:center;
    margin-bottom:10px;

}

.tkp-cabecera h3{	
  color: #8897A6;	
  font-family: "Open Sans";	
  font-size: 24px;	
  line-height:40px;
  font-weight: normal;  
    text-align:center;
  margin-top:5px !important;
    margin-bottom:35px !important;
  max-width:530px;
  display:block;
  margin-left:auto;
  margin-right:auto;

}


.tkp-cabecera p{
  color: #34495E;	
  font-family: "Open Sans";	
  font-size: 18px;	
  font-weight: bold; 
    line-height:27px;
    text-align:center;
    margin-top:10px;
    margin-bottom:40px;
    
}

.tkp-cabecera a{
    text-decoration:none;
    
}

.tkp-cabecera-box {
    padding-left:80px !important;
    padding-right:80px !important;
}

.tkp-cabecera-titular {
    max-width:779px;
    display:block !important;
    margin-left:auto !important;
    margin-right:auto !important;
    float:none !important;
}


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

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

/* =========== POLITICA PRIVACIDAD FORM BUTTON ========== */

div.input > ul > li > label > span {
    font-size: 12px !important;
    color: #8897A6;
    text-align: left;
}

legend.hs-field-desc {
  display: block;
  font-size: 12px !important;
    color: #8897A6;
    text-align: left;
    display: block;
}

div.hs_submit.hs-submit {
  display: block;
  padding: 0 10px 0 0;
}


/* =============== Form =============== */


.form-shadow {
    background-color:white;
    padding:10px 58px 56px 58px;
    box-shadow: 0 10px 30px 0 rgba(224,229,238,0.6);
    background: white;
    /*border-top: 7px solid #4cb58e;*/
    
}

.formulario h3{
    margin-bottom: 0;
   margin-top:40px;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    color: #34495E;
    /*text-align: left;*/
    text-align: center;
    line-height: 33px;
    /*margin-top:29px;*/
    margin-bottom:50px;
}

.formulario .actions .hs-button{
    background-color: #3bc693;
    height: 54px;
    /*width: 48%;*/
    width:100%;
    margin: 0;
    font-weight: 600;
    font-style: normal;
    font-size: 16.0px;
    text-align: center;
    line-height: 24.0px;
    border: 0;
    color:#fff;
    border-radius: 6px;
    margin-right: 6px;
    margin-top: 14px;
}

 .hs-button.large.primary{
     -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*-webkit-border-radius: 0;
    -moz-border-radius: 0;
    */
 }

.formulario .actions :hover{
    /*box-shadow:0 0 10px 2px rgba(0,0,0,0.2);*/
    cursor: pointer;
}


.formulario .hs-form-required {
    display:none;
}


.formulario .input{
  font-family:'Open sans', arial, sans-serif !important; 
   margin-bottom:20px;
  color:#8897A6;
  font-size:16px;
 /* background: rgba(255,255,255,0.0);
    margin: 0;*/
   /*  border-radius: 4px;
   border-style: solid;
    border-width: 1px;
    border-color: rgba(211,220,230,1.0);
   
    text-align:center;*/
}

.formulario .input .hs-input{
	font-family:'Open sans', arial, sans-serif !important;
  outline: 0px;
  font-size: 16px;
  /*  background-color: rgba(255,255,255,0.0);
    margin: 0;
    font-weight: 400;
    font-style: normal;
    
    color: rgba(136,151,166,1.0);
    text-align: left;
    line-height: 31.0px;*/
   /* border: 0;*/
  /*  padding:10px 10px 10px 15px;
    width:100% !important;
    /*color:#E8665C !important;*/
   /* height:51px !important;*/
}





/*
.formulario{
    /*max-width: 550px;*//*
    max-width: 850px;
    float: none !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.formulario label {

    display:block;
    margin-bottom:15px;
   color: #29384b;
line-height: 1.5em;
font-size:15px;
}





.formulario form fieldset{
    /*max-width: 550px;*//*
    max-width: 850px;
}

.formulario .actions{
    text-align:right;
}




/*


/* =============== Upcoming webinars ============== */


.upcoming-webinars {
  max-width:945px;
  display:block;
  margin-left:auto !important;
  margin-right:auto;
  margin-top:100px;
  float:none !important;
}

.upcoming-webinars h2 {
  color: #36495E;	
  font-family: "Open Sans";	
  font-size: 32px;	
  line-height: 47px;
  font-weight:normal;
  text-align:center;
    margin-bottom:47px;
}


.upcoming-webinars h3 {	
  font-size: 20px;	
  line-height: 30px;
  font-weight:bold;
  max-width:420px;

}

.upcoming-webinars p{ 
    margin-top:20px;
  margin-bottom:20px;
}


.upcoming-webinars p::before { 
  content: "";
    display: block;
    background: url("https://3993861.fs1.hubspotusercontent-na1.net/hubfs/3993861/WEBINAR/EJEMPLO%20WEBINAR%20OCT%202018/ic_calender.svg") no-repeat;
    width: 22px;
    height: 29px;
    float: left;
    margin: 1px 13px 0 0;
}

.cta-register {
 float:right; 
}




/* =============== CTA Get Started =============== */



.get-started-section{
    text-align:center;
    margin-top:70px;
  margin-bottom:80px;
    padding-left:60px;
    padding-right:60px;
}


.get-started-title h2{

  margin-bottom:0px;
  font-weight:normal;
  max-width: 652px;	
  color: #36495E;	
  font-family: "Open Sans";	
  font-size: 28px;	
  line-height: 45px;
  display:block;
  margin-left:auto;
  margin-right:auto;
  max-width:485px;
  
  
  
}

.get-started-content h4{
    color: #6D7F8F;	
    font-size: 18px;	
    line-height: 40px;
    font-weight:normal;
  margin-top:10px;
}

.get-started-button a{
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    border-width: 0;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    line-height: 1.5em;
    padding: 12px 0;
    border-radius: 27px;	
    background-color: #4CB58E;
    font-size: 20px;	
    line-height: 27px;
    text-decoration:none;
    color:#fff;
    width:233px;
    margin-bottom:35px;
    margin-top:17px;
}




/* =============== NO WEBINARS  =============== */


.no-webinars .body-container-wrapper > .body-container {
  border-bottom: 0px;
}

.no-webinars .cabecera-box h1 {
  
  font-size:45px;
  line-height:55px;
  margin-top:90px;
  
}

.no-webinars h2 {
 text-align:center;
  margin-top:0px;
  
}

.no-webinars p {
 text-align:center;
  
}




@media (max-width: 640px) {

.no-webinars .cabecera-box h1 {
  
  font-size:36px;
  
}
  
}




/* =============== LP demo guiada A y B  =============== */



.hs_error_rollup label {
  
  display:none;
}


.demo-guiada .body-container-wrapper > .body-container {
  border-bottom: 0px;
}



.contenedor-pantalla {
  max-width:1180px;
  display:block;
  margin-left:auto !important;
  margin-right:auto;
  float:none !important;
  margin-top:30px;
  
}

.contenedor-pantalla .solicita-tu-demo-text {
  font-size: 18px;
  line-height: 30px;}



.contenedor-pantalla h1 {
  max-width: 629px;	
  color: #36495E;	
  font-family: "Open Sans";	
  font-size: 35px;	
  font-weight: bold;	
  line-height: 54px;
  margin-top:36px;
  margin-bottom:45px;
}

.contenedor-pantalla h2 {	
  color: #36495E;	
  font-family: "Open Sans";	
  font-size: 29px;	
  font-weight: bold;	
  line-height: 47px;
margin-top:55px;
  margin-bottom:10px;
  
  }

.hidden-xs {
 margin-right:140px; 
  
}

.bloque-caracteristicas {
  
 margin-bottom:40px; 
}

.bloque-caracteristicas img {
  margin-top:10px; 
  
}

.texto-caracteristicas {
 max-width:455px; 
  
}

.video-button {
  margin-top:30px;
  
}

.video-button a {
  	color: #4CB58E;	
  font-family: "Open Sans";	
  font-size: 14px;	
  font-weight: 600;	
  letter-spacing: 1.01px;	
  line-height: 19px;
	padding:16px 27px;
  border-radius: 27px;	
  background-color: #FFFFFF;	
  box-shadow: 0 5px 15px 0 rgba(224,229,238,0.6);
  
  
}


.video-button a:hover {
	
  box-shadow: 0 5px 15px 0 rgba(224,229,238,1);
  
  
}

.video-button a::before {
content:url('https://3993861.fs1.hubspotusercontent-na1.net/hubfs/3993861/play.svg');
margin-right:15px;
  vertical-align: -webkit-baseline-middle;

  
}

.logos-demo {
  
  margin-top:60px;
}

.logos-demo img {
  
  margin-right:50px;
}


.spacer-60 {
  
 padding:30px; 
}

.formulario label {
  
  color: #34495E;	
  font-family: "Open Sans";	
  font-size: 15px;	
  line-height: 18px;
  
}


.demo-guiada .hs-button.large.primary {
 margin-bottom:20px; 
}






@media (max-width: 1400px) {

.contenedor-pantalla {
  max-width:80%;
  
}
  
}



@media (max-width: 1267px) {
  
.logos-demo img {
  
  margin-right:30px;
  margin-bottom:30px;
}
  
  .hidden-xs {
max-width:90% !important; 
  
}
  
.demo-guiada .contenedor-pantalla h2 {	
  
   font-size: 24px ;	
  line-height: 36px;

 
  }
  
.demo-guiada .contenedor-pantalla h1 {
  
  font-size: 32px !important;		
  line-height: 46px;

}
  
  
.demo-guiada .form-shadow{
  padding:10px 45px 56px 45px;
  
  }
  
  
}



@media (min-width: 767px) and (max-width: 869px){

  .contenedor-pantalla .solicita-tu-demo-text {
  font-size: 16px;
  line-height: 28px;
  
  }
  
  
.demo-guiada .contenedor-pantalla h1 {
  
  font-size: 28px !important;		
  line-height: 42px;

}
  
.demo-guiada .form-shadow {
   box-shadow: none !important;
  padding:25px 0px 56px 0px;
  }  
  
  
}




@media (max-width: 767px) {

.hidden-xs {
  display:none !important;
  
}
  
.demo-guiada .form-shadow {
   box-shadow: none !important;
  padding:10px 0px 56px 0px;
  }
  
 
  
}


/* == B == */


.demo-guiada-2 .body-container-wrapper > .body-container {
  border-bottom: 0px;
}

.demo-guiada-2 h1 {
  
  max-width: 857px;	
 font-size: 45px;	
	letter-spacing: -0.73px;	
  line-height: 64px;	text-align: center;
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-top:70px;
  margin-bottom:150px;
}


.demo-guiada-2 h2 {
  
	font-size: 32px;	
  line-height: 47px;
  font-weight:normal;
  margin-top:0px;
  margin-bottom:20px;
}


.demo-guiada-2 h3 {


	font-size: 32px;	
  line-height: 47px;	
  text-align: center;
  font-weight:normal;
  margin-top:80px;
  margin-bottom:70px;
  


}

.demo-guiada-2 .formulario h3 {
  font-size: 24px;	
  line-height: 33px;	
  margin-top:40px;
  margin-bottom:40px;
  
}



.demo-guiada-2 h4{
 
  font-size: 20px;	
  font-weight:normal;
  line-height: 27px;	
  text-align: center;
  color: #34495E;
  
}


.demo-guiada-2-ppl img {
  
 margin-top:60px;

  
}


.demo-guiada-2 .bloque-caracteristicas {
  
 text-align:center;
}

.demo-guiada-2 .bloque-caracteristicas img {
  
 display:block;
  margin-left:auto;
  margin-right:auto;
}

.demo-guiada-2 .logos-demo {
 margin-top:60px;
  margin-bottom:120px;
  display:block;
  margin-left:auto !important;
  margin-right:auto;
  
}


.demo-guiada-2 .logos-demo img {

  margin-right:35px;
  margin-left:35px;
  vertical-align: -webkit-baseline-middle;
  
}




@media (max-width: 1267px) {
  
.demo-guiada-2 .sidebar {
  padding-right:40px;
  
  }
  
}



@media (max-width: 960px) {
  
.demo-guiada-2 h1 {
  
  margin-bottom:70px;
  }
  
  .demo-guiada-2 .form-shadow {

  padding:0px 25px 43px 25px;
  
  }
  
}





@media screen and (max-width:768px) {

  
.demo-guiada-2 h1 {
  font-size: 27px;	
  line-height: 38px;
  margin-top:30px;
  margin-bottom:60px;
  
  }
  
  
 .demo-guiada-2 h2 {
  font-size: 22px;	
  line-height: 42px;
  margin-top:70px;
   text-align:center;
  
  } 
  
  
.demo-guiada-2 .formulario h3 {
  font-size: 22px;	
  line-height: 30px;	

  
}  
  
.demo-guiada-2 .texto-caracteristicas {
  
 text-align:center; 
  max-width:none;

  }
  
  
.demo-guiada-2-ppl img {
  
 margin-top:50px;
  display:block;
  margin-left:auto;
  margin-right:auto;

  
}  
  
  
.demo-guiada-2 .sidebar {
  padding-right:0px;
  
  }  
  
  
  
.demo-guiada-2 h3 {


	font-size: 22px;	
  line-height: 42px;	
  margin-top:40px;
  margin-bottom:65px;
  
}  
  
  
.demo-guiada-2 .logos-demo img {

  margin-bottom:50px;
  
}  
  
  
  
.demo-guiada-2 .stack-row > .row-fluid-wrapper > .row-fluid{
  display: -webkit-box;   
    display: -moz-box;      
    display: -ms-flexbox;   
    display: -webkit-flex;  
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
    .demo-guiada-2 .main-content{
        order: 1;
-webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    
        width: 100%;
    }
    .demo-guiada-2 .sidebar {
        order: 2;
-webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
        width: 100%;
    }
}
 
/* =============== LP WEBINAR VIDEO  =============== */
#webinar-video {
  max-width: 1037px;
  margin: 0 auto;
  float: none;
  padding-top: 40px;
  padding-bottom: 160px;
}
#webinar-video h1{	
  color: #34495E;	
  font-family: "Open Sans";	
  font-size: 45px;	
  line-height:65px;
  font-weight: bold;  
  text-align:center;
  margin-top: 0px;
  margin-bottom: 60px;
}

#webinar-video h4 {
  color: #4CB58E;
  font-family: "Open Sans";	
  font-size: 14px;
  font-weight:600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}


/* =============== FREE TRIAL A y B  =============== */

.free-trial .body-container-wrapper > .body-container {
  border-bottom: 0px;
}


.free-trial h1 {
  
  max-width: 857px;	
 font-size: 45px;	
	letter-spacing: -0.73px;	
  line-height: 64px;	text-align: center;
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-top:70px;
  margin-bottom:10px;
}


.free-trial h2 {
  
 font-size: 24px;		
  line-height: 32px;	
  margin-top:10px;
}


.free-trial h3 {
  
  max-width: 857px;	
  font-size: 24px;	
  font-weight: 600;
  line-height: 38px;	
  color: #4CB58E;
  text-align: center;
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  margin-bottom:120px;
}


.free-trial h4 {
  
  margin-top:12px;
  margin-bottom:12px;
  color: #36495E;	
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  
  
  
}

.free-trial .bloque-caracteristicas {

  padding-right:60px;
  
}


.free-trial .form-section{
  padding-left:60px;
  
}

.free-trial .form-shadow {
  
 padding: 40px 58px 65px 58px; 
  
}

.free-trial .solicita-tu-demo-text  {
  
 font-size:16px; 
  
}


.bullets-numeros {
 margin-bottom:40px; 
}



.free-trial .logos-demo {
 margin-top:120px;
  margin-bottom:120px;
  display:block;
  margin-left:auto !important;
  margin-right:auto;
  
}


.free-trial .logos-demo img {

  margin-right:35px;
  margin-left:35px;
  vertical-align: -webkit-baseline-middle;
  
}


.free-trial .formulario {
  
 margin-top:-80px; 
}



@media (max-width: 1200px) {
  

  
.free-trial h1 {
  	
max-width:590px;

}  
  
.free-trial .bloque-caracteristicas {

  padding-right:30px;
  
}


.free-trial .form-section{
  padding-left:30px;
  
}  
 
  
  
  
}


@media (max-width: 960px) {
  
  
.free-trial .form-shadow {
  
 padding: 25px 25px 40px 25px; 
  
}
  

.free-trial h2 {
  
 font-size: 22px;		
  line-height: 30px;	

}  
  
  
  
}



@media screen and (max-width:768px) {

  
  
.free-trial h1 {
  	
 font-size: 28px;		
  line-height: 38px;	
  margin-top:20px;

}


.free-trial h3 {
  
 font-size: 18px;	
 margin-bottom:60px;
}
  
  
.free-trial h4 {
  
  font-size: 18px;
  line-height: 27px;
     
}  
  
  
  
.free-trial .bloque-caracteristicas {
  margin-top:60px;
  padding-right:0px;  
  
  }
  
  
.free-trial .texto-caracteristicas {
  
max-width:100%;  
  
  }
  
 .bullets-numeros {
     text-align:center;
  }
  
  
  .bullets-numeros img {
     display:block;
    margin-left:auto;
    margin-right:auto;
  } 
  
.free-trial .form-section{
  padding-left:0px;
  
}  
  
.free-trial .formulario {
  
 margin-top:-20px; 
}  
  
  
.boton-centrado {
  text-align:center;
  
  }
  
  .free-trial .stack-row > .row-fluid-wrapper > .row-fluid{
  display: -webkit-box;   
    display: -moz-box;      
    display: -ms-flexbox;   
    display: -webkit-flex;  
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
    .free-trial .main-content{
        order: 1;
-webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    
        width: 100%;
    }
    .free-trial .sidebar {
        order: 2;
-webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
        width: 100%;
    }
  

.free-trial .logos-demo img {

  margin-bottom:50px;
  
}  
  
  
  
}





/* == B  == */


body.free-trial-b {
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 50%, #F9FAFC 50%);
}

.free-trial-b .body-container-wrapper > .body-container {
  border-bottom: 0px;
}

.free-trial-b .contenedor-pantalla {
  max-width:none;
  margin-top:0px;
  
}

.free-trial-b .logo img {
 margin-left:5%;
  
}


.free-trial-b .left-column h1 {
  
  	font-size: 32px;
  line-height: 47px;
  margin-top:100px;
  margin-bottom:10px;
}



.free-trial-b .left-column {
  
  	max-width:50%;
  font-size:16px;
}


.iniciar-sesion {
 text-align:center;
  font-size:15px;
  margin-top:40px;
  
}


.left-column .centrado {
  
  max-width: 404px;
    display: block;
    margin-left: auto !important;
    margin-right: auto;
    float: inherit;
  
}


.free-trial-b .right-column {
  
 	max-width:50%;
  
}


.free-trial-b .right-column h2 {
  
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  margin-top:0px;
  margin-bottom:40px;
  
}


.right-column .centrado {
  
  max-width: 575px;
    display: block;
    margin-left: auto !important;
    margin-right: auto;
    float: inherit;
    text-align:center;
 font-size:14px;

  
}


.macbook img {
  
 margin-top:80px !important; 
}


.free-trial-b .texto-caracteristicas {
  
  margin-top:40px;
  display:block;
  margin-left:auto !important;
  margin-right:auto;
  float:none;
  max-width:none;
  
}


.free-trial-b .logos-demo {
display:block;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  
}


.free-trial-b .logos-demo img {
 margin-right: 20px;
    margin-left: 20px;
    vertical-align: -webkit-baseline-middle; 
  
}


@media (max-width: 1200px) {
  

.free-trial-b .contenedor-pantalla {
  max-width:90%;
  
}  
  
  
.free-trial-b .logo img {
 margin-left:0;
  
}  
  
  
.free-trial-b .left-column h1 {
  
  	font-size: 24px;
  line-height: 37px;
  margin-top:80px;

} 
  
  
.left-column .centrado {
  
  max-width: 80%;
   
  
}  
  
  .right-column .centrado {
  
  max-width: 80%;
   
  
} 
  
  
.macbook img {
  
 margin-top:50px !important; 
}  
     
  
}





@media screen and (max-width:768px) {
  
body.free-trial-b {
    background: #FFFFFF;
}  
  
.free-trial-b .contenedor-pantalla {
  max-width:80%;
  
}   
  
.free-trial-b .left-column {
  
  	max-width:100%;
}
  
  
.left-column .centrado {
  
  max-width: 100%;
  
}  

  
.free-trial-b .left-column h1 {
  
  margin-top:50px;
  margin-bottom:10px;
}  
  
  
.free-trial-b .right-column {
  
 	display:none;
  
}  
  
  
}




/* =============== Content =============== */

.body-container-wrapper {}
body {
  overflow-x:hidden;
}
.body-container-wrapper > .body-container {
  border-bottom: solid 1px #E0E6ED;
}
.hs-blog-post .body-container-wrapper > .body-container {
  border-bottom: none;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.banner-area {
  padding-top: 70px;
  padding-bottom: 160px;
}
.banner-contant-area {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.banner-contant-wrapper {
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
}
.banner-heading {
  font-weight: 700;
  color: #34495E;
  margin: 0 0 20px;
}
.banner-subheading {
  color: #8897a6;
  margin: 0 0 20px;
  font-weight: 400;
}
.banner-btn{
  padding: 16px 30px;
  font-size: 18px;
  margin-top: 20px;
  border-radius: 100px;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  text-shadow: none;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
}
.btn-1  {
  color: #fff;
  background: #4CB58E;
  border: none;
  padding: 16px 35px;
}
.btn-1:hover {
    background: #3C9272;
    color: rgb(255,255,255);
}
.btn-2 {
  margin-left: 5px;
  border: solid 1px #D3DCE6;
  color: #34495E;
}
.btn-2:hover {
    color: #FFF;
    background: #4CB58E;
    border-color: #4CB58E;
}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}
.bottom-footer-group .page-center > .row-fluid-wrapper > .row-fluid {
  margin: 0 -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
}
.bottom-footer-group .page-center > .row-fluid-wrapper > .row-fluid::before, .bottom-footer-group .page-center > .row-fluid-wrapper > .row-fluid::after {
  display: none;
}
.bottom-footer-wrapper {
  padding: 0 15px;
  margin-bottom: 20px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.bottom-footer-wrapper ul {
  padding-left: 14px;
  float: left;
  margin: 0;
  background: url(https://3993861.fs1.hubspotusercontent-na1.net/hubfs/3993861/Saleslayer_Aug2018/Images/icon-glob.svg?t=1542021206803) left 1px no-repeat;
}
.bottom-footer-wrapper ul > li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}
.bottom-footer-wrapper ul > li > a {
  padding: 0 8px;
  float: left;
  font-size: 12px;
  line-height: 18px;
  color: #6C7E8F;
  position: relative;
}
.bottom-footer-wrapper ul > li:first-child > a::after {
  content: ""; 
  width: 1px;
  height: 10px;
  background-color: rgba(0, 56, 222, 0.54);
  position: absolute;
  top: 3px;
  right: 0;
}
.bottom-footer-wrapper ul > li > a:hover {
  color: #4CB58E;
}
.top-footer-group {
  padding-top: 70px;
}
.top-footer-group .page-center > .row-fluid-wrapper > .row-fluid {
  margin: 0 -15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
}
.top-footer-group .page-center > .row-fluid-wrapper > .row-fluid::before, .top-footer-group .page-center > .row-fluid-wrapper > .row-fluid::after {
  display: none;
}
.footer-main-logo {
  padding: 0 15px;
  width: auto!important;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  float: none !important;
}
.footer-main-logo img {
  margin-bottom: 80px;
  vertical-align: baseline;
}
.footer-menu-logo-area {
  margin: 0!important;
  padding: 0 15px;
  width: auto!important;
  float: none!important;
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footer-menu-logo-area {
    margin: 0!important;
    padding: 0 15px;
    width: auto!important;
    float: none!important;
    -ms-flex: 0 0 69%;
    -webkit-box-flex: 0;
    flex: 0 0 69%;
  }
}
.footer-menu-logo-area > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
}
.footer-menu-logo-area > .row-fluid-wrapper > .row-fluid::before, .footer-menu-logo-area > .row-fluid-wrapper > .row-fluid::after {
  display: none;
}
.footer-menu {
  margin-bottom: 60px;
  width: auto!important;
  float: none!important;
  margin-left: 0!important;
  flex-basis: 16%;
}
.footer-menu ul{
  padding: 0;
  margin: 0;
}
.footer-menu ul li{
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-menu ul:first-child > li > a{
  text-transform: uppercase;
  color: #34495E;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.7;
  cursor: text;
}
.footer-menu-logo-area .hs-menu-children-wrapper {
  position: static!important;
  visibility: visible!important;
  opacity: 1!important;
}
.footer-menu ul > li > ul > li > a{
  font-size: 14px;
  color: #6C7E8F;
  display: inline!important;
  white-space:normal!important;
}
.footer-menu ul > li > ul > li > a:hover {
  color: #4CB58E;
}
.footer-logo-list {
  margin: 0 0 60px 0!important;
  width: auto!important;
  float: none!important;
  flex-basis: 16%;
}
.footer-logo-list ul {
  padding: 0;
  margin: 0;
}
.footer-logo-list ul > li {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

.footer-logo-list ul > li:nth-child(1) {
  padding-top: 0;
}
.footer-logo-list ul > li > img {
  vertical-align: baseline;
  max-width: unset;
}



/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */
@media screen and (min-width:1161px) {
  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{
    vertical-align: top;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 0 20px;
    margin: 0;
    list-style: none;
    float: none!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 15px 0;
    color: #8897a6;
    display: inline-block;
    font-size: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color:#4cb58e;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    transition: transform 0.2s, opacity 0.2s ease;
    left: auto!important;
    border-radius: 4px;
    box-shadow: 0 5px 30px 0 rgba(224, 229, 238, 0.8);
    position: absolute;
    background: #FFF;
    z-index: 100;
    min-width: 220px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    margin: 0;
    list-style: none;
    padding: 10px 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    display: block;
    padding: 10px 20px;
    line-height: 16px;
    font-size: 16px;
    vertical-align: middle;
    color: #8897a6;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #4cb58e;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    display: flex;
    cursor: default;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a > svg {
    position: relative;
    margin-left: 6px;
    top: 12px;
  }
  /*.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > li:first-child > a {
    font-size: 16px;
    color: #34495E !important;
    background: none;
    border-radius: 100px;
    border-style: solid;
    border-width: 1px;
    border-color: #D3DCE6;
    padding: 12px 28px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-decoration: none;
    font-family: sans-serif;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    max-width: 96.55555px!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > li:first-child > a:hover {
    background: #4CB58E;
    color: #FFF !important;
    border-color: #4CB58E;
  }
  */
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > li:first-child > a {
    color: #8897a6 !important;
    padding-right:20px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > li:first-child > a:hover {
    color: #4CB58E !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > li:last-child > a {
    font-size: 15px;
    color: #4CB58E !important;
    border-radius: 100px;
    background: #fff;
    padding: 12px 24px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    border: 2px solid #4CB58E;
    text-align: center;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-decoration: none;
    font-family: sans-serif;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > li {
    display: inline!important;
    vertical-align: baseline;
    float: none!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > li:last-child {
    margin-left: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > li:last-child > a:hover {
    background: #3C9272;
  }
  .desktop-menu.custom-menu-primary .hs-menu-wrapper > ul {
    position: static;
    display: flex;
    background: none;
    justify-content: space-between;
    align-items: center;
    pointer-events: all;
    border: none;
  }
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1161px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .mobile-logo, .mobile-menu, .menu-wrapper{
    display:none!important;
  }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 1160px){



  .desktop-logo, .desktop-menu{
    display:none!important;
  }

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }



  /* Change button when menu is open */


  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .mobile-open .custom-menu-primary.js-enabled {
    opacity: 1;
    visibility: visible;
    height: 100vh;
    z-index: 99;
  }


  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
  }
  .custom-menu-primary .hs-menu-wrapper{
    position: static;
    height: 100%;
    top: 0;
    font-size: 24px;
    text-align: left;
    padding: 100px 0 18px 20px;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    width: auto;
  }
  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }

    100% {
      opacity: 1;
      left: 0;
    }
  }

  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }

    100% {
      opacity: 1;
      left: 0;
    }
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    display: block;
    height: calc(100% / 4) !important;
    min-height: 50px !important;
    position: relative !important;
    width: auto;
    opacity: 0;
    float: none !important;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li{
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    display: block;
    position: relative;
    color: #34495E;
    text-decoration: none;
    overflow: hidden !important;
    line-height: 1.7;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{

  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .mobile-open .menu-wrapper .top {
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    transform: translateY(7px) translateX(0) rotate(45deg);
    background: #4CB58E;
  }
  .mobile-open .menu-wrapper .middle {
    opacity: 0;
    background: #4CB58E;
  }
  .mobile-open .menu-wrapper .bottom {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    background: #4CB58E;
  }
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */
.blog-banner {
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 40px;
}
.blog-banner-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.blog-banner-content-division {
  background: rgba(76, 181, 142, 0.06);
  display: flex;
  display: -ms-flexbox;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-banner-img-wrapper {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-banner-content-wrapper {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 2rem;
}
.blog-banner-image {
  width: 100%;
  height: 100%;
  min-height: 200px;
  background-size: cover;
  background-position: 50%;
}
.blog-banner-content {
  max-width: 550px;
  margin-left: auto;
  padding: 10rem 5rem 10rem 0;
}
.blog-banner-content .tag-area {
  font-size: 14px;
  padding: .4rem .9rem;
  margin: 0 0 25px 0;
  background: #4CB58E;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.1em;
  border-radius: 3px;
  font-weight: 600;
}
.blog-banner-title {
  color: #34495E;
  font-size: 44px;
  line-height: 60px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.blog-banner-title > a {
  color: #34495E;
}
.blog-banner-description {
  max-width: 20rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 20px 0;
}
.blog-banner-author-wrapper, .blog-post-author-wrapper {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
}
.blog-banner-author-image > img, .blog-post-author-image > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: baseline;
}
.blog-banner-author-description, .blog-post-author-description {
  font-weight: 600;
  color: #34495E;
  display: inline-block;
  letter-spacing: 0.1em;
  transition: color .15s;
  padding-left: 13px;
}
.blog-post-item, .blog-most-popular-post-area {
  padding: 120px 15px 0 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.top-blog-and-most-popular-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-left: -40px;
}
.hs-blog-listing .blog-content > .row-fluid-wrapper > .row-fluid > .span12 > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-left: -40px;
}
.blog-post-image-wrapper{
  text-align:center;
}
.blog-post-image-wrapper a > img {
  max-width: 100%;
  height: auto;
  width:100%;
}
.blog-post-topic {
  font-size: 11px;
  padding: .3rem .7rem;
  margin: 30px 0 18px 0;
  background: rgba(76, 181, 142, 0.14);
  color: #4CB58E;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.1em;
  border-radius: 3px;
  font-weight: 600;
}
.blog-post-title {
  font-size: 22px;
  font-weight: 700;
  color: #34495E;
  margin: 0 0 20px 0;
}
.blog-post-title > a {
  color: #34495E;
}
.blog-post-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 20px 0;
}



.blog-most-popular-post-heading-area {
  background: #FFF8A6;
}
.blog-most-popular-post-heading-area > h2 {
  color: #34495E;
  font-weight: 700;
  font-size: 22px;
  padding: 25px 30px;
  margin: 0;
}
.blog-most-popular-post-list {
  background: #f9fafc;
  padding: 40px 30px 10px 30px;
  list-style: none;
  margin: 0;
}
.blog-most-popular-post-list > li {
  padding: 0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.blog-most-popular-post-content-wrapper {
  margin-left: 18px;
}
.blog-most-popular-post-title {
  font-size: 17px;
  font-weight: 700;
  color: #34495E;
  line-height: 22px;
  display: inline-block;
}
.blog-most-popular-post-title:hover {
  color: #34495E;
}
.blog-most-popular-post-topic, .blog-most-popular-post-date {
  font-size: 13px;
  color: #6D7F8F;
}
.blog-most-popular-post-icon {
  display: inline-block;
}
.blog-most-popular-post-icon > img {
  max-width: unset;
  vertical-align: baseline;
}



.blog-pagination-area {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 160px;
  display: block;
  width: 100%;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.pagination > a {
  color: #6D7F8F;
  float: left;
  text-decoration: none;
  background-color: #EFF2F7;
  border-radius: 50%;
  margin: 5px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  padding-top: 6px;
}
.pagination > a:hover {
  color: #4CAF50;
}
.pagination > a > img {
  vertical-align: baseline;
  max-width: unset;
}
.pagination > a.active {
  background-color: #4CAF50;
  color: #fff;
}
.pagination > a.active:hover {
  color: #fff;
}


.hs-blog-post-tags-title-author-area {
  text-align: center;
  margin-top: 75px;
}
.hs-blog-post-tags-title-author-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.hs-blog-post-tags-title-author-entry {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 15px;
  padding-left: 15px;
}
.hs-blog-post-tags {
  font-size: 11px;
  padding: .3rem .7rem;
  margin: 0 0 18px 0;
  background: rgba(76, 181, 142, 0.14);
  color: #4CB58E;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.1em;
  border-radius: 3px;
  font-weight: 600;
}
.blog-post-topic:hover, .hs-blog-post-tags:hover {
  color: #4CB58E;
}
.hs-blog-post-title {
  color: #34495E;
  font-size: 56px;
  line-height: 76px;
  font-weight: 700;
  padding-bottom: 30px;
  margin: 0;
}
.hs-blog-post-author-img-wrapper > a > img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  vertical-align: baseline;
}
.hs-blog-post-author-title-wrapper > a {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #34495E;
  text-transform: uppercase;
}
.hs-blog-post-author-date-wrapper {
  font-size: 13px;
  color: #6D7F8F;
}
.hs-blog-post-img-wrapper > img {
  margin-top: 100px;
  margin-bottom: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.hs-blog-post-content-wrapper {
  margin: 0 auto;
  max-width: 700px;
  padding-bottom: 80px;
}
.hs-blog-post-content-wrapper h2 {
  color: #34495E;
  font-weight: 600;
}

.hs-blog-post-content-wrapper p {
  color: #34495E;
  font-size: 18px;
  line-height: 30px;
  margin: 1.65em 0;
}
.hs-blog-post-content-wrapper ul {
  list-style: disc;
}



.related-post-area {
  background: #F9FAFC;
  padding: 90px 0 90px 0;
}
.related-post-title-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.related-post-title-wrapper {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.related-post-title-wrapper > h2 {
  font-size: 22px;
  font-weight: 700;
  color: #34495E;
  text-align: center;
  margin: 0 0 20px 0;
}
.related-post-entry {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-left: -40px;
}
.related-post-entry > .blog-post-item {
  padding: 38px 15px 0 15px;
}

.hs-blog-post .content-wrapper {
  margin-bottom: 160px!important;
}
.blog-search {
  padding: 5px 20px 0px 20px;
  color: #8897a6;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}



.blog-search-area {
  position: fixed;  
  background-color: rgba(255, 255, 255);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  /*overflow: hidden;*/
  z-index:99999;
  
}
.show-search-popup{
  visibility: visible;
  opacity: 0.98;
  display:block;

}


/* css original, antes de cambiar la transición alpha*/
/* .blog-search-area {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: rgba(255, 255, 255, 0.98);
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 99999;
  display: none;
}

.show-search-popup{
  display:block;
} */

.blog-close-text-wrapper {
  position: absolute;
  cursor: pointer;
  font-size: 16px;
  color: #34495E;
  top: 0;
  right: 0;
  padding: 50px;
}
.blog-search-form-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}
.blog-search-form-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 740px;
  width: 100%;
}
.blog-search-form-wrapper input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-bottom: 2px solid #d3d8dd;
  border-radius: 0;
  color: #34495E;
  outline: none;
  position: relative;
  width: 100%;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
}
.blog-search-form-wrapper input[type="text"]::placeholder {
  color: #d3d8dd;
}
.blog-search-form-wrapper input[type="submit"] {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  width: 174px;
  height: 54px;
  margin: 30px 0 0 0;
  padding: 4px 6px 1px 6px;
  color: #fff;
  background: #4CB58E;
  transition: background .15s;
  cursor: pointer;
  border-radius: 100px;
  -webkit-appearance: none;
  border: none;
  float: right;
  line-height: normal;
}
.blog-search-form-wrapper input[type="submit"]:hover {
  background: #4CB58E;
}


@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-850px);
  }

  to {
    transform: translateX(0);
  }
}
.blog-social-area {
  position: fixed;
  text-align: center;
  z-index: 100020;
  background: rgb(255, 255, 255);
  width: 58px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  font: initial;
  line-height: normal;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  float: left;
  border-radius: 0 4px 4px 0;
  animation-duration: .4s;
  animation-name: slideInLeft;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.blog-social-wrapper {
  display: inline-block;
  text-align: center;
  padding-top: 4px;
}
.blog-social-wrapper > a {
  display: inline-block;
  text-decoration: none;
  transition: none;
  box-sizing: content-box;
}
.blog-social-wrapper > a > span {
  background-color: rgb(255, 255, 255);
  line-height: 50px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  margin: 0 4px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}
.blog-social-wrapper > a > span > svg {
  vertical-align: top;
  margin: 9px;
}
@keyframes slideInUp {
  0% {
    transform: translateY(1500px);
  }
  0%,to {
    opacity: 1;
  }
  to {
    transform: translateY(0);
  }
}
.hs-author-wrapper {
  text-align: center;
  margin-top: 75px;
}
.hs-author-image-wrapper > img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
  vertical-align: baseline;
}
.hs-authorr-title {
  margin: 0 0 5px 0;
  font-size: 22px;
  font-weight: 700;
  color: #34495E;
}


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */
form.hs-form .hs-form-field ul.inputs-list > li {
  list-style: none;
  padding: 0;
  margin-left: 0;
  font-size: 14px;
}
input[type="checkbox" i] {
  margin: 0 10px 0 0;
}
/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {
  display:block;
}
.hs-form-field > label {}

.form-title {
  color: #34495E;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 400;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  display: block;
  margin: 10px 0;
  font-size: 14px;
  padding: 14px 16px;
  border-radius: 4px;
  border: solid 1px #E0E6ED;
  color: #34495E;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
  outline:none;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline:none;
}

input[type="search"]{
  -webkit-appearance: none;   
  -moz-appearance: none; 
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{
  color: #f95849;
  font-size: 13px;
  padding-bottom:5px;
  padding-left:2px;
  margin-top:-15px;
}
ul.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: none;
  
}
ul.hs-error-msgs.inputs-list > li {
  list-style: none;
  padding: 0;
  margin-left: 0;
}


.hs-input.invalid.error {
border:1px solid #f95849 !important;
  
}


/* Placeholder Text */
::-webkit-input-placeholder {
color:#8897A6;
} /* Webkit Browsers */
:-moz-placeholder {color:#8897A6;} /* Firefox 18- */
::-moz-placeholder {color:#8897A6;} /* Firefox 19+ */
:-ms-input-placeholder {color:#8897A6;} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background: #4CB58E;
  padding: 14px 30px;
  color: #FFF;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap!important;
  border: none;
  text-align: center;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  appearance: none;
  margin: 10px 0;
  font-family: "Open Sans", sans-serif;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #FFF;
  background: #3C9272;
  outline:none;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


.all-post-page .blog-post-item {
    max-width: 100% !important;
    padding: 0 !important;
    flex: none !important;
}
.all-post-page .body-container-wrapper {
    padding: 0 30px;
}

.no-nav .menu-wrapper, .author-page .blog-search, .for-topic-page .blog-search{
  display:none!important;
}
.blog-top-area, .blog-feature-area, .blog-author-area, .blog-search-main-area, .related-post, .blog-social-share, .topic-page-title {
  min-height:auto!important;
}
.topic-page-title-area {
  text-align: center;
  margin-top: 75px;
  margin-bottom: -20px;
}
.topic-page-title {
  color: #34495E;
  font-size: 44px;
  line-height: 60px;
  font-weight: 700;
  margin: 0;
}

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Large screens =============== */

@media (min-width:1700px){
  
.imagen-cabecera-demo {
  
  min-height:950px !important;
  }
  
  
  
  
}


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1199px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > li:last-child > a {
    padding: 12px 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > li:first-child > a {
    padding: 12px 20px;
  }
  /********* Blog *********/
  .blog-post-item, .blog-most-popular-post-area {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hs-blog-post-tags-title-author-entry {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1161px) and (max-width: 1199px) {
  .blog-header .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > li:first-child > a {
    padding: 12px 15px;
  }
  .blog-search {
    padding: 5px 10px 0px 10px;
  }
  .blog-header .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 13px;
  }
}
@media (max-width: 1160px) {
  .header-group {
    position: fixed;
    background: #fff;
    top: 0;
    width: 100%;
    z-index: 299 !important;
    max-height: 67px;
    height: 100%;
    box-shadow: 0 1px 2px 0px rgba(31, 45, 61, 0.15);
  }
  .blog-banner {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 33px;
  }
  .blog-banner-content {
    padding: 3rem 2rem 2rem 0;
  }
  .blog-banner-title {
    font-size: 34px;
    line-height: 44px;
  }
  .hs-blog-post-title {
    color: #34495E;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    padding-bottom: 30px;
  }
  .hs-blog-post-tags-title-author-area {
    margin-top: 44px;
  }
  .banner-area {
    padding-top: 3px;
  }
}

@media (max-width: 1024px) {

.upcoming-webinars {
  max-width:90%;

}


}

@media (min-width: 641px) and (max-width: 991px){
  .banner-heading{
    font-size:50px;
  }
}

@media (max-width:980px){
  .blog-social-area {
    left: 0;
    right: 0;
    width: 100%;
    height: 56px;
    position: fixed;
    text-align: center;
    z-index: 100020;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    font: initial;
    line-height: normal;
    top: auto;
    bottom: 0;
    font-size: 0px;
    animation-name: slideInUp;
    border-radius: 0;
    float: none!important;
  }
  .blog-social-wrapper {
    padding: 0px;
  }
  .blog-social-wrapper > a {
    margin-top: 4px;
  }
  .blog-social-wrapper > a > span {
    text-align: center;
    height: 3pc;
    width: 3pc;
    margin: 0 4px;
  }
  .blog-social-wrapper > a > span > svg {
    margin: 8px;
  }
}


/* =============== Landscape tablet and smaller devices =============== */
@media (min-width: 768px) {
  .custom-form{
    width:50%!important;
  }
  
 
}
@media (max-width: 768px) { /* vero 2*/
  .bg-top-webinar {
    padding: 50px 20px;
    min-height: 0 !important;
    
  }
  
  
  .contenido-webinar {
    padding: 40px 50px 80px;
    margin-top: 0;
  } 
  .bg-webinar {
    display: none; 
  }
  
  
  .contenido-webinar .columna-estrecha {
    margin-top: 0;
  }
}  

@media (max-width: 767px) {
  
  .custom-form{
    width:100%!important;
  }
  .top-footer-group {
    padding-top: 40px;
  }
  .footer-main-logo img {
    margin-bottom: 40px;
  }
  .blog-banner-img-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-banner-content-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 2rem;
  }
  .banner-area {
    padding-bottom: 120px;
  }
  .footer-main-logo, .footer-menu-logo-area {
    width: 100%!important;
    flex: auto;
  }
  .footer-group .top-footer-group .page-center {
    padding: 0 20px 0 20px;
  }
  h2.post-listing-simple {
      padding: 0 20px;
  }
  
 
 

.upcoming-webinars {
  text-align:center;
} 
  
.upcoming-webinars h3 {
  max-width:80%;
  display:block;
  margin-left:auto;
  margin-right:auto;
}

  
.upcoming-webinars p::before { 
    display: inline-block !important;
    float: none !important;
  background-position: bottom;
}  
  
  .cta-left {
 text-align:center;
    padding-bottom:30px;
  
}

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

@media (max-width: 640px){
  .footer-main-logo, .footer-menu-logo-area {
    width: 100%!important;
    flex: auto;
  }
  .footer-group .top-footer-group .page-center {
    padding: 0 20px 0 20px;
  }
  .footer-menu {
    flex-basis: 50%;
  }
  .footer-logo-list {
    flex-basis: 100%;
  }
  
  .footer-logo-list ul {
    display: flex;
    justify-content: space-evenly;
  }
  .footer-logo-list ul > li > img {
    float: left;
    margin: 0px auto;
  }
  .banner-contant-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .banner-heading {
    font-size: 46px;
    line-height: 1.1;
  }
  .banner-subheading {
    font-size: 22px;
  }
  .banner-area {
    padding-top: 53px;
  }
  .btn-1 {
    line-height: 16px;
    font-size: 16px;
    padding: 19px 35px;
  }
  .btn-2 {
    padding: 16px 30px;
    font-size: 16px;
    line-height: 16px;
  }
  .banner-btn {
    margin-top: 18px;
  }
  
  
 /* .cabecera-box {
    padding-left:40px !important;
    padding-right:40px !important;
  }*/

.imagen-cabecera {
  min-height:400px !important;
  padding:70px 0px 50px 0px;
  
  }
  
.cabecera-brandmanagers {
  min-height:400px !important;
  padding:70px 0px 50px 0px;
  
  }  
  
.contenido-webinar {
  padding: 40px 20px 80px;
}  
  
.columna-estrecha h1 {
  font-size:37px;
  line-height:47px;
  margin-bottom: 60px;
  }
  
  
.columna-estrecha h2{
  font-size:24px;
  line-height:34px;
 
  }
  
.columna-estrecha h4{
  font-size:20px;
  line-height:27px;
 
  }  
  
.formulario h3{

    font-size: 20px;
  line-height:27px;

}  
  

.upcoming-webinars h2 {
  font-size:24px;
  line-height:34px
}  
    
  
.get-started-title h2{

  font-size: 22px;	
  line-height: 31px;  
}

.get-started-content h4{	
    font-size: 16px;	

}  
  
  

.tkp-cabecera{
  min-height:400px !important;
  padding:70px 0px 50px 0px;

}

.tkp-cabecera h1{	
  font-size: 37px;	
  line-height:42px;
  

}



.tkp-cabecera-box {
    padding-left:40px !important;
    padding-right:40px !important;
}

  
  
  
  
}

@media (max-width:600px){
  .blog-banner-content {
    padding: 2rem 2rem 2rem 0;
  }
  .blog-banner-title {
    font-size: 28px;
    line-height: 36px;
  }
  .blog-banner-content-wrapper {
    padding-left: 2rem !important;
  }
  .blog-banner {
    margin-left: 10px;
    margin-right: 10px;
  }
  .blog-post-item, .blog-most-popular-post-area {
    padding: 60px 20px 0 40px;
  }
  .hs-blog-post-title {
    color: #34495E;
    font-size: 32px;
    line-height: 46px;
    font-weight: 700;
    padding-bottom: 30px;
  }
}

/* =============== Landscape phones and smaller devices =============== */
@media (max-width:575px){

  .blog-post-item, .blog-most-popular-post-area {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  
  .form-shadow {
    background-color:white;
    padding:10px 38px 56px 38px;
    box-shadow: 0 10px 30px 0 rgba(224,229,238,0.6);
    background: white;
    /*border-top: 7px solid #4cb58e;*/
    
}

  

}

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

@media (max-width:320px){
  .btn-1 {
    line-height: 16px;
    font-size: 16px;
    padding: 19px 35px;
  }
  .btn-2 {
    padding: 16px 30px;
    font-size: 16px;
    line-height: 16px;
  }
  .banner-btn {
    margin-top: 18px;
  }
  .banner-btn {
    margin-top: 5.5px;
  }
  .btn-2 {
    margin-top: 7px;
  }
  .banner-subheading {
    margin: 0 0 0px;
  }
}