/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

@font-face {
    font-family: 'Secular One';
    src: url('https://3960387.fs1.hubspotusercontent-na1.net/hubfs/3960387/Fonts/SecularOne-Regular.eot');
    src: url('https://3960387.fs1.hubspotusercontent-na1.net/hubfs/3960387/Fonts/SecularOne-Regular.eot#iefix') format('embedded-opentype'),
        url('https://3960387.fs1.hubspotusercontent-na1.net/hubfs/3960387/Fonts/SecularOne-Regular.woff2') format('woff2'),
        url('https://3960387.fs1.hubspotusercontent-na1.net/hubfs/3960387/Fonts/SecularOne-Regular.woff') format('woff'),
        url('https://3960387.fs1.hubspotusercontent-na1.net/hubfs/3960387/Fonts/SecularOne-Regular.ttf') format('truetype'),
        url('https://3960387.fs1.hubspotusercontent-na1.net/hubfs/3960387/Fonts/SecularOne-Regular.svg#SecularOne-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* @import url('http://example.com/example_style.css'); */

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

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

/*
CORES:

Amarelo: #b99e73;
Azul Escuro: #364389;
Azul Claro: #9ab9d8;
*/



html, body {
  height:100% !important;
}

body
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;

    margin: 0;
}

.body-container container-fluid{
  min-height:100% !important;
    position:relative !important;
  
}
p
{
    line-height: 1.8em;
}
ul li
{
    margin-bottom: 20px;
}
ul li:last-child
{
    margin-bottom: 0;
}
h2
{
    font-size: 26px;
    font-weight: 900;
}
.page-center
{
    float: none !important;

    max-width: 1100px;
    margin: 0 auto !important;
    padding: 0px 25px; /*espaço nas bordas para mobile*/
}
.container-marcas
{
    padding: 10px 0;

    text-align: center;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    text-overflow: unset;
    max-width: none;
    width: auto;
    text-align: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    text-overflow: unset;
    max-width: none;
    width: auto;
    text-align: left;  
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    padding: 0;
    padding: 20px 10px 10px 10px;
}

.hs-menu-wrapper > ul ul li {
    padding: 6px 10px;
    text-align: left;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding: 0px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    text-overflow: unset;
    max-width: none;
}
.logo-unigranrio img {
    max-width: 250px;
    padding: 10px 0px 0px 10px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    margin-bottom: 0px;
    padding: 15px 0px;
}

.hs-menu-wrapper > ul li a {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 1em;
    color: #004081;
    font-weight: bold;
}

.hs-menu-wrapper {
    text-align: right;
    margin-top: 15px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    z-index: 999;
    background: #fff;
}


.container-marcas img
{


    max-width: 245px;
}
.hero-curso
{
    position: relative;

    padding: 25px 0;

    color: #fff;
    background: #444;
}
.color-overlay
{
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: rgba(0, 0, 0, .4);
}
/* Overlay */
.hero-curso .page-center
{
    position: relative;
    z-index: 100;
}

.informacoes-curso h2
{
    font-size: 12px;
    font-weight: 900;

    display: inline;

    margin: 0;
    padding: 5px 10px;

    text-transform: uppercase;

    color: #222;
    background: #b99e73;
}
.informacoes-curso h1
{
    font-size: 24px;
    font-weight: 900;

    margin: 0;
    padding: 0;


    color: #fff;
}
.txt-detalhes-curso p:first-child
{
    margin-top: 0;
}
.txt-detalhes-curso p:last-child
{
    margin-bottom: 0;
}
#hsForm_bf548f59-eca0-4eb9-a957-3c204f4ec27f
{
    font-size: 14px;

    padding: 20px;

    color: #444;
    background: #fff;
}
#hsForm_bf548f59-eca0-4eb9-a957-3c204f4ec27f .form-title
{
    margin: 0;
}
#hsForm_bf548f59-eca0-4eb9-a957-3c204f4ec27f .hs-form-field
{
    font-weight: 700;

    margin-bottom: 15px;
}
#hsForm_bf548f59-eca0-4eb9-a957-3c204f4ec27f .hs-input
{
    font-family: 'Roboto', sans-serif;

    height: 40px;
    
    

    transition: all .5s ease;

    color: #444;
    border: 0;
    border-bottom: solid 2px #ccc;
    background: #f3f3f3;
}
#hsForm_bf548f59-eca0-4eb9-a957-3c204f4ec27f .hs-input
{
    height: 42px;
  
}

#phone_ext-bf548f59-eca0-4eb9-a957-3c204f4ec27f{
  width: 100%
}
#hsForm_bf548f59-eca0-4eb9-a957-3c204f4ec27f .hs-button
{
    font-weight: 900;

    display: block;

    width: 100%;

    cursor: pointer;
    transition: all .5s ease;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff!important;
    border: 0;
    background: #364389;
  padding: 15px 10px;
}
#hsForm_bf548f59-eca0-4eb9-a957-3c204f4ec27f .hs-button:hover
{
    background: #5468d5;
}
#hsForm_bf548f59-eca0-4eb9-a957-3c204f4ec27f .hs-error-msgs
{
    font-size: 12px;

    margin: 5px 0 0 0;
    padding: 0;

    list-style: none;
}
.hs-input.error
{
    border: solid 2px #d03a41;
}

