/***********************************************/
/* custom.css    */
/* All custom and miscellaneous styles         */
/* Settings */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,900,700,700italic,300,100,400italic");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

/*@import url("https://i.icomoon.io/public/5ebf302983/IPAM/style.css");*/
@font-face {
    font-family: 'ipam';
    src: url("//cdn2.hubspot.net/hubfs/339034/IPAM-SITE/fonts/ipam.eot?i2t0ks");
    src: url("//cdn2.hubspot.net/hubfs/339034/IPAM-SITE/fonts/ipam.eot?i2t0ks#iefix") format("embedded-opentype"), url("//cdn2.hubspot.net/hubfs/339034/IPAM-SITE/fonts/ipam.woff2?i2t0ks") format("woff2"), url("//cdn2.hubspot.net/hubfs/339034/IPAM-SITE/fonts/ipam.ttf?i2t0ks") format("truetype"), url("//cdn2.hubspot.net/hubfs/339034/IPAM-SITE/fonts/ipam.woff?i2t0ks") format("woff"), url("//cdn2.hubspot.net/hubfs/339034/IPAM-SITE/fonts/ipam.svg?i2t0ks#ipam") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ipam' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left-thin:before {
    content: "\e90d";
}

.icon-arrow-right-thin:before {
    content: "\e90e";
}

.icon-admissao:before {
    content: "\e913";
}

.icon-download:before {
    content: "\e914";
}

.icon-euro:before {
    content: "\e915";
}

.icon-plano-estudos:before {
    content: "\e916";
}

.icon-provas-acesso:before {
    content: "\e917";
}

.icon-arrow-down:before {
    content: "\e90f";
}

.icon-arrow-left:before {
    content: "\e910";
}

.icon-arrow-right:before {
    content: "\e911";
}

.icon-arrow-up:before {
    content: "\e912";
}

.icon-slideshare:before {
    content: "\e904";
}

.icon-chevron-thin-up:before {
    content: "\e905";
}

.icon-chevron-thin-right:before {
    content: "\e906";
}

.icon-chevron-thin-left:before {
    content: "\e907";
}

.icon-chevron-thin-down:before {
    content: "\e908";
}

.icon-chevron-small-up:before {
    content: "\e909";
}

.icon-chevron-small-right:before {
    content: "\e90a";
}

.icon-chevron-small-left:before {
    content: "\e90b";
}

.icon-chevron-small-down:before {
    content: "\e90c";
}

.icon-menu:before {
    content: "\e900";
}

.icon-close:before {
    content: "\e91d";
}

.icon-graduation-cap:before {
    content: "\e91c";
}

.icon-phone:before {
    content: "\e919";
}

.icon-map-o:before {
    content: "\e91a";
}

.icon-info:before {
    content: "\e91b";
}

.icon-calculator:before {
    content: "\e918";
}

.icon-lock:before {
    content: "\e901";
}

.icon-pencil:before {
    content: "\e902";
}

.icon-search:before {
    content: "\e903";
}

.header-container-wrapper:before,
.body-container-wrapper:before,
.footer-container-wrapper:before,
.custom-wrap:before,
.header-container-wrapper:after,
.body-container-wrapper:after,
.footer-container-wrapper:after,
.custom-wrap:after {
    content: "";
    display: table;
}

.header-container-wrapper:after,
.body-container-wrapper:after,
.footer-container-wrapper:after,
.custom-wrap:after {
    clear: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.awesome,
.form-compact .hs-form .hs-button {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** 1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom. */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/** Remove default margin. */
body {
    margin: 0;
}

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) {
    display: none;
    height: 0;
}

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
[hidden],
template {
    display: none;
}

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a {
    background-color: transparent;
}

/** Improve readability of focused elements when they are also in an active/hover state. */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] {
    border-bottom: 1px dotted;
}

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: 600;
}

/** Address styling not present in Safari and Chrome. */
dfn {
    font-style: italic;
}

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
figure,
p {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

/** Address styling not present in IE 8/9. */
mark {
    background: #ff0;
    color: #000;
}

/** Address inconsistent and variable font size in all browsers. */
small {
    font-size: 80%;
}

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img {
    border: 0;
}

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure {
    margin: 1em 40px;
}

/** Address differences between Firefox and other browsers. */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/** Contain overflow in all browsers. */
pre {
    overflow: auto;
}

/** Address odd `em`-unit font size rendering in all browsers. */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button {
    overflow: visible;
}

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button,
select {
    text-transform: none;
}

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/** Re-set default cursor for disabled elements. */
button[disabled],
html input[disabled] {
    cursor: default;
}

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input {
    line-height: normal;
}

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width.  1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 2 */
}

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/** Define consistent border, margin, and padding. */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea {
    overflow: auto;
}

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup {
    font-weight: bold;
}

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

a {
    text-decoration: none;
    color: #FC5015;
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto !important;
}

body a.primary-button {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

body a.custom_cta.primary-button,
body a.cta_button.primary-button,
body a.primary-button,
body .primary-button {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    text-decoration: none;
    padding: 0 18px;
    display: inline-block;
    font-family: 'Lato', serif;
    font-weight: 700;
    text-decoration: none;
    width: auto;
    height: 46px;
    line-height: 46px;
    background: #FC5015;
    color: white;
    border: none;
    text-shadow: none;
    font-size: 16px;
    -webkit-transition: 0.33s;
    transition: 0.33s;
    max-width: 100%;
}

body a.custom_cta.primary-button:hover,
body a.cta_button.primary-button:hover,
body a.primary-button:hover,
body .primary-button:hover {
    background: #983d09 !important;
    color: white;
}

body a.custom_cta.primary-button.min-fixed,
body a.cta_button.primary-button.min-fixed,
body a.primary-button.min-fixed,
body .primary-button.min-fixed {
    width: 100% !important;
    max-width: 222px;
}

body a.custom_cta.primary-button:active,
body a.custom_cta.primary-button:active:hover,
body a.cta_button.primary-button:active,
body a.cta_button.primary-button:active:hover,
body a.primary-button:active,
body a.primary-button:active:hover,
body .primary-button:active,
body .primary-button:active:hover {
    background: #983d09;
    color: white;
}

body a.custom_cta.primary-button-icon,
body a.cta_button.primary-button-icon,
body a.primary-button-icon,
body .primary-button-icon {
    text-align: center;
    text-decoration: none;
    background: #FC5015;
    color: white;
    border: none;
    text-shadow: none;
    font-size: 16px;
    height: 66px !important;
    line-height: 1.2;
    -webkit-transition: 0.33s;
    transition: 0.33s;
    max-width: 100%;
    padding-left: 62px !important;
    text-align: left;
    position: relative;
}

body a.custom_cta.primary-button-icon .fa,
body a.custom_cta.primary-button-icon .icon,
body a.cta_button.primary-button-icon .fa,
body a.cta_button.primary-button-icon .icon,
body a.primary-button-icon .fa,
body a.primary-button-icon .icon,
body .primary-button-icon .fa,
body .primary-button-icon .icon {
    position: absolute;
    top: 0;
    left: 4px;
    height: 66px;
    line-height: 66px;
    vertical-align: middle;
    font-size: 30px;
    width: 62px;
    text-align: center;
}

body a.custom_cta.primary-button-icon .table-wrap,
body a.cta_button.primary-button-icon .table-wrap,
body a.primary-button-icon .table-wrap,
body .primary-button-icon .table-wrap {
    height: 66px;
}

body a.custom_cta.primary-button-icon .cell-wrap,
body a.cta_button.primary-button-icon .cell-wrap,
body a.primary-button-icon .cell-wrap,
body .primary-button-icon .cell-wrap {
    vertical-align: middle;
    text-align: left;
}

body a.custom_cta.primary-button-icon .text-button,
body a.cta_button.primary-button-icon .text-button,
body a.primary-button-icon .text-button,
body .primary-button-icon .text-button {
    text-align: left;
}

body a.custom_cta.cta-only-icon-button,
body a.cta_button.cta-only-icon-button {
    display: inline-block !important;
    width: 65px !important;
}

.panel-dark-wrap {
    background: #1d1d1d;
    color: white;
}

.panel-dark-wrap [class*="span"].panel-body,
.panel-dark-wrap .panel-body {
    padding-left: 32px;
    padding-right: 32px;
}

.panel-dark-wrap .panel-darken {
    background: #111111;
}

.panel-dark-wrap a {
    color: white;
}

.box-content .widget-type-linked_image {
    padding-bottom: 16px;
}

.hs_cos_wrapper_type_header,
.widget-type-header,
.section-header,
.main-header {
    position: relative;
    margin-bottom: 6px;
}

.hs_cos_wrapper_type_header h1,
.hs_cos_wrapper_type_header h2,
.hs_cos_wrapper_type_header h3,
.hs_cos_wrapper_type_header h4,
.hs_cos_wrapper_type_header h5,
.hs_cos_wrapper_type_header h6,
.widget-type-header h1,
.widget-type-header h2,
.widget-type-header h3,
.widget-type-header h4,
.widget-type-header h5,
.widget-type-header h6,
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4,
.section-header h5,
.section-header h6,
.main-header h1,
.main-header h2,
.main-header h3,
.main-header h4,
.main-header h5,
.main-header h6 {
    padding-bottom: 20px;
    position: relative;
    font-family: "Lato", sans-serif;
    font-size: 67px;
    font-weight: 400;
    line-height: 1.1;
}

.hs_cos_wrapper_type_header h1 a,
.hs_cos_wrapper_type_header h2 a,
.hs_cos_wrapper_type_header h3 a,
.hs_cos_wrapper_type_header h4 a,
.hs_cos_wrapper_type_header h5 a,
.hs_cos_wrapper_type_header h6 a,
.widget-type-header h1 a,
.widget-type-header h2 a,
.widget-type-header h3 a,
.widget-type-header h4 a,
.widget-type-header h5 a,
.widget-type-header h6 a,
.section-header h1 a,
.section-header h2 a,
.section-header h3 a,
.section-header h4 a,
.section-header h5 a,
.section-header h6 a,
.main-header h1 a,
.main-header h2 a,
.main-header h3 a,
.main-header h4 a,
.main-header h5 a,
.main-header h6 a {
    color: #FC5015;
    -webkit-transition: 0.33s;
    transition: 0.33s;
}

.hs_cos_wrapper_type_header h1 a:hover,
.hs_cos_wrapper_type_header h2 a:hover,
.hs_cos_wrapper_type_header h3 a:hover,
.hs_cos_wrapper_type_header h4 a:hover,
.hs_cos_wrapper_type_header h5 a:hover,
.hs_cos_wrapper_type_header h6 a:hover,
.widget-type-header h1 a:hover,
.widget-type-header h2 a:hover,
.widget-type-header h3 a:hover,
.widget-type-header h4 a:hover,
.widget-type-header h5 a:hover,
.widget-type-header h6 a:hover,
.section-header h1 a:hover,
.section-header h2 a:hover,
.section-header h3 a:hover,
.section-header h4 a:hover,
.section-header h5 a:hover,
.section-header h6 a:hover,
.main-header h1 a:hover,
.main-header h2 a:hover,
.main-header h3 a:hover,
.main-header h4 a:hover,
.main-header h5 a:hover,
.main-header h6 a:hover {
    color: #983d09;
}

.hs_cos_wrapper_type_header h1:before,
.hs_cos_wrapper_type_header h2:before,
.hs_cos_wrapper_type_header h3:before,
.hs_cos_wrapper_type_header h4:before,
.hs_cos_wrapper_type_header h5:before,
.hs_cos_wrapper_type_header h6:before,
.widget-type-header h1:before,
.widget-type-header h2:before,
.widget-type-header h3:before,
.widget-type-header h4:before,
.widget-type-header h5:before,
.widget-type-header h6:before,
.section-header h1:before,
.section-header h2:before,
.section-header h3:before,
.section-header h4:before,
.section-header h5:before,
.section-header h6:before,
.main-header h1:before,
.main-header h2:before,
.main-header h3:before,
.main-header h4:before,
.main-header h5:before,
.main-header h6:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    width: 162px;
    background: #CCC;
}

.table-wrap {
    display: table;
    width: 100%;
}

.table-wrap .cell-wrap {
    display: table-cell;
    vertical-align: middle;
}

.table-wrap .cell-wrap.bottom {
    vertical-align: bottom;
}

body a.custom_cta.cta-only-icon-button,
body a.cta_button.cta-only-icon-button,
body a.cta-only-icon-button,
body .cta-only-icon-button {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background: #FC5015;
    color: white;
    border: none;
    text-shadow: none;
    font-size: 10px;
    height: 65px !important;
    width: 65px;
    line-height: 1;
    -webkit-transition: 0.33s;
    transition: 0.33s;
    max-width: 100%;
    text-align: center;
    position: relative;
    padding: 2px 0 0;
}

body a.custom_cta.cta-only-icon-button small,
body a.cta_button.cta-only-icon-button small,
body a.cta-only-icon-button small,
body .cta-only-icon-button small {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
}

body a.custom_cta.cta-only-icon-button .fa,
body a.custom_cta.cta-only-icon-button .icon,
body a.cta_button.cta-only-icon-button .fa,
body a.cta_button.cta-only-icon-button .icon,
body a.cta-only-icon-button .fa,
body a.cta-only-icon-button .icon,
body .cta-only-icon-button .fa,
body .cta-only-icon-button .icon {
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
    font-size: 32px;
}

body a.custom_cta.cta-only-icon-button .fa,
body a.cta_button.cta-only-icon-button .fa,
body a.cta-only-icon-button .fa,
body .cta-only-icon-button .fa {
    padding-left: 8px;
}

body a.custom_cta.cta-only-icon-button.small-icon .fa,
body a.custom_cta.cta-only-icon-button.small-icon .icon,
body a.cta_button.cta-only-icon-button.small-icon .fa,
body a.cta_button.cta-only-icon-button.small-icon .icon,
body a.cta-only-icon-button.small-icon .fa,
body a.cta-only-icon-button.small-icon .icon,
body .cta-only-icon-button.small-icon .fa,
body .cta-only-icon-button.small-icon .icon {
    height: 38px;
    line-height: 38px;
    font-size: 32px;
}

body a.cta_button.button-box,
body a.button-box,
body .button-box {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    text-decoration: none;
    padding: 0 18px;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-decoration: none;
    width: auto;
    height: 46px;
    line-height: 46px;
    background: #FC5015;
    color: white;
    border: none;
    text-shadow: none;
    font-size: 16px;
    -webkit-transition: 0.33s;
    transition: 0.33s;
    max-width: 100%;
}

body a.cta_button.button-box:hover,
body a.button-box:hover,
body .button-box:hover {
    background: #983d09 !important;
    color: white;
}

body a.cta_button.button-box.min-fixed,
body a.button-box.min-fixed,
body .button-box.min-fixed {
    width: 100% !important;
    max-width: 222px;
}

body a.cta_button.button-box:active,
body a.cta_button.button-box:active:hover,
body a.button-box:active,
body a.button-box:active:hover,
body .button-box:active,
body .button-box:active:hover {
    background: #983d09;
    color: white;
}

.link-action {
    position: relative;
    display: block;
}

.link-action .fa,
.link-action .icon {
    text-decoration: none;
    display: block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    vertical-align: middle;
    background: #FC5015;
    color: white;
    text-align: center;
    font-size: 21px;
    -webkit-transition: 0.33s;
    transition: 0.33s;
    position: absolute;
    top: 0;
    left: 0;
}

.link-action .caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 10px 28px;
    font-size: 25px;
    color: white;
        
    max-width: 330px;
}

a.link-action:hover .fa,
a.link-action:hover .icon {
    background: #983d09 !important;
    color: white;
}

.disable-tiny-nav .tinynav {
    display: none !important;
}

@media screen and (max-width: 1080px) {

    .widget-type-header h1,
    .widget-type-header h2,
    .widget-type-header h3,
    .widget-type-header h4,
    .widget-type-header h5,
    .widget-type-header h6,
    .section-header h1,
    .section-header h2,
    .section-header h3,
    .section-header h4,
    .section-header h5,
    .section-header h6,
    .main-header h1,
    .main-header h2,
    .main-header h3,
    .main-header h4,
    .main-header h5,
    .main-header h6 {
        font-size: 55px !important;
    }
}

@media screen and (max-width: 800px) {

    body a.custom_cta.cta-only-icon-button,
    body a.cta_button.cta-only-icon-button,
    body a.cta-only-icon-button,
    body .cta-only-icon-button {
        font-size: 10px;
        height: 50px !important;
        width: 190px !important;
        padding: 0;
        display: table !important;
    }

    body a.custom_cta.cta-only-icon-button small,
    body a.cta_button.cta-only-icon-button small,
    body a.cta-only-icon-button small,
    body .cta-only-icon-button small {
        display: table-cell;
        vertical-align: middle;
        font-size: 14px;
        text-align: left;
    }

    body a.custom_cta.cta-only-icon-button .fa,
    body a.custom_cta.cta-only-icon-button .icon,
    body a.cta_button.cta-only-icon-button .fa,
    body a.cta_button.cta-only-icon-button .icon,
    body a.cta-only-icon-button .fa,
    body a.cta-only-icon-button .icon,
    body .cta-only-icon-button .fa,
    body .cta-only-icon-button .icon {
        display: table-cell;
        height: 50px;
        line-height: 50px;
        vertical-align: middle;
        width: 62px;
        font-size: 32px;
    }

    body a.custom_cta.cta-only-icon-button .fa,
    body a.cta_button.cta-only-icon-button .fa,
    body a.cta-only-icon-button .fa,
    body .cta-only-icon-button .fa {
        padding-left: 8px;
    }

    body a.custom_cta.cta-only-icon-button.small-icon .fa,
    body a.custom_cta.cta-only-icon-button.small-icon .icon,
    body a.cta_button.cta-only-icon-button.small-icon .fa,
    body a.cta_button.cta-only-icon-button.small-icon .icon,
    body a.cta-only-icon-button.small-icon .fa,
    body a.cta-only-icon-button.small-icon .icon,
    body .cta-only-icon-button.small-icon .fa,
    body .cta-only-icon-button.small-icon .icon {
        height: 38px;
        line-height: 38px;
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {

    .widget-type-header h1,
    .widget-type-header h2,
    .widget-type-header h3,
    .widget-type-header h4,
    .widget-type-header h5,
    .widget-type-header h6,
    .section-header h1,
    .section-header h2,
    .section-header h3,
    .section-header h4,
    .section-header h5,
    .section-header h6,
    .main-header h1,
    .main-header h2,
    .main-header h3,
    .main-header h4,
    .main-header h5,
    .main-header h6 {
        font-size: 40px !important;
    }

    .link-action .caption {
        max-width: 380px;
    }
}

@media screen and (max-width: 560px) {

    .link-action .fa,
    .link-action .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .link-action .caption {
        padding: 20px 20px 0;
        font-size: 20px;
    }

    .widget-type-header h1,
    .widget-type-header h2,
    .widget-type-header h3,
    .widget-type-header h4,
    .widget-type-header h5,
    .widget-type-header h6,
    .section-header h1,
    .section-header h2,
    .section-header h3,
    .section-header h4,
    .section-header h5,
    .section-header h6,
    .main-header h1,
    .main-header h2,
    .main-header h3,
    .main-header h4,
    .main-header h5,
    .main-header h6 {
        font-size: 34px !important;
    }
}

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

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

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

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

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

body .gsc-cursor-page {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    text-decoration: none !important;
    padding: 0 !important;
    display: inline-block !important;
    font-family: "Lato", serif !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 36px !important;
    border: 2px solid #FC5015 !important;
    background: #FC5015 !important;
    color: white !important;
    font-size: 16px !important;
    -webkit-transition: .33s;
    transition: .33s;
    outline: none !important;
    margin: 0 4px 0 0 !important;
}

body .gsc-cursor-page.gsc-cursor-current-page {
    background: white !important;
    border: 2px solid #FC5015 !important;
    color: #FC5015 !important;
}

body .gsc-cursor-page:hover {
    background: white !important;
    border: 2px solid #FC5015 !important;
    color: #FC5015 !important;
}

body .gsc-results .gsc-cursor-box {
    margin: 30px 0;
}

.gsc-control-cse {
    font-family: "Lato", sans-serif !important;
    border: none !important;
    background: transparent !important;
}

body .cse .gsc-control-cse,
.gsc-control-cse {
    padding: 0 !important;
    width: auto;
}

.main-nav-top {
    border-top: 1px solid #efefef;
    position: relative;
}

.main-nav-top .widget-type-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: auto !important;
}

.main-nav-top .widget-type-logo a {
    display: block;
    line-height: 130px;
    width: auto;
    padding-left: 90px;
    padding-right: 20px;
    text-align: center;
}

.main-nav-top .widget-type-logo a img {
    vertical-align: middle;
    display: inline-block;
    margin: 0 auto;
}

.main-nav-top .nav-trigger {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 50px;
    height: 130px;
    padding: 0 26px;
    opacity: 1;
    display: block;
    -webkit-transition: 0.33s;
    transition: 0.33s;
}

.main-nav-top .nav-trigger .icon {
    position: relative;
    top: 30%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-sector {
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.5;
}

.menu-sector li {
    padding-left: 7px;
    padding-right: 7px;
}

.menu-sector li span {
    display: inline-block;
    line-height: 1.5;
    font-size: 12px;
    vertical-align: middle;
}

.menu-sector li a {
    vertical-align: baseline;
}

.menu-sector li a span {
    background: #FC5015;
    color: white;
    padding: 0 5px;
}

.menu-sector li.active a span {
    background: transparent;
    color: black;
    padding: 0;
}

.menu-sector li.active a strong {
    font-weight: 700;
}

.menu-sector strong {
    font-weight: 400;
}

.pesquisa-box {
    min-width: 52px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    display: none !important;
}

body .pesquisa-box .hs-form .hs-form {
    height: 42px;
}

body .pesquisa-box .hs-form .field {
    position: relative;
    padding-right: 50px;
}

body .pesquisa-box .hs-form .hs-input {
    width: 200px;
    height: 42px;
    border-radius: 0;
}

body .pesquisa-box .hs-form .input {
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.33s;
    transition: opacity 0.33s;
}

body .pesquisa-box .hs-form label,
body .pesquisa-box .hs-form .hs-button {
    height: 42px;
    width: 50px;
    color: black;
    text-align: center;
    font-size: 20px;
    line-height: 41px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid transparent;
}

body .pesquisa-box .hs-form .hs-button {
    line-height: 41px;
    color: red;
    background: black;
    color: white;
    -webkit-transition: all 0.33s;
    transition: all 0.33s;
    border-bottom: 1px solid black;
}

body .pesquisa-box .hs-form .hs-button:hover,
body .pesquisa-box .hs-form .hs-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    color: white;
    background: black;
    border: none;
    border-bottom: 1px solid black;
}

.pesquisa-box .hs-form .button-text {
    display: none;
}

body .pesquisa-box.active .hs-form .input {
    display: block;
    opacity: 1;
}

@media screen and (min-width: 981px) {
    body .pesquisa-box.active .hs-form label {
        opacity: 0;
    }
}

.cta-button-wrap [class*="span"] {
    min-height: 0 !important;
}

.cta-trigger {
    position: absolute;
    top: -58px;
    right: 81px;
    background: #FC5015;
    color: white;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding: 0 12px;
}

.cta-trigger .fa,
.cta-trigger .icon {
    display: inline-block;
    line-height: 40px;
    font-size: 20px;
    vertical-align: middle;
    width: 32px;
    text-align: center;
    -webkit-transition: opacity 0.33s;
    transition: opacity 0.33s;
}

.cta-trigger .icon-close {
    display: none;
    opacity: 0;
}

.cta-trigger.active .icon-close {
    display: inline-block;
    opacity: 1;
}

.cta-trigger.active .fa-plus {
    display: none;
    opacity: 0;
}

.cta-trigger small {
    display: inline-block;
    line-height: 40px;
    font-size: 12px;
    vertical-align: middle;
    text-transform: uppercase;
}

@media screen and (min-width: 761px) {
    .cta-trigger {
        top: -93px;
        right: 97px;
        height: 50px;
        line-height: 50px;
    }

    .cta-trigger small {
        display: inline-block;
        line-height: 40px;
        font-size: 15px;
    }
}

.cta-head-group {
    position: fixed;
    top: 250px;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 0;
}

.cta-head-group .row-fluid [class*="span"] {
    min-height: 0;
}

.cta-head-group .hs_cos_wrapper {
    margin-bottom: 1px;
}

.cta-head-group .hs_cos_wrapper,
.cta-head-group .widget-type-cta {
    margin-bottom: 1px;
    float: right;
    width: auto;
    clear: both;
}

.cta-head-group .custom-wrap.full {
    text-align: right;
}

.cta-head-group .custom-wrap.full>.widget-span {
    min-height: 0 !important;
    height: 0;
}

.cta-head-group .custom-wrap.full>.widget-span .row-fluid,
.cta-head-group .custom-wrap.full>.widget-span .row-fluid-wrapper {
    height: 0;
}

.cta-head-group .custom-wrap.full:after,
.cta-head-group .custom-wrap.full:before {
    display: none;
}

.page-header-group {
    position: relative;
    padding: 42px 0 10px;
    min-height: 309px;
    position: relative;
}

.page-header-group:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 309px;
    height: 100%;
    left: 0;
    background: #F8F8F8;
    z-index: -1;
}

.page-header-group.small-header {
    min-height: 192px;
}

.page-header-group.small-header:after {
    height: 192px;
}

.page-header-group.small-header2 {
    min-height: 232px;
}

.page-header-group.small-header2:after {
    height: 232px;
}

.page-header-group.small-header3 {
    min-height: 0;
    height: auto;
    padding-bottom: 20px;
}

.page-header-group.small-header3:after {
    height: 100%;
}

.page-header-group .header-corner-image {
    position: absolute;
    top: -42px;
    right: 0;
    float: none !important;
    width: auto !important;
}

.page-header-group .header-corner-image img {
    display: block;
}

.page-header-group .widget-type-section_header,
.page-header-group .widget-type-header {
    padding-right: 430px;
}

.page-header-group .widget-type-section_header h1,
.page-header-group .widget-type-section_header h2,
.page-header-group .widget-type-section_header h3,
.page-header-group .widget-type-section_header h4,
.page-header-group .widget-type-section_header h5,
.page-header-group .widget-type-section_header h6,
.page-header-group .widget-type-header h1,
.page-header-group .widget-type-header h2,
.page-header-group .widget-type-header h3,
.page-header-group .widget-type-header h4,
.page-header-group .widget-type-header h5,
.page-header-group .widget-type-header h6 {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 50px;
    padding-bottom: 8px;
    padding-top: 6px;
    line-height: 1.1;
}

.page-header-group .widget-type-section_header h1:before,
.page-header-group .widget-type-section_header h2:before,
.page-header-group .widget-type-section_header h3:before,
.page-header-group .widget-type-section_header h4:before,
.page-header-group .widget-type-section_header h5:before,
.page-header-group .widget-type-section_header h6:before,
.page-header-group .widget-type-header h1:before,
.page-header-group .widget-type-header h2:before,
.page-header-group .widget-type-header h3:before,
.page-header-group .widget-type-header h4:before,
.page-header-group .widget-type-header h5:before,
.page-header-group .widget-type-header h6:before {
    display: none;
}

.page-header-group.full .widget-type-rich_text,
.page-header-group.full .widget-type-section_header,
.page-header-group.full .widget-type-header {
    padding-right: 0;
}

.page-header-group .row-fluid [class*="span"] {
    min-height: 0 !important;
}

.page-header-group .secondary-header {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    padding-bottom: 8px;
}

.page-header-group .widget-type-rich_text {
    padding-right: 430px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
}

.page-header-group .widget-type-menu {
    font-size: 12px;
    font-weight: 300;
}

.page-header-group .widget-type-menu .hs-breadcrumb-menu-item {
    float: left;
    padding: 0;
    text-transform: uppercase;
}

.page-header-group .widget-type-menu .hs-breadcrumb-menu-item a {
    color: black;
}

.page-header-group .widget-type-menu .hs-breadcrumb-menu-item .hs-breadcrumb-menu-item.last-crumb a,
.page-header-group .widget-type-menu .hs-breadcrumb-menu-item span.hs-breadcrumb-label {
    font-weight: 700;
}

.page-header-group .widget-type-menu .hs-breadcrumb-menu-item .hs-breadcrumb-menu-divider:before {
    display: inline-block;
    text-align: center;
    width: 14px;
    content: '/';
    padding-left: 2px;
}

.hs-breadcrumb-menu {
    line-height: 1.4;
}

.widget-type-global_widget {
    min-height: 0 !important;
}

.main-navigation .hs-menu-wrapper>ul>li {
    position: relative;
}

@media screen and (min-width: 980px) {
    .main-navigation .hs-menu-wrapper>ul>li:hover ul.hs-menu-children-wrapper {
        z-index: 99;
        opacity: 1;
        text-align: left;
        display: block;
        -webkit-transition: opacity 0.43s;
        transition: opacity 0.43s;
    }

    .main-navigation .hs-menu-wrapper>ul>li.active>a:after {
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        background: #FFF;
        position: absolute;
        left: 0;
        bottom: 7px;
    }

    .main-navigation .hs-menu-wrapper>ul>li:last-child ul.hs-menu-children-wrapper {
        left: auto;
        right: 0;
    }
}

.main-navigation ul.hs-menu-children-wrapper {
    opacity: 0;
    background: #FFF;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 200px;
    display: block;
}

.main-navigation ul.hs-menu-children-wrapper>li {
    display: block;
}

.main-navigation ul.hs-menu-children-wrapper a {
    display: block;
    height: auto;
    font-size: 16px;
    padding: 12px 18px;
}

@media screen and (min-width: 801px) {
    .cta-trigger {
        display: none;
    }
}

