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



/*  Fonts  */
/*****************************************/

<script src="https://code.jquery.com/jquery-3.4.0.js"></script>
/* Helvetica Neue Light */
@font-face { 
 font-family: 'Helvetica Neue'; 
  src: url('https://cdn2.hubspot.net/hubfs/1557540/font-awesome/font/helveticaneue_light-webfont.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/1557540/font-awesome/font/HelveticaNeue%20Light.ttf') format('truetype'); 
 font-weight:100 ;
}
/* Helvetica Neue Normal */
@font-face {
 font-family: 'Helvetica Neue'; 
 src:  url('https://cdn2.hubspot.net/hubfs/1557540/font-awesome/font/helveticaneue_medium-webfont.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/1557540/font-awesome/font/HelveticaNeue%20Medium.ttf') format('truetype');
}

/* Helvetica Neue Bold */
@font-face { 
 font-family: 'Helvetica Neue'; 
  src: url('https://cdn2.hubspot.net/hubfs/1557540/font-awesome/font/helvetica_neu_bold-webfont.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/1557540/font-awesome/font/Helvetica%20Neu%20Bold.ttf') format('truetype'); 
 font-weight: 700;
}

body {
 font-family: 'Helvetica Neue' !important;
  background-color:#F0EADF!important;
  font-size: 14px !important;
}
/* Headings */
h1, h2, h3, h4, h5, h6, p {
  color:#191D33 ;
  font-weight: 500;
  Margin-top:0;
  font-family: 'Helvetica Neue' !important;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 45px;
  line-height: 1.5;
   
}
h2 {
  font-size: 40px;
  line-height: 1.5;
  
}
h3 {
  font-size: 33px;
  line-height: 1.6;
}
h4 {

  font-size: 25px;
  line-height: 1.2;
}
h5 {
  font-size: 22px;
  line-height: 1.2;
}
h6 {
  font-size: 18px;
  line-height: 1.2;
}
P{
  font-size: 11px;
}


/*  General  */
/*****************************************/


.container {
    display: block;
    float: none !important;
    position: relative;
    width: 1170px !important;
    margin: 0 auto !important;
}


/*  Header  */
/*****************************************/

#inmobilia-header {
    display: block;
    position: relative;
    width: 100%;
    height: 54px;
    z-index: 30;
    background-color: #fff;
}
#inmobilia-header .main-menu {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
}
#inmobilia-header .inmobilia-logo {
    display: block;
    position: relative;
    margin-top: 10px;
}
.inmobilia-logo img {
    width: 118px !important;
    height: 25px !important;
}
#inmobilia-header .inmobilia-menu {
    display: block;
}
#inmobilia-header .inmobilia-menu ul {
    float: right;
    margin-top: 9px;
}
#inmobilia-header .inmobilia-menu ul li {
    margin-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
}
#inmobilia-header .inmobilia-menu li a {
    display: inline;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
    display: block;
    max-width: 100%;
    padding: 7px 0;
}
#inmobilia-header .hs-menu-flow-horizontal li:last-child {
    background: #4171AA;
    border-radius: 20px;
}
#inmobilia-header .hs-menu-flow-horizontal li:last-child a {
    color: #fff;
    padding: 7px 20px;
}

#internal-inmobilia-header {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    z-index: 30;
    background-color: #fff;
}
/*#internal-inmobilia-header {
    display: block;
    position: fixed !important;
    width: 100%;
    height: 40px;
    z-index: 30;
    background-color: #fff;
    top: 0 !important;
}*/
.relative-div {
    position: relative;
}
.fixed-top {
    position: fixed !important;
    top: 0 !important;
    z-index: 40;
}
#div-fixed {
    position: fixed;
    top: 0;
    /*z-index: 40;*/
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/*  Header Fixed  */
/*****************************************/

.inmobilia-header-fixed {
    display: block;
    position: relative;
    width: 100%;
    height: 55px;
    z-index: 20;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}
#mainMenuBarAnchor {
    height: 0 !important;
    min-height: 0 !important;
}

.contenedor-mapas {
    display: table;
}
.texto-mapas .hs_cos_wrapper_widget {
    vertical-align: middle;
    display: table-cell !important;
    height: 380px;
}

/*  Home - Submenu  */
/*****************************************/

#slider-proyectos {
    display: none;
    /* padding-left: 45px !important; */
    padding-left: 0px !important;
    left: -60px !important;
}
.inmobilia-homepage #slider-proyectos {
    display: none;
    /* padding-left: 45px !important; */
    padding-left: 70px !important;
    left: -130px !important;
}
.master_a #slider-proyectos,
.master_plan #slider-proyectos,
.master_c_proyectos #slider-proyectos,
.amenidades #slider-proyectos,
.entorno #slider-proyectos,
.contacto #slider-proyectos,
.master_b #slider-proyectos,
.master_c_masterplan #slider-proyectos {
    padding-left: 0px !important;
    left: -50px !important;
}
.inmobilia-slider-proyectos .nbs-flexisel-container {
    position: relative;
    max-width: 100%;
    height: 55px;
    margin-top: 0px;
}
.inmobilia-slider-proyectos .nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;   
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.inmobilia-slider-proyectos .nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 55px;
    background-color: #fff;
    border: none;
    border-radius: 0px; 
}
.inmobilia-slider-proyectos .nbs-flexisel-item {
    float: left;
    margin: 0 15px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
    width: auto !important;
}
.inmobilia-slider-proyectos .nbs-flexisel-item p {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 26px !important;
    min-width: 50px;
    max-height: 55px;
}
.inmobilia-slider-proyectos .nbs-flexisel-item a {
    color: #4A4A4A;
    text-decoration: none;
    font-weight: 500;
}
.inmobilia-slider-proyectos .nbs-flexisel-nav-left,
.inmobilia-slider-proyectos .nbs-flexisel-nav-right {
    width: 73px;
    height: 60px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 1;
    top: 0 !important;
}
.inmobilia-slider-proyectos .nbs-flexisel-nav-left {
    left: 0px;
    background: url('//cdn2.hubspot.net/hubfs/1557540/Inmobilia/main/arrows/arrow-menu-left.png') no-repeat;
}
.inmobilia-slider-proyectos .nbs-flexisel-nav-right {
    right: -3px;
    background: url('//cdn2.hubspot.net/hubfs/1557540/Inmobilia/main/arrows/arrow-menu-right.png') no-repeat;
}

/*  Home Slider  */
/*****************************************/

.stick {
    position: fixed;
    top: 0;
}
.inmobilia-home-slider {
    display: block;
    position: relative;
    width: 100%;
    /*height: 530px;
    max-height: 530px;*/
    overflow: hidden;
    background-color: #000;
    margin-top: 0px;
    z-index: 10;
}
.hs_cos_flex-slider {
    overflow: hidden;
}
/*.hs_cos_flex-slider .hs_cos_flex-slides > li {
    height: 530px;
    max-height: 530px;
}*/
.hs_cos_flex-slider .caption {
    background-color: transparent;
    position: absolute;
    font-size: 48px;
    line-height: 57px;
    color: white;
    padding: 0;
    width: 100%;
    bottom: 30px;
    text-align: center !important;
}
.hs_cos_flex-slider .caption p {
    text-align: center !important;
}
.inmobilia-home-slider .caption {
    font-weight: 300;
    font-style: italic;
    font-size: 48px;
    color: #fff;
    line-height: 57px;
    padding: 0 !important;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.70);
}
.widget-type-image_slider {
    font-weight: 300;
    font-style: italic;
    font-size: 48px !important;
    color: #fff;
    line-height: 57px;
    padding: 0 !important;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.70);
    text-align: center !important;
}
.caption {
    /*font-weight: 300 !important;
    font-style: italic !important;
    font-size: 48px;
    color: #fff !important;
    line-height: 52px;
    padding: 0 !important;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.70) !important;*/
}
.inmobilia-home-slider .caption p {
    display: block;
    float: none;
    position: relative;
    max-width: 770px;
    margin: 0 auto !important;
}
.quote-slider .caption {
    text-shadow: none;
}
.hs_cos_flex-control-nav {
    z-index: 100;
}
.inmobilia-home-slider .hs_cos_flex-control-paging li a {
    background: #FFFFFF;
}
.inmobilia-home-slider .hs_cos_flex-active {
    background: #4171AA !important;
    cursor: default;
}
.inmobilia-home-slider .hs_cos_flex-slider {
    margin: 0 !important;
}
.hs_cos_flex-slider .hs_cos_flex-slides img {
    height: auto !important;
}
.hs_cos_flex-control-nav {
    bottom: -34px !important;
}

/*  Home Text  */
/*****************************************/

.inmobilia-home-text {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 10;
}
.inmobilia-general-text {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 10;
}
.inmobilia-home-text .container {
    width: 970px !important;
    padding-top: 50px;
    padding-bottom: 50px;
}
.inmobilia-general-text .container {
    width: 1170px !important;
    padding-top: 30px;
    padding-bottom: 10px;
}
.inmobilia-home-text .jumbo, .inmobilia-general-text .jumbo {
    font-style: italic;
    color: #4171AA;
    font-weight: 300;
    margin-bottom: 20px !important;
    text-align: center;
}
.inmobilia-general-text .jumbo {
    font-size: 30px !important;
    margin-bottom: 10px !important;
}
.inmobilia-home-text a, .inmobilia-general-text a {
    display: inline-block;
    background-color: #4171AA;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 40px;
    padding: 7px 16px;
    margin-top: 20px;
}
.inmobilia-general-text img {
    margin-top: 30px;
    margin-bottom: 40px;
}
.inmobilia-general-text p {
    margin-bottom: 12px !important;
}
.inmobilia-contacto .jumbo {
    margin-bottom: 20px !important;
}

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

.inmobilia-homepage .google-map {
    margin-top: 50px !important;
}

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

.inmobilia-general-text .info-desarrolladores h5 {
    color: #4171AA;
    font-style: italic;
    font-weight: 400;
    padding: 0;
    margin: 0 0 10px 0;
}
.inmobilia-general-text .info-desarrolladores img {
    margin-bottom: 20px;
}
.inmobilia-general-text .info-desarrolladores a {
    background-color: transparent;
    font-weight: 400;
    line-height: 20px;
    color: #4171AA;
    border-radius: 00px;
    padding: 0;
    margin-top: 0px;
}

/*  Home Quotes  */
/*****************************************/

.inmobilia-quotes-conocer {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 10;
}
.inmobilia-quotes-conocer .inmobilia-quotes {
    display: block;
    position: relative;
    width: 570px;
    min-height: 360px;
    font-weight: 400;
    background-color: #FAFAFA;
}
.inmobilia-quotes-conocer .inmobilia-conocer {
    display: block;
    float: right;
    position: relative;
    width: 570px;
    height: 360px;
    background-image: url('//cdn2.hubspot.net/hubfs/1557540/Inmobilia/main/bg/conocer-mas.jpg');
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 400;
}
.inmobilia-quotes-conocer .inmobilia-conocer .container-conocer {
    display: block;
    position: absolute;
    width: 570px;
    bottom: 0px;
}
.inmobilia-quotes-conocer .inmobilia-conocer .container-conocer .inmobilia-conocer-texto {
    display: block;
    float: left;
    position: relative;
    width: 330px;
    margin: 0 0 10px 10px;
}
.inmobilia-quotes-conocer .inmobilia-conocer .container-conocer .inmobilia-conocer-link {
    display: block;
    float: right;
    position: relative;
    width: 120px;
    margin: 0 10px 10px 0;
}
.inmobilia-quotes-conocer .inmobilia-conocer .container-conocer .inmobilia-conocer-link a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.60);
    border-radius: 40px;
    padding: 7px 26px;
    margin-top: 0px;
}
.inmobilia-quotes-conocer .quote-slider {
    display: block;
    width: 570px;
    background-color: #FAFAFA;
}
.inmobilia-quotes-conocer .quote-slider .hs_cos_flex-slider {
    background: transparent;
    margin: 0;
}
.inmobilia-quotes-conocer .quote-slider .hs_cos_flex-slider .hs_cos_flex-slides li {
    height: auto;
    min-height: auto;
}
.inmobilia-quotes-conocer .quote-slider li img {
    display: block !important;
    float: left !important;
    position: relative !important;
    width: 270px !important;
    height: 360px !important;
    margin: 0 !important;
}
.inmobilia-quotes-conocer .quote-slider li .caption {
    display: block !important;
    float: left !important;
    position: relative !important;
    width: 300px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    bottom: auto !important;
}
.inmobilia-quotes-conocer .quote-slider li .caption blockquote {
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    color: #4171AA !important;
    font-style: italic; 
    margin: 0;
    padding: 30px 20px 0px 20px;
    min-height: 235px !important;
}
.inmobilia-quotes-conocer .quote-slider li .caption h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4A4A4A !important;
    margin: 0;
    padding: 5px 30px 0px 30px;
}
.inmobilia-quotes-conocer .quote-slider li .caption h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #4171AA !important;
    margin: 0;
    padding: 2px 30px;
}
.inmobilia-quotes-conocer .quote-slider li .caption h4 a, .inmobilia-quotes-conocer .quote-slider li .caption h5 a {
    color: #4171AB;
    text-decoration: none;
}
.inmobilia-quotes-conocer .hs_cos_flex-slider p {
    color: #4171AA !important;
}
.inmobilia-quotes-conocer .hs_cos_flex-control-paging {
    
}
.inmobilia-quotes-conocer .hs_cos_flex-control-nav {
    width: 300px;
    right: 0;
    bottom: -40px;
}
.inmobilia-quotes-conocer .hs_cos_flex-control-paging li a {
    width: 10px;
    height: 10px;
}
.inmobilia-quotes-conocer  .hs_cos_flex-control-paging li a {
    background: #E3EDF2;
    box-shadow: none;
}
.inmobilia-quotes-conocer a.hs_cos_flex-active {
    background: #4171AA !important;
    background: rgba(65,113,170,1) !important;
}
.inmobilia-quotes-conocer .hs_cos_flex-next, .inmobilia-quotes-conocer .hs_cos_flex-prev {
    display: none;
}

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