.rowMapa{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0095d0+0,376eb4+50,ff1c78+100 */
background: #0095d0; /* Old browsers */
background: -moz-linear-gradient(left,  #0095d0 0%, #376eb4 50%, #ff1c78 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0095d0 0%,#376eb4 50%,#ff1c78 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0095d0 0%,#376eb4 50%,#ff1c78 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095d0', endColorstr='#ff1c78',GradientType=1 ); /* IE6-9 */
  padding-top: 30px;
  padding-left: 0;
   padding-right: 0;
  padding-bottom: 10px;
     

  
  
}


.hs-error-msg{
  color: #e61b72;
    float: left;
   
    width: 150px;
}


.bgimg-1 {
  position: relative;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
   padding: 50px 0;

}
.bgimg-1 {
  background: #fff url("https://3960387.fs1.hubspotusercontent-na1.net/hubfs/3960387/arquivos-polos/bg-clouds-3.png");
  height: 50%;
}


.detalhes-curso2
{
  
    font-family: 'Oswald',sans-serif;
    padding: 25px 0;
    text-align: center;
    color: #fff;
    background: #e61b72;
    background: -moz-linear-gradient(left,rgba(230,27,114,1) 0%,rgba(29,112,183,1) 100%);
    background: -webkit-linear-gradient(left,rgba(230,27,114,1) 0%,rgba(29,112,183,1) 100%);
    background: linear-gradient(to right,rgba(230,27,114,1) 0%,rgba(29,112,183,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61b72',endColorstr='#1d70b7',GradientType=1);

}
.detalhes-curso2 h4
{
    font-size: 18px !important;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #fff !important;
}

.detalhes-curso2 p
{
    font-size: 16px !important;
}
.detalhes-curso2 .fa-clock,
.detalhes-curso2 .fa-calendar-alt,
.detalhes-curso2 .fa-graduation-cap,
.detalhes-curso2 .fa-dollar-sign
{
    font-size: 30px;

}
.duracao,
.inscricao,
.aulas,
.valor
{
    padding: 20px 0;

    
    border-bottom: solid 1px #fff;
}
.duracao
{
    padding-top: 0;

    border-top: 0;
}
.valor
{
    margin-bottom: 0;
    padding-bottom: 0;

    border-bottom: 0;
}
.container-diferenciais-pos
{
    padding: 25px 0;
}
.container-diferenciais-pos h2
{
    font-size: 24px;
    font-weight: 900;

    margin: 0 0 25px 0;

    text-align: center;
    text-transform: uppercase;

    color: #364389;
}
.diferenciais,
.competencias-desenvolvidas,
.pre-requisitos,
.modelo-inovador,
.publico-alvo,
.pos-meses
{
    padding: 25px;

    color: #666;
}
.diferenciais,
.competencias-desenvolvidas,
.pre-requisitos
{
    background: #e3e3e3;
}
.modelo-inovador,
.publico-alvo,
.pos-meses
{
    background: #f3f3f3;
}
/* VICTOR */
.detalhes-curso2 .duracao .icon-detalhes > .layout-widget-wrapper > span {
    font-size: 30px;
    padding-bottom: 10px;
    display: block;
}
.detalhes-curso2 .inscricao .icon-detalhes > .layout-widget-wrapper > span {
    font-size: 30px;
    padding-bottom: 10px;
    display: block;
}
.detalhes-curso2 .aulas .icon-detalhes>.layout-widget-wrapper>span{
        font-size: 30px;
    padding-bottom: 10px;
    display: block;
}
.detalhes-curso2 .valor .icon-detalhes>.layout-widget-wrapper>span{
        font-size: 30px;
    padding-bottom: 10px;
    display: block;
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content, .dropdown-content.go, .dropdown-content.mg, .dropdown-content.rj, .dropdown-content.sc, .dropdown-content.sp {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content, .dropdown:hover .dropdown-content.go, .dropdown:hover .dropdown-content.mg, .dropdown:hover .dropdown-content.rj, .dropdown:hover .dropdown-content.sc, .dropdown:hover .dropdown-content.sp{
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.texto-polos {
    text-align: center;
    font-size: 30px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}
.engloba-botos {
    width: 80%;
    margin: 0 auto;
    float: none;
}
.botoes-polos {
    width: 100%;
    text-align: center;
}

.botoes-polos .dropdown .dropbtn {
    color: #364389;
    background: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}

.botoes-polos .dropdown .dropdown-content a {
    border: 1px solid #ccc;
}

.txt-maio strong{
    font-size: 25px;
    background: #364389;
    padding: 5px 15px;
}

.first-txt{
margin-bottom: 0px;
}

.second-txt{
margin-top:0px;
}

.informacoes-curso .engloba-imagens {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.animado {
    width: 100%;
    float: left;
}

.animado img {
    position: absolute;
    width: 85%;
    bottom: 95px;
    left: 250px;
}

.animado.sc img {
    left: 230px;
    bottom: 5px;
}

.txt-detalhes-curso.sc-dt img {
    margin-top: 20px;
}

#hsForm_bf548f59-eca0-4eb9-a957-3c204f4ec27f {
    border: 2px solid #364389;
    border-radius: 15px;
    padding: 15px;
}

.page-center .informacoes-curso h2 {
    color: #0071BC;
    background: none;
    font-size: 35px;
    padding: 0;
}

.page-center .informacoes-curso h4 {
    color: #0071bc;
    font-size: 20px;
}

.header-container-wrapper {
    width: 100%;
    float: left;
}

.header-container.container-fluid {
    width: 100%;
    float: left;
}

/*.header-container-wrapper .header-container > div {
    margin-bottom: 1%;
}
*/
.logo-unigranrio img {padding-left: 2%;display: block;padding-top: 1%;}

.hero-curso {
    border-bottom: 0;
    padding-top:0px;
}

/*.hero-curso.all-entries {
    padding-top: 2%;
    padding-bottom: 5%;
}*/

.bl-ctas p {
    margin-left: 20%;
}

#hsForm_bf548f59-eca0-4eb9-a957-3c204f4ec27f .hs_lgpd_usar_em_formularios label span a {
    
    text-decoration: underline;
}
#hsForm_bf548f59-eca0-4eb9-a957-3c204f4ec27f fieldset .input ul {
    padding: 0;
    list-style-type: none;
}

#hsForm_bf548f59-eca0-4eb9-a957-3c204f4ec27f fieldset .input ul li label input {
    height: auto;
}

#hsForm_bf548f59-eca0-4eb9-a957-3c204f4ec27f fieldset .input ul li {
    font-weight: normal;
}

#hsForm_bf548f59-eca0-4eb9-a957-3c204f4ec27f form .hs_submit .actions input {
    padding: 10px 15px;
    border-radius: 15px;
}

#hsForm_bf548f59-eca0-4eb9-a957-3c204f4ec27f form .hs-error-msg {
    color: red;
}

