/* @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    */
/*****************************************/

.plr{ padding:0px 50px; }
/**/
   .slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: 0px;
    padding: 0;
    border: none;
    outline: none;
}
/**/

/*Style Css*/
.row-fluid .santa-title { max-width: 900px; margin: 0 auto; padding-bottom:50px; }
.row-fluid .santa-title h2 { line-height: normal; }
.row-fluid .santa-fullcontent .santa-inner { max-width: 900px; margin: 0 auto; }
.row-fluid .santa-fullcontent .s-left h2 { max-width:100%; line-height: 1.2em; }
.row-fluid .caracteristicas-two .cara-bottom-left h2 {     line-height: normal; color: #fff; }
.row-fluid .santa-left-right .santa-right-content .plnta-text a { font: normal normal normal 18px/1.4em wfont_c7ecf1_1a7e3172ddfa4e8daf703d7580841178,wf_1a7e3172ddfa4e8daf703d758,orig_twcenmtstdlight; transition: color 0.4s ease 0s; color: #323644; display: inline-block; border: solid rgba(50, 54, 68, 1) 1px; padding: 6.5px 52px; text-align: center;}
.row-fluid .santa-left-right .santa-right-content .plnta-text a:hover { color: #fff; background: #323644;}
.row-fluid .santa-left-right .santa-right-content .plnta-text ul { text-align:center;  }
.row-fluid .santa-left-right .santa-right-content .plnta-text ul.btn-center li { float:none; }
.row-fluid .santa-left-right .santa-right-content .plnta-text li { display: inline-block; float: left; margin-right: 24px;  margin-bottom: 15px; }
.row-fluid .santa-left-right .santa-right-content .plnta-text li:nth-child(2n) { margin-right:0px; }
.row-fluid .santa-right-content h6 { font: normal normal normal 25px/1.4em wfont_c7ecf1_d58dfef41cdf4b7fa7360e43ac29d671,wf_d58dfef41cdf4b7fa7360e43a,orig_twcenmtstd; color: #605E5E; text-align: center; }
.row-fluid .santa-right-content .box-d  { padding-bottom: 36px; font: normal normal normal 18px/1.4em wfont_c7ecf1_83f1839c615a4fbdbc32ff22014c5db5,wf_83f1839c615a4fbdbc32ff220,orig_sd_georgia_light; color: #605E5E; line-height: 1.3em; }
.row-fluid .santa-right-content .box-d ul { padding-left:32px; }
.row-fluid .santa-right-content { padding:0px 70px; margin:0px; }
.row-fluid .santa-left-content img { width:100%; }
.row-fluid .santa-left-right .santa-content { padding-bottom:46px; }
.row-fluid .image-gallery-section { padding:30px 0 30px 0; padding:30px 0 70px 0; }
.row-fluid .image-gallery-section.three .inner-gallery a { min-width:440px; }
.fancybox-title-float-wrap .child { background: transparent !important; box-shadow: none !important; padding: 0 !important; font-size: 16px; line-height: normal !important; }
.row-fluid .custom_paging li { display: inline-block; opacity: 0; }
.row-fluid .custom_paging  { position: absolute; right: 0; bottom: 0; }
.custom_paging li.slick-active { opacity: 1 !important; float: right; margin: 15px 0px; }
.row-fluid .custom_paging li { display: inline-block; opacity: 0; }
.row-fluid .custom_paging  { position: absolute; right: 0; bottom: 0; opacity:0; }
.custom_paging li.slick-active { opacity: 1 !important; float: right; margin: 15px 0px; }
.row-fluid .image-gallery-section.single-popup .inner-gallery:hover .custom_paging   { opacity:1;  } 
.row-fluid .santa-text-cta { padding: 120px 0 50px 0; }
.row-fluid .santa-text-cta .santatext-content { max-width: 897px; margin: auto; text-align: center; }
.row-fluid .santa-text-cta .santatext-content h2 { line-height: 1.2em; letter-spacing: 0.05em; padding-bottom:25px; }
.row-fluid .santa-text-cta .santatext-d { color: #605E5E; font: normal normal normal 18px/2em wfont_c7ecf1_83f1839c615a4fbdbc32ff22014c5db5,wf_83f1839c615a4fbdbc32ff220,orig_sd_georgia_light; padding-bottom:55px; }
.row-fluid .santatext-cta a { background-color: transparent; border: solid rgba(50, 54, 68, 1) 1px; min-width: 222px; padding: 10px 15.5px; text-transform: uppercase; text-align: center; font: normal normal normal 18px/2em wfont_c7ecf1_83f1839c615a4fbdbc32ff22; box-sizing: content-box; }
.row-fluid .santatext-cta a:hover { background: #2f2e2e; color: #fff; } 

.row-fluid .image-gallery-section.full-img .title-wrapper h2 { line-height: normal; }
.row-fluid .image-gallery-section.full-img .title-wrapper { padding-bottom:17px;  } 
.row-fluid .image-gallery-section.full-i .title-wrapper h2 { line-height: normal; }
.row-fluid .image-gallery-section.full-i .title-wrapper { padding-bottom: 25px; }

.thewoods .row-fluid .apartamentos-section .apart-inner { max-width:590px; margin:0 auto; }
.row-fluid .gallery-linecontent .gallery-inner-line { text-align: center; background: rgba(50, 54, 68, 1); padding:40px 0px; }
.row-fluid .gallery-linecontent .gallery-inner-line h3 { font-family: nimbus-sans-tw01con,sans-serif; color: #fff; font-size: 18px !important; line-height: normal; letter-spacing: normal; margin: 0; font-weight: 400 !important;}
.row-fluid .caracteristicas-inner-s .cara-top {     position: relative; z-index: 99999; display: block; padding:0; }
.row-fluid .caracteristicas-inner-s .cara-bottom-right-inner ul { padding-left: 33px; font-size: 18px; color: #605E5E; }

.row-fluid .caracteristicas-inner-s .cara-bottom-left h6 { font-size: 25px; color: #605E5E; line-height: normal; } 

.row-fluid .santa-table-inner .santa-table-content {  width: 100%; float: left; border: 2px solid rgba(96, 94, 94, 1); border-top:0px; overflow-y: auto; }
.row-fluid .santa-table-inner .santa-table-row {     display: flex; justify-content: left;  display: -webkit-flex; -webkit-justify-content: left;  background: rgba(96, 94, 94, 1);  }
.row-fluid .santa-table-inner .santa-table-cell, .row-fluid .santa-table-inner .santa-table-body-text { min-width: 90.8px; text-align: center; color:#000; font: normal normal normal 14px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif; }
.row-fluid .santa-table-inner .santa-table-body {  min-height: 170px;     }
.row-fluid .santa-table-inner .santa-table-cell { padding:19px 0px; color:#fff; font: normal normal normal 16px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;     background-color: rgba(96, 94, 94, 1); }
.row-fluid .santa-table-inner .santa-table-cell:nth-child(5) { border-right:1px solid #fff; }
.row-fluid .santa-table-inner .table-body-inner {     display: flex; justify-content: left;  display: -webkit-flex; -webkit-justify-content: left;  width:100%;  }
.row-fluid .santa-table-inner .santa-table-body-text {  height: 100%; padding: 2px; cursor:pointer; }
.row-fluid .santa-table-inner .table-inner-text { padding:30px 0px; overflow: hidden; text-overflow: ellipsis; white-space: normal;  }  
.row-fluid .santa-table-inner .santa-table-body-text:hover { background:rgba(0, 0, 0, 0.05); }
.row-fluid .title-wrapper1 { max-width: 920px; margin: 0 auto; padding-bottom: 45px; }
.row-fluid .santa-img-section .santa-img-content { display: flex; justify-content: left; flex-wrap: wrap; display: -webkit-flex; -webkit-justify-content: left; -webkit-flex-wrap: wrap;  }
.row-fluid .santa-img-section .santa-img-content .santa-img-box { width: 30%; margin: 0 5% 5% 0;  }
.row-fluid .santa-img-section .santa-img-content .santa-img-box:nth-child(3n) { margin-right: 0; }
.row-fluid .santa-img-section .santa-img-title { background: rgba(204, 204, 204, 1); text-align: center; padding:15px; max-width:272px; }
.row-fluid .santa-img-section .santa-img-title h6 { font: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496,sans-serif; color: #605E5E; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  }
.row-fluid .santa-img-section .santa-img-content .santa-img-box img { width:100%; max-width:272px; }
.row-fluid .santa-img-section .santa-img-content .santa-img-box a { position: relative; width:100%; min-height:130px; }
.row-fluid .santa-img-section .santa-img-content .santa-img-box a:before { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(255, 255, 255, 0.8); z-index: 1; content: ''; opacity: 0; transition: opacity 0.4s ease 0s; }
.row-fluid .santa-img-section .santa-img-content .santa-img-box a:hover:before { opacity:1; transition: opacity 0.4s ease 0s; }
.row-fluid .santa-table-inner .santa-table-body-text .santa-table-title { display:none; } 

 .row-fluid .gallery-linecontent.plr { padding:0px; }

.image-gallery-section.full-img .inner-gallery { padding:0px; } 
.fancybox-close {     top: 0px !important; right: 0px !important; }

.row-fluid .comunity-section { padding:52px 0px 0px;}
.row-fluid .comunity-section .com-logo svg { width:100%; min-width: 345px; }
.row-fluid .comunity-section .com-logo { padding-bottom:13px; display: inline-block;  }
.row-fluid .comunity-section .com-content { text-align:center; }
.row-fluid .comunity-section .com-content h1 a { font-family: wfont_c7ecf1_83f1839c615a4fbdbc32ff22014c5db5,wf_83f1839c615a4fbdbc32ff220,orig_sd_georgia_light; font-size: 21px; color: #605e5e; font-weight: 500;}
.row-fluid .comunity-section .com-content h1 { margin:0px; font-family: wfont_c7ecf1_83f1839c615a4fbdbc32ff22014c5db5,wf_83f1839c615a4fbdbc32ff220,orig_sd_georgia_light; font-size: 21px; color: #605e5e; font-weight: 500;}
.row-fluid .comunity-section .com-cta a {  margin-top:16px;    background-color: rgba(118, 156, 205, 1);  font: normal normal 700 12px/1.4em tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif; color: #fff; display: inline-block; border-radius: 50px; padding: 12px 70px;} 
.row-fluid .comunity-section .com-cta a:hover { background-color: rgba(129, 222, 205, 1); border-color: rgba(61, 155, 233, 1); color:#323232; }
.row-fluid .comunity-section .com-text { padding: 18px 0px;     position: relative; }
.row-fluid .comunity-section .com-text:before { position:absolute; content:""; width:100%; max-width:346px; height:1px; background:rgba(204, 204, 204, 1); bottom:0px; left:0px; right:0px; margin:0 auto;  }
.row-fluid .comunity-section .com-text:after { position:absolute; content:""; width:100%; max-width:346px; height:1px; background:rgba(204, 204, 204, 1); top:0px; left:0px; right:0px; margin:0 auto;  }

.row-fluid .active-box-section .active-title {  padding-bottom:42px;   text-align: center; color: rgb(96, 94, 94); font-weight: 500;font-family: wfont_c7ecf1_83f1839c615a4fbdbc32ff22014c5db5,wf_83f1839c615a4fbdbc32ff220,orig_sd_georgia_light; font-size: 25px;  line-height: 1.4em; }
.row-fluid .active-box-section .active-content {     display: flex; flex-wrap: wrap; justify-content: left; display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-justify-content: left; position:relative; padding:12px; margin-bottom:10px;  }
.row-fluid .active-box-section .active-content .active-box-img  { position: absolute; width: 100%;  height: 100%; }
.row-fluid .active-box-section .active-content .active-img-f { height:148px; transition: height .5s; position: relative; }


.row-fluid .active-box-section .active-box { width: 30%; margin: 12px; border: 1px solid rgb(204, 204, 204);  cursor:pointer; padding-bottom: 126px; position: relative; height: 417.891px; }
.row-fluid .active-box-section .inner-wrapper { max-width: 888px; margin: 0 auto; }
.row-fluid .active-box-section .act-text { text-align: center; padding: 42px 30px 0px 30px; }
.row-fluid .active-box-section .act-title h3 { font-family: wfont_c7ecf1_83f1839c615a4fbdbc32ff22014c5db5,wf_83f1839c615a4fbdbc32ff220,orig_sd_georgia_light; color: rgb(96, 94, 94); font-size: 26px; font-weight: 500; line-height: 1.2em; max-height: 2.4em; overflow: hidden; margin-bottom: .5em; word-break: break-word; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }
.row-fluid .active-box-section .act-subtitle { font-family: wfont_c7ecf1_83f1839c615a4fbdbc32ff22014c5db5,wf_83f1839c615a4fbdbc32ff220,orig_sd_georgia_light; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 16px; line-height: 1.4em; }
.row-fluid .active-box-section .act-subtitle-inn { font-family: wfont_c7ecf1_83f1839c615a4fbdbc32ff22014c5db5,wf_83f1839c615a4fbdbc32ff220,orig_sd_georgia_light;  font-size: 16px; line-height: 1.4em; transition: opacity .5s; }
.row-fluid .active-box-section .act-cta { padding: 42px 30px; text-align: center; position: absolute; bottom: 0; left: 0; right: 0; }
.row-fluid .active-box-section .act-cta a { font-family: wfont_c7ecf1_83f1839c615a4fbdbc32ff22014c5db5,wf_83f1839c615a4fbdbc32ff220,orig_sd_georgia_light; font-size: 16px; line-height: 1.4em; background: rgb(100, 103, 115); color: #fff; padding: 10px 20px; border-radius: 100px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap !important; max-width: 200px !important; }
.row-fluid .active-box-section .active-box:hover .active-img-f { height:0; }
.row-fluid .active-box-section .active-box:hover .act-text{ overflow-Y: scroll; height:250px; }
.row-fluid .active-box-section .active-box:hover .act-subtitle-inn { height: auto; opacity: 1; }
.row-fluid .active-box-section .active-box:hover .act-subtitle-inn { height: auto; opacity: 1; }
.row-fluid .active-box-section .active-box:hover .act-subtitle { height: 0; opacity: 0; }
.row-fluid .active-box-section .act-subtitle-inn { height: 0; opacity: 0; }

.row-fluid .active-box-section .active-bottom-text ul {     padding-left: 1.3em; padding-right: 0; margin-left: 0.5em; }
.row-fluid .active-box-section .active-bottom-text { max-width: 803px; margin: 0 auto; font-size: 16px; line-height: 1.5em; font-family: wfont_c7ecf1_83f1839c615a4fbdbc32ff22014c5db5,wf_83f1839c615a4fbdbc32ff220,orig_sd_georgia_light; padding-top: 28px; position: relative; }
.row-fluid .active-box-section .active-bottom-text:before { position: absolute; content: ""; width: 100%; max-width:346px; height: 1px; background: rgba(204, 204, 204, 1); top: 0px; left: 0px; right: 0px; margin: 0 auto; }

.row-fluid .flex { display: flex; flex-wrap: wrap; justify-content: left; display: -webkit-flex; display: -moz-flex; display: -o-flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -o-flex-wrap: wrap; -webkit-justify-content: space-between; -moz-justify-content: space-between; -o-justify-content: space-between; }



.fairwayestates .row-fluid .custom_paging { bottom: 0 !important; top:auto; }
.santacourt .row-fluid .port-two-column { padding: 122px 0 20px 0; }
.santacourt .row-fluid .image-gallery-section{ padding: 130px 0 70px 0; }
.thecrescent .row-fluid .image-gallery-section{ padding: 130px 0 70px 0; }
.thewoods .row-fluid .image-gallery-section{ padding: 130px 0 40px 0; }
.content-left.flex { display: flex;  align-items: center; }
.thewoods .row-fluid .santa-text-cta .santatext-content{ max-width: 710px; }
.thewoods .row-fluid .santa-text-cta { padding: 170px 0 100px 0; }
.thewoods .row-fluid .cara-bottom-right-inner ul li { line-height: 1.6em; }
.thewoods .row-fluid .caracteristicas-inner-s{ padding: 50px 0 100px 0; }
.thecrescent .row-fluid .port-two-column  { padding: 122px 0 20px 0; }
.thewoods .row-fluid .santa-table-title h2 { margin-bottom: 40px; }
.row-fluid .santa-img-section { padding-top:70px; }
.row-fluid .santa-img-section .santa-img-content .s-more { display:none; }


/* changes */

.portfolio-banner-image > img { display: none; }

#centradoiframe .embed_container iframe {     height: 100% !important;    width: 100%  !important;}


@media(max-width:1400px){
  .row-fluid .image-gallery-section.full-img .inner-gallery a { min-width:1100px !important; }

  .portfolio-banner-image > img { display: block; }
}

@media(max-width:1200px){
  .row-fluid .s-left h2 { text-align: left; }

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

  .row-fluid .santa-right-content { padding:0px; }
  .row-fluid .santa-left-content, .row-fluid .santa-right-content  { width:100%; display: flex; flex-wrap: wrap; justify-content: left; display: -webkit-flex; display: -moz-flex; display: -o-flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -o-flex-wrap: wrap; -webkit-justify-content: space-between; -moz-justify-content: space-between; -o-justify-content: space-between; }
  .row-fluid .santa-right-content .santa-right-in, .row-fluid .santa-right-content .plnta-text { width:50%; }
  .row-fluid .santa-right-content .plnta-text { text-align:center; }
  .row-fluid .santa-right-content .plnta-text li { float: none !important; margin: 0 !important; padding: 10px; }
  .row-fluid .santa-right-content .box-d { padding-bottom:15px; }
  .row-fluid .santa-content .content-right { display: flex; flex-wrap: wrap; justify-content: left; display: -webkit-flex; display: -moz-flex; display: -o-flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -o-flex-wrap: wrap; -webkit-justify-content: left; -moz-justify-content:left; -o-justify-content:left;}
 .row-fluid .santa-content .content-right .santa-right-content.span6 { order: 2; }
  .plr { padding:20px 0px;}
/*   .row-fluid .s-right { margin-left: 15px; }
  .row-fluid .santa-table-inner .santa-table-body-text { width:100%; padding:0px; }
  .row-fluid .santa-table-inner .santa-table-cell { width:100%; }
  .row-fluid .santa-table-inner .santa-table-cell:nth-child(5) { border-right:0px; }
  .row-fluid .santa-table-inner .santa-table-cell { border-bottom: 1px solid rgba(96, 94, 94, 1); }
  .row-fluid .santa-table-inner .santa-table-cell:last-child { border-bottom:0 }
  .row-fluid .santa-table-inner .table-inner-text { border-bottom: 1px solid rgba(96, 94, 94, 1); }
 .row-fluid .santa-table-inner .santa-table-body-text .santa-table-title { padding:30px 0px; display: block; border-bottom: 1px solid rgba(96, 94, 94, 1);  }
  .row-fluid .santa-table-inner .santa-table-row { background: transparent; }
  .row-fluid .santa-table-inner .santa-table-cell:first-child { background:rgba(96, 94, 94, 1); color:#fff; }
  .row-fluid .santa-table-inner .santa-table-cell { color:#000; }
  .row-fluid .santa-table-inner .santa-table-body-text:first-child .santa-table-title { display:none !important; } 
  .row-fluid .santa-table-inner .table-body-inner .santa-table-body-text:first-child .table-inner-text { background:rgba(96, 94, 94, 1); color:#fff; }
  .row-fluid .santa-table-inner .table-body-inner .santa-table-body-text:last-child .table-inner-text { border:0; } */
  .row-fluid  .gallery-linecontent.plr { padding:0px; }
  .row-fluid .gallery-linecontent .gallery-inner-line { padding: 20px 10px; }
  .row-fluid .gallery-linecontent .gallery-inner-line h3 { line-height: 1.3; font-size: 20px !important; }
  .row-fluid .santa-table-inner .santa-table-cell { border-right: 1px solid gray; }
  .row-fluid .santa-table-inner .santa-table-cell:nth-child(5) { border-right: 1px solid gray;  } 
  
  .row-fluid .active-box-section .active-box { width: 46%; }
  .row-fluid .comunity-section .com-image { margin-top: 0 !important; }
  .row-fluid .inner-ga  { padding:0px 25px !important; }
  
  .row-fluid .santa-table-inner .santa-table-content { border: 2px solid rgba(96, 94, 94, 1) !important; border-top: 2px solid rgba(96, 94, 94, 1) !important;}
}
@media(max-width:767px) { 

 .row-fluid .santa-right-content .santa-right-in, .row-fluid .santa-right-content .plnta-text { width:100%; }
  .row-fluid .santa-img-section .santa-img-content .santa-img-box { width: 30%; margin: 0 5% 5% 0; display:none;  }
 .row-fluid .santa-left-right { padding:30px 0px 0px; }
 .row-fluid .santa-title { padding-bottom:30px; }
 .row-fluid .santa-content { padding: 0px 0px 30px 0px; }
 .row-fluid .s-left,.row-fluid .s-right { width:100%; }
 .row-fluid .s-left h2 { text-align: left; font-size: 26px; }
 .row-fluid .inner-s { max-width:100%; margin: 0; font-size: 17px !important; }
  .row-fluid .santa-fullcontent  { padding-bottom:10px; }
  .row-fluid .santa-fullcontent .santa-inner { padding-bottom:0px; }
 .row-fluid .s-right { margin-left: 0px; }
  .row-fluid .santa-img-section .santa-img-content .santa-img-box { width: 48%; margin: 0 4% 20px 0; }
  .row-fluid .santa-img-section .santa-img-content .santa-img-box:nth-child(2n) {     margin-right:  0 !important; }
  .row-fluid .santa-img-section .santa-img-content .santa-img-box:nth-child(3n) {    margin: 0 4% 20px 0; }
  .row-fluid .caracteristicas-inner-s .cara-bottom-left h6 br { display:none; }
  .row-fluid .image-gallery-section { padding:70px 0px 30px; }
  .row-fluid .caracteristicas-inner-s { padding:30px 0px; }
  
  .row-fluid .image-gallery-section.full-img .inner-gallery a { min-width:100% !important; }
  .row-fluid .comunity-section { padding:0px; }
  
  .row-fluid .active-box-section .active-box { width: 100%; margin:0px; margin-bottom:12px; }
  .row-fluid .active-box-section .active-content { padding:0px; }
  .row-fluid .comunity-section .com-logo svg { min-width:100%; }
  .row-fluid .active-box-section  { padding:30px 0px !important; }
  .row-fluid .active-box-section .active-title { padding:0px; }
  .row-fluid .santa-img-section .santa-img-title { max-width:272px; margin:0 auto; }
  .row-fluid .santa-img-section .santa-img-content .santa-img-box a { text-align: center; }
  .row-fluid .image-gallery-section.full-img .title-wrapper { padding-bottom:10px;  } 
  
  .row-fluid .image-gallery-section.full-i .title-wrapper { padding-bottom: 10px; }
  
  
  .santacourt .row-fluid .image-gallery-section{ padding: 100px 0 30px 0; }
  .thecrescent .row-fluid .image-gallery-section{ padding: 70px 0 0px 0; }
  .thecrescent .row-fluid .image-gallery-section .slick-slider { margin-bottom:10px; }
  .thewoods .row-fluid .image-gallery-section{ padding: 70px 0 30px 0 !important; }
  .thewoods .row-fluid .santa-text-cta { padding: 120px 0 49px 0; }
  
  .thewoods .row-fluid .santa-table-title h2 { margin-bottom: 10px; font-size:31px;  max-width: 171px; line-height: normal; float: left; padding-top: 70px; }
  .row-fluid .santa-text-cta .santatext-content h2 { text-align:center; }
  .isp .row-fluid .santa-text-cta .santatext-content h2 { text-align:left; max-width:270px; }
  .isp .row-fluid .santa-text-cta .santatext-d {  text-align:left; }
  .row-fluid .image-gallery-section.three .inner-gallery a { min-width:100% !important; width:100%; min-height:350px; }
  .thewoods .row-fluid .title-wrapper1 { padding-bottom:15px; }
  .row-fluid .image-gallery-section.full-2 .wrapper { padding:0px; }
  .row-fluid .image-gallery-section.full-img .inner-star { padding:0px 25px; margin-bottom: 10px; }
  .row-fluid .inner-ga { padding: 0px 0px !important; }
  .row-fluid .santa-left-right .santa-title h2 { font-size: 31px; max-width: 280px; float: left; margin-bottom: 43px; padding: 0px 25px; }
  .row-fluid .caracteristicas-two .cara-bottom-left h2 { font-size: 24px; }
  .row-fluid .santa-right-content .box-d { font-size: 16px; }
  .row-fluid .santa-right-content h6 { margin:15px 0px 34px; }
  .row-fluid .santa-img-section .santa-img-content .s-more { display:block; text-align: center; width: 100%; float: left; }
  .row-fluid .santa-img-section .santa-img-content .s-more { font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif; color: #2F2E2E; line-height:30px; text-decoration: underline !important; text-transform: capitalize; cursor: pointer;}
  .row-fluid .image-gallery-section.full-img .inner-gallery .slick-prev { left:30px; }
  .row-fluid .image-gallery-section.full-img .inner-gallery .slick-next { right:30px !important; }
   .groove-main-img>.hs_cos_wrapper { padding-right: 30px;  padding-bottom: 30px;}
	.groove-main-img img.hs-image-widget { width: 100%;}
	.row-fluid .caracteristicas-two.up-text .cara-bottom-right-inner ul { padding-left: 20px !important;}
	#centradoiframe .iframe_wrapper { padding-bottom: 115% !important;}
	
}

@media(max-width:360px) {
  .row-fluid .comunity-section .com-content h1 a,  .row-fluid .comunity-section .com-content h1  { font-size:16px; }

.thewoods .row-fluid .caracteristicas-inner-s{ padding: 30px 0; }
}
@media(max-width:400px) {
/*   .row-fluid .santa-img-section .santa-img-content .santa-img-box { width:100%; margin:0 0 20px 0; }
  .row-fluid .santa-img-section .santa-img-content .santa-img-box:nth-child(3n) { margin:0 0 20px 0; } */
}