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




/*****************************************/
/* Start your style declarations here    */
/*****************************************/


body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  width: 100%;
  font-family: "Open Sans";
  font-weight: 400;
  background: rgb(255, 255, 255);
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:not(.btn):hover {
  text-decoration: underline;
}

input,
select,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

main {
  overflow: hidden;
}

u>span {
  text-decoration: inherit;
}

ol,
ul {
  padding-left: 2.5rem;
  margin: .625rem 0;
}

p {
  word-wrap: break-word;
}

iframe {
  border: 0;
}

* {
  box-sizing: border-box;
}

.item-absolute {
  position: absolute;
}

.item-block {
  display: block;
  height: 100%;
  width: 100%;
}

.item-cover {
  z-index: 1000001;
}

.item-breakword {
  word-wrap: break-word;
}

.item-content-box {
  box-sizing: content-box;
}

.hidden {
  display: none;
}

.clearfix {
  clear: both;
}

@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}

@supports (-webkit-overflow-scrolling:touch) {
  .modal-on {
    position: fixed;
    -webkit-overflow-scrolling: touch;
  }
  #landing-page .section .section-block {
    background-attachment: scroll;
    opacity: 1;
  }
}

.headline {
  font-family: interstate-1, interstate-2, sans-serif;
  font-weight: 400;
}

.section-fit {
  max-width: 400px;
}

.section-relative {
  position: relative;
  margin: 0 auto;
}

.section-inner {
  height: 100%;
}

#page_block_below_fold {
  height: 55rem;
  max-width: 100%;
}

#page_block_below_fold .section-holder-border {
  border: 0;
}

#page_block_below_fold .section-block {
  background: repeat rgb(8, 16, 34) 43% 0 / cover;
  /*background-image: url(//v.fastcdn.co/u/0dfe03b4/45773715-0-Nuevo-header-2.jpg), url(//v.fastcdn.co/t/0dfe03b4/b13b709a/1568049460-45773715-ghost-Nuevo-header-2.jpg);*/
  height: 55rem;
}

#page_block_below_fold .section-holder-overlay {
  opacity: 0;
  background-color: #000000;
  display: block;
}

#element-503 {
  top: 16.625rem;
  left: 1.25rem;
  height: 37.625rem;
  width: 22.5rem;
  z-index: 4;
}

.circle {
  border-radius: 50%;
}

.shape {
  height: inherit;
}

.line-horizontal {
  height: .625rem;
}

.line-vertical {
  height: 100%;
  margin-right: .625rem;
}

[class*='line-'] {
  box-sizing: content-box;
}

#element-503 .shape {
  border: 0;
  border-radius: 0 0 0 0;
  background: rgb(255, 255, 255);
  opacity: 1;
}

#element-462 {
  top: 55rem;
  left: 7.375rem;
  height: 1.625rem;
  width: 10.25rem;
  z-index: 6;
  color: #FFFFFF;
  font-size: 0.9907rem;
  line-height: 1.6rem;
  text-align: center;
}

#element-462 .x_ebb3d042 {
  text-align: center;
  line-height: 1.625rem;
  font-size: 0.9907rem;
}

#element-462 .x_dc68832a {
  text-align: center;
  line-height: 1.625rem;
  font-size: 0.9907rem;
}

#element-462 .x_a017d118 {
  color: #717171;
}

#element-463 {
  top: 60.0625rem;
  left: 11rem;
  height: 2.9375rem;
  width: 2.9375rem;
  z-index: 7;
}

#element-463 .cropped {
  background: url(//v.fastcdn.co/u/0dfe03b4/45600445-0-Icono-Flecha.gif) -0.0625rem 0 / 3rem 2.9375rem;
}

#element-485 {
  top: 3.1875rem;
  left: 5.375rem;
  height: 2.9375rem;
  width: 14.25rem;
  z-index: 8;
}

#element-496 {
  top: 22.3125rem;
  left: 3.6875rem;
  height: 1.5rem;
  width: 17.625rem;
  z-index: 9;
  color: #FFFFFF;
  font-size: 0.9288rem;
  line-height: 1.5rem;
  text-align: center;
}

#element-496 .x_519e17eb {
  text-align: center;
  line-height: 1.5rem;
  font-size: 0.9288rem;
}

#element-496 .x_a017d118 {
  color: #717171;
}

#element-497 {
  top: 19.1875rem;
  left: 2.5rem;
  height: 1.25rem;
  width: 20rem;
  z-index: 10;
  color: #000000;
  font-size: 1.2384rem;
  line-height: 1.25rem;
  text-align: center;
}

#element-497 .x_12f16b9a {
  text-align: center;
  line-height: 1.25rem;
  font-size: 1.2384rem;
}

#element-497 .x_a017d118 {
  color: #717171;
}

#element-498 {
  top: 7.625rem;
  left: 1.6875rem;
  height: 1.875rem;
  width: 21.625rem;
  z-index: 11;
  color: #FFFFFF;
  font-size: 1.1765rem;
  line-height: 1.9rem;
  text-align: center;
}

#element-498 .x_3dc474fb {
  text-align: center;
  line-height: 1.875rem;
  font-size: 1.1765rem;
}

#element-498 .x_4b32d65e {
  text-align: center;
  line-height: 1.875rem;
  font-size: 1.1765rem;
}

#element-499 {
  top: 11.3125rem;
  left: 1.6875rem;
  height: 1.875rem;
  width: 21.625rem;
  z-index: 12;
  color: #FFFFFF;
  font-size: 1.1765rem;
  line-height: 1.9rem;
  text-align: center;
}

#element-499 .x_4b32d65e {
  text-align: center;
  line-height: 1.875rem;
  font-size: 1.1765rem;
}

#element-500 {
  top: 25.375rem;
  left: 3.625rem;
  height: 22.5rem;
  width: 17.75rem;
  z-index: 13;
}

.btn {
  cursor: pointer;
  text-align: center;
  transition: border .5s;
  width: 100%;
  border: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.btn-shadow {
  box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
}

.lightbox {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}

.lightbox-dim {
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
  animation: fade-in .5s ease-in-out;
  overflow-x: hidden;
  display: flex;
  padding: 30px 0;
}

.lightbox-content {
  background-color: #fefefe;
  border-radius: 3px;
  position: relative;
  margin: auto;
  animation: slide-down .5s ease-in-out;
}

.lightbox-opened {
  display: block;
}

.lightbox-close {
  width: 25px;
  right: 0;
  top: -10px;
  cursor: pointer;
}

.lightbox-close-icon {
  fill: #fff;
}

.notification-text {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: auto;
}

.modal-on {
  overflow: hidden;
}

.form {
  font-size: 1.25rem;
}

.form-input {
  color: transparent;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: inherit;
  width: 100%;
  height: 3.5rem;
  margin: .5rem 0;
  padding: .5rem .625rem .5625rem;
}

.form-input::placeholder {
  opacity: 1;
  color: transparent;
}

.form-textarea {
  display: block;
}

.form-select {
  background: #FFF url('//v.fastcdn.co/a/img/builder2/select-arrow-drop-down.png') no-repeat right;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: transparent;
}

.form-label {
  display: inline-block;
  color: transparent;
}

.form-label-title {
  line-height: 1.1;
  width: 100%;
  padding: .75rem 0 .5625rem;
  margin: .5rem 0 .125rem;
}

.form-label-outside {
  margin: .3125rem 0 0;
}

.form-multiple-input {
  display: none;
}

.form-multiple-label {
  position: relative;
  padding-top: .75rem;
  line-height: 1.05;
  margin-left: 1.5625rem;
}

.form-multiple-label:before {
  content: '';
  display: inline-block;
  box-sizing: inherit;
  width: 1rem;
  height: 1rem;
  background-color: #FFF;
  border-radius: .25rem;
  border: 1px solid #8195a8;
  margin-right: .5rem;
  vertical-align: -2px;
  position: absolute;
  left: -1.5625rem;
}

.form-checkbox-label:after {
  content: '';
  width: .25rem;
  height: .5rem;
  position: absolute;
  top: .8rem;
  left: -1.25rem;
  transform: rotate(45deg);
  border-right: .1875rem solid;
  border-bottom: .1875rem solid;
  color: #FFF;
}

.form-radio-label:before {
  border-radius: 50%;
}

.form-multiple-input:checked+.form-radio-label:before {
  border: .3125rem solid #308DFC;
}

.form-multiple-input:checked+.form-checkbox-label:before {
  background-color: #308DFC;
  border: 0;
}

.form-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  min-height: 100%;
}

.form-invalid {
  font-weight: 700;
}

.form-messagebox {
  display: none;
}