.inmobilia-social .button {
    display: block;
    position: relative;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    padding: 7px 16px;
    top: -4px !important;
}

/*  Inmobilia Social  */
/*****************************************/

.inmobilia-chat {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 30px;
    z-index: 10;
}

/*  Inmobilia Social  */
/*****************************************/

.inmobilia-social {
    display: block;
    position: relative;
    width: 100%;
    height: 64px;
    background-color: #FAFAFA;
    margin-top: 0px;
    z-index: 10;
}
.inmobilia-social .social-media {
    display: block;
    position: relative;
    margin-top: 20px;
}
.inmobilia-social .social-media a {
    display: inline-block;
    color: #4171AA;
    font-size: 14px;
    text-decoration: none;
    margin-right: 19px;
}
.inmobilia-social .social-media .fa {
    font-size: 24px;
}
.inmobilia-social .social-media a .fa-text {
    display: inline-block;
    position: relative;
    top: -3px;
}
.inmobilia-social .social-sharing .social-links {
    display: block;
    float: right;
    position: relative;
    margin: 22px 0 0 0;
}
.inmobilia-social .social-sharing .fb-share-button, .inmobilia-social .social-sharing .tw-share-button {
    display: block;
    float: left;
    position: relative;
    margin: 0 0 0 10px;
}

/*  Inmobilia Footer  */
/*****************************************/

.inmobilia-footer {
    display: block;
    position: relative;
    width: 100%;
    height: 54px;
    background-color: #00386A;
    margin-top: 0px;
    font-size: 14px;
    z-index: 10;
}
.inmobilia-footer img {
    display: block;
    position: relative;
    margin-top: 15px;
    margin-right: 20px;
}
.inmobilia-footer .inmobilia-menu-footer {
    display: block;
    position: relative;
    margin-top: 15px;
}
.inmobilia-footer .inmobilia-menu-footer a {
    display: inline-block;
    margin-right: 18px;
}
.inmobilia-footer .inmobilia-menu-footer2 {
    display: block;
    float: right;
    text-align: right;
    position: relative;
    margin-top: 15px;
}
.inmobilia-footer .inmobilia-menu-footer2 a {
    display: inline-block;
    margin-left: 18px;
}
.inmobilia-footer a {
    color: #fff;
}
.inmobilia-footer .custom-js {
    display: block;
    height: 0px !important;
    min-height: 0px !important;
}
.container-code {
    height: 0 !important;
    min-height: 0 !important;
}

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

.links-tipo-encuentra {
    border-bottom: 1px solid #CACACA;
    margin-bottom: 40px;
    text-align: center;
}
.links-tipo-encuentra a {
    color: #4A4A4A;
    border-radius: 0;
    background-color: transparent;
    margin: 0 40px;
    padding: 0 0 12px 0;
}
.links-tipo-encuentra a.select {
    color: #4171AA;
    border-bottom: 3px solid #4171AA;
}
.listado-proyectos h3 {
    color: #4171AA;
    font-size: 22px;
    font-style: italic;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: 300;
}
.listado-proyectos .links-listado {
    margin-bottom: 70px;
}
.listado-proyectos a {
    background-color: transparent;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 0 0 0 14px;
    margin: 0 0 12px 0;
    background-image: url('//cdn2.hubspot.net/hubfs/1557540/Inmobilia/bg/Vineta.png');
    background-position: left top 3px;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 0;
}
.listado-proyectos a .titulo-p {
    color: #4A4A4A;
    display: block;
    width: 100%;
}
.listado-proyectos a .subtitulo-p {
    color: #9B9B9B;
    font-size: 14px;
    display: block;
    width: 100%;
}

/*  Master A - General  */
/***************************************************************************************/

