/* Auto-generated: normalize.css + webflow.css + conferenciaweb.webflow.css
   with every selector rescoped under ".modal_cover" (via postcss-prefix-selector)
   so the old ConferênciaWeb/Webflow styling still applies only to the login
   modal (frontpage_rnp/_frontpage_login + _frontpage_social), without leaking
   generic classnames (.container, .section, .brand, ...) into the new
   frontpage_confweb page design. Kept intentionally unchanged until the login
   modal itself is redesigned. */
/* ==== scoped from public/frontpage/css/normalize.css ==== */
/*! 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.
 */
.modal_cover html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
.modal_cover 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.
 */
.modal_cover article,
.modal_cover aside,
.modal_cover details,
.modal_cover figcaption,
.modal_cover figure,
.modal_cover footer,
.modal_cover header,
.modal_cover hgroup,
.modal_cover main,
.modal_cover menu,
.modal_cover nav,
.modal_cover section,
.modal_cover 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.
 */
.modal_cover audio,
.modal_cover canvas,
.modal_cover progress,
.modal_cover video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
.modal_cover 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.
 */
.modal_cover [hidden],
.modal_cover template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
.modal_cover button,
.modal_cover a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
.modal_cover a:active,
.modal_cover a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
.modal_cover abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
.modal_cover b,
.modal_cover strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
.modal_cover dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
.modal_cover h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
.modal_cover mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
.modal_cover small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
.modal_cover sub,
.modal_cover sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.modal_cover sup {
  top: -0.5em;
}
.modal_cover sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
.modal_cover img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
.modal_cover svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
.modal_cover figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
.modal_cover hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
.modal_cover pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
.modal_cover code,
.modal_cover kbd,
.modal_cover pre,
.modal_cover 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.
 */
.modal_cover button,
.modal_cover input,
.modal_cover optgroup,
.modal_cover select,
.modal_cover textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
.modal_cover 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.
 */
.modal_cover button,
.modal_cover 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.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
.modal_cover button,
.modal_cover html input[type="button"],
.modal_cover input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
.modal_cover button[disabled],
.modal_cover html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
.modal_cover button::-moz-focus-inner,
.modal_cover input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
.modal_cover 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.
 */