.form-input-inner-shadow {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.28);
}

#element-500 .btn.btn-effect3d:active {
  box-shadow: none;
}

#element-500 .btn:hover {
  background: #5B5D58;
}

#element-500 .btn {
  background: #AE8652;
  color: #FFFFFF;
  font-size: 0.9907rem;
  font-family: "Open Sans";
  font-weight: 700;
  height: 2.875rem;
  width: 17.75rem;
  border-radius: 3px;
}

#element-500 .form-label {
  color: #5E6C7B;
}

#element-500 ::placeholder {
  color: #5E6C7B;
}

#element-500 .form-input {
  color: #000000;
  border-color: #717171;
}

#element-500 .user-invalid {
  border-color: #E12627;
}

#element-500 input::placeholder,
#element-500 .form-label-inside {
  color: #5E6C7B;
}

#element-500 select.valid {
  color: #000000;
}

#element-500 .form-btn-geometry {
  top: 22.5rem;
  left: 0;
  height: 2.875rem;
  width: 17.75rem;
  z-index: 13;
}

#element-502 {
  top: 56.4375rem;
  left: 6.875rem;
  height: 2.875rem;
  width: 13rem;
  z-index: 14;
  color: #FFFFFF;
  font-size: 1.7957rem;
  line-height: 2.9rem;
  text-align: center;
}

#element-502 .x_785b7fda {
  text-align: center;
  line-height: 2.875rem;
  font-size: 1.7957rem;
}

#element-502 .x_a017d118 {
  color: #717171;
}

#element-505 {
  top: 24rem;
  left: 3.6875rem;
  height: 1.25rem;
  width: 5.1875rem;
  z-index: 15;
}

#element-505 .shape {
  border-bottom: 0 solid #5B5D58;
}

#element-506 {
  top: 14.3125rem;
  left: 16.3125rem;
  height: 4.75rem;
  width: 1.3125rem;
  z-index: 16;
}

#element-506 .shape {
  border-right: 1px dashed #5B5D58;
}

#element-507 {
  top: 14.3125rem;
  left: 16.75rem;
  height: 2.125rem;
  width: 1.375rem;
  z-index: 17;
}

#element-507 .shape {
  border-right: 1px dashed #5B5D58;
}

#element-508 {
  top: 40.75rem;
  left: 39rem;
  height: 6.125rem;
  width: 1.375rem;
  z-index: 18;
}

#element-508 .shape {
  border-right: 1px solid #5B5D58;
}

#element-509 {
  top: 40.6875rem;
  left: 37.6875rem;
  height: 3.75rem;
  width: 1.375rem;
  z-index: 19;
}

#element-509 .shape {
  border-right: 2px solid #5B5D58;
}

#page_block_footer {
  height: 150.625rem;
  max-width: 100%;
}

#page_block_footer .section-holder-border {
  border: 0;
}

#page_block_footer .section-block {
  background: url(//v.fastcdn.co/u/0dfe03b4/45774280-0-Bg-proyectos.png) repeat 46% 60% / cover;
  height: 150.625rem;
}

#page_block_footer .section-holder-overlay {
  display: none;
}

#element-416 {
  top: 18.125rem;
  left: 1.25rem;
  height: 12.625rem;
  width: 22.5rem;
  z-index: 5;
}

#element-271 {
  top: 32.8125rem;
  left: 1.25rem;
  height: 3rem;
  width: 15rem;
  z-index: 20;
  color: #000000;
  font-size: 1.0526rem;
  line-height: 1.4875rem;
  text-align: left;
}

#element-271 .x_4976ff6a {
  text-align: left;
  line-height: 1.5rem;
  font-size: 1.0526rem;
}

#element-271 .x_4886f134 {
  text-align: left;
  line-height: 1.5rem;
  font-size: 1.0526rem;
}

#element-271 .x_a017d118 {
  color: #717171;
}

#element-511 {
  top: 11.0625rem;
  left: 1.25rem;
  height: 5.125rem;
  width: 9.1875rem;
  z-index: 21;
}

#element-512 {
  top: 36.75rem;
  left: 1.25rem;
  height: 3.3125rem;
  width: 15rem;
  z-index: 22;
  color: #000000;
  font-size: 1.1765rem;
  line-height: 1.6625rem;
  text-align: left;
}

#element-512 .x_8f2182eb {
  text-align: left;
  line-height: 1.6875rem;
  font-size: 1.1765rem;
}

#element-512 .x_f49be817 {
  text-align: left;
  line-height: 1.6875rem;
  font-size: 1.1765rem;
}

#element-512 .x_a017d118 {
  color: #717171;
}

#element-516 {
  top: 16.5rem;
  left: 1.25rem;
  height: 1.3125rem;
  width: 22.5rem;
  z-index: 23;
}

#element-516 .shape {
  border-bottom: 1px dashed #5B5D58;
}

#element-518 {
  top: 17rem;
  left: -6.3125rem;
  height: 12.4375rem;
  width: 1.3125rem;
  z-index: 24;
}

#element-518 .shape {
  border-right: 1px solid #5B5D58;
}

#element-520 {
  top: 31.3125rem;
  left: -5.6875rem;
  height: 4.875rem;
  width: 1.3125rem;
  z-index: 25;
}

#element-520 .shape {
  border-right: 1px dashed #5B5D58;
}

#element-524 {
  top: 75.3125rem;
  left: 1.4375rem;
  height: 3.3125rem;
  width: 17.25rem;
  z-index: 26;
  color: #000000;
  font-size: 1.0526rem;
  line-height: 1.7rem;
  text-align: left;
}

#element-524 .x_390ad34e {
  text-align: left;
  line-height: 1.6875rem;
  font-size: 1.0526rem;
}

#element-524 .x_db4a4d62 {
  text-align: left;
  line-height: 1.6875rem;
  font-size: 1.0526rem;
}

#element-524 .x_a017d118 {
  color: #717171;
}

#element-526 {
  top: 52.3125rem;
  left: 1.25rem;
  height: 6.3125rem;
  width: 11.625rem;
  z-index: 27;
}

#element-526 .cropped {
  background: url(//v.fastcdn.co/u/0dfe03b4/45473015-0-Logo-Grove-Color.png) -1.8125rem -0.625rem / 15.5625rem 7.75rem;
}

#element-528 {
  top: 79.6875rem;
  left: 1.4375rem;
  height: 3.3125rem;
  width: 18.5625rem;
  z-index: 28;
  color: #000000;
  font-size: 1.1765rem;
  line-height: 1.6625rem;
  text-align: left;
}

#element-528 .x_8f2182eb {
  text-align: left;
  line-height: 1.6875rem;
  font-size: 1.1765rem;
}

#element-528 .x_f49be817 {
  text-align: left;
  line-height: 1.6875rem;
  font-size: 1.1765rem;
}

#element-528 .x_a017d118 {
  color: #717171;
}

#element-529 {
  top: 58.6875rem;
  left: 1.25rem;
  height: 1.3125rem;
  width: 22.5rem;
  z-index: 29;
}

#element-529 .shape {
  border-bottom: 1px solid #5B5D58;
}

#element-530 {
  top: 48.4375rem;
  left: -6.5rem;
  height: 17.125rem;
  width: 1.375rem;
  z-index: 30;
}

#element-530 .shape {
  border-right: 1px dashed #5B5D58;
}

#element-531 {
  top: 42.1875rem;
  left: -5.6875rem;
  height: 4.375rem;
  width: 1.3125rem;
  z-index: 31;
}

#element-531 .shape {
  border-right: 1px dashed #5B5D58;
}

#element-535 {
  top: 123.375rem;
  left: 1.25rem;
  height: 1.625rem;
  width: 22.125rem;
  z-index: 32;
  color: #000000;
  font-size: 1.0526rem;
  line-height: 1.7rem;
  text-align: left;
}

#element-535 .x_390ad34e {
  text-align: left;
  line-height: 1.6875rem;
  font-size: 1.0526rem;
}

#element-535 .x_db4a4d62 {
  text-align: left;
  line-height: 1.6875rem;
  font-size: 1.0526rem;
}

#element-535 .x_a017d118 {
  color: #717171;
}

#element-537 {
  top: 100.25rem;
  left: 1.4375rem;
  height: 6rem;
  width: 11.875rem;
  z-index: 33;
}

#element-537 .cropped {
  background-position: -2.5625rem -1.375rem ! important; background-size: 17.1875rem 8.4375rem ! important;
}

#element-539 {
  top: 126.875rem;
  left: 1.25rem;
  height: 1.875rem;
  width: 19rem;
  z-index: 34;
  color: #000000;
  font-size: 1.1765rem;
  line-height: 1.9rem;
  text-align: left;
}