.master-a-informacion h3 {
    color: #2C3D53;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
}
.master-a-informacion .button {
    display: inline-block;
    background-color: #2C3D53;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    padding: 7px 16px;
    margin-top: 20px;
}
.master-a-informacion .center-row {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.center-row {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.max-970 {
    max-width: 970px;
    width: 970px;
    float: none !important;
    margin: 0 auto !important;
}

/*  Header  */
/*****************************************/

.master-a-header {
    display: block;
    position: relative;
    width: 100%;
    height: 104px;
    z-index: 20;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.master-a-header .main-menu {
    padding-bottom: 0px;
}
.master-a-header .inmobilia-logo {
    display: block;
    position: relative;
    margin-top: 6px;
}
.master-a-header .inmobilia-menu {
    display: block;
}
.master-a-header .inmobilia-menu ul {
    float: right;
    margin-top: 4px;
}
.master-a-header .inmobilia-menu ul li {
    margin-left: 20px;
}
.master-a-header .inmobilia-menu li a {
    display: inline;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
    display: block;
    max-width: 100%;
    padding: 7px 0;
}
.master-a-header .hs-menu-flow-horizontal li:last-child {
    background: #4171AA;
    border-radius: 20px;
}
.master-a-header .hs-menu-flow-horizontal li:last-child a {
    color: #fff;
    padding: 7px 14px;
}

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

.full-container {
    display: block !important;
    float: left !important;
    position: relative;
    width: 100% !important;
    height: 40px !important;
    margin: 0 auto !important;
    background-color: #fff;
}
.full-container-fixed {
    display: block !important;
    float: left !important;
    position: relative;
    width: 100% !important;
    height: 64px !important;
    margin: 0 auto !important;
    background-color: #191D33;
    z-index: 21;
}
.full-container-fixed .secundary-menu {
    display: block !important;
    width: 100% !important;
}
.full-container-fixed .secundary-menu .secundary-logo {
    display: block !important;
    margin-top: 10px;
}
.widget-type-rich_text p {
    margin-bottom: 12px !important;
}

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

.master-a-header .master-a-secundary-menu {
    display: block;
}
.master-a-header .master-a-secundary-menu ul {
    float: right;
    margin-top: 16px;
}
.master-a-header .master-a-secundary-menu ul li {
    margin-left: 20px;
}
.master-a-header .master-a-secundary-menu li a {
    display: inline;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
}
.master-a-header .master-a-secundary-menu .hs-menu-flow-horizontal li:last-child {
    background: transparent;
   /* border-radius: 20px;
   /* border: 1px solid #fff;*/
}
.master-a-header .master-a-secundary-menu .hs-menu-flow-horizontal li:last-child a {
    color: #fff;
    padding: 7px 14px;
}

/*  Master A - Slider  */
/*****************************************/

.master-a-home-slider {
    display: block;
    position: relative;
    width: 100%;
    /*height: 530px;
    max-height: 530px;*/
    overflow: hidden;
    /*background-color: #000;*/
    margin-top: 0px;
    z-index: 10;
}
.master-a-home-slider .hs_cos_flex-slider .hs_cos_flex-slides>li {
    height: auto !important;
    max-height: none !important;
}
.master-a-home-slider .hs_cos_flex-control-paging li a {
    width: 10px;
    height: 10px;
    background: #fff !important;
}
.master-a-home-slider .hs_cos_flex-control-paging li a.hs_cos_flex-active {
    background: #2C3D53 !important;
}

/*  Master A - IMG Hover  */
/*****************************************/

.img-hovers-container {
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.img-hovers-container .img-hover {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    /*width: 270px;
    height: 152px;*/
}
.img-hovers-container span.text-content {
    background-repeat: repeat-x;
    background-position: top;
    color: #E1C57A;
    font-size: 18px;
    font-style: italic;
    cursor: pointer;
    display: table;
    /*width: 270px;
    height: 152px;*/
    left: 0;
    position: absolute;
    top: 40%;
    opacity: 1;
    -webkit-transition: opacity 500ms;
       -moz-transition: opacity 500ms;
         -o-transition: opacity 500ms;
            transition: opacity 500ms;
}
.master-a-home-slider iframe {
    margin-bottom: 30px;
}

/* ------------------ */

.img-hovers-container .span6.img-hover {
    width:  !important;
    height:  !important;
}
.img-hovers-container .span6 span.text-content {
    width:  !important;
    height:  !important;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

/* ------------------ */

.img-hovers-container .span4.img-hover {
    max-width: 370px !important;
    max-height: 208px !important;
}
.img-hovers-container .span4 span.text-content {
    width: 370px !important;
    height: 208px !important;
    background-image: url('//cdn2.hubspot.net/hubfs/1557540/Inmobilia/bg/hover-img2.png');
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

/* ------------------ */

.img-hovers-container .span3.img-hover {
    width: 270px !important;
    height: 152px !important;
}
.img-hovers-container .span3 span.text-content {
    width: 270px !important;
    height: 152px !important;
    background-image: url('//cdn2.hubspot.net/hubfs/1557540/Inmobilia/bg/hover-img1.png');
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.img-hovers-container span.text-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.img-hovers-container .img-hover:hover span.text-content {
    opacity: 1;
    top: 0;
}

/*  Amenidades - Secundary Menu  */
/*****************************************/

.amenidades .secundary-logo h3 {
    font-size: 25px;
    font-weight: 300 !important;
    padding: 0;
    margin: 0 !important;
    font-style: normal !important;
}
.amenidades .secundary-logo p {
    font-size: 14px;
}
.amenidades .secundary-logo a {
    text-decoration: none;
}

/*  Contacto  */
/*****************************************/

/*  Entorno - Secundary Menu  */
/*****************************************/

.entorno .secundary-logo h3 {
    font-size: 25px;
    font-weight: 300 !important;
    padding: 0;
    margin: 0 !important;
    font-style: normal !important;
}
.entorno .secundary-logo p {
    font-size: 14px;
}
.entorno .secundary-logo a {
    text-decoration: none;
}

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

.master_c_masterplan .secundary-logo h3 {
    font-size: 25px;
    font-weight: 300 !important;
    padding: 0;
    margin: 0 !important;
    font-style: normal !important;
}
.master_c_masterplan .secundary-logo p {
    font-size: 14px;
}
.master_c_masterplan .secundary-logo a {
    text-decoration: none;
}

/*  Master B - General  */
/***************************************************************************************/

/*  Master B - Secundary Menu  */
/*****************************************/

.master_b .secundary-logo h3 {
    font-size: 25px;
    font-weight: 300 !important;
    padding: 0;
    margin: 0 !important;
}
.master_b .secundary-logo p {
    font-size: 14px;
}
.master_b .secundary-logo a {
    text-decoration: none;
}

/*  Master B - Slider Home Superior  */
/*****************************************/

.master-b-superior {
    display: block;
    float: none !important;
    position: relative;
    width: 1200px !important;
    height: 390px !important;
    margin: 24px auto 50px auto !important;
}
.master-b-superior .info-desarrollo-master-b {
    display: table;
    float: left;
    position: relative;
    margin-left: 0 !important;
    width: 505px !important;
    height: 390px !important;
    color: #fff;
    text-align: center;
    padding-left: 48px;
    padding-right: 48px;
}
.master-b-superior .info-desarrollo-master-b img {
    margin-top: 80px;
    margin-bottom: 28px;
}
/*.master-b-superior .row-fluid-wrapper {
    vertical-align: middle;
    display: table-cell;
}*/
.master-b-superior .master-b-home-slider {
    display: block;
    float: left;
    position: relative;
    margin-left: 0 !important;
    width: 695px !important;
    height: 390px !important;
}
.master-b-superior .hs_cos_flex-slider .hs_cos_flex-slides li {
    height: 390px !important;
    max-height: 390px !important;
}
.master-b-superior .hs_cos_flex-control-paging li a {
    width: 10px;
    height: 10px;
    background: #fff !important;
}
.master-b-superior .hs_cos_flex-control-paging li a.hs_cos_flex-active {
    background: #E1C57A !important;
}

/*  Master C - General  */
/***************************************************************************************/

.master_c_masterplan .full-container-fixed .secundary-menu .secundary-logo,
.master_c .full-container-fixed .secundary-menu .secundary-logo {
    margin-top: 10px;
}
.master-c-home-slider {
    display: block;
    position: relative;
    width: 100%;
    /*height: 530px;
    max-height: 530px;*/
    overflow: hidden;
    margin-top: 0px;
    z-index: 10;
}
.master_c .hs_cos_flex-slider .caption {
    padding: 0 !important;
}
.master_c .master-c-home-slider .caption p {
    display: block;
    float: none !important;
    position: relative;
    max-width: 1170px !important;
    margin: 0 auto 30px auto !important;
    font-weight: 100;
    font-style: italic;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 57px;
    text-shadow: 0px 0px 6px rgba(0,0,0,0.70);
}
.master-c-home-slider .hs_cos_flex-control-paging li a {
    width: 10px;
    height: 10px;
    background: #fff !important;
}
.master-c-home-slider .hs_cos_flex-control-paging li a.hs_cos_flex-active {
    background: #C8C9B0 !important;
}

/*  Master Plan - General  */
/***************************************************************************************/

.master_plan .master-a-secundary-menu li:nth-child(1) a {
    color: #E1C57A;
    border-bottom: 3px solid #E1C57A;
    padding-bottom: 22px;
}
.master_plan .master-a-home-slider .hs_cos_flex-direction-nav {
    display: none;
}
.master_plan .info-container {
    text-align: center;
    margin-bottom: 10px;
}
.master_plan .info-container img {
    margin-bottom: 10px;
}
.master_plan .info-container h5 {
    color: #2C3D53;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 0;
}
.master_plan .info-equipo {
    display: table;
    margin-bottom: 40px;
}
.master_plan .info-equipo .img-equipo {
    min-height: 110px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.master_plan .info-equipo .img-equipo img {
    vertical-align: middle;
    display: inline-block;
}
.master_plan .info-equipo h5 {
    font-style: italic;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 0;
    text-align: center;
}
.master_plan .info-equipo a {
    text-decoration: none;
    font-weight: 500;
    color: #4A4A4A;
}

/*  Amenidades - General  */
/***************************************************************************************/

.amenidades .master-a-secundary-menu li:nth-child(3) a {
    /*color: #E1C57A;
    border-bottom: 3px solid #E1C57A;*/
    padding-bottom: 22px;
}
.amenidades .amenidades-informacion {
    margin-top: 30px;
}
.amenidades .amenidades-informacion a {
    text-decoration: none;
    font-weight: 500;
    color: #4A4A4A;
}
.amenidades h3 {
    color: #2C3D53;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    margin: 0 0 20px 0;
    padding: 0;
}
.amenidades .button {
    display: inline-block;
    background-color: #2C3D53;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 40px;
    padding: 7px 16px;
    margin-top: 20px;
}
.amenidades .info-amenidad img {
    margin-bottom: 20px;
}
.amenidades .header-amenidades {
    margin-bottom: 40px !important;
}
.amenidades .header-amenidades h1 {
    font-size: 30px;
    color: #2C3D53;
    font-weight: 300;
    font-style: italic;
    margin: 0 0 20px 0;
    padding: 0;
}
.info-container {
    margin-bottom: 50px;
}
.header-amenidades {
    margin-bottom: 40px !important;
}

/*  Entorno - General  */
/***************************************************************************************/

.entorno .master-a-secundary-menu li:nth-child(4) a {
    /*color: #E1C57A;
    border-bottom: 3px solid #E1C57A;*/
    padding-bottom: 22px;
}
.entorno .entorno-informacion {
    margin-top: 30px;
}
.entorno .entorno-informacion a {
    text-decoration: none;
    font-weight: 500;
    color: #4A4A4A;
}
.entorno h3 {
    color: #2C3D53;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    margin: 0 0 20px 0;
    padding: 0;
}
.entorno .button {
    display: inline-block;
    background-color: #2C3D53;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 40px;
    padding: 7px 16px;
    margin-top: 60px;
}
.entorno .info-entorno {
    margin-bottom: 60px;
}
.entorno .info-entorno img {
    margin-bottom: 20px;
}
.entorno .txt-entorno {
    margin-bottom: 40px !important;
}
.entorno .txt-entorno h1 {
    font-size: 30px;
    color: #2C3D53;
    font-weight: 300;
    font-style: italic;
    margin: 0 0 20px 0;
    padding: 0;
}
.entorno .amenidades-informacion {
    margin-top: 30px;
}
.entorno .info-amenidad h3 {
    margin-top: 6px;
}

/*  Contacto - General  */
/***************************************************************************************/

.contacto .contacto-informacion {
    margin-top: 60px;
}
.contacto h1 {
    font-size: 30px;
    color: #2C3D53;
    font-weight: 300;
    font-style: italic;
    margin: 0 0 50px 0;
    padding: 0;
}
.contacto .google-map {
    margin-top: 50px;
}
.contacto .contacto-informacion h1 {
    margin: 0 0 50px 0;
}

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

.google-map iframe {
    pointer-events: none;
}

/*  Propiedades - General  */
/***************************************************************************************/

.propiedades .secundary-logo h3 {
    font-size: 25px;
    font-weight: 300 !important;
    padding: 0;
    margin: 0 !important;
}
.propiedades .secundary-logo p {
    font-size: 14px;
}
.propiedades .secundary-logo a {
    text-decoration: none;
}
.propiedades .master-a-secundary-menu li:nth-child(2) a {
    color: #E1C57A;
    border-bottom: 3px solid #E1C57A;
    padding-bottom: 22px;
}
.propiedades .propiedades-informacion {
    margin-top: 30px;
}
.propiedades .master-push {
    margin-top: 60px;
}
.propiedades .propiedades-informacion .links-propiedades {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #CACACA;
    padding-bottom: 15px;
}
.propiedades .propiedades-informacion .links-propiedades a {
    color: #2C3D53;
    text-decoration: none;
    margin: 0 30px;
    padding-bottom: 14px;
}
.propiedades .propiedad-select {
    color: #E1C57A !important;
    border-bottom: 3px solid #e1c57a;
}
.propiedades .propiedades-informacion .links-propiedades a:hover {
    color: #E1C57A;
}
.propiedades .hs_cos_flex_thumbnavs-viewport {
    height: 100px !important;
}
.propiedades .hs_cos_flex_thumbnavs-viewport li img {
    margin: 0;
}
/*.propiedades .hs_cos_flex_thumbnavs-direction-nav {
    display: none;
}*/
.propiedades .hs_cos_flex-slide-thumb.hs_cos_flex_thumbnavs-active-slide img {
    opacity: 1;
}
.propiedades .hs_cos_flex-slide-thumb {
    width: 135px;
}
.propiedades .hs_cos_flex-slides-thumb li {
    margin-right: 5px;
}
.propiedades .hs_cos_flex-slider .hs_cos_flex-slides li {
    height: auto;
    max-height: none;
}
.propiedades .hs_cos_flex-slide-thumb img {
    opacity: 0.5;
}
.propiedades .img-hovers-container .img-hover {
    margin-bottom: 0px;
}
.propiedades .hs_cos_flex-slider {
    margin: 0px;
}
.propiedades .flex-slider-main {
    margin-bottom: 10px;
}
.propiedades .prop-descripcion {
    margin-bottom: 20px;
}
.propiedades .prop-descripcion h3 {
    font-size: 24px;
    color: #2C3D53;
    font-weight: 300;
    font-style: italic;
    margin: 20px 0;
    padding: 0;
}
.propiedades .gray-txt {
    color: #4A4A4A;
    opacity: 0.5;
}
.propiedades .prop-caracteristica {
    border-bottom: 1px solid #CACACA;
    padding-bottom: 5px;
    padding-top: 10px;
    margin-bottom: 2px;
}
.propiedades .propiedades-links {
    margin-top: 30px;
}
.propiedades .propiedades-links a {
    color: #2C3D53;
    margin-right: 18px;
    text-decoration: none;
}
.propiedades .propiedades-links a.solicitar-info {
    background: #2C3D53;
    border-radius: 20px;
    color: #fff;
    padding: 7px 14px;
}
.propiedades .propiedades-informacion .row-fluid [class*="span"] {
    min-height: 28px !important;
}
.propiedades .propiedades-informacion .solicitar-info {
    margin-bottom: 8px;
    display: inline-block;
    float: left;
    positio: relative
    width: auto;
}
.propiedades #select-props {
    -webkit-appearance: none;
    display: none;
    position: relative;
    width: 100%;
    border: 1px solid #CACACA;
    border-radius: 0;
    background-color: #fff;
    background-image: url('//cdn2.hubspot.net/hubfs/1557540/Inmobilia/bg/Vin2.png');
    background-position: right top 10px;
    background-repeat: no-repeat;
    color: #3E2C26;
    font-style: normal;
    font-size: 16px !important;
    line-height: 20px !important;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
}

/* --------------------------------- */

.div-flexible {
    margin-bottom: 20px;
}

/*  Proyecto - General  */
/***************************************************************************************/

.proyecto .master-a-secundary-menu li:nth-child(4) a {
    color: #E1C57A;
    border-bottom: 3px solid #E1C57A;
    padding-bottom: 22px;
}
.contacto .secundary-logo h3,
.master_c_proyectos .secundary-logo h3,
.master_plan .secundary-logo h3,
.proyecto .secundary-logo h3,
.master_c_masterplan .secundary-logo h3 {
    font-size: 25px;
    font-weight: 300 !important;
    padding: 0;
    margin: 0 !important;
}
.contacto .secundary-logo p,
.master_c_proyectos .secundary-logo p,
.master_plan .secundary-logo p,
.proyecto .secundary-logo p,
.master_c_masterplan .secundary-logo p {
    font-size: 14px;
}
.contacto .secundary-logo a,
.master_c_proyectos .secundary-logo a,
.master_plan .secundary-logo a,
.proyecto .secundary-logo a {
    text-decoration: none;
}
.secundary-logo img {
    margin-top: 2px;
    width: 50px !important;
    height: 50px !important;
}

/*  Master C - Masterplan  */
/***************************************************************************************/

.master_c_masterplan .full-container-fixed .secundary-menu .secundary-logo {
    margin-top: 10px;
}
.master-c-masterplan-home-slider {
    display: block;
    position: relative;
    width: 100%;
    /*height: 530px;
    max-height: 530px;*/
    overflow: hidden;
    margin-top: 0px;
    z-index: 10;
}
.master_c_masterplan .hs_cos_flex-slider .caption {
    padding: 0 !important;
}
.master_c_masterplan .master-c-masterplan-home-slider .caption p {
    display: block;
    float: none !important;
    position: relative;
    max-width: 1170px !important;
    margin: 0 auto 30px auto !important;
    font-weight: 100;
    font-style: italic;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 57px;
    text-shadow: 0px 0px 6px rgba(0,0,0,0.70);
}
.master-c-masterplan-home-slider .hs_cos_flex-control-paging li a {
    width: 10px;
    height: 10px;
    background: #fff !important;
}
.master-c-masterplan-home-slider .hs_cos_flex-control-paging li a.hs_cos_flex-active {
    background: #C8C9B0 !important;
}
.master_c_masterplan .master-a-secundary-menu li:nth-child(1) a {
    /*color: #C8C9B0;
    border-bottom: 3px solid #C8C9B0;*/
    padding-bottom: 22px;
}

/*  Master C - Proyectos  */
/***************************************************************************************/

.master-c-informacion-proyectos {
    margin-top: 30px;
}
.master-c-informacion-proyectos h3 {
    color: #2C3D53;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
}
.master-c-informacion-proyectos .button {
    display: inline-block;
    background-color: #3E2C26;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    padding: 7px 16px;
    margin-top: 20px;
}
.master-c-informacion-proyectos .center-row {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.master_c_proyectos .master-a-secundary-menu li:nth-child(2) a {
    /*color: #C8C9B0;
    border-bottom: 3px solid #C8C9B0;*/
    padding-bottom: 22px;
}
.master_c_proyectos .full-container-fixed .secundary-menu .secundary-logo {
    /*margin-top: 5px;*/
}

/*  Responsive  */
/***************************************************************************************/

@media (max-width: 1220px) {
    .inmobilia-footer {
        height: 90px;
    }
    .inmobilia-menu-footer {
        width: 445px !important;
    }
    .inmobilia-menu-footer a {
        padding: 7px 0px 0px 0px !important;
    }
    
}

/*  Blog  */
/***************************************************************************************/

.hs-blog-post .hs-blog-header h1 {
    display: none;
}
.hs-blog-listing .hs-blog-header h1 {
    text-align: center;
    font-size: 30px;
    font-style: italic;
    color: #4171AA;
    text-decoration: none;
    font-weight: 300;
    padding: 0;
    margin: 40px 0;
}

.blog-post-wrapper .post-header #hubspot-author_data, .blog-post-wrapper .post-header #hubspot-author_data a {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #4A4A4A;
    text-decoration: none;
}
.blog-post-wrapper .post-header {
    margin-top: 20px;
    margin-bottom: 40px;
}
.hs-blog-post .widget-type-blog_subscribe, .hs-blog-listing .widget-type-blog_subscribe {
    background-color: #FAFAFA;
    /*margin: 40px auto 0 auto !important;*/
    margin: 0 auto !important;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    float: left;
    display: block;
    position: relative;
    text-align: center;
}
.hs-blog-post .widget-type-blog_subscribe h3, .hs-blog-listing .widget-type-blog_subscribe h3 {
    font-size: 24px;
    font-style: italic;
    color: #4171AA;
    text-decoration: none;
    font-weight: 300;
    /*padding: 0;
    margin: 0 0 0 160px;*/
    padding: 10px;
    margin: 0px;
    display: inline-block;
    float: left;
    position: relative;
}
.hs-blog-post .widget-type-blog_subscribe input[type=email], .hs-blog-listing .widget-type-blog_subscribe input[type=email] {
    /*width: 300px;*/
    width: 100%;
    height: 34px;
    font-size: 16px;
    color: #9B9B9B;
    display: inline-block;
    float: left;
    position: relative;
    /*margin: 0 20px;*/
    margin: 0px;
    padding: 10px;
}
.hs-blog-post .widget-type-blog_subscribe input[type=submit], .hs-blog-listing .widget-type-blog_subscribe input[type=submit] {
    color: #fff;
    padding: 7px 20px;
    display: inline-block;
    /*float: left;*/
    float: none;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    background: #4171aa;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    margin-top: 12px !important;
}
.widget-type-blog_subscribe .hs-form-field .input {
    padding: 0 10px;
}
.hs-blog-post p, .hs-blog-listing p {
    margin: 0 0 12px 0 !important;
}
.hs-blog-post .blog-section {
    width: 800px;
    margin: 0 auto;
}
.widget-type-post_filter h3 {
    text-align: left;
}
.blog-content .row-fluid:before, .blog-content .row-fluid:after {
    display: inline-block;
}

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

.hs-blog-listing .post-item {
    display: block;
    position: relative;
    float: left;
    width: 370px;
    height: 436px !important;
    /*margin-left: 10px;
    margin-right: 10px;*/
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 40px;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.45);
       -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.45);
            box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.45);
}
.hs-blog-listing .post-item:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
       -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
}
.hs-blog-listing .post-item h2 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-style: italic;
    font-weight: 300;
    padding: 0;
    margin: 0;
}
.hs-blog-listing .post-item h2 a {
    color: #4171AA;
    text-decoration: none;
}
.hs-blog-listing .post-item #hubspot-author_data {
    text-align: center;
}
.hs-blog-listing .post-item #hubspot-author_data {
    font-size: 14px;
}
.hs-blog-listing .post-item #hubspot-author_data a {
    color: #4A4A4A;
    text-decoration: none;
}
.hs-blog-listing .post-item .hs-featured-image-wrapper {
    width: 370px;
    display: block;
    position: relative;
    float: left;
    margin-bottom: 20px;
}
.hs-blog-listing .post-item .hs-featured-image-wrapper .hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100%;
}
.hs-blog-listing .blog-listing-wrapper {
    display: block;
    float: left;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}
