/* line 5, ../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 8, ../sass/screen.scss */
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-attachment: fixed;
  background-image: url("../images/bkg_suporte.png") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}

/* line 23, ../sass/screen.scss */
a, button {
  outline: none !important;
}

/* line 28, ../sass/screen.scss */
.clearfix {
  clear: both;
}

/* line 32, ../sass/screen.scss */
.bar-green {
  margin: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background: #018677;
  background: -moz-linear-gradient(90deg, #018677 25%, rgba(255, 255, 255, 0) 69%);
  background: -webkit-linear-gradient(90deg, #018677 25%, rgba(255, 255, 255, 0) 69%);
  background: linear-gradient(90deg, #018677 25%, rgba(255, 255, 255, 0) 69%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#018677",endColorstr="#ffffff",GradientType=1);
}

/* line 51, ../sass/screen.scss */
header {
  z-index: 9;
  position: relative;
}
/* line 54, ../sass/screen.scss */
header .content-header {
  margin: 100px 0 0 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* line 61, ../sass/screen.scss */
header .content-header .logo_senior {
  margin: 0;
  padding: 0;
  width: 250px;
}
/* line 65, ../sass/screen.scss */
header .content-header .logo_senior img {
  max-width: 100%;
}
/* line 69, ../sass/screen.scss */
header .content-header h1 {
  margin: 0 0 0 45px;
  padding: 0;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  text-align: left;
  font-family: "jaf-domus-titling-web";
  text-transform: uppercase;
  font-weight: 300;
  text-shadow: 1px 1px 1px #333333;
}

/* line 90, ../sass/screen.scss */
.section-main {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 9;
}
/* line 96, ../sass/screen.scss */
.section-main .content-main {
  margin: 60px 0 0 0;
  padding: 40px 0;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
/* line 105, ../sass/screen.scss */
.section-main .content-main:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-top: 4px solid #FF8300;
  width: 130px;
  z-index: 9;
  display: flex;
}
/* line 115, ../sass/screen.scss */
.section-main .content-main h2 {
  margin: 0;
  padding: 0;
  font-size: 38px;
  line-height: 44px;
  color: #fff;
  text-align: left;
  font-family: "jaf-domus";
  font-weight: 300;
  text-shadow: 1px 1px 1px #333333;
}
/* line 125, ../sass/screen.scss */
.section-main .content-main h2 strong {
  font-weight: 600;
}
/* line 129, ../sass/screen.scss */
.section-main .content-main ul {
  margin: 40px 0 0 0;
  padding: 0 0 0 20px;
  position: relative;
  list-style: disc;
}
/* line 134, ../sass/screen.scss */
.section-main .content-main ul li {
  margin: 15px 0;
  padding: 0;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  text-align: left;
  font-family: "jaf-domus";
  font-weight: 300;
  text-shadow: 1px 1px 1px #333333;
}
/* line 144, ../sass/screen.scss */
.section-main .content-main ul li strong {
  font-weight: 600;
}
/* line 147, ../sass/screen.scss */
.section-main .content-main ul li a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
/* line 151, ../sass/screen.scss */
.section-main .content-main ul li a:hover {
  color: #FF8300;
}
/* line 158, ../sass/screen.scss */
.section-main .content-main .logo-TeamViewer {
  margin: 50px 0 0 0;
  padding: 0;
  position: relative;
  width: 220px;
}
/* line 163, ../sass/screen.scss */
.section-main .content-main .logo-TeamViewer img {
  max-width: 100%;
}
