/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* HTML element (SMACSS base) rules */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/_normalize.scss */
html {
  font-family: 'PT Sans', sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
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.
 */
/* line 33, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../sass/_normalize.scss */
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/11, Safari, and Firefox < 22.
 */
/* line 77, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* JF: Because of SEO tasks, the following changes occurred on CSS and JSP: 

  h1 --> h2
  h2 --> h3
  h3 --> h4
  h4 --> h5
  h5 --> h6
  h6 --> commented

  h1 is now reserved for SEO purposes, with same attributes as h2
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../sass/_normalize.scss */
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.
 */
/* line 277, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../sass/_normalize.scss */
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.
 */
/* line 334, ../sass/_normalize.scss */
input[type="checkbox"],
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`.
 */
/* line 346, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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).
 */
/* line 370, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/_normalize.scss */
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.
 */
/* line 390, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/_normalize.scss */
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.
 */
/* line 408, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 55, ../sass/_print.scss */
  body {
    padding: 0 20px;
  }

  /* line 59, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }
  /* line 67, ../sass/_print.scss */
  body p,
  #page p,
  #main p,
  #content p {
    margin: 0;
  }

  /* line 73, ../sass/_print.scss */
  #page #header, #page button, #page .region-subscribe {
    display: none;
  }

  /* line 78, ../sass/_print.scss */
  #main {
    padding: 0 !important;
  }
  /* line 81, ../sass/_print.scss */
  #main .subscribe {
    display: none;
  }
  /* line 84, ../sass/_print.scss */
  #main .region-highlighted {
    background-color: #2e2e2e !important;
    height: 75px !important;
  }
  /* line 88, ../sass/_print.scss */
  #main .region-highlighted .contacts {
    padding-left: 60px;
    top: 5px !important;
    right: 20px !important;
    background-image: initial !important;
  }
  /* line 95, ../sass/_print.scss */
  #main .block-block {
    padding: 0 !important;
  }
  /* line 98, ../sass/_print.scss */
  #main .latPhone {
    display: none !important;
  }

  /* line 107, ../sass/_print.scss */
  #simulator header.simulator {
    background-color: #e6e6e7;
    padding: 15px !important;
    margin: 15px 0 0 !important;
  }
  /* line 114, ../sass/_print.scss */
  #simulator .choice {
    margin-bottom: 30px;
  }
  /* line 118, ../sass/_print.scss */
  #simulator section {
    margin: 0 !important;
  }
  /* line 122, ../sass/_print.scss */
  #simulator section h2 {
    font-size: 18px;
    line-height: 40px;
  }
  /* line 129, ../sass/_print.scss */
  #simulator section .summary {
    padding-left: 0 !important;
  }
  /* line 133, ../sass/_print.scss */
  #simulator section .summary p {
    margin: 0 !important;
  }
  /* line 139, ../sass/_print.scss */
  #simulator section.person, #simulator section.finish {
    margin: 0;
  }
  /* line 147, ../sass/_print.scss */
  #simulator section.offer .plan {
    border: 0 !important;
  }
  /* line 151, ../sass/_print.scss */
  #simulator section.offer .plan ul, #simulator section.offer button, #simulator section.offer .lead {
    display: none !important;
  }

  /* line 158, ../sass/_print.scss */
  p.alternative {
    display: none !important;
  }

  /* line 163, ../sass/_print.scss */
  .region-subscribe {
    display: none !important;
  }

  /* line 168, ../sass/_print.scss */
  #block-system-main-menu {
    display: none !important;
  }

  /* line 172, ../sass/_print.scss */
  .region-bottom {
    padding: 20px 0 0px !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 178, ../sass/_print.scss */
  section.alternative,
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .region-highlighted,
  .feed-icons {
    visibility: hidden;
    display: none !important;
  }

  /* line 198, ../sass/_print.scss */
  .offers tr.coverage {
    display: none;
  }

  /* line 201, ../sass/_print.scss */
  .offers thead {
    border-bottom: 1px solid #CCC;
  }

  /* line 204, ../sass/_print.scss */
  #simulator section.offer h2 {
    margin-top: 0 !important;
  }

  /* line 207, ../sass/_print.scss */
  #simulator table.offers tfoot tr.details td:after {
    content: "" !important;
  }

  /* line 210, ../sass/_print.scss */
  #simulator table.offers thead th.highlight {
    top: 0 !important;
  }

  /* line 213, ../sass/_print.scss */
  #simulator table.offers thead th.highlight:before {
    display: none;
  }

  /* line 216, ../sass/_print.scss */
  #simulator table.offers {
    margin: auto;
    margin-top: 0px !important;
  }

  /* line 219, ../sass/_print.scss */
  #simulator table.offers td:first-child {
    display: none;
  }

  /* line 222, ../sass/_print.scss */
  #simulator table.offers tr.features,
  #simulator table.offers td.legend,
  #simulator table.offers tfoot {
    display: none;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
/* line 22, ../sass/styles.scss */
.appleLinks a {
  color: #000000;
  text-decoration: none;
}

/* line 23, ../sass/styles.scss */
.appleLinksWhite a {
  color: #ffffff;
  text-decoration: none;
}

/* line 28, ../sass/styles.scss */
body {
  position: relative;
}

/* line 32, ../sass/styles.scss */
label.error {
  color: #e32606;
  font-size: 14px;
  background-color: transparent;
  font-weight: bold;
}

/* line 39, ../sass/styles.scss */
.tooltip {
  position: absolute;
  text-align: left;
  bottom: 30px;
  font-size: 12px;
  line-height: 12px;
  padding: 10px;
  max-width: 400px;
  min-width: 200px;
  color: #2e2e2e;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #e32606;
}
/* line 52, ../sass/styles.scss */
.tooltip p {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 59, ../sass/styles.scss */
#page, .region-bottom {
  max-width: 100%;
}

/* line 63, ../sass/styles.scss */
#page {
  overflow: hidden !important;
}

@media screen and (max-width: 480px) {
  /* line 67, ../sass/styles.scss */
  .region-bottom {
    text-align: left !important;
  }
}

/* line 73, ../sass/styles.scss */
#header, #content, #navigation, .region-sidebar-first, .region-sidebar-second, #footer {
  padding: 0;
}

/* line 77, ../sass/styles.scss */
.wrapper {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  /* line 77, ../sass/styles.scss */
  .wrapper {
    padding: 0;
  }
}

/* line 87, ../sass/styles.scss */
.front #header {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  color: #FFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgb(13, 146, 181);
  overflow: hidden;
}
@media screen and (min-width: 1200px) and (max-aspect-ratio: 8/5) {
  .front #header {
    background-position: top center;
  }
}
@media screen and (min-width: 1360px) and (min-aspect-ratio: 16/9) {
  .front #header {
    background-size: cover;
    background-position: center left;
  }
}
/* line 88, ../sass/styles.scss */
.front #header > img {
  display: none;
}
/* line 90, ../sass/styles.scss */
.lt-ie9 .front #header > img {
  display: block;
  position: absolute;
  bottom: 0;
}

.front #header .wrapper {
  height: 100%;
  position: relative;
}
.lt-ie9 .front #header .wrapper {
  position: relative;
  z-index: 1;
}

/* line 157, ../sass/styles.scss */
.front #header #name-and-slogan .header__site-link {
  color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  margin: 5px auto;
  display: inline-block;
  line-height: 100%;
  white-space: nowrap;
  width: 371px;
  height: 56px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("../images/logo_netvida.svg");
}
/* line 171, ../sass/styles.scss */
.lt-ie9 .front #header #name-and-slogan .header__site-link {
  background-image: url("../images/logo_netvida.png");
  text-indent: 9999px;
  width: 371px;
  height: 56px;
  overflow: hidden;
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .front #header #name-and-slogan .header__site-link {
    margin: 0 0;
    padding: 0 0;
    width: 218px;
    height: 33px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1200px) and (min-height: 800px) and (orientation: portrait),
       screen and (max-width: 800px) and (orientation: landscape) {
  .front #header #name-and-slogan .header__site-link {
    margin: 0 0;
    padding: 0 0;
    width: 371px;
    height: 56px;
  }
}

.front .header .simulate p.recover-link {
  font-style: italic;
  font-weight: bold;
}
/* line 272, ../sass/styles.scss */
.front .header .simulate a {
  color: #4f4f4f;
}
/* line 275, ../sass/styles.scss */
.front .header .simulate .simulate-now a {
  font-size: 18px;
  padding: 10px 0;
  background-color: #d81e05;
  color: #FFF;
  display: inline-block;
  text-shadow: 1px 1px 1px #333;
  text-decoration: none;
  width: 100%;
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0px 2px 0px 0px #AD0000;
  border-bottom: 1px solid #d81e05;
  transition: all 0.2s linear;
}
@media screen and (max-width: 480px) {
  /* line 275, ../sass/styles.scss */
  .front .header .simulate .simulate-now a {
    font-size: 15px;
    padding: 10px 0;
    width: 100%;
    box-shadow: unset;
    border-bottom: unset;
  }
}
@media screen and (min-width: 480px) and (max-width: 800px) {
  /* line 275, ../sass/styles.scss */
  .front .header .simulate .simulate-now a {
    padding: 10px 0;
    font-size: 18px;
  }
}
/* line 301, ../sass/styles.scss */
.front .header .simulate .simulate-now a:hover {
  background-color: #C90000;
  border-bottom: 1px solid #C90000;
}
/* line 306, ../sass/styles.scss */
.front .header .simulate .recover {
  font-weight: bold;
  text-shadow: 1px 1px 1px #333;
  position: absolute;
  bottom: -2.3em;
  width: 100%;
  color: #FFF;
  left: 0;
}
/* line 314, ../sass/styles.scss */
.front .header .simulate .recover a {
  color: #FFF;
}

/* Wide laptop screens */
@media screen and (min-width: 1360px) and (max-height: 700px) and (min-aspect-ratio: 16/9) {
  .front #header {
    background-size: cover;
    background-position: calc(-0.2 * (80vw - ((16 / 9) * (100vh - 143px)))) 0px !important;
  }
  .wrapper_wrapper .color_bar {
    padding-right: calc(80vw - ((16 / 9) * (100vh - 143px)));
  }
  .wrapper_middle, .wrapper_mid_bottom {
    padding-right: calc(80vw - ((16 / 9) * (100vh - 143px)) - 100px);
  }
}

/* line 320, ../sass/styles.scss */
.front #main {
  position: static;
}
/* line 322, ../sass/styles.scss */
.front #main .region-highlighted {
  height: 143px;
  background-color: #2e2e2e;
  color: #FFF;
  z-index: 9999;
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .front #main .region-highlighted {
    height: 125px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1200px) and (orientation: portrait),
       screen and (max-width: 800px) and (orientation: landscape) {
  .front #main .region-highlighted {
    height: 174px;
  }
}

.front #main .region-highlighted .subscribe {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 33px 0px;
  line-height: 25px;
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .front #main .region-highlighted .subscribe {
    padding: 10px 5px;
    text-align: center;
    line-height: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1200px) and (orientation: portrait),
       screen and (max-width: 800px) and (orientation: landscape) {
  .front #main .region-highlighted .subscribe {
    padding: 15px 0;
    font-size: 20px;
  }
}

/* line 360, ../sass/styles.scss */
.front #main .region-highlighted .subscribe p {
  float: left;
  clear: left;
  margin: 0;
  width: 30%;
  font-size: 18px;
  color: #bfc0c2;
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .front #main .region-highlighted .subscribe p {
    font-size: 10px;
    display: block;
    width: 70%;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
}
@media screen and (min-width: 480px) and (max-width: 1200px) and (orientation: portrait),
       screen and (max-width: 800px) and (orientation: landscape) {
  .front #main .region-highlighted .subscribe p {
    clear: none !important;
    width: auto;
    float: none;
    padding: 0 25px;
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 800px) and (max-width: 960px) and (orientation: landscape) {
  .front #main .region-highlighted .subscribe p {
    font-size: 16px;
  	width: calc(0.3 * 70vw);
  }
}
@media screen and (min-width: 1366px) {
  .front #main .region-highlighted .subscribe p {
    font-size: 21px;
  }
}
.front #main .region-highlighted .subscribe ul {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  min-width: 580px;
  list-style: none;
  background-image: url("../images/header_arrow.png");
  padding-left: 10%;
  background-repeat: no-repeat;
  background-position: left center;
  height: 143px;
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .front #main .region-highlighted .subscribe ul {
    height: 125px;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    min-width: 100px;
    background-image: none;
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 480px) and (max-width: 1200px) and (orientation: portrait),
       screen and (max-width: 800px) and (orientation: landscape) {
  .front #main .region-highlighted .subscribe ul {
    background-image: none;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    min-width: auto;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    right: auto;
    top: auto;
  }
}
.front #main .region-highlighted .subscribe ul li {
  cursor: pointer;
  display: block;
  float: left;
  width: 33%;
  font-size: 16px;
  font-style: italic;
  color: #BFC0C2;
  background-repeat: no-repeat;
  background-image: url("../images/online.svg");
  box-sizing: border-box;
  padding-left: 90px;
  margin-top: 33px;
  height: 76px;
  line-height: 18px;
}
.lt-ie9 .front #main .region-highlighted .subscribe ul li {
  background-image: url("../images/online_cinza_76x76.png");
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .front #main .region-highlighted .subscribe ul li {
    font-size: 10px;
    text-align: center;
    background-size: 40px;
    padding-left: 0;
    padding-top: 40px;
    padding-right: 0;
    margin-top: 20px;
    background-position: top center;
    color: transparent;
  }
}
@media screen and (min-width: 480px) and (max-width: 1200px) and (orientation: portrait),
       screen and (max-width: 800px) and (orientation: landscape) {
  .front #main .region-highlighted .subscribe ul li {
    font-size: 14px;
    padding-left: 0;
    margin-top: 0;
    padding-top: 86px;
    background-size: inherit;
    background-position: center;
  }
}

/* line 463, ../sass/styles.scss */
.front #main .region-highlighted .subscribe ul li + li {
  background-image: url("./../images/telefone.svg");
}
/* line 465, ../sass/styles.scss */
.lt-ie9 .front #main .region-highlighted .subscribe ul li + li {
  background-image: url("./../images/telefone_cinza_76x76.png");
}
/* line 469, ../sass/styles.scss */
.front #main .region-highlighted .subscribe ul li + li + li {
  background-image: url("./../images/mediador.svg");
}
/* line 471, ../sass/styles.scss */
.lt-ie9 .front #main .region-highlighted .subscribe ul li + li + li {
  background-image: url("./../images/mediador_cinza_76x76.png");
}
/* line 475, ../sass/styles.scss */
.front #main .region-highlighted .subscribe ul li strong {
  display: block;
  white-space: nowrap;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  text-transform: uppercase;
  margin: 8px 0;
}
@media screen and (max-width: 480px) {
  /* line 475, ../sass/styles.scss */
  .front #main .region-highlighted .subscribe ul li strong {
    margin: 0;
    font-size: 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 800px) {
  /* line 475, ../sass/styles.scss */
  .front #main .region-highlighted .subscribe ul li strong {
    font-size: 15px;
    margin: 0;
  }
}
.txt_large {
  display: block;
}
@media screen and (max-width: 1200px) and (orientation: portrait),
       screen and (max-width: 800px) and (orientation: landscape) {
  .txt_large {
    display: none;
  }
}

/* line 495, ../sass/styles.scss */
.front #main .region-highlighted .contacts {
  position: absolute;
  top: 50px;
  right: 70px;
  z-index: 2;
  color: #FFF;
  padding-left: 60px;
  min-height: 60px;
  background-repeat: no-repeat;
  background-position: left 16px;
  background-image: url("./../images/telefone_branco_52x52.png");
}
/* line 506, ../sass/styles.scss */
.lt-ie9 .front #main .region-highlighted .contacts {
  background-image: url("./../images/telefone_header.png");
}
@media screen and (min-width: 1366px) {
  /* line 495, ../sass/styles.scss */
  .front #main .region-highlighted .contacts {
    right: 100px;
  }
}
@media screen and (max-width: 800px) {
  /* line 495, ../sass/styles.scss */
  .front #main .region-highlighted .contacts {
    top: 20px;
    right: 60px;
    padding-left: 40px;
    background-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  /* line 495, ../sass/styles.scss */
  .front #main .region-highlighted .contacts {
    top: calc(1* (100vh - 125px - 140px));
    left: 0px;
    padding-left: 10px;
    margin: 0 0;
    background-image: none;
    width: 154px;
  }
  /* line 522, ../sass/styles.scss */
  .front #main .region-highlighted .contacts h3 {
    font-size: 16px;
  }
}
/* line 526, ../sass/styles.scss */
.front #main .region-highlighted .contacts p {
  color: #808285;
  margin: 0;
  line-height: 120%;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  /* line 526, ../sass/styles.scss */
  .front #main .region-highlighted .contacts p {
    font-size: 14px;
    line-height: 100%;
  }
}
@media screen and (max-width: 480px) {
  /* line 526, ../sass/styles.scss */
  .front #main .region-highlighted .contacts p {
    font-size: 9px;
    line-height: 100%;
  }
}
/* line 539, ../sass/styles.scss */
.front #main .region-highlighted .contacts a {
  color: #808285;
  text-decoration: none;
  font-size: 31px;
  font-weight: bold;
  display: block;
  padding-top: 10px;
}
@media screen and (max-width: 800px) {
  /* line 539, ../sass/styles.scss */
  .front #main .region-highlighted .contacts a {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  /* line 539, ../sass/styles.scss */
  .front #main .region-highlighted .contacts a {
    font-size: 16px;
  }
}
/* line 553, ../sass/styles.scss */
.front #main .region-highlighted .contacts.alternative {
  color: #333;
  top: -70px;
  right: auto;
  float: right;
  position: relative;
  text-shadow: none;
}
/* line 560, ../sass/styles.scss */
.front #main .region-highlighted .contacts.alternative .new {
  display: block;
}
/* line 563, ../sass/styles.scss */
.front #main .region-highlighted .contacts.alternative a {
  color: #333;
}
/* line 566, ../sass/styles.scss */
.front #main .region-highlighted .contacts.alternative p {
  color: #333 !important;
}
/* line 570, ../sass/styles.scss */
.front #main .region-highlighted .contacts .new {
  display: none;
  font-size: 18px;
  position: absolute;
  width: 100%;
  right: 0;
  padding: 10px 0;
  background-color: #D81E05;
  color: #FFF;
  border: none;
  text-shadow: 1px 1px 1px #333;
  margin-top: 30px;
  font-style: normal;
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0px 2px 0px 0px #AD0000;
  border-bottom: 1px solid #D81E05;
  transition: all 0.2s linear;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  /* line 570, ../sass/styles.scss */
  .front #main .region-highlighted .contacts .new {
    margin-top: 115px;
  }
}
@media screen and (max-width: 480px) {
  /* line 570, ../sass/styles.scss */
  .front #main .region-highlighted .contacts .new {
    margin-right: 10px;
    padding: 10px;
    white-space: nowrap;
    max-width: none;
    width: auto;
  }
}
/* line 603, ../sass/styles.scss */
.front #page-title {
  display: none;
}
/* line 607, ../sass/styles.scss */
.front #content .block-block {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}

/* line 615, ../sass/styles.scss */
#footer {
  background-color: #272727;
  color: #FFFFFF;
  font-size: 14px;
}
/* line 619, ../sass/styles.scss */
#footer .legal {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
  text-transform: uppercase;
  background-image: url("./../images/info.png");
  background-repeat: no-repeat;
  background-position: 10px 0px;
  line-height: 20px;
}
/* line 628, ../sass/styles.scss */
#footer .legal p {
  padding-left: 25px;
}
@media screen and (max-width: 480px) {
  /* line 628, ../sass/styles.scss */
  #footer .legal p {
    padding-left: 25px;
    padding-top: 5px;
    line-height: 15px;
  }
}

/* line 639, ../sass/styles.scss */
.region-subscribe {
  background-color: #2e2e2e;
}
@media screen and (min-width: 480px) and (max-width: 800px) {
  /* line 639, ../sass/styles.scss */
  .region-subscribe {
    padding: 48px 0px;
    border-bottom: 5px solid #2e2e2e;
  }
}
@media screen and (max-width: 600px) {
  /* line 639, ../sass/styles.scss */
  .region-subscribe {
    display: none;
  }
}
/* line 648, ../sass/styles.scss */
.region-subscribe #block-block-8 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 48px 0px;
  line-height: 25px;
}
@media screen and (min-width: 700px) and (max-width: 800px) {
  /* line 648, ../sass/styles.scss */
  .region-subscribe #block-block-8 {
    padding: 0;
    margin: -35px 0;
  }
}
@media screen and (max-width: 999px) and (min-width: 480px) {
  /* line 648, ../sass/styles.scss */
  .region-subscribe #block-block-8 {
    padding-top: 10px;
  }
}
/* line 661, ../sass/styles.scss */
.region-subscribe #block-block-8 p {
  margin: 0;
  float: left;
  width: 40%;
  clear: left;
  font-size: 18px;
  color: #bfc0c2;
}
@media screen and (max-width: 480px) {
  /* line 661, ../sass/styles.scss */
  .region-subscribe #block-block-8 p {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    float: none;
  }
}
@media screen and (max-width: 800px) {
  /* line 661, ../sass/styles.scss */
  .region-subscribe #block-block-8 p {
    width: auto;
    clear: none;
  }
}
@media screen and (max-width: 999px) and (min-width: 480px) {
  /* line 661, ../sass/styles.scss */
  .region-subscribe #block-block-8 p {
    clear: none;
    width: auto;
    font-size: 15px;
  }
}
@media screen and (max-width: 800px) {
  /* line 689, ../sass/styles.scss */
  .region-subscribe #block-block-8 p.pspace {
    padding-left: 5px;
  }
}
/* line 695, ../sass/styles.scss */
.region-subscribe #block-block-8 ul {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  min-width: 580px;
  list-style: none;
  background-image: url("./../images/seta.png");
  padding-left: 10%;
  background-repeat: no-repeat;
  background-position: left center;
  height: 150px;
}
@media screen and (max-width: 480px) {
  /* line 695, ../sass/styles.scss */
  .region-subscribe #block-block-8 ul {
    height: 125px;
    width: 100%;
    min-width: 100px;
    background-image: none;
    margin-top: 10px;
  }
}
@media screen and (max-width: 800px) {
  /* line 695, ../sass/styles.scss */
  .region-subscribe #block-block-8 ul {
    width: 100%;
    padding-left: 0;
    background-image: none;
  }
}
@media screen and (min-width: 1366px) {
  /* line 695, ../sass/styles.scss */
  .region-subscribe #block-block-8 ul {
    padding-left: 100px;
  }
}
@media screen and (max-width: 999px) and (min-width: 480px) {
  /* line 695, ../sass/styles.scss */
  .region-subscribe #block-block-8 ul {
    width: 95%;
    padding-left: 0;
    background-image: none;
  }
}
/* line 730, ../sass/styles.scss */
.region-subscribe #block-block-8 ul li {
  cursor: pointer;
  display: block;
  float: left;
  width: 33%;
  font-size: 16px;
  font-style: italic;
  color: #BFC0C2;
  background-repeat: no-repeat;
  background-image: url("./../images/online.svg");
  background-size: 60px 60px;
  box-sizing: border-box;
  padding-left: 75px;
  padding-right: 20px;
  margin-top: 48px;
  height: 76px;
  line-height: 18px;
}
/* line 748, ../sass/styles.scss */
.lt-ie9 .region-subscribe #block-block-8 ul li {
  background-image: url("./../images/online_cinza_60x60.png");
}
/* line 751, ../sass/styles.scss */
.region-subscribe #block-block-8 ul li + li {
  background-image: url("./../images/telefone.svg");
}
/* line 753, ../sass/styles.scss */
.lt-ie9 .region-subscribe #block-block-8 ul li + li {
  background-image: url("./../images/telefone_cinza_60x60.png");
}
/* line 757, ../sass/styles.scss */
.region-subscribe #block-block-8 ul li + li + li {
  background-image: url("./../images/mediador.svg");
}
/* line 759, ../sass/styles.scss */
.lt-ie9 .region-subscribe #block-block-8 ul li + li + li {
  background-image: url("./../images/mediador_cinza_60x60.png");
}
/* line 763, ../sass/styles.scss */
.region-subscribe #block-block-8 ul li strong {
  display: block;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  text-transform: uppercase;
  margin: 2px 0;
}
@media screen and (max-width: 480px) {
  /* line 730, ../sass/styles.scss */
  .region-subscribe #block-block-8 ul li {
    font-size: 10px;
    text-align: center;
    background-size: 40px;
    padding-left: 0;
    padding-top: 40px;
    padding-right: 0;
    background-position: top center;
    color: transparent;
  }
}
@media screen and (max-width: 480px) {
  /* line 648, ../sass/styles.scss */
  .region-subscribe #block-block-8 {
    padding: 10px 5px;
    text-align: center;
    line-height: 15px;
  }
}

/* line 790, ../sass/styles.scss */
.region-bottom {
  background-color: #2e2e2e;
  text-align: right;
  padding: 50px 0 15px;
}
@media screen and (max-width: 600px) {
  /* line 790, ../sass/styles.scss */
  .region-bottom {
    padding: 30px 0 15px;
  }
}
/* line 797, ../sass/styles.scss */
.region-bottom .wrapper {
  background-image: url("./../images/logo_footer.png");
  background-repeat: no-repeat;
  background-position: 10px 0px;
  padding: 0 10px 0 180px;
  box-sizing: border-box;
  background-size: 15%;
}
@media screen and (max-width: 480px) {
  /* line 797, ../sass/styles.scss */
  .region-bottom .wrapper {
    padding: 40px 0 0;
    background-position: 50% 0px;
    background-size: 60%;
  }
}
@media screen and (min-width: 1366px) {
  /* line 797, ../sass/styles.scss */
  .region-bottom .wrapper {
    background-position: 0px 0px;
  }
}
/* line 813, ../sass/styles.scss */
.region-bottom .copyright {
  display: inline-block;
  color: #808285;
  font-size: 12px;
}
@media screen and (min-width: 700px) and (max-width: 800px) {
  /* line 813, ../sass/styles.scss */
  .region-bottom .copyright {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  /* line 813, ../sass/styles.scss */
  .region-bottom .copyright {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}
/* line 826, ../sass/styles.scss */
.region-bottom .copyright p {
  margin: 0;
}
/* line 830, ../sass/styles.scss */
.region-bottom #block-system-main-menu {
  display: inline-block;
}
/* line 832, ../sass/styles.scss */
.region-bottom #block-system-main-menu ul {
  margin: 0;
  padding: 0;
}
/* line 835, ../sass/styles.scss */
.region-bottom #block-system-main-menu ul a {
  color: #d81e05;
  font-size: 14px;
  margin-left: 30px;
}
@media screen and (min-width: 700px) and (max-width: 800px) {
  /* line 835, ../sass/styles.scss */
  .region-bottom #block-system-main-menu ul a {
    margin-left: 10px;
  }
}
/* line 843, ../sass/styles.scss */
.region-bottom #block-system-main-menu ul li {
  display: inline-block;
  list-style: none;
}
@media screen and (max-width: 480px) {
  /* line 843, ../sass/styles.scss */
  .region-bottom #block-system-main-menu ul li {
    display: block;
  }
}

/* line 857, ../sass/styles.scss */
#simulator header.simulator {
  background-color: #e6e6e7;
  padding: 35px;
  margin: 35px 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  /* line 857, ../sass/styles.scss */
  #simulator header.simulator {
    padding: 0px 50px 0px;
    margin: 35px 0 0;
    display: none;
  }
}
/* line 868, ../sass/styles.scss */
#simulator header.simulator p.info {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  /* line 868, ../sass/styles.scss */
  #simulator header.simulator p.info {
    display: none;
  }
}
/* line 876, ../sass/styles.scss */
#simulator header.simulator div.code {
  float: right;
  display: none;
}
@media screen and (max-width: 800px) {
  /* line 876, ../sass/styles.scss */
  #simulator header.simulator div.code {
    text-align: center;
    float: none;
    padding: 10px 0;
  }
}
/* line 884, ../sass/styles.scss */
#simulator header.simulator div.code p.code {
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
}
/* line 889, ../sass/styles.scss */
#simulator header.simulator div.code p.cod-sim {
  margin: 0;
  background-color: #333;
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  border-radius: 3px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  /* line 889, ../sass/styles.scss */
  #simulator header.simulator div.code p.cod-sim {
    padding: 0 15px;
    display: inline-block;
  }
}
/* line 904, ../sass/styles.scss */
#simulator header.simulator p.note {
  text-transform: uppercase;
  margin: 0;
}
/* line 908, ../sass/styles.scss */
#simulator header.simulator ul {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  /* line 908, ../sass/styles.scss */
  #simulator header.simulator ul {
    display: none;
  }
}
/* line 915, ../sass/styles.scss */
#simulator header.simulator ul li {
  list-style: none;
  font-weight: bold;
  display: inline-block;
}
/* line 919, ../sass/styles.scss */
#simulator header.simulator ul li small {
  font-weight: normal;
  font-size: 12px;
}
/* line 923, ../sass/styles.scss */
#simulator header.simulator ul li + li:before {
  content: '|';
  display: inline-block;
  font-weight: normal;
  margin: 0 5px;
}
/* line 932, ../sass/styles.scss */
#simulator section {
  margin: 75px 0;
  padding-left: 120px;
  position: relative;
  /* ===== AFS CODE ===== */
  /* ===== END AFS CODE ===== */
}
@media screen and (max-width: 820px) {
  /* line 932, ../sass/styles.scss */
  #simulator section {
    padding-left: 0;
  }
}
/* line 941, ../sass/styles.scss */
#simulator section.finish {
  min-height: 0 !important;
}
/* line 944, ../sass/styles.scss */
#simulator section.offer {
  margin-bottom: 0;
}
/* line 948, ../sass/styles.scss */
#simulator section .summary {
  display: none;
  max-width: 820px;
  padding-left: 75px;
}
@media screen and (max-width: 820px) {
  /* line 948, ../sass/styles.scss */
  #simulator section .summary {
    padding-left: 0;
    margin-left: 0px;
  }
}
/* line 957, ../sass/styles.scss */
#simulator section .summary.hidden {
  display: none !important;
}
/* line 961, ../sass/styles.scss */
#simulator section .summary p .animal_fim_hidden {
  display: none;
}
@media screen and (max-width: 820px) {
  /* line 960, ../sass/styles.scss */
  #simulator section .summary p {
    margin-top: 0;
  }
}
/* line 968, ../sass/styles.scss */
#simulator section .summary .jobsituation {
  text-transform: lowercase;
}
/* line 972, ../sass/styles.scss */
#simulator section .terms {
  font-size: 14px;
  color: #5B0B00;
}
/* line 975, ../sass/styles.scss */
#simulator section .terms input {
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}
/* line 981, ../sass/styles.scss */
#simulator section.person {
  margin: 50px 0;
  background-color: #FFF;
  position: relative;
  min-height: 300px;
  z-index: 12;
  border-top: 50px solid #FFF;
  margin-top: 0;
}
/* line 990, ../sass/styles.scss */
.lt-ie9 #simulator section.person .ball {
  background-image: url("./../images/dados_condutor_cinza.png");
}
/* line 994, ../sass/styles.scss */
#simulator section.person .icon {
  background-image: url("./../images/condutor_grey.svg");
}
/* line 998, ../sass/styles.scss */
#simulator section.person.open .icon {
  background-image: url("./../images/condutor_white.svg");
}
/* line 1005, ../sass/styles.scss */
.lt-ie9 #simulator section.insurance-activities .ball {
  background-image: url("./../images/dados_actividade_cinza.png");
}
/* line 1009, ../sass/styles.scss */
#simulator section.insurance-activities .icon {
  background-image: url("./../images/dados_actividade_cinza.svg");
}
/* line 1013, ../sass/styles.scss */
#simulator section.insurance-activities.open .icon {
  background-image: url("./../images/dados_actividade_branco.svg");
}
.lt-ie9 #simulator section.insurance-activities.open .icon {
  background-image: url("./../images/dados_actividade_vermelho.png");
}
/* line 1017, ../sass/styles.scss */
#simulator section.person div.firstdate,
#simulator section.person div.accidents,
#simulator section.person div.accidents-guilt {
  display: none;
}
/* line 1022, ../sass/styles.scss */
#simulator section.person div.firstdate .info:after,
#simulator section.person div.accidents .info:after,
#simulator section.person div.accidents-guilt .info:after {
  content: '';
  display: inline-block;
  margin-left: 14px;
  width: 17px;
  height: 17px;
  margin-bottom: -2px;
  background-image: url("./../images/info_red.png");
  cursor: pointer;
}
#simulator table.offers tbody th .obs {
  font-size: 12px;
}
/* line 1034, ../sass/styles.scss */
#simulator section.person .politica {
  color: #9A1100;
}
@media screen and (max-width: 1000px) {
  /* line 1039, ../sass/styles.scss */
  #simulator section.offer .content {
    padding-left: 0;
    margin-left: 0px;
  }
}
@media screen and (max-width: 800px) {
  /* line 1045, ../sass/styles.scss */
  #simulator section.offer h2 {
    margin-top: 60px;
  }
}
/* line 1051, ../sass/styles.scss */
.lt-ie9 #simulator section.offer .ball {
  background-image: url("./../images/dados_planos_cinza.png");
}
/* line 1055, ../sass/styles.scss */
#simulator section.offer .icon {
  background-image: url("./../images/oferta_grey.svg");
}
/* line 1059, ../sass/styles.scss */
#simulator section.offer.open .icon {
  background-image: url("./../images/oferta_white.svg");
}
@media screen and (max-width: 820px) {
  /* line 1064, ../sass/styles.scss */
  #simulator section .progress {
    display: none !important;
  }
}
/* line 1068, ../sass/styles.scss */
#simulator section .progress .ball {
  position: absolute;
  left: 0;
  top: 0;
  width: 62px;
  height: 62px;
  border: 1px solid #CCC;
  background-color: #E6E6E7;
  border-radius: 40px;
  padding: 8px;
}
/* line 1078, ../sass/styles.scss */
.lt-ie9 #simulator section .progress .ball {
  border: 1px solid transparent;
  background-color: transparent;
  background-position: -1px -1px;
}
/* line 1083, ../sass/styles.scss */
#simulator section .progress .ball .icon {
  width: 62px;
  height: 62px;
  background-color: #FFF;
  border-radius: 31px;
  box-shadow: 0px 1px 3px rgba(141, 141, 141, 0.4);
  background-position: center;
  background-repeat: no-repeat;
}
/* line 1091, ../sass/styles.scss */
.lt-ie9 #simulator section .progress .ball .icon {
  background-color: transparent;
}
/* line 1096, ../sass/styles.scss */
#simulator section .progress .progressbar {
  position: absolute;
  top: 77px;
  left: 32px;
  width: 6px;
  padding: 0 4px;
  height: 100%;
  background-color: #E6E6E7;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  z-index: 1;
}
/* line 1107, ../sass/styles.scss */
#simulator section .progress .progressbar .innerbar {
  background-color: #E02406;
  margin-top: -10px;
  position: relative;
  box-shadow: 0px 1px 3px rgba(91, 11, 0, 0.4);
  overflow: visible !important;
}
/* line 1113, ../sass/styles.scss */
#simulator section .progress .progressbar .innerbar .percentage {
  position: absolute;
  bottom: 0;
  left: 30px;
  background-color: #2E2E2E;
  color: #FFF;
  white-space: nowrap;
  font-size: 12px;
  padding-right: 20px;
  line-height: 18px;
  border-radius: 0 2px 2px 0;
  display: none;
}
/* line 1125, ../sass/styles.scss */
.lt-ie9 #simulator section .progress .progressbar .innerbar .percentage, .ie9 #simulator section .progress .progressbar .innerbar .percentage {
  width: 35px;
  margin-left: -5px;
}
/* line 1130, ../sass/styles.scss */
#simulator section .progress .progressbar .innerbar .percentage:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 10px 9px 0;
  position: relative;
  float: left;
  left: -10px;
  border-color: transparent #2E2E2E transparent transparent;
}
/* line 1141, ../sass/styles.scss */
#simulator section .progress .progressbar .innerbar .percentage:after {
  content: '%';
  color: #f42206;
  display: inline-block;
}
/* line 1145, ../sass/styles.scss */
.lt-ie9 #simulator section .progress .progressbar .innerbar .percentage:after, .ie9 #simulator section .progress .progressbar .innerbar .percentage:after {
  position: absolute;
}
/* line 1154, ../sass/styles.scss */
#simulator section > h2 {
  color: #808285;
  font-size: 24px;
  margin: 0;
  line-height: 78px;
}
/* line 1160, ../sass/styles.scss */
#simulator section .content {
  padding-left: 75px;
  max-width: 820px;
  display: none;
}
@media screen and (max-width: 820px) {
  /* line 1160, ../sass/styles.scss */
  #simulator section .content {
    padding-left: 0px;
  }
}
/* line 1167, ../sass/styles.scss */
#simulator section .content .hidden, #simulator section .content.hidden {
  display: none !important;
}
/* line 1171, ../sass/styles.scss */
#simulator section .content .warning {
  float: left;
  padding: 10px;
}
/* line 1175, ../sass/styles.scss */
#simulator section .content .dependent-step {
  display: none;
}
/* line 1180, ../sass/styles.scss */
#simulator section.offer .content {
  max-width: 920px;
}
/* line 1185, ../sass/styles.scss */
#simulator section.open .content {
  display: block;
}
/* line 1190, ../sass/styles.scss */
.lt-ie9 #simulator section.open.person .ball {
  background-image: url("./../images/dados_condutor_vermelho_progress_1.png");
}
/* line 1197, ../sass/styles.scss */
.lt-ie9 #simulator section.open.offer .ball {
  background-image: url("./../images/dados_planos_vermelho.png");
}
/* line 1204, ../sass/styles.scss */
#simulator section.open .progress .ball .icon {
  background-color: #e02406;
  box-shadow: 0px 1px 3px rgba(91, 11, 0, 0.4);
}
/* line 1207, ../sass/styles.scss */
.lt-ie9 #simulator section.open .progress .ball .icon {
  background-color: transparent;
}
/* line 1213, ../sass/styles.scss */
#simulator section.open > h2 {
  color: #d81e05;
  text-shadow: 0px 1px 1px rgba(91, 11, 0, 0.2);
}
/* line 1218, ../sass/styles.scss */
#simulator section .radio {
  margin-bottom: 40px;
}
/* line 1220, ../sass/styles.scss */
#simulator section .radio .question {
  margin: 0;
  color: #5b0b00;
  font-size: 12px;
  margin-bottom: 3px;
}
/* line 1226, ../sass/styles.scss */
#simulator section .radio .question.info:after {
  content: '';
  display: inline-block;
  margin-left: 14px;
  width: 17px;
  height: 17px;
  margin-bottom: -2px;
  background-image: url("./../images/info_red.png");
  cursor: pointer;
}
/* line 1238, ../sass/styles.scss */
#simulator section .radio label {
  float: left;
  background-color: #FFF;
  font-weight: normal;
  border: 1px solid #CCC;
  margin-right: -1px;
  width: 190px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  color: #808285;
  font-size: 14px;
  transition: all 0.2s linear;
}
@media screen and (max-width: 800px) {
  /* line 1238, ../sass/styles.scss */
  #simulator section .radio label {
    width: 50%;
    box-sizing: border-box;
  }
}
/* line 1238, ../sass/styles.scss */
#simulator section.insurance-activities .radio label {
  float: left;
  background-color: #FFF;
  font-weight: normal;
  border: 1px solid #CCC;
  margin-right: -1px;
  width: 270px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  color: #808285;
  font-size: 14px;
  transition: all 0.2s linear;
}

/* line 1256, ../sass/styles.scss */
#simulator section .radio label input {
  display: none;
}
/* line 1259, ../sass/styles.scss */
#simulator section .radio label.first {
  border-radius: 3px 0 0 3px;
}
/* line 1262, ../sass/styles.scss */
#simulator section .radio label.last {
  border-radius: 0 3px 3px 0;
}
/* line 1265, ../sass/styles.scss */
#simulator section .radio label.selected {
  background-color: #2e2e2e;
  color: #e6e6e7;
}
/* line 1270, ../sass/styles.scss */
#simulator section .radio label.info:after {
  content: '';
  display: inline-block;
  margin-left: 14px;
  width: 17px;
  height: 17px;
  margin-bottom: -2px;
  background-image: url("./../images/info_red.png");
  cursor: pointer;
}
/* line 1282, ../sass/styles.scss */
#simulator section .radio.error {
  background-color: transparent;
}
/* line 1284, ../sass/styles.scss */
#simulator section .radio.error label {
  border-color: #E32606;
}
/* line 1288, ../sass/styles.scss */
#simulator section .radio.error + label {
  position: relative;
  top: -40px;
}
@media screen and (max-width: 800px) {
  /* line 1294, ../sass/styles.scss */
  #simulator section .radio.license label {
    width: 33.3%;
    box-sizing: border-box;
  }
}
/* line 1301, ../sass/styles.scss */
#simulator section div.datepicker, #simulator section div.datepicker-extended, #simulator section div.car, #simulator section div.multi {
  margin-bottom: 40px;
}
/* line 1303, ../sass/styles.scss */
#simulator section div.datepicker .question, #simulator section div.datepicker-extended .question, #simulator section div.car .question, #simulator section div.multi .question {
  margin: 0;
  font-size: 18px;
  color: #808285;
  border-bottom: 1px solid #bfc0c2;
  line-height: 32px;
  cursor: pointer;
}
/* line 1310, ../sass/styles.scss */
#simulator section div.datepicker .question:after, #simulator section div.datepicker-extended .question:after, #simulator section div.car .question:after, #simulator section div.multi .question:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 8px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-image: url("./../images/input_arrow_down.png");
}
/* line 1320, ../sass/styles.scss */
#simulator section div.datepicker.error, #simulator section div.datepicker-extended.error, #simulator section div.car.error, #simulator section div.multi.error {
  background-color: transparent;
}
/* line 1322, ../sass/styles.scss */
#simulator section div.datepicker.error .question, #simulator section div.datepicker-extended.error .question, #simulator section div.car.error .question, #simulator section div.multi.error .question {
  border-color: #E32606;
}
/* line 1326, ../sass/styles.scss */
#simulator section div.datepicker.error + label, #simulator section div.datepicker-extended.error + label, #simulator section div.car.error + label, #simulator section div.multi.error + label {
  position: relative;
  top: -40px;
}
/* line 1332, ../sass/styles.scss */
#simulator section div.datepicker div.datepicker-widget {
  display: none;
  position: relative;
}
/* line 1335, ../sass/styles.scss */
#simulator section div.datepicker div.datepicker-widget .instruction {
  margin: 0;
  color: #5b0b00;
  font-size: 12px;
  margin-bottom: 3px;
}
/* line 1341, ../sass/styles.scss */
#simulator section div.datepicker div.datepicker-widget .instruction-year,
#simulator section div.datepicker div.datepicker-widget .instruction-month {
  position: absolute;
  bottom: 1px;
  background-color: #d81e05;
  color: #FFF;
  text-indent: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 46px;
  overflow: hidden;
}
/* line 1354, ../sass/styles.scss */
#simulator section div.datepicker div.datepicker-widget .instruction-year {
  width: 25%;
  left: 1px;
  border-radius: 0 0 0 3px;
}
@media screen and (max-width: 800px) {
  /* line 1354, ../sass/styles.scss */
  #simulator section div.datepicker div.datepicker-widget .instruction-year {
    width: 100%;
  }
}
/* line 1362, ../sass/styles.scss */
#simulator section div.datepicker div.datepicker-widget .instruction-month {
  right: 1px;
  width: 75%;
  border-radius: 0 0 3px 0;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  /* line 1362, ../sass/styles.scss */
  #simulator section div.datepicker div.datepicker-widget .instruction-month {
    width: 100%;
  }
}
/* line 1372, ../sass/styles.scss */
#simulator section div.datepicker div.datepicker-widget ul.datepicker-widget {
  border: 1px solid #CCC;
  border-radius: 3px;
  margin: 0;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
/* line 1379, ../sass/styles.scss */
#simulator section div.datepicker div.datepicker-widget ul.datepicker-widget ul {
  margin: 0;
  padding: 0;
}
/* line 1383, ../sass/styles.scss */
#simulator section div.datepicker div.datepicker-widget ul.datepicker-widget li {
  list-style: none;
}
/* line 1385, ../sass/styles.scss */
#simulator section div.datepicker div.datepicker-widget ul.datepicker-widget li li {
  cursor: pointer;
}
/* line 1389, ../sass/styles.scss */
#simulator section div.datepicker div.datepicker-widget ul.datepicker-widget li.year {
  float: left;
  width: 25%;
  height: 174px;
  overflow: auto !important;
  text-align: center;
  line-height: 30px;
  padding: 10px 0;
  color: #808295;
  position: relative;
}
@media screen and (max-width: 800px) {
  /* line 1389, ../sass/styles.scss */
  #simulator section div.datepicker div.datepicker-widget ul.datepicker-widget li.year {
    width: 50%;
    height: 220px;
    margin-bottom: 46px;
  }
}
/* line 1404, ../sass/styles.scss */
#simulator section div.datepicker div.datepicker-widget ul.datepicker-widget li.year .selected {
  color: #d81e05;
}
/* line 1407, ../sass/styles.scss */
#simulator section div.datepicker div.datepicker-widget ul.datepicker-widget li.year .faded {
  color: #e8e8e9;
}
/* line 1411, ../sass/styles.scss */
#simulator section div.datepicker div.datepicker-widget ul.datepicker-widget li.month {
  float: left;
  width: 75%;
  height: 205px;
  line-height: 30px;
  padding: 25px 0 10px;
  overflow: auto;
  text-align: center;
  color: #808295;
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  /* line 1411, ../sass/styles.scss */
  #simulator section div.datepicker div.datepicker-widget ul.datepicker-widget li.month {
    width: 50%;
    padding: 10px 0 10px;
    height: 220px;
    margin-bottom: 46px;
  }
}
/* line 1428, ../sass/styles.scss */
#simulator section div.datepicker div.datepicker-widget ul.datepicker-widget li.month li {
  width: 33%;
  float: left;
}
@media screen and (max-width: 800px) {
  /* line 1428, ../sass/styles.scss */
  #simulator section div.datepicker div.datepicker-widget ul.datepicker-widget li.month li {
    width: 100%;
  }
}
/* line 1435, ../sass/styles.scss */
#simulator section div.datepicker div.datepicker-widget ul.datepicker-widget li.month .selected {
  color: #d81e05;
}
/* line 1438, ../sass/styles.scss */
#simulator section div.datepicker div.datepicker-widget ul.datepicker-widget li.month .faded {
  color: #e8e8e9;
}
/* line 1443, ../sass/styles.scss */
#simulator section div.datepicker div.datepicker-widget .date-selected {
  display: none;
  font-size: 18px;
  border-bottom: 1px solid #bfc0c2;
  line-height: 35px;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 1454, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget {
  display: none;
  position: relative;
}
/* line 1457, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget .instruction {
  margin: 0;
  color: #5b0b00;
  font-size: 12px;
  margin-bottom: 3px;
}
@media screen and (max-width: 800px) {
  /* line 1464, ../sass/styles.scss */
  #simulator section div.datepicker-extended div.datepicker-extended-widget .instruction-year, #simulator section div.datepicker-extended div.datepicker-extended-widget .instruction-month, #simulator section div.datepicker-extended div.datepicker-extended-widget .instruction-day {
    width: 100% !important;
    z-index: 1;
  }
}
/* line 1471, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget .instruction-year,
#simulator section div.datepicker-extended div.datepicker-extended-widget .instruction-month,
#simulator section div.datepicker-extended div.datepicker-extended-widget .instruction-day {
  position: absolute;
  bottom: 1px;
  background-color: #d81e05;
  color: #FFF;
  text-indent: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 46px;
  overflow: hidden;
}
/* line 1486, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget .instruction-year {
  width: 25%;
  left: 1px;
  border-radius: 0 0 0 3px;
}
/* line 1492, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget .instruction-month,
#simulator section div.datepicker-extended div.datepicker-extended-widget .instruction-day {
  right: 1px;
  width: 75%;
  border-radius: 0 0 3px 0;
  height: 0;
  overflow: hidden;
}
/* line 1501, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget {
  border: 1px solid #CCC;
  border-radius: 3px;
  margin: 0;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
/* line 1508, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget ul {
  margin: 0;
  padding: 0;
}
/* line 1512, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li {
  list-style: none;
}
/* line 1515, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li li {
  cursor: pointer;
}
/* line 1517, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li li.disabled {
  text-decoration: line-through;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  /* line 1523, ../sass/styles.scss */
  #simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.year, #simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.month {
    /*width: 50% !important;*/
    /*height: 220px;*/
    margin-bottom: 46px;
  }
}
/* line 1530, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.year {
  float: left;
  width: 25%;
  height: 174px;
  overflow: auto !important;
  text-align: center;
  line-height: 30px;
  padding: 10px 0;
  color: #808295;
  position: relative;
}
@media screen and (max-width: 800px) {
  /* line 1530, ../sass/styles.scss */
  #simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.year {
    width: 50% !important;
    height: 195px;
    /* margin-bottom: 46px;*/
  }
}
/* line 1546, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.year .selected {
  color: #d81e05;
}
/* line 1549, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.year .faded {
  color: #8b8b96;
}
/* line 1553, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.month {
  float: left;
  width: 75%;
  height: 205px;
  line-height: 30px;
  padding: 25px 0 10px;
  overflow: auto;
  text-align: center;
  color: #808295;
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  /* line 1553, ../sass/styles.scss */
  #simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.month {
    padding: 5px 0px !important;
    width: 50% !important;
  }
}
/* line 1569, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.month li {
  width: 33%;
  float: left;
}
@media screen and (max-width: 800px) {
  /* line 1569, ../sass/styles.scss */
  #simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.month li {
    float: left !important;
  }
}
/* line 1578, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.month .selected {
  color: #d81e05;
}
/* line 1581, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.month .faded {
  color: #8b8b96;
}
/* line 1584, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.month .nav {
  width: 8px;
  height: 14px;
  background-repeat: no-repeat;
  position: absolute;
  padding: 16px 30px;
  background-position: center;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 800px) {
  /* line 1584, ../sass/styles.scss */
  #simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.month .nav {
    padding-top: 0px !important;
    padding: 16px 15px;
  }
}
/* line 1599, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.month .nav.prev {
  background-image: url("./../images/input_arrow_left.png");
}
/* line 1602, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.month .nav.next {
  background-image: url("./../images/input_arrow_right.png");
  right: 0;
}
/* line 1608, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.day {
  float: left;
  width: 75%;
  height: 0px;
  line-height: 30px;
  overflow: auto;
  text-align: center;
  color: #808295;
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  /* line 1608, ../sass/styles.scss */
  #simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.day {
    width: 50% !important;
  }
}
/* line 1623, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.day li {
  width: 12%;
  float: left;
}
@media screen and (max-width: 800px) {
  /* line 1623, ../sass/styles.scss */
  #simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.day li {
    float: none !important;
    width: 100%;
    text-align: center;
  }
}
/* line 1633, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.day .monthActive {
  margin: 0 !important;
  height: 180px;
}
/* line 1638, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.day .selected {
  color: #d81e05;
}
/* line 1641, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.day .faded {
  color: #8b8b96;
}
@media screen and (max-width: 800px) {
  /* line 1645, ../sass/styles.scss */
  #simulator section div.datepicker-extended div.datepicker-extended-widget ul.datepicker-extended-widget li.month > ul > li {
    float: left !important;
    width: 100%;
    text-align: center;
  }
}
/* line 1653, ../sass/styles.scss */
#simulator section div.datepicker-extended div.datepicker-extended-widget .date-selected {
  display: none;
  font-size: 18px;
  border-bottom: 1px solid #bfc0c2;
  line-height: 35px;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 1664, ../sass/styles.scss */
#simulator section div.car div.car-widget {
  display: none;
  position: relative;
}
/* line 1667, ../sass/styles.scss */
#simulator section div.car div.car-widget .instruction {
  margin: 0;
  color: #5b0b00;
  font-size: 12px;
  margin-bottom: 3px;
}
/* line 1673, ../sass/styles.scss */
#simulator section div.car div.car-widget .instruction-brand,
#simulator section div.car div.car-widget .instruction-model,
#simulator section div.car div.car-widget .instruction-version {
  position: absolute;
  bottom: 1px;
  background-color: #d81e05;
  color: #FFF;
  text-indent: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 46px;
  max-height: 46px;
  overflow: hidden;
}
/* line 1688, ../sass/styles.scss */
#simulator section div.car div.car-widget .instruction-brand {
  left: 1px;
  width: 100%;
  border-radius: 0 0 3px 3px;
}
/* line 1693, ../sass/styles.scss */
#simulator section div.car div.car-widget .instruction-model,
#simulator section div.car div.car-widget .instruction-version {
  right: 1px;
  width: 0;
  border-radius: 0 0 3px 0;
}
@media screen and (max-width: 800px) {
  /* line 1693, ../sass/styles.scss */
  #simulator section div.car div.car-widget .instruction-model,
  #simulator section div.car div.car-widget .instruction-version {
    line-height: 23px;
    text-indent: 0;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 13px;
    height: 0;
  }
}
/* line 1707, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget {
  border: 1px solid #CCC;
  border-radius: 3px;
  margin: 0;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
/* line 1714, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget ul {
  margin: 0;
  padding: 0;
}
/* line 1718, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget > li {
  list-style: none;
  overflow: auto;
}
/* line 1721, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget > li li {
  cursor: pointer;
  list-style: none;
}
/* line 1726, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget li.brand {
  float: left;
  width: 100%;
  height: 154px;
  line-height: 30px;
  padding: 10px 0;
  margin-bottom: 46px;
  color: #808295;
  position: relative;
}
/* line 1735, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget li.brand li {
  width: 19%;
  padding: 0 3%;
  float: left;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 800px) {
  /* line 1735, ../sass/styles.scss */
  #simulator section div.car div.car-widget ul.car-widget li.brand li {
    width: 94%;
    white-space: normal;
    line-height: 18px;
    margin: 5px 0;
  }
}
/* line 1750, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget li.brand .selected {
  color: #d81e05;
}
/* line 1753, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget li.brand .faded {
  color: #e8e8e9;
}
/* line 1757, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget li.model {
  float: right;
  width: 0;
  height: 174px;
  line-height: 30px;
  padding: 10px 0;
  overflow: hidden;
  color: #808295;
}
/* line 1765, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget li.model li {
  width: 29%;
  padding: 0 2%;
  float: left;
  text-align: left;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 800px) {
  /* line 1765, ../sass/styles.scss */
  #simulator section div.car div.car-widget ul.car-widget li.model li {
    width: 95%;
    white-space: normal;
    line-height: 18px;
    margin: 5px 0;
  }
}
/* line 1781, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget li.model .selected {
  color: #d81e05;
}
/* line 1784, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget li.model .faded {
  color: #e8e8e9;
}
/* line 1788, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget li.version {
  float: right;
  width: 0;
  height: 174px;
  line-height: 30px;
  padding: 10px 0;
  overflow: hidden;
  color: #808295;
}
/* line 1796, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget li.version li {
  width: 96%;
  padding: 0 2%;
  float: left;
  text-align: left;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 800px) {
  /* line 1796, ../sass/styles.scss */
  #simulator section div.car div.car-widget ul.car-widget li.version li {
    line-height: 15px;
    margin-bottom: 10px;
    white-space: normal;
  }
}
/* line 1810, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget li.version li span {
  display: inline-block;
  vertical-align: middle;
}
/* line 1813, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget li.version li span + span {
  margin-left: 2%;
  font-size: 80%;
}
@media screen and (max-width: 800px) {
  /* line 1813, ../sass/styles.scss */
  #simulator section div.car div.car-widget ul.car-widget li.version li span + span {
    width: 48% !important;
    white-space: nowrap;
  }
}
/* line 1821, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget li.version li span.submodel {
  width: 51%;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 1825, ../sass/styles.scss */
.lt-ie9 #simulator section div.car div.car-widget ul.car-widget li.version li span.submodel {
  width: 50%;
}
@media screen and (max-width: 800px) {
  /* line 1821, ../sass/styles.scss */
  #simulator section div.car div.car-widget ul.car-widget li.version li span.submodel {
    width: 100%;
    display: block;
    line-height: 18px;
  }
}
/* line 1834, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget li.version li span.doors {
  width: 11%;
}
/* line 1837, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget li.version li span.places {
  width: 14%;
}
/* line 1840, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget li.version li span.volume {
  width: 8%;
}
/* line 1842, ../sass/styles.scss */
.lt-ie9 #simulator section div.car div.car-widget ul.car-widget li.version li span.volume {
  width: 9%;
}
/* line 1846, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget li.version li span.power {
  width: 8%;
}
/* line 1851, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget li.version .selected {
  color: #d81e05;
}
/* line 1854, ../sass/styles.scss */
#simulator section div.car div.car-widget ul.car-widget li.version .faded {
  color: #e8e8e9;
}
/* line 1859, ../sass/styles.scss */
#simulator section div.car div.car-widget .car-selected {
  display: none;
  font-size: 18px;
  border-bottom: 1px solid #bfc0c2;
  line-height: 35px;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 1871, ../sass/styles.scss */
#simulator section div.car-details .info:after {
  content: '';
  display: inline-block;
  margin-left: 14px;
  width: 17px;
  height: 17px;
  margin-bottom: -2px;
  background-image: url("./../images/info_red.png");
  cursor: pointer;
}
/* line 1882, ../sass/styles.scss */
#simulator section div.car-details .label {
  margin: 0;
  color: #5b0b00;
  font-size: 12px;
  margin-bottom: 3px;
}
/* line 1888, ../sass/styles.scss */
#simulator section div.car-details input.value {
  width: 100%;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #BFC0C2;
  line-height: 35px;
  margin-bottom: 40px;
}
/* line 1895, ../sass/styles.scss */
#simulator section div.car-details input.value + label.error {
  margin-top: -40px;
  margin-bottom: 16px;
}
/* line 1900, ../sass/styles.scss */
#simulator section div.car-details p.extras {
  margin: 0;
  font-size: 18px;
  color: #808285;
  border-bottom: 1px solid #bfc0c2;
  line-height: 32px;
  cursor: pointer;
  transition: all 0.2s linear;
}
/* line 1908, ../sass/styles.scss */
#simulator section div.car-details p.extras.open {
  font-size: 12px;
  color: #5B0B00;
  border: none;
}
/* line 1914, ../sass/styles.scss */
#simulator section div.car-details input.extras {
  display: none;
  width: 100%;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #BFC0C2;
  line-height: 35px;
}
/* line 1922, ../sass/styles.scss */
#simulator section div.car-details .total {
  border: 1px solid #CDB5B2;
  background-color: #EEE6E5;
  color: #5B0B00;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  margin: 40px 0;
}
/* line 1931, ../sass/styles.scss */
#simulator section div.car-details .total strong {
  color: #2e2e2e;
  font-size: 18px;
  margin-left: 20px;
  white-space: nowrap;
}
/* line 1939, ../sass/styles.scss */
#simulator section div.text {
  margin-bottom: 30px;
}
/* line 1941, ../sass/styles.scss */
#simulator section div.text .question {
  margin: 0;
  color: #5B0B00;
  font-size: 12px;
  margin-bottom: 3px;
}
/* line 1947, ../sass/styles.scss */
#simulator section div.text input {
  width: 100%;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #BFC0C2;
  line-height: 35px;
}
/* line 1954, ../sass/styles.scss */
#simulator section div.text input.error {
  border-bottom: 1px solid #e32606;
}
/* line 1961, ../sass/styles.scss */
#simulator section div.multi .info:after {
  content: '';
  display: inline-block;
  margin-left: 14px;
  width: 17px;
  height: 17px;
  margin-bottom: -2px;
  background-image: url("./../images/info_red.png");
  cursor: pointer;
}
/* line 1972, ../sass/styles.scss */
#simulator section div.multi div.multi-widget {
  display: none;
  position: relative;
}
/* line 1975, ../sass/styles.scss */
#simulator section div.multi div.multi-widget .instruction {
  margin: 0;
  color: #5b0b00;
  font-size: 12px;
  margin-bottom: 3px;
}
/* line 1981, ../sass/styles.scss */
#simulator section div.multi div.multi-widget .autocomplete {
  height: 30px;
  line-height: 30px;
  margin: 0;
  border: 1px solid #CCC;
  border-radius: 3px 3px 0 0;
  border-width: 1px 1px 0;
  margin-bottom: -1px;
  padding: 0 10px;
  text-transform: uppercase;
}
/* line 1992, ../sass/styles.scss */
#simulator section div.multi div.multi-widget .instruction-multi {
  position: absolute;
  bottom: 1px;
  background-color: #d81e05;
  color: #FFF;
  text-indent: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 46px;
  max-height: 46px;
  overflow: hidden;
  left: 1px;
  width: 100%;
  border-radius: 0 0 3px 3px;
}
/* line 2008, ../sass/styles.scss */
#simulator section div.multi div.multi-widget ul.multi {
  border: 1px solid #CCC;
  border-radius: 3px;
  margin: 0;
  list-style: none;
  padding: 10px 0;
  overflow: auto;
  height: 174px;
  margin-bottom: 46px;
}
/* line 2017, ../sass/styles.scss */
#simulator section div.multi div.multi-widget ul.multi li {
  list-style: none;
  cursor: pointer;
  width: 94%;
  line-height: 25px;
  color: #808295;
  position: relative;
  padding: 2px 3%;
  float: left;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 2030, ../sass/styles.scss */
#simulator section div.multi div.multi-widget ul.multi li.selected {
  color: #d81e05;
}
/* line 2033, ../sass/styles.scss */
#simulator section div.multi div.multi-widget ul.multi li.faded {
  color: #8b8b96;
}
/* line 2036, ../sass/styles.scss */
#simulator section div.multi div.multi-widget ul.multi li.hidden {
  display: none;
}
/* line 2041, ../sass/styles.scss */
#simulator section div.multi div.multi-widget .multi-selected {
  display: none;
  font-size: 18px;
  border-bottom: 1px solid #bfc0c2;
  line-height: 35px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 2052, ../sass/styles.scss */
#simulator section div.multi div.multi-widget .error + .multi-selected {
  border-bottom: 1px solid #E32606;
  background-color: #FEF5F1;
  color: #8C2E0B;
}
/* line 2059, ../sass/styles.scss */
#simulator section div.promo {
  margin-bottom: 30px;
  background-color: #f1ebea;
  border: 1px solid #d7c4c1;
  border-radius: 3px;
  padding-left: 50px;
  padding-right: 50px;
}
/* line 2068, ../sass/styles.scss */
#simulator section div.promo .info:after {
  content: '';
  display: inline-block;
  margin-left: 14px;
  width: 17px;
  height: 17px;
  margin-bottom: -2px;
  background-image: url("./../images/info_red.png");
  cursor: pointer;
}
/* line 2080, ../sass/styles.scss */
#simulator section div.promo .question {
  margin: 0;
  color: #5B0B00;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
}
/* line 2088, ../sass/styles.scss */
#simulator section div.promo input {
  width: 200px;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #C5C3C4;
  line-height: 25px;
  margin-left: 15px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: bold;
  color: #585858;
  background-color: #FFFFFF;
}
#simulator section div.promo input:disabled {
  background-color: transparent;
}

/* line 2103, ../sass/styles.scss */
#simulator section button.next {
  font-size: 18px;
  background-color: #D81E05;
  color: #FFF;
  float: right;
  text-shadow: 1px 1px 1px #333;
  text-decoration: none;
  padding: 10px 22px;
  width: 240px;
  border-radius: 2px;
  box-shadow: 0px 2px 0px 0px #AD0000;
  border: none;
  border-bottom: 1px solid #D81E05;
  transition: all 0.2s linear;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 200px 55%;
  outline: none;
  text-align: center;
}
/* line 2122, ../sass/styles.scss */
#simulator section button.next.change {
  text-align: left;
  background-image: url("./../images/button-edit-white.png");
}
/* line 2126, ../sass/styles.scss */
#simulator section button.next:hover {
  background-color: #C90000;
  border-bottom: 1px solid #C90000;
}
/* line 2131, ../sass/styles.scss */
#simulator section button.edit {
  color: #2E2E2E;
  border: 2px solid #2E2E2E;
  border-radius: 4px;
  padding: 5px 10px;
  background-color: #FFF;
  font-size: 14px;
  font-weight: bold;
  background-image: url("./../images/button-edit.png");
  background-position: 80px 50%;
  background-repeat: no-repeat;
  width: 110px;
  text-align: left;
}
/* line 2146, ../sass/styles.scss */
#simulator section#alert {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 899;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: none;
  /* &>div.nifmobile{
    text-align: right;
  } */
}
/* line 2158, ../sass/styles.scss */
#simulator section#alert > div {
  display: none;
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 30px 20px 30px;
  background: #fff;
  border: 1px solid #bfc0c2;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}
/* line 2164, ../sass/styles.scss */
.lt-ie9 #simulator section#alert > div {
  margin-top: -300px;
}
/* line 2179, ../sass/styles.scss */
#simulator section#alert .nifmobile {
  min-height: 255px;
  /* -webkit-transition: height 2s ease-in-out;
  -moz-transition: height 2s ease-in-out;
  -o-transition: height 2s ease-in-out;
  transition: height 2s ease-in-out; */
  /* .error{
    text-align: left;
  } */
}
/* line 2186, ../sass/styles.scss */
#simulator section#alert .nifmobile h2 {
  display: inline;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(91, 11, 0, 0.2);
  margin: 0;
  line-height: 20px;
  font-size: 18px;
  color: #d81e05;
  text-align: center;
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: 35px;
  padding: 8px 0 10px 45px;
}
/* line 2201, ../sass/styles.scss */
#simulator section#alert .nifmobile .nmData h2 {
  background-image: url("../images/icon_confirmacao.svg");
}
/* line 2204, ../sass/styles.scss */
#simulator section#alert .nifmobile .nmData .errorNIF, #simulator section#alert .nifmobile .nmData .errorMobile {
  float: left;
}
/* line 2208, ../sass/styles.scss */
#simulator section#alert .nifmobile .nmExit {
  display: none;
}
/* line 2210, ../sass/styles.scss */
#simulator section#alert .nifmobile .nmExit h2 {
  background-image: url("../images/icon_alerta.svg");
}
/* line 2214, ../sass/styles.scss */
#simulator section#alert .nifmobile .instruction {
  color: #5b0b00;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  margin-bottom: 10px;
}
/* line 2221, ../sass/styles.scss */
#simulator section#alert .nifmobile .question {
  text-align: left;
}
/* line 2224, ../sass/styles.scss */
#simulator section#alert .nifmobile p.error {
  color: #e32606;
  font-size: 14px;
  background-color: transparent;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
/* line 2232, ../sass/styles.scss */
#simulator section#alert .nifmobile .telemovel {
  margin-top: 15px;
}
/* line 2235, ../sass/styles.scss */
#simulator section#alert .nifmobile .info {
  color: #5b0b00;
  font-size: 12px;
  text-align: left;
  line-height: 15px;
  margin-bottom: 10px;
}
/* line 2241, ../sass/styles.scss */
#simulator section#alert .nifmobile .info input {
  vertical-align: bottom;
}
/* line 2248, ../sass/styles.scss */
#simulator section#alert .nifmobile .close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url("../images/x.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/* line 2253, ../sass/styles.scss */
.lt-ie9 #simulator section#alert .nifmobile .close {
  background-image: url("../images/x.png");
}
@media screen and (max-width: 480px) {
  /* line 2248, ../sass/styles.scss */
  #simulator section#alert .nifmobile .close {
    top: 30px;
  }
}
/* line 2265, ../sass/styles.scss */
#simulator section#alert .nifmobile .confirm {
  text-align: center;
  margin: 15px 20px 0;
  font-size: 18px;
  background-color: #D81E05;
  color: #FFF;
  text-shadow: 1px 1px 1px #333;
  text-decoration: none;
  padding: 10px 22px;
  width: 150px;
  border-radius: 2px;
  box-shadow: 0px 2px 0px 0px #AD0000;
  border: none;
  border-top: 1px solid #D81E05;
  border-bottom: 1px solid #D81E05;
  transition: all 0.2s linear;
  outline: none;
}
/* line 2282, ../sass/styles.scss */
#simulator section#alert .nifmobile .confirm:hover {
  background-color: #C90000;
  border-bottom: 1px solid #C90000;
}
/* line 2287, ../sass/styles.scss */
#simulator section#alert .nifmobile .back {
  width: 150px;
  margin: 15px 20px 0;
  padding: 10px 22px;
  font-size: 18px;
  background-color: transparent;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  border-radius: 2px;
  box-shadow: 0px 1px 0px 0px #000000;
  border: 2px solid black;
  transition: all 0.2s linear;
  outline: none;
  text-align: center;
}
/* line 2303, ../sass/styles.scss */
#simulator section#alert .nifmobile .btnContainer {
  position: relative;
  min-height: 60px;
}
/* line 2306, ../sass/styles.scss */
#simulator section#alert .nifmobile .btnContainer .confirm {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 535px) {
  /* line 2306, ../sass/styles.scss */
  #simulator section#alert .nifmobile .btnContainer .confirm {
    left: 0;
    margin: 15px auto;
  }
}
/* line 2315, ../sass/styles.scss */
#simulator section#alert .nifmobile .warning {
  margin: 3rem 0 2rem 0;
  background-color: transparent;
  color: #000000;
  text-transform: uppercase;
}
/* line 2322, ../sass/styles.scss */
#simulator section#alert button.cancel,
#simulator section#alert button.ok,
#simulator section#alert button.frame {
  text-align: center;
  margin: 15px 20px 0;
  font-size: 18px;
  background-color: #D81E05;
  color: #FFF;
  text-shadow: 1px 1px 1px #333;
  text-decoration: none;
  padding: 10px 22px;
  width: 150px;
  border-radius: 2px;
  box-shadow: 0px 2px 0px 0px #AD0000;
  border: none;
  border-bottom: 1px solid #D81E05;
  transition: all 0.2s linear;
  /* background-image: url('./../images/next-step.png'); */
  background-repeat: no-repeat;
  background-position: 200px 55%;
  outline: none;
}
/* line 2343, ../sass/styles.scss */
#simulator section#alert button.cancel.change,
#simulator section#alert button.ok.change,
#simulator section#alert button.frame.change {
  text-align: left;
  background-image: url("./../images/button-edit-white.png");
}
/* line 2347, ../sass/styles.scss */
#simulator section#alert button.cancel:hover,
#simulator section#alert button.ok:hover,
#simulator section#alert button.frame:hover {
  background-color: #C90000;
  border-bottom: 1px solid #C90000;
}
/* line 2351, ../sass/styles.scss */
#simulator section#alert button.cancel[disabled],
#simulator section#alert button.ok[disabled],
#simulator section#alert button.frame[disabled] {
  background-color: #ACACAC;
  border-bottom: 1px solid #A2A2A2;
  box-shadow: 0px 2px 0px 0px #919191;
}
/* line 2355, ../sass/styles.scss */
#simulator section#alert button.cancel[disabled]:hover,
#simulator section#alert button.ok[disabled]:hover,
#simulator section#alert button.frame[disabled]:hover {
  background-color: #ACACAC;
  border-bottom: 1px solid #A2A2A2;
  box-shadow: 0px 2px 0px 0px #919191;
}
/* line 2365, ../sass/styles.scss */
#simulator section#overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 899;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: none;
}
#simulator section#overlay .telefone-form {
	float: left;
	max-width: 400px;
	display: block;
}
#simulator section#overlay .mediador-form {
	float: left;
	max-width: 400px;
	display: block;
}
/* line 2378, ../sass/styles.scss */
#simulator section#overlay .politica {
	float: right;
	max-width: 450px;
  font-size: 10px;
  color: #5b0b00;
  line-height: 12px;
  margin-bottom: 30px;
	display: block;
}
/* line 2383, ../sass/styles.scss */
#simulator section#overlay .politica input {
  float: left;
  top: 0;
  margin-right: 5px;
}
/* line 2389, ../sass/styles.scss */
#simulator section#overlay input {
  line-height: 25px;
}
/* line 2392, ../sass/styles.scss */
#simulator section#overlay div.multi,
#simulator section#overlay div.text {
  margin-bottom: 20px;
}
/* line 2396, ../sass/styles.scss */
#simulator section#overlay .call-box {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 30px 20px 30px;
  background: #fff;
  border: 1px solid #bfc0c2;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}
/* line 2408, ../sass/styles.scss */
#simulator section#overlay .call-box.telefone .schedule li:first-child {
  display: none;
}
/* line 2410, ../sass/styles.scss */
.cc-available #simulator section#overlay .call-box.telefone .schedule li:first-child {
  display: block;
}
/* line 2417, ../sass/styles.scss */
#simulator section#overlay .close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url("./../images/x.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/* line 2422, ../sass/styles.scss */
.lt-ie9 #simulator section#overlay .close {
  background-image: url("./../images/x.png");
}
@media screen and (max-width: 480px) {
  /* line 2417, ../sass/styles.scss */
  #simulator section#overlay .close {
    top: 30px;
  }
}
/* line 2434, ../sass/styles.scss */
#simulator section#overlay h2 {
  display: inline;
  text-shadow: 0px 1px 1px rgba(91, 11, 0, 0.2);
  margin: 0;
  line-height: 20px;
  font-size: 18px;
  color: #d81e05;
  background-image: url("./../images/telefone_vermelho.svg");
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: 35px;
  padding: 5px 0 10px 45px;
}
/* line 2447, ../sass/styles.scss */
#simulator section#overlay h3 {
  line-height: 20px;
  font-size: 16px;
  color: #808285;
  font-style: italic;
  display: inline;
}
@media screen and (max-width: 480px) {
  /* line 2447, ../sass/styles.scss */
  #simulator section#overlay h3 {
    display: none !important;
  }
}
/* line 2457, ../sass/styles.scss */
#simulator section#overlay .instruction {
  color: #5b0b00;
  font-size: 12px;
  text-align: left;
  line-height: 15px;
  margin-bottom: 10px;
}
#simulator section#overlay div.button {
	text-align: center;
}
/* line 2464, ../sass/styles.scss */
#simulator section#overlay button.contact {
  text-align: center;
  font-size: 18px;
  background-color: #D81E05;
  color: #FFF;
  /* float: right; */
  text-shadow: 1px 1px 1px #333;
  text-decoration: none;
  padding: 10px 22px;
  width: 150px;
  border-radius: 2px;
  box-shadow: 0px 2px 0px 0px #AD0000;
  border: none;
  border-bottom: 1px solid #D81E05;
  transition: all 0.2s linear;
  text-align: left;
  /* background-image: url('./../images/next-step.png'); */
  background-repeat: no-repeat;
  background-position: 200px 55%;
  outline: none;
  text-align: center;
	display: inline-block;
}
/* line 2486, ../sass/styles.scss */
#simulator section#overlay button.contact.change {
  text-align: left;
  background-image: url("./../images/button-edit-white.png");
}
/* line 2490, ../sass/styles.scss */
#simulator section#overlay button.contact:hover {
  background-color: #C90000;
  border-bottom: 1px solid #C90000;
}
/* line 2494, ../sass/styles.scss */
#simulator section#overlay button.contact[disabled] {
  background-color: #ACACAC;
  border-bottom: 1px solid #A2A2A2;
  box-shadow: 0px 2px 0px 0px #919191;
}
/* line 2498, ../sass/styles.scss */
#simulator section#overlay button.contact[disabled]:hover {
  background-color: #ACACAC;
  border-bottom: 1px solid #A2A2A2;
  box-shadow: 0px 2px 0px 0px #919191;
}

#simulator section#overlay button.continuar {
	text-align: center;
	font-size: 18px;
	background-color: #D81E05;
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
	text-decoration: none;
	padding: 10px 22px;
	width: 150px;
	border-radius: 2px;
	box-shadow: 0px 2px 0px 0px #AD0000;
	border: none;
	border-bottom: 1px solid #D81E05;
	transition: all 0.2s linear;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 200px 55%;
	outline: none;
	text-align: center;
	display: none;
}
#simulator section#overlay button.continuar.change {
	text-align: left;
	background-image: url("./../images/button-edit-white.png");
}
#simulator section#overlay button.continuar:hover {
	background-color: #C90000;
	border-bottom: 1px solid #C90000;
}
#simulator section#overlay button.continuar[disabled] {
	background-color: #ACACAC;
	border-bottom: 1px solid #A2A2A2;
	box-shadow: 0px 2px 0px 0px #919191;
}
#simulator section#overlay button.continuar[disabled]:hover {
	background-color: #ACACAC;
	border-bottom: 1px solid #A2A2A2;
	box-shadow: 0px 2px 0px 0px #919191;
}

#simulator section#overlay button.contact_mobile {
	text-align: center;
	font-size: 18px;
	background-color: #D81E05;
	color: #FFF;
	/* float: right; */
	text-shadow: 1px 1px 1px #333;
	text-decoration: none;
	padding: 10px 22px;
	width: 150px;
	border-radius: 2px;
	box-shadow: 0px 2px 0px 0px #AD0000;
	border: none;
	border-bottom: 1px solid #D81E05;
	transition: all 0.2s linear;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 200px 55%;
	outline: none;
	text-align: center;
	display: none;
}
#simulator section#overlay button.contact_mobile.change {
	text-align: left;
	background-image: url("./../images/button-edit-white.png");
}
#simulator section#overlay button.contact_mobile:hover {
	background-color: #C90000;
	border-bottom: 1px solid #C90000;
}
#simulator section#overlay button.contact_mobile[disabled] {
	background-color: #ACACAC;
	border-bottom: 1px solid #A2A2A2;
	box-shadow: 0px 2px 0px 0px #919191;
}
#simulator section#overlay button.contact_mobile[disabled]:hover {
	background-color: #ACACAC;
	border-bottom: 1px solid #A2A2A2;
	box-shadow: 0px 2px 0px 0px #919191;
}

/*** MOBILE RGPD ***/
@media screen and (max-width: 1000px) and (orientation: portrait),
       screen and (max-width: 1000px) and (orientation: landscape) {
	#simulator section#overlay .call-box {
		max-width: 450px;
	}
	#simulator section#overlay button.contact {
		display: none;
	}
	#simulator section#overlay button.contact_mobile {
		margin-top: 25px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	#simulator section#overlay button.continuar {
		display: block;
		margin: auto;
	}
	#simulator section#overlay button.contact_mobile.hide-mobile {
		display: none;
	}
	#simulator section#overlay button.continuar.hide-mobile {
		display: none;
	}
	
	#simulator section#overlay .telefone-form {
		display: block;
	}
	#simulator section#overlay .mediador-form {
		display: block;
	}
	#simulator section#overlay .politica {
		display: block;
	}
	#simulator section#overlay .telefone-form.hide-mobile {
		display: none;
	}
	#simulator section#overlay .mediador-form.hide-mobile {
		display: none;
	}
	#simulator section#overlay .politica.hide-mobile {
		display: none;
	}
}

/* line 2505, ../sass/styles.scss */
#simulator section#overlay ul.multi {
  height: 116px;
}
/* line 2508, ../sass/styles.scss */
#simulator section#overlay .confirmation {
  font-size: 16px;
  text-align: center;
  color: #5B0B00;
  display: none;
  padding: 150px 0;
  line-height: 24px;
}
/* line 2516, ../sass/styles.scss */
#simulator section#overlay div.multi.concelho-mediador,
#simulator section#overlay div.multi.agente {
  display: none;
}
/* line 2523, ../sass/styles.scss */
#simulator table.offers {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 0;
}
/* line 2526, ../sass/styles.scss */
#simulator table.offers thead {
  text-align: center;
}
/* line 2528, ../sass/styles.scss */
#simulator table.offers thead th {
  color: #FFF;
  background-color: #2E2E2E;
  font-size: 14px;
  text-align: center;
  padding: 15px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #bfc0c2;
  width: 159px;
}
/* line 2538, ../sass/styles.scss */
#simulator table.offers thead th div {
  opacity: 0.3;
  font-style: italic;
}
/* line 2542, ../sass/styles.scss */
#simulator table.offers thead th strong {
  font-size: 24px;
  text-shadow: 1px 1px 1px #333;
  text-transform: uppercase;
}
/* line 2547, ../sass/styles.scss */
#simulator table.offers thead th.highlight {
  background-color: #d81e05;
  width: 159px;
  position: relative;
  top: -17px;
  vertical-align: top;
}
/* line 2553, ../sass/styles.scss */
#simulator table.offers thead th.highlight div {
  position: relative;
  opacity: 1;
}
/* line 2557, ../sass/styles.scss */
#simulator table.offers thead th.highlight div:before {
  content: 'Mais Popular';
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #5B0B00;
  color: #5B0B00;
  background-image: url("./../images/popular.png");
  background-repeat: no-repeat;
  background-position: 8px 50%;
  position: absolute;
  top: -56px;
  height: 40px;
  line-height: 40px;
  right: -15px;
  padding-left: 28px;
  padding-right: 8px;
}
/* line 2576, ../sass/styles.scss */
#simulator table.offers thead td {
  padding: 15px 10px;
}
/* line 2580, ../sass/styles.scss */
#simulator table.offers thead .coverage td {
  background-color: #eee6e5;
  color: #5b0b00;
  font-size: 13px;
  border-width: 0px 1px;
  border-style: solid;
  border-color: #bfc0c2;
}
/* line 2587, ../sass/styles.scss */
#simulator table.offers thead .coverage td:first-child {
  background-color: transparent;
  border: none;
}
/* line 2591, ../sass/styles.scss */
#simulator table.offers thead .coverage td.highlight {
  position: relative;
  top: -17px;
}
/* line 2598, ../sass/styles.scss */
#simulator table.offers thead tr.price td {
  color: #2e2e2e;
  font-size: 14px;
  border-width: 0px 1px;
  border-style: solid;
  border-color: #bfc0c2;
  position: relative;
}
/* line 2605, ../sass/styles.scss */
#simulator table.offers thead tr.price td:first-child {
  background-color: transparent;
  border: none;
}
/* line 2609, ../sass/styles.scss */
#simulator table.offers thead tr.price td.highlight {
  top: -17px;
  padding-top: 33px;
  padding-bottom: 0;
}
/* line 2615, ../sass/styles.scss */
#simulator table.offers thead tr.price p {
  margin: 0;
}
/* line 2618, ../sass/styles.scss */
#simulator table.offers thead tr.price del {
  display: none;
}
/* line 2620, ../sass/styles.scss */
#simulator table.offers thead tr.price del.year {
  display: block;
}
/* line 2624, ../sass/styles.scss */
#simulator table.offers thead tr.price .frequency {
  font-size: 18px;
  border-bottom: 1px solid #bfc0c2;
  padding-bottom: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
/* line 2630, ../sass/styles.scss */
#simulator table.offers thead tr.price .frequency:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 8px;
  margin-left: 7px;
  background-repeat: no-repeat;
  background-image: url("./../images/input_arrow_down.png");
  position: relative;
  top: -2px;
}
/* line 2642, ../sass/styles.scss */
#simulator table.offers thead tr.price .frequencies {
  position: absolute;
  list-style: none;
  padding: 0;
  left: 10px;
  right: 10px;
  background-color: #FFF;
  border-radius: 3px;
  border: 1px solid #DDD;
  top: 10px;
  font-size: 18px;
  line-height: 26px;
  display: none;
}
/* line 2655, ../sass/styles.scss */
#simulator table.offers thead tr.price .frequencies li {
  cursor: pointer;
  color: #C2C3C5;
}
/* line 2658, ../sass/styles.scss */
#simulator table.offers thead tr.price .frequencies li.selected {
  color: #D81E05;
}
/* line 2663, ../sass/styles.scss */
#simulator table.offers thead tr.price .price {
  font-size: 35px;
  line-height: 40px;
  display: none;
  white-space: nowrap;
}
/* line 2668, ../sass/styles.scss */
#simulator table.offers thead tr.price .price.year {
  display: block;
}
/* line 2672, ../sass/styles.scss */
#simulator table.offers thead tr.price .info {
  display: none;
}
/* line 2674, ../sass/styles.scss */
#simulator table.offers thead tr.price .info.year {
  display: block;
}
/* line 2678, ../sass/styles.scss */
#simulator table.offers thead tr.price button {
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  background-color: #d81e05;
  color: #FFF;
  display: inline-block;
  text-shadow: 1px 1px 1px #333;
  text-decoration: none;
  padding: 10px 0;
  width: 160px;
  margin-top: 10px;
  font-style: normal;
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0px 2px 0px 0px #AD0000;
  border-bottom: 1px solid #d81e05;
  margin-bottom: 10px;
  transition: all 0.2s linear;
}
/* line 2698, ../sass/styles.scss */
#simulator table.offers thead tr.price button:hover {
  background-color: #C90000;
  border-bottom: 1px solid #C90000;
}
/* line 2702, ../sass/styles.scss */
#simulator table.offers thead tr.price button.calc {
  display: none;
}
/* line 2705, ../sass/styles.scss */
#simulator table.offers thead tr.price button.isnan {
  background-color: #ccc;
  box-shadow: 0px 2px 0px 0px #999;
  border-bottom: 1px solid #ccc;
}
#simulator table.offers tr.price button.disabled {
  background-color: #ccc;
  box-shadow: 0px 2px 0px 0px #999;
  border-bottom: 1px solid #ccc;
}
#simulator table.offers tr.price button.disabled:hover {
  background-color: #ccc;
  box-shadow: 0px 2px 0px 0px #999;
  border-bottom: 1px solid #ccc;
}
#simulator table.offers tfoot tr.price button.disabled {
  background-color: #ccc;
  box-shadow: 0px 2px 0px 0px #999;
  border-bottom: 1px solid #ccc;
}
/* line 2713, ../sass/styles.scss */
#simulator table.offers tbody {
  border: none;
}
/* line 2715, ../sass/styles.scss */
#simulator table.offers tbody .legend {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #bfc0c2;
  text-align: center;
  padding: 15px 10px;
  min-width: 300px;
}
/* line 2722, ../sass/styles.scss */
#simulator table.offers tbody .legend span {
  width: 50%;
  font-size: 18px;
  color: #5b0b00;
  font-weight: bold;
  line-height: 25px;
}
/* line 2728, ../sass/styles.scss */
#simulator table.offers tbody .legend span:before {
  content: '';
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom;
}
/* line 2738, ../sass/styles.scss */
#simulator table.offers tbody .legend span.required:before, #simulator table.offers tbody .legend span.optional:before {
  background-repeat: no-repeat;
}
/* line 2743, ../sass/styles.scss */
#simulator table.offers tbody .legend span.required:before {
  background-image: url("./../images/required.png");
}
#simulator table.offers tbody td.required.withValue {
  background-position: center 10px;
}
/* line 2748, ../sass/styles.scss */
#simulator table.offers tbody .legend span.optional:before {
  background-image: url("./../images/optional.png");
}
#simulator table.offers tbody td.optional.withValue {
  background-position: center 10px;
}
/* line 2754, ../sass/styles.scss */
#simulator table.offers tbody th {
  font-weight: normal;
  padding: 5px 0;
  border-bottom: 1px solid #bfc0c2;
  width: 225px;
  height: 69px;
  vertical-align: middle;
}

@media screen and (max-width: 410px) {
  #simulator table.offers tbody th {
    height: 85px;
  }
}

@media screen and (max-width: 250px) {
  #simulator table.offers tbody th {
    height: 120px;
  }
}

/* line 2761, ../sass/styles.scss */
#simulator table.offers tbody th .name {
  display: inline-block;
  max-width: 100%;
  color: #5b0b00;
  font-size: 12px;
}
/* line 2766, ../sass/styles.scss */
#simulator table.offers tbody th .info:after {
  content: '';
  display: inline-block;
  margin-left: 14px;
  width: 17px;
  height: 17px;
  margin-bottom: -2px;
  background-image: url("./../images/info_red.png");
  cursor: pointer;
}
/* line 2777, ../sass/styles.scss */
#simulator table.offers tbody th .value {
  color: #2E2E2E;
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
}
/* line 2783, ../sass/styles.scss */
#simulator table.offers tbody th .features {
  list-style: none;
  color: #717171;
  padding-left: 0;
  margin: 0;
  font-size: 10px;
  line-height: 18px;
}
/* line 2791, ../sass/styles.scss */
#simulator table.offers tbody th .modulos + .value,
#simulator table.offers tbody th .franquias + .value {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  line-height: 20px;
  padding-bottom: 5px;
}
/* line 2798, ../sass/styles.scss */
#simulator table.offers tbody th .modulos + .value:after,
#simulator table.offers tbody th .franquias + .value:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 8px;
  background-repeat: no-repeat;
  background-image: url("./../images/input_arrow_down.png");
  position: absolute;
  top: 16px;
  right: 10px;
}
/* line 2810, ../sass/styles.scss */
#simulator table.offers tbody th .modulos,
#simulator table.offers tbody th .franquias {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #FFF;
  border: 1px solid #C2C3C5;
  color: #c2c3c5;
  padding: 10px;
  border-radius: 3px;
}
/* line 2823, ../sass/styles.scss */
#simulator table.offers tbody th .modulos li,
#simulator table.offers tbody th .franquias li {
  cursor: pointer;
}
/* line 2826, ../sass/styles.scss */
#simulator table.offers tbody th .modulos .selected,
#simulator table.offers tbody th .franquias .selected {
  color: #D81E05;
}
/* line 2831, ../sass/styles.scss */
#simulator table.offers tbody th.info:before {
  content: '';
  background-image: url("./../images/info_red.png");
  cursor: pointer;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  margin-top: 3px;
  float: right;
  display: none;
}
/* line 2847, ../sass/styles.scss */
#simulator table.offers tbody.open th:before {
  display: block;
}
/* line 2852, ../sass/styles.scss */
#simulator table.offers tbody td {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #bfc0c2;
  height: 69px;
}

@media screen and (max-width: 410px) {
  #simulator table.offers tbody td {
    height: 85px;
  }
}

@media screen and (max-width: 250px) {
  #simulator table.offers tbody td {
    height: 120px;
  }
}

/* line 2857, ../sass/styles.scss */
#simulator table.offers tbody td:first-child {
  border: none;
}
/* line 2860, ../sass/styles.scss */
#simulator table.offers tbody td.required, #simulator table.offers tbody td.optional, #simulator table.offers tbody td.none {
  background-position: center;
  background-repeat: no-repeat;
}
/* line 2866, ../sass/styles.scss */
#simulator table.offers tbody td.optional, #simulator table.offers tbody td.none {
  cursor: pointer;
}
/* line 2870, ../sass/styles.scss */
#simulator table.offers tbody td.required {
  background-image: url("./../images/required.png");
}
#simulator table.offers tbody td.required.withValue {
  background-position: center 10px;
}
/* line 2873, ../sass/styles.scss */
#simulator table.offers tbody td.optional {
  background-image: url("./../images/optional.png");
}
#simulator table.offers tbody td.optional.withValue {
  background-position: center 10px;
}/* line 2876, ../sass/styles.scss */
#simulator table.offers tbody td.none {
  background-image: url("./../images/none.png");
}
#simulator table.offers tbody td.none.withValue {
  background-position: center 10px;
  min-width: 85px;
}
/* line 2879, ../sass/styles.scss */
#simulator table.offers tbody td p {
  font-size: 14px;
  padding-bottom: 2px;
  margin-bottom: 2px;
  cursor: pointer;
  text-align: center;
}
/* line 3056, ../sass/styles.scss */
#simulator table.offers tbody td .modulos + .value,
#simulator table.offers tbody td .franquias + .value,
#simulator table.offers tbody td .campos + .value {
  margin-top: 40px;
  padding: 0 15px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  line-height: 20px;
  padding-bottom: 5px;
}
/* line 3066, ../sass/styles.scss */
#simulator table.offers tbody td .modulos + .value:after,
#simulator table.offers tbody td .franquias + .value:after,
#simulator table.offers tbody td .campos + .value:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 8px;
  background-repeat: no-repeat;
  background-image: url("../images/input_arrow_down.png");
  position: absolute;
  top: 7px;
  right: 15px;
}
/* line 3078, ../sass/styles.scss */
#simulator table.offers tbody td .campos + .value {
  margin-top: 0 !important;
}
/* line 3081, ../sass/styles.scss */
#simulator table.offers tbody td .modulos,
#simulator table.offers tbody td .franquias,
#simulator table.offers tbody td .campos {
  margin-top: 40px !important;
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #FFF;
  border: 1px solid #C2C3C5;
  color: #c2c3c5;
  padding: 10px;
  border-radius: 3px;
  width: 180px;
}
/* line 3096, ../sass/styles.scss */
#simulator table.offers tbody td .modulos li,
#simulator table.offers tbody td .franquias li,
#simulator table.offers tbody td .campos li {
  cursor: pointer;
}
/* line 3099, ../sass/styles.scss */
#simulator table.offers tbody td .modulos .selected,
#simulator table.offers tbody td .franquias .selected,
#simulator table.offers tbody td .campos .selected {
  color: #D81E05;
}
/* line 2887, ../sass/styles.scss */
#simulator table.offers tbody td p.frequency_tbody:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 8px;
  margin-left: 7px;
  background-repeat: no-repeat;
  background-image: url("./../images/input_arrow_down.png");
  position: relative;
  top: -2px;
}
/* line 2900, ../sass/styles.scss */
#simulator table.offers tbody td .frequencies_tbody {
  position: absolute;
  list-style: none;
  padding: 0;
  right: 10px;
  background-color: #FFF;
  border-radius: 3px;
  border: 1px solid #DDD;
  top: 10px;
  font-size: 18px;
  line-height: 26px;
  display: none;
  width: 180px;
  z-index: 1;
}
/* line 2915, ../sass/styles.scss */
#simulator table.offers tbody td .frequencies_tbody li {
  cursor: pointer;
  color: #C2C3C5;
  text-align: center;
}
/* line 2919, ../sass/styles.scss */
#simulator table.offers tbody td .frequencies_tbody li.selected {
  color: #D81E05;
}
/* line 2923, ../sass/styles.scss */
#simulator table.offers tbody td .frequencies_tbody .price {
  font-size: 35px;
  line-height: 40px;
  display: none;
  white-space: nowrap;
}
/* line 2928, ../sass/styles.scss */
#simulator table.offers tbody td .frequencies_tbody .price.year {
  display: block;
}
/* line 2932, ../sass/styles.scss */
#simulator table.offers tbody td .frequencies_tbody .info {
  display: none;
}
/* line 2934, ../sass/styles.scss */
#simulator table.offers tbody td .frequencies_tbody .info.year {
  display: block;
}
/* line 2939, ../sass/styles.scss */
#simulator table.offers tbody td .frequencies_tbody button {
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  background-color: #d81e05;
  color: #FFF;
  display: inline-block;
  text-shadow: 1px 1px 1px #333;
  text-decoration: none;
  padding: 10px 0;
  width: 160px;
  margin-top: 10px;
  font-style: normal;
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0px 2px 0px 0px #AD0000;
  border-bottom: 1px solid #d81e05;
  margin-bottom: 10px;
  transition: all 0.2s linear;
}
/* line 2959, ../sass/styles.scss */
#simulator table.offers tbody td .frequencies_tbody button:hover {
  background-color: #C90000;
  border-bottom: 1px solid #C90000;
}
/* line 2963, ../sass/styles.scss */
#simulator table.offers tbody td .frequencies_tbody button.calc {
  display: none;
}
/* line 2968, ../sass/styles.scss */
#simulator table.offers tbody td div.furto {
  text-align: center;
  margin-bottom: 0;
}
/* line 2971, ../sass/styles.scss */
#simulator table.offers tbody td div.furto p.question {
  color: #5b0b00;
  text-align: left;
  padding-left: 10px;
}
/* line 2976, ../sass/styles.scss */
#simulator table.offers tbody td div.furto input {
  width: 90%;
}
/* line 2983, ../sass/styles.scss */
#simulator table.offers tbody tr:nth-child(even) td {
  background-color: #f8f8f8;
}
/* line 2989, ../sass/styles.scss */
#simulator table.offers tfoot {
  text-align: center;
}
/* line 2992, ../sass/styles.scss */
#simulator table.offers tfoot td:first-child {
  border: none;
}
/* line 2997, ../sass/styles.scss */
#simulator table.offers tfoot tr.price td {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #bfc0c2;
  color: #2e2e2e;
  font-size: 14px;
  padding: 15px 10px;
  position: relative;
  padding: 24px 10px 15px;
}
/* line 3004, ../sass/styles.scss */
#simulator table.offers tfoot tr.price td:first-child {
  background-color: transparent;
  border: none;
}
/* line 3010, ../sass/styles.scss */
#simulator table.offers tfoot tr.price td.highlight {
  bottom: 0;
  padding: 15px 10px;
}
/* line 3015, ../sass/styles.scss */
#simulator table.offers tfoot tr.price p {
  margin: 0;
}
/* line 3018, ../sass/styles.scss */
#simulator table.offers tfoot tr.price .price {
  font-size: 35px;
  line-height: 40px;
  display: none;
}
/* line 3022, ../sass/styles.scss */
#simulator table.offers tfoot tr.price .price.year {
  display: block;
}
/* line 3026, ../sass/styles.scss */
#simulator table.offers tfoot tr.price .info {
  display: none;
}
/* line 3028, ../sass/styles.scss */
#simulator table.offers tfoot tr.price .info.year {
  display: block;
}
/* line 3032, ../sass/styles.scss */
#simulator table.offers tfoot tr.price del {
  display: none;
}
/* line 3034, ../sass/styles.scss */
#simulator table.offers tfoot tr.price del.year {
  display: block;
}
/* line 3038, ../sass/styles.scss */
#simulator table.offers tfoot tr.price button {
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  background-color: #d81e05;
  color: #FFF;
  display: inline-block;
  text-shadow: 1px 1px 1px #333;
  text-decoration: none;
  padding: 10px 0;
  width: 160px;
  margin-top: 10px;
  font-style: normal;
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0px 2px 0px 0px #AD0000;
  border-bottom: 1px solid #d81e05;
  margin-bottom: 10px;
  transition: all 0.2s linear;
}
/* line 3058, ../sass/styles.scss */
#simulator table.offers tfoot tr.price button:hover {
  background-color: #C90000;
  border-bottom: 1px solid #C90000;
}
/* line 3062, ../sass/styles.scss */
#simulator table.offers tfoot tr.price button.calc {
  display: none;
}
/* line 3065, ../sass/styles.scss */
#simulator table.offers tfoot tr.price button.isnan {
  background-color: #ccc;
  box-shadow: 0px 2px 0px 0px #999;
  border-bottom: 1px solid #ccc;
}
/* line 3072, ../sass/styles.scss */
#simulator table.offers tfoot tr.fee {
  font-size: 12px;
  color: #808285;
}
@media screen and (max-width: 700px) {
  /* line 3075, ../sass/styles.scss */
  #simulator table.offers tfoot tr.fee td.last {
    display: block !important;
  }
}
/* line 3079, ../sass/styles.scss */
#simulator table.offers tfoot tr.fee td.last:before {
  content: "";
  border-top: 1px solid #BFC0C2;
  width: 100%;
  display: block;
  position: relative;
  padding-top: 3px;
}
/* line 3092, ../sass/styles.scss */
#simulator table.offers tfoot tr.details td {
  position: relative;
  background-color: #FFF;
}
/* line 3095, ../sass/styles.scss */
#simulator table.offers tfoot tr.details td button {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 14px;
  color: #9a1100;
  text-decoration: underline;
  height: 45px;
  outline: none;
}
/* line 3105, ../sass/styles.scss */
#simulator table.offers tfoot tr.details td:before {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  top: -2px;
  padding-left: 1px;
}
/* line 3113, ../sass/styles.scss */
#simulator table.offers tfoot tr.details td:after {
  content: '+';
  display: inline-block;
  color: #9A1100;
  vertical-align: middle;
  font-size: 24px;
  margin-left: 3px;
}
/* line 3122, ../sass/styles.scss */
#simulator table.offers tfoot tr.details td:first-child:before, #simulator table.offers tfoot tr.details td:first-child:after {
  display: none;
}
/* line 3132, ../sass/styles.scss */
#simulator table.offers tfoot.open tr.details td:after {
  content: '-';
}
/* line 3135, ../sass/styles.scss */
#simulator table.offers tfoot.open tr.details td.highlight {
  top: 0;
}
/* line 3139, ../sass/styles.scss */
#simulator table.offers tfoot.open tr.details td.last:before {
  border-left: 1px solid #BFC0C2;
}
/* line 3148, ../sass/styles.scss */
#simulator .choice {
  max-width: 780px;
  text-align: center;
  float: none;
  width: 100%;
  display: none;
}
/* line 3154, ../sass/styles.scss */
#simulator .choice div.button {
  float: left;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 479px) {
  /* line 3154, ../sass/styles.scss */
  #simulator .choice div.button {
    width: 100%;
  }
}
/* line 3163, ../sass/styles.scss */
#simulator .choice button {
  background-color: transparent;
  border: none;
  outline: none;
}
/* line 3167, ../sass/styles.scss */
#simulator .choice button.back {
  text-transform: uppercase;
  text-decoration: underline;
  color: #808285;
  font-size: 12px;
  margin-bottom: 20px;
  transition: all 0.2s linear;
}
/* line 3174, ../sass/styles.scss */
#simulator .choice button.back:hover {
  color: #D81E05;
}
/* line 3178, ../sass/styles.scss */
#simulator .choice button.buy {
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  background-color: #D81E05;
  color: #FFF;
  text-shadow: 1px 1px 1px #333;
  box-shadow: 0px 2px 0px 0px #AD0000;
  border-color: #D81E05;
  border-bottom: 1px solid #D81E05;
  transition: all 0.2s linear;
  margin-top: 24px;
  padding: 10px 40px;
}
@media screen and (max-width: 767px) {
  /* line 3178, ../sass/styles.scss */
  #simulator .choice button.buy {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 800px) {
  /* line 3178, ../sass/styles.scss */
  #simulator .choice button.buy {
    font-size: 14px;
  }
}
/* line 3199, ../sass/styles.scss */
#simulator .choice button.buy:hover {
  background-color: #C90000;
  border-color: #C90000;
  border-bottom: 1px solid #C90000;
}
/* line 3205, ../sass/styles.scss */
#simulator .choice button.print, #simulator .choice button.send {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 50px;
  font-size: 14px;
  color: #808285;
  text-decoration: underline;
  transition: all 0.2s linear;
  line-height: 14px;
  display: inline-block;
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: center left;
  white-space: nowrap;
}
/* line 3220, ../sass/styles.scss */
#simulator .choice button.print:hover, #simulator .choice button.send:hover {
  color: #D81E05;
}
/* line 3224, ../sass/styles.scss */
#simulator .choice button.print {
  background-image: url("./../images/impressora_cinza.svg");
}
@media screen and (max-width: 479px) {
  /* line 3224, ../sass/styles.scss */
  #simulator .choice button.print {
    display: none;
  }
}
/* line 3229, ../sass/styles.scss */
.lt-ie9 #simulator .choice button.print {
  background-image: url("./../images/impressora_cinza.png");
}
/* line 3232, ../sass/styles.scss */
#simulator .choice button.print:hover {
  background-image: url("./../images/impressora_vermelho.svg");
}
/* line 3234, ../sass/styles.scss */
.lt-ie9 #simulator .choice button.print:hover {
  background-image: url("./../images/impressora_vermelho.png");
}
/* line 3239, ../sass/styles.scss */
#simulator .choice button.send {
  background-image: url("./../images/envelope_cinze.svg");
}
/* line 3241, ../sass/styles.scss */
.lt-ie9 #simulator .choice button.send {
  background-image: url("./../images/envelope_cinza.png");
}
/* line 3244, ../sass/styles.scss */
#simulator .choice button.send:hover {
  background-image: url("./../images/envelope_vermelho.svg");
}
/* line 3246, ../sass/styles.scss */
.lt-ie9 #simulator .choice button.send:hover {
  background-image: url("./../images/envelope_vermelho.png");
}
/* line 3252, ../sass/styles.scss */
#simulator .choice .plan {
  border: 1px solid #bfc0c2;
  border-radius: 3px;
}
/* line 3255, ../sass/styles.scss */
#simulator .choice .plan header {
  background-color: #2E2E2E;
  color: #808285;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
}
/* line 3261, ../sass/styles.scss */
#simulator .choice .plan header strong {
  color: #FFF;
  font-size: 24px;
}
/* line 3265, ../sass/styles.scss */
#simulator .choice .plan header .frequency {
  text-transform: lowercase;
}
/* line 3269, ../sass/styles.scss */
#simulator .choice .plan .lead {
  font-size: 14px;
  color: #5b0b00;
}
/* line 3273, ../sass/styles.scss */
#simulator .choice .plan ul {
  list-style: none;
  padding: 0;
  width: 90%;
  margin: 0 auto 20px;
}
/* line 3278, ../sass/styles.scss */
#simulator .choice .plan ul li {
  width: 31.3%;
  margin: 0 1%;
  float: left;
  border: 1px solid #E6E6E7;
  border-radius: 3px;
  padding: 18px;
  box-sizing: border-box;
  cursor: pointer;
  transition: border-color 0.2s linear;
}
@media screen and (max-width: 599px) {
  /* line 3278, ../sass/styles.scss */
  #simulator .choice .plan ul li {
    width: 48%;
  }
}
@media screen and (max-width: 479px) {
  /* line 3278, ../sass/styles.scss */
  #simulator .choice .plan ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 3296, ../sass/styles.scss */
#simulator .choice .plan ul li.selected, #simulator .choice .plan ul li:hover {
  border-color: #D81E05;
}
/* line 3300, ../sass/styles.scss */
#simulator .choice .plan ul li.selected {
  border-width: 3px;
  padding: 16px;
}
/* line 3303, ../sass/styles.scss */
#simulator .choice .plan ul li.selected h2 {
  color: #D81E05;
}
/* line 3306, ../sass/styles.scss */
#simulator .choice .plan ul li.selected .icon {
  background-size: 52px;
}
/* line 3308, ../sass/styles.scss */
#simulator .choice .plan ul li.selected .icon.online {
  background-image: url("./../images/online_vermelho.svg");
}
/* line 3310, ../sass/styles.scss */
.lt-ie9 #simulator .choice .plan ul li.selected .icon.online {
  background-image: url("./../images/online_vermelhor_52x52.png");
}
/* line 3314, ../sass/styles.scss */
#simulator .choice .plan ul li.selected .icon.telefone {
  background-image: url("./../images/telefone_vermelho.svg");
}
/* line 3316, ../sass/styles.scss */
.lt-ie9 #simulator .choice .plan ul li.selected .icon.telefone {
  background-image: url("./../images/telefone_vermelho_52x52.png");
}
/* line 3320, ../sass/styles.scss */
#simulator .choice .plan ul li.selected .icon.agente {
  background-image: url("./../images/mediador_vermelho.svg");
}
/* line 3322, ../sass/styles.scss */
.lt-ie9 #simulator .choice .plan ul li.selected .icon.agente {
  background-image: url("./../images/mediador_vermelho_52x52.png");
}
@media screen and (max-width: 599px) {
  /* line 3328, ../sass/styles.scss */
  #simulator .choice .plan ul li:first-child {
    display: none;
  }
}
/* line 3333, ../sass/styles.scss */
#simulator .choice .plan ul li h2 {
  font-size: 18px;
  color: #2e2e2e;
  text-transform: uppercase;
  margin: 0;
}
/* line 3339, ../sass/styles.scss */
#simulator .choice .plan ul li p {
  font-size: 16px;
  color: #808285;
  font-style: italic;
  margin: 0 auto;
  max-width: 100px;
  line-height: 18px;
}
/* line 3346, ../sass/styles.scss */
#simulator .choice .plan ul li p.agente {
  max-width: 150px;
}
/* line 3350, ../sass/styles.scss */
#simulator .choice .plan ul li .icon {
  display: inline-block;
  width: 76px;
  height: 76px;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
/* line 3356, ../sass/styles.scss */
#simulator .choice .plan ul li .icon.online {
  background-image: url("./../images/online.svg");
}
/* line 3358, ../sass/styles.scss */
.lt-ie9 #simulator .choice .plan ul li .icon.online {
  background-image: url("./../images/online_cinza_76x76.png");
}
/* line 3362, ../sass/styles.scss */
#simulator .choice .plan ul li .icon.telefone {
  background-image: url("./../images/telefone.svg");
}
/* line 3364, ../sass/styles.scss */
.lt-ie9 #simulator .choice .plan ul li .icon.telefone {
  background-image: url("./../images/telefone_cinza_76x76.png");
}
/* line 3368, ../sass/styles.scss */
#simulator .choice .plan ul li .icon.agente {
  background-image: url("./../images/mediador.svg");
}
/* line 3370, ../sass/styles.scss */
.lt-ie9 #simulator .choice .plan ul li .icon.agente {
  background-image: url("./../images/mediador_cinza_76x76.png");
}
@media screen and (max-width: 479px) {
  /* line 3375, ../sass/styles.scss */
  #simulator .choice .plan ul li button {
    display: none;
  }
}
/* line 3384, ../sass/styles.scss */
#simulator .alternative {
  background-color: #e6e6e7;
  padding: 20px 50px;
  margin: 25px 0 30px 0;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  /* line 3384, ../sass/styles.scss */
  #simulator .alternative {
    padding: 10px 20px;
  }
}
/* line 3393, ../sass/styles.scss */
#simulator .alternative button {
  background-color: transparent;
  border: none;
  outline: none;
}
/* line 3397, ../sass/styles.scss */
#simulator .alternative button.back {
  text-transform: uppercase;
  text-decoration: underline;
  color: #2e2e2e;
  font-size: 12px;
  margin-bottom: 20px;
  transition: all 0.2s linear;
}
/* line 3404, ../sass/styles.scss */
#simulator .alternative button.back:hover {
  color: #D81E05;
}
/* line 3408, ../sass/styles.scss */
#simulator .alternative button.buy {
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  background-color: #D81E05;
  color: #FFF;
  text-shadow: 1px 1px 1px #333;
  box-shadow: 0px 2px 0px 0px #AD0000;
  border-color: #D81E05;
  border-bottom: 1px solid #D81E05;
  transition: all 0.2s linear;
  margin-top: 24px;
  padding: 10px 40px;
}
@media screen and (max-width: 767px) {
  /* line 3408, ../sass/styles.scss */
  #simulator .alternative button.buy {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  /* line 3408, ../sass/styles.scss */
  #simulator .alternative button.buy {
    font-size: 14px;
  }
}
/* line 3428, ../sass/styles.scss */
#simulator .alternative button.buy:hover {
  background-color: #C90000;
  border-color: #C90000;
  border-bottom: 1px solid #C90000;
}
/* line 3434, ../sass/styles.scss */
#simulator .alternative button.print, #simulator .alternative button.send, #simulator .alternative button.contratual {
  width: auto;
  box-sizing: border-box;
  font-size: 14px;
  color: #2e2e2e;
  text-decoration: underline;
  transition: all 0.2s linear;
  line-height: 14px;
  display: inline-block;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: center left;
  white-space: nowrap;
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  /* line 3434, ../sass/styles.scss */
  #simulator .alternative button.print, #simulator .alternative button.send, #simulator .alternative button.contratual {
    margin: 0;
  }
}
/* line 3453, ../sass/styles.scss */
#simulator .alternative button.print:hover, #simulator .alternative button.send:hover, #simulator .alternative button.contratual:hover {
  color: #D81E05;
}
/* line 3457, ../sass/styles.scss */
#simulator .alternative button.print {
  margin-left: 0;
  background-image: url("./../images/icon_impressora.svg");
}
@media screen and (max-width: 479px) {
  /* line 3457, ../sass/styles.scss */
  #simulator .alternative button.print {
    display: none;
  }
}
/* line 3463, ../sass/styles.scss */
.lt-ie9 #simulator .alternative button.print {
  background-image: url("./../images/icon_impressora_cinza.png");
}
/* line 3466, ../sass/styles.scss */
#simulator .alternative button.print:hover {
  background-image: url("./../images/icon_impressora_red.svg");
}
/* line 3468, ../sass/styles.scss */
.lt-ie9 #simulator .alternative button.print:hover {
  background-image: url("./../images/icon_impressora_red.png");
}
/* line 3473, ../sass/styles.scss */
#simulator .alternative button.send {
  background-image: url("./../images/mail.svg");
}
/* line 3475, ../sass/styles.scss */
.lt-ie9 #simulator .alternative button.send {
  background-image: url("./../images/mail_cinza.png");
}
/* line 3478, ../sass/styles.scss */
#simulator .alternative button.send:hover {
  background-image: url("./../images/mail_red.svg");
}
/* line 3480, ../sass/styles.scss */
.lt-ie9 #simulator .alternative button.send:hover {
  background-image: url("./../images/mail_red.png");
}
/* line 3485, ../sass/styles.scss */
#simulator .alternative button.contratual {
  background-image: url("./../images/consultar.svg");
}
/* line 3487, ../sass/styles.scss */
.lt-ie9 #simulator .alternative button.contratual {
  background-image: url("./../images/consultar_cinza.png");
}
/* line 3490, ../sass/styles.scss */
#simulator .alternative button.contratual:hover {
  background-image: url("./../images/consultar_red.svg");
}
/* line 3492, ../sass/styles.scss */
.lt-ie9 #simulator .alternative button.contratual:hover {
  background-image: url("./../images/consultar_red.png");
}
/* line 3499, ../sass/styles.scss */
#simulator .alternative ul {
  display: inline-block;
  padding: 0;
}
/* line 3502, ../sass/styles.scss */
#simulator .alternative ul li {
  border-left: 1px solid #98999b;
  display: inline-block;
}
/* line 3505, ../sass/styles.scss */
#simulator .alternative ul li:first-child {
  border: none;
}
@media screen and (max-width: 1024px) {
  /* line 3502, ../sass/styles.scss */
  #simulator .alternative ul li {
    display: block;
    border-left: none;
  }
}
/* line 3514, ../sass/styles.scss */
#simulator .alternative div.code {
  float: right;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  /* line 3514, ../sass/styles.scss */
  #simulator .alternative div.code {
    text-align: center;
    float: none;
  }
}
/* line 3521, ../sass/styles.scss */
#simulator .alternative div.code p.code {
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
}
/* line 3526, ../sass/styles.scss */
#simulator .alternative div.code p.cod-sim {
  margin: 0;
  background-color: #333;
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  border-radius: 3px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  /* line 3526, ../sass/styles.scss */
  #simulator .alternative div.code p.cod-sim {
    padding: 0 15px;
    display: inline-block;
  }
}
/* line 3541, ../sass/styles.scss */
#simulator .alternative span {
  position: relative;
  background-color: #FFF;
  display: inline-block;
  top: -15px;
  color: #808285;
  font-size: 14px;
  font-style: italic;
  padding: 0 15px;
}

/* line 3554, ../sass/styles.scss */
#emitter {
  display: none;
  margin: 0 auto;
  width: 100%;
  height: 2100px;
  border: none;
}

/* line 3562, ../sass/styles.scss */
.loader,
.loader-ctc {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 900;
  display: none;
}
/* line 3573, ../sass/styles.scss */
.loader .message,
.loader-ctc .message {
  color: #333;
  text-transform: uppercase;
  border: 1px solid #DDD;
  border-radius: 3px;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  text-align: left;
  font-size: 20px;
  padding-left: 100px;
  background-color: #FFF;
  margin-left: -155px;
  margin-top: -45px;
  background-image: url("./../images/loading.gif");
  background-position: 20px center;
  background-repeat: no-repeat;
}

/* line 3594, ../sass/styles.scss */
.loader-ctc .message {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 3603, ../sass/styles.scss */
#page #main .latPhone {
  position: absolute;
  z-index: 898;
  top: 50%;
  right: 0;
  padding: 0;
  background-color: #2e2e2e;
  margin-top: -63px;
}
@media screen and (max-width: 480px) {
  /* line 3603, ../sass/styles.scss */
  #page #main .latPhone {
    display: none !important;
  }
}
/* line 3614, ../sass/styles.scss */
#page #main .latPhone #phoneClose {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  opacity: 0.7;
  background-image: url("./../images/telefone_header.svg");
  background-repeat: no-repeat;
  background-size: 52px;
  background-position: center 14px;
  padding: 0;
  color: transparent;
  display: block;
  width: 80px;
  height: 80px;
  transition: all 0.2s linear;
}
/* line 3628, ../sass/styles.scss */
.cc-available #page #main .latPhone #phoneClose {
  height: 125px;
}
/* line 3631, ../sass/styles.scss */
#page #main .latPhone #phoneClose:hover {
  opacity: 1;
}
/* line 3634, ../sass/styles.scss */
.lt-ie9 #page #main .latPhone #phoneClose {
  background-image: url("./../images/telefone_branco_52x52.png");
}
/* line 3638, ../sass/styles.scss */
#page #main .latPhone #phoneOpen {
  display: none;
}
/* line 3641, ../sass/styles.scss */
#page #main .latPhone #phoneNow {
  background-color: #D62018;
  color: #FFF;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 80px;
  font-size: 11px;
  line-height: 14px;
  padding: 8px 0;
  border-top: 1px solid #FFF;
  display: none;
  text-decoration: none;
}
/* line 3654, ../sass/styles.scss */
.cc-available #page #main .latPhone #phoneNow {
  display: block;
}
/* line 3660, ../sass/styles.scss */
#page #main .latServices {
  position: absolute;
  z-index: 898;
  top: 50%;
  right: 0;
  background-color: #ffffff;
  box-shadow: 2px 2px 2px 3px #d4d4d4;
  padding: 15px;
  margin-top: -80px;
}
@media screen and (max-width: 1000px) {
  /* line 3660, ../sass/styles.scss */
  #page #main .latServices {
    display: none !important;
  }
}
/* line 3672, ../sass/styles.scss */
#page #main .latServices #tit_slide {
  line-height: 13px;
  font-size: 13px;
  font-weight: bold;
  color: #da3727;
  text-align: center;
  margin-bottom: 10px;
}
/* line 3680, ../sass/styles.scss */
#page #main .latServices .latCliente {
  background-color: #D62018;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  width: 150px;
  height: 150px;
}
/* line 3688, ../sass/styles.scss */
#page #main .latServices .latCliente #clienteClose {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  opacity: 0.9;
  background-image: url("./../images/area_de_cliente.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 5px;
  padding: 0;
  color: transparent;
  display: block;
  width: 100%;
  height: 150px;
  transition: all 0.2s linear;
}
/* line 3703, ../sass/styles.scss */
#page #main .latServices .latCliente #clienteClose:hover {
  opacity: 1;
}
/* line 3706, ../sass/styles.scss */
.lt-ie9 #page #main .latServices .latCliente #clienteClose {
  background-image: url("./../images/area_de_cliente.png");
}
/* line 3710, ../sass/styles.scss */
#page #main .latServices .latCliente #clienteOpen {
  display: none;
}
/* line 3713, ../sass/styles.scss */
#page #main .latServices .latCliente #clienteNow {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 0;
  display: none;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  margin-top: -50px;
  background-color: #D62018;
  width: 150px;
}
/* line 3726, ../sass/styles.scss */
.cc-available #page #main .latServices .latCliente #clienteNow {
  display: block;
}
/* line 3731, ../sass/styles.scss */
#page #main .latServices .latRede {
  background-color: #D62018;
  margin: 0;
  padding: 0;
  width: 150px;
  height: 150px;
}
/* line 3738, ../sass/styles.scss */
#page #main .latServices .latRede #redeClose {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  opacity: 0.9;
  background-image: url("./../images/rede_pretadores.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 5px;
  padding: 0;
  color: transparent;
  display: block;
  width: 100%;
  height: 150px;
  transition: all 0.2s linear;
}
/* line 3753, ../sass/styles.scss */
#page #main .latServices .latRede #redeClose:hover {
  opacity: 1;
}
/* line 3756, ../sass/styles.scss */
.lt-ie9 #page #main .latServices .latRede #redeClose {
  background-image: url("./../images/rede_pretadores.png");
}
/* line 3760, ../sass/styles.scss */
#page #main .latServices .latRede #redeOpen {
  display: none;
}
/* line 3763, ../sass/styles.scss */
#page #main .latServices .latRede #redeNow {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 0;
  display: none;
  text-decoration: none;
  font-weight: bold;
  background-color: #D62018;
  width: 150px;
  position: absolute;
  margin-top: -50px;
}
/* line 3776, ../sass/styles.scss */
.cc-available #page #main .latServices .latRede #redeNow {
  display: block;
}

/* line 3785, ../sass/styles.scss */
.ui-widget-content {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ddd;
  color: #222222;
}
/* line 3791, ../sass/styles.scss */
.ui-widget-content .ui-button {
  float: right;
}

/* line 3796, ../sass/styles.scss */
.ui-dialog {
  left: 0;
  outline: 0 none;
  padding: 0 !important;
  position: relative;
  z-index: 900;
  top: 0;
}

/* line 3805, ../sass/styles.scss */
#success {
  padding: 0;
  margin: 0;
}

/* line 3810, ../sass/styles.scss */
.ui-dialog .ui-dialog-content {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  overflow: auto;
  position: relative;
  padding: 0 !important;
}

/* line 3818, ../sass/styles.scss */
.ui-widget-header {
  border: 0;
  font-weight: normal;
}

/* line 3823, ../sass/styles.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: 0.1em .5em;
  position: relative;
  font-size: 1em;
}

/* Recover Form */
/* line 3830, ../sass/styles.scss */
#recover {
  display: none;
}
/* line 3833, ../sass/styles.scss */
#recover section > h2 {
  font-size: 24px;
  line-height: 30px;
  color: #d81e05;
  text-shadow: 0px 1px 1px rgba(91, 11, 0, 0.2);
  margin: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  /* line 3833, ../sass/styles.scss */
  #recover section > h2 {
    width: 100%;
    /*text-align: center;*/
  }
}
/* line 3846, ../sass/styles.scss */
#recover section.recover {
  max-width: 1200px;
  padding: 0 200px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 350px;
}
@media screen and (max-width: 800px) {
  /* line 3846, ../sass/styles.scss */
  #recover section.recover {
    padding: initial;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
/* line 3860, ../sass/styles.scss */
#recover section.recover div.instructions {
  max-width: 350px;
  padding-right: 70px;
  float: left;
}
@media screen and (max-width: 800px) {
  /* line 3860, ../sass/styles.scss */
  #recover section.recover div.instructions {
    padding: initial;
    text-align: justify;
    max-width: 100%;
  }
}
/* line 3871, ../sass/styles.scss */
#recover section.recover div.data-fields {
  float: left;
}
/* line 3873, ../sass/styles.scss */
.lt-ie9 #recover section.recover div.data-fields {
  width: 380px;
}
@media screen and (max-width: 800px) {
  /* line 3871, ../sass/styles.scss */
  #recover section.recover div.data-fields {
    float: none;
  }
}
/* line 3881, ../sass/styles.scss */
#recover section.recover button.recover-simulation {
  font-size: 18px;
  background-color: #D81E05;
  color: #FFF;
  text-shadow: 1px 1px 1px #333;
  text-decoration: none;
  padding: 10px 22px;
  width: 380px;
  border-radius: 2px;
  box-shadow: 0px 2px 0px 0px #AD0000;
  border: none;
  border-bottom: 1px solid #D81E05;
  transition: all 0.2s linear;
  outline: none;
}
@media screen and (max-width: 380px) {
  #recover section.recover button.recover-simulation {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
  }
}
/* line 3897, ../sass/styles.scss */
#recover section.recover button.recover-simulation:hover {
  background-color: #C90000;
  border-bottom: 1px solid #C90000;
}
/* line 3902, ../sass/styles.scss */
#recover section.recover input {
  border: 1px solid #b2b2b2;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #808285;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(0, 0, 0, 0.4) 0 1px 0px;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(0, 0, 0, 0.4) 0 1px 0px;
  box-shadow: rgba(255, 255, 255, 0.5) 0 1px 0, inset rgba(0, 0, 0, 0.2) 1px 1px 2px;
  padding: 8px;
  margin-bottom: 20px;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  outline: none;
}
/* line 3917, ../sass/styles.scss */
#recover section.recover p {
  margin: 0 0 15px 0;
  line-height: 22px;
  font-size: 15px;
  text-align: justify;
}

/* line 3927, ../sass/styles.scss */
#callcenter {
  display: none;
}
/* line 3930, ../sass/styles.scss */
#callcenter section > h2 {
  font-size: 24px;
  line-height: 30px;
  color: #d81e05;
  text-shadow: 0px 1px 1px rgba(91, 11, 0, 0.2);
  margin: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  /* line 3930, ../sass/styles.scss */
  #callcenter section > h2 {
    width: 100%;
    /*text-align: center;*/
  }
}
/* line 3943, ../sass/styles.scss */
#callcenter section.callcenter {
  max-width: 1200px;
  padding: 0 200px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 350px;
}
@media screen and (max-width: 800px) {
  /* line 3943, ../sass/styles.scss */
  #callcenter section.callcenter {
    padding: initial;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
/* line 3957, ../sass/styles.scss */
#callcenter section.callcenter div.instructions {
  max-width: 350px;
  padding-right: 70px;
  float: left;
}
@media screen and (max-width: 800px) {
  /* line 3957, ../sass/styles.scss */
  #callcenter section.callcenter div.instructions {
    padding: initial;
    text-align: justify;
    max-width: 100%;
  }
}
/* line 3968, ../sass/styles.scss */
#callcenter section.callcenter div.data-fields {
  float: left;
}
/* line 3970, ../sass/styles.scss */
.lt-ie9 #callcenter section.callcenter div.data-fields {
  width: 380px;
}
@media screen and (max-width: 800px) {
  /* line 3968, ../sass/styles.scss */
  #callcenter section.callcenter div.data-fields {
    float: none;
  }
}
/* line 3978, ../sass/styles.scss */
#callcenter section.callcenter button.login-submit {
  font-size: 18px;
  background-color: #D81E05;
  color: #FFF;
  /*float: right;*/
  text-shadow: 1px 1px 1px #333;
  text-decoration: none;
  padding: 10px 22px;
  width: 380px;
  border-radius: 2px;
  box-shadow: 0px 2px 0px 0px #AD0000;
  border: none;
  border-bottom: 1px solid #D81E05;
  transition: all 0.2s linear;
  outline: none;
}
/* line 3994, ../sass/styles.scss */
#callcenter section.callcenter button.login-submit:hover {
  background-color: #C90000;
  border-bottom: 1px solid #C90000;
}
/* line 3999, ../sass/styles.scss */
#callcenter section.callcenter input {
  border: 1px solid #b2b2b2;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #808285;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(0, 0, 0, 0.4) 0 1px 0px;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(0, 0, 0, 0.4) 0 1px 0px;
  box-shadow: rgba(255, 255, 255, 0.5) 0 1px 0, inset rgba(0, 0, 0, 0.2) 1px 1px 2px;
  padding: 8px;
  margin-bottom: 20px;
  width: 100%;
  outline: none;
}
/* line 4014, ../sass/styles.scss */
#callcenter section.callcenter p {
  margin: 0 0 15px 0;
  line-height: 22px;
  font-size: 15px;
  text-align: justify;
}

/* line 4025, ../sass/styles.scss */
table.offers .plans ul {
  display: none;
  list-style: none;
  margin: 0;
  position: absolute;
  z-index: 1;
  background-color: #FFF;
  border: 1px solid #C2C3C5;
  color: #C2C3C5;
  padding: 10px;
  border-radius: 3px;
  font-weight: normal;
  margin-left: -125px;
  left: 50%;
  width: 250px;
  box-sizing: border-box;
  margin-top: -50px;
}
/* line 4042, ../sass/styles.scss */
table.offers .plans ul li {
  cursor: pointer;
}
/* line 4045, ../sass/styles.scss */
table.offers .plans ul .selected {
  color: #D81E05;
}
table.offers tbody tr.features th .name, table.offers tbody tr.features th .bemSeguro {
  padding: 8px 0 8px 5px;
}
@media screen and (min-width: 701px) {
  /* line 4052, ../sass/styles.scss */
  div.offertable {
    display: block !important;
  }
}
@media screen and (max-width: 700px) {
  /* line 4058, ../sass/styles.scss */
  table.offers,
  table.offers thead,
  table.offers tfoot,
  table.offers tbody,
  table.offers tr,
  table.offers tr {
    display: block !important;
    width: 100%;
  }

  /* line 4067, ../sass/styles.scss */
  table.offers tbody.open {
    margin-bottom: 9px;
  }

  /* line 4070, ../sass/styles.scss */
  table.offers tfoot.open tr.price {
    margin-bottom: -9px;
  }

  /* line 4073, ../sass/styles.scss */
  table.offers thead th,
  table.offers tfoot th,
  table.offers thead td,
  table.offers tfoot td {
    display: none !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  /* line 4081, ../sass/styles.scss */
  table.offers thead th.mobile-visible,
  table.offers tfoot th.mobile-visible,
  table.offers thead td.mobile-visible,
  table.offers tfoot td.mobile-visible {
    display: block !important;
  }

  /* line 4087, ../sass/styles.scss */
  table.offers tbody tr:first-child td:first-child {
    display: none !important;
  }

  /* line 4090, ../sass/styles.scss */
  table.offers tbody tr + tr th {
    width: 70% !important;
    display: inline-block !important;
    box-sizing: border-box;
    border-color: #BFC0C2;
    border-width: 1px 1px 0 1px !important;
    border-style: solid;
    height: 65px;
  }

  /* line 4099, ../sass/styles.scss */
  table.offers tbody tr + tr td {
    width: 30% !important;
    display: none !important;
    box-sizing: border-box;
    border-width: 1px 1px 0 0 !important;
    border-style: solid;
    height: 65px;
  }

  /* line 4107, ../sass/styles.scss */
  table.offers tbody tr + tr td.mobile-visible {
    display: inline-block !important;
  }

  /* line 4110, ../sass/styles.scss */
  table.offers td.legend {
    min-width: 0 !important;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background-color: #EEE6E5;
  }

  /* line 4117, ../sass/styles.scss */
  table.offers .plans strong {
    cursor: pointer;
  }
  /* line 4119, ../sass/styles.scss */
  table.offers .plans strong:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 8px;
    margin-left: 7px;
    background-repeat: no-repeat;
    background-image: url("./../images/input_arrow_down.png");
    position: relative;
    top: -2px;
  }

  /* line 4131, ../sass/styles.scss */
  table.offers thead th.highlight div:before {
    top: -56px !important;
  }
}

@media screen and (max-width: 400px) {
  table.offers tbody tr + tr th {
    width: 60% !important;
  }
  table.offers tbody tr + tr td {
    width: 40% !important;
  }
}

@media screen and (max-width: 250px) {
  table.offers tbody tr + tr th {
    width: 50% !important;
  }
  table.offers tbody tr + tr td {
    width: 50% !important;
  }
}


/* line 4136, ../sass/styles.scss */
#simulator table.offers.two thead th.highlight div:before {
  top: -56px;
}

/* line 4163, ../sass/styles.scss */
.section-user .header__secondary-menu,
.logged-in .header__secondary-menu {
  display: none;
}
/* line 4166, ../sass/styles.scss */
.section-user #header,
.section-user #footer,
.section-user .region-subscribe,
.section-user .region-bottom,
.section-user .region-highlighted,
.section-user #block-block-9,
.section-user .breadcrumb,
.logged-in #header,
.logged-in #footer,
.logged-in .region-subscribe,
.logged-in .region-bottom,
.logged-in .region-highlighted,
.logged-in #block-block-9,
.logged-in .breadcrumb {
  display: none;
}
/* line 4176, ../sass/styles.scss */
.section-user #content,
.logged-in #content {
  padding: 0 20%;
}

/* line 4182, ../sass/styles.scss */
.page-admin-config-development-maintenance .form-item-maintenance-mode-message {
  display: none;
}

/* line 4187, ../sass/styles.scss */
.user {
  position: fixed;
  font-size: 18px;
  background-color: #D81E05;
  color: #FFF;
  text-decoration: none;
  z-index: 13;
  right: 0;
  padding: 5px;
}

/* line 4198, ../sass/styles.scss */
h3.cont_telef {
  font-size: 2.5em;
  line-height: 2em;
  margin-top: -0.2em;
  margin-bottom: -0.3em;
}

/* line 4205, ../sass/styles.scss */
strong.recover_tit {
  text-shadow: 2px 2px 10px #000;
}

/* line 4213, ../sass/styles.scss */
.cant_continue {
  color: #e32606;
  font-size: 14px;
  background-color: transparent;
  margin-top: 0;
  line-height: 1.2em;
  font-weight: bold;
}

/* line 4222, ../sass/styles.scss */
.cant_continue_caca {
  color: #666666;
  font-size: 12px;
  background-color: transparent;
  margin-top: 0;
  line-height: 1.2em;
}

/* line 4230, ../sass/styles.scss */
.legal_alert {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  background-image: url("./../images/info.png");
  background-repeat: no-repeat;
  background-position: 0px 4px;
}

/* line 4239, ../sass/styles.scss */
.erro_alerts {
  font-weight: bold;
  color: #FF0000;
  font-size: 14px;
  line-height: 1.2em;
  margin-top: -35px;
}

.offers-text {
    color: #838182;
}

input.multiselect {
    border: 0px;
    width: 50%;
}



.capital_principal {
    font-weight: bold !important;
    font-size: 0.9em;
}

.white_text {
  color: #FFF !important;
}

.selo-new {
  right: 100px;
}
@media screen and (min-width: 1360px) and (max-height: 700px) and (min-aspect-ratio: 16/9) {
  .selo-new {
    right: calc(80vw - ((16 / 9) * (100vh - 143px)) + 25px);
  }
}
@media screen and (min-width: 1360px) and (min-height: 700px) and (min-aspect-ratio: 16/9) {
  .selo-new {
    right: calc(100vw - ((16 / 9) * (100vh - 143px)));
  }
}
@media screen and (max-width: 1200px) and (orientation: portrait),
       screen and (max-width: 800px) and (orientation: landscape),
       screen and (max-height: 700px) and (orientation: landscape) {
  .selo-new {
    display: none !important;
  }
}

.selo-canto {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #FFF;
  z-index: 9999;
  background-repeat: no-repeat;
  width: 135px;
  height: 134px;
}
@media screen and (min-width: 480px) and (max-width: 800px) {
    .selo-canto {
        width: 102px;
        height: 101px;
    }
}
@media screen and (max-width: 480px) {
    .selo-canto {
        display: none !important;
    }
}