@media screen and (min-width: 981px) {
    .header-container-wrapper {
        padding-top: 42px;
        position: relative;
    }

    .header-container-wrapper [class*="span"] {
        min-height: 0 !important;
    }

    .main-navigation {
        text-align: right;
    }

    .main-navigation .hs-menu-wrapper {
        padding-right: 8px;
        padding-left: 18px;
    }

    .main-navigation .hs-menu-wrapper>ul {
        display: table;
        margin-left: auto;
    }

    .main-navigation .hs-menu-wrapper li {
        display: table-cell;
    }

    .main-navigation a {
        display: table-cell;
        height: 130px;
        vertical-align: middle;
        color: black;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 1.2;
        vertical-align: middle;
        padding: 0 18px;
        -webkit-transition: 0.33s;
        transition: 0.33s;
    }

    .main-navigation a:hover {
        color: #FC5015;
    }

    .main-navigation .active a {
        color: #FC5015;
    }

    .top-navigation {
        position: absolute;
        right: 0;
        top: 0;
        text-align: right;
        width: 100%;
    }

    .top-navigation .middle-nav-group {
        position: relative;
    }

    .top-navigation .middle-nav-group>.row-fluid-wrapper {
        display: inline-block;
    }

    .top-navigation .middle-nav-group>.row-fluid-wrapper>.row-fluid {
        display: inline-block;
    }

    .top-navigation .top-navigation-wrap {
        float: right;
        padding-left: 250px;
    }

    .top-navigation .top-navigation-wrap>.span12>.row-fluid-wrapper {
        display: inline-block;
        float: right;
    }

    .top-navigation .top-navigation-wrap>.span12>.row-fluid-wrapper>.row-fluid {
        display: inline-block;
    }

    .top-navigation .top-navigation-wrap>.span12>.row-fluid-wrapper>.row-fluid>[class*="span"],
    .top-navigation .top-navigation-wrap>.span12>.row-fluid-wrapper>.row-fluid>.widget-span {
        display: inline-block;
        margin: 0;
        width: auto;
    }

    .top-navigation .menu-transversal {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 10px;
        padding-right: 10px;
        width: auto !important;
    }

    .top-navigation .idiomas-nav a,
    .top-navigation a {
        color: black;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 42px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-transition: 0.33s;
        transition: 0.33s;
    }

    .top-navigation .idiomas-nav a:hover,
    .top-navigation a:hover {
        color: #FC5015;
    }

    .top-navigation .idiomas-nav {
        border-left: 1px solid #efefef;
    }

    .top-navigation .pesquisa-box {
        position: absolute;
        right: 100%;
        top: 0;
        width: auto !important;
    }

    .main-nav-top .nav-trigger {
        display: none;
        opacity: 0;
    }

    .idiomas-nav {
        padding-left: 6px;
        padding-right: 6px;
    }

    .idiomas-nav li {
        display: inline-block;
    }

    .idiomas-nav a {
        padding-left: 6px;
        padding-right: 6px;
    }

    .idiomas-nav .active a {
        color: #c1c1c1;
    }

    .menu-topo-inside {
        border-left: 1px solid #efefef;
    }

    .menu-topo-inside .hs-menu-wrapper>ul {
        padding-left: 10px;
        padding-right: 10px;
    }

    .menu-topo-inside .hs-menu-wrapper>ul a {
        vertical-align: middle;
    }

    .menu-topo-inside .hs-menu-wrapper>ul .icon {
        display: inline-block;
        font-size: 15px;
        line-height: 31px;
        vertical-align: middle;
        margin-right: 4px;
    }
}

@media screen and (max-width: 1360px) {
    .main-nav-top .widget-type-logo a {
        padding-left: 40px;
    }

    .page-header-group .header-corner-image img {
        width: 352px !important;
    }
}

@media screen and (max-width: 1080px) {
    .page-header-group {
        min-height: 40px;
    }

    .page-header-group.small-header {
        min-height: 40px;
    }

    .page-header-group .widget-type-section_header,
    .page-header-group .widget-type-header {
        padding-right: 0;
    }

    .page-header-group .header-corner-image {
        display: none !important;
    }

    .page-header-group .widget-type-header {
        padding-right: 0;
    }

    .page-header-group .widget-type-rich_text {
        padding-right: 0;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.8;
    }

    .main-nav-top .widget-type-logo a {
        padding-left: 30px;
        width: auto;
        min-width: 0;
        text-align: center;
    }
}