#element-539 .x_45ae19d2 {
  text-align: left;
  line-height: 1.875rem;
  font-size: 1.1765rem;
}

#element-539 .x_a017d118 {
  color: #717171;
}

#element-539 .x_440240c7 {
  text-align: left;
  background-color: transparent;
  font-style: inherit;
  color: rgb(113, 113, 113);
}

#element-541 {
  top: 106.6875rem;
  left: 1.4375rem;
  height: 1.3125rem;
  width: 22.5rem;
  z-index: 35;
}

#element-541 .shape {
  border-bottom: 1px solid #5B5D58;
}

#element-543 {
  top: 94.375rem;
  left: -6.4375rem;
  height: 18.5rem;
  width: 1.3125rem;
  z-index: 36;
}

#element-543 .shape {
  border-right: 1px solid #5B5D58;
}

#element-545 {
  top: 88.875rem;
  left: -5.625rem;
  height: 3.625rem;
  width: 1.3125rem;
  z-index: 37;
}

#element-545 .shape {
  border-right: 1px dashed #5B5D58;
}

#element-546 {
  top: 60.8125rem;
  left: 1.25rem;
  height: 12.625rem;
  width: 22.5rem;
  z-index: 38;
}

#element-546 .cropped {
  background-position: 0 -1.25rem ! important; background-size: 22.5rem 15rem ! important;
}

#element-547 {
  top: 109.0625rem;
  left: 1.4375rem;
  height: 12.625rem;
  width: 22.5rem;
  z-index: 39;
}

#element-547 .cropped {
  background-position: 0 -3.625rem ! important; background-size: 22.5rem 23.625rem ! important;
}

#element-572 {
  top: 40.9375rem;
  left: 1.25rem;
  height: 1.625rem;
  width: 18.1875rem;
  z-index: 59;
  color: #000000;
  font-size: 1.0526rem;
  line-height: 1.7rem;
  text-align: left;
}

#element-572 .x_390ad34e {
  text-align: left;
  line-height: 1.6875rem;
  font-size: 1.0526rem;
}

#element-572 .x_db4a4d62 {
  text-align: left;
  line-height: 1.6875rem;
  font-size: 1.0526rem;
}

#element-572 .x_a017d118 {
  color: #717171;
}

#element-576 {
  top: 44.4375rem;
  left: 1.25rem;
  height: 2.5rem;
  width: 13.75rem;
  z-index: 60;
}

#element-576 .btn.btn-effect3d:active {
  box-shadow: none;
}

#element-576 .btn:hover {
  background: #D3D3D3;
}

#element-576 .btn {
  border: 2px solid #8F724D;
  background: #FFFFFF;
  color: #8F724D;
  font-size: 0.8669rem;
  font-family: "Open Sans";
  font-weight: 400;
  height: 2.5rem;
  width: 13.75rem;
  border-radius: 1px;
}

#element-577 {
  top: 84.3125rem;
  left: 1.4375rem;
  height: 1.625rem;
  width: 18.5625rem;
  z-index: 61;
  color: #000000;
  font-size: 1.0526rem;
  line-height: 1.7rem;
  text-align: left;
}

#element-577 .x_390ad34e {
  text-align: left;
  line-height: 1.6875rem;
  font-size: 1.0526rem;
}

#element-577 .x_db4a4d62 {
  text-align: left;
  line-height: 1.6875rem;
  font-size: 1.0526rem;
}

#element-577 .x_a017d118 {
  color: #717171;
}

#element-578 {
  top: 87.375rem;
  left: 1.4375rem;
  height: 1.625rem;
  width: 13.6875rem;
  z-index: 62;
  color: #000000;
  font-size: 1.0526rem;
  line-height: 1.7rem;
  text-align: left;
}

#element-578 .x_390ad34e {
  text-align: left;
  line-height: 1.6875rem;
  font-size: 1.0526rem;
}

#element-578 .x_db4a4d62 {
  text-align: left;
  line-height: 1.6875rem;
  font-size: 1.0526rem;
}

#element-578 .x_a017d118 {
  color: #717171;
}

#element-579 {
  top: 130.75rem;
  left: 1.25rem;
  height: 3rem;
  width: 22.5rem;
  z-index: 63;
  color: #000000;
  font-size: 1.0526rem;
  line-height: 1.4875rem;
  text-align: left;
}

#element-579 .x_4976ff6a {
  text-align: left;
  line-height: 1.5rem;
  font-size: 1.0526rem;
}

#element-579 .x_4886f134 {
  text-align: left;
  line-height: 1.5rem;
  font-size: 1.0526rem;
}

#element-579 .x_a017d118 {
  color: #717171;
}

#element-580 {
  top: 135.4375rem;
  left: 1.25rem;
  height: 3rem;
  width: 19.625rem;
  z-index: 64;
  color: #000000;
  font-size: 1.0526rem;
  line-height: 1.4875rem;
  text-align: left;
}

#element-580 .x_4976ff6a {
  text-align: left;
  line-height: 1.5rem;
  font-size: 1.0526rem;
}

#element-580 .x_4886f134 {
  text-align: left;
  line-height: 1.5rem;
  font-size: 1.0526rem;
}

#element-580 .x_a017d118 {
  color: #717171;
}

#element-581 {
  top: 140.125rem;
  left: 1.25rem;
  height: 1.5rem;
  width: 12.375rem;
  z-index: 65;
  color: #000000;
  font-size: 1.0526rem;
  line-height: 1.4875rem;
  text-align: left;
}

#element-581 .x_4976ff6a {
  text-align: left;
  line-height: 1.5rem;
  font-size: 1.0526rem;
}

#element-581 .x_4886f134 {
  text-align: left;
  line-height: 1.5rem;
  font-size: 1.0526rem;
}

#element-581 .x_a017d118 {
  color: #717171;
}

#element-582 {
  top: 90.25rem;
  left: 1.4375rem;
  height: 2.5rem;
  width: 13.75rem;
  z-index: 66;
}

#element-582 .btn.btn-effect3d:active {
  box-shadow: none;
}

#element-582 .btn:hover {
  background: #D3D3D3;
}

#element-582 .btn {
  border: 2px solid #8F724D;
  background: #FFFFFF;
  color: #8F724D;
  font-size: 0.8669rem;
  font-family: "Open Sans";
  font-weight: 400;
  height: 2.5rem;
  width: 13.75rem;
  border-radius: 1px;
}

#element-583 {
  top: 143.5625rem;
  left: 1.25rem;
  height: 2.5rem;
  width: 13.75rem;
  z-index: 67;
}

#element-583 .btn.btn-effect3d:active {
  box-shadow: none;
}

#element-583 .btn:hover {
  background: #D3D3D3;
}

#element-583 .btn {
  border: 2px solid #8F724D;
  background: #FFFFFF;
  color: #8F724D;
  font-size: 0.8669rem;
  font-family: "Open Sans";
  font-weight: 400;
  height: 2.5rem;
  width: 13.75rem;
  border-radius: 1px;
}

#page-block-g070xh516qg2e29 {
  height: 20.375rem;
  max-width: 100%;
}

#page-block-g070xh516qg2e29 .section-holder-border {
  border: 0;
}

#page-block-g070xh516qg2e29 .section-block {
  background: rgb(255, 255, 255);
  height: 20.375rem;
}

#page-block-g070xh516qg2e29 .section-holder-overlay {
  display: none;
}

#element-550 {
  top: 3.5625rem;
  left: 8.125rem;
  height: 3.3125rem;
  width: 8.625rem;
  z-index: 42;
  color: #37465A;
  font-size: 2.0572rem;
  line-height: 3.3224rem;
  text-align: center;
}

#element-550 .x_23413e1e {
  text-align: center;
  line-height: 3.3125rem;
  font-size: 2.0572rem;
}

#element-550 .x_a017d118 {
  color: #717171;
}

#element-552 {
  top: 8.5rem;
  left: 6.125rem;
  height: 2.625rem;
  width: 12.6875rem;
  z-index: 43;
  color: #37465A;
  font-size: 1.6369rem;
  line-height: 2.6436rem;
  text-align: center;
}

#element-552 .x_eb186d16 {
  text-align: center;
  line-height: 2.625rem;
  font-size: 1.6369rem;
}

#element-552 .x_a017d118 {
  color: #717171;
}

#element-553 {
  top: 12.9375rem;
  left: 3.75rem;
  height: 3.125rem;
  width: 17.375rem;
  z-index: 44;
}

#element-553 .btn.btn-effect3d:active {
  box-shadow: none;
}