.detalhes-curso2 p {
    line-height: normal;
}
.engloba-bl-polos {
    background: #EFEFEF;
    padding: 1% 0px;
}

.bl-polos a {
    text-decoration: none;
    color: #007bff;
    font-size: 14px;
    line-height: normal;
}

.bl-polos p {
    margin: 0;
}

.bl-polos h2 {
    font-weight: normal;
}

#hsForm_bf548f59-eca0-4eb9-a957-3c204f4ec27f .hs-richtext h4 {
    font-size: 30px !important;
    margin: 0;
    margin-bottom: 20px;
  font-weight: bold;
}


/* FIM VICTOR */
.container-coordenadora
{
    padding: 25px 0;

    color: #fff;
    background: #364389;
    background-image: linear-gradient(to right top, #364389, #004993, #0053a6, #005cb9, #0066cd);
}
.container-coordenadora h2
{
    font-weight: 900;

    margin: 0 0 25px 0;
    padding: 0;

    text-align: center;
    text-transform: uppercase;
}
.container-coordenadora h3
{
    margin: 0;
    padding: 0;
}

.container-ENEM
{
    padding: 25px 0;

    color: #fff;
    background: #F49918;
    
}
.container-ENEM h2
{
    font-weight: 900;

    margin: 0 0 25px 0;
    padding: 0;

    text-align: center;
    text-transform: uppercase;
}
.container-ENEM h3
{
    margin: 0;
    padding: 0;
}



.cta-lp-cursos
{
    font-family: 'Roboto', sans-serif !important;
    font-weight: 900 !important;

    padding: 15px 25px !important;

    text-transform: uppercase !important;

    color: #fff !important;
    background-color: #b99e73 !important;
}
.cta-lp-cursos:hover
{
    background-color: #c6a97b !important;
}
.txt-coordenadora p
{
    font-size: 14px;
    line-height: 1.8em;
}
.redes-sociais
{
    margin: 10px 0;
    padding: 0;

    list-style: none;
}
.redes-sociais li
{
    float: left;

    margin: 0 10px 0 0;
}
.redes-sociais li:last-child
{
    margin-right: 0;
}
.fa-envelope,
.fa-linkedin
{
    font-size: 26px;

    color: #fff;
}
.informacoes-coordenadora
{
    margin-top: 20px;
}
.informacoes-coordenadora h3
{
    font-size: 22px;
    font-weight: 900;
}
.container-maps h2
{
    text-align: center;
    text-transform: uppercase;

    color: #364389;
}
.container-maps h4
{
    text-transform: uppercase;

    color: #444;
}
.container-maps ul
{
    margin: 0;
    margin-left: 23px;
    padding: 0;

    list-style: none;

    color: #666;
}
.container-campi
{
    overflow: hidden;

    margin-bottom: 40px;
}
.rodape
{
    padding: 25px 0;
  background: rgba(15,110,180,0.9);
}
.rodape h4
{
    font-size: 10px;

    margin: 0;

    text-transform: uppercase;

    color: #364389;
}


p.footer-text{
  text-align: center !important;
  
}

.rodape p
{
    color: #fff;
  text-align: center;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 2px 8px;
}

.tp-infos h2 {
  	color: #fff;
  	background: none;
}
.producao {
  	text-align: center;
}
.producao img {
	  max-width: 90px;
}

.box-txt-privacy p {
    background: #fff;
    color: #444;
    padding: 5px 10px;
    margin-top: -30px;
    margin-bottom: 0px;
    font-family: 'Roboto',sans-serif;
    font-size: 11px;
}
.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: 96px;
}