.modal_cover input[type="checkbox"],
.modal_cover input[type="radio"] {
  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`.
 */
.modal_cover input[type="number"]::-webkit-inner-spin-button,
.modal_cover input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
.modal_cover input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * 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).
 */
.modal_cover input[type="search"]::-webkit-search-cancel-button,
.modal_cover input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
.modal_cover 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.
 */
.modal_cover legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
.modal_cover 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.
 */
.modal_cover optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
.modal_cover table {
  border-collapse: collapse;
  border-spacing: 0;
}
.modal_cover td,
.modal_cover th {
  padding: 0;
}

/* ==== scoped from public/frontpage/css/webflow.css ==== */
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
.modal_cover [class^="w-icon-"],
.modal_cover [class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !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;
}
.modal_cover .w-icon-slider-right:before {
  content: "\e600";
}
.modal_cover .w-icon-slider-left:before {
  content: "\e601";
}
.modal_cover .w-icon-nav-menu:before {
  content: "\e602";
}
.modal_cover .w-icon-arrow-down:before,
.modal_cover .w-icon-dropdown-toggle:before {
  content: "\e603";
}
.modal_cover .w-icon-file-upload-remove:before {
  content: "\e900";
}
.modal_cover .w-icon-file-upload-icon:before {
  content: "\e903";
}
.modal_cover * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal_cover html {
  height: 100%;
}
.modal_cover body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.modal_cover img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.modal_cover html.w-mod-touch * {
  background-attachment: scroll !important;
}
.modal_cover .w-block {
  display: block;
}
.modal_cover .w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.modal_cover .w-clearfix:before,
.modal_cover .w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.modal_cover .w-clearfix:after {
  clear: both;
}
.modal_cover .w-hidden {
  display: none;
}
.modal_cover .w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
.modal_cover input.w-button {
  -webkit-appearance: button;
}
.modal_cover html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.modal_cover .w-webflow-badge,
.modal_cover .w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.modal_cover .w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.modal_cover .w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
.modal_cover h1,
.modal_cover h2,
.modal_cover h3,
.modal_cover h4,
.modal_cover h5,
.modal_cover h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
.modal_cover h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
.modal_cover h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
.modal_cover h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
.modal_cover h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
.modal_cover h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.modal_cover h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
.modal_cover p {
  margin-top: 0;
  margin-bottom: 10px;
}
.modal_cover blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
.modal_cover figure {
  margin: 0;
  margin-bottom: 10px;
}
.modal_cover figcaption {
  margin-top: 5px;
  text-align: center;
}
.modal_cover ul,
.modal_cover ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.modal_cover .w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.modal_cover .w-embed:before,
.modal_cover .w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.modal_cover .w-embed:after {
  clear: both;
}
.modal_cover .w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.modal_cover .w-video iframe,
.modal_cover .w-video object,
.modal_cover .w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal_cover fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.modal_cover button,
.modal_cover html input[type="button"],
.modal_cover input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.modal_cover .w-form {
  margin: 0 0 15px;
}
.modal_cover .w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.modal_cover .w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
.modal_cover label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.modal_cover .w-input,
.modal_cover .w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.modal_cover .w-input:-moz-placeholder,
.modal_cover .w-select:-moz-placeholder {
  color: #999;
}
.modal_cover .w-input::-moz-placeholder,
.modal_cover .w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.modal_cover .w-input:-ms-input-placeholder,
.modal_cover .w-select:-ms-input-placeholder {
  color: #999;
}
.modal_cover .w-input::-webkit-input-placeholder,
.modal_cover .w-select::-webkit-input-placeholder {
  color: #999;
}
.modal_cover .w-input:focus,
.modal_cover .w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.modal_cover .w-input[disabled],
.modal_cover .w-select[disabled],
.modal_cover .w-input[readonly],
.modal_cover .w-select[readonly],
.modal_cover fieldset[disabled] .w-input,
.modal_cover fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.modal_cover textarea.w-input,
.modal_cover textarea.w-select {
  height: auto;
}
.modal_cover .w-select {
  background-color: #f3f3f3;
}
.modal_cover .w-select[multiple] {
  height: auto;
}
.modal_cover .w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.modal_cover .w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.modal_cover .w-radio:before,
.modal_cover .w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.modal_cover .w-radio:after {
  clear: both;
}
.modal_cover .w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.modal_cover .w-radio-input {
  margin-top: 3px;
}
.modal_cover .w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.modal_cover .w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.modal_cover .w-file-upload-default,
.modal_cover .w-file-upload-uploading,
.modal_cover .w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.modal_cover .w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.modal_cover .w-file-upload-default.w-hidden,
.modal_cover .w-file-upload-uploading.w-hidden,
.modal_cover .w-file-upload-error.w-hidden,
.modal_cover .w-file-upload-success.w-hidden {
  display: none;
}
.modal_cover .w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.modal_cover .w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.modal_cover .w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.modal_cover .w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.modal_cover .w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.modal_cover .w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.modal_cover .w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.modal_cover .w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.modal_cover .w-icon-file-upload-icon,
.modal_cover .w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.modal_cover .w-icon-file-upload-uploading {
  height: 20px;
}
.modal_cover .w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.modal_cover .w-container:before,
.modal_cover .w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.modal_cover .w-container:after {
  clear: both;
}
.modal_cover .w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.modal_cover .w-row:before,
.modal_cover .w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.modal_cover .w-row:after {
  clear: both;
}
.modal_cover .w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.modal_cover .w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.modal_cover .w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.modal_cover .w-col-1 {
  width: 8.33333333%;
}
.modal_cover .w-col-2 {
  width: 16.66666667%;
}
.modal_cover .w-col-3 {
  width: 25%;
}
.modal_cover .w-col-4 {
  width: 33.33333333%;
}
.modal_cover .w-col-5 {
  width: 41.66666667%;
}
.modal_cover .w-col-6 {
  width: 50%;
}
.modal_cover .w-col-7 {
  width: 58.33333333%;
}
.modal_cover .w-col-8 {
  width: 66.66666667%;
}
.modal_cover .w-col-9 {
  width: 75%;
}
.modal_cover .w-col-10 {
  width: 83.33333333%;
}
.modal_cover .w-col-11 {
  width: 91.66666667%;
}
.modal_cover .w-col-12 {
  width: 100%;
}
.modal_cover .w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .modal_cover .w-container {
    max-width: 728px;
  }
  .modal_cover .w-hidden-main {
    display: inherit !important;
  }
  .modal_cover .w-hidden-medium {
    display: none !important;
  }
  .modal_cover .w-col-medium-1 {
    width: 8.33333333%;
  }
  .modal_cover .w-col-medium-2 {
    width: 16.66666667%;
  }
  .modal_cover .w-col-medium-3 {
    width: 25%;
  }
  .modal_cover .w-col-medium-4 {
    width: 33.33333333%;
  }
  .modal_cover .w-col-medium-5 {
    width: 41.66666667%;
  }
  .modal_cover .w-col-medium-6 {
    width: 50%;
  }
  .modal_cover .w-col-medium-7 {
    width: 58.33333333%;
  }
  .modal_cover .w-col-medium-8 {
    width: 66.66666667%;
  }
  .modal_cover .w-col-medium-9 {
    width: 75%;
  }
  .modal_cover .w-col-medium-10 {
    width: 83.33333333%;
  }
  .modal_cover .w-col-medium-11 {
    width: 91.66666667%;
  }
  .modal_cover .w-col-medium-12 {
    width: 100%;
  }
  .modal_cover .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .modal_cover .w-hidden-main {
    display: inherit !important;
  }
  .modal_cover .w-hidden-medium {
    display: inherit !important;
  }
  .modal_cover .w-hidden-small {
    display: none !important;
  }
  .modal_cover .w-row,
  .modal_cover .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .modal_cover .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .modal_cover .w-col-small-1 {
    width: 8.33333333%;
  }
  .modal_cover .w-col-small-2 {
    width: 16.66666667%;
  }
  .modal_cover .w-col-small-3 {
    width: 25%;
  }
  .modal_cover .w-col-small-4 {
    width: 33.33333333%;
  }
  .modal_cover .w-col-small-5 {
    width: 41.66666667%;
  }
  .modal_cover .w-col-small-6 {
    width: 50%;
  }
  .modal_cover .w-col-small-7 {
    width: 58.33333333%;
  }
  .modal_cover .w-col-small-8 {
    width: 66.66666667%;
  }
  .modal_cover .w-col-small-9 {
    width: 75%;
  }
  .modal_cover .w-col-small-10 {
    width: 83.33333333%;
  }
  .modal_cover .w-col-small-11 {
    width: 91.66666667%;
  }
  .modal_cover .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .modal_cover .w-container {
    max-width: none;
  }
  .modal_cover .w-hidden-main {
    display: inherit !important;
  }
  .modal_cover .w-hidden-medium {
    display: inherit !important;
  }
  .modal_cover .w-hidden-small {
    display: inherit !important;
  }
  .modal_cover .w-hidden-tiny {
    display: none !important;
  }
  .modal_cover .w-col {
    width: 100%;
  }
  .modal_cover .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .modal_cover .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .modal_cover .w-col-tiny-3 {
    width: 25%;
  }
  .modal_cover .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .modal_cover .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .modal_cover .w-col-tiny-6 {
    width: 50%;
  }
  .modal_cover .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .modal_cover .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .modal_cover .w-col-tiny-9 {
    width: 75%;
  }
  .modal_cover .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .modal_cover .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .modal_cover .w-col-tiny-12 {
    width: 100%;
  }
}
.modal_cover .w-widget {
  position: relative;
}
.modal_cover .w-widget-map {
  width: 100%;
  height: 400px;
}
.modal_cover .w-widget-map label {
  width: auto;
  display: inline;
}
.modal_cover .w-widget-map img {
  max-width: inherit;
}
.modal_cover .w-widget-map .gm-style-iw {
  text-align: center;
}
.modal_cover .w-widget-map .gm-style-iw > button {
  display: none !important;
}
.modal_cover .w-widget-twitter {
  overflow: hidden;
}
.modal_cover .w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.modal_cover .w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal_cover .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.modal_cover .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.modal_cover .w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.modal_cover .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.modal_cover .w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.modal_cover .w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.modal_cover .w-widget-twitter-count-shim:not(.w--vertical):before,
.modal_cover .w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.modal_cover .w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.modal_cover .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.modal_cover .w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.modal_cover .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.modal_cover .w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.modal_cover .w-widget-twitter-count-shim.w--vertical:before,
.modal_cover .w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.modal_cover .w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.modal_cover .w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.modal_cover .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.modal_cover .w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.modal_cover .w-widget-gplus {
  overflow: hidden;
}
.modal_cover .w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.modal_cover .w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.modal_cover .w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.modal_cover .w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.modal_cover .w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.modal_cover .w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.modal_cover .w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.modal_cover .w-slider-nav.w-round > div {
  border-radius: 100%;
}
.modal_cover .w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.modal_cover .w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.modal_cover .w-slider-nav-invert {
  color: #fff;
}
.modal_cover .w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.modal_cover .w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.modal_cover .w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.modal_cover .w-slider-dot.w-active {
  background-color: #fff;
}
.modal_cover .w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.modal_cover .w-slider-dot:focus.w-active {
  box-shadow: none;
}
.modal_cover .w-slider-arrow-left,
.modal_cover .w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal_cover .w-slider-arrow-left [class^='w-icon-'],
.modal_cover .w-slider-arrow-right [class^='w-icon-'],
.modal_cover .w-slider-arrow-left [class*=' w-icon-'],
.modal_cover .w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.modal_cover .w-slider-arrow-left:focus,
.modal_cover .w-slider-arrow-right:focus {
  outline: 0;
}
.modal_cover .w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.modal_cover .w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.modal_cover .w-icon-slider-left,
.modal_cover .w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.modal_cover .w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal_cover .w-slider-force-show {
  display: block !important;
}
.modal_cover .w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.modal_cover .w-dropdown-btn,
.modal_cover .w-dropdown-toggle,
.modal_cover .w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.modal_cover .w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.modal_cover .w-dropdown-toggle:focus {
  outline: 0;
}
.modal_cover .w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.modal_cover .w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.modal_cover .w-dropdown-list.w--open {
  display: block;
}
.modal_cover .w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.modal_cover .w-dropdown-link.w--current {
  color: #0082f3;
}
.modal_cover .w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .modal_cover .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.modal_cover .w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.modal_cover .w-lightbox-backdrop,
.modal_cover .w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal_cover .w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.modal_cover .w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.modal_cover .w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.modal_cover .w-lightbox-group,
.modal_cover .w-lightbox-group .w-lightbox-view,
.modal_cover .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.modal_cover .w-lightbox-frame,
.modal_cover .w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.modal_cover .w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.modal_cover .w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.modal_cover .w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.modal_cover .w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.modal_cover .w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.modal_cover .w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.modal_cover .w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal_cover .w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.modal_cover .w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.modal_cover .w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.modal_cover .w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.modal_cover .w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.modal_cover .w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.modal_cover .w-lightbox-active {
  opacity: .3;
}
.modal_cover .w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.modal_cover .w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.modal_cover .w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.modal_cover .w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.modal_cover .w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.modal_cover .w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.modal_cover .w-lightbox-hide {
  display: none;
}
.modal_cover .w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .modal_cover .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .modal_cover .w-lightbox-view,
  .modal_cover .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .modal_cover .w-lightbox-group,
  .modal_cover .w-lightbox-group .w-lightbox-view,
  .modal_cover .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .modal_cover .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .modal_cover .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .modal_cover .w-lightbox-left,
  .modal_cover .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .modal_cover .w-lightbox-close {
    opacity: .8;
  }
  .modal_cover .w-lightbox-control:hover {
    opacity: 1;
  }
}
.modal_cover .w-lightbox-inactive,
.modal_cover .w-lightbox-inactive:hover {
  opacity: 0;
}
.modal_cover .w-richtext:before,
.modal_cover .w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.modal_cover .w-richtext:after {
  clear: both;
}
.modal_cover .w-richtext[contenteditable="true"]:before,
.modal_cover .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.modal_cover .w-richtext ol,
.modal_cover .w-richtext ul {
  overflow: hidden;
}
.modal_cover .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.modal_cover .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.modal_cover .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.modal_cover .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.modal_cover .w-richtext figure.w-richtext-figure-type-video > div:after,
.modal_cover .w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.modal_cover .w-richtext figure {
  position: relative;
  max-width: 60%;
}
.modal_cover .w-richtext figure > div:before {
  cursor: default!important;
}
.modal_cover .w-richtext figure img {
  width: 100%;
}
.modal_cover .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.modal_cover .w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.modal_cover .w-richtext figure.w-richtext-figure-type-image,
.modal_cover .w-richtext figure[data-rt-type="image"] {
  display: table;
}
.modal_cover .w-richtext figure.w-richtext-figure-type-image > div,
.modal_cover .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.modal_cover .w-richtext figure.w-richtext-figure-type-image > figcaption,
.modal_cover .w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.modal_cover .w-richtext figure.w-richtext-figure-type-video,
.modal_cover .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.modal_cover .w-richtext figure.w-richtext-figure-type-video iframe,
.modal_cover .w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal_cover .w-richtext figure.w-richtext-figure-type-video > div,
.modal_cover .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.modal_cover .w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.modal_cover .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.modal_cover .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.modal_cover .w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.modal_cover .w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.modal_cover .w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.modal_cover .w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.modal_cover .w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.modal_cover .w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.modal_cover .w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.modal_cover .w-nav:before,
.modal_cover .w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.modal_cover .w-nav:after {
  clear: both;
}
.modal_cover .w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.modal_cover .w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.modal_cover .w-nav-link.w--current {
  color: #0082f3;
}
.modal_cover .w-nav-menu {
  position: relative;
  float: right;
}
.modal_cover [data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.modal_cover .w--nav-link-open {
  display: block;
  position: relative;
}
.modal_cover .w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.modal_cover .w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.modal_cover .w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.modal_cover .w-nav[data-animation="over-left"] .w-nav-overlay,
.modal_cover .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.modal_cover .w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.modal_cover .w-nav[data-animation="over-right"] .w-nav-overlay,
.modal_cover .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.modal_cover .w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal_cover .w-nav-button:focus {
  outline: 0;
}
.modal_cover .w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.modal_cover .w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.modal_cover .w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.modal_cover .w--nav-dropdown-open {
  display: block;
}
.modal_cover .w--nav-dropdown-toggle-open {
  display: block;
}
.modal_cover .w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .modal_cover .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .modal_cover .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .modal_cover .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .modal_cover .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .modal_cover .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .modal_cover .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .modal_cover .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.modal_cover .w-tabs {
  position: relative;
}
.modal_cover .w-tabs:before,
.modal_cover .w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.modal_cover .w-tabs:after {
  clear: both;
}
.modal_cover .w-tab-menu {
  position: relative;
}
.modal_cover .w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.modal_cover .w-tab-link.w--current {
  background-color: #C8C8C8;
}
.modal_cover .w-tab-link:focus {
  outline: 0;
}
.modal_cover .w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.modal_cover .w-tab-pane {
  position: relative;
  display: none;
}
.modal_cover .w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .modal_cover .w-tab-link {
    display: block;
  }
}
.modal_cover .w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal_cover .w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.modal_cover .w-dyn-hide {
  display: none !important;
}
.modal_cover .w-dyn-bind-empty {
  display: none !important;
}
.modal_cover .w-condition-invisible {
  display: none !important;
}

/* ==== scoped from public/frontpage/css/conferenciaweb.webflow.css ==== */
.modal_cover .w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.modal_cover .w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.modal_cover .w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.modal_cover .w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.modal_cover .w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.modal_cover .w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal_cover .w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.modal_cover .w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.modal_cover body {
  font-family: proxima-nova, sans-serif;
  color: #333745;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.modal_cover h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.modal_cover h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #333745;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.modal_cover h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #333745;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.modal_cover h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #333745;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.modal_cover h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.modal_cover h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

.modal_cover p {
  margin-bottom: 10px;
}

.modal_cover ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 16px;
}

.modal_cover blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.modal_cover figure {
  width: 100%;
  margin-bottom: 10px;
}

.modal_cover .nn-container {
  position: relative;
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.modal_cover .navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 200;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: transparent;
}

.modal_cover .navbar._2 {
  position: fixed;
}

.modal_cover .hero-section {
  padding-top: 94px;
  padding-bottom: 40px;
}

.modal_cover .nn-hero-heading {
  margin-bottom: 24px;
  color: #fff;
  font-size: 40px;
  line-height: 38px;
  letter-spacing: -0.2px;
}

.modal_cover .nn-hero-content {
  max-width: 370px;
}

.modal_cover .nn-button {
  padding: 20px 40px;
  border-radius: 500px;
  background-color: #eb9346;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333745;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.modal_cover .nn-button:hover {
  background-color: #db4258;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.modal_cover .nn-button.w--current {
  color: #333745;
}

.modal_cover .nn-button.w--current:hover {
  color: #fff;
}

.modal_cover .nn-button.nav {
  margin-left: 10px;
  padding: 18px 27px;
  background-color: #eb9346;
  color: #333745;
  font-size: 14px;
}

.modal_cover .nn-button.nav:hover {
  color: #fff;
}

.modal_cover .nn-button.nav.w--current {
  background-color: #db4258;
  color: #fff;
}

.modal_cover .nn-hero-p {
  max-width: 370px;
  margin-bottom: 43px;
  padding-right: 0px;
  color: #fff;
  letter-spacing: -0.2px;
}

.modal_cover .nn-hero-heading-span {
  color: #07abc1;
}

.modal_cover .nn-why-section {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 55px;
}

.modal_cover .nn-why-content {
  height: 200%;
  max-width: 370px;
  margin-right: 112px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.modal_cover .nn-why-heading {
  margin-top: 22px;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 38px;
  letter-spacing: -0.2px;
}

.modal_cover .nn-why-p {
  margin-bottom: 44px;
  padding-right: 0px;
  letter-spacing: -0.2px;
}

.modal_cover .nn-why-span {
  color: #07abc1;
}

.modal_cover .nn-why-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.modal_cover .nn-why-wrapper-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal_cover .nn-why-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal_cover .nn-feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  padding: 49px 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #074aa0;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 19.2px;
  font-weight: 600;
  text-align: center;
}

.modal_cover .nn-feature-block:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.modal_cover .nn-feature-block.last {
  margin-right: 0px;
  padding-top: 44px;
  padding-bottom: 44px;
}

.modal_cover .nn-why-feature-text {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.modal_cover .nn-what-section {
  padding-top: 79px;
  padding-bottom: 64px;
}

.modal_cover .nn-what-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal_cover .nn-what-wrapper.reverse {
  padding-right: 94px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.modal_cover .nn-what-heading {
  margin-bottom: 24px;
  padding-right: 35px;
  font-size: 40px;
  line-height: 38px;
  letter-spacing: -0.2px;
}

.modal_cover .nn-what-heading._2 {
  padding-right: 0px;
}

.modal_cover .nn-what-p {
  margin-bottom: 44px;
  padding-right: 0px;
  letter-spacing: -0.2px;
}

.modal_cover .nn-what-content {
  position: relative;
  z-index: 2;
  max-width: 370px;
}

.modal_cover .nn-cta-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 92px 108px 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  background-color: #074aa0;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  text-align: center;
  background-clip: border-box;
}

.modal_cover .nn-cta-section {
  position: relative;
  z-index: 1;
  padding-top: 64px;
  padding-bottom: 0px;
}

.modal_cover .nn-cta-heading {
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 40px;
  line-height: 38px;
  letter-spacing: -0.2px;
}

.modal_cover .nn-cta-text {
  max-width: 450px;
  margin-bottom: 0px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 26px;
  line-height: 27.59px;
}

.modal_cover .nn-cta-form {
  display: none;
  width: 90%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.modal_cover .nn-cta-form-field {
  margin-bottom: 52px;
  padding: 24px 0px;
  border-radius: 200px;
  color: #074aa0;
}

.modal_cover .nn-cta-form-field:focus {
  color: #074aa0;
  font-weight: 700;
  text-align: center;
}

.modal_cover .nn-cta-form-field::-webkit-input-placeholder {
  color: #333745;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.modal_cover .nn-cta-form-field:-ms-input-placeholder {
  color: #333745;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.modal_cover .nn-cta-form-field::-ms-input-placeholder {
  color: #333745;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.modal_cover .nn-cta-form-field::placeholder {
  color: #333745;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.modal_cover .nn-cta-heading-span {
  color: #eb9346;
}

.modal_cover .nn-rnp-section {
  position: relative;
  z-index: -1;
  display: none;
  margin-top: -100px;
  padding-top: 210px;
  padding-bottom: 100px;
  background-color: #dde5e9;
  background-image: url('../images/NasNuvens_site_tablet.png');
  background-position: 50vw 100%;
  background-size: 550px;
  background-repeat: no-repeat;
}

.modal_cover .nn-rnp-contentt {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 370px;
  margin-left: 94px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal_cover .nn-rnp-heading {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 38px;
  letter-spacing: -0.2px;
}

.modal_cover .nn-rnp-heading-span {
  color: #074aa0;
}

.modal_cover .nn-footer-section {
  margin-top: 64px;
  margin-bottom: 64px;
}

.modal_cover .nav-menu {
  padding-right: 147px;
}

.modal_cover .nav-link {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.modal_cover .nav-link:hover {
  color: #eb9346;
}

.modal_cover .nav-link.w--current {
  color: #eb9346;
}

.modal_cover .nn-what-heading-span {
  color: #fff;
}

.modal_cover .logo-nav-img {
  width: 167px;
  max-width: 100%;
}

.modal_cover .brand {
  display: block;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.modal_cover .brand.w--current {
  position: static;
  display: block;
}

.modal_cover .brand.moodle_top {
  display: block;
}

.modal_cover .nav-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal_cover .body-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
  padding-top: 49px;
  background-image: url('../images/bg_2_add.svg'), url('../images/5f735dbdc11969487846f1b6_bg_principal-1.png');
  background-position: 50% 1451px, 50% 0%;
  background-size: 3011px, 3140px;
  background-repeat: no-repeat, no-repeat;
}

.modal_cover .footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.modal_cover .footer-wrapper._2 {
  margin-right: -10px;
  margin-bottom: 0px;
  margin-left: -10px;
  padding-right: 0px;
  padding-bottom: 32px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(51, 55, 69, 0.7) rgba(51, 55, 69, 0.7) rgba(51, 55, 69, 0.14);
}

.modal_cover .nn-what-img {
  position: absolute;
  left: 22%;
  top: 5%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 555px;
  -webkit-filter: brightness(101%);
  filter: brightness(101%);
}

.modal_cover .img-footer {
  width: 610px;
}

.modal_cover .img-footer._2 {
  width: 380px;
  padding-bottom: 12px;
}

.modal_cover .footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .nn-what-img-w {
  display: none;
}

.modal_cover .nn-why-img-wrapper {
  position: relative;
  z-index: 1;
  width: 850px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.modal_cover .nn-why-img-icon {
  position: absolute;
  left: auto;
  top: 185px;
  right: 14%;
  bottom: 0%;
  z-index: -1;
  width: 108px;
}

.modal_cover .nn-why-img-icon._2 {
  top: 228px;
  right: 7%;
  width: 160px;
}

.modal_cover .nn-why-img-icon._3 {
  left: auto;
  top: auto;
  right: 10%;
  bottom: 0%;
  width: 130px;
}

.modal_cover .nn-why-img-icon._4 {
  left: 49%;
  top: auto;
  right: 0%;
  bottom: -3%;
  width: 90px;
}

.modal_cover .nn-why-img-icon._5 {
  left: 34%;
  top: auto;
  right: 0%;
  bottom: -8%;
  z-index: -1;
  width: 80px;
}

.modal_cover .nn-why-img-icon._6 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -1%;
  width: 140px;
}

.modal_cover .nn-why-img-icon._7 {
  left: 2%;
  top: auto;
  right: auto;
  bottom: 25%;
  width: 150px;
}

.modal_cover .nn-why-img-icon._8 {
  left: 11%;
  top: auto;
  right: auto;
  bottom: 40%;
  width: 64px;
}

.modal_cover .nn-why-img-laptop {
  display: inline-block;
}

.modal_cover .nn-feature-section {
  overflow: visible;
  padding-top: 64px;
}

.modal_cover .hero-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 100vh;
}

.modal_cover .utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.modal_cover .utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.modal_cover .html-embed {
  height: 400px;
  border-radius: 5px;
}

.modal_cover .footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.modal_cover .link {
  margin-right: 16px;
  color: rgba(51, 55, 69, 0.68);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-decoration: none;
}

.modal_cover .link:hover {
  color: #333745;
}

.modal_cover .text-block {
  margin-right: 16px;
  color: rgba(51, 55, 69, 0.68);
  font-size: 14px;
}

.modal_cover .section {
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
}

.modal_cover .section.menu {
  position: relative;
  z-index: 1;
  margin-top: -174px;
  padding-top: 2em;
  padding-bottom: 1em;
}

.modal_cover .section.aplica-o {
  position: relative;
  overflow: visible;
  margin-bottom: -80px;
  padding-top: 3em;
  padding-bottom: 3em;
}

.modal_cover .section.consultoria {
  position: relative;
  padding-top: 13.1em;
  padding-bottom: 13.1em;
}

.modal_cover .section.ebook {
  padding-top: 10em;
  padding-bottom: 6em;
}

.modal_cover .section.ebook.poduct {
  padding-top: 0em;
  padding-bottom: 6.5em;
}

.modal_cover .section.ebook.home {
  padding-bottom: 12em;
}

.modal_cover .section.blog {
  position: relative;
}

.modal_cover .section.hero {
  height: 770px;
  margin-top: -119px;
  padding-top: 18.2em;
  padding-bottom: 0em;
  background-image: url('../images/Mask-Group-11.svg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.modal_cover .section.sobre {
  z-index: 0;
}

.modal_cover .section.is--footer {
  position: relative;
  display: block;
}

.modal_cover .section.is--footer.blue_block {
  padding-top: 1em;
  padding-bottom: 1em;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  background-color: #074aa0;
}

.modal_cover .section.produto {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  margin-top: -113px;
  padding-top: 18.2em;
  padding-bottom: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/produto_bg.svg');
  background-position: 50% 97%;
  background-size: auto;
  background-repeat: no-repeat;
}

.modal_cover .section.compute {
  position: relative;
  padding-top: 13.3em;
  padding-bottom: 20.7em;
}

.modal_cover .section.blog {
  height: 840px;
  margin-top: -119px;
  padding-top: 18.2em;
  padding-bottom: 0em;
  background-image: url('../images/top_Blog_BG.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.modal_cover .section.blog_list {
  top: auto;
  z-index: 50;
  margin-top: -175px;
}

.modal_cover .section.blog_article {
  top: auto;
  z-index: 50;
  margin-top: -545px;
}

.modal_cover .section.compute {
  height: 835px;
  margin-top: -119px;
  padding-top: 18.2em;
  padding-bottom: 0em;
  background-image: url('../images/top_Compute_bg.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.modal_cover .section.compute_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12em;
  padding-bottom: 12em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .section.compute_wrapper {
  padding-top: 5em;
}

.modal_cover .section.principais_vantagens {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8em;
  padding-bottom: 15em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .section.hero-futuro {
  height: 770px;
  margin-top: -211px;
  padding-top: 18.2em;
  padding-bottom: 0em;
  background-image: url('../images/ofuturo.png');
  background-position: 50% 0%;
  background-size: 1460px;
  background-repeat: no-repeat;
}

.modal_cover .section.blog-3 {
  display: none;
}

.modal_cover .section.produto-sol {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  margin-top: -161px;
  padding-top: 18.2em;
  padding-bottom: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/produto_bg.svg');
  background-position: 50% 97%;
  background-size: auto;
  background-repeat: no-repeat;
}

.modal_cover .section.cases-blog {
  margin-top: -280px;
}

.modal_cover .section.nuvem {
  padding-bottom: 0em;
}

.modal_cover .section.nuvem-hero {
  height: 835px;
  margin-top: -119px;
  padding-top: 18.2em;
  padding-bottom: 0em;
  background-image: url('../images/Mask-Group-11.svg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.modal_cover .section.nuvem-hero.consultoria {
  background-image: url('../images/header_consultoria_nasNuvens.png');
}

.modal_cover .section.produtos {
  z-index: 1;
  margin-top: -73px;
}

.modal_cover .section.solucoes {
  z-index: 1;
  margin-top: -72px;
  padding-bottom: 1em;
}

.modal_cover .section.aplicacoes {
  margin-top: -95px;
}

.modal_cover .section.moodle01 {
  height: 924px;
  margin-top: 0px;
  padding-top: 24em;
  padding-bottom: 0em;
  background-image: url('../images/slider-Moodle---01.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.modal_cover .section.moodle02 {
  height: 924px;
  margin-top: 0px;
  padding-top: 24em;
  padding-bottom: 0em;
  background-image: url('../images/slider-Moodle---02.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.modal_cover .section.moodle03 {
  height: 924px;
  margin-top: 0px;
  padding-top: 24em;
  padding-bottom: 0em;
  background-image: url('../images/slider-Moodle---03.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.modal_cover .section.moodle04 {
  height: 924px;
  margin-top: 0px;
  padding-top: 24em;
  padding-bottom: 0em;
  background-image: url('../images/slider-Moodle---04.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.modal_cover .section.moodle_wrapper {
  padding-top: 2em;
}

.modal_cover .section.principais_vantagens_moodle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0em;
  padding-bottom: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .section.conferencia {
  height: auto;
  margin-top: -119px;
  padding-top: 13.6em;
  padding-bottom: 5em;
  background-image: url('../images/bg_top.svg');
  background-position: 50% 0%;
  background-size: 3600px;
  background-repeat: no-repeat;
}

.modal_cover .section.conf_wrapper {
  padding-top: 8em;
  padding-bottom: 8em;
  background-image: url('../images/bg_conheca.jpg');
  background-position: 80% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal_cover .section.conf_como_wrapper {
  padding-top: 8em;
  padding-bottom: 8em;
}

.modal_cover .section.conf_diferenciais_wrapper {
  padding-top: 8em;
  padding-bottom: 8em;
  background-color: #f0f2f4;
}

.modal_cover .section.conf_parte_wrapper {
  padding-top: 8em;
  padding-bottom: 8em;
  background-color: #074aa0;
}

.modal_cover .section.conf_facil_wrapper {
  padding-top: 8em;
  padding-bottom: 8em;
  background-color: transparent;
}

.modal_cover .section.conf_facil_menu_wrapper {
  padding-top: 4em;
  padding-bottom: 0.5em;
  background-color: #f0f2f4;
}

.modal_cover .container {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1140px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5em;
  padding-left: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .container.grid_ofertas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.modal_cover .container.facil {
  border: 1px none #000;
}

.modal_cover .container.conferenciaweb {
  max-width: 1200px;
  padding-right: 0em;
  padding-left: 0em;
}

.modal_cover .slider {
  height: 700px;
  margin-top: -114px;
  background-color: transparent;
}

.modal_cover .slider.blog {
  height: 850px;
}

.modal_cover .left-arrow {
  display: none;
}

.modal_cover .right-arrow {
  display: none;
}

.modal_cover .slide {
  z-index: 10;
  width: 100%;
  height: 700px;
  background-color: transparent;
  background-image: url('../images/slider_moodle_campanha.png');
  background-position: 50% -10%;
  background-size: 1840px;
  background-repeat: no-repeat;
}

.modal_cover .slide.slide2 {
  background-image: url('../images/slider_consultoria_nasNuvens.png');
}

.modal_cover .slide.slide3 {
  background-image: url('../images/slider_case_Sisu_NasNuvens.png');
}

.modal_cover .mask {
  height: 700px;
}

.modal_cover .mask.blog {
  height: 850px;
}

.modal_cover .slider-2 {
  height: 790px;
  margin-top: -106px;
  padding-top: 0px;
  background-color: transparent;
}

.modal_cover .slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 200px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal_cover .slide-wrapper.blog {
  padding-top: 15.2em;
  background-image: url('../images/mask_blog_slider.svg'), linear-gradient(135deg, rgba(51, 55, 69, 0.86), rgba(7, 74, 160, 0.25));
  background-position: 50% 0%, 0px 0px;
  background-size: auto, auto;
}

.modal_cover .slider__nav {
  top: 358px;
  font-size: 0.6em;
}

.modal_cover .slider__nav.blog {
  top: 232px;
  max-width: 1140px;
  margin-top: 380.5px;
  padding-left: 30px;
  text-align: left;
}

.modal_cover .slider__nav.blog.interna {
  display: none;
}

.modal_cover .slider__nav.cases {
  top: 232px;
  max-width: 1140px;
  margin-top: 380.5px;
  padding-left: 30px;
  text-align: left;
}

.modal_cover .slider__nav.cases.interna {
  display: none;
}

.modal_cover .heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 38px;
  line-height: 36px;
  letter-spacing: -0.2px;
}

.modal_cover .heading.blog {
  width: 100%;
}

.modal_cover .heading.nuvem {
  max-width: 250px;
}

.modal_cover .heading.moodle {
  color: #034ea1;
  font-size: 40px;
  line-height: 40px;
}

.modal_cover .heading.moodle.white {
  color: #fff;
}

.modal_cover .heading.conferencia {
  color: #074aa0;
  line-height: 38px;
}

.modal_cover .heading.conferencia.como {
  margin-bottom: 0.3em;
  font-size: 32px;
  line-height: 34px;
}

.modal_cover .heading.conferencia.facil {
  margin-bottom: 1em;
  color: #333745;
  font-size: 32px;
  line-height: 34px;
}

.modal_cover .heading.conferencia.conheca {
  margin-bottom: 0.3em;
  font-size: 36px;
  line-height: 36px;
}

.modal_cover .heading.conferencia.small {
  color: #eb9346;
  font-size: 24px;
  line-height: 22px;
}

.modal_cover .heading.conferencia.small.is--dark {
  color: #333745;
}

.modal_cover .heading.parte {
  font-size: 32px;
  line-height: 32px;
}

.modal_cover .slider__p {
  max-width: 334px;
  margin-top: 1em;
  margin-bottom: 2em;
  padding-right: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.2px;
}

.modal_cover .button {
  padding: 1.2em 2.5em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 500px;
  background-color: #eb9346;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333745;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.modal_cover .button:hover {
  background-color: #db4258;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.modal_cover .button.w--current {
  color: #333745;
}

.modal_cover .button.w--current:hover {
  color: #fff;
}

.modal_cover .button.nav {
  margin-left: 10px;
  padding: 18px 27px;
  color: #333745;
  font-size: 14px;
}

.modal_cover .button.nav:hover {
  color: #fff;
}

.modal_cover .button.nav.w--current {
  background-color: #db4258;
  color: #fff;
}

.modal_cover .button.is--blue {
  display: none;
  margin-left: 0px;
  background-color: #07abc1;
  color: #fff;
  font-weight: 600;
}

.modal_cover .button.is--dark-blue {
  background-color: #074aa0;
  color: #fff;
}

.modal_cover .button.is--dark-blue.auto-margin {
  margin-top: auto;
}

.modal_cover .button.is--green {
  background-color: #80af41;
  color: #fff;
  font-weight: 500;
}

.modal_cover .button.is--green.auto-margin {
  margin-top: auto;
}

.modal_cover .button.is--blue-2 {
  display: none;
  background-color: #316587;
  color: #fff;
}

.modal_cover .button.small {
  width: 130px;
  margin-top: auto;
  padding: 1em;
  color: #fefeff;
}

.modal_cover .button.small.auto-margin {
  margin-top: 0px;
}

.modal_cover .button.is--big {
  font-size: 16px;
  line-height: 1.2;
}

.modal_cover .button.cta-form {
  padding: 16px 24px;
  font-size: 16px;
}

.modal_cover .button.p_cta {
  margin-top: 30px;
}

.modal_cover .button.is--no-sign {
  background-color: #07abc1;
  color: #fff;
  text-transform: uppercase;
}

.modal_cover .button.green {
  background-color: #80af41;
}

.modal_cover .button.green:hover {
  background-color: #07abc1;
}

.modal_cover .slider__content {
  max-width: 400px;
}

.modal_cover .is--blue {
  color: #07abc1;
}

.modal_cover .nav {
  padding-top: 2em;
  padding-bottom: 1em;
  background-color: transparent;
}

.modal_cover .nav.moodle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  padding-top: 3em;
}

.modal_cover .nav.conferencia {
  z-index: 50;
}

.modal_cover .nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .nav__logo {
  max-width: 153px;
}

.modal_cover .nav__link {
  padding: 13px 15px;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}

.modal_cover .nav__link:hover {
  color: #eb9346;
}

.modal_cover .nav__link.w--current {
  color: #eb9346;
}

.modal_cover .nav__link.is-blue {
  padding: 13px 19px 13px 25px;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  background-color: #074aa0;
  text-align: center;
}

.modal_cover .nav__link.is--green {
  margin-left: 20px;
  padding: 13px 25px 13px 19px;
  border-radius: 200px;
  background-color: #80af41;
  text-align: center;
}

.modal_cover .nav__link.is--green:hover {
  color: #333745;
}

.modal_cover .nav__link.mobile {
  display: none;
}

.modal_cover .nav__link.moodle_bt1 {
  padding: 1.5em 1.5em 1.5em 3em;
  border-style: none;
  border-width: 1px;
  border-color: #074aa0;
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  background-color: #074aa0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.modal_cover .nav__link.moodle_bt1:hover {
  background-color: #07abc1;
  color: #fff;
}

.modal_cover .nav__link.moodle_bt2 {
  padding: 1.5em 3em 1.5em 1.5em;
  border-style: none;
  border-width: 1px;
  border-color: #074aa0;
  border-radius: 0px;
  background-color: #074aa0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.modal_cover .nav__link.moodle_bt2:hover {
  background-color: #07abc1;
  color: #fff;
}

.modal_cover .nav__link.moodle_bt3 {
  padding: 1.5em 3em;
  border-style: none;
  border-width: 1px;
  border-color: #074aa0;
  border-radius: 0px 90px 90px 0px;
  background-color: #eb9346;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333745;
}

.modal_cover .nav__link.moodle_bt3:hover {
  background-color: #07abc1;
  color: #fff;
}

.modal_cover .nav__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .nav__link-app {
  width: 50px;
  height: 50px;
  margin-left: 12px;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.modal_cover .nav__link-app:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.modal_cover .search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 740px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 1px;
  border-color: #000;
  border-radius: 500px;
  box-shadow: 23px 23px 84px 0 rgba(0, 0, 0, 0.22);
  background-clip: border-box;
}

.modal_cover .search__drop {
  position: relative;
  display: none;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  background-color: #fff;
  color: #eb9346;
  font-size: 13px;
  line-height: 16px;
}

.modal_cover .search__drop.w--open {
  position: relative;
}

.modal_cover .dropdown {
  position: relative;
  color: #eb9346;
  font-weight: 600;
}

.modal_cover .search-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal_cover .search-button {
  display: none;
}

.modal_cover .search__separator {
  width: 1px;
  height: 32px;
  background-color: #e2e4e8;
  color: #e2e4e8;
}

.modal_cover .search__separator.hide {
  display: none;
}

.modal_cover .search__button {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 8%;
  height: 60px;
  padding: 0px;
  background-color: #333745;
  background-image: url('../images/search_nn.svg');
  background-position: 40% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.modal_cover .search__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 1px;
  border-color: #000;
}

.modal_cover .search-input {
  height: 80px;
  margin-bottom: 0px;
  margin-left: -15px;
  padding: 0px 24px 0px 39px;
  background-color: #fff;
}

.modal_cover .search-input::-webkit-input-placeholder {
  color: #8c97ac;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}

.modal_cover .search-input:-ms-input-placeholder {
  color: #8c97ac;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}

.modal_cover .search-input::-ms-input-placeholder {
  color: #8c97ac;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}

.modal_cover .search-input::placeholder {
  color: #8c97ac;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}

.modal_cover .search__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68px;
  height: 60px;
  margin-right: -2px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 0px;
  background-color: #074aa0;
}

.modal_cover .search__icon.hide {
  display: none;
  border-radius: 11px;
}

.modal_cover .service-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
}

.modal_cover .service-menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #074aa0;
  text-decoration: none;
}

.modal_cover .service-menu__link.is--blue {
  background-color: #316587;
  color: #333745;
}

.modal_cover .service-menu__link.is--blue:hover {
  background-color: #284b6e;
}

.modal_cover .service-menu__link.is--blue2 {
  background-color: #36b1bb;
}

.modal_cover .service-menu__link.is--blue2:hover {
  background-color: #2c9199;
}

.modal_cover .service-menu__link.is--green {
  background-color: #eb9346;
}

.modal_cover .service-menu__link.is--green:hover {
  background-color: #a2622b;
}

.modal_cover .service-menu__link.is--yellow {
  background-color: #80af41;
}

.modal_cover .service-menu__link.is--yellow:hover {
  background-color: #5b7e2c;
}

.modal_cover .service-menu__link.is--rounded {
  padding-right: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.modal_cover .service-menu__link.is--rounded:hover {
  background-color: #063b7f;
}

.modal_cover .service-menu__link-txt {
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.modal_cover .service-menu__link-img {
  margin-right: 8px;
}

.modal_cover ._4-collumns {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal_cover ._4-collumns.bottom-margin {
  margin-bottom: 48px;
}

.modal_cover ._4-collumns.bottom-margin.blog {
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.modal_cover .card__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px;
  padding-bottom: 0px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  text-decoration: none;
}

.modal_cover .card__wrapper.blog {
  padding-bottom: 32px;
}

.modal_cover .card__content-hd {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #316587;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.modal_cover .card__content-hd.is--big {
  color: #333745;
  font-size: 30px;
  line-height: 28px;
}

.modal_cover .card__content-hd.is--big.is--bigwhite {
  color: #fff;
  text-transform: none;
}

.modal_cover .card__content-hd.is--big.is--bigwhite.all_caps {
  text-transform: uppercase;
}

.modal_cover .card__content-hd.is--big.left.white-span {
  margin-bottom: 0px;
  color: #fff;
}

.modal_cover .card__content-hd.is--white {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.modal_cover .card__content-hd.is--green {
  margin-bottom: 0px;
  color: #80af41;
}

.modal_cover .card__content-hd.is--green.card {
  margin-bottom: 0px;
}

.modal_cover .card__content-hd.is--green.card-n {
  margin-bottom: 0px;
}

.modal_cover .card__content-hd.is--light-blue {
  color: #07abc1;
}

.modal_cover .card__content-hd.is--orange {
  color: #eb9346;
  font-size: 12px;
  line-height: 15px;
}

.modal_cover .card__content-hd.is--dark_grey {
  color: #333745;
  font-size: 16px;
  line-height: 15px;
  text-transform: none;
}

.modal_cover .card__content-icon {
  width: 29px;
  margin-bottom: 10px;
}

.modal_cover .card__content-p {
  padding-right: 10px;
  color: #7c8087;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.modal_cover .card__content-p.is--white {
  margin-bottom: 20px;
  padding: 10px 10px 10px 0px;
  border-radius: 20px;
  color: #fff;
  font-weight: 400;
}

.modal_cover .card__content-p.is--white.categoria {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.modal_cover .card__content-p.is--white.compartilhe {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 10px;
  background-color: #ed2f5a;
  font-size: 11px;
  text-align: center;
}

.modal_cover .card__content-p.is--white.blog {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 0px;
}

.modal_cover .card__content-p.is--white.small {
  margin-bottom: 0px;
}

.modal_cover .card__content-p.is--white.blog_destaques {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.modal_cover .card__content-p.is--white.no_space {
  margin-bottom: 0px;
}

.modal_cover .card__content-p.is--white.mobile {
  font-weight: 400;
}

.modal_cover .card__content-p.is--white.left {
  border-radius: 0px;
}

.modal_cover .card__content-p.is--white.cases-destaques {
  margin-bottom: 0px;
  border-radius: 0px;
  color: #07abc1;
  text-transform: uppercase;
}

.modal_cover .card__content-p.is--white.label {
  margin-bottom: 0px;
  padding-left: 0px;
}

.modal_cover .card__content-p.is-consultoria {
  color: #fff;
}

.modal_cover .card__content-p.bottom-margin {
  margin-bottom: 16px;
}

.modal_cover .card {
  overflow: hidden;
  border-top-right-radius: 38px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}

.modal_cover .card:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.modal_cover .card.is--dark-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 15px;
  background-color: #173f8c;
  box-shadow: 3px 0 6px 0 rgba(0, 0, 0, 0.16);
}

.modal_cover .card.is--white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}

.modal_cover .card.collection_first {
  margin-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal_cover .card__img {
  width: 100%;
  height: 140px;
  padding-top: 30px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal_cover .card__hd {
  margin-top: 24px;
  padding-right: 0px;
  padding-left: 0px;
  color: #333745;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.modal_cover .card__hd.is--white {
  color: #fff;
  text-transform: none;
}

.modal_cover .card__hd.case {
  margin-top: 0px;
}

.modal_cover .card__hd.vantagens {
  width: 100%;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.modal_cover .card__p {
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: museo-slab, sans-serif;
  color: #7c8087;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
}

.modal_cover .card__p.is--white {
  color: #fff;
}

.modal_cover .card__p.is--white.bottom-p {
  margin-bottom: 16px;
}

.modal_cover .card__p.is--case {
  margin-bottom: 16px;
}

.modal_cover .hidden {
  display: none;
}

.modal_cover .bg__img {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 1370px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-transform: translate(300px, 114px);
  -ms-transform: translate(300px, 114px);
  transform: translate(300px, 114px);
  -o-object-fit: fill;
  object-fit: fill;
}

.modal_cover .align-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 163px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal_cover .align-right.compute {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 88px;
  padding-left: 220px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.modal_cover .align-right.compute_interna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 350px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.modal_cover .cta {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-right: 76px;
  padding-left: 76px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #333745;
}

.modal_cover .cta.is--blue {
  padding-right: 70px;
  padding-left: 94px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #07abc1;
}

.modal_cover .cta.is--green {
  padding-right: 70px;
  padding-left: 94px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #80af41;
}

.modal_cover .cta__content {
  width: 322px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.modal_cover .cta__content.p {
  width: 146px;
  margin-right: 6px;
  margin-left: auto;
}

.modal_cover .cta__content.p-blue {
  max-width: 242px;
  margin-right: 16px;
  margin-left: 0px;
}

.modal_cover .cta__content.is--blue {
  width: 280px;
}

.modal_cover .cta__txt {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #eb9346;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

.modal_cover .cta__txt.is--blue {
  color: #333745;
}

.modal_cover .cta__hd {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 28px;
  text-transform: uppercase;
}

.modal_cover .cta__hd-span {
  color: #07abc1;
}

.modal_cover .cta__img {
  position: absolute;
  z-index: -1;
  margin-top: -25px;
  -webkit-transform: translate(46%, 0%);
  -ms-transform: translate(46%, 0%);
  transform: translate(46%, 0%);
}

.modal_cover .cta__img.is--sec {
  position: static;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 240px;
  margin-top: -53px;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal_cover .news {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal_cover .news.top-48 {
  margin-top: 48px;
  grid-auto-flow: column;
  -ms-grid-columns: 0.75fr 1fr 1fr;
  grid-template-columns: 0.75fr 1fr 1fr;
}

.modal_cover .card__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal_cover .card__content.is--consultoria {
  max-width: 270px;
}

.modal_cover .card__content.is--compute {
  position: static;
  left: 300px;
  max-width: 270px;
}

.modal_cover .card__content.home {
  text-align: left;
}

.modal_cover .card__content.is--compute-logo {
  position: static;
  left: 300px;
  max-width: 360px;
  margin-top: 0px;
}

.modal_cover .news__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal_cover .news__form.small {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal_cover .news__content {
  max-width: 500px;
}

.modal_cover .news__content.home {
  padding-left: 20px;
}

.modal_cover .news-wrapper {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal_cover .news__form-field {
  height: 54px;
  margin-bottom: 0px;
  padding-left: 58px;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  background-image: url('../images/email-84.svg');
  background-position: 20px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.modal_cover .news__form-field::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 100%;
  font-weight: 600;
}

.modal_cover .news__form-field:-ms-input-placeholder {
  font-size: 13px;
  line-height: 100%;
  font-weight: 600;
}

.modal_cover .news__form-field::-ms-input-placeholder {
  font-size: 13px;
  line-height: 100%;
  font-weight: 600;
}

.modal_cover .news__form-field::placeholder {
  font-size: 13px;
  line-height: 100%;
  font-weight: 600;
}

.modal_cover .news__form-field.small {
  height: 43px;
  margin-top: 10px;
  padding-left: 43px;
  border-radius: 500px;
  background-position: 16px 50%;
  background-size: 17px;
}

.modal_cover .news__form-block {
  display: block;
  height: 54px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .submit-button {
  height: 54px;
  padding-right: 24px;
  padding-left: 24px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  background-color: #80af41;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 12px;
  line-height: 15px;
}

.modal_cover .submit-button:hover {
  background-color: #eb9346;
}

.modal_cover .submit-button.small {
  height: auto;
  margin-top: 20px;
  border-radius: 20px;
}

.modal_cover .footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}

.modal_cover .footer__company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 54px;
  padding-bottom: 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(200, 213, 219, 0.25);
}

.modal_cover .footer__company-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .footer__company-img {
  -o-object-fit: none;
  object-fit: none;
}

.modal_cover .footer__company-txt {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.modal_cover .footer__links {
  display: -ms-grid;
  display: grid;
  padding: 54px 86px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal_cover .footer__links-hd {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #034ea1;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
}

.modal_cover .footer__links-hd.is--big {
  color: #333745;
  font-size: 30px;
  line-height: 28px;
}

.modal_cover .footer__links-hd.is--white {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.modal_cover .footer__links-hd.is--green {
  color: #80af41;
}

.modal_cover .footer__links-hd.is--light-blue {
  color: #07abc1;
}

.modal_cover .footer__links-hd.is--blue {
  margin-bottom: 0px;
  color: #07abc1;
}

.modal_cover .footer__div {
  width: 60px;
  height: 1px;
  background-color: #07abc1;
}

.modal_cover .footer__links-p {
  margin-top: 16px;
  margin-bottom: 0px;
  color: #7c8087;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.modal_cover .footer__links-p.is--white {
  margin-top: 0px;
  color: #fff;
}

.modal_cover .footer__capes {
  display: -ms-grid;
  display: grid;
  padding: 48px 85px 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 2.75fr 1fr;
  grid-template-columns: 1fr 2.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #333745;
}

.modal_cover .footer__capes-img {
  height: 30px;
}

.modal_cover .footer_capes-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .footer__rnp {
  padding: 20px 85px 78px;
}

.modal_cover .footer__rnp-wrapper {
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  border-bottom: 1px solid #dde6ea;
  text-transform: uppercase;
}

.modal_cover .footer__rnp-link {
  margin-right: 16px;
  color: #333745;
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  text-decoration: none;
}

.modal_cover .footer__rnp-link:hover {
  color: #07abc1;
}

.modal_cover .footer__rnp-link.blue_link {
  color: #074aa0;
}

.modal_cover .footer__rnp-link.blue_link:hover {
  color: #07abc1;
}

.modal_cover .footer_rnp-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .footer__rnp-img {
  width: 154px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: none;
  object-fit: none;
}

.modal_cover .footer__rnp-img.first {
  width: 748px;
  margin-right: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.modal_cover .cta__content-span {
  color: #eb9346;
}

.modal_cover .nn__body {
  background-image: url('../images/bg_cinza.svg');
  background-position: 50% 4060px;
  background-size: auto;
  background-repeat: no-repeat;
}

.modal_cover .cta__button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 270px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .footer__txt {
  margin-top: 16px;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}

.modal_cover .footer__txt.white {
  color: #fff;
}

.modal_cover .footer__txt-link {
  color: #333745;
  text-decoration: none;
}

.modal_cover .footer__txt-link:hover {
  color: #07abc1;
}

.modal_cover .footer__txt-link.white {
  color: #fff;
}

.modal_cover .footer__txt-link.white:hover {
  color: #eb9346;
}

.modal_cover .footer__links-hyper {
  display: block;
  margin-bottom: 4px;
  color: #000;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  text-decoration: none;
}

.modal_cover .footer__links-hyper:hover {
  color: #074aa0;
}

.modal_cover .footer__links-hyper.is--first {
  margin-top: 16px;
  color: #333745;
}

.modal_cover .footer__links-hyper.dropdown_footer {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.modal_cover .footer__links-case-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #333745;
  text-decoration: none;
}

.modal_cover .footer__links-case-wrapper:hover {
  color: #074aa0;
}

.modal_cover .footer__links-case-wrapper.is--frist {
  margin-top: 8px;
}

.modal_cover .footer__links-case-icon {
  width: 4px;
  margin-right: 4px;
  padding-top: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.modal_cover .footer__links-social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #124ea1;
  border-radius: 500px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.modal_cover .footer__links-social-block:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.modal_cover .footer__links-social-img {
  height: 14px;
}

.modal_cover .footer__links-social-img.is--linkedin {
  height: 11px;
}

.modal_cover .footer__links-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 30px;
}

.modal_cover .image-10 {
  position: absolute;
  left: 50%;
  top: 120%;
  right: auto;
  bottom: auto;
  z-index: -1;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal_cover .overflow-hidden {
  display: block;
  overflow: hidden;
}

.modal_cover .image-11 {
  max-width: none;
}

.modal_cover .consultoria__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 3000px;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal_cover .consultoria__bg.mobile {
  display: none;
}

.modal_cover .consultoria__bg-2 {
  position: absolute;
  left: 50%;
  top: -9%;
  right: auto;
  bottom: auto;
  z-index: -2;
  width: 3568px;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal_cover .aplicacoes__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 3505px;
  max-width: none;
  -webkit-transform: translate(-38%, -50%);
  -ms-transform: translate(-38%, -50%);
  transform: translate(-38%, -50%);
}

.modal_cover .service__menu-icon {
  display: block;
  width: 6px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal_cover .service__menu-icon.is--white {
  display: none;
  width: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal_cover .dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal_cover .dropdown-list {
  top: 46px;
}

.modal_cover .dropdown-list.w--open {
  top: auto;
  border-radius: 200px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.26);
}

.modal_cover .nav__menu-app {
  position: absolute;
  left: auto;
  top: 70px;
  right: -1.2%;
  bottom: auto;
  z-index: 10;
  display: none;
  overflow: visible;
  width: 268px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.32);
}

.modal_cover .nav__menu-app-title {
  position: relative;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #074aa0;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.modal_cover .nav__menu-app-triangle {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: -8px;
  margin-right: 32px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.modal_cover .nav__menu-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 32px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
}

.modal_cover .nav__menu-app-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
  color: #333745;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.modal_cover .nav__menu-app-link:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.modal_cover .app-link__img {
  width: 33px;
  margin-bottom: 8px;
}

.modal_cover .nav__menu-conta {
  position: absolute;
  left: auto;
  top: 70px;
  right: -1.2%;
  bottom: auto;
  z-index: 10;
  display: none;
  overflow: visible;
  width: 195px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.32);
}

.modal_cover .nav__menu-conta-triangle {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 50%;
  bottom: auto;
  margin-top: -8px;
  margin-right: 32px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.modal_cover .nav__menu-conta-title {
  position: relative;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-color: #80af41;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.modal_cover .footer__links-conta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #333745;
  text-decoration: none;
}

.modal_cover .footer__links-conta-wrapper:hover {
  color: #074aa0;
}

.modal_cover .footer__links-conta-wrapper.is--frist {
  margin-top: 16px;
}

.modal_cover .footer__links-hyper-conta {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  font-weight: 600;
  text-decoration: none;
}

.modal_cover .footer__links-hyper-conta:hover {
  color: #333745;
}

.modal_cover .footer__links-hyper-conta.is--first {
  margin-top: 16px;
  color: #333745;
}

.modal_cover .html-embed-2 {
  height: 1px;
}

.modal_cover .slide-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 12.6em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal_cover .hero__content {
  max-width: 380px;
}

.modal_cover .hero__content.nuvem {
  max-width: 380px;
}

.modal_cover .hero__content.moodle {
  position: static;
  z-index: 300;
}

.modal_cover .hero__content.conferencia {
  position: relative;
  z-index: 10;
  max-width: 535px;
}

.modal_cover .header__p {
  max-width: 330px;
  margin-top: 1em;
  margin-bottom: 2em;
  padding-right: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.2px;
}

.modal_cover .header__p.moodle {
  max-width: 380px;
  color: #313339;
  font-size: 20px;
  line-height: 22px;
}

.modal_cover .header__p.moodle.white {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
}

.modal_cover .header__p.conferencia {
  max-width: 85%;
  color: #333745;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.modal_cover .two-collumn {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 33px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1.4fr;
  grid-template-columns: 1fr 1.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal_cover .two-collumn.produtos {
  padding-right: 8px;
  padding-left: 8px;
}

.modal_cover .two-collumn.solucoes {
  padding-right: 8px;
  padding-left: 8px;
}

.modal_cover .heading__sobre {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

.modal_cover .p__sobre {
  margin-bottom: 40px;
  font-family: museo-slab, sans-serif;
  color: #7c8087;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.modal_cover .p__sobre.consultoria {
  color: #fff;
  text-align: left;
}

.modal_cover .p__sobre.white {
  color: #fff;
  font-size: 14px;
}

.modal_cover .img__sobre {
  margin-bottom: 100px;
}

.modal_cover .img__sobre.produto {
  max-width: 95%;
  margin-bottom: 15px;
  text-align: left;
}

.modal_cover .featires__sobre-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal_cover .features-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal_cover .features__p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}

.modal_cover .features__icon {
  margin-right: 19px;
}

.modal_cover ._3-collumns {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal_cover ._3-collumns.bottom-margin {
  margin-bottom: 48px;
}

.modal_cover .heading__cases {
  margin-bottom: 4px;
  color: #074aa0;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
}

.modal_cover .p__cases {
  margin-bottom: 42px;
  color: #8c97ac;
}

.modal_cover .card__txt {
  margin-top: 36px;
  margin-bottom: 4px;
  color: #07abc1;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.modal_cover .card__txt.first {
  margin-right: 5px;
}

.modal_cover .footer__bg {
  position: absolute;
  left: 50%;
  top: 40%;
  right: 0%;
  bottom: 50%;
  z-index: -1;
  width: 3610px;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal_cover .cases__bg {
  position: absolute;
  left: 55%;
  top: 167%;
  right: auto;
  bottom: auto;
  z-index: -1;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal_cover .cases__bg.hide {
  display: none;
}

.modal_cover .sobre__bg {
  position: absolute;
  left: 50%;
  top: 0%;
  z-index: -1;
  display: none;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal_cover .sobre__bg.is--solucao {
  position: absolute;
  left: -57%;
  top: 40%;
  right: auto;
  bottom: auto;
  z-index: -2;
  display: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal_cover .div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.modal_cover .div-block.visao_geral {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal_cover .tabs__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 200px;
  background-color: #329ea7;
}

.modal_cover .tab-link-tab-1 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.modal_cover .tab-link-tab-1.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #074aa0;
  line-height: 12px;
}

.modal_cover .tab__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border: 1px none #000;
  background-color: #36b1bb;
  color: #fff;
  font-size: 13px;
  line-height: 12px;
  font-weight: 600;
}

.modal_cover .tab__link.w--current {
  margin-right: 0px;
  padding-right: 40px;
  background-color: #074aa0;
  background-image: url('../images/small-down-orange.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.modal_cover .ta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.modal_cover .nav__menu-60min {
  position: absolute;
  left: auto;
  top: 70px;
  right: 8.8%;
  bottom: auto;
  z-index: 10;
  display: none;
  overflow: visible;
  width: 195px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.32);
}

.modal_cover .nav__menu-60min-title {
  position: relative;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 22px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-color: #eb9346;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.modal_cover .compute__bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 3503px;
  max-width: none;
  margin-top: 0px;
}

.modal_cover .compute__bg.mobile {
  display: none;
}

.modal_cover .tab_default {
  padding-top: 40px;
}

.modal_cover .blog_01 {
  z-index: 10;
  width: 100%;
  height: 850px;
}

.modal_cover .bg_slider {
  position: relative;
  width: 100%;
  height: 850px;
}

.modal_cover .big_post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.modal_cover .p__blog {
  margin-bottom: 20px;
  font-family: museo-slab, sans-serif;
  color: #7c8087;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.modal_cover .p__blog.small {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 18px;
}

.modal_cover .p__blog.small.post_resume {
  margin-bottom: 0px;
}

.modal_cover .p__blog.small.post_resume h1 {
  font-family: proxima-nova, sans-serif;
  color: #333745;
  font-size: 40px;
  line-height: 120%;
}

.modal_cover .p__blog.small.post_resume h2 {
  font-size: 32px;
  line-height: 120%;
}

.modal_cover .p__blog.small.post_resume h3 {
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
}

.modal_cover .p__blog.small.post_resume h4 {
  font-size: 24px;
  line-height: 120%;
}

.modal_cover .p__blog.small.post_resume h5 {
  font-family: proxima-nova, sans-serif;
  color: #333745;
  font-size: 16px;
  line-height: 120%;
}

.modal_cover .p__blog.small.post_resume h6 {
  font-family: proxima-nova, sans-serif;
  color: #333745;
}

.modal_cover .p__blog.small.post_resume p {
  color: #4b556a;
  font-weight: 300;
}

.modal_cover .p__blog.small.post_resume blockquote {
  border-left-color: #eb9346;
  font-family: proxima-nova, sans-serif;
  color: #333745;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}

.modal_cover .heading__blog {
  margin-top: 14px;
  font-size: 38px;
  line-height: 35px;
  font-weight: 700;
}

.modal_cover .heading__blog.small {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.modal_cover .heading__blog.medium {
  margin-top: 0px;
  font-size: 20px;
  line-height: 22px;
}

.modal_cover .heading__blog.veja_tambem {
  margin-top: 40px;
  margin-bottom: 0px;
  color: #074aa0;
  font-size: 20px;
  line-height: 22px;
}

.modal_cover .heading__blog.artigos_relacionados {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 40px;
  color: #074aa0;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}

.modal_cover .img_big_post {
  width: 100%;
  height: 340px;
  border-radius: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.modal_cover .small_post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal_cover .small_post.related {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  text-decoration: none;
}

.modal_cover .small_post.related._100 {
  width: 100%;
}

.modal_cover .img_small_post {
  width: 100%;
  height: 157px;
  border-radius: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal_cover .collection-item-ve {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal_cover .collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.modal_cover .medium_post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px none transparent;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.modal_cover .medium_post:hover {
  position: relative;
  border-style: none;
  border-width: 1px;
  border-color: #eb9346;
}

.modal_cover .img_medium_post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 213px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 10px 10px 0px 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.modal_cover .wrapper_post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal_cover .wrapper_post.auto {
  height: auto;
}

.modal_cover .collection-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal_cover .collection-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal_cover .box_assine {
  padding: 60px;
  border-radius: 125px;
  background-color: #034ea1;
}

.modal_cover .box_assine.small {
  height: auto;
  padding: 20px 20px 80px;
  border-radius: 10px;
}

.modal_cover .categoria_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding: 10px 20px 10px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 10px;
}

.modal_cover .tit_category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal_cover .categoria_tag_box {
  position: relative;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #eb9346;
}

.modal_cover .categoria_tag_box.is--blue {
  background-color: #074aa0;
}

.modal_cover .social_share {
  position: relative;
  padding-top: 478px;
}

.modal_cover .column {
  padding-right: 0px;
  padding-left: 0px;
}

.modal_cover .column.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 375px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal_cover .share_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.modal_cover .links_share {
  margin-bottom: 20px;
  text-decoration: none;
}

.modal_cover .column-2 {
  padding-top: 380px;
}

.modal_cover .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .collection-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal_cover .collection-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal_cover .grid {
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
}

.modal_cover .colunas_ofertas {
  width: 100%;
  margin-bottom: 25px;
}

.modal_cover .format_grid_ofertas {
  position: relative;
  left: auto;
  right: auto;
  width: 50%;
  text-align: center;
}

.modal_cover .cliente_case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal_cover .collection-item-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal_cover .collection-list-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal_cover .link_block_cases {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.modal_cover .compute__detail {
  position: absolute;
  left: 100%;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: -1;
  display: block;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal_cover .img__compute {
  margin-top: -110px;
  margin-bottom: 100px;
}

.modal_cover .img__compute.produto {
  margin-bottom: 32px;
}

.modal_cover .heading__compute {
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
}

.modal_cover .box_vantagens_compute {
  padding: 32px 60px 56px;
  border-radius: 500px;
  background-color: #333745;
}

.modal_cover .box_vantagens_compute.small {
  height: auto;
  padding: 20px 20px 100px;
  border-radius: 10px;
}

.modal_cover .features__compute-hd {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  color: #07abc1;
  font-size: 20px;
  line-height: 18px;
  text-transform: uppercase;
}

.modal_cover .features__compute-hd.is--big {
  color: #333745;
  font-size: 30px;
  line-height: 28px;
}

.modal_cover .features__compute-hd.is--big.is--bigwhite {
  color: #fff;
}

.modal_cover .features__compute-hd.is--white {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.modal_cover .features__compute-hd.is--green {
  color: #80af41;
}

.modal_cover .features__compute-hd.is--light-blue {
  color: #07abc1;
}

.modal_cover .features__compute-hd.is--orange {
  color: #eb9346;
  font-size: 12px;
  line-height: 15px;
}

.modal_cover .compute__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .compute__content.title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.modal_cover .column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.modal_cover .column-4.moodle {
  padding-right: 60px;
}

.modal_cover .blue_arrow {
  padding-left: 10px;
}

.modal_cover .columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal_cover .column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.modal_cover .icon_feature_compute {
  height: 60px;
}

.modal_cover .compute_bg_interna {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 4010px;
  max-width: none;
  margin-top: 0px;
  margin-left: -121px;
  padding-left: 0px;
}

.modal_cover .compute_bg_interna.mobile {
  display: none;
}

.modal_cover .card__content-hd-big {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #316587;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.modal_cover .card__content-hd-big.is--big {
  color: #333745;
  font-size: 30px;
  line-height: 28px;
}

.modal_cover .card__content-hd-big.is--big.is--bigwhite {
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  text-transform: none;
}

.modal_cover .card__content-hd-big.is--big.is--bigwhite.all_caps {
  text-transform: uppercase;
}

.modal_cover .card__content-hd-big.is--white {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.modal_cover .card__content-hd-big.is--green {
  color: #80af41;
}

.modal_cover .card__content-hd-big.is--light-blue {
  color: #07abc1;
}

.modal_cover .card__content-hd-big.is--orange {
  color: #eb9346;
  font-size: 12px;
  line-height: 15px;
}

.modal_cover .card__content-p_compute {
  color: #7c8087;
  font-size: 14px;
  line-height: 18px;
}

.modal_cover .card__content-p_compute.is--white {
  margin-bottom: 10px;
  padding: 0px 0px 10px;
  border-radius: 20px;
  color: #fff;
  font-weight: 400;
}

.modal_cover .card__content-p_compute.is--white.categoria {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.modal_cover .card__content-p_compute.is--white.compartilhe {
  position: relative;
  width: 100%;
  border-radius: 10px;
  background-color: #ed2f5a;
  font-size: 11px;
}

.modal_cover .card__content-p_compute.is--white.blog {
  margin-bottom: 0px;
  padding-left: 0px;
}

.modal_cover .card__content-p_compute.is--white.small {
  margin-bottom: 0px;
}

.modal_cover .card__content-p_compute.is--white.blog_destaques {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.modal_cover .card__content-p_compute.is--white.no_space {
  margin-bottom: 0px;
}

.modal_cover .video_box {
  display: none;
  max-width: 480px;
}

.modal_cover .card__content_compute {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal_cover .card__content_compute.is--consultoria {
  max-width: 270px;
}

.modal_cover .card__content_compute.is--compute {
  position: relative;
  left: 300px;
  max-width: 421px;
}

.modal_cover .card__content_compute.home {
  text-align: left;
}

.modal_cover .is--orange {
  color: #eb9346;
}

.modal_cover .box_form_compute {
  padding: 85px;
  border-radius: 20px;
  background-color: #eff0f2;
  background-image: url('../images/bg_compute_form.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.modal_cover .box_form_compute.small {
  height: auto;
  padding: 20px 20px 100px;
  border-radius: 10px;
}

.modal_cover .heading_form {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.2px;
}

.modal_cover .heading_form.blog {
  width: 100%;
}

.modal_cover .logo_compute_form {
  max-width: 140px;
  margin-top: 0px;
}

.modal_cover .card__content-p_compute_form {
  color: #7c8087;
  font-size: 14px;
  line-height: 18px;
}

.modal_cover .card__content-p_compute_form.is--white {
  margin-bottom: 20px;
  padding: 10px 0px;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.modal_cover .card__content-p_compute_form.is--white.categoria {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.modal_cover .card__content-p_compute_form.is--white.compartilhe {
  position: relative;
  width: 100%;
  border-radius: 10px;
  background-color: #ed2f5a;
  font-size: 11px;
}

.modal_cover .card__content-p_compute_form.is--white.blog {
  margin-bottom: 0px;
  padding-left: 0px;
}

.modal_cover .card__content-p_compute_form.is--white.small {
  margin-bottom: 0px;
}

.modal_cover .card__content-p_compute_form.is--white.blog_destaques {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.modal_cover .card__content-p_compute_form.is--white.no_space {
  margin-bottom: 0px;
}

.modal_cover .card__content-p_compute_form.is--white.top_form {
  padding-top: 0px;
  font-size: 18px;
}

.modal_cover .card__content-p_compute_form.is--white.disclaimer_form {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12px;
  line-height: 12px;
}

.modal_cover .nn-compute-form-field {
  margin-bottom: 20px;
  padding: 23px;
  border-radius: 200px;
  color: #074aa0;
  text-align: left;
}

.modal_cover .nn-compute-form-field:focus {
  color: #074aa0;
  font-weight: 700;
  text-align: left;
}

.modal_cover .nn-compute-form-field::-webkit-input-placeholder {
  color: #c8d5db;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.modal_cover .nn-compute-form-field:-ms-input-placeholder {
  color: #c8d5db;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.modal_cover .nn-compute-form-field::-ms-input-placeholder {
  color: #c8d5db;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.modal_cover .nn-compute-form-field::placeholder {
  color: #c8d5db;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.modal_cover .grid-2 {
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 0.25fr 1fr;
  grid-template-columns: 1fr 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal_cover .fields_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal_cover .divisor_form {
  width: 100%;
  margin-bottom: 2em;
  text-align: center;
}

.modal_cover .card_fabricante {
  width: 113px;
  padding: 10px 20px 10px 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}

.modal_cover .collection_first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal_cover .collection-list-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal_cover .collection-item-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.modal_cover .collection-list-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal_cover .collection-list-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal_cover .collection-item-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal_cover .logo_fabricante {
  height: 23px;
}

.modal_cover .divisor_line {
  width: 100%;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

.modal_cover .bg-mask {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: none;
  max-width: 3000px;
}

.modal_cover .nav-link-wrapper.is--60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal_cover .nav-link-wrapper.is--account {
  display: none;
}

.modal_cover .compute__logo {
  max-width: 204px;
}

.modal_cover .compute-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.modal_cover .compute__logo-sec {
  margin-right: 20px;
}

.modal_cover .collection-list-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .collection-list-wrapper-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modal_cover .collection-item-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal_cover .cta-content__p {
  color: #333745;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.modal_cover .span-dark-blue-txt {
  color: #333745;
}

.modal_cover .footer-img {
  display: none;
}

.modal_cover .drop-nav__link {
  z-index: 1;
  color: #07abc1;
  text-transform: uppercase;
}

.modal_cover .text-block-2 {
  color: #fff;
}

.modal_cover .dropdown-toggle {
  display: none;
  font-size: 13px;
}

.modal_cover .icon {
  color: #fff;
}

.modal_cover .dropdown-list-2 {
  background-color: #80af41;
}

.modal_cover .label-title {
  font-size: 9px;
  line-height: 1.2;
}

.modal_cover .column-assine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .grid-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.modal_cover .compute-help {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.modal_cover .two-collumn-compute {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 33px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1.4fr;
  grid-template-columns: 1fr 1.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal_cover .column-8 {
  padding-right: 24px;
  padding-left: 24px;
}

.modal_cover .columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.modal_cover .img__nuvem {
  margin-top: 0px;
  margin-bottom: 0px;
}

.modal_cover .img__nuvem.produto {
  margin-bottom: 32px;
}

.modal_cover .two-collumn-nuvem {
  display: -ms-grid;
  display: grid;
  margin-bottom: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 33px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1.4fr;
  grid-template-columns: 1fr 1.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal_cover .collection-list-wrapper-3 {
  background-color: #bd8585;
}

.modal_cover .image-13 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #074aa0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.modal_cover .blog-collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  margin-right: 8px;
  margin-bottom: 16px;
  margin-left: 8px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.modal_cover .blog-small__post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.modal_cover .blog-small__post.related {
  margin-top: 20px;
  margin-bottom: 0px;
}

.modal_cover .blog-small__post.related._100 {
  width: 100%;
}

.modal_cover .blog-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.modal_cover .popup-cta {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: scroll;
  width: 100vw;
  min-height: 120vh;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(29, 41, 63, 0.91);
}

.modal_cover .cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .cta-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 916px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 28px;
  padding-bottom: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.modal_cover .cta-main-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 916px;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal_cover .cta-top__product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .cta-main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 370px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.modal_cover .cta-main-content.mobile {
  display: none;
}

.modal_cover .cta-main-form-block {
  width: 100%;
  max-width: 540px;
}

.modal_cover .cta-top__logo {
  width: 105px;
  margin-right: 38px;
}

.modal_cover .cta-top__txt {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
}

.modal_cover .cta-top__product-txt {
  margin-left: 16px;
  color: #eb9346;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.modal_cover .cta-main-content__hd {
  font-family: proxima-nova, sans-serif;
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
}

.modal_cover .cta-main-content__hd.success {
  margin-top: 0px;
  margin-left: 10px;
  font-size: 28px;
  line-height: 30px;
}

.modal_cover .cta-main-content__p {
  max-width: 270px;
  margin-top: 13px;
  margin-bottom: 48px;
  font-weight: 300;
}

.modal_cover .span-light-blue-txt {
  color: #07abc1;
}

.modal_cover .cta-main-content__txt-2 {
  max-width: 200px;
  margin-bottom: 8px;
  color: #07abc1;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
}

.modal_cover .cta-main-content__logo {
  width: 153px;
  margin-top: 56px;
}

.modal_cover .cta-main-form__hd {
  margin-bottom: 15px;
  color: #07abc1;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.modal_cover .cta-main-form__hd.mobile {
  display: none;
}

.modal_cover .cta-main-form__text-field {
  height: 56px;
  margin-bottom: 16px;
  padding-left: 24px;
  border-radius: 500px;
  color: #074aa0;
  font-weight: 600;
}

.modal_cover .cta-main-form__text-field.txt-area {
  height: 130px;
  padding-top: 20px;
  padding-right: 24px;
  padding-bottom: 20px;
  border-radius: 32px;
}

.modal_cover .cta-main-form__text-field.r-margin {
  margin-right: 11px;
}

.modal_cover .cta-main-form__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal_cover .cta-main-form__button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .cta-main-form__button-txt {
  max-width: 266px;
  margin-left: 18px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.modal_cover .cta-main-success-message {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 480px;
  border-radius: 0px 180px 0px 0px;
  background-color: #034ea1;
  text-align: left;
}

.modal_cover .cta-success-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .cta-main-sucess__img {
  width: 500px;
}

.modal_cover .cta-sucess-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal_cover .cta-top__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -4;
  max-width: none;
  margin-left: -197px;
}

.modal_cover .cta-main__bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -3;
  width: 1980px;
  max-width: none;
  margin-right: -232px;
  margin-bottom: 0px;
}

.modal_cover .cta-main__bg.hide {
  display: none;
}

.modal_cover .cta-top-close {
  width: 24px;
  margin-left: auto;
}

.modal_cover .image-14 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.modal_cover .text-field {
  display: none;
}

.modal_cover .collection-list-relacionadas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal_cover .collection-item-releated {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal_cover .wrapper_post-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal_cover .success-message {
  background-color: transparent;
}

.modal_cover .text-block-3 {
  color: #eb9346;
  font-size: 20px;
  font-weight: 700;
}

.modal_cover .text-span {
  color: #fff;
}

.modal_cover .error-message {
  background-color: #eb9346;
}

.modal_cover .text-block-4 {
  color: #eb9346;
  font-size: 18px;
}

.modal_cover .success-message-2 {
  background-color: transparent;
}

.modal_cover .text-span-2 {
  color: #fff;
}

.modal_cover .h5_consultoria {
  color: #eb9346;
  font-size: 16px;
  text-align: left;
}

.modal_cover .success-message-3 {
  background-color: transparent;
}

.modal_cover .bold-text {
  color: #eb9346;
  text-align: center;
}

.modal_cover .collection-list-wrapper-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat-y;
}

.modal_cover .mask-layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 850px;
  background-image: url('../images/mask_blog_slider.svg'), linear-gradient(135deg, rgba(51, 55, 69, 0.85), rgba(7, 74, 160, 0.32));
  background-position: 50% 0%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.modal_cover .mask-layer.search-section {
  height: 740px;
}

.modal_cover .img-post {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 850px;
  margin-top: -111px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
}

.modal_cover .img-post.search-section {
  overflow: hidden;
  height: 740px;
  margin-top: -424px;
  margin-bottom: -184px;
  background-image: url('../images/bg_compute_form.jpg');
  background-position: 100% 0%;
}

.modal_cover .zxxzx {
  padding-top: 358px;
  padding-right: 0px;
  padding-left: 0px;
}

.modal_cover .zxxzx.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.modal_cover .cases-veja {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.modal_cover .collection-veja-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal_cover .cta-main__bg-div {
  position: absolute;
  left: auto;
  top: 21%;
  right: 12%;
  bottom: auto;
  z-index: -3;
  width: 100vw;
  height: 750px;
  max-width: none;
  margin-right: 0px;
  border-radius: 5px 500px 500px 5px;
  background-color: #074aa0;
}

.modal_cover .image-15 {
  max-width: 80%;
  padding-top: 6px;
}

.modal_cover .div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal_cover .cta-main-content-success {
  display: none;
  max-width: 370px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.modal_cover .cta-main-content-success.mobile {
  display: none;
}

.modal_cover .cta-main-content-success.pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal_cover .search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal_cover .search-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(51, 55, 69, 0.06);
  text-decoration: none;
}

.modal_cover .search-item__img {
  width: 258px;
  height: 137px;
  margin-right: 16px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-right-radius: 32px;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal_cover .search-content__hd {
  color: #333745;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.modal_cover .search-content__p {
  font-family: museo-slab, sans-serif;
  color: #333745;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
}

.modal_cover .search-result-wrapper {
  margin-top: 120px;
}

.modal_cover .search-content__resumo {
  color: #eb9346;
}

.modal_cover .text-span-3 {
  color: #eb9346;
}

.modal_cover .text-span-4 {
  color: #eb9346;
}

.modal_cover .relacionadas-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .hd__relacionados {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #074aa0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}

.modal_cover .relacionados__icon {
  margin-right: 4px;
  margin-left: 4px;
}

.modal_cover .relacionados__txt {
  margin-right: 8px;
  color: #8c97ac;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.modal_cover .popup-cta-wrapper {
  width: 100vw;
}

.modal_cover .img-post-internas {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 850px;
  margin-top: -111px;
  background-image: url('../images/bg_compute_form.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
}

.modal_cover .img-post-internas.search-section {
  height: 740px;
  margin-top: -424px;
  margin-bottom: -184px;
  background-image: url('../images/bg_compute_form.jpg');
  background-position: 100% 0%;
}

.modal_cover .termos-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal_cover .termos__link {
  display: block;
  margin-bottom: 4px;
  color: #000;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  text-decoration: none;
}

.modal_cover .termos__link:hover {
  color: #074aa0;
}

.modal_cover .termos__link.w--current {
  color: #eb9346;
}

.modal_cover .termos__link.w--current:hover {
  color: #eb9346;
}

.modal_cover .termos__link.w--current:focus {
  color: #80af41;
}

.modal_cover .termos__link.w--current:visited {
  color: #eb9346;
}

.modal_cover .termos__link.is--first {
  margin-top: 16px;
  color: #333745;
}

.modal_cover .termos__link.dropdown_footer {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.modal_cover .collection-list-wrapper-6 {
  display: block;
}

.modal_cover .sucesso {
  color: #07abc1;
  text-align: left;
}

.modal_cover .success-message-4 {
  background-color: transparent;
}

.modal_cover .text-span-5 {
  color: #fff;
}

.modal_cover .collection-list-wrapper-7 {
  display: none;
}

.modal_cover .resultado_texto_error {
  margin-top: 60px;
  margin-bottom: 60px;
}

.modal_cover .grid-3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: 0.25fr;
  grid-template-rows: 0.25fr;
}

.modal_cover .aplicacoes-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-bottom: 16px;
}

.modal_cover .aplicacoes-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.modal_cover .box-vantagens-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .box-vantagens-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal_cover .author-block.medium_post {
  margin-top: 48px;
  padding: 35px 48px 42px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal_cover .author-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  margin-top: 14px;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #eb9346;
  font-size: 14px;
  text-align: center;
}

.modal_cover .author-content {
  padding-left: 30px;
  border-left: 2px solid rgba(0, 0, 0, 0.07);
}

.modal_cover .author-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333745;
  font-size: 14px;
  font-weight: 600;
}

.modal_cover .author-img {
  width: 117px;
  height: 117px;
  margin-bottom: 8px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal_cover .author-content__hd {
  margin-bottom: 0px;
  color: #074aa0;
  font-size: 18px;
  font-weight: 500;
}

.modal_cover .author-content__p {
  font-family: museo-slab, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.modal_cover .author-social-wrapper {
  margin-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modal_cover .author-social__icon {
  width: 24px;
  margin-right: 4px;
  margin-left: 4px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.modal_cover .author-social__icon:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.modal_cover .logo-mobile-menu {
  display: none;
}

.modal_cover ._60minutos-mobile {
  display: none;
}

.modal_cover .close-menu-mobile {
  display: none;
}

.modal_cover .nav-menu-mobile {
  display: none;
}

.modal_cover .menu-open {
  display: none;
}

.modal_cover .link_paragrafo {
  color: #eb9346;
}

.modal_cover .link_paragrafo:hover {
  color: #07abc1;
}

.modal_cover .no-sign_txt {
  margin-top: 8px;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 600;
}

.modal_cover .text-span-6 {
  color: #80af41;
}

.modal_cover .bullet_point {
  padding-bottom: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.modal_cover .list {
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 30px;
  color: #eb9346;
}

.modal_cover .text-block-5 {
  line-height: 16px;
}

.modal_cover .box_form_moodle {
  padding: 85px;
  border-radius: 20px;
  background-color: #eff0f2;
  background-image: url('../images/bg_compute_form.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.modal_cover .box_form_moodle.small {
  height: auto;
  padding: 20px 20px 100px;
  border-radius: 10px;
}

.modal_cover .logo_moodle_form {
  max-width: 224px;
  margin-top: 0px;
}

.modal_cover .heading_form_moodle {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: -0.2px;
}

.modal_cover .heading_form_moodle.blog {
  width: 100%;
}

.modal_cover .slider_moodle {
  top: auto;
  height: 924px;
  margin-top: -114px;
  background-color: transparent;
}

.modal_cover .slider_nav_moodle {
  top: 86.6em;
  max-width: 1140px;
  margin: 0px auto;
  padding-left: 3.5em;
  font-size: 8px;
  text-align: left;
}

.modal_cover .left_arrow_moodle {
  display: none;
}

.modal_cover .right_arrow_moodle {
  display: none;
}

.modal_cover .logo_blue_moodle {
  position: absolute;
  left: 0%;
  top: -14.4em;
  right: auto;
  bottom: auto;
  z-index: 300;
  width: 178px;
  height: auto;
  max-width: none;
  margin-left: 1.5em;
}

.modal_cover .logo_white_moodle {
  position: absolute;
  left: 0%;
  top: -258px;
  right: auto;
  bottom: auto;
  width: 178px;
  max-width: none;
  margin-left: 1.5em;
}

.modal_cover .img__moodle {
  position: absolute;
  left: auto;
  max-width: none;
  margin-top: -5.8em;
  margin-bottom: 0px;
  margin-left: -4.1em;
}

.modal_cover .img__moodle.produto {
  margin-bottom: 32px;
}

.modal_cover .moodle_compute__detail {
  position: absolute;
  left: auto;
  top: 60px;
  right: -1779px;
  bottom: 0%;
  z-index: -1;
  display: block;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal_cover .two-collumn-moodle {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 236px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 2.15fr;
  grid-template-columns: 1.25fr 2.15fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal_cover .moodle-help {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.modal_cover .moodle-help.left {
  padding-top: 10.2em;
}

.modal_cover .moodle_bg_interna {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 2361px;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: -2548px;
  padding-left: 0px;
}

.modal_cover .moodle_bg_interna.mobile {
  display: none;
}

.modal_cover .heading__moodle {
  color: #333745;
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
}

.modal_cover .heading__moodle.white {
  color: #fff;
}

.modal_cover .subheading__moodle {
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
}

.modal_cover .subheading__moodle.is--darkblue {
  color: #074aa0;
}

.modal_cover .vantagens_moodle {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 2em;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.25fr 1.25fr;
  grid-template-columns: 0.25fr 1.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.modal_cover .ico_vantanges_moodle {
  margin-right: auto;
  margin-left: auto;
}

.modal_cover .tit_ico_moodle {
  font-family: proxima-nova, sans-serif;
  color: #07abc1;
  font-size: 18px;
  font-weight: 600;
}

.modal_cover .logo_size {
  width: 178px;
}

.modal_cover .modalidade {
  display: none;
}

.modal_cover .logo_moodle {
  width: 190px;
  height: 80px;
  max-width: 190px;
}

.modal_cover .logo_conferencia {
  max-width: 230px;
}

.modal_cover .nav__link_conf {
  padding: 13px 15px;
  color: #333745;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

.modal_cover .nav__link_conf:hover {
  color: #eb9346;
}

.modal_cover .nav__link_conf.w--current {
  color: #eb9346;
}

.modal_cover .nav__link_conf.is-blue {
  padding: 13px 19px 13px 25px;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  background-color: #074aa0;
  text-align: center;
}

.modal_cover .nav__link_conf.is--green {
  margin-left: 20px;
  padding: 13px 25px 13px 19px;
  border-radius: 200px;
  background-color: #80af41;
  text-align: center;
}

.modal_cover .nav__link_conf.is--green:hover {
  color: #333745;
}

.modal_cover .nav__link_conf.mobile {
  display: none;
}

.modal_cover .nav__link_conf.moodle_bt1 {
  padding: 1.5em 1.5em 1.5em 3em;
  border-style: none;
  border-width: 1px;
  border-color: #074aa0;
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  background-color: #074aa0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.modal_cover .nav__link_conf.moodle_bt1:hover {
  background-color: #07abc1;
  color: #fff;
}

.modal_cover .nav__link_conf.moodle_bt2 {
  padding: 1.5em 3em 1.5em 1.5em;
  border-style: none;
  border-width: 1px;
  border-color: #074aa0;
  border-radius: 0px;
  background-color: #074aa0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.modal_cover .nav__link_conf.moodle_bt2:hover {
  background-color: #07abc1;
  color: #fff;
}

.modal_cover .nav__link_conf.moodle_bt3 {
  padding: 1.5em 3em;
  border-style: none;
  border-width: 1px;
  border-color: #074aa0;
  border-radius: 0px 90px 90px 0px;
  background-color: #eb9346;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333745;
}

.modal_cover .nav__link_conf.moodle_bt3:hover {
  background-color: #07abc1;
  color: #fff;
}

.modal_cover .nav__link_conf.bt_entrar {
  margin-left: 10px;
  border-radius: 5px;
  background-color: #ea9245;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.modal_cover .nav__link_conf.bt_entrar:hover {
  background-color: #07abc1;
}

.modal_cover .bt_conf_orange {
  margin-right: 1em;
  padding: 1.2em 2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #eb9346;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.modal_cover .bt_conf_orange:hover {
  background-color: #db4258;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.modal_cover .bt_conf_orange.w--current {
  color: #333745;
}

.modal_cover .bt_conf_orange.w--current:hover {
  color: #fff;
}

.modal_cover .bt_conf_orange.nav {
  margin-left: 10px;
  padding: 18px 27px;
  color: #333745;
  font-size: 14px;
}

.modal_cover .bt_conf_orange.nav:hover {
  color: #fff;
}

.modal_cover .bt_conf_orange.nav.w--current {
  background-color: #db4258;
  color: #fff;
}

.modal_cover .bt_conf_orange.is--blue {
  display: none;
  margin-left: 0px;
  background-color: #07abc1;
  color: #fff;
  font-weight: 600;
}

.modal_cover .bt_conf_orange.is--dark-blue {
  background-color: #074aa0;
  color: #fff;
}

.modal_cover .bt_conf_orange.is--dark-blue.auto-margin {
  margin-top: auto;
}

.modal_cover .bt_conf_orange.is--green {
  background-color: #80af41;
  color: #fff;
  font-weight: 500;
}

.modal_cover .bt_conf_orange.is--green.auto-margin {
  margin-top: auto;
}

.modal_cover .bt_conf_orange.is--blue-2 {
  display: none;
  background-color: #316587;
  color: #fff;
}

.modal_cover .bt_conf_orange.small {
  width: 130px;
  margin-top: auto;
  padding: 1em;
  color: #fefeff;
}

.modal_cover .bt_conf_orange.small.auto-margin {
  margin-top: 0px;
}

.modal_cover .bt_conf_orange.is--big {
  font-size: 16px;
  line-height: 1.2;
}

.modal_cover .bt_conf_orange.cta-form {
  padding: 16px 24px;
  font-size: 16px;
}

.modal_cover .bt_conf_orange.p_cta {
  margin-top: 30px;
}

.modal_cover .bt_conf_orange.is--no-sign {
  background-color: #07abc1;
  color: #fff;
  text-transform: uppercase;
}

.modal_cover .bt_conf_orange.green {
  background-color: #80af41;
}

.modal_cover .bt_conf_orange.green:hover {
  background-color: #07abc1;
}

.modal_cover .bt_conf_orange.login {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 0em;
}

.modal_cover .bt_conf_white {
  padding: 1.2em 2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e8;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #eb9346;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.modal_cover .bt_conf_white:hover {
  background-color: #07abc1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.modal_cover .bt_conf_white.w--current {
  color: #333745;
}

.modal_cover .bt_conf_white.w--current:hover {
  color: #fff;
}

.modal_cover .bt_conf_white.nav {
  margin-left: 10px;
  padding: 18px 27px;
  color: #333745;
  font-size: 14px;
}

.modal_cover .bt_conf_white.nav:hover {
  color: #fff;
}

.modal_cover .bt_conf_white.nav.w--current {
  background-color: #db4258;
  color: #fff;
}

.modal_cover .bt_conf_white.is--blue {
  display: none;
  margin-left: 0px;
  background-color: #07abc1;
  color: #fff;
  font-weight: 600;
}

.modal_cover .bt_conf_white.is--dark-blue {
  background-color: #074aa0;
  color: #fff;
}

.modal_cover .bt_conf_white.is--dark-blue.auto-margin {
  margin-top: auto;
}

.modal_cover .bt_conf_white.is--green {
  background-color: #80af41;
  color: #fff;
  font-weight: 500;
}

.modal_cover .bt_conf_white.is--green.auto-margin {
  margin-top: auto;
}

.modal_cover .bt_conf_white.is--blue-2 {
  display: none;
  background-color: #316587;
  color: #fff;
}

.modal_cover .bt_conf_white.small {
  width: 130px;
  margin-top: auto;
  padding: 1em;
  color: #fefeff;
}

.modal_cover .bt_conf_white.small.auto-margin {
  margin-top: 0px;
}

.modal_cover .bt_conf_white.is--big {
  font-size: 16px;
  line-height: 1.2;
}

.modal_cover .bt_conf_white.cta-form {
  padding: 16px 24px;
  font-size: 16px;
}

.modal_cover .bt_conf_white.p_cta {
  margin-top: 30px;
}

.modal_cover .bt_conf_white.is--no-sign {
  background-color: #07abc1;
  color: #fff;
  text-transform: uppercase;
}

.modal_cover .bt_conf_white.green {
  background-color: #80af41;
}

.modal_cover .bt_conf_white.green:hover {
  background-color: #07abc1;
}

.modal_cover .nav_menu_conf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .detail_hiden_menu {
  margin-right: 8em;
  margin-left: 1em;
}

.modal_cover .img_conf_top {
  position: absolute;
  left: auto;
  top: -7.9em;
  right: -19.6em;
  bottom: auto;
  z-index: 0;
}

.modal_cover .img_detail {
  width: auto;
  max-width: 640px;
  margin-top: 5em;
  margin-left: -4.4em;
}

.modal_cover .conf_conheca_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  text-align: left;
}

.modal_cover .two-collumn-conf {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 39px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.8500000000000001fr 1fr;
  grid-template-columns: 0.8500000000000001fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal_cover .two-collumn-conf.menu_facil {
  -ms-grid-columns: 1.6fr 1fr;
  grid-template-columns: 1.6fr 1fr;
  border: 1px none #000;
}

.modal_cover .detail_orange {
  position: absolute;
  left: 1em;
  top: -1.4em;
  right: auto;
  bottom: auto;
  height: 150px;
  max-width: none;
}

.modal_cover .detail_como_01 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  height: 150px;
  max-width: none;
}

.modal_cover .card__content-conf_como {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #eb9346;
  font-size: 20px;
  line-height: 22px;
  text-transform: none;
}

.modal_cover .card__content-conf_como.is--big {
  color: #333745;
  font-size: 30px;
  line-height: 28px;
}

.modal_cover .card__content-conf_como.is--big.is--bigwhite {
  color: #fff;
  text-transform: none;
}

.modal_cover .card__content-conf_como.is--big.is--bigwhite.all_caps {
  text-transform: uppercase;
}

.modal_cover .card__content-conf_como.is--big.left.white-span {
  margin-bottom: 0px;
  color: #fff;
}

.modal_cover .card__content-conf_como.is--white {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.modal_cover .card__content-conf_como.is--green {
  margin-bottom: 0px;
  color: #80af41;
}

.modal_cover .card__content-conf_como.is--green.card {
  margin-bottom: 0px;
}

.modal_cover .card__content-conf_como.is--green.card-n {
  margin-bottom: 0px;
}

.modal_cover .card__content-conf_como.is--light-blue {
  color: #07abc1;
}

.modal_cover .card__content-conf_como.is--orange {
  color: #eb9346;
  font-size: 12px;
  line-height: 15px;
}

.modal_cover .img_como {
  height: 149px;
  margin-bottom: 1em;
}

.modal_cover .img_como._01 {
  max-width: none;
  margin-top: 0em;
}

.modal_cover .conf-help {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.modal_cover .conf-help.usar {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
}

.modal_cover .orange_box {
  position: absolute;
  width: 100vw;
  height: 125px;
  margin-bottom: 0em;
  padding: 1.4em;
  border-top-left-radius: 20px;
  background-color: #eb9346;
}

.modal_cover .orange_box._02 {
  margin-top: 8.9em;
}

.modal_cover .p__orange_box {
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}

.modal_cover .p__orange_box.consultoria {
  color: #fff;
  text-align: left;
}

.modal_cover .p__orange_box.white {
  color: #fff;
  font-size: 14px;
}

.modal_cover .content_orange_box {
  width: 200px;
}

.modal_cover .detail_conf_como_02 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0.2em;
}

.modal_cover .detail_como_02 {
  position: absolute;
  left: auto;
  top: -1.6em;
  right: 0%;
  bottom: auto;
  max-width: 160px;
}

.modal_cover .detail_diferenciais_02 {
  position: absolute;
  left: auto;
  top: -10.4em;
  right: -5.2em;
  bottom: auto;
  max-width: 250px;
}

.modal_cover .four-collumn-conf {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 39px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.35fr 1fr 1fr 1fr;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal_cover .tree-collumn-conf {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 99px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.8500000000000001fr 1.25fr 1fr;
  grid-template-columns: 0.8500000000000001fr 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal_cover .tree-collumn-conf.parte {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 54px;
  -ms-grid-columns: 2.35fr 2.25fr 1.25fr;
  grid-template-columns: 2.35fr 2.25fr 1.25fr;
}

.modal_cover .tree-collumn-conf.facil {
  grid-column-gap: 45px;
  -ms-grid-columns: 0.75fr 0.25fr 1.25fr;
  grid-template-columns: 0.75fr 0.25fr 1.25fr;
}

.modal_cover .img_diferenciais {
  position: absolute;
  left: -30.6em;
  top: -14.7em;
  right: auto;
  bottom: auto;
  max-width: none;
}

.modal_cover .list_conf_diferenciais {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15px;
  margin-bottom: 1em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.25fr 3fr;
  grid-template-columns: 0.25fr 3fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.modal_cover .p__conf_list_blue {
  margin-bottom: 0px;
  margin-left: 0em;
  font-family: proxima-nova, sans-serif;
  color: #074aa0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

.modal_cover .p__conf_list_blue.consultoria {
  color: #fff;
  text-align: left;
}

.modal_cover .p__conf_list_blue.white {
  color: #fff;
  font-size: 14px;
}

.modal_cover .p__conf_diferenciais {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  color: #313339;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.modal_cover .p__conf_diferenciais.consultoria {
  color: #fff;
  text-align: left;
}

.modal_cover .p__conf_diferenciais.white {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.modal_cover .p__conf_diferenciais.more {
  margin-top: 0px;
  margin-bottom: 2px;
}

.modal_cover .p__conf_diferenciais.disclaimer {
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 16px;
}

.modal_cover .list_item_conf_more {
  margin-bottom: 0.5em;
}

.modal_cover .conf_dif_more {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal_cover .detail_conf_parte {
  position: absolute;
  left: -10.9em;
  top: 3.2em;
  right: auto;
  bottom: auto;
  max-width: none;
}

.modal_cover .detail_conf_facil {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -2.1em;
  height: 80px;
  max-width: none;
}

.modal_cover .bt_conf_green {
  margin-right: 1em;
  padding: 1.2em 2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #80af41;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.modal_cover .bt_conf_green:hover {
  background-color: #db4258;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.modal_cover .bt_conf_green.w--current {
  color: #333745;
}

.modal_cover .bt_conf_green.w--current:hover {
  color: #fff;
}

.modal_cover .bt_conf_green.nav {
  margin-left: 10px;
  padding: 18px 27px;
  color: #333745;
  font-size: 14px;
}

.modal_cover .bt_conf_green.nav:hover {
  color: #fff;
}

.modal_cover .bt_conf_green.nav.w--current {
  background-color: #db4258;
  color: #fff;
}

.modal_cover .bt_conf_green.is--blue {
  display: none;
  margin-left: 0px;
  background-color: #07abc1;
  color: #fff;
  font-weight: 600;
}

.modal_cover .bt_conf_green.is--dark-blue {
  background-color: #074aa0;
  color: #fff;
}

.modal_cover .bt_conf_green.is--dark-blue.auto-margin {
  margin-top: auto;
}

.modal_cover .bt_conf_green.is--green {
  background-color: #80af41;
  color: #fff;
  font-weight: 500;
}

.modal_cover .bt_conf_green.is--green.auto-margin {
  margin-top: auto;
}

.modal_cover .bt_conf_green.is--blue-2 {
  display: none;
  background-color: #316587;
  color: #fff;
}

.modal_cover .bt_conf_green.small {
  width: 130px;
  margin-top: auto;
  padding: 1em;
  color: #fefeff;
}

.modal_cover .bt_conf_green.small.auto-margin {
  margin-top: 0px;
}

.modal_cover .bt_conf_green.is--big {
  font-size: 16px;
  line-height: 1.2;
}

.modal_cover .bt_conf_green.cta-form {
  padding: 16px 24px;
  font-size: 16px;
}

.modal_cover .bt_conf_green.p_cta {
  margin-top: 30px;
}

.modal_cover .bt_conf_green.is--no-sign {
  background-color: #07abc1;
  color: #fff;
  text-transform: uppercase;
}

.modal_cover .bt_conf_green.green {
  background-color: #80af41;
}

.modal_cover .bt_conf_green.green:hover {
  background-color: #07abc1;
}

.modal_cover .bt_conf_blue {
  margin-right: 1em;
  padding: 1.2em 2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #074aa0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.modal_cover .bt_conf_blue:hover {
  background-color: #db4258;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.modal_cover .bt_conf_blue.w--current {
  color: #333745;
}

.modal_cover .bt_conf_blue.w--current:hover {
  color: #fff;
}

.modal_cover .bt_conf_blue.nav {
  margin-left: 10px;
  padding: 18px 27px;
  color: #333745;
  font-size: 14px;
}

.modal_cover .bt_conf_blue.nav:hover {
  color: #fff;
}

.modal_cover .bt_conf_blue.nav.w--current {
  background-color: #db4258;
  color: #fff;
}

.modal_cover .bt_conf_blue.is--blue {
  display: none;
  margin-left: 0px;
  background-color: #07abc1;
  color: #fff;
  font-weight: 600;
}

.modal_cover .bt_conf_blue.is--dark-blue {
  background-color: #074aa0;
  color: #fff;
}

.modal_cover .bt_conf_blue.is--dark-blue.auto-margin {
  margin-top: auto;
}

.modal_cover .bt_conf_blue.is--green {
  background-color: #80af41;
  color: #fff;
  font-weight: 500;
}

.modal_cover .bt_conf_blue.is--green.auto-margin {
  margin-top: auto;
}

.modal_cover .bt_conf_blue.is--blue-2 {
  display: none;
  background-color: #316587;
  color: #fff;
}

.modal_cover .bt_conf_blue.small {
  width: 130px;
  margin-top: auto;
  padding: 1em;
  color: #fefeff;
}

.modal_cover .bt_conf_blue.small.auto-margin {
  margin-top: 0px;
}

.modal_cover .bt_conf_blue.is--big {
  font-size: 16px;
  line-height: 1.2;
}

.modal_cover .bt_conf_blue.cta-form {
  padding: 16px 24px;
  font-size: 16px;
}

.modal_cover .bt_conf_blue.p_cta {
  margin-top: 30px;
}

.modal_cover .bt_conf_blue.is--no-sign {
  background-color: #07abc1;
  color: #fff;
  text-transform: uppercase;
}

.modal_cover .bt_conf_blue.green {
  background-color: #80af41;
}

.modal_cover .bt_conf_blue.green:hover {
  background-color: #07abc1;
}

.modal_cover .detail_conf_facil_02 {
  position: absolute;
  left: 18.9em;
  top: auto;
  right: auto;
  bottom: -4.4em;
  max-width: 217%;
}

.modal_cover .img_conf_player {
  position: absolute;
  top: -6.2em;
}

@media only screen and (max-width: 600px) {
  .modal_cover .img_conf_player {
    width: 100%
  }
}

.modal_cover .footer__conf-wrapper {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: 1px none #000;
  text-transform: uppercase;
}

.modal_cover .img_arrow_mark {
  position: static;
  margin-right: 0em;
  text-align: left;
}

.modal_cover .dif_list_01 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .dif_list_02 {
  height: 15px;
  padding-right: 0px;
  padding-left: 0px;
}

.modal_cover .card__content-hd_conf {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #316587;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.modal_cover .card__content-hd_conf.is--big {
  color: #333745;
  font-size: 30px;
  line-height: 28px;
}

.modal_cover .card__content-hd_conf.is--big.is--bigwhite {
  color: #fff;
  text-transform: none;
}

.modal_cover .card__content-hd_conf.is--big.is--bigwhite.all_caps {
  text-transform: uppercase;
}

.modal_cover .card__content-hd_conf.is--big.left.white-span {
  margin-bottom: 0px;
  color: #fff;
}

.modal_cover .card__content-hd_conf.is--white {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.modal_cover .card__content-hd_conf.is--green {
  margin-bottom: 0px;
  color: #80af41;
}

.modal_cover .card__content-hd_conf.is--green.card {
  margin-bottom: 0px;
}

.modal_cover .card__content-hd_conf.is--green.card-n {
  margin-bottom: 0px;
}

.modal_cover .card__content-hd_conf.is--light-blue {
  color: #07abc1;
}

.modal_cover .card__content-hd_conf.is--orange {
  color: #eb9346;
  font-size: 13px;
  line-height: 15px;
}

.modal_cover .card__content-hd_conf.is--dark_grey {
  color: #333745;
  font-size: 12px;
  line-height: 15px;
}

.modal_cover .card__content-hd_conf.is--white {
  color: #fff;
  font-size: 16px;
  line-height: 15px;
  font-weight: 400;
  text-transform: none;
}

.modal_cover .card__content-hd_conf.is--light_dark {
  color: #8c97ac;
  font-size: 16px;
  line-height: 15px;
  font-weight: 400;
  text-transform: none;
}

.modal_cover .card__content-hd_conf.is--light_dark.mobile {
  display: none;
}

.modal_cover .p__sobre_conf {
  margin-bottom: 40px;
  font-family: proxima-nova, sans-serif;
  color: #313339;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.modal_cover .p__sobre_conf.consultoria {
  color: #fff;
  text-align: left;
}

.modal_cover .p__sobre_conf.white {
  color: #fff;
  font-size: 14px;
}

.modal_cover .footer__conf_-link {
  margin-right: 16px;
  color: #333745;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  text-decoration: none;
}

.modal_cover .footer__conf_-link:hover {
  color: #07abc1;
}

.modal_cover .footer__conf_-link.blue_link {
  color: #074aa0;
  text-transform: uppercase !important;
}

.modal_cover .footer__conf_-link.blue_link:hover {
  color: #07abc1;
}

.modal_cover .footer_conf-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_cover .footer__conf-img {
  width: 222px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: none;
  object-fit: none;
}

.modal_cover .hide-on-mobile {
  display: block;
}

.modal_cover .mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .modal_cover .hide-on-mobile {
    display: none;
  }

  .modal_cover .mobile {
    display: block;
  }
}

.modal_cover .footer__conf-img.first {
  width: 100% !important;
  margin-right: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.modal_cover .footer__rnp-img-copy {
  width: 154px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: none;
  object-fit: none;
}

.modal_cover .footer__rnp-img-copy.first {
  width: 748px;
  margin-right: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.modal_cover .logo_nasnuvens_top {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 95px;
}

.modal_cover .modal_senha {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 55, 69, 0.9);
}

.modal_cover .bg_modal {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 500;
  display: -ms-grid;
  display: grid;
  width: 808px;
  margin: auto;
  padding: 0em;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

.modal_cover .top_modal {
  display: -ms-grid;
  display: grid;
  padding-bottom: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 31px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #f6f6f6;
}

.modal_cover .logo_cafe {
  max-width: 203px;
}

.modal_cover .bt_fechar {
  position: absolute;
  left: auto;
  top: 2em;
  right: 2em;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  margin-bottom: auto;
  padding: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #eb9346;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}

.modal_cover .bt_fechar:hover {
  border-radius: 10px;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.modal_cover .login_choices {
  display: -ms-grid;
  display: grid;
  padding-top: 2em;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal_cover .login_choices.nao_federada {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal_cover .login_infos {
  padding: 2.5em;
  border: 1px none #000;
}

.modal_cover .login_infos._02 {
  border-right-style: none;
}

.modal_cover .link_n_federado {
  display: block;
  padding: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  color: #eb9346;
  font-size: 13px;
  text-align: right;
}

.modal_cover .link_login_social {
  display: block;
  margin-top: 1em;
  padding: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333745;
  font-size: 13px;
  text-align: left;
}

.modal_cover .link_login_social:hover {
  opacity: 0.7;
}

.modal_cover .detail_top {
  position: absolute;
  left: 0px;
  top: 15em;
  right: auto;
  bottom: auto;
  width: auto;
  max-width: 180px;
}

.modal_cover .text_field {
  height: 50px;
  border-radius: 5px;
}

.modal_cover .form_n_federado {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-right: 1em;
}

.modal_cover .check_box {
  color: #8c97ac;
}

.modal_cover .links_tabs {
  margin-right: 1em;
  border-bottom: 2px solid #dfdfdf;
  background-color: transparent;
  color: #949494;
}

.modal_cover .links_tabs:hover {
  border-bottom-color: #eb9346;
}

.modal_cover .links_tabs.w--current {
  border-bottom-color: #eb9346;
  background-color: transparent;
  color: #333745;
}

.modal_cover .links_tab_ativo.w--current {
  border-bottom: 2px solid #eb9346;
  background-color: transparent;
}

.modal_cover .tabs-menu {
  text-align: center;
}

.modal_cover .left_modal-wrapper {
  width: 100%;
  padding: 4em;
  background-color: transparent;
}

.modal_cover .left_modal-wrapper.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-left-radius: 10px;
  background-color: rgba(3, 78, 161, 0.9);
}

.modal_cover .left_modal-wrapper.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  background-color: rgba(29, 41, 63, 0.9);
  text-align: left;
}

.modal_cover .top_left {
  display: -ms-grid;
  display: grid;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 225px auto;
  grid-template-rows: 225px auto;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: url('../images/imagem_login.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal_cover .is--light-dark {
  color: #8c97ac;
}

.modal_cover .pass_infos {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal_cover .bts_logins_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal_cover .bts_logins_wrapper .social-btn,
.modal_cover .bts_logins_wrapper .social-btn form {
  width: 100%;
}

.modal_cover .bts_logins_wrapper .social-btn .btn-google {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #dadce0;
  border-radius: 90px;
  text-align: center;
  color: #4285F4;
}

.modal_cover .bts_logins_wrapper .social-btn .btn-google span {
  flex: 1;
  text-align: center;
}

.modal_cover .social_link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.modal_cover .social_link:hover {
  opacity: 0.7;
}

.modal_cover .social_link.left {
  text-align: right;
}

.modal_cover {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  overflow-y: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 55, 69, 0.9);
}

.modal_cover .click_geral {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
}

.modal_cover a.image-17 {
  width: 75%;
}

.modal_cover img.image-17 {
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .modal_cover .nn-hero-heading-span {
    font-size: 1.5vw;
    line-height: 1;
  }

  .modal_cover .nn-why-section {
    padding-top: 127px;
  }

  .modal_cover .nn-why-wrapper-features {
    margin-top: 0px;
  }

  .modal_cover .body-wrapper {
    background-position: 50% 1472px, 50% 0%;
  }

  .modal_cover .footer-wrapper {
    width: 100%;
  }

  .modal_cover .nn-what-img {
    left: 23%;
    top: 4%;
    -webkit-filter: none;
    filter: none;
  }

  .modal_cover .footer-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .modal_cover .nn-feature-section {
    padding-top: 64px;
  }

  .modal_cover .hero-trigger {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .modal_cover .footer-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .modal_cover .section.hero {
    background-position: 50% 0%;
  }

  .modal_cover .section.hero-futuro {
    background-position: 50% 0%;
  }

  .modal_cover .slide {
    height: 100%;
    background-size: auto 700px;
  }

  .modal_cover .slider-2 {
    height: 1005px;
  }

  .modal_cover .card__content-icon {
    margin-bottom: 10px;
  }

  .modal_cover .bg__img {
    margin-right: -405px;
  }

  .modal_cover .footer__capes {
    -ms-grid-columns: 0.75fr 2.75fr 1fr;
    grid-template-columns: 0.75fr 2.75fr 1fr;
  }

  .modal_cover .footer__rnp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 95px 78px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal_cover .footer__rnp-wrapper {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #dde6ea;
  }

  .modal_cover .footer__rnp-link {
    margin-right: 16px;
    color: #1d293f;
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
  }

  .modal_cover .consultoria__bg {
    z-index: -1;
  }

  .modal_cover .p__sobre {
    margin-bottom: 40px;
  }

  .modal_cover .cases__bg {
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .modal_cover .compute__bg {
    z-index: -1;
  }

  .modal_cover .blog_01 {
    height: 100%;
    background-size: auto 700px;
  }

  .modal_cover .bg_slider {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .modal_cover .compute_bg_interna {
    z-index: -1;
  }

  .modal_cover .cta-wrapper {
    margin-bottom: 120px;
  }

  .modal_cover .cta-main__bg {
    width: auto;
    max-width: 1920px;
  }

  .modal_cover .mask-layer {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .modal_cover .img-post {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .modal_cover .img-post-internas {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .modal_cover .moodle_bg_interna {
    z-index: -1;
  }

  .modal_cover .p__orange_box {
    margin-bottom: 40px;
  }

  .modal_cover .p__conf_list_blue {
    margin-bottom: 40px;
  }

  .modal_cover .p__conf_diferenciais {
    margin-bottom: 40px;
  }

  .modal_cover .footer__conf-wrapper {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #dde6ea;
  }

  .modal_cover .p__sobre_conf {
    margin-bottom: 40px;
  }

  .modal_cover .footer__conf_-link {
    margin-right: 16px;
    color: #1d293f;
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
  }

  .modal_cover {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .modal_cover .navbar {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .modal_cover .hero-section {
    padding-top: 57px;
  }

  .modal_cover .nn-hero-content {
    max-width: 390px;
  }

  .modal_cover .nn-button.nav {
    width: 20%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .modal_cover .nn-why-section {
    padding-top: 129px;
    padding-bottom: 30px;
  }

  .modal_cover .nn-why-content {
    margin-right: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .modal_cover .nn-why-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .nn-why-wrapper-features {
    margin-top: 32px;
  }

  .modal_cover .nn-why-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .modal_cover .nn-feature-block {
    width: 31%;
    height: 220px;
    margin-bottom: 13px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .modal_cover .nn-why-feature-text {
    text-align: center;
  }

  .modal_cover .nn-what-section {
    padding-top: 64px;
  }

  .modal_cover .nn-what-wrapper {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .modal_cover .nn-what-wrapper.reverse {
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .modal_cover .nn-what-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 410px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .nn-cta-wrapper {
    padding-right: 160px;
    padding-left: 160px;
  }

  .modal_cover .nn-rnp-section {
    z-index: 0;
    background-position: 52vw 100%;
    background-size: 560px;
  }

  .modal_cover .nn-rnp-contentt {
    max-width: 300px;
  }

  .modal_cover .nav-menu {
    position: absolute;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 45px 73px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #074aa0;
  }

  .modal_cover .nav-link {
    text-align: center;
  }

  .modal_cover .logo-nav-img {
    max-width: 160px;
  }

  .modal_cover .brand {
    margin-right: 0px;
    padding: 0px 15px;
  }

  .modal_cover .brand.moodle_top {
    display: block;
  }

  .modal_cover .nav-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .modal_cover .body-wrapper {
    background-position: 50% 1520px, 50% 0%;
    background-size: 3970px, 2700px;
  }

  .modal_cover .footer-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .modal_cover .footer-wrapper._2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal_cover .nn-what-img {
    display: none;
  }

  .modal_cover .menu-button {
    position: static;
    margin-right: 123px;
    color: #fff;
  }

  .modal_cover .menu-button.w--open {
    border-radius: 5px;
    background-color: #074aa0;
  }

  .modal_cover .img-footer {
    max-width: 400px;
  }

  .modal_cover .img-footer._2 {
    max-width: 300px;
    padding-bottom: 0px;
  }

  .modal_cover .footer-block {
    margin-top: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .modal_cover .nn-what-img-w {
    display: block;
    max-width: 70%;
    margin-top: 22px;
  }

  .modal_cover .nn-why-img-wrapper {
    width: 610px;
  }

  .modal_cover .nn-why-img-icon {
    top: 159px;
    width: 70px;
  }

  .modal_cover .nn-why-img-icon._2 {
    top: 173px;
    width: 140px;
  }

  .modal_cover .nn-why-img-icon._3 {
    right: 5%;
    bottom: -3%;
    width: 110px;
  }

  .modal_cover .nn-why-img-icon._4 {
    width: 90px;
  }

  .modal_cover .nn-why-img-icon._5 {
    left: 34%;
    width: 70px;
  }

  .modal_cover .nn-why-img-icon._6 {
    bottom: -4%;
    width: 120px;
  }

  .modal_cover .nn-why-img-icon._7 {
    left: 1%;
    width: 140px;
  }

  .modal_cover .nn-why-img-icon._8 {
    left: 13%;
    width: 40px;
  }

  .modal_cover .nn-feature-section {
    padding-top: 19px;
  }

  .modal_cover .hero-trigger {
    display: none;
  }

  .modal_cover .footer-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .modal_cover .link {
    margin-right: 16px;
    margin-bottom: 9px;
  }

  .modal_cover .text-block {
    margin-right: 12px;
    margin-bottom: 10px;
  }

  .modal_cover .section.menu {
    margin-top: -140px;
  }

  .modal_cover .section.aplica-o {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .modal_cover .section.ebook {
    padding-top: 0em;
    padding-bottom: 12em;
  }

  .modal_cover .section.hero {
    z-index: 1;
    margin-top: -123px;
    padding-top: 12.6em;
    padding-bottom: 1.3em;
    background-size: 1500px;
  }

  .modal_cover .section.sobre {
    z-index: 0;
  }

  .modal_cover .section.produto {
    height: 580px;
    margin-top: -123px;
    padding-top: 12.6em;
    background-position: 50% 100%;
  }

  .modal_cover .section.blog {
    height: 580px;
    margin-top: -123px;
    padding-top: 12.6em;
    background-size: 1500px;
  }

  .modal_cover .section.blog_list {
    padding-bottom: 0em;
  }

  .modal_cover .section.blog_article {
    margin-top: -710px;
  }

  .modal_cover .section.compute {
    height: 580px;
    margin-top: -123px;
    padding-top: 12.6em;
    background-size: 2030px;
  }

  .modal_cover .section.compute_wrapper {
    padding-top: 0em;
  }

  .modal_cover .section.hero-futuro {
    z-index: 1;
    height: 560px;
    margin-top: -123px;
    padding-top: 12.6em;
    padding-bottom: 1.3em;
    background-position: 50% 100%;
    background-size: 1320px;
  }

  .modal_cover .section.blog-3 {
    padding-top: 0em;
  }

  .modal_cover .section.relacionados {
    padding-top: 0em;
  }

  .modal_cover .section.produto-sol {
    height: 580px;
    margin-top: -123px;
    padding-top: 12.6em;
    background-position: 50% 100%;
  }

  .modal_cover .section.cases {
    padding-top: 0em;
  }

  .modal_cover .section.nuvem-hero {
    height: 580px;
    margin-top: -123px;
    padding-top: 12.6em;
    background-size: 2030px;
  }

  .modal_cover .section.produtos {
    z-index: 1;
  }

  .modal_cover .section.solucoes {
    z-index: 0;
  }

  .modal_cover .section.moodle01 {
    height: 600px;
    margin-top: 35px;
    padding-top: 13.5em;
    background-size: 2030px;
  }

  .modal_cover .section.moodle02 {
    height: 600px;
    margin-top: 35px;
    padding-top: 13.5em;
    background-size: 2030px;
  }

  .modal_cover .section.moodle03 {
    height: 600px;
    margin-top: 35px;
    padding-top: 13.5em;
    background-size: 2030px;
  }

  .modal_cover .section.moodle04 {
    height: 580px;
    margin-top: 35px;
    padding-top: 13.5em;
    background-size: 2030px;
  }

  .modal_cover .section.moodle_wrapper {
    padding-top: 0em;
  }

  .modal_cover .section.conferencia {
    height: 580px;
    margin-top: -123px;
    padding-top: 10em;
    background-size: 2030px;
  }

  .modal_cover .section.conf_wrapper {
    padding-top: 4em;
    padding-bottom: 2em;
    background-position: 50% 50%;
  }

  .modal_cover .section.conf_como_wrapper {
    padding-top: 0em;
    padding-bottom: 2em;
  }

  .modal_cover .section.conf_diferenciais_wrapper {
    padding-top: 0em;
  }

  .modal_cover .section.conf_parte_wrapper {
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .modal_cover .section.conf_facil_wrapper {
    padding-top: 0em;
  }

  .modal_cover .section.conf_facil_menu_wrapper {
    padding-top: 1em;
  }

  .modal_cover .container {
    margin-top: 0em;
  }

  .modal_cover .container.form {
    padding-right: 0em;
    padding-left: 0em;
  }

  .modal_cover .container.nav_mobile {
    margin-top: 0em;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #333745;
  }

  .modal_cover .container.facil {
    padding-top: 0em;
  }

  .modal_cover .container.conferenciaweb {
    padding: 0em 2em 2em;
  }

  .modal_cover .slide {
    background-position: 50% 50%;
  }

  .modal_cover .heading.moodle {
    font-size: 30px;
    line-height: 30px;
  }

  .modal_cover .button.nav {
    width: 20%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .modal_cover .button.small.auto-margin {
    margin-top: auto;
  }

  .modal_cover .slider__content {
    max-width: 390px;
  }

  .modal_cover .nav.moodle {
    padding-top: 0em;
  }

  .modal_cover .nav__menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    display: none;
    width: 100%;
    margin-top: -2em;
    margin-right: auto;
    margin-left: auto;
    padding: 45px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-width: 24px;
    border-color: #000;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    background-color: #074aa0;
    text-align: left;
  }

  .modal_cover .nav__logo {
    display: block;
    max-width: 160px;
  }

  .modal_cover .nav__link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .modal_cover .nav__link.w--current {
    display: block;
  }

  .modal_cover .nav__link.is--green {
    display: none;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
  }

  .modal_cover .nav__link.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .modal_cover .nav__wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .modal_cover .nav__link-app {
    margin-right: 8px;
    margin-left: auto;
  }

  .modal_cover .search {
    width: 100%;
  }

  .modal_cover .search__button {
    width: 10%;
  }

  .modal_cover .service-menu {
    display: none;
    overflow: visible;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal_cover .service-menu__link {
    width: 31%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .modal_cover .service-menu__link.is--blue2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .modal_cover .service-menu__link.is--green {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .modal_cover .service-menu__link.is--yellow {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .modal_cover .service-menu__link.is--rounded {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
  }

  .modal_cover ._4-collumns {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .modal_cover ._4-collumns.bottom-margin.blog {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .card__wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .modal_cover .card__content-p.is--white.center {
    text-align: center;
  }

  .modal_cover .card__content-p.is--white.categoria {
    margin-bottom: 0px;
  }

  .modal_cover .card.is--white {
    width: 100%;
  }

  .modal_cover .card__img {
    height: 170px;
  }

  .modal_cover .card__hd.vantagens {
    font-size: 14px;
  }

  .modal_cover .align-right {
    padding-right: 27px;
  }

  .modal_cover .align-right.compute {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal_cover .align-right.compute_interna {
    padding-right: 0px;
  }

  .modal_cover .cta {
    width: 100%;
    height: auto;
    margin-top: 136px;
    padding: 36px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 280px;
  }

  .modal_cover .cta.is--blue {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 55px;
    padding-left: 55px;
    border-radius: 200px;
  }

  .modal_cover .cta.is--green {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 55px;
    padding-left: 55px;
    border-radius: 200px;
  }

  .modal_cover .cta__content.p-blue {
    max-width: 300px;
    margin-top: 16px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: center;
  }

  .modal_cover .cta__content.is--blue {
    width: 320px;
    text-align: center;
  }

  .modal_cover .cta__txt {
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
  }

  .modal_cover .cta__hd {
    margin-top: 0px;
    text-align: center;
  }

  .modal_cover .cta__img {
    width: 400px;
    margin-top: -23px;
    -webkit-transform: translate(0%, -64%);
    -ms-transform: translate(0%, -64%);
    transform: translate(0%, -64%);
  }

  .modal_cover .cta__img.is--sec {
    margin-top: -149px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .modal_cover .news.top-48 {
    padding-right: 16px;
    padding-left: 16px;
    grid-column-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .card__content.is--compute {
    margin-right: 0vw;
  }

  .modal_cover .card__content.home {
    max-width: 50%;
    margin-bottom: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .modal_cover .card__content.is-security {
    max-width: 360px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .modal_cover .card__content.is--blog {
    width: 50%;
    margin-bottom: 32px;
  }

  .modal_cover .card__content.is--compute-logo {
    margin-right: 58px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal_cover .news__content {
    width: 100%;
    max-width: 100%;
  }

  .modal_cover .news__content.home {
    padding-left: 0px;
  }

  .modal_cover .footer__links {
    padding-right: 47px;
    padding-left: 47px;
  }

  .modal_cover .footer__capes {
    padding-right: 49px;
    padding-left: 49px;
  }

  .modal_cover .footer__rnp {
    padding-right: 48px;
    padding-left: 48px;
  }

  .modal_cover .footer__rnp-link {
    display: inline-block;
  }

  .modal_cover .footer_rnp-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .modal_cover .footer__rnp-img {
    margin-top: 32px;
  }

  .modal_cover .footer__rnp-img.first {
    width: 100%;
  }

  .modal_cover .cta__button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .footer__links-hyper {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  }

  .modal_cover .footer__links-hyper:hover {
    color: #333745;
  }

  .modal_cover .footer__links-hyper.last {
    border-bottom-style: none;
  }

  .modal_cover .footer__links-hyper.last:hover {
    color: #333745;
  }

  .modal_cover .menu__button {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-right: 0px;
    color: #fff;
  }

  .modal_cover .menu__button.w--open {
    position: fixed;
    left: auto;
    top: 0%;
    right: 6%;
    bottom: auto;
    z-index: 14;
    border-radius: 5px;
    background-color: #074aa0;
  }

  .modal_cover .image-10 {
    top: 100%;
    width: 4260px;
  }

  .modal_cover .consultoria__bg {
    top: 50%;
    width: 2390px;
  }

  .modal_cover .nav__menu-conta {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -197%;
    display: none;
  }

  .modal_cover .nav__menu-conta-triangle {
    left: auto;
    right: auto;
  }

  .modal_cover .footer__links-hyper-conta:hover {
    color: #333745;
  }

  .modal_cover .hero__content {
    max-width: 390px;
  }

  .modal_cover .hero__content.moodle {
    max-width: 300px;
  }

  .modal_cover .two-collumn {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .featires__sobre-div {
    padding-left: 81px;
  }

  .modal_cover ._3-collumns {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .modal_cover .sobre__bg {
    top: 37%;
    width: 2300px;
  }

  .modal_cover .nav__menu-60min {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -197%;
    display: none;
  }

  .modal_cover .compute__bg {
    left: auto;
    top: 11%;
    width: 3060px;
    margin-left: -97px;
  }

  .modal_cover .blog_01 {
    height: 620px;
  }

  .modal_cover .bg_slider {
    background-position: 50% 0%;
    background-size: cover;
  }

  .modal_cover .heading__blog.veja_tambem {
    margin-bottom: 8px;
  }

  .modal_cover .collection-item-ve {
    width: 46%;
    margin: 15px 14px;
    padding-right: 0px;
  }

  .modal_cover .collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .modal_cover .collection-list-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal_cover .collection-item-2 {
    width: 100%;
    margin-bottom: 32px;
  }

  .modal_cover .categoria_tag_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .modal_cover .social_share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal_cover .column.social {
    padding-top: 32px;
    padding-left: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal_cover .share_buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 170px;
    margin-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .modal_cover .column-2 {
    padding-top: 0px;
  }

  .modal_cover .format_grid_ofertas {
    width: 100%;
  }

  .modal_cover .collection-item-4 {
    width: 100%;
    margin-bottom: 32px;
  }

  .modal_cover .collection-list-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal_cover .compute__detail {
    top: 37%;
    display: none;
    width: 2300px;
  }

  .modal_cover .img__compute {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .modal_cover .heading__compute {
    font-size: 38px;
    line-height: 38px;
  }

  .modal_cover .features__compute-hd {
    line-height: 24px;
  }

  .modal_cover .compute_bg_interna {
    top: 2%;
    width: 3610px;
    margin-left: -363px;
  }

  .modal_cover .card__content-hd-big.is--big.is--bigwhite {
    font-size: 38px;
    line-height: 38px;
  }

  .modal_cover .card__content-p_compute.is--white.center {
    text-align: center;
  }

  .modal_cover .video_box {
    max-width: 100%;
  }

  .modal_cover .card__content_compute.is--compute {
    position: static;
  }

  .modal_cover .box_form_compute {
    padding-right: 32px;
    padding-left: 32px;
  }

  .modal_cover .heading_form {
    font-size: 32px;
  }

  .modal_cover .card__content-p_compute_form.is--white {
    font-size: 16px;
  }

  .modal_cover .card__content-p_compute_form.is--white.center {
    text-align: center;
  }

  .modal_cover .collection-item-5 {
    width: 50%;
    margin-bottom: 32px;
  }

  .modal_cover .collection-list-6 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal_cover .collection-item-6 {
    width: 50%;
  }

  .modal_cover .bg-mask {
    max-width: 2550px;
  }

  .modal_cover .nav-link-wrapper.is--60 {
    display: none;
  }

  .modal_cover .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .compute-logo-wrapper {
    margin-top: 32px;
  }

  .modal_cover .collection-list-wrapper-2 {
    width: 100%;
  }

  .modal_cover .drop-nav__link {
    display: block;
    text-align: center;
  }

  .modal_cover .drop-nav__link.account {
    position: relative;
    z-index: 0;
    display: none;
    border-radius: 0px;
  }

  .modal_cover .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-left: -99px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 103px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 500px;
    background-color: #80af41;
    text-align: left;
  }

  .modal_cover .dropdown-toggle.w--open {
    position: static;
    border-radius: 500px;
    background-color: #80af41;
  }

  .modal_cover .dropdown-toggle._60 {
    position: relative;
    z-index: 12;
    background-color: transparent;
  }

  .modal_cover .dropdown-list-2.w--open {
    position: absolute;
    z-index: 2;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 20px;
    background-color: #eb9346;
  }

  .modal_cover .column-assine {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal_cover .two-collumn-compute {
    margin-bottom: 64px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .modal_cover .column-8 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .modal_cover .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal_cover .img__nuvem {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .modal_cover .two-collumn-nuvem {
    margin-bottom: 64px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .modal_cover .blog-collection-item {
    width: 46%;
    margin: 15px 14px;
    padding-right: 0px;
  }

  .modal_cover .blog-collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .modal_cover .popup-cta {
    overflow: auto;
    padding-top: 0px;
  }

  .modal_cover .cta-wrapper {
    overflow: hidden;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .modal_cover .cta-top {
    max-width: 100%;
    padding: 17px 24px;
  }

  .modal_cover .cta-main-block {
    max-width: 100%;
    padding: 41px 24px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-color: #074aa0;
  }

  .modal_cover .cta-main-content {
    display: none;
    max-width: 510px;
    margin-right: 16px;
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .modal_cover .cta-main-content.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .modal_cover .cta-main-form-block {
    max-width: 100%;
  }

  .modal_cover .cta-top__txt {
    margin-left: 39px;
    line-height: 24px;
  }

  .modal_cover .cta-top__product-txt {
    margin-left: 4px;
  }

  .modal_cover .cta-main-content__hd {
    margin-top: 0px;
    font-size: 30px;
  }

  .modal_cover .cta-main-content__p {
    max-width: none;
  }

  .modal_cover .cta-main-content__txt-2 {
    max-width: 410px;
  }

  .modal_cover .cta-main-form__text-field {
    height: 56px;
  }

  .modal_cover .cta-main-success-message {
    height: 100%;
    min-height: 100%;
  }

  .modal_cover .cta-success-wrapper {
    min-height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .modal_cover .cta-main-sucess__img {
    width: 330px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .modal_cover .cta-top__bg {
    display: none;
  }

  .modal_cover .cta-main__bg {
    display: none;
    height: 100%;
    margin-right: -502px;
  }

  .modal_cover .collection-list-relacionadas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal_cover .collection-item-releated {
    width: 46%;
    margin: 15px 14px;
    padding-right: 0px;
  }

  .modal_cover .mask-layer {
    padding-top: 0px;
    background-position: 50% 0%;
    background-size: cover;
  }

  .modal_cover .img-post {
    margin-top: -129px;
    background-position: 50% 0%;
    background-size: cover;
  }

  .modal_cover .zxxzx {
    padding-top: 0px;
  }

  .modal_cover .zxxzx.social {
    padding-left: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal_cover .cases-veja {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .modal_cover .collection-veja-item {
    width: 100%;
    margin: 15px 14px;
    padding-right: 0px;
  }

  .modal_cover .collection-list-wrapper-5 {
    width: 100%;
  }

  .modal_cover .cta-main__bg-div {
    display: none;
    height: 100%;
    margin-right: -502px;
  }

  .modal_cover .cta-main-content-success {
    display: none;
    max-width: 510px;
    margin-right: 16px;
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }

  .modal_cover .cta-main-content-success.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .modal_cover .img-post-internas {
    margin-top: -129px;
    background-position: 50% 0%;
    background-size: cover;
  }

  .modal_cover .termos__link {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  }

  .modal_cover .termos__link:hover {
    color: #333745;
  }

  .modal_cover .termos__link.last {
    border-bottom-style: none;
  }

  .modal_cover .termos__link.last:hover {
    color: #333745;
  }

  .modal_cover .aplicacoes-item {
    width: 45%;
  }

  .modal_cover .box-vantagens-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .modal_cover .author-block.medium_post {
    margin-bottom: 48px;
  }

  .modal_cover .logo-mobile-menu {
    display: block;
    width: 96px;
    margin-bottom: 16px;
  }

  .modal_cover ._60minutos-mobile {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .modal_cover .link-mobile-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #07abc1;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
  }

  .modal_cover .link-mobile-block:hover {
    color: #eb9346;
  }

  .modal_cover .link-block-mobile__icon {
    margin-right: 4px;
  }

  .modal_cover .link-mobile__hd {
    margin-bottom: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .modal_cover .link-mobile__hd.larger {
    margin-top: 0px;
    margin-bottom: 24px;
    color: #333745;
    font-size: 16px;
    line-height: 30px;
  }

  .modal_cover .bg-mobile-button {
    position: absolute;
    left: 0%;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: -1;
    width: 260px;
    height: 43px;
    margin-left: -67px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 500px;
    background-color: #80af41;
  }

  .modal_cover .close-menu-mobile {
    position: absolute;
    left: auto;
    top: 45px;
    right: 6%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .nav-menu-mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    display: none;
    padding: 40px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background-color: #074aa0;
    text-align: left;
  }

  .modal_cover .menu-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .box_form_moodle {
    padding-right: 32px;
    padding-left: 32px;
  }

  .modal_cover .heading_form_moodle {
    font-size: 32px;
  }

  .modal_cover .slider_moodle {
    top: 0px;
    height: auto;
    margin-top: -118px;
  }

  .modal_cover .slider_nav_moodle {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 75px;
    padding-left: 3.4em;
  }

  .modal_cover .logo_blue_moodle {
    left: 0%;
    top: -129px;
    right: 0%;
    bottom: auto;
    display: none;
  }

  .modal_cover .logo_white_moodle {
    top: -129px;
    display: none;
  }

  .modal_cover .img__moodle {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .modal_cover .moodle_compute__detail {
    top: 37%;
    display: none;
    width: 2300px;
  }

  .modal_cover .two-collumn-moodle {
    display: block;
    margin-bottom: 64px;
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
  }

  .modal_cover .moodle-help.left {
    padding: 3.3em;
    border-radius: 20px;
    background-color: #333745;
    background-image: url('../images/arte_moodle.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .modal_cover .moodle_bg_interna {
    top: 2%;
    display: none;
    width: 3610px;
    margin-left: -363px;
  }

  .modal_cover .heading__moodle {
    font-size: 38px;
    line-height: 38px;
  }

  .modal_cover .subheading__moodle {
    font-size: 38px;
    line-height: 38px;
  }

  .modal_cover .logo_moodle {
    display: block;
    max-width: 160px;
  }

  .modal_cover .nav__link_conf {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .modal_cover .nav__link_conf.w--current {
    display: block;
  }

  .modal_cover .nav__link_conf.is--green {
    display: none;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
  }

  .modal_cover .nav__link_conf.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .modal_cover .bt_conf_orange.nav {
    width: 20%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .modal_cover .bt_conf_orange.small.auto-margin {
    margin-top: auto;
  }

  .modal_cover .bt_conf_white.nav {
    width: 20%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .modal_cover .bt_conf_white.small.auto-margin {
    margin-top: auto;
  }

  .modal_cover .nav_menu_conf {
    padding: 1em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #07abc1;
    text-align: left;
  }

  .modal_cover .detail_hiden_menu {
    margin-top: 1em;
  }

  .modal_cover .img_conf_top {
    display: none;
  }

  .modal_cover .img_detail {
    display: none;
  }

  .modal_cover .two-collumn-conf {
    margin-bottom: 64px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .modal_cover .detail_diferenciais_02 {
    top: -3.8em;
  }

  .modal_cover .four-collumn-conf {
    margin-top: 8em;
    margin-bottom: 64px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .modal_cover .tree-collumn-conf {
    margin-bottom: 0px;
    padding-top: 8em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .modal_cover .tree-collumn-conf.parte {
    display: block;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .modal_cover .tree-collumn-conf.facil {
    display: block;
  }

  .modal_cover .img_diferenciais {
    left: -27.6em;
    top: -4.9em;
  }

  .modal_cover .p__conf_diferenciais.white {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .modal_cover .bt_conf_green.nav {
    width: 20%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .modal_cover .bt_conf_green.small.auto-margin {
    margin-top: auto;
  }

  .modal_cover .bt_conf_blue.nav {
    width: 20%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .modal_cover .bt_conf_blue.small.auto-margin {
    margin-top: auto;
  }

  .modal_cover .img_conf_player {
    position: static;
  }

  .modal_cover .footer__conf_-link {
    display: inline-block;
  }

  .modal_cover .footer_conf-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .modal_cover .footer__conf-img {
    margin-top: 32px;
  }

  .modal_cover .footer__conf-img.first {
    width: 100%;
  }

  .modal_cover .footer__rnp-img-copy {
    margin-top: 32px;
  }

  .modal_cover .footer__rnp-img-copy.first {
    width: 100%;
  }

  .modal_cover .menu_mobile_icon {
    color: #eb9346;
  }

  .modal_cover .menu-button-2 {
    background-color: transparent;
  }

  .modal_cover .menu-button-2.w--open {
    background-color: #07abc1;
  }

  .modal_cover .logo_nasnuvens_top {
    display: none;
  }

  .modal_cover .modal_senha {
    padding: 2em;
  }

  .modal_cover .bg_modal {
    width: auto;
    margin-right: 2em;
    margin-left: 2em;
  }
}

@media screen and (max-width: 767px) {
  .modal_cover .hero-section {
    padding-top: 47px;
    padding-bottom: 97px;
  }

  .modal_cover .nn-button.nav {
    width: 40%;
  }

  .modal_cover .nn-why-section {
    padding-top: 7px;
  }

  .modal_cover .nn-why-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 490px;
    margin-right: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .nn-why-heading {
    text-align: center;
  }

  .modal_cover .nn-why-p {
    margin-bottom: 28px;
    text-align: center;
  }

  .modal_cover .nn-why-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .nn-feature-block {
    width: 45%;
  }

  .modal_cover .nn-what-heading {
    padding-right: 0px;
  }

  .modal_cover .nn-cta-wrapper {
    padding: 47px 57px;
  }

  .modal_cover .nn-cta-text {
    margin-bottom: 47px;
  }

  .modal_cover .nn-rnp-section {
    padding-top: 148px;
    padding-bottom: 377px;
    background-position: 120% 100%;
    background-size: 510px;
  }

  .modal_cover .nn-rnp-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .nn-rnp-contentt {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .nn-rnp-heading {
    text-align: center;
  }

  .modal_cover .nn-footer-section {
    margin-top: 48px;
    margin-bottom: 32px;
  }

  .modal_cover .body-wrapper {
    background-position: 50% 1970px, 50% 0%;
    background-size: 4170px, 2360px;
  }

  .modal_cover .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .menu-button {
    margin-right: 0px;
  }

  .modal_cover .img-footer {
    max-width: 80%;
    margin-bottom: 10px;
  }

  .modal_cover .img-footer._2 {
    max-width: 80%;
    margin-bottom: 17px;
  }

  .modal_cover .paragraph {
    text-align: center;
  }

  .modal_cover .footer-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .modal_cover .nn-why-img-wrapper {
    width: auto;
    margin-bottom: 26px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .modal_cover .nn-why-img-icon {
    top: 49%;
    width: 10%;
  }

  .modal_cover .nn-why-img-icon._2 {
    top: 51%;
    right: 2%;
    width: 23%;
  }

  .modal_cover .nn-why-img-icon._3 {
    width: 16%;
  }

  .modal_cover .nn-why-img-icon._4 {
    width: 14%;
  }

  .modal_cover .nn-why-img-icon._5 {
    width: 10%;
  }

  .modal_cover .nn-why-img-icon._6 {
    width: 19%;
  }

  .modal_cover .nn-why-img-icon._7 {
    width: 20%;
  }

  .modal_cover .nn-why-img-icon._8 {
    left: 12%;
    bottom: 40%;
    width: 7%;
  }

  .modal_cover .nn-feature-section {
    padding-top: 7px;
  }

  .modal_cover .html-embed {
    height: 270px;
  }

  .modal_cover .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .modal_cover .image-9 {
    width: 140px;
  }

  .modal_cover .section.menu {
    margin-top: -191px;
    padding-bottom: 0em;
  }

  .modal_cover .section.aplica-o {
    z-index: 0;
    padding-bottom: 21.4em;
  }

  .modal_cover .section.consultoria {
    z-index: -1;
    overflow: visible;
    padding-top: 4.4em;
    padding-bottom: 4.4em;
  }

  .modal_cover .section.consultoria.v2 {
    margin-top: 361px;
  }

  .modal_cover .section.ebook {
    padding-top: 2em;
    padding-bottom: 5.1em;
  }

  .modal_cover .section.blog {
    background-color: #074aa0;
  }

  .modal_cover .section.compute {
    overflow: hidden;
    padding-top: 4.4em;
    padding-bottom: 4.4em;
    background-color: #eb9346;
  }

  .modal_cover .section.identidade {
    padding-top: 10em;
  }

  .modal_cover .section.blog_article {
    margin-top: -666px;
  }

  .modal_cover .section.compute {
    margin-top: -114px;
    padding-top: 9.1em;
    background-color: transparent;
    background-size: 1730px;
  }

  .modal_cover .section.compute_section {
    padding-top: 6.4em;
    padding-bottom: 2em;
  }

  .modal_cover .section.blog-3 {
    padding-bottom: 0em;
  }

  .modal_cover .section.cases {
    padding-bottom: 0em;
  }

  .modal_cover .section.nuvem-hero {
    height: auto;
    margin-top: -114px;
    padding-top: 9.1em;
    padding-bottom: 6.8em;
    background-color: transparent;
    background-size: 1730px;
  }

  .modal_cover .section.moodle01 {
    margin-top: 20px;
    padding-top: 13.5em;
    background-color: transparent;
    background-size: 1730px;
  }

  .modal_cover .section.moodle02 {
    margin-top: 20px;
    padding-top: 13.5em;
    background-color: transparent;
    background-size: 1730px;
  }

  .modal_cover .section.moodle03 {
    margin-top: 20px;
    padding-top: 13.5em;
    background-color: transparent;
    background-size: 1730px;
  }

  .modal_cover .section.moodle04 {
    margin-top: 20px;
    padding-top: 13.5em;
    background-color: transparent;
    background-size: 1730px;
  }

  .modal_cover .section.moodle_wrapper {
    padding-bottom: 0em;
  }

  .modal_cover .section.conferencia {
    margin-top: -114px;
    padding-top: 9.1em;
    background-color: transparent;
    background-size: 1730px;
  }

  .modal_cover .slider {
    margin-top: -211px;
  }

  .modal_cover .slide {
    background-position: 50% 50%;
    background-size: 1330px;
  }

  .modal_cover .slide-wrapper {
    padding-top: 15.2em;
  }

  .modal_cover .slider__nav {
    top: 259px;
  }

  .modal_cover .heading.moodle {
    font-size: 22px;
    line-height: 22px;
  }

  .modal_cover .heading.conferencia {
    width: 80%;
  }

  .modal_cover .button.nav {
    width: 40%;
  }

  .modal_cover .nav__logo {
    max-width: 130px;
  }

  .modal_cover .search {
    width: 100%;
  }

  .modal_cover .search__input {
    width: 100%;
    font-size: 12px;
  }

  .modal_cover .search-input::-webkit-input-placeholder {
    font-size: 11px;
  }

  .modal_cover .search-input:-ms-input-placeholder {
    font-size: 11px;
  }

  .modal_cover .search-input::-ms-input-placeholder {
    font-size: 11px;
  }

  .modal_cover .search-input::placeholder {
    font-size: 11px;
  }

  .modal_cover .search__icon {
    width: 100px;
    height: 60px;
  }

  .modal_cover .service-menu {
    overflow: hidden;
    border-radius: 30px;
  }

  .modal_cover .service-menu__link {
    width: 50%;
  }

  .modal_cover .service-menu__link.is--blue {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal_cover .service-menu__link.is--blue2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
  }

  .modal_cover .service-menu__link.is--green {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
  }

  .modal_cover .service-menu__link.is--yellow {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
  }

  .modal_cover .service-menu__link.is--rounded {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
  }

  .modal_cover .service-menu__link-txt {
    text-align: center;
  }

  .modal_cover .card__content-hd.is--big {
    color: #333745;
  }

  .modal_cover .card__content-p.is--white {
    margin-bottom: 20px;
  }

  .modal_cover .card__content-p.is--white.categoria {
    margin-bottom: 0px;
  }

  .modal_cover .card__content-p.is--white.mobile {
    color: #074aa0;
  }

  .modal_cover .align-right {
    padding-right: 0px;
    padding-left: 48px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .align-right.compute {
    padding-left: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .modal_cover .align-right.compute_interna.v-mobile {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .cta {
    width: 440px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 76px;
    padding-right: 59px;
    padding-left: 59px;
    border-radius: 60px;
  }

  .modal_cover .cta.is--blue {
    max-width: 410px;
    margin-top: 64px;
    padding: 64px 18px;
    border-radius: 210px;
  }

  .modal_cover .cta.is--green {
    max-width: 410px;
    margin-top: 64px;
    padding: 64px 18px;
    border-radius: 210px;
  }

  .modal_cover .cta__content.is--blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .cta__hd {
    max-width: 250px;
    font-size: 24px;
    line-height: 24px;
  }

  .modal_cover .cta__img {
    width: 320px;
    margin-top: -90px;
  }

  .modal_cover .cta__img.is--sec {
    margin-top: -101px;
  }

  .modal_cover .news.top-48 {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .card__content.is--consultoria {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .modal_cover .card__content.is--consultoria.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .card__content.is--compute {
    margin-bottom: 16px;
  }

  .modal_cover .card__content.is--compute.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .card__content.home {
    max-width: 100%;
  }

  .modal_cover .card__content.is-security {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .modal_cover .card__content.is--blog {
    width: 100%;
  }

  .modal_cover .card__content.is--compute-logo {
    max-width: 210px;
    margin-top: 108px;
  }

  .modal_cover .card__content.is--compute-logo.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .news__content.home {
    max-width: 340px;
  }

  .modal_cover .footer__company {
    padding-right: 32px;
    padding-left: 32px;
  }

  .modal_cover .footer__company-img {
    height: 25px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .modal_cover .footer__company-txt {
    max-width: 340px;
  }

  .modal_cover .footer__links {
    padding-right: 32px;
    padding-left: 32px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .modal_cover .footer__capes {
    padding-right: 32px;
    padding-left: 32px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }

  .modal_cover .footer_capes-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal_cover .footer_rnp-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .footer__rnp-img {
    width: 110px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .modal_cover .footer__rnp-img.first {
    margin-top: 16px;
  }

  .modal_cover .menu__button {
    margin-right: 0px;
  }

  .modal_cover .image-10 {
    left: 5%;
    top: 98%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 2000px;
  }

  .modal_cover .consultoria__bg {
    display: none;
    width: 1190px;
    opacity: 0.41;
    background-clip: border-box;
  }

  .modal_cover .consultoria__bg.mobile {
    left: auto;
    top: -111%;
    right: auto;
    bottom: auto;
    display: block;
    width: 647px;
    margin-left: -62px;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .modal_cover .consultoria__bg-2 {
    left: 50%;
  }

  .modal_cover .service__menu-icon {
    margin-left: 8px;
  }

  .modal_cover .nav__menu-app {
    display: none;
  }

  .modal_cover .nav__menu-app-triangle {
    left: 60%;
    right: 50%;
    margin-right: auto;
    margin-left: 0px;
  }

  .modal_cover .slide-wrapper-copy {
    padding-top: 15.2em;
  }

  .modal_cover .hero__content.moodle {
    max-width: 220px;
  }

  .modal_cover .header__p.moodle {
    font-size: 16px;
    line-height: 18px;
  }

  .modal_cover .header__p.moodle.white {
    font-size: 16px;
    line-height: 18px;
  }

  .modal_cover .two-collumn {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .img__sobre {
    margin-bottom: 32px;
  }

  .modal_cover .featires__sobre-div {
    padding-left: 0px;
  }

  .modal_cover ._3-collumns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .compute__bg {
    display: none;
    width: 1190px;
    opacity: 0.41;
    background-clip: border-box;
  }

  .modal_cover .compute__bg.mobile {
    top: -6%;
    display: block;
    width: 1000px;
    margin-left: -266px;
    opacity: 1;
  }

  .modal_cover .bg_slider {
    background-position: 50% 50%;
    background-size: auto;
  }

  .modal_cover .collection-item-ve {
    width: 100%;
  }

  .modal_cover .collection-list-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal_cover .collection-item-2 {
    width: 100%;
    margin-bottom: 24px;
  }

  .modal_cover .categoria_tag_box {
    margin-bottom: 12px;
  }

  .modal_cover .columns.assine {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal_cover .collection-list-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal_cover .collection-item-3 {
    width: 100%;
    margin-bottom: 24px;
  }

  .modal_cover .colunas_ofertas {
    margin-bottom: 0px;
  }

  .modal_cover .features__compute-hd.is--big {
    color: #fff;
  }

  .modal_cover .column-4 {
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .blue_arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .modal_cover .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .compute_bg_interna {
    display: none;
    width: 1190px;
    opacity: 0.41;
    background-clip: border-box;
  }

  .modal_cover .compute_bg_interna.mobile {
    display: block;
    width: 930px;
    margin-top: 21px;
    margin-left: -289px;
    opacity: 1;
  }

  .modal_cover .card__content-hd-big.is--big {
    color: #fff;
  }

  .modal_cover .card__content-hd-big.is--big.is--bigwhite {
    font-size: 32px;
    line-height: 32px;
  }

  .modal_cover .video_box {
    max-width: 100%;
  }

  .modal_cover .card__content_compute.is--consultoria.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .card__content_compute.is--compute.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .box_form_compute {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .modal_cover .logo_compute_form {
    margin-bottom: 8px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .modal_cover .collection_first {
    width: 100%;
    margin-bottom: 16px;
  }

  .modal_cover .collection-list-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal_cover .collection-item-5 {
    width: 100%;
  }

  .modal_cover .collection-list-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal_cover .collection-item-6 {
    width: 100%;
    margin-bottom: 32px;
  }

  .modal_cover .compute__logo {
    max-width: 120px;
  }

  .modal_cover .compute-logo-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal_cover .compute__logo-sec {
    margin-bottom: 20px;
  }

  .modal_cover .two-collumn-compute {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .two-collumn-nuvem {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .blog-collection-item {
    width: 100%;
  }

  .modal_cover .cta-top {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top-left-radius: 70px;
  }

  .modal_cover .cta-top__product {
    margin-left: 16px;
  }

  .modal_cover .cta-main-content {
    margin-top: 0px;
  }

  .modal_cover .cta-top__txt {
    margin-left: 32px;
    font-size: 16px;
    line-height: 16px;
  }

  .modal_cover .cta-top__product-txt {
    margin-left: 4px;
    font-size: 16px;
    line-height: 16px;
  }

  .modal_cover .cta-main-content__hd.success {
    font-size: 24px;
  }

  .modal_cover .cta-success-wrapper {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal_cover .cta-main-sucess__img {
    width: 260px;
  }

  .modal_cover .cta-sucess-content {
    margin-bottom: 0px;
  }

  .modal_cover .cta-main__bg {
    min-height: 140%;
  }

  .modal_cover .cta-top-close {
    width: 16px;
  }

  .modal_cover .collection-item-releated {
    width: 100%;
  }

  .modal_cover .mask-layer {
    background-position: 50% 50%;
    background-size: auto;
  }

  .modal_cover .img-post {
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: repeat;
  }

  .modal_cover .collection-veja-item {
    width: 100%;
  }

  .modal_cover .cta-main__bg-div {
    min-height: 140%;
  }

  .modal_cover .cta-main-content-success {
    margin-top: 0px;
  }

  .modal_cover .img-post-internas {
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: repeat;
  }

  .modal_cover .author-block.medium_post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal_cover .author-image {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal_cover .author-content {
    margin-top: 8px;
    padding-left: 0px;
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    border-left-style: none;
  }

  .modal_cover .box_form_moodle {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .modal_cover .logo_moodle_form {
    margin-bottom: 8px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .modal_cover .slider_nav_moodle {
    bottom: 133px;
  }

  .modal_cover .img__moodle {
    margin-top: 60px;
  }

  .modal_cover .two-collumn-moodle {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .moodle_bg_interna {
    display: none;
    width: 1190px;
    opacity: 0.41;
    background-clip: border-box;
  }

  .modal_cover .moodle_bg_interna.mobile {
    display: block;
    width: 930px;
    margin-top: 21px;
    margin-left: -289px;
    opacity: 1;
  }

  .modal_cover .logo_moodle {
    max-width: 130px;
  }

  .modal_cover .bt_conf_orange.nav {
    width: 40%;
  }

  .modal_cover .bt_conf_white.nav {
    width: 40%;
  }

  .modal_cover .two-collumn-conf {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .two-collumn-conf.menu_facil {
    display: block;
  }

  .modal_cover .detail_como_01 {
    display: none;
  }

  .modal_cover .card__content-conf_como.is--big {
    color: #333745;
  }

  .modal_cover .detail_diferenciais_02 {
    display: none;
  }

  .modal_cover .four-collumn-conf {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .tree-collumn-conf {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .img_diferenciais {
    position: static;
    max-width: 100%;
  }

  .modal_cover .bt_conf_green.nav {
    width: 40%;
  }

  .modal_cover .bt_conf_blue.nav {
    width: 40%;
  }

  .modal_cover .card__content-hd_conf.is--big {
    color: #333745;
  }

  .modal_cover .card__content-hd_conf.is--light_dark.mobile {
    display: block;
  }

  .modal_cover .p__sobre_conf {
    width: 80%;
  }

  .modal_cover .footer_conf-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .footer__conf-img {
    width: 110px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .modal_cover .footer__conf-img.first {
    margin-top: 16px;
  }

  .modal_cover .footer__rnp-img-copy {
    width: 110px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .modal_cover .footer__rnp-img-copy.first {
    margin-top: 16px;
  }

  .modal_cover .login_infos {
    padding-left: 1em;
  }

  .modal_cover .link_n_federado {
    text-align: left;
  }

  .modal_cover .pass_infos {
    display: block;
  }

  .modal_cover .divisor_img {
    display: none;
  }

  .modal_cover .bts_logins_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .modal_cover h2 {
    font-size: 24px;
    line-height: 24px;
  }

  .modal_cover .hero-section {
    padding-top: 55px;
    padding-bottom: 63px;
  }

  .modal_cover .nn-hero-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .modal_cover .nn-hero-content {
    max-width: 290px;
  }

  .modal_cover .nn-button {
    padding: 20px 33px;
  }

  .modal_cover .nn-button.nav {
    width: 80%;
  }

  .modal_cover .nn-hero-p {
    margin-bottom: 23px;
  }

  .modal_cover .nn-why-section {
    padding-top: 0px;
  }

  .modal_cover .nn-why-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .modal_cover .nn-why-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .modal_cover .nn-feature-block {
    width: 100%;
    height: 170px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .modal_cover .nn-feature-block.last {
    width: 100%;
  }

  .modal_cover .nn-what-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .modal_cover .nn-what-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .modal_cover .nn-what-heading._2 {
    margin-top: 32px;
  }

  .modal_cover .nn-what-p {
    margin-bottom: 32px;
  }

  .modal_cover .nn-cta-wrapper {
    padding-right: 22px;
    padding-left: 22px;
  }

  .modal_cover .nn-cta-section {
    padding-top: 32px;
  }

  .modal_cover .nn-cta-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .modal_cover .nn-cta-text {
    margin-bottom: 21px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 22px;
  }

  .modal_cover .nn-cta-form-field {
    margin-bottom: 26px;
  }

  .modal_cover .nn-rnp-section {
    z-index: 0;
    margin-top: -46px;
    padding-top: 71px;
    padding-bottom: 253px;
    background-position: 50% 100%;
    background-size: 310px;
  }

  .modal_cover .nn-rnp-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .modal_cover .nn-footer-section {
    margin-top: 49px;
    margin-bottom: 44px;
  }

  .modal_cover .nav-menu {
    padding-right: 49px;
    padding-left: 49px;
  }

  .modal_cover .logo-nav-img {
    width: 140px;
    max-width: none;
  }

  .modal_cover .brand {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .nav-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .body-wrapper {
    background-position: 50% 2100px, 50% 0%;
    background-size: 3770px, 2040px;
  }

  .modal_cover .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal_cover .img-footer {
    max-width: 100%;
  }

  .modal_cover .img-footer._2 {
    width: 230px;
  }

  .modal_cover .footer-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal_cover .nn-feature-section {
    padding-top: 0px;
  }

  .modal_cover .html-embed {
    overflow: hidden;
  }

  .modal_cover .footer-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal_cover .image-9 {
    width: 110px;
  }

  .modal_cover .section {
    padding-top: 3em;
  }

  .modal_cover .section.menu {
    z-index: 1;
    margin-top: -201px;
    padding-bottom: 1em;
  }

  .modal_cover .section.aplica-o {
    padding-top: 3em;
  }

  .modal_cover .section.consultoria {
    padding-top: 3em;
    padding-bottom: 3.9em;
    background-image: none;
  }

  .modal_cover .section.consultoria.v2 {
    margin-top: 244px;
  }

  .modal_cover .section.consultoria.is--solucoes {
    margin-top: 157px;
  }

  .modal_cover .section.ebook {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .modal_cover .section.ebook.poduct {
    padding-top: 2em;
  }

  .modal_cover .section.ebook.home {
    padding-bottom: 3em;
  }

  .modal_cover .section.hero {
    height: 510px;
    margin-bottom: -25px;
    padding-top: 11.4em;
    background-size: 1430px;
  }

  .modal_cover .section.produto {
    height: 420px;
    margin-bottom: -25px;
    padding-top: 9.6em;
    background-position: 50% 0%;
    background-size: 830px;
  }

  .modal_cover .section.compute {
    padding-top: 3.9em;
    padding-bottom: 3.9em;
    background-image: none;
  }

  .modal_cover .section.identidade {
    padding-top: 8.9em;
  }

  .modal_cover .section.blog {
    height: 510px;
    margin-bottom: -25px;
    padding-top: 11.4em;
    background-size: 1430px;
  }

  .modal_cover .section.blog_list {
    margin-top: -85px;
  }

  .modal_cover .section.blog_article {
    margin-top: -413px;
  }

  .modal_cover .section.compute {
    height: 510px;
    margin-bottom: -25px;
    padding-top: 8.3em;
    background-image: url('../images/top_Compute_bg.png');
    background-position: 50% 0%;
    background-size: 1780px;
  }

  .modal_cover .section.compute_section {
    padding-top: 7.1em;
  }

  .modal_cover .section.principais_vantagens {
    padding-top: 6em;
  }

  .modal_cover .section.hero-futuro {
    height: 450px;
    margin-bottom: -25px;
    padding-top: 9.3em;
    padding-bottom: 0em;
    background-position: 50% 0%;
    background-size: 820px;
  }

  .modal_cover .section.blog-3 {
    padding-bottom: 0em;
  }

  .modal_cover .section.produto-sol {
    height: 420px;
    margin-bottom: 0px;
    padding-top: 11.4em;
    background-position: 50% 0%;
    background-size: 1280px;
  }

  .modal_cover .section.cases {
    padding-bottom: 0em;
  }

  .modal_cover .section.cases-blog {
    margin-top: -115px;
  }

  .modal_cover .section.nuvem-hero {
    height: 510px;
    margin-bottom: -25px;
    padding-top: 8.3em;
    background-image: url('../images/top_Compute_bg.png');
    background-position: 50% 0%;
    background-size: 1780px;
  }

  .modal_cover .section.produtos {
    margin-top: 0px;
    padding-top: 2em;
  }

  .modal_cover .section.solucoes {
    z-index: 1;
    margin-top: 0px;
  }

  .modal_cover .section.aplicacoes {
    margin-top: -71px;
  }

  .modal_cover .section.moodle01 {
    height: 510px;
    margin-top: 0px;
    margin-bottom: -25px;
    padding-top: 13em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), color-stop(19%, hsla(0, 0%, 99.3%, 0.8)), color-stop(35%, hsla(0, 0%, 99.2%, 0))), url('../images/top_Compute_bg.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 99.3%, 0.8) 19%, hsla(0, 0%, 99.2%, 0) 35%), url('../images/top_Compute_bg.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, 1780px;
    background-repeat: repeat, no-repeat;
  }

  .modal_cover .section.moodle02 {
    height: 510px;
    margin-top: 0px;
    margin-bottom: -25px;
    padding-top: 13em;
    background-image: url('../images/top_Compute_bg.png');
    background-position: 50% 0%;
    background-size: 1780px;
  }

  .modal_cover .section.moodle03 {
    height: 510px;
    margin-top: 0px;
    margin-bottom: -25px;
    padding-top: 13em;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, hsla(0, 0%, 100%, 0.8)), color-stop(39%, hsla(0, 0%, 100%, 0))), url('../images/top_Compute_bg.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8) 20%, hsla(0, 0%, 100%, 0) 39%), url('../images/top_Compute_bg.png');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, 1780px;
    background-repeat: repeat, no-repeat;
  }

  .modal_cover .section.moodle04 {
    height: 510px;
    margin-top: 0px;
    margin-bottom: -25px;
    padding-top: 13em;
    background-image: url('../images/top_Compute_bg.png');
    background-position: 50% 0%;
    background-size: 1780px;
  }

  .modal_cover .section.principais_vantagens_moodle {
    padding-top: 0em;
  }

  .modal_cover .section.conferencia {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2em;
    background-image: none;
  }

  .modal_cover .section.conf_wrapper {
    background-position: 0% 50%;
  }

  .modal_cover .container {
    margin-top: 0em;
    padding-top: 0em;
  }

  .modal_cover .container.form {
    padding-right: 0em;
    padding-left: 0em;
  }

  .modal_cover .container.conferenciaweb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-bottom: 0em;
    padding-bottom: 0em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .modal_cover .slider {
    position: relative;
    z-index: auto;
  }

  .modal_cover .slider.blog {
    position: relative;
    height: 600px;
  }

  .modal_cover .slide {
    background-position: 50% 50%;
  }

  .modal_cover .mask.blog {
    height: 600px;
  }

  .modal_cover .slide-wrapper {
    padding-top: 14.2em;
  }

  .modal_cover .slide-wrapper.blog {
    background-position: 50% 100%;
  }

  .modal_cover .slider__nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 32px;
    -webkit-transform: translate(0px, -380%);
    -ms-transform: translate(0px, -380%);
    transform: translate(0px, -380%);
    font-size: 0.3em;
  }

  .modal_cover .slider__nav.blog {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 24%;
    margin-top: -74px;
    margin-left: 0px;
  }

  .modal_cover .slider__nav.cases {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 24%;
    display: none;
    margin-top: -105px;
    margin-left: 0px;
  }

  .modal_cover .heading {
    font-size: 28px;
    line-height: 28px;
  }

  .modal_cover .heading.blog {
    font-size: 24px;
    line-height: 24px;
  }

  .modal_cover .heading.moodle {
    color: #fff;
  }

  .modal_cover .heading.conferencia {
    line-height: 32px;
  }

  .modal_cover .heading.conferencia.como {
    text-align: left;
  }

  .modal_cover .heading.conferencia.facil {
    text-align: left;
  }

  .modal_cover .heading.conferencia.conheca {
    text-align: left;
  }

  .modal_cover .heading.parte {
    text-align: left;
  }

  .modal_cover .slider__p {
    margin-bottom: 16px;
  }

  .modal_cover .button.nav {
    width: 80%;
  }

  .modal_cover .button.is--sub {
    width: 100%;
  }

  .modal_cover .slider__content {
    max-width: 290px;
    margin-top: 1.5em;
  }

  .modal_cover .nav {
    z-index: 20000;
    padding-bottom: 0em;
  }

  .modal_cover .nav.conferencia {
    padding-top: 0em;
  }

  .modal_cover .nav__menu {
    z-index: 5000;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 0px 0px 24px 24px;
  }

  .modal_cover .nav__logo {
    width: 96px;
    max-width: none;
  }

  .modal_cover .nav__wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .nav__link-app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .search {
    overflow: hidden;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 500px;
    box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.39);
  }

  .modal_cover .search__drop {
    width: 100%;
    padding: 11px 4px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
  }

  .modal_cover .search__separator {
    display: none;
  }

  .modal_cover .search__button {
    position: static;
    width: 17%;
    border-radius: 0px;
    background-position: 50% 50%;
    background-size: 4vw;
  }

  .modal_cover .search__input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .modal_cover .search-input {
    width: 100%;
    height: 60px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.18);
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }

  .modal_cover .search__icon {
    width: 100%;
    margin-right: 0px;
    border-radius: 0px;
  }

  .modal_cover .service-menu__link.is--blue {
    padding-right: 16px;
    padding-left: 16px;
  }

  .modal_cover .service-menu__link.is--blue2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .modal_cover .service-menu__link.is--green {
    padding-right: 17px;
    padding-left: 17px;
  }

  .modal_cover .service-menu__link.is--yellow {
    padding-right: 16px;
    padding-left: 16px;
  }

  .modal_cover .service-menu__link.is--rounded {
    padding-right: 16px;
    padding-left: 16px;
  }

  .modal_cover .service-menu__link-txt {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }

  .modal_cover .service-menu__link-img {
    width: 16px;
    margin-right: 6px;
  }

  .modal_cover ._4-collumns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .card__wrapper {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal_cover .card__wrapper.blog {
    padding-right: 20px;
    padding-left: 20px;
  }

  .modal_cover .card__content-hd {
    text-align: left;
  }

  .modal_cover .card__content-hd.is--big {
    color: #333745;
    text-align: center;
  }

  .modal_cover .card__content-hd.is--big.left {
    text-align: left;
  }

  .modal_cover .card__content-hd.is--big.left.white-span {
    max-width: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
  }

  .modal_cover .card__content-hd.is--green {
    text-align: center;
  }

  .modal_cover .card__content-hd.is--light-blue {
    text-align: left;
  }

  .modal_cover .card__content-p {
    text-align: left;
  }

  .modal_cover .card__content-p.is--white {
    margin-bottom: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .modal_cover .card__content-p.is--white.categoria {
    padding: 8px 14px;
    font-size: 12px;
  }

  .modal_cover .card__content-p.is--white.blog {
    max-width: 260px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 16px;
  }

  .modal_cover .card__content-p.is--white.mobile {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #333745;
    text-align: left;
  }

  .modal_cover .card__content-p.is--white.left {
    text-align: left;
  }

  .modal_cover .card__content-p.is--white.cases-destaques {
    text-align: left;
  }

  .modal_cover .card__content-p.is--white.label {
    max-width: 260px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .modal_cover .card__content-p.is-consultoria {
    text-align: left;
  }

  .modal_cover .card.collection_first {
    margin-right: 0px;
  }

  .modal_cover .card__hd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .modal_cover .card__hd.is--white {
    margin-bottom: 5px;
  }

  .modal_cover .card__p {
    color: #7c8087;
    text-align: left;
  }

  .modal_cover .align-right {
    padding-left: 16px;
    text-align: left;
  }

  .modal_cover .align-right.compute {
    padding-left: 16px;
  }

  .modal_cover .cta {
    width: 100%;
    height: auto;
    margin-top: 126px;
    padding: 48px 21px 33px;
    border-radius: 50px;
  }

  .modal_cover .cta.is--blue {
    max-width: 100%;
    padding-right: 29px;
    padding-left: 29px;
  }

  .modal_cover .cta.is--green {
    max-width: 100%;
    padding-right: 29px;
    padding-left: 29px;
  }

  .modal_cover .cta__content.p-blue {
    max-width: 100%;
  }

  .modal_cover .cta__content.is--blue {
    width: 100%;
  }

  .modal_cover .cta__txt {
    margin-top: 8px;
  }

  .modal_cover .cta__hd {
    padding-right: 0px;
    padding-left: 0px;
  }

  .modal_cover .cta__img {
    width: 320px;
    margin-top: 0px;
    -webkit-transform: translate(0%, -86%);
    -ms-transform: translate(0%, -86%);
    transform: translate(0%, -86%);
  }

  .modal_cover .news.top-48 {
    padding-right: 0px;
    padding-left: 0px;
    justify-items: start;
    grid-auto-flow: row;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .modal_cover .card__content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .card__content.is--consultoria {
    text-align: left;
  }

  .modal_cover .card__content.is--compute {
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .modal_cover .card__content.home {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal_cover .card__content.is-security {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal_cover .card__content.is--blog {
    width: 80%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal_cover .card__content.is--compute-logo {
    max-width: 180px;
    margin-top: 30px;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal_cover .news__form {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .news__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .news__content.home {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .modal_cover .news-wrapper {
    width: 100%;
  }

  .modal_cover .news__form-field {
    height: 40px;
    padding-left: 45px;
    border-radius: 200px;
    background-position: 16px 50%;
    background-size: 16px;
  }

  .modal_cover .news__form-field::-webkit-input-placeholder {
    font-size: 10px;
    line-height: 10px;
  }

  .modal_cover .news__form-field:-ms-input-placeholder {
    font-size: 10px;
    line-height: 10px;
  }

  .modal_cover .news__form-field::-ms-input-placeholder {
    font-size: 10px;
    line-height: 10px;
  }

  .modal_cover .news__form-field::placeholder {
    font-size: 10px;
    line-height: 10px;
  }

  .modal_cover .news__form-block {
    height: auto;
  }

  .modal_cover .submit-button {
    width: 100%;
    height: 40px;
    margin-top: 8px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 200px;
    font-size: 10px;
  }

  .modal_cover .footer__company {
    padding-right: 16px;
    padding-left: 16px;
  }

  .modal_cover .footer__company-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal_cover .footer__company-img {
    height: 38px;
    margin: 8px 13px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .modal_cover .footer__company-img.google {
    height: 28px;
  }

  .modal_cover .footer__company-txt {
    max-width: 250px;
  }

  .modal_cover .footer__links {
    padding: 40px 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .footer__capes {
    padding: 40px 17px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .footer__rnp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-bottom: 52px;
    padding-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .modal_cover .footer__rnp-wrapper {
    border-bottom-style: none;
  }

  .modal_cover .footer__rnp-link {
    display: block;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 4px;
  }

  .modal_cover .footer_rnp-block {
    margin-top: 0px;
  }

  .modal_cover .footer__rnp-img {
    display: none;
    width: 70px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .modal_cover .footer__rnp-img.first {
    display: none;
  }

  .modal_cover .footer__txt {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }

  .modal_cover .image-10 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 1600px;
    margin-top: 0%;
    margin-right: -115px;
    margin-left: 0%;
    -webkit-transform: translate(0%, 83%);
    -ms-transform: translate(0%, 83%);
    transform: translate(0%, 83%);
  }

  .modal_cover .consultoria__bg.mobile {
    top: -115%;
    width: 610px;
    margin-left: -125px;
  }

  .modal_cover .consultoria__bg-2 {
    display: none;
  }

  .modal_cover .image-12 {
    width: 10px;
  }

  .modal_cover .nav__menu-app {
    top: 63px;
    overflow: visible;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.32);
  }

  .modal_cover .nav__menu-app-title {
    overflow: visible;
  }

  .modal_cover .nav__menu-app-triangle {
    left: 63%;
  }

  .modal_cover .nav__menu-link-block {
    position: relative;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .modal_cover .nav__menu-conta {
    top: 63px;
    display: none;
    overflow: visible;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.32);
  }

  .modal_cover .nav__menu-conta-triangle {
    left: auto;
  }

  .modal_cover .nav__menu-conta-title {
    overflow: visible;
  }

  .modal_cover .hero__content {
    max-width: 290px;
  }

  .modal_cover .header__p {
    margin-bottom: 23px;
  }

  .modal_cover .header__p.moodle {
    color: #fff;
  }

  .modal_cover .two-collumn {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .heading__sobre {
    text-align: left;
  }

  .modal_cover .p__sobre {
    margin-bottom: 16px;
    text-align: left;
  }

  .modal_cover .img__sobre {
    max-width: 80%;
    margin-bottom: 16px;
  }

  .modal_cover .featires__sobre-div {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover ._3-collumns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .heading__cases {
    text-align: center;
  }

  .modal_cover .p__cases {
    text-align: center;
  }

  .modal_cover .footer__bg {
    left: -25%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 710px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .modal_cover .sobre__bg {
    top: 10%;
    width: 1000px;
  }

  .modal_cover .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .modal_cover .tabs__menu {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px;
  }

  .modal_cover .tab__link {
    margin-top: 1px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 16px 30px;
    font-size: 11px;
  }

  .modal_cover .tab__link.w--current {
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .modal_cover .nav__menu-60min {
    top: 63px;
    display: none;
    overflow: visible;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.32);
  }

  .modal_cover .nav__menu-60min-title {
    overflow: visible;
  }

  .modal_cover .compute__bg.mobile {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 810px;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-transform: translate(110px, 0px);
    -ms-transform: translate(110px, 0px);
    transform: translate(110px, 0px);
  }

  .modal_cover .blog_01 {
    background-image: url('../images/mask_blog_slider.svg');
    background-position: 0% 0%;
    background-size: 1330px;
    background-repeat: no-repeat;
  }

  .modal_cover .bg_slider {
    height: 620px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .modal_cover .p__blog {
    text-align: left;
  }

  .modal_cover .p__blog.small.post_resume h1 {
    font-size: 28px;
  }

  .modal_cover .p__blog.small.post_resume h2 {
    font-size: 24px;
  }

  .modal_cover .p__blog.small.post_resume h3 {
    font-size: 20px;
  }

  .modal_cover .p__blog.small.post_resume h4 {
    font-size: 18px;
  }

  .modal_cover .heading__blog {
    font-size: 24px;
    line-height: 24px;
    text-align: left;
  }

  .modal_cover .img_big_post {
    height: 170px;
  }

  .modal_cover .collection-item-ve {
    margin-right: 0px;
    margin-left: 0px;
  }

  .modal_cover .wrapper_post {
    height: auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .modal_cover .collection-item-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .modal_cover .box_assine {
    padding: 32px 8px;
    border-radius: 13px;
  }

  .modal_cover .box_assine.small {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .modal_cover .tit_category {
    padding-right: 8px;
    padding-left: 8px;
  }

  .modal_cover .social_share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal_cover .column.social {
    padding-left: 0px;
  }

  .modal_cover .share_buttons {
    margin-left: 0px;
  }

  .modal_cover .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .modal_cover .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal_cover .cliente_case {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal_cover .compute__detail {
    top: 10%;
    width: 1000px;
  }

  .modal_cover .img__compute {
    max-width: 80%;
    margin-bottom: 0px;
  }

  .modal_cover .heading__compute {
    margin-top: 0px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }

  .modal_cover .box_vantagens_compute {
    padding: 83px 24px;
    border-radius: 500px;
  }

  .modal_cover .features__compute-hd {
    margin-right: 0px;
    font-size: 20px;
    text-align: center;
  }

  .modal_cover .features__compute-hd.is--big {
    color: #333745;
    text-align: center;
  }

  .modal_cover .features__compute-hd.is--green {
    text-align: center;
  }

  .modal_cover .features__compute-hd.is--light-blue {
    text-align: center;
  }

  .modal_cover .compute__content.title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .modal_cover .column-4.moodle {
    padding-right: 0px;
  }

  .modal_cover .compute_bg_interna.mobile {
    width: 730px;
    margin-top: 0px;
    margin-left: -169px;
  }

  .modal_cover .card__content-hd-big.is--big {
    color: #333745;
    text-align: center;
  }

  .modal_cover .card__content-hd-big.is--big.is--bigwhite {
    font-size: 24px;
    line-height: 24px;
  }

  .modal_cover .card__content-hd-big.is--green {
    text-align: center;
  }

  .modal_cover .card__content-hd-big.is--light-blue {
    text-align: center;
  }

  .modal_cover .card__content-p_compute {
    text-align: center;
  }

  .modal_cover .video_box {
    max-width: 100%;
  }

  .modal_cover .card__content_compute {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .card__content_compute.is--compute {
    max-width: 330px;
  }

  .modal_cover .box_form_compute {
    max-width: 100%;
    padding: 33px 16px;
  }

  .modal_cover .heading_form {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .modal_cover .card__content-p_compute_form {
    text-align: center;
  }

  .modal_cover .card__content-p_compute_form.is--white {
    margin-bottom: 0px;
    line-height: 20px;
  }

  .modal_cover .card__content-p_compute_form.is--white.top_form {
    color: #eb9346;
    font-size: 20px;
  }

  .modal_cover .nn-compute-form-field {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .modal_cover .nn-compute-form-field::-webkit-input-placeholder {
    font-size: 14px;
  }

  .modal_cover .nn-compute-form-field:-ms-input-placeholder {
    font-size: 14px;
  }

  .modal_cover .nn-compute-form-field::-ms-input-placeholder {
    font-size: 14px;
  }

  .modal_cover .nn-compute-form-field::placeholder {
    font-size: 14px;
  }

  .modal_cover .fields_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal_cover .bg-mask {
    max-width: 2030px;
  }

  .modal_cover .nav-link-wrapper.is--account {
    display: none;
  }

  .modal_cover .compute__logo {
    max-width: 82px;
  }

  .modal_cover .compute-logo-wrapper {
    margin-top: 24px;
  }

  .modal_cover .compute__logo-sec {
    width: 32px;
  }

  .modal_cover .compute__logo-sec.googe {
    width: 80px;
  }

  .modal_cover .cta-content__p {
    margin-bottom: 16px;
  }

  .modal_cover .footer-img {
    display: block;
    width: 119px;
  }

  .modal_cover .drop-nav__link.account {
    border-radius: 500px;
  }

  .modal_cover .dropdown-toggle {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .modal_cover .icon {
    position: absolute;
  }

  .modal_cover .dropdown-list-2.account {
    background-color: #eb9346;
  }

  .modal_cover .div-block-2 {
    margin-top: 2px;
  }

  .modal_cover .column-assine {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .modal_cover .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal_cover .grid-blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .modal_cover .compute-help {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .modal_cover .two-collumn-compute {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .modal_cover .img__nuvem {
    max-width: 80%;
    margin-bottom: 16px;
  }

  .modal_cover .two-collumn-nuvem {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .blog-collection-item {
    margin-right: 0px;
    margin-left: 0px;
  }

  .modal_cover .popup-cta {
    z-index: 9007199254740991;
    overflow: auto;
    height: auto;
    min-height: auto;
    padding-top: 32px;
  }

  .modal_cover .cta-wrapper {
    overflow: visible;
  }

  .modal_cover .cta-top {
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 60px 0px 0px;
  }

  .modal_cover .cta-main-block {
    padding: 24px 16px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-color: #074aa0;
  }

  .modal_cover .cta-top__product {
    margin-left: 0px;
  }

  .modal_cover .cta-main-content {
    display: none;
  }

  .modal_cover .cta-main-content.mobile {
    display: block;
    max-width: 100%;
  }

  .modal_cover .cta-top__logo {
    width: 85px;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .modal_cover .cta-top__txt {
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: 16px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .modal_cover .cta-top__product-txt {
    margin-left: 8px;
    font-size: 16px;
    line-height: 16px;
  }

  .modal_cover .cta-main-content__hd {
    font-size: 24px;
    line-height: 30px;
  }

  .modal_cover .cta-main-content__hd.success {
    font-size: 24px;
    line-height: 28px;
  }

  .modal_cover .cta-main-content__p {
    margin-bottom: 24px;
  }

  .modal_cover .cta-main-content__txt-2 {
    max-width: 100%;
    font-size: 20px;
  }

  .modal_cover .cta-main-content__logo {
    width: 80px;
    margin-top: 32px;
  }

  .modal_cover .cta-main-form__hd {
    font-size: 20px;
  }

  .modal_cover .cta-main-form__hd.mobile {
    display: block;
  }

  .modal_cover .cta-main-success-message {
    height: auto;
    min-height: 110%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
  }

  .modal_cover .cta-success-wrapper {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal_cover .cta-main-sucess__img {
    width: 100%;
  }

  .modal_cover .cta-sucess-content {
    margin-bottom: 0px;
  }

  .modal_cover .cta-top__bg {
    left: -40%;
    display: none;
    margin-left: 59px;
  }

  .modal_cover .cta-main__bg {
    display: none;
    margin-right: -968px;
  }

  .modal_cover .cta-top-close {
    position: absolute;
    left: auto;
    top: 14%;
    right: 4%;
    bottom: auto;
    width: 16px;
  }

  .modal_cover .collection-item-releated {
    margin-right: 0px;
    margin-left: 0px;
  }

  .modal_cover .wrapper_post-blog {
    height: auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .modal_cover .collection-list-wrapper-4 {
    background-position: 50% 0%;
    background-size: 1150px;
    background-repeat: no-repeat;
  }

  .modal_cover .mask-layer {
    height: 530px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .modal_cover .mask-layer.search-section {
    height: 630px;
  }

  .modal_cover .img-post {
    height: 530px;
    background-position: 50% 0%;
    background-size: 1090px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .modal_cover .zxxzx.social {
    padding-left: 0px;
  }

  .modal_cover .collection-veja-item {
    margin-right: 0px;
    margin-left: 0px;
  }

  .modal_cover .cta-main__bg-div {
    display: none;
    margin-right: -968px;
  }

  .modal_cover .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .modal_cover .cta-main-content-success {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .modal_cover .cta-main-content-success.mobile {
    display: block;
    max-width: 100%;
  }

  .modal_cover .cta-main-content-success.pc {
    display: none;
  }

  .modal_cover .search-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal_cover .search-result-wrapper {
    margin-top: 0px;
  }

  .modal_cover .search-result-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal_cover .hd__relacionados {
    font-size: 14px;
    text-align: left;
  }

  .modal_cover .img-post-internas {
    height: 530px;
    background-position: 50% 0%;
    background-size: 1090px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .modal_cover .termos-links {
    margin-top: 8px;
  }

  .modal_cover .resultado_texto_error {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .modal_cover .grid-3 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: row;
    grid-template-areas: ". Area";
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
  }

  .modal_cover .image-16 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .modal_cover .aplicacoes-item {
    width: 100%;
  }

  .modal_cover .box-vantagens-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .modal_cover .author-block.medium_post {
    padding: 24px 16px 32px;
  }

  .modal_cover .logo-mobile-menu {
    margin-bottom: 40px;
  }

  .modal_cover .nav-menu-mobile {
    display: none;
  }

  .modal_cover .no-sign_txt {
    margin-left: 0px;
    font-size: 12px;
    text-align: center;
  }

  .modal_cover .box_form_moodle {
    max-width: 100%;
    padding: 33px 16px;
  }

  .modal_cover .heading_form_moodle {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .modal_cover .slider_moodle {
    height: 500px;
  }

  .modal_cover .slider_nav_moodle {
    bottom: 31px;
  }

  .modal_cover .logo_blue_moodle {
    top: -63px;
    width: 120px;
  }

  .modal_cover .logo_white_moodle {
    top: -63px;
    width: 120px;
  }

  .modal_cover .img__moodle {
    max-width: 80%;
    margin-bottom: 0px;
  }

  .modal_cover .moodle_compute__detail {
    top: 10%;
    width: 1000px;
  }

  .modal_cover .two-collumn-moodle {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .moodle-help {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .modal_cover .moodle-help.left {
    background-position: 50% 50%;
  }

  .modal_cover .moodle_bg_interna.mobile {
    width: 730px;
    margin-top: 0px;
    margin-left: -169px;
  }

  .modal_cover .heading__moodle {
    margin-top: 0px;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
  }

  .modal_cover .subheading__moodle {
    margin-top: 0px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }

  .modal_cover .logo_moodle {
    width: 96px;
    max-width: none;
  }

  .modal_cover .logo_conferencia {
    max-width: 100%;
  }

  .modal_cover .bt_conf_orange {
    width: 100%;
    margin-bottom: 0.5em;
  }

  .modal_cover .bt_conf_orange.nav {
    width: 80%;
  }

  .modal_cover .bt_conf_orange.is--sub {
    width: 100%;
  }

  .modal_cover .bt_conf_white {
    width: 100%;
  }

  .modal_cover .bt_conf_white.nav {
    width: 80%;
  }

  .modal_cover .bt_conf_white.is--sub {
    width: 100%;
  }

  .modal_cover .conf_conheca_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .modal_cover .two-collumn-conf {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .card__content-conf_como {
    text-align: left;
  }

  .modal_cover .card__content-conf_como.is--big {
    color: #333745;
    text-align: center;
  }

  .modal_cover .card__content-conf_como.is--big.left {
    text-align: left;
  }

  .modal_cover .card__content-conf_como.is--big.left.white-span {
    max-width: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
  }

  .modal_cover .card__content-conf_como.is--green {
    text-align: center;
  }

  .modal_cover .card__content-conf_como.is--light-blue {
    text-align: left;
  }

  .modal_cover .conf-help {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .modal_cover .conf-help.usar {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .modal_cover .p__orange_box {
    margin-bottom: 16px;
    text-align: left;
  }

  .modal_cover .four-collumn-conf {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .tree-collumn-conf {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal_cover .p__conf_list_blue {
    margin-bottom: 16px;
    text-align: left;
  }

  .modal_cover .p__conf_diferenciais {
    margin-bottom: 16px;
    text-align: left;
  }

  .modal_cover .bt_conf_green.nav {
    width: 80%;
  }

  .modal_cover .bt_conf_green.is--sub {
    width: 100%;
  }

  .modal_cover .bt_conf_blue.nav {
    width: 80%;
  }

  .modal_cover .bt_conf_blue.is--sub {
    width: 100%;
  }

  .modal_cover .footer__conf-wrapper {
    border-bottom-style: none;
  }

  .modal_cover .card__content-hd_conf {
    text-align: left;
  }

  .modal_cover .card__content-hd_conf.is--big {
    color: #333745;
    text-align: center;
  }

  .modal_cover .card__content-hd_conf.is--big.left {
    text-align: left;
  }

  .modal_cover .card__content-hd_conf.is--big.left.white-span {
    max-width: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
  }

  .modal_cover .card__content-hd_conf.is--green {
    text-align: center;
  }

  .modal_cover .card__content-hd_conf.is--light-blue {
    text-align: left;
  }

  .modal_cover .card__content-hd_conf.is--light_dark.mobile {
    text-align: center;
  }

  .modal_cover .p__sobre_conf {
    margin-bottom: 16px;
    text-align: left;
  }

  .modal_cover .footer__conf_-link {
    display: block;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 4px;
  }

  .modal_cover .footer_conf-block {
    display: block;
    margin-top: 0px;
  }

  .modal_cover .footer__conf-img {
    width: 70px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .modal_cover .hide-on-mobile .footer__conf-img {
    display: block !important;
  }

  .modal_cover .mobile .footer__conf-img {
    display: none !important;
  }

  @media screen and (max-width: 991px) {
    .modal_cover .hide-on-mobile .footer__conf-img {
      display: none !important;
    }

    .modal_cover .mobile .footer__conf-img {
      display: block !important;
    }
  }

  .modal_cover .footer__conf-img.first {
    display: none;
  }

  .modal_cover .footer__rnp-img-copy {
    display: none;
    width: 70px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .modal_cover .footer__rnp-img-copy.first {
    display: none;
  }

  .modal_cover .brand-2 {
    width: 60%;
  }

  .modal_cover .modal_senha {
    position: static;
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .modal_cover .bg_modal {
    position: static;
    display: block;
    width: 100%;
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
  }

  .modal_cover .top_modal {
    display: block;
  }

  .modal_cover .login_choices {
    display: block;
  }

  .modal_cover .login_infos {
    margin-bottom: 2em;
    padding-right: 1em;
    border-right-style: none;
  }

  .modal_cover .left_modal-wrapper.top {
    border-radius: 0px;
  }

  .modal_cover .left_modal-wrapper.bottom {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }

  .modal_cover .top_left {
    -ms-grid-rows: 140px auto;
    grid-template-rows: 140px auto;
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .modal_cover #w-node-_21076a01-1373-f110-a917-171c82056dfc-f97fb6f4 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  .modal_cover #w-node-_07e1430b-8b30-ddbf-7793-2339600e33a8-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  .modal_cover #w-node-_658312a4-8449-0c95-62de-4795fb918ba5-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .modal_cover #w-node-f57bb073-53c4-c315-1d25-0ad4de8036cf-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  .modal_cover #w-node-f57bb073-53c4-c315-1d25-0ad4de8036db-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .modal_cover #w-node-_4b340a21-c522-a41e-6d6c-78d2244f1545-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .modal_cover #w-node-_9448ae28-1f23-1d6b-3066-47eba6d5467b-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .modal_cover #w-node-_0c50be9f-1172-2a6e-710b-94ff12805467-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .modal_cover #w-node-e2cbd0a1-0d47-740a-824e-419fdaa29b1f-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  .modal_cover #w-node-e2cbd0a1-0d47-740a-824e-419fdaa29b29-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .modal_cover #w-node-e7375240-f449-3e36-4640-9ecb026152d5-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .modal_cover #w-node-e7375240-f449-3e36-4640-9ecb026152d6-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  .modal_cover #w-node-e7375240-f449-3e36-4640-9ecb026152f6-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .modal_cover #w-node-e4c30584-e30c-52ee-925f-6db0b682727f-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .modal_cover #w-node-e4c30584-e30c-52ee-925f-6db0b6827282-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  .modal_cover #w-node-e4c30584-e30c-52ee-925f-6db0b6827285-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .modal_cover #w-node-_80d589eb-0049-733f-6e6d-cc182e1b99b1-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .modal_cover #w-node-_80d589eb-0049-733f-6e6d-cc182e1b99b8-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  .modal_cover #w-node-bbdba314-041d-9cfa-6762-ba9418295424-182953df {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  .modal_cover #w-node-ab8edb7d-b9b6-20eb-8301-165aeeedd220-f97fb6f4 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  .modal_cover #w-node-_07e1430b-8b30-ddbf-7793-2339600e33a8-f97fb6f4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .modal_cover #w-node-f57bb073-53c4-c315-1d25-0ad4de8036cf-f97fb6f4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .modal_cover #w-node-e2cbd0a1-0d47-740a-824e-419fdaa29b1f-f97fb6f4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .modal_cover #w-node-e7375240-f449-3e36-4640-9ecb026152d6-f97fb6f4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .modal_cover #w-node-e4c30584-e30c-52ee-925f-6db0b6827282-f97fb6f4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .modal_cover #w-node-_80d589eb-0049-733f-6e6d-cc182e1b99b8-f97fb6f4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .modal_cover #w-node-bbdba314-041d-9cfa-6762-ba9418295424-182953df {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  .modal_cover #w-node-_0b971607-4016-d219-1329-723a9654b14c-bc7fb6ff {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}