#element-553 .btn:hover {
  background: #5B5D58;
}

#element-553 .btn {
  background: #AE8652;
  color: #FFFFFF;
  font-size: 1.0526rem;
  font-family: "Open Sans";
  font-weight: 400;
  height: 3.125rem;
  width: 17.375rem;
  border-radius: 3px;
}

#element-554 {
  top: 0.8125rem;
  left: 0.0625rem;
  height: 1.375rem;
  width: 24.875rem;
  z-index: 45;
}

#element-554 .shape {
  border-bottom: 2px solid #AE8652;
}

#element-587 {
  top: 18rem;
  left: 0;
  height: 1.375rem;
  width: 24.875rem;
  z-index: 68;
}

#element-587 .shape {
  border-bottom: 2px solid #AE8652;
}

#page-block-du3odzlflt2s4y57qj0qdoyldi {
  height: 63.875rem;
  max-width: 100%;
}

#page-block-du3odzlflt2s4y57qj0qdoyldi .section-holder-border {
  border: 0;
}

#page-block-du3odzlflt2s4y57qj0qdoyldi .section-block {
  background: url(//v.fastcdn.co/u/0dfe03b4/45792850-0-Prueba-para-amenidad.png) repeat rgb(255, 255, 255) 14% 75% / cover;
  height: 63.875rem;
}

#page-block-du3odzlflt2s4y57qj0qdoyldi .section-holder-overlay {
  display: none;
}

#element-557 {
  top: 24.25rem;
  left: 7.0625rem;
  height: 6.3125rem;
  width: 10.875rem;
  z-index: 46;
}

#element-558 {
  top: 32.375rem;
  left: 2.9375rem;
  height: 4.0625rem;
  width: 19.125rem;
  z-index: 47;
  color: #37465A;
  font-size: 0.8669rem;
  line-height: 1.4rem;
  text-align: center;
}

#element-558 .x_938e8cfc {
  text-align: center;
  line-height: 1.375rem;
  font-size: 0.8669rem;
}

#element-558 .x_a017d118 {
  color: #717171;
}

#element-558 .x_440240c7 {
  text-align: left;
  background-color: transparent;
  font-style: inherit;
  color: rgb(113, 113, 113);
}

#element-559 {
  top: 8.875rem;
  left: 7.0625rem;
  height: 6.25rem;
  width: 10.875rem;
  z-index: 48;
}

#element-560 {
  top: 17rem;
  left: 2.0625rem;
  height: 5.375rem;
  width: 20.875rem;
  z-index: 49;
  color: #37465A;
  font-size: 0.8669rem;
  line-height: 1.4rem;
  text-align: center;
}

#element-560 .x_938e8cfc {
  text-align: center;
  line-height: 1.375rem;
  font-size: 0.8669rem;
}

#element-560 .x_a017d118 {
  color: #717171;
}

#element-561 {
  top: 8.875rem;
  left: 13.75rem;
  height: 15.75rem;
  width: 1.375rem;
  z-index: 50;
}

#element-561 .shape {
  border-right: 1px dashed #5B5D58;
}

#element-563 {
  top: 58.125rem;
  left: 8.4375rem;
  height: 3.1875rem;
  width: 8.125rem;
  z-index: 51;
}

#element-564 {
  top: 52.375rem;
  left: 7.125rem;
  height: 3.8125rem;
  width: 10.75rem;
  z-index: 52;
}

#element-568 {
  top: 26.5rem;
  left: 45.125rem;
  height: 15.75rem;
  width: 1.3125rem;
  z-index: 55;
}

#element-568 .shape {
  border-right: 1px dashed #5B5D58;
}

#element-567 {
  top: 38.3125rem;
  left: 7.0625rem;
  height: 6.25rem;
  width: 10.875rem;
  z-index: 56;
}

#element-569 {
  top: 46.4375rem;
  left: 4.1875rem;
  height: 4.0625rem;
  width: 16.5625rem;
  z-index: 57;
  color: #37465A;
  font-size: 0.8669rem;
  line-height: 1.4rem;
  text-align: center;
}

#element-569 .x_938e8cfc {
  text-align: center;
  line-height: 1.375rem;
  font-size: 0.8669rem;
}

#element-569 .x_a017d118 {
  color: #717171;
}

#element-570 {
  top: 2.5rem;
  left: 1.25rem;
  height: 4.5rem;
  width: 22.5rem;
  z-index: 58;
  color: #37465A;
  font-size: 1.6099rem;
  line-height: 2.275rem;
  text-align: center;
}

#element-570 .x_47b745f5 {
  text-align: center;
  line-height: 2.25rem;
  font-size: 1.6099rem;
}

#element-570 .x_2dfeec5e {
  color: #666665;
}

#page-block-8j1turl9swbv2uznt1krjrwwmi {
  height: 36.8125rem;
  max-width: 100%;
}

#page-block-8j1turl9swbv2uznt1krjrwwmi .section-holder-border {
  border: 0;
}

#page-block-8j1turl9swbv2uznt1krjrwwmi .section-block {
  background-repeat: repeat ! important; background-color: rgb(255, 255, 255)  ! important; background-position: 54% 100% ! important; background-size: cover ! important;
  height: 36.8125rem;
}

#page-block-8j1turl9swbv2uznt1krjrwwmi .section-holder-overlay {
  opacity: 0;
  background-color: #5B5D58;
  display: block;
}

#element-565 {
  top: 2.5rem;
  left: 1.25rem;
  height: 3.3125rem;
  width: 22.5rem;
  z-index: 53;
  color: #37465A;
  font-size: 1.1765rem;
  line-height: 1.6625rem;
  text-align: center;
}

#element-565 .x_66d76769 {
  text-align: center;
  line-height: 1.6875rem;
  font-size: 1.1765rem;
}

#element-565 .x_a017d118 {
  color: #717171;
}

#element-566 {
  top: 7.5625rem;
  left: 5.6875rem;
  height: 2.9375rem;
  width: 13.625rem;
  z-index: 54;
}

#element-566 .btn.btn-effect3d:active {
  box-shadow: none;
}

#element-566 .btn:hover {
  background: #8F724D;
}

#element-566 .btn {
  background: #912C2F;
  color: #FFFFFF;
  font-size: 0.9907rem;
  font-family: "Open Sans";
  font-weight: 700;
  height: 2.9375rem;
  width: 13.625rem;
  border-radius: 3px;
}

#page-block-pjl73587dcmu2c0hnl090ms4i {
  height: 5.625rem;
  max-width: 100%;
}

#page-block-pjl73587dcmu2c0hnl090ms4i .section-holder-border {
  border: 0;
}

#page-block-pjl73587dcmu2c0hnl090ms4i .section-block {
  background: rgb(102, 102, 101);
  height: 5.625rem;
}

#page-block-pjl73587dcmu2c0hnl090ms4i .section-holder-overlay {
  display: none;
}

#element-548 {
  top: 1.4375rem;
  left: 7.625rem;
  height: 2.75rem;
  width: 9.6875rem;
  z-index: 40;
}

#page-block-cu6t2wteevwvcxr {
  height: 3.125rem;
  max-width: 100%;
}

#page-block-cu6t2wteevwvcxr .section-holder-border {
  border: 0;
}

#page-block-cu6t2wteevwvcxr .section-block {
  background: rgb(80, 85, 77);
  height: 3.125rem;
}

#page-block-cu6t2wteevwvcxr .section-holder-overlay {
  display: none;
}

#element-37 {
  top: 1.3125rem;
  left: 3.375rem;
  height: 0.875rem;
  width: 14.375rem;
  z-index: 3;
  color: #FFFFFF;
  font-size: 0.6811rem;
  line-height: 0.9625rem;
  text-align: center;
}

#element-37 .x_c2749504 {
  text-align: center;
  line-height: 0.9375rem;
  font-size: 0.6811rem;
}

#element-549 {
  top: 1.1875rem;
  left: 17.6875rem;
  height: 1.125rem;
  width: 3.375rem;
  z-index: 41;
  color: #FFFFFF;
  font-size: 0.6811rem;
  line-height: 1.1rem;
  text-align: center;
}

#element-549 .x_e63cd9c2 {
  text-align: center;
  line-height: 1.125rem;
  font-size: 0.6811rem;
}

#element-549 .x_a697ebd0 {
  color: #eb9a33;
}

@media screen and (max-width:400px) {
  :root {
    font-size: 4vw;
  }
}

@media screen and (min-width:768px) and (max-width:1200px) {
  :root {
    font-size: 1.33vw;
  }
}

