@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|Raleway:300,400,600');

/***********************************************/
/* 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;}   
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|Raleway:300,400,600');

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

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

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;} 


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

html, body {padding:0; margin:0; height: 100%; font-size: 16px; }
html {  margin-bottom: 1px; overflow-y: scroll;  font-family: 'Open Sans', sans-serif;  }
@media(min-width:60em){html{font-size: 16px}}



/* Conteudo Centrado  */
.page-center{ 
              max-width: 1140px;
              margin: 0 auto!important;
              float: none!important;
          }




/* Paginas Aterragem  */

.LP_Header_Dark { background: #000000; padding: 10px 0px 10px 0px; margin: 0px 0px 0px 0px; }
.LP_Title { margin-top 20px;}
.LP_Title h1 { text-align:center; color: #8F714F; padding:30px 0px 8px 0px; margin:0px!important; font-weight: 600!important;
font-family: 'Open Sans', sans-serif; font-size: 210%!important; border-bottom: 1px dotted #D7DCE1;}


.pr-Icons { margin-top: 35px; text-align:center; }
.pr-Icons p {font-size: 14px!important; line-height: 1.3em!important; color: #666666!important;}

.PA-header-right { margin:0; padding: 15px 0px 0px 0px;}
.PA-header-right p { font-size: 90%; font-weight: 400; text-align: right; color:#E0C793; padding: 18px 0px 20px 0px; margin:0;}
.PA-header-right  a, .PA-header-right  a:visited { margin:0px 0px 0px 16px; color:#E0C793; text-decoration: none;  padding: 0; border-right: none;}
.PA-header-rightb  a:hover { text-decoration: none; opacity: 0.85;}
.PA-phone { color: #FFFFFF; font-weight: 600; font-size: 125%;}

.footer { background: #000000;}
.socialPA {   margin:20px 0px 20px 0px; padding:0;}
.socialPA p { text-align: center;}
.socialPA a:link { padding: 0px 3px 0px 3px;}


.social-share {text-align: center; padding: 20px 0px 20px 0px; border-top: 1px dotted #D7DCE1; margin-top: 30px!important;}
.social-share h6 { padding: 0px 0px 10px 0px; margin:0; font-weight: 600; font-size:170%; color: #636976; text-align: center;}

.enologo {}

.fBack { background: #FBEABD; padding: 15px 15px 20px 15px; border-radius: 5px; border: 1px solid #EABA57;}
.actions { text-align:center;}
.PAlists ul li { list-style-type: disc!important;}
.main-content ul li:before { display:none;!important;}

.EN-info {
    font-family: 'Open Sans', sans-serif;
    background:rgb(0,0,0);
    background: transparent\9;
    background:rgba(0,0,0,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    zoom: 1;
    height: 100%;
    padding: 10px 30px 10px 20px;
}
.EN-info:nth-child(n) {
    filter: none;
}

.EN-info img { max-width: 100%; height: auto; border-radius: 50%; display: block;}
.EN-info h3 { font-family: 'Open Sans', sans-serif; color: #FFFFFF; font-weight: 400!important; font-size: 210%; margin:0; padding: 50px 0px 0px 0px;}
.EN-info h4 { font-size: 140%; color:#E0C793; padding:0px 0px 0px 0px!important; margin:0!important; font-weight: 400;}
.EN-info p { font-size: 100%; line-height: 1.5em; color: #FFFFFF; font-weight: 400; }

.EN-form {
    background:rgb(0,0,0);
    background: transparent\9;
    background:rgba(0,0,0,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
    zoom: 1;
    padding: 20px;
    height: 100%;
}
.EN-form:nth-child(n) {
    filter: none;
}

.EN-form h3 { color: #FFFFFF; font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 160%; text-align: center; margin:0; padding: 0px 0px 20px 0px;}
.EN-form label { color: #FFFFFF; font-weight: 400;}

.EN-form .actions { text-align: center;}


.mais-valias-enologo { padding-top:30px; padding-bottom: 30px; background: #ECEAEB; margin-bottom: 20px;}
.mais-valias-enologo h2 { text-align: center; padding-bottom: 20px;}
.mais-valias-enologo p { font-weight: 400; font-size: 100%; text-align: center;}

.mais-valias-mc { padding-top:35px; padding-bottom: 30px;  margin-bottom: 20px;}
.mais-valias-mc h2 { text-align: center; padding-bottom: 10px; font-weight: 400; color: #121212;font-family: 'Open Sans', sans-serif; font-size: 200%;}
.mais-valias-mc p { font-weight: 400; font-size: 100%; text-align: center; margin:0; padding: 12px 0px 0px 0px;}
.mais-valias-mc a, .mais-valias-mc a:visited { text-decoration: none; font-weight: 600; color: #121212; font-size: 115%;}
.mais-valias-mc a:hover { text-decoration: none; border-bottom: 1px dotted #121212;}

/* Paginas Agradecimento  */
.entry-box {background: #F6F6F6; padding: 0px 20px 20px 20px; 
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: rgb(221, 221, 221);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
box-shadow: 0;
border-radius: 6px 6px 6px 6px;
font-size: 15px;
color: #585766; margin-bottom: 40px;
font-family: 'Open Sans', sans-serif;
margin-top: 20px;
}
 

.entry-box h1 {font-family: 'Open Sans', sans-serif; font-size: 200%; text-align:center; font-weight: 400; padding:30px 10px 30px 10px; margin: 0px 0px 0px 0px;}
.entry-box h2 {font-family: 'Open Sans', sans-serif; font-size: 150%; text-align:center; font-weight: 300;
padding:0px 80px 15px 80px; margin: 0px 0px 0px 0px; }
.entry-box h3 {font-family: 'Open Sans', sans-serif; font-size: 25px; text-align:center;
font-weight: 600; padding:10px 80px 15px 80px; margin: 0px 0px 0px 0px; color:#EB7261;}
.entry-box p { font-size: 16px; font-weight: 300; text-align:center; padding: 0px 90px 30px 90px; margin:0; font-family: 'Open Sans', sans-serif;}
.entry-box a, .entry-box a:visited { text-decoration: none; color:#1292DE; text-transform: uppercase; font-weight: 600;}
.entry-box a:hover { text-decoration: none; border-bottom:1px dotted #C8CBCE;}

.typSub { margin-bottom: 30px!important;}
.typSub h3 { padding: 0px 0px 30px 0px; text-align: center;}
.typFlex h3 { color:#EB7261; font-weight: 400; font-size: 140%; text-align: left!important; padding: 0px 0px 20px 0px!important;}


.social-PA a:link { margin: 0px 7px 0px 0px;}
p.social-PA  { padding-top: 7px!important;}

/*Guest Blogger */

.guestx { margin-bottom: 30px; padding-top: 60px; padding-bottom: 40px; }
.guest-intro { padding-bottom: 30px;}
.guest-intro h1 {text-align:center; color: #FFFFFF; padding-left: 20%; padding-right: 20%; margin:50px 0px 25px 0px!important; font-weight: 700!important;
font-family: 'Open Sans', sans-serif; font-size: 320%!important; }
.guest-intro p { margin-bottom: 30px; text-align: center; font-weight: 600; font-family: 'Open Sans', sans-serif; font-size: 120%; color: #FFFFFF; padding-left: 15%; padding-right: 15%; padding-bottom: 10px;}
.guest-intro a, .guest-intro a:visited {color:#FFFFFF; text-decoration: underline;}
.guest-intro a:hover {text-decoration: none;}

.BL-Form { padding: 20px; background: #DEE2E4; border-radius: 4px;}
.BL-Form label {color: #121212; font-size: 90%;}
.BL-Form h3 { margin:0!important; text-align: center; padding: 10px 0px 6px 0px; color: #121212; font-weight: 400;font-family: 'Open Sans', sans-serif; font-size: 190%!important;}

.guidelines ul li { list-style-type: disc!important; padding: 0px 0px 8px 0px;}
.guidelines ul li:before { display:none;!important;}
.guidelines h2 {color:#E0C793; font-family: 'Open Sans', sans-serif; font-size: 250%!important; font-weight: 300;}
.guidelines p {text-align: left!important; font-weight: 400!important; margin:0!important; font-family: 'Open Sans', sans-serif; font-size: 100%!important; color: #34363D!important; padding: 0px 0px 15px 0px!important; }

.colaboradores { padding-top: 40px; padding-bottom: 30px;}
.colaboradores h2 {text-align: center; font-family: 'Open Sans', sans-serif; font-size: 260%; color: #121212; font-weight: 400; padding: 0px 0px 25px 0px;}
.colaboradores h3 {text-align: center; font-family: 'Open Sans', sans-serif; font-size: 140%; color: #121212; font-weight: 600;}
.colaboradores p { text-align: justify; font-family: 'Open Sans', sans-serif; font-size: 95%; color: #34363D;}


/* Pagina Tour  */

.tour-PA {font-family: 'Open Sans', sans-serif; padding-top: 30px;}
.tour-PA h1 { font-size:220%; font-weight: 400; color: #121212; padding: 0px 0px 5px 0px; margin: 0px;}
.tour-PA h2 {font-size:100%; font-weight: 400; color: #676F7A; padding: 0px 0px 6px 0px; margin: 0px;}
.box-preco { background:#33CAFF; padding: 10px;}
.box-preco p { text-align: center; color: #FFFFFF; font-size:100%; font-weight: 400; margin:0; padding:3px 0px 5px 0px;}
.preco-large { font-size: 210%; font-weight: 700;}
.old-price {text-decoration: line-through; font-size: 130%!important; font-weight: 600; display: inline-block; padding: 0px 0px 0px 6px; color: #121212!important;}
.feature-price { display: table; margin: 0 auto!important; background : #F1ECD3; text-align:center; padding: 5px 10px 5px 10px!important; font-size: 85%!important; color: #121212!important;}

.box-tour-info { background: #FFFFFF; padding: 0px 0px 20px 0px; margin-top: 4px; border: 1px solid #DFCBA8; }
.box-tour-info h4 {font-size:130%; font-weight: 600; color: #121212; padding: 10px 0px 8px 15px; margin: 0px 0px 20px 0px; background: #F1ECD3; display: block;}
.box-tour-info p { margin:0; padding:0px 15px 14px 15px; font-size: 85%; color: #121212;}
.bti-tag { color: #DFBD55; font-weight: 600; display: inline-block; padding-right: 8px;}

.MV { display: table-cell; width:19%; text-align:center; font-size: 100%; color: #121212;}

.book-portal { background: #000000; padding: 15px; margin: 25px 0px 30px 0px; border-radius: 5px;}
.book-portal h3 { color:#E7CD7E; font-weight: 300; font-size: 190%; margin:0; padding: 0px 20px 0px 20px; text-align: center;}
.book-portal p { text-align: center; color: #FFFFFF; margin:0; padding: 20px 20px 0px 20px; font-size: 80%;}

.testemunho-box { border: 1px solid #C1C1C1; padding: 15px; border-radius: 5px;}
.testemunho-box img { max-width: 100px; height: auto; display: block; margin: 0 auto;border-radius: 50%;}
.testemunho-box p {color: #858585;font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 90%; line-height: 1.5em; margin:0; padding: 0px 0px 16px 0px; text-align:center;}
.testemunho-box h5 {font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 120%; text-align: center; margin:0; padding:0;}
.quote { font-size: 200%; font-weight: 700;font-family: "Times New Roman", Times, serif!important; color:#BCBCBC;}

.why-book { margin:30px 0px 0px 0px; padding: 15px 0px 25px 0px; border-bottom: 1px solid #D9D9DF;}
.why-book h3 { text-align: center; font-weight: 700; font-size: 220%;color:#000000; margin:0; padding: 0px 0px 15px 0px;}
.why-book p {text-align: center; color: #121212; margin:0; padding: 10px 0px 0px 0px; font-size: 90%; line-height: 1.4em;}

.oferta-wrap { margin-top: 30px;}
.oferta-wrap p { font-size: 90%; color: #121212; line-height: 1.4em;}
.oferta-wrap h4 { color: #3D3E43; font-size: 200%; font-weight: 600; margin:0;padding: 0px 0px 10px 0px;}
.oferta-wrap h5 {color:#E7CD7E; font-size: 130%; font-weight: 700; margin:0;padding: 0px 0px 10px 0px;}
.ow-cover p {text-align: center;}

.form-tour { background: #DFE2E6; padding: 20px; border: 1px solid #CCCED2; border-radius: 5px;}
.form-tour h3 { color: #121212; font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 190%; text-align: center; margin:0!important; padding: 0px 0px 20px 0px;}
.form-tour label {font-size: 75%; color: #666666;}
.hs-form-required { display: none!important;}
body .hs-form-field { margin-bottom: 25px; font-family: 'Open Sans', sans-serif; }
body form.hs-form .form-columns-1 .hs-form-field .hs-input,
body form.hs-form .form-columns-2 .hs-form-field .hs-input,
body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%;  min-height: 38px; font-family: 'Open Sans', sans-serif; }
body textarea {
    min-height: 115px!important;
    font-family: 'Open Sans', sans-serif;
    
}
body textarea:focus {}


body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    background: #33CAFF;
    border-style: solid;
    border-color: #33CAFF;
    border-width: 2px;
    padding: 14px 30px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;   
    font-size: 110%;
    line-height: 1.42857143;  
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 5px;
    -webkit-appearance: none;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    border-width: 2px;
    border-color: #33CAFF;
    background: #00BBF9;
    color: #FFF;
    
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}




/* Tabber Module */
.body-container .tabber-tabs {
    font-family: 'PT Sans', sans-serif!important;
    border-bottom: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 0 0 -2px;
}
.tabber-tabs > li {
    float: left;
}
.tabber-tabs > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 5px;
    line-height: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 20px;
    border: none;  
    color: #e0c793;
    text-decoration: none;
    display: block;
  font-size: 15px;
    background: #232d30;
}
.tabber-tabs > .active > a,
.tabber-tabs > .active > a:hover,
.tabber-tabs > .active > a:focus {
    color: #121212;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #DDDDDD!important;
  border-bottom: transparent!important;
  font-weight: bold;
}
.tabber-content {
    background: #fff;
    padding: 20px;
    border-top: 1px solid #DDDDDD;
    font-size: 15px;
  
    color: #292C30;
  font-family: 'PT Sans', sans-serif!important;
   
}

table {
    border-collapse: collapse;
    text-align: center;
    font-size: 100%;
    margin-bottom: 20px;
}

table p {margin:10px 0px 0px 0px; padding:0;}

table ul li { text-align: left; font-size: 95%; padding: 0px 0px 6px 0px;}

table, th, td {
    border: 1px solid #C5C9CD;
}

table td { padding: 0px 20px 0px 20px;}


.tabber-content p { line-height: 1.5em; padding: 0px 0px 16px 0px; font-family: 'PT Sans', sans-serif!important;}
.tabber-content ul {margin: 10px 0px 15px 20px!important;}
.body-container .tabber-content ul {
  font-family: 'PT Sans', sans-serif!important;
    padding: 0;
    margin: 0;
 
}

.tabber-content h2 {color: #dfbd55; font-weight: 400; font-size: 170%; margin: 0!important; padding: 0px 0px 8px 0px!important; font-family: 'Raleway', sans-serif;}
.tabber-content h3 {color: #333333; font-weight: 400; font-size: 160%; margin: 0!important; padding: 5px 0px 12px 0px!important; font-family: 'Raleway', sans-serif;}
.tabber-content h4 {color: #33CAFF; font-weight: 400; font-size: 130%; margin: 0!important; padding: 5px 0px 12px 0px!important; font-family: 'Raleway', sans-serif;}
.tabber-content h5 {color: #121212; font-weight: 600; font-size: 100%; margin: 0!important; padding: 5px 0px 12px 0px!important; font-family: 'Raleway', sans-serif;}
.tabber-content .block h3 {
    display: none;
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
    float: left;
    width: 40%;
    
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: right;
    width: 60%;
    padding: 0 0 0 15px;
}
.blog-tabber .hs-rss-item:last-child {
    margin-bottom: 10px;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
display: block;
width: auto;
}

.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
float: left;
width: 40%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}


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

html, body {padding:0; margin:0; height: 100%; font-size: 16px;  }
html {  margin-bottom: 1px; overflow-y: scroll; font-family: ;  }
@media(min-width:60em){html{font-size: 16px}}


/* Typography */
       
       
                          
  

h1,h2,h3,h4,h5 {font-family: 'Raleway', sans-serif; font-weight: 400; color: #000000;}
p {font-family: 'PT Sans', sans-serif;}
.quote {font-weight: 700; font-size: 18px;}

.tabber-content h4 {color: #000000; font-weight: 700;
}

a#headerPhone , a:visited#headerPhone { text-decoration:none; font-size: 13px; color: #E0C793; padding: 0px 9px; }

/* Conteudo Centrado  */
.page-center{ 
              max-width: 1240px;
              margin: 0 auto!important;
              float: none!important;
          }

.page-center-large{ 
              max-width: 1280px;
              margin: 0 auto!important;
              float: none!important;
          }
          
.SideReviewBox {background: #FFFFFF; padding: 15px; margin-top: 15px;}
.SideReviewBox p { margin: 0px; padding: 0px; line-height: 1.4em; font-size: 15px; color: #88919F; font-family: 'PT Sans', sans-serif;}
.SideReviewBox h6 { font-family: 'Raleway', sans-serif; font-size: 13px; font-weight: 700; color: #000000; margin: 0px; padding: 8px 0px 0px 0px; text-align:right;}
.quote {font-weight: 700; font-size: 20px;}

.flexslider .slides img {
max-width: 100%!important;
  width: 100%!important;
  min-height: 350px!important; 
  max-height: 350px!important;

}


/* Form video conference */
.HMLabel {display: inline-block; margin-left: 12px; padding: 9px 14px 8px 14px;
    font-weight: 600; background:#E3A337; color: #ffffff; cursor: pointer; }
.HMLabel:hover {background:#DC951F;}
.manualLabel {display: table; margin: 0 auto; padding: 8px 13px;
    font-weight: 600; background: #000000; color: #ffffff; cursor: pointer; }
.manualLabel:hover {background:#f0cc92;}
.submitted-message {font-weight: 700!important; color: #000000!important;}
.formVideoConference p { text-align:center; color: #666666!important; font-size: 14px; margin: 0px!important; padding: 4px 0px 12px 0px!important;}
.formVideoConference .title {text-align:center; color: #000000; font-weight: 700; margin: 0px; padding: 0px 0px 10px 0px; font-size: 17px;}
.formVideoConference .hs-form-field {margin-bottom: 6px!important;}
ul.hs-error-msgs {margin: 4px 0px 0px 10px!important;}

.formVideoConference .hs-input {

    background: transparent !important;
    border: 1px solid #d1d1d1 !important;

}
.slickModal.formVideoConference .slickWindow label {font-size: 13px; font-weight: bold!important; font-family: 'Raleway', sans-serif;}
.slickModal.formVideoConference .slickWindow input,
.slickModal.formVideoConference .slickWindow select,
.slickModal.formVideoConference .slickWindow textarea,
.slickModal.formVideoConference .slickWindow form input.send {
	border-style: solid;
	border-color: #EEEEEE;
	border-width: 1px;
	font-size: 12px;
	color: #222222;
	background: transparent;
	display: block;	
	padding: 10px;
	margin-top: 10px;
	text-align: left;
  border-radius: 0px;
}
.formVideoConference .hs-fieldtype-intl-phone.hs-input {margin-top: 10px; height: 38px;}
.formVideoConference .hs-fieldtype-intl-phone.hs-input select {border: 0px !important; margin-top: 0px!important;}
.formVideoConference .hs-fieldtype-intl-phone.hs-input select {
    float: left;
    width: 42%!important;
  font-size: 11px;
}
.formVideoConference .hs-fieldtype-intl-phone.hs-input input {
    width: 58%!important;
    float: right;
margin-top: 0px!important;
}

.formVideoConference ul li::marker {
  color: white!important;
  font-size: 1.5em;
}
.formVideoConference ul {list-style-image: none!important; margin: 0px;}
.formVideoConference ul li {padding: 0px; margin: 0px;}
.formVideoConference input[type="radio"] {max-height: 16px!important; min-height:16px!important;}

.formVideoConference .actions {margin-top: 30px;}
.formVideoConference .hs-input {height: 32px;}
.formVideoConference .hs-button.primary {background: #000000!important;  font-size: 15px!important; font-weight: 500!important; color: #ffffff!important; margin: 0 auto!important; }
.formVideoConference .hs-button.primary:hover { background:#f0cc92!important;}

.slickModal.formVideoConference .slickWindow form input.send {
	background: #000000;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	border: none;
	margin-top: 5px;
	display: block;
	text-align: center;
  cursor: pointer;
}
.slickModal.formVideoConference .slickWindow form input.send:hover {
	background: #fff;
	color: #222;
}
.slickModal.formVideoConference .slickWindow .bottomClose {
	font-weight: 700;
	color: #000000;
	font-size: 12px;
}


/* Online Tastings */
.WrapperSteps {border-radius: 4px;
 -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    -webkit-transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    background: #F2F5F7;    
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding: 14px;
    box-shadow: 0 0 11px #D6E1E4; margin-top: -70px;
 text-align:center;
 margin-bottom:40px;
  display: table;
}
.WrapperSteps:hover {
    box-shadow: 0 10px 50px -5px rgba(51, 71, 91, 0.12);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);  
  background: #ffffff;
 
}
.WrapperSteps:hover {
    cursor: auto;
}
.WrapperSteps p { font-size: 15px; color: #121212; line-height: 1.3em;}
.tours-heroT { min-height: 480px!important; margin-bottom: 0px;}
.tours-heroT h1 { font-size:58px; font-weight:700; text-align:center; color: #FFFFFF;
text-shadow: 2px 2px #121212; margin: 0px; padding: 4% 10% 2% 10%; line-height: 1.2em;}
.tours-heroT p { font-weight:600; text-align:center; color: #FFFFFF; margin: 0px; padding: 2% 10% 2% 10%; }
.indexIntroT { margin-top: 10px!important; margin-bottom: 50px!important;}
.indexIntroT h3 { font-size: 32px; font-weight: 600; line-height: 1.4em; color: #121212; margin: 0% 0% 2% 0%; padding: 0px;}
.indexIntroT p {font-size: 15px; color: #666666; line-height:1.4em;}
.OTW {font-weight: 600!important;}

.WrapBoxWT {margin-top: 25px; position: relative; float: left; min-height: 320px; border-radius:; border: 1px solid #EDEDED;
border-radius:6px ;
        -webkit-border-radius:6px;
        -moz-border-radius:6px;
        -ms-border-radius:6px;
        -o-border-radius:6px;
}
.WrapBoxWT img {max-width: 100%; height: 200px!important; width: 100%;}
.WrapBoxWT h3 {margin: 8px 12px!important;}
.WrapBoxWT p {font-size: 14px!important; padding: 0px 12px 15px 12px!important; color: #666666;}


.WrapBoxCW {margin-top: 35px; position: relative; float: left; min-height: 380px; border-radius:; border: 1px solid #EDEDED;
border-radius:1px ;
        -webkit-border-radius:1px;
        -moz-border-radius:1px;
        -ms-border-radius:1px;
        -o-border-radius:1px;
}
.WrapBoxCW img {max-width: 100%; height: 250px!important; width: 100%;}
.WrapBoxCW h3 {margin: 5px 12px 24px 12px!important;}
.WrapBoxCW p {font-size: 14px!important; padding: 0px 12px 15px 12px!important; color: #666666;}

.HelpTastings {background: #F4F5F7; text-align:center; margin-bottom: 40px;}
.HelpTastings h2 {color: #000000; font-weight: 700; font-size: 30px; margin: 0px; padding: 45px 0px 10px 0px;}
.HelpTastings p {font-size: 17px; font-weight: 400; line-height: 1.5em; color: #121212; margin: 0px; padding: 0px 20px 45px 20px; }
.HelpTastings h5 {font-size: 18px; font-weight: 700; margin: 0px; padding: 20px 0px 8px 0px;}
.sessionCTA {display: block;text-align: right; margin-top:10px;}
.sessionCTA a, .sessionCTA a:visited {color: #000000; text-decoration: none!important; font-weight: 600; text-transform: uppercase;
  background: #ffffff; border: 2px solid #000000; padding: 8px 15px; margin: 10px 12px; font-size: 13px; }
.sessionCTA a:hover {background: #000000; color: #ffffff; transition: 0.3s;}
          
/* Homepage  */
.home-title-wrap { margin:0; font-family: 'PT Sans', sans-serif; }
.home-title-wrap h1 { text-align:center; font-size: 260%; font-weight: 300; color: #000000; margin:0; padding: 25px 0px 12px 0px;  }
.home-title-wrap h2 { text-align:center; font-size: 200%; font-weight: 400; color: #000000; margin:0; padding: 0px 0px 0px 0px; line-height: 1em;  }
.home-title-wrap h4 { text-align:center; font-size: 120%; font-weight: 400; color: #000000; margin:0; padding: 0px 0px 6px 0px;  }
.home-title-wrap h6 { text-align:center; font-size: 105%; font-weight: 400; color: #000000; margin:0; padding: 0px 0px 12px 0px;  }
.home-title-wrap p { text-align: center; padding:0 3% 0 3%; margin:0 0 30px 0; color: #121212; font-size: 85%; line-height: 1.6em;}
.ttt { font-size: 80%;}

.tours-hero { min-height: 410px!important; margin-bottom: 30px;}
.tours-hero h1 { font-size:58px; font-weight:700; text-align:center; color: #FFFFFF;
text-shadow: 2px 2px #121212; margin: 0px; padding: 4% 10% 1% 10%; line-height: 1.2em;}
.tours-hero p { font-size:130%; font-weight:600; text-align:center; color: #FFFFFF;
text-shadow: 2px 2px #121212; margin: 0px; padding: 2% 10% 2% 10%; line-height: 1.2em;}
.tours-hero h3 {color: #FFFFFF; font-weight: 300; font-size: 110%; text-align: center; background-color: rgba(0, 0, 0, 0.8); background: rgba(0, 0, 0, 0.8);
    padding: 15px 30px 15px 30px; display: table-cell; position: absolute; top: 44%;  left: 50%; transform: translate(-50%,0); width: 55%; line-height: 1.5em;  }
.tours-hero h6 {color: #FFFFFF; font-weight: 500; font-size: 110%; text-align: center; margin:0px;  padding: 16px 30px 30px 30px;  line-height: 1.5em;  }

.tours-hero-NI { min-height: 340px!important; margin-bottom: 30px;}
.tours-hero-NI h1 { font-size:48px; font-weight:500; text-align:center; color: #121212;
 margin: 0px; padding: 4% 10% 1% 10%; line-height: 1.2em;}
.tours-hero-NI p { font-size:130%; font-weight:600; text-align:center; color: #FFFFFF;
text-shadow: 2px 2px #121212; margin: 0px; padding: 2% 10% 2% 10%; line-height: 1.2em;}
.tours-hero-NI h6 {color: #121212; font-weight: 500; font-size: 110%; text-align: center; margin:0px;  padding: 16px 30px 30px 30px;  line-height: 1.5em;  }

.tours-heroV { min-height: 380px!important; margin-bottom: 30px;}
.tours-heroV h1 { font-size:50px; font-weight:700; text-align:center; color: #FFFFFF;
text-shadow: 2px 2px #121212; margin: 0px; padding: 4% 10% 2% 10%; line-height: 1.2em;}
.tours-heroV p { font-weight:600; text-align:center; color: #FFFFFF; margin: 0px; padding: 2% 10% 2% 10%; }
.BTN-transparent  { border-radius:5px ;
        -webkit-border-radius:5px ;
        -moz-border-radius:5px ;
        -ms-border-radius:5px ;
        -o-border-radius:5px ; background-color: rgba(0,0,0,.6); border: 1px solid #ffffff; color: #ffffff; text-decoration: none; padding: 14px 60px!important; font-weight: 600; font-size: 18px; margin-bottom: 10px;}
.BTN-transparent:hover {background-color: rgba(0,0,0,.8);  transition: 0.8s ; -webkit-transition: 0.8s ; -moz-transition: 0.8s ; -ms-transition: 0.8s ; -o-transition: 0.8s ; }


.montra { background: #FFFFFF; padding: 10px; margin: 0 0 20px 0;}
.montra-box {font-family: 'Open Sans', sans-serif; position: relative; margin-bottom: 20px;}
.montra-box h2 { text-align:center; font-weight:600; font-size:110%; margin:0; padding: 10px 0px 12px 0px;}
.montra-box h2 a, .montra-box a:visited { color: #121212; text-decoration: none;}
.montra-box h2 a:hover { text-decoration: underline;}
.montra-box img {max-width: 100%; width: 100%; min-height: 240px; max-height: 240px;}
.montra h3 { background:#000000; text-transform: uppercase; color: #FFFFFF; display: inline-table; margin:0px 0px 10px 0px; padding: 10px 15px 10px 15px; font-weight: 400; font-size: 110%;}
.montra h4 { background:#33CAFF; text-transform: uppercase; color: #FFFFFF; display: inline-table; margin:0px 0px 10px 0px; padding: 10px 15px 10px 15px; font-weight: 400; font-size: 110%;}
.montra-box p {text-align:center; font-size: 85%; color: #111111; margin:0; padding: 0px 6px 10px 6px; }

.montra-box_old {font-family: 'Open Sans', sans-serif; position: relative; margin-bottom: 20px;}
.montra-box_old h2 { text-align:center; font-weight:600; font-size:110%; margin:0; padding: 10px 0px 12px 0px;}
.montra-box_old h2 a, .montra-box a:visited { color: #121212; text-decoration: none;}
.montra-box_old h2 a:hover { text-decoration: underline;}
.montra-box_old p {text-align:center; font-size: 85%; color: #111111; margin:0; padding: 0px 6px 10px 6px; }
.mbo  {max-width: 100%; width: 100%; min-height: 240px; max-height: 240px;}

.ver-todos { text-align: right; padding-top: 10px;}
.mb-wrap {border: 1px solid #DDDDDD; padding: 6px;}
.fullW {max-width: 100%; height: auto;}
.tour-days { font-weight: 700; color:#6B7C92!important;}
.old-price {text-decoration: line-through; font-size: 130%!important; display: inline-block; padding: 0px 15px 0px 5px; color: #5A687A!important;}
.price {color: #E7CC7F; font-size: 190%!important; font-weight: 700!important;}
.rate {color: #6B7C92!important; font-size: 95%!important; font-weight: 600!important; }
.rate img { padding: 0px 0px 0px 10px;}
.savings { background:#33CAFF; display: table-cell; position: absolute; top: 10px; left: 0px; color: #FFFFFF; font-weight: 700; font-size: 100%; padding: 8px;}
.contest-ended { background:#D90000;  display: table-cell; position: absolute; top: 10px; left: 0px; color: #FFFFFF; font-weight: 300; font-size: 130%; padding: 8px;}
.contest-running { background:#85B200;  display: table-cell; position: absolute; top: 10px; left: 0px; color: #FFFFFF; font-weight: 300; font-size: 130%; padding: 8px;}


.mais-valias { margin-top:5px!important; margin-bottom:5px!important;}
.mais-valias h3 {text-align:center; font-size: 260%; font-weight: 300; color: #000000; margin:0; padding: 20px 0px 10px 0px; }
.mais-valias p { text-align: center; padding:0 10% 0 10%; margin: 0px 0px 35px 0px!important; color: #121212; font-size: 95%; line-height: 1.4em;}

.corporate-trip { margin-top: 25px!important; position: relative; text-align:center; font-family: 'PT Sans', sans-serif;}
.corporate-sub {text-align:center; font-size: 95%; font-weight: 300; color: #FFFFFF;background-color: rgba(0, 0, 0, 0.8);
background: rgba(0, 0, 0, 0.8); position: absolute; top: 21%;   left: 50%; transform: translate(-50%,0); margin:0; padding: 10px 20px 10px 20px; }
.corporate-title {color: #FFFFFF; font-weight: 600; font-size: 150%; text-align: center; background-color: rgba(0, 0, 0, 0.8); background: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;  padding: 9px 10px 9px 10px; display: table-cell; position: absolute; top: 3%;    left: 50%; transform: translate(-50%,0); }
  
.testemunhos-home { margin-top: 5px;}
.testemunhos-home h3 { text-align:center; font-size: 260%; font-weight: 300; color: #000000; margin:0; padding: 1% 20% 2% 20%; }
.box-review {margin-top: 10px; margin-bottom: 40px;}
.box-review p { font-size: 90%; line-height: 1.4em; color: #121212; font-style: italic; margin:0; padding: 0px 0px 6px 0px;}
.box-review h4 { font-size: 120%; font-weight: 600; margin:0; padding: 0px 0px 10px 0px;}
.box-review h4 a, box-review h4 a:visited { color: #121212; text-decoration: none;}
.box-review h4 a:hover { text-decoration: underline;}
.review-pic { float: left; padding-right: 20px; padding-bottom: 30px;}
.review-pic img { border-radius: 50%;}


.pb-wrap { margin-top: 25px;  }
.pb-wrap-right {position:relative;}
.pb-wrap-right h3 {color: #FFFFFF; font-weight: 400; font-size: 120%; text-align: center; background-color: rgba(0, 0, 0, 0.8); background: rgba(0, 0, 0, 0.8);
    padding: 9px 10px 9px 10px; display: table-cell; position: absolute; top: 3%;  left: 50%; transform: translate(-50%,0); width: 75%;  }
.pb-wrap-left {position:relative;}
.pb-wrap-left h3 {color: #FFFFFF; font-weight: 400; font-size: 120%; text-align: center; background-color: rgba(0, 0, 0, 0.8); background: rgba(0, 0, 0, 0.8);
    padding: 9px 15px 9px 15px; display: table-cell; position: absolute; top: 3%;    left: 50%; transform: translate(-50%,0); }

.nc-wrap { background:#FFFFFF; margin-bottom: 30px; padding: 15px; margin-top: 25px; }

.contacts-box p {font-size: 90%; line-height: 1.4em; margin:0; padding: 0px 0px 8px 0px; color: #121212;}
.contacts-box img { max-width: 135px; height: auto; border-radius: 50%; display: block;}
.c-pic { float: left; padding: 16px 20px 10px 0px;}
.phone { font-size: 180%; font-weight:400; padding-top: 15px!important; display: inline-block;}
.email { color: #E6CC7F; font-weight: 600; font-size: 100%;}
.hours {color:#555555; font-size: 80%;}
.news-box p { font-size: 90%; line-height: 1.4em; margin:0; padding: 0px 0px 8px 0px; color: #121212;}
.news-box h5 { text-transform: uppercase; color: #000000; font-weight: 600; font-size: 140%; margin:0; padding: 2px 0px 0px 0px;}

.hs-form-required {display: none!important;}
.news-box .hs-form .form-columns-1 .hs-form-field .hs-input,
.news-box .hs-form .form-columns-2 .hs-form-field .hs-input,
.news-box .hs-form .form-columns-3 .hs-form-field .hs-input { border: 1px solid #EEEEEE; margin-top: 25px; background: #EEEEEE; min-height: 38px;  color: #555555; font-family: 'Raleway', sans-serif }
.news-box .actions {text-align: right; margin-right: 8px;}
.news-box fieldset {max-width: 100%!important;}




.btn-fullList {
  font-family: 'Open Sans', sans-serif;
  color: #121212;
  background-color: #FFFFFF;
  border-color: #000000;
  border: 1px solid;
  padding: 10px;   
  text-decoration:none;
  text-transform: uppercase;
 }
.btn-fullList:hover,
.btn-fullList:focus,
.btn-fullList:active,
.btn-fullList.active,
.open .dropdown-toggle.btn-fullList {
   color: #4DBDEB;
  background-color: #FFFFFF;
  border-color: #4DBDEB;
  text-decoration:none;
}
.btn-fullList:active,
.btn-fullList.active,
.open .dropdown-toggle.btn-fullList {
  background-image: none;
}

.btn-difference {
  font-family: 'Open Sans', sans-serif;
  color: #121212;
  background-color: none;
  border-color: #000000;
  border: 1px solid;
  padding: 15px;   
  text-decoration:none;
  text-transform: uppercase;
 }
.btn-difference:hover,
.btn-difference:focus,
.btn-difference:active,
.btn-difference.active,
.open .dropdown-toggle.btn-difference {
   color: 000000;
  background-color: #FFFFFF;
  border-color: #000000;
  text-decoration:none;
}
.btn-difference:active,
.btn-difference.active,
.open .dropdown-toggle.btn-difference {
  background-image: none;
}


.btn-corporate {
  font-family: 'Open Sans', sans-serif;
  color: #121212;
  background-color: #FFFFFF;
  border-color: #000000;
  border: 1px solid;
  padding: 10px;   
  text-decoration:none;
  text-transform: uppercase;
  font-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%; transform: translate(-50%,0);
 }
.btn-corporate:hover,
.btn-corporate:focus,
.btn-corporate:active,
.btn-corporate.active,
.open .dropdown-toggle.btn-corporate {
   color: #4DBDEB;
  background-color: #FFFFFF;
  border-color: #4DBDEB;
  text-decoration:none;
}
.btn-corporate:active,
.btn-corporate.active,
.open .dropdown-toggle.btn-corporate {
  background-image: none;
}

.btn-cb {
  font-family: 'Open Sans', sans-serif;
  color: #E7CC7F;  
  background-color: rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.5);
  border-color: #E7CC7F;
  border: 3px solid;
  padding: 10px;   
  text-decoration:none;
  text-transform: uppercase;
  font-size: 110%;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  left: 50%; transform: translate(-50%,0);
 }
.btn-cb:hover,
.btn-cb:focus,
.btn-cb:active,
.btn-cb.active,
.open .dropdown-toggle.btn-cb {
   color: #E7CC7F;
  background-color: #FFFFFF;
  border-color:#E7CC7F;
  text-decoration:none;
}
.btn-cb:active,
.btn-cb.active,
.open .dropdown-toggle.btn-cb {
  background-image: none;
}

.news-box .hs-button.primary {    
    background: #000000;
    border-style: solid;
    border-color: #222222;
    border-width: 2px;
    padding: 6px 15px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;   
    font-size: 17px;
    line-height: 1.42857143;  
    text-decoration: none;
    color: #ffffff;
    border-radius: 1px;
    -webkit-appearance: none;   
}

.news-box .hs-button.primary:hover {
    border-width: 2px;
    border-color: #F1D2A9;
    background: #E4AB5C;
    color: #3D270A;  
    
}


.news-box .hs-button.primary:focus {}


 /*****************************************/
  /* Header   */
 /*****************************************/
@media (max-width: 750px) {
#menu { display: none;}
.main-menu { display:none!important;}
.topics-menu a, .topics-menu a:visited, .topics-menu a:hover {font-size: 65%; text-transform: none!important; font-weight: 700!important;}
}

@media (min-width: 751px) {
 .slicknav_menu {
    display:none;
}
}

.header {background: #262323; padding: 14px 0px 14px 0px!important; margin: 0px 0px 0px 0px!important;}

.header-logo { margin:0; padding: 22px 0px 5px 0px;}
.header-logo p { margin:0; padding: 0;}

.main-menu { background: transparent; width: 100%; text-align:center; padding: 10px; margin: 10px 0px 0px 0px; font-family: 'Raleway', sans-serif;} 
.main-menu ul { margin:0!important; text-align: right; padding:0!important; list-style-type: none!important;}
.main-menu ul li {  list-style-type: none!important; display: inline-block!important; font-size: 14px!important; font-weight: 700!important; margin: 0!important; }
.main-menu ul li:before {  content: none!important;}
.main-menu ul li a, .main-menu ul li a:visited {  margin:0!important; color:#ffffff!important; text-decoration: none!important;  padding: 9px 9px!important; text-transform: none!important;}
.main-menu ul li a:hover { text-decoration: none!important; background: #FFE7AD!important; color: #000000!important;}
.activo, .activo:visited { text-decoration: none!important; background: #FFE7AD!important; color: #000000!important;}
.contactHeader p {margin: 0px; padding: 10px 15px 0px 0px; color: #ffffff; font-size: 14px; font-weight: 400; text-align: right;}
.Gspan {color: #F0CC92; font-weight: 700; font-size: 17px; display: inline-block!important; width: auto!important;  float: none!important; margin-left: 4px;}
.GBspan {color: #F0CC92; font-weight: 700; font-size: 25px; }

.main-menu-pt { background: transparent; width: 100%; text-align:center; padding: 10px; margin: 10px 0px 0px 0px; font-family: 'Raleway', sans-serif;} 
.main-menu-pt ul { margin:0!important; text-align: right; padding:0!important; list-style-type: none!important;}
.main-menu-pt ul li {  list-style-type: none!important; display: inline-block!important; font-size: 14px!important; font-weight: 700!important; margin: 0!important; }
.main-menu ul li:before {  content: none!important;}
.main-menu-pt ul li a, .main-menu-pt ul li a:visited {  margin:0!important; color:#ffffff!important; text-decoration: none!important;  padding: 10px 5px!important; text-transform: none!important;}
.main-menu-pt ul li a:hover { text-decoration: none!important; background: #FFE7AD!important; color: #000000!important;}

.links-header-sub { margin:0; padding: 15px 0px 0px 0px;}
.links-header-sub p { font-size: 77%; font-weight: 400; text-align: right; color:#E0C793; padding: 0px 0px 20px 0px; margin:0;}
.links-header-sub  a, .links-header-sub  a:visited { margin:0px 0px 0px 16px; color:#E0C793; text-decoration: none;  padding: 0; border-right: none;}
.links-header-sub  a:hover { text-decoration: none; opacity: 0.85;}
.phone-header { color: #FFFFFF; font-weight: 700; font-size: 115%;}

@media (max-width: 750px) {
    .links-header-sub {display: none!important;}   
    .header-logo p { text-align:center!important;}
    .main-menu ul { margin:0; text-align:center; padding:0;}
    .main-menu ul li { display: inline-block; font-size: 80%; font-weight: 400; margin: 0;}
    .main-menu ul li a, .main-menu ul li a:visited { margin:0; color:#FFE7AD; text-decoration: none; text-transform: uppercase;  padding: 11px 10px 10px 10px;}
    .main-menu ul li a:hover { text-decoration: underline; background: none; color: #ffffff;}
    .main-menu-pt ul { margin:0; text-align:center; padding:0;}
    .main-menu-pt ul li { display: inline-block; font-size: 80%; font-weight: 400; margin: 0;}
    .main-menu-pt ul li a, .main-menu-pt ul li a:visited { margin:0; color:#FFE7AD; text-decoration: none; text-transform: uppercase;  padding: 11px 10px 10px 10px;}
    .main-menu-pt ul li a:hover { text-decoration: underline; background: none; color: #ffffff;}
    }


 /*****************************************/
  /* Footer   */
 /*****************************************/
 
 @media (max-width: 750px) {
     .sublinks { display: none;}
     .links-rodape { background: none!important; }
     .social { float: none!important; text-align: center!important;margin:0!important;}
     .menu-rodape { display: none!important;}
 }
.featuredModule {text-align:center; background: #F4F5F7;}
.featuredModule h3 { font-weight: 400; color:#979899 ; font-size: 36px; margin: 0px; padding: 30px 10px 0px 10px;}
.footer { background: #262323;}

.menu-rodape {  width: 100%; text-align:center; padding: 10px; margin:20px 0px 0px 0px; font-family: 'PT Sans', sans-serif; background: transparent!important;} 
.menu-rodape ul { margin:0; text-align: center; padding:0;}
.menu-rodape ul li { display: inline-block; font-size: 14px; font-weight: 400; margin: 0;}
.menu-rodape ul li a, .menu-rodape ul li a:visited { margin:0; color:#E0C793; text-decoration: none; text-transform: uppercase;  padding: 11px 18px 10px 18px;}
.menu-rodape ul li a:hover { text-decoration: none; background: #FFE7AD; color: #000000;}
.menu-rodape p {text-align:center; font-size: 16px;}
.tcp {margin-top: 30px;}
.tcp a, .tcp a:visited { text-decoration: none; color:#FFE7AD; margin: 0px 8px; } 
.tcp a:hover {text-decoration: underline;}

.menu-rodape-pt { background: #161511; width: 100%; text-align:center; padding: 10px; margin:20px 0px 0px 0px;} 
.menu-rodape-pt ul { margin:0; text-align: center; padding:0;}
.menu-rodape-pt ul li { display: inline-block; font-size: 14px; font-weight: 400; margin: 0;}
.menu-rodape-pt ul li a, .menu-rodape-pt ul li a:visited { margin:0; color:#E0C793; text-decoration: none; text-transform: uppercase;  padding: 11px 10px 10px 10px;}
.menu-rodape-pt ul li a:hover { text-decoration: none; background: #FFE7AD; color: #000000;}


.logo-rodape { margin:0px; padding:10px 0px 0px 0px;}
.logo-rodape p { text-align:center;}

.links-rodape { background: transparent; text-align:center; padding: 2px; margin: 0px 0px 0px 0px;}
.links-rodape h5 {color: #b48d48; margin: 0px; padding: 30px 0px 0px 0px; font-weight: 700; margin-bottom: 20px;}
.links-rodape a, .links-rodape a:visited {color: #ffffff; text-decoration: none; margin: 0px 6px;}
.links-rodape a:hover {color: #b48d48;}

.sublinks { list-style-type: none; float: left; margin:0; padding:0; }
.sublinks li {display: inline-block; font-size: 72%; font-weight: 400; margin: 0;}
.sublinks li a, .sublinks li a:visited {padding: 0px 6px 0px 6px; color: #9A9997; text-decoration: none; border-left: 1px solid #9A9997!important;}
.sublinks li a:hover {color:#949BA0; text-decoration:none;opacity: 0.85;}
.sublinks li:first-child a { border-left: 0px!important;}


.social { float: left; list-style-type: none; margin:0px 0px 0px 50px; padding:0;}
.social li {display: inline-table;  margin: 0px 0px 0px 0px; padding:0;}
.social li a { padding:0px 2px 0px 2px; margin:0;}

.creditos-rodape { color: #ffffff; font-size: 70%; padding:0; margin:0;}
.creditos-rodape p { text-align: center; padding: 0px 0px 20px 0px; margin: 0px;}
.creditos-rodape a, .creditos-rodape a:visited {color: #ffffff; text-decoration: none;}
.creditos-rodape a:hover {color:#E0C793;}

/* Nova Home */
.indexIntro { text-align: center; margin-top: 10px!important; margin-bottom: 30px!important;}
.indexIntro h2 { font-size: 18px; font-weight: 300; line-height: 1.4em; color: #121212; margin: 0% 5% 0% 5%; padding: 0px;}
.indexIntroV { margin-top: 10px!important; margin-bottom: 30px!important;}
.indexIntroV h2 { font-size: 18px; font-weight: 600; line-height: 1.4em; color: #121212; margin: 0% 5% 0% 0%; padding: 0px;}
.indexIntroV h3 { font-size: 28px; font-weight: 600; line-height: 1.4em; color: #121212; margin: 0% 0% 2% 0%; padding: 0px;}
.indexIntroV h4 {font-size: 15px; line-height: 1.3em;}
.indexIntroV a, .indexIntroV a:visited {color: #e0c793; text-decoration: none;}
.indexIntroV a:hover {text-decoration:underline;}
.indexIntroV p {font-size: 14px; color: #333333; line-height:1.4em;}
.indexIntroV ul { font-size: 14px; color: #333333; font-family: 'PT Sans', sans-serif;}
.gridBoxes {margin-bottom: 50px; font-family: 'Raleway', sans-serif; }
.gridBoxes p { font-size: 15px; line-height: 1.4em; margin: 0px; padding: 0px 0px 8px 0px; color: #333333;}
.gridBoxes h2 { font-size: 28px; font-weight: 300; color: #000000; margin: 0px; padding: 0px 0px 8px 0px;}
.gridBoxes h3 {font-size: 17px; font-weight: 700; margin: 0px; padding: 10px 0px 4px 0px; }
.gridBoxes h3 a, .gridBoxes h3 a:visited {color: #000000; text-decoration: none;}
.gridBoxes h3 a:hover { color: #E0C793;}

.gridBoxes_New {margin-bottom: 50px; font-family: 'Raleway', sans-serif; }
.gridBoxes_New p { font-size: 15px; line-height: 1.4em; margin: 0px; padding: 0px 0px 8px 0px; color: #333333;}
.gridBoxes_New h2 { font-size: 30px; font-weight: 300; color: #000000; margin: 0px; padding: 25px 0px 12px 0px; text-align:center;}
.gridBoxes_New h3 {font-size: 17px; font-weight: 700; margin: 0px; padding: 10px 0px 4px 0px; }
.gridBoxes_New h3 a, .gridBoxes h3 a:visited {color: #000000; text-decoration: none;}
.gridBoxes_New h3 a:hover { color: #E0C793;}

.tagPromo {position: absolute; top: 210px; left: 0; padding-right: 7px; background: #E0C793; color: #ffffff; }
.tagPromo h3 {color: #ffffff; font-size: 17px; font-weight: 400; padding: 0px; margin: 0px;  display: block; }
.tagPromo h3::first-letter {margin-left: 7px; line-height: 1.8em;}


.WrapBoxTour {margin-top: 25px; position: relative; float: left; min-height: 340px; }
.WrapBoxTour img {max-width: 100%; height: 260px!important; width: 100%;}
.WrapBoxTour h4 { margin: 15px 0px 0px 0px; padding: 0px 0px 0px 0px; display: inline-block; font-weight: 700; font-size: 15px; width: 100%;}
.WrapBoxTour ul { margin-bottom: 15px;}
.WrapBoxTour ul li { font-size: 15px;padding: 2px 0px;}

.WrapBoxTour_Inspiration {margin-top: 25px; position: relative; float: left; background: black; }
.WrapBoxTour_Inspiration img {max-width: 100%; height: 300px!important; width: 100%; opacity: 0.8;}
.WrapBoxTour_Inspiration h4 { margin: 15px 0px 0px 0px; padding: 0px 0px 0px 0px; display: inline-block; font-weight: 700; font-size: 15px; width: 100%; position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
  font-size: 25px;
    text-align: center;}
.WrapBoxTour_Inspiration a, .WrapBoxTour_Inspiration a:visited {color: #ffffff; text-decoration: none;}


.CTARESERVAR  {border: 1px solid #000000; color: #000000; text-decoration: none; padding: 8px 20px; font-weight: 700; font-size: 17px; margin-bottom: 40px; margin-top: 0px; display: inline-block;}
.CTARESERVAR:hover {background: #222222; transition: 0.8s ; -webkit-transition: 0.8s ; -moz-transition: 0.8s ; -ms-transition: 0.8s ; -o-transition: 0.8s ; color: #e0c793;}
.PrecoModulo {color: #F0CC92; font-weight: 700; font-size: 22px; display: inline-block!important; width: auto!important;  float: left!important; margin-left: 6px;}

.customWrapTeaser { background: #000000; text-align:center; padding-top: 35px!important;}
.customWrapTeaser h3 { color:#E0C793; font-weight: 300; font-size: 34px; margin: 0px; padding: 0px 0px 20px 0px}
.customWrapTeaser p {color: #ffffff; line-height: 1.5em; font-size: 15px; font-weight: 300; margin: 0% 20% 0% 20%; padding: 0px 0px 35px 0px;}
.customWrapTeaser label {display: flex; margin-top: 6px;}
.customWrapTeaser .hs-fieldtype-intl-phone.hs-input .hs-input {
    margin-bottom: 0;
    border: 0px!important;
}

.WrapRegioes {position: relative; margin-bottom: 50px!important; padding: 0px; }
.WrapRegioes h3 { font-size: 28px; font-weight: 300; color: #000000; margin: 0px; padding: 0px 0px 8px 0px;}
.WrapRegioes h4 { font-size: 28px; font-weight: 700; color: #ffffff; padding: 0px 10px 0px 10px; text-align:center;  position: absolute; 
left: 0;
right: 0;
  top: 45%;
margin: auto;}
.WrapRegioes h4 a, .WrapRegioes h4 a:visited {text-decoration: none; color: #ffffff;}
.WrapRegioes h4 a:hover { text-decoration: underline;}
.WrapRegioes img { max-width: 100%; width: 100%; height: 220px; filter:sepia(10%); }
.WrapRegioes p {text-align:center; margin: 40px 0px 0px 0px; padding: 0px;}


.divider-gold { display: block; width: 10%; background:#F0CC92; height: 3px; left: 50%; transform: translate(-50%,0); position: absolute; margin-bottom: 10px; }
.blackDivider {
    display: block;
    width: 8%;
    background: #000000;
    height: 5px;
    }

.btnDetails  {border: 1px solid #000000; color: #000000; text-decoration: none; padding: 8px 20px; font-weight: 400; font-size: 16px;}
.btnDetails:hover {background: #222222; transition: 0.8s ; -webkit-transition: 0.8s ; -moz-transition: 0.8s ; -ms-transition: 0.8s ; -o-transition: 0.8s ; color: #e0c793;}

.btnCustom  {border: 1px solid #ffffff; color: #ffffff; text-decoration: none; padding: 8px 20px; font-weight: 700; font-size: 16px; margin-bottom: 30px;}
.btnCustom:hover {background: #ffffff; color: #000000; transition: 0.8s ; -webkit-transition: 0.8s ; -moz-transition: 0.8s ; -ms-transition: 0.8s ; -o-transition: 0.8s ; }



.HelpTours {background: #F4F5F7; text-align:center; margin-bottom: 40px; padding-bottom: 30px;}
.HelpTours h2 {color: #000000; font-weight: 700; font-size: 30px; margin: 0px; padding: 40px 0px 10px 0px;}
.HelpTours p {font-size: 16px; font-weight: 400; line-height: 1.5em; color: #121212; margin: 0px; padding: 0px 20px 10px 20px; }
.HelpTours h5 {font-size: 30px; font-weight: 700; margin: 0px; padding: 40px 0px 20px 0px;}
.HelpTours img {max-width: 80px; height: 80px; border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;}

.blog-listing-home {margin-bottom: 50px!important;}
.blog-listing-home p {padding: 10px 20px 0px 0px; text-align: right;}

.blog-listing-home .hs-rss-item.hs-with-featured-image {
    overflow: hidden!important;
   
    flex-wrap: wrap-reverse;
}

.blog-listing-home .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: block!important;
    width: 100%!important;
    max-height: 50%!important;
    margin-bottom: 10px!important;
    padding: 0px!important;
}

.blog-listing-home .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper { height: 210px; overflow: hidden;background: #FFFFFF; border-bottom: 4px solid #FCDE86; position: relative;}
.blog-listing-home .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img {max-width: 100%; height:auto;  position:absolute;    top:0;    bottom:0;    margin:auto;  }

.blog-listing-home .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  font-family: 'Raleway', sans-serif;
    width: 100%;
    float: none;
    padding-right: 0;
}

.blog-listing-home .hs-rss-item {
    margin-bottom: 0;
    padding: 0px 0px 0px 0px!important;
    display: inline-flex;
    width: 32%;
    margin-right: 1%;
}

.blog-listing-home .hs-rss-item:last-child { margin-right: 0%!important;}

.blog-listing-home h3 {
  display: none!important;
  height: 0px!important;
  margin:0px!important;
  padding: 0px!important;
}


.blog-listing-home .hs-rss-title, .blog-listing-home .hs-rss-title {font-size: 17px!important; padding: 5px 0px 5px 0px; display: block; font-weight: 700; font-family: 'Raleway', sans-serif }

.blog-listing-home .hs-rss-title, .blog-listing-home .hs-rss-title:hover {
    color: #121212;
    text-decoration: none;
}

.blog-listing-home .hs-rss-description  {display: none;}
@media (max-width: 767px) {
.blog-listing-home .hs-rss-item {
    float: none!important;
    width: 100%;
    margin-right: 0%;
  text-align:center;
  }
  .blog-listing-home .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img {width: 100%; height:auto; position: relative; }
}
  
/* Pagina Campanhas  */
.boxCampanha {background: #FFFFFF; position:  relative;}
.boxCampanha img {max-width: 100%; height: auto; display: block;}
.boxCampanha h3 {color: #FFFFFF; font-weight: 400; font-size: 120%; text-align: center; background-color: rgba(0, 0, 0, 0.8); background: rgba(0, 0, 0, 0.8);
    padding: 9px 10px 9px 10px; display: table-cell; position: absolute; top: 3%;  left: 50%; transform: translate(-50%,0); width: 75%;  }
.boxCampanha h4 { color:#8B9198; font-size: 110%;padding: 20px 20px 20px 20px; font-weight: 700; margin:0;}
.boxCampanha ul {margin: 0px 0px 0px 20px; font-size: 90%; color: #333333; padding:0px 0px 10px 25px;}
.boxCampanha ul li { padding: 0px 0px 2px 0px; line-height: 1.4em;}
.boxCampanha p {text-align:center; font-size: 100%; padding: 10px 0px 20px 0px;}
.btn-campanha {
  font-family: 'Open Sans', sans-serif;
  color: #121212;
  background-color: #e7cc7f;
  border-color: #000000;
  border: 1px solid;
  padding: 10px 20px 10px 20px;   
  text-decoration:none;
  text-transform: uppercase; 
 }
.btn-campanha:hover,
.btn-campanha:focus,
.btn-campanha:active,
.btn-campanha.active,
.open .dropdown-toggle.btn-campanha {
   color: #e7cc7f;
  background-color: #121212;
  border-color: #121212;
  text-decoration:none;
}
.btn-campanha:active,
.btn-campanha.active,
.open .dropdown-toggle.btn-campanha {
  background-image: none;
}

/* Custom Tour Nova Pagina  */

.test-popup-link {margin-top: 15px!important; display: inline-block;}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 28%!important;
  cursor: auto; }
.mfp-content .actions { text-align: center!important;}

.header-lp-campaigns {min-height: 420px!important;}
.header-lp-campaigns h1 { text-align:center; font-size: 330%!important; color: #FFFFFF; margin:0;padding: 7% 1% 4% 1%; font-weight: 700; text-shadow: 2px 2px #121212;}
.header-lp-campaigns h2 {text-align:center; font-size: 160%; color: #FFFFFF; margin:0;padding: 1% 0% 0% 0%; font-weight: 400;}
.campaigns-form-wrap {position: relative; margin-top: -110px!important; zoom:1!important; }
.fe-sub {color: #FFFFFF; text-align:right; font-size: 90%;}
.campaigns-intro-content {margin-top: 100px;color: #636363; }
.campaigns-intro-content h3 { font-size: 190%; color: #121212; margin:0;padding: 30px 0px 20px 0px; font-weight: 300;}
.campaigns-intro-content p {font-size: 90%; line-height: 1.4em;  margin:0; padding: 0px 0px 12px 0px;}
.campaigns-intro-content ul { list-style-type: none; margin: 10px 0px 20px 0px; padding: 0px; }
.campaigns-intro-content ul li {color: #121212!important; font-size: 95%;padding: 0px 0px 10px 0px; line-height: 34px!important; }
.campaigns-intro-content ul img {float: left; margin-right: 10px;}

.campaigns-intro-content_voucher {margin-top: 30px;color: #636363; }
.campaigns-intro-content_voucher h3 { font-size: 200%; color: #121212; margin:0;padding: 0px 0px 20px 0px; font-weight: 300;}
.campaigns-intro-content_vouchert p {font-size: 100%; line-height: 1.4em;  margin:0; padding: 0px 0px 12px 0px;}
.campaigns-intro-content_voucher ul { list-style-type: none; margin: 10px 0px 20px 0px; padding: 0px; }
.campaigns-intro-content_voucher ul li {color: #121212!important; font-size: 95%;padding: 0px 0px 10px 0px; line-height: 34px!important; }
.campaigns-intro-content_voucher ul img {float: left; margin-right: 10px;}
.voucher-video {position: relative; padding-bottom: 21%; height: 0; margin: 0 auto;}
.voucher-list p { text-align:center; font-size: 22px; font-family: 'PT Sans', sans-serif;}
.voucher-list h5 { padding: 12px 0px 2px 38px; margin: 0px; font-size: 25px; color:#E0A771;}
.voucher-list ul {list-style-type: none; font-family: 'Open Sans', sans-serif;}
.voucher-list ul li { font-size: 14px; padding-bottom: 8px;}
.btnVoucher { 
  display: inline-block;
  margin-top: 8px!important;
    color: #000000;
    text-decoration: none;
    padding: 8px 20px;
    font-weight: 400;
    font-size: 17px;
background: #e0c793;
}
.btnVoucher:hover {background: #000000; transition: 0.8s ; -webkit-transition: 0.8s ; -moz-transition: 0.8s ; -ms-transition: 0.8s ; -o-transition: 0.8s ; color: #e0c793!important;}
.voucher-list a, .voucher-list a:visited {
  display: inline-block;
  margin: 0px 5px 8px 5px;
    border: 1px solid #000;
    color: #e0c793;
    text-decoration: none;
    padding: 12px 30px;
    font-weight: 400;
    font-size: 17px;
background: #222222;
}
.voucher-list a:hover {background: #e0c793; transition: 0.8s ; -webkit-transition: 0.8s ; -moz-transition: 0.8s ; -ms-transition: 0.8s ; -o-transition: 0.8s ; color: #000000;}
@media (max-width: 1024px) {
  .voucher-video {padding-bottom: 25%;}
}
@media (max-width: 760px) {
  .voucher-video {padding-bottom: 40%;}
}
.testimony .balloon {
    position: relative;
    padding: 10px 20px;
    margin: 20px 0 20px;
    color: #121212;
    background: #f5f5f5;
    border-radius: 10px;   
    font-size: 100%;
     font-style: italic;
     line-height: 1.4em;
}
.testimony .balloon:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    /* left: 50px; */
    width: 0;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #f5f5f5 transparent;
}
.testimony { margin-bottom:4
0px;}
.testimony .info {  font-size: 90%; color:#848484;}
.testimony .info a, .testimony .info a:visited {  color:#ECC389; text-decoration:none;}
.testimony .info a:hover {  color:#8F714F; text-decoration:underline;}
.info p {padding: 0px 0px 2px 0px; margin:0;}
.testimony .name {  font-size: 95%; color:#222222;}
.testimony .photo {float: left;  margin-right: 10px;}
.testimony h3 { font-size: 190%; color: #121212; margin:0;padding: 30px 0px 20px 0px; font-weight: 300;}


.floated-right a {
    overflow: hidden;
    display: block;
    width: 80%;
    font-size: 24px;
    line-height: 60px;
    font-weight: bold;
    color: #3498db;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    border: none;    
    border-radius: 10px;
    -o-box-shadow: 0px 2px 2px 0px rgba(100, 100, 100, 0.4);
    box-shadow: 0px 2px 2px 0px rgba(100, 100, 100, 0.4);
    margin-top: 55px;
}
.floated-right a:hover {    
    -o-box-shadow: none;
    box-shadow: none;  
    background-image: none;
}

.campaigns-beneficios {padding-top: 50px!important; padding-bottom:50px!important; text-align:center;}
.campaigns-beneficios h3 { font-size: 240%; font-weight: 700; color: #000000; margin:0; padding: 0px 0px 20px 0px;}
.campaigns-beneficios h4 {font-size: 150%; font-weight: 700; color: #000000; margin:0; padding: 0px 0px 20px 0px;}
.campaigns-beneficios h5 {font-size: 130%; font-weight: 400; color: #848484; margin:0; padding: 0px 0px 40px 0px;}
.campaigns-beneficios p {font-size: 100%; font-weight: 400; color: #848484; margin:0; padding: 0px 0px 20px 0px;}

.campaigns-clientes { text-align:center; font-size: 95%;color: #636363; font-weight: 700;}
.campaigns-clientes img { padding: 10px 25px 10px 25px;}

.campaigns-testemunhos {padding-top: 60px!important; padding-bottom:50px!important; text-align:center;}
.campaigns-testemunhos h3 {font-size: 240%; font-weight: 700; color: #000000; margin:0; padding: 0px 0px 50px 0px;}
.campaigns-testemunhos h6 {font-size: 100%; font-weight: 600; color: #000000; margin:0; padding: 20px 0px 5px 0px;}
.campaigns-testemunhos p {font-size: 100%; font-weight: 400; color: #848484; margin:0; padding: 0% 10% 5% 10%;}

.campaigns-social-share {background: #666666; padding: 30px 0px; text-align:center;}
.campaigns-social-share h6 {color: #FFFFFF; font-size: 120%; margin:0; padding: 0px 0px 5px 0px; font-weight: 400;}


.header-campaigns-blue {background:#2F5EE8; padding: 25px;}
.campaigns-wrap-content {margin: 30px 0px 30px 0px; font-family: 'Open Sans', sans-serif;}
.campaigns-wrap-content h2 {font-family: 'Open Sans', sans-serif; font-weight: 300; font-size:180%;}
.campaigns-wrap-content h3 {font-family: 'Open Sans', sans-serif; font-weight: 300; font-size:120%;margin:0; padding: 0px 0px 10px 0px;}
.campaigns-wrap-content h4 {font-family: 'Open Sans', sans-serif; color: #2f5ee8; font-weight: 600; font-size:105%; margin:0; padding: 0px 0px 10px 0px;}
.campaigns-wrap-content p { color: #000000; font-weight: 300; font-size:90%; line-height: 1.4em;margin:0; padding: 0px 0px 10px 0px;}
.campaign { padding-bottom: 40px;}

.campaigns-wrap-footer { border-top: 1px solid #eee; padding-top: 15px;}
.campaigns-wrap-footer p {font-size: 80%; margin: 0; padding: 0px 0px 20px 0px;}
.campaigns-wrap-footer a, .campaigns-wrap-footer a:visited {color:#337ab7; display: inline-block; padding: 0px 15px 0px 0px; text-decoration: none;}
.campaigns-wrap-footer a:hover { text-decoration:none; color: #121212;}

.campaigns-form { background: rgb(240, 240, 240);
background: rgba(240, 240, 240, 0.9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F0F0F0, endColorstr=#F0F0F0);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F0F0F0, endColorstr=#F0F0F0)";
    border-radius: 8px; padding:10px 12px 10px 15px; margin-top: 10px;}
.campaigns-form h5 { margin:0; padding: 10px 0px 2px 0px; font-size: 120%; color: #121212; text-align:center; font-weight: 400;}
.campaigns-form .actions { text-align: center!important;}
.campaigns-form .hs-form-field { margin-bottom: 16px; font-family: 'Open Sans', sans-serif; }
.campaigns-form .hs-input { width: 100%!important; border: none!important; min-height: 42px; font-family: 'Open Sans', sans-serif;
background:#FFFFFF!important; border: 1px solid #D5D8DB!important; border-radius: 4px!important; }
.campaigns-form label { color: #333333;  margin-bottom: 6px!important; font-size: 80%; font-weight: 600!important; text-transform:uppercase;}
.campaigns-form .hs-form-required {display:inline!important;}
.campaigns-form .hs-form fieldset.form-columns-1 input[type="checkbox"], .hs-form fieldset.form-columns-1 input[type="radio"] {
    min-height: 15px!important;
    display: inline-block!important;
    width: auto!important;
    margin-right: 6px!important;
    margin-top: 1px!important;
}

.campaigns-form  fieldset {max-width: 100%!important;}

.campaigns-form .hs-form-checkbox { display: inline-block!important; padding-right: 15px!important;}
.campaigns-form .hs-form-checkbox .hs-input {float: left; width: 50%; }
.campaigns-form .hs-form-checkbox span { float:left;!important;  }
.campaigns-form .hs-form-checkbox label { font-size: 70%; }
.campaigns-form ul {padding:0!important; margin:10px 0px 10px 0px!important; text-align:left!important;}

.campaigns-form .hs-button.primary {
    background: #ECC389;
    border-style: solid;
    border-color: #ECC389;
    border-width: 1px;
    padding: 15px 30px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600!important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;   
    font-size: 130%;
    line-height: 1.42857143;  
    text-decoration: none;
    color: #121212;
    border-radius: 4px!important;
    -webkit-appearance: none;
    width: 60%;
}

.campaigns-form .hs-button.primary:hover {
    border-width: 1px;
    border-color: #E4AB5C;
    background: #E4AB5C;
    color: #FFF;
    
}


.btn-campanha {
    transition: all 0.3s ease;
    color: #121212;
    background-color: #fff;    
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 80%;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    text-decoration:none!important;
}
.btn-campanha:hover, .btn-campanha:focus, .btn-campanha.focus, .btn-campanha:active, .btn-campanha.active, .open > .dropdown-toggle.btn-campanhat {  color: #2f5ee8;background-color: #fff;   border-color: #2f5ee8;text-decoration:none;}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;}
    
.novidade {
    display: inline-block;
    min-width: 10px;
    padding: 4px 4px;
    font-size: 9px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #2f5ee8;
    border-radius: 2px;
    margin-left: 5px;
    border: 1px solid #2f5ee8;
    position: absolute;
}

.ongoing {
    background-color: #d9534f;
    display: inline-block;
    min-width: 10px;
    padding: 4px 4px;
    font-size: 9px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;   
    border-radius: 2px;
    margin-left: 5px;
    border: 1px solid #d9534f;
    position: absolute;
}

.teaser-CT {padding-top: 60px; padding-bottom: 30px;}
.teaser-CT h3  {font-family: 'Open Sans', sans-serif; text-align: center; font-weight: 300; font-size:190%;margin:0; padding: 0px 0px 10px 0px; text-transform: uppercase;}



/* Campanha Verao 2017  */
.header-lp-CV {min-height: 480px!important;text-align:center;}

.header-lp-CV h1 { text-align:center; font-size: 340%!important; color: #FFFFFF; margin:0;padding: 3% 1% 1% 1%; font-weight: 700; text-shadow: 2px 2px #121212;}
.header-lp-CV h2 {text-align:center; font-size: 170%; color: #FFFFFF; margin:0px 0px 20px 0px;padding: 1% 1% 1% 1%; font-weight:400; text-shadow: 2px 2px #121212; background-color: rgba(0, 0, 0, 0.3);display:inline-block; }
.header-lp-CV p {margin:0; padding: 2% 0% 2% 0%; text-align:center;} 

.CV-Montra {margin-top: 45px; margin-bottom: 40px;}
.CV-Montra h2  { text-align:center; font-size: 200%; font-weight: 300; margin:0; padding: 0px 0px 35px 0px;}
.CV-Montra h3  { text-align:center; font-size: 100%; font-weight: 600; margin:0; padding: 10px 0px 8px 0px;}
.CV-Montra h3 a, .CV-Montra h3 a:visited {color: #000000; text-decoration:none;}
.CV-Montra h3 a:hover {text-decoration: underline;}
.CV-Montra p { font-size: 85%; line-height: 1.4em; margin: 0!important; padding: 0px 10px 4px 10px!important; color: #666666;}
.boxCV {text-align:center;border: 1px solid #DDDDDD; padding-bottom: 8px; margin-bottom: 30px; min-height: 420px;}

.CV-CustomTour {margin-top: 20px; margin-bottom: 40px;}
.CV-CustomTour h3 { text-align:center; font-size: 220%; font-weight: 300; margin:0; padding: 0px 0px 35px 0px;}
.CV-CustomTour .campaigns-intro-content { margin-top:0px;}
.CV-CustomTour .campaigns-intro-content h3 { text-align:left; font-size: 120%; font-weight: 600;}
.CV-CustomTour .form-title {font-size: 100%!important; padding: 0px 15px 10px 15px; font-weight: 600;}

.CV-Suggestions { margin-top: 70px; background:#F9F3DF; padding-top: 20px; padding-bottom: 20px;margin-bottom: 50px; border-top: 1px solid #F8EFD3; border-bottom: 1px solid #F8EFD3; text-align:center;}
.CV-Suggestions h3 { font-size: 220%; font-weight: 300; margin:0; padding: 0px 0px 10px 0px;}
.CV-Suggestions p { margin:0; padding: 0px 0px 20px 0px;}
.CV-Suggestions .hs-input { width: 100%!important;  min-height: 42px; font-family: 'Open Sans', sans-serif;
background:#FFFFFF!important; border: 1px solid #D5D8DB!important; border-radius: 4px!important; }
.CV-Suggestions .hs-form fieldset.form-columns-2 { max-width: 100%!important;}
.CV-Suggestions .hs-button.primary {
    background: #000000;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    padding: 10px 30px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 300!important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;   
    font-size: 110%;
    line-height: 1.42857143;  
    text-decoration: none;
    color: #E4AB5C;
    border-radius: 4px!important;   
    margin-top:15px;
    
}

.CV-Suggestions .hs-button.primary:hover {
    border-width: 1px;
    border-color: #E4AB5C;
    background: #E4AB5C;
    color: #FFF;
    
}

.btn-CV-tour {
  font-family: 'Open Sans', sans-serif;
  color: #121212;  
  background-color: #ECC389;
  border-color: #E9B670!important;
  border: 2px solid;
  padding: 15px 12px;   
  text-decoration:none;
  text-transform: uppercase;
  font-size: 110%;
  font-weight: 600!important; 
  border-radius: 4px;
 }
.btn-CV-tour:hover,
.btn-CV-tour:focus,
.btn-CV-tour:active,
.btn-CV-tour.active,
.open .dropdown-toggle.btn-CV-tour {
  color: #E7CC7F;
  background-color: #FFFFFF;
  border-color:#E9B670;
  text-decoration:none;
}
.btn-CV-tour:active,
.btn-CV-tour.active,
.open .dropdown-toggle.btn-CV-tour {
  background-image: none;
}

.btn-CVbox {
  font-family: 'Open Sans', sans-serif;
  color: #121212;
  background-color: #e7cc7f;
  border-color: #E9B670!important;
  border: 1px solid;
  padding: 9px 16px 9px 16px;   
  text-decoration:none;
  text-transform: uppercase; 
  margin-top: 5px!important;
  display: inline-block;
 }
.btn-CVbox:hover,
.btn-CVbox:focus,
.btn-CVbox:active,
.btn-CVbox.active,
.open .dropdown-toggle.btn-CVbox {
   color: #e7cc7f;
  background-color: #121212;
  border-color: #121212;
  text-decoration:none;
}
.btn-CVbox:active,
.btn-CVbox.active,
.open .dropdown-toggle.btn-CVbox {
  background-image: none;
}


.hoteis-mais-valias-wrap { margin-top: 30px;  padding-top: 40px; padding-bottom: 20px;font-family: 'Open Sans', sans-serif;}
.hoteis-mais-valias-wrap h3 { text-align: center; color: #8F7250; font-weight: 300; font-size: 260%; margin: 0; padding: 0px 0px 5px 0px;font-family: 'Open Sans', sans-serif;font-style: italic;}
.hoteis-mais-valias-wrap h4 { text-align: center; color: #8F7250; font-weight: 300; font-size: 120%; margin: 0; padding: 0px 0px 30px 0px!important;font-family: 'Open Sans', sans-serif ;font-style: italic; border-bottom : 0px!important;}
.hoteis-mais-valias-wrap p { text-align:center; color: #666; margin:0; font-weight: 400; font-size: 90%; padding: 0px 0px 12px 0px;}
.hoteis-mais-valias-wrap td  { text-align:center; color: #666; font-weight: 400; font-size: 90%; border: 0px!important;}

.terms-conditions { margin-bottom: 50px!important; margin-top: 50px!important;}
.terms-conditions h1 {color: #dfbd55;
    font-weight: 400;
    font-size: 36px;
    margin: 0 !important;
    padding: 0px 0px 20px 15px !important;
    font-family: 'Raleway',sans-serif;}
.terms-conditions ol {font-family: 'PT Sans', sans-serif; margin-bottom: 30px!important;}
.terms-conditions ol li { font-size: 15px; line-height: 1.5em; color: #000000; padding: 6px 0px 25px 0px;}
.terms-conditions a, .terms-conditionsa:visited {color: #dfbd55; text-decoration:none;}
.terms-conditions a:hover {text-decoration: underline;}