.hs-blog-listing .post-item .entry-deg {
    display: block;
    position: absolute;
    left: 0;
    top: 316px;
    z-index: 10;
}
.hs-blog-listing .post-item .link-read-more {
    display: block;
    position: absolute;
    left: 0;
    top: 405px;
    width: 370px;
    text-align: center;
    z-index: 11;
}
.hs-blog-listing .post-item .link-read-more .more-link {
    color: #4171AA;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}
.hs-blog-listing .post-item .post-body, .hs-blog-listing .post-item .post-header {
    padding-left: 10px;
    padding-right: 10px;
}
.hs-blog-listing .blog-pagination {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    
    margin-top: 20px;
}
.hs-blog-listing .blog-pagination .all-posts-link {
    color: #fff;
    text-decoration: none;
    padding: 7px 20px;
    display: inline;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    background: #4171aa;
    border-radius: 20px;
    border: 0;
    cursor: pointer;
}
.blog-pagination a {
    color: #4171aa;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    margin-left: 7px;
    margin-right: 7px;
}
.filter-link-count {
    display: none;
}
.hs-blog-post .widget-type-post_filter {
    display: none;
}
.widget-type-post_filter {
    text-align: center;
    margin-top: 60px;
}
.widget-type-post_filter h3 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 16px;
}
.widget-type-post_filter ul {
    margin: 0;
    padding: 0;
}
.widget-type-post_filter li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: none;
    position: relative;
    /*margin: 0 11px;*/
    
    width: 100%;
    text-align: left;
    margin: 0 0 5px 0;
}
.widget-type-post_filter li a {
    text-decoration: none;
    font-size: 16px;
    color: #4171AA;
}

/*  Colores - General - Menú  */
/***************************************************************************************/

.contacto .secundary-logo h3,
.entorno .secundary-logo h3,
.amenidades .secundary-logo h3,
.master_c_proyectos .secundary-logo h3,
.master_plan .secundary-logo h3,
.master_b .secundary-logo h3,
.propiedades .secundary-logo h3,
.proyecto .secundary-logo h3 {
    color: #E1C57A;
}
.contacto .secundary-logo p,
.entorno .secundary-logo p,
.amenidades .secundary-logo p,
.master_c_proyectos .secundary-logo p,
.master_plan .secundary-logo p,
.master_b .secundary-logo p,
.propiedades .secundary-logo p,
.proyecto .secundary-logo p {
    color: #fff;
}

/* ------------------ */

.master-b-superior {
    background-color: #2C3D53;
}

/*  Master C - Country Club  */
/*****************************************/

.master_c .full-container-fixed,
.master_c_masterplan .full-container-fixed,
.master_c_proyectos .full-container-fixed {
    background-color: #3E2C26;
}
.master_c .master-a-informacion .button,
.master_c_masterplan .master-a-informacion .button,
.master_c_proyectos .master-a-informacion .button {
    background-color: #3E2C26;
}
.master_c .img-hovers-container span.text-content,
.master_c_masterplan .img-hovers-container span.text-content,
.master_c_proyectos .img-hovers-container span.text-content {
    color: #fff;
}
.master_c .inmobilia-footer,
.master_c_masterplan .inmobilia-footer,
.master_c_proyectos .inmobilia-footer {
    background-color: #3E2C26;
}
.master_c .inmobilia-social .social-media a,
.master_c_masterplan .inmobilia-social .social-media a,
.master_c_proyectos .inmobilia-social .social-media a {
    color: #3E2C26;
}





#inmobilia-header .inmobilia-menu li a {
    padding-bottom: 16px;
}
#internal-inmobilia-header .inmobilia-menu li a {
    padding-bottom: 10px !important;
}
#inmobilia-header .inmobilia-menu li a:hover,
#internal-inmobilia-header .inmobilia-menu li a:hover {
    border-bottom: 3px solid #4171AA;
}
#inmobilia-header .inmobilia-menu li:last-child a:hover,
#internal-inmobilia-header .inmobilia-menu li:last-child a:hover {
    border-bottom: transparent !important;
}
.hs-menu-children-wrapper,
.hs-menu-children-wrapper2{
    background-color: #fff;
    z-index: 22;
    margin-top: 16px !important;
    padding-top: 6px;
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    min-width: 180px;
}
.hs-menu-children-wrapper li,
.hs-menu-children-wrapper2 li{
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-top: 12px !important;
    padding-bottom: 12px important;
    border-bottom: 3px solid #fff;
}
.hs-menu-children-wrapper li a,
.hs-menu-children-wrapper2 li a{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.hs-menu-children-wrapper li a:hover,
.hs-menu-children-wrapper2 li a:hover{
    border-bottom: none !important;
}
.hs-menu-children-wrapper li:hover,
.hs-menu-children-wrapper2 li:hover{
    border-bottom: 3px solid #4171AA;
}
.hs-menu-children-wrapper li:last-child,
.hs-menu-children-wrapper2 li:last-child{
    background-color: transparent !important;
    border-radius: 0 !important;
}
.hs-menu-children-wrapper li:last-child a,
.hs-menu-children-wrapper2 li:last-child a{
    color: #4A4A4A !important;
}



.hs-content-id-3700326999 #inmobilia-header .inmobilia-menu li:first-child a {
    border-bottom: 3px solid #4171AA;
}
.hs-content-id-3700326999 .hs-menu-children-wrapper li:first-child a {
    border-bottom: 3px solid #fff !important;
}



#internal-inmobilia-header .hs-menu-children-wrapper,
#internal-inmobilia-header .hs-menu-children-wrapper2{
    margin-top: none;
    top: 20px;
}


.hs-blog-post .post-header h2 {
    text-align: center;
}
.blog-post-wrapper .post-header {
    margin-top: 20px;
    margin-bottom: 14px;
}


/* ==========================================================================
   Menú Proyectos
   ========================================================================== */

.dropdown {
    /*display: inline-block;*/
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.dropbtn {
    color: #4A4A4A;
    background-color: transparent;
    padding: 0;
    font-size: 16px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 99px;
    margin-top: 15px;
    -webkit-appearance: none;
}
.dropbtn:active {
    outline: none !important;
    border: none !important;
}
.dropbtn:focus {
    outline: 0;
}
.dropbtn:hover {
    color: #4A4A4A;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: auto;
    margin-top: 35px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
}
.dropdown-content .project-row {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
}
.dropdown-content .project-row #link-propiedad a {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    background-color: #4171AA;
    padding: 12px 18px;
    text-decoration: none;
    font-weight: 300;
}

.dropdown-content a {
    display: block;
    float: left;
    position: relative;
    width: 33%;
    height: 128px;
}

@media (min-width: 767px) {
    .dropbtn {
        display: none;
    }
}

@media (max-width: 768px) {
    .dropbtn {
        display: block;
    }
    .dropdown-content a {
        height: auto !important;
    }
  .row-fluid .span3 {
    width: 100%;}
  div.img {
  margin-top:14%;
  }
    .social_{
  position:absolute;
  top:0px;
  left:57%;
  content:'';
  }
 .social-links{
  display:none;
    visibility: hidden;
  }
}



@media (max-width: 768px) {
    .dropdown-content a {
        width: 33%;
    }
}

@media (max-width: 640px) {
    .dropdown-content a {
        width: 50%;
    }
}

.show {
    display: block;
}

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

.post-body a {
    color: #4a4a4a;
}
.post-body blockquote {
    font-size: 20px;
    line-height: 24px;
    font-style: italic;
    color: #4171aa;
    font-weight: 300;
}
.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5 {
    font-style: italic;
    color: #4171aa;
    font-weight: 300;
    text-align: center;
}
.post-body ul,
.post-body ol {
    padding-left: 0;
}
.post-body ul li {
    display: block;
    width: 100%;
    padding: 0 0 0 14px;
    margin: 0 0 6px 0;
    background-image: url('//cdn2.hubspot.net/hubfs/1557540/Inmobilia/bg/Vineta.png');
    background-position: left top 3px;
    background-repeat: no-repeat;
}
.post-body ol {
    display: block;
    width: 100%;
}
.post-body ol li {
    padding: 0;
    margin: 0 0 6px 22px;
}

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

.master_c .inmobilia-header-fixed,
.master_c_masterplan .inmobilia-header-fixed,
.master_c_proyectos .inmobilia-header-fixed,
.amenidades .inmobilia-header-fixed,
.entorno .inmobilia-header-fixed,
.contacto .inmobilia-header-fixed,
.master_a .inmobilia-header-fixed,
.master_plan .inmobilia-header-fixed,
.master_b .inmobilia-header-fixed,
.propiedades .inmobilia-header-fixed{
    display: none;
    padding-top: 8px;
}
.master_c .internal-proyectos,
.master_c_masterplan .internal-proyectos,
.master_c_proyectos .internal-proyectos,
.amenidades .internal-proyectos,
.entorno .internal-proyectos,
.contacto .internal-proyectos,
.master_a .internal-proyectos,
.master_plan .internal-proyectos,
.master_b .internal-proyectos,
.propiedades .internal-proyectos{
    height: 68px;
}
#internal-inmobilia-header .inmobilia-menu li a {
    border-bottom: 3px solid #fff;
}
#internal-inmobilia-header .inmobilia-menu li a:last-child {
    border-bottom: none !important;
}
#internal-inmobilia-header .hs-menu-children-wrapper, #internal-inmobilia-header .hs-menu-children-wrapper2 {
    z-index: 60 !important;
}


.widget-type-rich_text a {
    /*color: #4a4a4a;*/
    text-decoration: none;
}

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