@media screen and (max-width:767px) {
  .hidden-mobile {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .section-fit {
    max-width: 60rem;
  }
  #page_block_below_fold {
    height: 46rem;
    max-width: 100%;
  }
  #page_block_below_fold .section-holder-border {
    border: 0;
  }
  #page_block_below_fold .section-block {
    background: repeat rgb(8, 16, 34) 43% 60% / cover;
    /*background-image: url(//v.fastcdn.co/u/0dfe03b4/45773715-0-Nuevo-header-2.jpg), url(//v.fastcdn.co/t/0dfe03b4/b13b709a/1568049460-45773715-ghost-Nuevo-header-2.jpg);*/
    height: 46rem;
  }
  #page_block_below_fold .section-holder-overlay {
    opacity: 0;
    background-color: #000000;
    display: block;
  }
  #element-503 {
    top: 12.4375rem;
    left: 40.6875rem;
    height: 33.5625rem;
    width: 24.5rem;
    z-index: 4;
  }
  #element-503 .shape {
    border: 0;
    border-radius: 0 0 0 0;
    background: rgb(255, 255, 255);
    opacity: 1;
  }
  #element-462 {
    top: 40.0625rem;
    left: -6.5rem;
    height: 2rem;
    width: 10.9375rem;
    z-index: 6;
    color: #FFFFFF;
    font-size: 1.2384rem;
    line-height: 2rem;
    text-align: left;
  }
  #element-462 .x_9317fdfd {
    text-align: left;
    line-height: 2rem;
    font-size: 1.2384rem;
  }
  #element-462 .x_06cb0376 {
    text-align: center;
    line-height: 2rem;
    font-size: 1.2384rem;
  }
  #element-462 .x_a017d118 {
    color: #717171;
  }
  #element-463 {
    top: 40.6875rem;
    left: 5rem;
    height: 3.125rem;
    width: 3.125rem;
    z-index: 7;
  }
  #element-463 .cropped {
    background: url(//v.fastcdn.co/u/0dfe03b4/45600445-0-Icono-Flecha.gif) -0.0625rem 0 / 3.1875rem 3.125rem;
  }
  #element-485 {
    top: 1.875rem;
    left: -0.9375rem;
    height: 3.3125rem;
    width: 16.125rem;
    z-index: 8;
  }
  #element-496 {
    top: 18.125rem;
    left: 44.125rem;
    height: 1.5625rem;
    width: 17.625rem;
    z-index: 9;
    color: #FFFFFF;
    font-size: 0.9288rem;
    line-height: 1.5rem;
    text-align: center;
  }
  #element-496 .x_a80b9203 {
    text-align: center;
    line-height: 1.5625rem;
    font-size: 0.9553rem;
  }
  #element-496 .x_a017d118 {
    color: #717171;
  }
  #element-497 {
    top: 16rem;
    left: 42.6875rem;
    height: 1.625rem;
    width: 20.4375rem;
    z-index: 10;
    color: #000000;
    font-size: 1.4241rem;
    line-height: 1.725rem;
    text-align: center;
  }
  #element-497 .x_7e5147a9 {
    text-align: center;
    line-height: 1.6875rem;
    font-size: 1.4012rem;
  }
  #element-497 .x_a017d118 {
    color: #717171;
  }
  #element-498 {
    top: 6.5625rem;
    left: -5.625rem;
    height: 2.25rem;
    width: 25.5rem;
    z-index: 11;
    color: #FFFFFF;
    font-size: 1.3819rem;
    line-height: 2.2317rem;
    text-align: left;
  }
  #element-498 .x_ab0d712e {
    text-align: left;
    line-height: 2.25rem;
    font-size: 1.3819rem;
  }
  #element-498 .x_c9416812 {
    text-align: center;
    line-height: 2.25rem;
    font-size: 1.3819rem;
  }
  #element-499 {
    top: 8.75rem;
    left: -5.625rem;
    height: 2.25rem;
    width: 25.5rem;
    z-index: 12;
    color: #FFFFFF;
    font-size: 1.3819rem;
    line-height: 2.2317rem;
    text-align: center;
  }
  #element-499 .x_c9416812 {
    text-align: center;
    line-height: 2.25rem;
    font-size: 1.3819rem;
  }
  #element-500 {
    top: 21.5rem;
    left: 44.0625rem;
    height: 18.4375rem;
    width: 17.75rem;
    z-index: 13;
  }
  .notification-text {
    font-size: 3.125rem;
  }
  .form {
    font-size: .8125rem;
  }
  .form-input {
    font-size: .9375rem;
    height: 2.6875rem;
  }
  .form-textarea {
    height: 6.25rem;
  }
  .form-label-title {
    margin: .3125rem 0 .5rem;
    font-size: .89375rem;
    padding: 0;
    line-height: 1.1875rem;
  }
  .form-multiple-label {
    margin-bottom: .625rem;
    font-size: .9375rem;
    line-height: 1.1875rem;
    padding: 0;
  }
  .form-checkbox-label:after {
    top: .1rem;
  }
  .form-label-outside {
    margin-bottom: 0;
  }
  .form-multiple-label:before {
    transition: background-color .1s, border .1s;
  }
  .form-radio-label:hover:before {
    border: .3125rem solid #9bc7fd;
  }
  .form-messagebox {
    display: block;
    position: absolute;
    left: 102%;
    width: 15.125rem;
    border: 1px solid;
    color: #e22828;
    border-radius: 5px;
    font-size: .8125rem;
    background-color: #ffe9e9;
    top: .5rem;
    animation: slide-down .5s ease-in-out;
  }
  .form-messagebox-header {
    background-color: #e22828;
    color: #fff;
    padding: .125rem .625rem;
  }
  .form-messagebox-contents {
    padding: .625rem 1.5rem;
    margin: 0;
  }
  #element-500 .btn.btn-effect3d:active {
    box-shadow: none;
  }
  #element-500 .btn:hover {
    background: #5B5D58;
  }
  #element-500 .btn {
    background: #AE8652;
    color: #FFFFFF;
    font-size: 0.9907rem;
    font-family: "Open Sans";
    font-weight: 700;
    height: 2.9375rem;
    width: 17.75rem;
    border-radius: 3px;
  }
  #element-500 .form-label {
    color: #5E6C7B;
  }
  #element-500 ::placeholder {
    color: #5E6C7B;
  }
  #element-500 .form-input {
    color: #000000;
    border-color: #717171;
  }
  #element-500 .user-invalid {
    border-color: #E12627;
  }
  #element-500 input::placeholder,
  #element-500 .form-label-inside {
    color: #5E6C7B;
  }
  #element-500 select.valid {
    color: #000000;
  }
  #element-500 .form-btn-geometry {
    top: 18.9375rem;
    left: 0;
    height: 2.9375rem;
    width: 17.75rem;
    z-index: 13;
  }
  #element-502 {
    top: 41.9375rem;
    left: -6.5rem;
    height: 3rem;
    width: 13rem;
    z-index: 14;
    color: #FFFFFF;
    font-size: 1.8576rem;
    line-height: 3rem;
    text-align: center;
  }
  #element-502 .x_55e4a81c {
    text-align: center;
    line-height: 3rem;
    font-size: 1.8576rem;
  }
  #element-502 .x_a017d118 {
    color: #717171;
  }
  #element-505 {
    top: 14.0625rem;
    left: 38.5625rem;
    height: 1.375rem;
    width: 14.375rem;
    z-index: 15;
  }
  #element-505 .shape {
    border-bottom: 1px solid #5B5D58;
  }
  #element-506 {
    top: 11.4375rem;
    left: 40.75rem;
    height: 13.375rem;
    width: 1.375rem;
    z-index: 16;
  }
  #element-506 .shape {
    border-right: 1px dashed #5B5D58;
  }
  #element-507 {
    top: 11.4375rem;
    left: 42.0625rem;
    height: 5.875rem;
    width: 1.3125rem;
    z-index: 17;
  }
  #element-507 .shape {
    border-right: 1px dashed #5B5D58;
  }
  #element-508 {
    top: 37.25rem;
    left: 63.875rem;
    height: 6.125rem;
    width: 1.3125rem;
    z-index: 18;
  }
  #element-508 .shape {
    border-right: 1px solid #5B5D58;
  }
  #element-509 {
    top: 37.1875rem;
    left: 62.5625rem;
    height: 3.8125rem;
    width: 1.375rem;
    z-index: 19;
  }
  #element-509 .shape {
    border-right: 2px solid #5B5D58;
  }
  #page_block_footer {
    height: 75.9375rem;
    max-width: 100%;
  }
  #page_block_footer .section-holder-border {
    border: 0;
  }
  #page_block_footer .section-block {
    background: url(//v.fastcdn.co/u/0dfe03b4/45774280-0-Bg-proyectos.png) repeat 45% 56% / cover;
    height: 75.9375rem;
  }
  #page_block_footer .section-holder-overlay {
    display: none;
  }
  #element-416 {
    top: 4.125rem;
    left: 30.0625rem;
    height: 19.875rem;
    width: 35.375rem;
    z-index: 5;
  }
  #element-271 {
    top: 12.1875rem;
    left: -4.6875rem;
    height: 1.625rem;
    width: 25.875rem;
    z-index: 20;
    color: #000000;
    font-size: 1.0526rem;
    line-height: 1.7rem;
    text-align: left;
  }
  #element-271 .x_80f7663c {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }
  #element-271 .x_db4a4d62 {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }
  #element-271 .x_a017d118 {
    color: #717171;
  }
  #element-511 {
    top: 5.25rem;
    left: -2.5625rem;
    height: 5.5rem;
    width: 9.875rem;
    z-index: 21;
  }
  #element-512 {
    top: 13.9375rem;
    left: -4.6875rem;
    height: 2rem;
    width: 26.625rem;
    z-index: 22;
    color: #000000;
    font-size: 1.2384rem;
    line-height: 2rem;
    text-align: left;
  }
  #element-512 .x_9317fdfd {
    text-align: left;
    line-height: 2rem;
    font-size: 1.2384rem;
  }
  #element-512 .x_9811881d {
    text-align: left;
    line-height: 2rem;
    font-size: 1.2384rem;
  }
  #element-512 .x_a017d118 {
    color: #717171;
  }
  #element-516 {
    top: 10.75rem;
    left: -7.4375rem;
    height: 1.3125rem;
    width: 24.375rem;
    z-index: 23;
  }
  #element-516 .shape {
    border-bottom: 1px dashed #5B5D58;
  }
  #element-518 {
    top: 5.25rem;
    left: -6.3125rem;
    height: 12.4375rem;
    width: 1.3125rem;
    z-index: 24;
  }
  #element-518 .shape {
    border-right: 1px solid #5B5D58;
  }
  #element-520 {
    top: 5.25rem;
    left: -5.6875rem;
    height: 4.875rem;
    width: 1.3125rem;
    z-index: 25;
  }
  #element-520 .shape {
    border-right: 1px dashed #5B5D58;
  }
  #element-524 {
    top: 36.25rem;
    left: -4.6875rem;
    height: 1.625rem;
    width: 22.125rem;
    z-index: 26;
    color: #000000;
    font-size: 1.0526rem;
    line-height: 1.7rem;
    text-align: left;
  }
  #element-524 .x_80f7663c {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }
  #element-524 .x_db4a4d62 {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }
  #element-524 .x_a017d118 {
    color: #717171;
  }
  #element-526 {
    top: 27.5625rem;
    left: -4.25rem;
    height: 7.1875rem;
    width: 13.25rem;
    z-index: 27;
  }
  #element-526 .cropped {
    background: url(//v.fastcdn.co/u/0dfe03b4/45473015-0-Logo-Grove-Color.png) -2.0625rem -0.6875rem / 17.75rem 8.9375rem;
  }
  #element-528 {
    top: 38rem;
    left: -4.6875rem;
    height: 2rem;
    width: 32.75rem;
    z-index: 28;
    color: #000000;
    font-size: 1.2384rem;
    line-height: 2rem;
    text-align: left;
  }
  #element-528 .x_9317fdfd {
    text-align: left;
    line-height: 2rem;
    font-size: 1.2384rem;
  }
  #element-528 .x_9811881d {
    text-align: left;
    line-height: 2rem;
    font-size: 1.2384rem;
  }
  #element-528 .x_a017d118 {
    color: #717171;
  }
  #element-529 {
    top: 34.75rem;
    left: -7.4375rem;
    height: 1.3125rem;
    width: 24.375rem;
    z-index: 29;
  }
  #element-529 .shape {
    border-bottom: 1px solid #5B5D58;
  }
  #element-530 {
    top: 26.8125rem;
    left: -6.5rem;
    height: 17.125rem;
    width: 1.375rem;
    z-index: 30;
  }
  #element-530 .shape {
    border-right: 1px dashed #5B5D58;
  }
  #element-531 {
    top: 26.75rem;
    left: -5.6875rem;
    height: 4.375rem;
    width: 1.3125rem;
    z-index: 31;
  }
  #element-531 .shape {
    border-right: 1px dashed #5B5D58;
  }
  #element-535 {
    top: 60.1875rem;
    left: -4.6875rem;
    height: 1.625rem;
    width: 22.125rem;
    z-index: 32;
    color: #000000;
    font-size: 1.0526rem;
    line-height: 1.7rem;
    text-align: left;
  }
  #element-535 .x_80f7663c {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }
  #element-535 .x_db4a4d62 {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }
  #element-535 .x_a017d118 {
    color: #717171;
  }
  #element-537 {
    top: 52.25rem;
    left: -3.5rem;
    height: 6rem;
    width: 11.875rem;
    z-index: 33;
  }
  #element-537 .cropped {
    background-position: -2.5625rem -1.375rem ! important; background-size:  17.1875rem 8.4375rem ! important;
  }
  #element-539 {
    top: 61.9375rem;
    left: -4.6875rem;
    height: 2rem;
    width: 19rem;
    z-index: 34;
    color: #000000;
    font-size: 1.2384rem;
    line-height: 2rem;
    text-align: left;
  }
  #element-539 .x_9811881d {
    text-align: left;
    line-height: 2rem;
    font-size: 1.2384rem;
  }
  #element-539 .x_a017d118 {
    color: #717171;
  }
  #element-539 .x_440240c7 {
    text-align: left;
    background-color: transparent;
    font-style: inherit;
    color: rgb(113, 113, 113);
  }
  #element-541 {
    top: 58.5625rem;
    left: -7.4375rem;
    height: 1.375rem;
    width: 24.375rem;
    z-index: 35;
  }
  #element-541 .shape {
    border-bottom: 1px solid #5B5D58;
  }
  #element-543 {
    top: 51.0625rem;
    left: -6.4375rem;
    height: 18.5rem;
    width: 1.3125rem;
    z-index: 36;
  }
  #element-543 .shape {
    border-right: 1px solid #5B5D58;
  }
  #element-545 {
    top: 51rem;
    left: -5.625rem;
    height: 3.625rem;
    width: 1.3125rem;
    z-index: 37;
  }
  #element-545 .shape {
    border-right: 1px dashed #5B5D58;
  }
  #element-546 {
    top: 27.75rem;
    left: 30.0625rem;
    height: 19.875rem;
    width: 35.375rem;
    z-index: 38;
  }
  #element-546 .cropped {
    background-position: 0 -1.9375rem ! important; background-size: 35.375rem 23.625rem ! important;
  }
  #element-547 {
    top: 51.6875rem;
    left: 30.0625rem;
    height: 19.875rem;
    width: 35.375rem;
    z-index: 39;
  }
  #element-547 .cropped {
    background-position: 0 -5.6875rem ! important; background-size: 35.375rem 37.1875rem ! important;
  }
  #element-572 {
    top: 16.0625rem;
    left: -4.6875rem;
    height: 1.625rem;
    width: 19.0625rem;
    z-index: 59;
    color: #000000; ! important
    font-size: 1.0526rem;
    line-height: 1.7rem;
    text-align: left;
  }
  #element-572 .x_80f7663c {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }
  #element-572 .x_db4a4d62 {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }
  #element-572 .x_a017d118 {
    color: #717171;
  }
  #element-576 {
    top: 18.4375rem;
    left: -4.6875rem;
    height: 2.5rem;
    width: 13.75rem;
    z-index: 60;
  }
  #element-576 .btn.btn-effect3d:active {
    box-shadow: none;
  }
  #element-576 .btn:hover {
    background: #D3D3D3;
  }
  #element-576 .btn {
    border: 2px solid #8F724D;
    background: #FFFFFF;
    color: #8F724D;
    font-size: 0.8669rem;
    font-family: "Open Sans";
    font-weight: 400;
    height: 2.5rem;
    width: 13.75rem;
    border-radius: 1px;
  }
  #element-577 {
    top: 40.3125rem;
    left: -4.6875rem;
    height: 1.625rem;
    width: 22.125rem;
    z-index: 61;
    color: #000000;
    font-size: 1.0526rem;
    line-height: 1.7rem;
    text-align: left;
  }
  #element-577 .x_80f7663c {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }
  #element-577 .x_db4a4d62 {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }
  #element-577 .x_a017d118 {
    color: #717171;
  }
  #element-578 {
    top: 42.25rem;
    left: -4.6875rem;
    height: 1.625rem;
    width: 22.125rem;
    z-index: 62;
    color: #000000;
    font-size: 1.0526rem;
    line-height: 1.7rem;
    text-align: left;
  }
  #element-578 .x_80f7663c {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }
  #element-578 .x_db4a4d62 {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }
  #element-578 .x_a017d118 {
    color: #717171;
  }
  #element-579 {
    top: 64.125rem;
    left: -4.6875rem;
    height: 1.625rem;
    width: 32.5rem;
    z-index: 63;
    color: #000000;
    font-size: 1.0526rem;
    line-height: 1.7rem;
    text-align: left;
  }
  #element-579 .x_80f7663c {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }
  #element-579 .x_db4a4d62 {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }
  #element-579 .x_a017d118 {
    color: #717171;
  }
  #element-580 {
    top: 66rem;
    left: -4.6875rem;
    height: 1.625rem;
    width: 23.0625rem;
    z-index: 64;
    color: #000000;
    font-size: 1.0526rem;
    line-height: 1.7rem;
    text-align: left;
  }
  #element-580 .x_80f7663c {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }
  #element-580 .x_db4a4d62 {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }
  #element-580 .x_a017d118 {
    color: #717171;
  }
  #element-581 {
    top: 67.9375rem;
    left: -4.6875rem;
    height: 1.625rem;
    width: 23.0625rem;
    z-index: 65;
    color: #000000;
    font-size: 1.0526rem;
    line-height: 1.7rem;
    text-align: left;
  }
  #element-581 .x_80f7663c {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }
  #element-581 .x_db4a4d62 {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }
  #element-581 .x_a017d118 {
    color: #717171;
  }
  #element-582 {
    top: 44.625rem;
    left: -4.6875rem;
    height: 2.5rem;
    width: 13.75rem;
    z-index: 66;
  }
  #element-582 .btn.btn-effect3d:active {
    box-shadow: none;
  }
  #element-582 .btn:hover {
    background: #D3D3D3;
  }
  #element-582 .btn {
    border: 2px solid #8F724D;
    background: #FFFFFF;
    color: #8F724D;
    font-size: 0.8669rem;
    font-family: "Open Sans";
    font-weight: 400;
    height: 2.5rem;
    width: 13.75rem;
    border-radius: 1px;
  }
  #element-583 {
    top: 70.3125rem;
    left: -4.6875rem;
    height: 2.5rem;
    width: 13.75rem;
    z-index: 67;
  }
  #element-583 .btn.btn-effect3d:active {
    box-shadow: none;
  }
  #element-583 .btn:hover {
    background: #D3D3D3;
  }
  #element-583 .btn {
    border: 2px solid #8F724D;
    background: #FFFFFF;
    color: #8F724D;
    font-size: 0.8669rem;
    font-family: "Open Sans";
    font-weight: 400;
    height: 2.5rem;
    width: 13.75rem;
    border-radius: 1px;
  }
  #page-block-g070xh516qg2e29 {
    height: 16.5625rem;
    max-width: 100%;
  }
  #page-block-g070xh516qg2e29 .section-holder-border {
    border: 0;
  }
  #page-block-g070xh516qg2e29 .section-block {
    background: rgb(255, 255, 255);
    height: 16.5625rem;
  }
  #page-block-g070xh516qg2e29 .section-holder-overlay {
    display: none;
  }
  #element-550 {
    top: 4.875rem;
    left: 2.625rem;
    height: 3.875rem;
    width: 10.0625rem;
    z-index: 42;
    color: #37465A;
    font-size: 2.3953rem;
    line-height: 3.8684rem;
    text-align: center;
  }
  #element-550 .x_d346942c {
    text-align: center;
    line-height: 3.875rem;
    font-size: 2.3953rem;
  }
  #element-550 .x_a017d118 {
    color: #717171;
  }
  #element-552 {
    top: 7.9375rem;
    left: 0.3125rem;
    height: 3.0625rem;
    width: 14.8125rem;
    z-index: 43;
    color: #37465A;
    font-size: 1.9059rem;
    line-height: 3.0781rem;
    text-align: center;
  }
  #element-552 .x_24be7675 {
    text-align: center;
    line-height: 3.0625rem;
    font-size: 1.9059rem;
  }
  #element-552 .x_a017d118 {
    color: #717171;
  }
  #element-553 {
    top: 6.125rem;
    left: 35.5rem;
    height: 3.625rem;
    width: 20.25rem;
    z-index: 44;
  }
  #element-553 .btn.btn-effect3d:active {
    box-shadow: none;
  }
  #element-553 .btn:hover {
    background: #5B5D58;
  }
  #element-553 .btn {
    background: #AE8652;
    color: #FFFFFF;
    font-size: 1.3003rem;
    font-family: "Open Sans";
    font-weight: 400;
    height: 3.625rem;
    width: 20.25rem;
    border-radius: 3px;
  }
  #element-554 {
    top: 0.8125rem;
    left: -9.25rem;
    height: 1.375rem;
    width: 78.625rem;
    z-index: 45;
  }
  #element-554 .shape {
    border-bottom: 2px solid #AE8652;
  }
  #element-587 {
    top: 14.5rem;
    left: -9.25rem;
    height: 1.375rem;
    width: 78.625rem;
    z-index: 68;
  }
  #element-587 .shape {
    border-bottom: 2px solid #AE8652;
  }
  #page-block-du3odzlflt2s4y57qj0qdoyldi {
    height: 41.375rem;
    max-width: 100%;
  }
  #page-block-du3odzlflt2s4y57qj0qdoyldi .section-holder-border {
    border: 0;
  }
  #page-block-du3odzlflt2s4y57qj0qdoyldi .section-block {
    background: url(//v.fastcdn.co/u/0dfe03b4/45792850-0-Prueba-para-amenidad.png) repeat rgb(255, 255, 255) 0 40% / cover;
    height: 41.375rem;
  }
  #page-block-du3odzlflt2s4y57qj0qdoyldi .section-holder-overlay {
    display: none;
  }
  #element-557 {
    top: 16.1875rem;
    left: -5.375rem;
    height: 6.25rem;
    width: 10.875rem;
    z-index: 46;
  }
  #element-558 {
    top: 23.8125rem;
    left: -9.5625rem;
    height: 4.0625rem;
    width: 19.125rem;
    z-index: 47;
    color: #37465A;
    font-size: 0.8669rem;
    line-height: 1.4rem;
    text-align: center;
  }
  #element-558 .x_938e8cfc {
    text-align: center;
    line-height: 1.375rem;
    font-size: 0.8669rem;
  }
  #element-558 .x_a017d118 {
    color: #717171;
  }
  #element-558 .x_440240c7 {
    text-align: left;
    background-color: transparent;
    font-style: inherit;
    color: rgb(113, 113, 113);
  }
  #element-559 {
    top: 15.5rem;
    left: 54.5625rem;
    height: 6.25rem;
    width: 10.875rem;
    z-index: 48;
  }
  #element-560 {
    top: 23.125rem;
    left: 49.5rem;
    height: 5.375rem;
    width: 20.875rem;
    z-index: 49;
    color: #37465A;
    font-size: 0.8669rem;
    line-height: 1.4rem;
    text-align: center;
  }
  #element-560 .x_938e8cfc {
    text-align: center;
    line-height: 1.375rem;
    font-size: 0.8669rem;
  }
  #element-560 .x_a017d118 {
    color: #717171;
  }
  #element-561 {
    top: 14.125rem;
    left: 13.75rem;
    height: 15.75rem;
    width: 1.375rem;
    z-index: 50;
  }
  #element-561 .shape {
    border-right: 1px dashed #5B5D58;
  }
  #element-563 {
    top: 31.375rem;
    left: 33.5625rem;
    height: 3.25rem;
    width: 8.125rem;
    z-index: 51;
  }
  #element-564 {
    top: 31.0625rem;
    left: 18.125rem;
    height: 3.875rem;
    width: 10.75rem;
    z-index: 52;
  }
  #element-568 {
    top: 14.125rem;
    left: 45.125rem;
    height: 15.75rem;
    width: 1.3125rem;
    z-index: 55;
  }
  #element-568 .shape {
    border-right: 1px dashed #5B5D58;
  }
  #element-567 {
    top: 15.5rem;
    left: 24.4375rem;
    height: 6.25rem;
    width: 10.875rem;
    z-index: 56;
  }
  #element-569 {
    top: 23.125rem;
    left: 21.625rem;
    height: 4.0625rem;
    width: 16.625rem;
    z-index: 57;
    color: #37465A;
    font-size: 0.8669rem;
    line-height: 1.4rem;
    text-align: center;
  }
  #element-569 .x_938e8cfc {
    text-align: center;
    line-height: 1.375rem;
    font-size: 0.8669rem;
  }
  #element-569 .x_a017d118 {
    color: #717171;
  }
  #element-570 {
    top: 2.375rem;
    left: 14.0625rem;
    height: 7.625rem;
    width: 31.8125rem;
    z-index: 58;
    color: #37465A;
    font-size: 2.3529rem;
    line-height: 3.8rem;
    text-align: center;
  }
  #element-570 .x_19d01fba {
    text-align: center;
    line-height: 3.8125rem;
    font-size: 2.3529rem;
  }
  #element-570 .x_2dfeec5e {
    color: #666665;
  }
  #page-block-8j1turl9swbv2uznt1krjrwwmi {
    height: 38.375rem;
    max-width: 100%;
  }
  #page-block-8j1turl9swbv2uznt1krjrwwmi .section-holder-border {
    border: 0;
  }
  #page-block-8j1turl9swbv2uznt1krjrwwmi .section-block {
    background-repeat: repeat ! important; background-color: rgb(255, 255, 255) ! important; background-position: 54% 100% ! important; background-size: cover ! important;
    height: 38.375rem;
  }
  #page-block-8j1turl9swbv2uznt1krjrwwmi .section-holder-overlay {
    opacity: 0;
    background-color: #5B5D58;
    display: block;
  }
  #element-565 {
    top: 2.5rem;
    left: -0.4375rem;
    height: 3rem;
    width: 60.875rem;
    z-index: 53;
    color: #37465A;
    font-size: 1.8576rem;
    line-height: 3rem;
    text-align: center;
  }
  #element-565 .x_55e4a81c {
    text-align: center;
    line-height: 3rem;
    font-size: 1.8576rem;
  }
  #element-565 .x_a017d118 {
    color: #717171;
  }
  #element-566 {
    top: 7.6875rem;
    left: 23.1875rem;
    height: 2.9375rem;
    width: 13.625rem;
    z-index: 54;
  }
  #element-566 .btn.btn-effect3d:active {
    box-shadow: none;
  }
  #element-566 .btn:hover {
    background: #8F724D;
  }
  #element-566 .btn {
    background: #912C2F;
    color: #FFFFFF;
    font-size: 0.9907rem;
    font-family: "Open Sans";
    font-weight: 700;
    height: 2.9375rem;
    width: 13.625rem;
    border-radius: 3px;
  }
  #page-block-pjl73587dcmu2c0hnl090ms4i {
    height: 7.3125rem;
    max-width: 100%;
  }
  #page-block-pjl73587dcmu2c0hnl090ms4i .section-holder-border {
    border: 0;
  }
  #page-block-pjl73587dcmu2c0hnl090ms4i .section-block {
    background: rgb(102, 102, 101);
    height: 7.3125rem;
  }
  #page-block-pjl73587dcmu2c0hnl090ms4i .section-holder-overlay {
    display: none;
  }
  #element-548 {
    top: 1.6875rem;
    left: 23.25rem;
    height: 3.875rem;
    width: 13.4375rem;
    z-index: 40;
  }
  #page-block-cu6t2wteevwvcxr {
    height: 1.875rem;
    max-width: 100%;
  }
  #page-block-cu6t2wteevwvcxr .section-holder-border {
    border: 0;
  }
  #page-block-cu6t2wteevwvcxr .section-block {
    background: rgb(80, 85, 77);
    height: 1.875rem;
  }
  #page-block-cu6t2wteevwvcxr .section-holder-overlay {
    display: none;
  }
  #element-37 {
    top: 0.375rem;
    left: 21rem;
    height: 1.125rem;
    width: 14.375rem;
    z-index: 3;
    color: #FFFFFF;
    font-size: 0.6811rem;
    line-height: 1.1rem;
    text-align: center;
  }
  #element-37 .x_e63cd9c2 {
    text-align: center;
    line-height: 1.125rem;
    font-size: 0.6811rem;
  }
  #element-549 {
    top: 0.375rem;
    left: 34.875rem;
    height: 1.125rem;
    width: 3.4375rem;
    z-index: 41;
    color: #FFFFFF;
    font-size: 0.6811rem;
    line-height: 1.1rem;
    text-align: center;
  }
  #element-549 .x_e63cd9c2 {
    text-align: center;
    line-height: 1.125rem;
    font-size: 0.6811rem;
  }
  #element-549 .x_a697ebd0 {
    color: #eb9a33;
  }
}