.input ul li label span {
    position: relative !important;
    bottom: 0px !important;
}

.inputs-list {
    
    float: left !important;
    width: 100% !important;
}

/*ul li{
  float: left !important;
  margin-right: 10px !important;
}*/



.row-fluid .span6 {
   /* width: 100% !important;
  text-align: center !important;*/
  }

.text-white p{
  text-align: center !important;
}

.footer-container-wrapper{
  
  background: transparent;
  
  
}


.hs-footer-company-copyright{
  
  text-align: center;
    width: 100%;
    display: block;
}

/*  RESPONSIVO */

@media (max-width: 1024px){
    #hsForm_bf548f59-eca0-4eb9-a957-3c204f4ec27f .hs-richtext h4{
    font-size: 20px;
}

}

@media (max-width: 768px){
    .engloba-imagens .span8{
    display: none;
}
/*.span4.animado{
    width: 100%!important;
    float: left!important;
}*/
.animado img{
    position: static;
    display: block;
    margin: 0 auto;
    margin-top: -10%;
    width: 80%;
}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px)
{
  	.container-marcas {
      	padding: 25px;
  	}
    .logo-pos img
    {
        float: right;
				max-width: 95px;
        margin-top: -5px;
    }
    .logo-unigranrio img
    {

    }
    .hero-curso
    {
    }
    .informacoes-curso
    {
        position: absolute;
        top: 50%;
        left: 0;

        padding-left: 25px;

        transform: translate(0, -50%);
    }
    .informacoes-curso h1
    {
        font-size: 20px;

        margin: 5px 0;
    }
    #hsForm_bf548f59-eca0-4eb9-a957-3c204f4ec27f
    {
        margin-bottom: 20px;
    }
    .duracao,
    .inscricao,
    .aulas,
    .valor
    {
        margin: 0;
        padding: 0;

        border-top: 0;
        border-bottom: 0;
        /*border-right: solid 1px #00468E;*/
    }
    .valor
    {
        border-right: 0;
    }
    .container-diferenciais-pos,
    .container-coordenadora,
    .container-maps,
    .rodape
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .container-coordenadora
    {
        background: #364389 url('http://www.unigranrio.com.br/_images/banner/banner-rio.jpg') center center;
        background-size: cover;
    }
    .informacoes-coordenadora {
        margin-top: 0;
    }
    .rodape img
    {
       margin-top: 10px;
    }
  	.tp-infos {
      padding: 150px;
  	}
}