.inmobilia-homepage .main-menu .active-branch li:first-child {
    display: none;
}
.inmobilia-homepage .hs-menu-children-wrapper li:first-child {
    display: block !important;
}
.link-conocenos a {
    color: #fff;
}
.hs-blog-post .hs-responsive-embed iframe {
    height: 420px;
}

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a,
.master-a-secundary-menu .hs-menu-wrapper > 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 > ul li.hs-item-has-children ul.hs-menu-children-wrapper2 li a,
.hs-menu-wrapper2.hs-menu-flow-horizontal2 > ul li.hs-item-has-children2 ul.hs-menu-children-wrapper2 li a{
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */

@media screen and (min-width:1080px) {
    .custom-menu-primary .hs-menu-wrapper { 
        display: block !important;
    }
    .master-a-secundary-menu .hs-menu-wrapper { 
        display: block !important;
    }
    .inmobilia-proyectos-menu .hs-menu-wrapper { 
        display: block !important;
    }
    .inmobilia-proyectos-menu {
        display: none !important;
    }
}

@media screen and (min-width:769px) {
    .inmobilia-homepage .custom-menu-primary .hs-menu-wrapper,
    .master_a .custom-menu-primary .hs-menu-wrapper { 
        display: block !important;
    }
    .inmobilia-homepage .master-a-secundary-menu .hs-menu-wrapper,
    .master_a .master-a-secundary-menu .hs-menu-wrapper { 
        display: block !important;
    }
    .inmobilia-homepage .inmobilia-proyectos-menu .hs-menu-wrapper,
    .master_a .inmobilia-proyectos-menu .hs-menu-wrapper{ 
        display: block !important;
    }
    .inmobilia-homepage .inmobilia-proyectos-menu,
    .master_a .inmobilia-proyectos-menu {
        display: none !important;
    }
}

.row-fluid [class*="span"] {
    min-height: 0px !important;
}
.master-a-header {
    height: auto !important;
}

/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger,
.mobile-trigger2, .child-trigger2 {
    display: none;
}

@media (max-width: 1220px){
    .inmobilia-slider-proyectos {
        width: 100% !important;
        float: none !important;
        margin: 0 auto !important;
    }
    .container {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .inmobilia-quotes-conocer .quote-slider {
        margin: 0 auto 40px auto !important;
        float: none !important;
        position: relative;
    }
    .inmobilia-quotes-conocer .inmobilia-conocer {
        margin: 0 auto !important;
        float: none !important;
        position: relative;
    }
    .inmobilia-home-slider .caption {
        font-size: 32px;
        line-height: 36px;
    }
    .inmobilia-general-text {
        padding-left: 15px;
        padding-right: 15px;
    }
    .inmobilia-general-text .container {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
    
    /* ---------------------------- */
    
    .hs-blog-listing .post-item {
        width: 31%;
        height: 460px !important;
        margin-left: 1%;
        margin-right: 1%;
    }
    .hs-blog-listing .post-item .hs-featured-image-wrapper {
        width: 100%;
    }
    .hs-blog-listing .post-item .entry-deg {
        top: 342px !important;
        height: 120px;
    }
    .hs-blog-listing .post-item .link-read-more {
        top: 430px;
        width: 100%;
    }
    .hs-blog-post .widget-type-blog_subscribe h3, .hs-blog-listing .widget-type-blog_subscribe h3 {
        margin: 0 0 12px 0 !important;
        float: none;
    }
    .hs-blog-post .widget-type-blog_subscribe input[type="email"], .hs-blog-listing .widget-type-blog_subscribe input[type="email"] {
        float: none;
        margin: 0 0 12px 0 !important;
    }
    .hs-blog-post .widget-type-blog_subscribe input[type="submit"], .hs-blog-listing .widget-type-blog_subscribe input[type="submit"] {
        float: none;
    }
    
    /* ---------------------------- */
    
    .img-hovers-container .span4.img-hover {
        width: auto !important;
        height: auto !important;
    }
    .img-hovers-container .span4.img-hover .hs-image-widget, .img-hovers-container .span4.img-hover .text-content  {
        width: 280px !important;
        height: 158px !important;
    }
    .img-hovers-container .span4 span.text-content {
        width: 100% !important;
        height: 100% !important;
    }
    .img-hovers-container .img-hover {
        margin-left: 5px !important;
    }
    .img-hovers-container {
        width: 900px !important;
        margin: 0 auto;
        display: block !important;
        float: none !important;
        margin-left: auto !important;
    }
    
    /* ---------------------------- */
    
    .master-b-superior {
        width: 990px !important;
        height: auto !important;
        margin: 24px auto 50px auto !important;
    }
    .master-b-superior .info-desarrollo-master-b {
        width: 100% !important;
        height: 390px !important;
        padding-left: 48px;
        padding-right: 48px;
    }
    .master-b-superior .info-desarrollo-master-b img {
        margin-top: 80px;
        margin-bottom: 28px;
    }
    .master-b-superior .master-b-home-slider {
        margin-left: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }
    .master-b-superior .hs_cos_flex-slider .hs_cos_flex-slides li {
        height: 100% !important;
        max-height: 100% !important;
    }
    .master-b-superior .hs_cos_flex-slider {
        margin: 0;
    }
    
    /* ---------------------------- */
    
    .img-hovers-container .span3.img-hover {
        width: auto !important;
        height: auto !important;
    }
    .img-hovers-container .span3.img-hover .hs-image-widget, .img-hovers-container .span3.img-hover .text-content  {
        width: 220px !important;
        height: 152px !important;
    }
    .img-hovers-container .span3 span.text-content {
        width: 100% !important;
        height: 100% !important;
    }
    .img-hovers-container .img-hover {
        margin-left: 5px !important;
    }
    .row-fluid [class*="span"] {
        min-height: 0px;
    }
    
    /* ---------------------------- */
    
    .master-a-informacion {
        margin-bottom: 30px !important;
    }
    
    /* ---------------------------- */
    
    .inmobilia-social .social-media {
        width: 65% !important;
    }
    .inmobilia-social .social-sharing {
        width: 30% !important;
    }
    
    /* ---------------------------- */
    
    .propiedades .propiedades-informacion .container .prop-descripcion,
    .propiedades .propiedades-informacion .container .prop-caracteristica,
    .propiedades .propiedades-informacion .container .propiedades-links {
        margin-left: 10px;
    }
    
    /* ---------------------------- */
    
    .master_c .prop-list {
        width: 200px !important;
        height: 320px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .master_c .title-props {
        width: 180px !important;
        height: 93px;
        font-size: 18px !important;
    }
    .master_c .prop-list li a {
        font-size: 15px !important;
    }
    
}

@media (max-width: 990px){
    .inmobilia-home-text .container {
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .hs_cos_flex-slider .caption,
    .inmobilia-home-slider .caption,
    .widget-type-image_slider {
        font-size: 28px;
        line-height: 32px;
    }
    .master_c_masterplan .master-c-masterplan-home-slider .caption,
    .master_c_masterplan .master-c-masterplan-home-slider .caption p {
        font-size: 28px !important;
        line-height: 32px !important;
    }
    .inmobilia-home-slider .caption {
        padding: 0 15px !important;
        width: auto !important;
    }
    .inmobilia-footer {
        height: auto !important;
        padding-bottom: 12px;
    }
    .inmobilia-menu-footer {
        width: 100% !important;
    }
    .inmobilia-footer .inmobilia-menu-footer,
    .inmobilia-footer .inmobilia-menu-footer2 {
        float: left;
        text-align: left;
        width: 100% important;
        clear: both;
        margin-left: 0;
    }
    .inmobilia-footer .inmobilia-menu-footer2 {
        margin-top: 0px;
    }
    .inmobilia-footer .inmobilia-menu-footer a,
    .inmobilia-footer .inmobilia-menu-footer2 a {
        margin-left: 0px;
    }
    .inmobilia-footer .row-fluid .span2 {
        width: 100%;
    }
    .inmobilia-footer .row-fluid .span2 img {
        width: 98px !important;
    }
    .secundary-menu .secundary-logo img {
        width: 40px !important;
        height: 40px !important;
        margin-top: 4px;
        max-width: none !important;
    }
    .master-a-header .master-a-secundary-menu ul li:first-child {
        margin-left: 0 !important;
    }
    .master-a-header .master-a-secundary-menu ul li {
        margin-left: 11px;
    }
    
    /* ---------------------------- */
    
    .img-hovers-container .span4.img-hover {
        width: auto !important;
        height: auto !important;
    }
    .img-hovers-container .span4.img-hover .hs-image-widget, .img-hovers-container .span4.img-hover .text-content  {
        width: 235px !important;
        height: 132px !important;
    }
    .img-hovers-container .span4 span.text-content {
        width: 100% !important;
        height: 100% !important;
    }
    .img-hovers-container .img-hover {
        margin-left: 5px !important;
    }
    .img-hovers-container {
        width: 740px !important;
    }
    
    /* ---------------------------- */
    
    .master-b-superior {
        width: 740px !important;
        height: auto !important;
    }
    .master-b-superior .info-desarrollo-master-b {
        width: 100% !important;
        height: auto !important;
        padding-bottom: 75px;
    }
    
    /* ---------------------------- */
    
    .secundary-logo h3 {
        font-size: 22px !important;
    }
    
    /* ---------------------------- */
    
    .img-hovers-container .span3.img-hover {
        width: auto !important;
        height: auto !important;
    }
    .img-hovers-container .span3.img-hover .hs-image-widget, .img-hovers-container .span3.img-hover .text-content  {
        width: 180px !important;
        height: 110px !important;
    }
    .img-hovers-container .span3 span.text-content {
        width: 100% !important;
        height: 100% !important;
    }
    
    /* ---------------------------- */
    
    .hs-blog-post .blog-section {
        width: 100%;
    }
    .hs-blog-post .blog-section img {
        width: 100%;
        height: auto;
    }
    
    /* ---------------------------- */
    
    .inmobilia-social .social-media {
        width: 70% !important;
    }
    .inmobilia-social .social-sharing {
        width: 25% !important;
    }
    
    /* ---------------------------- */
    
    .master-a-home-slider iframe {
        height: 500px !important;
    }
    
    /* ---------------------------- */
    
    .max-970 iframe {
        height: 420px !important;
    }
    
    /* ---------------------------- */
    
    .master_c .prop-list {
        width: 270px !important;
        height: 320px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
        margin-bottom: 20px;
    }
    .master_c .title-props {
        width: 250px !important;
        height: 93px;
        font-size: 24px !important;
    }
    .master_c .prop-list li a {
        font-size: 16px !important;
    }
    .master_c .prop-list:nth-child(1), .master_c .prop-list:nth-child(3) {
        margin-left: 80px !important;
    }
}

@media (max-width: 768px){
    
    /* Variables
    ========================================================================== */

       /* Set Mobile Menu Background Color */
          /* Set Link Color */
     /* Set Link Hover Color */
    
    .inmobilia-header-fixed {
        display: none !important;
    }
  
    #inmobilia-header .main-menu,
    #internal-inmobilia-header .main-menu{
        height: 54px;
    }
    .master_c #internal-inmobilia-header .main-menu {
        height: 41px !important;
    }
    .inmobilia-home-slider .caption {
        font-size: 24px;
        line-height: 28px;
    }
    #inmobilia-header,
    #internal-inmobilia-header {
        position: fixed;
        -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 3px 4px rgba(0,0,0,0.2);
        box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    }
    .inmobilia-home-slider {
        margin-top: 54px;
        min-height: auto !important;
    }
    #inmobilia-header .inmobilia-menu,
    #internal-inmobilia-header .inmobilia-menu {
        position: absolute;
        margin: 0;
        right: 0;
        top: 0px;
        width: 100% !important;
    }
    #inmobilia-header .inmobilia-menu ul,
    #internal-inmobilia-header .inmobilia-menu ul {
        margin-top: -5px;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 3px 4px rgba(0,0,0,0.2);
        box-shadow: 0 3px 4px rgba(0,0,0,0.2);
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #inmobilia-header .inmobilia-menu ul li,
    #internal-inmobilia-header .inmobilia-menu ul li{
        margin-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px !important;
        width: 100%;
        display: block !important;
        float: left !important;
    }
    #inmobilia-header .inmobilia-menu li a,
    #internal-inmobilia-header .inmobilia-menu li a {
        text-align: center;
        border-bottom: none !important;
        padding-bottom: 0 !important;
        font-size: 16px !important;
    }
    .custom-menu-primary .hs-menu-wrapper>ul li a,
    .master-a-secundary-menu .hs-menu-wrapper>ul li a {
        padding: 0 15px;
        width: 100% !important;
        display: block !important;
    }
    .inmobilia-proyectos-menu .mobile-trigger:first-child {
        display: none !important;
    }
    .mobile-trigger,
    .mobile-trigger2 {
        margin-right: 15px;
        margin-top: 17px;
    }
    #inmobilia-header .inmobilia-menu ul li:last-child,
    #internal-inmobilia-header .inmobilia-menu ul li:last-child {
        display: none !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    #inmobilia-header .inmobilia-menu .hs-menu-children-wrapper,
    #internal-inmobilia-header .inmobilia-menu .hs-menu-children-wrapper,
    #internal-inmobilia-header .inmobilia-menu .hs-menu-children-wrapper2{
        box-shadow: none;
        /*border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;*/
        padding-top: 0px;
        padding-bottom: 5px;
        margin-top: 9px !important;
        margin-bottom: -16px;
        width: 100%;
    }
    #inmobilia-header .inmobilia-menu .hs-menu-children-wrapper li:last-child,
    #internal-inmobilia-header .inmobilia-menu .hs-menu-children-wrapper li:last-child,
    #internal-inmobilia-header .inmobilia-menu .hs-menu-children-wrapper2 li:last-child {
        display: block !important;
        background-color: transparent;
        border-radius: 0;
        padding-top: 6px !important;
        padding-bottom: 10px !important;
        width: 100%;
    }
    #inmobilia-header .inmobilia-menu .hs-menu-children-wrapper li:last-child a,
    #internal-inmobilia-header .inmobilia-menu .hs-menu-children-wrapper li:last-child a,
    #internal-inmobilia-header .inmobilia-menu .hs-menu-children-wrapper2 li:last-child a{
        color: #4A4A4A;
    }
    
    .social-sharing {
        display: none !important;
    }
    .inmobilia-social .social-media {
        text-align: center !important;
    }
    
    .inmobilia-general-text {
        margin-top: 60px !important;
    }
    
    #internal-inmobilia-header .hs-menu-wrapper,
    #internal-inmobilia-header .hs-menu-wrapper2{
        overflow: hidden !important;
    }
    #internal-inmobilia-header .custom-menu-primary.js-enabled .hs-menu-wrapper,
    #internal-inmobilia-header .custom-menu-primary.js-enabled2 .hs-menu-wrapper,
    #internal-inmobilia-header .custom-menu-primary2.js-enabled .hs-menu-wrapper2{
        top: 40px;
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2) !important;
    }
    #internal-inmobilia-header .mobile-trigger,
    #internal-inmobilia-header .mobile-trigger2{
        margin-top: 12px;
    }
    #div-fixed {
        display: block !important;
        position: fixed !important;
        top: 40px !important;
        /*z-index: 40;*/
    }
    .inmobilia-homepage .custom-menu-primary.js-enabled .hs-menu-wrapper {
        top: 53px !important;
    }
    
    /* ---------------------------- */
    
    .hs-blog-listing .post-item {
        width: 48%;
        height: 460px !important;
        margin-left: 1%;
        margin-right: 1%;
    }
    .hs-blog-header {
        margin-top: 90px !important;
    }
    
    .widget-type-post_filter li {
        margin: 0 0 5px 0;
        width: 100%;
    }

    .custom-menu-primary,
    .master-a-secundary-menu,
    .custom-menu-primary .hs-menu-wrapper > ul,
    .master-a-secundary-menu .hs-menu-wrapper > ul,
    .custom-menu-primary .hs-menu-wrapper > ul li,
    .master-a-secundary-menu .hs-menu-wrapper > ul li,
    .custom-menu-primary .hs-menu-wrapper > ul li a,
    .master-a-secundary-menu .hs-menu-wrapper > ul li a{
        display: block;
        float: none;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        padding: 0px;
        margin: 0px;
        background-image: none;
        background-color: transparent;
        border: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow:    none;
        box-shadow:         none; 
        max-width: none;
        width: 100%;
        height: auto;
        line-height: 1;  
        font-weight: normal;
        text-decoration: none;
        text-indent: 0px;
        text-align: left;
        color: #4A4A4A;
    }
    
    .master-a-secundary-menu .mobile-trigger {
        display: block;
        top: -52px !important;
        margin-right: 0px;
        margin-top: 20px;
        color: #fff;
        width: 20px;
        height: 20px;
    }
    .master-a-secundary-menu.js-enabled,
    .master-a-secundary-menu.js-enabled2{
        padding-top: 0px !important;
        margin: 0 !important;
    }
    .master_c_masterplan .master-a-secundary-menu.js-enabled,
    .master_c_masterplan .master-a-secundary-menu.js-enabled2{
        padding-top: 0px !important;
        margin: -2px 0 0 0 !important;
    }
    .master-a-secundary-menu .mobile-trigger:hover{
        color: #fff !important;
    }
    .master-a-secundary-menu .mobile-trigger i {
        display: block !important;
        width: 22px !important;
        height: 1px !important;
    }
    .master-a-secundary-menu .mobile-trigger i {
        display: inline;
        top: 6px !important;
    }
    .master-a-secundary-menu .mobile-trigger {
        margin-right: 15px;
        margin-top: 24px;
    }
    .master_b .master-a-secundary-menu .mobile-trigger {
        margin-top: 6px;
    }
    .master_b .master-a-secundary-menu.js-enabled .hs-menu-wrapper {
        top: -6px;
    }
    .master_c_masterplan .mobile-trigger {
        margin-right: 17px;
        margin-top: 8px;
    }
    .mobile-open .mobile-trigger {
        background-color: transparent !important;
    }
    .master-a-secundary-menu .hs-menu-wrapper {
        -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 3px 4px rgba(0,0,0,0.2);
        box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    }
    .full-container-fixed .container {
        padding-left: 0;
        padding-right: 0;
    }
    .full-container-fixed .secundary-logo {
        padding-left: 15px;
    }
    .master-a-secundary-menu .hs-menu-wrapper > ul li a {
        color: #fff !important;
        text-align: center;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
    .master-a-secundary-menu .hs-menu-flow-horizontal li:last-child {
        border-radius: 0px !important;
        border: none !important;
    }
    .master-a-secundary-menu .hs-menu-flow-horizontal li:last-child a {
        padding: 12px 12px !important;
    }
    .master-a-secundary-menu .hs-menu-flow-horizontal li:last-child a {
        padding-left: 0 !important;
    }
    .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .master-a-secundary-menu.js-enabled2 .hs-menu-wrapper{
        padding: 0 0px 12px 0 !important;
    }
    .master-a-header .inmobilia-logo {
        z-index: 40;
        width: 110px !important;
    }
    #inmobilia-header .inmobilia-logo {
        z-index: 40;
        width: 110px !important;
    }
    
    /* ---------------------------- */
    
    .hs-form {
        margin-top: 50px;
    }
    
    .master_c .mobile-trigger {
        margin-right: 15px;
        /*margin-top: 38px;*/
    }


    /* Toggle Button
    ========================================================================== */

  .mobile-trigger,
  .mobile-trigger2 {
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 0;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 0px;
    border: none;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    /*text-transform: uppercase;*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #4A4A4A;
  }
  .mobile-trigger:hover,
  .mobile-trigger2:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #4A4A4A;
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger,
  .mobile-open2 .mobile-trigger2{
    color:#F0EADF;
    background-color: #191D33; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i,
  .mobile-trigger2 i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after,
  .mobile-trigger2 i:before, .mobile-trigger2 i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after,
  .mobile-trigger2 i, .mobile-trigger2 i:before, .mobile-trigger2 i:after{
    width: 22px; /* Icon line width */
    height: 1px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 0px;
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before,
  .mobile-trigger2 i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after,
  .mobile-trigger2 i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #fff;
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger,
  .child-trigger2{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 35px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover,
  .child-trigger2:hover{
    text-decoration: none;
  }
  .child-trigger i,
  .child-trigger2 i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    /*-webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);*/
  }
  .child-trigger i:after,
  .child-trigger2 i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after,
  .child-trigger2 i, .child-trigger2 i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#F0EADF; /* Icon color */
    display: block;

  }
  .child-trigger i:after,
  .child-trigger2 i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after,
  .child-trigger2.child-open2 i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled,
   .custom-menu-primary.js-enabled2,
   .master-a-secundary-menu.js-enabled,
   .master-a-secundary-menu.js-enabled2 {
       position: relative;
       /*padding-top: 44px;*/
       margin: 10px 0 10px 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled2 .hs-menu-wrapper,
  .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
  .master-a-secundary-menu.js-enabled2 .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper,
  .custom-menu-primary.js-enabled2 .hs-menu-children-wrapper,
  .master-a-secundary-menu.js-enabled .hs-menu-children-wrapper,
  .master-a-secundary-menu.js-enabled .hs-menu-children-wrapper2,
  .master-a-secundary-menu.js-enabled2 .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper,
  .master-a-secundary-menu ul.hs-menu-children-wrapper,
  .master-a-secundary-menu ul.hs-menu-children-wrapper2{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
  .master-a-secundary-menu.js-enabled2 .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper,
  .master-a-secundary-menu .hs-menu-wrapper{
    background-color:#191D33; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li,
  .master-a-secundary-menu .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a,
  .master-a-secundary-menu .hs-menu-wrapper > ul > li a{
    /*font-size: 22px;
    line-height: 45px;*/
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .master-a-secundary-menu .hs-menu-wrapper > ul li{
    /*border-top: 1px dotted rgba(255, 255, 255, .35);*/ /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a,
  .master-a-secundary-menu .hs-menu-wrapper >  ul li a{
    padding: 0px;
    color:#F0EADF; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
  .master-a-secundary-menu .hs-menu-wrapper > ul li a:hover{
    color:#F0EADF; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li,
  .master-a-secundary-menu .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a,
  .master-a-secundary-menu .hs-menu-wrapper > ul ul li a{
    text-indent: 0px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a,
  .master-a-secundary-menu .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a,
  .master-a-secundary-menu .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  
    
    
    
    
    /* ---------------------------- */
    
    .img-hovers-container .span4.img-hover {
        width: auto !important;
        height: auto !important;
    }
    .img-hovers-container .span4.img-hover .hs-image-widget, .img-hovers-container .span4.img-hover .text-content  {
        width: 180px !important;
        height: 101px !important;
    }
    .img-hovers-container .span4 span.text-content {
        width: 100% !important;
        height: 100% !important;
    }
    .img-hovers-container .img-hover {
        margin-left: 5px !important;
    }
    .img-hovers-container {
        width: 600px !important;
    }
    
    /* ---------------------------- */
    
    .info-amenidad {
        margin-bottom: 50px;
    }
    
    /* ---------------------------- */
    
    .master-b-superior {
        width: 620px !important;
        margin-top: 129px !important;
    }
    .master-b-superior .info-desarrollo-master-b {
        width: 100% !important;
    }
    
    /* ---------------------------- */
    
    .img-hovers-container .span3.img-hover {
        width: auto !important;
        height: auto !important;
    }
    .img-hovers-container .span3.img-hover .hs-image-widget, .img-hovers-container .span3.img-hover .text-content  {
        width: 120px !important;
        height: 78px !important;
    }
    .img-hovers-container .span3 span.text-content {
        width: 100% !important;
        height: 100% !important;
    }
    
    .master-a-secundary-menu.js-enabled .hs-menu-wrapper {
        top: 0px;
    }
    .master_b .master-a-secundary-menu.js-enabled, .master-a-secundary-menu.js-enabled2 {
        padding-top: 0px !important;
    }
    
    /* ---------------------------- */
    
    .inmobilia-proyectos-menu .mobile-trigger {
        top: -64px !important;
        right: 84px;
    }
    .inmobilia-proyectos-menu.custom-menu-primary.js-enabled .hs-menu-wrapper {
        top: -11px !important;
    }
    .inmobilia-proyectos-menu .hs-menu-wrapper {
        padding-top: 5px !important;
        padding-bottom: 0px !important;
        -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 3px 4px rgba(0,0,0,0.2);
        box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    }
    .inmobilia-proyectos-menu .hs-menu-wrapper li {
        width: 100% !important;
        display: block !important;
        float: left !important;
    }
    .inmobilia-proyectos-menu .hs-menu-wrapper li a {
        text-align: center !important;
        border-bottom: none !important;
        padding-top: 9px !important;
        padding-bottom: 9px !important;
        color: #4a4a4a;
        font-size: 16px;
        line-height: 16px;
        font-weight: 500 !important;
    }
    .inmobilia-proyectos-menu .hs-menu-flow-horizontal li:last-child a {
        padding: 9px 0px !important;
    }
    .inmobilia-proyectos-menu .hs-menu-flow-horizontal li:last-child {
        border-radius: 0px !important;
    }
    
    #inmobilia-header .container, #internal-inmobilia-header .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #inmobilia-header .inmobilia-logo, #internal-inmobilia-header .inmobilia-logo {
        margin-left: 15px;
    }
    #internal-inmobilia-header .inmobilia-proyectos-menu.custom-menu-primary.js-enabled .hs-menu-wrapper {
        top: -24px !important;
    }
    
    /* ---------------------------- */
    
    .inmobilia-contacto .container {
        /*margin-top: 30px !important;*/
    }
    
    /* ---------------------------- */
    
    .inmobilia-homepage #hs_menu_wrapper_module_14514041447525 li:first-child {
        display: none !important;
    }
    
    .inmobilia-homepage #hs_menu_wrapper_module_14514041447525 .hs-menu-children-wrapper li:first-child {
        display: block !important;
    }
    
    /* ---------------------------- */
    
    .master_c .inmobilia-proyectos-menu .mobile-trigger {
        top: -51px !important;
    }
    
    /* ---------------------------- */
    
    .hs_cos_wrapper_type_blog_subscribe .hs-form {
        margin-top: 0px;
    }
    
    /* ---------------------------- */
    
    .inmobilia-social .social-media {
        width: 100% !important;
    }
    
    /* ---------------------------- */
    
    .fixed-top {
        margin-top: -40px !important;
    }
    .master-c-home-slider {
        margin-top: 104px;
    }
    .master-c-informacion-proyectos,
    .contacto-informacion,
    .amenidades-informacion {
        margin-top: 130px !important;
    }
    .master-a-home-slider {
        margin-top: 104px;
    }
    .hs-content-id-3701332844 .master-a-home-slider {
        margin-top: 64px;
    }
    #inmobilia-header .inmobilia-menu .hs-menu-children-wrapper,
    #internal-inmobilia-header .inmobilia-menu .hs-menu-children-wrapper {
        background-color: #f5f5f5;
    }
    
    /* ---------------------------- */
    
    .row-fluid .span9, .propiedades .row-fluid .span9 {
        width: 100% !important;
    }
    .master_b .secundary-logo h3, .propiedades .secundary-logo h3 {
        width: 220px;
    }
    .hs-content-id-3777524967 .master-c-masterplan-home-slider,
    .hs-content-id-3777767097 .master-c-masterplan-home-slider,
    .hs-content-id-3745685196 .master-a-home-slider,
    .hs-content-id-3777695477 .master-c-masterplan-home-slider,
    .hs-content-id-3717568794 .master-c-masterplan-home-slider,
    .hs-content-id-3777718892 .master-c-masterplan-home-slider,
    .hs-content-id-3777952822 .master-c-masterplan-home-slider,
    .hs-content-id-3745939706 .master-a-home-slider,
    .hs-content-id-3771209497 .master-a-home-slider,
    .hs-content-id-3771227977 .master-a-home-slider,
    .hs-content-id-3776361912 .master-c-masterplan-home-slider,
    .hs-content-id-3750431056 .master-c-masterplan-home-slider,
    .hs-content-id-3775703287 .master-c-masterplan-home-slider,
    .hs-content-id-3776231527 .master-c-masterplan-home-slider,
    .hs-content-id-3750627931 .master-c-masterplan-home-slider,
    
    .hs-content-id-3776444052 .master-a-home-slider {
        margin-top: 64px;
    }
    .hs-content-id-3750823856 .master-c-masterplan-home-slider,
    .hs-content-id-3866482842 .master-c-masterplan-home-slider {
        margin-top: 104px;
    }
    .hs-content-id-3777767097 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3777524967 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3777695477 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3717568794 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3777952822 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3776361912 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3750431056 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3775703287 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3776231527 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3750627931 .master-a-secundary-menu.js-enabled .hs-menu-wrapper{
        top: -4px;
    }
    .hs-content-id-3745685196 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3745711506 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3774411263 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3777745502 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3915939570 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3711201804 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3774628563 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3774433763 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3711233314 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3777756437 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3916082460 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3777694672 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3774793013 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3774798663 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3752120881 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3777718892 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3777697297 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3751907236 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3777718897 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3774840993 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3777951007 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3774892148 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3745939706 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3771077612 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3910114285 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3768518308 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3771209497 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3768631533 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3746032166 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3768642228 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3771227977 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3771220622 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3711396109 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3771222077 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3716091679 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3773336268 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3776356032 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3750359136 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3914620940 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3776069982 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3749968906 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3715497079 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3775692137 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3773177423 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3776228777 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3914767355 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3775942912 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3775948977 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3775965502 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3776263802 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3776265182 .master-a-secundary-menu.js-enabled .hs-menu-wrapper,
    .hs-content-id-3750617306 .master-a-secundary-menu.js-enabled .hs-menu-wrapper{
        top: -6px;
    }
    .hs-content-id-3745685196 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3745711506 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3774411263 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3777745502 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3915939570 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3711201804 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3774628563 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3774433763 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3711233314 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3777756437 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3916082460 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3777694672 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3774793013 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3774798663 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3752120881 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3777697297 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3751907236 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3777718897 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3774840993 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3777951007 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3774892148 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3745939706 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3771077612 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3910114285 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3768518308 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3771209497 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3768631533 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3746032166 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3768642228 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3771227977 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3771220622 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3711396109 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3771222077 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3716091679 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3773336268 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3776356032 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3750359136 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3914620940 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3776069982 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3749968906 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3715497079 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3775692137 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3773177423 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3776228777 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3914767355 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3775942912 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3775948977 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3775965502 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3776263802 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3776265182 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3750617306 .master-a-secundary-menu .mobile-trigger{
        margin-right: 17px;
        margin-top: 6px;
    }
    .hs-content-id-3750823856 .master-a-secundary-menu .mobile-trigger,
    .hs-content-id-3866482842 .master-a-secundary-menu .mobile-trigger{
        margin-right: 17px;
        margin-top: 24px;
    }
    /*#div-fixed.tres {
        top: 0px !important;
    }*/
    
    /* ---------------------------- */
    
    .propiedades .propiedades-informacion {
        margin-top: 130px;
    }
    .propiedades .master-a-secundary-menu .mobile-trigger{
        margin-right: 15px;
        margin-top: 4px;
    }
    .propiedades .master-a-secundary-menu.js-enabled .hs-menu-wrapper{
        top: -6px;
    }
    .propiedades .hs_cos_flex-viewport {
        height: auto !important;
    }
    .propiedades .hs_cos_flex-slides img {
        height: auto !important;
        width: 100% !important;
    }
    .propiedades .master-push {
        margin-top: 0px;
    }
    
    /* ---------------------------- */
    
    .master-a-home-slider iframe {
        height: 400px !important;
    }
    
    /* ---------------------------- */
    
    .texto-mapas .hs_cos_wrapper_widget {
        height: auto;
        margin-top: 20px;
        display: block !important;
    }
    
    /* ---------------------------- */
    
    .propiedades .links-props {
        display: none;
    }
    .propiedades #select-props {
        display: block;
    }
    
    /* ---------------------------- */
    
    .max-970 iframe {
        height: 345px !important;
    }
    
    /* ---------------------------- */
    
    .master_c .prop-list {
        width: 270px !important;
        height: 320px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
        margin-bottom: 20px;
        float: left !important;
    }
    .master_c .title-props {
        width: 250px !important;
        height: 93px;
        font-size: 24px !important;
    }
    .master_c .prop-list li a {
        font-size: 16px !important;
    }
    .master_c .prop-list:nth-child(1), .master_c .prop-list:nth-child(3) {
        margin-left: 20px !important;
    }
    .hs-blog-post .hs-responsive-embed iframe {
        height: 320px !important;
        padding-right: 10px !important;
    }
    .hs-responsive-embed {
        padding-right: 15px;
    }
}

@media (max-width: 640px){
    .hs_cos_flex-slider .caption,
    .inmobilia-home-slider .caption,
    .widget-type-image_slider {
        font-size: 18px;
        line-height: 22px;
    }
    .inmobilia-footer .inmobilia-menu-footer2 {
        margin-top: 10px;
    }
    .inmobilia-quotes-conocer .quote-slider {
        width: 420px;
        padding-bottom: 30px;
    }
    .inmobilia-quotes-conocer .quote-slider li img {
        width: 100% !important;
        height: 100% !important;
    }
    .inmobilia-quotes-conocer .quote-slider li .caption {
        width: 100% !important;
    }
    .inmobilia-quotes-conocer .quote-slider li .caption blockquote {
        min-height: 0 !important;
        margin-bottom: 20px;
    }
    .inmobilia-quotes-conocer .inmobilia-conocer {
        width: 420px;
        background-position:  top center;
        bottom: 10px;
        text-align: center;
    }
    .inmobilia-quotes-conocer .inmobilia-conocer .container-conocer {
        width: 420px;
        bottom: 10px;
    }
    .inmobilia-quotes-conocer .inmobilia-conocer .container-conocer .inmobilia-conocer-texto {
        width: 420px;
        margin: 0px 0px 4px 0px;
        padding: 0 10px;
    }
    .inmobilia-quotes-conocer .inmobilia-conocer .container-conocer .inmobilia-conocer-link {
        float: none;
        margin: 0 auto;
    }
    
    /* ---------------------------- */
    
    .img-hovers-container .span4.img-hover {
        width: auto !important;
        height: auto !important;
    }
    .img-hovers-container .span4.img-hover .hs-image-widget, .img-hovers-container .span4.img-hover .text-content  {
        width: 280px !important;
        height: 158px !important;
    }
    .img-hovers-container .span4 span.text-content {
        width: 100% !important;
        height: 100% !important;
    }
    .img-hovers-container .img-hover {
        margin-left: 5px !important;
    }
    .img-hovers-container {
        width: 300px !important;
    }
    
    /* ---------------------------- */
    
    .master-b-superior {
        width: 480px !important;
    }
    .master-b-superior .info-desarrollo-master-b {
        width: 100% !important;
    }
    
    /* ---------------------------- */
    
    .secundary-logo h3 {
        font-size: 18px !important;
    }
    
    /* ---------------------------- */
    
    .img-hovers-container .span3.img-hover {
        width: auto !important;
        height: auto !important;
    }
    .img-hovers-container .span3.img-hover .hs-image-widget, .img-hovers-container .span3.img-hover .text-content  {
        width: 280px !important;
        height: 152px !important;
    }
    .img-hovers-container .span3 span.text-content {
        width: 100% !important;
        height: 100% !important;
    }
    
    /* ---------------------------- */
    
    .inmobilia-social {
        height: auto;
        padding-bottom: 9px;
    }
    .inmobilia-social .social-media a {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 6px !important;
    }
    .inmobilia-social .social-media a .button {
        width: 146px !important;
        margin: 0 auto !important;
    }
    
    /* ---------------------------- */
    
    .propiedades .hs_cos_flex-slides-thumb {
        display: none;
    }
    .propiedades .img-hovers-container {
        width: 100% !important;
    }
    .propiedades .img-hovers-container .span6.img-hover {
        width: 100% !important;
        height: auto !important;
    }
    .propiedades .hs_cos_flex_thumbnavs-viewport {
        display: none;
    }
    .propiedades .propiedades-informacion .links-propiedades {
        border-bottom: none;
        margin-bottom: 0;
    }
    .propiedades .propiedades-informacion .links-propiedades a {
        width: 100%;
        padding-bottom: 5px;
        display: inline-block;
        margin: 0 0 15px 0;
    }
    
    /* ---------------------------- */
    
    .master-a-home-slider iframe {
        height: 300px !important;
    }
    
    /* ---------------------------- */
    
    .max-970 iframe {
        height: 260px !important;
    }
    
    /* ---------------------------- */
    
    .master_c .prop-list {
        width: 270px !important;
        height: auto !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 20px;
        float: none !important;
        padding-bottom: 10px;
    }
    .master_c .title-props {
        width: 250px !important;
        height: 93px;
        font-size: 24px !important;
    }
    .master_c .prop-list li a {
        font-size: 16px !important;
    }
    .master_c .prop-list:nth-child(1),
    .master_c .prop-list:nth-child(2),
    .master_c .prop-list:nth-child(3),
    .master_c .prop-list:nth-child(4){
        margin-left: 10px !important;
    }
}

@media (max-width: 480px){
   div.img {
  margin-top:25%;
  }
    .hs_cos_flex-slider .caption,
    .inmobilia-home-slider .caption,
    .widget-type-image_slider {
        font-size: 14px;
        line-height: 18px;
    }
    .inmobilia-quotes-conocer .quote-slider,
    .inmobilia-quotes-conocer .inmobilia-conocer,
    .inmobilia-quotes-conocer .inmobilia-conocer .container-conocer,
    .inmobilia-quotes-conocer .inmobilia-conocer .container-conocer .inmobilia-conocer-texto {
        width: 300px;
    }
    .links-tipo-encuentra a {
        margin-bottom: 12px;
    }
    
    /* ---------------------------- */
    
    .hs-blog-listing .post-item {
        width: 100%;
        height: 460px !important;
        margin-left: 0%;
        margin-right: 0%;
    }
    .hs-blog-listing .post-item .entry-deg {
        width: 100%;
    }
    .widget-type-blog_subscribe {
        display: none !important;
    }
    
    /* ---------------------------- */
    
    .master-b-superior {
        /*width: 280px !important;*/
        width: 100% !important;
    }
    .master-b-superior .info-desarrollo-master-b img {
        max-width: 180px;
    }
    .master-b-superior .info-desarrollo-master-b {
        width: 100% !important;
    }
    
    .master-a-home-slider iframe {
        height: 240px !important;
    }
    
    /* ---------------------------- */
    
    .max-970 iframe {
        height: 210px !important;
    }
    
    .master_c .prop-list:nth-child(1),
    .master_c .prop-list:nth-child(2),
    .master_c .prop-list:nth-child(3),
    .master_c .prop-list:nth-child(4){
        margin-left: 0px !important;
    }
    .hs-blog-post .hs-responsive-embed iframe {
        height: 220px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 320px){
    .inmobilia-quotes-conocer .quote-slider,
    .inmobilia-quotes-conocer .inmobilia-conocer,
    .inmobilia-quotes-conocer .inmobilia-conocer .container-conocer,
    .inmobilia-quotes-conocer .inmobilia-conocer .container-conocer .inmobilia-conocer-texto {
        width: 280px;
    }
    .hs-blog-post .widget-type-blog_subscribe input[type="email"], .hs-blog-listing .widget-type-blog_subscribe input[type="email"] {
        width: 280px;
    }
}



.padding-fixed {
    margin-top: 90px !important;
}
.padding-fixed-2 {
    margin-top: 62px !important;
}
.padding-fixed-3 {
    margin-top: 22px !important;
}

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

.hs-content-id-3701815649 #internal-inmobilia-header,
.hs-content-id-3701806294 #internal-inmobilia-header,
.hs-content-id-3701820609 #internal-inmobilia-header,
.hs-content-id-3761394292 #internal-inmobilia-header,
.hs-content-id-3735615181 #internal-inmobilia-header,
.hs-content-id-3759083648 #internal-inmobilia-header,

.hs-content-id-3776444052 #internal-inmobilia-header,
.hs-content-id-3750823856 #internal-inmobilia-header,
.hs-content-id-3892817903 #internal-inmobilia-header,
.hs-content-id-4025710245 #internal-inmobilia-header,
.hs-content-id-3750824381 #internal-inmobilia-header {
    display: none !important;
}

/* ------------------- */

/*.hs-content-id-3701815649 #div-fixed,
.hs-content-id-3701806294 #div-fixed,
.hs-content-id-3701820609 #div-fixed,
.hs-content-id-3761394292 #div-fixed,
.hs-content-id-3735615181 #div-fixed,
.hs-content-id-3759083648 #div-fixed,

.hs-content-id-3776444052 #div-fixed,
.hs-content-id-3750823856 #div-fixed,
.hs-content-id-3892817903 #div-fixed,
.hs-content-id-4025710245 #div-fixed,
.hs-content-id-3750824381 #div-fixed {
    top: auto !important;
}*/
.hs-content-id-3701815649 .master-c-home-slider {
    margin-top: 0px;
}
.hs-content-id-3759083648 .contacto-informacion {
    margin-top: 34px;
}
/*.hs-content-id-3701806294 .master-c-masterplan-home-slider {
    margin-top: 64px !important;
}*/

@media (max-width: 768px){
    .hs-content-id-3701820609 .master-c-informacion-proyectos,
    .hs-content-id-3761394292 .amenidades-informacion,
    .hs-content-id-3735615181 .amenidades-informacion,
    .hs-content-id-3759083648 .contacto-informacion {
        margin-top: 94px !important;
    }
    
    /* ------------------- */
    
    .hs-content-id-3701815649 .master-c-home-slider,
    .hs-content-id-3701806294 .master-c-masterplan-home-slider {
        margin-top: 64px;
    }
    
    /* ------------------- */
    
    /*.hs-content-id-3701806294 .mobile-trigger {
        margin-right: 13px !important;
        margin-top: 26px !important;
    }*/
    
    /* ------------------- */
    
    /*.master_c_masterplan .master-a-secundary-menu.js-enabled {
        margin: 4px !important;
    }*/
    
    .hs-content-id-3761604912 .master-c-masterplan-home-slider,
    .hs-content-id-3702019844 .master-c-masterplan-home-slider,
    .hs-content-id-3702042804 .master-c-masterplan-home-slider{
        margin-top: 104px;
    }
    .hs-content-id-3761604912 .mobile-trigger,
    .hs-content-id-3702019844 .mobile-trigger,
    .hs-content-id-3702042804 .mobile-trigger{
        margin-right: 13px;
        margin-top: 26px;
    }
    .fixed-top {
        margin-top: 0px !important;
    }
}

/* ------------------- */

.hs-content-id-3701815649.push-div #div-fixed {
    top: 0 !important;
}
.hs-content-id-3701815649.push-div .master-c-home-slider {
    margin-top: 0px;
}
.hs-content-id-3776444052 #div-fixed,
.hs-content-id-3750823856 #div-fixed,
.hs-content-id-3892817903 #div-fixed,
.hs-content-id-4025710245 #div-fixed,
.hs-content-id-3750824381 #div-fixed {
    top: 0 !important;
}

