/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

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


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













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

html, body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body {
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #07572B;
}
.jumbo {
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 32px;
}
h1 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 12px;
}
h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 12px;
}
h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 12px;
}
h4 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.body-container ul, .body-container ol {
  padding-left: 0px;
  margin-left: 18px;
}
.body-container ul li {
  list-style-type: square;
  padding-left: 0;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left top 3px;
  background-size: 24px;
  margin-bottom: 6px;
}
.hs_cos_wrapper_type_rich_text ul li:before {
  margin-right: 8px;
  margin-bottom: 10px;
  display: none;
}
blockquote {
  padding: 50px 0 0 0;
  margin: 0px auto 18px auto;
  max-width: 100%;
  font-weight: 600;
  background-image: url("https://5881618.fs1.hubspotusercontent-na1.net/hubfs/5881618/website-farko/content/quote.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 33px;
  font-family: 'Poppins', sans-serif;
}
/*blockquote::after {
  content: "";
  position: absolute;
  width: 11%;
  height: 71px;
  top: 90px;
  left: 78%;
  z-index: 0;
  background: url(https://5881618.fs1.hubspotusercontent-na1.net/hubfs/5881618/website-farko/content/quote.png) 0 0 no-repeat;
  transform: rotate(180deg);
  background-size: 55%;
}*/
blockquote p {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #07572B;
  
}
p {
  margin: 0 0 20px 0;
}
a {
  color: #0DAC78;
  -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;
}
.linktxt {
  font-family: 'Poppins', sans-serif;
  color: #07572B !important;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
.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;
}

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

@-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: 1080px;
  float: none !important;
  margin: 0 auto !important;
}
hr {
  border-top: 0px;
  border-bottom: 1px solid #D1F3F2;
}
.hs_cos_gallery {
  background-color: #F9F9F9;
  padding-top: 30px;
  padding-bottom: 30px;
}
.hs_cos_gallery .caption {
  width: 380px;
  bottom: 15px;
  left: 15px;
  display: block;
  float: left;
  position: absolute;
  padding: 18px 25px;
  font-size: 13px;
  line-height: 20px;
}
.hs_cos_gallery .caption p {
  margin-bottom: 0;
}
.hs_cos_gallery .slick-prev,
.hs_cos_gallery .slick-next {
  display: none !important;
}
.hs_cos_gallery ul li {
  list-style-type: none;
  padding-left: 0px;
  background-image: none !important;
  margin-bottom: 6px;
}
.slick-dots li button:before {
  opacity: 0.75;
}
.slick-dots li.slick-active button:before {
  color: #07572B;
  opacity: 0.75;
}
.flex-col p {
    margin: 0 0 14px 0;
}
.flex-col a {
  color: #05C9C5;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

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

.header-container-wrapper {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 9999;
  background-color: #07572B;
}
.header-container {
  padding: 0;
  background-color: #07572B;
}
.header-container-wrapper .container {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
}
.farko-logo {
  position: fixed;
  left: 15px;
  top: 6px;
}
.main-menu {
  margin-top: 9px;
  font-family: 'Montserrat', sans-serif;
}
.main-menu ul {
  position: absolute;
  right: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  padding-top: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  text-transform: none;
  margin-right: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
  display: none;
}
.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: inline-table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  margin-top: -4px;
  z-index:10000;
  pointer-events:all;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  max-width: none;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 5px 15px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children {
  margin-right: 7px;
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: right 3px top 17px;
  background-image: url('https://5881618.fs1.hubspotusercontent-na1.net/hubfs/5881618/website/content/dropdown.png');
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a:after {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child a {
  /*border: 2px solid #0DAC78;*/
  border-radius: 8px;
/*  margin-left: 10px;*/
}

   .footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
     width:100%!important;
   }
   .footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a{
      padding:0px!important;
   }
   .footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a{

      padding:0px!important;
   }

.hs-menu-wrapper.hs-menu-flow-horizontal ul ul {
  background-color: #fff;
  float: left;
  margin-left: 0px;
  min-width: 180px;
  border-radius: 2px;
  padding: 0px;
  box-shadow: none;
}
.blog-item h3{
   font-size:20px;
}
#hs_form_target_module_161487736724425 h3{
   font-size:28px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li {
  text-align: center;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li:hover {
  background-color: #0DAC78;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li:hover a {
  color: #fff;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li a {
  color: #07572B;
  padding: 6px 9px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li:last-child a {
  border: none;
  border-radius: 0px;
  margin-left: 0px;
}

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

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

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

.hs_cos_wrapper_type_module {
  display: block;
  float: left;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.system-page .error-container {
  padding-top: 120px;
  padding-bottom: 120px;
}
.btn-ld {
  position: absolute;
  right: 0;
  top: 10px;
}

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

.btn-primary, .btn-secondary, .btn-alternative {
  display: block;
  width: fit-content;
  border-radius: 8px;
  padding: 6px 28px;
  font-size: 16px;
  line-height: 26px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  font-weight: 600;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-decoration: none !important;
  font-family: 'Montserrat', sans-serif;
}
.btn-primary {
  border: 1px solid #DD9641;
  background-color: #DD9641 !important;
  color: #FFF !important;
}
.btn-primary:hover {
  color: #FFF;
}
.btn-secondary {
  border: 1px solid #0DAC78;
  background-color: #0DAC78;
  color: #FFF !important;
}
.btn-secondary:hover {
  color: #FFF;
}
.btn-alternative {
  border: 2px solid #07572B;
  background-color: transparent;
  color: #07572B !important;
}
.btn-alternative:hover {
  color: #07572B;
}

.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: 36px !important;
  border: 1px solid #313E50;
  border-radius: 2px !important;
}
form .hs-form-field {
  margin-bottom: 10px;
}
.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", form .hs-button] {
  display: block !important;
  width: fit-content;
  border-radius: 2px !important;
  padding: 4px 28px !important;
  font-size: 14px !important;
  line-height: 28px !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-weight: 600 !important;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-decoration: none;
  border: 1px solid #DD9641 !important;
  background-color: #DD9641 !important;
  color: #FFF !important;
  height: auto !important;
  font-family: 'Montserrat', sans-serif !important;
}
form input[type="submit"]:hover {
  border: 1px solid #DD9641 !important;
  background-color: #DD9641 !important;
  color: #FFF !important;
}

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

.bg-newsletter{
    background-image:url('https://5881618.fs1.hubspotusercontent-na1.net/hubfs/5881618/website-farko/background/bg-nw.jpg');
    background-position: bottom;
    background-size:cover;
    background-repeat: no-repeat;
    padding: 30px 15px !important;
}
.titulo-news {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    text-decoration: none!important;
    font-weight: 800;
    padding-top:30px;
  font-family: 'Poppins', sans-serif;
}
.bg-newsletter input[type='email'] {
    background-color: #fff;
    padding: 0 5px;
    color: #ADADAD;
    border-radius: 8px !important;
    width: 100%;
    max-width: 300px;
    height: 38px !important;
    border-radius:0px!important;
    /*border: 1px solid #fff !important;*/
}
.bg-newsletter input[type='submit'], .bg-newsletter input[type='button']{
    background: #DD9641 !important;
    padding: 8px 24px 12px 24px !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px !important;
  border: 1px solid #DD9641 !important;
}
.bg-newsletter input[type='button']{
    background: #DD9641 !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px !important;
}
.bg-newsletter ul.hs-error-msgs .inputs-list{
    margin-top: 0px!important;
}
.suscribe-form h3{
  color:white !important;
}
/*
.bg-newsletter form label {
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
}
*/


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

.form-footer {
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 20px;
  /*background: url("https://5881618.fs1.hubspotusercontent-na1.net/hubfs/5881618/website-farko/background/bg-farko.jpg") no-repeat top center; 
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;*/
}
.form-footer h2, .contact-info h2 {
  text-align: left;
  font-size: 28px;
  line-height: 36px;
  padding-top: 50px;
  padding-bottom: 0;
  background-image: url('https://5881618.fs1.hubspotusercontent-na1.net/hubfs/5881618/bmf-circle.png');
  background-repeat: no-repeat;
  background-size: 32px;
  color: #313E50;
}
.form-footer input[type="text"], .form input[type="text"],
.form-footer input[type="number"], .form input[type="number"],
.form-footer input[type="telephone"], .form input[type="telephone"],
.form-footer input[type="tel"], .form input[type="tel"],
.form-footer select,
.form select,
.form-footer input[type="email"], .form input[type="email"] {
  background: #FFFFFF;
  border: 1px solid #fff ;
  border-bottom: 1px solid #E4E4E4 ;
  border-radius: 2px;
}
.form-footer input[type="submit"], .form input[type="submit"],
.form-footer .hs-button, .form .hs-button {
  background-color: #0DAC78 ;
  border: 1px solid #0DAC78 ;
  border-radius: 0px ;
  color: #fff ;
  padding: 0px 16px ;
  font-size: 14px;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif ;
  margin-top: 10px;
}
.form-footer .hs-button:hover, .form .hs-button:hover {
  text-decoration: none;
}
.form-footer label, .form label {
  font-size: 14px;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #313E50;
}
.form-footer form {
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 3px 2px 20px 10px rgba(174,174,174,0.20);
}
.form-footer form p {
  margin-bottom:10px!important;
}
.hs-error-msgs li label {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  color: #ff0000;
}
.hs-field-desc {
  font-size:14px;
  color:#888888;
}

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

.accordion {
  display: block;
  float: none;
  position: relative;
  margin: 0 auto 15px auto;
  max-width: 690px;
}
.accordion_icon {
  display: none;
}
.accordion_group {
  margin-bottom: 2px!important;
  border: 1px solid #ddd!important;
  -webkit-border-radius: 8px!important;
  -moz-border-radius: 8px!important;
  -o-border-radius: 8px!important;
  -ms-border-radius: 8px!important;
  border-radius: 8px!important;
  background: #fff!important;
  padding: 5px 10px!important;
}
.accordion_header {
  font-size: 14px!important;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
.accordion_group.expanded .accordion_header {
  color: #07572B;
}
.accordion_content {
  font-size: 14px;
}

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

.landing .header-container-wrapper {
  display: none;
}
.landing .body-container-wrapper {
  padding-top: 0px;
}

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

.rss-module {
  background-color: #F9F9F9;
  padding-top: 90px;
  padding-bottom: 60px;
}
.rss-home .hs-rss-item {
  display: table;
  float: left;
  position: relative;
  width: 50%;
  padding: 0 20px 20px 20px;
}
.rss-home h3 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 40px;
  color: #07572B;
  background-image: url('https://5881618.fs1.hubspotusercontent-na1.net/hubfs/5881618/website-farko/content/bg-title.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 52px;
}
.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: #07572B;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  font-family: 'Poppins', sans-serif;
}
.rss-home .hs-rss-description a {
  text-decoration: underline !important;
  display: block;
  width: 100%;
  margin-top: 5px;
  color: #07572B;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

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

.footer {
  background-color: #07572B;
  color: #fff;
  padding: 30px 0;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}
.footer .container {
  max-width: 1200px;
}
.footer h4 {
  color: #fff;
  font-size: 14px;
  padding-bottom: 0px;
  margin-bottom: 12px;
}
.footer a {
  color: #fff;
}
.footer p {
  margin-bottom: 4px;
}
.footer .footer-bottom {
  border-top: 1px solid #0DAC78;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 0;
}
.footer form label {
  display: none;
}
.footer .social-footer {
  text-align: right;
}
.footer .copyright-footer {
  text-align: center;
}
.footer .footer-bottom {
  font-weight: 600;
}
.footer .no-title {
  text-indent: -9999px;
}
.footer .no-title h4 {
  border-bottom: 1px solid #07572B;
}

.cm_proyects {
  display: none !important;
}

/* Media Queries   */
/*****************************************/

@media screen and (max-width: 1280px) {
  .footer-container-wrapper .container,
  .hs-rss-module,
  .newsletter,
  .cm-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}


@media screen and (max-width: 1080px) {
  .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    padding-right: 430px;
  }
  .form-footer .container {
    padding: 30px;
  }
  .swiper-container{
    height: auto !important;
  }
    .swiper-slide{
    height: 450px !important;
  }
}

@media screen and (max-width: 768px) {
  .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: #fff !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    color: #fff !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://3826222.fs1.hubspotusercontent-na1.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;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    color: #282525 !important;
    z-index:10000;
    pointer-events:all;
  }
  .footer-container-wrapper .span3 {
    width: 50%;
    float: left;
    position: relative;
    margin-bottom: 30px;
  }
  .body-container-wrapper .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0;
  }
  .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 100%;
    padding-right: 0;
  }
  .hs-rss-item-image-wrapper {
    width: 100% !important;
    height: 255px;
    float: none;
    overflow: hidden;
    position: relative;
    right: 0;
    margin: 0 auto !important;
  }
  .footer-container-wrapper .row-fluid {
    display: block !important;
  }
  .row-fluid{
    display:block;
  }
  .copyright-footer,
  .social-footer {
    text-align: left !important;
  }
  .cm-header {
    padding-top: 130px ;
    padding-bottom: 130px ;
  }
  #bmf-info-map .span6:first-child {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .bmf-logo {
    left: 5px;
  }
  .bmf-logo img {
    width: 72px !important;
  }
  .form-footer form {
    margin-top: 30px;
  }
  .des-btns a {
    float: none !important;
    margin: 0 auto;
  }
  .des-item {
    text-align: center;
  }
  .system-page .error-container {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  #form {
    margin-top: -28%;
  }
  #flecha {
    display:none;
  }
  #flecha div.flecha-lp{
    display:none;
  }
  .cm_proyects {
  display: block !important;
}
  .fondo{
    display:none !important;
  }
}

@media screen and (max-width: 620px) {
  .rss-home .hs-rss-item {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .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: 0px;
  }
  .hs-rss-item-image-wrapper {
    right: auto;
    margin-bottom: 20px;
  }
  .footer-container-wrapper .span3 {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer h4 {
    padding-bottom: 3px;
    margin-bottom: 10px;
  }
}

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

.icon-menu {
  display: block !importamt;
  position: fixed;
  top: 34px;
  right: 15px;
  border: 1px solid #07572B;
  background-color: #07572B;
  color: #FFF !important;
  
  width: initial;
  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: #07572B;
  /* 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: #DD9641;
  text-decoration: underline;
}
.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;
}
.projects-area{
  flex-wrap:wrap;
}
@media screen and (max-width: 500px) {
  .pushy {
    width: 100% !important;
  }
}


.body-container ul li{
   list-style-type: initial; 
}
.oculto{
  display:none !important;
}