/* @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_header {
  height: 109.9375rem;
  max-width: 100%;
}

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

#page_block_header .section-block {
  background: repeat rgb(240, 243, 245) 0 0 / cover;
  background-image: url(//v.fastcdn.co/u/0dfe03b4/45889000-0-Nuevo-header.jpg), url(//v.fastcdn.co/t/0dfe03b4/b9e45674/1568842313-45889000-ghost-Nuevo-header.jpg);
  height: 109.9375rem;
}

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

#element-105 {
  top: 12rem;
  left: 1.3125rem;
  height: 86.5625rem;
  width: 22.25rem;
  z-index: 5;
}

.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-105 .shape {
  border: 0;
  border-radius: 0 0 0 0;
  background: rgb(255, 255, 255);
  opacity: 1;
}

#element-103 {
  top: 44.0625rem;
  left: 4.5rem;
  height: 22.5rem;
  width: 16rem;
  z-index: 6;
}

.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-103 .btn.btn-effect3d:active {
  box-shadow: none;
}

#element-103 .btn:hover {
  background: #A5A4A4;
}

#element-103 .btn {
  background: #6C6458;
  color: #FFFFFF;
  font-size: 0.9288rem;
  font-family: Roboto;
  font-weight: 700;
  height: 2.875rem;
  width: 16rem;
  border-radius: 3px;
}

#element-103 .form-label {
  color: #A5A4A4;
}

#element-103 ::placeholder {
  color: #A5A4A4;
}

#element-103 .form-input {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #A5A4A4;
}

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

#element-103 input::placeholder,
#element-103 .form-label-inside {
  color: #A5A4A4;
}

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

#element-103 .form-btn-geometry {
  top: 2.75rem;
  left: 0;
  height: 2.875rem;
  width: 16rem;
  z-index: 6;
}

#element-118 {
  top: 13.875rem;
  left: 5.0625rem;
  height: 3.5rem;
  width: 14.8125rem;
  z-index: 7;
  color: #98A0A6;
  font-size: 1.2384rem;
  line-height: 1.75rem;
  text-align: center;
}

#element-118 .x_7df451b3 {
  text-align: center;
  line-height: 1.75rem;
  font-size: 1.2384rem;
}

#element-118 .x_3c761f17 {
  color: #a5a4a4;
}

#element-173 {
  top: 0;
  left: 0;
  height: 6.3408rem;
  width: 9.875rem;
  z-index: 8;
}

#element-175 {
  top: 50.75rem;
  left: 0;
  height: 8.9207rem;
  width: 9.125rem;
  z-index: 9;
}

#element-176 {
  top: 19.25rem;
  left: 2.5rem;
  height: 1.375rem;
  width: 20rem;
  z-index: 10;
  color: #98A0A6;
  font-size: 1.1146rem;
  line-height: 1.35rem;
  text-align: center;
}

#element-176 .x_efd3fa39 {
  text-align: center;
  line-height: 1.375rem;
  font-size: 1.1146rem;
}

#element-176 .x_3c761f17 {
  color: #a5a4a4;
}

#element-279 {
  top: 22.5rem;
  left: 12.1875rem;
  height: 17.875rem;
  width: 0.625rem;
  z-index: 17;
}

#element-279 .shape {
  border: 0;
  background: rgb(255, 255, 255);
}

#element-280 {
  top: 75.6875rem;
  left: 12.1875rem;
  height: 17.875rem;
  width: 0.625rem;
  z-index: 19;
}

#element-280 .shape {
  border: 0;
  background: rgb(255, 255, 255);
}

#element-282 {
  top: 73.1875rem;
  left: 4.3125rem;
  height: 0.625rem;
  width: 16.3125rem;
  z-index: 21;
}

#element-282 .shape {
  border: 0;
  background: rgb(255, 255, 255);
}

#element-283 {
  top: 95.4375rem;
  left: 4.3125rem;
  height: 0.625rem;
  width: 16.375rem;
  z-index: 23;
}

#element-283 .shape {
  border: 0;
  background: rgb(255, 255, 255);
}

#element-284 {
  top: 97.9375rem;
  left: 4.3125rem;
  height: 0.625rem;
  width: 16.375rem;
  z-index: 25;
}

#element-284 .shape {
  border: 0;
  background: rgb(255, 255, 255);
}

#page-block-00wo26qig3709lbmb85p63whfr {
  height: 34.5rem;
  max-width: 100%;
}

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

#page-block-00wo26qig3709lbmb85p63whfr .section-block {
  background: rgb(255, 255, 255);
  height: 34.5rem;
}

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

#element-107 {
  top: 17.8125rem;
  left: 1.25rem;
  height: 4.5rem;
  width: 22.5rem;
  z-index: 4;
  color: #98A0A6;
  font-size: 1.0526rem;
  line-height: 1.4875rem;
  text-align: center;
}

#element-107 .x_ae8cf30e {
  text-align: center;
  line-height: 1.5rem;
  font-size: 1.0526rem;
}

#element-107 .x_3c761f17 {
  color: #a5a4a4;
}

#element-177 {
  top: 7.8125rem;
  left: 1.25rem;
  height: 2rem;
  width: 22.5rem;
  z-index: 11;
  color: #37465A;
  font-size: 1.4241rem;
  line-height: 2.0125rem;
  text-align: left;
}

#element-177 .x_9456e2f6 {
  text-align: left;
  line-height: 2rem;
  font-size: 1.4241rem;
}

#element-177 .x_3c761f17 {
  color: #a5a4a4;
}

#element-178 {
  top: -4.5rem;
  left: 0;
  height: 8.9207rem;
  width: 9.125rem;
  z-index: 12;
}

#element-278 {
  top: 2.5rem;
  left: 9.4375rem;
  height: 2.5889rem;
  width: 6.125rem;
  z-index: 15;
}

#element-285 {
  top: 2.5rem;
  left: 4.3125rem;
  height: 0.625rem;
  width: 16.375rem;
  z-index: 27;
}

#element-285 .shape {
  border: 0;
  background: rgb(255, 255, 255);
}

#element-286 {
  top: 11.6875rem;
  left: 4.3125rem;
  height: 0.625rem;
  width: 16.375rem;
  z-index: 29;
}

#element-286 .shape {
  border: 0;
  background: rgb(255, 255, 255);
}

#element-287 {
  top: 24.1875rem;
  left: 11.3125rem;
  height: 2.375rem;
  width: 2.375rem;
  z-index: 31;
}

#element-292 {
  top: 13.5625rem;
  left: 11.6875rem;
  height: 0.6875rem;
  width: 1.625rem;
  z-index: 56;
}

#page-block-afsbvhh2bzllrnc0vscv50zfr {
  height: 55.8125rem;
  max-width: 100%;
}

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

#page-block-afsbvhh2bzllrnc0vscv50zfr .section-block {
  background-repeat: repeat ! important; background-position 0 21% ! important; background-size: cover ! important;
  height: 55.8125rem;
}

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

#element-277 {
  top: 2.5rem;
  left: 1.25rem;
  height: 34.6875rem;
  width: 22.5rem;
  z-index: 13;
}

#element-277 .shape {
  border: 0;
  background: rgb(255, 255, 255);
}

#element-192 {
  top: 10.625rem;
  left: 3.625rem;
  height: 3.125rem;
  width: 18.9375rem;
  z-index: 14;
  color: #37465A;
  font-size: 1.1146rem;
  line-height: 1.575rem;
  text-align: center;
}

#element-192 .x_bcbce646 {
  text-align: center;
  line-height: 1.5625rem;
  font-size: 1.1146rem;
}

#element-192 .x_3c761f17 {
  color: #a5a4a4;
}

#element-195 {
  top: 16.8125rem;
  left: 7.125rem;
  height: 3.125rem;
  width: 11.875rem;
  z-index: 16;
  color: #37465A;
  font-size: 1.1146rem;
  line-height: 1.575rem;
  text-align: center;
}

#element-195 .x_b8465762 {
  text-align: center;
  line-height: 1.5625rem;
  font-size: 1.1146rem;
}

#element-195 .x_3c761f17 {
  color: #a5a4a4;
}

#element-196 {
  top: 23.875rem;
  left: 8.4375rem;
  height: 1.875rem;
  width: 9.375rem;
  z-index: 18;
  color: #37465A;
  font-size: 1.1765rem;
  line-height: 1.9rem;
  text-align: center;
}

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

#element-196 .x_3c761f17 {
  color: #a5a4a4;
}

#element-197 {
  top: 29.5rem;
  left: 3.1875rem;
  height: 1.875rem;
  width: 19.8125rem;
  z-index: 20;
  color: #37465A;
  font-size: 1.1765rem;
  line-height: 1.9rem;
  text-align: center;
}

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

#element-197 .x_3c761f17 {
  color: #a5a4a4;
}

#element-198 {
  top: 35.8125rem;
  left: 2.6875rem;
  height: 3.125rem;
  width: 20.8125rem;
  z-index: 22;
  color: #37465A;
  font-size: 1.1146rem;
  line-height: 1.575rem;
  text-align: center;
}

#element-198 .x_b8465762 {
  text-align: center;
  line-height: 1.5625rem;
  font-size: 1.1146rem;
}

#element-198 .x_3c761f17 {
  color: #a5a4a4;
}

#element-199 {
  top: 42.3125rem;
  left: 3.0625rem;
  height: 1.875rem;
  width: 20.125rem;
  z-index: 24;
  color: #37465A;
  font-size: 1.1765rem;
  line-height: 1.9rem;
  text-align: center;
}

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

#element-199 .x_3c761f17 {
  color: #a5a4a4;
}

#element-200 {
  top: 47.625rem;
  left: 4.8125rem;
  height: 3.125rem;
  width: 16.5625rem;
  z-index: 26;
  color: #37465A;
  font-size: 1.1146rem;
  line-height: 1.575rem;
  text-align: center;
}

#element-200 .x_b8465762 {
  text-align: center;
  line-height: 1.5625rem;
  font-size: 1.1146rem;
}

#element-200 .x_3c761f17 {
  color: #a5a4a4;
}

#element-201 {
  top: 4.875rem;
  left: 12.625rem;
  height: 0.875rem;
  width: 0.875rem;
  z-index: 28;
}

#element-201 .shape {
  border: 0;
  background: rgb(165, 164, 164);
}

#element-202 {
  top: 14.6875rem;
  left: 12.625rem;
  height: 0.875rem;
  width: 0.875rem;
  z-index: 30;
}

#element-202 .shape {
  border: 0;
  background: rgb(165, 164, 164);
}

#element-203 {
  top: 21.75rem;
  left: 12.625rem;
  height: 0.875rem;
  width: 0.875rem;
  z-index: 32;
}

#element-203 .shape {
  border: 0;
  background: rgb(165, 164, 164);
}

#element-204 {
  top: 27.3125rem;
  left: 12.625rem;
  height: 0.875rem;
  width: 0.875rem;
  z-index: 33;
}

#element-204 .shape {
  border: 0;
  background: rgb(165, 164, 164);
}

#element-205 {
  top: 33.0625rem;
  left: 12.625rem;
  height: 0.875rem;
  width: 0.875rem;
  z-index: 34;
}

#element-205 .shape {
  border: 0;
  background: rgb(165, 164, 164);
}

#element-206 {
  top: 40.0625rem;
  left: 12.625rem;
  height: 0.875rem;
  width: 0.875rem;
  z-index: 35;
}

#element-206 .shape {
  border: 0;
  background: rgb(165, 164, 164);
}

#element-207 {
  top: 45.5625rem;
  left: 12.625rem;
  height: 0.875rem;
  width: 0.875rem;
  z-index: 36;
}

#element-207 .shape {
  border: 0;
  background: rgb(165, 164, 164);
}

#page-block-8velw8vtmcr {
  height: 39.625rem;
  max-width: 100%;
}

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

#page-block-8velw8vtmcr .section-block {
  background: url(//v.fastcdn.co/u/0dfe03b4/45925425-0-Pattern-3.png) no-repeat 57% 51% / auto;
  height: 39.625rem;
}

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

#element-222 {
  top: 17.25rem;
  left: 1.25rem;
  height: 1.5625rem;
  width: 22.5rem;
  z-index: 37;
  color: #37465A;
  font-size: 1.1146rem;
  line-height: 1.575rem;
  text-align: center;
}

#element-222 .x_bcbce646 {
  text-align: center;
  line-height: 1.5625rem;
  font-size: 1.1146rem;
}

#element-222 .x_3c761f17 {
  color: #a5a4a4;
}

#element-229 {
  top: 23.6875rem;
  left: 0;
  height: 4.6875rem;
  width: 24.9375rem;
  z-index: 39;
  color: #37465A;
  font-size: 1.1146rem;
  line-height: 1.575rem;
  text-align: center;
}

#element-229 .x_bcbce646 {
  text-align: center;
  line-height: 1.5625rem;
  font-size: 1.1146rem;
}

#element-229 .x_3c761f17 {
  color: #a5a4a4;
}

#element-230 {
  top: 16.6875rem;
  left: 2.0625rem;
  height: 1.3125rem;
  width: 21.125rem;
  z-index: 40;
}

#element-230 .shape {
  border-bottom: 1px solid #A3BAC6;
}

#element-293 {
  top: 30.1875rem;
  left: 9.4375rem;
  height: 2.5625rem;
  width: 6.0625rem;
  z-index: 57;
}

#element-294 {
  top: 2.5rem;
  left: 10.9375rem;
  height: 3.125rem;
  width: 3.125rem;
  z-index: 89;
}

#page-block-l6r5k87r5nb {
  height: 14.125rem;
  max-width: 100%;
}

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

#page-block-l6r5k87r5nb .section-block {
  background: rgb(108, 100, 88);
  height: 14.125rem;
}

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

#element-231 {
  top: 2.5rem;
  left: 4.5rem;
  height: 4.375rem;
  width: 16rem;
  z-index: 41;
  color: #37465A;
  font-size: 1.3622rem;
  line-height: 2.2rem;
  text-align: center;
}

#element-231 .x_1a067148 {
  text-align: center;
  line-height: 2.1875rem;
  font-size: 1.3622rem;
}

#element-231 .x_f2074b6c {
  color: #ffffff;
}

#element-231 .x_92851e38 {
  text-align: left;
  background-color: transparent;
  font-style: inherit;
}

#element-234 {
  top: 8.6875rem;
  left: 4.4375rem;
  height: 3rem;
  width: 16.125rem;
  z-index: 42;
}

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

#element-234 .btn:hover {
  background: #A5A4A4;
}

#element-234 .btn {
  border: 2px solid #FFFFFF;
  background: #6C6458;
  color: #FFFFFF;
  font-size: 0.9907rem;
  font-family: Roboto;
  font-weight: 700;
  height: 3rem;
  width: 16.125rem;
  border-radius: 1px;
}

#element-235 {
  top: 8.6875rem;
  left: 29.375rem;
  height: 4.125rem;
  width: 1.3125rem;
  z-index: 43;
}

#element-235 .shape {
  border-right: 1px solid #FFFFFF;
}

#page-block-feg00as0dz {
  height: 40.125rem;
  max-width: 100%;
}

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

#page-block-feg00as0dz .section-block {
  background: no-repeat 40% 0 / auto;
  background-image: url(//v.fastcdn.co/u/0dfe03b4/45927920-0-Bg-pattern-2.jpg), url(//v.fastcdn.co/t/0dfe03b4/b9e45674/1568842314-45927920-ghost-Bg-pattern-2.jpg);
  height: 40.125rem;
}

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

#element-245 {
  top: 11.125rem;
  left: 1.25rem;
  height: 1.5625rem;
  width: 22.5rem;
  z-index: 44;
  color: #37465A;
  font-size: 1.1146rem;
  line-height: 1.575rem;
  text-align: center;
}

#element-245 .x_bcbce646 {
  text-align: center;
  line-height: 1.5625rem;
  font-size: 1.1146rem;
}

#element-245 .x_3c761f17 {
  color: #a5a4a4;
}

#element-246 {
  top: 31rem;
  left: 6.9375rem;
  height: 6.3624rem;
  width: 11.0625rem;
  z-index: 45;
}

#element-248 {
  top: 23rem;
  left: 6.9375rem;
  height: 6.3264rem;
  width: 11rem;
  z-index: 46;
}

#element-249 {
  top: 15.0625rem;
  left: 6.9375rem;
  height: 6.3624rem;
  width: 11.0625rem;
  z-index: 47;
}

#element-250 {
  top: 11.3125rem;
  left: 1.25rem;
  height: 1.3125rem;
  width: 22.5rem;
  z-index: 48;
}

#element-250 .shape {
  border-bottom: 1px solid #FFFFFF;
}

#element-262 {
  top: 40.75rem;
  left: 14.3125rem;
  height: 4.625rem;
  width: 1.3125rem;
  z-index: 53;
}

#element-262 .shape {
  border-right: 1px dashed #6C6458;
}

#element-263 {
  top: 47.25rem;
  left: 44.25rem;
  height: 4.625rem;
  width: 1.3125rem;
  z-index: 54;
}

#element-263 .shape {
  border-right: 1px dashed #6C6458;
}

#element-265 {
  top: 5.75rem;
  left: 0;
  height: 3.5rem;
  width: 24.9375rem;
  z-index: 55;
  color: #37465A;
  font-size: 1.2384rem;
  line-height: 1.75rem;
  text-align: center;
}

#element-265 .x_7df451b3 {
  text-align: center;
  line-height: 1.75rem;
  font-size: 1.2384rem;
}

#element-265 .x_3c761f17 {
  color: #a5a4a4;
}

#page-block-yd648xx2a8 {
  height: 30.5625rem;
  max-width: 100%;
}

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

#page-block-yd648xx2a8 .section-block {
  background-repeat: repeat ! important; background-color: rgb(255, 255, 255)  ! important; background-position: 50% 50% ! improtant; background-size: cover ! important;
  height: 30.5625rem;
}

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

#element-255 {
  top: 5.625rem;
  left: 1.25rem;
  height: 3rem;
  width: 22.5rem;
  z-index: 49;
  color: #37465A;
  font-size: 1.1046rem;
  line-height: 1.5609rem;
  text-align: center;
}

#element-255 .x_4408e1fb {
  text-align: center;
  line-height: 1.5rem;
  font-size: 1.1046rem;
}

#element-255 .x_f2074b6c {
  color: #ffffff;
}

#element-256 {
  top: 9.4375rem;
  left: 1.25rem;
  height: 1.5rem;
  width: 22.5rem;
  z-index: 50;
  color: #37465A;
  font-size: 1.1046rem;
  line-height: 1.5609rem;
  text-align: center;
}

#element-256 .x_4408e1fb {
  text-align: center;
  line-height: 1.5rem;
  font-size: 1.1046rem;
}

#element-256 .x_f2074b6c {
  color: #ffffff;
}

#element-257 {
  top: 12.8125rem;
  left: 5.375rem;
  height: 2.6875rem;
  width: 14.25rem;
  z-index: 51;
}

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

#element-257 .btn:hover {
  background: #A5A4A4;
}

#element-257 .btn {
  background: #6C6458;
  color: #FFFFFF;
  font-size: 0.9288rem;
  font-family: Roboto;
  font-weight: 700;
  height: 2.6875rem;
  width: 14.25rem;
  border-radius: 3px;
}

#page-block-16wx3cehw99q9f6r {
  height: 2.875rem;
  max-width: 100%;
}

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

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

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

#element-47 {
  top: 1.125rem;
  left: 3.5rem;
  height: 0.9375rem;
  width: 14.625rem;
  z-index: 3;
  color: #FFFFFF;
  font-size: 0.6811rem;
  line-height: 0.9625rem;
  text-align: center;
}

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

#element-258 {
  top: 1.125rem;
  left: 17.625rem;
  height: 0.9375rem;
  width: 3.375rem;
  z-index: 52;
  color: #FFFFFF;
  font-size: 0.6811rem;
  line-height: 0.9625rem;
  text-align: center;
}

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

#element-258 .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_header {
    height: 29.25rem;
    max-width: 100%;
  }
  #page_block_header .section-holder-border {
    border: 0;
  }
  #page_block_header .section-block {
    background: repeat rgb(240, 243, 245) 0 0 / cover;
    background-image: url(//v.fastcdn.co/u/0dfe03b4/45889000-0-Nuevo-header.jpg), url(//v.fastcdn.co/t/0dfe03b4/b9e45674/1568842313-45889000-ghost-Nuevo-header.jpg);
    height: 29.25rem;
  }
  #page_block_header .section-holder-overlay {
    display: none;
  }
  #element-105 {
    top: 9.125rem;
    left: 37.625rem;
    height: 35.25rem;
    width: 22.3125rem;
    z-index: 5;
  }
  #element-105 .shape {
    border: 0;
    border-radius: 0 0 0 0;
    background: rgb(255, 255, 255);
    opacity: 1;
  }
  #element-103 {
    top: 19.5625rem;
    left: 40.8125rem;
    height: 18.4375rem;
    width: 16rem;
    z-index: 6;
  }
  .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-103 .btn.btn-effect3d:active {
    box-shadow: none;
  }
  #element-103 .btn:hover {
    background: #A5A4A4;
  }
  #element-103 .btn {
    background: #6C6458;
    color: #FFFFFF;
    font-size: 0.9907rem;
    font-family: Roboto;
    font-weight: 700;
    height: 2.875rem;
    width: 16rem;
    border-radius: 3px;
  }
  #element-103 .form-label {
    color: #A5A4A4;
  }
  #element-103 ::placeholder {
    color: #A5A4A4;
  }
  #element-103 .form-input {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #A5A4A4;
  }
  #element-103 .user-invalid {
    border-color: #E12627;
  }
  #element-103 input::placeholder,
  #element-103 .form-label-inside {
    color: #A5A4A4;
  }
  #element-103 select.valid {
    color: #000000;
  }
  #element-103 .form-btn-geometry {
    top: 19.8125rem;
    left: 0;
    height: 2.875rem;
    width: 16rem;
    z-index: 6;
  }
  #element-118 {
    top: 10.8125rem;
    left: 41.3125rem;
    height: 4.5rem;
    width: 14.8125rem;
    z-index: 7;
    color: #98A0A6;
    font-size: 1.6099rem;
    line-height: 2.275rem;
    text-align: center;
  }
  #element-118 .x_47b745f5 {
    text-align: center;
    line-height: 2.25rem;
    font-size: 1.6099rem;
  }
  #element-118 .x_3c761f17 {
    color: #a5a4a4;
  }
  #element-173 {
    top: 0;
    left: 0;
    height: 7.625rem;
    width: 11.875rem;
    z-index: 8;
  }
  #element-175 {
    top: 21.25rem;
    left: 29.3125rem;
    height: 8.125rem;
    width: 8.375rem;
    z-index: 9;
  }
  #element-176 {
    top: 16.25rem;
    left: 38.125rem;
    height: 1.5625rem;
    width: 21.25rem;
    z-index: 10;
    color: #98A0A6;
    font-size: 1.1146rem;
    line-height: 1.575rem;
    text-align: center;
  }
  #element-176 .x_bcbce646 {
    text-align: center;
    line-height: 1.5625rem;
    font-size: 1.1146rem;
  }
  #element-176 .x_3c761f17 {
    color: #a5a4a4;
  }
  #element-279 {
    top: 19.5625rem;
    left: 40.5rem;
    height: 17.875rem;
    width: 0.625rem;
    z-index: 17;
  }
  #element-279 .shape {
    border: 0;
    background: rgb(255, 255, 255);
  }
  #element-280 {
    top: 19.5625rem;
    left: 56.5rem;
    height: 17.875rem;
    width: 0.625rem;
    z-index: 19;
  }
  #element-280 .shape {
    border: 0;
    background: rgb(255, 255, 255);
  }
  #element-282 {
    top: 19.5625rem;
    left: 40.8125rem;
    height: 0.625rem;
    width: 16.25rem;
    z-index: 21;
  }
  #element-282 .shape {
    border: 0;
    background: rgb(255, 255, 255);
  }
  #element-283 {
    top: 23.4375rem;
    left: 40.8125rem;
    height: 0.625rem;
    width: 16.375rem;
    z-index: 23;
  }
  #element-283 .shape {
    border: 0;
    background: rgb(255, 255, 255);
  }
  #element-284 {
    top: 27.1875rem;
    left: 40.8125rem;
    height: 0.625rem;
    width: 16.375rem;
    z-index: 25;
  }
  #element-284 .shape {
    border: 0;
    background: rgb(255, 255, 255);
  }
  #page-block-00wo26qig3709lbmb85p63whfr {
    height: 18.9375rem;
    max-width: 100%;
  }
  #page-block-00wo26qig3709lbmb85p63whfr .section-holder-border {
    border: 0;
  }
  #page-block-00wo26qig3709lbmb85p63whfr .section-block {
    background: rgb(255, 255, 255);
    height: 18.9375rem;
  }
  #page-block-00wo26qig3709lbmb85p63whfr .section-holder-overlay {
    display: none;
  }
  #element-107 {
    top: 7.25rem;
    left: 3.125rem;
    height: 3.25rem;
    width: 31.25rem;
    z-index: 4;
    color: #98A0A6;
    font-size: 1.1765rem;
    line-height: 1.6625rem;
    text-align: left;
  }
  #element-107 .x_38455126 {
    text-align: left;
    line-height: 1.625rem;
    font-size: 1.1558rem;
  }
  #element-107 .x_3c761f17 {
    color: #a5a4a4;
  }
  #element-177 {
    top: 2.9375rem;
    left: 3.125rem;
    height: 3rem;
    width: 29.3125rem;
    z-index: 11;
    color: #37465A;
    font-size: 1.8576rem;
    line-height: 3rem;
    text-align: left;
  }
  #element-177 .x_8470ce88 {
    text-align: left;
    line-height: 3rem;
    font-size: 1.8576rem;
  }
  #element-177 .x_3c761f17 {
    color: #a5a4a4;
  }
  #element-178 {
    top: 0;
    left: 29.25rem;
    height: 8.1875rem;
    width: 8.375rem;
    z-index: 12;
  }
  #element-278 {
    top: 0;
    left: 14.6875rem;
    height: 2.5625rem;
    width: 6.125rem;
    z-index: 15;
  }
  #element-285 {
    top: 1.4375rem;
    left: 40.8125rem;
    height: 0.625rem;
    width: 16.375rem;
    z-index: 27;
  }
  #element-285 .shape {
    border: 0;
    background: rgb(255, 255, 255);
  }
  #element-286 {
    top: 5.3125rem;
    left: 40.8125rem;
    height: 0.625rem;
    width: 16.375rem;
    z-index: 29;
  }
  #element-286 .shape {
    border: 0;
    background: rgb(255, 255, 255);
  }
  #element-287 {
    top: 13rem;
    left: 16.1875rem;
    height: 3.125rem;
    width: 3.125rem;
    z-index: 31;
  }
  #element-292 {
    top: 6.625rem;
    left: 54.5625rem;
    height: 0.625rem;
    width: 1.625rem;
    z-index: 56;
  }
  #page-block-afsbvhh2bzllrnc0vscv50zfr {
    height: 33.9375rem;
    max-width: 100%;
  }
  #page-block-afsbvhh2bzllrnc0vscv50zfr .section-holder-border {
    border: 0;
  }
  #page-block-afsbvhh2bzllrnc0vscv50zfr .section-block {
    background-repeat: repeat ! important;  background-position: 45% 100% ! important; background-size: cover ! important;
    height: 33.9375rem;
  }
  #page-block-afsbvhh2bzllrnc0vscv50zfr .section-holder-overlay {
    display: none;
  }
  #element-277 {
    top: 0;
    left: -18.625rem;
    height: 34.6875rem;
    width: 46.375rem;
    z-index: 13;
  }
  #element-277 .shape {
    border: 0;
    background: rgb(255, 255, 255);
  }
  #element-192 {
    top: 3.8125rem;
    left: 1.75rem;
    height: 1.875rem;
    width: 25.9375rem;
    z-index: 14;
    color: #37465A;
    font-size: 1.1765rem;
    line-height: 1.9rem;
    text-align: left;
  }
  #element-192 .x_3d9d86b8 {
    text-align: left;
    line-height: 1.875rem;
    font-size: 1.1785rem;
  }
  #element-192 .x_3c761f17 {
    color: #a5a4a4;
  }
  #element-195 {
    top: 7.9375rem;
    left: 1.75rem;
    height: 1.875rem;
    width: 24.5rem;
    z-index: 16;
    color: #37465A;
    font-size: 1.1765rem;
    line-height: 1.9rem;
    text-align: left;
  }
  #element-195 .x_a8cf8bb7 {
    text-align: left;
    line-height: 1.875rem;
    font-size: 1.1785rem;
  }
  #element-195 .x_3c761f17 {
    color: #a5a4a4;
  }
  #element-196 {
    top: 11.625rem;
    left: 1.75rem;
    height: 1.875rem;
    width: 24rem;
    z-index: 18;
    color: #37465A;
    font-size: 1.1765rem;
    line-height: 1.9rem;
    text-align: left;
  }
  #element-196 .x_a8cf8bb7 {
    text-align: left;
    line-height: 1.875rem;
    font-size: 1.1785rem;
  }
  #element-196 .x_3c761f17 {
    color: #a5a4a4;
  }
  #element-197 {
    top: 15.6875rem;
    left: 1.75rem;
    height: 1.875rem;
    width: 19.8125rem;
    z-index: 20;
    color: #37465A;
    font-size: 1.1765rem;
    line-height: 1.9rem;
    text-align: left;
  }
  #element-197 .x_a8cf8bb7 {
    text-align: left;
    line-height: 1.875rem;
    font-size: 1.1785rem;
  }
  #element-197 .x_3c761f17 {
    color: #a5a4a4;
  }
  #element-198 {
    top: 20.125rem;
    left: 1.75rem;
    height: 3.75rem;
    width: 26.3125rem;
    z-index: 22;
    color: #37465A;
    font-size: 1.1765rem;
    line-height: 1.9rem;
    text-align: left;
  }
  #element-198 .x_a8cf8bb7 {
    text-align: left;
    line-height: 1.875rem;
    font-size: 1.1785rem;
  }
  #element-198 .x_3c761f17 {
    color: #a5a4a4;
  }
  #element-199 {
    top: 25.75rem;
    left: 1.75rem;
    height: 1.875rem;
    width: 20.125rem;
    z-index: 24;
    color: #37465A;
    font-size: 1.1765rem;
    line-height: 1.9rem;
    text-align: left;
  }
  #element-199 .x_a8cf8bb7 {
    text-align: left;
    line-height: 1.875rem;
    font-size: 1.1785rem;
  }
  #element-199 .x_3c761f17 {
    color: #a5a4a4;
  }
  #element-200 {
    top: 30.5rem;
    left: 1.75rem;
    height: 1.875rem;
    width: 26.3125rem;
    z-index: 26;
    color: #37465A;
    font-size: 1.1765rem;
    line-height: 1.9rem;
    text-align: left;
  }
  #element-200 .x_a8cf8bb7 {
    text-align: left;
    line-height: 1.875rem;
    font-size: 1.1785rem;
  }
  #element-200 .x_3c761f17 {
    color: #a5a4a4;
  }
  #element-201 {
    top: 4.3125rem;
    left: 0.0625rem;
    height: 0.875rem;
    width: 0.875rem;
    z-index: 28;
  }
  #element-201 .shape {
    border: 0;
    background: rgb(165, 164, 164);
  }
  #element-202 {
    top: 8.4375rem;
    left: 0.0625rem;
    height: 0.875rem;
    width: 0.875rem;
    z-index: 30;
  }
  #element-202 .shape {
    border: 0;
    background: rgb(165, 164, 164);
  }
  #element-203 {
    top: 12.125rem;
    left: 0;
    height: 0.875rem;
    width: 0.875rem;
    z-index: 32;
  }
  #element-203 .shape {
    border: 0;
    background: rgb(165, 164, 164);
  }
  #element-204 {
    top: 16.1875rem;
    left: 0.0625rem;
    height: 0.875rem;
    width: 0.875rem;
    z-index: 33;
  }
  #element-204 .shape {
    border: 0;
    background: rgb(165, 164, 164);
  }
  #element-205 {
    top: 20.625rem;
    left: 0.0625rem;
    height: 0.875rem;
    width: 0.875rem;
    z-index: 34;
  }
  #element-205 .shape {
    border: 0;
    background: rgb(165, 164, 164);
  }
  #element-206 {
    top: 26.25rem;
    left: 0.0625rem;
    height: 0.875rem;
    width: 0.875rem;
    z-index: 35;
  }
  #element-206 .shape {
    border: 0;
    background: rgb(165, 164, 164);
  }
  #element-207 {
    top: 31rem;
    left: 0;
    height: 0.875rem;
    width: 0.875rem;
    z-index: 36;
  }
  #element-207 .shape {
    border: 0;
    background: rgb(165, 164, 164);
  }
  #page-block-8velw8vtmcr {
    height: 21.375rem;
    max-width: 100%;
  }
  #page-block-8velw8vtmcr .section-holder-border {
    border: 0;
  }
  #page-block-8velw8vtmcr .section-block {
    background: url(//v.fastcdn.co/u/0dfe03b4/45925425-0-Pattern-3.png) no-repeat 48% 53% / auto;
    height: 21.375rem;
  }
  #page-block-8velw8vtmcr .section-holder-overlay {
    display: none;
  }
  #element-222 {
    top: 5.8125rem;
    left: 15.0625rem;
    height: 2.375rem;
    width: 29.8125rem;
    z-index: 37;
    color: #37465A;
    font-size: 1.4861rem;
    line-height: 2.4rem;
    text-align: center;
  }
  #element-222 .x_190a7a83 {
    text-align: center;
    line-height: 2.375rem;
    font-size: 1.4861rem;
  }
  #element-222 .x_3c761f17 {
    color: #a5a4a4;
  }
  #element-229 {
    top: 11.3125rem;
    left: 11.8125rem;
    height: 3.625rem;
    width: 36.375rem;
    z-index: 39;
    color: #37465A;
    font-size: 1.1146rem;
    line-height: 1.8rem;
    text-align: center;
  }
  #element-229 .x_e6507cf2 {
    text-align: center;
    line-height: 1.8125rem;
    font-size: 1.1146rem;
  }
  #element-229 .x_3c761f17 {
    color: #a5a4a4;
  }
  #element-230 {
    top: 9rem;
    left: 19.4375rem;
    height: 1.3125rem;
    width: 21.125rem;
    z-index: 40;
  }
  #element-230 .shape {
    border-bottom: 1px solid #A3BAC6;
  }
  #element-293 {
    top: 17.4375rem;
    left: 26.9375rem;
    height: 2.5625rem;
    width: 6.0625rem;
    z-index: 57;
  }
  #element-294 {
    top: 0;
    left: 28.0625rem;
    height: 3.125rem;
    width: 3.125rem;
    z-index: 89;
  }
  #page-block-l6r5k87r5nb {
    height: 10.3125rem;
    max-width: 100%;
  }
  #page-block-l6r5k87r5nb .section-holder-border {
    border: 0;
  }
  #page-block-l6r5k87r5nb .section-block {
    background: rgb(108, 100, 88);
    height: 10.3125rem;
  }
  #page-block-l6r5k87r5nb .section-holder-overlay {
    display: none;
  }
  #element-231 {
    top: 2.9375rem;
    left: 7.75rem;
    height: 4.375rem;
    width: 16rem;
    z-index: 41;
    color: #37465A;
    font-size: 1.3622rem;
    line-height: 2.2rem;
    text-align: center;
  }
  #element-231 .x_1a067148 {
    text-align: center;
    line-height: 2.1875rem;
    font-size: 1.3622rem;
  }
  #element-231 .x_f2074b6c {
    color: #ffffff;
  }
  #element-231 .x_92851e38 {
    text-align: left;
    background-color: transparent;
    font-style: inherit;
  }
  #element-234 {
    top: 3.5625rem;
    left: 36.125rem;
    height: 3rem;
    width: 16.125rem;
    z-index: 42;
  }
  #element-234 .btn.btn-effect3d:active {
    box-shadow: none;
  }
  #element-234 .btn:hover {
    background: #A5A4A4;
  }
  #element-234 .btn {
    border: 2px solid #FFFFFF;
    background: #6C6458;
    color: #FFFFFF;
    font-size: 0.9907rem;
    font-family: Roboto;
    font-weight: 700;
    height: 3rem;
    width: 16.125rem;
    border-radius: 1px;
  }
  #element-235 {
    top: 3rem;
    left: 29.375rem;
    height: 4.125rem;
    width: 1.3125rem;
    z-index: 43;
  }
  #element-235 .shape {
    border-right: 1px solid #FFFFFF;
  }
  #page-block-feg00as0dz {
    height: 24.375rem;
    max-width: 100%;
  }
  #page-block-feg00as0dz .section-holder-border {
    border: 0;
  }
  #page-block-feg00as0dz .section-block {
    background: no-repeat 50% 50% / auto;
    background-image: url(//v.fastcdn.co/u/0dfe03b4/45927920-0-Bg-pattern-2.jpg), url(//v.fastcdn.co/t/0dfe03b4/b9e45674/1568842314-45927920-ghost-Bg-pattern-2.jpg);
    height: 24.375rem;
  }
  #page-block-feg00as0dz .section-holder-overlay {
    display: none;
  }
  #element-245 {
    top: 7rem;
    left: 13.25rem;
    height: 2.1875rem;
    width: 33.375rem;
    z-index: 44;
    color: #37465A;
    font-size: 1.3622rem;
    line-height: 2.2rem;
    text-align: center;
  }
  #element-245 .x_1a067148 {
    text-align: center;
    line-height: 2.1875rem;
    font-size: 1.3622rem;
  }
  #element-245 .x_3c761f17 {
    color: #a5a4a4;
  }
  #element-246 {
    top: 13rem;
    left: 46.625rem;
    height: 6.875rem;
    width: 12.125rem;
    z-index: 45;
  }
  #element-248 {
    top: 13rem;
    left: 23.9375rem;
    height: 6.875rem;
    width: 12.0625rem;
    z-index: 46;
  }
  #element-249 {
    top: 13rem;
    left: 1.125rem;
    height: 6.875rem;
    width: 12.125rem;
    z-index: 47;
  }
  #element-250 {
    top: 9.25rem;
    left: 17.4375rem;
    height: 1.3125rem;
    width: 25rem;
    z-index: 48;
  }
  #element-250 .shape {
    border-bottom: 1px solid #FFFFFF;
  }
  #element-262 {
    top: 14.125rem;
    left: 17.9375rem;
    height: 4.625rem;
    width: 1.3125rem;
    z-index: 53;
  }
  #element-262 .shape {
    border-right: 1px dashed #6C6458;
  }
  #element-263 {
    top: 14.125rem;
    left: 40.625rem;
    height: 4.625rem;
    width: 1.3125rem;
    z-index: 54;
  }
  #element-263 .shape {
    border-right: 1px dashed #6C6458;
  }
  #element-265 {
    top: 4.625rem;
    left: 13.8125rem;
    height: 2.375rem;
    width: 33.625rem;
    z-index: 55;
    color: #37465A;
    font-size: 1.4861rem;
    line-height: 2.4rem;
    text-align: center;
  }
  #element-265 .x_190a7a83 {
    text-align: center;
    line-height: 2.375rem;
    font-size: 1.4861rem;
  }
  #element-265 .x_3c761f17 {
    color: #a5a4a4;
  }
  #page-block-yd648xx2a8 {
    height: 38rem;
    max-width: 100%;
  }
  #page-block-yd648xx2a8 .section-holder-border {
    border: 0;
  }
  #page-block-yd648xx2a8 .section-block {
    background-repeat: repeat !important; background-color: rgb(255, 255, 255) ! important; background-position: 50% 50% ! important; background-size: cover ! important;
    height: 38rem;
  }
  #page-block-yd648xx2a8 .section-holder-overlay {
    display: none;
  }
  #element-255 {
    top: 3.25rem;
    left: 7.4375rem;
    height: 2.125rem;
    width: 45.125rem;
    z-index: 49;
    color: #37465A;
    font-size: 1.3003rem;
    line-height: 2.1rem;
    text-align: center;
  }
  #element-255 .x_96534301 {
    text-align: center;
    line-height: 2.125rem;
    font-size: 1.3215rem;
  }
  #element-255 .x_f2074b6c {
    color: #ffffff;
  }
  #element-256 {
    top: 6.3125rem;
    left: 11.4375rem;
    height: 2.125rem;
    width: 36.9375rem;
    z-index: 50;
    color: #37465A;
    font-size: 1.3003rem;
    line-height: 2.1rem;
    text-align: center;
  }
  #element-256 .x_96534301 {
    text-align: center;
    line-height: 2.125rem;
    font-size: 1.3215rem;
  }
  #element-256 .x_f2074b6c {
    color: #ffffff;
  }
  #element-257 {
    top: 12.75rem;
    left: 22.75rem;
    height: 2.625rem;
    width: 14.25rem;
    z-index: 51;
  }
  #element-257 .btn.btn-effect3d:active {
    box-shadow: none;
  }
  #element-257 .btn:hover {
    background: #A5A4A4;
  }
  #element-257 .btn {
    background: #6C6458;
    color: #FFFFFF;
    font-size: 0.9288rem;
    font-family: Roboto;
    font-weight: 700;
    height: 2.625rem;
    width: 14.25rem;
    border-radius: 3px;
  }
  #page-block-16wx3cehw99q9f6r {
    height: 2.375rem;
    max-width: 100%;
  }
  #page-block-16wx3cehw99q9f6r .section-holder-border {
    border: 0;
  }
  #page-block-16wx3cehw99q9f6r .section-block {
    background: rgb(80, 85, 77);
    height: 2.375rem;
  }
  #page-block-16wx3cehw99q9f6r .section-holder-overlay {
    display: none;
  }
  #element-47 {
    top: 0.875rem;
    left: 20.8125rem;
    height: 0.9375rem;
    width: 14.625rem;
    z-index: 3;
    color: #FFFFFF;
    font-size: 0.6811rem;
    line-height: 0.9625rem;
    text-align: center;
  }
  #element-47 .x_c2749504 {
    text-align: center;
    line-height: 0.9375rem;
    font-size: 0.6811rem;
  }
  #element-258 {
    top: 0.875rem;
    left: 35.0625rem;
    height: 0.9375rem;
    width: 3.375rem;
    z-index: 52;
    color: #FFFFFF;
    font-size: 0.6811rem;
    line-height: 0.9625rem;
    text-align: center;
  }
  #element-258 .x_c2749504 {
    text-align: center;
    line-height: 0.9375rem;
    font-size: 0.6811rem;
  }
  #element-258 .x_a697ebd0 {
    color: #eb9a33;
  }
}

/*Cambios*/
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;
  background-color: #FFFFFF ! important;
  border:unset ! important;
  border-bottom: 1px solid #A5A4A4 ! important;
  font-family: inherit ! important;
  width: 100% ! important;
  height: 3rem ! important;
  margin: .5rem 0 ! important;
  padding: .5rem .625rem .5625rem ! important;
}