@media (max-width: 768px){
    .hs-content-id-3701815649.push-div .master-c-masterplan-home-slider,
    .hs-content-id-3701806294.push-div .master-c-masterplan-home-slider,
    .hs-content-id-3701820609.push-div .master-c-informacion-proyectos,
    .hs-content-id-3761394292.push-div .amenidades-informacion,
    .hs-content-id-3735615181.push-div .amenidades-informacion,
    .hs-content-id-3759083648.push-div .contacto-informacion {
        margin-top: 104px !important;
    }
    
    .hs-content-id-3701815649.push-div #div-fixed {
        top: 40px !important;
    }
    .hs-content-id-3701815649.push-div .master-c-home-slider {
        margin-top: 104px !important;
    }
}

/* ------------------- */

.show-div {
    display: block !important;
}

/* ------------------- */

.master-c-home-slider .caption,
.inmobilia-home-slider .caption,
.master-a-home-slider .caption,
.master-c-masterplan-home-slider .caption{
    display: none;
}
.inmobilia-conocer:hover {
    cursor: pointer;
}
.master-a-informacion .button {
    margin-bottom: 20px;
}

/* ------------------- */

.amenidades .inmobilia-social .button {
    margin-top: 0px !important;
}
.amenidades .center-row .button {
    margin-bottom: 20px;
}

