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

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

h1 {font-family: 'Open Sans', sans-serif;}
h2 {font-family: 'Open Sans', sans-serif;}
p {font-family: 'Open Sans', sans-serif;}

 .banner-bgimage {
 background-size: cover;
 background-position: 50% 50%;
 background-repeat: no-repeat;
 height: 520px;
   position:relative;
}

.logo-Orcamentos {position: absolute; top: 20px; left: 30px; z-index: 9999999999;}

.Orcamentos_Header {position: absolute; bottom: -125px; right: 0px; background: #000000; padding: 35px 15px 35px 15px; max-width: 16%;}
.Orcamentos_Header h1 {text-align: left; font-size: 16px; color: #ffffff; text-transform: uppercase; font-weight: 300; margin: 0px; padding: 0px;}
.Orcamentos_Header h2 { text-align: left; color: #B69E46; font-size: 38px; font-weight: 700; text-transform: uppercase; margin: 0px; padding: 0px 0px 2px 0px; line-height: 38px;}
.Orcamentos_Header h3 {text-align: left; color: #B69E46; font-size: 14px; font-weight: 300; text-transform: uppercase; margin: 0px; padding: 0px;}
.Orcamentos_Header p { color: #ffffff; font-size: 13px; font-weight: 400; text-transform: uppercase; text-align: left; margin: 0px; padding: 0px 0px 0px 40px;}

.Orcamentos_Header_Luxo {position: absolute; bottom: -125px; right: 0px; background: #2C384E; padding: 35px 15px 35px 15px; max-width: 16%;}
.Orcamentos_Header_Luxo h1 {text-align: left; font-size: 16px; color: #ffffff; text-transform: uppercase; font-weight: 300; margin: 0px; padding: 0px;}
.Orcamentos_Header_Luxo h2 { text-align: left; color: #B69E46; font-size: 38px; font-weight: 700; text-transform: uppercase; margin: 0px; padding: 0px 0px 2px 0px; line-height: 38px;}
.Orcamentos_Header_Luxo h3 {text-align: left; color: #B69E46; font-size: 14px; font-weight: 300; text-transform: uppercase; margin: 0px; padding: 0px;}
.Orcamentos_Header_Luxo p { color: #ffffff; font-size: 13px; font-weight: 400; text-transform: uppercase; text-align: left; margin: 0px; padding: 0px 0px 0px 40px;}

@media all and (max-width: 780px) {
.Orcamentos_Header {position: absolute; bottom: -20px; right: 0px; background: #000000; padding: 8px 0px 8px 0px; max-width: 100%; width: 100%}
.Orcamentos_Header h1 {text-align: left; font-size: 14px; color: #ffffff; text-transform: uppercase; font-weight: 300; margin: 0px; padding: 0px 0px 0px 30px;}
.Orcamentos_Header h2 { text-align: left; color: #B69E46; font-size: 21px; font-weight: 700; text-transform: uppercase; margin: 0px; padding: 0px 0px 1px 30px; line-height: 21px;}
.Orcamentos_Header h3 {text-align: left; color: #B69E46; font-size: 14px; font-weight: 300; text-transform: uppercase; margin: 0px; padding: 0px 0px 0px 30px;}
.Orcamentos_Header p { color: #ffffff; font-size: 13px; font-weight: 400; text-transform: uppercase; text-align: left; margin: 0px; padding: 0px 0px 0px 30px;}
.Orcamentos_Header_Luxo {position: absolute; bottom: -20px; right: 0px; background: #000000; padding: 8px 0px 8px 0px; max-width: 100%; width: 100%}
.Orcamentos_Header_Luxo h1 {text-align: left; font-size: 14px; color: #ffffff; text-transform: uppercase; font-weight: 300; margin: 0px; padding: 0px 0px 0px 30px;}
.Orcamentos_Header_Luxo h2 { text-align: left; color: #B69E46; font-size: 21px; font-weight: 700; text-transform: uppercase; margin: 0px; padding: 0px 0px 1px 30px; line-height: 21px;}
.Orcamentos_Header_Luxo h3 {text-align: left; color: #B69E46; font-size: 14px; font-weight: 300; text-transform: uppercase; margin: 0px; padding: 0px 0px 0px 30px;}
.Orcamentos_Header_Luxo p { color: #ffffff; font-size: 13px; font-weight: 400; text-transform: uppercase; text-align: left; margin: 0px; padding: 0px 0px 0px 30px;}
.tour-resumo {margin: 30px 0px 6px 0px!important; padding: 0px 0px 0px 10px!important; }
}

.Header_Quote {margin-bottom: 20px; position: relative; }
.Header_Quote h1 { color: #ffffff; font-size: 55px; padding: 8% 0% 1% 0%; margin: 0px; font-weight: 500;}
.Header_Quote h3 {color:#E0C793; font-size: 32px; font-weight: 700; padding: 0px; margin: 0px;}
.Header_Quote p {color: #ffffff; font-weight: 700; font-size: 24px;}

.quick-contact p {color:#B69E46!important;}
.Mform-orcamentos { margin-bottom: 0px; background: #F1F2F3; padding: 30px 20px 10px 20px; }
.Mform-orcamentos p {margin: 0px; padding: 1px 0px;}
.Mform-orcamentos h5 {font-weight: 700; font-size: 16px; color:#E0C793; margin: 0px; padding: 10px 0px 0px 0px; }
.Mform_Review .hs-button.primary {
    font-family: 'Open Sans', sans-serif;
    background: #ECC389;
    border-style: solid;
    border-color: #F1D2A9;
    border-width: 2px;
    padding: 14px 30px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;   
    font-size: 14px;
    line-height: 1.42857143;  
    text-decoration: none;
    color: #3D270A;
    border-radius: 5px;
    -webkit-appearance: none;
    text-transform: uppercase;
}

.Mform_Review .hs-button.primary:hover {
    border-width: 2px;
    border-color: #F1D2A9;
    background: #E4AB5C;
    color: #3D270A;      
}
.Mform_Review_Luxury .hs-button.primary {
    font-family: 'Open Sans', sans-serif;
    background: #B69E46;  
    padding: 14px 30px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;   
    font-size: 14px;
    line-height: 1.42857143;  
    text-decoration: none;
    color: #ffffff;
    border-radius: 5px;
    -webkit-appearance: none;
    text-transform: uppercase;
  border: 0px;
}

.Mform_Review_Luxury .hs-button.primary:hover {   
    background: #ffffff;
    color: #B69E46;      
}
.Mform_Accept .hs-button.primary {
    font-family: 'Open Sans', sans-serif;
    background: #000000;
    border-style: solid;
    border-color: #F1D2A9;
    border-width: 2px;
    padding: 14px 30px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;   
    font-size: 14px;
    line-height: 1.42857143;  
    text-decoration: none;
    color: #ECC389;
    border-radius: 5px;
    -webkit-appearance: none;
    text-transform: uppercase;
}

.Mform_Accept .hs-button.primary:hover {
    border-width: 2px;
    border-color: #F1D2A9;
    background: #E4AB5C;
    color: #3D270A;      
}
.Mform_Accept_Luxury .hs-button.primary {
    font-family: 'Open Sans', sans-serif;
    background: #1E2635;    
    padding: 14px 28px;
  border: 0px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;   
    font-size: 14px;
    line-height: 1.42857143;  
    text-decoration: none;
    color: #ffffff;
    border-radius: 5px;
    -webkit-appearance: none;
    text-transform: uppercase;
}

.Mform_Accept_Luxury .hs-button.primary:hover {   
    background: #000000;
    color: #ffffff;      
}

.page-center-large { 
              max-width: 1280px;
              margin: 0 auto!important;
              float: none!important;
          }
.banner-text-area {width: 100%; float: none;}

.reviews-custom-tour { background:#F5F5F5; margin-bottom: 40px; font-family: 'Open Sans', sans-serif; padding: 15px; border: 1px solid #CCCCCC;}
.reviews-custom-tour h2 {font-weight: 300!important;  margin: 0; padding: 4px 0px 18px 0px; color: #121212; font-family: 'Open Sans', sans-serif; font-size: 130%; text-align:center;}
.reviews-custom-tour h3 { font-weight: 600!important; font-size: 110%!important; margin:0!important; padding: 0px 0px 10px 0px!important;font-family: 'Open Sans', sans-serif!important; text-align:center!important;}
.reviews-custom-tour h3 a, .reviews-custom-tour h3 a:visited {color: #121212; text-decoration: none;}
.reviews-custom-tour h3 a:hover {color: #131313; text-decoration: underline;}
.reviews-custom-tour p { margin:0; padding: 0px 0px 10px 0px; line-height: 1.5em; font-size: 90%; font-style: italic; color:#121212;}
.divider { height: 5px; margin-bottom: 20px; border-bottom: 1px solid #BCBCBC;}
.pics-reviews {text-align:center;}
.pics-reviews img { padding:5px; border: 1px solid #DCDCDC; background:#FFFFFF; max-width: 100%; height:auto; display: inline-block; margin-left: 8px; margin-right: 8px;}

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

body textarea,
body select {
    width: 100%;  
    display: block;
    min-height: 36px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    
}

.TCC {position: absolute; right: 20px; top: 42px;}
.TCC a {background:#e0a834; padding: 5px 12px; color: #ffffff; font-size: 14px; font-weight: 700; text-decoration: none;}
.TCC_luxury {position: absolute; right: 20px; top: 42px;}
.TCC_luxury a {background:#2c384e; padding: 7px 13px; color: #b69e46; font-size: 14px; font-weight: 500; text-decoration: none;}
.NewForm { background: #F2F2F2; padding: 25px; }
.NewForm h2 { color: #333333; font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 190%; text-align: center; margin:0!important; padding: 0px 0px 20px 0px;}
.NewForm label {font-size:85%; color: #666666;}
.NewForm .hs-form-required { display: none!important;}
.NewForm .hs-form-field { margin-bottom: 12px; font-family: 'Open Sans', sans-serif; }
.NewForm form.hs-form .form-columns-1 .hs-form-field .hs-input,
.NewForm form.hs-form .form-columns-2 .hs-form-field .hs-input,
.NewForm form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; border: none!important; min-height: 34px; font-family: 'Open Sans', sans-serif; }
.NewForm textarea {
    min-height: 100px!important;
    font-family: 'Open Sans', sans-serif;
    
}
.NewForm .hs-button.primary,
.NewForm input[type="submit"],
.NewForm input[type="button"] {
    background: #F0CC78;
    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: #121212;
    border-radius: 5px;
    -webkit-appearance: none;
    text-shadow: none;
    border: none;
}

.NewForm .hs-button.primary:hover,
.NewForm input[type="submit"]:hover,
.NewForm input[type="button"]:hover {
    background: #E9B436;
    color: #FFF;
    text-shadow: none;
    
}


.hs-error-msgs inputs-list ul li { display: none!important;}

.review-form .hs-form .hs-form-field .hs-input { width: 100%; border: 1px solid #CDCED1;  font-family: 'Open Sans', sans-serif; margin-bottom: 20px; border-radius:3px; }
.review-form label { font-weight: 600!important; padding-bottom: 5px!important;}
.rf-wrap { padding: 5px 20px 20px 20px; background:#EDEFF1; border: 1px solid #E3E6E8;}
.review-title { text-align: center; margin-bottom: 50px; margin-top:15px;}
.review-title h1 {font-family: 'Open Sans', sans-serif; font-size: 310%!important; color:#E0C793!important; font-weight: 300!important; 
margin: 0!important; padding:0px 0px 10px 0px!important; line-height: 1.3em;}
.review-title h2 {font-family: 'Open Sans', sans-serif; font-size: 170%!important; color:#121212!important; font-weight: 300!important; 
margin: 0!important; padding:0px 0px 8px 0px!important; line-height: 1.3em;}
.review-body p {color: #121212; font-size: 100%; font-family: 'Open Sans', sans-serif; margin:0; padding: 0px 0px 20px 0px; line-height: 1.6em; font-weight: 400;}
.review-body h3 {font-family: 'Open Sans', sans-serif; font-size: 210%!important; color:#121212!important; font-weight: 300!important; 
margin: 0!important; padding:0px 0px 35px 0px!important; line-height: 1.3em;}
.review-body a, .review-body a:visited {text-decoration:none; color: #DCC087; f}
.review-body a:hover {text-decoration:underline; color:#DAC267; }
.other-reviews { margin-top: 60px;}
.other-reviews h3 {font-family: 'Open Sans', sans-serif; font-size: 220%!important; color:#121212!important; font-weight: 300!important; 
margin: 0!important; padding:5px 0px 35px 0px!important; line-height: 1.3em; text-align:center;}
.other-reviews h4 { text-align:center; margin:0; padding: 6px 0px 6px 0px;font-family: 'Open Sans', sans-serif; font-size: 110%!important; font-weight: 600;}
.other-reviews p {color: #738393; font-size: 95%; font-family: 'Open Sans', sans-serif; margin:0; padding: 0px 10% 1% 10%; line-height: 1.6em; font-weight: 600; text-align:center;}
.orimg { max-width: 100px; height: auto; display: block; margin: 0 auto;border-radius: 50%;}
.other-reviews img {max-width: 100px; height: auto; display: block; margin: 0 auto;}
.quote { font-size: 210%; font-weight: 700;font-family: "Times New Roman", Times, serif!important; color:#BCBCBC;}

/* Pagina Orcamento  */
.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;}

.linha-itinerario-orcamento {border-bottom: 1pt solid #121212; font-size: 90%; font-family: 'Open Sans', sans-serif;width: 100%; display: table; padding-bottom:10px;    }
.linha-itinerario-orcamento p {line-height: 1.4em; padding: 0px 10px 10px 0px; margin:0; font-weight:400;}
.lio-left {width: 67%; float: left;}
.lio-right {width: 27%; float: left; text-align:right; padding: 30px 0px 10px 20px;  }
.lio-right img {max-width: 100%; height: auto;  }







.linha-roadbook {border:none; font-size: 85%; font-family: 'Open Sans', sans-serif;width: 100%; display: inline-block; padding: 0px 0px 20px 0px; background: #F1F2F3;
; }
.linha-roadbook p {line-height: 1.4em; padding: 0px 10px 10px 0px; margin:0; font-weight:400;}
.linha-roadbook h4 {background: #121212; color: #E0C793; font-weight: 700; padding: 20px 50px 0px 50px; margin: 0px; text-align:center; font-size: 22px;}
.linha-roadbook h5 {background: #121212; color: #E0C793; font-weight: 700; padding: 10px 50px 20px 50px; margin: 0px 0px 10px 0px; text-align:center; font-size: 17px;}


.lirk-left {
  width: 30%;
  float: left;
  padding: 0; 
}
.lirk-left div {padding: 1% 2% 0% 8%; border-right: 1px solid #121212;}

.lirk-right {
  width: 65%;
  float: left;
  padding: 15px;
  
}

/* Stack vertical em dispositivos até 767px */
@media (max-width: 767px) {
  .lirk-left,
  .lirk-right {
    width: 100%;
    float: none;
    padding: 10px 15px;
  }
}

/* Manter colunas lado a lado entre 768px e 1200px */
@media (min-width: 768px) and (max-width: 1200px) {
  .lirk-left {
    width: 25%;
    float: left;
    padding: 1%;
  }

  .lirk-right {
    width: 65%;
    float: left;
    padding: 1%;
  }
}


.forms-orcamentos {margin-bottom: 50px;}
.forms-orcamentos .hs-button.primary {
    font-family: 'Open Sans', sans-serif;
    background: #ECC389;
    border-style: solid;
    border-color: #F1D2A9;
    border-width: 2px;
    padding: 14px 30px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;   
    font-size: 100%;
    line-height: 1.42857143;  
    text-decoration: none;
    color: #3D270A;
    border-radius: 5px;
    -webkit-appearance: none;
    text-transform: uppercase;
}

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

.form-typ {padding-bottom: 50px;}
.form-typ h3 { text-align:center; font-size: 160%; font-weight: 300; margin:0; color: #121212; padding: 0% 10% 4% 10%;}
.form-typ label {color: #000000; font-size: 95%;  text-transform: uppercase; font-weight: 400;}
.form-typ .hs-input { border: 1px solid  rgb(221, 221, 221); margin-top: 2px!important; margin-bottom: 15px; width:100%!important;min-height: 38px;}
.form-typ textarea {min-height: 200px!important;}
.form-typ .hsformerror p { color: #FFFFFF!important;}
.form-typ .actions { text-align:center;}
.form-typ .hs-button.primary {
    font-family: 'Open Sans', sans-serif;
    background: #ECC389;
    border-style: solid;
    border-color: #F1D2A9;
    border-width: 2px;
    padding: 14px 30px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;   
    font-size: 100%;
    line-height: 1.42857143;  
    text-decoration: none;
    color: #3D270A;
    border-radius: 5px;
    -webkit-appearance: none;
    text-transform: uppercase;
}

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



.intro {position: absolute; top: 40px; background: #000000 ; display: block;text-align:center; color: #FFFFFF; width: 100%;}
.intro p {margin:0; padding: 18px 0px 18px 0px; font-size: 120%;}
.intro h3 {font-size: 170%; font-weight: 400; margin:0; padding: 0px 0px 0px 0px;}
.intro-name { color:#FFEDAF;}



.tour-resumo {margin: 6px 0px 6px 0px; padding: 0px 0px 0px 0px; }
.tour-resumo p {font-size: 12px; color: #121212; margin:0; padding: 10px 0px 10px 0px; line-height:1.3em; font-weight:600;}
.tour-data {margin: 10px 0px 10px 0px; padding: 10px 0px 10px 0px; border-top: 1px dotted #B6B9C2;}
.tour-data p {font-size: 90%; color: #121212; margin:0; padding: 0px 0px 3px 0px; line-height:1.3em; font-weight:600;}
.tour-data-left {text-align: left;}
.tour-data-right {text-align:right;}
.golden-sp {color:#E0C793;}

.region-name {margin-bottom: 20px;}
.region-name h4 {display:block; background:#000000; padding: 10px; font-size: 130%; font-weight:400; color:#E0C793;margin:0;}
.region-name img {width: 100%;}

.region-photo {margin-bottom: 0px;}
.region-photo h4 {display:block; background:#000000; padding: 10px; font-size: 130%; font-weight:400; color:#E0C793;margin:0;}
.region-photo img {width: 100%; max-height: 340px;}

.texto-regiao {margin-bottom: 20px;}
.texto-regiao p {color: #8F7250; font-size: 120%; font-weight: 400; font-style: italic;}

.dados-orcamento {margin-bottom:20px;}
.dados-orcamento p {margin:0; padding: 0px 0px 8px 0px; font-size: 100%;}
.dados-orcamento h4 {font-size: 110%; font-weight: 600; margin:0; padding: 20px 0px 0px 0px;}

.sumario-tour {margin-bottom:20px;}
.sumario-tour_luxury {margin-bottom:20px;}
.sumario-tour h3 {display:block; background:#000000; padding: 10px; font-size: 130%; font-weight:400; color:#E0C793;margin:0; }
.sumario-tour_luxury h3 {display:block; background:#ffffff; padding: 10px; font-size: 130%; font-weight:400; color:#B69E46;margin:0; border: 1px solid #2C384E;}
.sumario-tour p {font-size:90%; margin:0; padding: 15px 0px 15px 0px;}
.sumario-tour_luxury p {font-size:90%; margin:0; padding: 15px 0px 15px 0px;}

.sumario-itinerario {margin-bottom:30px;}
.sumario-itinerario h3 {display:block; background:#000000; padding: 10px; font-size: 130%; font-weight:400; color:#E0C793;margin:0;}
.sumario-itinerario h4 {display:block; background:#000000; padding: 10px; font-size: 130%; font-weight:400; color:#E0C793;margin:0;}
.sumario-itinerario p {font-size:90%; margin:0; padding: 15px 0px 15px 0px;}


.linha-resumo-itinerario { border-bottom: 1pt solid #E0C793; font-size: 90%; display: block;}
.linha-resumo-itinerario table { 
    border-collapse: collapse; 
}

.alterar-tour {margin-bottom: 40px}
.alterar-tour h4 {display:block; background:#64686D; padding: 20px; font-size: 120%; font-weight:400; color:#ffffff;margin:0; text-align:center;}
.alterar-tour p {font-size: 120%; font-weight: 600; margin:0; padding: 20px 0px 0px 0px; text-align:center;}

.itinerario-detalhado {margin-bottom: 20px;}
.itinerario-detalhado h3 {display:block; background:#000000; padding: 10px; font-size: 130%; font-weight:400; color:#E0C793;margin:0; text-align:center;}
.itinerario-detalhado_luxury {margin-bottom: 20px;}
.itinerario-detalhado_luxury h3 {display:block; background:#ffffff; padding: 10px; font-size: 130%; font-weight:400; color:#B69E46;margin:0; border: 1px solid #2C384E;}
.linha-detalhada { border-bottom: 1pt solid #999999; font-size: 90%; display: block;}

.termos {margin-bottom: 30px; background:#F1F2F3; padding-bottom:30px;}
.termos h3 {display:block; background:#000000; padding: 10px; font-size: 130%; font-weight:400; color:#E0C793;margin:0;}
.termos h4 { font-size: 100%; font-weight: 600; margin: 30px 0px 10px 0px; padding: 0px 20px 0px 20px;}
.termos p {font-size: 90%; }
.termos ul {font-size: 90%; margin: 0px 20px 0px 20px;}
.termos_luxury {margin-bottom: 30px; background:#F1F2F3; padding-bottom:30px;}
.termos_luxury h3 {display:block; background:#ffffff; padding: 10px; font-size: 130%; font-weight:400; color:#B69E46;margin:0; border: 1px solid #2C384E;}
.termos_luxury h4 { font-size: 100%; font-weight: 600; margin: 30px 0px 10px 0px; padding: 0px 20px 0px 20px;}
.termos_luxury p {font-size: 90%; }
.termos_luxury ul {font-size: 90%; margin: 0px 20px 0px 20px;}

.destaque-imprensa {margin-bottom: 30px; background:#F4F5F7; padding: 10px;}
.destaque-imprensa h4 {text-align:center; font-size: 150%; font-weight:400; color:#121212; margin:0; padding: 10px 0px 0px 0px;}
.destaque-imprensa p {text-align:center; margin:0; padding: 5px 0px 5px 0px;}

.tour-testemunho h3 {text-align:center; margin:0; padding: 20px 0px 25px 0px; font-size: 140%;}
.box-review {margin-top: 10px; margin-bottom: 30px;}
.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%;}

.contactos-orcamento {margin-bottom:10px!important; background: #ffffff; border-left: 1px solid #EEEEEE;  border-bottom: 1px solid #EEEEEE; border-right: 1px solid #EEEEEE;}
.contactos-orcamento h3 {display:block; background:#74797E; padding: 12px; font-size: 130%; font-weight:400; color:#ffffff;margin:0; text-align:center;}
.co-caixa {padding:20px; color: #121212;}
.co-caixa p {font-size: 75%; margin:0; padding: 5px 0px 5px 0px; clear:both;}
.co-caixa-r {padding:20px; text-align:right;}
.co-caixa-r p {color: #121212; font-size: 90%; margin:0; padding: 5px 0px 5px 0px;}
.co-caixa-r a, .co-caixa-r a:visited {color:#E0C793; text-decoration:none;}
.co-caixa-r a:hover {color:#E0C793; text-decoration:underline;}

.co-inf {float:left; font-size:90%; line-height: 30px; padding-top: 20px;}
.co-img {float:left; padding: 0px 20px 15px 0px;}
.co-img img {border-radius: 50%; max-width: 90px; height: auto;  }

/* Pagina Ebooks  */
.ebooksIntro {position: relative; margin-top: 50px!important; margin-bottom: 60px!important;}
.ebooksIntro h1 {color: #121212; text-align:center; margin: 0px!important; padding: 0px 0px 15px 0px!important; }
.ebooksIntro p {font-size: 17px; font-weight: 300; line-height: 1.4em; color: #333333; margin: 0px; padding: 20px 0px 0px 0px; text-align:center;}
.divider-yellow { display: block; width: 10%; background:#FFDC73; height: 6px; left: 50%; transform: translate(-50%,0); position: absolute; }

.colEbookCover { margin-bottom: 50px;}
.colEbookCover h3 { color: #000000; font-size: 17px; font-weight: 700; margin: 0px; padding: 6px 0px 30px 0px; text-align: center;}
.colEbookCover p {text-align:center; font-size: 15px; margin: 0px; padding: 0px 0px 8px 0px;}
.colEbookCover img {max-width: 100%; height: auto;}
.colEbookCover a, .colEbookCover a:visited { text-decoration: none;}
.colEbookCover a:hover {text-decoration: none;}
.btnEbooks {
    width: auto;
    background: #fff!important;
    border: 1px solid #000000!important;
    border-radius: 0px!important;
    padding: 9px 25px;
    font-size: 15px;
    box-shadow: 0px 0px 0px 0px;
  color: #000000;
}
.btnEbooks:hover { background: #000000!important; color: #ffffff!important; }

.ebooksRightCol {margin-bottom: 40px;}
.ebooksRightCol img {max-width: 100%; height: auto;}
.ebooksRightCol ul { margin: 0px; padding: 0px; }
.ebooksRightCol ul li {list-style-type: none; padding: 0px 0px 10px 0px;}
.ebooksRightCol ul li a, .ebooksRightCol ul li a:visited  { color: #121212; text-decoration: none;}
.ebooksRightCol ul li a:hover { color: #f0cc78; text-decoration: none;}
.bestselling { border: 1px solid #DEDEDE; padding: 20px;}
.bestselling h3 { margin: 0px; padding: 0px 0px 6px 0px; margin: 0px 0px 20px 0px; color: #f0cc78; font-size: 20px; border-bottom: 1px solid #EEEEEE;}


.ebooksTestimonials { margin-bottom: 50px!important; margin-top: 70px;}
.quote-box .quote {font-size: 19px; text-align:center;}
.testimonial-headshot {text-align:center;}
.testimonial-headshot img {max-width: 180px; height: auto; border-radius: 50%;}
.quote-box .details {font-size: 14px; color: #000000; font-weight: 700; text-align:center;}

/* Pagina PR */
.PrHero {min-height: 350px!important; font-family: 'Open Sans', sans-serif;}
.PrHero h1 {color: #FFFFFF; font-weight: 700; font-size: 50px; text-align:center; margin: 0px; padding: 5% 5% 2% 5%;}
.PrHero p {color: #FFFFFF; font-weight: 300; font-size: 25px; text-align:center; margin: 0px; padding: 0% 5% 1% 5%; line-height: 1.3em;}
.categorias-menu {background: #EEEEEE; padding: 10px 10px;}
.categorias-menu ul {text-align:center; margin: 6px 0px 0px 0px; padding: 0px;}
.categorias-menu ul li {display: inline-block; font-weight: 400; font-size: 17px; font-family: 'Open Sans', sans-serif;}
.categorias-menu ul li a, .categorias-menu ul li a:visited { color:#525E65; text-decoration: none; margin: 0px 25px; padding: 6px 12px;}
.categorias-menu ul li a:hover { text-decoration: none; background: #121212; color: #FFFFFF;}
.divider-pr { display: block; width: 10%; background:#FFD24D; height: 6px; margin-bottom: 20px; }
.prContent {margin-top:30px!important; margin-bottom:35px!important;}
.prContent h2 { color: #333333; font-size: 24px; margin: 0px!important; padding: 5px 0px 8px 0px;}
.prContent h3 {margin: 0px; padding: 0px 0px 20px 0px; font-size: 17px; font-weight: 700; color: #000000;}
.prContent p { font-weight: 300!important; font-size: 16px; padding: 0px 0px 15px 0px; margin: 0px; line-height: 1.4em; color: #222222;}
.prContent a, .prContent a:visited { color: #FFD24D; text-decoration: none;}
.prContent a:hover { text-decoration: underline;}

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

.pr-Downloads {text-align: center;}
.pr-Downloads a, .pr-Downloads a:visited { color: #000000; text-decoration: none;}
.pr-Downloads a:hover {text-decoration:none;}

/* Pagina Reviews  */

.intro-reviews-page { padding-bottom: 10px; }
.intro-reviews-page h1 {font-size: 180%; font-weight: 600; margin:0; color: #121212; padding: 0px 0px 5px 0px; text-align:center;}
.intro-reviews-page p {text-align:center; font-size: 90%; color:#9197A4; margin:0; padding:0% 10% 1% 10%; line-height: 1.5em;}

.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }



.linha-review {width: 100%; float: left; margin: 10px 0px 10px 0px; border-top: 1px solid #DDDDDD; clear: both; padding: 30px 0px 10px 0px; font-size: 95%; color: #333333;}
.box-review {float: left; width: 49%; margin: 0% 0% 0% 2%; display: block;}
.box-review:first-child { margin-left: 0; }
.review-top {}
.review-image {width: 35%; float: left; padding-right: 20px;}
.review-image img {max-width: 100%; height: auto; display: block;}
.review-titulo {padding: 15px 0px 0px 0px;}
.review-titulo h2 {font-size: 140%; font-weight: 500; color: #121212; margin:0; padding: 0px 0px 20px 0px; line-height: 1.5em;}
.review-name {color: #A2A8B3; font-size: 90%;}
.review-text { width: 100%; float: left; margin-top: 20px; margin-bottom: 10px;font-size: 90%; line-height: 1.6em;}
.stars-review {display: inline-block; padding: 0px 30px 0px 0px;}
.stars-review img {max-width: 75px; height: auto;}

@media all and (max-width: 780px) {
    .box-review {float: left; width: 98%; margin: 0% 1% 5% 1%; display: block;}
    .box-review:first-child { margin: 0% 1% 5% 1%!important; }
}
.bloco-cta-reviews { background: #EEEEEE; padding: 35px 0px 35px 0px;text-align: center;}
.bloco-cta-reviews h2 { font-size: 200%; color: #000000; font-weight: 400; margin:0; padding: 0% 10% 1% 10%;}


/* Parceiros  */
.parceiros-introducao { padding: 10px 0px 25px 0px;}
.parceiros-introducao h1 {text-align:center; font-size: 260%; font-weight: 300; color: #000000; margin:0; padding: 25px 0px 12px 0px;}
.parceiros-introducao p { text-align: center; padding:0 3% 0 3%; margin:0 0 30px 0; color: #121212; font-size: 85%; line-height: 1.6em;}
.box-imagem-parceiros {  padding: 5px; margin-bottom: 15px;}
.box-imagem-parceiros h2 { text-align: center; font-size: 110%; font-weight: 300; color: #000000; margin:0; padding: 5px 0px 8px 0px;}
.box-imagem-parceiros img {max-width: 130px; height:auto; display:block; margin: 0 auto;}

/* Press  */
.press-wrap { padding: 0px 20px 0px 0px;}
.press-wrap h1 { text-align:center; font-size: 260%; font-weight: 300; color: #000000; margin:0; padding: 5px 0px 25px 0px;}
.linha-press {width:100%; margin:0px 0px 20px 0px; padding: 0px 0px 20px 0px;  float:left;}
.linha-press-logo { width: 100%;  padding:2px; text-align:center;}
.linha-press-logo img { max-width:160px; height: auto; display:block; margin:0 auto;}
.linha-press-inf {text-align:center;}
.linha-press-inf a, .linha-press-inf a:visited {color:#dcc087; text-decoration:none;}
.linha-press-inf a:hover { text-decoration:underline; color:#dac267;}
.linha-press-inf h2 {font-size: 135%; font-weight: 300; color: #000000; margin:0; padding: 0px 0px 15px 0px; text-align:center;}
.linha-press-inf p { font-size: 90%; line-height:1.5em; font-weight: 400; margin:0; padding: 0px 10px 15px 10px; text-align:center; color:#54565F;}

/* Hotel by Request  */
.hotel-Form { padding: 20px 20px 30px 0px; }
.hotel-Form label {color: #000000; font-size: 95%;  text-transform: uppercase; font-weight: 400;}
.hotel-Form  .hs-input { border: 1px solid  #CCCCCC!important; margin-top: 2px!important; margin-bottom: 15px;}
.hotel-Form .hsformerror p { color: #FFFFFF!important;}
.hotel-Form .hs-form-checkbox { display: inline-block!important; padding-right: 15px!important;}
.actions { text-align:center;}

.hotel-booking-wrap { margin-top: 30px;}
.hotel-booking-wrap h1 {font-family: 'Open Sans', sans-serif; font-size: 260%!important; color:#E0C793!important; font-weight: 300!important; text-align: left!important;
margin: 0!important; padding:0px 0px 8px 0px!important; line-height: 1.3em;}
.hotel-booking-wrap p { color: #121212; font-size: 90%; font-family: 'Open Sans', sans-serif; margin:0; padding: 0px 0px 20px 0px;}

.tours-sugeridos-hoteis {margin-top: 30px;}
.tours-sugeridos-hoteis h3 { margin:0; padding: 6px 0px 14px 0px; color: #121212; font-weight: 300; font-family: 'Open Sans', sans-serif; font-size: 130%; text-align:center;}
.tsh-box { border: 1px solid #E4E4E7; padding: 8px 10px 2px 10px; margin-bottom: 15px;font-family: 'Open Sans', sans-serif; background: #F3F3F3;}
.tsh-box p { margin:0; padding: 0px 0px 6px 0px; font-size: 90%; text-align:center;}
.tsh-box h2 {font-family: 'Open Sans', sans-serif; font-size: 110%; font-weight: 600; margin:0; padding: 0px 0px 8px 0px; text-align: center;}
.tsh-box h2 a, .tsh-box h2 a:visited { text-decoration: none; color: #121212;}
.tsh-box h2 a:hover { text-decoration: underline;}

.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;}

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


.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;}


/* Botoes  */
.hotel-Form .hs-button.primary {
    font-family: 'Open Sans', sans-serif;
    background: #ECC389;
    border-style: solid;
    border-color: #F1D2A9;
    border-width: 2px;
    padding: 14px 30px;
    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: 100%;
    line-height: 1.42857143;  
    text-decoration: none;
    color: #3D270A;
    border-radius: 5px;
    -webkit-appearance: none;
    text-transform: uppercase;
}

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


.hotel-Form .hs-button.primary:focus {}

.custom-form .hs-button.primary {
    font-family: 'Open Sans', sans-serif;
    background: #ECC389;
    border-style: solid;
    border-color: #F1D2A9;
    border-width: 2px;
    padding: 14px 30px;
    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: 100%;
    line-height: 1.42857143;  
    text-decoration: none;
    color: #3D270A;
    border-radius: 5px;
    -webkit-appearance: none;
    text-transform: uppercase;
}

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


.custom-form .hs-button.primary:focus {}


.book-form .hs-button.primary {
    font-family: 'Open Sans', sans-serif;
    background: #F0CC78;
    border-style: solid;
    border-color: #F1D2A9;
    border-width: 2px;
    padding: 14px 30px;
    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: 140%;
    line-height: 1.42857143;  
    text-decoration: none;
    color: #3D270A;
    border-radius: 5px;
    -webkit-appearance: none;
    text-transform: uppercase;
}

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

.ebook-form .hs-button.primary {
    font-family: 'Open Sans', sans-serif;
    background: #F0CC78;
    border-style: solid;
    border-color: #F1D2A9;
    border-width: 2px;
    padding: 14px 30px;
    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: 120%;
    line-height: 1.42857143;  
    text-decoration: none;
    color: #3D270A;
    border-radius: 5px;
    -webkit-appearance: none;
    text-transform: uppercase;
}

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

.review-form .hs-button.primary {
    font-family: 'Open Sans', sans-serif;
    background: #F0CC78;
    border-style: solid;
    border-color: #F1D2A9;
    border-width: 2px;
    padding: 14px 30px;
    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: 140%;
    line-height: 1.42857143;  
    text-decoration: none;
    color: #3D270A;
    border-radius: 5px;
    -webkit-appearance: none;
    text-transform: uppercase;
}

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



/* Download eBook */
.wrap-ebook-download { margin-top: 30px!important; margin-bottom: 30px!important;}
.ebook-cover { text-align:center;}


.ebook-form .hs-form .hs-form-field .hs-input  { max-width: 100%!important; border: 1px solid #CDCED1; min-height: 48px!important; font-family: 'Open Sans', sans-serif; margin-bottom: 30px; border-radius:3px; }
.hs-form fieldset.form-columns-1 .hs-input {
    width: 100%!important;
}
.ebook-form .hs-form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%!important;    
}
.ebook-form h1 {font-family: 'Open Sans', sans-serif; font-size: 170%; line-height: 1.3em; font-weight: 600; color: #121212; margin:0px 0px 20px 0px; padding: 0px 0px 6px 0px; font-style: italic;}
.ebook-form h2 {font-family: 'Open Sans', sans-serif; font-size: 170%; line-height: 1.3em; font-weight: 600; color: #121212; margin:0px 0px 20px 0px; padding: 0px 0px 6px 0px; font-style: italic;}
.ebook-form h3 {font-family: 'Open Sans', sans-serif; font-size: 120%; line-height: 1.3em; font-weight: 600; color: #DCC087; margin:0px 0px 20px 0px; padding: 0px 0px 0px 0px; font-style: italic;}
.ebook-form p {font-size: 90%; color: #464B55; font-family: 'Open Sans', sans-serif;}
.ebook-form ul li { font-size: 90%; color: #464B55; padding: 0px 0px 8px 0px;}
.ebook-form ol li { font-size: 90%; color: #464B55; padding: 0px 0px 8px 0px;}
.ebook-form a, .ebook-form a:visited {text-decoration:none; color: #DCC087; font-weight: 600;}
.ebook-form a:hover { text-decoration:underline; color:#DAC267; }
.teste { padding: 5px 20px 20px 20px; background:#ECEEF0; border: 1px solid #E3E6E8;}

.ebook-highlights { margin-top: 30px;}
.ebook-highlights p {font-size: 95%; color: #464B55; font-family: 'Open Sans', sans-serif;}
.ebook-highlights h2 {font-family: 'Open Sans', sans-serif; font-size: 150%; line-height: 1.3em; font-weight: 600; color: #121212; margin:0px 0px 20px 0px; padding: 0px 0px 6px 0px; }
.ebook-highlights h3 {font-family: 'Open Sans', sans-serif; font-size: 120%; line-height: 1.3em; font-weight: 600; color: #AFB2BB; margin:0px 0px 15px 0px; padding: 0px 0px 0px 0px; }
.ebook-highlights ul li { font-size: 95%; color: #464B55; padding: 0px 0px 12px 0px;}
.ebook-highlights ol li { font-size: 75%; color: #464B55; padding: 0px 0px 12px 0px;}

/* By The Book */
.intro-book { padding-top: 30px; padding-bottom: 25px;}
.bt-intro { margin-bottom: 20px;}
.bt-intro h1 {font-family: 'Open Sans', sans-serif; font-size: 250%; line-height: 1.3em; font-weight: 400; color: #121212; margin:0; padding: 0px 0px 6px 0px;}
.bt-intro h2 {font-family: 'Open Sans', sans-serif; font-size: 120%; line-height: 1.3em; font-weight: 600; color: #AFB2BB; margin:0px 0px 20px 0px; padding: 0px 0px 6px 0px; font-style: italic;}
.bt-intro p {font-family: 'Open Sans', sans-serif; font-size: 90%; font-weight: 400; color: #121212; margin:0; padding: 0px 0px 6px 0px;}
.book-price { display: inline-table; padding: 5px 18px 5px 18px; margin: 20px 0px 10px 0px; background:#F0CC78; color: #000000; font-size: 110%; font-weight: 600;}
.book-shipping { display: block; padding: 0px; margin: 5px 0px 0px 0px;  color: #131313; font-size: 90%; font-weight: 400;}

.book-info h2 {font-family: 'Open Sans', sans-serif; font-size: 170%; line-height: 1.3em; font-weight: 600; color: #121212; margin:0px 0px 20px 0px; padding: 0px 0px 6px 0px; font-style: italic;}
.book-info p {font-family: 'Open Sans', sans-serif; font-size: 95%; font-weight: 400; color: #3E3F44; margin:0; padding: 0px 0px 12px 0px; line-height: 1.5em;}
.book-info a, .book-info a:visited { color: #F0CC78; text-decoration: none; font-weight: 700;}
.book-info a:hover { text-decoration: none; border-bottom: 1px dotted #121212;}

.book-info h4 {font-family: 'Open Sans', sans-serif; font-size: 140%; line-height: 1.3em; font-weight: 600; color: #F0CC78; margin:20px 0px 10px 0px; padding: 0px 0px 0px 0px; }

.book-form .hs-form-field { margin-bottom: 25px; font-family: 'Open Sans', sans-serif; }

.book-form .hs-form-required { display:none;}
.book-form .hs-form .form-columns-1 .hs-form-field .hs-input,
.book-form .hs-form .form-columns-2 .hs-form-field .hs-input,
.book-form .hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; border: 1px solid #CDCED1; min-height: 42px; font-family: 'Open Sans', sans-serif; }
.book-form h2 {font-family: 'Open Sans', sans-serif; font-size: 170%; line-height: 1.3em; font-weight: 600; color: #121212; margin:0px 0px 20px 0px; padding: 0px 0px 6px 0px; font-style: italic;}
.book-form h3 {font-family: 'Open Sans', sans-serif; font-size: 120%; line-height: 1.3em; font-weight: 600; color: #AFB2BB; margin:0px 0px 10px 0px; padding: 0px 0px 0px 0px; font-style: italic;}

.book-pics { margin-top: 30px; margin-bottom: 30px; text-align:center;}
.book-preview { margin-bottom: 25px; padding: 5px 0px 5px 0px; text-align:center;}
.book-preview h2 {font-family: 'Open Sans', sans-serif; font-size: 260%; line-height: 1.3em; font-weight: 300; color: #121212; margin:0px 0px 15px 0px; padding: 0; }
.book-share {text-align:center; margin-bottom: 25px;}
.book-share h3 {font-family: 'Open Sans', sans-serif; font-size: 140%; line-height: 1.3em; font-weight: 400; color: #333333; margin:0px 0px 0px 0px; padding: 0; }


/* Nelson PA  */
.bio-wrap { margin-top: 10px!important; margin-bottom:40px!important;}
.bio-nelson { margin-top: 5px;}
.bio-nelson h2 {text-align:center; color: #121212; padding:8px 0px 16px 0px; margin:0px; font-weight: 600;
font-family: 'Open Sans', sans-serif; font-size: 125%; line-height: 1.3em;}
.bio-nelson p {font-family: 'Open Sans', sans-serif; font-size: 90%; line-height: 1.4em; margin:0; padding: 0px 0px 10px 0px;}
.nelson-pic { margin-top: 20px;}

.subinfo-nc { margin-bottom:30px!important;}
.subinfo-nc h2 { color: #121212; padding:10px 0px 8px 0px; margin:0px 0px 20px 0px; font-weight: 400;
font-family: 'Open Sans', sans-serif; font-size: 140%; line-height: 1.3em; border-bottom: 1px solid #CCCCCC; min-height:62px}
.subinfo-nc p {font-family: 'Open Sans', sans-serif; font-size: 90%; line-height: 1.5em; margin:0; padding: 0px 0px 10px 0px;}
.subinfo-nca, .subinfo-nc a:visited { color: #EC0306; text-decoration:none;}
.subinfo-nc a:hover {text-decoration: underline;}

.filtro-posts a, .filtro-posts a:visited { color: #404040!important; text-decoration:none;}
.filtro-posts a:hover {text-decoration: underline;}
.book-NC h2 { color: #121212; padding:20px 0px 16px 0px; margin:0px; font-weight: 300;
font-family: 'Open Sans', sans-serif; font-size: 290%; line-height: 1.3em;}
.book-NC h3 {font-family: 'Open Sans', sans-serif; font-size: 120%; line-height: 1.3em; font-weight: 600; color: #AFB2BB; margin:0px 0px 30px 0px; padding: 0px 0px 6px 0px; font-style: italic;}
.book-NC p {font-family: 'Open Sans', sans-serif; font-size: 95%; line-height: 1.5em; margin:0; padding: 0px 0px 40px 0px;}


/* custom Tour  */
@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: #000000; padding: 10px 0px 0px 0px; margin: 0px 0px 0px 0px;}

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

.main-menu { background: #161511; width: 100%; text-align:center; padding: 10px; margin:10px 0px 0px 0px; font-family: 'Open Sans', sans-serif;} 
.main-menu ul { margin:0!important; text-align: center; 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: 400!important; margin: !important0;}
.main-menu ul li:before {  content: none!important;}
.main-menu ul li a, .menu-menu ul li a:visited {  margin:!important0; color:#E0C793!important; text-decoration: none!important; text-transform: uppercase!important;  padding: 11px 14px 10px 14px!important;}
.main-menu 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, .menu-rodape 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;}
    }
    
.fb-box { margin-top: 25px; margin-bottom: 25px; max-width: 260px;}



.custom-form { padding: 20px 20px 30px 0px; font-family: 'Open Sans', sans-serif; }
.custom-form  label {color: #000000; font-size: 95%;  text-transform: uppercase; font-weight: 400;}
.custom-form   .hs-input { border: 1px solid  #CCCCCC!important; margin-top: 2px!important; margin-bottom: 20px; background-color: #fff;    background-image: none;  
    border-radius: 4px; }
.custom-form  .hsformerror p { color: #FFFFFF!important;}

.custom-form .actions { text-align:center;}
.custom-form ul li {list-style-type:none;}
.hs-error-msgs label { font-size: 70%!important; color: #E0C793!important; text-transform: none!important; font-weight: 600!important; }
ul.hs-error-msgs  { margin:-20px 0 25px 0 !important; padding:0!important;
-webkit-margin-before: 0important;
    -webkit-margin-after: 0important;
    -webkit-margin-start: 0pximportant;
    -webkit-margin-end: 0pximportant;
    -webkit-padding-start: 2pximportant;}
    
.custom-form .hs-form fieldset.form-columns-1 input[type="checkbox"], .hs-form fieldset.form-columns-1 input[type="radio"] {
    min-height: 16px!important;
    display: inline-block!important;
    width: auto!important;
    margin-right: 6px!important;
    margin-top: 1px!important;
}

.custom-form .hs-form-checkbox { display: inline-block!important; padding-right: 16px!important;}
.custom-form .hs-form-checkbox .hs-input {float: left; width: 50%; }
.custom-form .hs-form-checkbox span { float:left;!important;  }
.custom-form .hs-form-checkbox label { font-size: 75%; }
.custom-form ul {padding:0!important; margin:10px 0px 10px 0px!important; text-align:left!important;}
.custom-form .inputs-list {margin-top:25px!important;}



 //*****************************************/
  /* 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;}
 }
.footer { background: #000000;}

.menu-rodape {  width: 100%; text-align:center; padding: 10px; margin:20px 0px 0px 0px; font-family: ;} 
.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-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 h4 {color: #ffffff; margin: 0px; padding: 35px 0px 0px 0px; font-weight: 700; margin-bottom: -20px;}

.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;}