/* @import url('http://example.com/example_style.css'); */
/*@import url('https://fonts.googleapis.com/css?family=Lato|Muli|Open+Sans&display=fallback');*/
/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

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

/* Medidas   */
/*****************************************/




/* Colores   */
/*****************************************/











/*****************************************/


html, body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #282525;
}
.row-fluid [class*="span"] {
  min-height: 0;
}
.center-info .btn-primary,
.center-info .btn-secondary,
.center-info .btn-alternative {
  margin: 0 auto;
}
.center-info p, .center-info h1, .center-info h2, .center-info h3, .center-info h4 {
  text-align: center;
}

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

/* Titles   */
/*****************************************/

h1, h2, h3, h4, h5, h6 {
  font-family: 'Muli', sans-serif!important;
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #303136;
}
.jumbo {
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 32px;
}
h1 {
  font-size: 42px;
  line-height: 45px;
  margin-bottom: 22px;
}
h2 {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 18px;
}
h3 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 14px;
  background-image: url('https://cdn2.hubspot.net/hubfs/3826222/website/backgrounds/line-title-blog-listing.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 60px;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 30px;
}
h4 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.body-container ul, .body-container ol {
  padding-left: 0px;
}
.body-container ul li {
  list-style-type: none;
  padding-left: 23px;
  background-repeat: no-repeat;
  background-image: url("https://cdn2.hubspot.net/hubfs/3826222/website/Nocnok/content/nn-bullet.png");
  background-position: left top 3px;
  background-size: 17px;
  margin-bottom: 6px;
}
.hs_cos_wrapper_type_rich_text ul li:before {
  margin-right: 8px;
  margin-bottom: 10px;
  display: none;
}
blockquote {
  padding: 0 0 0 80px;
  margin: 30px auto;
  max-width: 100%;
  font-weight: 400;
  background-image: url('https://cdn2.hubspot.net/hubfs/3826222/website/content/quotes.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 53px;
}
blockquote p {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #91D250;
  font-family: 'PT Sans Caption', sans-serif;
}
p {
  margin: 0 0 23px 0;
}
a {
  color: #1A676B;
  -webkit-transition: all 0s ease-in-out;
     -moz-transition: all 0s ease-in-out;
      -ms-transition: all 0s ease-in-out;
       -o-transition: all 0s ease-in-out;
          transition: all 0s ease-in-out;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

/*****************************************/

@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hs-responsive-embed { 
	position: relative; 
	height: 0; 
	overflow: hidden; 
	padding-top: 0; 
	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.hs-responsive-embed-youtube, 
.hs-responsive-embed.hs-responsive-embed-wistia, 
.hs-responsive-embed.hs-responsive-embed-vimeo { 
	padding-bottom: 56.25%; 
}

/*****************************************/

.container {
  display: block;
  max-width: 1200px;
  float: none !important;
  margin: 0 auto !important;
}

/*****************************************/

.header-container-wrapper {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 9999;
}
.header-container {
  padding: 0;
}
.header-container-wrapper, .header-container {
  background-color: #303136;
}
.header-container-wrapper .container {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
}
.nn-logo {
  position: fixed;
  left: 15px;
  top: 13px;
}
.main-menu {
  margin-top: 9px;
}
.main-menu ul {
  position: absolute;
  right: 100px;
}
.nn-pre {
  position: absolute;
  right: 380px;
  top: 13px;
  width: auto !important;
}
.nn-pre a {
  font-size: 16px;
  background-image: linear-gradient(to right, #6ce23c, #7be232, #8ae227, #97e119, #a4e104);
  color: #304412;
  font-weight: 600;
  border-radius: 8px;
  font-family: 'Work Sans', sans-serif;
  padding: 9px 22px 10px;
}
.nn-login {
  position: absolute;
  right: 15px;
  top: 13px;
  width: auto !important;
}
.nn-login a {
  font-size: 16px;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  font-family: 'Work Sans', sans-serif;
  padding: 7px 16px 8px;
  border: 2px solid #A4D65E;
}
.main-menu .custom-menu-primary .hs-menu-wrapper > ul {
  padding-top: 0px;
}
.main-menu .custom-menu-primary .hs-menu-wrapper > ul > li {
  text-transform: none;
  margin-right: 0;
}
.main-menu .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
  display: none;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  margin-top: -4px;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  max-width: none;
  font-size: 16px;
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  padding: 5px 15px;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children {
  margin-right: 7px;
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: right 3px top 17px;
  background-image: url('https://cdn2.hubspot.net/hubfs/3826222/website/content/dropdown.png');
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a:after {
  display: none;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul ul {
  background-color: #303136;
  border-radius: 0px;
  float: left;
  margin-left: 0px;
  min-width: 200px;
  padding: 0px;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul ul li {
  text-align: center;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul ul li:hover {
  background-color: #91D250;
}
  color: #303136;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul ul li a {
  color: #fff;
  padding: 6px 9px;
}
.main-menu .custom-menu-primary .hs-menu-wrapper > ul ul li:hover,
.main-menu .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child:hover,
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul ul li:last-child a:hover {
  background-color: #91D250 !important;
  color: #303136;
}

/*****************************************/

.body-container-wrapper {
  padding-top: 60px;
}

/*****************************************/

.hs_cos_wrapper_type_module {
  display: block;
  float: left;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

/*****************************************/

.btn-primary, .btn-secondary, .btn-alternative {
  display: block;
  width: fit-content;
  border-radius: 8px;
  padding: 7px 26px;
  font-size: 18px;
  line-height: 28px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-decoration: none;
  
}

.btn-primary {
  font-family: 'Muli',sans-serif;
  color: #2F3137 !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #6ce23c, #7be232, #8ae227, #97e119, #a4e104);
  border: 1px solid #91D250;
  border-radius: 8px;
  margin-top:20px;
  padding: 16px 44px;
}

.btn-primary:hover {
  color: #FFF;
}

.btn-secondary {
  border: 1px solid #303136;
  background-color: #303136;
  color: #FFF !important;
}
.btn-secondary:hover {
  color: #FFF;
}
.btn-alternative {
  border: 2px solid #91D250;
  background-color: transparent;
  color: #91D250 !important;
}
.btn-alternative:hover {
  color: #91D250;
}

.btn-primary:hover, .btn-secondary:hover, .btn-alternative:hover {
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15) !important;
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
}
.btn-primary:hover, .btn-secondary:hover, .btn-alternative:hover,
.btn-primary:focus, .btn-secondary:focus, .btn-alternative:focus,
.btn-primary:active, .btn-secondary:active, .btn-alternative:active{
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  text-decoration: none !important;
}

/*****************************************/

form label {
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  font-weight: 400;
}
form input, form select {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  height: 40px !important;
}
.hs-error-msgs {
  margin: 0;
}
.hs-error-msgs li {
  list-style-image: none;
  margin-left: 0px;
  color: #ff0000;
}
.hs-error-msgs li label {
  font-size: 14px;
  line-height: 20px;
}
.inputs-list li {
  list-style-image: none;
  margin-left: 0px;
}
form .hs-input[type="checkbox"] {
  width: auto;
  margin: 0 5px 0 0;
  padding: 0;
  height: auto !important;
}
form input[type="submit"] {
  display: block !important;
  width: fit-content;
  border-radius: 8px !important;
  padding: 7px 28px !important;
  font-size: 16px !important;
  line-height: 26px !important;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0) !important;
  -webkit-transition: box-shadow .3s ease;                                                                                                                                                            
  transition: box-shadow .3s ease;
  font-family: 'Fira Sans', sans-serif !important;
  font-weight: 600 !important;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-decoration: none;
  border: 1px solid #303136 !important;
  background-color: #303136 !important;
  color: #FFF !important;
  height: auto !important;
}
form input[type="submit"]:hover {
  border: 1px solid #91D250 !important;
  background-color: #91D250 !important;
  color: #FFF !important;
}

/*****************************************/

.footer {
  background-color: #2F3137;
  color: #fff;
  padding: 60px 0 30px 0;
  font-size: 14px;
}
.footer .container {
  max-width: 1200px;
}
.footer h2 {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  padding-left: 0px;
  margin-bottom: 5px;
  text-align: center;
}
.footer p {
  margin-bottom: 0px;
}
.footer a {
  color: #fff;
}
.footer .oficinas {
  border-top: 1px solid #8ABD2E;
  padding-top: 30px;
  margin-top: 25px;
}
.footer .footer-logos {
  text-align: center;
}
.footer .info-footer {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #2B2B2B;
}
.footer .social-links,
.footer .copyright {
  text-align: right;
}
.footer .copyright {
  margin-top: 6px;
}
.footer .social-links img {
  width: 30px;
  text-align: right;
  margin-left: 6px;
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 0;
  max-width: none;
  margin-right: 20px;
}
.footer .logo-footer {
  margin-bottom: 6px;
}
.footer h4 {
  color: #69E240;
}

/*****************************************/

.rss-home {
  margin-top: 30px;
  margin-bottom: 30px;
}
.rss-home .hs-rss-item {
  display: table;
  float: left;
  position: relative;
  width: 33%;
  padding: 0 15px;
}
.rss-home h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #518A00;
}
.rss-home .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  display: table-header-group;
}
.rss-home .hs-rss-item-text {
  display: table-footer-group;
}
.rss-home .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: 100%;
  float: left;
  padding-right: 0;
  box-sizing: border-box;
  margin-top: 20px;
}
.rss-home .hs-rss-title {
  color: #518A00;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  font-weight: 600;
}
.rss-home .hs-rss-description a {
  display: block;
  text-decoration: underline !important;
  text-transform: uppercase;
  color: #FF8134 !important;
  font-weight: 600;
}

/*****************************************/

.newsletter {
  background-color: #FAFAFA;
  padding-top: 30px;
  padding-bottom: 30px;
}
.newsletter h3 {
  text-align: left;
  padding-left: 70px;
  background-image: url('https://cdn2.hubspot.net/hubfs/3826222/website/Nocnok/content/nn-newsletter.png');
  background-repeat: no-repeat;
  background-position: left top 6px;
  background-size: 50px;
  max-width: 580px;
  width: auto;
  font-size: 20px;
  line-height: 28px;
  display: block;
  float: left;
  color: #2F3137;
}
.newsletter form {
  display: block;
  float: left;
  position: relative;
  max-width: 480px;
}
.newsletter form label {
  display: none;
}
.newsletter form .hs-form-field {
  margin-bottom: 10px;
}
.newsletter form input[type="email"] {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  height: 40px;
  width: 330px;
}
.newsletter form input[type="submit"], .newsletter form input[type="submit"]:hover {
  background-color: #91D250 !important;
  border: none !important;
  color: #2F3137 !important;
  font-size: 16px;
  line-height: 26px;
  padding: 11px 26px 9px !important;
  border-radius: 8px;
}
.contact-form-container {
  background-color: transparent;
  margin-top: -200px;
}
.contact-form-container .container {
  border: 1px solid #C7C7C7;
  padding: 90px 90px 60px 90px;
  background-color: #fff;
  border-radius: 4px;
}
.contact-form-container h3 {
  background-position: bottom left;
  text-align: left;
  font-size: 24px;
  line-height: 30px;
}
.contact-form-container .img-form-footer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: -120px;
}
.hs-button.primary {
  background-color: #7AA925 !important;
  border: 2px solid #8ABD2E !important;
  color: #fff !important;
  font-size: 16px;
  line-height: 26px;
  padding: 7px 26px;
  border-radius: 8px;
}
.hs-button.primary:hover {
  text-decoration: none;
}
.img-servicio {
  text-align: center;
  margin-bottom: 30px;
}
.img-servicio img{
  width: 100% !important;
}
.system {
  background-color: #FAFAFA;
}
.system h1 {
  color: #399B18;
}

/*****************************************/

.header-home{
  
}

.header-home h1{
  color:#fff;
  font-size: 33px;
  line-height: 42px;
  font-weight: 800;
}
.header-home h3{
  background:none;
  color:#69E240;
  font-size: 30px;
  line-height: 42px;
  font-weight: 800;
  padding-bottom:0px;
  margin-bottom:20px;
  text-align:left;
}
.header-home .line{
  width:160px;
  height:1px;
  background-color:#69E240;
  margin:10px 0px;
}
.header-home p{
  color:#fff;
  font-size: 17px;
  margin-bottom:40px;
}
.header-home a {
  color: #183E22 !important;
  font-family: 'Muli',sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  padding: 16px 44px;
  background-image: linear-gradient(to right, #6ce23c, #7be232, #8ae227, #97e119, #a4e104);
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top:20px;
}
.header-home a:hover {
  text-decoration: none;
}

.propiedades{
  padding-top:120px !important;
  padding-bottom:120px !important;
  background-color:#FAFAFA;
}
.propiedades h2{
  font-size:30px;
  font-weight:800;
  text-align:center;
  line-height:40px;
  margin-bottom:30px;
}

.propiedades h5{
  font-size:14px;
  color:#454545;
  font-weight:400;
  text-align:center;
  letter-spacing:0.25px;
  line-height:20px;
  margin-bottom:0px;
}

.descubre{
  background-image: url('https://cdn2.hubspot.net/hubfs/3826222/website/content/bg1.png'),url(https://cdn2.hubspot.net/hubfs/3826222/website/content/bg2.png) !important;
  background-repeat: no-repeat,no-repeat !important;
  background-position: 20% 48%, 80% -50% !important;
}

.descubre h2{
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 0px;
}
.descubre p{
  font-size: 18px;
}
.body-container ul.tabs li{
  background-image:none;
  padding-left: 0px;
}
.seccion-tabs h2{
  font-size: 28px;
  line-height: 34px;
}
.tabs li{
  border-top: 1px solid #69E240;
  border-bottom: 1px solid #69E240;
}
.tabs li:first-child{
  border-left: 1px solid #69E240;
}
.tabs li a{
  font-family: 'Muli',sans-serif;
  font-weight: 700;
  color: #2F3137;
}
.tabs li.active, .tabs li.active a, .tabs li.active a:hover{
  background: rgba(104,226,64,1);
  background: -moz-linear-gradient(45deg, rgba(104,226,64,1) 0%, rgba(168,224,0,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(104,226,64,1)), color-stop(100%, rgba(168,224,0,1)));
  background: -webkit-linear-gradient(45deg, rgba(104,226,64,1) 0%, rgba(168,224,0,1) 100%);
  background: -o-linear-gradient(45deg, rgba(104,226,64,1) 0%, rgba(168,224,0,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(104,226,64,1) 0%, rgba(168,224,0,1) 100%);
  background: linear-gradient(45deg, rgba(104,226,64,1) 0%, rgba(168,224,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68e240', endColorstr='#a8e000', GradientType=1 );font-weight: 700;
}
.btn-cta{
  background: rgba(104,226,64,1);
  background: -moz-linear-gradient(45deg, rgba(104,226,64,1) 0%, rgba(168,224,0,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(104,226,64,1)), color-stop(100%, rgba(168,224,0,1)));
  background: -webkit-linear-gradient(45deg, rgba(104,226,64,1) 0%, rgba(168,224,0,1) 100%);
  background: -o-linear-gradient(45deg, rgba(104,226,64,1) 0%, rgba(168,224,0,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(104,226,64,1) 0%, rgba(168,224,0,1) 100%);
  background: linear-gradient(45deg, rgba(104,226,64,1) 0%, rgba(168,224,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68e240', endColorstr='#a8e000', GradientType=1 );
  font-weight: 700;
  color: #183E22 !important;
  padding: 16px 48px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}

.banner-cta{
    /* float: none !important; */
    /* box-sizing: content-box !important; */
}
.banner-cta h2{
  color:#fff;
  font-size: 24px;
  line-height: 35px;
  position:relative;
}
.banner-cta h2:before{
  content:'';
  background:url('https://cdn2.hubspot.net/hubfs/3826222/website/content/icon3.png') no-repeat center;
  background-size: contain;
  width: 35px;
  height: 35px;
  display:inline-block;
  margin-right: 20px;
  position: absolute;
  left: -57px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.info{
  background-image: url(https://cdn2.hubspot.net/hubfs/3826222/website/content/bg2.png) !important;
  background-repeat: no-repeat !important;
  background-position: 42% 41% !important;
}

.info p{
  font-size: 25px;
  line-height: 37px;
  font-weight: 600;
}
.info h1.icon{
  font-size: 96px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #399B18;
  line-height: 1;
}
.info h3{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #399B18;
  line-height: 24px;
  background-image: none;
  text-align: left
}
.imagen img{
  width:100% !important;
}


.text-style h1{
  color:#fff;
  font-size: 33px;
  line-height: 42px;
  font-weight: 800;
}
.text-style h2{
  color:#fff;
  font-size: 30px;
  line-height: 42px;
  font-weight: 800;
}
.text-style h3{
  background:none;
  color:#69E240;
  font-size: 30px;
  line-height: 42px;
  font-weight: 800;
  padding-bottom:0px;
  margin-bottom:20px;
  text-align:left;
}
.text-style .line{
  width:160px;
  height:1px;
  background-color:#69E240;
  margin:10px 0px;
}
.text-style p{
  color:#fff;
  font-size: 17px;
  margin-bottom:40px;
}
.text-style a{
  color: #183E22 !important;
  font-family: 'Muli',sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  padding: 16px 44px;
  background-color: #91D350;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top:20px;
}

.asesoria h3{
  background:none;
  color:#399B18;
  font-size: 30px;
  line-height: 35px;
  font-weight: 800;
  padding-bottom:0px;
  margin-bottom:20px;
  text-align:left;
}
.asesoria p{
  color:#2F3137;
  font-size: 17px;
  margin-bottom:40px;
}

.planes-tabs{}
.planes-tabs h1{
  font-size: 40px;
}
.ark-pricing-01 .ark-pricing-01-toggle div{
  background: #fff;
  color: #2F3137;
  padding: 12.5px 49.3px;
  border-left: 0px;
  border-right: 0px;
}
.ark-pricing-01 .ark-pricing-01-toggle div:hover, .ark-pricing-01 .ark-pricing-01-toggle div.ark-pricing-01-toggle-active{
  background: rgba(104,226,64,1);
  background: -moz-linear-gradient(45deg, rgba(104,226,64,1) 0%, rgba(168,224,0,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(104,226,64,1)), color-stop(100%, rgba(168,224,0,1)));
  background: -webkit-linear-gradient(45deg, rgba(104,226,64,1) 0%, rgba(168,224,0,1) 100%);
  background: -o-linear-gradient(45deg, rgba(104,226,64,1) 0%, rgba(168,224,0,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(104,226,64,1) 0%, rgba(168,224,0,1) 100%);
  background: linear-gradient(45deg, rgba(104,226,64,1) 0%, rgba(168,224,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68e240', endColorstr='#a8e000', GradientType=1 );
}
.ark-pricing-01 .ark-pricing-01-box{
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
}
.ark-pricing-01 .ark-pricing-01-box .ark-pricing-01-box-header{
    border-bottom: none;
    padding: 15px;
}
.ark-pricing-01 .ark-pricing-01-box .ark-pricing-01-box-header p{
    font-size: 32px;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #2F3137;
    margin: 0px 5px;
}
.ark-pricing-01 .ark-pricing-01-box .ark-pricing-01-box-price h2{
    font-size: 20px;
    color: #399B18;
    font-family: 'Open Sans',sans-serif;
    line-height: 28px;
}
.ark-pricing-01 .ark-pricing-01-box .ark-pricing-01-box-price h2 sub{
    display: block;
    bottom: 0;
    vertical-align: initial;
    line-height: 1;
    font-size: 16px;
}

.ark-pricing-01 .ark-pricing-01-box.ark-pricing-01-box-3col{margin:0px -1px;}
.ark-pricing-01-box.ark-pricing-01-box-3col{}
.ark-pricing-01-box.ark-pricing-01-box-3col:nth-child(2){
  margin-top: -30px;
  position:relative;
  z-index:1;
}
.ark-pricing-01-box.ark-pricing-01-box-3col:nth-child(2) .ark-pricing-01-box-header{
    background-color: transparent;
}
.ark-pricing-01-box.ark-pricing-01-box-3col:nth-child(2) .ark-pricing-01-box-header h2{
  color: #399B18 !important;;
}
.ark-pricing-01-box.ark-pricing-01-box-3col:nth-child(2) .ark-pricing-01-box-price h2 sub{
  display:inline-block;
  margin-left:5px;
}
.ark-pricing-01 .ark-pricing-01-box .ark-pricing-01-box-detail p:first-child{
  font-weight:800;
}
.ark-pricing-01 .ark-pricing-01-repeater{
  margin-top:30px;
}
.ark-pricing-01 .ark-pricing-01-box .ark-pricing-01-box-button {
    display: table;
    width: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 30px;
    border-radius: 8px;
    padding: 16px 32px;
    background: #fff;
    border: 2px solid #399B18;
}
.bg001{}
.bg001:before {
    content: '';
    background-image: url(https://cdn2.hubspot.net/hubfs/3826222/website/content/bg889493.png);
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: 26% 50%;
    z-index: 0;
    background-size: contain;
}
.bg001 img{-webkit-box-shadow:-2px 4px 11px rgba(0, 0, 0, 0.12);box-shadow:-2px 4px 11px rgba(0, 0, 0, 0.12);}
.bg002:before {
    content: '';
    background-image: url(https://cdn2.hubspot.net/hubfs/3826222/website/content/bg84848.png);
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: 72% 50%;
    z-index: 0;
    background-size: contain;
}
.bg001 img{
  -webkit-box-shadow:-2px 4px 11px rgba(0, 0, 0, 0.12);
  box-shadow:-2px 4px 11px rgba(0, 0, 0, 0.12);
}

.system-info {
  padding-top: 90px;
  padding-bottom: 90px;
}
.center-img img {
  display: block;
  margin: 0 auto 60px auto;
}

.centrado .row-fluid{
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  display: flex;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
  padding: 0;
}
.contacto{
    padding-top:60px;
    padding-bottom:60px;
  }
  .contacto h3{
    padding-bottom:45px;
    margin-bottom:0px;
  }
  .contacto p,.contacto a{
    font-weight:400;
    font-size:16px;
    color:#454545;
    margin-bottom:0px;
  }
  .contacto h5{
    color:#399B18;
    font-size:16px;
    margin-top:15px;
  }
  .contacto-form .hs-button.primary{
    background:#f9962c !important;
    border-color:#f9962c !important;
    color:#fff;
    float:right;
  }
@media screen and (max-width: 1280px) {
  .footer-container-wrapper .container,
  .hs-rss-module,
  .newsletter {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1080px) {
  .form-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cm-logo {
    left: 15px;
  }
  .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 100%;
    padding-right: 200px;
  }
  .form-footer .container {
    padding: 90px 30px 30px 30px;
  }
  ul.tabs-responsive li{
    background-image: none !important;
    padding-bottom: 10px !important;
    margin-bottom: -1px !important;
  }
  .header-home h1{
    font-size: 28px;
    line-height: 35px;
  }
  h2{
    font-size: 27px;
    line-height: 35px;
  }
  .seccion-tabs h2{
    font-size:25px;
  }
  .descubre{
    background-position: 2% 49%, 99% 4% !important;
    background-size: 22% !important;
  }
  .rss-home .hs-rss-item{
    width:100%;
  }
}

@media screen and (max-width: 768px) {
  h2 {
   font-size: 25px !important;
   line-height: 34px !important;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 10px;
  }
  h5{
    line-height:25px;
  }
  h5 span{
    font-size: 10px;
  }
  .banner-cta h2 {
    color: #fff;
    font-size: 21px !important;
    line-height: 32px !important;
    position: relative;
    text-align: center;
  }
  .nn-login, .nn-pre {
    display: none !important;
  }
  .centrado{
    margin-bottom:40px !important;
  }
  .centrado .row-fluid{
    display:block;
  }
  .info p {
    font-size: 20px;
    line-height: 32px;
  }
  h1.ark-section-intro-heading{
    font-size: 21px;
    padding: 0 9px;
  }
  .ark-pricing-01 .ark-pricing-01-toggle div {
    padding: 11.5px 16.3px;
    font-size: 13px;
  }
  .ark-pricing-01 .ark-pricing-01-box.ark-pricing-01-box-3col {
    margin-bottom: 30px !important;
    padding-bottom: 20px !important;
    display: block;
    height: auto;
    margin-top: 10px;
  }
  .bg001{padding:30px 0px !important}
  .bg001:before{background-position: 26% -30%;}
  .bg002{padding:30px 0px !important}
  .bg002:before{background-position: 72% 127%}
  .contacto h3 {
    padding-bottom: 0px;
  }
  .mapa iframe{
    height:350px !important;
    padding:0 15px;
  }
  .contacto .contenedor{
    padding-right:0px;
    padding-left:0px;
  }
  .banner-cta{
    text-align:center;
    padding:60px 0px !important;
  }
  .centrado .row-fluid .span12{
    padding-top:30px !important;
    padding-bottom:30px !important;
    margin-top:0px !important;
    margin-bottom:0px !important;
  }
  .icon-menu {
    top: 28px !important;
  }
  .menu-header ul {
    display: none !important;
  }
  .header-container-wrapper .container-fluid .row-fluid [class*="span"] {
    width: 100% !important;
  }
  .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal {
    display: block !important;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    box-shadow: none;
  }
  .hs_cos_wrapper_type_menu .mobile-trigger {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    background: transparent;
    padding: 45px 60px 60px 60px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li {
    border-top: none;
    text-align: center;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children {
    margin-right: 0;
    background-image: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 6px 0;
    color: #91D250 !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    color: #91D250 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: 22px;
    line-height: 34px;
    text-transform: none;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    width: 100% !important;
    text-align: center;
  }
  .custom-menu-primary .hs-item-has-children a.child-trigger {
    margin-top: -46px;
    z-index: 9999;
    width: 100% !important;
    display: block !important;
    float: left;
    position: relative;
  }
  .custom-menu-primary .hs-item-has-children a.child-trigger.child-open {
    background-image: url('https://cdn2.hubspot.net/hubfs/3826222/website/backgrounds/line-title-blog-listing.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 60px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li,
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
    background: transparent !important;
  }
  .custom-menu-primary .hs-menu-children-wrapper a {
    background-image: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 3px 0 !important;
    text-indent: 0px;
    font-weight: 400;
  }
  .custom-menu-primary .hs-menu-wrapper ul li:last-child a {
    border: none;
    background-color: transparent;
    padding: 4px 0px;
    border-radius: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul li:last-child a {
    border: none !important;
    background-color: transparent !important;
    padding: auto;
    border-radius: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child:hover,
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul li:last-child a:hover {
    background-color: transparent !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    color: #282525 !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(5) a {
    background-color: #91D250;
    color: #fff !important;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    width: 150px !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(6) {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(6) a {
    border: 2px solid #91D250;
    font-weight: 600;
    border-radius: 8px;
    padding: 8px 22px 9px;
    display: inline;
    text-align: center;
    margin: 0 auto;
  }
  .footer-container-wrapper .span3 {
    width: 50%;
    float: left;
    position: relative;
    margin-bottom: 30px;
  }
  .cm-pre {
    display: none !important;
  }
  .newsletter {
    padding-bottom: 30px;
  }
  .newsletter h3, .newsletter form {
    width: 100%;
  }
  .newsletter h3 {
    padding-left: 40px;
    padding-top: 55px;
    max-width: 100%;
    margin-bottom: 0px;
    background-position: 0% 50%;
    background-size: 9%;
  }
  .newsletter form input[type="email"] {
    width: 100%;
    max-width: 420px;
  }
  .body-container-wrapper .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0;
  }
  .text-form-footer {
    margin-bottom: 30px;
  }
  .header-home{
    padding-top:40px !important;
    padding-top:40px !important;
  }
  .header-home h1 {
   font-size: 22px;
   line-height: 30px;
  }
  .header-home a{
    display: table;
    margin: 0 auto;
  }
  .nn-logo {
  display:none;
}
  
  .footer {
    padding: 30px 0;
  }
  .footer .social-links, .footer .copyright {
    text-align: left;
  }
  .footer li a {
    color: #fff !important;
  }
  .footer .span4 {
    margin-bottom: 30px;
  }
  .footer .span4:last-child {
    margin-bottom: 0px;
  }
  .footer .info-footer {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .footer .hs-menu-flow-vertical {
    margin-top: 12px;
  }
  .reverso .contenedor {
    display: flex !important;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 540px) {
  .footer-container-wrapper .span3 {
    width: 100%;
  }
  .footer-container-wrapper .span3:last-child {
    margin-bottom: 0;
  }
  .hs-rss-item {
    padding: 25px 15px 0px 15px;
  }
  .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 100%;
    padding-right: 0;
    margin-top: 220px;
  }
  .hs-rss-item-image-wrapper {
    right: auto;
  }
}

/* Off Canvas   */
/*****************************************/

.icon-menu {
  display: block;
  position: fixed;
  top: 34px;
  right: 15px;
  border: 1px solid #91D250;
  background-color: #91D250;
  color: #FFF !important;
  width: auto !important;
  border-radius: 22px;
  padding: 6px 24px;
  font-size: 15px;
  line-height: 19px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-decoration: none;
  text-transform: none;
}
.pushy {
  position: fixed;
  width: 500px !important;
  height: 100%;
  top: 0;
  z-index: 9999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #303136;
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy.pushy-right {
  right: 0;
  top: 59px;
}

.pushy-content {
  visibility: hidden;
}
.pushy-right {
  -webkit-transform: translate3d(500px, 0, 0);
  -ms-transform: translate3d(500px, 0, 0);
  transform: translate3d(500px, 0, 0);
}

.pushy-open-right .primera-pillar-info,
.pushy-open-right .primera-header-module,
.pushy-open-right .primera-logo-link,
.pushy-open-right .primera-footer,
.pushy-open-right .push {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
.primera-pillar-info,
.primera-header-module,
.primera-logo-link,
.primera-footer,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.site-overlay {
  display: none;
}

.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pushy-submenu ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}
.pushy-submenu button:hover {
  color: #FFF;
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}
.pushy-submenu-open ul {
  max-height: 1000px;
  visibility: visible;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

/* ============================= */

.body-container-wrapper a {
  color: #91D250;
  text-decoration: none;
}
.body-container-wrapper a:hover {
  text-decoration: underline;
}
.pushy .hs_cos_wrapper_type_logo img {
  margin: 15px auto;
  display: block;
}
.close-canvas img,
.close-canvas i,
.close-canvas svg {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 20px;
}
.close-canvas svg {
  fill: #ff0000;
}
.close-canvas:hover {
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .pushy {
    width: 100% !important;
  }
}