/*Cambios*/
label { display:none; }
#element-500 { top: 20rem; }
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 {
  color: #000000 ! important;
  border-color: #717171 ! important;
  font-size: .9375rem ! important;
  height: 2.6875rem ! important;
  background-color: transparent ! important;
  border-radius: 3px ! important;
  font-family: inherit ! important;
  width: 100% ! important;
  height: 2.5rem ! important;
  margin: .5rem 0 ! important;
  padding: .5rem .625rem .5625rem ! important;
}

.hs-button {
  background: #AE8652 ! important;
  -webkit-background: #AE8652 ! important;
  -moz-background: #AE8652 ! important;
  -o-background: #AE8652 ! important;
  -ms-background: #AE8652 ! important;
  -webkit-appearance:none ! important;
  color: #FFFFFF ! important;
  font-size: 0.9907rem ! important;
  font-family: "Open Sans" ! important;
  font-weight: 700 ! important;
  height: 2.9375rem ! important;
  width: 17.75rem ! important;
  border-radius: 3px ! important;
  -moz-appearance: none ! important;
  cursor: pointer ! important;
  min-height: 100% ! important;
  cursor: pointer ! important;
  text-align: center ! important;
  transition: border .5s ! important;
  white-space: nowrap ! important;
  display: table-cell ! important;
  vertical-align: middle ! important;
}