.hs-button { 
  background: #6C6458 ! important;
  color: #FFFFFF ! important;
  font-size: 0.9288rem ! important;
  font-family: Roboto ! important;
  font-weight: 700 ! important;
  height: 2.875rem ! important;
  width: 100% ! important;
  border-radius: 3px ! important;
  -webkit-appearance:none ! important;
  border:unset ! important;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
.hs-button {  
  background: #6C6458 ! important;
  color: #FFFFFF ! important;
  font-size: 0.9288rem ! important;
  font-family: Roboto ! important;
  font-weight: 700 ! important;
  height: 2.875rem ! important;
  width: 100% ! important;
  border-radius: 3px ! important;
  -webkit-appearance:none ! important;
  border:unset ! important;
}
}

@media (max-width: 575px) {
   #element-201 { display:block; }
   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 
   { border-bottom: 1px solid #A5A4A4 ! important; border-radius: 3px ! important; }
   #element-105 { height: 42rem; }
   #element-103 { top: 22rem; }
   #element-279, #element-282, #element-280, #element-283, #element-284 { display:none; }
   #page_block_header .section-block, #page_block_header  { height: 62rem; }
   #element-200 { width:70%; left: unset; margin: 0 15%; }
   #element-202, #element-203, #element-204, #element-205, #element-206, #element-207, #element-201 {  width: 4%; }
   #element-277 { width: 95%; left: unset; margin: 0 2.5%; }
   #element-192 { top: 5rem; }
   #element-202 { top: 5.3rem;  left: 5.3rem; }
   #element-195 { top: 11rem; width: 60% ! important; margin: 0 20% ! important; }
   #element-203 { top: 11.5rem; left: -8rem;  }
   #element-196 { top: 17rem;   }
   #element-204 { top: 17.5rem; left: -10rem; }
   #element-197 { top:23rem; }
   #element-205 { top:27rem; }
   #element-198  { top:30rem; } 
   #element-206 { top: 30.5rem; }
   #element-199  { top:37rem; }
   #element-207  { top: 37.5rem; }
   #element-200  { top:43rem; }
   #element-277 { height: 47rem; }
   #element-204, #element-202, #element-203, #element-205, #element-206, #element-207, #element-201 { left: 2rem ! important; }
   #page_block_header .section-block { background-image: url(//v.fastcdn.co/u/0dfe03b4/45889000-0-Nuevo-header.jpg), url(//v.fastcdn.co/t/0dfe03b4/b9e45674/1568842313-45889000-ghost-Nuevo-header.jpg)  ! important; background-repeat: no-repeat ! important; background-position: 30% -24% ! important; background-size: auto 750px ! important; height:750px ! important; }
   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 {
   height: 2.5rem !important; }
   #element-176 { top: 18.25rem !important; }
   #element-103 { top: 20rem !important; }
   #element-105 { height: 32rem !important; }
   #page_block_header .section-block, #page_block_header { height: 800px; }
   #element-292 { display:none ! important; }
   #element-278 { top: 0.5rem; }
   #element-177 { top: 5rem; }
   #element-107 { top: 10rem; }
   #element-287 { top: 16rem; }
   #page-block-00wo26qig3709lbmb85p63whfr { height: 22rem; }
   #element-230 { top: 11rem; }
   #element-222 { top: 10rem; }
   #element-229 { top: 15rem; }
   #page-block-8velw8vtmcr .section-block { height: 27rem; }
   #element-293 { top: 22rem; }
   #page-block-8velw8vtmcr { height: 29rem; }
   #element-205 { top: 23.5rem; }
   #element-207 { top: 37.5rem; }
   #element-201 { top: 43.5rem; }
   #element-192 { left: 0.5rem; }
   #element-195 { left: 3.8rem; width:auto ! important; margin:unset ! important; }
   #element-196 { left: 4rem; width: auto; }
   #element-197 { left: 2rem; }
   #element-198 { left: 2.8rem; }
   #element-199 { left: 2.5rem; }
   #element-200 { left: -1rem; }
  #element-250 { display:none; }
   #element-192, #element-192 .x_bcbce646, #element-199, #element-199 .x_3dc474fb, #element-195, #element-195 .x_b8465762,  #element-196, #element-196 .x_3dc474fb , #element-197, #element-197 .x_3dc474fb,  #element-198 .x_b8465762, #element-199 .x_b8465762, #element-196 .x_b8465762, #element-200, #element-200 .x_b8465762 {  font-size: 1rem; }
}

#element-292 { top: 11rem; }
#element-279, #element-282, #element-280, #element-283, #element-284,label,#element-285, #element-286 { display:none; }
.hs_firstname > ul:nth-child(4) > li:nth-child(1) > label:nth-child(1) { display:block; color: #a5a4a4; }