@media screen and (max-width: 980px) {
    .menu-on-top {
        position: absolute;
        left: 0;
        top: 130px;
        text-align: left;
        width: 100% !important;
        background: #E8E8E8;
        padding-top: 50px;
        z-index: 55;
        display: none !important;
        opacity: 0;
        -webkit-transition: opacity 0.33s;
        transition: opacity 0.33s;
    }

    .menu-on-top.active {
        display: block !important;
        opacity: 1;
    }

    .main-nav-top {
        height: 130px;
        border-top: none;
    }

    .top-navigation .middle-nav-group {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-left: 64px;
        padding-right: 77px;
        text-align: center;
    }

    .top-navigation .middle-nav-group>.row-fluid-wrapper {
        display: inline-block;
    }

    .top-navigation .middle-nav-group>.row-fluid-wrapper>.row-fluid {
        display: inline-block;
    }

    .top-navigation .idiomas-nav a,
    .top-navigation a {
        color: black;
        text-transform: uppercase;
        font-size: 12px;
        -webkit-transition: 0.33s;
        transition: 0.33s;
    }

    .top-navigation .idiomas-nav a:hover,
    .top-navigation a:hover {
        color: #FC5015;
    }

    .top-navigation .idiomas-nav {
        position: absolute;
        top: 0;
        right: 0;
        border-left: 1px solid #bababa;
        width: auto !important;
        z-index: 1;
    }

    .top-navigation .idiomas-nav ul {
        padding-left: 7px;
        padding-right: 7px;
    }

    .top-navigation .idiomas-nav a {
        line-height: 50px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .top-navigation .idiomas-nav li {
        display: inline-block;
    }

    .top-navigation .pesquisa-box {
        position: absolute;
        top: 0;
        left: 0;
        width: auto !important;
        border-right: 1px solid #bababa;
        height: 50px;
        min-width: 64px;
    }

    .top-navigation .pesquisa-box label {
        height: 50px;
        width: 64px;
        line-height: 50px;
        right: auto;
        left: 0;
    }

    .top-navigation .pesquisa-box .hs-button {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }

    .top-navigation .pesquisa-box .hs-input {
        line-height: 50px;
        height: 50px;
        width: 200px;
    }

    .top-navigation .pesquisa-box .hs-form {
        height: 50px;
    }

    .top-navigation .pesquisa-box .input {
        position: absolute;
        left: 64px;
        top: 0;
    }

    .top-navigation,
    .top-navigation .idiomas-nav a,
    .top-navigation a {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 50px;
    }

    .menu-topo-inside {
        border-left: 1px solid #bababa;
        padding-left: 7px;
    }

    .main-navigation {
        text-align: left;
        float: none !important;
        clear: both;
        border-top: 1px solid #bababa;
    }

    .main-navigation .hs-menu-wrapper {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .main-navigation .hs-menu-wrapper>ul>li {
        position: relative;
    }

    .main-navigation .hs-menu-wrapper li {
        display: block;
    }

    .main-navigation .hs-menu-wrapper a {
        color: black;
        line-height: 52px;
        text-transform: uppercase;
        font-size: 18px;
        padding: 0 20px;
        vertical-align: middle;
        -webkit-transition: 0.33s;
        transition: 0.33s;
    }

    .main-navigation .hs-menu-wrapper a:hover {
        color: #FC5015;
    }

    .menu-transversal {
        background: #D1D1D1;
    }

    .menu-transversal .hs-menu-wrapper>ul a {
        line-height: 66px;
        font-size: 15px;
        text-transform: uppercase;
        padding: 0 19px;
    }

    .menu-transversal .hs-menu-wrapper>ul li:first-child a {
        padding-left: 20px;
    }
}

@media screen and (max-width: 800px) {
    .cta-head-group {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
        height: 0;
        width: auto;
        display: none;
        opacity: 0;
        -webkit-transition: opacity 0.33s;
        transition: opacity 0.33s;
    }

    .cta-head-group.active {
        display: block;
        opacity: 1;
    }

    .cta-head-group .custom-wrap.full {
        text-align: center;
        background: #FC5015;
    }
}

@media screen and (max-width: 760px) {
    .page-header-group {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-header-group.with-search-itens {
        margin-bottom: 60px;
    }

    .page-header-group.with-search-itens .form-search-header {
        position: absolute;
        top: 100%;
        margin-top: 10px;
        right: auto;
        left: 0;
        width: 100% !important;
        max-width: 100%;
        padding: 0 15px;
    }

    .hs-breadcrumb-menu {
        padding-bottom: 16px;
    }

    .top-navigation .medium-navigation-group>.row-fluid-wrapper {
        /*float: left;*/
    }

    .top-navigation .medium-navigation-group>.row-fluid-wrapper:first-child {
        /*width: 56%;*/
    }

    .top-navigation .medium-navigation-group>.row-fluid-wrapper:last-child {
        /*width: 44%;*/
    }

    .top-navigation .main-navigation .hs-menu-wrapper a {
        padding: 0 10px;
    }

    .top-navigation .menu-transversal .hs-menu-flow-horizontal>ul>li {
        display: block;
    }

    .top-navigation .menu-transversal .hs-menu-flow-horizontal>ul>li a {
        padding: 15px 5px 0;
        font-size: 14px;
        display: block;
        line-height: 1.2;
        height: 46px;
    }

    .top-navigation .middle-nav-group [class*="span"] {
        min-height: 0 !important;
    }

    .top-navigation .pesquisa-box {
        position: relative;
        top: auto;
        left: auto;
        width: auto !important;
        border-right: none;
        height: auto;
        min-width: 0;
        width: auto;
        float: none;
        background: #d1d1d1;
        border: none;
    }

    body .top-navigation .pesquisa-box .button-text {
        display: inline-block;
        font-size: 14px;
        line-height: 1.2;
    }

    body .top-navigation .pesquisa-box label {
        height: 46px;
        width: auto;
        line-height: 1.2;
        right: auto;
        left: auto;
        font-size: 14px;
        display: inline-block;
        position: static;
        top: auto;
        border: none;
        padding-left: 18px;
        padding-right: 10px;
        padding-top: 11px;
    }

    body .top-navigation .pesquisa-box label .icon {
        width: 31px;
        text-align: center;
        display: inline-block;
        position: relative;
        margin-left: -10px;
    }

    body .top-navigation .pesquisa-box .hs-button {
        height: 46px;
        width: auto;
        line-height: 1.2;
        padding-top: 15px;
        width: 40px;
    }

    body .top-navigation .pesquisa-box .hs-input {
        line-height: 46px;
        height: 46px;
        width: 100%;
    }

    body .top-navigation .pesquisa-box .hs-form {
        height: 46px;
    }

    body .top-navigation .pesquisa-box .field {
        padding-right: 0;
    }

    body .top-navigation .pesquisa-box .input {
        position: absolute;
        left: 0;
        top: 0;
    }

    .top-navigation .middle-nav-group {
        position: static;
        top: auto;
        left: auto;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        background: #d1d1d1;
    }

    .top-navigation .middle-nav-group>.row-fluid-wrapper {
        display: block;
    }

    .top-navigation .middle-nav-group>.row-fluid-wrapper>.row-fluid {
        display: block;
    }

    .top-navigation .idiomas-nav {
        border-left: none;
    }

    .top-navigation .idiomas-nav a {
        font-size: 18px;
    }

    .top-navigation .idiomas-nav .active a {
        color: #c1c1c1;
    }

    .menu-sector {
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-right: 73px;
        text-align: left;
        padding-left: 15px;
        font-size: 12px;
        text-transform: uppercase;
    }

    .menu-sector li {
        padding-left: 0;
        padding-right: 0;
    }

    .menu-sector a {
        font-size: 12px;
    }

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

    .menu-transversal .hs-menu-flow-horizontal>ul>li a {
        font-size: 14px;
        display: block;
        line-height: 46px;
    }

    .menu-topo-inside {
        border-left: none;
        padding-left: 0;
    }

    .menu-topo-inside .icon {
        width: 31px;
        text-align: center;
        display: inline-block;
        position: relative;
        margin-left: -10px;
    }

    .menu-topo-inside .hs-menu-flow-horizontal>ul>li {
        display: block;
    }

    .menu-topo-inside .hs-menu-flow-horizontal>ul>li a {
        padding: 15px 7px 0 18px;
        font-size: 14px;
        display: block;
        line-height: 1.2;
        height: 46px;
    }

    .main-navigation .hs-menu-wrapper a {
        display: block;
        padding: 0 15px;
    }

    .menu-header-mobile .menu-social {
        background: #BABABA;
    }

    .menu-header-mobile .menu-social .hs-menu-wrapper {
        text-align: center;
    }

    .menu-header-mobile .menu-social .hs-menu-wrapper ul {
        padding-top: 0;
        padding-bottom: 0;
    }

    .menu-header-mobile .menu-social .hs-menu-wrapper li {
        display: inline-block;
    }

    .menu-header-mobile .menu-social .hs-menu-wrapper a {
        padding: 10px 18px;
        font-size: 23px;
    }

    .menu-header-mobile .nav-small {
        background: #A3A3A3;
    }

    .menu-header-mobile .nav-small .hs-menu-wrapper>ul {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .menu-header-mobile .nav-small .hs-menu-wrapper>ul a {
        color: black;
    }

    .menu-header-mobile .nav-small .hs-menu-wrapper li {
        display: block;
    }

    .menu-header-mobile .nav-small .hs-menu-wrapper a {
        display: block;
        font-size: 12px;
        text-transform: none;
        padding: 11px 15px;
    }

    .menu-on-top {
        top: 75px;
    }

    .main-nav-top {
        height: 75px;
    }

    .main-nav-top .widget-type-logo a {
        height: 75px;
        line-height: 1;
        min-width: 0;
        padding: 9px 15px 1px;
        width: auto;
    }

    .main-nav-top .widget-type-logo a img {
        width: 75px !important;
    }

    .main-nav-top .nav-trigger {
        font-size: 39px;
        height: 75px;
        padding: 0 21px;
    }

    .main-nav-top .nav-trigger .icon {
        top: 16px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media screen and (max-width: 560px) {
    .page-header-group {
        padding-bottom: 0;
        min-height: 0;
    }

    .page-header-group:after {
        height: 100%;
    }

    .page-header-group.small-header2,
    .page-header-group.small-header {
        min-height: 0;
    }

    .page-header-group.small-header2:after,
    .page-header-group.small-header:after {
        height: auto;
    }
}

@media screen and (max-width: 460px) {
    .top-navigation .idiomas-nav a {
        font-size: 16px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.footer-container-wrapper li {
    list-style: none;
}

.footer-container-wrapper .google-maps-window {
    position: relative;
    padding-top: 74px;
    padding: 74px 12px 5px;
}

.footer-container-wrapper .google-maps-window .route {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 90px;
    color: #FC5015;
}

.footer-container-wrapper .google-maps-window .route span {
    display: block;
    color: black;
}

.footer-container-wrapper .google-maps-window .route .fa {
    color: #FFF;
    color: #FC5015;
    font-size: 22px;
    margin-right: 4px;
}

.footer-container-wrapper .google-maps-window .route2 {
    position: absolute;
    top: 10px;
    left: 112px;
    width: 90px;
}

.footer-container-wrapper .panel-dark-wrap {
    max-width: 510px;
    min-width: 530px;
    position: relative;
    z-index: 1;
    width: 30%;
}

.footer-container-wrapper .panel-dark-wrap.push-right {
    float: right;
    width: auto;
    min-width: 332px;
    max-width: 392px;
}

.footer-container-wrapper .panel-dark-wrap.push-left {
    min-width: 362px;
}

.footer-container-wrapper .middle-menus {
    padding: 8px 0;
    border-bottom: 1px solid #585858;
}

.footer-container-wrapper .middle-menus .icon,
.footer-container-wrapper .middle-menus .fa {
    display: none;
}

.footer-container-wrapper .nav-small {
    padding-top: 8px;
    padding-bottom: 8px;
}

.footer-container-wrapper .menu-social .hs-menu-wrapper {
    text-align: center;
}

.footer-container-wrapper .menu-social .hs-menu-wrapper ul {
    padding-top: 0;
    padding-bottom: 0;
}

.footer-container-wrapper .menu-social .hs-menu-wrapper li {
    float: left;
    width: 20%;
}

.footer-container-wrapper .menu-social .hs-menu-wrapper a {
    display: block;
    padding: 10px 0;
    font-size: 23px;
}

.footer-container-wrapper .bottom-menu-group {
    padding-bottom: 50px;
}

.footer-container-wrapper .bottom-menu-group .panel-darken {
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin: 0;
    float: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.footer-container-wrapper .bottom-menu-group .panel-darken>.row-fluid-wrapper {
    position: relative;
}

#google-map {
    width: 100%;
    height: 100%;
}

.gm-style>div:first-child>div:last-child>div:last-child>div:first-child>div:first-child>div:first-child {
    display: none !important;
}

.gm-style>div:first-child>div:last-child>div:last-child>div:first-child>div:first-child>div[style^="border-top-width"] {
    display: none !important;
}

.google-maps-window {
    width: 253px;
    min-height: 186px;
}

.contactos-panel {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    max-width: 333px;
    padding: 40px 32px 10px 32px;
}

.contactos-panel h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.contactos-panel .primary-button {
    width: 100% !important;
    max-width: 222px;
}

.footer-top {
    position: relative;
    padding: 60px 0;
}

.footer-top .google-map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 82%;
    height: 100%;
    background: #E3E3E3;
}

.footer-top .google-map .widget-type-raw_html,
.footer-top .google-map .layout-widget-wrapper,
.footer-top .google-map .hs_cos_wrapper {
    display: block;
    height: 100%;
    position: relative;
}

.footer-bottom {
    text-align: center;
    padding: 40px 0;
}

.footer-bottom .widget-type-form {
    padding: 16px 0;
}

.footer-bottom .form-title {
    font-family: 'Lato', serif;
    font-size: 24px;
    padding-bottom: 12px;
    font-weight: 400;
    font-style: italic;
}

.footer-bottom .hs-form {
    max-width: 376px;
    margin: 0 auto;
}

.footer-bottom .widget-type-logo {
    margin: 0 auto;
    display: inline-block;
}

.footer-bottom .footer-copy {
    padding: 24px 0;
    text-align: center;
    color: #111111;
    font-size: 10px;
    line-height: 22px;
    vertical-align: middle;
}

.footer-bottom .footer-copy a,
.footer-bottom .footer-copy img {
    display: inline-block;
    vertical-align: middle;
}

.back-button-wrap {
    padding: 50px 0 74px;
}

@media screen and (min-width: 981px) {
    .menu-group>.row-fluid-wrapper {
        height: auto !important;
    }
}

@media screen and (max-width: 1080px) {
    .contactos-panel {
        padding: 40px 20px 10px 20px;
    }
}

@media screen and (max-width: 980px) {
    .footer-container-wrapper .panel-dark-wrap.push-right {
        margin-top: 100px;
        float: left;
        clear: both;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        height: auto !important;
        margin-left: 0 !important;
    }

    .footer-container-wrapper .panel-dark-wrap.push-left {
        height: auto !important;
        padding-bottom: 40px;
    }

    .footer-container-wrapper .menu-group {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .footer-container-wrapper .menu-group>.row-fluid-wrapper {
        position: relative;
        float: left;
    }

    .footer-container-wrapper .menu-group>.row-fluid-wrapper:first-child {
        width: 50%;
        padding: 24px 8% 24px 30px;
    }

    .footer-container-wrapper .menu-group>.row-fluid-wrapper:last-child {
        width: 50%;
        padding: 24px 30px 0 0;
    }

    .footer-container-wrapper .bottom-menu-group {
        position: static;
        padding-bottom: 72px;
    }

    .footer-container-wrapper .bottom-menu-group .panel-darken {
        padding-left: 8px !important;
        padding-right: 8px !important;
        margin: 0;
        width: auto;
        float: none;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
    }

    .footer-container-wrapper .bottom-menu-group .panel-darken ul {
        max-width: 300px;
    }

    .footer-container-wrapper .nav-vertical-bordered .hs-menu-wrapper>ul>li:last-child a {
        border-bottom: none;
    }

    .footer-container-wrapper .nav-vertical-bordered .hs-menu-wrapper>ul>li a {
        font-size: 14px;
    }

    .footer-container-wrapper .nav-vertical-simple .hs-menu-wrapper>ul>li a {
        font-size: 14px;
    }

    .footer-container-wrapper .nav-small .hs-menu-wrapper>ul>li a {
        font-size: 12px;
        color: #8e8e8e;
    }

    .footer-container-wrapper .nav-small .hs-menu-wrapper>ul>li+li a {
        padding-left: 18px;
    }

    .footer-container-wrapper .menu-social .hs-menu-wrapper>ul a {
        font-size: 26px;
        padding: 8px 20px;
    }

    .footer-container-wrapper .panel-darken {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        padding-left: 20px !important;
    }

    .footer-container-wrapper .middle-menus {
        max-width: 300px;
    }

    .footer-top {
        padding: 60px 0 25px;
    }

    .footer-top .google-map {
        width: 100%;
        height: 594px;
    }

    .footer-bottom {
        padding-top: 25px;
    }
}

@media screen and (max-width: 760px) {
    .footer-container-wrapper .panel-dark-wrap.push-right {
        display: none !important;
    }

    .footer-container-wrapper .panel-dark-wrap.push-left {
        width: auto;
        float: none;
        max-width: 100%;
        min-width: 0;
    }

    .footer-top {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer-top .google-map {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        height: 300px;
    }

    .footer-bottom {
        padding-top: 0;
    }
}

@media screen and (max-width: 560px) {
    .footer-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-bottom .form-title {
        font-size: 20px;
        padding-bottom: 16px;
        max-width: 300px;
        margin: 0 auto;
    }

    .footer-bottom .footer-copy {
        padding: 24px 0 0;
        font-size: 12px;
        max-width: 218px;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 460px) {

    .panel-dark-wrap [class*="span"].panel-body,
    .panel-dark-wrap .panel-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contactos-panel {
        padding-left: 0;
        padding-right: 0;
    }
}

.header-container-wrapper,
.body-container-wrapper,
.footer-container-wrapper {
    float: none !important;
    position: relative;
    margin: 0 auto !important;
    max-width: 2000px;
}

.section-with-limited {
    max-width: 1098px;
    margin: 0 auto !important;
    float: none !important;
}

/* Grid */
.body-container-wrapper {
    position: relative;
    margin: 0 auto !important;
    padding: 0;
    max-width: 2000px !important;
}

.custom-wrap {
    float: none !important;
    position: relative;
    margin: 0 auto !important;
    max-width: 1340px;
    padding-left: 40px;
    padding-right: 40px;
}

.custom-wrap.spaced {
    padding-left: 40px;
    padding-right: 40px;
}

.custom-wrap.full {
    padding-left: 0;
    padding-right: 0;
    max-width: 2000px;
}

.row-fluid-custom {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
}

.row-fluid-custom .span12 {
    width: 100%;
}

.row-fluid-custom .span11 {
    width: 91.66667%;
}

.row-fluid-custom .span10 {
    width: 83.33333%;
}

.row-fluid-custom .span9 {
    width: 75%;
}

.row-fluid-custom .span8 {
    width: 66.66667%;
}

.row-fluid-custom .span7 {
    width: 58.33333%;
}

.row-fluid-custom .span6 {
    width: 50%;
}

.row-fluid-custom .span5 {
    width: 41.66667%;
}

.row-fluid-custom .span4 {
    width: 33.33333%;
}

.row-fluid-custom .span3 {
    width: 25%;
}

.row-fluid-custom .span2 {
    width: 16.66667%;
}

.row-fluid-custom .span1 {
    width: 8.33333%;
}

.row-fluid-custom [class*="span"] {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 !important;
}

.body-container {
    min-height: 200px;
}

.double-gutter .row-fluid [class*="span"] {
    margin-left: 5%;
    *margin-left: 58%;
}

.double-gutter .row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.double-gutter .row-fluid .span12 {
    width: 100%;
}

.double-gutter .row-fluid .span11 {
    width: 86.66667%;
}

.double-gutter .row-fluid .span10 {
    width: 78.33333%;
}

.double-gutter .row-fluid .span9 {
    width: 70%;
}

.double-gutter .row-fluid .span8 {
    width: 61.66667%;
}

.double-gutter .row-fluid .span7 {
    width: 53.33333%;
}

.double-gutter .row-fluid .span6 {
    width: 45%;
}

.double-gutter .row-fluid .span5 {
    width: 36.66667%;
}

.double-gutter .row-fluid .span4 {
    width: 28.33333%;
}

.double-gutter .row-fluid .span3 {
    width: 20%;
}

.double-gutter .row-fluid .span2 {
    width: 11.66667%;
}

.double-gutter .row-fluid .span1 {
    width: 3.33333%;
}

.row-no-gutter .row-fluid>.span12 {
    width: 100%;
    margin: 0;
}

.row-no-gutter .row-fluid>.span11 {
    width: 91.66667%;
    margin: 0;
}

.row-no-gutter .row-fluid>.span10 {
    width: 83.33333%;
    margin: 0;
}

.row-no-gutter .row-fluid>.span9 {
    width: 75%;
    margin: 0;
}

.row-no-gutter .row-fluid>.span8 {
    width: 66.66667%;
    margin: 0;
}

.row-no-gutter .row-fluid>.span7 {
    width: 58.33333%;
    margin: 0;
}

.row-no-gutter .row-fluid>.span6 {
    width: 50%;
    margin: 0;
}

.row-no-gutter .row-fluid>.span5 {
    width: 41.66667%;
    margin: 0;
}

.row-no-gutter .row-fluid>.span4 {
    width: 33.33333%;
    margin: 0;
}

.row-no-gutter .row-fluid>.span3 {
    width: 25%;
    margin: 0;
}

.row-no-gutter .row-fluid>.span2 {
    width: 16.66667%;
    margin: 0;
}

.row-no-gutter .row-fluid>.span1 {
    width: 8.33333%;
    margin: 0;
}

.group-cell {
    display: table;
}

.group-cell.full {
    width: 100%;
}

.group-cell .cell {
    display: table-cell;
    vertical-align: middle;
}

.span-limited>.cell-wrapper,
.span-limited>.row-fluid-wrapper {
    max-width: 608px;
    padding-left: 20px;
    padding-right: 20px;
}

.span-left>.cell-wrapper,
.span-left>.row-fluid-wrapper {
    margin-left: auto;
    padding-right: 20px;
}

@media screen and (min-width: 1081px) {
    .double-gutter .row-fluid [class*="span"] {
        margin-left: 5%;
        *margin-left: 58%;
    }

    .double-gutter .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .double-gutter .row-fluid .span12 {
        width: 100%;
    }

    .double-gutter .row-fluid .span11 {
        width: 86.66667%;
    }

    .double-gutter .row-fluid .span10 {
        width: 78.33333%;
    }

    .double-gutter .row-fluid .span9 {
        width: 70%;
    }

    .double-gutter .row-fluid .span8 {
        width: 61.66667%;
    }

    .double-gutter .row-fluid .span7 {
        width: 53.33333%;
    }

    .double-gutter .row-fluid .span6 {
        width: 45%;
    }

    .double-gutter .row-fluid .span5 {
        width: 36.66667%;
    }

    .double-gutter .row-fluid .span4 {
        width: 28.33333%;
    }

    .double-gutter .row-fluid .span3 {
        width: 20%;
    }

    .double-gutter .row-fluid .span2 {
        width: 11.66667%;
    }

    .double-gutter .row-fluid .span1 {
        width: 3.33333%;
    }
}

@media screen and (max-width: 767px) {
    .body-container-wrapper {
        overflow: visible;
    }

    .span-limited>.cell-wrapper,
    .span-limited>.row-fluid-wrapper {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1080px) {
    .custom-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }

    .galeria-slider-wrapper,
    body .testemunhos-KPIs-wrap .KPIs-wrap-container {
        margin-right: -30px !important;
    }
}

@media screen and (max-width: 767px) {
    .custom-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .galeria-slider-wrapper,
    body .testemunhos-KPIs-wrap .KPIs-wrap-container {
        margin-right: -15px !important;
    }
}

@media screen and (max-width: 560px) {
    .custom-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .galeria-slider-wrapper,
    body .testemunhos-KPIs-wrap .KPIs-wrap-container {
        margin-right: -16px !important;
    }
}

.hs-form {
    width: 100%;
}

.hs-input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #626262;
    background-color: #fff;
    background-image: none;
    border: 1px solid #585858;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.hs-input:focus {
    border-color: #585858;
    outline: 0;
}

.hs-input::-moz-placeholder {
    color: #626262;
    opacity: 1;
}

.hs-input:-ms-input-placeholder {
    color: #626262;
}

.hs-input::-webkit-input-placeholder {
    color: #626262;
}

.hs-input::-ms-expand {
    background-color: transparent;
    border: 0;
}

.hs-input[disabled],
.hs-input[readonly],
fieldset[disabled] .hs-input {
    background-color: #eee;
    opacity: 1;
}

.hs-input[disabled],
fieldset[disabled] .hs-input {
    cursor: not-allowed;
}

textarea.hs-input {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="radio"].hs-input {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: none !important;
    width: auto;
}

input[type="checkbox"].hs-input {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: none !important;
    max-width: 15px;
    vertical-align: bottom;
    margin-bottom: -5px;
}

/* Buttons */
.hs-button {
    font-family: 'Lato', serif;
    background-color: #FC5015;
    border: 0 none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    padding: 6px 15px 5px;
    text-decoration: none;
    font-weight: 700;
    height: 40px;
}

.hs-button:hover {
    text-decoration: none;
}

.form-compact .hs-form {
    position: relative;
    margin-bottom: 12px;
}

.form-compact .hs-form label {
    display: none;
}

.form-compact .hs-form .input {
    padding-right: 40px;
}

.form-compact .hs-form .hs-input {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.form-compact .hs-form .hs-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    padding: 0;
    text-align: center;
    line-height: 38px;
    vertical-align: middle;
    width: 40px;
    border-left: 1px solid #FC5015 !important;
    background: #FC5015;
    border: none;
    font-size: 18px;
    color: white;
}

.form-search-header {
    position: absolute;
    top: 50%;
    margin-top: -38px;
    right: 20px;
    width: 100%;
    max-width: 585px;
}

.form-search-header.form-compact .hs-form {
    position: relative;
    margin-bottom: 12px;
}

.form-search-header.form-compact .hs-form label {
    display: none;
}

.form-search-header.form-compact .hs-form .input {
    padding-right: 56px;
}

.form-search-header.form-compact .hs-form .hs-button {
    height: 56px;
    line-height: 54px;
    width: 56px;
    font-size: 22px;
}

.form-search-header.form-compact .hs-form .hs-input {
    height: 56px;
    border: 1px solid white;
}

.form-search-wrap {
    max-width: 585px;
    padding-bottom: 20px;
}

.form-search-wrap.form-compact .hs-form {
    position: relative;
    margin-bottom: 12px;
}

.form-search-wrap.form-compact .hs-form label {
    display: none;
}

.form-search-wrap.form-compact .hs-form .input {
    padding-right: 56px;
}

.form-search-wrap.form-compact .hs-form .hs-button {
    height: 56px;
    line-height: 54px;
    width: 56px;
    font-size: 22px;
}

.form-search-wrap.form-compact .hs-form .hs-input {
    height: 56px;
    border: 1px solid white;
}

.custom-wrap-results {
    position: relative;
    z-index: 10;
}

.gsc-search-box-tools {
    position: absolute;
    top: 50%;
    margin-top: -38px;
    right: 20px;
    width: 100%;
    max-width: 585px;
}

.gsc-search-box-tools .gsc-search-box {
    position: relative;
    margin-bottom: 12px;
}

.gsc-search-box-tools .gsc-search-box tr,
.gsc-search-box-tools .gsc-search-box tbody,
.gsc-search-box-tools .gsc-search-box td {
    display: block;
    white-space: normal;
    padding: 0 !important;
}

.gsc-search-box-tools .gsc-search-box label {
    display: none;
}

.gsc-search-box-tools .gsc-search-box td.gsc-input {
    padding-right: 56px !important;
}

.gsc-search-box-tools .gsc-search-box td.gsc-input input.gsc-input {
    display: block;
    width: 100%;
    padding: 6px 14px !important;
    font-size: 15px;
    line-height: 1.42857143;
    color: #626262;
    background: #fff !important;
    background-image: none;
    height: 56px !important;
    border: 1px solid white !important;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.gsc-search-box-tools .gsc-search-box td.gsc-search-button {
    width: auto;
    position: absolute;
    top: 0;
    right: 112px;
    width: auto;
}

.gsc-search-box-tools .gsc-search-box td.gsc-search-button:after {
    display: block;
    position: absolute;
    z-index: 1;
    font-family: 'FontAwesome' !important;
    content: "\f002";
    color: black;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #FC5015 !important;
    background: #FC5015;
    border: 0;
    font-size: 18px;
    color: white;
    height: 56px;
    line-height: 54px;
    width: 56px;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gsc-search-box-tools .gsc-search-box input.gsc-search-button {
    position: absolute;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #FC5015 !important;
    background: #FC5015;
    border: 0;
    font-size: 18px;
    color: white;
    height: 56px;
    line-height: 54px;
    width: 56px;
    font-size: 22px;
    opacity: 0;
}

.gsc-search-box-tools .gsc-search-box .gsc-input-box {
    border: none;
    background: #fff;
    height: auto;
}

.gsc-search-box-tools .gsc-search-box .hs-input {
    height: 56px;
    border: 1px solid white;
}

.gsc-search-box-tools .gsc-search-box .gsib_b {
    position: absolute;
    top: 20px;
    right: 120px;
    width: auto;
}

.hs-error-msgs {
    color: #ed2f46;
    font-size: 14px;
    font-weight: 300;
}

.inputs-list {
    list-style: none;
}

@media screen and (max-width: 1080px) {
    .form-search-header {
        margin-top: -32px;
        max-width: 480px;
    }

    .form-search-wrap {
        max-width: 480px;
    }
}

@media screen and (max-width: 880px) {
    .form-search-header {
        margin-top: -24px;
        right: 20px;
        max-width: 340px;
    }

    .form-search-header.form-compact .hs-form .input {
        padding-right: 48px;
    }

    .form-search-header.form-compact .hs-form .hs-button {
        height: 48px;
        line-height: 46px;
        width: 48px;
        font-size: 20px;
    }

    .form-search-header.form-compact .hs-form .hs-input {
        height: 48px;
    }

    .form-search-wrap {
        max-width: 340px;
    }

    .form-search-wrap.form-compact .hs-form .input {
        padding-right: 48px;
    }

    .form-search-wrap.form-compact .hs-form .hs-button {
        height: 48px;
        line-height: 46px;
        width: 48px;
        font-size: 20px;
    }

    .form-search-wrap.form-compact .hs-form .hs-input {
        height: 48px;
    }
}

@media screen and (max-width: 760px) {
    .form-search-header.form-compact .hs-form {
        position: relative;
        margin-bottom: 12px;
    }

    .form-search-header.form-compact .hs-form label {
        display: none;
    }

    .form-search-header.form-compact .hs-form .input {
        padding-right: 48px;
    }

    .form-search-header.form-compact .hs-form .hs-button {
        height: 48px;
        line-height: 46px;
        width: 48px;
        font-size: 20px;
    }

    .form-search-header.form-compact .hs-form .hs-input {
        height: 48px;
        border: 1px solid black;
        border-right: none;
    }

    .form-search-wrap.form-compact .hs-form {
        position: relative;
        margin-bottom: 12px;
    }

    .form-search-wrap.form-compact .hs-form label {
        display: none;
    }

    .form-search-wrap.form-compact .hs-form .input {
        padding-right: 48px;
    }

    .form-search-wrap.form-compact .hs-form .hs-button {
        height: 48px;
        line-height: 46px;
        width: 48px;
        font-size: 20px;
    }

    .form-search-wrap.form-compact .hs-form .hs-input {
        height: 48px;
        border: 1px solid black;
        border-right: none;
    }
}

@media screen and (max-width: 660px) {

    .form-search-wrap,
    .form-search-header {
        padding: 10px 0;
    }
}

.hide {
    display: none;
}

.media img {
    max-width: 100%;
    display: block;
    height: auto;
}

.vertical-space {
    margin-top: 20px;
    margin-bottom: 20px;
}

.vertical-double-space {
    margin-top: 40px;
    margin-bottom: 40px;
}

.top-double-space {
    margin-top: 40px;
}

.top-space {
    margin-top: 20px;
}

.bottom-double-space {
    margin-bottom: 40px;
}

.bottom-space {
    margin-bottom: 20px;
}

@media screen and (min-width: 761px) {
    .only-small {
        display: none !important;
    }
}

@media screen and (max-width: 760px) {
    .up-small {
        display: none !important;
    }
}

body {
    font-family: "Lato", sans-serif;
}

.blue-bg {
    background-color: #485275;
}

.blue-dark-bg {
    background-color: #2078a5;
}

.green-bg {
    background-color: #82c728;
}

.green-dark-bg {
    background-color: #459b67;
}

.red-bg {
    background-color: #ed2f46;
}

.yellow-bg {
    color: #f0c630;
}

.blue-color {
    color: #485275;
}

.blue-dark-color {
    color: #2078a5;
}

.green-color {
    color: #82c728;
}

.green-dark-color {
    color: #459b67;
}

.red-color {
    color: #ed2f46;
}

.yellow-color {
    color: #f0c630;
}

.uppercase {
    text-transform: uppercase;
}

.black-color {
    color: #000;
}

ul {
    margin: 0;
    padding: 0;
}

ul.unstyle {
    list-style: none;
}

ul.unstyle .fa,
ul.unstyle .icon {
    font-size: 26px;
}

ul.icons {
    list-style: none;
}

ul.icons li {
    line-height: 22px;
    vertical-align: middle;
    padding: 5px 0;
}

ul.icons .icons,
ul.icons .fa {
    font-size: 15px;
    margin-right: 4px;
    width: 28px;
    vertical-align: middle;
    display: inline-block;
}

ul.losango {
    list-style: none;
}

ul.losango li {
    position: relative;
    padding-left: 36px;
}

ul.losango li:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iade' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91f";
    font-size: 22px;
    position: absolute;
    left: 0;
    margin-top: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #1d1d1d;
}

ul.square {
    list-style: none;
}

ul.square li {
    position: relative;
    padding-left: 36px;
}

ul.square li:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iade' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91f";
    font-size: 22px;
    position: absolute;
    left: 0;
    margin-top: 1px;
    color: #1d1d1d;
}

ul.bull-on-link {
    list-style: none;
    padding: 5px 0;
}

ul.bull-on-link li {
    position: relative;
    padding-left: 36px;
}

ul.bull-on-link a {
    display: block;
    color: black;
    font-size: 18px;
}

ul.bull-on-link a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iade' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91f";
    font-size: 22px;
    position: absolute;
    left: 0;
    margin-top: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #1d1d1d;
}

ul.list-bull {
    list-style: none;
    padding: 5px 0;
}

ul.list-bull li {
    position: relative;
    padding: 5px 0 5px 14px;
}

ul.list-bull li:before {
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 4px;
    content: "\2022";
}

.text-editor {
    font-size: 15px;
    color: #000;
    line-height: 1.6;
    font-weight: 300;
}

.text-editor ol,
.text-editor ul {
    margin: 0 0 0 17px;
    padding: 0;
}

.text-editor h1,
.text-editor h2 {
    font-size: 40px;
    font-weight: 200;
    line-height: 1.1;
    padding-bottom: 16px;
}

.text-editor h3,
.text-editor h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 10px;
}

.text-editor h5,
.text-editor h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 10px;
}

.text-editor br {
    line-height: 0.5;
}

.text-editor p+p {
    margin-top: 13px;
}

.text-editor p+br {
    position: relative;
    margin-top: -4px;
}

.text-editor br+p {
    position: relative;
    margin-top: -4px;
}

.text-editor i {
    font-weight: 300;
}

.text-editor table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 16px;
    font-size: 17px;
}

.text-editor table th {
    background: white;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

.text-editor table th,
.text-editor table td {
    padding: 15px 25px;
    text-align: left;
}

.text-editor table th:first-child,
.text-editor table td:first-child {
    text-align: left;
}

.text-editor table tr+tr td {
    border-top: 1px solid #a8a8a8;
}

.text-editor a {
    color: #FC5015;
}

.text-editor a:hover {
    text-decoration: underline;
}

.text-editor ul li {
    padding: 5px 0;
}

.text-editor hr {
    height: 1px;
    background: #D4D4D4;
    border: none;
    margin: 4px 0;
}

.text-editor .course-type {
    font-size: 16px;
    font-weight: 300;
}

.line-height-small {
    line-height: 1 !important;
}

.text-editor .large-title,
.large-title {
    font-weight: 400;
    font-size: 39px;
}

.serif {
    font-family: 'Lato', serif;
}

.text-12 {
    font-size: 12px !important;
}

.text-13 {
    font-size: 13px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-15 {
    font-size: 15px !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-17 {
    font-size: 17px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-19 {
    font-size: 19px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-35 {
    font-size: 35px !important;
}

.text-56 {
    font-size: 56px !important;
}

.text-73 {
    font-size: 73px !important;
}

.text-90 {
    font-size: 90px !important;
}

.bold {
    font-weight: 700;
}

.images-group {
    display: table;
    vertical-align: middle;
}

.images-group>span {
    display: table-cell;
    vertical-align: middle;
}

.images-group>span+span {
    padding-left: 40px;
}

@media screen and (max-width: 960px) {
    .text-editor {
        font-size: 15px;
    }

    .text-editor h1,
    .text-editor h2 {
        font-size: 36px;
        padding-bottom: 8px;
    }

    .text-editor h3,
    .text-editor h4 {
        font-size: 18px;
        padding-bottom: 8px;
    }

    .text-editor h5,
    .text-editor h6 {
        font-size: 16px;
        padding-bottom: 8px;
    }

    .text-editor table th {
        font-size: 14px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .text-editor table th,
    .text-editor table td {
        padding: 3px 10px;
    }

    .text-editor a {
        color: #efefef;
    }

    .text-editor a:hover {
        text-decoration: underline;
    }

    .detail-wrap-master .text-editor a {
        color: #FC5015;
    }

    .text-editor ul.icons a {
        font-size: 14px;
    }

    .text-editor ul.square li,
    .text-editor ul.losango li {
        padding-left: 30px;
    }

    .text-editor ul.square li:before,
    .text-editor ul.losango li:before {
        font-size: 20px;
    }
}

hr {
    height: 1px;
    background: #585858;
    border: none;
    margin: 4px 0;
}

@media screen and (max-width: 560px) {
    .images-group>span+span {
        padding-left: 20px;
    }

    .text-editor table {
        font-size: 14px;
    }

    .text-editor table th {
        background: white;
        font-size: 13px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 400;
    }

    .text-editor table th,
    .text-editor table td {
        padding: 10px 10px;
        text-align: left;
    }
}

.list-itens {
    margin: 0;
    padding: 5px 0;
    font-size: 16px;
    color: black;
}

.list-itens li {
    list-style: none;
    padding: 8px 0;
}

.list-itens small {
    font-size: 14px;
    display: block;
}

.list-itens a {
    text-decoration: underline;
}

.list-itens a:hover {
    text-decoration: none;
}

.list-tweets {
    padding-top: 26px;
}

.list-tweets>ul>li {
    list-style: none;
    padding-bottom: 22px;
}

.list-tweets>ul>li::after {
    clear: both;
    content: "";
    display: table;
}

.list-tweets .user {
    font-size: 15px;
    position: relative;
    padding-top: 11px;
    padding-left: 54px;
    padding-bottom: 8px;
    min-height: 48px;
}

.list-tweets .user img {
    position: absolute;
    top: 0;
    left: 0;
    width: 41px;
    height: auto;
}

.list-tweets .user a {
    color: #A9DCED;
}

.list-tweets [data-scribe] {
    display: inline-block;
}

.list-tweets .tweet {
    font-size: 18px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.list-tweets .tweet a {
    color: #A9DCED;
}

.list-tweets a:hover {
    color: #ccd5df;
}

.default-lista {
    font-size: 18px;
    padding-top: 18px;
    padding-bottom: 12px;
}

.default-lista a {
    font-size: 26px;
    text-decoration: underline;
}

.default-lista a:hover {
    text-decoration: none;
}

.default-lista>li {
    list-style: none;
    padding-top: 12px;
    padding-bottom: 12px;
}

@media screen and (max-width: 1080px) {
    .list-tweets {
        padding-top: 26px;
    }

    .list-tweets>ul>li {
        padding-bottom: 22px;
    }

    .list-tweets>ul>li::after {
        clear: both;
        content: "";
        display: table;
    }

    .list-tweets .user {
        font-size: 15px;
        position: relative;
        padding-top: 11px;
        padding-left: 54px;
        padding-bottom: 8px;
        min-height: 48px;
    }

    .list-tweets .user img {
        position: absolute;
        top: 0;
        left: 0;
        width: 41px;
        height: auto;
    }

    .list-tweets .user a {
        color: #A9DCED;
    }

    .list-tweets [data-scribe] {
        display: inline-block;
    }

    .list-tweets .tweet {
        font-size: 18px;
    }

    .list-tweets .tweet a {
        color: #A9DCED;
    }

    .list-tweets a:hover {
        color: #ccd5df;
    }

    .default-lista {
        font-size: 14px;
        padding-top: 12px;
        padding-bottom: 8px;
    }

    .default-lista a {
        font-size: 20px;
    }

    .default-lista>li {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

@media screen and (max-width: 560px) {
    .default-lista a {
        font-size: 18px;
    }
}

.tabs-wrapper {
    padding: 60px 0;
}

.tabs-content-group {
    border-top: 1px solid #485275;
    clear: both;
    padding: 40px 0 70px;
}

.nav-tabs {
    position: relative;
    text-align: center;
    float: none !important;
    width: 100%;
    position: relative;
    margin-bottom: -2px;
    max-width: 748px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.nav-tabs .hs-menu-wrapper ul {
    display: block;
    position: relative;
    text-align: center;
}

.nav-tabs .hs-menu-wrapper li {
    display: inline-block;
    padding: 0 9px;
    float: none;
    width: 32%;
    max-width: 290px;
}

.nav-tabs .hs-menu-wrapper a {
    line-height: 40px;
    display: block;
    font-weight: 700;
    font-size: 17px;
    font-family: 'Lato', serif;
    color: white;
    text-align: center;
    padding: 25px 0 0;
    height: 70px;
    line-height: 1.2;
    position: relative;
    background: #FC5015;
    margin-bottom: 15px;
    border: 1px solid transparent;
    vertical-align: top;
    vertical-align: middle;
}

.nav-tabs .hs-menu-wrapper a .icon {
    margin-right: 8px;
    font-size: 40px;
    vertical-align: middle;
}

.nav-tabs .hs-menu-wrapper a.tab-active {
    background: white;
    border: 1px solid #485275;
    color: #1d1d1d;
    height: 85px;
    margin-bottom: 0;
    border-bottom: 2px solid white;
}

body .tab-content {
    max-width: 788px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.tab-content .tab-content-inner {
    display: none;
}

.tab-content .tab-content-inner.content-active {
    display: block;
}

.tab-content .hs_cos_wrapper_type_header {
    position: relative;
    margin-bottom: 6px;
}

.tab-content .hs_cos_wrapper_type_header h1,
.tab-content .hs_cos_wrapper_type_header h2,
.tab-content .hs_cos_wrapper_type_header h3,
.tab-content .hs_cos_wrapper_type_header h4,
.tab-content .hs_cos_wrapper_type_header h5,
.tab-content .hs_cos_wrapper_type_header h6 {
    padding-bottom: 10px;
    position: relative;
    font-family: 'Lato', serif;
    font-size: 39px !important;
    font-weight: 400;
    line-height: 1.1;
}

.tab-content .hs_cos_wrapper_type_header h1:before,
.tab-content .hs_cos_wrapper_type_header h2:before,
.tab-content .hs_cos_wrapper_type_header h3:before,
.tab-content .hs_cos_wrapper_type_header h4:before,
.tab-content .hs_cos_wrapper_type_header h5:before,
.tab-content .hs_cos_wrapper_type_header h6:before {
    display: none !important;
}

.section-tab-header.widget-type-header,
.section-tab-header.section-header,
.section-tab-header.main-header {
    position: relative;
    margin-bottom: 6px;
}

.section-tab-header.widget-type-header h1,
.section-tab-header.widget-type-header h2,
.section-tab-header.widget-type-header h3,
.section-tab-header.widget-type-header h4,
.section-tab-header.widget-type-header h5,
.section-tab-header.widget-type-header h6,
.section-tab-header.section-header h1,
.section-tab-header.section-header h2,
.section-tab-header.section-header h3,
.section-tab-header.section-header h4,
.section-tab-header.section-header h5,
.section-tab-header.section-header h6,
.section-tab-header.main-header h1,
.section-tab-header.main-header h2,
.section-tab-header.main-header h3,
.section-tab-header.main-header h4,
.section-tab-header.main-header h5,
.section-tab-header.main-header h6 {
    padding-bottom: 10px;
    position: relative;
    font-family: 'Lato', serif;
    font-size: 39px !important;
    font-weight: 400;
    line-height: 1.1;
}

.section-tab-header.widget-type-header h1:before,
.section-tab-header.widget-type-header h2:before,
.section-tab-header.widget-type-header h3:before,
.section-tab-header.widget-type-header h4:before,
.section-tab-header.widget-type-header h5:before,
.section-tab-header.widget-type-header h6:before,
.section-tab-header.section-header h1:before,
.section-tab-header.section-header h2:before,
.section-tab-header.section-header h3:before,
.section-tab-header.section-header h4:before,
.section-tab-header.section-header h5:before,
.section-tab-header.section-header h6:before,
.section-tab-header.main-header h1:before,
.section-tab-header.main-header h2:before,
.section-tab-header.main-header h3:before,
.section-tab-header.main-header h4:before,
.section-tab-header.main-header h5:before,
.section-tab-header.main-header h6:before {
    display: none !important;
}

.toggle-wrapp .toggle-trigger>h3,
.toggle-wrapp .toggle-trigger .hs_cos_wrapper {
    display: table;
    width: 100%;
    background: #FC5015;
    color: white;
    border: 1px solid #FC5015;
    margin-bottom: 3px;
    text-align: left;
}

.toggle-wrapp .toggle-trigger>h3 h1,
.toggle-wrapp .toggle-trigger>h3 h2,
.toggle-wrapp .toggle-trigger>h3 h3,
.toggle-wrapp .toggle-trigger>h3 h4,
.toggle-wrapp .toggle-trigger .hs_cos_wrapper h1,
.toggle-wrapp .toggle-trigger .hs_cos_wrapper h2,
.toggle-wrapp .toggle-trigger .hs_cos_wrapper h3,
.toggle-wrapp .toggle-trigger .hs_cos_wrapper h4 {
    padding: 0 10px 0 24px;
    display: table-cell;
    height: 54px;
    vertical-align: middle;
    font-family: 'Lato', serif;
    font-size: 19px !important;
    font-weight: 400;
    position: relative;
}

.toggle-wrapp .toggle-trigger>h3 h1:before,
.toggle-wrapp .toggle-trigger>h3 h2:before,
.toggle-wrapp .toggle-trigger>h3 h3:before,
.toggle-wrapp .toggle-trigger>h3 h4:before,
.toggle-wrapp .toggle-trigger .hs_cos_wrapper h1:before,
.toggle-wrapp .toggle-trigger .hs_cos_wrapper h2:before,
.toggle-wrapp .toggle-trigger .hs_cos_wrapper h3:before,
.toggle-wrapp .toggle-trigger .hs_cos_wrapper h4:before {
    display: none !important;
}

.toggle-wrapp .toggle-trigger>h3 h1:after,
.toggle-wrapp .toggle-trigger>h3 h2:after,
.toggle-wrapp .toggle-trigger>h3 h3:after,
.toggle-wrapp .toggle-trigger>h3 h4:after,
.toggle-wrapp .toggle-trigger .hs_cos_wrapper h1:after,
.toggle-wrapp .toggle-trigger .hs_cos_wrapper h2:after,
.toggle-wrapp .toggle-trigger .hs_cos_wrapper h3:after,
.toggle-wrapp .toggle-trigger .hs_cos_wrapper h4:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ipam' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    color: white;
    font-size: 28px;
    position: absolute;
    right: 0;
    width: 54px;
    height: 54px;
    line-height: 52px;
    text-align: center;
    content: "\e90f";
    border-left: 1px solid #FC5015;
    display: block;
}

.toggle-wrapp .toggle-content {
    display: none;
    padding: 28px 0;
}

.toggle-wrapp.visibleContent .toggle-content {
    display: block;
}

.toggle-wrapp.visibleContent .toggle-trigger .hs_cos_wrapper {
    display: table;
    width: 100%;
    background: white;
    color: black;
    border: 1px solid #485275;
    margin-bottom: 3px;
}

.toggle-wrapp.visibleContent .toggle-trigger .hs_cos_wrapper h1:after,
.toggle-wrapp.visibleContent .toggle-trigger .hs_cos_wrapper h2:after,
.toggle-wrapp.visibleContent .toggle-trigger .hs_cos_wrapper h3:after,
.toggle-wrapp.visibleContent .toggle-trigger .hs_cos_wrapper h4:after {
    color: #FC5015;
    content: "\e912";
    border-left: 1px solid #485275;
}

@media screen and (max-width: 767px) {

    .section-tab-header.widget-type-header,
    .section-tab-header.section-header,
    .section-tab-header.main-header {
        position: relative;
        margin-bottom: 6px;
    }

    .section-tab-header.widget-type-header h1,
    .section-tab-header.widget-type-header h2,
    .section-tab-header.widget-type-header h3,
    .section-tab-header.widget-type-header h4,
    .section-tab-header.widget-type-header h5,
    .section-tab-header.widget-type-header h6,
    .section-tab-header.section-header h1,
    .section-tab-header.section-header h2,
    .section-tab-header.section-header h3,
    .section-tab-header.section-header h4,
    .section-tab-header.section-header h5,
    .section-tab-header.section-header h6,
    .section-tab-header.main-header h1,
    .section-tab-header.main-header h2,
    .section-tab-header.main-header h3,
    .section-tab-header.main-header h4,
    .section-tab-header.main-header h5,
    .section-tab-header.main-header h6 {
        padding-bottom: 10px;
        position: relative;
        font-family: 'Lato', serif;
        font-size: 22px !important;
        font-weight: 400;
        line-height: 1.1;
    }

    .section-tab-header.widget-type-header h1:before,
    .section-tab-header.widget-type-header h2:before,
    .section-tab-header.widget-type-header h3:before,
    .section-tab-header.widget-type-header h4:before,
    .section-tab-header.widget-type-header h5:before,
    .section-tab-header.widget-type-header h6:before,
    .section-tab-header.section-header h1:before,
    .section-tab-header.section-header h2:before,
    .section-tab-header.section-header h3:before,
    .section-tab-header.section-header h4:before,
    .section-tab-header.section-header h5:before,
    .section-tab-header.section-header h6:before,
    .section-tab-header.main-header h1:before,
    .section-tab-header.main-header h2:before,
    .section-tab-header.main-header h3:before,
    .section-tab-header.main-header h4:before,
    .section-tab-header.main-header h5:before,
    .section-tab-header.main-header h6:before {
        display: none !important;
    }

    .nav-tabs {
        display: none !important;
    }

    .tabs-content-group {
        border-top: none;
        clear: both;
        padding: 30px 0 50px;
    }

    .nav-tabs .hs-menu-wrapper li {
        padding: 0 20px;
        width: 100%;
        max-width: 100%;
    }

    .nav-tabs .hs-menu-wrapper a {
        text-align: left;
        display: block;
        width: 100%;
        font-size: 16px;
        padding: 0 15px;
        line-height: 44px;
        height: 50px;
        margin-bottom: 10px;
        text-align: left;
    }

    .nav-tabs .hs-menu-wrapper a.visibleContent {
        display: block;
        width: 100%;
        font-size: 16px;
        padding: 0 15px;
        height: 50px;
        margin-bottom: 10px;
        border: 2px solid black;
    }

    .tab-content {
        padding: 20px 26px !important;
        display: none !important;
    }

    .tab-content .tab-content-inner {
        display: block;
    }

    .tab-content .tab-content-inner.content-active {
        display: block;
    }

    .tab-content.show-mobile {
        display: block !important;
    }
}

.tab-mobile-link {
    border-bottom: 1px solid transparent;
    margin-bottom: 10px;
}

.tab-mobile-link.active-mobile-wrap {
    border-bottom: 1px solid #485275;
}

.tab-mobile-link a {
    padding-bottom: 6px;
    margin: 0 0 -1px;
    position: relative;
    line-height: 48px;
    display: block;
    font-weight: 400;
    position: relative;
    background: #FC5015;
    border: 1px solid #FC5015;
    vertical-align: middle;
    font-size: 16px;
    padding: 0 15px;
    height: 50px;
    text-align: center;
    color: #FFF;
    font-family: 'Lato', serif;
    z-index: 1;
}

.tab-mobile-link .hs_cos_wrapper {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}

.tab-mobile-link .hs_cos_wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tab-mobile-link a.active-mobile {
    background: white;
    border: 1px solid #485275;
    border-bottom: 1px solid white;
    color: #1d1d1d;
}

.tab-mobile-link:after {
    background: #485275;
}

@media screen and (min-width: 768px) {
    .tab-mobile-link {
        display: none !important;
    }
}

.hs-inline-edit .tab-mobile-link {
    display: block !important;
}

/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/* 
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#colorbox {
    outline: 0;
}

#cboxContent {
    margin-top: 20px;
    background: #000;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    border: 5px solid #000;
    background: #fff;
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc;
}

#cboxLoadingGraphic {
    background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(images/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: bottom left;
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(images/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: bottom right;
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(images/controls.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: bottom center;
}

.hs-menu-flow-horizontal>ul {
    position: relative;
}

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

.hs-menu-flow-horizontal>ul a {
    padding-left: 10px;
    padding-right: 10px;
}

.nav-vertical-bordered .hs-menu-wrapper>ul>li {
    display: table;
    width: 100%;
}

.nav-vertical-bordered .hs-menu-wrapper>ul>li a {
    display: table-cell;
    border-bottom: 1px solid #585858;
    font-size: 12px;
    text-transform: uppercase;
    height: 55px;
    vertical-align: middle;
    line-height: 1.2;
}

.nav-vertical-simple .hs-menu-wrapper>ul>li {
    display: block;
}

.nav-vertical-simple .hs-menu-wrapper>ul>li a {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 0;
    line-height: 1.2;
}

.nav-small .hs-menu-wrapper>ul>li a {
    display: block;
    font-size: 10px;
    color: #747474;
    padding: 8px 0;
    line-height: 1.2;
}

.menu-social .hs-menu-wrapper {
    overflow: hidden;
}

.menu-social .hs-menu-wrapper>ul {
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
}

.menu-social .hs-menu-wrapper>ul>li {
    display: inline-block;
}

.menu-social .hs-menu-wrapper>ul>li a {
    display: block;
    font-size: 23px;
    padding: 8px 5px;
}

.nav.horizontal li {
    display: inline-block;
}

.gray a {
    color: #585858;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    opacity: 0;
    float: left;
    height: 100%;
    min-height: 1px;
    list-style: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    opacity: 1;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    border: none;
    background: none;
    -webkit-transition: 0.33s;
    transition: 0.33s;
    outline: none;
}

.slick-arrow:active,
.slick-arrow:focus {
    outline: none;
}

.no-touchevents .slick-arrow:hover {
    background: #485275;
    color: white;
}

.slick-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 26px;
}

.slick-dots li {
    display: inline-block;
    margin: 0 3px;
}

.slick-dots li button {
    width: 68px;
    height: 6px;
    background: white;
    opacity: 0.5;
    border: none;
    font-size: 0;
}

.slick-dots li.slick-active button {
    opacity: 1;
}

@media screen and (max-width: 1060px) {
    .slick-dots {
        bottom: 12px;
    }

    .slick-dots li {
        display: inline-block;
        margin: 0 3px;
    }

    .slick-dots li button {
        width: 46px;
        height: 4px;
    }
}

@media screen and (max-width: 767px) {
    .slick-dots {
        bottom: 22px;
    }

    .slick-dots li {
        margin: 0 2px;
    }

    .slick-dots li button {
        width: 40px;
        height: 3px;
    }
}

.cursos-row-group {
    padding-top: 32px;
    padding-bottom: 12px;
}

.cursos-row-group::after {
    clear: both;
    content: "";
    display: table;
}

.cursos-row-group.last {
    padding-bottom: 52px;
}

.cursos-row-group .widget-span {
    float: none;
    width: auto !important;
    margin: auto !important;
}

.cursos-row-group .widget-span.widget-type-linked_image {
    float: left;
    width: 33% !important;
}

.cursos-row-group .curso-content {
    float: left;
    width: 66%;
    position: relative;
    z-index: 9;
}

.cursos-row-group .curso-content>.widget-span {
    display: block;
    background: white;
    margin: 50px 0 0 -125px !important;
    padding: 32px 40px;
}

.cursos-row-group .curso-content .hs_cos_wrapper_type_header h1,
.cursos-row-group .curso-content .hs_cos_wrapper_type_header h2,
.cursos-row-group .curso-content .hs_cos_wrapper_type_header h3,
.cursos-row-group .curso-content .hs_cos_wrapper_type_header h4,
.cursos-row-group .curso-content .hs_cos_wrapper_type_header h5,
.cursos-row-group .curso-content .hs_cos_wrapper_type_header h6 {
    font-size: 40px !important;
    font-weight: 400;
    margin-bottom: 30px;
}

.cursos-row-group .curso-content .hs_cos_wrapper_type_header h1 a,
.cursos-row-group .curso-content .hs_cos_wrapper_type_header h2 a,
.cursos-row-group .curso-content .hs_cos_wrapper_type_header h3 a,
.cursos-row-group .curso-content .hs_cos_wrapper_type_header h4 a,
.cursos-row-group .curso-content .hs_cos_wrapper_type_header h5 a,
.cursos-row-group .curso-content .hs_cos_wrapper_type_header h6 a {
    color: black;
}

.cursos-row-group .curso-content .main-header h1:before,
.cursos-row-group .curso-content .main-header h2:before,
.cursos-row-group .curso-content .main-header h3:before,
.cursos-row-group .curso-content .main-header h4:before,
.cursos-row-group .curso-content .main-header h5:before,
.cursos-row-group .curso-content .main-header h6:before {
    display: none;
}

.cursos-row-group .top-title .section-header h1,
.cursos-row-group .top-title .section-header h2,
.cursos-row-group .top-title .section-header h3,
.cursos-row-group .top-title .section-header h4,
.cursos-row-group .top-title .section-header h5,
.cursos-row-group .top-title .section-header h6 {
    font-size: 40px !important;
    font-weight: 400;
}

.cursos-row-group .top-title .section-header h1 a,
.cursos-row-group .top-title .section-header h2 a,
.cursos-row-group .top-title .section-header h3 a,
.cursos-row-group .top-title .section-header h4 a,
.cursos-row-group .top-title .section-header h5 a,
.cursos-row-group .top-title .section-header h6 a {
    color: black;
}

.cursos-row-group .sub-header h1,
.cursos-row-group .sub-header h2,
.cursos-row-group .sub-header h3,
.cursos-row-group .sub-header h4,
.cursos-row-group .sub-header h5,
.cursos-row-group .sub-header h6 {
    font-family: 'Lato', serif;
    font-size: 56px !important;
    font-weight: 400;
    color: #FC5015;
    padding-bottom: 0;
    padding-top: 30px;
}

.cursos-row-group .sub-header h1:before,
.cursos-row-group .sub-header h2:before,
.cursos-row-group .sub-header h3:before,
.cursos-row-group .sub-header h4:before,
.cursos-row-group .sub-header h5:before,
.cursos-row-group .sub-header h6:before {
    display: none;
}

.curso-intro {
    padding: 20px 0 30px;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.8;
}

.curso-intro h1,
.curso-intro h2,
.curso-intro h3 {
    font-size: 30px;
    font-family: 'Lato', serif;
    font-weight: 400;
    color: #FC5015;
    line-height: 1.1;
}

.related-group {
    position: relative;
}

.related-group .row-fluid-wrapper>.row-fluid>.related-group-header {
    display: inline-block;
    vertical-align: top;
    width: auto !important;
    margin: 0 !important;
    width: 148px !important;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
}

.related-group .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header {
    display: block;
    border-right: 8px solid #ccc;
    padding-right: 26px;
}

.related-group .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h1,
.related-group .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h2,
.related-group .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h3,
.related-group .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h4,
.related-group .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h5,
.related-group .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h6 {
    font-weight: 400;
    font-family: 'Lato', serif;
    font-size: 28px;
    padding-bottom: 0;
}

.related-group .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h1:before,
.related-group .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h2:before,
.related-group .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h3:before,
.related-group .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h4:before,
.related-group .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h5:before,
.related-group .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h6:before {
    display: none;
}

.related-group .row-fluid-wrapper>.row-fluid>.related-group-content {
    padding-left: 160px;
    vertical-align: top;
    display: block;
    width: 100% !important;
    margin: 0 !important;
    float: none;
}

.related-group .row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span {
    display: inline-block;
    vertical-align: top;
    width: auto !important;
    float: none;
    min-width: 177px;
    max-width: 258px;
    padding-right: 10px;
}

.related-group .row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h1,
.related-group .row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h2,
.related-group .row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h3,
.related-group .row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h4,
.related-group .row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h5,
.related-group .row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h6 {
    font-weight: 400;
    font-family: 'Lato', serif;
    font-size: 28px;
}

.related-group .row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span .hs_cos_wrapper_type_rich_text {
    font-size: 14px;
}

.related-group .row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span .hs_cos_wrapper_type_rich_text .default-lista a {
    font-size: 14px;
}

.related-group .row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span .hs_cos_wrapper_type_rich_text a {
    text-decoration: underline;
}

.related-group .row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span .hs_cos_wrapper_type_rich_text a:hover {
    text-decoration: none;
}

.related-group-content .default-lista>li {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media screen and (max-width: 1080px) {
    .cursos-row-group {
        position: relative;
        padding-top: 40px !important;
        padding-bottom: 90px;
    }

    .cursos-row-group .sub-header h1,
    .cursos-row-group .sub-header h2,
    .cursos-row-group .sub-header h3,
    .cursos-row-group .sub-header h4,
    .cursos-row-group .sub-header h5,
    .cursos-row-group .sub-header h6 {
        font-size: 40px !important;
    }

    .cursos-row-group .widget-span.widget-type-linked_image {
        width: 47.5% !important;
        position: relative;
        top: auto;
        left: auto;
    }

    .cursos-row-group .curso-content {
        padding-left: 0;
        float: left;
        width: 52.5%;
    }

    .cursos-row-group .curso-content>.widget-span {
        margin: 20px 0 0 -56% !important;
        background: white;
    }

    .cursos-row-group .curso-content>.widget-span .widget-type-header {
        margin-left: 28% !important;
        background: #FFF;
        padding: 30px 40px 6px;
    }

    .cursos-row-group .curso-content>.widget-span .widget-type-header.top-title h1,
    .cursos-row-group .curso-content>.widget-span .widget-type-header.top-title h2,
    .cursos-row-group .curso-content>.widget-span .widget-type-header.top-title h3,
    .cursos-row-group .curso-content>.widget-span .widget-type-header.top-title h4,
    .cursos-row-group .curso-content>.widget-span .widget-type-header.top-title h5,
    .cursos-row-group .curso-content>.widget-span .widget-type-header.top-title h6 {
        font-size: 32px !important;
    }

    .cursos-row-group .curso-content>.widget-span .widget-type-header.sub-header {
        padding-top: 20px;
    }

    .cursos-row-group .curso-content>.widget-span .widget-type-header.sub-header h1,
    .cursos-row-group .curso-content>.widget-span .widget-type-header.sub-header h2,
    .cursos-row-group .curso-content>.widget-span .widget-type-header.sub-header h3,
    .cursos-row-group .curso-content>.widget-span .widget-type-header.sub-header h4,
    .cursos-row-group .curso-content>.widget-span .widget-type-header.sub-header h5,
    .cursos-row-group .curso-content>.widget-span .widget-type-header.sub-header h6 {
        padding-top: 5px;
        min-height: 40px;
    }

    .cursos-row-group .curso-content>.widget-span .widget-type-rich_text {
        margin-left: 28% !important;
        background: #FFF;
        padding: 10px 40px 6px;
    }

    .cursos-row-group .curso-content>.widget-span .widget-type-rich_text.curso-intro {
        background: #FFF;
        padding: 20px 20px 30px;
        position: relative;
        margin-left: -30px !important;
        margin-right: -30px !important;
    }

    .cursos-row-group .curso-content .main-header h1,
    .cursos-row-group .curso-content .main-header h2,
    .cursos-row-group .curso-content .main-header h3,
    .cursos-row-group .curso-content .main-header h4,
    .cursos-row-group .curso-content .main-header h5,
    .cursos-row-group .curso-content .main-header h6 {
        font-size: 40px !important;
    }

    .cursos-row-group .widget-type-header h1,
    .cursos-row-group .widget-type-header h2,
    .cursos-row-group .widget-type-header h3,
    .cursos-row-group .widget-type-header h4,
    .cursos-row-group .widget-type-header h5,
    .cursos-row-group .widget-type-header h6 {
        font-size: 40px !important;
    }

    .curso-intro {
        padding: 20px 0 30px;
        font-weight: 300;
        font-size: 15px;
        line-height: 1.8;
    }

    .curso-intro h1,
    .curso-intro h2,
    .curso-intro h3 {
        font-size: 30px;
        font-family: 'Lato', serif;
        font-weight: 400;
        color: #FC5015;
        line-height: 1.1;
    }

    .related-group {
        position: relative;
    }

    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header {
        width: 128px !important;
    }

    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h1,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h2,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h3,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h4,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h5,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h6 {
        font-size: 26px;
    }

    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-content {
        padding-left: 140px;
        vertical-align: top;
        display: block;
        width: 100% !important;
        margin: 0 !important;
        float: none;
    }

    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span {
        min-width: 190px;
        max-width: 220px;
    }

    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h1,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h2,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h3,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h4,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h5,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h6 {
        font-size: 26px;
    }

    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span .hs_cos_wrapper_type_rich_text {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .related-group {
        position: relative;
    }

    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header {
        position: relative;
        top: auto;
        left: 0;
        width: auto !important;
    }

    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header {
        display: block;
        border-right: none;
        padding-right: 0;
        padding-bottom: 26px;
    }

    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h1,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h2,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h3,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h4,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h5,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h6 {
        position: relative;
        font-size: 28px !important;
        padding-bottom: 20px;
    }

    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h1:before,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h2:before,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h3:before,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h4:before,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h5:before,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h6:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 8px;
        width: 162px;
        background: #CCC;
    }

    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-content {
        padding-left: 0;
    }

    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span {
        min-width: 0;
        max-width: 100%;
        float: left;
        width: 50% !important;
    }

    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h1,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h2,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h3,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h4,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h5,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h6 {
        font-size: 28px;
    }

    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span .hs_cos_wrapper_type_rich_text {
        font-size: 14px;
    }

    .cursos-row-group .widget-span {
        float: none;
        width: auto !important;
        margin: auto !important;
    }

    .cursos-row-group .widget-span.widget-type-linked_image {
        float: none;
        width: 100% !important;
        position: relative;
        top: auto;
        left: auto;
    }

    .cursos-row-group .curso-content {
        float: none;
        width: 100%;
        position: relative;
        z-index: 9;
    }

    .cursos-row-group .curso-content>.widget-span {
        display: block;
        background: white;
        margin: 0 !important;
        padding: 32px 30px;
    }

    .cursos-row-group .curso-content .main-header {
        margin-left: 0 !important;
    }

    .cursos-row-group .curso-content .main-header h1,
    .cursos-row-group .curso-content .main-header h2,
    .cursos-row-group .curso-content .main-header h3,
    .cursos-row-group .curso-content .main-header h4,
    .cursos-row-group .curso-content .main-header h5,
    .cursos-row-group .curso-content .main-header h6 {
        font-size: 36px !important;
    }

    .cursos-row-group .curso-content .hs_cos_wrapper_type_header h1,
    .cursos-row-group .curso-content .hs_cos_wrapper_type_header h2,
    .cursos-row-group .curso-content .hs_cos_wrapper_type_header h3,
    .cursos-row-group .curso-content .hs_cos_wrapper_type_header h4,
    .cursos-row-group .curso-content .hs_cos_wrapper_type_header h5,
    .cursos-row-group .curso-content .hs_cos_wrapper_type_header h6 {
        font-size: 28px !important;
    }

    .cursos-row-group .curso-content>.widget-span .widget-type-header {
        margin-left: 0 !important;
        background: #FFF;
        padding: 20px 0 6px;
    }

    .cursos-row-group .curso-content>.widget-span {
        margin: 0 !important;
        padding: 8px 0 12px;
    }

    .cursos-row-group .curso-content>.widget-span .widget-type-rich_text.curso-intro {
        background: #FFF;
        padding: 20px 0 30px;
        position: relative;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .cursos-row-group {
        position: relative;
        padding-top: 30px !important;
        padding-bottom: 0;
    }

    .cursos-row-group .curso-content>.widget-span .widget-type-rich_text {
        margin-left: 0% !important;
        padding: 10px 0 6px;
    }
}

@media screen and (max-width: 660px) {
    .related-group {
        position: relative;
    }

    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h1,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h2,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h3,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h4,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h5,
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h6 {
        position: relative;
        font-size: 24px !important;
    }
}

@media screen and (max-width: 600px) {
    .related-group>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span {
        float: none;
        width: auto !important;
        display: block;
        padding-bottom: 30px !important;
    }
}

@media screen and (max-width: 560px) {
    .cursos-row-group {
        padding-top: 24px;
        padding-bottom: 26px;
    }

    .cursos-row-group::after {
        clear: both;
        content: "";
        display: table;
    }

    .cursos-row-group.last {
        padding-bottom: 52px;
    }

    .cursos-row-group .widget-span.widget-type-linked_image {
        float: none !important;
        width: auto !important;
    }

    .cursos-row-group .widget-type-linked_image {
        height: 140px;
        overflow: hidden;
        margin-bottom: 4px;
    }

    .cursos-row-group .widget-type-linked_image img {
        position: relative;
        margin-top: -32px;
    }

    .cursos-row-group .curso-content {
        float: none !important;
        width: auto !important;
    }

    .cursos-row-group .curso-content>.widget-span {
        display: block;
        background: white;
        margin: 0;
        padding: 10px 0;
        margin: 0 !important;
    }

    .cursos-row-group .widget-type-header h1,
    .cursos-row-group .widget-type-header h2,
    .cursos-row-group .widget-type-header h3,
    .cursos-row-group .widget-type-header h4,
    .cursos-row-group .widget-type-header h5,
    .cursos-row-group .widget-type-header h6 {
        font-size: 34px !important;
    }
}

.social-share-icons {
    position: relative;
    margin-left: -18px !important;
    padding-top: 10px;
    padding-bottom: 20px;
}

.social-share-icons a {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    display: inline-block;
    padding: 3px 15px;
    color: black;
    width: auto !important;
}

.social-share-icons a img {
    opacity: 0;
    display: none;
}

.social-share-icons a[href*="facebook.com"]:before {
    content: "\f09a";
}

.social-share-icons a[href*="twitter.com"]:before {
    content: "\f099";
}

.social-share-icons a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.social-share-icons a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.social-share-icons a[href*="pinterest.com"]:before {
    content: "\f0d3";
}

.social-share-icons.colored {
    background: white;
    padding: 20px 0;
}

.social-share-icons.colored a {
    color: #FC5015;
}

.list-boxs {
    position: relative;
    float: none !important;
    width: auto !important;
    margin: 0 -28px !important;
    padding: 42px 0;
}

.list-boxs::after {
    clear: both;
    content: "";
    display: table;
}

.list-boxs>.hs_cos_wrapper_widget_container>.hs_cos_wrapper {
    float: left;
    width: 33.33%;
}

@media screen and (min-width: 768px) {
    .list-boxs>.hs_cos_wrapper_widget_container>.hs_cos_wrapper:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 767px) {
    .list-boxs>.hs_cos_wrapper_widget_container>.hs_cos_wrapper:nth-child(odd) {
        clear: left;
    }
}

.box-item {
    display: block;
    padding: 28px 28px 20px;
    font-size: 20px;
    font-weight: 300;
}

.box-item img {
    display: block;
}

.box-item a {
    display: block;
    color: black;
}

.box-item p {
    margin-bottom: 6px;
}

.box-item p:last-of-type {
    margin-bottom: 20px;
}

.box-item .top {
    position: relative;
    margin-bottom: 20px;
}

.box-item time {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #485275;
    background: #FFF;
    min-width: 176px;
    line-height: 1;
    padding: 15px 6px 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.box-item h1,
.box-item h2,
.box-item h3,
.box-item h4,
.box-item h5,
.box-item h6 {
    font-size: 32px;
    font-family: 'Lato', serif;
    font-weight: 400;
    color: #FC5015;
    line-height: 1.1;
    margin-bottom: 20px;
}

.agenda-list .box-item .top p {
    position: absolute;
    bottom: 0;
    background: white;
    left: 115px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    padding: 6px 10px;
    color: #485275;
    margin: 0 !important;
}

.agenda-list .box-item time {
    border: 6px solid #485275;
    color: #485275;
    display: block;
    width: 115px;
    height: 115px;
    font-size: 34px;
    font-weight: 400;
    background: #FFF;
    min-width: 0;
    line-height: 1;
    padding: 14px 0 0;
    text-align: center;
}

.agenda-list .box-item time small {
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    padding-top: 12px;
    line-height: 1;
}

@media screen and (max-width: 1080px) {
    .agenda-list .box-item .top p {
        font-size: 15px;
        left: 85px;
        padding: 6px 5px 6px 8px;
    }

    .agenda-list .box-item time {
        border-width: 5px;
        width: 85px;
        height: 85px;
        font-size: 22px;
        padding-top: 14px;
    }

    .agenda-list .box-item time small {
        font-size: 22px;
        padding-top: 8px;
    }

    .list-boxs {
        margin: 0 -22px !important;
        padding: 32px 0;
    }

    .box-item {
        display: block;
        padding: 22px 22px 18px;
        font-size: 18px;
    }

    .box-item p {
        margin-bottom: 4px;
    }

    .box-item p:last-of-type {
        margin-bottom: 18px;
    }

    .box-item .top {
        margin-bottom: 18px;
    }

    .box-item h1,
    .box-item h2,
    .box-item h3,
    .box-item h4,
    .box-item h5,
    .box-item h6 {
        font-size: 26px;
        margin-bottom: 18px;
    }
}

@media screen and (min-width: 769px) and (max-width: 880px) {
    .list-boxs {
        margin: 0 -15px !important;
        padding: 28px 0;
    }

    .box-item {
        display: block;
        padding: 15px 15px 18px;
        font-size: 16px;
    }

    .box-item p {
        margin-bottom: 4px;
    }

    .box-item p:last-of-type {
        margin-bottom: 15px;
    }

    .box-item .top {
        margin-bottom: 15px;
    }

    .box-item h1,
    .box-item h2,
    .box-item h3,
    .box-item h4,
    .box-item h5,
    .box-item h6 {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    .list-boxs>.hs_cos_wrapper_widget_container>.hs_cos_wrapper {
        width: 50%;
    }
}

@media screen and (max-width: 580px) {
    .list-boxs {
        margin: 0 -15px !important;
        padding: 28px 0;
    }

    .box-item {
        display: block;
        padding: 15px 15px 18px;
        font-size: 16px;
    }

    .box-item p {
        margin-bottom: 4px;
    }

    .box-item p:last-of-type {
        margin-bottom: 15px;
    }

    .box-item .top {
        margin-bottom: 15px;
    }

    .box-item h1,
    .box-item h2,
    .box-item h3,
    .box-item h4,
    .box-item h5,
    .box-item h6 {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 500px) {
    .list-boxs {
        margin: 0 -10px !important;
        padding: 16px 0;
    }

    .list-boxs>.hs_cos_wrapper_widget_container>.hs_cos_wrapper {
        float: none;
        width: auto;
    }

    .box-item {
        padding: 12px 10px 18px;
    }

    .box-item p {
        margin-bottom: 4px;
    }

    .box-item p:last-of-type {
        margin-bottom: 12px;
    }

    .box-item .top {
        margin-bottom: 12px;
    }

    .box-item h1,
    .box-item h2,
    .box-item h3,
    .box-item h4,
    .box-item h5,
    .box-item h6 {
        font-size: 22px;
        margin-bottom: 12px;
    }
}

.detalhe-row {
    padding-top: 72px;
}

.detalhe-row::after {
    clear: both;
    content: "";
    display: table;
}

.direcao-curso {
    padding-right: 3% !important;
    padding-left: 20px;
}

.direcao-curso .direcao-header {
    border: 1px solid #485275;
    padding: 30px 30px 30px 152px;
    position: relative;
}

.direcao-curso .direcao-header .widget-type-linked_image {
    position: absolute;
    top: -50px;
    left: -75px;
}

.direcao-curso .direcao-header .widget-type-header {
    position: relative;
    padding-bottom: 10px;
}

.direcao-curso .direcao-header .widget-type-header h1,
.direcao-curso .direcao-header .widget-type-header h2,
.direcao-curso .direcao-header .widget-type-header h3,
.direcao-curso .direcao-header .widget-type-header h4,
.direcao-curso .direcao-header .widget-type-header h5,
.direcao-curso .direcao-header .widget-type-header h6 {
    padding-bottom: 26px;
    position: relative;
    font-family: 'Lato', serif;
    font-size: 28px !important;
    font-weight: 400;
    line-height: 1.1;
}

.direcao-curso .direcao-header .widget-type-header h1:before,
.direcao-curso .direcao-header .widget-type-header h2:before,
.direcao-curso .direcao-header .widget-type-header h3:before,
.direcao-curso .direcao-header .widget-type-header h4:before,
.direcao-curso .direcao-header .widget-type-header h5:before,
.direcao-curso .direcao-header .widget-type-header h6:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    width: 132px;
    background: #CCC;
}

.direcao-curso .direcao-header .direcao-nome {
    font-size: 27px;
    font-weight: 300;
    color: #FC5015;
    padding-bottom: 6px;
}

.direcao-curso .direcao-header .direcao-cargo {
    font-size: 12px;
    font-weight: 400;
    color: black;
    text-transform: uppercase;
    padding-bottom: 6px;
}

.direcao-curso .direcao-info {
    padding-left: 5px;
}

.direcao-curso .direcao-info table {
    margin: 10px 0 20px;
    width: 100%;
    line-height: 1.1;
    border-collapse: collapse;
}

.direcao-curso .direcao-info table tr+tr th,
.direcao-curso .direcao-info table tr+tr td {
    border-top: 1px solid #485275;
}

.direcao-curso .direcao-info table th {
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 0;
    font-weight: 600;
    text-align: left;
    height: 54px;
}

.direcao-curso .direcao-info table td {
    font-size: 16px;
    padding: 10px 5px;
    text-align: left;
    height: 54px;
}

.direcao-curso .direcao-info table td small {
    font-size: 12px;
    line-height: 1;
}

.apresentacao-curso a {
    display: block;
}

.apresentacao-curso a img {
    width: 100%;
}

.column-left {
    float: left;
    width: 44% !important;
    margin: 0 !important;
}

.column-left [class*="span"] {
    float: none;
    width: auto !important;
    margin: 0 !important;
}

.column-right {
    float: right;
    width: 55% !important;
    margin: 0 !important;
}

.column-right [class*="span"] {
    float: none;
    width: auto !important;
    margin: 0 !important;
}

[class*="span"].saidas-curso {
    background: #485275;
    padding: 34px 42px;
    color: white;
    position: relative;
    margin-left: -20px !important;
}

[class*="span"].saidas-curso .widget-type-header,
[class*="span"].saidas-curso .section-header,
[class*="span"].saidas-curso .main-header {
    position: relative;
    margin-bottom: 6px;
}

[class*="span"].saidas-curso .widget-type-header h1,
[class*="span"].saidas-curso .widget-type-header h2,
[class*="span"].saidas-curso .widget-type-header h3,
[class*="span"].saidas-curso .widget-type-header h4,
[class*="span"].saidas-curso .widget-type-header h5,
[class*="span"].saidas-curso .widget-type-header h6,
[class*="span"].saidas-curso .section-header h1,
[class*="span"].saidas-curso .section-header h2,
[class*="span"].saidas-curso .section-header h3,
[class*="span"].saidas-curso .section-header h4,
[class*="span"].saidas-curso .section-header h5,
[class*="span"].saidas-curso .section-header h6,
[class*="span"].saidas-curso .main-header h1,
[class*="span"].saidas-curso .main-header h2,
[class*="span"].saidas-curso .main-header h3,
[class*="span"].saidas-curso .main-header h4,
[class*="span"].saidas-curso .main-header h5,
[class*="span"].saidas-curso .main-header h6 {
    font-size: 49px !important;
}

[class*="span"].saidas-curso .widget-type-header h1:before,
[class*="span"].saidas-curso .widget-type-header h2:before,
[class*="span"].saidas-curso .widget-type-header h3:before,
[class*="span"].saidas-curso .widget-type-header h4:before,
[class*="span"].saidas-curso .widget-type-header h5:before,
[class*="span"].saidas-curso .widget-type-header h6:before,
[class*="span"].saidas-curso .section-header h1:before,
[class*="span"].saidas-curso .section-header h2:before,
[class*="span"].saidas-curso .section-header h3:before,
[class*="span"].saidas-curso .section-header h4:before,
[class*="span"].saidas-curso .section-header h5:before,
[class*="span"].saidas-curso .section-header h6:before,
[class*="span"].saidas-curso .main-header h1:before,
[class*="span"].saidas-curso .main-header h2:before,
[class*="span"].saidas-curso .main-header h3:before,
[class*="span"].saidas-curso .main-header h4:before,
[class*="span"].saidas-curso .main-header h5:before,
[class*="span"].saidas-curso .main-header h6:before {
    background: #596281;
}

[class*="span"].saidas-curso .widget-type-rich_text {
    padding-top: 34px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 300;
}

[class*="span"].saidas-curso .widget-type-rich_text p {
    margin: 0;
}

[class*="span"].saidas-curso .widget-type-rich_text p+* {
    margin-top: 16px;
}

.empresas-curso {
    padding-left: 32px;
    padding-bottom: 60px;
    padding-right: 60px;
}

.empresas-curso .widget-type-header,
.empresas-curso .section-header,
.empresas-curso .main-header {
    position: relative;
    margin-bottom: 6px;
}

.empresas-curso .widget-type-header h1,
.empresas-curso .widget-type-header h2,
.empresas-curso .widget-type-header h3,
.empresas-curso .widget-type-header h4,
.empresas-curso .widget-type-header h5,
.empresas-curso .widget-type-header h6,
.empresas-curso .section-header h1,
.empresas-curso .section-header h2,
.empresas-curso .section-header h3,
.empresas-curso .section-header h4,
.empresas-curso .section-header h5,
.empresas-curso .section-header h6,
.empresas-curso .main-header h1,
.empresas-curso .main-header h2,
.empresas-curso .main-header h3,
.empresas-curso .main-header h4,
.empresas-curso .main-header h5,
.empresas-curso .main-header h6 {
    font-size: 49px !important;
}

.empresas-curso .widget-type-rich_text {
    padding: 32px 0 30px;
    line-height: 1.8;
}

.experiencia-profissional-curso {
    padding-left: 32px;
    padding-bottom: 60px;
    position: relative;
    z-index: 9;
    background: white;
    padding-right: 60px;
}

.experiencia-profissional-curso .widget-type-header,
.experiencia-profissional-curso .section-header,
.experiencia-profissional-curso .main-header {
    position: relative;
    margin-bottom: 6px;
}

.experiencia-profissional-curso .widget-type-header h1,
.experiencia-profissional-curso .widget-type-header h2,
.experiencia-profissional-curso .widget-type-header h3,
.experiencia-profissional-curso .widget-type-header h4,
.experiencia-profissional-curso .widget-type-header h5,
.experiencia-profissional-curso .widget-type-header h6,
.experiencia-profissional-curso .section-header h1,
.experiencia-profissional-curso .section-header h2,
.experiencia-profissional-curso .section-header h3,
.experiencia-profissional-curso .section-header h4,
.experiencia-profissional-curso .section-header h5,
.experiencia-profissional-curso .section-header h6,
.experiencia-profissional-curso .main-header h1,
.experiencia-profissional-curso .main-header h2,
.experiencia-profissional-curso .main-header h3,
.experiencia-profissional-curso .main-header h4,
.experiencia-profissional-curso .main-header h5,
.experiencia-profissional-curso .main-header h6 {
    font-size: 35px !important;
}

.experiencia-profissional-curso .widget-type-rich_text {
    padding: 32px 0 30px;
    line-height: 1.8;
}

.slider-testemunhos-wrapper-global {
    position: relative;
    margin: 0 -20px;
}

.slider-testemunhos-wrapper {
    border: 6px solid #485275;
    padding: 30px 48px;
    position: relative;
    margin-top: -100px;
    position: relative;
}

.slider-testemunhos-wrapper:before {
    content: "";
    display: block;
    height: 6px;
    right: 40px;
    width: 60%;
    background: white;
    top: -6px;
    z-index: 1;
    position: absolute;
}

.slider-testemunhos-wrapper .widget-type-header,
.slider-testemunhos-wrapper .section-header,
.slider-testemunhos-wrapper .main-header {
    position: relative;
    margin-bottom: 6px;
}

.slider-testemunhos-wrapper .widget-type-header h1,
.slider-testemunhos-wrapper .widget-type-header h2,
.slider-testemunhos-wrapper .widget-type-header h3,
.slider-testemunhos-wrapper .widget-type-header h4,
.slider-testemunhos-wrapper .widget-type-header h5,
.slider-testemunhos-wrapper .widget-type-header h6,
.slider-testemunhos-wrapper .section-header h1,
.slider-testemunhos-wrapper .section-header h2,
.slider-testemunhos-wrapper .section-header h3,
.slider-testemunhos-wrapper .section-header h4,
.slider-testemunhos-wrapper .section-header h5,
.slider-testemunhos-wrapper .section-header h6,
.slider-testemunhos-wrapper .main-header h1,
.slider-testemunhos-wrapper .main-header h2,
.slider-testemunhos-wrapper .main-header h3,
.slider-testemunhos-wrapper .main-header h4,
.slider-testemunhos-wrapper .main-header h5,
.slider-testemunhos-wrapper .main-header h6 {
    font-size: 50px !important;
}

.slider-testemunhos-wrapper .detail-testemunhos-group {
    padding: 34px 0;
}

.slider-testemunhos-wrapper .detail-testemunhos-group span.hs_cos_wrapper_type_rich_text {
    display: block;
}

.slider-testemunhos-wrapper .cell-image-wrap {
    height: 300px;
}

.slider-testemunhos-wrapper .cell-image-wrap img {
    width: 240px;
    max-width: 240px;
}

.slider-testemunhos-wrapper .cell-text-wrap {
    padding-left: 28px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    padding-right: 30px;
}

.slider-testemunhos-wrapper .name {
    line-height: 1.4;
    padding-bottom: 16px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.slider-testemunhos-wrapper .name strong {
    font-weight: 400;
    font-size: 17px;
    text-transform: none;
}

.slider-testemunhos-wrapper .testemunhos-group-pager {
    position: absolute;
    right: 0;
    bottom: 0;
}

.slider-testemunhos-wrapper .testemunhos-group-pager button.slick-arrow {
    display: block;
    float: left;
    width: 72px;
    height: 66px;
    line-height: 62px;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
    color: #FC5015;
    padding-top: 5px;
    border-top: 1px solid #485275;
    border-left: 1px solid #485275;
}

.slider-testemunhos-wrapper .testemunhos-group-pager button.slick-arrow:focus,
.slider-testemunhos-wrapper .testemunhos-group-pager button.slick-arrow:active {
    outline: none;
}

.galeria-slider-wrapper {
    position: relative;
    padding: 28px 0 0;
    margin-bottom: -30px;
    margin-right: -40px;
    width: auto !important;
    margin-left: 0 !important;
    float: none !important;
}

.tabs-wrapper {
    clear: both;
}

.tabs-wrapper::after {
    clear: both;
    content: "";
    display: table;
}

.galeria-wrap {
    clear: both;
    border: 6px solid #485275;
    padding: 32px 0 0 25px;
    position: relative;
}

.galeria-wrap::after {
    clear: both;
    content: "";
    display: table;
}

.galeria-wrap .widget-type-raw_html {
    min-height: 0 !important;
}

.galeria-wrap .widget-type-header,
.galeria-wrap .section-header,
.galeria-wrap .main-header {
    position: relative;
    margin-bottom: 6px;
}

.galeria-wrap .widget-type-header h1,
.galeria-wrap .widget-type-header h2,
.galeria-wrap .widget-type-header h3,
.galeria-wrap .widget-type-header h4,
.galeria-wrap .widget-type-header h5,
.galeria-wrap .widget-type-header h6,
.galeria-wrap .section-header h1,
.galeria-wrap .section-header h2,
.galeria-wrap .section-header h3,
.galeria-wrap .section-header h4,
.galeria-wrap .section-header h5,
.galeria-wrap .section-header h6,
.galeria-wrap .main-header h1,
.galeria-wrap .main-header h2,
.galeria-wrap .main-header h3,
.galeria-wrap .main-header h4,
.galeria-wrap .main-header h5,
.galeria-wrap .main-header h6 {
    font-size: 50px !important;
}

.galeria-wrap .link-action .caption {
    position: absolute;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    font-size: 22px;
    color: white;
    font-family: 'Lato', serif;
    max-width: 330px;
}

.galeria-wrap .galeria-group-pager {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.galeria-wrap .galeria-group-pager button.slick-arrow {
    display: block;
    float: left;
    width: 72px;
    height: 66px;
    line-height: 62px;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
    color: #FC5015;
    padding-top: 5px;
    border-bottom: 1px solid #485275;
    border-left: 1px solid #485275;
}

.galeria-wrap .galeria-group-pager button.slick-arrow:focus,
.galeria-wrap .galeria-group-pager button.slick-arrow:active {
    outline: none;
}

.proximos-passos-area-detail {
    clear: both;
    padding-top: 60px !important;
}

.related-wrapper-detail .row-fluid-wrapper {
    float: left;
    width: 100% !important;
}

.related-wrapper-detail .row-fluid-wrapper>.row-fluid {
    float: left;
    width: 100% !important;
}

.related-wrapper-detail .row-fluid-wrapper>.row-fluid>.related-group-header {
    display: inline-block;
    vertical-align: top;
    width: auto !important;
    margin: 0 !important;
    width: auto !important;
    float: none;
    position: relative;
    top: auto;
    left: auto;
    float: left;
}

.related-wrapper-detail .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header {
    display: block;
    border-right: 8px solid #ccc;
    padding-right: 26px;
}

.related-wrapper-detail .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h1,
.related-wrapper-detail .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h2,
.related-wrapper-detail .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h3,
.related-wrapper-detail .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h4,
.related-wrapper-detail .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h5,
.related-wrapper-detail .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h6 {
    font-size: 27px !important;
    padding-bottom: 0;
}

.related-wrapper-detail .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h1:before,
.related-wrapper-detail .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h2:before,
.related-wrapper-detail .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h3:before,
.related-wrapper-detail .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h4:before,
.related-wrapper-detail .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h5:before,
.related-wrapper-detail .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header h6:before {
    display: none;
}

.related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content {
    float: left;
    display: block;
    width: 50% !important;
    margin: 0 !important;
}

.related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content .list-itens {
    position: relative;
    margin-top: -4px;
}

.related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content .list-itens li:first-child {
    padding-top: 0;
}

.related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 {
    width: auto !important;
    float: none;
    margin-left: 0 !important;
}

.related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .row-fluid-wrapper {
    margin-right: 20px;
    width: auto !important;
}

.related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .row-fluid-wrapper:last-child {
    overflow: hidden;
    float: none !important;
}

.related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .row-fluid-wrapper>.row-fluid {
    width: auto !important;
}

.related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span {
    display: inline-block;
    vertical-align: top;
    width: auto !important;
    float: none;
    min-width: 177px;
    max-width: 258px;
    padding-right: 10px;
}

.related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h1,
.related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h2,
.related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h3,
.related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h4,
.related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h5,
.related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span h6 {
    font-weight: 400;
    font-family: 'Lato', serif;
    font-size: 28px;
}

.related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span .hs_cos_wrapper_type_rich_text {
    font-size: 14px;
}

.related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span .hs_cos_wrapper_type_rich_text .default-lista a {
    font-size: 14px;
}

.related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span .hs_cos_wrapper_type_rich_text a {
    text-decoration: underline;
}

.related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.row-fluid-wrapper>.row-fluid>.widget-span .hs_cos_wrapper_type_rich_text a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1080px) {
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content {
        width: 100% !important;
        margin: 0 !important;
        padding-bottom: 35px;
    }

    .galeria-wrap .widget-type-header h1,
    .galeria-wrap .widget-type-header h2,
    .galeria-wrap .widget-type-header h3,
    .galeria-wrap .widget-type-header h4,
    .galeria-wrap .widget-type-header h5,
    .galeria-wrap .widget-type-header h6,
    .galeria-wrap .section-header h1,
    .galeria-wrap .section-header h2,
    .galeria-wrap .section-header h3,
    .galeria-wrap .section-header h4,
    .galeria-wrap .section-header h5,
    .galeria-wrap .section-header h6,
    .galeria-wrap .main-header h1,
    .galeria-wrap .main-header h2,
    .galeria-wrap .main-header h3,
    .galeria-wrap .main-header h4,
    .galeria-wrap .main-header h5,
    .galeria-wrap .main-header h6 {
        font-size: 40px !important;
    }

    .galeria-wrap .link-action .caption {
        font-size: 16px;
    }

    .slider-testemunhos-wrapper-global {
        padding-left: 30px;
        padding-right: 30px;
    }

    .slider-testemunhos-wrapper {
        padding: 20px 21px;
        margin-top: 0;
        float: none;
    }

    .slider-testemunhos-wrapper:before {
        display: none;
    }

    .slider-testemunhos-wrapper .widget-type-header,
    .slider-testemunhos-wrapper .section-header,
    .slider-testemunhos-wrapper .main-header {
        position: relative;
        margin-bottom: 6px;
    }

    .slider-testemunhos-wrapper .widget-type-header h1,
    .slider-testemunhos-wrapper .widget-type-header h2,
    .slider-testemunhos-wrapper .widget-type-header h3,
    .slider-testemunhos-wrapper .widget-type-header h4,
    .slider-testemunhos-wrapper .widget-type-header h5,
    .slider-testemunhos-wrapper .widget-type-header h6,
    .slider-testemunhos-wrapper .section-header h1,
    .slider-testemunhos-wrapper .section-header h2,
    .slider-testemunhos-wrapper .section-header h3,
    .slider-testemunhos-wrapper .section-header h4,
    .slider-testemunhos-wrapper .section-header h5,
    .slider-testemunhos-wrapper .section-header h6,
    .slider-testemunhos-wrapper .main-header h1,
    .slider-testemunhos-wrapper .main-header h2,
    .slider-testemunhos-wrapper .main-header h3,
    .slider-testemunhos-wrapper .main-header h4,
    .slider-testemunhos-wrapper .main-header h5,
    .slider-testemunhos-wrapper .main-header h6 {
        font-size: 40px !important;
    }

    .slider-testemunhos-wrapper .detail-testemunhos-group {
        padding: 16px 0;
    }

    .slider-testemunhos-wrapper .table-wrap {
        display: block;
    }

    .slider-testemunhos-wrapper .table-wrap .cell-wrap {
        display: block;
    }

    .slider-testemunhos-wrapper .cell-text-wrap {
        padding-left: 0;
        padding-top: 16px;
    }

    .slider-testemunhos-wrapper .detail-slider {
        max-width: 354px;
    }

    .slider-testemunhos-wrapper .cell-image-wrap {
        height: auto;
    }

    .slider-testemunhos-wrapper .cell-image-wrap img {
        width: auto;
        max-width: 100%;
    }

    .slider-testemunhos-wrapper .testemunhos-group-pager {
        bottom: auto;
        top: 0;
    }

    .slider-testemunhos-wrapper .testemunhos-group-pager button.slick-arrow {
        border-bottom: 1px solid #485275;
        border-top: none;
        border-left: 1px solid #485275;
    }

    .detalhe-row {
        padding-top: 0;
    }

    .detalhe-row.first {
        padding-top: 62px;
    }

    .direcao-curso {
        padding-left: 0;
    }

    .direcao-curso .direcao-header {
        padding: 30px 20px 30px 180px;
        position: relative;
    }

    .direcao-curso .direcao-header .widget-type-linked_image {
        top: -50px;
        left: -30px;
    }

    .column-left {
        float: none;
        width: auto !important;
        padding-bottom: 40px;
    }

    .column-left.direcao-curso {
        padding-right: 0 !important;
    }

    .column-right {
        float: none;
        width: auto !important;
        padding-bottom: 40px;
    }

    .apresentacao-curso a {
        display: block;
        height: 374px;
        overflow: hidden;
    }

    .apresentacao-curso a img {
        position: relative;
        margin-top: -20px;
        width: 100%;
        display: block;
    }

    .empresas-curso {
        padding-left: 0;
        padding-bottom: 40px;
        padding-right: 0;
    }

    .empresas-curso .widget-type-header,
    .empresas-curso .section-header,
    .empresas-curso .main-header {
        position: relative;
        margin-bottom: 6px;
    }

    .empresas-curso .widget-type-header h1,
    .empresas-curso .widget-type-header h2,
    .empresas-curso .widget-type-header h3,
    .empresas-curso .widget-type-header h4,
    .empresas-curso .widget-type-header h5,
    .empresas-curso .widget-type-header h6,
    .empresas-curso .section-header h1,
    .empresas-curso .section-header h2,
    .empresas-curso .section-header h3,
    .empresas-curso .section-header h4,
    .empresas-curso .section-header h5,
    .empresas-curso .section-header h6,
    .empresas-curso .main-header h1,
    .empresas-curso .main-header h2,
    .empresas-curso .main-header h3,
    .empresas-curso .main-header h4,
    .empresas-curso .main-header h5,
    .empresas-curso .main-header h6 {
        font-size: 40px !important;
    }

    .empresas-curso .widget-type-rich_text {
        padding: 22px 0 20px;
        line-height: 1.8;
    }

    .experiencia-profissional-curso {
        padding-left: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .experiencia-profissional-curso .widget-type-header,
    .experiencia-profissional-curso .section-header,
    .experiencia-profissional-curso .main-header {
        position: relative;
        margin-bottom: 6px;
    }

    .experiencia-profissional-curso .widget-type-header h1,
    .experiencia-profissional-curso .widget-type-header h2,
    .experiencia-profissional-curso .widget-type-header h3,
    .experiencia-profissional-curso .widget-type-header h4,
    .experiencia-profissional-curso .widget-type-header h5,
    .experiencia-profissional-curso .widget-type-header h6,
    .experiencia-profissional-curso .section-header h1,
    .experiencia-profissional-curso .section-header h2,
    .experiencia-profissional-curso .section-header h3,
    .experiencia-profissional-curso .section-header h4,
    .experiencia-profissional-curso .section-header h5,
    .experiencia-profissional-curso .section-header h6,
    .experiencia-profissional-curso .main-header h1,
    .experiencia-profissional-curso .main-header h2,
    .experiencia-profissional-curso .main-header h3,
    .experiencia-profissional-curso .main-header h4,
    .experiencia-profissional-curso .main-header h5,
    .experiencia-profissional-curso .main-header h6 {
        font-size: 28px !important;
    }

    .experiencia-profissional-curso .widget-type-rich_text {
        padding: 22px 0 20px;
        line-height: 1.8;
    }
}

@media screen and (max-width: 767px) {
    .slider-testemunhos-wrapper-global {
        padding-left: 15px;
        padding-right: 15px;
    }

    .direcao-curso .direcao-header {
        padding: 30px 10px 20px 208px;
        position: relative;
    }

    .direcao-curso .direcao-header .widget-type-linked_image {
        top: -50px;
        left: -30px;
        width: 216px !important;
    }

    .direcao-curso .direcao-header .widget-type-linked_image img {
        width: 216px !important;
    }

    .direcao-curso .direcao-header .widget-type-header {
        position: relative;
        padding-bottom: 10px;
    }

    .direcao-curso .direcao-header .widget-type-header h1,
    .direcao-curso .direcao-header .widget-type-header h2,
    .direcao-curso .direcao-header .widget-type-header h3,
    .direcao-curso .direcao-header .widget-type-header h4,
    .direcao-curso .direcao-header .widget-type-header h5,
    .direcao-curso .direcao-header .widget-type-header h6 {
        padding-bottom: 24px;
        font-size: 20px !important;
    }

    .direcao-curso .direcao-header .direcao-nome {
        font-size: 24px;
    }

    .direcao-curso .direcao-info {
        padding-left: 0;
    }

    .direcao-curso .direcao-info table {
        margin: 40px 0 20px;
    }

    .apresentacao-curso a {
        height: auto;
    }

    .apresentacao-curso a img {
        margin-top: 0;
    }
}

@media screen and (max-width: 660px) {
    .proximos-passos-area-detail {
        clear: both;
        padding-top: 30px !important;
    }

    .tabs-wrapper {
        padding: 30px 0;
    }

    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content:last-child {
        padding-bottom: 0 !important;
    }

    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .row-fluid-wrapper {
        float: none !important;
        width: 100% !important;
        padding-bottom: 16px;
    }

    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .widget-type-header,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .section-header,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .main-header {
        position: relative;
        margin-bottom: 6px;
    }

    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .widget-type-header h1,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .widget-type-header h2,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .widget-type-header h3,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .widget-type-header h4,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .widget-type-header h5,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .widget-type-header h6,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .section-header h1,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .section-header h2,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .section-header h3,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .section-header h4,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .section-header h5,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .section-header h6,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .main-header h1,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .main-header h2,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .main-header h3,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .main-header h4,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .main-header h5,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .main-header h6 {
        font-size: 24px !important;
        padding-bottom: 20px !important;
    }

    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .widget-type-header h1:before,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .widget-type-header h2:before,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .widget-type-header h3:before,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .widget-type-header h4:before,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .widget-type-header h5:before,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .widget-type-header h6:before,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .section-header h1:before,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .section-header h2:before,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .section-header h3:before,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .section-header h4:before,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .section-header h5:before,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .section-header h6:before,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .main-header h1:before,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .main-header h2:before,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .main-header h3:before,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .main-header h4:before,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .main-header h5:before,
    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .main-header h6:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 8px;
        width: 60px;
        background: #CCC;
    }

    .related-wrapper-detail .row-fluid-wrapper>.row-fluid .related-group-content>.span6 .widget-type-rich_text {
        padding: 20px 0 10px;
    }

    .related-wrapper-detail .row-fluid-wrapper>.row-fluid>.related-group-header .hs_cos_wrapper_type_header {
        display: block;
        border-right: none;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .galeria-wrap {
        margin-left: -15px !important;
        padding-left: 15px;
    }
}

@media screen and (max-width: 560px) {
    .galeria-wrap {
        border-left: 0;
        position: relative;
        margin-left: -10px !important;
        padding-left: 10px;
    }

    .galeria-wrap .widget-type-header,
    .galeria-wrap .section-header,
    .galeria-wrap .main-header {
        position: relative;
        margin-bottom: 6px;
    }

    .galeria-wrap .widget-type-header h1,
    .galeria-wrap .widget-type-header h2,
    .galeria-wrap .widget-type-header h3,
    .galeria-wrap .widget-type-header h4,
    .galeria-wrap .widget-type-header h5,
    .galeria-wrap .widget-type-header h6,
    .galeria-wrap .section-header h1,
    .galeria-wrap .section-header h2,
    .galeria-wrap .section-header h3,
    .galeria-wrap .section-header h4,
    .galeria-wrap .section-header h5,
    .galeria-wrap .section-header h6,
    .galeria-wrap .main-header h1,
    .galeria-wrap .main-header h2,
    .galeria-wrap .main-header h3,
    .galeria-wrap .main-header h4,
    .galeria-wrap .main-header h5,
    .galeria-wrap .main-header h6 {
        font-size: 34px !important;
    }

    .galeria-wrap .galeria-group-pager button.slick-arrow {
        width: 50px;
        height: 50px;
        line-height: 48px;
        font-size: 26px;
        padding-top: 2px;
    }

    .slider-testemunhos-wrapper {
        padding-top: 76px;
        position: relative;
        margin-left: -15px !important;
        padding-left: 15px;
        border-left: none;
    }

    .slider-testemunhos-wrapper .widget-type-header h1,
    .slider-testemunhos-wrapper .widget-type-header h2,
    .slider-testemunhos-wrapper .widget-type-header h3,
    .slider-testemunhos-wrapper .widget-type-header h4,
    .slider-testemunhos-wrapper .widget-type-header h5,
    .slider-testemunhos-wrapper .widget-type-header h6,
    .slider-testemunhos-wrapper .section-header h1,
    .slider-testemunhos-wrapper .section-header h2,
    .slider-testemunhos-wrapper .section-header h3,
    .slider-testemunhos-wrapper .section-header h4,
    .slider-testemunhos-wrapper .section-header h5,
    .slider-testemunhos-wrapper .section-header h6,
    .slider-testemunhos-wrapper .main-header h1,
    .slider-testemunhos-wrapper .main-header h2,
    .slider-testemunhos-wrapper .main-header h3,
    .slider-testemunhos-wrapper .main-header h4,
    .slider-testemunhos-wrapper .main-header h5,
    .slider-testemunhos-wrapper .main-header h6 {
        font-size: 34px !important;
    }

    .slider-testemunhos-wrapper .cell-text-wrap {
        font-size: 14px;
        padding-right: 0;
    }

    .slider-testemunhos-wrapper .name strong {
        font-size: 16px;
    }

    .slider-testemunhos-wrapper .testemunhos-group-pager button.slick-arrow {
        width: 50px;
        height: 50px;
        line-height: 48px;
        font-size: 26px;
        padding-top: 2px;
    }

    .empresas-curso .widget-type-header h1,
    .empresas-curso .widget-type-header h2,
    .empresas-curso .widget-type-header h3,
    .empresas-curso .widget-type-header h4,
    .empresas-curso .widget-type-header h5,
    .empresas-curso .widget-type-header h6,
    .empresas-curso .section-header h1,
    .empresas-curso .section-header h2,
    .empresas-curso .section-header h3,
    .empresas-curso .section-header h4,
    .empresas-curso .section-header h5,
    .empresas-curso .section-header h6,
    .empresas-curso .main-header h1,
    .empresas-curso .main-header h2,
    .empresas-curso .main-header h3,
    .empresas-curso .main-header h4,
    .empresas-curso .main-header h5,
    .empresas-curso .main-header h6 {
        font-size: 34px !important;
    }

    .experiencia-profissional-curso .widget-type-header h1,
    .experiencia-profissional-curso .widget-type-header h2,
    .experiencia-profissional-curso .widget-type-header h3,
    .experiencia-profissional-curso .widget-type-header h4,
    .experiencia-profissional-curso .widget-type-header h5,
    .experiencia-profissional-curso .widget-type-header h6,
    .experiencia-profissional-curso .section-header h1,
    .experiencia-profissional-curso .section-header h2,
    .experiencia-profissional-curso .section-header h3,
    .experiencia-profissional-curso .section-header h4,
    .experiencia-profissional-curso .section-header h5,
    .experiencia-profissional-curso .section-header h6,
    .experiencia-profissional-curso .main-header h1,
    .experiencia-profissional-curso .main-header h2,
    .experiencia-profissional-curso .main-header h3,
    .experiencia-profissional-curso .main-header h4,
    .experiencia-profissional-curso .main-header h5,
    .experiencia-profissional-curso .main-header h6 {
        font-size: 24px !important;
    }

    [class*="span"].saidas-curso {
        position: relative;
        padding: 16px 17px;
        margin-left: -10px !important;
        padding-left: 15px;
    }

    [class*="span"].saidas-curso .widget-type-header h1,
    [class*="span"].saidas-curso .widget-type-header h2,
    [class*="span"].saidas-curso .widget-type-header h3,
    [class*="span"].saidas-curso .widget-type-header h4,
    [class*="span"].saidas-curso .widget-type-header h5,
    [class*="span"].saidas-curso .widget-type-header h6,
    [class*="span"].saidas-curso .section-header h1,
    [class*="span"].saidas-curso .section-header h2,
    [class*="span"].saidas-curso .section-header h3,
    [class*="span"].saidas-curso .section-header h4,
    [class*="span"].saidas-curso .section-header h5,
    [class*="span"].saidas-curso .section-header h6,
    [class*="span"].saidas-curso .main-header h1,
    [class*="span"].saidas-curso .main-header h2,
    [class*="span"].saidas-curso .main-header h3,
    [class*="span"].saidas-curso .main-header h4,
    [class*="span"].saidas-curso .main-header h5,
    [class*="span"].saidas-curso .main-header h6 {
        font-size: 34px !important;
    }

    .apresentacao-curso {
        position: relative;
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    .direcao-curso .direcao-header {
        padding: 20px 10px 8px 111px;
        position: relative;
    }

    .direcao-curso .direcao-header .widget-type-linked_image {
        top: -50px;
        left: -30px;
        width: 126px !important;
    }

    .direcao-curso .direcao-header .widget-type-linked_image img {
        width: 126px !important;
    }

    .direcao-curso .direcao-info {
        padding-left: 0;
    }

    .direcao-curso .direcao-info table {
        margin: 20px 0 20px;
    }
}

.top-slider-wrapper {
    padding-bottom: 48px;
}

.top-slider-wrapper .slider-wrap {
    position: relative;
}

.top-slider-wrapper .slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.top-slider-wrapper .slide-wrap-height {
    display: table;
    width: 100%;
    height: 766px;
}

.top-slider-wrapper .slide-wrap-text {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.top-slider-wrapper .slide-wrap-text>.widget-type-cell {
    max-width: 688px;
    padding-left: 90px;
    float: none;
    margin: 0;
}

.top-slider-wrapper .text-editor {
    font-size: 58px;
    font-family: 'Lato', serif;
    color: white;
    line-height: 1.2;
}

.top-slider-wrapper .text-editor h1,
.top-slider-wrapper .text-editor h2,
.top-slider-wrapper .text-editor h3,
.top-slider-wrapper .text-editor h4,
.top-slider-wrapper .text-editor h5,
.top-slider-wrapper .text-editor h6 {
    line-height: 0.9;
    font-weight: 400;
    font-size: 81px;
}

.top-slider-wrapper .slide-buttons {
    padding-top: 60px;
}

.top-slider-wrapper .slide-buttons a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.top-slider-wrapper .slide-buttons .row-fluid {
    position: relative;
    float: none;
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
}

.top-slider-wrapper .slide-buttons .row-fluid .span4 {
    width: 33.33%;
    float: left;
    padding: 0 10px;
    margin: 0;
}

.quote-block {
    padding: 20px 20px 25px;
    text-align: center;
    font-size: 19px;
    font-weight: 300;
}

.quote-block blockquote {
    font-size: 42px;
    margin: 0 0 16px;
}

.cursos-group-wrap {
    padding: 40px 0;
    text-align: center;
}

.cursos-group-wrap::after {
    clear: both;
    content: "";
    display: table;
}

.cursos-group-wrap .main-header h3,
.cursos-group-wrap .main-header h2 {
    white-space: nowrap;
    font-size: 38px;
}

.cursos-group-wrap .main-header h3:before,
.cursos-group-wrap .main-header h2:before {
    width: 102px;
}

.cursos-group-wrap .box-content>.row-fluid-wrapper {
    max-width: 270px;
    margin: 0 auto;
    text-align: left;
}

.cursos-group-wrap .box-content img {
    max-width: 100%;
    display: block;
}

.widget-type-linked_image.shape1 a,
.widget-type-linked_image.shape2 a,
.widget-type-linked_image.shape1 a {
    display: block;
    position: relative;
}

.widget-type-linked_image.shape1 .hs_cos_wrapper,
.widget-type-linked_image.shape2 .hs_cos_wrapper,
.widget-type-linked_image.shape1 .hs_cos_wrapper {
    display: block;
    position: relative;
}

.widget-type-linked_image.shape1 .hs_cos_wrapper:after,
.widget-type-linked_image.shape2 .hs_cos_wrapper:after,
.widget-type-linked_image.shape1 .hs_cos_wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: transparent url(//iade.dev.wntech.com/hubfs/IPAM-SITE/shapes/1.png) no-repeat right top;
}

.widget-type-linked_image.shape1 .hs_cos_wrapper {
    display: block;
}

.widget-type-linked_image.shape1 .hs_cos_wrapper:after {
    background: transparent url(//iade.dev.wntech.com/hubfs/IPAM-SITE/shapes/1.png) no-repeat right top;
}

.widget-type-linked_image.shape2 .hs_cos_wrapper {
    display: block;
}

.widget-type-linked_image.shape2 .hs_cos_wrapper:after {
    background: transparent url(//iade.dev.wntech.com/hubfs/IPAM-SITE/shapes/2.png) no-repeat right top;
}

.widget-type-linked_image.shape3 .hs_cos_wrapper {
    display: block;
}

.widget-type-linked_image.shape3 .hs_cos_wrapper:after {
    background: transparent url(//iade.dev.wntech.com/hubfs/IPAM-SITE/shapes/3.png) no-repeat left top;
}

.comunidade-wrapper {
    padding: 51px 0 45px;
    position: relative;
}

.comunidade-wrapper::after {
    clear: both;
    content: "";
    display: table;
}

.comunidade-wrapper .custom-wrap>.row-fluid-wrapper {
    padding-bottom: 42px;
}

.comunidade-wrapper .custom-wrap>.row-fluid-wrapper::after {
    clear: both;
    content: "";
    display: table;
}

.comunidade-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    top: 0;
    height: 6px;
    right: 50%;
    background: #485275;
}

.comunidade-wrapper .text-wrap {
    position: relative;
}

.comunidade-wrapper .text-wrap>.row-fluid-wrapper {
    padding-left: 390px;
}

.comunidade-wrapper .text-wrap .text-editor {
    min-height: 208px;
    padding-top: 16px;
    line-height: 2;
    font-weight: 300;
    font-size: 15px;
}

.comunidade-wrapper .text-wrap .text-editor img:first-child {
    top: 0;
    position: absolute;
    left: -40px;
}

.comunidade-wrapper .text-wrap .text-editor p {
    max-width: 640px;
}

.testemunhos-KPIs-wrap::after {
    clear: both;
    content: "";
    display: table;
}

.testemunhos-KPIs-wrap .testemunhos-wrap {
    margin: 50px 0 0 !important;
    float: left !important;
    width: 58% !important;
    border: 6px solid #485275;
    position: relative;
    background: white;
    z-index: 1;
}

.testemunhos-KPIs-wrap .testemunhos-wrap .slider-group-wrap {
    margin-top: 0;
    position: relative;
    margin-left: -40px;
    margin-bottom: -24px;
}

.testemunhos-KPIs-wrap .testemunhos-wrap .slider-group {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    max-width: 800px;
}

.testemunhos-KPIs-wrap .testemunhos-wrap .testemunhos-pager-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
}

.testemunhos-KPIs-wrap .testemunhos-wrap .testemunhos-pager-wrap button.slick-arrow {
    display: block;
    float: left;
    width: 72px;
    height: 66px;
    line-height: 62px;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
    color: #FC5015;
    padding-top: 5px;
    border-top: 1px solid #485275;
    border-left: 1px solid #485275;
}

.testemunhos-KPIs-wrap .testemunhos-wrap .testemunhos-pager-wrap button.slick-arrow:focus,
.testemunhos-KPIs-wrap .testemunhos-wrap .testemunhos-pager-wrap button.slick-arrow:active {
    outline: none;
}

.testemunhos-KPIs-wrap .testemunhos-wrap .widget-type-header {
    padding: 36px;
}

.testemunhos-KPIs-wrap .slide-testemunhos {
    line-height: 1.8;
}

.testemunhos-KPIs-wrap .slide-testemunhos img {
    float: left;
    width: 55%;
    margin-right: 26px;
    opacity: 0;
    -webkit-transition: 0.33s;
    transition: 0.33s;
}

.testemunhos-KPIs-wrap .slide-testemunhos .slide-text-wrap {
    overflow: hidden;
    padding-bottom: 60px;
}

.testemunhos-KPIs-wrap .slide-testemunhos .slide-text-wrap h2 {
    font-size: 42px;
    font-weight: 300;
    padding-bottom: 20px;
}

.testemunhos-KPIs-wrap .slide-testemunhos a {
    color: #FC5015;
}

.testemunhos-KPIs-wrap .slide-testemunhos a>strong,
.testemunhos-KPIs-wrap .slide-testemunhos a>span {
    text-decoration: underline;
    margin-right: 2px;
}

.testemunhos-KPIs-wrap .slide-testemunhos a:hover {
    text-decoration: none;
}

.testemunhos-KPIs-wrap .slide-testemunhos a:hover>strong,
.testemunhos-KPIs-wrap .slide-testemunhos a:hover>span {
    text-decoration: none;
}

.testemunhos-KPIs-wrap .slick-active .slide-testemunhos img {
    opacity: 1;
    -webkit-transition-delay: 0.33s;
    transition-delay: 0.33s;
}

.testemunhos-KPIs-wrap .KPIs-wrap {
    margin: 0 !important;
    float: left !important;
    width: 42% !important;
}

@media screen and (min-width: 768px) {
    .testemunhos-KPIs-wrap .KPIs-wrap-container {
        margin: 0 0 0 -56px !important;
        border: 1px solid #485275;
        padding: 36px 36px 36px 96px;
        overflow: hidden;
    }

    .testemunhos-KPIs-wrap .KPIs-wrap-container::after {
        clear: both;
        content: "";
        display: table;
    }
}

.testemunhos-KPIs-wrap .KPIs-wrap-stage {
    overflow: hidden;
}

.testemunhos-KPIs-wrap .KPIs-wrap-stage::after {
    clear: both;
    content: "";
    display: table;
}

.testemunhos-KPIs-wrap .KPIs-wrap-stage>[class*="span"] {
    margin: 0 !important;
    width: 100% !important;
    float: none !important;
}

.testemunhos-KPIs-wrap .widget-type-header h1,
.testemunhos-KPIs-wrap .widget-type-header h2,
.testemunhos-KPIs-wrap .widget-type-header h3,
.testemunhos-KPIs-wrap .widget-type-header h4,
.testemunhos-KPIs-wrap .widget-type-header h5,
.testemunhos-KPIs-wrap .widget-type-header h6 {
    font-size: 75px;
}

.widget-type-linked_image.push-right::after {
    clear: both;
    content: "";
    display: table;
}

.widget-type-linked_image.push-right img {
    float: right;
    display: block;
}

.logo-sup .main-header h2:after {
    content: "";
    display: inline-block;
    width: 72px;
    height: 53px;
    background: url(//cdn2.hubspot.net/hubfs/339034/IPAM-SITE/comunidade/small-logo.png) no-repeat center;
    position: relative;
    margin-bottom: 16px;
    background-size: 100% auto;
}

.kpis-structure {
    margin-top: 25px;
}

@media screen and (min-width: 768px) {
    .kpis-structure .cell-kpis {
        float: left;
        width: 50%;
        min-height: 1px;
        position: relative;
    }

    .kpis-structure .cell-kpis.push-right {
        float: right;
    }

    .kpis-structure .cell-kpis.full-kpis {
        width: 100%;
        clear: both;
    }
}

.kpis-structure .box-kpis {
    font-size: 51px;
    display: inline-block;
    padding: 2px 10px;
    background: #7c96b3;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 1.1;
    position: relative;
}

.kpis-structure .box-kpis.light {
    background: #ccd5df;
}

.kpis-structure .box-kpis.lighter {
    background: #dfe9f4;
}

@media screen and (min-width: 768px) {
    .kpis-structure .wrap-kpis.push-right {
        float: right;
    }

    .kpis-structure .text-kpis {
        max-width: 172px;
    }

    .kpis-structure .cell-index2 .cell-kpis {
        margin-top: 82px;
    }

    .kpis-structure .cell-index2 .text-kpis {
        position: absolute;
    }

    .kpis-structure .cell-index2 .box-kpis:before {
        content: "";
        display: block;
        height: 54px;
        top: -54px;
        left: 50%;
        width: 1px;
        background: #7c96b3;
        position: absolute;
    }

    .kpis-structure .cell-index2 .box-kpis:after {
        content: "";
        display: block;
        height: 1px;
        top: -54px;
        right: 50%;
        width: 620px;
        background: #7c96b3;
        position: absolute;
    }

    .kpis-structure .cell-index3 .cell-kpis {
        margin-top: 0;
    }

    .kpis-structure .cell-index3 .text-kpis {
        padding-bottom: 25px;
        max-width: 100%;
        width: 320px;
    }

    .kpis-structure .cell-index3 .box-kpis:before {
        content: "";
        display: block;
        height: 32px;
        top: -32px;
        left: 80%;
        width: 1px;
        background: #7c96b3;
        position: absolute;
    }

    .kpis-structure .cell-index3 .box-kpis:after {
        content: "";
        display: block;
        height: 1px;
        top: -32px;
        left: 80%;
        width: 620px;
        background: #7c96b3;
        position: absolute;
    }

    .kpis-structure .cell-index4 {
        clear: both;
        width: 100%;
    }

    .kpis-structure .cell-index4 .box-kpis:before {
        content: "";
        display: block;
        height: 130px;
        top: -130px;
        right: 20%;
        width: 1px;
        background: #7c96b3;
        position: absolute;
    }

    .kpis-structure .cell-index4 .box-kpis:after {
        content: "";
        display: block;
        height: 1px;
        top: -130px;
        right: 20%;
        width: 620px;
        background: #7c96b3;
        position: absolute;
    }

    .kpis-structure .cell-index5 {
        clear: both;
        width: 100%;
    }

    .kpis-structure .cell-index5 .box-kpis {
        margin-top: -26px;
    }

    .kpis-structure .cell-index5 .box-kpis:before {
        content: "";
        display: block;
        height: 88px;
        top: -88px;
        left: 50%;
        width: 1px;
        background: #7c96b3;
        position: absolute;
    }

    .kpis-structure .cell-index5 .box-kpis:after {
        content: "";
        display: block;
        height: 1px;
        top: -88px;
        left: 50%;
        width: 620px;
        background: #7c96b3;
        position: absolute;
    }

    .kpis-structure .cell-index1 .text-kpis,
    .kpis-structure .cell-index1 .box-kpis {
        z-index: 90;
    }

    .kpis-structure .cell-index2 .text-kpis,
    .kpis-structure .cell-index2 .box-kpis {
        z-index: 89;
    }

    .kpis-structure .cell-index3 .text-kpis,
    .kpis-structure .cell-index3 .box-kpis {
        z-index: 88;
    }

    .kpis-structure .cell-index4 .text-kpis,
    .kpis-structure .cell-index4 .box-kpis {
        z-index: 87;
    }

    .kpis-structure .cell-index5 .text-kpis,
    .kpis-structure .cell-index5 .box-kpis {
        z-index: 86;
    }
}

.empresas-wrap {
    padding-bottom: 50px;
}

.empresas-wrap::after {
    clear: both;
    content: "";
    display: table;
}

.empresas-wrap .empresas-text-wrap {
    width: 328px;
    padding-left: 10px;
}

.empresas-wrap .empresas-image-wrap {
    vertical-align: top;
}

.empresas-wrap .empresas-image-wrap img {
    position: relative;
    margin-left: -40px;
    display: block;
}

.empresas-wrap a>span {
    text-decoration: underline;
    -webkit-transition: 0.33s;
    transition: 0.33s;
}

.empresas-wrap a:hover>span {
    text-decoration: none;
}

.empresas-wrap .title-large {
    font-size: 72px;
    line-height: 1.1;
    font-family: 'Lato', serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.empresas-wrap h2:last-child,
.empresas-wrap h3:last-child,
.empresas-wrap h4:last-child {
    margin-top: 15px;
}

.top_red {
    font-size: 34px;
    background: #F00;
    color: white;
    padding: 1px 3px;
    margin-left: 3px;
}

.blog-marketing-area {
    padding-bottom: 51px;
}

.blog-marketing-area::after {
    clear: both;
    content: "";
    display: table;
}

.marketing-box {
    margin-top: 28px;
    float: left;
    background: #485275;
    color: white;
    padding: 25px 35px;
    width: 45% !important;
    margin-left: 0 !important;
    z-index: 1;
    position: relative;
}

.marketing-box .widget-type-header h2:before {
    background: rgba(255, 255, 255, 0.1);
}

.blog-posts-wrap {
    float: left;
    width: 55% !important;
    margin-left: 0 !important;
}

.blog-posts-wrap .blog-box-wrap {
    position: relative;
    margin-left: -43px !important;
    margin-right: -40px !important;
    border: 1px solid #485275;
    padding: 36px 36px 36px 96px;
    overflow: hidden;
    float: none !important;
    width: auto !important;
    min-height: 360px;
}

.post-resume {
    padding: 20px 0;
}

.post-resume time {
    display: block;
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 8px;
}

.post-resume h2 {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
}

.post-resume h2 a {
    color: black;
}

.post-resume h2 .link-text {
    font-size: 20px;
}

.post-resume.with-image {
    position: relative;
    margin-top: -40px !important;
    margin-left: -43px !important;
    z-index: 2;
}

.post-resume.with-image>.layout-widget-wrapper {
    position: relative;
    margin-right: -20px;
}

.post-resume.with-image .link-text {
    display: block;
}

.post-resume.with-image .post-resume-text {
    width: 415px;
    padding-left: 35px;
    padding-top: 30px;
}

.post-resume.with-image h2 {
    padding-bottom: 20px;
}

a.link-text,
.link-text {
    font-family: 'Lato', serif;
    color: #FC5015;
}

a.link-text span,
.link-text span {
    text-decoration: underline;
}

a.link-text:hover span {
    text-decoration: none;
}

a:hover span.link-text span {
    text-decoration: none;
}

.proximos-passos-area {
    padding: 20px 0 80px;
    text-align: center;
}

.proximos-passos-area::after {
    clear: both;
    content: "";
    display: table;
}

.proximos-passos-area h2 {
    font-size: 42px;
    font-weight: 400;
    padding-bottom: 38px;
}

.proximos-passos-area .primary-button-icon {
    margin-left: 26px;
    margin-right: 26px;
}

@media screen and (max-width: 1280px) {
    .post-resume h2 {
        font-size: 32px;
    }

    .post-resume h2 .link-text {
        font-size: 18px;
    }

    .post-resume.with-image img {
        max-width: 240px;
        width: 240px;
    }

    .post-resume.with-image .post-resume-text {
        width: auto;
    }

    .testemunhos-KPIs-wrap .slide-testemunhos .slide-text-wrap h2 {
        font-size: 34px;
        font-weight: 300;
        padding-bottom: 20px;
    }

    .testemunhos-KPIs-wrap .widget-type-header h1,
    .testemunhos-KPIs-wrap .widget-type-header h2,
    .testemunhos-KPIs-wrap .widget-type-header h3,
    .testemunhos-KPIs-wrap .widget-type-header h4,
    .testemunhos-KPIs-wrap .widget-type-header h5,
    .testemunhos-KPIs-wrap .widget-type-header h6 {
        font-size: 62px;
    }

    .testemunhos-KPIs-wrap .testemunhos-wrap {
        float: none !important;
        width: auto !important;
        display: block;
        margin: 20px 0 0 !important;
    }

    .testemunhos-KPIs-wrap .testemunhos-wrap .widget-type-header {
        padding: 32px 28px;
    }

    .testemunhos-KPIs-wrap .testemunhos-wrap .widget-type-rich_text img {
        max-width: 300px;
        width: 100%;
    }

    .testemunhos-KPIs-wrap .KPIs-wrap {
        padding-top: 56px;
        clear: both;
        margin: 0 !important;
        float: none !important;
        width: auto !important;
    }
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
    .testemunhos-KPIs-wrap .KPIs-wrap-container {
        margin: 0 -40px 0 0 !important;
        border-right: none;
        padding: 32px 28px 32px 78px;
    }

    .testemunhos-KPIs-wrap .KPIs-wrap-container .text-16 {
        font-size: 14px !important;
    }

    .testemunhos-KPIs-wrap .KPIs-wrap-container .text-20 {
        font-size: 18px !important;
    }

    .testemunhos-KPIs-wrap .KPIs-wrap-container .text-90 {
        font-size: 72px !important;
    }

    .testemunhos-KPIs-wrap .KPIs-wrap-container .text-56 {
        font-size: 42px !important;
    }

    .testemunhos-KPIs-wrap .KPIs-wrap-container .text-73 {
        font-size: 60px !important;
    }

    .testemunhos-KPIs-wrap .KPIs-wrap-stage {
        position: relative;
    }

    .testemunhos-KPIs-wrap .KPIs-wrap-stage .widget-type-header {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
    }
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
    .kpis-structure {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    .kpis-structure .cell-kpis {
        width: auto;
        max-width: 50%;
        position: relative;
    }

    .kpis-structure .text-kpis {
        background: #FFF;
        position: relative;
    }

    .kpis-structure .box-kpis {
        font-size: 44px;
        display: inline-block;
        padding: 2px 10px;
        margin-bottom: 5px;
    }

    .kpis-structure .wrap-kpis {
        background: white;
    }

    .kpis-structure .wrap-kpis.push-right {
        float: right;
    }

    .kpis-structure .cell-index1 .cell-kpis {
        padding-left: 180px;
        background: white;
    }

    .kpis-structure .cell-index1 .text-kpis {
        max-width: 230px;
        width: 200px;
    }

    .kpis-structure .cell-index2 .cell-kpis {
        margin-top: 124px;
    }

    .kpis-structure .cell-index2 .text-kpis {
        position: absolute;
    }

    .kpis-structure .cell-index2 .box-kpis:before {
        height: 94px;
        top: -94px;
        left: 50%;
    }

    .kpis-structure .cell-index2 .box-kpis:after {
        top: -94px;
        width: 420px;
    }

    .kpis-structure .cell-index3 .cell-kpis {
        margin-top: 0;
    }

    .kpis-structure .cell-index3 .text-kpis {
        padding-bottom: 25px;
    }

    .kpis-structure .cell-index3 .box-kpis {
        margin-top: 6px;
    }

    .kpis-structure .cell-index3 .box-kpis:before {
        height: 52px;
        top: -52px;
        left: 80%;
    }

    .kpis-structure .cell-index3 .box-kpis:after {
        top: -52px;
        left: 80%;
    }

    .kpis-structure .cell-index4 {
        clear: both;
        width: 100%;
    }

    .kpis-structure .cell-index5 {
        clear: both;
        width: 100%;
    }

    .kpis-structure .cell-index5 .box-kpis {
        margin-top: -10px;
    }
}

@media screen and (max-width: 1280px) {
    .marketing-box {
        padding: 32px 28px 22px 28px;
        width: 52% !important;
    }

    .blog-posts-wrap {
        float: left;
        width: 48% !important;
        margin-left: 0 !important;
    }

    .blog-posts-wrap .blog-box-wrap {
        padding: 32px 28px 22px 76px;
    }
}

@media screen and (max-width: 1080px) {
    .proximos-passos-area h2 {
        font-size: 35px;
    }

    .proximos-passos-area .primary-button-icon {
        margin-left: 9px;
        margin-right: 9px;
    }

    .blog-posts-wrap .blog-box-wrap {
        margin-right: 0 !important;
        min-height: 260px;
    }

    .post-resume h2 {
        font-size: 28px;
    }

    .post-resume.with-image img {
        max-width: 180px;
        width: 180px;
    }

    .top-slider-wrapper {
        padding-bottom: 38px;
    }

    .top-slider-wrapper .slide-image {
        background-size: cover;
    }

    .top-slider-wrapper .slide-wrap-height {
        height: 516px;
    }

    .top-slider-wrapper .slide-wrap-text>.widget-type-cell {
        max-width: 588px;
        padding-left: 30px;
    }

    .top-slider-wrapper .text-editor {
        font-size: 54px;
    }

    .top-slider-wrapper .text-editor h1,
    .top-slider-wrapper .text-editor h2,
    .top-slider-wrapper .text-editor h3,
    .top-slider-wrapper .text-editor h4,
    .top-slider-wrapper .text-editor h5,
    .top-slider-wrapper .text-editor h6 {
        font-size: 64px;
    }

    .top-slider-wrapper .slide-buttons {
        padding-top: 30px;
    }

    .quote-block blockquote {
        font-size: 38px;
    }
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
    .kpis-structure .cell-index1 .cell-kpis {
        padding-left: 180px;
        background: white;
    }

    .kpis-structure .cell-index1 .text-kpis {
        max-width: 230px;
        width: 200px;
    }

    .kpis-structure .cell-index2 .cell-kpis {
        margin-top: 124px;
    }

    .kpis-structure .cell-index2 .text-kpis {
        position: absolute;
    }

    .kpis-structure .cell-index3 .cell-kpis {
        margin-top: 0;
    }

    .kpis-structure .cell-index3 .text-kpis {
        padding-bottom: 25px;
    }

    .kpis-structure .cell-index3 .box-kpis:before {
        height: 52px;
        top: -52px;
        left: 80%;
    }

    .kpis-structure .cell-index3 .box-kpis:after {
        top: -52px;
        left: 80%;
    }

    .kpis-structure .cell-index4 {
        clear: both;
        width: 100%;
    }

    .kpis-structure .cell-index5 {
        clear: both;
        width: 100%;
    }

    .kpis-structure .cell-index5 .box-kpis {
        margin-top: -10px;
    }
}

@media screen and (max-width: 1080px) {
    .comunidade-wrapper .widget-type-linked_image>.cell-wrapper {
        margin-left: -30px;
    }

    .comunidade-wrapper .text-wrap>.row-fluid-wrapper {
        padding-left: 270px;
    }

    .comunidade-wrapper .text-wrap .text-editor {
        font-size: 15px;
    }

    .comunidade-wrapper .text-wrap .text-editor img:first-child {
        left: -30px;
        width: 260px;
    }

    .comunidade-wrapper .text-wrap .text-editor h1,
    .comunidade-wrapper .text-wrap .text-editor h2,
    .comunidade-wrapper .text-wrap .text-editor h3,
    .comunidade-wrapper .text-wrap .text-editor h4,
    .comunidade-wrapper .text-wrap .text-editor h5,
    .comunidade-wrapper .text-wrap .text-editor h6 {
        font-size: 30px;
    }

    .empresas-wrap .title-large {
        font-size: 55px;
    }
}

@media screen and (min-width: 661px) and (max-width: 1080px) {
    .cursos-group-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }

    .cursos-group-wrap .box-content[class*="span"] {
        float: none;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding-bottom: 36px;
    }

    .cursos-group-wrap .box-content[class*="span"]::after {
        clear: both;
        content: "";
        display: table;
    }

    .cursos-group-wrap .box-content[class*="span"]>.row-fluid-wrapper {
        max-width: 100%;
        margin: 0;
    }

    .cursos-group-wrap .box-content>.row-fluid-wrapper:first-child {
        float: left;
        margin-right: 22px;
        padding-top: 8px;
    }

    .cursos-group-wrap .box-content>.row-fluid-wrapper:last-child {
        overflow: hidden;
    }

    .cursos-group-wrap .box-content .list-itens {
        font-size: 20px;
    }

    .cursos-group-wrap .box-content .list-itens ul {
        padding-top: 10px;
    }
}

@media screen and (max-width: 980px) {
    .blog-marketing-area {
        padding-bottom: 265px;
        position: relative;
    }

    .post-resume.with-image {
        position: absolute;
        margin-top: 0px !important;
        margin-left: 0px !important;
        z-index: 2;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 700px;
    }

    .post-resume.with-image h2 {
        font-size: 40px;
    }

    .post-resume.with-image img {
        max-width: 300px;
        width: 300px;
        margin-left: 56px;
    }

    .post-resume.with-image>.layout-widget-wrapper {
        position: relative;
        margin-right: 0;
    }
}

@media screen and (max-width: 810px) {
    .marketing-box {
        width: 58% !important;
        margin-top: 0;
    }

    .blog-posts-wrap {
        width: 42% !important;
    }
}

@media screen and (max-width: 810px) and (min-width: 767px) {
    .blog-posts-wrap .blog-box-wrap {
        position: absolute;
        bottom: 246px;
        right: 15px;
        padding-left: 40px;
        width: 42% !important;
    }
}

@media screen and (max-width: 810px) {
    .kpis-structure .cell-index2 .box-kpis:after {
        width: 297px;
    }
}

@media screen and (max-width: 792px) {
    .kpis-structure .cell-index2 .box-kpis:after {
        width: 284px;
    }
}

@media screen and (max-width: 767px) {
    .proximos-passos-area h2 {
        font-size: 27px;
    }

    .proximos-passos-area .primary-button-icon {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 100% !important;
        max-width: 260px !important;
        margin-bottom: 30px;
    }

    .blog-marketing-area {
        padding-bottom: 35px;
    }

    .marketing-box {
        width: auto !important;
        float: none !important;
        margin-left: -15px !important;
    }

    .blog-posts-wrap {
        width: auto !important;
        float: none !important;
    }

    .blog-posts-wrap .blog-box-wrap {
        padding: 56px 15px 36px;
        position: relative;
        margin-right: -15px !important;
        border-left: none;
        border-right: none;
        margin-top: -26px;
        min-height: 0;
        margin-left: -15px !important;
    }

    .post-resume.with-image {
        position: relative;
        left: auto;
        bottom: auto;
    }

    .post-resume.with-image img {
        max-width: 280px;
        width: 280px;
        margin-left: -15px;
        margin-top: -46px;
    }

    .post-resume h2 {
        font-size: 27px !important;
    }

    .empresas-wrap {
        padding-bottom: 26px;
    }

    .empresas-wrap .table-wrap,
    .empresas-wrap .table-wrap .cell-wrap {
        width: auto;
        display: block;
    }

    .empresas-wrap .empresas-text-wrap {
        padding-left: 0;
    }

    .empresas-wrap .empresas-image-wrap {
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 16px;
    }

    .empresas-wrap .empresas-image-wrap img {
        margin-left: 0;
    }

    .empresas-wrap .title-large {
        font-size: 40px;
    }

    .logo-sup .main-header h2:after {
        width: 40px;
        height: 29px;
        margin-bottom: 8px;
    }

    .comunidade-wrapper {
        padding-bottom: 0;
    }

    .comunidade-wrapper .custom-wrap>.row-fluid-wrapper {
        padding-bottom: 12px;
    }

    .comunidade-wrapper:before {
        width: 95%;
        right: auto;
        background: #485275;
    }

    .comunidade-wrapper .text-wrap {
        position: relative;
    }

    .comunidade-wrapper .text-wrap>.row-fluid-wrapper {
        padding-left: 0;
    }

    .comunidade-wrapper .text-wrap .text-editor {
        min-height: 80px;
        font-size: 18px;
    }

    .comunidade-wrapper .text-wrap .text-editor h1,
    .comunidade-wrapper .text-wrap .text-editor h2,
    .comunidade-wrapper .text-wrap .text-editor h3,
    .comunidade-wrapper .text-wrap .text-editor h4,
    .comunidade-wrapper .text-wrap .text-editor h5,
    .comunidade-wrapper .text-wrap .text-editor h6 {
        font-size: 22px;
    }

    .comunidade-wrapper .text-wrap .text-editor img:first-child {
        top: auto;
        position: relative;
        left: auto;
        float: left;
        margin-right: 26px;
        margin-left: -30px;
    }

    .kpis-structure {
        max-width: 420px;
        margin: 30px auto;
        position: relative;
        text-align: center;
        padding-right: 40px;
        padding-left: 40px;
    }

    .kpis-structure .wrap-kpis {
        text-align: center;
    }

    .kpis-structure .text-kpis {
        text-align: center;
        max-width: 180px;
        margin: 0 auto;
    }

    .kpis-structure .full-kpis .text-kpis {
        max-width: 90%;
    }

    .kpis-structure .slick-arrow {
        position: absolute;
        top: 30px;
        font-size: 38px;
        color: #FC5015;
    }

    .kpis-structure .slick-arrow.slick-prev {
        left: -4px;
    }

    .kpis-structure .slick-arrow.slick-next {
        right: -4px;
    }

    .kpis-structure .box-kpis {
        font-size: 72px !important;
        margin: 0 auto 10px;
    }
}

@media screen and (max-width: 660px) {
    .top-slider-wrapper {
        padding-bottom: 10px;
    }

    .top-slider-wrapper .slide-image {
        background-size: cover;
        height: 360px;
        position: relative;
        top: auto;
        left: auto;
    }

    .top-slider-wrapper .slide-wrap-height {
        display: block;
        height: auto;
    }

    .top-slider-wrapper .slide-wrap-text {
        display: block;
        position: static;
    }

    .top-slider-wrapper .slide-wrap-text>.widget-type-cell {
        max-width: 100%;
        padding-left: 0;
    }

    .top-slider-wrapper .text-editor {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        font-size: 46px;
    }

    .top-slider-wrapper .text-editor .cell-wrapper {
        position: relative;
        height: 360px;
    }

    .top-slider-wrapper .text-editor .cell-wrapper>.hs_cos_wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px 20px;
    }

    .top-slider-wrapper .text-editor h1,
    .top-slider-wrapper .text-editor h2,
    .top-slider-wrapper .text-editor h3,
    .top-slider-wrapper .text-editor h4,
    .top-slider-wrapper .text-editor h5,
    .top-slider-wrapper .text-editor h6 {
        font-size: 58px;
    }

    .top-slider-wrapper .slide-buttons {
        padding-top: 10px;
    }

    .top-slider-wrapper .slide-buttons a {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .top-slider-wrapper .slide-buttons .row-fluid {
        margin: 0;
        padding: 0 5px;
    }

    .top-slider-wrapper .slide-buttons .row-fluid .span4 {
        padding: 0 5px;
        margin: 0;
    }

    .quote-block blockquote {
        font-size: 27px;
    }

    .cursos-group-wrap {
        padding-left: 24px;
        padding-right: 24px;
    }

    .cursos-group-wrap .box-content[class*="span"] {
        text-align: left;
        padding-bottom: 30px;
    }

    .cursos-group-wrap .box-content[class*="span"]>.row-fluid-wrapper {
        max-width: 300px;
    }

    .cursos-group-wrap .box-content .main-header h2 {
        font-size: 34px;
    }

    .cursos-group-wrap .box-content>.row-fluid-wrapper:last-child {
        overflow: hidden;
    }

    .cursos-group-wrap .box-content .widget-type-linked_image {
        height: 100px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .cursos-group-wrap .box-content .widget-type-linked_image img {
        position: relative;
        margin-top: -15px;
    }

    .cursos-group-wrap .box-content .list-itens {
        font-size: 18px;
    }
}

@media screen and (max-width: 560px) {
    .proximos-passos-area h2 {
        font-size: 21px;
    }

    .marketing-box {
        margin-left: -10px !important;
    }

    .blog-posts-wrap .blog-box-wrap {
        padding: 56px 15px 36px;
        margin-right: -10px !important;
        margin-left: -10px !important;
    }

    .post-resume.with-image .post-resume-text {
        padding-left: 0 !important;
    }

    .post-resume.with-image img {
        max-width: 270px;
        width: 270px;
        margin-left: -10px;
    }

    .post-resume.with-image .table-wrap {
        display: block !important;
    }

    .post-resume.with-image .table-wrap .cell-wrap {
        display: block !important;
    }

    .post-resume h2 {
        font-size: 27px !important;
    }

    .empresas-wrap {
        padding-bottom: 30px;
    }

    .empresas-wrap .empresas-text-wrap {
        padding-left: 0;
    }

    .empresas-wrap .empresas-image-wrap {
        margin-left: -10px;
        margin-right: -10px;
    }

    .empresas-wrap .title-large {
        font-size: 34px;
    }

    .top-slider-wrapper {
        padding-bottom: 10px;
    }

    .top-slider-wrapper .slide-image {
        background-size: cover;
        height: 275px;
    }

    .top-slider-wrapper .slide-wrap-height {
        height: auto;
    }

    .top-slider-wrapper .slide-wrap-text>.widget-type-cell {
        padding-left: 0;
    }

    .top-slider-wrapper .text-editor {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        font-size: 27px;
    }

    .top-slider-wrapper .text-editor .cell-wrapper {
        height: 275px;
    }

    .top-slider-wrapper .text-editor .cell-wrapper>.hs_cos_wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px 10px;
    }

    .top-slider-wrapper .text-editor h1,
    .top-slider-wrapper .text-editor h2,
    .top-slider-wrapper .text-editor h3,
    .top-slider-wrapper .text-editor h4,
    .top-slider-wrapper .text-editor h5,
    .top-slider-wrapper .text-editor h6 {
        font-size: 38px;
    }

    .top-slider-wrapper .slide-buttons {
        padding-top: 10px;
    }

    .top-slider-wrapper .slide-buttons .hs-cta-node {
        display: table;
        width: 100%;
    }

    .top-slider-wrapper .slide-buttons .hs-cta-node>a {
        display: table-cell !important;
        height: 60px !important;
        vertical-align: middle;
        padding-left: 5px !important;
        padding-right: 5px !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.2 !important;
    }

    .top-slider-wrapper .slide-buttons .row-fluid {
        margin: 0;
        padding: 0 7.5px;
    }

    .top-slider-wrapper .slide-buttons .row-fluid .span4 {
        padding: 0 2.5px;
        margin: 0;
    }

    .quote-block {
        padding-left: 10px;
        padding-right: 10px;
    }

    .comunidade-wrapper {
        padding-top: 26px;
    }

    .comunidade-wrapper .text-wrap {
        position: relative;
    }

    .comunidade-wrapper .text-wrap>.row-fluid-wrapper {
        padding-left: 0;
    }

    .comunidade-wrapper .text-wrap .text-editor {
        line-height: 1.3;
    }

    .comunidade-wrapper .text-wrap .text-editor img:first-child {
        width: 120px;
        margin-right: 18px;
        margin-left: 0;
    }

    .comunidade-wrapper .text-wrap .text-editor .large-title {
        overflow: hidden;
    }

    .testemunhos-KPIs-wrap .testemunhos-wrap {
        width: auto !important;
        position: relative;
        border-left: none;
        margin-left: -15px !important;
    }

    .testemunhos-KPIs-wrap .testemunhos-wrap .widget-type-header {
        padding: 15px 15px;
    }

    .testemunhos-KPIs-wrap .slide-testemunhos.widget-type-rich_text {
        padding: 10px 0 10px 15px;
    }

    .testemunhos-KPIs-wrap .slide-testemunhos.widget-type-rich_text img {
        margin-right: 16px;
        width: 126px;
        margin-left: 43px;
    }

    .testemunhos-KPIs-wrap .slide-testemunhos.widget-type-rich_text .slide-text-wrap {
        position: relative;
        overflow: visible;
        clear: both;
        padding-left: 44px;
        padding-top: 3px;
    }

    .testemunhos-KPIs-wrap .slide-testemunhos.widget-type-rich_text .slide-text-wrap .line-height-small {
        position: absolute;
        bottom: 100%;
        margin-bottom: 1px;
        padding-left: 136px;
    }

    .testemunhos-KPIs-wrap .slide-testemunhos.widget-type-rich_text .slide-text-wrap h2 {
        font-size: 42px;
        font-weight: 300;
        padding-bottom: 10px;
    }

    .kpis-structure {
        max-width: 100%;
    }

    .kpis-structure .box-kpis {
        font-size: 42px !important;
        margin: 0 auto 10px;
    }
}

@media screen and (max-width: 460px) {
    .quote-block blockquote {
        font-size: 20px;
    }
}

body.template-password {
    position: relative;
    height: 100%;
    background: #485275;
}

body.template-password .header-container-wrapper,
body.template-password .footer-container-wrapper {
    display: none;
}

body.template-password .vertical-middle-group {
    position: relative !important;
    max-width: 400px;
    top: 50%;
    text-align: left;
    margin: 0 auto !important;
    float: none !important;
}

body.template-password .body-container-wrapper {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    text-align: center;
    overflow: visible;
}

body.template-password .body-container-wrapper>* {
    position: static !important;
}

.page-header-options {
    clear: both;
    z-index: 2;
    text-align: center;
    position: relative;
}

.page-header-options>.widget-type-cell {
    display: block;
    position: relative;
}

.page-header-options [class*="span"] {
    min-height: 0 !important;
}

.page-header-options .feature-image {
    margin-top: 12px;
    position: relative;
}

.page-header-options .feature-image .widget-type-linked_image {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    float: none !important;
    width: auto !important;
}

.page-header-options .feature-image .widget-type-linked_image img {
    margin: 0 auto;
    display: block;
    position: relative;
}

.page-header-options .social-share-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-header-options .social-share-wrap .social-share-icons {
    margin-left: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
}

.page-header-options .social-share-wrap .social-share-icons a {
    padding-top: 12px;
    padding-bototm: 12px;
}

.detail-content-group .title-text h1,
.detail-content-group .title-text h2,
.detail-content-group .title-text h3,
.detail-content-group .title-text h4,
.detail-content-group .title-text h5,
.detail-content-group .title-text h6 {
    font-size: 42px !important;
    padding-bottom: 36px;
    font-weight: 400;
    font-family: 'Lato', serif;
    text-transform: uppercase;
}

.detail-content-group .title-text h1:before,
.detail-content-group .title-text h2:before,
.detail-content-group .title-text h3:before,
.detail-content-group .title-text h4:before,
.detail-content-group .title-text h5:before,
.detail-content-group .title-text h6:before {
    display: none;
}

.detail-content-group .detail-data {
    color: #485275;
    font-weight: 300;
    font-size: 34px;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    padding-bottom: 20px;
}

.detail-content-group .detail-data strong {
    font-weight: 400;
    font-size: 60px;
}

.detail-content-group .detail-data:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    width: 162px;
    background: #CCC;
}

.detail-content-group .detail-metadata {
    padding: 20px 0;
    font-size: 14px;
    font-weight: 300;
}

.detail-content-group .intro-text {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 30px;
}

.detail-content-group .text-editor {
    font-weight: 400;
}

.detail-content-group .text-editor p+p {
    margin-top: 24px;
}

.detail-content-group .text-editor p+br {
    position: relative;
    margin-top: -4px;
}

.detail-content-group .meta-time,
.detail-content-group .meta-local {
    color: #485275;
    font-size: 20px;
}

@media screen and (max-width: 1080px) {

    .detail-content-group .title-text h1,
    .detail-content-group .title-text h2,
    .detail-content-group .title-text h3,
    .detail-content-group .title-text h4,
    .detail-content-group .title-text h5,
    .detail-content-group .title-text h6 {
        font-size: 36px !important;
        padding-bottom: 26px;
    }

    .detail-content-group .detail-data {
        font-size: 26px;
        padding-bottom: 16px;
    }

    .detail-content-group .detail-data strong {
        font-size: 50px;
    }

    .detail-content-group .detail-metadata {
        padding: 18px 0;
    }

    .detail-content-group .intro-text {
        font-weight: 700;
        padding-bottom: 20px;
    }

    .detail-content-group .text-editor p+p {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {

    .detail-content-group .title-text h1,
    .detail-content-group .title-text h2,
    .detail-content-group .title-text h3,
    .detail-content-group .title-text h4,
    .detail-content-group .title-text h5,
    .detail-content-group .title-text h6 {
        font-size: 30px !important;
        padding-bottom: 20px;
    }

    .detail-content-group .detail-metadata {
        padding: 15px 0;
    }

    .detail-content-group .intro-text {
        font-weight: 700;
        padding-bottom: 15px;
    }

    .detail-content-group .text-editor p+p {
        margin-top: 15px;
    }
}

@media screen and (max-width: 560px) {
    .page-header-options .feature-image {
        margin-left: -10px;
        margin-right: -10px;
    }

    .page-header-options .social-share-wrap {
        position: relative;
        left: auto;
        bottom: auto;
        margin-left: -10px;
    }

    .detail-content-group .title-text h1,
    .detail-content-group .title-text h2,
    .detail-content-group .title-text h3,
    .detail-content-group .title-text h4,
    .detail-content-group .title-text h5,
    .detail-content-group .title-text h6 {
        font-size: 24px !important;
        padding-bottom: 16px;
    }

    .detail-content-group .detail-metadata {
        padding: 15px 0;
        font-size: 14px;
    }

    .detail-content-group .intro-text {
        font-size: 18px;
        padding-bottom: 15px;
    }
}

.agenda-navigation-wrap {
    font-family: 'Lato', serif;
}

.agenda-navigation-wrap .agenda-meses::after {
    clear: both;
    content: "";
    display: table;
}

.agenda-navigation-wrap .agenda-meses.set_year .hs-menu-wrapper>ul>li {
    float: none;
    width: 100%;
    padding-right: 0;
}

.agenda-navigation-wrap .agenda-meses .hs_cos_wrapper {
    display: block;
    position: relative;
}

.agenda-navigation-wrap .agenda-meses li.hs-menu-item {
    width: 8.33333%;
    float: left;
    border-top: 1px solid #FC5015;
    border-bottom: 1px solid #FC5015;
}

.agenda-navigation-wrap .agenda-meses li.hs-menu-item:last-child {
    border-right: 1px solid #FC5015;
}

.agenda-navigation-wrap .agenda-meses li.hs-menu-item:first-child {
    border-left: 1px solid #FC5015;
}

.agenda-navigation-wrap .agenda-meses li.hs-menu-item.active-branch a {
    background: white;
    color: #FC5015;
}

.agenda-navigation-wrap .agenda-meses a {
    display: block;
    background: #FC5015;
    border-right: 1px solid white;
    color: white;
    font-size: 28px;
    font-weight: 300;
    padding: 12px 0 7px;
    text-align: center;
    height: 56px;
    text-transform: uppercase;
}

.agenda-navigation-wrap .agenda-anos {
    margin-bottom: 11px;
    text-align: center;
}

.agenda-navigation-wrap .agenda-anos::after {
    clear: both;
    content: "";
    display: table;
}

.agenda-navigation-wrap .agenda-anos .hs-menu-children-wrapper {
    display: none !important;
}

.agenda-navigation-wrap .agenda-anos a {
    font-size: 30px;
    display: block;
    color: black;
    font-weight: 300;
}

.agenda-navigation-wrap .agenda-anos .hs-menu-wrapper {
    margin: 0 auto;
    position: relative;
    height: 56px;
    border: 1px solid #e5e5e5;
    font-size: 30px;
    display: block;
    color: black;
    font-weight: 300;
    width: 158px;
    z-index: 11;
}

.agenda-navigation-wrap .agenda-anos .hs-menu-wrapper>ul {
    background: #FFF;
    position: absolute;
    top: 54px;
    left: -1px;
    width: 158px;
    border: 1px solid #e5e5e5;
    display: none;
}

.agenda-navigation-wrap .agenda-anos .hs-menu-wrapper>ul.opened {
    display: block;
}

.agenda-navigation-wrap .agenda-anos .hs-menu-wrapper>ul>li {
    float: none;
    text-align: left;
    display: block;
}

.agenda-navigation-wrap .agenda-anos .hs-menu-wrapper>ul a {
    padding-left: 18px;
}

.agenda-navigation-wrap ul.active-branch::after {
    clear: both;
    content: "";
    display: table;
}

.agenda-navigation>.cell-wrapper {
    position: relative;
}

.agenda-navigation .hs_cos_wrapper_type_menu {
    display: block;
}

.agenda-navigation .hs-menu-wrapper>ul>li {
    float: none;
}

.agenda-navigation .hs-menu-item.active-branch ul.hs-menu-children-wrapper {
    display: block;
}

.agenda-navigation a {
    display: block;
    background: black;
    color: #FFF;
    font-size: 30px;
    font-weight: 300;
    padding: 8px 0;
    text-align: center;
}

.agenda-meses-trigger,
.agenda-anos-trigger {
    position: relative;
    height: 56px;
    cursor: pointer;
    padding-right: 56px;
    text-align: left;
    color: #FC5015;
    font-family: 'Lato', serif;
}

.agenda-meses-trigger .icon,
.agenda-anos-trigger .icon {
    height: 56px;
    width: 56px;
    line-height: 56px;
    vertical-align: middle;
    text-align: center;
    background: #FC5015;
    color: white;
    position: absolute;
    top: -1px;
    right: -1px;
}

.agenda-meses-trigger .agenda-label,
.agenda-anos-trigger .agenda-label {
    line-height: 54px;
    vertical-align: middle;
    padding-left: 18px;
}

.agenda-meses-trigger.active .icon:before,
.agenda-anos-trigger.active .icon:before {
    content: "\e905";
}

#agenda-nav {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

#agenda-nav::after {
    clear: both;
    content: "";
    display: table;
}

.detail-header [class*="meta-"] .cell-wrapper {
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.detail-header [class*="meta-"] .cell-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98px;
    background: black;
    height: 1px;
}

.header-meta {
    font-size: 20px;
    padding: 20px 0;
}

.header-meta::after {
    clear: both;
    content: "";
    display: table;
}

.header-meta [class*="span"] {
    width: auto !important;
    margin: 0 !important;
    margin-right: 40px !important;
}

.header-meta [class*="meta-"] .cell-wrapper {
    padding: 3px 0 12px 34px;
    font-size: 20px;
    font-weight: 300;
    position: relative;
}

.header-meta [class*="meta-"] .cell-wrapper a {
    color: black;
}

.header-meta .meta-site .cell-wrapper:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0ac";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 34px;
    text-align: center;
    font-size: 22px;
}

.header-meta .meta-email .cell-wrapper:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0e0";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 34px;
    text-align: center;
    font-size: 22px;
}

.header-meta .meta-local .cell-wrapper:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f041";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 34px;
    text-align: center;
    font-size: 22px;
}

.header-meta .meta-time .cell-wrapper:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f017";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 34px;
    text-align: center;
    font-size: 22px;
}

.header-entry-title.widget-type-header h1,
.header-entry-title.widget-type-header h2,
.header-entry-title.widget-type-header h3,
.header-entry-title.widget-type-header h4,
.header-entry-title.widget-type-header h5,
.header-entry-title.widget-type-header h6 {
    font-size: 36px;
    font-weight: 200;
    text-transform: uppercase;
    margin: 0 0 2px;
}

.detail-wrap-master {
    padding-top: 20px;
}

.form-title {
    font-weight: 700;
    font-size: 20px;
}

.sidebar-form>.cell-wrapper {
    margin-left: 20px;
    padding: 26px 30px;
    border: 3px solid #485275;
    color: #485275;
    background: #F6F6F6;
}

.sidebar-form .actions {
    text-align: right;
    padding-top: 20px;
}

.sidebar-form .actions .hs-button {
    margin-left: auto !important;
    min-width: 120px;
    text-align: center;
}

.sidebar-form .hs-input {
    border-radius: 3px;
    border-color: #C2C2C2;
}

.sidebar-form .hs-form-field {
    padding: 16px 0 3px;
}

.sidebar-form .hs-form-field label {
    display: block;
    padding-bottom: 6px;
    font-size: 15px;
    color: #626262;
}

@media screen and (max-width: 980px) {

    .header-entry-title.widget-type-header h1,
    .header-entry-title.widget-type-header h2,
    .header-entry-title.widget-type-header h3,
    .header-entry-title.widget-type-header h4,
    .header-entry-title.widget-type-header h5,
    .header-entry-title.widget-type-header h6 {
        font-size: 32px;
    }

    #agenda-nav.custom-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .agenda-navigation-wrap {
        padding-right: 0;
        text-align: center;
    }

    .agenda-navigation-wrap>.row-fluid-wrapper {
        display: inline-block;
        vertical-align: top;
    }

    .agenda-navigation-wrap>.row-fluid-wrapper>.row-fluid {
        vertical-align: top;
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

    .agenda-navigation-wrap .agenda-meses.set_year .hs-menu-wrapper>ul>li {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .agenda-navigation-wrap .agenda-meses .hs_cos_wrapper {
        display: block;
        text-align: left;
    }

    .agenda-navigation-wrap .agenda-meses li.hs-menu-item {
        width: auto;
        padding-right: 0;
        float: none;
    }

    .agenda-navigation-wrap .agenda-meses a {
        color: #FFF;
        font-size: 20px;
        font-weight: 300;
    }

    .agenda-navigation-wrap .agenda-anos {
        position: relative;
        top: auto;
        right: auto;
    }

    .agenda-navigation-wrap .agenda-anos a {
        font-size: 20px;
    }

    .agenda-navigation-wrap .agenda-anos .hs-menu-wrapper {
        height: 40px;
        font-size: 20px;
        text-align: left;
        width: 110px;
    }

    .agenda-navigation-wrap .agenda-anos .hs-menu-wrapper>ul {
        width: 110px;
        top: 39px;
    }

    .agenda-navigation-wrap .agenda-anos .hs-menu-wrapper>ul a {
        padding-left: 15px;
    }

    .agenda-meses-trigger,
    .agenda-anos-trigger {
        height: 40px;
        position: relative;
    }

    .agenda-meses-trigger .icon,
    .agenda-anos-trigger .icon {
        height: 40px;
        width: 40px;
        line-height: 40px;
        top: -1px;
        right: -1px;
    }

    .agenda-meses-trigger .agenda-label,
    .agenda-anos-trigger .agenda-label {
        text-transform: uppercase;
        font-size: 20px;
        padding-left: 15px;
        padding-right: 5px;
        display: inline-block;
        text-align: left;
        line-height: 38px;
        height: 40px;
        vertical-align: middle;
    }

    .agenda-navigation-wrap .hs-menu-wrapper ul {
        background: white;
    }

    .agenda-navigation-wrap .hs-menu-wrapper ul li a {
        text-transform: uppercase;
    }

    .agenda-navigation-wrap .hs-menu-wrapper ul li a small {
        display: inline;
        font-size: 100%;
    }

    .agenda-anos .hs-menu-wrapper,
    .agenda-meses .hs-menu-wrapper {
        float: left;
        width: 180px;
        z-index: 25;
        position: relative;
        border: 1px solid #e5e5e5;
        height: 40px;
    }

    .agenda-anos .hs-menu-wrapper>ul,
    .agenda-meses .hs-menu-wrapper>ul {
        width: 180px;
        position: absolute;
        top: 39px;
        left: -1px;
        border: 1px solid #e5e5e5;
        display: none;
    }

    .agenda-anos .hs-menu-wrapper>ul.opened,
    .agenda-meses .hs-menu-wrapper>ul.opened {
        display: block;
    }

    .agenda-anos .hs-menu-wrapper>ul li.hs-menu-item,
    .agenda-meses .hs-menu-wrapper>ul li.hs-menu-item {
        display: block;
        border: none !important;
    }

    .agenda-anos .hs-menu-wrapper>ul>li.hs-menu-item,
    .agenda-meses .hs-menu-wrapper>ul>li.hs-menu-item {
        float: none;
        width: auto;
        padding-right: 0;
    }

    .agenda-anos .hs-menu-wrapper>ul>li.hs-menu-item a,
    .agenda-meses .hs-menu-wrapper>ul>li.hs-menu-item a {
        font-size: 20px;
        height: auto;
        padding: 8px 15px;
        background: white;
        color: black;
        text-align: left;
    }

    #agenda-meses.set_year .hs-menu-wrapper>ul {
        width: auto;
        position: static;
        top: auto;
        left: 0;
        border: none;
        display: block;
    }

    #agenda-meses.set_year ul.hs-menu-children-wrapper {
        width: 158px;
        position: absolute;
        top: 39px;
        left: -1px;
        border: 1px solid #e5e5e5;
        display: none !important;
    }

    #agenda-meses.set_year ul.hs-menu-children-wrapper.opened {
        display: block !important;
    }

    .detail-wrap-master {
        padding-top: 15px;
    }

    .detail-wrap-master .detail-content-wrap,
    .detail-wrap-master .sidebar-form {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .detail-wrap-master .sidebar-form {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .detail-wrap-master .sidebar-form>.cell-wrapper {
        margin-left: 0;
        padding: 16px 20px;
    }
}

@media screen and (max-width: 760px) {
    #agenda-nav {
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }

    .header-meta {
        padding-top: 10px;
        font-size: 18px;
    }

    .header-meta [class*="span"] {
        display: block !important;
        float: none !important;
        margin: 0 !important;
        margin-right: 0 !important;
    }

    .header-meta [class*="meta-"] .cell-wrapper {
        padding: 3px 0 8px 34px;
        font-size: 18px;
        margin-bottom: 7px !important;
    }
}

@media screen and (max-width: 560px) {

    .header-entry-title.widget-type-header h1,
    .header-entry-title.widget-type-header h2,
    .header-entry-title.widget-type-header h3,
    .header-entry-title.widget-type-header h4,
    .header-entry-title.widget-type-header h5,
    .header-entry-title.widget-type-header h6 {
        font-size: 26px;
    }
}

.docente-list-nav ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.docente-list-nav .hs-menu-flow-horizontal>ul>li {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
    padding: 0 1px 0 0;
}

.docente-list-nav .hs-menu-flow-horizontal>ul>li:last-child {
    padding-right: 0;
}

.docente-list-nav li {
    background: #FFF;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
    padding: 0 1px 0 0;
}

.docente-list-nav li:last-child {
    padding-right: 0;
}

.docente-list-nav a {
    font-family: 'Lato', serif;
    display: block;
    background: #FC5015;
    color: #FFF;
    font-size: 30px;
    font-weight: 300;
    padding: 8px 0;
    text-align: center;
}

.docente-list-nav .active a {
    color: black;
    background: white;
}

.docente-list-nav-space {
    padding-top: 40px;
}

.docente-list-wrap {
    padding: 40px 0;
}

.docente-list-wrap ul li {
    float: none;
    display: inline-block;
    width: 48.2%;
    vertical-align: top;
    list-style: none;
    padding: 22px 0;
    position: relative;
}

.docente-list-wrap ul a {
    display: block;
    color: black;
    font-size: 16px;
}

.docente-list-wrap ul a h1,
.docente-list-wrap ul a h2,
.docente-list-wrap ul a h3,
.docente-list-wrap ul a h4,
.docente-list-wrap ul a h5,
.docente-list-wrap ul a h6 {
    position: relative;
    font-family: 'Lato', serif;
    font-size: 34px;
    font-weight: 400;
    padding: 5px 0 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #FC5015;
}

.docente-list-wrap ul a h1:after,
.docente-list-wrap ul a h2:after,
.docente-list-wrap ul a h3:after,
.docente-list-wrap ul a h4:after,
.docente-list-wrap ul a h5:after,
.docente-list-wrap ul a h6:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 102px;
    background: #CCC;
    height: 8px;
}

.sub-header-wrap {
    font-size: 16px;
    position: relative;
    margin-top: -10px !important;
    float: none !important;
}

.docente-wrap-global {
    position: relative;
    padding-left: 276px;
}

.docente-wrap-global .docente-box {
    position: absolute;
    top: 10px;
    left: 3%;
}

.docente-wrap-global .detail-title h1,
.docente-wrap-global .detail-title h2,
.docente-wrap-global .detail-title h3,
.docente-wrap-global .detail-title h4,
.docente-wrap-global .detail-title h5,
.docente-wrap-global .detail-title h6 {
    font-size: 48px;
    letter-spacing: -2px;
}

.feature-image-fixed {
    position: absolute;
    top: 0;
    right: 0;
    width: 309px;
}

.feature-image-fixed img {
    max-width: 100%;
}

.social-share-wrap.fixed {
    position: absolute;
    bottom: -20px;
    right: 309px;
    background: #FFF;
    z-index: 11;
}

.social-share-wrap.fixed .hs_cos_wrapper_type_social_sharing {
    white-space: nowrap;
}

.corpo-docente-wrap {
    padding-top: 40px;
    position: relative;
    padding-right: 380px;
}

.corpo-docente-wrap .header-meta {
    padding-top: 40px;
}

.corpo-docente-wrap .header-meta [class*="span"] {
    float: none;
    display: block;
    width: 100% !important;
    margin: 0 !important;
    margin-right: 0 !important;
}

.corpo-docente-wrap .header-meta [class*="span"] [class*="meta-"] {
    color: #FC5015;
    font-family: 'Lato', serif;
    font-weight: 700;
}

.corpo-docente-wrap .header-meta [class*="span"] a {
    color: #FC5015;
}

.corpo-docente-wrap .header-meta [class*="span"] .link-text {
    font-weight: 700;
}

.title-entry-wrap {
    position: relative;
    margin-bottom: 6px;
}

.title-entry-wrap h1,
.title-entry-wrap h2,
.title-entry-wrap h3,
.title-entry-wrap h4,
.title-entry-wrap h5,
.title-entry-wrap h6 {
    padding-bottom: 20px !important;
    position: relative;
    font-family: 'Lato', serif;
    font-size: 67px;
    font-weight: 400;
    line-height: 1.1;
}

.title-entry-wrap h1:before,
.title-entry-wrap h2:before,
.title-entry-wrap h3:before,
.title-entry-wrap h4:before,
.title-entry-wrap h5:before,
.title-entry-wrap h6:before {
    content: '';
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    width: 162px;
    background: #CCC;
}

.header-entry-title.widget-type-header h1,
.header-entry-title.widget-type-header h2,
.header-entry-title.widget-type-header h3,
.header-entry-title.widget-type-header h4,
.header-entry-title.widget-type-header h5,
.header-entry-title.widget-type-header h6 {
    padding-bottom: 5px;
    font-size: 34px !important;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 2px;
}

.header-entry-title.widget-type-header h1:before,
.header-entry-title.widget-type-header h2:before,
.header-entry-title.widget-type-header h3:before,
.header-entry-title.widget-type-header h4:before,
.header-entry-title.widget-type-header h5:before,
.header-entry-title.widget-type-header h6:before {
    display: none !important;
}

.page-header-group .page-header-group-corpo-docente .widget-type-section_header h1,
.page-header-group .page-header-group-corpo-docente .widget-type-section_header h2,
.page-header-group .page-header-group-corpo-docente .widget-type-section_header h3,
.page-header-group .page-header-group-corpo-docente .widget-type-section_header h4,
.page-header-group .page-header-group-corpo-docente .widget-type-section_header h5,
.page-header-group .page-header-group-corpo-docente .widget-type-section_header h6,
.page-header-group .page-header-group-corpo-docente .widget-type-header h1,
.page-header-group .page-header-group-corpo-docente .widget-type-header h2,
.page-header-group .page-header-group-corpo-docente .widget-type-header h3,
.page-header-group .page-header-group-corpo-docente .widget-type-header h4,
.page-header-group .page-header-group-corpo-docente .widget-type-header h5,
.page-header-group .page-header-group-corpo-docente .widget-type-header h6 {
    font-size: 46px;
}

.page-header-group .page-header-group-corpo-docente .widget-type-section_header h1:before,
.page-header-group .page-header-group-corpo-docente .widget-type-section_header h2:before,
.page-header-group .page-header-group-corpo-docente .widget-type-section_header h3:before,
.page-header-group .page-header-group-corpo-docente .widget-type-section_header h4:before,
.page-header-group .page-header-group-corpo-docente .widget-type-section_header h5:before,
.page-header-group .page-header-group-corpo-docente .widget-type-section_header h6:before,
.page-header-group .page-header-group-corpo-docente .widget-type-header h1:before,
.page-header-group .page-header-group-corpo-docente .widget-type-header h2:before,
.page-header-group .page-header-group-corpo-docente .widget-type-header h3:before,
.page-header-group .page-header-group-corpo-docente .widget-type-header h4:before,
.page-header-group .page-header-group-corpo-docente .widget-type-header h5:before,
.page-header-group .page-header-group-corpo-docente .widget-type-header h6:before {
    display: none;
}

.page-header-group .page-header-group-corpo-docente .widget-type-section_header,
.page-header-group .page-header-group-corpo-docente .widget-type-header,
.page-header-group .page-header-group-corpo-docente .widget-type-rich_text {
    padding-right: 550px;
}

.page-header-group .page-header-group-corpo-docente .detail-metadata {
    padding-top: 12px;
    font-size: 18px;
    font-weight: 400;
}

@media screen and (max-width: 1180px) {

    .page-header-group .page-header-group-corpo-docente .widget-type-section_header h1,
    .page-header-group .page-header-group-corpo-docente .widget-type-section_header h2,
    .page-header-group .page-header-group-corpo-docente .widget-type-section_header h3,
    .page-header-group .page-header-group-corpo-docente .widget-type-section_header h4,
    .page-header-group .page-header-group-corpo-docente .widget-type-section_header h5,
    .page-header-group .page-header-group-corpo-docente .widget-type-section_header h6,
    .page-header-group .page-header-group-corpo-docente .widget-type-header h1,
    .page-header-group .page-header-group-corpo-docente .widget-type-header h2,
    .page-header-group .page-header-group-corpo-docente .widget-type-header h3,
    .page-header-group .page-header-group-corpo-docente .widget-type-header h4,
    .page-header-group .page-header-group-corpo-docente .widget-type-header h5,
    .page-header-group .page-header-group-corpo-docente .widget-type-header h6 {
        font-size: 42px !important;
    }

    .page-header-group .page-header-group-corpo-docente .widget-type-section_header,
    .page-header-group .page-header-group-corpo-docente .widget-type-header,
    .page-header-group .page-header-group-corpo-docente .widget-type-rich_text {
        padding-right: 470px;
    }

    .feature-image-fixed {
        width: 250px;
    }

    .feature-image-fixed img {
        max-width: 100%;
    }

    .social-share-wrap.fixed {
        position: relative;
        bottom: auto;
        right: auto;
        float: left;
        padding: 0;
        margin-top: 12px;
    }

    .social-share-wrap.fixed .social-share-icons {
        margin-left: 0 !important;
        margin-bottom: -20px !important;
        padding: 15px 10px;
    }
}

@media screen and (max-width: 980px) {

    .header-entry-title.widget-type-header h1,
    .header-entry-title.widget-type-header h2,
    .header-entry-title.widget-type-header h3,
    .header-entry-title.widget-type-header h4,
    .header-entry-title.widget-type-header h5,
    .header-entry-title.widget-type-header h6 {
        font-size: 28px !important;
    }

    .docente-wrap-global {
        padding-left: 226px;
    }

    .docente-wrap-global .docente-box {
        left: 0;
    }

    .docente-list-nav ul {
        display: block;
        border: none;
    }

    .docente-list-nav .hs-menu-flow-horizontal>ul>li {
        display: block;
        float: left;
        float: left !important;
        padding: 0;
    }

    .docente-list-nav li {
        display: block;
        float: left;
        float: left !important;
        padding: 0;
    }

    .docente-list-nav a {
        width: 40px;
        height: 40px;
        line-height: 38px;
        border: 1px solid #FC5015;
        font-size: 22px;
        padding: 0;
    }

    .docente-wrap-global .detail-title h1,
    .docente-wrap-global .detail-title h2,
    .docente-wrap-global .detail-title h3,
    .docente-wrap-global .detail-title h4,
    .docente-wrap-global .detail-title h5,
    .docente-wrap-global .detail-title h6 {
        font-size: 40px;
        letter-spacing: -2px;
    }

    .page-header-group .page-header-group-corpo-docente .widget-type-section_header h1,
    .page-header-group .page-header-group-corpo-docente .widget-type-section_header h2,
    .page-header-group .page-header-group-corpo-docente .widget-type-section_header h3,
    .page-header-group .page-header-group-corpo-docente .widget-type-section_header h4,
    .page-header-group .page-header-group-corpo-docente .widget-type-section_header h5,
    .page-header-group .page-header-group-corpo-docente .widget-type-section_header h6,
    .page-header-group .page-header-group-corpo-docente .widget-type-header h1,
    .page-header-group .page-header-group-corpo-docente .widget-type-header h2,
    .page-header-group .page-header-group-corpo-docente .widget-type-header h3,
    .page-header-group .page-header-group-corpo-docente .widget-type-header h4,
    .page-header-group .page-header-group-corpo-docente .widget-type-header h5,
    .page-header-group .page-header-group-corpo-docente .widget-type-header h6 {
        font-size: 36px !important;
    }

    .page-header-group .page-header-group-corpo-docente .widget-type-section_header,
    .page-header-group .page-header-group-corpo-docente .widget-type-header,
    .page-header-group .page-header-group-corpo-docente .widget-type-rich_text {
        padding-right: 220px;
    }

    .feature-image-fixed {
        width: 250px;
    }
}

@media screen and (max-width: 767px) {

    .header-entry-title.widget-type-header h1,
    .header-entry-title.widget-type-header h2,
    .header-entry-title.widget-type-header h3,
    .header-entry-title.widget-type-header h4,
    .header-entry-title.widget-type-header h5,
    .header-entry-title.widget-type-header h6,
    .header-entry-title h1,
    .header-entry-title h2,
    .header-entry-title h3,
    .header-entry-title h4,
    .header-entry-title h5,
    .header-entry-title h6 {
        font-size: 24px !important;
    }

    .docente-wrap-global {
        padding-left: 226px;
    }

    .docente-wrap-global .docente-box {
        margin-left: 9px;
        margin-top: 15px;
    }

    .docente-list-wrap {
        padding: 20px 0;
    }

    .docente-list-wrap ul li {
        display: block;
        width: auto;
        padding: 20px 0;
    }

    .docente-list-wrap ul a {
        display: block;
        color: black;
        font-size: 16px;
    }

    .docente-list-wrap ul a h1,
    .docente-list-wrap ul a h2,
    .docente-list-wrap ul a h3,
    .docente-list-wrap ul a h4,
    .docente-list-wrap ul a h5,
    .docente-list-wrap ul a h6 {
        font-size: 20px;
        font-weight: 600;
        padding-top: 5px;
        line-height: 1.1;
    }

    .feature-image-fixed {
        position: relative;
        top: auto;
        right: auto;
        float: left;
        padding-top: 30px;
    }

    .feature-image-fixed-wrap {
        padding-top: 10px;
    }

    .feature-image-fixed-wrap>.widget-type-cell>.row-fluid-wrapper:first-child {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .corpo-docente-wrap {
        padding-top: 30px;
        position: relative;
        padding-right: 15px;
    }

    .page-header-group .page-header-group-corpo-docente .widget-type-section_header,
    .page-header-group .page-header-group-corpo-docente .widget-type-header,
    .page-header-group .page-header-group-corpo-docente .widget-type-rich_text {
        padding-right: 0;
    }
}

@media screen and (max-width: 660px) {
    .docente-wrap-global {
        position: relative;
        padding-left: 0;
    }

    .docente-wrap-global .docente-box {
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        margin-bottom: 10px;
    }

    .docente-wrap-global .docente-box .profile-photo {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 560px) {

    .header-entry-title.widget-type-header h1,
    .header-entry-title.widget-type-header h2,
    .header-entry-title.widget-type-header h3,
    .header-entry-title.widget-type-header h4,
    .header-entry-title.widget-type-header h5,
    .header-entry-title.widget-type-header h6 {
        font-size: 26px;
    }

    .sub-header-wrap {
        margin-top: 2px !important;
    }

    .docente-wrap-global .detail-title h1,
    .docente-wrap-global .detail-title h2,
    .docente-wrap-global .detail-title h3,
    .docente-wrap-global .detail-title h4,
    .docente-wrap-global .detail-title h5,
    .docente-wrap-global .detail-title h6 {
        font-size: 34px !important;
        letter-spacing: -1px;
    }
}

@media screen and (max-width: 520px) {
    .feature-image-fixed-wrap {
        padding-top: 0;
    }

    .feature-image-fixed-wrap>.widget-type-cell>.row-fluid-wrapper:first-child {
        float: none;
        margin-right: 0;
        clear: both;
    }

    .corpo-docente-wrap {
        padding-top: 10px;
        padding-right: 10px;
    }
}

.hs-inline-edit .social-share a .button-text {
    display: inline-block;
}

body .hs-tools-menu {
    position: fixed !important;
    top: 0 !important;
    right: auto !important;
    left: 0 !important;
}

/* 2017 */
.new-items-list {
    position: relative;
    margin-left: -28px;
    margin-right: -28px;
}

.new-items-list:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.new-items-list .pagination {
    clear: both;
    padding: 30px 20px;
    text-align: center;
}

.new-items-list>.news-item {
    position: relative;
    float: left;
    width: 33.33%;
}

.new-items-list>.news-item:nth-child(3n+1) {
    clear: left;
}

@media (max-width: 1080px) {
    .new-items-list {
        margin-left: -22px;
        margin-right: -22px;
    }
}

@media (max-width: 980px) {
    .new-items-list>.news-item {
        width: 50%;
    }

    .new-items-list>.news-item:nth-child(3n+1) {
        clear: none;
    }

    .new-items-list>.news-item:nth-child(odd) {
        clear: left;
    }
}

@media (max-width: 880px) and (min-width: 769px) {
    .new-items-list {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 580px) {
    .new-items-list {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 500px) {
    .new-items-list {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (max-width: 560px) {
    .new-items-list>.news-item {
        float: none;
        width: auto;
    }

    .new-items-list .pagination {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.pagination a {
    color: #FC5015;
    display: inline-block;
    width: 40px;
    line-height: 36px;
    height: 40px;
    border: 2px solid #FC5015;
    vertical-align: middle;
    text-align: center;
    margin: 0 12px;
}

.pagination a.active,
.pagination a:hover {
    background: #FC5015;
    text-decoration: none;
    color: white;
}

.more-button .icon {
    -webkit-transition: 0.33s;
    transition: 0.33s;
}

a.box-link:hover .more-button .icon {
    background: black;
    color: #FFF;
}

.invisible {
    visibility: hidden;
}

.new-items-list+.article-detail {
    margin-top: 18px;
}

#news-search {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 100%;
    max-width: 400px;
    font-size: 13px;
    margin-right: 0;
    margin-bottom: 4px;
    margin-left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#news-search .search-wrap {
    position: relative;
    margin-bottom: 12px;
}

#news-search .button-submit {
    display: block;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #FC5015 !important;
    background: #FC5015;
    border: 0;
    color: white;
    height: 56px;
    line-height: 54px;
    width: 56px;
    font-size: 22px;
}

#news-search input.text-input {
    padding: 6px 14px !important;
    font-size: 20px;
    line-height: 1.42857143;
    color: #626262;
    background: #fff !important;
    background-image: none;
    height: 56px !important;
    border: 1px solid white !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    width: calc(100% - 56px);
    background: white !important;
}

@media (max-width: 760px) {
    #news-search {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        -webkit-transform: none;
        transform: none;
    }

    .page-header-group.with-search-itens {
        margin-bottom: 10px;
    }
}

.agenda-navigation-wrap .agenda-meses.set_year .hs-menu-wrapper>ul>li {
    float: left;
    width: calc(100% / 12);
}

.agenda-navigation-wrap .agenda-meses.set_year .hs-menu-wrapper>ul>li small {
    display: none;
}

.detail-intro {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}

.event-new-detail .meta-local,
.event-new-detail .meta-time {
    color: #485275;
}

.event-new-detail [class*="meta-"] .cell-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98px;
    background: #485275;
    height: 1px;
}

.event-new-detail .top-headline {
    color: #485275;
    font-size: 35px;
    position: relative;
    padding-bottom: 20px;
    font-weight: 300;
}

.event-new-detail .top-headline .cell-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    width: 162px;
    background: #CCC;
}

.agenda-meses-trigger {
    display: none;
}

@media (max-width: 980px) {
    .agenda-meses-trigger {
        display: block;
    }

    .agenda-navigation-wrap .agenda-meses.set_year .hs-menu-wrapper>ul>li {
        float: none;
        width: auto;
    }

    #agenda-meses.set_year .hs-menu-wrapper>ul {
        display: none;
    }

    #agenda-meses.set_year .hs-menu-wrapper>ul.opened {
        display: block;
    }
}

/*
Override injected css 
*/
body .hs-form input:not([type="image"]),
body .hs-form textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body .form-compact .hs-form label {
    display: none !important;
}

.form-compact .hs-form .hs-input {
    height: 40px;
}

.form-compact .hs-form .actions {
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
}

body .form-compact .hs-form .hs-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

body .hs-form label {
    padding-top: 0;
    font-size: 100%;
    line-height: 100%;
    font-weight: normal;
    float: none;
    width: auto;
    text-align: inherit;
    color: inherit;
    font-family: "Lato", sans-serif;
}

body .hs-button-reset,
body .base-hs-button-styles,
body .hs-form .hs-button {
    font-family: "Lato", sans-serif;
}

body .hs-form .hs-button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    text-decoration: none;
    padding: 0 18px;
    display: inline-block;
    font-family: 'Lato', serif;
    font-weight: 700;
    text-decoration: none;
    width: auto;
    height: 46px;
    line-height: 46px;
    background: #FC5015;
    color: white;
    border: 0;
    text-shadow: none;
    font-size: 16px;
    -webkit-transition: .33s;
    transition: .33s;
    max-width: 100%;
}

body input.hs-input,
body textarea.hs-input,
body select.hs-input {
    display: inline-block;
    font-family: 'Lato', serif;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #626262;
    background-color: #fff;
    border: 1px solid #585858;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .form-compact .hs-form .inputs-list label,
body .form-compact .hs-form .hs-form-checkbox label {
    display: block !important;
    padding-left: 25px;
    position: relative;
    margin: 8px 0;
    text-align: left;
}

body .form-compact .hs-form .hs-form-checkbox .hs-input {
    position: absolute;
    top: -2px;
    left: 0;
    height: 22px;
}

body .form-compact .hs-form .legal-consent-container {
    text-align: left;
}

.icon-svg-whats-app {
    display: inline-block;
    width: 40px;
    height: 48px;
    line-height: 48px;
    background: url(https://cdn2.hubspot.net/hubfs/339034/whatsapp2.svg) no-repeat center center;
    background-size: 40px auto;
}

.footer-container-wrapper #google-map {
    background: #E3E3E3 url(https://cdn2.hubspot.net/hubfs/339034/IPAM/ipam_lisboa.png) no-repeat center center;
    background-size: cover;
}

.footer-container-wrapper #google-map.porto_map {
    background: #E3E3E3 url(https://cdn2.hubspot.net/hubfs/339034/IPAM/ipam_porto.png) no-repeat center center;
}

.footer-container-wrapper #google-map a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.tabs-new-wrapper .nav-tabs .hs-menu-wrapper>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 85px;
}

.tabs-new-wrapper .nav-tabs .hs-menu-wrapper li {
    display: block;
    padding: 0 5px;
    text-align: center;
    width: auto;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabs-new-wrapper .nav-tabs .hs-menu-wrapper li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    padding: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}

.tabs-new-wrapper .nav-tabs .hs-menu-wrapper li a.tab-active {
    background: white;
    border: 1px solid #485275;
    color: #1d1d1d;
    height: 85px;
    top: 0;
    position: relative;
    margin-bottom: 0;
    border-bottom: 2px solid white;
}

.page-header-group-simple.page-header-group {
    padding: 42px 0 40px;
    min-height: 100px;
    overflow: hidden;
}

.page-header-group-simple.page-header-group .widget-type-rich_text,
.page-header-group-simple.page-header-group .widget-type-section_header,
.page-header-group-simple.page-header-group .page-header-group .widget-type-header {
    padding-right: 0;
}

body .hs-accordion__item {
    margin-left: 0;
    margin-right: 0;
}

body .hs-accordion__item button {
    line-height: 1.2;
    margin: 0;
    padding: 0 55px 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    font-family: 'Lato', serif;
    font-size: 19px !important;
    font-weight: 400;
    position: relative;
    background: #FC5015;
    color: white;
    border: 1px solid #FC5015;
    margin-bottom: 3px;
    text-align: left;
    -webkit-transition: 0.33s;
    transition: 0.33s;
}

body .hs-accordion__item button:hover {
    color: white;
    opacity: 1;
    background: rgba(196, 85, 39, 0.7);
}

body .hs-accordion__item button .hs-accordion__item-icon {
    display: none !important;
}

body .hs-accordion__item button:after {
    -webkit-transition: 0.33s;
    transition: 0.33s;
    font-family: 'ipam' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    color: white;
    font-size: 28px;
    position: absolute;
    right: 0;
    width: 54px;
    height: 54px;
    line-height: 52px;
    text-align: center;
    content: "\e90f";
    border-left: 1px solid #FC5015;
    display: block;
}

body .hs-accordion__item[aria-expanded=true] button {
    width: 100%;
    background: white;
    color: black;
    border: 1px solid #485275;
}

body .hs-accordion__item[aria-expanded=true] button:after {
    color: #FC5015;
    content: "\e912";
    border-left: 1px solid #485275;
}

.hs_cos_wrapper_type_header h1:before,
.hs_cos_wrapper_type_header h2:before,
.hs_cos_wrapper_type_header h3:before,
.hs_cos_wrapper_type_header h4:before,
.hs_cos_wrapper_type_header h5:before,
.hs_cos_wrapper_type_header h6:before,
.widget-type-header h1:before,
.widget-type-header h2:before,
.widget-type-header h3:before,
.widget-type-header h4:before,
.widget-type-header h5:before,
.widget-type-header h6:before,
.section-header h1:before,
.section-header h2:before,
.section-header h3:before,
.section-header h4:before,
.section-header h5:before,
.section-header h6:before,
.main-header h1:before,
.main-header h2:before,
.main-header h3:before,
.main-header h4:before,
.main-header h5:before,
.main-header h6:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    width: 162px;
    background: #CCC;
}

.hs_cos_wrapper_type_header[style*="align:center"] h1:before,
.hs_cos_wrapper_type_header[style*="align:center"] h2:before,
.hs_cos_wrapper_type_header[style*="align:center"] h3:before,
.hs_cos_wrapper_type_header[style*="align:center"] h4:before,
.hs_cos_wrapper_type_header[style*="align:center"] h5:before,
.hs_cos_wrapper_type_header[style*="align:center"] h6:before,
.hs_cos_wrapper_type_header[style*="align: center"] h1:before,
.hs_cos_wrapper_type_header[style*="align: center"] h2:before,
.hs_cos_wrapper_type_header[style*="align: center"] h3:before,
.hs_cos_wrapper_type_header[style*="align: center"] h4:before,
.hs_cos_wrapper_type_header[style*="align: center"] h5:before,
.hs_cos_wrapper_type_header[style*="align: center"] h6:before,
.hs_cos_wrapper_type_header [style*="align:center"] h1:before,
.hs_cos_wrapper_type_header [style*="align:center"] h2:before,
.hs_cos_wrapper_type_header [style*="align:center"] h3:before,
.hs_cos_wrapper_type_header [style*="align:center"] h4:before,
.hs_cos_wrapper_type_header [style*="align:center"] h5:before,
.hs_cos_wrapper_type_header [style*="align:center"] h6:before,
.hs_cos_wrapper_type_header [style*="align: center"] h1:before,
.hs_cos_wrapper_type_header [style*="align: center"] h2:before,
.hs_cos_wrapper_type_header [style*="align: center"] h3:before,
.hs_cos_wrapper_type_header [style*="align: center"] h4:before,
.hs_cos_wrapper_type_header [style*="align: center"] h5:before,
.hs_cos_wrapper_type_header [style*="align: center"] h6:before,
.widget-type-header[style*="align:center"] h1:before,
.widget-type-header[style*="align:center"] h2:before,
.widget-type-header[style*="align:center"] h3:before,
.widget-type-header[style*="align:center"] h4:before,
.widget-type-header[style*="align:center"] h5:before,
.widget-type-header[style*="align:center"] h6:before,
.widget-type-header[style*="align: center"] h1:before,
.widget-type-header[style*="align: center"] h2:before,
.widget-type-header[style*="align: center"] h3:before,
.widget-type-header[style*="align: center"] h4:before,
.widget-type-header[style*="align: center"] h5:before,
.widget-type-header[style*="align: center"] h6:before,
.widget-type-header [style*="align:center"] h1:before,
.widget-type-header [style*="align:center"] h2:before,
.widget-type-header [style*="align:center"] h3:before,
.widget-type-header [style*="align:center"] h4:before,
.widget-type-header [style*="align:center"] h5:before,
.widget-type-header [style*="align:center"] h6:before,
.widget-type-header [style*="align: center"] h1:before,
.widget-type-header [style*="align: center"] h2:before,
.widget-type-header [style*="align: center"] h3:before,
.widget-type-header [style*="align: center"] h4:before,
.widget-type-header [style*="align: center"] h5:before,
.widget-type-header [style*="align: center"] h6:before,
.section-header[style*="align:center"] h1:before,
.section-header[style*="align:center"] h2:before,
.section-header[style*="align:center"] h3:before,
.section-header[style*="align:center"] h4:before,
.section-header[style*="align:center"] h5:before,
.section-header[style*="align:center"] h6:before,
.section-header[style*="align: center"] h1:before,
.section-header[style*="align: center"] h2:before,
.section-header[style*="align: center"] h3:before,
.section-header[style*="align: center"] h4:before,
.section-header[style*="align: center"] h5:before,
.section-header[style*="align: center"] h6:before,
.section-header [style*="align:center"] h1:before,
.section-header [style*="align:center"] h2:before,
.section-header [style*="align:center"] h3:before,
.section-header [style*="align:center"] h4:before,
.section-header [style*="align:center"] h5:before,
.section-header [style*="align:center"] h6:before,
.section-header [style*="align: center"] h1:before,
.section-header [style*="align: center"] h2:before,
.section-header [style*="align: center"] h3:before,
.section-header [style*="align: center"] h4:before,
.section-header [style*="align: center"] h5:before,
.section-header [style*="align: center"] h6:before,
.main-header[style*="align:center"] h1:before,
.main-header[style*="align:center"] h2:before,
.main-header[style*="align:center"] h3:before,
.main-header[style*="align:center"] h4:before,
.main-header[style*="align:center"] h5:before,
.main-header[style*="align:center"] h6:before,
.main-header[style*="align: center"] h1:before,
.main-header[style*="align: center"] h2:before,
.main-header[style*="align: center"] h3:before,
.main-header[style*="align: center"] h4:before,
.main-header[style*="align: center"] h5:before,
.main-header[style*="align: center"] h6:before,
.main-header [style*="align:center"] h1:before,
.main-header [style*="align:center"] h2:before,
.main-header [style*="align:center"] h3:before,
.main-header [style*="align:center"] h4:before,
.main-header [style*="align:center"] h5:before,
.main-header [style*="align:center"] h6:before,
.main-header [style*="align: center"] h1:before,
.main-header [style*="align: center"] h2:before,
.main-header [style*="align: center"] h3:before,
.main-header [style*="align: center"] h4:before,
.main-header [style*="align: center"] h5:before,
.main-header [style*="align: center"] h6:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hs_cos_wrapper_type_header h1[style*="align:center"]:before,
.hs_cos_wrapper_type_header h1[style*="align: center"]:before,
.hs_cos_wrapper_type_header h2[style*="align:center"]:before,
.hs_cos_wrapper_type_header h2[style*="align: center"]:before,
.hs_cos_wrapper_type_header h3[style*="align:center"]:before,
.hs_cos_wrapper_type_header h3[style*="align: center"]:before,
.hs_cos_wrapper_type_header h4[style*="align:center"]:before,
.hs_cos_wrapper_type_header h4[style*="align: center"]:before,
.hs_cos_wrapper_type_header h5[style*="align:center"]:before,
.hs_cos_wrapper_type_header h5[style*="align: center"]:before,
.hs_cos_wrapper_type_header h6[style*="align:center"]:before,
.hs_cos_wrapper_type_header h6[style*="align: center"]:before,
.widget-type-header h1[style*="align:center"]:before,
.widget-type-header h1[style*="align: center"]:before,
.widget-type-header h2[style*="align:center"]:before,
.widget-type-header h2[style*="align: center"]:before,
.widget-type-header h3[style*="align:center"]:before,
.widget-type-header h3[style*="align: center"]:before,
.widget-type-header h4[style*="align:center"]:before,
.widget-type-header h4[style*="align: center"]:before,
.widget-type-header h5[style*="align:center"]:before,
.widget-type-header h5[style*="align: center"]:before,
.widget-type-header h6[style*="align:center"]:before,
.widget-type-header h6[style*="align: center"]:before,
.section-header h1[style*="align:center"]:before,
.section-header h1[style*="align: center"]:before,
.section-header h2[style*="align:center"]:before,
.section-header h2[style*="align: center"]:before,
.section-header h3[style*="align:center"]:before,
.section-header h3[style*="align: center"]:before,
.section-header h4[style*="align:center"]:before,
.section-header h4[style*="align: center"]:before,
.section-header h5[style*="align:center"]:before,
.section-header h5[style*="align: center"]:before,
.section-header h6[style*="align:center"]:before,
.section-header h6[style*="align: center"]:before,
.main-header h1[style*="align:center"]:before,
.main-header h1[style*="align: center"]:before,
.main-header h2[style*="align:center"]:before,
.main-header h2[style*="align: center"]:before,
.main-header h3[style*="align:center"]:before,
.main-header h3[style*="align: center"]:before,
.main-header h4[style*="align:center"]:before,
.main-header h4[style*="align: center"]:before,
.main-header h5[style*="align:center"]:before,
.main-header h5[style*="align: center"]:before,
.main-header h6[style*="align:center"]:before,
.main-header h6[style*="align: center"]:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

body .tabs-wrapper [class*="span"] {
    min-height: 0;
}

.tab-content-inner h1,
.tab-content-inner h2,
.tab-content-inner h3,
.tab-content-inner h4,
.tab-content-inner h5,
.tab-content-inner h6,
.tab-content-inner p {
    margin: 10px 0;
}

.section-header-new {
    text-align: center;
    padding-bottom: 30px;
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-header-new h1 {
    font-size: 30px;
    font-weight: 700;
}

.section-header-new h2 {
    font-size: 30px;
    font-weight: 700;
}

.tab-content {
    font-size: 18px;
}

.tab-content .section-header {
    text-align: center;
    padding: 30px 0 26px;
}

.tab-content .section-header h1 {
    font-size: 30px;
    font-weight: 600;
}

.tab-content h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0 10px;
}

.tab-content h2:first-child {
    margin-top: 0;
}

.tab-content .hs-accordion__item-content h2 {
    font-family: 'Lato', serif;
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0 10px;
}

.tab-content .hs-accordion__item-content h2:first-child {
    margin-top: 0;
}

.tab-content .secondary-header {
    text-align: center;
    font-size: 24px;
}

.tab-content .section-subheader {
    font-weight: 600;
    font-size: 24px;
}

.section-subheader {
    font-weight: 600;
    font-size: 24px;
}

.cta_button.cta_button_primary,
body a.cta_button.cta_button_primary,
a.cta_button.cta_button_primary {
    margin: 0;
    padding: 5px 18px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    font-family: "Lato", serif !important;
    font-size: 19px !important;
    font-weight: 400;
    position: relative;
    background: #FC5015 !important;
    color: white !important;
    border: 1px solid #FC5015 !important;
    margin-bottom: 3px !important;
    text-align: left;
    -webkit-transition: .33s;
    transition: .33s;
    float: none !important;
    border-radius: 0 !important;
}

@media (max-width: 560px) {
    .tab-content {
        padding: 20px 6px !important;
    }

    body .hs-accordion__item button {
        margin: 0;
        padding-left: 8px;
        font-size: 17px !important;
    }
}

.cta-group {
    margin: 20px -5px;
    position: relative;
}

.cta-group a {
    display: inline-block;
    margin: 5px 5px;
}


.hs-button,
.text-editor a.hs-button {
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 960px) {
    .ipam-blog .text-editor a {
        color: #FC5015;
    }
}

@media (max-width: 980px) {
  .footer-container-wrapper .menu-group>.row-fluid-wrapper:first-child {
    height: auto !important;
  }

  .top-navigation .middle-nav-group {
    display: flex;
  }

  .top-navigation .middle-nav-group > .row-fluid-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .top-navigation .middle-nav-group > .row-fluid-wrapper.row-number-1 {
    flex: 0 0 0;
  }

  .top-navigation .menu-transversal .hs-menu-flow-horizontal ul {
    display: flex;
    flex-wrap: wrap;
  }

  .top-navigation .menu-transversal .hs-menu-flow-horizontal ul > li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .top-navigation .menu-transversal .hs-menu-flow-horizontal>ul>li > a {
    padding-left: 18px;
  }

  .main-navigation .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {

  }

  .main-navigation .show_children ul.hs-menu-children-wrapper {
    max-height: 100vh;
    opacity: 1;
    transform-style: preserve-3d;
    transform: translateY(0) perspective(600px) rotateX(0);
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
    z-index: 1;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .main-navigation ul.hs-menu-children-wrapper {
      opacity: 0;
      position: relative;
      top: auto;
      left: auto;
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      max-height: 0;
      overflow: hidden;
      transform: translateY(-1em) perspective(600px) rotateX(10deg);
      transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  }

  .main-navigation ul.hs-menu-children-wrapper a {
    line-height: 1.2;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}


@media (min-width: 761px) {
    body .top-navigation .middle-nav-group > .row-fluid-wrapper.row-number-1 {
        flex: 0 0 50%;
    }
}

#events-search,
#news-search {
  display:  none !important;
}


/*
 * Cookie extend CSS
 */
 

#hs-eu-cookie-confirmation::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  z-index: 80;
}

#hs-eu-cookie-confirmation-inner {
  position: relative;
  z-index: 81;
}

html.lock {
  overflow: hidden;
}


body div#hs-eu-cookie-confirmation {
  background: none;
}

html body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 88%;
  max-width: 680px !important;
  padding: 30px;
  background: #ffffff !important;
  z-index: 9999992;
  max-height: calc(100% - 50px);
  overflow: auto;
  font-family: Source Sans Pro,Arial,Sans-Serif !important;
  font-size: 16px;
}

html body #hs-modal #hs-modal-content {
  border-radius: 0 !important;
  width: 88% !important;
  max-width: 680px !important;
  max-height: calc(100% - 50px);
  overflow: auto;
  position: fixed !important;
  top: 30px !important;
  transform: translateX(-50%) !important;
  font-size: 16px !important;
  font-family: Source Sans Pro,Arial,Sans-Serif !important;
  overflow: auto;
  font-size: 16px;
}

html body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label span {
    font-family: Source Sans Pro,Arial,Sans-Serif !important;
    font-size: 16px;
}

body #hs-eu-decline-button {
  display: none !important;
}

html body[class*="iade"] .btn-default.btn-default-ipam,
body[class*="iade"] #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-accept-all, 
body[class*="iade"] #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-save-settings,
body[class*="iade"] #hs_show_banner_button,
body[class*="iade"] div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,
html body .btn-default.btn-default-iade,
body.iade-pages #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-accept-all, 
body.iade-pages #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-save-settings,
body.iade-pages #hs_show_banner_button,
body.iade-pages div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  background-color: #1a1a1a!important;
  border: 1px solid #1a1a1a!important;
  font-family: "Source Sans Pro",Arial,Sans-Serif!important;
  font-weight: 400!important;
  color: white!important;
  height: 46px!important;
  line-height: 46px!important;
  text-align: center;
  text-decoration: none;
  padding: 0 18px!important;
  display: inline-block;
  border: none;
  text-shadow: none;
  font-size: 16px!important;
  vertical-align: middle;
  border-radius: 0;
}

body[class*="ipam"] #hs-modal #hs-modal-content a, 
body[class*="ipam"] #hs-modal #hs-modal-content a:hover,
body[class*="ipam"] div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a,
body[class*="ipam"] div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover,
body.ipam-pages #hs-modal #hs-modal-content a, 
body.ipam-pages #hs-modal #hs-modal-content a:hover,
body.ipam-pages div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a,
body.ipam-pages div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
   color: #FC5015!important;
}

html body[class*="ipam"] .btn-default.btn-default-ipam,
body[class*="ipam"] #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-accept-all, 
body[class*="ipam"] #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-save-settings,
body[class*="ipam"] #hs_show_banner_button,
body[class*="ipam"] div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,
html body .btn-default.btn-default-ipam,
body.ipam-pages #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-accept-all, 
body.ipam-pages #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-save-settings,
body.ipam-pages #hs_show_banner_button,
body.ipam-pages div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  background-color: #FC5015!important;
  border: 1px solid #FC5015!important;
  font-family: 'Lato', serif!important;
  font-weight: 700!important;
  color: white!important;
  height: 46px!important;
  line-height: 46px!important;
  text-align: center;
  text-decoration: none;
  padding: 0 18px!important;
  display: inline-block;
  border: none;
  text-shadow: none;
  font-size: 16px!important;
  vertical-align: middle;
  border-radius: 0;
}

.clip {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
}

.main-nav-top .widget-type-logo img {
  max-width: 350px;
}

@media screen and (max-width: 760px) {
  .main-nav-top .widget-type-logo a img {
      width: 180px !important;
  }
}