#element-500 .btn:hover {
    background: #5B5D58 ! important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.hs-button {
 background: #AE8652 ! important;
  -webkit-background: #AE8652 ! important;
  -moz-background: #AE8652 ! important;
  -o-background: #AE8652 ! important;
  -ms-background: #AE8652 ! important;
  -webkit-appearance:none ! important;
  color: #FFFFFF ! important;
  font-size: 0.9907rem ! important;
  font-family: "Open Sans" ! important;
  font-weight: 700 ! important;
  height: 2.9375rem ! important;
  width: 17.75rem ! important;
  border-radius: 3px ! important;
  -moz-appearance: none ! important;
  cursor: pointer ! important;
  min-height: 100% ! important;
  cursor: pointer ! important;
  text-align: center ! important;
  transition: border .5s ! important;
  white-space: nowrap ! important;
  display: table-cell ! important;
  vertical-align: middle ! important;
  border:none;
}

#element-500 .btn:hover {
    background: #5B5D58 ! important;
}
}

@media (max-width: 575px) {
  #element-500 { top: 23.5rem; }
  #element-462, #element-502 { width:100%; text-align:center; left:unset; }
  #element-485 {  width: 50%; height:unset; left:6rem;  }
  #element-462 { top: 50rem; }
  #element-502 { top: 52rem; }
  #element-511, #element-559, #element-557, #element-567, #element-548, #element-564, #element-563 {   width:unset; height:unset; }
  #element-537 { top: 98rem; }
  #element-541 { top: 104.5rem; }
  #element-547 { top: 106.5rem; }
  #element-535 { top: 121rem; }
  #element-539 { top: 124rem; }
  #element-579 { top: 127rem; }
  #element-580 { top: 131rem; }
  #element-581 { top: 135rem; }
  #element-583 { top: 138rem; }
  #page_block_footer .section-block,  #page_block_footer  { height: 145rem;  }
  #element-463 { top: 56rem; }
  #element-548 { left: 6rem; top: 1rem; }
  #element-559 { left: 8rem; width: 40%; }
  #element-557 { left: 8rem; width: 40%; }
  #element-567 { left: 8rem; width: 40%; }
  #element-564 { left: 8rem; width: 35%; }
  #element-563 { left: 8rem; width: 30%; }
  #page-block-du3odzlflt2s4y57qj0qdoyldi .section-block { background: unset; }
  #element-548 { width: 40%; left: 8rem; }
  #element-511 { width: 35%; }
}

@media (max-width: 320px) { 
  #element-511 { top: 9.5rem; }
  #element-485 { left: 2.5rem; }
  #element-548 { left: 4rem; width: 60%; }
}

@media (min-width: 576px) and (max-width: 767px) { 
  #element-500 { top: 23.5rem; }
}