/* ------------------- */

.master_c .prop-list {
    display: block;
    width: 270px;
    height: 320px;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.45);
       -moz-box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.45);
            box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.45);
}
.master_c .prop-list ul {
    margin: 20px 0 0 20px;
    padding: 0;
}
.master_c .prop-list li {
    list-style-type: none;
    margin: 0;
    padding: 0 20px 0 0;
}
.master_c .title-props {
    display: block;
    float: left;
    position: relative;
    width: 250px;
    height: 93px;
    margin: 10px 10px 0 10px !important;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    padding-top: 33px;
}
.master_c .title-1 {
    background-image: url('//cdn2.hubspot.net/hubfs/1557540/Inmobilia/bg/bg1.png');
}
.master_c .title-2 {
    background-image: url('//cdn2.hubspot.net/hubfs/1557540/Inmobilia/bg/bg2.png');
}
.master_c .title-3 {
    background-image: url('//cdn2.hubspot.net/hubfs/1557540/Inmobilia/bg/bg3.png');
}
.master_c .title-4 {
    background-image: url('//cdn2.hubspot.net/hubfs/1557540/Inmobilia/bg/bg4.png');
}
.master_c .props-container {
    margin-bottom: 45px;
}
.master_c .prop-list li a {
    background-color: transparent;
    display: block;
    width: 100%;
    padding: 0 0 0 14px;
    margin: 0 0 12px 0;
    background-image: url('//cdn2.hubspot.net/hubfs/1557540/Inmobilia/bg/Vin3.png');
    background-position: left top 3px;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 0;
    color: #4A4A4A;
    font-size: 18px;
    font-style: italic;
    text-decoration: none;
}
.hs-featured-image-wrapper {
    /*height: 265px !important;*/
    overflow: hidden !important;
}