@media (max-width: 480px){
    .animado img{
    width: 100%;
}
}
@media (min-width: 400px)
{
  
    .informacoes-curso h1
    {
        font-size: 22px!Important;
        margin: 5px 0;
    }
}

@media (max-width: 375px){
    .page-center .informacoes-curso h2{
    font-size: 25px;
}

.page-center .informacoes-curso h4{
    font-size: 16px;
}

#hsForm_bf548f59-eca0-4eb9-a957-3c204f4ec27f{
    margin-top: -30px;
}
}


fieldset.form-columns-1 .input {
    margin-right: 8px;
    text-align: justify !important;
    line-height: 1.618;
} 


/*Css alterado em 21/04/2021*/

html, body {
	height: 100%;
 
	}
  
  .body-container-wrapper{
    min-height: 100%;
  }

.header-container-wrapper {
    z-index: 1000;
    position: fixed !important;
    background: rgba(15,110,180,0.9);
  padding-bottom: 10px;

box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
-webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2);
-o-box-shadow: 0 1px 6px rgba(0,0,0,.2);
}

.topo{
  background-image: url("https://3960387.fs1.hubspotusercontent-na1.net/hubfs/3960387/arquivos-polos/detalhe-header-top-3.png");

background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.hero-curso{
  
  background: #fff url("https://3960387.fs1.hubspotusercontent-na1.net/hubfs/3960387/arquivos-polos/fundo-body.jpg") !important;
background-position: center center;
background-repeat: no-repeat !important;
background-size: cover;
  
}

.area-form{
margin-top:130px;
}

h2{
  color: #0F6EB4 !important;
  text-transform: uppercase;
  font-weight: bold;   
    background: 0;
    font-size: 35px;
    padding: 0;
  font-weight: 900;
    display: inline;
    margin: 0;
  
}

.parag-01{
  color: #878787 !important;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
  
}

.nome-polo{
  
   color: #F39200 !important;
  text-transform: uppercase;
  font-weight: bold;   
    background: 0;
    font-size: 29px;
    padding: 0;
  font-weight: 900;
    display: inline-block;
    margin-bottom: 15px;
  
  
}

.parag-end{
    color: #878787 !important;
    font-size: 16px !important;    
    margin-bottom: 30px;
}


h4, .h4{
    margin: 0 !important;
    margin-bottom: 20px !important;
    font-weight: bold !important;
  color: #333;
  
}


a.cta_button {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    vertical-align: middle;
    display: inline-block !important;
    padding: 0.7em 1.4em !important;
    margin: 0 0.3em 0.3em 0 !important;
    border-radius: 0.15em;
    box-sizing: border-box !important;
    text-decoration: none !important;
    font-family: 'Roboto',sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 400;
    color: #FFFFFF !important;
    background-color: #3369ff !important;
    box-shadow: inset 0 -0.6em 0 -0.35em rgb(0 0 0 / 17%) !important;
    text-align: center !important;
    position: relative !important;
  font-size: 22px;
}


a.cta_button:active{
 top:0.1em !important;
}
@media all and (max-width:30em){
 a.cta_button{
  display:block !important;
  margin:0.4em auto !important;
 }
  
  
 .img-destaque{
   max-width:280px !important;
    margin: 0 auto !important;
  }
  
  
  div#hs_cos_wrapper_module_162212759451498 {
    width: 280px !important;
    margin: 0 auto !important;
}
  
  
  @media only screen and (max-width: 768px) {
  #hs_cos_wrapper_module_162212759451498 img{
    display: none;
    }
    
    
    #hs_cos_wrapper_module_162203102720980 h4{
      display: none;
    }
    
   a.cta_button{
      display: none !important;
    }
}

  
  /** Css retirar código do ícone do chat **/
   
  #blip-chat-container #blip-chat-open-iframe{
    display: none !important;
    
  }
  
input[type="submit"]{
    padding: 10px 15px !important;
  }
  
 
.footer-social{
    
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  background-color: #cecece;
  
  }
  
  
  #hsForm_bf548f59-eca0-4eb9-a957-3c204f4ec27f fieldset .input ul li label input{
    float: left;
  }
  
  
 
  
  
  
.footer-container-wrapper{
  
  background: rgba(15,110,180,0.9);
  
  
  }
  
  
.footer-container-wrapper p{
      text-align: center !important; 
  }
  
  
  
  /*FORM 23.2*/
  
 
  #hsForm_07d93acd-7c3e-4b6d-962a-d4519fe6c08c {
    border: 2px solid #364389;
    border-radius: 15px;
    padding: 15px;
}
  
  
  /* FIM FORM 23.2*/