/* YouTube Responsive CSS for HubSpot */

.hs-responsive-embed {

position: relative; 
height: 0; 
overflow: hidden; 
padding-top: 0; 
padding-left: 0; 
padding-right: 0;

}

.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {

position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
border: 0;

}

.hs-responsive-embed, 
.hs-responsive-embed.hs-responsive-embed-youtube, 
.hs-responsive-embed.hs-responsive-embed-wistia, 
.hs-responsive-embed.hs-responsive-embed-vimeo {

padding-bottom: 56.25%;

}


/* YouTube Responsive CSS for HubSpot */

.hs-responsive-embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    padding-top: 25px;
}

.hs-responsive-embed-youtube iframe {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
}


/******* FORM  *********************/
/* Form Field (selector for form field wrapper) */
.hs-form .hs-form-field {
 font-family: 'Helvetica Neue' !important;
}

/* Descriptions (targets class applied to Help Text divs) */
.hs-form .hs-field-desc {}

/* Labels (selects field labels and error messages) */
.hs-form label {
 color: #191D33;
  font-size:16px;
}
.hs-form .hs-form-field > label {}

/* Inputs (selectors for all inputs)  */
.hs-form input[type="text"],
.hs-form input[type="password"], 
.hs-form input[type="datetime"], 
.hs-form input[type="datetime-local"], 
.hs-form input[type="date"], 
.hs-form input[type="month"], 
.hs-form input[type="time"], 
.hs-form input[type="week"], 
.hs-form input[type="number"], 
.hs-form input[type="email"], 
.hs-form input[type="url"], 
.hs-form input[type="search"], 
.hs-form input[type="tel"], 
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea,
.hs-form select {
  border-bottom: 1px solid #191D33;
  border-right: none;
  border-left: none;
	display: block;
	font-size: 16px;
	margin-bottom: 0.5em;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
  background: none;
	border-top: none;
	line-height: 1em;
	font-weight: 300;
	padding: 0.125em 0.25em;
	width: 100%;
  color: #191D33;
}

/* Inputs in focus (selectors for all inputs when clicked)  */
.hs-form input[type="text"]:focus,
.hs-form input[type="password"]:focus, 
.hs-form input[type="datetime"]:focus, 
.hs-form input[type="datetime-local"]:focus, 
.hs-form input[type="date"]:focus, 
.hs-form input[type="month"]:focus, 
.hs-form input[type="time"]:focus, 
.hs-form input[type="week"]:focus, 
.hs-form input[type="number"]:focus, 
.hs-form input[type="email"]:focus, 
.hs-form input[type="url"]:focus, 
.hs-form input[type="search"]:focus, 
.hs-form input[type="tel"]:focus, 
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
.hs-form textarea:focus,
.hs-form select:focus { color:#fff; background-color:#191D33;} 

/* Multi-line inputs (selectors to target multi-line fields */
.hs-form textarea { color: #191D33;}
.hs-form textarea:focus { background-color:#191D33;
color:#fff;}

/* Dropdowns (selectors for dropdowns) */
.hs-form select {
 color: #191D33;
  font-size:16px;
background-color:#F0E4CE;
 border: 1px solid #191D33;}
.hs-form select:focus { 
   color: #191D33;
  font-size:16px;
  background-color:#F0E4CE;
  border: 1px solid #191D33;
}

/* Multi-select (selectors for multi-select fields) */
.hs-form form.hs-form .hs-form-field ul.inputs-list {
   color: #191D33;
  font-size:16px;
  
}

.hs-form form.hs-form .hs-form-field ul.inputs-list li input { }
.hs-form input[type="radio"] {}
.hs-form input[type="checkbox"] {
  color: #191D33;
  font-size:16px;
  
  
}

/* Required (selectors for fields, when they do not pass validation) */
.hs-form input:focus:required:invalid, 
.hs-form textarea:focus:required:invalid, 
.hs-form select:focus:required:invalid {

}

.hs-form input:focus:required:invalid:focus, 
.hs-form textarea:focus:required:invalid:focus, 
.hs-form select:focus:required:invalid:focus {
background-color:  #191D33;
  font-size:16px;}

/* Error message (selector for validation messages) */
.hs-form .hs-error-msgs label{
font-size:11px;
}

/* Placeholder Text (styles the placeholder attribute text) */
::-webkit-input-placeholder { /* Webkit Browsers */}
:-moz-placeholder { /* Firefox 18- */}
::-moz-placeholder { /* Firefox 19+ */}
:-ms-input-placeholder { /* IE10 */}

/* Multi Column Form (selectors for fieldsets and field wrappers) 
   ========================================================================== */

.hs-form .hs-form fieldset.form-columns-1 {}
.hs-form .hs-form fieldset.form-columns-1 .hs-form-field {}

.hs-form .hs-form fieldset.form-columns-2 {}
.hs-form .hs-form fieldset.form-columns-2 .hs-form-field {}

.hs-form .hs-form fieldset.form-columns-3 {}
.hs-form .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Submit buttons (selectors for all non-CTA buttons) 
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
 
  background: rgba(255,255,255,0.25);
	border: 1px solid #191D33;
	line-height: 2em;
	padding: .5em .5em;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
  font-size:16px;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
background: #191D33;
	color: #fff;
	outline: none;
  cursor:pointer;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
background: #191D33;
	color: #fff;
	outline: none;
cursor:pointer;}


/*******/
.tw-share-button{
    display: block;
    float: right;
    position: relative;
    margin-left: 10px;
  font-size:22px;
}
.fb-share-button{
  display: block;
    float: right;
    position: relative;
   margin-left: 10px;
}



#page-center {
max-width: 1080px;
margin: 0 auto !important;
float: none !important;
}

.footer_id {
  padding-left:8%;
  padding-right:13%;
  padding-top:3%;
  padding-bottom:3%;
  background-color:#e6d7bd;}
.round_image_right {
float:right;
}
@media only screen and (max-width: 900px){
  
    .caso1  {
  text-align:center;
  }
  .caso2 {
  text-align:center;  
  float:none;
  }
  .round_image_right {
  margin-top:8%;
  }
  .page_center_movile {
  padding-right:8%;
  padding-left:8%;
   
  }
  .page_center_movile div {
  text-align: justify !important;
    margin-top:5px;
  }
  .page_center_movile h3 {
  font-size:20px;
  }
  }
.footer_up {
margin-bottom:2%;
}
.footer_down {
border-top: 1px dotted rgba(0,0,0,.75);
}
 .footer_logo{
  margin-top:10px;
  }

a {
text-decoration:none;
}




















