@charset "UTF-8";
/* Slider */
@import url(../bower_components/animate.css/animate.min.css);
@import url(../bower_components/foundation/css/foundation.css);
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

.basicPage__header .slick-list {
  height: 60px !important; }

.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

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

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

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

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

.slick-slide img {
  display: block; }

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

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

.slick-initialized .slick-slide {
  display: block; }

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

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../images/fonts/slick.eot");
  src: url("../images/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../images/fonts/slick.woff") format("woff"), url("../images/fonts/slick.ttf") format("truetype"), url("../images/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  content: "←"; }

[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before {
  content: "→"; }

[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

/*# sourceMappingURL=slick.css.map */
/* Colors */
/* RESPONSIVE */
/* 0, 480px */
/* 481px, 960px 30.063em*/
/* 961px, 1230px 60.063em*/
/* 1231px */
/* 1231px */
/* mixin for multiline */
/*! 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'DINWeb-Black';
  src: url("../fonts/DINWeb-Black.woff") format("woff"); }

@font-face {
  font-family: 'DINWeb-Bold';
  src: url("../fonts/DINWeb-Bold.woff") format("woff"); }

@font-face {
  font-family: 'DINWeb-BoldItalic';
  src: url("../fonts/DINWeb-BoldItalic.woff") format("woff"); }

@font-face {
  font-family: 'DINWeb-Medium';
  src: url("../fonts/DINWeb-Medium.woff") format("woff"); }

@font-face {
  font-family: 'DINWeb-MediumItalic';
  src: url("../fonts/DINWeb-MediumItalic.woff") format("woff"); }

@font-face {
  font-family: 'DINWeb';
  src: url("../fonts/DINWeb.woff") format("woff"); }

@font-face {
  font-family: 'DINWeb-Italic';
  src: url("../fonts/DINWeb-Italic.woff") format("woff"); }

@font-face {
  font-family: 'DINWeb-CondBold';
  src: url("../fonts/DINWeb-CondBold.woff") format("woff"); }

@font-face {
  font-family: 'DINWeb-Light';
  src: url("../fonts/DINWeb-Light.woff") format("woff"); }

@font-face {
  font-family: 'DINWeb-LightItalic';
  src: url("../fonts/DINWeb-LightItalic.woff") format("woff"); }

/* Fonts */
/* Sizes */
p strong,
strong, b {
  font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
  font-weight: normal; }

a {
  text-decoration: none;
  color: #04b46b;
  display: inline-block; }
  a:hover {
    color: #03824d; }

html, body {
  font-size: 20px; }

p {
  line-height: 1.4;
  font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }

.lede {
  font-size: 1.8rem;
  font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
  font-style: italic;
  color: #04b46b;
  line-height: 1.2;
  margin: 0; }

.time-ago {
  font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
  font-size: 0.62rem;
  color: #9ea3a1;
  line-height: 1;
  display: block; }

.category {
  font-size: 0.85rem;
  line-height: 1;
  color: #04b46b;
  font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif; }

/* Text Sizes */
.size-really-tiny {
  font-size: 0.62rem;
  line-height: 1; }

.size-tiny {
  font-size: 0.7rem;
  line-height: 1.2; }

.size-small {
  font-size: 0.85rem;
  line-height: 1.2; }

.size-normal {
  font-size: 1rem;
  line-height: 1.2; }

.size-medium {
  font-size: 1.4rem;
  line-height: 1.2; }

.size-large {
  font-size: 1.7rem;
  line-height: 1.2; }

.size-mega {
  font-size: 3rem;
  line-height: 1; }

/* Text Colors */
.gray {
  color: #202221; }

.gray-25 {
  color: #5e6461; }

.gray-50 {
  color: #9ea3a1; }

.gray-75 {
  color: #dfe1e0; }

.white {
  color: #fff !important; }

.primary-color-text {
  color: #04b46b; }

.gray-green {
  color: #1c1e1d; }

.primary-color-lightness {
  background: #e0fbf0 !important; }

/* Font Weighs */
.bold {
  font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif !important; }

.regular {
  font-family: "DINWeb", "Helvetica", "Arial", sans-serif !important; }

.light {
  font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif !important; }

.medium {
  font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif !important; }

.caixa-alta {
  text-transform: uppercase; }

.saber-mais {
  width: 21px;
  height: 21px;
  background: url("../images/saber-mais.png") no-repeat center center;
  display: inline-block;
  text-indent: -9999px;
  margin-left: 10px;
  margin-top: 5px; }

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.4;
  margin: .2rem 0;
  font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: .8rem; }

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

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

@font-face {
  font-family: 'LedBoard';
  src: url("../fonts/ledbdrev-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ledbdrev-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ledbdrev-webfont.woff") format("woff"), url("../fonts/ledbdrev-webfont.ttf") format("truetype"), url("../fonts/ledbdrev-webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */ }

/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  font-size: 1.25em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/*
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
*/
::-moz-selection {
  background: #04b46b !important;
  color: #fff !important; }

::selection {
  background: #04b46b !important;
  color: #fff !important; }

p::-moz-selection {
  background: #04b46b !important;
  color: #fff !important; }

p::selection {
  background: #04b46b !important;
  color: #fff !important; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
  color: #202221;
  background: #F1F1F1;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

.radius {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.container {
  position: relative; }

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

a:hover, a:focus {
  color: #04b46b;
  outline: none; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* CONTENT */
html.touch * {
  text-rendering: optimizeSpeed; }

body {
  color: #202221;
  /*background: #EFEFEF; FS*/
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

p strong,
strong, b {
  font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
  font-weight: normal; }

a {
  text-decoration: none;
  color: #04b46b;
  display: inline-block; }

p {
  line-height: 1.4;
  font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.lede {
  font-size: 1.8rem;
  font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
  font-style: italic;
  color: #04b46b;
  line-height: 1.2;
  margin: 0; }

.category {
  font-size: 0.85rem;
  line-height: 1;
  color: #04b46b;
  font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif; }

/* Text Sizes */
.size-really-tiny {
  font-size: 0.62rem;
  line-height: 1; }

.size-tiny {
  font-size: 0.7rem;
  line-height: 1.2; }

.size-small {
  font-size: 0.85rem;
  line-height: 1.2; }

.size-normal {
  font-size: 1rem;
  line-height: 1.2; }

.size-medium {
  font-size: 1.4rem;
  line-height: 1.2; }

.size-large {
  font-size: 1.7rem;
  line-height: 1.2; }

.size-mega {
  font-size: 3rem;
  line-height: 1; }

/* Text Colors */
.gray {
  color: #202221; }

.gray-25 {
  color: #5e6461; }

.gray-50 {
  color: #9ea3a1; }

.gray-75 {
  color: #dfe1e0; }

.white {
  color: #fff !important; }

.primary-color-text {
  color: #04b46b; }

.gray-green {
  color: #1c1e1d; }

.primary-color-lightness {
  background: #e0fbf0 !important; }

/* Font Weighs */
.bold {
  font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif !important; }

.regular {
  font-family: "DINWeb", "Helvetica", "Arial", sans-serif !important; }

.light {
  font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif !important; }

.medium {
  font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif !important; }

.condensed {
  font-family: "DIN Condensed", "Helvetica", "Arial", sans-serif !important; }

.condensed-light {
  font-family: "DIN Condensed Light", "Helvetica", "Arial", sans-serif !important; }

.caixa-alta {
  text-transform: uppercase; }

.saber-mais {
  width: 21px;
  height: 21px;
  background: url("../images/saber-mais.png") no-repeat center center;
  display: inline-block;
  text-indent: -9999px;
  margin-left: 10px;
  margin-top: 5px; }

/* HEADINGS */
.section-title {
  font-size: 1.7rem;
  text-transform: uppercase;
  text-align: center;
  font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
  color: #202221; }

.section-title::after {
  content: '';
  background: url("../images/SVG/title-section.svg") no-repeat center center;
  width: 88px;
  height: 16px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px; }

.section-title.section-title-subtitle {
  font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
  line-height: 1; }
  .section-title.section-title-subtitle:after {
    background: none;
    margin: 0;
    height: auto;
    width: auto; }
  .section-title.section-title-subtitle span {
    font-size: 0.85rem;
    color: #04b46b;
    display: block;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    line-height: 1; }

.title {
  font-size: 1.3rem;
  font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
  line-height: 1; }

.title.mega {
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
  font-size: 3rem;
  color: white;
  font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif; }

.title.small {
  font-size: 1rem; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.4;
  margin: .2rem 0;
  font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: .8rem; }

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

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

/* Titles center lines */
.title-center-lines {
  text-align: center;
  text-transform: uppercase;
  margin: 1rem 0;
  font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 30em) {
    .title-center-lines {
      font-size: 1rem;
      letter-spacing: 0px; } }
  .title-center-lines span {
    background: #fff;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media only screen and (max-width: 30em) {
      .title-center-lines span {
        padding-left: 0.5rem;
        padding-right: 0.5rem; } }
  .title-center-lines:before {
    display: block;
    background: #ddd;
    height: 1px;
    width: 100%;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1; }

.title-center-lines--dark span {
  background: #1c1e1d;
  color: #fff; }

.title-center-lines--dark:before {
  background: #636363; }

.headlineResult {
  position: relative;
  color: white;
  font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 0.5rem; }
  .headlineResult:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 30em) {
    .headlineResult {
      font-size: 1rem; } }
  .headlineResult .headlineResult__team {
    position: relative;
    line-height: 1; }
    .headlineResult .headlineResult__team:before {
      content: '';
      height: 1px;
      width: 100%;
      left: 0;
      top: 48%;
      background: #5e6461;
      position: absolute; }
      @media only screen and (max-width: 30em) {
        .headlineResult .headlineResult__team:before {
          background: none; } }
    .headlineResult .headlineResult__team span {
      background: #323031;
      display: inline-block;
      position: relative; }
  .headlineResult .headlineResult__team--home {
    width: 45%;
    float: left;
    text-align: right; }
    @media only screen and (max-width: 30em) {
      .headlineResult .headlineResult__team--home {
        width: 100%;
        float: none;
        text-align: center; } }
    @media only screen and (max-width: 60em) {
      .headlineResult .headlineResult__team--home {
        width: 42%; } }
    .headlineResult .headlineResult__team--home span {
      padding-left: 0.5rem; }
      @media only screen and (max-width: 30em) {
        .headlineResult .headlineResult__team--home span {
          padding: 0; } }
  .headlineResult .headlineResult__team--away {
    width: 45%;
    float: right;
    text-align: left; }
    @media only screen and (max-width: 30em) {
      .headlineResult .headlineResult__team--away {
        width: 100%;
        float: none;
        text-align: center; } }
    @media only screen and (max-width: 60em) {
      .headlineResult .headlineResult__team--away {
        width: 42%; } }
    .headlineResult .headlineResult__team--away span {
      padding-right: 0.5rem; }
      @media only screen and (max-width: 30em) {
        .headlineResult .headlineResult__team--away span {
          padding: 0; } }
  .headlineResult .headlineResult__score {
    position: absolute;
    line-height: 1;
    width: 10%;
    height: auto;
    left: 50%;
    margin-left: -5%;
    text-align: center; }
    @media only screen and (max-width: 30em) {
      .headlineResult .headlineResult__score {
        width: 100%;
        float: none;
        text-align: center;
        left: auto;
        margin: .2rem 0;
        position: relative;
        font-size: 0.85rem; } }
    @media only screen and (max-width: 60em) {
      .headlineResult .headlineResult__score {
        width: 18%;
        margin-left: -9%; } }

.pago {
  color: #04b46b;
  font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase; }

.premium {
  font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
  color: #04b46b;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #04b46b;
  /*font-weight:bold;*/ }

/* LISTS *******************************/
ul {
  padding: 0;
  font-size: 0.85rem;
  margin: 0; }
  ul li {
    list-style: none;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
    ul li .icon {
      float: none;
      display: inline-block;
      margin: 0; }
      ul li .icon .svg-icon {
        width: 16px;
        height: 16px; }
    ul li a {
      text-decoration: none;
      color: #202221;
      display: inline-block; }
      ul li a:hover {
        color: #04b46b; }

.list-arrow li {
  line-height: 1.6; }
  .list-arrow li a {
    padding: 0.3rem 0;
    padding-left: 1rem;
    background: url(../images/SVG/icon_bullet.svg) no-repeat 0 center;
    display: block; }

.inline-list:after {
  content: "";
  display: table;
  clear: both; }

.inline-list li {
  float: left;
  margin: 0 .5rem; }

.hero-side-nav li {
  border-bottom: none;
  margin: 0;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
  letter-spacing: 1px; }
  .hero-side-nav li .icon {
    margin-right: .3rem; }
    .hero-side-nav li .icon .svg-icon {
      width: 20px;
      height: 20px; }
  .hero-side-nav li:hover a {
    text-decoration: none; }
    .hero-side-nav li:hover a span {
      color: #dfe1e0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
  .hero-side-nav li a {
    color: white;
    padding: 0;
    display: inline-block; }
    .hero-side-nav li a .category {
      margin-left: 10px;
      letter-spacing: 0;
      color: #5e6461;
      font-size: 0.62rem;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }

.button {
  font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
  padding: 0 1.75rem;
  border: #04b46b solid 1px;
  outline: none;
  overflow: hidden;
  height: 44px;
  line-height: 45px;
  margin: 0;
  font-size: 0.85rem;
  display: inline-block; }
  .button:focus {
    outline: none;
    background: none;
    color: #04b46b; }
  .button:hover {
    background: #03824d;
    border: #03824d solid 1px; }
  .button span {
    display: inline-block;
    vertical-align: middle; }

.button-icon {
  padding: 0 1.75rem;
  height: 44px;
  display: inline-block; }

.button.tiny,
.button.tiny.icon {
  padding: 0 .9rem;
  height: 34px;
  line-height: 34px;
  font-size: 0.62rem; }

.button.small,
.button.small.icon {
  padding: 0 1.3rem;
  height: 40px;
  line-height: 40px;
  font-size: 0.7rem; }

.button.large,
.button.large.icon {
  padding: 0 2.25rem;
  height: 50px;
  line-height: 52px;
  font-size: 1rem; }

.flat-button {
  background: none;
  color: #04b46b;
  border: none;
  padding: 0 1rem; }
  .flat-button:hover {
    box-shadow: none;
    text-decoration: none;
    color: #03824d;
    background: none;
    border: none; }
  .flat-button:focus {
    background: none;
    color: #04b46b; }

.flat-button.button.tiny {
  padding: 0 1rem;
  height: 34px;
  line-height: 34px; }

.flat-button.button.small {
  padding: 0 1rem;
  height: 40px;
  line-height: 42px; }

.flat-button.button.large {
  padding: 0 1rem;
  height: 50px;
  line-height: 52px; }

.clear-button {
  height: 20px;
  line-height: 20px;
  padding: 0 0.25rem;
  background: none;
  color: #202221;
  border: none;
  font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
  .clear-button:hover {
    background: none;
    border: none;
    color: #515754; }

.button.secondary {
  color: #04b46b;
  background: none;
  border: #04b46b solid 1px; }
  .button.secondary:hover {
    background: #03824d;
    border: #03824d solid 1px;
    color: white; }

/* General button style (reset) */
.buttonFx:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 150%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #03824d;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(80deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(80deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(80deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(80deg);
  transform: translateX(-50%) translateY(-50%) rotate(80deg); }

.buttonFx:hover, .buttonFx:active {
  color: #fff;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
  .buttonFx:hover:after, .buttonFx:active:after {
    height: 500%;
    opacity: 1;
    filter: alpha(opacity=100); }

.buttonFx:active:after {
  height: 300%;
  opacity: 1;
  filter: alpha(opacity=100); }

/*FS*/
.button-Confirm {
  width: 10rem;
  /*padding-right: 2.5rem !important;*/
  overflow: visible !important;
  margin-bottom: 10px; }
  .button-Confirm .ico-ArrowRight {
    display: block;
    border: 1px solid white;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2; }
    .button-Confirm .ico-ArrowRight .svg-icon {
      display: block;
      float: left;
      margin-top: 5px;
      margin-left: 0px; }
      .button-Confirm .ico-ArrowRight .svg-icon polygon {
        fill: white; }
  .button-Confirm:after {
    position: absolute;
    left: 2.6rem;
    top: 0.3rem;
    display: block;
    content: '';
    width: 27px;
    height: 23px; }
  .button-Confirm:hover {
    background: #03824d;
    color: #fff; }
  .button-Confirm:active {
    background: #03824d;
    color: #fff; }
  .button-Confirm:focus {
    background: #04b46b;
    color: #fff; }

.button-socio {
  width: 14rem;
  padding-left: 2.5rem !important;
  overflow: visible !important;
  margin-bottom: 10px; }
  .button-socio .ico-Arrow-Down {
    display: none;
    border: 10px solid transparent;
    border-top: 10px solid white;
    overflow: hidden;
    color: #ff7800;
    position: absolute;
    top: 49px;
    right: 6.2rem;
    z-index: 2; }
  .button-socio:after {
    position: absolute;
    left: 2.6rem;
    top: 0.3rem;
    display: block;
    content: '';
    background: url("../images/SVG/icon-add-member.svg") no-repeat;
    width: 27px;
    height: 23px; }
  .button-socio:hover {
    background: #03824d;
    color: #fff; }
  .button-socio:active {
    background: #03824d;
    color: #fff; }
  .button-socio:focus {
    background: #04b46b;
    color: #fff; }

.button-close {
  border-radius: 50%;
  color: #04b46b;
  background: white url("../images/SVG/icon_close.svg") no-repeat center center;
  width: 1.6rem;
  height: 1.6rem;
  position: relative; }

/*FS*/
.button-dropdown,
.button-dropdown.tiny,
.button-dropdown.small {
  background: none;
  color: #04b46b;
  padding-right: 2.5rem;
  padding-left: 2rem;
  border: none;
  line-height: 48px;
  height: 44px; }
  .button-dropdown:after,
  .button-dropdown.tiny:after,
  .button-dropdown.small:after {
    position: absolute;
    right: 1rem;
    top: 1rem;
    display: block;
    content: '';
    background: url("../images/SVG/icon_dropdown-green.svg") no-repeat;
    width: 12px;
    height: 6px; }
  .button-dropdown:before,
  .button-dropdown.tiny:before,
  .button-dropdown.small:before {
    content: '';
    display: block;
    background: url("../images/SVG/icon_tabela-precos.svg") no-repeat;
    position: absolute;
    left: 10px;
    top: 12px;
    width: 20px;
    height: 22px; }
  .button-dropdown:hover,
  .button-dropdown.tiny:hover,
  .button-dropdown.small:hover {
    background-color: #f2f2f2;
    color: #04b46b;
    border: none; }
  .button-dropdown:focus,
  .button-dropdown.tiny:focus,
  .button-dropdown.small:focus {
    background-color: #f2f2f2;
    color: #04b46b;
    background: none; }

.button-dropdown.activo {
  background-color: #dfe1e0; }
  .button-dropdown.activo::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.button.disabled {
  background: #9ea3a1;
  border: none; }
  .button.disabled:hover {
    background: #9ea3a1; }

.button-white {
  border: none;
  background: none;
  color: #04b46b;
  background: #fff; }
  .button-white:hover {
    background: #e0fbf0;
    color: #04b46b;
    border: none; }

.button.button-nobg {
  background: none;
  border: none;
  color: #04b46b; }
  .button.button-nobg:hover {
    background: #e0fbf0;
    color: #04b46b; }

.icon-left:before,
.icon-right:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-top: -12px;
  /*-11px;*/
  width: 22px;
  height: 22px;
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.34, 1.61, 0.7, 1);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: transform 0.1s cubic-bezier(0.34, 1.61, 0.7, 1); }

/* Button Icon */
.button.icon {
  line-height: 48px; }

.button.tiny.icon {
  height: 34px;
  line-height: 36px; }

.button.small.icon {
  height: 40px;
  line-height: 41px; }

.button.large.icon {
  height: 50px;
  line-height: 54px; }

.icon-left {
  padding-left: 3.2rem !important; }
  .icon-left:before {
    left: 35px; }

.icon-left.small {
  padding-left: 2.5rem !important; }
  .icon-left.small:before {
    left: 25px; }

.icon-left.tiny {
  padding-left: 2rem !important; }
  .icon-left.tiny:before {
    /*left: 18px; FS*/
    left: 14px; }

.icon-left.large {
  padding-left: 3.5rem !important; }
  .icon-left.large:before {
    left: 40px; }

.icon-right {
  padding-right: 3.2rem !important; }
  .icon-right:before {
    right: 35px; }

.icon-right.small {
  padding-right: 2.5rem !important; }
  .icon-right.small:before {
    right: 25px; }

.icon-right.tiny {
  padding-right: 2rem !important; }
  .icon-right.tiny:before {
    right: 15px; }

.icon-right.large {
  padding-right: 3.5rem !important; }
  .icon-right.large:before {
    right: 40px; }

.button.secondary.icon:hover {
  background: #e0fbf0;
  color: #03824d; }

.progress-button {
  position: relative;
  display: inline-block;
  text-align: center; }
  .progress-button button {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 250px;
    height: 70px;
    border: 2px solid #04b46b;
    border-radius: 40px;
    background: transparent;
    color: #04b46b;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
    .progress-button button:hover {
      background-color: #05cd7a;
      color: #fff;
      box-shadow: none; }
    .progress-button button:focus {
      outline: none; }
    .progress-button button span {
      -webkit-transition: opacity 0.3s 0.1s;
      -moz-transition: opacity 0.3s 0.1s;
      transition: opacity 0.3s 0.1s; }
  .progress-button svg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none; }
    .progress-button svg path {
      opacity: 0;
      fill: none; }
  .progress-button svg.progress-circle path {
    stroke: #1ECD97;
    stroke-width: 5; }
  .progress-button svg.checkmark path,
  .progress-button svg.cross path {
    stroke: #fff;
    stroke-linecap: round;
    stroke-width: 4;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    transition: opacity 0.1s; }

.loading.progress-button button {
  width: 70px;
  /* make a circle */
  border-width: 5px;
  border-color: #ddd;
  background-color: transparent;
  color: #fff; }

.loading.progress-button span {
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  transition: opacity 0.15s; }

.loading.progress-button span,
.sucess.progress-button span,
.error.progress-button span {
  opacity: 0; }

.success.progress-button button,
.error.progress-button button {
  -webkit-transition: background-color 0.3s, width 0.3s, border-width 0.3s;
  -moz-transition: background-color 0.3s, width 0.3s, border-width 0.3s;
  transition: background-color 0.3s, width 0.3s, border-width 0.3s; }

.success.progress-button button {
  border-color: #1ECD97;
  background-color: #1ECD97; }

.error.progress-button button {
  border-color: #FB797E;
  background-color: #FB797E; }

.loading.progress-button svg.progress-circle path,
.success.progress-button svg.checkmark path,
.error.progress-button svg.cross path {
  opacity: 1;
  -webkit-transition: stroke-dashoffset 0.3s;
  transition: stroke-dashoffset 0.3s; }

.elastic.progress-button button {
  -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1), border-width 0.3s, border-color 0.3s;
  -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1.6), border-width 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1.6), border-width 0.3s, border-color 0.3s; }

.loading.elastic.progress-button button {
  -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, 0, 0.75, 0.75), border-width 0.3s, border-color 0.3s;
  -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, -0.6, 0.75, 0.75), border-width 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, -0.6, 0.75, 0.75), border-width 0.3s, border-color 0.3s; }

/* BUTTONS COLORS */
.button.button-negative {
  background: #202221;
  border: #202221 solid 1px; }

.button.button-facebook {
  background: #3B5999;
  border: #3B5999 solid 1px; }
  .button.button-facebook:hover {
    background: #2d4474;
    border: #2d4474 solid 1px; }

/* FEEDBACK */
#feedbackify .select td a {
  color: #04B46B !important; }
  #feedbackify .select td a:hover {
    color: #04B46B !important; }

ul.sub-menus {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.sub-menus:after {
    content: "";
    display: table;
    clear: both; }
  ul.sub-menus li {
    float: left;
    margin-right: 1px; }
    ul.sub-menus li a {
      height: 52px;
      line-height: 52px;
      display: block;
      text-transform: uppercase;
      background: #04b46b;
      color: white;
      text-decoration: none;
      min-width: 185px;
      text-align: center; }
  ul.sub-menus li.active {
    position: relative;
    margin-right: 0;
    overflow: hidden; }
    ul.sub-menus li.active a {
      color: #04b46b;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
      ul.sub-menus li.active a::before {
        -webkit-transform: skew(15deg);
        -moz-transform: skew(15deg);
        -ms-transform: skew(15deg);
        -o-transform: skew(15deg);
        transform: skew(15deg);
        background: white;
        height: 100%;
        position: absolute;
        width: 100%;
        right: 10px;
        top: 0;
        content: ''; }
      ul.sub-menus li.active a span {
        position: relative;
        padding-right: 15px; }

/* MEGA MENU */
.top-nav-menu:after {
  content: "";
  display: table;
  clear: both; }

.top-nav-menu .inline-list {
  margin: 0;
  float: right;
  border-left: #ddd solid 1px; }
  .top-nav-menu .inline-list > li {
    border: #f1f1f1 solid 1px; }
    .top-nav-menu .inline-list > li > a {
      font-size: .65rem;
      text-transform: uppercase;
      line-height: 1;
      padding: .2rem .5rem; }
  .top-nav-menu .inline-list li.login {
    border: #04b46b solid 1px; }
  .top-nav-menu .inline-list li.sporting-sites a {
    color: #444; }
    .top-nav-menu .inline-list li.sporting-sites a:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: 5px solid;
      border-color: transparent transparent #f1f1f1;
      position: absolute;
      top: -20px;
      left: 30%; }

.top-nav {
  padding: 10px 0; }
  .top-nav .site-name {
    text-transform: uppercase;
    color: #999;
    font-size: .65rem;
    padding: .2rem .5rem;
    padding-left: 7rem; }

.tb-megamenu .nav > .active > a,
.tb-megamenu .nav > .active > a:hover,
.tb-megamenu .nav > .active > a:focus {
  background: #04b46b; }

.tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
.tb-megamenu .nav > li.dropdown.open.active > a:hover {
  background-color: #04b46b; }

.tb-megamenu {
  background: #04b46b; }
  .tb-megamenu .row {
    margin-left: auto; }
  .tb-megamenu .tb-megamenu-nav > li > a {
    font-size: 0.85rem;
    text-transform: uppercase;
    padding: 25px 7px;
    border: none;
    font-family: "DIN Condensed", "Helvetica", "Arial", sans-serif; }
  .tb-megamenu .tb-megamenu-nav li a {
    font-weight: normal;
    border: none;
    font-size: .8rem;
    padding: 3px 0; }
  .tb-megamenu .dropdown-menu {
    background: #202221;
    border-bottom: #04b46b solid 5px;
    box-shadow: none;
    padding: 1rem; }
    .tb-megamenu .dropdown-menu li > a {
      color: #04b46b; }
  .tb-megamenu .mega-inner {
    padding-top: 2rem; }

.block-tb-megamenu .title-area {
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
  width: 129px; }
  .block-tb-megamenu .title-area .name h1 a {
    margin-top: -30px;
    background: url("http://dev.sporting.pt/sites/default/files/sporting-logo.png") no-repeat;
    display: block;
    width: 98px;
    height: 129px;
    text-indent: -9999px;
    z-index: 20;
    position: relative; }

.block-tb-megamenu .nav-collapse {
  margin-left: 150px; }

.tb-megamenu .mega-nav .mega-group > .mega-group-title,
.tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
.tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
  color: #fff;
  padding-bottom: 1rem;
  border-bottom: #fff dotted 1px;
  margin-bottom: 1rem;
  padding-left: 0;
  font-size: .7rem; }

.tb-megamenu .span12.mega-col-nav .mega-inner {
  padding: 0; }

.alltheway {
  width: 100%; }

.top-bar.main-navigation {
  height: 80px;
  background: #04b46b; }

.top-bar.main-navigation .name h1 {
  height: 80px; }

.top-bar.main-navigation .name h1 a {
  background: url("../images/sporting-logo.png") no-repeat;
  display: block;
  text-indent: -9999px;
  width: 98px;
  height: 129px;
  position: relative;
  top: -32px; }

.top-bar-section.main-navigation-section {
  background: #04b46b; }
  .top-bar-section.main-navigation-section ul li {
    background: #04b46b; }
    .top-bar-section.main-navigation-section ul li > a {
      font-size: .9rem; }
  .top-bar-section.main-navigation-section ul li:not(.has-form) a:not(.button) {
    padding: 0 14px;
    line-height: 80px;
    font-family: "DIN Condensed", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    background: #04b46b; }

.nav-footer-languages {
  margin: 0; }
  .nav-footer-languages li {
    display: inline;
    float: none;
    color: #dfe1e0;
    margin: 0; }
    .nav-footer-languages li a {
      color: #dfe1e0;
      font-size: 0.7rem;
      text-transform: uppercase;
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
  .nav-footer-languages li.active a {
    color: #04b46b; }
  .nav-footer-languages li:before {
    content: '|';
    display: inline-block;
    margin: 0 1rem;
    position: relative;
    top: 1px; }
  .nav-footer-languages li:nth-child(1):before {
    content: '';
    margin: 0; }

.nav-footer-pages li {
  display: inline;
  float: none;
  color: #dfe1e0; }
  .nav-footer-pages li a {
    color: #dfe1e0;
    font-size: 0.7rem;
    text-transform: uppercase;
    padding: 6px 4px;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }

.nav-footer-pages li.active a {
  color: #04b46b; }

@media only screen and (max-width: 30em) {
  .nav-footer-pages {
    display: none; } }

.nav-footer-pages-tiny li {
  display: inline;
  float: none;
  color: #dfe1e0;
  margin: 0; }
  .nav-footer-pages-tiny li a {
    color: #dfe1e0;
    font-size: .6rem;
    text-transform: uppercase;
    padding: 6px 4px;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }

.nav-footer-pages-tiny li.active a {
  color: #04b46b; }

.nav-footer-pages-tiny li:before {
  content: '-';
  display: inline-block;
  margin: 0 .2rem;
  position: relative;
  top: 1px; }

.nav-footer-pages-tiny li:nth-child(1):before {
  content: '';
  margin: 0; }

.accordion {
  margin-bottom: 0;
  max-width: 320px; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation {
    display: block;
    margin-bottom: 1px !important; }
    .accordion .accordion-navigation > a {
      background: #04b46b;
      color: white;
      padding: .65rem .9rem;
      display: block;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 1rem;
      text-transform: uppercase;
      position: relative;
      font-size: 0.85rem;
      -webkit-transition: background 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
      -moz-transition: background 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
      transition: background 0.3s cubic-bezier(0.34, 1.61, 0.7, 1); }
      .accordion .accordion-navigation > a:hover {
        background: #03824d; }
      .accordion .accordion-navigation > a:before {
        position: absolute;
        top: 22px;
        right: 1rem;
        content: '';
        width: 14px;
        height: 7px;
        background-repeat: no-repeat;
        background-image: url(../images/SVG/icon_drop-arrow--white.svg);
        background-position: 0 0; }
    .accordion .accordion-navigation > .content {
      visibility: hidden;
      position: absolute;
      opacity: 0;
      filter: alpha(opacity=0);
      transition: all .3s; }
    .accordion .accordion-navigation > .content.active {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
      position: relative;
      transition-delay: 0; }
  .accordion .accordion-navigation.active > a {
    background: #05cd7a;
    -webkit-transition: background 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: background 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: background 0.3s cubic-bezier(0.34, 1.61, 0.7, 1); }
    .accordion .accordion-navigation.active > a:before {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .accordion .sub-menu {
    background: #FAFAFA;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .accordion .sub-menu li a {
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      line-height: 1;
      text-transform: uppercase;
      padding: .7rem .9rem;
      padding-left: 1.2rem;
      display: block;
      font-size: 0.7rem;
      color: #9ea3a1; }
    .accordion .sub-menu li:hover a {
      background: #efefef;
      color: #202221; }
    .accordion .sub-menu li.active a {
      background: url("../images/SVG/icon_sub-in.svg") no-repeat 1.2rem 0.75rem;
      padding-left: 2.35rem;
      color: #202221; }
    .accordion .sub-menu li:first-child a {
      padding-top: 1rem; }
    .accordion .sub-menu li:last-child a {
      padding-bottom: 1rem; }

@media only screen and (max-width: 30em) {
  .button-group {
    margin-bottom: 0.5rem; } }

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

.button-group li {
  display: inline-block;
  margin: 0 -2px;
  border-top: #dfe1e0 solid 1px;
  border-bottom: #dfe1e0 solid 1px;
  border-right: #dfe1e0 solid 1px; }
  .button-group li .button {
    background: white;
    color: #202221;
    margin: 0;
    overflow: visible;
    border: none;
    height: 34px;
    line-height: 34px;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    font-size: 0.7rem; }
    .button-group li .button:hover {
      /*
        background: $gray;
        color: $white;
        FS*/
      background: #f2f2f2;
      color: #202221; }
    @media only screen and (max-width: 30em) {
      .button-group li .button {
        padding-left: 1rem;
        padding-right: 1rem; } }
  .button-group li:first-child {
    border-left: #dfe1e0 solid 1px; }

.button-group li.active .button {
  background: #202221;
  color: white;
  /*border-top: $gray solid 1px;
      border-bottom: $gray solid 1px;
      border-right: $gray solid 1px;*/ }

.button-group li.active:first-child {
  border-left: #202221 solid 1px; }

.button-group li.disable .button {
  background: #dfe1e0;
  color: #f2f2f2;
  cursor: none; }

.button-group.button-group-big {
  /*font-size: auto;*/ }
  .button-group.button-group-big li .button {
    height: 44px;
    line-height: 47px;
    padding: 0 2.8rem;
    font-size: 0.85rem;
    /*margin-left:-2px;*/
    /*font-family: $DINMedium;*/ }

.button-group.radius li:first-child {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left: #dfe1e0 solid 1px; }
  .button-group.radius li:first-child .button {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }

.button-group.radius li:last-child {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
  .button-group.radius li:last-child .button {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

/**
 * Responsive Nav
 */
/*! responsive-nav.js 1.0.34 by @viljamis */
.js .nav-collapse {
  clip: rect(0 0 0 0);
  /*max-height: 0;*/
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

.js .nav-collapse-0.opened {
  max-height: 9999px !important; }

@media only screen and (max-width: 30em) {
  .nav-collapse .notification {
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1) 0.3s;
    -moz-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1) 0.3s;
    transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1) 0.3s; } }

.nav-collapse.opened {
  max-height: 9999px; }
  .nav-collapse.opened ul {
    border: #dfe1e0 solid 1px;
    border-top: none; }
  .nav-collapse.opened li {
    float: none;
    margin: 0; }
    .nav-collapse.opened li a {
      display: block;
      width: auto;
      text-align: left;
      padding: 0 1rem;
      -webkit-transition: all 0s;
      -moz-transition: all 0s;
      transition: all 0s;
      height: 42px;
      line-height: 42px; }
      .nav-collapse.opened li a:hover {
        color: #202221; }
    .nav-collapse.opened li .notification {
      left: 5px;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .nav-collapse.opened .active a {
    border: none;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .nav-collapse.opened .active a:hover {
      color: #04b46b; }

.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #dfe1e0;
  display: block;
  color: #202221;
  position: relative;
  padding: 0 1rem;
  height: 50px;
  line-height: 52px;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
  border: 1px solid #5e6461; }
  .nav-toggle:after {
    content: '';
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -11px;
    width: 22px;
    height: 22px;
    background-image: url("../images/SVG/icon_drop-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center; }
  .nav-toggle:hover {
    color: #202221; }
  .nav-toggle:focus {
    color: #202221; }

.nav-toggle.active {
  color: #202221; }

@media only screen and (min-width: 30em) {
  .js .nav-collapse {
    position: relative; }
  .js .nav-collapse.closed {
    max-height: none; }
  .nav-toggle {
    display: none; } }

.svg-icon {
  cursor: pointer;
  position: relative;
  vertical-align: middle; }

.icons-wrapper:after {
  content: "";
  display: table;
  clear: both; }

.icons-wrapper .icons {
  padding: 1rem;
  padding-bottom: 0;
  float: left;
  border: #dfe1e0 solid 1px;
  margin: 10px;
  cursor: pointer;
  text-align: center;
  width: 190px;
  height: 200px;
  position: relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .icons-wrapper .icons span {
    padding-top: 1rem;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border-top: #dfe1e0 solid 1px;
    padding-bottom: 1rem;
    font-size: 0.62rem; }
  .icons-wrapper .icons:hover {
    background: #f7f7f7;
    border: #04b46b solid 1px; }
    .icons-wrapper .icons:hover span {
      background: #04b46b;
      color: #fff;
      border-top: #05cd7a solid 1px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
  .icons-wrapper .icons .svg-icon {
    width: auto;
    height: auto; }

.icons-wrapper .icons.icons-dark {
  background: #05cd7a; }
  .icons-wrapper .icons.icons-dark span {
    color: #fff;
    border-top: #04b46b solid 1px; }

.icons-wrapper .icons-big {
  width: auto;
  height: auto;
  padding-bottom: 60px; }

.icone {
  display: inline-block;
  line-height: 1; }

.icone:before {
  content: ' ';
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin-top: -11px; }

/* Edit */
.icon-edit:before {
  background: url("../images/SVG/icon_edit_white.svg") no-repeat; }

.icon-edit.secondary:before {
  background: url("../images/SVG/icon_edit.svg") no-repeat; }

.icon-check.secondary::before {
  background: url("../images/SVG/icon_check.svg") no-repeat; }

.icon-close2.secondary::before {
  background: url("../images/SVG/icon_close.svg") no-repeat;
  margin-top: -6px; }

/**
 * Camera
 */
.icon-camera.secondary:before {
  background: url("../images/SVG/icon_camera.svg") no-repeat; }

.icone.icone-camera:before {
  background: url("../images/SVG/icon_camera.svg") no-repeat; }

/**
 * Fatura
 */
.icon-fatura.secondary:before {
  background: url("../images/SVG/icon_fatura.svg") no-repeat; }

/**
 * Bilhete
 */
.icon-bilhete.secondary:before {
  background: url("../images/SVG/icon_bilhete.svg") no-repeat; }

/* Seta */
.icon-seta:before {
  background: url("../images/SVG/icon_seta_white.svg") no-repeat; }

.icon-seta_gray:before {
  background: url("../images/SVG/icon_seta_gray.svg") no-repeat; }

.icon-seta.secondary:before,
.icon-seta.button-nobg:before {
  background: url("../images/SVG/icon_seta.svg") no-repeat; }

/* Olho */
.icon-olho:before {
  background: url("../images/SVG/icon_eye.svg") no-repeat; }

/**
 * Tabela de Preços
 */
.icon-tabela-precos:before {
  background: url("../images/SVG/icon_tabela-precos.svg") no-repeat; }

/* BACK */
.icon-back:before {
  background: url("../images/SVG/icon_voltar.svg") no-repeat; }

/* Next */
.icon-next:before {
  background: url("../images/SVG/icon_next.svg") no-repeat; }

/* DropDown */
.icon-drop:before {
  background: url("../images/SVG/icon_dropdown-green.svg") no-repeat;
  top: 58%; }

/**
 * Add
 */
.icon-add:before {
  background: url("../images/SVG/icon_add.svg") no-repeat;
  /*top: 58%; FS*/ }

.tiny.icon-add:before {
  /*top: 64%; FS*/ }

/**
 * Facebook
 */
.icon-facebook:before {
  background: url("../images/SVG/icon_social-face-w.svg") no-repeat;
  background-size: 20px 20px; }

.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center; }

.icon-close {
  background-image: url("../images/SVG/icon_close.svg");
  width: 13px;
  height: 13px; }

/* Icons Modalidades */
.iconM-small {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  display: inline-block; }

.iconM-medium {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  margin-left: 5px;
  display: inline-block; }

.iconM-large {
  width: 64px;
  height: 64px;
  background-size: 64px 64px;
  margin-left: 5px;
  display: inline-block; }

.aikido {
  background-image: url("../images/modalidades/aikido.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.andebol {
  background-image: url("../images/modalidades/andebol.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.atletismo {
  background-image: url("../images/modalidades/atletismo.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.basquetebol {
  background-image: url("../images/modalidades/basquetebol.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.bilhar {
  background-image: url("../images/modalidades/bilhar.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.boxe {
  background-image: url("../images/modalidades/boxe.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.canoagem {
  background-image: url("../images/modalidades/canoagem.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.capoeira {
  background-image: url("../images/modalidades/aikido.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.corfebol {
  background-image: url("../images/modalidades/corfebol.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.dressage {
  background-image: url("../images/modalidades/dressage.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.futebol {
  background-image: url("../images/modalidades/futebol.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.futebol-formacao {
  background-image: url("../images/modalidades/futebol-formacao.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.polo-eul {
  background-image: url("../images/modalidades/polo-eul.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.futebol-de-praia {
  background-image: url("../images/modalidades/futebol-de-praia.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.futsal {
  background-image: url("../images/modalidades/futsal.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.ginastica {
  background-image: url("../images/modalidades/ginastica.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.golfe {
  background-image: url("../images/modalidades/golfe.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.hoquei-em-patins {
  background-image: url("../images/modalidades/hoquei-em-patins.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.horseball {
  background-image: url("../images/modalidades/aikido.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.judo {
  background-image: url("../images/modalidades/judo.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.karate-competicao {
  background-image: url("../images/modalidades/karate-competicao.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.karate-shotokan {
  background-image: url("../images/modalidades/karate-shotokan.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.karting {
  background-image: url("../images/modalidades/karting.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.kickboxing {
  background-image: url("../images/modalidades/kickboxing.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.krav-maga {
  background-image: url("../images/modalidades/krav-maga.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.natacao {
  background-image: url("../images/modalidades/natacao.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.paintball {
  background-image: url("../images/modalidades/aikido.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.patinagem {
  background-image: url("../images/modalidades/patinagem.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.pentatlo-moderno {
  background-image: url("../images/modalidades/aikido.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.pesca-desportiva {
  background-image: url("../images/modalidades/pesca-desportiva.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.polo-aquatico {
  background-image: url("../images/modalidades/polo-aquatico.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.remo {
  background-image: url("../images/modalidades/remo.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.raguebi {
  background-image: url("../images/modalidades/raguebi.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.taekwon-do {
  background-image: url("../images/modalidades/taekwon-do.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.tenis-de-mesa {
  background-image: url("../images/modalidades/tenis-de-mesaa.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.tiro-com-arco {
  background-image: url("../images/modalidades/tiro-com-arco.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.tiro-a-bala {
  background-image: url("../images/modalidades/tiro-a-bala.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.triatlo {
  background-image: url("../images/modalidades/triatlo.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.xadrez {
  background-image: url("../images/modalidades/xadrez.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.jogos-olimpicos {
  background-image: url("../images/modalidades/jogos-olimpicos.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.desporto-adaptado {
  background-image: url("../images/modalidades/aikido.svg");
  background-repeat: no-repeat;
  background-position: center center; }

/*noticias*/
.clube {
  background-image: url("../images/modalidades/clube.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.gala-honoris-sporting {
  background-image: url("../images/modalidades/gala.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.fundacao-sporting {
  background-image: url("../images/modalidades/fundacao.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.noticias {
  background-image: url("../images/modalidades/noticias.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.comunicados {
  background-image: url("../images/modalidades/comunicados.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.congresso-internacional-the-future-of-football {
  background-image: url("../images/modalidades/congresso.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.jornal-sporting {
  background-image: url("../images/modalidades/jornal_scp.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.sporting-tv {
  background-image: url("../images/modalidades/scp_tv.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.equipa-principal {
  background-image: url("../images/modalidades/futebol.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.equipa-b {
  background-image: url("../images/modalidades/futebol.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.juniores {
  background-image: url("../images/modalidades/futebol.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.juvenis {
  background-image: url("../images/modalidades/futebol.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.iniciados {
  background-image: url("../images/modalidades/futebol.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.modalidades {
  background: #fff; }

.mod-de-combate {
  background-image: url("../images/modalidades/mod-de-combate.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.outras-modalidades {
  background-image: url("../images/modalidades/mod-de-combate.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.natacao-adaptada {
  background-image: url("../images/modalidades/natacao.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.paracanoagem {
  background-image: url("../images/modalidades/paracanoagem.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.opiniao {
  background-image: url("../images/modalidades/opiniao.svg");
  background-repeat: no-repeat;
  background-position: center center; }

/*Martelada do GO-LIVE :) *** pa resolver dia 2 de Nov */
.icon-aikido {
  background-image: url("../images/modalidades/aikido.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-andebol {
  background-image: url("../images/modalidades/andebol.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-atletismo {
  background-image: url("../images/modalidades/atletismo.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-basquetebol {
  background-image: url("../images/modalidades/basquetebol.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-bilhar {
  background-image: url("../images/modalidades/bilhar.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-boxe {
  background-image: url("../images/modalidades/boxe.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-canoagem {
  background-image: url("../images/modalidades/canoagem.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-capoeira {
  background-image: url("../images/modalidades/aikido.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-corfebol {
  background-image: url("../images/modalidades/corfebol.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-dressage {
  background-image: url("../images/modalidades/dressage.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-futebol {
  background-image: url("../images/modalidades/futebol.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-futebol-formacao {
  background-image: url("../images/modalidades/futebol-formacao.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-polo-eul {
  background-image: url("../images/modalidades/polo-eul.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-futebol-de-praia {
  background-image: url("../images/modalidades/futebol-de-praia.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-futsal {
  background-image: url("../images/modalidades/futsal.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-ginastica {
  background-image: url("../images/modalidades/ginastica.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-golfe {
  background-image: url("../images/modalidades/golfe.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-hoquei-em-patins {
  background-image: url("../images/modalidades/hoquei-em-patins.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-horseball {
  background-image: url("../images/modalidades/aikido.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-judo {
  background-image: url("../images/modalidades/judo.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-karate-competicao {
  background-image: url("../images/modalidades/karate-competicao.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-karate-shotokan {
  background-image: url("../images/modalidades/karate-shotokan.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-.karting {
  background-image: url("../images/modalidades/karting.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-kickboxing {
  background-image: url("../images/modalidades/kickboxing.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-krav-maga {
  background-image: url("../images/modalidades/krav-maga.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-natacao {
  background-image: url("../images/modalidades/natacao.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-paintball {
  background-image: url("../images/modalidades/aikido.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-patinagem {
  background-image: url("../images/modalidades/patinagem.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-pentatlo-moderno {
  background-image: url("../images/modalidades/aikido.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-pesca-desportiva {
  background-image: url("../images/modalidades/pesca-desportiva.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-polo-aquatico {
  background-image: url("../images/modalidades/polo-aquatico.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-remo {
  background-image: url("../images/modalidades/remo.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-raguebi {
  background-image: url("../images/modalidades/raguebi.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-taekwon-do {
  background-image: url("../images/modalidades/taekwon-do.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-tenis-de-mesa {
  background-image: url("../images/modalidades/tenis-de-mesa.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-tiro-com-arco {
  background-image: url("../images/modalidades/tiro-com-arco.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-tiro-a-bala {
  background-image: url("../images/modalidades/tiro-a-bala.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-triatlo {
  background-image: url("../images/modalidades/triatlo.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-xadrez {
  background-image: url("../images/modalidades/xadrez.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-jogos-olimpicos {
  background-image: url("../images/modalidades/jogos-olimpicos.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-desporto-adaptado {
  background-image: url("../images/modalidades/aikido.svg");
  background-repeat: no-repeat;
  background-position: center center; }

/*noticias*/
.icon-clube {
  background-image: url("../images/modalidades/clube.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-gala-honoris-sporting {
  background-image: url("../images/modalidades/gala.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.fundacao-sporting {
  background-image: url("../images/modalidades/fundacao.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-noticias {
  background-image: url("../images/modalidades/noticias.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-comunicados {
  background-image: url("../images/modalidades/comunicados.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-congresso-internacional-the-future-of-football {
  background-image: url("../images/modalidades/congresso.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-jornal-sporting {
  background-image: url("../images/modalidades/jornal_scp.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-sporting-tv {
  background-image: url("../images/modalidades/scp_tv.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-equipa-principal {
  background-image: url("../images/modalidades/futebol.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-equipa-b {
  background-image: url("../images/modalidades/futebol.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-juniores {
  background-image: url("../images/modalidades/futebol.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-juvenis {
  background-image: url("../images/modalidades/futebol.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-iniciados {
  background-image: url("../images/modalidades/futebol.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-modalidades {
  background-image: url("../images/modalidades/modalidades.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-mod-de-combate {
  background-image: url("../images/modalidades/mod-de-combate.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-outras-modalidades {
  background-image: url("../images/modalidades/mod-de-combate.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-natacao-adaptada {
  background-image: url("../images/modalidades/natacao.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-paracanoagem {
  background-image: url("../images/modalidades/paracanoagem.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.icon-opiniao {
  background-image: url("../images/modalidades/opiniao.svg");
  background-repeat: no-repeat;
  background-position: center center; }

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 1px solid #04b46b;
  background: #fff;
  color: #202221; }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden; }

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */ }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.ttip {
  padding: 10px; }

.with-tooltip .svg-icon {
  vertical-align: middle; }

/*
 * Tipper v3.1.0 - 2014-10-24
 * A jQuery plugin for simple tooltips. Part of the formstone library.
 * http://formstone.it/tipper/
 *
 * Copyright 2014 Ben Plum; MIT Licensed
 */
.tipper {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -999px;
  left: -999px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.tipper * {
  -webkit-transition: none;
  transition: none; }

.tipper,
.tipper * {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

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

.tipper.visible {
  opacity: 1; }

.tipper .tipper-content {
  background: #04b46b;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  white-space: nowrap; }

.tipper .tipper-caret {
  width: 0;
  height: 0;
  content: '';
  display: block;
  margin: 0;
  position: absolute; }

.tipper.right .tipper-content {
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.35); }

.tipper.right .tipper-caret {
  top: 0;
  left: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #04b46b; }

.tipper.left .tipper-content {
  box-shadow: -1px 0 5px rgba(0, 0, 0, 0.35); }

.tipper.left .tipper-caret {
  top: 0;
  right: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #04b46b; }

.tipper.top .tipper-caret,
.tipper.bottom .tipper-caret {
  display: block;
  float: none;
  margin: 0 auto; }

.tipper.top .tipper-content {
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.35); }

.tipper.top .tipper-caret {
  bottom: -5px;
  left: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #04b46b; }

.tipper.bottom .tipper-content {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35); }

.tipper.bottom .tipper-caret {
  top: -5px;
  left: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #04b46b; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], select {
  height: 2.25rem;
  font-size: 0.85rem;
  border: #dfe1e0 solid 1px;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0; }

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  box-shadow: none; }

/*MODAL BOX - REGISTO*/
.fError {
  border: 1px solid #F41D56 !important;
  background: #FEEFF4 !important; }

.field-errorReg {
  color: #f21d59;
  font-size: 0.7rem;
  line-height: 1.1;
  display: block;
  margin-top: 4px;
  float: right;
  font-style: italic; }

.fActive {
  border: 1px solid #07AD65 !important; }

input:focus {
  box-shadow: none; }

label {
  font-size: 0.85rem;
  font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
  position: relative;
  margin-bottom: 1rem;
  color: #202221; }
  label input {
    margin-bottom: 0 !important;
    margin-top: 5px !important; }
  label .field-info {
    color: #9ea3a1;
    font-size: 0.7rem;
    line-height: 1.1;
    display: block;
    margin-top: 4px; }
  label .field-error {
    color: #f21d59;
    font-size: 0.7rem;
    line-height: 1.1;
    display: block;
    margin-top: 4px; }

/*Form Errors Global*/
label.formError {
  color: #f21d59 !important;
  font-size: 0.7rem;
  line-height: 1.1;
  display: block;
  margin-top: 4px;
  float: right;
  font-style: italic; }

input.formError {
  border: 1px solid #F41D56 !important;
  background: #FEEFF4 !important; }

.formEmailError {
  color: #f21d59 !important;
  font-size: 0.8rem;
  line-height: 1.1;
  width: 100%;
  text-align: center;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 20px; }

textarea {
  box-shadow: none;
  min-height: 120px;
  font-size: 0.85rem; }
  textarea:focus {
    box-shadow: none; }

form.go-bottom input, form.go-bottom textarea {
  width: 100%;
  background: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  outline: 0; }
  form.go-bottom input:valid, form.go-bottom textarea:valid {
    background: white; }
  form.go-bottom input:focus, form.go-bottom textarea:focus {
    border-color: #04b46b !important; }
  form.go-bottom input:focus + label, form.go-bottom textarea:focus + label {
    background: none;
    color: #04b46b;
    font-size: 70%;
    padding: 0px;
    z-index: 2;
    text-transform: uppercase; }

form.go-bottom label {
  transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  position: absolute;
  color: #999;
  padding: 8px 6px; }

form.go-bottom textarea {
  display: block;
  resize: vertical; }

form.go-bottom .form-field {
  position: relative;
  /* firefox 19+ */
  /* ie */ }
  form.go-bottom .form-field .placeholder {
    position: absolute;
    top: 15px;
    display: block;
    z-index: 1;
    font-size: 0.85rem;
    cursor: none;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  form.go-bottom .form-field input {
    padding: 12px 12px 12px 0;
    border: none;
    box-shadow: none;
    border-bottom: #9ea3a1 solid 1px;
    margin-bottom: 1rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  form.go-bottom .form-field label {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  form.go-bottom .form-field input:focus {
    padding: 0;
    padding-top: 15px;
    border: none;
    border-bottom: #04b46b solid 1px;
    background: none;
    box-shadow: none; }
  form.go-bottom .form-field input:focus + label {
    -webkit-transform: translate3d(0, 55px, 0);
    -moz-transform: translate3d(0, 55px, 0);
    -ms-transform: translate3d(0, 55px, 0);
    -o-transform: translate3d(0, 55px, 0);
    transform: translate3d(0, 55px, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 0.7rem; }
  form.go-bottom .form-field input:focus + label + .placeholder {
    position: absolute;
    top: -5px;
    color: #9ea3a1;
    opacity: 1;
    filter: alpha(opacity=100); }
  form.go-bottom .form-field input:focus::-webkit-input-placeholder {
    color: #fff; }
  form.go-bottom .form-field input:focus::-moz-placeholder {
    color: #fff; }
  form.go-bottom .form-field input:focus:-ms-input-placeholder {
    color: #fff; }
  form.go-bottom .form-field input:focusinput:-moz-placeholder {
    color: #fff; }

select {
  background-color: transparent; }
  select:hover {
    background-color: transparent; }

select {
  max-width: 300px;
  border: 1px solid #dfe1e0;
  padding: 0 1rem;
  height: 2.25rem; }
  @media only screen and (max-width: 30em) {
    select {
      margin-bottom: 0;
      padding: 0 .2rem;
      height: 38px;
      max-width: 100%; } }

@media only screen and (min-width: 30em) {
  .cs-select {
    margin-top: 5px;
    display: block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    height: 2.25rem;
    background: #fff;
    z-index: 10;
    min-width: 140px;
    max-width: 300px;
    background: transparent;
    font-size: 0.85rem;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; }
    .cs-select:focus {
      outline: none; }
    .cs-select select {
      display: none; }
    .cs-select span {
      display: block;
      position: relative;
      cursor: pointer;
      padding: .6rem 1rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .cs-select > span {
      padding-right: 3em; }
  .cs-select .cs-placeholder {
    border: 1px solid #dfe1e0;
    height: 2.25rem;
    -webkit-transition: background 0.2s, border-color 0.2s;
    -moz-transition: background 0.2s, border-color 0.2s;
    transition: background 0.2s, border-color 0.2s; }
  .cs-select .cs-placeholder::after {
    content: '';
    display: block;
    background: url("../images/SVG/icon_drop-arrow.svg") no-repeat;
    width: 14px;
    height: 7px;
    right: 1em; }
  .cs-select .cs-options {
    color: #202221;
    font-size: 0.62rem;
    opacity: 0;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(-50px) scaleY(0.4);
    -moz-transform: translateY(-50px) scaleY(0.4);
    -ms-transform: translateY(-50px) scaleY(0.4);
    -o-transform: translateY(-50px) scaleY(0.4);
    transform: translateY(-50px) scaleY(0.4); }
    .cs-select .cs-options ul span {
      padding: 0.5rem 1rem;
      font-size: 0.85rem;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: opacity 0.3s 0.2s;
      -moz-transition: opacity 0.3s 0.2s;
      transition: opacity 0.3s 0.2s; }
      .cs-select .cs-options ul span::after {
        content: '';
        opacity: 0; }
    .cs-select .cs-options ul .cs-selected span {
      font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
      color: #04b46b; }
  .cs-select > span::after,
  .cs-select .cs-selected span::after {
    speak: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .cs-select .cs-selected span::after {
    color: #04b46b; }
  .cs-active {
    z-index: 200; }
  .cs-select > span::after,
  .cs-select .cs-selected span::after {
    color: #04b46b; }
  .cs-select.cs-active > span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
  .cs-select.cs-active .cs-options {
    visibility: visible; }
  .cs-select.cs-active > span {
    background: #fff;
    border-color: #fff;
    color: #9ea3a1; }
  .cs-select.cs-active .cs-options {
    opacity: 1;
    border-top: #efefef solid 1px;
    -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-40px) scaleY(1);
    -moz-transform: translateY(-40px) scaleY(1);
    -ms-transform: translateY(-40px) scaleY(1);
    -o-transform: translateY(-40px) scaleY(1);
    transform: translateY(-40px) scaleY(1);
    -webkit-transition: opacity 0.3s 0.1s, -webkit-transform 0.2s 0.1s cubic-bezier(0.77, -0.055, 0.285, 1.13);
    -moz-transition: opacity 0.3s 0.1s, -moz-transform 0.2s 0.1s cubic-bezier(0.77, -0.055, 0.285, 1.13);
    transition: opacity 0.3s 0.1s, transform 0.2s 0.1s cubic-bezier(0.77, -0.055, 0.285, 1.13); }
    .cs-select.cs-active .cs-options ul li span {
      opacity: 1;
      filter: alpha(opacity=100); }
  .cs-select .cs-options li span:hover,
  .cs-select li.cs-focus span {
    background: #f2f2f2;
    color: #202221; } }

@media only screen and (max-width: 30em) {
  .cs-placeholder,
  .cs-options {
    display: none; } }

.toolbar-title {
  font-size: 1.4rem;
  font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  margin: 0;
  margin-left: 1rem; }
  @media only screen and (max-width: 30em) {
    .toolbar-title {
      font-size: 1rem;
      margin-bottom: 0.5rem;
      margin-left: 0.5rem; } }

.toolbar {
  background: #f6f6f6;
  border-top: #dfe1e0 solid 1px;
  padding: .6rem 1rem;
  max-width: 900px; }
  @media only screen and (max-width: 30em) {
    .toolbar {
      padding: 0.5rem; } }
  .toolbar .toolbar-select {
    text-align: right;
    float: right;
    margin-left: 0.5rem; }
    @media only screen and (max-width: 30em) {
      .toolbar .toolbar-select {
        text-align: left;
        margin: 0;
        margin-top: 0.5rem;
        float: none; } }
    @media only screen and (max-width: 60em) {
      .toolbar .toolbar-select {
        text-align: left;
        float: left;
        margin-top: 0.5rem; } }
    .toolbar .toolbar-select label {
      margin: 0;
      display: inline-block;
      margin-right: .5rem;
      color: #9ea3a1;
      font-size: 0.7rem;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
      @media only screen and (max-width: 30em) {
        .toolbar .toolbar-select label {
          display: none; } }
    .toolbar .toolbar-select div.cs-select {
      background: #fff;
      margin: 0;
      display: inline-block;
      width: 130px;
      height: 1.8rem; }
      @media only screen and (max-width: 30em) {
        .toolbar .toolbar-select div.cs-select {
          width: 100%;
          max-width: 100%; } }
      .toolbar .toolbar-select div.cs-select .cs-placeholder {
        height: 1.8rem; }
      .toolbar .toolbar-select div.cs-select .cs-options {
        min-width: 180px; }
      .toolbar .toolbar-select div.cs-select span {
        padding: .6rem;
        padding-left: .5rem;
        padding-bottom: .5rem;
        font-size: 0.7rem;
        line-height: 1; }
      .toolbar .toolbar-select div.cs-select > span {
        padding-right: 1rem;
        padding-left: 0.75rem;
        border: #d7d7d7 solid 1px; }
      .toolbar .toolbar-select div.cs-select > span:after {
        background-size: 10px 5px;
        right: 0.5rem; }

.switch {
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #dfe1e0;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s cubic-bezier(0.34, 1.61, 0.7, 1); }

.switch input {
  opacity: 0;
  position: absolute;
  top: 9px;
  left: 10px;
  padding: 0; }

.switch input + label {
  margin-left: 0;
  margin-right: 0; }

.switch label:after {
  content: "";
  display: block;
  background: #FFFFFF;
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: left 0.15s cubic-bezier(0.34, 1.61, 0.7, 1);
  -moz-transition: left 0.15s cubic-bezier(0.34, 1.61, 0.7, 1);
  -o-transition: translate3d(0, 0, 0);
  transition: left 0.15s cubic-bezier(0.34, 1.61, 0.7, 1);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.switch input:checked + label {
  background: #2ba6cb; }

.switch input:checked + label:after {
  left: 2.25rem; }

.switch label {
  width: 4rem;
  height: 2rem; }

.switch label:after {
  width: 1.5rem;
  height: 1.5rem; }

.switch input:checked + label:after {
  left: 2.25rem; }

.switch label {
  color: transparent;
  background: #DDDDDD; }

.switch label:after {
  background: #FFFFFF; }

.switch input:checked + label {
  background: #05cd7a; }

.switch.large label {
  width: 5rem;
  height: 2.5rem; }

.switch.large label:after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked + label:after {
  left: 2.75rem; }

.switch.small label {
  width: 3.5rem;
  height: 1.75rem; }

.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked + label:after {
  left: 2rem; }

.switch.tiny label {
  width: 3rem;
  height: 1.5rem; }

.switch.tiny label:after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked + label:after {
  left: 1.75rem; }

.switch.radius label {
  border-radius: 4px; }

.switch.radius label:after {
  border-radius: 3px; }

.switch.round {
  border-radius: 1000px; }

.switch.round label {
  border-radius: 2rem; }

.switch.round label:after {
  border-radius: 2rem; }

fieldset.switch {
  margin: 0;
  margin-top: 1rem;
  margin-left: -0.2rem; }

.switch.small label:after {
  width: 1.1rem;
  height: 1.1rem; }

.switch.small label {
  height: 0.7rem;
  width: 1.75rem; }

.switch label:after {
  left: -0.25rem;
  top: -0.2rem;
  border: #9ea3a1 solid 1px;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2); }

.switch.small input:checked + label:after {
  left: 0.8rem; }

.switch span {
  display: inline-block;
  font-size: 0.62rem;
  color: #202221;
  position: absolute;
  left: 45px;
  top: -0.1rem; }

/* CHECKBOX */
.scp-cb {
  font-size: 0.85rem;
  position: relative; }
  .scp-cb .label {
    margin-left: 1.8rem;
    color: #202221;
    position: relative;
    top: 0;
    /*4px;*/
    display: inline-block;
    background: none;
    white-space: initial;
    text-align: left;
    line-height: 16px; }

.scp-checkbox {
  height: 22px;
  width: 22px;
  position: absolute;
  top: 3px;
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  -moz-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1); }
  .scp-checkbox input {
    display: none; }
  .scp-checkbox .scp-checkbox-box {
    background-color: white;
    border: #9ea3a1 solid 1px;
    height: 22px;
    width: 22px;
    position: absolute;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1); }
    .scp-checkbox .scp-checkbox-box:hover {
      border: #202221 solid 1px; }
  .scp-checkbox .scp-checkbox-check {
    width: 1px;
    height: 1px;
    bottom: 5px;
    position: absolute;
    left: 5px;
    -webkit-transform: rotate(-45deg) scale(0);
    -moz-transform: rotate(-45deg) scale(0);
    -ms-transform: rotate(-45deg) scale(0);
    -o-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1); }

.scp-checked {
  /*
  .scp-checkbox-check {
      height: 8px;width: 18px;
      @include transform(rotate(-45deg) scale(1));
      border-bottom: $primary-color-dark solid 2px;
      border-left:$primary-color-dark solid 2px;
  }
  */ }
  .scp-checked .scp-checkbox-box {
    border: #dfe1e0 solid 1px;
    -webkit-transform: rotate(45deg) scale(0);
    -moz-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    -o-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0); }
  .scp-checked .scp-checkbox-check {
    height: 16px;
    width: 20px;
    background: url("../images/SVG/icon_check.svg") no-repeat;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }

.pager {
  margin: 0;
  background: #f6f6f6;
  border-bottom: #dadada solid 1px;
  max-width: 885px;
  text-align: center; }
  .pager li {
    display: inline-block;
    float: none;
    height: auto;
    margin-left: 0.5rem; }
    @media only screen and (max-width: 30em) {
      .pager li {
        margin: 0; } }
    .pager li a {
      padding: 0.6rem;
      border-radius: 0;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 0.85rem;
      color: #5e6461;
      font-weight: normal;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      @media only screen and (max-width: 30em) {
        .pager li a {
          padding: 0.6rem 0.4rem; } }
      .pager li a:hover {
        border-bottom: none;
        background: #ddd;
        color: #04b46b; }
  .pager li.pager-current, .pager li.pager-current a {
    padding: 0.6rem;
    border-radius: 0;
    background: none;
    color: #04b46b;
    border-bottom: #04b46b solid 2px;
    font-weight: normal; }
    .pager li.pager-current:hover, .pager li.pager-current a:hover {
      color: #04b46b;
      background: none; }
  .pager li.unavailable a:hover {
    border: none;
    background: none;
    color: #5e6461; }
  .pager li.pager-previous, .pager li.pager-next {
    position: relative; }
    .pager li.pager-previous a, .pager li.pager-next a {
      content: '';
      background-image: url(../images/SVG/icon_bullet.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 20px;
      position: absolute;
      top: -30px;
      width: 33px;
      height: 51px; }
  .pager li.pager-previous a {
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .pager li.pager-next a {
    right: -30px; }
  .pager li.arrow a {
    color: #04b46b;
    padding: 0 .5rem;
    font-size: 1rem; }
    .pager li.arrow a:hover {
      border: none; }

.pager-load-more li.pager-next a {
  background: none;
  width: 100%;
  position: static; }

.socialMedia #block-block-17 h2 {
  display: none; }

.socialMedia .juicer-feed {
  max-height: 100% !important; }
  .socialMedia .juicer-feed.modern {
    padding: 60px 0px; }
    .socialMedia .juicer-feed.modern h1.referral {
      font-size: 1.8rem;
      color: white;
      font-family: "DINWeb-CondBold", "Helvetica", "Arial", sans-serif;
      font-weight: normal;
      margin: 0;
      text-align: left;
      display: block;
      white-space: nowrap;
      margin-bottom: 20px; }
    .socialMedia .juicer-feed.modern:before {
      content: "";
      display: block;
      position: absolute;
      top: 30px;
      left: 0;
      width: 64px;
      height: 12px;
      background: #14b46a; }
    .socialMedia .juicer-feed.modern li.feed-item {
      background: transparent;
      border: none;
      margin-bottom: 40px !important; }
      .socialMedia .juicer-feed.modern li.feed-item .j-poster {
        padding: 14px 0 12px; }
        .socialMedia .juicer-feed.modern li.feed-item .j-poster a {
          width: 100%;
          display: block; }
          .socialMedia .juicer-feed.modern li.feed-item .j-poster a h3 {
            color: #04b46b;
            font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
            font-size: 0.875rem; }
          .socialMedia .juicer-feed.modern li.feed-item .j-poster a .j-date {
            text-align: left;
            font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
            font-size: 0.8rem; }
      .socialMedia .juicer-feed.modern li.feed-item .j-text {
        padding: 0; }
        .socialMedia .juicer-feed.modern li.feed-item .j-text .j-message {
          padding: 0; }
          .socialMedia .juicer-feed.modern li.feed-item .j-text .j-message p {
            color: #d5d5d5;
            font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
            font-size: 0.8rem;
            line-height: 1.75; }
            .socialMedia .juicer-feed.modern li.feed-item .j-text .j-message p a {
              color: #04b46b; }

.socialMedia .j-loading {
  border-color: #fff; }
  .socialMedia .j-loading:before {
    background-color: #fff; }

/***BEGIN GAMEBOX****************************************************************************/
/*Elements*/
.icoUpgradeWhite path {
  fill: #fff; }

.simulation {
  margin-top: 40px; }

.inactiveBT {
  background: #9ea3a1 !important;
  color: white !important;
  cursor: default !important;
  border-color: #9ea3a1 !important;
  pointer-events: none; }
  .inactiveBT:hover {
    background: #9ea3a1 !important;
    color: white !important;
    cursor: default !important;
    border-color: #9ea3a1 !important; }
    .inactiveBT:hover:after {
      background: #9ea3a1 !important;
      color: white !important;
      cursor: default !important;
      border-color: #9ea3a1 !important; }

.titOpcao {
  font-size: 0.85rem;
  /*font-style: italic;*/
  color: #9ea3a1;
  margin-top: -5px;
  margin-left: 28px; }
  .titOpcao .txtSelec {
    color: #04b46b;
    font-weight: bold; }
  .titOpcao .simple-toptooltip {
    margin-top: -2px;
    margin-left: 4px; }

.titOpcaoSelec {
  font-size: 0.85rem;
  /*font-style: italic;*/
  color: #9ea3a1;
  margin-top: -5px;
  margin-left: 28px;
  height: 60px; }
  .titOpcaoSelec a {
    margin-left: 28px;
    font-style: normal;
    text-decoration: underline;
    font-size: 0.7rem; }
  @media only screen and (max-width: 30em) {
    .titOpcaoSelec {
      height: auto; } }

/* 12/06/2019 */
.bilheteira-legenda.bilheteira-legenda__bancadas .sectorunavail:before {
  background: #000;
  border-radius: 50%; }

.bilheteira-legenda.bilheteira-legenda__bancadas .sectoravail:before {
  background: #06b26a;
  border-radius: 50%; }

.bilheteira-legenda.bilheteira-legenda__bancadas .sectoravail_low:before {
  background: #FBC201;
  border-radius: 50%; }

div#wwsmv_sectorPrices {
  text-align: left;
  font-size: 0.62rem;
  margin-bottom: 30px; }

/* 12/06/2019 */
.table-add-familiaLeonina {
  margin: 10px auto 0 auto; }
  .table-add-familiaLeonina table {
    border: 0px; }
  .table-add-familiaLeonina .button {
    float: right;
    margin-top: 20px;
    margin-left: 20px; }
    @media only screen and (max-width: 30em) {
      .table-add-familiaLeonina .button {
        margin-right: 0.5rem; } }
  .table-add-familiaLeonina .txtNumSocio {
    font-size: 0.85rem; }
  .table-add-familiaLeonina .itemOption {
    text-align: center;
    background: #f2f2f2 !important;
    color: #9ea3a1;
    font-style: italic;
    font-size: 0.7rem; }
    .table-add-familiaLeonina .itemOption .bar {
      display: inline-block;
      width: 9rem;
      height: 1px;
      background: #9ea3a1;
      line-height: 1;
      margin-bottom: 5px; }
      @media only screen and (max-width: 60em) {
        .table-add-familiaLeonina .itemOption .bar {
          width: 4rem; } }
      @media only screen and (max-width: 30em) {
        .table-add-familiaLeonina .itemOption .bar {
          width: 0rem; } }
    .table-add-familiaLeonina .itemOption .bar.bar-left {
      margin-right: 10px; }
    .table-add-familiaLeonina .itemOption .bar.bar-right {
      margin-left: 10px; }
  .table-add-familiaLeonina cs-select {
    height: 15px;
    font-size: 0.7rem;
    background: white; }

.perfilGB {
  display: block;
  position: relative;
  float: right;
  width: 176px;
  height: 76px;
  background: #f2f2f2;
  z-index: 9;
  top: 125px; }
  .perfilGB .imgGamebox {
    position: absolute;
    top: -180px;
    left: 16px; }
    .perfilGB .imgGamebox img {
      height: auto;
      /*95px*/
      width: 144px; }
  @media only screen and (max-width: 60em) {
    .perfilGB {
      /*FS*/
      float: left;
      display: block;
      margin: 55px 30px 0; } }
  @media only screen and (max-width: 30em) {
    .perfilGB {
      display: table;
      float: left;
      margin: 100px 30px 0px; } }
  .perfilGB .labelPerfil {
    display: block;
    float: left;
    margin-top: 48px;
    margin-left: 10px;
    font-size: 0.7rem;
    color: #202221;
    font-style: italic; }
    .perfilGB .labelPerfil span {
      font-weight: bold; }
  .perfilGB .simple-toptooltip {
    display: block;
    float: left;
    margin-top: 42px;
    margin-left: 6px; }

.containerGB {
  /*display: none;*/ }
  .containerGB .holderSteps {
    width: 100%;
    padding: 10px;
    background: #f2f2f2; }
    .containerGB .holderSteps .bilheteira-steps {
      margin: 0 auto; }
  .containerGB .selSocios {
    max-width: 800px;
    /*760px;*/
    margin: 0 auto 0 auto; }
    .containerGB .selSocios h4 {
      margin-top: 30px; }
    .containerGB .selSocios .titOpcao {
      margin-top: -8px;
      margin-left: 30px; }
    .containerGB .selSocios .gamebox_ligaPort {
      max-width: 728px;
      min-height: 580px;
      padding-bottom: 15px;
      background: #f2f2f2;
      margin: 10px auto 0 auto;
      position: relative;
      overflow: hidden; }
      .containerGB .selSocios .gamebox_ligaPort .icoLigaPT {
        width: 160px;
        height: auto;
        position: absolute;
        right: -20px;
        top: -20px;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        /*filter: url(grayscale.svg); /* Firefox 4+ */
        filter: gray;
        /* IE 6-9 */
        opacity: 0.1;
        filter: alpha(opacity=10);
        z-index: 1; }
      .containerGB .selSocios .gamebox_ligaPort h5 {
        margin-top: 40px;
        margin-left: 30px;
        line-height: 20px; }
        .containerGB .selSocios .gamebox_ligaPort h5 span {
          color: #9ea3a1;
          font-style: italic; }
      .containerGB .selSocios .gamebox_ligaPort .imgGamebox {
        display: block;
        float: left;
        position: relative;
        height: 544px;
        width: 355px;
        z-index: 2;
        margin-top: 10px;
        margin-left: 15px; }
        .containerGB .selSocios .gamebox_ligaPort .imgGamebox img {
          height: 544px;
          width: 355px; }
        @media only screen and (max-width: 60em) {
          .containerGB .selSocios .gamebox_ligaPort .imgGamebox {
            float: none;
            margin: 0 auto 0 auto; } }
        @media only screen and (max-width: 30em) {
          .containerGB .selSocios .gamebox_ligaPort .imgGamebox {
            float: none;
            margin: 0 auto 0 auto; } }
      .containerGB .selSocios .gamebox_ligaPort .cartaoSocio {
        height: 544px;
        width: 355px;
        position: relative;
        float: left;
        z-index: 3; }
        @media only screen and (max-width: 60em) {
          .containerGB .selSocios .gamebox_ligaPort .cartaoSocio {
            float: none;
            margin: 0 auto 0 auto; } }
        @media only screen and (max-width: 30em) {
          .containerGB .selSocios .gamebox_ligaPort .cartaoSocio {
            float: none;
            margin: 0 auto 0 auto; } }
        .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados {
          width: 100%;
          height: 100%;
          background: url("../images/SVG/final-Gamebox_Cartao_17-18_Sem_Dados-04.png") no-repeat center center;
          background-size: 355px 544px;
          position: relative;
          margin-top: -40px;
          margin-left: -55px; }
          @media only screen and (max-width: 60em) {
            .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados {
              margin-top: -10px;
              margin-left: 0px; } }
          @media only screen and (max-width: 30em) {
            .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados {
              margin-top: -10px;
              margin-left: 0px; } }
          .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados .nomeSocio {
            position: absolute;
            top: 320px;
            left: 62px;
            font-size: 0.7rem;
            font-weight: bold;
            text-transform: uppercase; }
          .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados .numSocio {
            position: absolute;
            top: 300px;
            left: 62px;
            font-size: 0.7rem;
            text-transform: uppercase; }
            .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados .numSocio span {
              font-weight: bold; }
            .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados .numSocio span:first-child {
              font-weight: normal; }
          .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados .tipoSocio {
            position: absolute;
            top: 340px;
            left: 62px;
            font-size: 0.7rem;
            text-transform: uppercase; }
            .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados .tipoSocio span {
              font-weight: bold; }
            .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados .tipoSocio span:first-child {
              font-weight: normal; }
          .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados .porta {
            position: absolute;
            top: 120px;
            left: 62px;
            font-size: 1.4rem;
            text-transform: uppercase; }
            .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados .porta span {
              font-weight: bold; }
            .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados .porta span:first-child {
              font-weight: normal; }
          .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados .sector {
            position: absolute;
            top: 155px;
            left: 62px;
            font-size: 1.4rem;
            text-transform: uppercase; }
            .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados .sector span {
              font-weight: bold; }
            .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados .sector span:first-child {
              font-weight: normal; }
          .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados .fila {
            position: absolute;
            top: 190px;
            left: 62px;
            font-size: 1.4rem;
            text-transform: uppercase; }
            .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados .fila span {
              font-weight: bold; }
            .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados .fila span:first-child {
              font-weight: normal; }
          .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados .lugar {
            position: absolute;
            top: 225px;
            left: 62px;
            font-size: 1.4rem;
            text-transform: uppercase; }
            .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados .lugar span {
              font-weight: bold; }
            .containerGB .selSocios .gamebox_ligaPort .cartaoSocio .holderDados .lugar span:first-child {
              font-weight: normal; }
      .containerGB .selSocios .gamebox_ligaPort .valor {
        float: left;
        width: 100%; }
        .containerGB .selSocios .gamebox_ligaPort .valor .holderValor {
          display: block;
          margin: -20px auto 0 auto;
          width: 260px;
          height: 40px; }
          @media only screen and (max-width: 60em) {
            .containerGB .selSocios .gamebox_ligaPort .valor .holderValor {
              margin: 20px auto 0 auto; } }
          @media only screen and (max-width: 30em) {
            .containerGB .selSocios .gamebox_ligaPort .valor .holderValor {
              margin: 20px auto 0 auto; } }
        .containerGB .selSocios .gamebox_ligaPort .valor .titPreco {
          position: relative;
          display: block;
          float: left;
          margin-top: 00px;
          margin-left: 70px;
          width: auto; }
          @media only screen and (max-width: 60em) {
            .containerGB .selSocios .gamebox_ligaPort .valor .titPreco {
              margin-left: 10px; } }
          @media only screen and (max-width: 30em) {
            .containerGB .selSocios .gamebox_ligaPort .valor .titPreco {
              margin-left: 10px; } }
        .containerGB .selSocios .gamebox_ligaPort .valor .valorGB {
          position: relative;
          display: block;
          float: left;
          margin-top: -9px;
          margin-left: 20px;
          width: auto; }
    @media only screen and (max-width: 60em) {
      .containerGB .selSocios {
        padding: 0 20px; } }
    @media only screen and (max-width: 30em) {
      .containerGB .selSocios {
        padding: 0 20px; } }
  .containerGB .tipoGamebox {
    max-width: 800px;
    /*760px;*/
    margin: 30px auto;
    position: relative; }
    .containerGB .tipoGamebox .holderBannersOptions {
      display: inline-block;
      max-width: 560px;
      min-height: 50px;
      margin: 20px auto 0 auto; }
      .containerGB .tipoGamebox .holderBannersOptions .bannerOption {
        display: inline-block;
        width: 270px;
        margin: 0 5px 0px 5px;
        float: left; }
        .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerTop {
          display: block;
          width: 100%;
          height: 180px;
          position: relative;
          float: left;
          background: #202221; }
          .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerTop .titGB {
            color: #5e6461; }
          .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerTop .maisPop {
            display: block;
            position: absolute;
            background: #000;
            padding: 5px 15px;
            color: white;
            top: -20px;
            left: 67px;
            font-size: 0.7rem;
            text-transform: uppercase;
            font-weight: bold; }
          .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerTop .holder_icoGB {
            display: block;
            width: 100%;
            height: 90px;
            margin: 20px auto 0 auto; }
            .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerTop .holder_icoGB .ico_gb {
              display: block;
              width: auto;
              height: auto;
              margin: 0 auto; }
            .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerTop .holder_icoGB .ico_gb_liga {
              display: block;
              width: 90px;
              height: 90px;
              margin: 0 auto; }
            .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerTop .holder_icoGB .ico_gb_liga2 {
              display: block;
              position: relative;
              float: left;
              width: 60px;
              height: 60px;
              margin-left: 45px;
              margin-top: 20px; }
            .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerTop .holder_icoGB .ico_mais {
              display: block;
              position: relative;
              float: left;
              color: #000;
              font-style: italic;
              font-size: 1.7rem;
              margin-left: 15px;
              margin-top: 26px;
              opacity: 0.4; }
            .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerTop .holder_icoGB .ico_gb_champ {
              display: block;
              position: relative;
              float: left;
              width: 70px;
              height: 75px;
              margin-left: 15px;
              margin-top: 20px; }
          .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerTop .titTipoGB {
            display: block;
            position: relative;
            width: 100%;
            height: 60px; }
            .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerTop .titTipoGB .titGB {
              position: relative;
              display: block;
              width: 100%;
              text-transform: uppercase;
              text-align: center;
              font-size: 0.7rem;
              margin-top: 5px !important; }
            .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerTop .titTipoGB h3 {
              display: block;
              position: relative;
              color: white;
              width: 100%;
              text-transform: uppercase;
              text-align: center;
              margin-top: -5px; }
        .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bgBannerLiga {
          background: #202221; }
          .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bgBannerLiga .titGB {
            color: #5e6461; }
        .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bgBannerEuropa {
          background: #04b46b; }
          .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bgBannerEuropa .titGB {
            color: #e0fbf0; }
        .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerBottom {
          display: block;
          width: 100%;
          min-height: 263px;
          position: relative;
          overflow: hidden;
          padding-bottom: 20px;
          background: #f2f2f2;
          float: left;
          margin-bottom: 30px; }
          .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerBottom .itemDesde {
            text-align: center;
            background: #f2f2f2;
            color: #9ea3a1;
            font-style: italic;
            font-size: 0.7rem;
            margin-top: 10px; }
            .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerBottom .itemDesde .bar {
              display: inline-block;
              width: 1rem;
              height: 1px;
              background: #9ea3a1;
              line-height: 1;
              margin-bottom: 5px; }
            .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerBottom .itemDesde .bar.bar-left {
              margin-right: 10px; }
            .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerBottom .itemDesde .bar.bar-right {
              margin-left: 10px; }
          .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerBottom .valor {
            font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif !important;
            font-size: 3rem;
            color: #202221; }
          .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerBottom hr {
            display: block;
            margin: 0 auto;
            width: 70%; }
          .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerBottom .holderJogos {
            display: block;
            position: relative;
            width: 100%;
            margin-top: 20px;
            min-height: 141px;
            padding-bottom: 20px; }
            .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerBottom .holderJogos h6 {
              font-size: 0.85rem;
              color: #202221;
              text-align: center;
              line-height: 22px;
              width: 100%;
              display: block;
              text-transform: uppercase; }
            .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerBottom .holderJogos .txtJogos {
              font-size: 0.7rem;
              color: #202221;
              text-align: center;
              line-height: 17px;
              color: #9ea3a1;
              width: 100%;
              margin-top: 0px;
              display: block;
              font-style: italic; }
              .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerBottom .holderJogos .txtJogos .txtMaisJogos {
                display: none; }
            .containerGB .tipoGamebox .holderBannersOptions .bannerOption .bannerBottom .holderJogos .button {
              display: table;
              margin: 5px auto; }
        @media only screen and (max-width: 60em) {
          .containerGB .tipoGamebox .holderBannersOptions .bannerOption {
            display: block;
            margin: 0 auto 20px auto;
            float: none; } }
        @media only screen and (max-width: 30em) {
          .containerGB .tipoGamebox .holderBannersOptions .bannerOption {
            display: block;
            margin: 0 auto 20px auto;
            float: none; } }
      .containerGB .tipoGamebox .holderBannersOptions .bannerOptionSelect {
        cursor: default !important; }
        .containerGB .tipoGamebox .holderBannersOptions .bannerOptionSelect .bannerBottom {
          background: #9ea3a1; }
          .containerGB .tipoGamebox .holderBannersOptions .bannerOptionSelect .bannerBottom .itemDesde {
            color: white;
            background: #9ea3a1; }
            .containerGB .tipoGamebox .holderBannersOptions .bannerOptionSelect .bannerBottom .itemDesde .bar {
              background: white; }
          .containerGB .tipoGamebox .holderBannersOptions .bannerOptionSelect .bannerBottom .valor {
            color: white; }
          .containerGB .tipoGamebox .holderBannersOptions .bannerOptionSelect .bannerBottom .holderJogos h6 {
            color: white; }
          .containerGB .tipoGamebox .holderBannersOptions .bannerOptionSelect .bannerBottom .button {
            background-color: #f2f2f2;
            border: #f2f2f2;
            color: #c2c3c4;
            cursor: default !important; }
    .containerGB .tipoGamebox .bannerEditGB {
      display: block;
      /*float: left;*/
      background: #f2f2f2;
      /*padding: 0.2rem;*/
      min-height: 96px;
      max-width: 510px;
      margin-top: 40px;
      margin-left: 30px; }
      .containerGB .tipoGamebox .bannerEditGB .holder_icoGB {
        display: block;
        /*width: 100%;*/
        float: left;
        height: 90px;
        /*margin:20px auto 0 auto;*/
        margin: 10px 0 0 10px; }
        .containerGB .tipoGamebox .bannerEditGB .holder_icoGB .ico_gb_liga {
          display: block;
          position: relative;
          float: left;
          width: 60px;
          height: 60px;
          margin-left: 10px;
          margin-top: 5px; }
        .containerGB .tipoGamebox .bannerEditGB .holder_icoGB .ico_mais {
          display: block;
          position: relative;
          float: left;
          color: #000;
          font-style: italic;
          font-size: 1.7rem;
          margin-left: 15px;
          margin-top: 11px;
          opacity: 0.4; }
        .containerGB .tipoGamebox .bannerEditGB .holder_icoGB .ico_gb_champ {
          display: block;
          position: relative;
          float: left;
          width: 70px;
          height: 75px;
          margin-left: 15px;
          margin-top: 5px; }
        @media only screen and (max-width: 60em) {
          .containerGB .tipoGamebox .bannerEditGB .holder_icoGB {
            /*FS*/
            /*display: block;
                    margin:20px auto 0 auto;*/
            float: none;
            display: table;
            margin: 0 auto; } }
        @media only screen and (max-width: 30em) {
          .containerGB .tipoGamebox .bannerEditGB .holder_icoGB {
            /*FS*/
            /*display: block;
                    margin:20px auto 0 auto;*/
            float: none;
            display: table;
            margin: 0 auto; } }
        .containerGB .tipoGamebox .bannerEditGB .holder_icoGB img {
          /*FS*/
          max-width: 100%;
          height: 90px;
          display: block;
          margin: 0px auto; }
      .containerGB .tipoGamebox .bannerEditGB h6 {
        text-transform: uppercase;
        line-height: 20px;
        float: left;
        display: block;
        margin-top: 26px;
        font-weight: bold;
        width: auto; }
        @media only screen and (max-width: 60em) {
          .containerGB .tipoGamebox .bannerEditGB h6 {
            margin: 20px auto 0 auto;
            float: none;
            display: table; } }
        @media only screen and (max-width: 30em) {
          .containerGB .tipoGamebox .bannerEditGB h6 {
            /*FS*/
            float: none;
            display: table;
            margin: 20px 10px 0 10px; } }
      .containerGB .tipoGamebox .bannerEditGB .columns:last-child {
        display: table;
        height: 110px; }
        @media only screen and (max-width: 60em) {
          .containerGB .tipoGamebox .bannerEditGB .columns:last-child {
            height: 50px; } }
        @media only screen and (max-width: 30em) {
          .containerGB .tipoGamebox .bannerEditGB .columns:last-child {
            /*FS*/ } }
      .containerGB .tipoGamebox .bannerEditGB .btEditar {
        text-decoration: underline;
        font-size: 0.7rem;
        text-align: center;
        display: table-cell;
        vertical-align: middle; }
      @media only screen and (max-width: 60em) {
        .containerGB .tipoGamebox .bannerEditGB {
          /*FS*/
          float: left;
          max-width: initial;
          margin-top: 10px;
          margin-left: 30px;
          margin-right: 30px;
          margin-bottom: 30px;
          padding: 10px 0; } }
      @media only screen and (max-width: 30em) {
        .containerGB .tipoGamebox .bannerEditGB {
          margin: 0rem .65rem;
          width: auto; } }
    .containerGB .tipoGamebox .button-group {
      margin-top: 25px;
      margin-left: 70px; }
    .containerGB .tipoGamebox #btVistaSector {
      display: block;
      position: absolute;
      right: 0px;
      top: 0px; }
    .containerGB .tipoGamebox h4 {
      /*FS*/ }
      @media only screen and (max-width: 60em) {
        .containerGB .tipoGamebox h4 {
          margin: .2rem 1.3rem; } }
      @media only screen and (max-width: 30em) {
        .containerGB .tipoGamebox h4 {
          margin: .2rem .65rem; } }
    .containerGB .tipoGamebox table {
      /*FS*/ }
      @media only screen and (max-width: 30em) {
        .containerGB .tipoGamebox table {
          display: block;
          overflow-x: auto; } }
  .containerGB .lugarGamebox {
    max-width: 800px;
    margin: 30px auto;
    min-height: 300px;
    position: relative;
    display: block; }
    .containerGB .lugarGamebox .holderPerfilGB {
      position: absolute;
      right: 0;
      top: 30px; }
      @media only screen and (max-width: 60em) {
        .containerGB .lugarGamebox .holderPerfilGB {
          right: 0;
          top: -60px; } }
      @media only screen and (max-width: 30em) {
        .containerGB .lugarGamebox .holderPerfilGB {
          right: 0;
          top: -180px; } }
    .containerGB .lugarGamebox .lugarStep {
      display: inline-block;
      max-width: 800px;
      min-height: 50px;
      margin: 50px auto 0 auto; }
    @media only screen and (max-width: 60em) {
      .containerGB .lugarGamebox {
        /*FS*/
        padding: 0 20px; } }
    @media only screen and (max-width: 30em) {
      .containerGB .lugarGamebox {
        padding: 0 20px; } }

/*UPGRADE*/
.holderBannersUpgrade {
  display: inline-block;
  max-width: 560px;
  min-height: 50px;
  margin: 20px auto 0 auto;
  /*background: #ff7800;*/ }
  .holderBannersUpgrade .bannersUpgrade {
    display: inline-block;
    width: 242px;
    margin: 0px;
    float: left;
    position: relative;
    border: 1px solid #9ea3a1;
    min-height: 200px;
    margin-bottom: 20px; }
    .holderBannersUpgrade .bannersUpgrade .titActiva {
      display: none;
      position: absolute;
      background: #000;
      padding: 5px 15px;
      color: white;
      top: -20px;
      left: 34%;
      font-size: 0.7rem;
      text-transform: uppercase;
      font-weight: bold; }
    .holderBannersUpgrade .bannersUpgrade .holder_ico {
      height: 42px;
      margin: 25px auto 15px;
      width: auto; }
    .holderBannersUpgrade .bannersUpgrade .holder_icoGB {
      display: block;
      width: 100%;
      height: 55px;
      margin: 25px auto 0 auto; }
      .holderBannersUpgrade .bannersUpgrade .holder_icoGB .ico_gb_liga {
        display: block;
        width: 42px;
        height: 42px;
        margin: 0 auto; }
      .holderBannersUpgrade .bannersUpgrade .holder_icoGB .ico_gb_liga2 {
        display: block;
        position: relative;
        float: left;
        width: 42px;
        height: 42px;
        margin-left: 70px;
        /* margin-top: 20px;*/ }
      .holderBannersUpgrade .bannersUpgrade .holder_icoGB .holder_ico_europa {
        width: 70px;
        height: 40px;
        overflow: hidden;
        display: block;
        position: relative;
        float: left;
        margin-left: 0px; }
        .holderBannersUpgrade .bannersUpgrade .holder_icoGB .holder_ico_europa .ico_gb_champ {
          width: 70px;
          height: 75px;
          /*margin-top: 20px; */ }
    .holderBannersUpgrade .bannersUpgrade h6 {
      display: block;
      position: relative;
      color: #202221;
      width: 100%;
      text-transform: uppercase;
      text-align: center;
      margin-top: -5px; }
    .holderBannersUpgrade .bannersUpgrade .numJogosGB {
      display: block;
      position: relative;
      color: #9ea3a1;
      font-size: 0.85rem;
      width: 100%;
      font-style: italic;
      text-align: center;
      margin-top: -5px; }
    .holderBannersUpgrade .bannersUpgrade .valorUpgrade {
      display: block;
      position: relative;
      color: #04b46b;
      font-size: 1.7rem;
      width: 100%;
      font-weight: bold;
      text-align: center;
      margin-top: 0px; }
    .holderBannersUpgrade .bannersUpgrade .alterarLugar {
      display: block;
      position: relative;
      color: #04b46b;
      font-size: 0.85rem;
      text-decoration: underline;
      width: 100%;
      text-align: center;
      margin-top: 8px; }
    @media only screen and (max-width: 60em) {
      .holderBannersUpgrade .bannersUpgrade {
        display: block;
        margin: 0 auto 20px auto;
        float: none; } }
    @media only screen and (max-width: 30em) {
      .holderBannersUpgrade .bannersUpgrade {
        display: block;
        margin: 0 auto 20px auto;
        float: none; } }
    .holderBannersUpgrade .bannersUpgrade:hover {
      background: #f2f2f2; }
  .holderBannersUpgrade .active {
    background: #f2f2f2 !important; }
    .holderBannersUpgrade .active .titActiva {
      display: block !important; }
  .holderBannersUpgrade :last-child {
    margin-left: -1px; }

.bannerLugar {
  display: inline-block;
  width: 265px;
  /*margin: 0 15px;*/
  float: left;
  min-height: 263px;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  cursor: default;
  /*background:$gray-lightish;*/ }
  .bannerLugar .holderEstadio {
    display: block;
    width: 100%;
    height: 190px;
    /*
        svg{
            margin-top: 35px;
        }
        */ }
    .bannerLugar .holderEstadio img {
      margin-top: 35px;
      pointer-events: none; }
    .bannerLugar .holderEstadio .svg-icon {
      pointer-events: none; }
  .bannerLugar .labelRelvado {
    width: 100%;
    text-align: center;
    font-size: 0.85rem;
    font-weight: bold;
    color: #202221; }
  .bannerLugar .labelBancada {
    width: 100%;
    text-align: center;
    font-size: 0.7rem;
    font-style: italic;
    color: #9ea3a1;
    margin-top: -4px;
    margin-bottom: 10px; }
    .bannerLugar .labelBancada span {
      font-weight: bold; }
  .bannerLugar .labelSocios {
    width: 100%;
    text-align: center;
    font-size: 0.7rem;
    font-style: italic;
    color: #9ea3a1;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 23px; }
    .bannerLugar .labelSocios .labelDestak {
      font-size: 0.85rem;
      color: #202221; }
    .bannerLugar .labelSocios span {
      font-weight: bold; }
  .bannerLugar hr {
    display: block;
    margin: 0 auto;
    width: 70%; }
  .bannerLugar .button {
    display: table;
    margin: 5px auto; }
  @media only screen and (max-width: 60em) {
    .bannerLugar {
      display: block;
      margin: 0 auto 20px auto;
      float: none; } }
  @media only screen and (max-width: 30em) {
    .bannerLugar {
      display: block;
      margin: 0 auto 20px auto;
      float: none; } }
  .bannerLugar:hover {
    background: #f2f2f2; }

.bannerSelect {
  cursor: default !important;
  background: #9ea3a1; }
  .bannerSelect .holderEstadio img {
    pointer-events: none; }
  .bannerSelect .holderEstadio .svg-icon {
    pointer-events: none; }
  .bannerSelect .labelBancada {
    color: #f2f2f2; }
  .bannerSelect .labelSocios {
    color: #f2f2f2; }
  .bannerSelect .labelRelvado {
    color: white; }
  .bannerSelect .labelDestak {
    color: white !important; }
  .bannerSelect .button {
    background-color: #f2f2f2;
    border: #f2f2f2;
    color: #c2c3c4;
    cursor: default !important; }
  .bannerSelect:hover {
    cursor: default !important;
    background: #9ea3a1; }
    .bannerSelect:hover .holderEstadio img {
      pointer-events: none; }
    .bannerSelect:hover .labelBancada {
      color: #f2f2f2; }
    .bannerSelect:hover .labelSocios {
      color: #f2f2f2; }
    .bannerSelect:hover .labelRelvado {
      color: white; }
    .bannerSelect:hover .labelDestak {
      color: white !important; }
    .bannerSelect:hover .button {
      background-color: #f2f2f2;
      border: #f2f2f2;
      color: #c2c3c4;
      cursor: default !important; }

.bannerInd {
  cursor: default !important; }
  .bannerInd:hover {
    cursor: default !important; }
    .bannerInd:hover .holderEstadio img {
      pointer-events: none; }

.footerSCP {
  margin-top: 40px; }
  .footerSCP .holderFooter {
    max-width: 990px;
    margin: 0 auto;
    /*display: block;*/ }

.table-escolha-lugares {
  /*FS*/ }
  .table-escolha-lugares .icon-olho {
    display: table;
    margin: 0 auto;
    line-height: 22px;
    width: auto;
    min-height: 44px;
    padding-top: 10px; }
    .table-escolha-lugares .icon-olho:before {
      margin-top: -8px; }
  @media only screen and (max-width: 30em) {
    .table-escolha-lugares {
      /*FS*/
      padding: .75rem 0.5rem; } }

/***END GAMEBOX******************************************************************************/
/* MODAL BOX FS*/
/*#myModal{ width:50%!important;} FS*/
.holderModal {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 1026; }

.holderModal2 {
  display: block;
  position: relative;
  width: 100%;
  height: 100%; }

.reveal-modal {
  min-width: 480px;
  top: 50px;
  z-index: 1030;
  position: absolute; }
  .reveal-modal h3 {
    text-transform: uppercase;
    color: #202221;
    text-align: center;
    margin-top: -12px; }
  .reveal-modal .modalBox_desc {
    text-align: center;
    font-style: italic; }
  .reveal-modal .modalBox_lead {
    text-align: center;
    margin-top: 20px;
    color: #3b3d3a; }
  .reveal-modal .button-Confirm {
    float: right;
    margin-bottom: 0px; }
  .reveal-modal .btCancelar {
    color: #04b46b;
    text-decoration: underline;
    font-size: 0.85rem;
    float: left;
    display: inline-block;
    width: auto;
    margin-top: 11px;
    font-family: "FF DIN Pro Medium","Helvetica","Arial",sans-serif; }
  .reveal-modal .btOk {
    display: inline-block;
    float: right; }
  .reveal-modal .close-reveal-modal {
    font-weight: normal;
    font-size: 2rem;
    top: 0;
    right: 0.5rem; }
  @media only screen and (max-width: 60em) {
    .reveal-modal {
      width: 100%;
      min-width: 100%; }
      .reveal-modal .button-Confirm {
        display: table;
        margin: 0 auto;
        float: none;
        width: auto; }
      .reveal-modal .btCancelar {
        display: table;
        margin: 0 auto 15px;
        float: none;
        width: auto;
        text-align: center; }
      .reveal-modal .btOk {
        display: table;
        margin: 0 auto;
        float: none;
        width: auto; } }
  @media only screen and (max-width: 30em) {
    .reveal-modal {
      width: 100%;
      min-width: 100%; }
      .reveal-modal .button-Confirm {
        display: table;
        margin: 0 auto;
        float: none;
        width: auto; }
      .reveal-modal .btCancelar {
        display: table;
        margin: 0 auto 15px;
        float: none;
        width: auto;
        text-align: center; }
      .reveal-modal .btOk {
        display: table;
        margin: 0 auto;
        float: none;
        width: auto; } }

.myModalSector .modalBox_lead {
  margin-top: 30px;
  /*font-family: "FF DIN Pro Medium","Helvetica","Arial",sans-serif;  */ }

.modalBox_actions .modalBox_lead {
  margin-top: 0px;
  /*margin-bottom: 45px;*/
  /*font-style: italic;*/
  /*font-family: "FF DIN Pro Medium","Helvetica","Arial",sans-serif;  */ }

.modalBox_actions .holderBtAction {
  margin: 30px auto 6px auto;
  /*padding-bottom:6px;*/ }
  .modalBox_actions .holderBtAction .button {
    width: 100%;
    /*margin-bottom: 14px;*/
    text-transform: uppercase;
    padding: 0rem 2.25rem; }
    .modalBox_actions .holderBtAction .button .icoArrowWhite {
      margin-top: -6px;
      margin-left: 6px; }
    .modalBox_actions .holderBtAction .button .icoUpgradeWhite {
      margin-top: -6px;
      margin-left: 6px;
      width: 22px;
      height: 22px; }
  .modalBox_actions .holderBtAction .buttonMin {
    text-transform: none; }

.modalBox_actions .holderBtAction2 {
  margin: 30px auto 6px auto;
  /*padding-bottom:6px;*/ }
  .modalBox_actions .holderBtAction2 .button {
    width: 100%;
    height: auto;
    margin-bottom: 14px;
    text-transform: uppercase;
    padding: 0.8rem; }
    .modalBox_actions .holderBtAction2 .button span {
      display: inline-block;
      vertical-align: middle;
      display: inline-block;
      line-height: normal;
      line-height: 1.4rem;
      vertical-align: middle;
      pointer-events: none; }
  .modalBox_actions .holderBtAction2 .buttonMin {
    text-transform: none; }

.modalBox_addSocio .perfilForm {
  width: 60%;
  margin: 44px auto 0 auto;
  /*margin-top: 44px;*/
  padding-bottom: 6px; }
  .modalBox_addSocio .perfilForm .row {
    margin-bottom: 10px; }
    .modalBox_addSocio .perfilForm .row .columns {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .modalBox_addSocio .perfilForm .row .columns label {
        margin-top: 7px;
        margin-right: 20px;
        /*float: right;*/
        float: left;
        margin-bottom: 0; }
        @media only screen and (max-width: 60em) {
          .modalBox_addSocio .perfilForm .row .columns label {
            display: block;
            float: none;
            margin: 0 auto;
            text-align: center;
            margin-bottom: 15px;
            margin-top: 15px; } }
        @media only screen and (max-width: 30em) {
          .modalBox_addSocio .perfilForm .row .columns label {
            display: block;
            float: none;
            margin: 0 auto;
            text-align: center;
            margin-bottom: 15px;
            margin-top: 15px; } }
      .modalBox_addSocio .perfilForm .row .columns .lblusercarddigits {
        float: left; }
      .modalBox_addSocio .perfilForm .row .columns .lblusernumsociofamilia {
        float: left; }
      .modalBox_addSocio .perfilForm .row .columns input {
        height: 40px; }
      .modalBox_addSocio .perfilForm .row .columns .holderNumSocio {
        display: block;
        width: 300px; }
        .modalBox_addSocio .perfilForm .row .columns .holderNumSocio .fNum {
          width: 90px;
          float: left;
          display: block; }
          @media only screen and (max-width: 60em) {
            .modalBox_addSocio .perfilForm .row .columns .holderNumSocio .fNum {
              display: block;
              margin: 0 auto; } }
          @media only screen and (max-width: 30em) {
            .modalBox_addSocio .perfilForm .row .columns .holderNumSocio .fNum {
              display: block;
              margin: 0 auto; } }
        .modalBox_addSocio .perfilForm .row .columns .holderNumSocio .barraFNum {
          display: block;
          width: 30px;
          float: left;
          text-align: center;
          margin-top: 7px; }
        .modalBox_addSocio .perfilForm .row .columns .holderNumSocio .fNum2 {
          display: block;
          width: 30px;
          float: left; }
          @media only screen and (max-width: 60em) {
            .modalBox_addSocio .perfilForm .row .columns .holderNumSocio .fNum2 {
              display: block;
              margin: 0 auto; } }
          @media only screen and (max-width: 30em) {
            .modalBox_addSocio .perfilForm .row .columns .holderNumSocio .fNum2 {
              display: block;
              margin: 0 auto; } }
        @media only screen and (max-width: 60em) {
          .modalBox_addSocio .perfilForm .row .columns .holderNumSocio {
            margin: 0 auto; } }
        @media only screen and (max-width: 30em) {
          .modalBox_addSocio .perfilForm .row .columns .holderNumSocio {
            margin: 0 auto; } }
      .modalBox_addSocio .perfilForm .row .columns .fcartao {
        width: 80px;
        float: left;
        margin-right: 10px; }
        @media only screen and (max-width: 60em) {
          .modalBox_addSocio .perfilForm .row .columns .fcartao {
            display: block;
            margin: 0 auto;
            text-align: center; } }
        @media only screen and (max-width: 30em) {
          .modalBox_addSocio .perfilForm .row .columns .fcartao {
            display: block;
            margin: 0 auto;
            text-align: center; } }
  @media only screen and (max-width: 60em) {
    .modalBox_addSocio .perfilForm {
      margin-top: 0px; } }
  @media only screen and (max-width: 30em) {
    .modalBox_addSocio .perfilForm {
      margin-top: 0px; } }

.modalBox_addSocio .modalBox_nota {
  font-style: italic;
  padding-top: 20px;
  color: #202221;
  text-align: center;
  display: inline-block;
  width: 100%; }

.modalBox_2via .perfilMorada {
  font-size: 0.85rem;
  display: block;
  /*width:100%;*/
  padding: 10px;
  background: #f2f2f2;
  /*padding:20px 20px 20px 30px;*/
  width: 80%;
  padding: 10px;
  margin: 20px auto 0 auto; }

.modalBox_2via .modalBox_nota {
  font-style: italic;
  padding-top: 20px;
  color: #202221;
  text-align: center;
  display: inline-block;
  width: 100%; }

/*2ªVia*/
.modalBox_alert .perfilInfo {
  display: block;
  width: 80%;
  padding: 10px;
  margin: 20px auto 0 auto;
  background: #f2f2f2; }
  .modalBox_alert .perfilInfo .row .perfil__thumb {
    width: 46px;
    height: 46px;
    float: right;
    margin-right: 15px;
    display: block;
    margin-top: 12px; }
    .modalBox_alert .perfilInfo .row .perfil__thumb img {
      -webkit-border-radius: 46px;
      -ms-border-radius: 46px;
      -moz-border-radius: 46px;
      -o-border-radius: 46px;
      border-radius: 46px;
      border: 2px solid white; }
  .modalBox_alert .perfilInfo .row .perfil__name {
    display: block;
    margin-top: 10px;
    line-height: 25x;
    color: #5e6461; }

.modalBox_alert #wwSMV_bilmodoptChildrenContainer #wwSMV_bilmodoptChildrenOptions {
  margin-top: 30px; }
  .modalBox_alert #wwSMV_bilmodoptChildrenContainer #wwSMV_bilmodoptChildrenOptions label {
    text-align: center; }
    .modalBox_alert #wwSMV_bilmodoptChildrenContainer #wwSMV_bilmodoptChildrenOptions label span {
      width: 100%;
      display: inline-block; }

.modalBox_alert #wwSMV_bilmodoptIsBuyAskContainer {
  margin-top: 30px;
  text-align: center; }
  .modalBox_alert #wwSMV_bilmodoptIsBuyAskContainer .titOpcao {
    margin-bottom: 20px; }
  .modalBox_alert #wwSMV_bilmodoptIsBuyAskContainer #wwSMV_isSocioAskBuyTicket {
    margin-bottom: 20px; }

.modalBox_familia_leonina .holderPerfil {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  max-height: 198px;
  position: relative; }
  .modalBox_familia_leonina .holderPerfil:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 15px;
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    z-index: 10; }
  .modalBox_familia_leonina .holderPerfil:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e302f', endColorstr='#2e302f',GradientType=0 );
    /* IE6-9 */ }
  .modalBox_familia_leonina .holderPerfil .scrollPerfil {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    max-height: 198px; }
    .modalBox_familia_leonina .holderPerfil .scrollPerfil .perfilSelec {
      display: block;
      width: 100%;
      padding: 5px; }
      .modalBox_familia_leonina .holderPerfil .scrollPerfil .perfilSelec .row .perfil__thumb {
        width: 46px;
        height: 46px;
        float: right;
        margin-right: 15px;
        display: block;
        margin-bottom: 10px; }
        .modalBox_familia_leonina .holderPerfil .scrollPerfil .perfilSelec .row .perfil__thumb img {
          -webkit-border-radius: 46px;
          -ms-border-radius: 46px;
          -moz-border-radius: 46px;
          -o-border-radius: 46px;
          border-radius: 46px;
          border: 2px solid white; }
      .modalBox_familia_leonina .holderPerfil .scrollPerfil .perfilSelec .row .perfil__name {
        display: block;
        margin-top: 10px; }
    .modalBox_familia_leonina .holderPerfil .scrollPerfil .active {
      background: #dfe1e0; }

.modalBox_confirma .row {
  max-width: 700px; }
  .modalBox_confirma .row h5 {
    text-transform: uppercase;
    color: #202221;
    text-align: left;
    margin-top: 10px; }
  .modalBox_confirma .row .colInfo {
    margin-bottom: 20px; }
  .modalBox_confirma .row .lnMorada .btInfo {
    min-height: 120px; }
  .modalBox_confirma .row .btInfo {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 60px;
    padding: 18px 40px 5px 18px;
    border: 1px solid #9ea3a1; }
    .modalBox_confirma .row .btInfo .titInfo {
      overflow: hidden;
      margin-right: 26px; }
    .modalBox_confirma .row .btInfo .leadInfo {
      font-style: italic; }
    .modalBox_confirma .row .btInfo .selec {
      display: none;
      position: absolute;
      width: 100%;
      height: 100%;
      -moz-outline-radius: 5px;
      outline: 5px solid #04b46b;
      top: 0;
      left: 0;
      z-index: 9; }
      .modalBox_confirma .row .btInfo .selec .svg-icon {
        position: absolute;
        bottom: 20px;
        right: 10px;
        margin-top: 10px;
        margin-right: 10px;
        width: 26px;
        height: auto; }
    .modalBox_confirma .row .btInfo .hoverTit {
      text-align: center;
      color: white;
      position: absolute;
      bottom: 0;
      left: 0;
      text-transform: uppercase;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
      -moz-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
      transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
      font-size: 0.85rem;
      width: 100%; }
    .modalBox_confirma .row .btInfo .hoverBg {
      background: #05cd7a;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: opacity 0.2s cubic-bezier(0.34, 1.61, 0.7, 1);
      -moz-transition: opacity 0.2s cubic-bezier(0.34, 1.61, 0.7, 1);
      transition: opacity 0.2s cubic-bezier(0.34, 1.61, 0.7, 1); }
    .modalBox_confirma .row .btInfo:hover .hoverTit {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translate3d(0, -15px, 0);
      -moz-transform: translate3d(0, -15px, 0);
      -ms-transform: translate3d(0, -15px, 0);
      -o-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0); }
    .modalBox_confirma .row .btInfo:hover .hoverBg {
      opacity: 0.8;
      filter: alpha(opacity=80); }
  .modalBox_confirma .row .morada:hover .hoverTit {
    -webkit-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    -o-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); }
  .modalBox_confirma .row .active {
    background: #f2f2f2; }
    .modalBox_confirma .row .active .selec {
      display: block; }
    .modalBox_confirma .row .active .hoverTit {
      opacity: 0;
      filter: alpha(opacity=0); }
    .modalBox_confirma .row .active .hoverBg {
      opacity: 0;
      filter: alpha(opacity=0); }
    .modalBox_confirma .row .active:hover .hoverTit {
      opacity: 0;
      filter: alpha(opacity=0); }
    .modalBox_confirma .row .active:hover .hoverBg {
      opacity: 0;
      filter: alpha(opacity=0); }
  .modalBox_confirma .row .btRight {
    margin-left: -1px; }
  .modalBox_confirma .row .modalBox_nota {
    font-style: italic;
    padding-top: 20px;
    color: #202221;
    text-align: center;
    display: inline-block;
    width: 100%; }

.modalBox_crop .holderPhotoCrop {
  display: block;
  margin: 0 auto;
  overflow: auto;
  width: 100%;
  height: 300px;
  /*
        img{
            width:initial!important;
            max-width:initial!important;
            height:initial!important;
        }

        @include small-grid{
            width: 200px;
            height: 200px;
        }
        */ }

/* AJUSTE IMPLEMENTAÇÃO SMARTMOVE*/
#wwSMV_content_quotas {
  margin-top: 30px; }

#wwSMV_content_paydata {
  margin-top: 30px; }

#wwSMV_content_paycheck {
  margin-top: 30px; }

.wwSMV_content_bilhetes {
  margin-top: 30px; }

.adjustBancadaSector {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.debito__period .button {
  width: 180px;
  text-align: center; }

.labelIban {
  float: left;
  font-size: 0.62rem;
  color: #202221;
  font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
  text-align: right;
  line-height: 14px;
  margin-top: 15px; }
  .labelIban span {
    text-decoration: underline;
    color: #5e6461; }

label.labelIbanOK {
  color: #04b46b;
  font-size: 0.7rem;
  line-height: 1.1;
  display: block;
  margin-top: 4px;
  float: right;
  font-style: italic; }

.tabContent {
  margin: 0 3rem; }

.termosCondicoes h4 {
  margin-top: 15px; }

.section-login {
  background: #fff !important; }

.registerContainer {
  position: relative;
  max-width: 600px;
  margin: 30px auto;
  padding: 0 35px; }

/**/
.registerContainer h3 {
  width: 100%;
  text-align: center; }

.externalLogin {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  overflow: hidden;
  overflow-y: auto; }

.externalLogin .redirectTxt {
  animation: blinker 1.2s linear infinite;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  pointer-events: none;
  color: #1B9A5A; }

@keyframes blinker {
  50% {
    opacity: 0; } }

.externalLogin .registerContainer {
  margin: 0px auto; }

.externalLogin .registerContainer .modalBox_desc span {
  text-align: center;
  display: inline-block;
  width: 100%; }

.externalLogin .registerContainer .holderNumSocio {
  text-align: center; }

.externalLogin .registerContainer .holderNumSocio input,
.externalLogin .registerContainer .holderNumSocio div {
  display: inline-block;
  float: initial; }

.externalLogin .registerContainer .perfilForm .row .columns .fcartao {
  float: initial; }

.externalLogin .registerContainer .btCancelar {
  width: 100%;
  text-align: center;
  padding-top: 10px; }

/**/
.registerContainer .center, .memberContainer .center {
  text-align: center; }

.registerContainer a {
  text-decoration: underline; }

.registerContainer a.button {
  text-decoration: none; }

.registerContainer .button span {
  font-style: italic; }

.contentContainer {
  padding: 0 45px; }
  .contentContainer label {
    color: #5e6461; }

.backcolorContainer {
  background: #f6f6f6;
  padding: 25px 20px; }

.row.collapse > .columns.left {
  padding-right: 0.75rem; }

.row.collapse > .columns.right {
  padding-left: 0.75rem; }

.g-recaptcha {
  width: 75%;
  margin: 0 auto 35px auto; }

.svgActive {
  position: absolute;
  top: 55%;
  right: -40px; }

.customBackground {
  margin-bottom: 30px; }

.backfield {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.backfield.opacity {
  opacity: 0.5; }

.overfieldContainer {
  position: relative;
  text-align: center;
  padding: 80px 0; }

.overfieldContainer hr {
  position: absolute;
  display: inline-block;
  width: 35%;
  color: #04b46b;
  background-color: #04b46b;
  border-color: #04b46b; }

.overfieldContainer hr.left {
  margin-top: 0;
  left: 0; }

.overfieldContainer hr.right {
  margin-top: 0;
  right: 0; }

.overfieldBackImg {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  line-height: 90px;
  text-align: center;
  background: white;
  margin: -50px auto;
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0; }

.overfieldContainer .svg-icon {
  vertical-align: -webkit-baseline-middle; }

.memberContainer {
  margin-top: 80px; }

.memberContainer h1 {
  position: relative;
  min-height: 40px;
  color: #04b46b; }

.memberContainer h1 span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.memberContainer label {
  padding: 0 70px; }

.memberContainer .xlarge-6.large-6:first-child {
  border-right: 1px solid #DDDDDD; }

#disabling {
  z-index: 1;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.5; }

.termos {
  margin-top: 11px; }

@media only screen and (max-width: 480px) {
  .contentContainer, .row.collapse > .columns.left, .row.collapse > .columns.right {
    padding: 0; }
  .svgActive {
    right: -25px; } }

@media only screen and (max-width: 760px) {
  .button-facebook {
    padding-right: 20px;
    padding-left: 40px !important; }
  .icon-left:before {
    /*left: 10px;*/ }
  .memberContainer {
    margin-top: inherit; }
  .memberContainer h1 {
    min-height: inherit;
    margin-top: 25px; }
  .memberContainer h1 span {
    position: inherit; }
  .memberContainer .xlarge-6.large-6:first-child {
    border-right: 0; } }

@media only screen and (max-width: 960px) {
  .memberContainer label {
    min-height: 50px;
    padding: 0; } }

@media only screen and (max-width: 1230px) {
  .memberContainer label {
    min-height: 50px; } }

/*FS*/
/*Button style*********************/
.btSubmit:not(.disabled) {
  z-index: 2; }
  .btSubmit:not(.disabled):before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px;
    width: 20px;
    height: 20px;
    border: 4px solid;
    border-left-color: transparent;
    border-radius: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear; }
  .btSubmit:not(.disabled):after {
    content: '';
    /*display:inline-block;*/
    /*height:100%;*/
    width: 0px;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-duration: 0.75s;
    -moz-transition-duration: 0.75s;
    transition-duration: 0.75s;
    /*@include transition-property(width);*/ }
  .btSubmit:not(.disabled).sending {
    pointer-events: none;
    cursor: not-allowed;
    /*
    &:not(.expand){
     text-align: left;
    }
    */ }
    .btSubmit:not(.disabled).sending:before {
      -webkit-transition-delay: 0.5s;
      -moz-transition-delay: 0.5s;
      transition-delay: 0.5s;
      -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
      transition-duration: 1s;
      opacity: 1;
      filter: alpha(opacity=100); }
    .btSubmit:not(.disabled).sending:after {
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s;
      /*width:20px;*/ }

/*Animations*********************/
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*FS*/
#wwSMV_userResultTextLogin {
  color: #f21d59 !important;
  display: block;
  float: right;
  font-size: 0.7rem;
  font-style: italic;
  line-height: 1.1;
  margin-top: 4px;
  padding: 0 0 !important; }

/* Cookies */
#sliding-popup.sliding-popup-top {
  height: 80px !important; }

#header {
  position: relative; }

.scpLogo {
  position: absolute;
  left: 20px;
  width: 100px;
  top: -35px;
  height: 120px; }
  @media only screen and (max-width: 30em) {
    .scpLogo {
      left: 10px; } }
  .scpLogo h1 a {
    background-image: url("../images/SVG/icon_emblema.svg");
    background-repeat: no-repeat;
    background-size: 100px auto;
    width: 100px;
    height: 135px;
    display: block;
    text-indent: -9999px;
    z-index: 2000;
    display: block;
    position: relative; }
    @media only screen and (min-width: 60em) and (max-width: 76.875em) {
      .scpLogo h1 a {
        background-size: 100px auto;
        width: 100px;
        height: 135px; } }
    @media only screen and (max-width: 60em) {
      .scpLogo h1 a {
        background-size: 100px auto;
        width: 100px;
        height: 135px; } }
    @media only screen and (max-width: 30em) {
      .scpLogo h1 a {
        background-size: 80px auto;
        width: 80px;
        height: 113px; } }

.metaMenu__content {
  position: relative; }
  .metaMenu__content:after {
    content: "";
    display: table;
    clear: both; }
  .metaMenu__content .inline-list {
    float: right; }

/*
Header Lines
*/
.lineBefore {
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  width: 100%;
  background: white;
  z-index: 10;
  opacity: 0.35;
  filter: alpha(opacity=35); }

.lineAfter {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px;
  width: 100%;
  background: white;
  z-index: 10;
  opacity: 0.2;
  filter: alpha(opacity=20); }

/*
Stripes Right
*/
.stripes--right {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/stripes_right.png");
  background-position: right 83px;
  background-repeat: no-repeat; }

.stripes--left {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/stripes_left.png");
  background-position: left 83px;
  background-repeat: no-repeat; }

/* SITE FOOTER */
.site-footer {
  background: #080909;
  border-top: #04b46b solid 4px;
  padding-top: 60px; }
  .site-footer a {
    color: #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
    .site-footer a:hover {
      color: #04b46b; }
  .site-footer .languages {
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
    border-bottom: #202221 solid 1px; }
  .site-footer .container-social {
    padding: 1rem 0; }
  @media only screen and (max-width: 60em) {
    .site-footer {
      padding-top: 0px; }
      .site-footer .languages {
        display: none; }
      .site-footer .container-social {
        display: none; } }
  @media only screen and (max-width: 30em) {
    .site-footer {
      padding-top: 0px; }
      .site-footer .languages {
        display: none; }
      .site-footer .container-social {
        display: none; } }

.footer-nav-small {
  text-align: center;
  margin: 20px 0; }
  .footer-nav-small .inline-list {
    margin: 0; }
    .footer-nav-small .inline-list > li {
      float: none;
      display: inline-block;
      margin-left: .2rem;
      margin-right: .2rem;
      color: #fff; }
      .footer-nav-small .inline-list > li a {
        font-size: .6rem;
        text-transform: uppercase; }

.footer-nav {
  text-align: center;
  border-top: #393a3a solid 1px;
  padding-top: 1rem;
  margin-top: 1rem; }
  .footer-nav .menu {
    list-style: none;
    margin: 0; }
    .footer-nav .menu li {
      display: inline-block;
      margin: 0 .5rem; }
      .footer-nav .menu li a {
        text-transform: uppercase;
        display: block;
        font-size: .7rem; }

.footer-copyright {
  text-align: center;
  border-top: #202221 solid 1px;
  padding-top: 1rem;
  margin-top: 1rem;
  padding-bottom: 2.5rem; }
  .footer-copyright p {
    font-size: .6rem;
    text-transform: uppercase;
    color: #555;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
    .footer-copyright p a {
      color: #fff;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }
  @media only screen and (max-width: 60em) {
    .footer-copyright {
      margin-top: 0; } }
  @media only screen and (max-width: 30em) {
    .footer-copyright {
      margin-top: 0; } }

#block-views-top-5-social-network-block,
#block-views-social-club-block {
  /*overflow: hidden;*/ }

.home-sidebar .simpleads-wrapper, .home-sidebar .simpleads-item {
  /*min-width: 280px;*/
  /*min-height: 340px;*/
  /*margin-bottom: 20px;*/
  margin: 0 auto 20px auto; }

#admin-menu-wrapper ul {
  font-size: 11px !important; }

#admin-menu li.admin-menu-account > a {
  background: #07AC68 url(/sites/all/modules/admin_menu/images/bkg-green.png); }

.panels-flexible-region-2-center {
  width: 100%; }

#mfPreviewBar {
  display: none; }

.region.column {
  padding: 0;
  float: none; }

.logged-in .messages--error {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  color: #444;
  font-size: 0.62rem;
  padding: 5px;
  z-index: 100;
  height: 50px;
  overflow: auto; }

.tabs-primary {
  margin: 0; }

.main-container {
  background: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  min-height: 450px; }

/* SIDEBAR */
.sidebar-wrapper {
  padding-left: 0;
  padding-top: 1.5rem; }
  @media only screen and (max-width: 30em) {
    .sidebar-wrapper {
      padding: 1.7rem; } }
  .sidebar-wrapper .sidebars .block-openads {
    margin: 20px 0 0 20px; }

/* SPORTING SITES */
.sporting-sites-wrapper {
  background: #222;
  font-size: .6rem;
  display: none; }
  .sporting-sites-wrapper .sporting-site {
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    .sporting-sites-wrapper .sporting-site .sporting-site-content {
      margin-top: .5rem; }

.container-social {
  text-align: center; }
  .container-social header {
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #5e6461;
    margin-bottom: .5rem; }

/*
Title center with Lines no background
*/
.title-lines-nobg {
  display: table;
  width: 100%; }
  .title-lines-nobg .line {
    vertical-align: middle;
    height: 25px;
    position: relative; }
    .title-lines-nobg .line:before {
      background: #202221;
      content: '';
      position: absolute;
      top: 50%;
      width: 100%;
      display: block;
      height: 1px; }
  .title-lines-nobg .title {
    display: table-cell;
    padding-left: 1rem;
    padding-right: 1rem;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle; }
    @media only screen and (max-width: 60em) {
      .title-lines-nobg .title {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
        white-space: normal !important;
        font-size: 1.7rem !important;
        width: 100% !important;
        text-align: center !important; } }
    @media only screen and (max-width: 30em) {
      .title-lines-nobg .title {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
        white-space: normal !important;
        font-size: 1.7rem !important;
        width: 100% !important;
        text-align: center !important; } }

/*
Titles center lines

*/
.title-center-lines {
  text-align: center;
  text-transform: uppercase;
  margin: 1rem 0;
  font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 30em) {
    .title-center-lines {
      font-size: 1rem;
      letter-spacing: 0px; } }
  .title-center-lines > span {
    background: #fff;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media only screen and (max-width: 30em) {
      .title-center-lines > span {
        padding-left: 0.5rem;
        padding-right: 0.5rem; } }
  .title-center-lines:before {
    display: block;
    background: #ddd;
    height: 1px;
    width: 100%;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1; }

.title-center-lines--dark span {
  background: #1c1e1d;
  color: #fff; }

.title-center-lines--dark:before {
  background: #636363; }

/*
Heading Resultado no Background
*/
.headlineResult {
  position: relative;
  color: white;
  font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 0.1rem; }
  .headlineResult:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 30em) {
    .headlineResult {
      font-size: 1rem; } }
  .headlineResult .headlineResult__team {
    position: relative;
    line-height: 1; }
    .headlineResult .headlineResult__team:before {
      content: '';
      height: 1px;
      width: 100%;
      left: 0;
      top: 48%;
      background: #5e6461;
      position: absolute; }
      @media only screen and (max-width: 30em) {
        .headlineResult .headlineResult__team:before {
          background: none; } }
    .headlineResult .headlineResult__team span {
      background: #323031;
      display: inline-block;
      position: relative; }
  .headlineResult .headlineResult__team--home {
    width: 45%;
    float: left;
    text-align: right; }
    @media only screen and (max-width: 30em) {
      .headlineResult .headlineResult__team--home {
        width: 100%;
        float: none;
        text-align: center; } }
    @media only screen and (max-width: 60em) {
      .headlineResult .headlineResult__team--home {
        width: 42%; } }
    .headlineResult .headlineResult__team--home span {
      padding-left: 0.5rem; }
      @media only screen and (max-width: 30em) {
        .headlineResult .headlineResult__team--home span {
          padding: 0; } }
  .headlineResult .headlineResult__team--away {
    width: 45%;
    float: right;
    text-align: left; }
    @media only screen and (max-width: 30em) {
      .headlineResult .headlineResult__team--away {
        width: 100%;
        float: none;
        text-align: center; } }
    @media only screen and (max-width: 60em) {
      .headlineResult .headlineResult__team--away {
        width: 42%; } }
    .headlineResult .headlineResult__team--away span {
      padding-right: 0.5rem; }
      @media only screen and (max-width: 30em) {
        .headlineResult .headlineResult__team--away span {
          padding: 0; } }
  .headlineResult .headlineResult__score {
    position: absolute;
    line-height: 1;
    width: 10%;
    height: auto;
    left: 50%;
    margin-left: -5%;
    text-align: center; }
    @media only screen and (max-width: 30em) {
      .headlineResult .headlineResult__score {
        width: 100%;
        float: none;
        text-align: center;
        left: auto;
        margin: .2rem 0;
        position: relative;
        font-size: 0.85rem; } }
    @media only screen and (max-width: 60em) {
      .headlineResult .headlineResult__score {
        width: 18%;
        margin-left: -9%; } }

.section-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
  color: #202221;
  font-weight: normal;
  margin: 0;
  margin-bottom: 1.5rem; }

.section-title::after {
  content: '';
  background: url("../images/SVG/title-section.svg") no-repeat center center;
  width: 88px;
  height: 16px;
  display: block;
  margin: 0 auto; }

.section-title.section-title-subtitle {
  font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
  line-height: 1; }
  .section-title.section-title-subtitle:after {
    background: none;
    margin: 0;
    height: auto;
    width: auto; }
  .section-title.section-title-subtitle span {
    font-size: 0.85rem;
    color: #04b46b;
    display: block;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    line-height: 1; }

.view-fan-zone- .section-title {
  /*padding-left:25px;*/ }

.title {
  font-size: 1.3rem;
  font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
  line-height: 1; }

.title.mega {
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
  font-size: 3rem;
  color: white;
  font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif; }

.title.small {
  font-size: 1rem; }

/**
 * Breadcrumbs
 */
.breadcrumb {
  border-bottom: #dfe1e0 solid 1px;
  padding-bottom: 1.5rem;
  font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
  .breadcrumb span {
    font-size: 0.7rem;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    color: #5e6461; }
  .breadcrumb .delimiter {
    background-image: url("../images/SVG/breadcrumb-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    text-indent: -9999px;
    width: 22px;
    height: 22px;
    background-size: 18px 18px;
    margin: 0 0.2rem; }
  .breadcrumb .inline.last a {
    color: #202221; }

/**
 * Accordion
 */
.accordion-toggle {
  cursor: pointer;
  background: #04b46b;
  color: white;
  padding: .65rem .9rem;
  display: block;
  font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  position: relative;
  font-size: 0.85rem;
  margin-bottom: 1px;
  -webkit-transition: background 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  -moz-transition: background 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: background 0.3s cubic-bezier(0.34, 1.61, 0.7, 1); }
  .accordion-toggle:hover {
    background: #03824d; }
  .accordion-toggle:before {
    position: absolute;
    top: 22px;
    right: 1rem;
    content: '';
    width: 14px;
    height: 7px;
    background-repeat: no-repeat;
    background-image: url(../images/SVG/icon_drop-arrow--white.svg);
    background-position: 0 0; }

.accordion-toggle.active {
  background: #05cd7a;
  -webkit-transition: background 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  -moz-transition: background 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: background 0.3s cubic-bezier(0.34, 1.61, 0.7, 1); }
  .accordion-toggle.active:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.accordion-content {
  display: none; }
  .accordion-content .sub-menu {
    background: #FAFAFA;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .accordion-content .sub-menu li a {
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      line-height: 1;
      text-transform: uppercase;
      padding: .7rem .9rem;
      padding-left: 1.2rem;
      display: block;
      font-size: 0.7rem;
      color: #9ea3a1; }
    .accordion-content .sub-menu li:hover a {
      background: #efefef;
      color: #202221; }
    .accordion-content .sub-menu li.active a {
      background: url("../images/SVG/icon_sub-in.svg") no-repeat 1.2rem center;
      padding-left: 2.35rem;
      color: #202221; }
    .accordion-content .sub-menu li:first-child a {
      padding-top: 1rem; }
    .accordion-content .sub-menu li:last-child a {
      padding-bottom: 0.6rem; }

.accordion-content.default {
  display: block; }

/**
 * Universo Sporting
 */
.universoSporting {
  background: #04b46b;
  position: relative;
  width: 100%; }
  .universoSporting .social-content {
    height: 100%;
    display: inline-block;
    /*padding-top: 7px; FS*/
    float: right; }
    @media only screen and (max-width: 60em) {
      .universoSporting .social-content {
        display: block;
        float: none;
        text-align: center; } }
    @media only screen and (max-width: 30em) {
      .universoSporting .social-content {
        display: block;
        float: none;
        text-align: center; } }
    .universoSporting .social-content .social-icons:after {
      content: "";
      display: table;
      clear: both; }
    .universoSporting .social-content .social-icons li {
      display: inline-block;
      text-align: center;
      margin: 0; }
      .universoSporting .social-content .social-icons li a {
        background-size: 20px 20px;
        width: 32px;
        height: 32px; }
  .universoSporting .container-social {
    padding: 0; }
  .universoSporting .universoSporting__container {
    /*max-width: 1230px;*/
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    /**/ }
    .universoSporting .universoSporting__container .row.collapse {
      max-width: 100%; }
    .universoSporting .universoSporting__container .navInline-desktop .navInline {
      margin: 5px; }
    .universoSporting .universoSporting__container .navInline-rwd {
      display: none; }
      .universoSporting .universoSporting__container .navInline-rwd .navInline {
        margin: 5px 0 20px 0; }
    .universoSporting .universoSporting__container #toggle_universe_menu_button {
      display: none;
      padding-top: 6px;
      height: 46px;
      width: auto; }
      .universoSporting .universoSporting__container #toggle_universe_menu_button a {
        margin-left: 7px;
        margin-top: 2px;
        color: white;
        text-transform: uppercase;
        font-size: 1rem;
        font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
        padding-top: 3px;
        padding-right: 26px;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s; }
        .universoSporting .universoSporting__container #toggle_universe_menu_button a:hover {
          color: white;
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          transition: all 0.2s; }
    .universoSporting .universoSporting__container .navInline:after {
      content: "";
      display: table;
      clear: both; }
    .universoSporting .universoSporting__container .navInline li {
      vertical-align: top;
      display: inline-block;
      zoom: 1;
      position: relative; }
      .universoSporting .universoSporting__container .navInline li:after {
        content: '';
        position: absolute;
        right: 0;
        top: 7px;
        width: 1px;
        height: 15px; }
      .universoSporting .universoSporting__container .navInline li:last-child:after {
        background: none; }
    .universoSporting .universoSporting__container .navInline li a {
      color: white;
      /*$gray-light$gray-dark FS*/
      /*height: 45px;line-height: 45px; FS*/
      text-transform: uppercase;
      font-size: 0.62rem;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      /*FS*/
      display: inline-block;
      /*font-size: $size-tiny;*/
      /*height: 45px;line-height: 45px; FS*/
      padding: 0 0.25rem;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9);
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s; }
      .universoSporting .universoSporting__container .navInline li a svg path {
        fill: white; }
      .universoSporting .universoSporting__container .navInline li a svg rect {
        fill: white; }
      .universoSporting .universoSporting__container .navInline li a:hover {
        color: white;
        opacity: 1;
        filter: alpha(opacity=100); }
      .universoSporting .universoSporting__container .navInline li a .icon-svg {
        margin-top: -3px;
        margin-right: 6px;
        /*FS*/ }
        .universoSporting .universoSporting__container .navInline li a .icon-svg path fill {
          color: #fff; }

/**
 * MetaMenu
 */
.metaMenu {
  height: 45px;
  position: relative;
  background-color: #f1f1f1; }
  .metaMenu .row.collapse {
    max-width: 100%; }
  .metaMenu .site-name {
    font-size: 0.62rem;
    margin: 0;
    margin-left: 170px;
    text-transform: uppercase;
    font-weight: normal;
    color: #5e6461;
    height: 45px;
    line-height: 50px;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
    @media only screen and (min-width: 60em) and (max-width: 76.875em) {
      .metaMenu .site-name {
        margin-left: 140px; } }

.metaMenu .metaMenu__content {
  /**
     * Search Toggle
     */ }
  .metaMenu .metaMenu__content ul.inline-list {
    height: 45px;
    padding: 0;
    line-height: 20px;
    margin: 0; }
    .metaMenu .metaMenu__content ul.inline-list li {
      margin: 0; }
      .metaMenu .metaMenu__content ul.inline-list li a {
        line-height: 50px;
        text-transform: uppercase;
        font-size: 0.62rem;
        color: #04b46b;
        font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
        letter-spacing: 0.05em;
        padding: 0 0.5rem; }
        .metaMenu .metaMenu__content ul.inline-list li a:hover {
          color: #5e6461; }
        @media only screen and (max-width: 60em) {
          .metaMenu .metaMenu__content ul.inline-list li a {
            font-size: 1.2rem; } }
        @media only screen and (max-width: 30em) {
          .metaMenu .metaMenu__content ul.inline-list li a {
            font-size: 1.2rem;
            padding: 0 0.6rem; } }
    .metaMenu .metaMenu__content ul.inline-list .item__links {
      line-height: 50px;
      font-weight: 600; }
      .metaMenu .metaMenu__content ul.inline-list .item__links:after {
        content: '|';
        display: inline-block;
        position: relative;
        /*color: $gray-lighter;*/
        color: #04b46b; }
      .metaMenu .metaMenu__content ul.inline-list .item__links:last-child:after {
        content: ''; }
      .metaMenu .metaMenu__content ul.inline-list .item__links:hover a {
        /*color: $primary-color;*/
        color: #5e6461; }
    .metaMenu .metaMenu__content ul.inline-list .item__login {
      margin: 0 0.5rem; }
      @media only screen and (max-width: 30em) {
        .metaMenu .metaMenu__content ul.inline-list .item__login {
          margin: 0; } }
      .metaMenu .metaMenu__content ul.inline-list .item__login .button {
        margin-top: 8px;
        background: #04b46b;
        color: #fff;
        height: 30px;
        line-height: 30px;
        border: #04b46b solid 1px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        .metaMenu .metaMenu__content ul.inline-list .item__login .button:hover {
          background: transparent;
          color: #04b46b;
          border: #04b46b solid 1px; }
      .metaMenu .metaMenu__content ul.inline-list .item__login .btAoMinuto {
        width: 30px;
        height: 44px;
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: 0 11px;
        margin: 0px 0;
        /*
          line-height: 45px;
          .st0{
            fill:#04b46b;
          }
          svg{
            width: 20px;
          }
          */ }
    .metaMenu .metaMenu__content ul.inline-list .item__languages:hover a {
      color: #04b46b; }
  .metaMenu .metaMenu__content .searchToggle {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    margin: 9px 15px 0 15px;
    z-index: 9999; }
    @media only screen and (min-width: 60em) and (max-width: 76.875em) {
      .metaMenu .metaMenu__content .searchToggle {
        margin: 9px 20px 0 20px; } }
    @media only screen and (max-width: 30em) {
      .metaMenu .metaMenu__content .searchToggle {
        margin: 8px 0 0 5px; } }
    .metaMenu .metaMenu__content .searchToggle .searchToggle__icon {
      width: 30px;
      height: 30px; }
      .metaMenu .metaMenu__content .searchToggle .searchToggle__icon i {
        pointer-events: none; }
  .metaMenu .metaMenu__content .searchToggle.active .searchToggle__icon {
    opacity: 0.5; }
  .metaMenu .metaMenu__content .triangle-down {
    position: absolute;
    top: 0;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 22px solid #04b46b;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .metaMenu .metaMenu__content .triangle-down.active {
    -webkit-transform: translate3d(0, 72px, 0);
    -moz-transform: translate3d(0, 72px, 0);
    -ms-transform: translate3d(0, 72px, 0);
    -o-transform: translate3d(0, 72px, 0);
    transform: translate3d(0, 72px, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }

/**
 * Navigation
 * Second Level
 */
.header__nav .menu {
  max-width: 1200px;
  height: 60px;
  z-index: 10; }
  .header__nav .menu:after {
    content: "";
    display: table;
    clear: both; }
  .header__nav .menu .slick-next,
  .header__nav .menu .slick-prev {
    opacity: 1;
    filter: alpha(opacity=100); }
    .header__nav .menu .slick-next:before,
    .header__nav .menu .slick-prev:before {
      color: #fff; }
  .header__nav .menu .slick-next {
    margin: 0;
    right: -30px;
    top: 0;
    height: 100%;
    width: 30px; }
  .header__nav .menu .slick-prev {
    margin: 0;
    left: -35px;
    top: 0;
    height: 100%;
    width: 30px; }
  .header__nav .menu .slick-prev.slick-disabled {
    background-color: transparent; }
    .header__nav .menu .slick-prev.slick-disabled:before {
      display: none; }
  .header__nav .menu li {
    float: left;
    margin-right: 1px; }
    .header__nav .menu li a {
      display: block;
      padding: 0 1.5rem;
      height: 60px;
      background: #04b46b;
      line-height: 60px;
      color: white;
      font-family: "DINWeb-CondBold", "Helvetica", "Arial", sans-serif;
      font-size: 0.85rem;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
      .header__nav .menu li a:hover {
        background: #03824d; }
  .header__nav .menu li.is-active a,
  .header__nav .menu li.active a {
    background: white;
    color: #04b46b;
    z-index: 10;
    position: relative; }
    .header__nav .menu li.is-active a:after,
    .header__nav .menu li.active a:after {
      content: '';
      position: absolute;
      top: 0;
      right: -1px;
      width: 12px;
      height: 65px;
      background: white;
      transform-origin: right top;
      -webkit-transform: rotate(-7deg);
      -moz-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
      -o-transform: rotate(-7deg);
      transform: rotate(-7deg);
      -webkit-box-shadow: 2px 0 0px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 2px 0 0px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 2px 0 0px 0 rgba(0, 0, 0, 0.1);
      -o-box-shadow: 2px 0 0px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 2px 0 0px 0 rgba(0, 0, 0, 0.1); }
  .header__nav .menu li.active-trail a {
    background: white;
    color: #04b46b;
    z-index: 10;
    position: relative; }
    .header__nav .menu li.active-trail a:after {
      content: '';
      position: absolute;
      top: 0;
      right: -1px;
      width: 12px;
      height: 65px;
      background: white;
      transform-origin: right top;
      -webkit-transform: rotate(-7deg);
      -moz-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
      -o-transform: rotate(-7deg);
      transform: rotate(-7deg);
      -webkit-box-shadow: 2px 0 0px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 2px 0 0px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 2px 0 0px 0 rgba(0, 0, 0, 0.1);
      -o-box-shadow: 2px 0 0px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 2px 0 0px 0 rgba(0, 0, 0, 0.1); }

/**
 * Footer Navigations
 */
.nav-footer-languages {
  margin: 0; }
  .nav-footer-languages li {
    display: inline;
    float: none;
    color: #dfe1e0;
    margin: 0; }
    .nav-footer-languages li a {
      color: #dfe1e0;
      font-size: 0.7rem;
      text-transform: uppercase;
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
      display: inline-block; }
  .nav-footer-languages li.active a {
    color: #04b46b; }
  .nav-footer-languages li:before {
    content: '|';
    display: inline-block;
    margin: 0 1rem;
    position: relative;
    top: 1px;
    left: -2px; }
  .nav-footer-languages li:nth-child(1):before {
    content: '';
    margin: 0; }

.nav-footer-pages li {
  display: inline;
  float: none;
  color: #dfe1e0; }
  .nav-footer-pages li a {
    color: #dfe1e0;
    font-size: 0.7rem;
    text-transform: uppercase;
    padding: 6px 4px;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }

.nav-footer-pages li.active a {
  color: #04b46b; }

.nav-footer-pages-tiny li {
  display: inline;
  float: none;
  color: #dfe1e0;
  margin: 0; }
  .nav-footer-pages-tiny li a {
    color: #dfe1e0;
    font-size: .6rem;
    text-transform: uppercase;
    padding: 6px 4px;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }

.nav-footer-pages-tiny li.active a {
  color: #04b46b; }

.nav-footer-pages-tiny li:before {
  content: '-';
  display: inline-block;
  margin: 0 .2rem;
  position: relative;
  top: 1px; }

.nav-footer-pages-tiny li:nth-child(1):before {
  content: '';
  margin: 0; }

@media only screen and (max-width: 30em) {
  .button-group {
    margin-bottom: 0.5rem; } }

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

.button-group li {
  display: inline-block;
  margin: 0 -2px;
  border-top: #dfe1e0 solid 1px;
  border-bottom: #dfe1e0 solid 1px;
  border-right: #dfe1e0 solid 1px; }
  .button-group li .button {
    background: white;
    color: #202221;
    margin: 0;
    overflow: visible;
    border: none;
    height: 34px;
    line-height: 34px;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    font-size: 0.7rem; }
    .button-group li .button:hover {
      background: #202221;
      color: white; }
    @media only screen and (max-width: 30em) {
      .button-group li .button {
        padding-left: 1rem;
        padding-right: 1rem; } }
  .button-group li .disable {
    cursor: default;
    background: none;
    color: #9ea3a1; }
    .button-group li .disable:hover {
      background: none;
      color: #9ea3a1; }
  .button-group li:first-child {
    border-left: #dfe1e0 solid 1px; }

.button-group li.active .button {
  background: #202221;
  color: white; }

.button-group li.disable .button {
  background: #dfe1e0;
  color: #f2f2f2;
  cursor: none; }

.button-group.radius li:first-child {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left: #dfe1e0 solid 1px; }
  .button-group.radius li:first-child .button {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }

.button-group.radius li:last-child {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
  .button-group.radius li:last-child .button {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

.region-navigation {
  position: relative;
  height: 82px; }

#block-search-form {
  height: 100px;
  max-width: 1230px;
  margin: 0 auto;
  padding: 30px 0 10px 0;
  border: 0;
  display: none;
  -webkit-transform: translate3d(0, -80px, 0);
  -moz-transform: translate3d(0, -80px, 0);
  -ms-transform: translate3d(0, -80px, 0);
  -o-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  /*
  -webkit-box-shadow: 0 10px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 10px 3px 0 rgba(0,0,0,0.1);
  */
  position: absolute;
  right: 0;
  left: 0;
  width: 100%; }
  #block-search-form .container-inline {
    position: relative; }
  #block-search-form .form-item {
    width: 100%;
    border: none;
    display: block; }
    #block-search-form .form-item .form-text {
      display: block;
      width: 100%;
      height: 60px;
      background: #dfe1e0;
      padding-left: 1rem;
      padding-right: 125px; }
      #block-search-form .form-item .form-text:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
  #block-search-form .form-actions {
    position: absolute;
    top: 0;
    right: 0; }
    #block-search-form .form-actions .form-submit {
      background: url("../images/SVG/icon_search-gray.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 1rem;
      background-color: white;
      width: 60px;
      height: 60px;
      border: 0;
      color: transparent;
      /* hide input value */ }
  #block-search-form .form-reset {
    background: url("../images/SVG/icon_close-gray.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.80rem;
    opacity: 0.25;
    position: absolute;
    top: 0;
    right: 75px;
    width: 40px;
    height: 100%;
    border: 0;
    color: transparent; }

#block-search-form {
  -webkit-transform: translate3d(0, -100px, 0);
  -moz-transform: translate3d(0, -100px, 0);
  -ms-transform: translate3d(0, -100px, 0);
  -o-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  display: block !important;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

#block-search-form.active {
  /*
  @include opacity(1);
  */
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative; }

.megamenu {
  height: 82px;
  max-height: 82px;
  /*
    @include transition(all 2.3s $cubic-bezier 2.3s);
  */
  -webkit-transition: max-height .2s;
  -moz-transition: max-height .2s;
  -ms-transition: max-height .2s;
  -o-transition: max-height .2s;
  transition: max-height .2s; }

.megamenu.blocksearchactive {
  height: 202px;
  max-height: 202px; }

/**
 * Responsive Nav
 */
.js .nav-collapse {
  clip: rect(0 0 0 0);
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

@media only screen and (max-width: 30em) {
  .nav-collapse .notification {
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1) 0.3s;
    -moz-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1) 0.3s;
    transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1) 0.3s; } }

.nav-collapse.opened {
  max-height: 9999px; }
  .nav-collapse.opened ul {
    border: #dfe1e0 solid 1px;
    border-top: none; }
  .nav-collapse.opened li {
    float: none;
    margin: 0; }
    .nav-collapse.opened li a {
      display: block;
      width: auto;
      text-align: left;
      padding: 0 1rem;
      -webkit-transition: all 0s;
      -moz-transition: all 0s;
      transition: all 0s;
      height: 42px;
      line-height: 42px; }
      .nav-collapse.opened li a:hover {
        color: #202221; }
    .nav-collapse.opened li .notification {
      left: 5px;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .nav-collapse.opened .active a {
    border: none;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .nav-collapse.opened .active a:hover {
      color: #04b46b; }

.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #04b46b;
  display: block;
  color: white;
  position: relative;
  padding: 0 1rem;
  height: 50px;
  line-height: 52px;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif; }
  .nav-toggle:after {
    content: '';
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -11px;
    width: 22px;
    height: 22px;
    background-image: url("../images/SVG/icon_drop-arrow--white.svg");
    background-repeat: no-repeat;
    background-position: center center; }
  .nav-toggle:hover {
    color: white; }

.nav-toggle.active {
  color: #e0fbf0; }

@media only screen and (min-width: 30em) {
  .js .nav-collapse {
    position: relative; }
  .js .nav-collapse.closed {
    max-height: none; }
  .nav-toggle {
    display: none; } }

/**
 * Headroom
 */
#header.header--fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 900; }

.headroom--not-top.headroom--unpinned {
  height: 0; }
  .headroom--not-top.headroom--unpinned .universoSporting {
    display: none !important; }
  .headroom--not-top.headroom--unpinned .metaMenu {
    -webkit-transform: translate3d(0, -200%, 0);
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -o-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    /* HIDE MEGAMENU ON SCROLL */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .headroom--not-top.headroom--unpinned .megamenu {
    -webkit-transform: translate3d(0, -200%, 0);
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -o-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    /* HIDE MEGAMENU ON SCROLL */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }

.headroom--pinned.headroom--not-top .universoSporting {
  display: none; }

.headroom--pinned.headroom--not-top .metaMenu {
  z-index: 6 !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* SHOW ON SCROLL */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.headroom--pinned.headroom--not-top .megamenu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* SHOW MEGAMENU ON SCROLL */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .headroom--pinned.headroom--not-top .megamenu .scpLogo {
    height: 82px;
    top: 0; }
    .headroom--pinned.headroom--not-top .megamenu .scpLogo h1 {
      margin: 0; }
      .headroom--pinned.headroom--not-top .megamenu .scpLogo h1 a {
        background-image: url("../images/SVG/icon_emblema-white-new.svg");
        background-size: 45px auto;
        background-position: center center;
        height: 82px; }

.admin-menu #header.header--fixed {
  top: 30px; }

.admin-menu .headroom--pinned.headroom--not-top .megamenu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.admin-menu .heroshot {
  margin-top: 204px; }

/*LOGGEDIN*/
.itemLog {
  display: block;
  line-height: 1px !important;
  min-width: 10px;
  height: 45px;
  cursor: pointer; }
  .itemLog .nameInv {
    visibility: hidden;
    padding-left: 52px;
    padding-right: 16px;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    font-size: 0.62rem;
    min-width: 155px; }
  .itemLog .loggeddin .loggeddinTop {
    display: block;
    float: left;
    position: absolute;
    z-index: 5;
    top: 0;
    height: 45px;
    min-width: 155px;
    padding: 0 16px;
    cursor: default; }
    .itemLog .loggeddin .loggeddinTop .photPerfilSmall {
      display: block;
      float: left;
      width: 31px;
      height: 31px;
      margin-top: 7px;
      pointer-events: none;
      -webkit-border-radius: 31px;
      -ms-border-radius: 31px;
      -moz-border-radius: 31px;
      -o-border-radius: 31px;
      border-radius: 31px;
      border: 2px solid white; }
    .itemLog .loggeddin .loggeddinTop .namePerfil {
      color: #5e6461;
      display: block;
      float: left;
      margin-left: 5px;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      text-transform: uppercase;
      font-size: 0.62rem;
      margin-top: 25px; }
      .itemLog .loggeddin .loggeddinTop .namePerfil a {
        line-height: 0px; }
    .itemLog .loggeddin .loggeddinTop .overLoggedIn {
      display: none;
      position: absolute;
      top: 45px;
      left: 0;
      background-color: #202221; }
      .itemLog .loggeddin .loggeddinTop .overLoggedIn .holderListLog {
        padding: 0 15px; }
        .itemLog .loggeddin .loggeddinTop .overLoggedIn .holderListLog a {
          padding: 15px 0px;
          width: 100%;
          display: block;
          float: left;
          font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
          font-size: 0.62rem;
          text-align: left;
          color: #9ea3a1;
          border-bottom: 1px solid #5e6461;
          text-transform: none;
          line-height: 12px; }
          .itemLog .loggeddin .loggeddinTop .overLoggedIn .holderListLog a:hover {
            color: white; }
          .itemLog .loggeddin .loggeddinTop .overLoggedIn .holderListLog a:last-child {
            border-bottom: none; }
      .itemLog .loggeddin .loggeddinTop .overLoggedIn .btlogout {
        padding: 15px 15px;
        width: 100%;
        display: block;
        float: left;
        text-align: left;
        color: #04b46b;
        font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
        font-size: 0.85rem;
        text-transform: uppercase;
        line-height: 12px;
        background-color: #2f3130;
        border-top: 1px solid #5e6461; }
        .itemLog .loggeddin .loggeddinTop .overLoggedIn .btlogout:hover {
          color: #04b46b; }
        .itemLog .loggeddin .loggeddinTop .overLoggedIn .btlogout .svg-icon {
          width: 15px;
          height: 15px;
          margin-top: -2px;
          margin-right: 4px; }
  .itemLog .loggeddin .active {
    background-color: #202221;
    border-bottom: 1px solid #fff; }
    .itemLog .loggeddin .active .namePerfil {
      color: white; }
  .itemLog:after {
    content: " " !important; }

.slick-disabled {
  opacity: 0 !important;
  cursor: default !important; }

/*mmsubmenu__GERAL*/
.mmsubmenu__title {
  margin-top: -0.5rem;
  padding-bottom: 0.7rem !important;
  height: 42px !important; }

.mmsubmenu__list li:hover {
  background-color: #1a1b1a; }
  .mmsubmenu__list li:hover .resultado__competicao {
    color: #05cd7a !important; }
  .mmsubmenu__list li:hover .gamebox__description {
    color: #05cd7a !important; }

.rodape {
  margin-left: 0px;
  font-size: 0.62rem;
  text-transform: none;
  font-style: italic;
  color: #fff; }

.megamenu .column, .megamenu .columns {
  padding-left: 0px !important; }

.mmsubmenu {
  padding-right: 20px !important;
  border-right: #333 solid 1px; }

/*BEGIN MEGA MENU DEFAULT.CSS */
.tb-megamenu {
  background-color: #000; }

.tb-megamenu:before,
.tb-megamenu:after {
  content: "";
  display: table;
  line-height: 0; }

.tb-megamenu:after {
  clear: both; }

.tb-megamenu .nav {
  margin: 0; }

.tb-megamenu .nav > li {
  float: left;
  margin-left: 0; }

.tb-megamenu .nav > li > a {
  border-right: 1px solid #222;
  border-top: 0;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  text-shadow: none; }

.tb-megamenu .nav > li > a:focus,
.tb-megamenu .nav > li > a:hover {
  background-color: #fff;
  text-decoration: none;
  text-shadow: none;
  outline: none; }

.tb-megamenu .nav > .active > a:hover,
.tb-megamenu .nav > .active > a:focus {
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none; }

.tb-megamenu .btn-navbar {
  display: none;
  float: left;
  padding: 10px;
  margin: 0;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e8e8e8;
  *background-color: #d9d9d9;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); }

.tb-megamenu .btn-navbar:hover,
.tb-megamenu .btn-navbar:focus,
.tb-megamenu .btn-navbar:active,
.tb-megamenu .btn-navbar.active,
.tb-megamenu .btn-navbar.disabled,
.tb-megamenu .btn-navbar[disabled] {
  color: #fff;
  background-color: #d9d9d9;
  *background-color: #cccccc; }

.tb-megamenu .btn-navbar:active,
.tb-megamenu .btn-navbar.active {
  background-color: #bfbfbf \9; }

.tb-megamenu .btn-navbar [class^="icon-"],
.tb-megamenu .btn-navbar [class^=" icon-"] {
  color: #666;
  text-shadow: none; }

.tb-megamenu .dropdown .caret {
  margin-left: 5px;
  margin-top: 9px; }

.tb-megamenu .dropdown-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.tb-megamenu .dropdown-menu li > a {
  border-top: 1px solid #eee;
  padding: 5px 20px;
  text-shadow: none; }

.tb-megamenu .dropdown-menu li:first-child > a {
  border-top: 0; }

.tb-megamenu .nav > li > .dropdown-menu:before {
  display: none; }

.tb-megamenu .nav > li > .dropdown-menu:after {
  display: none; }

.tb-megamenu .dropdown-menu .disabled > a,
.tb-megamenu .dropdown-menu .disabled > a:hover {
  color: #999; }

.tb-megamenu .dropdown-menu .disabled > a:hover {
  background-color: transparent; }

.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
  background-color: #fff; }

.tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle {
  color: #fff; }

.tb-megamenu .mega-inner {
  padding: 10px; }

.tb-megamenu .row-fluid + .row-fluid {
  border-top: 1px solid #ddd; }

.tb-megamenu .mega-nav > li a,
.tb-megamenu .dropdown-menu .mega-nav > li a {
  padding: 5px 0; }

.tb-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 0; }

.tb-megamenu .tb-block .block-title {
  font-size: 12px;
  color: #333;
  display: block;
  line-height: 20px;
  margin: 0 0 15px;
  text-transform: uppercase; }

.tb-megamenu .tb-block ul,
.tb-megamenu .tb-block .nav {
  margin: 0; }

.tb-megamenu .tb-block ul li,
.tb-megamenu .tb-block .nav li {
  background: none;
  list-style: disc;
  display: list-item;
  float: none;
  margin: 0;
  padding: 0;
  border: 0; }

.tb-megamenu .tb-block ul li a,
.tb-megamenu .tb-block .nav li a {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  background: none;
  font: inherit;
  white-space: normal; }

.tb-megamenu .tb-block ul li a:hover,
.tb-megamenu .tb-block ul li a:focus,
.tb-megamenu .tb-block ul li a:active,
.tb-megamenu .tb-block .nav li a:hover,
.tb-megamenu .tb-block .nav li a:focus,
.tb-megamenu .tb-block .nav li a:active {
  background: none;
  font: inherit; }

.tb-megamenu .mega-caption {
  color: #999;
  font-size: 12px;
  margin-top: 3px;
  font-weight: normal; }

.tb-megamenu .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""; }

.tb-megamenu .dropdown .caret {
  margin-top: 8px;
  margin-left: 2px; }

.tb-megamenu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #e65855;
  border-top: none;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.tb-megamenu .dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.tb-megamenu .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff; }

.tb-megamenu .dropdown-menu li > a {
  clear: both;
  color: #333;
  display: block;
  line-height: 17px;
  /*FS*/
  font-weight: normal;
  padding: 3px 0;
  text-shadow: none;
  white-space: nowrap; }

.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a {
  background-color: inherit;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-decoration: none; }

.tb-megamenu .dropdown-menu .active > a:hover {
  color: #eee;
  text-decoration: none;
  outline: 0; }

.tb-megamenu .dropdown-menu .disabled > a,
.tb-megamenu .dropdown-menu .disabled > a:hover {
  color: #999; }

.tb-megamenu .dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default; }

.tb-megamenu .open {
  *z-index: 1000; }

.tb-megamenu .open > .dropdown-menu {
  display: block; }

.tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
.tb-megamenu .nav > li.dropdown.open.active > a:hover {
  border-color: #444;
  color: #eee; }

.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666;
  margin-top: 8px; }

.tb-megamenu .nav li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #eee;
  border-bottom-color: #eee; }

.tb-megamenu .nav li.dropdown.open > .dropdown-toggle .caret,
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle .caret,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #eee;
  border-bottom-color: #eee; }

.tb-megamenu .pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.tb-megamenu .dropup .caret,
.tb-megamenu .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: ""; }

.tb-megamenu .dropup .dropdown-menu,
.tb-megamenu .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

.tb-megamenu .dropdown-submenu {
  position: relative; }

.tb-megamenu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.tb-megamenu .dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.tb-megamenu .touch .dropdown-submenu:hover > .dropdown-menu {
  display: none; }

.tb-megamenu .touch .dropdown-submenu.open > .dropdown-menu {
  display: block; }

.tb-megamenu .dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.tb-megamenu .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.tb-megamenu .dropdown-submenu:hover > a:after {
  border-left-color: #eee; }

.tb-megamenu .dropdown-submenu.pull-left {
  float: none; }

.tb-megamenu .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

.tb-megamenu .dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 980px) and (max-width: 1199px) {
  .tb-megamenu .row {
    margin-left: -40px;
    *zoom: 1; }
  .tb-megamenu .row:before,
  .tb-megamenu .row:after {
    display: table;
    content: "";
    line-height: 0; }
  .tb-megamenu .row:after {
    clear: both; }
  .tb-megamenu .row-fluid:before,
  .tb-megamenu .row-fluid:after {
    display: table;
    content: "";
    line-height: 0; }
  .tb-megamenu .row-fluid:after {
    clear: both; } }

.col5 {
  /*FS*/
  width: 20%;
  float: left;
  padding: 0 16px; }

@media (min-width: 600px) and (max-width: 767px) {
  .tb-megamenu .row,
  .tb-megamenu .row-fluid {
    width: 100%;
    margin-left: 0;
    *zoom: 1; }
  .tb-megamenu .row:before,
  .tb-megamenu .row:after,
  .tb-megamenu .row-fluid:before,
  .tb-megamenu .row-fluid:after {
    display: table;
    content: "";
    line-height: 0; }
  .tb-megamenu .row:after,
  .tb-megamenu .row-fluid:after {
    clear: both; } }

@media (max-width: 979px) {
  .tb-megamenu {
    background-color: inherit;
    height: auto; }
  .tb-megamenu .btn-navbar {
    display: block;
    margin-bottom: 10px; }
  .tb-megamenu .btn-navbar:hover {
    cursor: pointer; }
  .tb-megamenu .nav-collapse {
    background: #000;
    margin-top: 10px;
    position: absolute;
    top: 27px;
    width: 100%;
    z-index: 999; }
  .tb-megamenu .nav-collapse .nav {
    margin: 0; }
  .tb-megamenu .nav-collapse .nav > li > a {
    font-size: 15px;
    margin-bottom: 0; }
  .tb-megamenu .nav-collapse .nav > li > a,
  .tb-megamenu .nav-collapse .dropdown-menu a {
    border-bottom: 1px solid #222;
    border-right: none;
    color: #fff;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .tb-megamenu .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 0; }
  .tb-megamenu .nav-collapse .nav > li > a:hover,
  .tb-megamenu .nav-collapse .nav > li > a:focus {
    background-color: #fff;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    /*color: #e54e4b;*/ }
  .tb-megamenu .nav-collapse .nav > li.active > a:hover,
  .tb-megamenu .nav-collapse .nav > li.active > a:focus {
    /*background-color: #e54e4b;*/ }
  .tb-megamenu .nav-collapse .dropdown-menu a {
    border-top: 1px solid #222;
    border-bottom: 0;
    font-weight: normal;
    padding: 10px 20px; }
  .tb-megamenu .nav-collapse .dropdown-menu a:hover,
  .tb-megamenu .nav-collapse .dropdown-menu a:focus {
    background-color: inherit;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
  .tb-megamenu .nav-collapse .dropdown-menu {
    margin: 0;
    padding: 0;
    background-color: #000;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100% !important; }
  .tb-megamenu.navbar-collapse-fixed-top {
    margin-left: 0;
    margin-right: 0; }
  .tb-megamenu .navbar .nav > li > .dropdown-menu:before,
  .tb-megamenu .navbar .nav > li > .dropdown-menu:after,
  .tb-megamenu .navbar .nav > li > .dropdown-menu .divider {
    display: none; }
  .tb-megamenu .customization {
    display: none; }
  .tb-megamenu .tb-block .block-title {
    color: #fff; } }

@media (min-width: 980px) {
  .tb-megamenu.animate .mega > .mega-dropdown-menu {
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0; }
  .tb-megamenu.animate .mega.animating > .mega-dropdown-menu {
    display: block !important; }
  .tb-megamenu.animate .mega.open > .mega-dropdown-menu,
  .tb-megamenu.animate .mega.animating.open > .mega-dropdown-menu {
    opacity: 1; }
  .tb-megamenu.animate.zoom .mega > .mega-dropdown-menu {
    transform: scale(0, 0);
    transform-origin: 20% 20%;
    -webkit-transform: scale(0, 0);
    -webkit-transform-origin: 20% 20%;
    -ms-transform: scale(0, 0);
    -ms-transform-origin: 20% 20%;
    -o-transform: scale(0, 0);
    -o-transform-origin: 20% 20%; }
  .tb-megamenu.animate.zoom .mega.open > .mega-dropdown-menu {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1); }
  .tb-megamenu.animate.elastic .level0 > .mega > .mega-dropdown-menu {
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0); }
  .tb-megamenu.animate.elastic .mega > .mega-dropdown-menu {
    transform: scale(0, 1);
    transform-origin: 10% 0;
    -webkit-transform: scale(0, 1);
    -webkit-transform-origin: 10% 0;
    -ms-transform: scale(0, 1);
    -ms-transform-origin: 10% 0;
    -o-transform: scale(0, 1);
    -o-transform-origin: 10% 0; }
  .tb-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1); }
  .tb-megamenu.animate.slide .mega.animating > .mega-dropdown-menu {
    overflow: hidden; }
  .tb-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -100%; }
  .tb-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
    margin-top: 0%; }
  .tb-megamenu.animate.slide .mega .mega > .mega-dropdown-menu {
    min-width: 0; }
  .tb-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px; }
  .tb-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
    margin-left: 0; } }

.block-view-demo .views-field-title a {
  border-top: none !important;
  color: #eee;
  padding: 0 !important; }

.tb-megamenu .block-view-demo .views-field-field-image {
  float: left; }

.tb-megamenu .block-view-demo .views-field-field-image img {
  border: 1px solid #333;
  margin: 0 20px 0 0;
  max-width: none !important;
  padding: 4px;
  width: auto; }

.tb-megamenu .block-view-demo .item-list ul li {
  border-bottom: 1px solid #333;
  margin: 0;
  min-height: 60px;
  padding: 10px 0; }

.tb-megamenu .block-view-demo .item-list ul li.views-row-first {
  padding-top: 0; }

.tb-megamenu .block-view-demo a {
  padding: 0 !important; }

.tb-megamenu .block-view-demo .views-field-title a {
  border-top: none;
  color: #aaa;
  padding: 0; }

.tb-megamenu .block-view-demo a:hover,
.tb-megamenu .block-view-demo a:focus {
  background: none !important;
  border: none !important;
  color: #e54e4;
  text-decoration: none; }

/*END MEGA MENU DEFAULT.CSS */
.megamenu {
  position: relative;
  background-color: #202221; }
  .megamenu .megamenu__container {
    /*max-width:1230px;*/
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 50; }
    .megamenu .megamenu__container .megamenu__content {
      display: block;
      float: left;
      width: calc(100vw - 925px);
      /*margin-left: 115px;*/
      margin-left: 180px;
      text-align: justify; }
      .megamenu .megamenu__container .megamenu__content:after {
        content: "";
        display: table;
        clear: both; }
      .megamenu .megamenu__container .megamenu__content .tb-megamenu-nav {
        text-align: justify;
        width: calc(100vw - 450px); }
        .megamenu .megamenu__container .megamenu__content .tb-megamenu-nav:after {
          content: '';
          display: inline-block;
          width: 100%; }
        .megamenu .megamenu__container .megamenu__content .tb-megamenu-nav li {
          display: inline-block; }
    .megamenu .megamenu__container .btLojaVerde {
      display: block;
      float: right;
      width: 240px;
      height: 82px;
      background: #036e49; }
      @media only screen and (max-width: 30em) {
        .megamenu .megamenu__container .btLojaVerde {
          width: 150px; } }
      .megamenu .megamenu__container .btLojaVerde .carrinho {
        display: block;
        float: left;
        background: url("../images/newHP/svg/carrinho.svg");
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        margin: 13px 6px 0px 15px; }
        @media only screen and (max-width: 30em) {
          .megamenu .megamenu__container .btLojaVerde .carrinho {
            width: 25px;
            height: 25px;
            margin: 31px 5px 0px 10px; } }
      .megamenu .megamenu__container .btLojaVerde .labelLoja {
        font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
        font-size: 0.7rem;
        color: black;
        text-transform: uppercase;
        margin: 9px 0px 0px 3px;
        display: block;
        float: left;
        max-width: 145px; }
        @media only screen and (max-width: 30em) {
          .megamenu .megamenu__container .btLojaVerde .labelLoja {
            margin: 31px 0 0 0;
            font-size: .65rem; } }
        .megamenu .megamenu__container .btLojaVerde .labelLoja span {
          font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
          font-size: 1.05rem;
          color: white;
          line-height: 0.1rem; }
          @media only screen and (max-width: 30em) {
            .megamenu .megamenu__container .btLojaVerde .labelLoja span {
              font-size: .8rem; } }
        .megamenu .megamenu__container .btLojaVerde .labelLoja:after {
          content: "";
          background: url("../images/newHP/svg/seta_socio_branco.svg");
          background-position: bottom right;
          background-repeat: no-repeat;
          background-size: 14px;
          width: 20px;
          height: 20px;
          display: inline-block;
          margin: -8px 0 0 5px; }
          @media only screen and (max-width: 30em) {
            .megamenu .megamenu__container .btLojaVerde .labelLoja:after {
              width: 17px;
              margin: 0px; } }
    @media only screen and (min-width: 60em) and (max-width: 76.875em) {
      .megamenu .megamenu__container .cta-heroshot-tablet {
        position: relative;
        display: block;
        float: right;
        width: 480px;
        height: 82px; } }

body.i18n-pt-pt .megamenu .megamenu__container .btLojaVerde .labelLoja {
  margin: 18px 0px 0px 3px; }

#block-tb-megamenu-main-menu, #block-tb-megamenu-menu-clone-main-menu {
  position: relative;
  z-index: 100; }

.tb-megamenu {
  position: relative;
  background-color: #04b46b; }
  .tb-megamenu .tb-megamenu-nav {
    height: 82px; }
    .tb-megamenu .tb-megamenu-nav > li {
      display: inline-block;
      font-size: 0.85rem;
      text-transform: uppercase;
      float: none; }
      .tb-megamenu .tb-megamenu-nav > li > a {
        height: 82px;
        padding: 0 0.6rem;
        line-height: 85px;
        font-family: "DINWeb-CondBold", "Helvetica", "Arial", sans-serif;
        font-size: 1rem;
        letter-spacing: 0.03em;
        font-weight: normal;
        text-align: center;
        border-right: none;
        position: relative;
        -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
        -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
        -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
        -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
        /*
        @media only screen and (max-width: 1380px) {
          font-size: 0.7rem;
        }
*/ }
        @media only screen and (max-width: 1670px) {
          .tb-megamenu .tb-megamenu-nav > li > a {
            font-size: 0.9rem; } }
        @media only screen and (max-width: 1570px) {
          .tb-megamenu .tb-megamenu-nav > li > a {
            font-size: 0.8rem; } }
        @media only screen and (max-width: 1470px) {
          .tb-megamenu .tb-megamenu-nav > li > a {
            font-size: 0.7rem; } }
        .tb-megamenu .tb-megamenu-nav > li > a:hover {
          background: none;
          border-bottom: white solid 5px;
          color: white; }
        .tb-megamenu .tb-megamenu-nav > li > a:active {
          background: none;
          border-bottom: white solid 5px;
          color: white; }
        .tb-megamenu .tb-megamenu-nav > li > a:focus {
          background: none;
          border-bottom: white solid 5px;
          color: white; }
        .tb-megamenu .tb-megamenu-nav > li > a .caret {
          display: none; }
    .tb-megamenu .tb-megamenu-nav li.dropdown.open > .dropdown-toggle {
      background: none;
      color: white; }
  .tb-megamenu .dropdown-menu {
    background: #202221;
    border-bottom: #05cd7a solid 5px;
    padding: 1.5rem 1rem 0 1rem; }
    .tb-megamenu .dropdown-menu:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -9999px;
      right: 0;
      border-left: 9999px solid #202221;
      box-shadow: 9999px 0 0 #202221;
      z-index: -1; }
    .tb-megamenu .dropdown-menu li > a {
      color: white; }

/******************************************************************
  *
  * Menu Eleições   2018  (Remover quando este menu for desativado)
  * To catch first child use this selector:
  * - .tb-megamenu .tb-megamenu-nav li.level-1:nth-child(1) > a
  *
******************************************************************/
.tb-megamenu .tb-megamenu-nav .eleicoes-menu > a {
  background: #fcc201;
  height: 40px;
  vertical-align: middle;
  line-height: 43px;
  color: #000;
  text-shadow: none; }
  .tb-megamenu .tb-megamenu-nav .eleicoes-menu > a:hover {
    border: none;
    background-color: #e3ae01;
    color: #000; }
  .tb-megamenu .tb-megamenu-nav .eleicoes-menu > a:focus {
    background-color: #e3ae01;
    height: 40px;
    vertical-align: middle;
    line-height: 43px;
    color: #000;
    text-shadow: none;
    border: none; }

.tb-megamenu .tb-megamenu-nav li > a.eleicoes-menu {
  /* background: red; */
  background: #fcc201;
  height: 40px;
  vertical-align: middle;
  line-height: 43px;
  /* border-radius: 2px; */
  /* padding: 19px 18px; */
  color: #000;
  text-shadow: none; }
  .tb-megamenu .tb-megamenu-nav li > a.eleicoes-menu:hover {
    border: none;
    background-color: #e3ae01;
    color: #000; }
  .tb-megamenu .tb-megamenu-nav li > a.eleicoes-menu:focus {
    background-color: #e3ae01;
    height: 40px;
    vertical-align: middle;
    line-height: 43px;
    color: #000;
    text-shadow: none;
    border: none; }

.tb-megamenu .tb-block {
  margin: 0 !important; }

.tb-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -9px;
  z-index: 1000;
  display: none; }

/* Active */
.tb-megamenu .nav li.mm_button.open.active > .dropdown-toggle,
.tb-megamenu .nav > li.mm_button.open.active > a:hover {
  background: none;
  border-bottom: white solid 5px; }

/* 1 level */
.tb-megamenu .nav > .active > a,
.tb-megamenu .nav > .active > a:hover,
.tb-megamenu .nav > .active > a:focus {
  background-color: transparent; }

/**
Submenu
*/
.tb-megamenu .mega > .mega-dropdown-menu {
  width: 100%;
  position: fixed;
  padding-bottom: 20px;
  /*FS*/ }
  .tb-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner {
    padding: 0;
    /*max-width: 1200px;*/
    max-width: 100%;
    width: 100%;
    margin: auto; }
    .tb-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .tb-megamenu-subnav li {
      width: 100%; }
    .tb-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .tb-megamenu-subnav.mega-nav.level-1 {
      border-right: #333 solid 1px;
      padding-right: 0 0;
      min-height: 0;
      padding-right: 20px; }
      .tb-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .tb-megamenu-subnav.mega-nav.level-1 .tb-megamenu-subnav.mega-nav {
        margin: 0 0; }
  .tb-megamenu .mega > .mega-dropdown-menu #tb-megamenu-column-64 .tb-megamenu-subnav.mega-nav.level-1 {
    border-right: none; }
  .tb-megamenu .mega > .mega-dropdown-menu .block__title.block-title {
    display: none; }
  .tb-megamenu .mega > .mega-dropdown-menu .mega-group-title {
    padding: 1rem !important;
    padding-left: 0 !important;
    border-bottom: #444 dotted 1px;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: white;
    font-weight: normal !important;
    margin-right: 0;
    margin-bottom: 1rem;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
    .tb-megamenu .mega > .mega-dropdown-menu .mega-group-title:focus {
      color: white; }
    .tb-megamenu .mega > .mega-dropdown-menu .mega-group-title a {
      color: white; }
      .tb-megamenu .mega > .mega-dropdown-menu .mega-group-title a:hover {
        color: white !important; }
      .tb-megamenu .mega > .mega-dropdown-menu .mega-group-title a:focus {
        color: default !important; }

.tb-megamenu .mega-nav .mega-group > .mega-group-title:hover, .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:hover, .tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:hover, .tb-megamenu .mega-nav .mega-group > .mega-group-title:active, .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:active, .tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:active, .tb-megamenu .mega-nav .mega-group > .mega-group-title:focus, .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:focus, .tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:focus {
  color: white; }

.tb-megamenu .mega-inner {
  padding: 0;
  margin: 0; }

.tb-megamenu .tb-megamenu-subnav .nav-child .tb-megamenu-item a {
  width: 100%;
  color: #04b46b;
  font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
  font-size: 0.7rem;
  border: none;
  text-transform: none;
  background-image: url("../images/SVG/icon_bullet.svg");
  background-repeat: no-repeat;
  background-position: 0 7px;
  background-size: 8px;
  padding-left: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 4px; }
  .tb-megamenu .tb-megamenu-subnav .nav-child .tb-megamenu-item a:hover {
    background-color: #1a1b1a; }

.tb-megamenu .tb-megamenu-subnav .nav-child .tb-megamenu-item:hover {
  background-color: #1a1b1a; }

.tb-megamenu .tb-megamenu-subnav .nav-child .highlight_menu a {
  color: #FAC200; }
  .tb-megamenu .tb-megamenu-subnav .nav-child .highlight_menu a:hover {
    background-color: #1a1b1a; }

.tb-megamenu .tb-megamenu-subnav .nav-child .highlight_menu:hover {
  background-color: #1a1b1a; }

.tb-megamenu .span12.mega-col-nav .mega-inner {
  padding: 0; }

/**
Sub Menu Noticias
**/
.tb-megamenu .mmsubmenu__title {
  color: white;
  text-transform: uppercase;
  font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
  padding-bottom: 1rem;
  white-space: nowrap;
  border-bottom: #444 dotted 1px; }

.tb-megamenu .dropdown-menu li:first-child > a.nolink {
  color: white;
  text-transform: uppercase;
  font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
  padding-bottom: 0.7rem;
  /*FS*/
  margin-top: -10px;
  white-space: nowrap;
  border-bottom: #444 dotted 1px;
  display: block;
  width: 100%; }
  .tb-megamenu .dropdown-menu li:first-child > a.nolink:hover {
    color: white; }
  .tb-megamenu .dropdown-menu li:first-child > a.nolink:active {
    color: white; }
  .tb-megamenu .dropdown-menu li:first-child > a.nolink:focus {
    color: white; }

.tb-megamenu .mmsubmenu .mmsubmenu__content {
  padding: 1rem 0; }
  .tb-megamenu .mmsubmenu .mmsubmenu__content .content__action {
    text-align: center; }
    .tb-megamenu .mmsubmenu .mmsubmenu__content .content__action .button {
      display: inline-block;
      padding: 0 30px;
      line-height: 100%;
      color: white;
      line-height: 44px; }

.tb-megamenu .mmsubmenu .mmsubmenu__list {
  padding-top: 1rem 0; }
  .tb-megamenu .mmsubmenu .mmsubmenu__list li {
    width: 100%;
    position: relative;
    margin: 1px 0;
    list-style: none;
    width: 100%; }
    .tb-megamenu .mmsubmenu .mmsubmenu__list li a {
      width: 100%;
      color: #04b46b;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 0.7rem;
      border: none;
      text-transform: none;
      background-image: url("../images/SVG/icon_bullet.svg");
      background-repeat: no-repeat;
      background-position: 0 2px;
      background-size: 8px;
      padding-left: 0.8rem;
      font-weight: bold;
      text-transform: uppercase;
      display: inline-block;
      line-height: 17px; }
      .tb-megamenu .mmsubmenu .mmsubmenu__list li a:hover {
        background-color: #1a1b1a;
        background-image: url("../images/SVG/icon_bullet.svg");
        background-repeat: no-repeat;
        background-position: 0 2px;
        background-size: 8px;
        font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
        font-size: 0.7rem;
        display: inline-block;
        line-height: 17px;
        margin: 0;
        font-weight: bold; }
    .tb-megamenu .mmsubmenu .mmsubmenu__list li:hover {
      background-color: #1a1b1a; }
  .tb-megamenu .mmsubmenu .mmsubmenu__list li:last-child {
    border-bottom: none; }
  .tb-megamenu .mmsubmenu .mmsubmenu__list:first-child {
    margin-top: 11px; }

.tb-megamenu .mmsubmenu .mmsubmenu__button {
  width: 100%;
  color: #04b46b;
  line-height: 60px;
  padding: 0;
  font-size: 0.7rem;
  font-weight: 600;
  border-top: #444 dotted 1px; }
  .tb-megamenu .mmsubmenu .mmsubmenu__button .svg-icon {
    margin-left: 0.5rem; }

/**
 * Block Menu
 */
.tb-megamenu .block-menu .menu ul li {
  width: 100%; }

.tb-megamenu .block-menu .menu ul:last-child li {
  width: 100%;
  position: relative;
  margin: 1px 0; }
  .tb-megamenu .block-menu .menu ul:last-child li a {
    width: 100%;
    color: #04b46b;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    font-size: 0.7rem;
    border: none;
    text-transform: none;
    background-image: url("../images/SVG/icon_bullet.svg");
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 8px;
    padding-left: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block; }
    .tb-megamenu .block-menu .menu ul:last-child li a:hover {
      background-image: url("../images/SVG/icon_bullet.svg");
      background-repeat: no-repeat;
      background-position: 0 5px;
      background-size: 8px;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 0.7rem;
      display: inline-block;
      margin: 0;
      font-weight: bold; }
    .tb-megamenu .block-menu .menu ul:last-child li a:focus {
      background-image: url("../images/SVG/icon_bullet.svg");
      background-repeat: no-repeat;
      background-position: 0 5px;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 0.7rem;
      display: inline-block;
      margin: 0;
      font-weight: normal;
      background-color: none; }
  .tb-megamenu .block-menu .menu ul:last-child li:hover {
    background-color: #1a1b1a; }

.tb-megamenu .block-menu .menu ul:last-child li:last-child {
  border-bottom: none; }

.tb-megamenu #block-menu-menu-sub-menu-12-jogador--2 ul .mmsubmenu {
  /*border: none;*/ }
  .tb-megamenu #block-menu-menu-sub-menu-12-jogador--2 ul .mmsubmenu .mmsubmenu__title {
    display: none; }

#block-menu-menu-sub-menu-12-jogador--2 > .menu {
  border-right: 1px solid #333;
  min-height: 370px;
  padding-right: 20px !important; }

/**
 * SubMenuAgenda
 */
/**
 * Missao Pavilhao
 * views-missao-pavilhao
 */
#block-views-c6192cd75d4042fa32426fa0fada801f h2 {
  display: none; }

.tb-megamenu .mmsubmenu--missao {
  color: #9ea3a1;
  border-right: none; }
  .tb-megamenu .mmsubmenu--missao .mmsubmenu__content {
    border-bottom: #444 dotted 1px; }
    .tb-megamenu .mmsubmenu--missao .mmsubmenu__content .mission__number {
      margin-bottom: 1rem;
      text-align: center; }
      .tb-megamenu .mmsubmenu--missao .mmsubmenu__content .mission__number .mission__label {
        color: #FAC200;
        text-transform: none;
        display: block;
        font-size: 1.7rem; }
      .tb-megamenu .mmsubmenu--missao .mmsubmenu__content .mission__number .mission__missingNumber {
        border: #000 solid 3px;
        font-family: "LedBoard", "Helvetica", "Arial", sans-serif;
        color: #FAC200;
        font-size: 2.5rem; }
    .tb-megamenu .mmsubmenu--missao .mmsubmenu__content .content__action .button {
      background: #FAC200;
      border: #FAC200 solid 1px;
      color: #202221;
      font-size: 0.7rem;
      padding: 0 15px;
      height: 34px;
      line-height: 34px; }
  .tb-megamenu .mmsubmenu--missao .container-social {
    padding: 1rem 0; }
    .tb-megamenu .mmsubmenu--missao .container-social header {
      color: white;
      font-size: 0.85rem;
      font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif; }
    .tb-megamenu .mmsubmenu--missao .container-social .social-icons {
      text-align: left; }
      .tb-megamenu .mmsubmenu--missao .container-social .social-icons li {
        display: inline-block;
        margin: 0 0.25rem; }
        .tb-megamenu .mmsubmenu--missao .container-social .social-icons li a {
          /*
            display: block;
            height: 50px;
            width: 50px;
            background-size: 50px 50px !important;
            */
          display: block;
          height: 51px;
          width: 51px;
          background-size: 48px;
          background-repeat: no-repeat; }
        .tb-megamenu .mmsubmenu--missao .container-social .social-icons li.twitter a {
          background-image: url("../images/SVG/ico_menu_twitter.svg");
          background-position: center center; }
        .tb-megamenu .mmsubmenu--missao .container-social .social-icons li.facebook a {
          background-image: url("../images/SVG/ico_menu_face.svg");
          background-position: center center; }
        .tb-megamenu .mmsubmenu--missao .container-social .social-icons li.youtube a {
          background-image: url("../images/SVG/ico_menu_youtube.svg");
          background-position: center center; }
        .tb-megamenu .mmsubmenu--missao .container-social .social-icons li.instagram a {
          background-image: url("../images/SVG/ico_menu_insta.svg");
          background-position: center center; }
        .tb-megamenu .mmsubmenu--missao .container-social .social-icons li.google-plus {
          display: none; }
        .tb-megamenu .mmsubmenu--missao .container-social .social-icons li.no-state {
          display: none; }

/**
 * Tweets
 * view-tweets-hashtag
 */
.tb-megamenu .mmsubmenu--tweets .mmsubmenu__title .hashtag {
  color: #04b46b;
  font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
  display: inline-block;
  margin-left: 0.5rem; }

.tb-megamenu .mmsubmenu--tweets .mmsubmenu__list {
  color: #dfe1e0;
  padding-bottom: 1.5rem; }
  .tb-megamenu .mmsubmenu--tweets .mmsubmenu__list .tweet__thumb {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 5px;
    left: 0; }
    .tb-megamenu .mmsubmenu--tweets .mmsubmenu__list .tweet__thumb img {
      -webkit-border-radius: 50px;
      -ms-border-radius: 50px;
      -moz-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      width: 50px;
      height: 50px; }
  .tb-megamenu .mmsubmenu--tweets .mmsubmenu__list .tweet__description a {
    width: auto; }
  .tb-megamenu .mmsubmenu--tweets .mmsubmenu__list .tweet__description .tweet__autor a {
    color: white;
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif; }
  .tb-megamenu .mmsubmenu--tweets .mmsubmenu__list .tweet__description .tweet__date {
    color: #9ea3a1;
    display: inline-block;
    margin-left: 0.25rem; }
  .tb-megamenu .mmsubmenu--tweets .mmsubmenu__list .tweet__description .hashtag--current {
    color: #05cd7a;
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif; }
  .tb-megamenu .mmsubmenu--tweets .mmsubmenu__list li {
    font-size: 0.7rem;
    text-transform: none;
    margin: 0.75rem 0; }
    .tb-megamenu .mmsubmenu--tweets .mmsubmenu__list li a {
      padding: 0;
      background-image: none;
      display: inline-block;
      text-transform: none; }
      .tb-megamenu .mmsubmenu--tweets .mmsubmenu__list li a:hover {
        color: #05cd7a; }

/**
 * Socios
 */
.tb-megamenu .mmsubmenu--socios .mmsubmenu__title {
  border-bottom: #444 dotted 1px;
  letter-spacing: -1px; }

.tb-megamenu .mmsubmenu--socios .mmsubmenu__content {
  padding: 1rem 0;
  color: #dfe1e0; }
  .tb-megamenu .mmsubmenu--socios .mmsubmenu__content .button {
    display: inline-block;
    line-height: 44px;
    font-size: 0.62rem; }
  .tb-megamenu .mmsubmenu--socios .mmsubmenu__content .button--register {
    height: 30px;
    line-height: 30px;
    padding: 0 1.5rem;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #202221;
    border: #FAC200 solid 1px;
    color: #FAC200;
    font-size: 0.62rem;
    text-transform: uppercase; }
    .tb-megamenu .mmsubmenu--socios .mmsubmenu__content .button--register:hover {
      background: #FAC200;
      color: #202221; }
  .tb-megamenu .mmsubmenu--socios .mmsubmenu__content .hashtag {
    font-size: 1.4rem;
    color: #FAC200;
    line-height: 1; }
  .tb-megamenu .mmsubmenu--socios .mmsubmenu__content .content__description {
    font-size: 0.7rem;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    margin-bottom: 0.75rem;
    text-transform: none; }
  .tb-megamenu .mmsubmenu--socios .mmsubmenu__content .content__list {
    margin-bottom: 1rem; }
    .tb-megamenu .mmsubmenu--socios .mmsubmenu__content .content__list li {
      display: inline-block;
      width: 165px;
      vertical-align: top; }
    .tb-megamenu .mmsubmenu--socios .mmsubmenu__content .content__list .icon {
      width: 85px;
      height: 85px;
      border: white solid 1px;
      margin-top: 22px;
      margin-bottom: 1rem;
      line-height: 85px;
      background-image: none;
      -webkit-border-radius: 85px;
      -ms-border-radius: 85px;
      -moz-border-radius: 85px;
      -o-border-radius: 85px;
      border-radius: 85px; }
    .tb-megamenu .mmsubmenu--socios .mmsubmenu__content .content__list .list__title {
      color: #FAC200;
      font-size: 0.7rem;
      text-transform: uppercase;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
    .tb-megamenu .mmsubmenu--socios .mmsubmenu__content .content__list .list__description {
      color: #9ea3a1;
      font-size: 0.62rem;
      font-style: italic;
      line-height: 1.2;
      text-transform: capitalize; }
  .tb-megamenu .mmsubmenu--socios .mmsubmenu__content .content__list--pacotes li {
    color: white;
    font-size: 2.5rem; }
    .tb-megamenu .mmsubmenu--socios .mmsubmenu__content .content__list--pacotes li span {
      display: block;
      font-size: 0.55rem;
      background: #FAC200;
      margin-left: 1rem;
      margin-right: 1rem;
      color: #202221;
      padding: 0.2rem 0; }
  .tb-megamenu .mmsubmenu--socios .mmsubmenu__content .content__action {
    text-align: center;
    position: relative; }
    .tb-megamenu .mmsubmenu--socios .mmsubmenu__content .content__action .secondary {
      color: #FAC200;
      border: #FAC200 solid 1px;
      text-transform: uppercase;
      font-size: 0.62rem; }
      .tb-megamenu .mmsubmenu--socios .mmsubmenu__content .content__action .secondary:hover {
        background: #FAC200;
        color: #202221; }
  .tb-megamenu .mmsubmenu--socios .mmsubmenu__content .content__action--small .button {
    background: #202221;
    border: #FAC200 solid 1px;
    color: #FAC200;
    font-size: 0.62rem;
    text-transform: uppercase; }
    .tb-megamenu .mmsubmenu--socios .mmsubmenu__content .content__action--small .button:hover {
      background: #FAC200;
      color: #202221;
      border: #FAC200 solid 1px; }

.tb-megamenu .mmsubmenu--socios--last {
  border-right: none; }

/**
 * Futebol - Futebol
 */
.tb-megamenu .mmsubmenu--futebol .mmsubmenu__list li a {
  background-image: none;
  padding-left: 0;
  color: white;
  text-transform: none;
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox; }
  .tb-megamenu .mmsubmenu--futebol .mmsubmenu__list li a span {
    display: inline-block;
    width: 35px;
    color: #9ea3a1;
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif; }
  .tb-megamenu .mmsubmenu--futebol .mmsubmenu__list li a:hover {
    background-image: none;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox; }

.tb-megamenu #block-views-futebol-block-menu-staff--2 .mmsubmenu--futebol {
  border-right: none;
  margin-left: -20px !important; }

/* MODALIDADES */
.megamenu {
  height: auto;
  position: relative;
  z-index: 1; }
  .megamenu .home-sidebar .simpleads-item {
    height: 130px !important;
    padding: 0 !important; }
    .megamenu .home-sidebar .simpleads-item .banner-title {
      position: relative;
      float: left;
      top: 10px;
      left: 10px; }
    .megamenu .home-sidebar .simpleads-item .banner-cta {
      position: absolute !important;
      bottom: 10px !important;
      right: 30px !important;
      width: 100% !important; }

.megamenu .home-sidebar .simpleads-wrapper,
.megamenu .home-sidebar .simpleads-item {
  margin: 0;
  min-width: 0;
  height: auto; }

.megamenu .banner.banner-vertical {
  width: auto;
  padding: 1.2rem 2rem;
  border: #fff solid 1px;
  height: auto;
  margin-top: 1rem; }
  .megamenu .banner.banner-vertical a {
    white-space: normal;
    padding: 0; }
  .megamenu .banner.banner-vertical .banner-title {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 65px;
    padding-right: 2rem; }
    .megamenu .banner.banner-vertical .banner-title .banner-area {
      color: #fff; }
  .megamenu .banner.banner-vertical .banner-cta {
    position: relative;
    bottom: auto;
    right: auto;
    border-bottom: #fff solid 1px;
    width: auto;
    margin-right: 30px; }
    .megamenu .banner.banner-vertical .banner-cta p {
      font-size: 0.7rem;
      padding-bottom: 0.25rem;
      position: relative;
      text-transform: none; }
      .megamenu .banner.banner-vertical .banner-cta p .saber-mais {
        position: absolute;
        right: -35px;
        top: 50%;
        margin: 0; }

.tb-megamenu .mmsubmenu--ultimasnoticias .mmsubmenu__list li, .tb-megamenu .mmsubmenu--maislidas .mmsubmenu__list li {
  border-bottom: #444 dotted 1px;
  padding: 0; }
  .tb-megamenu .mmsubmenu--ultimasnoticias .mmsubmenu__list li a, .tb-megamenu .mmsubmenu--maislidas .mmsubmenu__list li a {
    color: #dfe1e0;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 230px;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    background-image: url("../images/SVG/icon_bullet_grey.svg");
    background-position: 0 25px;
    padding-top: 0.5rem;
    padding-left: 0.7rem;
    font-weight: normal; }
    .tb-megamenu .mmsubmenu--ultimasnoticias .mmsubmenu__list li a:hover, .tb-megamenu .mmsubmenu--maislidas .mmsubmenu__list li a:hover {
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
      font-weight: normal;
      background-image: url("../images/SVG/icon_bullet_grey.svg");
      background-position: 0 25px; }
    .tb-megamenu .mmsubmenu--ultimasnoticias .mmsubmenu__list li a .category, .tb-megamenu .mmsubmenu--maislidas .mmsubmenu__list li a .category {
      display: block;
      text-transform: uppercase;
      font-size: 0.5rem;
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
      pointer-events: none; }
  .tb-megamenu .mmsubmenu--ultimasnoticias .mmsubmenu__list li .time-ago, .tb-megamenu .mmsubmenu--maislidas .mmsubmenu__list li .time-ago {
    text-transform: lowercase;
    font-size: 0.62rem;
    color: #5e6461;
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }

.tb-megamenu .mmsubmenu--links {
  border-right: none; }
  .tb-megamenu .mmsubmenu--links .mmsubmenu__list {
    padding-top: 3px; }
    .tb-megamenu .mmsubmenu--links .mmsubmenu__list li a {
      background-image: none;
      padding-left: 0; }
      .tb-megamenu .mmsubmenu--links .mmsubmenu__list li a:hover {
        background-image: none; }
  .tb-megamenu .mmsubmenu--links .banner {
    padding: 0.5rem; }
    .tb-megamenu .mmsubmenu--links .banner .banner-title {
      font-size: 0.85rem;
      margin-bottom: 45px;
      padding-right: 0; }
    .tb-megamenu .mmsubmenu--links .banner .banner-cta p .saber-mais {
      top: 0;
      right: -30px; }

/**
Agenda
**/
.tb-megamenu .ssubmenu--agenda .mmproximojogo__item {
  border-top: #444 dotted 1px;
  padding: 0.5rem 0;
  width: 100%; }
  .tb-megamenu .ssubmenu--agenda .mmproximojogo__item .item__competicao {
    text-align: center;
    color: #5e6461;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }
  .tb-megamenu .ssubmenu--agenda .mmproximojogo__item .item__date {
    text-align: center;
    color: #dfe1e0;
    font-size: 0.7rem;
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
    text-transform: initial; }
  .tb-megamenu .ssubmenu--agenda .mmproximojogo__item .item__button {
    text-align: center;
    margin-top: 0.5rem; }
    .tb-megamenu .ssubmenu--agenda .mmproximojogo__item .item__button .button {
      background: #04b46b;
      text-transform: uppercase;
      height: 32px !important;
      line-height: 36px !important;
      padding: 0 1rem;
      font-size: 0.62rem;
      color: white !important;
      display: inline-block; }
  .tb-megamenu .ssubmenu--agenda .mmproximojogo__item .item__equipas {
    padding: 0.5rem 0;
    position: relative; }
    .tb-megamenu .ssubmenu--agenda .mmproximojogo__item .item__equipas:after {
      content: "";
      display: table;
      clear: both; }
    .tb-megamenu .ssubmenu--agenda .mmproximojogo__item .item__equipas .equipa {
      float: left;
      width: 50%;
      height: 55px;
      color: white;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      padding-top: 18px;
      text-transform: initial;
      font-size: 0.7rem;
      line-height: 1; }
    .tb-megamenu .ssubmenu--agenda .mmproximojogo__item .item__equipas .equipa--casa {
      text-align: right;
      padding-right: 70px; }
    .tb-megamenu .ssubmenu--agenda .mmproximojogo__item .item__equipas .equipa--fora {
      text-align: left;
      padding-left: 70px; }
    .tb-megamenu .ssubmenu--agenda .mmproximojogo__item .item__equipas .equipa__emblemas {
      width: 120px;
      position: absolute;
      margin-left: -60px;
      left: 50%; }
      .tb-megamenu .ssubmenu--agenda .mmproximojogo__item .item__equipas .equipa__emblemas:before {
        content: 'vs';
        display: block;
        position: absolute;
        width: 50px;
        height: 100%;
        left: 50%;
        margin-left: -25px;
        text-align: center;
        vertical-align: middle;
        line-height: 55px;
        color: #5e6461;
        font-size: 0.7rem;
        font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }

.tb-megamenu .ssubmenu--agenda .mmproximojogo li:first-child {
  border-top: none; }

/**
views-view--futebol--block-resultados.tpl.php
Ultimos Resultados
**/
.tb-megamenu .mmsubmenu--resultados .mmsubmenu__list--resultado li {
  font-size: 0.7rem;
  border-bottom: #444 dotted 1px;
  padding: 0.5rem 0; }
  .tb-megamenu .mmsubmenu--resultados .mmsubmenu__list--resultado li a {
    padding: 0;
    background-image: none; }
    .tb-megamenu .mmsubmenu--resultados .mmsubmenu__list--resultado li a:hover {
      background-image: none; }
  .tb-megamenu .mmsubmenu--resultados .mmsubmenu__list--resultado li .resultado__score {
    color: #9ea3a1; }
  .tb-megamenu .mmsubmenu--resultados .mmsubmenu__list--resultado li .resultado__game {
    color: white;
    margin: 0 0.25rem;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    text-transform: capitalize; }
  .tb-megamenu .mmsubmenu--resultados .mmsubmenu__list--resultado li .resultado__competicao {
    color: #5e6461;
    text-transform: capitalize; }

/**
views-view--mega-menu-gamebox
Gamebox
**/
.tb-megamenu .mmsubmenu--gamebox .mmsubmenu__list {
  margin-top: 0; }
  .tb-megamenu .mmsubmenu--gamebox .mmsubmenu__list li {
    font-size: 0.7rem;
    border-bottom: #444 dotted 1px;
    padding: 0.25rem 0;
    color: white; }
    .tb-megamenu .mmsubmenu--gamebox .mmsubmenu__list li span {
      display: inline-block; }
    .tb-megamenu .mmsubmenu--gamebox .mmsubmenu__list li a {
      background-image: url("../images/SVG/icon_close.svg");
      padding-left: 1rem;
      background-position: 0 center;
      background-size: 8px 8px;
      line-height: 1.6; }
      .tb-megamenu .mmsubmenu--gamebox .mmsubmenu__list li a:hover {
        background-image: url("../images/SVG/icon_close.svg");
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: 8px 8px;
        line-height: 1.6; }
    .tb-megamenu .mmsubmenu--gamebox .mmsubmenu__list li .gamebox__title {
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      color: #dfe1e0;
      margin-top: 4px; }
    .tb-megamenu .mmsubmenu--gamebox .mmsubmenu__list li .gamebox__name {
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      color: white;
      margin-top: 4px; }
    .tb-megamenu .mmsubmenu--gamebox .mmsubmenu__list li .gamebox__description {
      color: #5e6461;
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
      margin-top: 4px; }
    .tb-megamenu .mmsubmenu--gamebox .mmsubmenu__list li .gamebox__since {
      float: right;
      background: #04b46b;
      padding: 0 0.5rem;
      height: 28px;
      line-height: 32px;
      margin-left: 0.2rem;
      color: white;
      font-size: 0.62rem; }
    .tb-megamenu .mmsubmenu--gamebox .mmsubmenu__list li .gamebox__price {
      float: right;
      background: #04b46b;
      padding: 0 0.5rem;
      height: 28px;
      line-height: 32px;
      margin-left: 0.2rem;
      color: white;
      font-size: 0.62rem; }

/**
 * Gamebox
 * Contactos
 */
.view-mega-menu-precisa-de-ajuda {
  /**
   * Titulo
   */
  /**
   * Corpo de Texto
   */
  /**
   * Horario
   */ }
  .view-mega-menu-precisa-de-ajuda .views-row {
    position: relative;
    /*height: 390px;*/ }
  .view-mega-menu-precisa-de-ajuda .views-field-title .field-content {
    color: white;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    padding-bottom: 0.7rem;
    text-transform: uppercase;
    border-bottom: #444 dotted 1px;
    display: block;
    margin-top: -9px; }
  .view-mega-menu-precisa-de-ajuda .views-field-body .field-content {
    position: relative; }
    .view-mega-menu-precisa-de-ajuda .views-field-body .field-content .mm__text {
      margin-top: 1rem;
      position: relative;
      padding-right: 45px;
      text-transform: none;
      color: white;
      line-height: 1.3;
      font-size: 0.85rem; }
      .view-mega-menu-precisa-de-ajuda .views-field-body .field-content .mm__text span {
        display: block;
        color: #5e6461; }
      .view-mega-menu-precisa-de-ajuda .views-field-body .field-content .mm__text .mm__highlight {
        color: #04b46b;
        font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
        display: inline-block; }
      .view-mega-menu-precisa-de-ajuda .views-field-body .field-content .mm__text .mm__contactoimg {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 50px; }
  .view-mega-menu-precisa-de-ajuda .views-field-field-horarios {
    margin-top: 80px; }
    .view-mega-menu-precisa-de-ajuda .views-field-field-horarios .field-content {
      position: relative;
      color: #5e6461; }
      .view-mega-menu-precisa-de-ajuda .views-field-field-horarios .field-content .mm__asterisco {
        position: absolute;
        left: -15px;
        width: 15px;
        top: -7px;
        color: #05cd7a; }
      .view-mega-menu-precisa-de-ajuda .views-field-field-horarios .field-content .mm__text {
        margin-left: 0px;
        font-size: 0.62rem;
        text-transform: none;
        font-style: italic; }
        .view-mega-menu-precisa-de-ajuda .views-field-field-horarios .field-content .mm__text span {
          display: block;
          line-height: 1;
          font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
          text-transform: uppercase;
          color: #9ea3a1;
          font-size: 0.7rem; }

/**
 * Jornal
 */
.mmjornal--buy {
  background: #2E302F;
  padding: 1rem;
  /*margin-bottom: 1rem;*/
  /*margin-top: 2.4rem;*/
  margin-top: 1.5rem; }
  .mmjornal--buy .jornalBuy__list .list__item {
    padding: 1rem 0.5rem;
    border-bottom: #5e6461 dotted 1px;
    min-height: 75px;
    list-style: none; }
    .mmjornal--buy .jornalBuy__list .list__item a {
      position: relative;
      display: block;
      color: #04b46b;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
      .mmjornal--buy .jornalBuy__list .list__item a:hover {
        color: #04b46b;
        font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
      .mmjornal--buy .jornalBuy__list .list__item a .item__icon {
        position: absolute;
        width: 75px;
        height: 40px;
        left: 0;
        top: 0; }
      .mmjornal--buy .jornalBuy__list .list__item a .item__content {
        margin-left: 90px; }
        .mmjornal--buy .jornalBuy__list .list__item a .item__content span {
          font-size: 0.62rem;
          color: #5e6461;
          display: block;
          font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
          text-transform: none; }
  .mmjornal--buy .jornalBuy__footer {
    padding: 1rem 0.5rem 0;
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
    color: #5e6461;
    font-size: 1.4rem;
    line-height: 1.2; }
    .mmjornal--buy .jornalBuy__footer .primary-color-text {
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 1.4rem;
      margin-right: 5px; }
    .mmjornal--buy .jornalBuy__footer span {
      font-size: 1rem; }

/**
 * Tabela
 */
.tb-megamenu .mmsubmenu--tabela {
  border-right: none; }

/**
 * Grelha TV
 */
.tb-megamenu .mmsubmenu--tv {
  background: #2E302F;
  padding: 1rem;
  position: relative;
  /*margin-top: 2.4rem;*/
  margin-top: 1.5rem;
  /*margin-bottom: 2.8rem;*/ }
  .tb-megamenu .mmsubmenu--tv:before {
    content: '';
    display: block;
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    height: 25px;
    background: -moz-linear-gradient(top, #2e302f 0%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e302f), color-stop(100%, rgba(125, 185, 232, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2e302f 0%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2e302f 0%, rgba(125, 185, 232, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2e302f 0%, rgba(125, 185, 232, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #2e302f 0%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
    z-index: 10; }
  .tb-megamenu .mmsubmenu--tv:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: -moz-linear-gradient(top, rgba(46, 48, 47, 0) 0%, #2e302f 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(46, 48, 47, 0)), color-stop(100%, #2e302f));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(46, 48, 47, 0) 0%, #2e302f 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(46, 48, 47, 0) 0%, #2e302f 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(46, 48, 47, 0) 0%, #2e302f 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(46, 48, 47, 0) 0%, #2e302f 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e302f', endColorstr='#2e302f',GradientType=0 );
    /* IE6-9 */ }
  .tb-megamenu .mmsubmenu--tv .date {
    position: absolute;
    right: 1rem;
    top: 1.2rem;
    font-size: 0.7rem;
    color: #9ea3a1;
    text-transform: none; }
  .tb-megamenu .mmsubmenu--tv .mmsubmenu__title {
    position: relative;
    color: #04b46b;
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }
  .tb-megamenu .mmsubmenu--tv .mmsubmenu__list--tv {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    height: 266px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative; }
    .tb-megamenu .mmsubmenu--tv .mmsubmenu__list--tv li {
      color: white;
      text-transform: none;
      font-size: 0.7rem;
      line-height: 2;
      white-space: nowrap; }
      .tb-megamenu .mmsubmenu--tv .mmsubmenu__list--tv li span {
        color: #5e6461; }

.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover {
  background-color: transparent; }

.tb-megamenu-nav {
  width: 980px; }
  .tb-megamenu-nav h1 {
    color: #fff;
    font-size: 0.85rem; }

.tb-megamenu .row {
  margin: 0; }

.megamenu__content__list_container {
  height: 82px;
  position: absolute; }

.megamenu__content__list {
  width: initial !important; }

.megamenu .megamenu_margin_fade {
  width: 5px;
  height: 70px;
  z-index: 9998;
  position: absolute;
  background-image: url("../images/mega_menu_margin_fade.png");
  background-size: 5px 100%;
  display: none; }

.megamenu .show_more_mm_button {
  cursor: pointer;
  max-width: 80px;
  display: none;
  position: absolute;
  padding: 30px 20px;
  padding-bottom: 0;
  text-transform: uppercase;
  height: 100%;
  font-size: 0.85rem;
  top: 0;
  left: initial;
  right: 70px;
  font-family: "DINWeb-CondBold", "Helvetica", "Arial", sans-serif;
  /*"DIN Condensed", "Helvetica", "Arial", sans-serif;*/
  letter-spacing: 0.03em;
  font-weight: normal;
  text-align: center;
  color: white;
  background-image: url("../images/SVG/icon_more_arrow_right.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 0 32px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
  .megamenu .show_more_mm_button:hover {
    text-shadow: none; }

.megamenu .show_more_left_arrow {
  cursor: pointer;
  max-width: 80px;
  position: absolute;
  padding: 30px 20px;
  padding-bottom: 0;
  text-transform: uppercase;
  height: 100%;
  font-size: 0.85rem;
  top: 0;
  left: initial;
  right: 70px;
  font-family: "DINWeb-CondBold", "Helvetica", "Arial", sans-serif;
  /*"DIN Condensed", "Helvetica", "Arial", sans-serif;FS*/
  letter-spacing: 0.03em;
  font-weight: normal;
  text-align: center;
  color: white;
  background-image: url("../images/SVG/icon_more_arrow_left.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 0 32px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
  .megamenu .show_more_left_arrow:hover {
    text-shadow: none; }

.megamenu .show_more_hamburger_icon {
  cursor: pointer;
  left: 140px;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: white;
  line-height: 82px; }
  .megamenu .show_more_hamburger_icon i.fa {
    height: 82px;
    line-height: 82px;
    text-shadow: 0.6px 0.8px 0 rgba(0, 0, 0, 0.25); }
    @media only screen and (max-width: 30em) {
      .megamenu .show_more_hamburger_icon i.fa {
        font-size: 1.5rem; } }
  .megamenu .show_more_hamburger_icon span {
    line-height: 82px;
    height: 82px;
    padding: 0;
    margin: 0;
    float: right;
    width: 80px;
    font-size: 1.2rem;
    font-family: "DINWeb-CondBold", "Helvetica", "Arial", sans-serif;
    /*"DIN Condensed", "Helvetica", "Arial", sans-serif;FS*/
    text-shadow: 0.6px 0.8px 0 rgba(0, 0, 0, 0.25);
    text-align: center; }
    @media only screen and (max-width: 30em) {
      .megamenu .show_more_hamburger_icon span {
        font-size: .8rem;
        line-height: 86px;
        width: 40px; } }
  @media only screen and (max-width: 30em) {
    .megamenu .show_more_hamburger_icon {
      left: 100px; } }

.icon_economic-pt {
  display: block !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url("../images/badges-socio-6.png") !important;
  height: 100px; }

.icon_premium-pt {
  display: block !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url("../images/badges-socio-12.png") !important;
  height: 100px; }

.icon_infant-pt {
  display: block !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url("../images/badges-socio-3.png") !important;
  height: 100px; }

.icon_juvenile-pt {
  display: block !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url("../images/badges-socio-4.png") !important;
  height: 100px; }

.icon_economic-en {
  display: block !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url("../images/badges-socio-6-en.png") !important;
  height: 100px; }

.icon_premium-en {
  display: block !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url("../images/badges-socio-12-en.png") !important;
  height: 100px; }

.icon_infant-en {
  display: block !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url("../images/badges-socio-3-en.png") !important;
  height: 100px; }

.icon_juvenile-en {
  display: block !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url("../images/badges-socio-4-en.png") !important;
  height: 100px; }

.icon--imediato {
  background-image: url("../images/SVG/refresh.svg") !important;
  background-position: 0 0 !important;
  border: none !important; }

.icon--leao {
  background-image: url("../images/SVG/refresh-2.svg") !important;
  background-position: 0 0 !important;
  border: none !important; }

.icon--socio {
  background-image: url("../images/SVG/socio.svg") !important;
  background-position: 0 0 !important;
  border: none !important;
  margin-top: 0 !important; }

.icon--parceiros {
  background-image: url("../images/SVG/parceiros.svg") !important;
  background-position: 0 0 !important;
  border: none !important;
  margin-top: 0 !important; }

.item__icon--experimente {
  background-image: url("../images/SVG/jornal.svg");
  background-position: center;
  background-repeat: no-repeat; }

.item__icon--subscribe {
  background-image: url("../images/SVG/subscreve.svg");
  background-position: center;
  background-repeat: no-repeat; }

.partners_dropdown {
  background-image: url("../images/mm-socio.jpg") !important;
  background-size: cover !important; }

.megamenu__container .megamenu__content_mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5); }

.mobile_menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9998;
  font-family: "DINWeb-CondBold", "Helvetica", "Arial", sans-serif;
  color: white; }
  .mobile_menu .mobile_menu_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); }
  .mobile_menu .mobile_menu_container {
    position: absolute;
    max-width: 230px;
    height: 100%;
    left: 0;
    background-color: #202221;
    overflow-y: auto; }
    .mobile_menu .mobile_menu_container .mobile_menu_header {
      width: 100%;
      height: auto; }
      .mobile_menu .mobile_menu_container .mobile_menu_header .mobile_menu_title {
        width: 100%;
        height: auto;
        padding: 10px 20px;
        color: #9ea3a1;
        font-size: 1.7rem;
        text-transform: uppercase; }
      .mobile_menu .mobile_menu_container .mobile_menu_header .mobile_menu_back_btn {
        width: 100%;
        height: auto;
        padding: 10px 37px;
        background-color: #111;
        border-bottom: 1px dotted #555;
        cursor: pointer; }
        .mobile_menu .mobile_menu_container .mobile_menu_header .mobile_menu_back_btn:before {
          content: ' ';
          background-image: url("../images/SVG/icon_bullet_grey.svg");
          background-size: 10px;
          background-repeat: no-repeat;
          width: 22px;
          height: 22px;
          position: absolute;
          left: 0;
          transform: rotate(180deg); }
    .mobile_menu .mobile_menu_container .mobile_menu_lists_container {
      width: 100%;
      min-height: 300px;
      overflow-x: hidden; }
      .mobile_menu .mobile_menu_container .mobile_menu_lists_container header a {
        color: white;
        padding: 10px 30px 10px 20px; }
      .mobile_menu .mobile_menu_container .mobile_menu_lists_container .mobile_menu_list_slider {
        width: 440px;
        height: auto; }
        .mobile_menu .mobile_menu_container .mobile_menu_lists_container .mobile_menu_list_slider ul li {
          padding: 10px 30px 10px 20px;
          font-family: "DINWeb-CondBold", "Helvetica", "Arial", sans-serif;
          font-size: 1rem;
          word-wrap: break-word;
          text-transform: uppercase;
          background-image: url("../images/SVG/icon_bullet_grey.svg");
          background-repeat: no-repeat;
          background-size: 10px;
          background-position: 200px center;
          cursor: pointer; }
          .mobile_menu .mobile_menu_container .mobile_menu_lists_container .mobile_menu_list_slider ul li:last-child {
            border-bottom: 0; }
        .mobile_menu .mobile_menu_container .mobile_menu_lists_container .mobile_menu_list_slider .mobile_menu_list {
          display: inline-block;
          float: left;
          width: 230px; }
    .mobile_menu .mobile_menu_container .mobile_menu_footer {
      width: 100%;
      min-height: 200px; }
      .mobile_menu .mobile_menu_container .mobile_menu_footer .mobile_menu_helper {
        border-bottom: 1px solid #9ea3a1;
        border-top: 1px solid #9ea3a1; }
      .mobile_menu .mobile_menu_container .mobile_menu_footer .mobile_menu_language {
        border-bottom: 1px solid #9ea3a1; }
        .mobile_menu .mobile_menu_container .mobile_menu_footer .mobile_menu_language ul {
          padding: 20px 0; }
          .mobile_menu .mobile_menu_container .mobile_menu_footer .mobile_menu_language ul li {
            padding: 0 20px; }
            .mobile_menu .mobile_menu_container .mobile_menu_footer .mobile_menu_language ul li a {
              font-size: 0.85rem; }
              .mobile_menu .mobile_menu_container .mobile_menu_footer .mobile_menu_language ul li a.active {
                color: #04b46b; }
      .mobile_menu .mobile_menu_container .mobile_menu_footer .mobile_menu_bottom ul li {
        text-align: center;
        color: #9ea3a1;
        font-size: 0.7rem;
        padding: 5px 20px 0 20px; }
        .mobile_menu .mobile_menu_container .mobile_menu_footer .mobile_menu_bottom ul li a {
          color: #9ea3a1; }
      .mobile_menu .mobile_menu_container .mobile_menu_footer ul li {
        padding: 10px 20px;
        padding-right: 30px;
        font-family: "DINWeb-CondBold", "Helvetica", "Arial", sans-serif;
        font-size: 1rem;
        word-wrap: break-word;
        text-transform: uppercase;
        cursor: pointer; }
        .mobile_menu .mobile_menu_container .mobile_menu_footer ul li a {
          color: white;
          display: block;
          width: 100%; }

/**
 * Agenda
 */
.agenda {
  border: #dfe1e0 solid 1px;
  border-bottom: none;
  padding-bottom: 1rem;
  margin: 0; }
  .agenda .agenda-header {
    margin-bottom: 1rem; }
  .agenda .event-month {
    color: #fff;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    font-size: 1rem;
    padding: .9rem;
    padding-left: 1.5rem;
    background: #202221;
    text-transform: capitalize; }
  .agenda .agenda-view-all {
    text-transform: uppercase;
    position: relative;
    top: -8px;
    text-align: right; }
    .agenda .agenda-view-all a {
      letter-spacing: 1px;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      font-size: .7rem;
      display: block; }
      @media only screen and (max-width: 30em) {
        .agenda .agenda-view-all a {
          font-size: .55rem;
          line-height: 1; } }
  .agenda .event-day {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem; }
    .agenda .event-day:before {
      display: block;
      background: #ddd;
      height: 1px;
      width: 100%;
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      z-index: -1; }
    .agenda .event-day hr {
      display: block;
      position: absolute;
      width: 50px;
      background: #202221;
      height: 3px;
      z-index: 1;
      top: -6px; }
    .agenda .event-day .day {
      font-size: 1.7rem;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      text-align: center;
      color: #202221;
      margin-left: 40px;
      padding: 0 0.5rem;
      background: #fff;
      width: 70px;
      display: block;
      line-height: 1;
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 30em) {
        .agenda .event-day .day {
          margin-left: 15px;
          padding: 0 5px; } }
      .agenda .event-day .day .day__week {
        display: block;
        font-size: 0.85rem;
        font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
        text-transform: uppercase; }
  .agenda .event {
    padding-left: 40px;
    position: relative;
    padding-bottom: 40px;
    /*padding-bottom: 1rem;*/
    /*padding-top: 1rem;*/ }
    .agenda .event:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (max-width: 30em) {
      .agenda .event {
        padding-left: 20px; } }
    .agenda .event .event-details {
      /*max-width: 450px;*/
      max-width: 100%;
      padding-right: 20px;
      float: left;
      /*
        @include large-grid {float: none;width: auto;max-width: 100%;}
        @include medium-grid {float: none;width: auto;max-width: 100%;}
        @include small-grid {float: none;width: auto;max-width: 100%;}
        */ }
      .agenda .event .event-details .event-date {
        position: absolute;
        width: 65px;
        text-align: center;
        font-size: 0.7rem;
        font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
        color: #9ea3a1;
        line-height: 1.7rem;
        letter-spacing: 1px;
        line-height: 1;
        padding-top: .57rem; }
        @media only screen and (max-width: 30em) {
          .agenda .event .event-details .event-date {
            position: relative;
            width: auto;
            text-align: left;
            padding-top: 10px; } }
      .agenda .event .event-details .event-name,
      .agenda .event .event-details .event-description {
        color: #9ea3a1;
        margin-left: 65px; }
        @media only screen and (max-width: 30em) {
          .agenda .event .event-details .event-name,
          .agenda .event .event-details .event-description {
            margin-left: 0; } }
      .agenda .event .event-details .event-name {
        color: #04b46b;
        font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
        font-size: 1.2rem;
        line-height: 1;
        margin-bottom: 5px;
        margin-top: 5px; }
      .agenda .event .event-details .event-description {
        font-size: 0.85rem;
        font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
        line-height: 1.2; }
        .agenda .event .event-details .event-description .modalidade {
          font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
          color: #5e6461; }
    .agenda .event .event-cta {
      display: block;
      margin-top: .75rem;
      margin-right: 1rem;
      float: right; }
      @media only screen and (min-width: 60em) and (max-width: 76.875em) {
        .agenda .event .event-cta {
          float: left;
          margin-top: 1rem;
          margin-left: 65px; } }
      @media only screen and (max-width: 60em) {
        .agenda .event .event-cta {
          float: left;
          margin-top: 1rem;
          margin-left: 65px; } }
      @media only screen and (max-width: 30em) {
        .agenda .event .event-cta {
          margin-top: .5rem;
          margin-left: 0;
          float: left; } }
      .agenda .event .event-cta a {
        margin-bottom: 0;
        text-transform: uppercase; }
  .agenda .btActive .event-details {
    /*max-width: 450px;*/ }
    @media only screen and (min-width: 76.938em) and (max-width: 999999999999) {
      .agenda .btActive .event-details {
        width: auto;
        max-width: 66%; } }
    @media only screen and (min-width: 76.938em) and (max-width: 999999999999) {
      .agenda .btActive .event-details {
        width: auto;
        max-width: 66%; } }
    @media only screen and (min-width: 60em) and (max-width: 76.875em) {
      .agenda .btActive .event-details {
        float: none;
        width: auto;
        max-width: 100%; } }
    @media only screen and (max-width: 60em) {
      .agenda .btActive .event-details {
        float: none;
        width: auto;
        max-width: 100%; } }
    @media only screen and (max-width: 30em) {
      .agenda .btActive .event-details {
        float: none;
        width: auto;
        max-width: 100%; } }
  .agenda .btActive .event-cta {
    display: inline-block; }
  .agenda .agenda-content .event:last-child .event-details {
    border-bottom: none; }

.agenda-load-more {
  background: #f2f2f2;
  text-align: center;
  height: 52px; }
  .agenda-load-more .button {
    text-transform: uppercase;
    margin: 0;
    border: none;
    display: block;
    height: 52px;
    line-height: 55px; }
    .agenda-load-more .button:hover {
      background: #dfe1e0;
      color: #04b46b;
      border: none; }
  .agenda-load-more .svg-icon {
    margin-top: -3px;
    margin-left: 9px;
    /*FS*/ }

.event-name .icon {
  width: 25px;
  height: 25px;
  background: #dfe1e0;
  text-indent: -9999px;
  margin-left: 10px; }

.event-name em {
  display: none; }

/**
 * Calendar - Tickets
 */
.basicPage--futebol {
  /*
  .tickets {
    border-top: $primary-color solid 15px;
    margin-bottom: 2px;
    padding: 0.8rem 0;
    height:auto;
    .tickets__competition {
      line-height: 1;
    }
    .tickets__game .ficha-jogo-resultado .ficha-jogo-equipa .svg-icon {
      height: auto;
      top: 5px !important;
    }
    .tickets__date {
      //left: 1.6rem;
      position: relative;
      width: 12%;
      left:14px;
      top:1rem;

      .dayWeek {
        color: $gray-light;
        text-transform: uppercase;
        font-size: $size-small;
      }
      .day {
        font-family: $DINMedium;
        font-size: $size-large;
        line-height: 1;
      }

      @include large-grid {
        display:block;
      }
      @include medium-grid {
        display:block;
      }
      @include small-grid {
        display:block;
        .day {
          font-family: $DINMedium;
          font-size: $size-tiny;
          line-height: 1;
        }
      }
    }
  }
  */ }

/**
 * Resultados
 */
.agenda__list {
  background: #f2f2f2;
  margin-bottom: 2px; }
  .agenda__list:after {
    content: "";
    display: table;
    clear: both; }
  .agenda__list .list__item {
    float: left;
    height: 90px;
    line-height: 90px;
    /*padding: 0 10px;*/
    text-transform: uppercase;
    color: #9ea3a1;
    text-align: center;
    width: 100%;
    /*16.6%;*/ }
    @media only screen and (max-width: 30em) {
      .agenda__list .list__item {
        height: 40px;
        line-height: 40px;
        width: 100%; } }
  .agenda__list .list__item--data {
    width: 15%;
    padding-top: 0px;
    float: left; }
    .agenda__list .list__item--data .diaSemana {
      color: #9ea3a1;
      /*text-align: center;*/
      display: block;
      line-height: 1; }
    .agenda__list .list__item--data .diaMes {
      font-size: 1.7rem;
      /*text-align: center;*/
      display: block;
      line-height: 1;
      color: #202221;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
    @media only screen and (max-width: 30em) {
      .agenda__list .list__item--data {
        height: 90px;
        line-height: 90px; } }
  .agenda__list .list__item--equipaAdversaria {
    color: #202221;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    text-align: left;
    padding-left: 2rem; }
    @media only screen and (max-width: 30em) {
      .agenda__list .list__item--equipaAdversaria {
        padding-left: 0rem;
        text-align: center; } }
  .agenda__list .list__item--resultado {
    color: #202221; }
    .agenda__list .list__item--resultado .sporting {
      color: #04b46b; }
  .agenda__list .list__item--action {
    float: right; }
    .agenda__list .list__item--action .button {
      font-size: 0.7rem;
      height: 36px;
      line-height: 37px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }

/**
 * Resultados
 */
/*
.agenda__list--resultado {
  .list__item--equipaAdversaria,
  .list__item--competicao {
    width: 25%;
  }
  .list__item--action {
    float: right;
    width: 30%;
    .button {
      font-size: $size-tiny;
    }
  }
  .list__item--local,
  .list__item--resultado {
    width: 10%;
  }
}
*/
/**
 * Calendario
 */
/*
.agenda__list--calendario {
  .list__item--equipaAdversaria {
    width: 20.6%;
  }
  .list__item--hora {
    color: $gray;
  }
  .list__item--action {
    float: right;
    width: 30.4%;
    .button {
      font-size: $size-tiny;
    }
  }
  .list__item--local,
  .list__item--competicao,
  .list__item--hora {
    width: 12%;
  }
}
*/
/**
 * Banners
 */
@media only screen and (max-width: 60em) {
  .banner {
    width: auto; } }

@media only screen and (max-width: 30em) {
  .banner {
    width: auto; } }

.banner.banner-vertical {
  /*width: 100%;*/
  /*margin:0 17px;*/
  /*height: auto;*/ }
  @media only screen and (max-width: 30em) {
    .banner.banner-vertical {
      width: auto; } }

.homepage-inline-ads {
  /*FS*/ }
  .homepage-inline-ads .first .banner-horizontal {
    float: left; }
  .homepage-inline-ads .last .banner-horizontal {
    float: right; }

.simpleads-wrapper {
  /*
    .simpleads-item{
        margin: 0 auto;

    }
    */ }
  @media only screen and (max-width: 60em) {
    .simpleads-wrapper {
      /*
        min-height: 250px!important; 
        height: 250px!important; 
        */ } }
  @media only screen and (max-width: 30em) {
    .simpleads-wrapper {
      /*
        min-height: 310px!important; 
        height: 310px!important;  
        */ } }

.banner-horizontal {
  background: #202221;
  padding: 45px 60px;
  text-align: center;
  margin: 10px 0;
  max-height: 196px;
  width: 97%;
  display: block;
  overflow: hidden;
  position: relative; }
  .banner-horizontal .banner-horizontal-photo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    transform: scale(1.001);
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    -moz-transform: scale(1.001);
    -o-transform: scale(1.001);
    transform: scale(1.001); }
  .banner-horizontal .banner-title {
    text-transform: uppercase;
    font-size: 1.7rem;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    color: white;
    letter-spacing: 1px;
    line-height: 1;
    position: relative;
    z-index: 2; }
  .banner-horizontal .banner-content {
    margin-top: 1rem;
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 60em) and (max-width: 76.875em) {
      .banner-horizontal .banner-content {
        padding-left: 3rem;
        padding-right: 3rem; } }
    .banner-horizontal .banner-content p {
      color: white;
      line-height: 1;
      margin: 0;
      font-size: 0.85rem;
      font-weight: bold !important; }
      .banner-horizontal .banner-content p .saber-mais {
        color: white; }
  .banner-horizontal:hover .banner-horizontal-photo {
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    .banner-horizontal {
      float: none !important;
      margin: 10px auto; } }
  @media only screen and (max-width: 60em) {
    .banner-horizontal {
      float: none !important;
      margin: 10px auto; } }
  @media only screen and (max-width: 30em) {
    .banner-horizontal {
      float: none !important;
      margin: 10px auto; }
      .banner-horizontal .banner-title {
        font-size: 1.2rem; } }

.banner-horizontal.newsletter {
  background: #04b46b; }

.banner-horizontal.jornal-sporting {
  background: url("../images/jornal-bg.jpg") right center; }

.banner-vertical {
  padding: 1.75rem;
  margin: 0 10px;
  height: 340px;
  position: relative;
  /*background-size:100%;*/
  overflow: hidden;
  /*background-position: center center; */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
  .banner-vertical .banner-vertical-photo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    transform: scale(1.00001);
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transform: scale(1.00001);
    -ms-transform: scale(1.00001);
    -moz-transform: scale(1.00001);
    -o-transform: scale(1.00001);
    transform: scale(1.00001); }
  .banner-vertical .banner-title {
    position: absolute;
    top: 1.9rem;
    left: 1.9rem;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    color: white;
    letter-spacing: 1px;
    line-height: 1.1;
    padding-right: 35px; }
    .banner-vertical .banner-title .banner-area {
      display: block;
      color: #000;
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
    @media screen and (min-width: 480px) and (max-width: 620px) {
      .banner-vertical .banner-title {
        font-size: 1.3rem; } }
  .banner-vertical .banner-cta {
    position: absolute;
    bottom: 50px;
    width: calc(100% - 1.75rem);
    width: 100%;
    border-bottom: #fff solid 4px;
    left: 1.9rem;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    /*cubic-bezier(1.000, 0.245, 0.000, 1.255)*/ }
    .banner-vertical .banner-cta p {
      color: white;
      line-height: 1;
      margin: 0;
      font-size: 1.1rem;
      padding-bottom: 1rem; }
      .banner-vertical .banner-cta p .saber-mais {
        color: white; }
      @media screen and (min-width: 480px) and (max-width: 620px) {
        .banner-vertical .banner-cta p {
          font-size: 0.9rem; } }
  .banner-vertical:hover .banner-vertical-photo {
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); }
  .banner-vertical:hover .banner-cta {
    /*width: 100%;*/
    left: 3.0rem; }
  @media only screen and (max-width: 60em) {
    .banner-vertical {
      /*
        min-height: 250px!important; 
        height: 250px!important; 
        */ } }
  @media only screen and (max-width: 30em) {
    .banner-vertical {
      min-height: 310px !important;
      /*height: 310px!important;  */
      display: block;
      /*float: left;*/
      margin-bottom: 5px; } }

.banner-vertical-emptyState {
  height: 360px; }
  .banner-vertical-emptyState .emptyState-border {
    display: table;
    position: static;
    border: 5px dashed rgba(4, 180, 107, 0.7);
    height: 340px;
    text-align: center; }
    .banner-vertical-emptyState .emptyState-border .emptyState-container {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      position: static; }
      .banner-vertical-emptyState .emptyState-border .emptyState-container span {
        position: static;
        color: #04b46b;
        font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif; }

.banner-gamebox {
  background-image: url("../images/banners/gamebox.jpg");
  background-repeat: no-repeat; }

.banner-lojaVerde {
  background-image: url("../images/banners/loja-verde.jpg");
  background-repeat: no-repeat;
  background-position: right bottom; }

.banner-loja {
  background-image: url("../images/banners/loja.jpg");
  background-repeat: no-repeat; }

.banner-quotas {
  background-image: url("../images/banners/quotas.jpg");
  background-repeat: no-repeat;
  background-position: right bottom; }

.banner-vertical.banner-cinza {
  background-color: #a4a7a0; }

.banner-vertical.banner-amarelo {
  background-color: #fac200; }

/**
Item List Noticia
*/
.itemList {
  border-bottom: #dfe1e0 solid 1px; }
  .itemList header {
    margin-bottom: 10px; }
  .itemList .itemList__image {
    margin-bottom: 0.8rem;
    /*height: auto; FS*/
    height: 239px;
    overflow: hidden; }
    @media only screen and (max-width: 60em) {
      .itemList .itemList__image {
        height: 260px; } }
    .itemList .itemList__image a {
      height: 239px;
      width: 100%;
      /*overflow: visible; FSTest*/ }
      .itemList .itemList__image a .noticias__photo {
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-background-size: cover;
        -ms-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-transform: scale(1.00001);
        -ms-transform: scale(1.00001);
        -moz-transform: scale(1.00001);
        -o-transform: scale(1.00001);
        transform: scale(1.00001);
        background-position: center center;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s; }
      @media only screen and (max-width: 60em) {
        .itemList .itemList__image a {
          height: 260px; } }
      .itemList .itemList__image a:hover .noticias__photo {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
        -webkit-background-size: cover;
        -ms-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center; }
      .itemList .itemList__image a:hover svg.border {
        transition: transform .1s ease-in;
        -webkit-transform: rotate(6.3deg);
        -moz-transform: rotate(6.3deg);
        -ms-transform: rotate(6.3deg);
        -o-transform: rotate(6.3deg);
        transform: rotate(6.3deg);
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%; }
    .itemList .itemList__image a figure {
      height: auto;
      background: #202221; }
      .itemList .itemList__image a figure img {
        opacity: 0.9;
        filter: alpha(opacity=90);
        -webkit-transform: scale3d(2, 2, 2);
        -moz-transform: scale3d(2, 2, 2);
        -ms-transform: scale3d(2, 2, 2);
        -o-transform: scale3d(2, 2, 2);
        transform: scale3d(2, 2, 2);
        -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
        -moz-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
        transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
        backface-visibility: hidden; }
        .itemList .itemList__image a figure img:hover {
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transform: scale3d(2.05, 2.05, 2.05);
          -moz-transform: scale3d(2.05, 2.05, 2.05);
          -ms-transform: scale3d(2.05, 2.05, 2.05);
          -o-transform: scale3d(2.05, 2.05, 2.05);
          transform: scale3d(2.05, 2.05, 2.05); }
      .itemList .itemList__image a figure svg.border {
        /*right: -40px;/*FS -65px*/
        transition: transform .1s ease-in;
        right: -45px;
        transition: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%; }
  .itemList .itemList__category {
    margin: 0;
    text-transform: uppercase;
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
    font-size: 0.7rem;
    color: #04b46b; }
    .itemList .itemList__category a {
      color: #04b46b; }
      .itemList .itemList__category a:hover {
        color: #03824d; }
  .itemList .itemList__title {
    padding-top: 5px;
    color: #202221;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    max-height: 3.36rem;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /*
    a {
      color: $gray;
    }
    */
    /*
    &:after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 100%;
      height: 55%;
      background: -moz-linear-gradient(bottom,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.93) 65%, rgba(255,255,255,1) 100%); // FF3.6+ 
      background: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(65%,rgba(255,255,255,0.93)), color-stop(100%,rgba(255,255,255,1))); // Chrome,Safari4+ 
      background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.93) 65%,rgba(255,255,255,1) 100%); // Chrome10+,Safari5.1+ 
      background: -o-linear-gradient(bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.93) 65%,rgba(255,255,255,1) 100%); // Opera 11.10+ 
      background: -ms-linear-gradient(bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.93) 65%,rgba(255,255,255,1) 100%); // IE10+ 
      background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.93) 65%,rgba(255,255,255,1) 100%); // W3C 
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); // IE6-9 
    }
    */ }
  .itemList .itemList__description {
    position: relative;
    font-size: 0.85rem;
    /*background-color: #ff7800;FS*/
    padding: 5px 0;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis; }
    .itemList .itemList__description:after {
      content: '';
      position: absolute;
      bottom: -15px;
      left: 0;
      width: 100%;
      height: 55%;
      background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(65%, rgba(255, 255, 255, 0.93)), color-stop(100%, white));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
      /* IE6-9 */ }
  .itemList .itemList__cta {
    position: absolute;
    /*relative FS*/
    bottom: 10px;
    right: 0px;
    width: 21px;
    height: 21px;
    /*height: 40px;*/ }
    .itemList .itemList__cta .itemList__seta {
      background: url("../images/SVG/icon_seta.svg");
      width: 21px;
      height: 21px;
      display: block;
      text-indent: -9999px;
      position: absolute;
      top: 0;
      right: 0; }

.itemList--small {
  /*
  .itemList__title {
    font-size: $size-normal;
    padding: 5px 0;
    max-height: 55px;
    //FS white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    &:after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      height: 55%;
      background: -moz-linear-gradient(bottom,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.93) 65%, rgba(255,255,255,1) 100%); // FF3.6+ 
      background: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(65%,rgba(255,255,255,0.93)), color-stop(100%,rgba(255,255,255,1))); // Chrome,Safari4+ 
      background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.93) 65%,rgba(255,255,255,1) 100%); // Chrome10+,Safari5.1+ 
      background: -o-linear-gradient(bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.93) 65%,rgba(255,255,255,1) 100%); // Opera 11.10+ 
      background: -ms-linear-gradient(bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.93) 65%,rgba(255,255,255,1) 100%); // IE10+ 
      background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.93) 65%,rgba(255,255,255,1) 100%); // W3C 
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); // IE6-9 
    }
  }
  */ }
  .itemList--small .itemList__title {
    font-size: 1rem;
    max-height: 2.5rem; }
  .itemList--small .itemList__image {
    margin-bottom: 0.8rem;
    height: 150px;
    overflow: hidden; }
    .itemList--small .itemList__image a {
      height: 150px;
      width: 100%; }
      .itemList--small .itemList__image a .noticias__photo {
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-background-size: cover;
        -ms-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-transform: scale(1.00001);
        -ms-transform: scale(1.00001);
        -moz-transform: scale(1.00001);
        -o-transform: scale(1.00001);
        transform: scale(1.00001);
        background-position: center center;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s; }
      .itemList--small .itemList__image a:hover .noticias__photo {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
        -webkit-background-size: cover;
        -ms-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center; }
      .itemList--small .itemList__image a:hover svg.border {
        transition: transform .1s ease-in;
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%; }
        @media only screen and (min-width: 60em) and (max-width: 76.875em) {
          .itemList--small .itemList__image a:hover svg.border {
            -webkit-transform: rotate(7.5deg);
            -moz-transform: rotate(7.5deg);
            -ms-transform: rotate(7.5deg);
            -o-transform: rotate(7.5deg);
            transform: rotate(7.5deg); } }
        @media only screen and (max-width: 60em) {
          .itemList--small .itemList__image a:hover svg.border {
            -webkit-transform: rotate(7.5deg);
            -moz-transform: rotate(7.5deg);
            -ms-transform: rotate(7.5deg);
            -o-transform: rotate(7.5deg);
            transform: rotate(7.5deg); } }
        @media only screen and (max-width: 30em) {
          .itemList--small .itemList__image a:hover svg.border {
            -webkit-transform: rotate(7.5deg);
            -moz-transform: rotate(7.5deg);
            -ms-transform: rotate(7.5deg);
            -o-transform: rotate(7.5deg);
            transform: rotate(7.5deg); } }
  .itemList--small .row .itemList__image {
    margin-bottom: 0;
    height: 123px;
    overflow: hidden; }
    .itemList--small .row .itemList__image a {
      height: 123px;
      width: 100%;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center center; }
      @media only screen and (max-width: 760px) {
        .itemList--small .row .itemList__image a {
          height: 100px; } }
  .itemList--small .itemList__description {
    position: relative;
    font-size: 0.7rem;
    padding: 5px 0;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis; }
    .itemList--small .itemList__description:after {
      content: '';
      position: absolute;
      bottom: -15px;
      left: 0;
      width: 100%;
      height: 55%;
      background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(65%, rgba(255, 255, 255, 0.93)), color-stop(100%, white));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
      /* IE6-9 */ }

.lastNews {
  background: #f2f2f2;
  padding: 1.5rem;
  margin-left: 1.5rem;
  /*FS*/
  margin-bottom: 2rem; }
  @media only screen and (max-width: 60em) {
    .lastNews {
      margin-left: 0rem;
      /*FS*/ } }
  .lastNews .lastNews__title {
    border-bottom: #04b46b solid 1px;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    margin-top: 0;
    text-transform: uppercase; }
  .lastNews .lastNews__list li a {
    background-position: 0 15px; }
    .lastNews .lastNews__list li a .time-ago {
      display: none; }

/*
.lastNews {
  padding: 0;
  margin: 0;
  background: none;
  margin-bottom: 2rem;
}
*/
.list-news .itemList__image a .noticias__photo {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: scale(1.00001);
  -ms-transform: scale(1.00001);
  -moz-transform: scale(1.00001);
  -o-transform: scale(1.00001);
  transform: scale(1.00001);
  background-position: center center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }

.list-news .itemList__image a:hover .noticias__photo {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }

.list-news .itemList__image a:hover svg.border {
  transition: transform .1s ease-in;
  -webkit-transform: rotate(13deg);
  -moz-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  -o-transform: rotate(13deg);
  transform: rotate(13deg);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%; }
  @media only screen and (max-width: 60em) {
    .list-news .itemList__image a:hover svg.border {
      -webkit-transform: rotate(16deg);
      -moz-transform: rotate(16deg);
      -ms-transform: rotate(16deg);
      -o-transform: rotate(16deg);
      transform: rotate(16deg); } }
  @media only screen and (max-width: 30em) {
    .list-news .itemList__image a:hover svg.border {
      -webkit-transform: rotate(16deg);
      -moz-transform: rotate(16deg);
      -ms-transform: rotate(16deg);
      -o-transform: rotate(16deg);
      transform: rotate(16deg); } }

/**
 * Tickets
 */
.tickets {
  border-top: #04b46b solid 5px;
  background-color: #202221;
  padding: 0.5rem 0;
  position: relative;
  display: inline-block;
  width: 100%; }
  .tickets .tickets__competition {
    text-transform: uppercase;
    font-size: 0.7rem;
    color: #9ea3a1;
    text-align: center; }
    @media only screen and (max-width: 30em) {
      .tickets .tickets__competition {
        margin: 0; } }
    @media only screen and (max-width: 60em) {
      .tickets .tickets__competition {
        margin: 0;
        max-width: 100%; } }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    .tickets .tickets__dateSmall {
      display: none; } }
  @media only screen and (max-width: 30em) {
    .tickets .tickets__dateSmall {
      margin: 0;
      text-transform: uppercase;
      font-size: 0.7rem;
      color: #dfe1e0;
      text-align: center;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      max-width: 540px; } }
  @media only screen and (max-width: 60em) {
    .tickets .tickets__dateSmall {
      margin: 0;
      text-transform: uppercase;
      font-size: 0.7rem;
      color: #dfe1e0;
      text-align: center;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      max-width: 100%; } }
  .tickets .tickets__date {
    width: 15%;
    padding-top: 22px;
    float: left; }
    .tickets .tickets__date span {
      display: block;
      color: white;
      line-height: 1;
      letter-spacing: 1px; }
    .tickets .tickets__date .day {
      font-size: 1.4rem;
      color: white;
      font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
      line-height: 1.2; }
    .tickets .tickets__date .month {
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
      font-size: 1rem;
      line-height: 1.2; }
    .tickets .tickets__date .year {
      color: #9ea3a1;
      font-size: 0.85rem; }
    @media only screen and (max-width: 30em) {
      .tickets .tickets__date {
        padding-top: 22px; } }
    @media only screen and (max-width: 60em) {
      .tickets .tickets__date {
        padding-top: 22px; } }
  .tickets .tickets__button {
    right: 1.2rem;
    top: 2.25rem; }
    .tickets .tickets__button .button {
      display: table;
      margin: 0 auto;
      text-transform: uppercase;
      height: 30px;
      line-height: 30px; }
    @media only screen and (max-width: 30em) {
      .tickets .tickets__button {
        margin-top: 1rem;
        position: relative;
        top: auto;
        right: auto;
        text-align: center; }
        .tickets .tickets__button .button {
          line-height: 20px; } }
    @media only screen and (max-width: 60em) {
      .tickets .tickets__button {
        margin-top: 1rem;
        position: relative;
        top: auto;
        right: auto;
        text-align: center; } }

.futebolCalendario {
  padding-top: 26px; }
  .futebolCalendario .list__item--action span {
    display: block;
    float: right;
    margin-right: 10px;
    margin-top: 28px; }

.tickets__game {
  width: 100%;
  float: initial; }
  @media only screen and (max-width: 30em) {
    .tickets__game {
      width: 100%; } }
  @media only screen and (max-width: 60em) {
    .tickets__game {
      margin: 0;
      width: 100%; } }
  .tickets__game .ficha-jogo-resultado {
    margin-top: 0.5rem;
    font-size: 1rem; }
    @media only screen and (max-width: 30em) {
      .tickets__game .ficha-jogo-resultado {
        margin: 0 auto; } }
    @media only screen and (max-width: 60em) {
      .tickets__game .ficha-jogo-resultado {
        margin: 0 auto; } }
    .tickets__game .ficha-jogo-resultado .ficha-jogo-equipa {
      height: 55px;
      line-height: 20px;
      padding-top: 12px;
      color: white;
      text-transform: uppercase; }
      @media only screen and (max-width: 30em) {
        .tickets__game .ficha-jogo-resultado .ficha-jogo-equipa {
          height: auto;
          line-height: 1;
          font-size: 0.7rem;
          text-align: center; } }
      @media only screen and (max-width: 60em) {
        .tickets__game .ficha-jogo-resultado .ficha-jogo-equipa {
          font-size: 0.7rem; } }
      .tickets__game .ficha-jogo-resultado .ficha-jogo-equipa .svg-icon {
        top: 0 !important;
        width: 40px; }
        @media only screen and (max-width: 60em) {
          .tickets__game .ficha-jogo-resultado .ficha-jogo-equipa .svg-icon {
            position: absolute; } }
    .tickets__game .ficha-jogo-resultado .ficha-jogo-equipa.equipa-casa
.equipa {
      margin-right: 55px;
      text-align: right; }
      @media only screen and (max-width: 30em) {
        .tickets__game .ficha-jogo-resultado .ficha-jogo-equipa.equipa-casa
.equipa {
          margin-right: 0;
          text-align: center;
          margin-top: 0.3rem; } }
      @media only screen and (max-width: 60em) {
        .tickets__game .ficha-jogo-resultado .ficha-jogo-equipa.equipa-casa
.equipa {
          margin-right: 0;
          text-align: center;
          margin-top: 0.3rem; } }
    .tickets__game .ficha-jogo-resultado .ficha-jogo-equipa.equipa-fora
.equipa {
      margin-left: 55px;
      text-align: left; }
      @media only screen and (max-width: 30em) {
        .tickets__game .ficha-jogo-resultado .ficha-jogo-equipa.equipa-fora
.equipa {
          margin-left: 0;
          text-align: center;
          margin-top: 0.3rem; } }
      @media only screen and (max-width: 60em) {
        .tickets__game .ficha-jogo-resultado .ficha-jogo-equipa.equipa-fora
.equipa {
          margin-left: 0;
          text-align: center;
          margin-top: 0.3rem; } }
    .tickets__game .ficha-jogo-resultado .ficha-jogo-score {
      width: 60px;
      height: 45px;
      margin-left: -30px;
      margin-top: 0;
      font-size: 0.85rem;
      line-height: 45px;
      text-align: center;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      color: white;
      letter-spacing: 1px; }
      @media only screen and (max-width: 30em) {
        .tickets__game .ficha-jogo-resultado .ficha-jogo-score {
          margin-left: -23px;
          width: 46px;
          height: 33px;
          margin-top: -16px;
          line-height: 33px;
          font-size: 0.7rem; } }

.node__share {
  text-align: center;
  margin: 0;
  margin-top: 3rem;
  border-bottom: #dfe1e0 solid 1px;
  padding: 0; }
  @media only screen and (max-width: 30em) {
    .node__share {
      margin: 0; } }
  .node__share .social-icons li {
    margin: 0;
    height: 70px; }
    .node__share .social-icons li a {
      padding: 0px;
      /*FS*/ }
      .node__share .social-icons li a:hover {
        -webkit-border-radius: 50px;
        -ms-border-radius: 50px;
        -moz-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px; }
  .node__share .social-icons li.share-text {
    padding: 0;
    line-height: 60px;
    margin-top: 2.2rem; }
    @media only screen and (max-width: 30em) {
      .node__share .social-icons li.share-text {
        line-height: 1;
        height: auto;
        margin-top: 0.5rem; } }

/**
 * jumpCalendar
 */
.jCalendar {
  padding: 4px 0 0; }

.calendar__header {
  background: #202221;
  color: #9ea3a1;
  /*padding: 0 20px;*/
  line-height: 50px;
  font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
  font-size: 0.7rem;
  text-align: center; }
  .calendar__header:after {
    content: "";
    display: table;
    clear: both; }
  .calendar__header > div {
    float: left;
    width: 14.28%;
    height: 100%;
    text-transform: uppercase;
    position: relative;
    /*padding-left: 15px;*/ }

.calendar__body .body__row {
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset; }
  .calendar__body .body__row:after {
    content: "";
    display: table;
    clear: both; }
  .calendar__body .body__row > div {
    float: left;
    width: 14.28%;
    height: 100%;
    position: relative;
    padding: 15px 5px; }
  .calendar__body .body__row:last-child {
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.8) inset; }

/**
 * Day
 */
.jCalendar__day {
  min-height: 140px; }
  .jCalendar__day > span {
    color: #202221;
    font-size: 0.9rem;
    /*$size-really-tiny;*/
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    border-radius: 10px;
    padding: 0 7px;
    line-height: 24px;
    display: block;
    height: 22px;
    position: relative;
    margin-bottom: 10px; }

.jCalendar__day--hoje {
  background: #f2f2f2; }
  .jCalendar__day--hoje > span {
    background: #202221;
    color: white;
    /*font-family: $DINLight;*/
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    font-size: 0.6rem; }
    .jCalendar__day--hoje > span span {
      text-align: center;
      text-transform: uppercase;
      position: absolute;
      left: 0;
      top: 0px;
      width: 100%;
      height: 100%;
      background: none; }

.jCalendar__day--off span {
  color: #9ea3a1; }

.jCalendar__day--weekend span {
  color: #04b46b; }

/**
 * Events
 */
.calendar__event {
  background: #f2f2f2;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 0.5rem;
  padding: 0 8px;
  height: 26px;
  line-height: 28px;
  position: relative;
  margin: 2px 0; }
  .calendar__event > a {
    display: block;
    color: #202221;
    height: 26px;
    overflow: hidden;
    font-size: 0.62rem; }
  .calendar__event:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #f2f2f2 93%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(30, 87, 153, 0)), color-stop(93%, #f2f2f2));
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #f2f2f2 93%);
    background: -o-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #f2f2f2 93%);
    background: -ms-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #f2f2f2 93%);
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, #f2f2f2 93%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#f2f2f2',GradientType=1 );
    border-radius: 24px;
    -webkit-border-radius: 24px; }
  .calendar__event .cicon {
    width: 16px;
    height: 16px;
    /*background: $gray-light;*/
    display: inline-block;
    border-radius: 18px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -14px; }
    .calendar__event .cicon svg {
      width: 16px;
      height: 16px; }
      .calendar__event .cicon svg rect {
        fill: #9ea3a1; }
      .calendar__event .cicon svg path {
        fill: #9ea3a1; }
      .calendar__event .cicon svg polygon {
        fill: #9ea3a1; }
      .calendar__event .cicon svg circle {
        fill: #9ea3a1; }

.calendar__event--destaque {
  background: #04b46b; }
  .calendar__event--destaque:before {
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #04b46b 93%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(30, 87, 153, 0)), color-stop(93%, #04b46b));
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #04b46b 93%);
    background: -o-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #04b46b 93%);
    background: -ms-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #04b46b 93%);
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, #04b46b 93%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#04b46b',GradientType=1 ); }
  .calendar__event--destaque a {
    color: white; }
  .calendar__event--destaque .cicon {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 18px;
    vertical-align: middle;
    margin-right: 5px; }
    .calendar__event--destaque .cicon svg {
      width: 16px;
      height: 16px; }
      .calendar__event--destaque .cicon svg rect {
        fill: #fff; }
      .calendar__event--destaque .cicon svg path {
        fill: #fff; }
      .calendar__event--destaque .cicon svg polygon {
        fill: #fff; }
      .calendar__event--destaque .cicon svg circle {
        fill: #fff; }

/**
 * Calendar View More
 */
.calendar__viewmore {
  text-align: center;
  margin-top: 10px;
  font-size: 0.62rem; }
  .calendar__viewmore a {
    color: #04b46b; }

/**
 * Event Details
 */
.event__details {
  max-width: 340px;
  background: white;
  border: #ccc solid 1px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 1rem 0;
  padding-bottom: 0.5rem;
  position: relative;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  /*
    .event__arrow {
        width: 0; height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid white;
        position: absolute;
        left: 30px;
        bottom: -12px;
    }
    */ }
  .event__details .event__header,
  .event__details .event__content {
    margin: 0 1rem; }
  .event__details .event__header {
    border-bottom: #dfe1e0 solid 1px;
    font-size: 0.7rem;
    padding-bottom: 0.5rem; }
    .event__details .event__header .event__title {
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 1rem;
      color: #04b46b;
      text-transform: uppercase;
      line-height: 1; }
    .event__details .event__header .event__when span {
      color: #202221;
      text-transform: uppercase;
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
  .event__details .event__content {
    padding: 0.5rem 0;
    font-size: 0.7rem;
    color: #9ea3a1; }
    .event__details .event__content strong {
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
  .event__details .event__action {
    background: #f2f2f2;
    padding: 0.5rem 0;
    text-align: center;
    padding-bottom: 0.2rem;
    position: relative;
    z-index: 10; }
    .event__details .event__action .button {
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      text-transform: uppercase;
      font-size: 0.7rem; }
  .event__details .event__close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
    color: #202221;
    text-align: center;
    line-height: 25px; }
  .event__details .event__arrow {
    position: absolute;
    bottom: -10px;
    left: 30px;
    width: 24px;
    height: 24px;
    background: white;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); }
  .event__details .arrow__hider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background: white;
    border-radius: 5px;
    -webkit-border-radius: 5px; }

.allDayEvents {
  max-width: 245px;
  -webkit-box-shadow: 1px 0 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 4px 1px rgba(0, 0, 0, 0.1);
  background: white;
  border: #ccc solid 1px; }
  .allDayEvents .allDayEvents__date {
    background: #D9DEE2;
    color: #202221;
    text-transform: uppercase;
    height: 32px;
    line-height: 32px;
    font-size: 0.7rem;
    padding: 0 0.75rem;
    padding-right: 0;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    letter-spacing: 1px; }
    .allDayEvents .allDayEvents__date a {
      float: right;
      padding: 0 10px;
      color: #5e6461;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }
  .allDayEvents .allDayEvents__container {
    padding: 0.75rem; }
    .allDayEvents .allDayEvents__container .calendar__event {
      background: #E2E7E3;
      font-size: 0.58rem;
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
      .allDayEvents .allDayEvents__container .calendar__event .cicon {
        width: 16px;
        height: 16px;
        /*background: $gray-light;*/
        display: inline-block;
        border-radius: 16px;
        vertical-align: middle;
        margin-right: 5px;
        background-size: 16px 16px; }
        .allDayEvents .allDayEvents__container .calendar__event .cicon svg {
          width: 16px;
          height: 16px; }
          .allDayEvents .allDayEvents__container .calendar__event .cicon svg rect {
            fill: #9ea3a1; }
          .allDayEvents .allDayEvents__container .calendar__event .cicon svg path {
            fill: #9ea3a1; }
          .allDayEvents .allDayEvents__container .calendar__event .cicon svg polygon {
            fill: #9ea3a1; }
          .allDayEvents .allDayEvents__container .calendar__event .cicon svg circle {
            fill: #9ea3a1; }
    .allDayEvents .allDayEvents__container .calendar__event--destaque {
      background: #04b46b; }

/**
 * jCalendar__header
 */
.jCalendar__header {
  margin: 20px 0;
  position: relative; }
  .jCalendar__header .jCalendar__nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 45px; }
    .jCalendar__header .jCalendar__nav li {
      float: left;
      width: 50%;
      height: 45px;
      background: white;
      border-top: #dfe1e0 solid 1px;
      border-bottom: #dfe1e0 solid 1px; }
      .jCalendar__header .jCalendar__nav li a {
        display: block;
        text-align: center;
        line-height: 45px;
        font-size: "DINWeb-Bold", "Helvetica", "Arial", sans-serif; }
    .jCalendar__header .jCalendar__nav li.nav__prev {
      border-left: #dfe1e0 solid 1px;
      -webkit-border-radius: 3px 0 0 3px;
      border-radius: 3px 0 0 3px; }
    .jCalendar__header .jCalendar__nav li.nav__next {
      border-right: #dfe1e0 solid 1px;
      border-left: #dfe1e0 solid 1px;
      -webkit-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0; }
  .jCalendar__header .jCalendar__date {
    margin: 0;
    margin-left: 110px;
    font-size: 1rem;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    line-height: 48px; }
  .jCalendar__header .jCalendar__toolbar {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 280px; }
    .jCalendar__header .jCalendar__toolbar:after {
      content: "";
      display: table;
      clear: both; }
    .jCalendar__header .jCalendar__toolbar label {
      font-size: 0.7rem;
      margin: 0;
      float: left;
      display: block;
      height: 45px;
      line-height: 45px;
      width: 120px;
      text-align: right; }
    .jCalendar__header .jCalendar__toolbar .cs-select {
      max-width: 150px;
      float: right;
      margin: 0; }

.jCalendar .event__details {
  display: none; }

.jCalendar .allDayEvents {
  display: none; }

.jCalendar .event__details {
  position: absolute;
  bottom: 45px;
  width: 340px;
  left: -20px;
  z-index: 100; }

.jCalendar .allDayEvents {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 340px;
  z-index: 10; }

/*SMARTPHONE*/
.agenda__header {
  display: block; }
  @media only screen and (min-width: 76.938em) and (max-width: 999999999999) {
    .agenda__header {
      display: block; } }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    .agenda__header {
      display: block; } }
  @media only screen and (max-width: 60em) {
    .agenda__header {
      display: block; } }
  @media only screen and (max-width: 30em) {
    .agenda__header {
      display: block; }
      .agenda__header ul {
        display: none; } }

.list {
  display: none; }
  @media only screen and (min-width: 76.938em) and (max-width: 999999999999) {
    .list {
      display: none; } }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    .list {
      display: none; } }
  @media only screen and (max-width: 60em) {
    .list {
      display: none; } }
  @media only screen and (max-width: 30em) {
    .list {
      display: block; } }

.jCalendar {
  display: block; }
  @media only screen and (min-width: 76.938em) and (max-width: 999999999999) {
    .jCalendar {
      display: block; } }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    .jCalendar {
      display: block; } }
  @media only screen and (max-width: 60em) {
    .jCalendar {
      display: block; } }
  @media only screen and (max-width: 30em) {
    .jCalendar {
      display: none; } }

@media screen and (min-width: 481px) and (max-width: 760px) {
  .agenda__header ul {
    display: none; }
  .agenda__header .btExportAgenda {
    top: 15px;
    left: 0; }
  .list {
    display: block; }
  .jCalendar {
    display: none; } }

/**
 * Social Icons
 */
.social-icons {
  margin: 0; }
  .social-icons li {
    display: inline-block;
    margin: 0;
    line-height: 1; }
    .social-icons li a {
      color: #fff;
      display: block;
      text-indent: -9999px;
      width: 48px;
      height: 48px;
      line-height: 1;
      background-repeat: no-repeat;
      background-size: 24px 24px;
      vertical-align: middle;
      background-position: center center;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }
      .social-icons li a:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
  .social-icons li.twitter a {
    background-image: url("../images/SVG/icon_social-twitter-w.svg"); }
  .social-icons li.facebook a {
    background-image: url("../images/SVG/icon_social-face-w.svg"); }
  .social-icons li.google-plus a {
    background-image: url("../images/SVG/icon_social-gplus-w.svg"); }
  .social-icons li.youtube a {
    background-image: url("../images/SVG/icon_social-youtube-w.svg"); }
  .social-icons li.instagram a {
    background-image: url("../images/SVG/icon_instagram.svg"); }
  .social-icons li.no-state a {
    background-image: url("../images/SVG/icon_no-state.svg"); }
  .social-icons li.link a {
    background-image: url("../images/SVG/icon_link.svg"); }
  .social-icons li.icon-mail a {
    background-image: url("../images/SVG/icon_mail.svg"); }
  .social-icons li.share-text {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    color: #9ea3a1;
    padding-top: 10px;
    vertical-align: middle;
    margin-right: 1.5rem;
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }
    @media only screen and (max-width: 30em) {
      .social-icons li.share-text {
        display: block;
        margin: 0; } }

.social-icons-small li {
  margin: 0 .2rem; }
  .social-icons-small li a {
    padding: .8rem;
    width: 16px;
    height: 16px;
    background-size: 16px 16px; }

.social-icons-large li {
  margin: 0 1rem; }
  .social-icons-large li a {
    width: 40px;
    height: 40px;
    background-size: 36px 36px;
    background-position: center center; }
    @media only screen and (max-width: 30em) {
      .social-icons-large li a {
        margin: 40px 10px 10px; } }
    .social-icons-large li a:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }

.social-icons-light-bg li a {
  opacity: 1;
  filter: alpha(opacity=100); }

.social-icons-light-bg li.twitter a {
  background-image: url("../images/SVG/icon_social-twitter.svg");
  background-position: center center;
  /*
            &:hover {
                background-image: url('../images/SVG/icon_social-twitter.svg');

           }
           */ }

.social-icons-light-bg li.facebook a {
  background-image: url("../images/SVG/icon_social-face.svg");
  background-position: center center;
  /*
            &:hover {
                background-image: url('../images/SVG/icon_social-face.svg');
           }
           */ }

.social-icons-light-bg li.google-plus a {
  background-image: url("../images/SVG/icon_social-gplus.svg");
  background-position: center center;
  /*
            &:hover {
                background-image: url('../images/SVG/icon_social-gplus.svg');
           }
           */ }

.social-icons-light-bg li.youtube a {
  background-image: url("../images/SVG/icon_social-youtube.svg");
  background-position: center center;
  /*
            &:hover {
                background-image: url('../images/SVG/icon_social-youtube.svg');
           }
           */ }

.social-icons-light-bg li.instagram a {
  background-image: url("../images/SVG/icon_social-instagram-g.svg");
  background-position: center center;
  /*
            &:hover {
                background-image: url('../images/SVG/icon_social-instagram-g.svg');
           }
           */ }

.social-icons-light-bg li.no-state a {
  background-image: url("../images/SVG/icon_no-state.svg");
  background-position: center center;
  /*
            &:hover {
                background-image: url('../images/SVG/icon_no-state.svg');
           }
           */ }

/*!
 * Responsive Tables v5.0.4 (http://gergeo.se/RWD-Table-Patterns)
 * This is an awesome solution for responsive tables with complex data.
 * Authors: Nadan Gergeo <nadan.gergeo@gmail.com> (www.gergeo.se) & Maggie Wachs (www.filamentgroup.com)
 * Licensed under MIT (https://github.com/nadangergeo/RWD-Table-Patterns/blob/master/LICENSE-MIT)
 */
.lt-ie8 .btn-toolbar {
  display: none; }

.table-responsive {
  margin-bottom: 20px; }

.table-responsive > .table {
  margin-bottom: 0; }

.table-responsive[data-pattern="priority-columns"] {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #dddddd;
  -webkit-overflow-scrolling: touch; }

.table-responsive[data-pattern="priority-columns"] > .table {
  margin-bottom: 0; }

.table-responsive[data-pattern="priority-columns"] > .table > thead > tr > th,
.table-responsive[data-pattern="priority-columns"] > .table > tbody > tr > th,
.table-responsive[data-pattern="priority-columns"] > .table > tfoot > tr > th,
.table-responsive[data-pattern="priority-columns"] > .table > thead > tr > td,
.table-responsive[data-pattern="priority-columns"] > .table > tbody > tr > td,
.table-responsive[data-pattern="priority-columns"] > .table > tfoot > tr > td {
  white-space: nowrap; }

.table-responsive[data-pattern="priority-columns"] > .table-bordered {
  border: 0; }

.table-responsive[data-pattern="priority-columns"] > .table-bordered > thead > tr > th:first-child,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tbody > tr > th:first-child,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tfoot > tr > th:first-child,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > thead > tr > td:first-child,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tbody > tr > td:first-child,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.table-responsive[data-pattern="priority-columns"] > .table-bordered > thead > tr > th:last-child,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tbody > tr > th:last-child,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tfoot > tr > th:last-child,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > thead > tr > td:last-child,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tbody > tr > td:last-child,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.table-responsive[data-pattern="priority-columns"] > .table-bordered > tbody > tr:last-child > th,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tfoot > tr:last-child > th,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tbody > tr:last-child > td,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0; }

.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority],
.mq.js.lt-ie10 .sticky-table-header th[data-priority],
.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority],
.mq.js.lt-ie10 .sticky-table-header td[data-priority] {
  display: none; }

.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="1"],
.lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="1"],
.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="1"],
.lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="1"] {
  display: inline; }

.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="1"],
.mq.js.lt-ie10 .sticky-table-header th[data-priority="1"],
.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="1"],
.mq.js.lt-ie10 .sticky-table-header td[data-priority="1"] {
  display: table-cell; }

@media screen and (min-width: 480px) {
  .lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="2"],
  .lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="2"],
  .lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="2"],
  .lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="2"] {
    display: inline; }
  .mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="2"],
  .mq.js.lt-ie10 .sticky-table-header th[data-priority="2"],
  .mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="2"],
  .mq.js.lt-ie10 .sticky-table-header td[data-priority="2"] {
    display: table-cell; } }

@media screen and (min-width: 640px) {
  .lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="3"],
  .lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="3"],
  .lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="3"],
  .lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="3"] {
    display: inline; }
  .mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="3"],
  .mq.js.lt-ie10 .sticky-table-header th[data-priority="3"],
  .mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="3"],
  .mq.js.lt-ie10 .sticky-table-header td[data-priority="3"] {
    display: table-cell; } }

@media screen and (min-width: 800px) {
  .lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="4"],
  .lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="4"],
  .lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="4"],
  .lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="4"] {
    display: inline; }
  .mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="4"],
  .mq.js.lt-ie10 .sticky-table-header th[data-priority="4"],
  .mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="4"],
  .mq.js.lt-ie10 .sticky-table-header td[data-priority="4"] {
    display: table-cell; } }

@media screen and (min-width: 960px) {
  .lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="5"],
  .lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="5"],
  .lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="5"],
  .lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="5"] {
    display: inline; }
  .mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="5"],
  .mq.js.lt-ie10 .sticky-table-header th[data-priority="5"],
  .mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="5"],
  .mq.js.lt-ie10 .sticky-table-header td[data-priority="5"] {
    display: table-cell; } }

@media screen and (min-width: 1120px) {
  .lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="6"],
  .lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="6"],
  .lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="6"],
  .lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="6"] {
    display: inline; }
  .mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="6"],
  .mq.js.lt-ie10 .sticky-table-header th[data-priority="6"],
  .mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="6"],
  .mq.js.lt-ie10 .sticky-table-header td[data-priority="6"] {
    display: table-cell; } }

table.table-small-font {
  font-size: 12px;
  -webkit-text-size-adjust: none;
  line-height: 1.5em; }

table.focus-on tbody tr:hover {
  cursor: pointer; }

table.focus-on tbody tr.unfocused th,
table.focus-on tbody tr.unfocused td {
  color: #999999;
  color: rgba(0, 0, 0, 0.4); }

table.focus-on tbody tr.focused th,
table.focus-on tbody tr.focused td {
  background-color: #5bc0de;
  color: #000; }

table th.col-hide,
table td.col-hide {
  display: none; }

table th.col-show,
table td.col-show {
  display: inline; }

.lt-ie9 table th.col-show,
.lt-ie9 table td.col-show {
  display: table-cell; }

.lt-ie9 table.display-all th,
.lt-ie9 table.display-all td {
  display: inline !important; }

table.display-all th,
table.display-all td {
  display: table-cell !important; }

.sticky-table-header {
  background-color: #fff;
  border: none;
  border-radius: 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 990;
  overflow: hidden;
  min-width: 100%; }

.sticky-table-header.fixed-solution {
  min-width: 0;
  position: fixed; }

.lt-ie10 .sticky-table-header.fixed-solution {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  box-sizing: content-box;
  border-bottom: none; }

.sticky-table-header.border-radius-fix {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.sticky-table-header > .table {
  margin-bottom: 0; }

.sticky-table-header > .table > thead > tr > th,
.sticky-table-header > .table > tbody > tr > th,
.sticky-table-header > .table > tfoot > tr > th,
.sticky-table-header > .table > thead > tr > td,
.sticky-table-header > .table > tbody > tr > td,
.sticky-table-header > .table > tfoot > tr > td {
  white-space: nowrap; }

.sticky-table-header > .table-bordered {
  border: 0; }

.table {
  width: 100%;
  max-width: 100%;
  border: none;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: #ffffff; }

.table-striped > tbody > tr:nth-child(even) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; } }

.table-wrapper .btn-toolbar {
  text-align: right; }
  .table-wrapper .btn-toolbar .dropdown-toggle,
  .table-wrapper .btn-toolbar .dropdown-menu {
    display: none; }
  @media only screen and (max-width: 60em) {
    .table-wrapper .btn-toolbar {
      display: none; } }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    .table-wrapper .btn-toolbar {
      display: none !important; } }

.table-responsive {
  max-width: 845px;
  border: none !important; }
  .table-responsive th {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    border: none !important;
    text-align: center;
    color: #9ea3a1;
    background: #202221;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    font-weight: normal; }
  .table-responsive td {
    border: none !important;
    padding: 12px 8px !important;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    font-size: .9rem;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    text-align: center; }
  .table-responsive th.tiny-cl,
  .table-responsive td.tiny-cl {
    width: 60px; }
  .table-responsive th.small-cl,
  .table-responsive td.small-cl {
    width: 85px; }
  .table-responsive th.really-tiny-cl,
  .table-responsive td.really-tiny-cl {
    width: 40px; }
  .table-responsive span {
    display: inline-block; }
  .table-responsive .svg-golo {
    float: right;
    padding-right: .5rem; }

.table-responsive.table-classificacao {
  border-radius: none !important; }
  .table-responsive.table-classificacao th {
    text-transform: uppercase;
    font-size: 0.7rem; }
  .table-responsive.table-classificacao tr.sporting {
    background: #05cd7a; }
    .table-responsive.table-classificacao tr.sporting td {
      color: #fff;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif !important; }

.table-responsive.table-titulares {
  max-width: 450px;
  width: auto; }
  .table-responsive.table-titulares .gray-50 {
    color: #202221; }
  .table-responsive.table-titulares td:nth-child(1) {
    text-align: right !important; }
  .table-responsive.table-titulares th {
    background: #05cd7a;
    color: #fff;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    text-transform: uppercase; }
  .table-responsive.table-titulares td {
    white-space: normal !important; }

.table-responsive.table-suplentes {
  max-width: 450px;
  width: auto; }
  .table-responsive.table-suplentes th {
    background: #D3D3D3;
    border-top: #202221 solid 5px !important;
    color: #202221;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    text-transform: uppercase; }
  .table-responsive.table-suplentes td {
    white-space: normal !important;
    color: #9ea3a1;
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif !important; }
  .table-responsive.table-suplentes tr.entrou td {
    color: #202221; }
  .table-responsive.table-suplentes tr.entrou td.jogador-nome {
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif !important; }

.table-responsive.table-equipa-arbitragem th {
  color: #fff;
  text-transform: uppercase;
  width: 50%; }

.table-responsive.table-equipa-arbitragem td {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  width: 50%; }
  @media only screen and (max-width: 30em) {
    .table-responsive.table-equipa-arbitragem td {
      padding-left: .25rem !important;
      padding-right: .25rem !important; } }

table {
  background: none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: .8rem;
  width: 100%;
  border: none; }
  table tr:nth-of-type(even) {
    background: none; }

td, th {
  padding: 10px 5px; }

table.classificacao {
  max-width: 845px; }
  table.classificacao th {
    background: #202221;
    text-transform: uppercase;
    color: #9ea3a1;
    padding: 10px;
    border-top: #000 solid 4px;
    font-size: 0.7rem;
    text-align: center; }
  table.classificacao td {
    text-align: center;
    font-size: .85rem;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }

table.classificacao.mini-classificacao {
  max-width: 270px;
  text-transform: uppercase;
  font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
  table.classificacao.mini-classificacao tr {
    border-bottom: #dfe1e0 solid 1px; }
  table.classificacao.mini-classificacao td {
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
  table.classificacao.mini-classificacao td:nth-child(1) {
    text-align: center; }
  table.classificacao.mini-classificacao td:nth-child(2) {
    text-align: left; }
  table.classificacao.mini-classificacao tr.classificacao-sporting {
    background: #05cd7a;
    color: #fff; }

table.classificacao.mini-classificacao {
  max-width: 270px;
  text-transform: uppercase;
  font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
  table.classificacao.mini-classificacao tr {
    border-bottom: #dfe1e0 solid 1px; }
  table.classificacao.mini-classificacao td {
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
  table.classificacao.mini-classificacao td:nth-child(1) {
    text-align: center; }
  table.classificacao.mini-classificacao td:nth-child(2) {
    text-align: left; }
  table.classificacao.mini-classificacao tr.classificacao-sporting {
    background: #05cd7a;
    color: #fff; }

table.classificacao.classificacao--megamenu {
  max-width: 175px;
  background: #202221; }
  table.classificacao.classificacao--megamenu th, table.classificacao.classificacao--megamenu td {
    padding: 2px;
    text-align: left; }
  table.classificacao.classificacao--megamenu td {
    text-transform: uppercase;
    font-size: 0.7rem;
    line-height: 1.4;
    padding: 4px 2px;
    color: #9ea3a1;
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }
  table.classificacao.classificacao--megamenu td:nth-child(1) {
    text-align: right; }
  table.classificacao.classificacao--megamenu td:nth-child(2) {
    padding-left: 4px; }
  table.classificacao.classificacao--megamenu th {
    color: white;
    font-size: 0.7rem;
    background: #000; }
  table.classificacao.classificacao--megamenu th:nth-child(1) {
    padding-left: 4px; }
  table.classificacao.classificacao--megamenu tr {
    border-bottom: #2c2f2e solid 1px; }
  table.classificacao.classificacao--megamenu tr.header {
    border-bottom: 0; }
  table.classificacao.classificacao--megamenu tr.classificacao-sporting {
    background: #03824d;
    border-bottom: 0; }
    table.classificacao.classificacao--megamenu tr.classificacao-sporting td {
      color: white; }

/**
 * Adsens
 */
.holderAdsense {
  background: #dfe1e0;
  padding: 15px; }

.welcome {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 10;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
            @include medium-grid{
                background-position: center;
            }
            @include small-grid{
                background-position: center;
            }
*/
  /* Home Slideshow */
  /* HomeSlideshow nav */ }
  @media screen and (max-width: 60em) {
    .welcome .lineAfter {
      bottom: 0 !important; } }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    .welcome .slide__title {
      font-size: 2em !important; } }
  @media only screen and (max-width: 60em) {
    .welcome .slide__title {
      font-size: 2em !important; } }
  @media only screen and (max-width: 30em) {
    .welcome .slide__title {
      /*display: none;*/
      font-size: 2em !important; }
      .welcome .slide__title a {
        position: absolute;
        bottom: 0;
        /*left: 0;*/
        padding: 0 10px;
        color: #fff;
        pointer-events: all; }
      .welcome .slide__title a:after {
        content: ""; } }
  .welcome .home-slideshow {
    /*position: relative;*/
    height: 713px;
    background-color: #202221;
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab; }
    @media only screen and (max-width: 30em) {
      .welcome .home-slideshow {
        height: 600px; } }
    .welcome .home-slideshow .lineAfter {
      bottom: 123px; }
    .welcome .home-slideshow .loadingTemp {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #202221;
      z-index: 9999; }
    .welcome .home-slideshow .slick-slider {
      height: 713px; }
      @media only screen and (max-width: 30em) {
        .welcome .home-slideshow .slick-slider {
          height: 600px; } }
      .welcome .home-slideshow .slick-slider .slick-list {
        height: 100%;
        margin-top: -21px; }
        .welcome .home-slideshow .slick-slider .slick-list .slick-track {
          height: 100%; }
    .welcome .home-slideshow .slide__fixed {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-image: url("../images/stripes_hp@2x.png");
      /*lines hp*/
      background-position: right center;
      background-repeat: no-repeat;
      background-size: cover;
      pointer-events: none;
      z-index: 2; }
      @media only screen and (max-width: 30em) {
        .welcome .home-slideshow .slide__fixed {
          background-position: -490px center; } }
    .welcome .home-slideshow .slide__container {
      position: absolute;
      bottom: 214px;
      /*top: 50px;*/
      top: 26px;
      left: 0;
      height: 208px;
      width: 100%;
      pointer-events: none; }
      .welcome .home-slideshow .slide__container .slideContent {
        display: none;
        margin-top: 80px;
        height: 128px;
        max-width: 27.5rem;
        width: 27.5rem;
        margin: 0px auto;
        height: 100%;
        position: relative;
        right: -325px; }
        .welcome .home-slideshow .slide__container .slideContent .slide__title {
          max-width: 555px;
          width: 100%;
          float: right;
          color: white;
          text-transform: uppercase;
          font-family: "DINWeb-Black", "Helvetica", "Arial", sans-serif;
          font-size: 2.8rem;
          line-height: 1;
          margin: 0;
          height: 200px;
          position: relative;
          z-index: 100;
          -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
          -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
          -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
          -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
          @media only screen and (min-width: 60em) and (max-width: 76.875em) {
            .welcome .home-slideshow .slide__container .slideContent .slide__title {
              height: 170px; } }
          .welcome .home-slideshow .slide__container .slideContent .slide__title a {
            position: absolute;
            bottom: 0;
            left: 0;
            color: #fff;
            pointer-events: all; }
          .welcome .home-slideshow .slide__container .slideContent .slide__title a:after {
            content: url("../images/SVG/icon_seta2.svg"); }
          @media only screen and (max-width: 30em) {
            .welcome .home-slideshow .slide__container .slideContent .slide__title {
              line-height: 2.6rem;
              margin-top: 50px; } }
        @media only screen and (min-width: 76.938em) and (max-width: 999999999999) {
          .welcome .home-slideshow .slide__container .slideContent {
            margin: initial;
            right: initial; } }
        @media only screen and (min-width: 60em) and (max-width: 76.875em) {
          .welcome .home-slideshow .slide__container .slideContent {
            margin: initial;
            right: initial; } }
        @media only screen and (max-width: 60em) {
          .welcome .home-slideshow .slide__container .slideContent {
            right: -75px;
            max-width: 27.5rem;
            width: initial; } }
        @media only screen and (max-width: 30em) {
          .welcome .home-slideshow .slide__container .slideContent {
            width: 100%;
            right: 0;
            top: 50px; } }
        @media screen and (min-width: 480px) and (max-width: 550px) {
          .welcome .home-slideshow .slide__container .slideContent {
            width: initial;
            padding: 0 10px;
            right: auto; } }
      @media only screen and (min-width: 60em) and (max-width: 76.875em) {
        .welcome .home-slideshow .slide__container {
          top: 0;
          height: 175px;
          left: initial;
          right: 0;
          width: initial; } }
      @media only screen and (max-width: 60em) {
        .welcome .home-slideshow .slide__container {
          right: -75px; } }
    .welcome .home-slideshow .slide {
      background-repeat: none;
      -webkit-background-size: cover;
      -ms-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      z-index: 0;
      position: relative;
      height: 100%;
      padding-top: 82px;
      background-color: #202221;
      /*&:after {
                display: block;
                content: '';
                position: absolute;
                top: 0;right: 0;
                width: 100%;
                height: 100%;
                background-image:url('../images/stripes_hp@2x.png');/*lines hp*/
      /*background-position: right center;
                background-repeat: no-repeat;
                background-size: cover;
                z-index: 2;
                @include medium-grid{
                    display: none;
                }
                @include small-grid{
                    display: none;
                }
            }*/ }
      @media only screen and (min-width: 60em) and (max-width: 76.875em) {
        .welcome .home-slideshow .slide {
          padding-top: 0; } }
      @media only screen and (max-width: 60em) {
        .welcome .home-slideshow .slide {
          background-position: center; } }
      @media only screen and (max-width: 30em) {
        .welcome .home-slideshow .slide {
          background-position: center; } }
    .welcome .home-slideshow .slick-next {
      right: 25px;
      z-index: 100; }
    .welcome .home-slideshow .slick-prev {
      left: 25px;
      z-index: 100; }
  .welcome .slick-slideshow-nav {
    right: 0;
    height: auto;
    top: 0;
    position: absolute;
    max-width: 27.5rem;
    width: 27.5rem;
    padding: 1rem 0; }
    .welcome .slick-slideshow-nav .slideshow-nav__item {
      height: 45px; }
      .welcome .slick-slideshow-nav .slideshow-nav__item .item__title {
        color: white;
        margin: 0;
        margin-left: 0.9rem;
        display: block;
        cursor: pointer;
        padding: 0.4rem 1rem;
        padding-left: 1.75rem;
        background-image: url("../images/SVG/icon_article.svg");
        background-repeat: no-repeat;
        background-position: 0 center; }
        .welcome .slick-slideshow-nav .slideshow-nav__item .item__title .itemTitle {
          font-size: 0.85rem;
          text-transform: uppercase;
          font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
          line-height: 1;
          white-space: nowrap;
          text-overflow: ellipsis;
          max-width: 320px;
          overflow: hidden;
          display: inline-block;
          padding-top: 13px; }
        .welcome .slick-slideshow-nav .slideshow-nav__item .item__title .item__category {
          opacity: 0.75;
          font-size: 0.7rem;
          color: #dfe1e0;
          font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
          vertical-align: text-bottom;
          display: inline-block;
          padding-bottom: 2px; }
    .welcome .slick-slideshow-nav .slideshow-nav__item--loja .item__title {
      background-image: url("../images/SVG/lojaverde.svg"); }
  .welcome .banners-hero-show a {
    display: block; }
  .welcome .banner-hero {
    padding: 1rem;
    text-transform: uppercase;
    height: 80px;
    position: relative; }
    .welcome .banner-hero p {
      margin: 0; }
      .welcome .banner-hero p a {
        color: #202221;
        display: block;
        margin: 0;
        line-height: 1.05;
        font-size: 1rem;
        font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
        letter-spacing: 1px;
        position: relative; }
        .welcome .banner-hero p a span {
          font-size: 0.85rem;
          font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
          letter-spacing: 0; }
        .welcome .banner-hero p a .price {
          font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
          color: #fff;
          font-style: italic;
          position: absolute;
          bottom: -15px; }
    .welcome .banner-hero .icon {
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -15px; }
      .welcome .banner-hero .icon .svg-icon {
        width: 20px;
        height: 20px; }
  .welcome .banner-hero.banner-hero-secondary {
    background: #FAC200; }
  .welcome .banner-hero.banner-hero-primary {
    background: #04b46b; }
    .welcome .banner-hero.banner-hero-primary p a {
      color: #fff; }
      .welcome .banner-hero.banner-hero-primary p a span {
        color: #202221; }
  .welcome .welcome_menu {
    width: 100%;
    height: 100px; }

.home-slideshow .slideShowNavContent .slideshowNav {
  position: absolute;
  right: 0;
  z-index: 100;
  /*top: 257px;*/
  top: 234px;
  width: 100%;
  height: 142px;
  pointer-events: none; }
  .home-slideshow .slideShowNavContent .slideshowNav .slideshowNav__container {
    max-width: 60rem;
    margin: 0 auto;
    position: relative;
    height: 100%;
    z-index: 30;
    pointer-events: none;
    width: 27.5rem;
    right: -325px;
    height: 141px;
    border-top: rgba(255, 255, 255, 0.5) solid 1px;
    border-bottom: rgba(255, 255, 255, 0.5) solid 1px; }
    .home-slideshow .slideShowNavContent .slideshowNav .slideshowNav__container .slideshow-nav__item {
      pointer-events: all; }
    @media only screen and (min-width: 76.938em) and (max-width: 999999999999) {
      .home-slideshow .slideShowNavContent .slideshowNav .slideshowNav__container {
        margin: initial;
        right: initial; } }
    @media only screen and (min-width: 60em) and (max-width: 76.875em) {
      .home-slideshow .slideShowNavContent .slideshowNav .slideshowNav__container {
        margin: initial;
        right: initial; } }
    @media only screen and (max-width: 60em) {
      .home-slideshow .slideShowNavContent .slideshowNav .slideshowNav__container {
        right: -75px; } }
    @media only screen and (max-width: 30em) {
      .home-slideshow .slideShowNavContent .slideshowNav .slideshowNav__container {
        display: none;
        right: 0; } }
    @media screen and (min-width: 480px) and (max-width: 550px) {
      .home-slideshow .slideShowNavContent .slideshowNav .slideshowNav__container {
        right: auto; } }
  @media only screen and (min-width: 76.938em) and (max-width: 999999999999) {
    .home-slideshow .slideShowNavContent .slideshowNav {
      width: initial; } }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    .home-slideshow .slideShowNavContent .slideshowNav {
      width: initial;
      top: 175px; } }
  @media only screen and (max-width: 60em) {
    .home-slideshow .slideShowNavContent .slideshowNav {
      /*display: none;*/ } }
  @media only screen and (max-width: 30em) {
    .home-slideshow .slideShowNavContent .slideshowNav {
      /*display: none;*/ } }

.home-slideshow .slideShowNavContent .heroBanner {
  position: absolute;
  bottom: 214px;
  left: 0;
  height: 80px;
  width: 100%;
  pointer-events: none;
  /*FS*/ }
  .home-slideshow .slideShowNavContent .heroBanner .heroBanner__container {
    max-width: 60rem;
    margin: 0 auto;
    height: 100%;
    position: relative;
    pointer-events: none;
    /*FS*/ }
    .home-slideshow .slideShowNavContent .heroBanner .heroBanner__container .heroBanner__content {
      position: absolute;
      right: 0;
      top: 0;
      width: 27.5rem;
      height: 100%;
      z-index: 30;
      /*FS*/
      pointer-events: none;
      /*FS*/ }
      @media only screen and (min-width: 60em) and (max-width: 76.875em) {
        .home-slideshow .slideShowNavContent .heroBanner .heroBanner__container .heroBanner__content {
          top: 15px; } }
      @media only screen and (max-width: 60em) {
        .home-slideshow .slideShowNavContent .heroBanner .heroBanner__container .heroBanner__content {
          top: 15px; } }
      .home-slideshow .slideShowNavContent .heroBanner .heroBanner__container .heroBanner__content:after {
        content: "";
        display: table;
        clear: both; }
      .home-slideshow .slideShowNavContent .heroBanner .heroBanner__container .heroBanner__content a {
        display: block;
        width: 47%;
        height: 100%; }
      .home-slideshow .slideShowNavContent .heroBanner .heroBanner__container .heroBanner__content a.left {
        float: left;
        pointer-events: all; }
      .home-slideshow .slideShowNavContent .heroBanner .heroBanner__container .heroBanner__content a.right {
        float: right;
        pointer-events: all; }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    .home-slideshow .slideShowNavContent .heroBanner {
      bottom: 294px; } }
  @media only screen and (max-width: 60em) {
    .home-slideshow .slideShowNavContent .heroBanner {
      display: none; } }
  @media only screen and (max-width: 30em) {
    .home-slideshow .slideShowNavContent .heroBanner {
      display: none; } }

/*
.heroBanner {
    display: none!important;
}
*/
.bannerHero {
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 0.75rem;
  color: #202221;
  -webkit-box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.2); }
  .bannerHero:before {
    content: '';
    display: block;
    position: absolute;
    top: 0; }
  .bannerHero span {
    text-transform: uppercase;
    display: block; }
  .bannerHero .banner__subtitle {
    font-size: 0.7rem;
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
    line-height: 1.4;
    letter-spacing: 1px; }
  .bannerHero .banner__title {
    font-size: 1rem;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    line-height: 1;
    letter-spacing: 1px; }
    .bannerHero .banner__title span {
      color: #fff;
      font-style: italic;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      font-size: 0.7rem; }

.bannerHero--left {
  float: left;
  background-color: #FAC200;
  padding-left: 1rem; }
  .bannerHero--left:before {
    right: -14px;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 80px solid #FAC200; }

.bannerHero--right {
  float: right;
  background-color: #04b46b;
  padding-right: 10px;
  padding-left: 30px; }
  .bannerHero--right:before {
    left: -14px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-top: 80px solid #04b46b; }
  .bannerHero--right .banner__title {
    color: white; }

#videoHeroshot {
  max-width: 100%;
  pointer-events: none; }
  @media screen and (max-width: 1920px) {
    #videoHeroshot {
      height: 600px;
      pointer-events: none; } }
  @media screen and (max-width: 1600px) {
    #videoHeroshot {
      height: 500px;
      pointer-events: none; } }
  @media screen and (max-width: 1440px) {
    #videoHeroshot {
      height: 450px;
      pointer-events: none; } }
  @media screen and (max-width: 1024px) {
    #videoHeroshot {
      height: 320px;
      pointer-events: initial; } }
  @media screen and (max-width: 768px) {
    #videoHeroshot {
      height: 240px;
      pointer-events: initial; } }
  @media screen and (max-width: 480px) {
    #videoHeroshot {
      height: 200px;
      pointer-events: initial; } }
  @media screen and (max-width: 320px) {
    #videoHeroshot {
      height: 150px;
      pointer-events: initial; } }

.welcome-footer {
  border-bottom: #dfe1e0 solid 1px;
  z-index: 20;
  position: relative;
  font-size: .7rem;
  line-height: 1;
  /*position: absolute;*/
  bottom: 0;
  width: 100%; }
  .welcome-footer:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.92;
    filter: alpha(opacity=92); }

/**
 * Featured
 */
.featured {
  max-width: 60rem;
  margin: 0 auto;
  /*@include small-grid{
        display: none;
    }*/ }
  .featured:after {
    content: "";
    display: table;
    clear: both; }
  .featured .featured__jogos {
    float: left;
    left: initial; }
    .featured .featured__jogos:after {
      content: "";
      display: table;
      clear: both; }
    .featured .featured__jogos .featured__title {
      text-transform: uppercase;
      font-size: 0.85rem;
      font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif; }
    @media only screen and (max-width: 30em) {
      .featured .featured__jogos {
        left: 0%; } }
  .featured .featured__content {
    width: 100%;
    position: relative; }
    .featured .featured__content:after {
      content: "";
      display: table;
      clear: both; }

.featured__proximoJogo {
  width: 100%;
  height: 122px;
  float: left;
  padding: .8rem 0;
  position: relative; }
  .featured__proximoJogo .featured__proximoJogo__details {
    float: left;
    color: #9ea3a1; }
    .featured__proximoJogo .featured__proximoJogo__details span {
      display: block;
      font-size: 0.7rem;
      line-height: 1.2; }
    .featured__proximoJogo .featured__proximoJogo__details .jornada {
      text-transform: uppercase;
      color: #5e6461;
      width: 80px; }
  .featured__proximoJogo .featured__proximoJogo__button {
    position: absolute;
    right: 0px;
    margin-top: 6px;
    text-transform: uppercase;
    max-width: 120px;
    width: 120px; }
    @media screen and (min-width: 960px) and (max-width: 1230px) {
      .featured__proximoJogo .featured__proximoJogo__button {
        /* TODO - add queries variables */
        /*
            width: 160px;
            left: 45%;
            top: 60%;

            .button.tiny.icon {
                padding: 0;
                height: 25px;
                line-height: 25px;
            }
            */ } }
    @media only screen and (max-width: 30em) {
      .featured__proximoJogo .featured__proximoJogo__button {
        width: 160px;
        left: 45%;
        top: 60%; } }
    .featured__proximoJogo .featured__proximoJogo__button .btPlacard {
      display: block;
      float: right;
      background-image: url(../images/newHP/svg/placard_mono.svg);
      width: 100%;
      height: 32px;
      background-repeat: no-repeat;
      /* max-width: 90px; */
      background-size: 60%;
      background-position: center;
      margin-top: 4px;
      background-color: #fff;
      border: #000 solid 1px; }
      .featured__proximoJogo .featured__proximoJogo__button .btPlacard:hover {
        background-color: #04b46b;
        border: #04b46b solid 1px; }
  .featured__proximoJogo .emptyState div {
    display: inline-block; }
  .featured__proximoJogo .emptyState .nogamesText {
    color: #9ea3a1;
    text-transform: uppercase;
    font-size: 0.6rem; }
  .featured__proximoJogo .emptyState .noGamesImg {
    padding: 0 0.5rem; }
  .featured__proximoJogo .emptyState .noGamesVideos span, .featured__proximoJogo .emptyState .noGamesVideos a {
    display: block;
    font-size: 0.6rem; }
  .featured__proximoJogo .emptyState .noGamesVideos a {
    text-decoration: underline; }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    .featured__proximoJogo {
      border-bottom: #dfe1e0 solid 1px; } }
  @media only screen and (max-width: 60em) {
    .featured__proximoJogo {
      border-bottom: #dfe1e0 solid 1px; } }
  @media only screen and (max-width: 30em) {
    .featured__proximoJogo {
      border-bottom: #dfe1e0 solid 1px; } }

.featured__ultimoJogo {
  height: 122px;
  float: left;
  left: initial;
  border-left: #dfe1e0 solid 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative; }
  .featured__ultimoJogo .featured__title {
    text-transform: uppercase;
    font-size: 0.85rem;
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif; }
  .featured__ultimoJogo .equipas__button {
    text-align: center; }
    .featured__ultimoJogo .equipas__button .btn {
      font-size: 0.7rem;
      line-height: 22px;
      color: #04b46b; }
  @media only screen and (max-width: 30em) {
    .featured__ultimoJogo {
      position: absolute;
      left: 100%; } }

.equipas {
  position: absolute;
  height: 45px;
  top: 50%;
  margin-left: -26px;
  margin-top: -13px;
  left: 35%;
  /*45%;*/
  /* TODO - add queries variables */ }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    .equipas {
      left: 35%;
      /*45%;*/ } }
  @media only screen and (max-width: 60em) {
    .equipas {
      left: 30%;
      /*40%;*/ } }
  @media screen and (min-width: 480px) and (max-width: 630px) {
    .equipas {
      left: 30%;
      /*37%;*/ } }
  @media only screen and (max-width: 30em) {
    .equipas {
      left: 30%;
      /*40%;*/ } }
  @media screen and (min-width: 960px) and (max-width: 1230px) {
    .equipas {
      /*left: 39%;*/
      /*top: 40%;*/ } }
  .equipas:after {
    content: "";
    display: table;
    clear: both; }
  .equipas:before {
    /*
        content: '';
        position: absolute;
        left: 50%;top: 50%;
        width: 6px;height: 4px;
        margin-top: -2px;
        background: $gray-dark;
        margin-left: -3px;
        */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    width: 6px;
    margin-top: -1px;
    margin-left: -3px;
    background: #5e6461; }
  .equipas .equipas__equipa {
    width: 75px;
    float: left;
    height: 45px;
    position: relative; }
    .equipas .equipas__equipa .svg-icon {
      width: 32px;
      height: 32px;
      top: 5px;
      position: absolute; }
    .equipas .equipas__equipa .equipas__name {
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      font-size: 0.7rem;
      color: #9ea3a1; }
  .equipas .equipas__equipa--casa .svg-icon {
    right: 10px; }
  .equipas .equipas__equipa--casa .equipas__name {
    height: inherit;
    line-height: 45px; }
    .equipas .equipas__equipa--casa .equipas__name span {
      display: inline-block;
      vertical-align: middle;
      line-height: normal; }
  .equipas .equipas__equipa--fora .svg-icon {
    left: 10px; }
  .equipas .equipas__equipa--fora .equipas__name {
    height: inherit;
    line-height: 45px;
    margin-left: 50px; }
    .equipas .equipas__equipa--fora .equipas__name span {
      display: inline-block;
      vertical-align: middle;
      line-height: normal; }
  .equipas .equipas__equipa--scp .equipas__name {
    color: #04b46b; }

.featured__proximoJogo .btActive {
  left: 33%; }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    .featured__proximoJogo .btActive {
      left: 33%; } }
  @media only screen and (max-width: 60em) {
    .featured__proximoJogo .btActive {
      left: 30%; } }
  @media screen and (min-width: 480px) and (max-width: 630px) {
    .featured__proximoJogo .btActive {
      left: 30%; } }
  @media only screen and (max-width: 30em) {
    .featured__proximoJogo .btActive {
      left: auto !important;
      /*top: 40%;*/
      top: 26px;
      right: -26px;
      margin-left: 0px;
      margin-top: 0px; } }

@media screen and (min-width: 480px) and (max-width: 630px) {
  .featured__proximoJogo .equipas__name {
    display: none; } }

@media only screen and (max-width: 30em) {
  .featured__proximoJogo .equipas__name {
    display: none; } }

.equipas--ultimoJogo {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  margin: 0;
  height: 35px;
  margin-top: 12px; }
  .equipas--ultimoJogo:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    width: 6px;
    margin-top: 3px;
    background: #5e6461; }
  .equipas--ultimoJogo .equipas__equipa {
    height: 35px;
    width: 50%; }
    .equipas--ultimoJogo .equipas__equipa .equipas__name {
      margin: 0;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      font-size: 0.7rem; }
      .equipas--ultimoJogo .equipas__equipa .equipas__name span {
        font-size: 1.7rem;
        font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
        vertical-align: middle; }
  .equipas--ultimoJogo .equipas__equipa--casa .equipas__name {
    margin-right: 10px;
    text-align: right; }
    .equipas--ultimoJogo .equipas__equipa--casa .equipas__name span {
      margin-left: 5px; }
  .equipas--ultimoJogo .equipas__equipa--fora .equipas__name {
    margin-left: 10px;
    text-align: left; }
    .equipas--ultimoJogo .equipas__equipa--fora .equipas__name span {
      margin-right: 5px; }

#dmc-content-classM {
  padding: 0;
  left: initial; }
  @media only screen and (max-width: 30em) {
    #dmc-content-classM {
      position: absolute;
      left: 200%;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media only screen and (max-width: 30em) {
    #dmc-content-classM .featured__tabela {
      border-left: 0; } }

.featured__tabela {
  max-width: 360px;
  height: 122px;
  padding-top: 35px;
  border-left: #dfe1e0 solid 1px;
  float: left;
  /*
    @include small-grid{
        padding-top: 5px;
    }
    */ }
  .featured__tabela:after {
    content: "";
    display: table;
    clear: both; }
  .featured__tabela .competicao {
    width: 150px;
    float: left;
    position: relative; }
    .featured__tabela .competicao img {
      position: absolute;
      top: 0;
      left: 0; }
    .featured__tabela .competicao .competicao__name {
      margin-left: 60px;
      text-transform: uppercase;
      line-height: 1;
      margin-top: 10px; }
      .featured__tabela .competicao .competicao__name span {
        color: #9ea3a1;
        font-size: 0.7rem; }
      @media screen and (min-width: 480px) and (max-width: 630px) {
        .featured__tabela .competicao .competicao__name {
          display: none; } }
  .featured__tabela .posicao {
    float: right;
    width: 155px;
    height: 55px;
    position: relative; }
    .featured__tabela .posicao .posicao__lugar {
      position: absolute;
      width: 40px;
      top: 8px;
      font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
      font-size: 1.7rem;
      left: 5px;
      line-height: 45px; }
      .featured__tabela .posicao .posicao__lugar span {
        color: #5e6461; }
    .featured__tabela .posicao .posicao__tabela {
      border-left: #dfe1e0 solid 1px;
      padding-left: 5px;
      padding-top: 8px;
      margin-left: 50px; }
      .featured__tabela .posicao .posicao__tabela table td, .featured__tabela .posicao .posicao__tabela table th {
        padding: 0;
        text-align: center;
        font-size: 0.7rem; }
      .featured__tabela .posicao .posicao__tabela table th {
        color: #9ea3a1;
        font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }
    @media screen and (min-width: 482px) and (max-width: 630px) {
      .featured__tabela .posicao {
        float: none;
        margin-left: 40%; } }

.featuredPager {
  display: none;
  height: 40px;
  padding: 0;
  line-height: 40px;
  color: #04b46b;
  text-align: center;
  background: #EBEBEB; }
  @media only screen and (max-width: 30em) {
    .featuredPager {
      display: initial; } }
  .featuredPager > div {
    cursor: pointer; }
  .featuredPager .pagerActive {
    color: #9ea3a1;
    border-top: 1px solid #9ea3a1; }

/**
 * Palmares
 */
.palmares {
  background: #fff;
  border-top: #05cd7a solid 5px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: #e1e1e0 solid 1px; }
  .palmares .slick-palmares {
    margin-bottom: 1.5rem; }
    .palmares .slick-palmares .slick-prev, .palmares .slick-palmares .slick-next {
      width: 40px;
      height: 100%;
      top: 0;
      margin: 0;
      background-color: white; }
    .palmares .slick-palmares .slick-prev {
      left: 0; }
    .palmares .slick-palmares .slick-next {
      right: 0; }
    .palmares .slick-palmares .slick-prev:before,
    .palmares .slick-palmares .slick-next:before {
      background-repeat: no-repeat;
      content: '';
      display: block;
      text-indent: -9999px;
      width: 22px;
      height: 22px;
      margin: 0 auto; }
    .palmares .slick-palmares .slick-prev:before {
      background-image: url("../images/SVG/icon_prev.svg"); }
    .palmares .slick-palmares .slick-next:before {
      background-image: url("../images/SVG/icon_next.svg"); }
    .palmares .slick-palmares .slick-prev:after, .palmares .slick-palmares .slick-next:after {
      content: '';
      position: absolute;
      top: 0;
      height: 100%; }
    .palmares .slick-palmares .slick-prev:after {
      right: -20px;
      width: 30px;
      background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(65%, rgba(255, 255, 255, 0.93)), color-stop(100%, white));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* IE10+ */
      background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
      /* IE6-9 */ }
    .palmares .slick-palmares .slick-next:after {
      left: -20px;
      width: 30px;
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(65%, rgba(255, 255, 255, 0.93)), color-stop(100%, white));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* IE10+ */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
      /* IE6-9 */ }
    .palmares .slick-palmares .slick-slide {
      height: auto !important; }
  .palmares .btHistoria {
    padding: 1.3rem 2.8rem;
    line-height: 4px; }
    @media only screen and (max-width: 30em) {
      .palmares .btHistoria {
        height: auto;
        line-height: 20px;
        padding: 0.5rem 1.4rem; } }

.palmares header {
  /*margin-bottom: 20px; FS*/ }

.palmares__item {
  /*padding: 1.5rem 0;*/
  margin: 0 0.5rem;
  margin: 0;
  text-align: center;
  position: relative; }
  .palmares__item .item__taca {
    position: relative;
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto; }
    .palmares__item .item__taca .taca__image img {
      max-height: 130px;
      margin: 0 auto;
      -webkit-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      -moz-transform: scale3d(1, 1, 1);
      -o-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
      -moz-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
      transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
      .palmares__item .item__taca .taca__image img:hover {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        -o-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%); }
    .palmares__item .item__taca .taca__number {
      position: absolute;
      left: 17px;
      font-size: 2rem;
      /*top: 70px;bottom to new photos FS*/
      bottom: 32px;
      color: #04b46b;
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
      width: 80px;
      text-align: right;
      top: 86px;
      width: 40px; }
    .palmares__item .item__taca .taca__competicao {
      margin: 0 auto;
      margin-top: 15px;
      max-width: 165px;
      color: #5e6461;
      text-transform: uppercase;
      font-size: 0.6rem;
      line-height: 1.4;
      text-align: center;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }

.container-sabia {
  width: 100%; }

/**
 * Component
 */
.sabia {
  /*padding: 3.5rem 0;/*FS*/
  margin: 80px 0;
  /*margin: 3.5rem 0;*/
  position: relative;
  background: #04b46b;
  /*FS*/
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  /*
  &:before {
    position: absolute;
    width: 100%;
    content: '';
    height: /*2px;50%;
    top: 0;left: 0;
    background: #F1F1F1;
    @include transition(all 0.6s ease-in-out);
  }
 

  &:after {
    position: absolute;
    background: #F1F1F1;
    width: 100%;
    content: '';
    height: /*0;2px;100%;
    bottom: 0;left: 0;
    @include transition(all 0.6s ease-in-out);
  }*/ }
  .sabia .sabia__button {
    position: absolute;
    text-align: center;
    height: 45px;
    width: 100%;
    top: 0;
    margin-top: -22px;
    z-index: 50;
    -webkit-transition: all 0.3s 1s;
    -moz-transition: all 0.3s 1s;
    transition: all 0.3s 1s;
    /*
    &:before {
      content: '';
      position: absolute;
      top: 0/*50%;left: 0;
      margin-top: -2px;
      width: 100%;height: 5px;
      background: $white;
    }
    */
    /*
    &:after {
      content: '';
      position: absolute;
      top: 0/*50%;left: 0;
      width: 100%;height: 1px;
      /*background: $primary-color;
    }*/ }
    .sabia .sabia__button .button {
      position: relative;
      z-index: 10;
      text-transform: uppercase;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 0.85rem;
      background: #04b46b; }
      .sabia .sabia__button .button:hover {
        background: #03824d; }
  .sabia .close-button {
    /*border: $white solid 1px;
    width: 55px;height: 55px;
    @include vendor-prefix(border-radius, 55px);
    font-family: "FF DIN Pro Light","Helvetica","Arial",sans-serif;/*$DINLight;
    font-size: 2rem;
    font-weight: normal; */
    position: absolute;
    right: 10px;
    top: 7px;
    width: 40px;
    height: 40px;
    padding: 5px 13px;
    /*
    text-align: center;
    line-height: 50px;
    color: $white;
    /*@include transform(translate3d(0,-40px,0));*/
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s; }
    .sabia .close-button .svg-icon {
      width: 18px;
      height: 18px;
      /*margin:0 auto;*/
      /*
      path{
        fill:#fff;
      }
      rect{
        fill:#fff;
      }
      polygon{
        fill:#fff;
      }
      */ }
      .sabia .close-button .svg-icon line#icon-del-2, .sabia .close-button .svg-icon line#icon-del-1 {
        stroke: #fff; }
  .sabia .sabia__content {
    text-align: center;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    color: #f2f2f2; }
    .sabia .sabia__content .content__title {
      text-transform: uppercase;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 0.85rem; }
    .sabia .sabia__content p {
      color: white;
      font-size: 0.85rem;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }

/**
 * Active
 */
.sabia.active {
  /*padding-top: 4.5rem;*/
  /*margin-bottom: 2.5rem;*/
  padding: 3.5rem 0 2.0rem 0;
  background: #04b46b;
  width: 100%;
  display: table;
  /*min-height: 100px;*/
  /*
  &:before {
    height: 0;/*FS
    //@include opacity(0.5);
  }
  */
  /*
  &:after {
    height: 0;
    //@include opacity(0.5);
  }*/ }
  .sabia.active .close-button {
    opacity: 1;
    filter: alpha(opacity=100);
    /*@include transform(translate3d(0,0,0));*/
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s; }
  .sabia.active .sabia__content {
    /*@include opacity(1);
    @include transition(all 10s 10s);*/ }
  .sabia.active .sabia__button {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0;
    filter: alpha(opacity=0);
    /*
    &:before {
      background: transparent;
    }
    &:after {
      background: transparent;
    }
    */ }
    .sabia.active .sabia__button .button {
      border: white solid 1px;
      color: white;
      background: none; }

/**
 * Component
 */
.mediaCenter .mediaCenter__item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  height: 240px;
  line-height: 240px;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
  /*
        @include vendor-prefix(background-size, cover);
        
        background-position: center center;
        
        img{
          @include transition(all .3s ease-out);
          position: relative;
          /*width: 100%;
          height: 100%; 
          /*width: auto!important;
        }
        */ }
  .mediaCenter .mediaCenter__item .mediaCenter__photo {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transform: scale(1.00001);
    -ms-transform: scale(1.00001);
    -moz-transform: scale(1.00001);
    -o-transform: scale(1.00001);
    transform: scale(1.00001);
    background-position: center center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative; }
  .mediaCenter .mediaCenter__item:hover .mediaCenter__photo {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center; }
  .mediaCenter .mediaCenter__item:hover a
.item__container .item__subtitle .bar {
    /*@include vendor-prefix(transform, scale(1.5,1.0001));*/
    width: 60px; }
  .mediaCenter .mediaCenter__item a {
    display: block; }
  .mediaCenter .mediaCenter__item .item__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(3, 130, 77, 0.5);
    /*0.75 FS*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .mediaCenter .mediaCenter__item .item__container {
    position: absolute;
    text-align: center;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    height: 80px;
    margin-top: -40px; }
    .mediaCenter .mediaCenter__item .item__container .item__icon {
      /*margin-bottom: 0.5rem;*/ }
    .mediaCenter .mediaCenter__item .item__container .item__title {
      color: #fff;
      margin: 0;
      line-height: 1.2;
      text-transform: uppercase;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      letter-spacing: 1px;
      padding-left: .5rem;
      padding-right: .5rem;
      font-size: 0.7rem;
      /*font-weight: normal;*/
      -webkit-transition: -webkit-transform 0.3s;
      -moz-transition: -moz-transform 0.3s;
      transition: transform 0.3s; }
    .mediaCenter .mediaCenter__item .item__container .item__subtitle {
      color: white;
      opacity: 0.5;
      text-transform: uppercase;
      display: inline-block;
      padding-left: .5rem;
      padding-right: .5rem;
      font-size: 0.62rem;
      position: relative; }
      .mediaCenter .mediaCenter__item .item__container .item__subtitle .bar {
        display: inline-block;
        width: 50px;
        height: 1px;
        background: #04b46b;
        line-height: 1;
        margin-bottom: 5px;
        -webkit-transition: width 0.3s ease-in;
        -moz-transition: width 0.31s ease-in;
        -ms-transition: width 0.3s ease-in;
        -o-transition: width 0.3s ease-in;
        transition: width 0.3s ease-in; }
      .mediaCenter .mediaCenter__item .item__container .item__subtitle .bar.bar-left {
        margin-right: 10px; }
      .mediaCenter .mediaCenter__item .item__container .item__subtitle .bar.bar-right {
        margin-left: 10px; }

/**
 * Effects
 */
.mediaCenter__item:hover .item__bg {
  background-color: rgba(3, 130, 77, 0); }

/**
 * Responsive
 */
.mediaCenter {
  text-align: center;
  margin: 0; }
  .mediaCenter .mediaCenter__item:nth-child(4) {
    border-right: none; }
  @media only screen and (max-width: 60em) {
    .mediaCenter .mediaCenter__item {
      border-bottom: #fff solid 1px; }
      .mediaCenter .mediaCenter__item:nth-child(4) {
        border-right: none;
        border-bottom: none; }
      .mediaCenter .mediaCenter__item:nth-child(2) {
        border-right: none; }
      .mediaCenter .mediaCenter__item:nth-child(3) {
        border-bottom: none; } }
  @media only screen and (max-width: 30em) {
    .mediaCenter .mediaCenter__item {
      border-right: none;
      border-bottom: #fff solid 1px; }
      .mediaCenter .mediaCenter__item:nth-child(4) {
        border-bottom: none; } }

/**
 * Component Container
 */
/*
.socialClub {
    background:#fff;
    border-top: $border solid 1px;
    border-left: $border solid 1px;
    .socialClub__item {
        background:#fff;
        border-right: $border solid 1px;
        border-bottom: $border solid 1px;
        padding: 0;
    }
}
*/
/**
 * Component
 */
/*
.socialClub {
    .item__container {
        padding: 35px 0;text-align: center;
        height: 270px;
        position: relative;
        color: $gray-dark;
        /*
        .bg {
            background: $primary-color-light;top: 0;left: 0;
            position: absolute;width: 100%;height: 100%;display: block;
            @include opacity(0);
            @include transition(opacity .3s $cubic-bezier);
        }
        //
        .item__content {
            padding: 0 20px;

            overflow: hidden;
            font-size: $size-small;line-height: 1.2;
            @include transform(translate3d(0,0,0));
            font-size: $size-tiny;
            font-family: $DINLight;
            color: $gray-light;
            position: relative;
            .cicon {
                display: block;
                margin: 0 auto 0.1rem;
                &:before{
                    background-size: 18px 18px!important;
                }
            }
            }
            a {
                color: $gray-dark;
                text-decoration: underline;
            }


        .item__details {
            position: absolute;
            bottom: 25px;
            width: 100%;
            font-size: $size-tiny;
            .details__time, .details__who {display: block;}
            .details__who {
                font-family: $DINBold;
                a {
                    color: $gray-dark;
                    &:hover {}
                }
            }
            .details__time {
                color: $gray-light;
            }

        }



    }
}
*/
/*
.socialClub__item--youtube .item__container,
.socialClub__item--instagram .item__container {
    padding: 0;background-position: center center;
    @include vendor-prefix(background-size, cover);
    .cicon {
        position: absolute;
        margin: 0;
        width: 42px;
        height: 42px;
        top: 55px;
        margin-top: -21px;
        left: 50%;
        margin-left: -21px;
        @include vendor-prefix(border-radius, 42px);
        @include opacity(.8);
        @include transform(translate3d(0,0,0));
        background-color:#fff;
        @include transition(all .3s .3s $cubic-bezier);
    }
    &:hover
        .cicon {
            @include opacity(1);
            @include vendor-prefix(box-shadow, $shadow-top);
            @include vendor-prefix(transform, scale(1.1));
            @include transform(translate3d(0,-10px,0));
    }
    a {
        display: block;position: relative;height: 100%;
        .bg {
            background: $primary-color-light;top: 0;left: 0;
            position: absolute;width: 100%;height: 100%;display: block;
            @include opacity(0);
            @include transition(opacity .3s $cubic-bezier);
        }
        &:hover .bg {@include opacity(.7);}
    }

}
*/
.socialClub .socialClub__item {
  height: 270px;
  /*width: 100%;*/
  background: #fff;
  border-right: #dfe1e0 solid 1px;
  border-bottom: #dfe1e0 solid 1px;
  padding: 0; }
  .socialClub .socialClub__item .item__container {
    /*padding: 35px 0;*/
    width: 100%;
    text-align: center;
    height: 270px;
    position: relative;
    color: #5e6461;
    overflow: hidden; }
    .socialClub .socialClub__item .item__container .socialClub_photo {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      -webkit-background-size: cover;
      -ms-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
      -moz-transform: scale(1.001);
      -o-transform: scale(1.001);
      transform: scale(1.001);
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
    .socialClub .socialClub__item .item__container .bg {
      background: #05cd7a;
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 3;
      display: block;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .socialClub .socialClub__item .item__container .cicon {
      position: absolute;
      margin: 0;
      width: 42px;
      height: 42px;
      top: 50%;
      margin-top: -21px;
      left: 50%;
      margin-left: -21px;
      z-index: 4;
      -webkit-border-radius: 42px;
      -ms-border-radius: 42px;
      -moz-border-radius: 42px;
      -o-border-radius: 42px;
      border-radius: 42px;
      opacity: 0.8;
      filter: alpha(opacity=80);
      /*@include transform(translate3d(0,0,0));*/
      background-color: #fff;
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s; }
    .socialClub .socialClub__item .item__container .icon-svg {
      height: auto;
      position: absolute;
      z-index: 5; }
      .socialClub .socialClub__item .item__container .icon-svg path {
        fill: #04b46b; }
      .socialClub .socialClub__item .item__container .icon-svg rect {
        fill: #04b46b; }
      .socialClub .socialClub__item .item__container .icon-svg polygon {
        fill: #04b46b; }
    .socialClub .socialClub__item .item__container #icon-social-youtube {
      width: 26px;
      height: 26px;
      margin-top: -13px;
      top: 50%;
      left: 50%;
      margin-left: -13px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s; }
    .socialClub .socialClub__item .item__container #icon-social-instagram {
      width: 26px;
      height: 26px;
      margin-top: -13px;
      top: 50%;
      left: 50%;
      margin-left: -13px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s; }
    .socialClub .socialClub__item .item__container #icon-social-facebook {
      width: 26px;
      height: 26px;
      margin-top: -13px;
      top: 50%;
      left: 50%;
      margin-left: -13px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s; }
    .socialClub .socialClub__item .item__container #icon-social-twitter {
      width: 20px;
      height: 20px;
      top: 45px;
      left: 50%;
      margin-left: -10px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s; }
    .socialClub .socialClub__item .item__container .socialClub_txt {
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      color: #9ea3a1;
      font-size: 0.7rem;
      padding: 90px 20px 40px;
      max-height: 200px;
      position: relative;
      overflow: hidden; }
    .socialClub .socialClub__item .item__container .details__time {
      font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
      color: #5e6461;
      padding: 20px;
      position: relative;
      display: block; }
    .socialClub .socialClub__item .item__container:hover .socialClub_photo {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15);
      -webkit-background-size: cover;
      -ms-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center center; }
    .socialClub .socialClub__item .item__container:hover .bg {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .socialClub .socialClub__item .item__container:hover .cicon {
      top: 55px;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.25);
      -ms-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.25);
      -o-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.25);
      box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.25);
      /*@include vendor-prefix(transform, scale(1.1));
                    @include transform(translate3d(0,-10px,0));*/ }
    .socialClub .socialClub__item .item__container:hover .icon-svg path {
      fill: #fff; }
    .socialClub .socialClub__item .item__container:hover .icon-svg rect {
      fill: #fff; }
    .socialClub .socialClub__item .item__container:hover .icon-svg polygon {
      fill: #fff; }
    .socialClub .socialClub__item .item__container:hover #icon-social-youtube {
      top: 42px; }
    .socialClub .socialClub__item .item__container:hover #icon-social-instagram {
      top: 42px; }
    .socialClub .socialClub__item .item__container:hover #icon-social-facebook {
      top: 42px; }
    .socialClub .socialClub__item .item__container:hover #icon-social-twitter {
      top: 45px; }
    .socialClub .socialClub__item .item__container:hover .socialClub_txt {
      color: #fff; }
    .socialClub .socialClub__item .item__container:hover .details__time {
      color: #fff; }

.socialClub .socialClub__item--youtube .socialClub_txt {
  z-index: 1; }

.socialClub .socialClub__item--youtube .details__time {
  z-index: 1; }

.socialClub .socialClub__item--youtube:hover .socialClub_txt {
  z-index: 5; }

.socialClub .socialClub__item--youtube:hover .details__time {
  z-index: 5; }

.socialClub .socialClub__item--instagram .socialClub_txt {
  z-index: 1; }

.socialClub .socialClub__item--instagram .details__time {
  z-index: 1; }

.socialClub .socialClub__item--instagram:hover .socialClub_txt {
  z-index: 5; }

.socialClub .socialClub__item--instagram:hover .details__time {
  z-index: 5; }

.socialClub .socialClub__item--facebook .socialClub_txt {
  z-index: 1; }

.socialClub .socialClub__item--facebook .details__time {
  z-index: 1; }

.socialClub .socialClub__item--facebook:hover .socialClub_txt {
  z-index: 5; }

.socialClub .socialClub__item--facebook:hover .details__time {
  z-index: 5; }

.socialClub .socialClub__item--twitter .cicon {
  display: none; }

.socialClub .socialClub__item--twitter .socialClub_txt {
  z-index: 5; }

.socialClub .socialClub__item--twitter .details__time {
  z-index: 5; }

.socialClub .socialClub__item--twitter:hover .socialClub_txt {
  z-index: 5; }

.socialClub .socialClub__item--twitter:hover .details__time {
  z-index: 5; }

/**
 * Patrocinadores
 */
.container--patrocinadores {
  padding: 60px 0;
  background-image: url("../images/patrocinadores_pattern.jpg");
  background-repeat: repeat;
  background-color: #202221; }
  .container--patrocinadores .section-title {
    color: #fff; }
  .container--patrocinadores .button {
    border: #5e6461 solid 1px;
    padding-left: 4.2rem;
    padding-right: 4.2rem;
    color: #fff;
    text-transform: uppercase; }
    .container--patrocinadores .button:hover {
      border: #04b46b solid 1px; }
  .container--patrocinadores .btVerTodos {
    overflow: visible; }

/**
 * Component
 */
.partners {
  border: #5e6461 solid 1px;
  border-left: none;
  margin: 2rem 0;
  display: block;
  width: 100%; }
  .partners li {
    border-left: #5e6461 solid 1px;
    height: 120px;
    text-align: center;
    font-size: .8rem;
    padding: 5px;
    overflow: hidden;
    display: table; }
    @media only screen and (max-width: 30em) {
      .partners li {
        width: 50%; } }
    .partners li a {
      display: block;
      opacity: .5;
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      transition: opacity 0.5s;
      display: table-cell;
      vertical-align: middle;
      height: 120px; }
      .partners li a:hover {
        opacity: 1; }
      .partners li a svg {
        fill: #fff;
        width: 100%;
        max-height: 120px; }
        .partners li a svg path {
          fill: #fff; }
        .partners li a svg polygon {
          fill: #fff; }
  .partners .grid-mf-1 {
    width: 100%; }
    @media only screen and (min-width: 60em) and (max-width: 76.875em) {
      .partners .grid-mf-1 {
        width: 100%; } }
    @media only screen and (max-width: 60em) {
      .partners .grid-mf-1 {
        width: 100%; } }
    @media only screen and (max-width: 30em) {
      .partners .grid-mf-1 {
        width: 100%; } }
  .partners .grid-mf-2 {
    width: 50%; }
    @media only screen and (min-width: 60em) and (max-width: 76.875em) {
      .partners .grid-mf-2 {
        width: 50%; } }
    @media only screen and (max-width: 60em) {
      .partners .grid-mf-2 {
        width: 50%; } }
    @media only screen and (max-width: 30em) {
      .partners .grid-mf-2 {
        width: 100%; } }
  .partners .grid-mf-3 {
    width: 33.33%; }
    @media only screen and (min-width: 60em) and (max-width: 76.875em) {
      .partners .grid-mf-3 {
        width: 33.33%; } }
    @media only screen and (max-width: 60em) {
      .partners .grid-mf-3 {
        width: 33.33%; } }
    @media only screen and (max-width: 30em) {
      .partners .grid-mf-3 {
        width: 100%; } }
  .partners .grid-mf-4 {
    width: 25%; }
    @media only screen and (min-width: 60em) and (max-width: 76.875em) {
      .partners .grid-mf-4 {
        width: 25%; } }
    @media only screen and (max-width: 60em) {
      .partners .grid-mf-4 {
        width: 50%; } }
    @media only screen and (max-width: 30em) {
      .partners .grid-mf-4 {
        width: 100%; } }
  .partners .grid-mf-5 {
    width: 20%; }
    @media only screen and (min-width: 60em) and (max-width: 76.875em) {
      .partners .grid-mf-5 {
        width: 20%; } }
    @media only screen and (max-width: 60em) {
      .partners .grid-mf-5 {
        width: 20%; } }
    @media only screen and (max-width: 30em) {
      .partners .grid-mf-5 {
        width: 100%; } }

/**
 * Responsive
 */
@media only screen and (max-width: 30em) {
  .partners {
    border-bottom: none;
    border-left: #5e6461 solid 1px;
    border-right: none; } }

@media only screen and (max-width: 60em) {
  .partners {
    border-bottom: none;
    border-right: none;
    border-left: #5e6461 solid 1px; } }

@media only screen and (max-width: 30em) {
  .partners li {
    border-bottom: #5e6461 solid 1px;
    border-right: #5e6461 solid 1px;
    border-left: none; } }

@media only screen and (max-width: 60em) {
  .partners li {
    border-bottom: #5e6461 solid 1px;
    border-right: #5e6461 solid 1px;
    border-left: none; } }

/* Scroll */
.nano {
  width: 100%;
  padding: 0.5rem 1.25rem; }

.nano .nano-content {
  padding: 10px 35px 10px 10px; }

.nano .nano-pane {
  right: 10px !important;
  z-index: 10; }

/* background: #888; FS*/
.nano .nano-slider {
  background: #111; }

/* Termos e Condicoes*/
@media only screen and (max-width: 30em) {
  .termosCondicoes {
    margin-top: 1.0rem; } }

.termosCondicoes .termosHolder {
  border: 1px solid #9ea3a1;
  width: 100%;
  float: left;
  padding: 6px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  position: relative; }
  .termosCondicoes .termosHolder:after {
    content: '';
    position: absolute;
    left: 1px;
    bottom: 1px;
    width: 98%;
    height: 26px;
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, bottom left, bottom right, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(65%, rgba(255, 255, 255, 0.93)), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 */ }
  .termosCondicoes .termosHolder .termosContent {
    /*background:$white;*/
    position: relative;
    float: left;
    line-height: 1.2rem;
    color: #202221;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    font-size: 0.7rem;
    /*overflow-y: auto;*/
    height: 9rem; }

.termosCondicoes .scp-cb {
  float: left;
  margin-bottom: 1rem; }

/* SPORT INVEST*/
.sportinvest {
  background: #f2f2f2;
  padding: 1.25rem;
  margin-bottom: 1rem; }
  .sportinvest .sportinvest__address {
    margin-top: 0.5rem !important;
    line-height: 1.2rem;
    color: #202221;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    font-size: 0.7rem; }
    .sportinvest .sportinvest__address a {
      color: #04b46b; }
    .sportinvest .sportinvest__address span {
      font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
      font-weight: bold; }
  .sportinvest .vendaBilhetesHolder {
    background: white;
    width: 100%;
    float: left;
    padding: 6px; }
    .sportinvest .vendaBilhetesHolder:after {
      content: '';
      position: absolute;
      left: 1px;
      bottom: 1px;
      width: 98%;
      height: 26px;
      background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, bottom left, bottom right, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(65%, rgba(255, 255, 255, 0.93)), color-stop(100%, white));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
      /* IE6-9 */ }
    @media only screen and (max-width: 30em) {
      .sportinvest .vendaBilhetesHolder {
        margin-top: 1.0rem; } }
    .sportinvest .vendaBilhetesHolder .vendaBilhetes {
      padding: 0.5rem 1.25rem;
      /*overflow-y: auto;*/
      height: 9.3rem; }
      .sportinvest .vendaBilhetesHolder .vendaBilhetes .vendaBilhetesContent {
        float: left;
        line-height: 1.2rem;
        color: #202221;
        font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
        font-size: 0.7rem; }

/* Bilheteira Gamebox Activa */
.gamebox-activa .gameboxActiva_holder {
  /*float: left;*/
  background: #f2f2f2;
  color: #fff;
  padding: 0.2rem;
  min-height: 120px;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .gamebox-activa .gameboxActiva_holder .icon-shield {
    margin: 0.6rem 0.5rem;
    /*margin-right: 0.2rem;*/
    display: inline-block;
    position: relative;
    /*float: left;*/
    float: left;
    background: url("../images/SVG/icon-shield.svg") no-repeat;
    background-size: 25px 29px;
    width: 25px;
    height: 29px;
    z-index: 10; }
  .gamebox-activa .gameboxActiva_holder .icon-upgrade {
    margin: 0 0 5px 0;
    /*margin-right: 0.2rem;*/
    display: inline-block;
    position: relative;
    /*float: left;*/
    float: left;
    background: url("../images/SVG/icon_upgrade.svg") no-repeat;
    background-size: 28px 28px;
    width: auto;
    padding-top: 8px;
    padding-left: 35px;
    height: 28px;
    z-index: 10;
    color: #04b46b;
    font-size: 0.7rem; }
  .gamebox-activa .gameboxActiva_holder #Leao-group {
    /*
            width: 1000px;
            height: auto;
            position: absolute;
            top:-50%; 
            left: 50%;
            margin-left: -570px;
            */
    left: -1300px;
    margin-top: -174px;
    position: absolute;
    top: 60px;
    width: 400%; }
    .gamebox-activa .gameboxActiva_holder #Leao-group #leao {
      fill: #dfe1e0 !important; }
  .gamebox-activa .gameboxActiva_holder .button {
    display: table;
    margin: 1.7rem auto 0.7rem;
    white-space: nowrap; }
    @media only screen and (max-width: 30em) {
      .gamebox-activa .gameboxActiva_holder .button {
        /*FS*/
        white-space: normal;
        line-height: 26px;
        padding-top: 5px; } }
  .gamebox-activa .gameboxActiva_holder .text-content {
    display: block;
    float: left; }
    .gamebox-activa .gameboxActiva_holder .text-content h3 {
      /*line-height: 1rem;*/
      margin-top: 0.4rem; }
    .gamebox-activa .gameboxActiva_holder .text-content h5 {
      margin-top: -0.5rem; }
    .gamebox-activa .gameboxActiva_holder .text-content hr {
      margin: 0.5rem 0; }

/* Bilheteira add Member*/
.bilheteira-add-member h3 {
  margin: 0rem 0rem; }

.bilheteira-add-member .button-socio {
  margin-top: 2rem; }

@media only screen and (max-width: 30em) {
  .bilheteira-add-member {
    padding: 0.5rem; } }

.bilheteira-add-member-form {
  padding: 2rem;
  background: #f2f2f2;
  color: #fff;
  display: none;
  position: relative; }
  .bilheteira-add-member-form .button-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 1; }
  .bilheteira-add-member-form input {
    width: 14.8rem; }
  @media only screen and (max-width: 60em) {
    .bilheteira-add-member-form {
      /*margin-top: -1rem;*/ } }
  @media only screen and (max-width: 30em) {
    .bilheteira-add-member-form {
      padding: 0.5rem;
      margin-top: -0.5rem; }
      .bilheteira-add-member-form .size-small {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem; } }

/* Bilheteira Nav Footer */
.button.button-tabela-precos {
  background: none;
  border: none;
  color: #04b46b;
  font-size: .7rem;
  font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }

.bilheteira-nav-footer {
  /*border-top: $gray-lighter solid 1px;FS*/
  padding-top: 1rem;
  max-width: 800px;
  margin: 0 auto; }
  .bilheteira-nav-footer .inline-list {
    float: right;
    margin-right: .5rem; }
    .bilheteira-nav-footer .inline-list li {
      float: left;
      margin-left: .5rem; }
      @media only screen and (max-width: 30em) {
        .bilheteira-nav-footer .inline-list li {
          /*FS*/
          float: right;
          margin-right: 0.5rem;
          margin-bottom: 0.5rem; }
          .bilheteira-nav-footer .inline-list li .button {
            height: 40px;
            line-height: 40px; } }
    @media only screen and (max-width: 30em) {
      .bilheteira-nav-footer .inline-list {
        float: none;
        margin-right: auto;
        margin-left: auto; } }

.bilheteira-tabela-de-precos {
  padding: 2rem;
  background: #f2f2f2;
  color: #fff;
  display: none; }
  @media only screen and (max-width: 30em) {
    .bilheteira-tabela-de-precos {
      padding: 0.5rem;
      overflow-x: auto;
      display: block; } }
  .bilheteira-tabela-de-precos .mais-info {
    font-size: 0.62rem;
    margin-left: 1rem;
    display: block; }
    .bilheteira-tabela-de-precos .mais-info span {
      display: inline-block;
      vertical-align: middle;
      margin-right: .1rem; }
    .bilheteira-tabela-de-precos .mais-info .svg-icon {
      top: -1px; }
  .bilheteira-tabela-de-precos .list-arrow-title {
    color: #202221;
    margin-top: 1rem;
    margin-left: 1rem;
    font-size: 0.85rem;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
  .bilheteira-tabela-de-precos .list-arrow {
    margin: 1rem;
    margin-left: 1.2rem;
    margin-top: 0; }
    .bilheteira-tabela-de-precos .list-arrow li {
      margin: 0;
      line-height: 1.4;
      padding-left: 0.6rem; }
      .bilheteira-tabela-de-precos .list-arrow li a {
        color: #5e6461;
        font-size: 0.7rem; }

/* Bilheteira - Legenda */
/* Bilheteira - Lugares */
.bilheteira-lugares {
  margin-top: 50px;
  margin-bottom: 50px; }

.lugares {
  text-align: center;
  font-size: .7rem;
  font-style: italic;
  line-height: 1.1; }
  @media only screen and (max-width: 30em) {
    .lugares {
      margin-bottom: 20px; } }

.circle {
  background: #FFC720;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 1.5rem;
  line-height: 70px;
  font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
  letter-spacing: -1px;
  font-style: normal;
  margin-bottom: 1rem;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }
  .circle span {
    display: inline-block;
    font-size: 1rem;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }

.circle--small {
  width: 30px;
  height: 30px; }

.circle--large {
  width: 200px;
  height: 200px;
  line-height: 1.4;
  font-size: 0.85rem;
  color: #202221; }

.circle__discount {
  padding: 1rem; }

/* Dados Pessoais */
.bilheteira-dados-pessoais {
  /*.relative-div {padding-bottom: 1rem;}*/ }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    .bilheteira-dados-pessoais {
      margin-left: 25%;
      margin-right: 25%; } }
  .bilheteira-dados-pessoais .form-field {
    margin-bottom: .5rem; }
  .bilheteira-dados-pessoais input {
    box-shadow: none;
    height: 2.2rem;
    margin: 0; }
  .bilheteira-dados-pessoais input:focus {
    box-shadow: none; }
  .bilheteira-dados-pessoais select {
    height: 2.2rem;
    background: none;
    margin: 0; }
  .bilheteira-dados-pessoais label {
    font-size: .6rem; }

/* Confirmacao da compra */
/* Compra Dados Pessoais */
.compra-dados-pessoais {
  background: #F5F5F5;
  padding: 1.25rem;
  margin-bottom: 1rem; }
  .compra-dados-pessoais p {
    line-height: 1.3; }

/* bilheteira-tipo-bilhete */
.bilheteira-tipo-bilhete {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 400px;
  /*
    .row.collapse > .columns:nth-child(1) {padding-right: .7rem;}
    .row.collapse > .columns:nth-child(2) {padding-left: .7rem;}
    */ }
  .bilheteira-tipo-bilhete .title {
    color: #202221;
    text-transform: uppercase; }
  .bilheteira-tipo-bilhete .forms-divider {
    text-align: center;
    color: #aaa;
    position: relative;
    top: 35px; }
  .bilheteira-tipo-bilhete .select-nrbilhetes {
    width: 80px;
    display: block; }
  .bilheteira-tipo-bilhete .button-add-soce {
    text-align: center; }
    .bilheteira-tipo-bilhete .button-add-soce .button {
      padding-left: 3.75rem;
      padding-right: 3.75rem; }

.bilhete-de-socio-adicionados {
  margin: 1rem 0; }
  .bilhete-de-socio-adicionados .bilhete-de-socio-adicionado {
    font-size: .8rem;
    background: #F0F0F0;
    margin-bottom: 1px; }
    .bilhete-de-socio-adicionados .bilhete-de-socio-adicionado .socio-adicionado-nrsocio,
    .bilhete-de-socio-adicionados .bilhete-de-socio-adicionado .socio-adicionado-nrbi,
    .bilhete-de-socio-adicionados .bilhete-de-socio-adicionado .socio-adicionado-remove-ticket,
    .bilhete-de-socio-adicionados .bilhete-de-socio-adicionado .forms-divider {
      padding: .5rem; }
    .bilhete-de-socio-adicionados .bilhete-de-socio-adicionado .socio-adicionado-remove-ticket {
      background: #fff; }
      .bilhete-de-socio-adicionados .bilhete-de-socio-adicionado .socio-adicionado-remove-ticket .icon {
        height: 24px; }
  .bilhete-de-socio-adicionados .forms-divider {
    position: relative;
    top: 0px; }

/* Sucesso */
.sucesso-image {
  width: 240px;
  height: 240px;
  margin: 2rem auto;
  position: relative; }
  .sucesso-image .svg-icon {
    width: 240px;
    height: 240px; }
    .sucesso-image .svg-icon #icon-ball {
      fill: #EDEDED;
      -webkit-transition: fill 0.3s;
      -moz-transition: fill 0.3s;
      transition: fill 0.3s; }
  .sucesso-image span {
    text-align: center;
    display: block;
    font-style: italic;
    font-size: 1.5rem;
    color: #202221;
    border-bottom: #04b46b solid 2px;
    position: absolute;
    top: 50%;
    margin-top: -1.2rem;
    left: 50%;
    width: 60%;
    margin-left: -70px;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    transition: border 0.3s; }
  .sucesso-image:hover #icon-ball {
    fill: #04b46b; }
  .sucesso-image:hover span {
    border-bottom: #202221 solid 2px; }

/* Footer */
.bilheteira-footer {
  text-transform: uppercase;
  padding-top: 1.5rem;
  border-top: #dfe1e0 solid 1px;
  text-align: center;
  font-size: 0.62rem;
  font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
  color: #5e6461;
  letter-spacing: .025em; }
  .bilheteira-footer strong {
    color: #202221; }
  .bilheteira-footer a {
    color: #04b46b;
    text-decoration: none; }
    .bilheteira-footer a:hover {
      color: #03824d;
      text-decoration: underline; }

/* Select Box */
.bilheteira-tipo-bilhete .select-nrbilhetes {
  margin-top: 10px;
  width: 100px; }

.select2-container .select2-choice {
  background: #fff;
  background-image: none;
  height: 40px;
  line-height: 40px;
  font-size: .8rem;
  border-radius: none;
  border: #04b46b solid 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }
  .select2-container .select2-choice .select2-arrow {
    background: none;
    border: none;
    border-radius: none; }
    .select2-container .select2-choice .select2-arrow b {
      margin-top: 5px; }

.select2-container-active .select2-choices,
.select2-container-active .select2-choice {
  box-shadow: none; }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: #04b46b solid 1px;
  border-top: none; }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: none;
  box-shadow: none; }

.select2-drop {
  box-shadow: none; }

.select2-drop-active {
  border: #04b46b solid 1px;
  border-top: none; }

.select2-results {
  font-size: .65rem; }
  .select2-results .select2-highlighted {
    background: #04b46b; }
  .select2-results .select2-result-label {
    padding: 2px;
    padding-bottom: -5rem;
    min-height: .5rem; }

.bilheteira-metodos-pagamento-footer {
  background: #F0F0F0;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  line-height: 1; }
  @media only screen and (max-width: 30em) {
    .bilheteira-metodos-pagamento-footer {
      padding: 1rem; } }
  .bilheteira-metodos-pagamento-footer .metodos-pagamento-title {
    font-size: 0.7rem;
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
    float: left;
    padding-top: 6px; }
    @media only screen and (max-width: 30em) {
      .bilheteira-metodos-pagamento-footer .metodos-pagamento-title {
        float: none; } }
  .bilheteira-metodos-pagamento-footer .metodos-pagamento-cards {
    margin-left: 140px; }
    @media only screen and (max-width: 30em) {
      .bilheteira-metodos-pagamento-footer .metodos-pagamento-cards {
        margin: 0;
        margin-top: .5rem; } }
    .bilheteira-metodos-pagamento-footer .metodos-pagamento-cards .svg-icon {
      margin-left: .5rem;
      cursor: default; }
      @media only screen and (max-width: 60em) {
        .bilheteira-metodos-pagamento-footer .metodos-pagamento-cards .svg-icon {
          margin: 0;
          margin-right: .5rem; } }
      @media only screen and (max-width: 30em) {
        .bilheteira-metodos-pagamento-footer .metodos-pagamento-cards .svg-icon {
          margin: 0;
          margin-right: .5rem; } }
    .bilheteira-metodos-pagamento-footer .metodos-pagamento-cards #multibanco_1_ {
      top: 0; }
      .bilheteira-metodos-pagamento-footer .metodos-pagamento-cards #multibanco_1_ #icon-mb-s1,
      .bilheteira-metodos-pagamento-footer .metodos-pagamento-cards #multibanco_1_ #icon-mb-s4,
      .bilheteira-metodos-pagamento-footer .metodos-pagamento-cards #multibanco_1_ #icon-mb-s2,
      .bilheteira-metodos-pagamento-footer .metodos-pagamento-cards #multibanco_1_ #icon-mb-s3_1_ {
        fill: #5e6461; }
    .bilheteira-metodos-pagamento-footer .metodos-pagamento-cards #mastercar-b_1_ #icon-maestrob-s1,
    .bilheteira-metodos-pagamento-footer .metodos-pagamento-cards #mastercar-b_1_ #icon-maestrob-s2 {
      fill: #5e6461; }
    .bilheteira-metodos-pagamento-footer .metodos-pagamento-cards #visa-b #icon-visa2-s5,
    .bilheteira-metodos-pagamento-footer .metodos-pagamento-cards #visa-b #icon-visa2-s4,
    .bilheteira-metodos-pagamento-footer .metodos-pagamento-cards #visa-b #icon-visa2-s3,
    .bilheteira-metodos-pagamento-footer .metodos-pagamento-cards #visa-b #icon-visa2-s2,
    .bilheteira-metodos-pagamento-footer .metodos-pagamento-cards #visa-b #icon-visa2-s1 {
      fill: #5e6461; }
  .bilheteira-metodos-pagamento-footer .metodos-pagamento-phone {
    text-align: right;
    margin-top: 0.5rem;
    font-size: 0.7rem; }
    .bilheteira-metodos-pagamento-footer .metodos-pagamento-phone span {
      margin-left: .5rem;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 1rem;
      color: #04b46b; }
    @media only screen and (max-width: 30em) {
      .bilheteira-metodos-pagamento-footer .metodos-pagamento-phone {
        text-align: left;
        margin-top: 1rem; } }

/* QUOTAS HEADER */
.quotasHeader {
  background: #1c1e1d;
  padding: 0 1rem;
  position: relative;
  overflow: hidden;
  height: 60px; }
  .quotasHeader:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 30em) {
    .quotasHeader {
      padding: 0.75rem 0.5rem;
      padding-bottom: 0.5rem;
      height: auto; } }
  @media only screen and (max-width: 60em) {
    .quotasHeader {
      padding: 0.75rem 0.5rem;
      padding-bottom: 0.5rem;
      height: auto; } }
  .quotasHeader .quotas__Header {
    /*max-width: 860px;*/
    margin: 10px auto 0;
    position: relative; }
    @media only screen and (max-width: 60em) {
      .quotasHeader .quotas__Header {
        /*max-width: 500px;*/ } }
    @media only screen and (min-width: 60em) and (max-width: 76.875em) {
      .quotasHeader .quotas__Header {
        /*max-width: 500px;*/ } }
    .quotasHeader .quotas__Header .quotasHeader__thumb {
      width: 36px;
      height: 36px;
      float: left;
      margin-top: 0.2rem;
      margin-left: 0.4rem;
      -webkit-border-radius: 36px;
      -ms-border-radius: 36px;
      -moz-border-radius: 36px;
      -o-border-radius: 36px;
      border-radius: 36px;
      border: 2px solid white; }
      @media only screen and (max-width: 30em) {
        .quotasHeader .quotas__Header .quotasHeader__thumb {
          width: 50px;
          height: 50px;
          position: absolute;
          left: auto;
          top: auto; }
          .quotasHeader .quotas__Header .quotasHeader__thumb img {
            -webkit-border-radius: 50px;
            -ms-border-radius: 50px;
            -moz-border-radius: 50px;
            -o-border-radius: 50px;
            border-radius: 50px;
            margin: 0;
            top: auto; } }
      @media only screen and (max-width: 60em) {
        .quotasHeader .quotas__Header .quotasHeader__thumb {
          margin-left: 7rem;
          /*max-width: 500px!important;*/ } }
    .quotasHeader .quotas__Header .socio__Tit {
      color: #9ea3a1;
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
      font-size: 0.85rem;
      margin-top: 0.5rem;
      margin-left: 0.8rem;
      float: left; }
      @media only screen and (max-width: 30em) {
        .quotasHeader .quotas__Header .socio__Tit {
          font-size: 0.85rem;
          margin-left: 3.0rem; } }
    .quotasHeader .quotas__Header .socio__Num {
      color: white;
      font-size: 0.85rem;
      margin-top: 0.5rem;
      margin-left: 0.4rem;
      float: left; }
      @media only screen and (max-width: 30em) {
        .quotasHeader .quotas__Header .socio__Num {
          font-size: 0.85rem; } }
    .quotasHeader .quotas__Header .premium {
      margin-top: 0.5rem;
      font-size: 0.85rem;
      margin-left: 0.4rem;
      float: left; }
      @media only screen and (max-width: 370px) {
        .quotasHeader .quotas__Header .premium {
          margin-left: 3rem; } }
    .quotasHeader .quotas__Header .quotasValid {
      color: #9ea3a1;
      font-size: 0.85rem;
      margin-top: 0.5rem;
      /*margin-left: 0.4rem;*/
      float: right;
      text-align: right; }
      @media only screen and (max-width: 30em) {
        .quotasHeader .quotas__Header .quotasValid {
          float: left;
          text-align: left;
          font-size: 0.85rem;
          margin-left: 3.0rem; } }
      @media only screen and (max-width: 60em) {
        .quotasHeader .quotas__Header .quotasValid {
          float: left;
          text-align: left;
          margin-left: 9.6rem;
          margin-top: -0.1rem; } }
      .quotasHeader .quotas__Header .quotasValid span {
        color: white; }
        .quotasHeader .quotas__Header .quotasValid span a {
          cursor: default; }

/* BILHETEIRA HEADER */
.bilheteira-header {
  background: #181A19;
  padding: 1rem 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 30em) {
    .bilheteira-header {
      padding: 0.5rem 0; } }
  .bilheteira-header > div {
    line-height: 1; }
  .bilheteira-header .bilheteira-game-container {
    font-size: 0.85rem;
    color: #9ea3a1;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    z-index: 1;
    position: relative; }
    @media only screen and (max-width: 30em) {
      .bilheteira-header .bilheteira-game-container {
        font-size: 0.62rem; } }
    .bilheteira-header .bilheteira-game-container .bilheteira-header-game {
      margin: .25rem 0;
      font-size: 1.7rem;
      color: #fff;
      font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif; }
      @media only screen and (max-width: 30em) {
        .bilheteira-header .bilheteira-game-container .bilheteira-header-game {
          font-size: 0.85rem;
          margin-bottom: 0; } }
    .bilheteira-header .bilheteira-game-container .bilheteira-header-where {
      margin-top: 5px;
      font-size: 0.7rem;
      color: #04b46b; }
      @media only screen and (max-width: 30em) {
        .bilheteira-header .bilheteira-game-container .bilheteira-header-where {
          font-size: 0.62rem;
          display: none; } }
    @media only screen and (max-width: 30em) {
      .bilheteira-header .bilheteira-game-container .bilheteira-header-round {
        display: none; } }
  .bilheteira-header .svg-emblema-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 300px;
    height: 300px;
    margin-top: -150px;
    margin-left: -150px; }
    .bilheteira-header .svg-emblema-bg path {
      fill: #202221; }
    .bilheteira-header .svg-emblema-bg polygon {
      fill: #202221; }

.fix-bilheteira-game {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.bilheteira-header.fix-bilheteira-game {
  padding: .5rem 0;
  text-align: center; }
  .bilheteira-header.fix-bilheteira-game .bilheteira-game-container {
    font-size: 0.62rem;
    line-height: 24px; }
    .bilheteira-header.fix-bilheteira-game .bilheteira-game-container .bilheteira-header-date {
      display: inline;
      white-space: nowrap; }
      @media only screen and (max-width: 30em) {
        .bilheteira-header.fix-bilheteira-game .bilheteira-game-container .bilheteira-header-date {
          display: block; } }
    .bilheteira-header.fix-bilheteira-game .bilheteira-game-container .bilheteira-header-where {
      display: none; }
    .bilheteira-header.fix-bilheteira-game .bilheteira-game-container .bilheteira-header-game {
      margin: 0 .5rem;
      font-size: 1rem;
      display: inline;
      white-space: nowrap; }
      @media only screen and (max-width: 30em) {
        .bilheteira-header.fix-bilheteira-game .bilheteira-game-container .bilheteira-header-game {
          display: block; } }
    .bilheteira-header.fix-bilheteira-game .bilheteira-game-container .bilheteira-header-round {
      display: inline;
      white-space: nowrap; }
      @media only screen and (max-width: 30em) {
        .bilheteira-header.fix-bilheteira-game .bilheteira-game-container .bilheteira-header-round {
          display: block; } }

.topheader {
  background: #04b46b;
  padding: 0.8rem;
  padding-bottom: 0.6rem;
  position: relative;
  margin-top: 35px !important;
  /*FS*/ }
  @media only screen and (max-width: 30em) {
    .topheader {
      padding: 0.4rem 0.5rem;
      height: 50px; } }
  .topheader .topHeader__sporting {
    position: absolute;
    top: -1.2rem;
    left: 7rem;
    z-index: 100; }
    @media only screen and (max-width: 30em) {
      .topheader .topHeader__sporting {
        top: 50%;
        margin-top: -18px;
        left: 0rem; }
        .topheader .topHeader__sporting .svg-icon {
          height: 55px; }
          .topheader .topHeader__sporting .svg-icon #icon-badge-s {
            fill: #fff; }
          .topheader .topHeader__sporting .svg-icon #icon-badge-c {
            fill: #fff; }
          .topheader .topHeader__sporting .svg-icon #icon-badge-p {
            fill: #fff; } }
  .topheader .topHeader__title {
    color: white;
    font-size: 1.7rem;
    margin: 0;
    text-transform: uppercase;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    line-height: 1;
    margin-left: 11rem; }
    @media only screen and (max-width: 30em) {
      .topheader .topHeader__title {
        margin-left: 3.0rem;
        margin-bottom: 0.2rem;
        line-height: 40px;
        font-size: 1rem; } }
  .topheader .topHeader__toolbar {
    position: absolute;
    right: 6.5rem;
    top: 0.8rem;
    height: 1.5rem;
    text-align: right;
    color: white;
    font-size: 0.85rem; }
    @media only screen and (max-width: 30em) {
      .topheader .topHeader__toolbar {
        position: relative;
        right: auto;
        top: auto;
        text-align: left;
        margin-left: 2.8rem;
        font-size: 0.62rem;
        height: auto; } }
    .topheader .topHeader__toolbar .topHeader__toolbar__logout {
      line-height: 1.5rem; }
      @media only screen and (max-width: 30em) {
        .topheader .topHeader__toolbar .topHeader__toolbar__logout {
          line-height: 1;
          display: none; } }
      @media only screen and (max-width: 60em) {
        .topheader .topHeader__toolbar .topHeader__toolbar__logout {
          line-height: 1;
          display: none; } }
      @media only screen and (min-width: 60em) and (max-width: 76.875em) {
        .topheader .topHeader__toolbar .topHeader__toolbar__logout .titSaudacoes {
          display: none; } }
      .topheader .topHeader__toolbar .topHeader__toolbar__logout span {
        /*display: block;*/ }
      .topheader .topHeader__toolbar .topHeader__toolbar__logout a {
        color: white; }
        .topheader .topHeader__toolbar .topHeader__toolbar__logout a:hover {
          text-decoration: underline;
          color: white !important; }
        .topheader .topHeader__toolbar .topHeader__toolbar__logout a span {
          text-decoration: underline; }
  .topheader .svg-icon-logout {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem; }
    @media only screen and (max-width: 30em) {
      .topheader .svg-icon-logout {
        right: 0.75rem;
        top: 0.75rem; } }

/*
// QUOTAS HEADER 
.quotasHeader {
    background: $gray-green;
    padding: 0 1rem;
    position: relative;
    overflow: hidden;
    min-height: 60px;

    @include clearfix;
    @include small-grid {
        padding: 0.75rem 0.5rem;
        padding-bottom: 0.5rem;
        height: auto;
    }
    @include medium-grid {
        padding: 0.75rem 0.5rem;
        padding-bottom: 0.5rem;
        height: auto;
    }
    
    @include large-grid {

    }    

    .quotas__Header{
       //max-width: 860px; 
       margin:10px 120px 0;
       position:relative;


        @include small-grid {
            margin:10px auto 0; 
        }
        @include medium-grid {
            //max-width: 500px;
            margin:10px auto 0;   
        }
        @include large-grid {
            //max-width: 500px;  
        }          
        .quotasHeader__thumb {
            width: 36px;
            height: 36px;
            float: left;
            margin-top: 0.2rem;
            margin-left: 0.4rem;
            img {
                @include vendor-prefix(border-radius, 36px);
                border:2px solid $white;
            }
            @include small-grid {
                width: 50px;
                height: 50px;
                position: absolute;
                left: auto;top: auto;
                img {
                    @include vendor-prefix(border-radius, 50px);
                    margin: 0;top: auto;
                }
            }
            @include medium-grid {
                margin-left: 7rem;

                //max-width: 500px!important; 
            }

        }

        .socio__Tit {
            color:$gray-light;
            font-family: $DINRegular;
            font-size: $size-small;
            margin-top: 0.5rem;
            margin-left: 0.8rem;
            float: left;
            @include small-grid {
                font-size: $size-small;
                margin-left: 3.0rem;
            }
            @include medium-grid {
                
            }
        }

        .socio__Num {
            color: $white;
            font-size: $size-small;
            margin-top: 0.5rem;
            margin-left: 0.4rem;
            float: left;
            @include small-grid {
                font-size: $size-small;
            }
            @include medium-grid {
                
            }
        }  

        .premium {
            margin-top: 0.4rem;
            margin-left: 0.4rem;
            float: left;
        } 

        .quotasValid{
            color:$gray-light;
            font-size: $size-small;
            margin-top: 0.5rem;
            //margin-left: 0.4rem;
            float: right;
            text-align: right;
            @include small-grid {
                float: left;
                text-align: left;
                font-size: $size-small;
                margin-left: 3.0rem;
            }
            @include medium-grid {
                float: left;
                text-align: left;                
                margin-left: 9.6rem;
                margin-top: -0.1rem;
            }

            span{
              color: $white;  
            }
        } 


    }
}
*/
/* Steps 3 FS*/
.quotas-steps {
  background: #f2f2f2;
  padding: .75rem 0rem;
  max-width: 800px; }
  @media only screen and (max-width: 60em) {
    .quotas-steps {
      width: auto; } }
  @media only screen and (max-width: 30em) {
    .quotas-steps {
      width: auto;
      padding: .75rem 0rem; } }

/*progressbar*/
#progressbar3 {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  margin: 0;
  position: relative;
  /*
        li.step-01.active:before {background-image: url('../images/SVG/icon_step1.svg');}
        li.step-02.active:before {background-image: url('../images/SVG/icon_step2.svg');}
        li.step-03.active:before {background-image: url('../images/SVG/icon_step3.svg');}
    */ }
  #progressbar3:before {
    /*
        display: block;
        content: '';
        background: $primary-color-light;height: 6px;
        position: relative;z-index: 20;top: 33px;margin-left: 100px;
        */ }
  #progressbar3 .step-01 {
    width: 20%; }
    #progressbar3 .step-01:after {
      /*left: -50%;*/
      width: 100%; }
  #progressbar3 .step-02 {
    width: 60%; }
    #progressbar3 .step-02:after {
      left: -15%;
      width: 65%; }
  #progressbar3 .step-03 {
    width: 20%; }
    #progressbar3 .step-03:after {
      left: -150%;
      width: 200%; }
  #progressbar3 li {
    list-style-type: none;
    color: #5e6461;
    /*width: 33%;*/
    float: left;
    position: relative;
    text-align: center;
    font-size: 0.7rem;
    line-height: 1.2; }
    #progressbar3 li:before {
      content: '';
      width: 20px;
      line-height: 20px;
      display: block;
      height: 20px;
      color: #444;
      background: #202221;
      margin: 20px auto 34px auto;
      text-align: center;
      border: white solid 4px;
      z-index: 30;
      position: relative;
      top: 4px;
      -webkit-border-radius: 20px;
      -ms-border-radius: 20px;
      -moz-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px; }
      @media only screen and (max-width: 30em) {
        #progressbar3 li:before {
          width: 15px;
          height: 15px;
          -webkit-border-radius: 12px;
          -ms-border-radius: 12px;
          -moz-border-radius: 12px;
          -o-border-radius: 12px;
          border-radius: 12px;
          border: white solid 2px;
          margin-bottom: 13px;
          top: -8px; } }
    #progressbar3 li:after {
      content: '';
      /*width: 100%;*/
      border-top: #f0f0f0 solid 4px;
      border-bottom: #f0f0f0 solid 4px;
      height: 14px;
      background: white;
      position: absolute;
      /*left: -50%;*/
      top: 27px;
      z-index: 0;
      /*put it behind the numbers*/ }
      @media only screen and (max-width: 30em) {
        #progressbar3 li:after {
          height: 8px;
          top: 16px;
          border-top: #f0f0f0 solid 2px;
          border-bottom: #f0f0f0 solid 2px; } }
    #progressbar3 li .posText {
      display: none; }
    #progressbar3 li a {
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      text-decoration: underline;
      color: #5e6461;
      display: block;
      text-decoration: none; }
      @media only screen and (max-width: 30em) {
        #progressbar3 li a {
          font-size: 0.62rem;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          display: none; } }
    #progressbar3 li .alterar {
      display: block;
      margin-top: .25rem;
      text-decoration: underline;
      color: #04b46b;
      font-size: 0.62rem; }
      @media only screen and (max-width: 30em) {
        #progressbar3 li .alterar {
          margin: 0;
          font-size: 0.62rem; } }
  #progressbar3 li.active {
    display: inline-block; }
    #progressbar3 li.active .posText {
      display: inline-block;
      position: absolute;
      width: 70px;
      height: 70px;
      top: 0;
      left: 50%;
      margin-left: -35px;
      text-align: center;
      z-index: 10;
      color: white;
      font-family: "DIN Condensed", "Helvetica", "Arial", sans-serif;
      /*font-weight: bold;*/
      font-size: 1.7rem;
      padding-top: 0.7rem; }
      @media only screen and (max-width: 30em) {
        #progressbar3 li.active .posText {
          width: 40px;
          height: 40px;
          margin-left: -20px;
          font-size: 1rem;
          padding-top: 0.4rem; } }
    #progressbar3 li.active a {
      color: #202221;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      font-weight: bold; }
      #progressbar3 li.active a .alterar {
        font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }
    #progressbar3 li.active .alterar {
      display: block; }
    #progressbar3 li.active:before {
      width: 70px;
      height: 70px;
      line-height: 52px;
      margin-top: 0px;
      margin-bottom: 8px;
      background-color: #05cd7a;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 10;
      border: white solid 4px;
      top: 0;
      -webkit-border-radius: 70px;
      -ms-border-radius: 70px;
      -moz-border-radius: 70px;
      -o-border-radius: 70px;
      border-radius: 70px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
      @media only screen and (max-width: 30em) {
        #progressbar3 li.active:before {
          top: 0;
          width: 40px;
          height: 40px;
          -webkit-border-radius: 40px;
          -ms-border-radius: 40px;
          -moz-border-radius: 40px;
          -o-border-radius: 40px;
          border-radius: 40px;
          background-size: 16px 16px;
          border: #fff solid 2px; } }
    #progressbar3 li.active:after {
      background: #05cd7a;
      border-top: white solid 5px;
      border-bottom: white solid 5px; }
      @media only screen and (max-width: 30em) {
        #progressbar3 li.active:after {
          border-top: white solid 2px;
          border-bottom: white solid 2px; } }
    #progressbar3 li.active:hover:before {
      border: #05cd7a solid 4px; }
  #progressbar3 li:first-child:after {
    /*connector not needed before the first step*/
    content: none; }

/*
.step-01 {&:before {width: 0px;}}
.step-02 {&:before {width: 270px;}}
.step-03 {&:before {width: 550px;}}
*/
/*progressbar03*/
#progressbar03 {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  margin: 0;
  position: relative; }
  #progressbar03:before {
    /*
        display: block;
        content: '';
        background: $primary-color-light;height: 6px;
        position: relative;z-index: 20;top: 33px;margin-left: 100px;
        */ }
  #progressbar03 li {
    list-style-type: none;
    color: #5e6461;
    width: 33%;
    float: left;
    position: relative;
    text-align: center;
    font-size: 0.7rem;
    line-height: 1.2; }
    #progressbar03 li:before {
      content: '';
      width: 20px;
      line-height: 20px;
      display: block;
      height: 20px;
      color: #444;
      background: #202221;
      margin: 20px auto 34px auto;
      text-align: center;
      border: white solid 4px;
      z-index: 30;
      position: relative;
      top: 4px;
      -webkit-border-radius: 20px;
      -ms-border-radius: 20px;
      -moz-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px; }
      @media only screen and (max-width: 30em) {
        #progressbar03 li:before {
          width: 15px;
          height: 15px;
          -webkit-border-radius: 12px;
          -ms-border-radius: 12px;
          -moz-border-radius: 12px;
          -o-border-radius: 12px;
          border-radius: 12px;
          border: white solid 2px;
          margin-bottom: 13px;
          top: -8px; } }
    #progressbar03 li:after {
      content: '';
      width: 100%;
      border-top: #f0f0f0 solid 4px;
      border-bottom: #f0f0f0 solid 4px;
      height: 14px;
      background: white;
      position: absolute;
      left: -50%;
      top: 27px;
      z-index: 0;
      /*put it behind the numbers*/ }
      @media only screen and (max-width: 30em) {
        #progressbar03 li:after {
          height: 8px;
          top: 16px;
          border-top: #f0f0f0 solid 2px;
          border-bottom: #f0f0f0 solid 2px; } }
    #progressbar03 li a {
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      text-decoration: underline;
      color: #5e6461;
      display: block;
      text-decoration: none; }
      @media only screen and (max-width: 30em) {
        #progressbar03 li a {
          font-size: 0.62rem;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          display: none; } }
    #progressbar03 li .alterar {
      display: block;
      margin-top: .25rem;
      text-decoration: underline;
      color: #04b46b;
      font-size: 0.62rem;
      display: none; }
      @media only screen and (max-width: 30em) {
        #progressbar03 li .alterar {
          margin: 0;
          font-size: 0.62rem; } }
  #progressbar03 li.step-1.active:before {
    background-image: url(../images/SVG/icon_step1.svg); }
  #progressbar03 li.step-2.active:before {
    background-image: url(../images/SVG/icon_step2.svg); }
  #progressbar03 li.step-3.active:before {
    background-image: url(../images/SVG/icon_step3.svg); }
  #progressbar03 li.step-4.active:before {
    background-image: url(../images/SVG/icon_step4.svg); }
  #progressbar03 li.step-5.active:before {
    background-image: url(../images/SVG/icon_step5vv.svg); }
  #progressbar03 li.step-01.active:before {
    background-image: url(../images/SVG/icon_step01.svg); }
  #progressbar03 li.step-02.active:before {
    background-image: url(../images/SVG/icon_step2.svg); }
  #progressbar03 li.step-03.active:before {
    background-image: url(../images/SVG/icon_step3.svg); }
  #progressbar03 li.step-04.active:before {
    background-image: url(../images/SVG/icon_step4.svg); }
  #progressbar03 li.step-05.active:before {
    background-image: url(../images/SVG/icon_step5vv.svg); }
  #progressbar03 li.active a {
    color: #202221;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
    #progressbar03 li.active a .alterar {
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }
  #progressbar03 li.active .alterar {
    display: block; }
  #progressbar03 li.active:before {
    width: 65px;
    height: 65px;
    line-height: 52px;
    margin-top: 0px;
    margin-bottom: 8px;
    background-color: #05cd7a;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10;
    border: white solid 4px;
    top: 0;
    -webkit-border-radius: 65px;
    -ms-border-radius: 65px;
    -moz-border-radius: 65px;
    -o-border-radius: 65px;
    border-radius: 65px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    @media only screen and (max-width: 30em) {
      #progressbar03 li.active:before {
        top: 0;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 40px;
        -ms-border-radius: 40px;
        -moz-border-radius: 40px;
        -o-border-radius: 40px;
        border-radius: 40px;
        background-size: 16px 16px;
        border: #fff solid 2px; } }
  #progressbar03 li.active:after {
    background: #05cd7a;
    border-top: white solid 5px;
    border-bottom: white solid 5px; }
    @media only screen and (max-width: 30em) {
      #progressbar03 li.active:after {
        border-top: white solid 2px;
        border-bottom: white solid 2px; } }
  #progressbar03 li.active:hover:before {
    border: #05cd7a solid 4px; }
  #progressbar03 li:first-child:after {
    /*connector not needed before the first step*/
    content: none; }

/*progressbar04*/
#progressbar04 {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  margin: 0;
  position: relative; }
  #progressbar04:before {
    /*
        display: block;
        content: '';
        background: $primary-color-light;height: 6px;
        position: relative;z-index: 20;top: 33px;margin-left: 100px;
        */ }
  #progressbar04 li {
    list-style-type: none;
    color: #5e6461;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
    font-size: 0.7rem;
    line-height: 1.2; }
    #progressbar04 li:before {
      content: '';
      width: 20px;
      line-height: 20px;
      display: block;
      height: 20px;
      color: #444;
      background: #202221;
      margin: 20px auto 34px auto;
      text-align: center;
      border: white solid 4px;
      z-index: 30;
      position: relative;
      top: 4px;
      -webkit-border-radius: 20px;
      -ms-border-radius: 20px;
      -moz-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px; }
      @media only screen and (max-width: 30em) {
        #progressbar04 li:before {
          width: 15px;
          height: 15px;
          -webkit-border-radius: 12px;
          -ms-border-radius: 12px;
          -moz-border-radius: 12px;
          -o-border-radius: 12px;
          border-radius: 12px;
          border: white solid 2px;
          margin-bottom: 13px;
          top: -8px; } }
    #progressbar04 li:after {
      content: '';
      width: 100%;
      border-top: #f0f0f0 solid 4px;
      border-bottom: #f0f0f0 solid 4px;
      height: 14px;
      background: white;
      position: absolute;
      left: -50%;
      top: 27px;
      z-index: 0;
      /*put it behind the numbers*/ }
      @media only screen and (max-width: 30em) {
        #progressbar04 li:after {
          height: 8px;
          top: 16px;
          border-top: #f0f0f0 solid 2px;
          border-bottom: #f0f0f0 solid 2px; } }
    #progressbar04 li a {
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      text-decoration: underline;
      color: #5e6461;
      display: block;
      text-decoration: none; }
      @media only screen and (max-width: 30em) {
        #progressbar04 li a {
          font-size: 0.62rem;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          display: none; } }
    #progressbar04 li .alterar {
      display: block;
      margin-top: .25rem;
      text-decoration: underline;
      color: #04b46b;
      font-size: 0.62rem;
      display: none; }
      @media only screen and (max-width: 30em) {
        #progressbar04 li .alterar {
          margin: 0;
          font-size: 0.62rem; } }
  #progressbar04 li.step-1.active:before {
    background-image: url(../images/SVG/icon_step1.svg); }
  #progressbar04 li.step-2.active:before {
    background-image: url(../images/SVG/icon_step2.svg); }
  #progressbar04 li.step-3.active:before {
    background-image: url(../images/SVG/icon_step3.svg); }
  #progressbar04 li.step-4.active:before {
    background-image: url(../images/SVG/icon_step4.svg); }
  #progressbar04 li.step-5.active:before {
    background-image: url(../images/SVG/icon_step5vv.svg); }
  #progressbar04 li.step-01.active:before {
    background-image: url(../images/SVG/icon_step01.svg); }
  #progressbar04 li.step-02.active:before {
    background-image: url(../images/SVG/icon_step2.svg); }
  #progressbar04 li.step-03.active:before {
    background-image: url(../images/SVG/icon_step3.svg); }
  #progressbar04 li.step-04.active:before {
    background-image: url(../images/SVG/icon_step4.svg); }
  #progressbar04 li.step-05.active:before {
    background-image: url(../images/SVG/icon_step5vv.svg); }
  #progressbar04 li.active a {
    color: #202221;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
    #progressbar04 li.active a .alterar {
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }
  #progressbar04 li.active .alterar {
    display: block; }
  #progressbar04 li.active:before {
    width: 65px;
    height: 65px;
    line-height: 52px;
    margin-top: 0px;
    margin-bottom: 8px;
    background-color: #05cd7a;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10;
    border: white solid 4px;
    top: 0;
    -webkit-border-radius: 65px;
    -ms-border-radius: 65px;
    -moz-border-radius: 65px;
    -o-border-radius: 65px;
    border-radius: 65px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    @media only screen and (max-width: 30em) {
      #progressbar04 li.active:before {
        top: 0;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 40px;
        -ms-border-radius: 40px;
        -moz-border-radius: 40px;
        -o-border-radius: 40px;
        border-radius: 40px;
        background-size: 16px 16px;
        border: #fff solid 2px; } }
  #progressbar04 li.active:after {
    background: #05cd7a;
    border-top: white solid 5px;
    border-bottom: white solid 5px; }
    @media only screen and (max-width: 30em) {
      #progressbar04 li.active:after {
        border-top: white solid 2px;
        border-bottom: white solid 2px; } }
  #progressbar04 li.active:hover:before {
    border: #05cd7a solid 4px; }
  #progressbar04 li:first-child:after {
    /*connector not needed before the first step*/
    content: none; }

/* Steps 5 */
.bilheteira-steps {
  background: #f2f2f2;
  padding: .75rem 1rem;
  max-width: 800px; }
  @media only screen and (max-width: 60em) {
    .bilheteira-steps {
      width: auto; } }
  @media only screen and (max-width: 30em) {
    .bilheteira-steps {
      width: auto;
      padding: .75rem .15rem; } }

/*progressbar05*/
#progressbar05 {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  margin: 0;
  position: relative; }
  #progressbar05 li {
    list-style-type: none;
    color: #5e6461;
    width: 20%;
    float: left;
    position: relative;
    text-align: center;
    font-size: 0.7rem;
    line-height: 1.2; }
    #progressbar05 li:before {
      content: '';
      width: 20px;
      line-height: 20px;
      display: block;
      height: 20px;
      color: #444;
      background: #202221;
      margin: 20px auto 34px auto;
      text-align: center;
      border: white solid 4px;
      z-index: 30;
      position: relative;
      top: 4px;
      -webkit-border-radius: 20px;
      -ms-border-radius: 20px;
      -moz-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px; }
      @media only screen and (max-width: 30em) {
        #progressbar05 li:before {
          width: 15px;
          height: 15px;
          -webkit-border-radius: 12px;
          -ms-border-radius: 12px;
          -moz-border-radius: 12px;
          -o-border-radius: 12px;
          border-radius: 12px;
          border: white solid 2px;
          margin-bottom: 13px;
          top: -8px; } }
    #progressbar05 li:after {
      content: '';
      width: 100%;
      border-top: #f0f0f0 solid 4px;
      border-bottom: #f0f0f0 solid 4px;
      height: 14px;
      background: white;
      position: absolute;
      left: -50%;
      top: 27px;
      z-index: 0; }
      @media only screen and (max-width: 30em) {
        #progressbar05 li:after {
          height: 8px;
          top: 16px;
          border-top: #f0f0f0 solid 2px;
          border-bottom: #f0f0f0 solid 2px; } }
    #progressbar05 li a {
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      text-decoration: underline;
      color: #5e6461;
      display: block;
      text-decoration: none; }
      @media only screen and (max-width: 30em) {
        #progressbar05 li a {
          font-size: 0.62rem;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          display: none; } }
    #progressbar05 li .alterar {
      display: block;
      margin-top: .25rem;
      text-decoration: underline;
      color: #04b46b;
      font-size: 0.62rem;
      display: none; }
      @media only screen and (max-width: 30em) {
        #progressbar05 li .alterar {
          margin: 0;
          font-size: 0.62rem; } }
  #progressbar05 li.step-1.active:before {
    background-image: url(../images/SVG/icon_step1.svg); }
  #progressbar05 li.step-2.active:before {
    background-image: url(../images/SVG/icon_step2.svg); }
  #progressbar05 li.step-3.active:before {
    background-image: url(../images/SVG/icon_step3.svg); }
  #progressbar05 li.step-4.active:before {
    background-image: url(../images/SVG/icon_step4.svg); }
  #progressbar05 li.step-5.active:before {
    background-image: url(../images/SVG/icon_step5vv.svg); }
  #progressbar05 li.step-01.active:before {
    background-image: url(../images/SVG/icon_step01.svg); }
  #progressbar05 li.step-02.active:before {
    background-image: url(../images/SVG/icon_step2.svg); }
  #progressbar05 li.step-03.active:before {
    background-image: url(../images/SVG/icon_step3.svg); }
  #progressbar05 li.step-04.active:before {
    background-image: url(../images/SVG/icon_step4.svg); }
  #progressbar05 li.step-05.active:before {
    background-image: url(../images/SVG/icon_step5vv.svg); }
  #progressbar05 li.active a {
    color: #202221;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
    #progressbar05 li.active a .alterar {
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }
  #progressbar05 li.active .alterar {
    display: block; }
  #progressbar05 li.active:before {
    width: 65px;
    height: 65px;
    line-height: 52px;
    margin-top: 0px;
    margin-bottom: 8px;
    background-color: #05cd7a;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10;
    border: white solid 4px;
    top: 0;
    -webkit-border-radius: 65px;
    -ms-border-radius: 65px;
    -moz-border-radius: 65px;
    -o-border-radius: 65px;
    border-radius: 65px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    @media only screen and (max-width: 30em) {
      #progressbar05 li.active:before {
        top: 0;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 40px;
        -ms-border-radius: 40px;
        -moz-border-radius: 40px;
        -o-border-radius: 40px;
        border-radius: 40px;
        background-size: 16px 16px;
        border: #fff solid 2px; } }
  #progressbar05 li.active:after {
    background: #05cd7a;
    border-top: white solid 5px;
    border-bottom: white solid 5px; }
    @media only screen and (max-width: 30em) {
      #progressbar05 li.active:after {
        border-top: white solid 2px;
        border-bottom: white solid 2px; } }
  #progressbar05 li.active:hover:before {
    border: #05cd7a solid 4px; }
  #progressbar05 li:first-child:after {
    content: none; }

/*progressbar05*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  margin: 0;
  position: relative; }
  #progressbar li {
    list-style-type: none;
    color: #5e6461;
    width: 20%;
    float: left;
    position: relative;
    text-align: center;
    font-size: 0.7rem;
    line-height: 1.2; }
    #progressbar li:before {
      content: '';
      width: 20px;
      line-height: 20px;
      display: block;
      height: 20px;
      color: #444;
      background: #202221;
      margin: 20px auto 34px auto;
      text-align: center;
      border: white solid 4px;
      z-index: 30;
      position: relative;
      top: 4px;
      -webkit-border-radius: 20px;
      -ms-border-radius: 20px;
      -moz-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px; }
      @media only screen and (max-width: 30em) {
        #progressbar li:before {
          width: 15px;
          height: 15px;
          -webkit-border-radius: 12px;
          -ms-border-radius: 12px;
          -moz-border-radius: 12px;
          -o-border-radius: 12px;
          border-radius: 12px;
          border: white solid 2px;
          margin-bottom: 13px;
          top: -8px; } }
    #progressbar li:after {
      content: '';
      width: 100%;
      border-top: #f0f0f0 solid 4px;
      border-bottom: #f0f0f0 solid 4px;
      height: 14px;
      background: white;
      position: absolute;
      left: -50%;
      top: 27px;
      z-index: 0; }
      @media only screen and (max-width: 30em) {
        #progressbar li:after {
          height: 8px;
          top: 16px;
          border-top: #f0f0f0 solid 2px;
          border-bottom: #f0f0f0 solid 2px; } }
    #progressbar li a {
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      text-decoration: underline;
      color: #5e6461;
      display: block;
      text-decoration: none; }
      @media only screen and (max-width: 30em) {
        #progressbar li a {
          font-size: 0.62rem;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          display: none; } }
    #progressbar li .alterar {
      display: block;
      margin-top: .25rem;
      text-decoration: underline;
      color: #04b46b;
      font-size: 0.62rem;
      display: none; }
      @media only screen and (max-width: 30em) {
        #progressbar li .alterar {
          margin: 0;
          font-size: 0.62rem; } }
  #progressbar li.step-1.active:before {
    background-image: url(../images/SVG/icon_step1.svg); }
  #progressbar li.step-2.active:before {
    background-image: url(../images/SVG/icon_step2.svg); }
  #progressbar li.step-3.active:before {
    background-image: url(../images/SVG/icon_step3.svg); }
  #progressbar li.step-4.active:before {
    background-image: url(../images/SVG/icon_step4.svg); }
  #progressbar li.step-5.active:before {
    background-image: url(../images/SVG/icon_step5vv.svg); }
  #progressbar li.step-01.active:before {
    background-image: url(../images/SVG/icon_step01.svg); }
  #progressbar li.step-02.active:before {
    background-image: url(../images/SVG/icon_step2.svg); }
  #progressbar li.step-03.active:before {
    background-image: url(../images/SVG/icon_step3.svg); }
  #progressbar li.step-04.active:before {
    background-image: url(../images/SVG/icon_step4.svg); }
  #progressbar li.step-05.active:before {
    background-image: url(../images/SVG/icon_step5vv.svg); }
  #progressbar li.active a {
    color: #202221;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
    #progressbar li.active a .alterar {
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }
  #progressbar li.active .alterar {
    display: block; }
  #progressbar li.active:before {
    width: 65px;
    height: 65px;
    line-height: 52px;
    margin-top: 0px;
    margin-bottom: 8px;
    background-color: #05cd7a;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10;
    border: white solid 4px;
    top: 0;
    -webkit-border-radius: 65px;
    -ms-border-radius: 65px;
    -moz-border-radius: 65px;
    -o-border-radius: 65px;
    border-radius: 65px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    @media only screen and (max-width: 30em) {
      #progressbar li.active:before {
        top: 0;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 40px;
        -ms-border-radius: 40px;
        -moz-border-radius: 40px;
        -o-border-radius: 40px;
        border-radius: 40px;
        background-size: 16px 16px;
        border: #fff solid 2px; } }
  #progressbar li.active:after {
    background: #05cd7a;
    border-top: white solid 5px;
    border-bottom: white solid 5px; }
    @media only screen and (max-width: 30em) {
      #progressbar li.active:after {
        border-top: white solid 2px;
        border-bottom: white solid 2px; } }
  #progressbar li.active:hover:before {
    border: #05cd7a solid 4px; }
  #progressbar li:first-child:after {
    content: none; }

/*
li.step-1.active:before {background-image: url(../images/SVG/icon_step1.svg);}
li.step-2.active:before {background-image: url(../images/SVG/icon_step2.svg);}
li.step-3.active:before {background-image: url(../images/SVG/icon_step3.svg);}
li.step-4.active:before {background-image: url(../images/SVG/icon_step4.svg);}
li.step-5.active:before {background-image: url(../images/SVG/icon_step5vv.svg);}

li.step-01.active:before {background-image: url(../images/SVG/icon_step01.svg);}
li.step-02.active:before {background-image: url(../images/SVG/icon_step2.svg);}
li.step-03.active:before {background-image: url(../images/SVG/icon_step3.svg);}
li.step-04.active:before {background-image: url(../images/SVG/icon_step4.svg);}
li.step-05.active:before {background-image: url(../images/SVG/icon_step5vv.svg);}
*/
/*
.step-1 {&:before {width: 0px;}}
.step-2 {&:before {width: 130px;}}
.step-3 {&:before {width: 270px;}}
.step-4 {&:before {width: 420px;}}
.step-5 {&:before {width: 550px;}}
*/
/*
@include border-top-radius(3px);
@include border-right-radius(3px);
@include border-bottom-radius(3px);
@include border-left-radius(3px);
*/
/* Metodos de Pagamento */
.pagamento-opcoes {
  position: relative; }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    .pagamento-opcoes {
      width: 600px;
      margin: 0 auto; } }
  @media only screen and (max-width: 60em) {
    .pagamento-opcoes {
      max-width: 600px;
      margin: 0 auto; } }

.metodos-pagamento-list {
  text-align: center;
  margin: 0 1rem;
  margin-bottom: 40px; }
  @media only screen and (min-width: 76.938em) and (max-width: 999999999999) {
    .metodos-pagamento-list {
      border-bottom: none; } }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    .metodos-pagamento-list {
      border-bottom: none; } }
  @media only screen and (max-width: 60em) {
    .metodos-pagamento-list {
      border-bottom: none; } }
  @media only screen and (max-width: 30em) {
    .metodos-pagamento-list {
      border-bottom: none; } }
  .metodos-pagamento-list li {
    border: #dfe1e0 solid 1px;
    border-left: none;
    border-right: none;
    padding: 1rem;
    line-height: 1; }
    @media only screen and (max-width: 60em) {
      .metodos-pagamento-list li {
        border-bottom: #ddd solid 1px;
        min-height: auto; } }
    @media only screen and (max-width: 30em) {
      .metodos-pagamento-list li {
        border-bottom: #ddd solid 1px;
        min-height: auto;
        border-right: none; } }
    .metodos-pagamento-list li:hover {
      background: #202221; }
      .metodos-pagamento-list li:hover a {
        color: #dfe1e0; }
        .metodos-pagamento-list li:hover a span {
          color: #dfe1e0; }
    .metodos-pagamento-list li a {
      display: block;
      margin: 0;
      font-size: 0.85rem;
      color: #202221; }
      .metodos-pagamento-list li a span {
        font-style: italic;
        display: block;
        color: #9ea3a1;
        font-size: 0.7rem; }
  .metodos-pagamento-list li.active {
    background: #202221; }
    .metodos-pagamento-list li.active a {
      color: #dfe1e0; }
    .metodos-pagamento-list li.active span {
      color: #dfe1e0; }

.pagamento-opcoes__levantamento li:nth-child(1) {
  border-right: #dfe1e0 solid 1px;
  border-left: #dfe1e0 solid 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagamento-opcoes__levantamento li:nth-child(2) {
  border-right: #dfe1e0 solid 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagamento-opcoes__levantamento li {
  padding: .7rem 1rem; }

.pagamento-opcoes__payment-card {
  margin-bottom: 0; }
  .pagamento-opcoes__payment-card .pagamento-opcoes__content {
    position: absolute;
    bottom: 0px;
    height: 50px;
    width: 100%; }
  .pagamento-opcoes__payment-card li a {
    position: relative;
    min-height: 125px; }
    .pagamento-opcoes__payment-card li a span {
      color: #04b46b; }
    .pagamento-opcoes__payment-card li a .svg-icon {
      width: 60px;
      height: 60px; }
    .pagamento-opcoes__payment-card li a:hover #visa path {
      fill: #fff; }
    .pagamento-opcoes__payment-card li a:hover #visa polygon {
      fill: #fff; }
    .pagamento-opcoes__payment-card li a:hover #mastercard_1_ path {
      fill: #fff; }
    .pagamento-opcoes__payment-card li a:hover #mastercard_1_ polygon {
      fill: #fff; }
    .pagamento-opcoes__payment-card li a:hover #multibanco_1_ {
      /*polygon {fill:#fff; stroke:#fff;}*/ }
      .pagamento-opcoes__payment-card li a:hover #multibanco_1_ #icon-mb-s4,
      .pagamento-opcoes__payment-card li a:hover #multibanco_1_ #icon-mb-s3_1_,
      .pagamento-opcoes__payment-card li a:hover #multibanco_1_ #icon-mb-s2,
      .pagamento-opcoes__payment-card li a:hover #multibanco_1_ #icon-mb-s1 {
        fill: #fff;
        stroke-width: 0; }
      .pagamento-opcoes__payment-card li a:hover #multibanco_1_ path {
        stroke: #fff; }
  .pagamento-opcoes__payment-card li.active a #visa path {
    fill: #fff; }
  .pagamento-opcoes__payment-card li.active a #visa polygon {
    fill: #fff; }
  .pagamento-opcoes__payment-card li.active a #mastercard_1_ path {
    fill: #fff; }
  .pagamento-opcoes__payment-card li.active a #mastercard_1_ polygon {
    fill: #fff; }
  .pagamento-opcoes__payment-card li.active a #multibanco_1_ {
    /*polygon {fill:#fff; stroke:#fff;}*/ }
    .pagamento-opcoes__payment-card li.active a #multibanco_1_ #icon-mb-s4,
    .pagamento-opcoes__payment-card li.active a #multibanco_1_ #icon-mb-s3_1_,
    .pagamento-opcoes__payment-card li.active a #multibanco_1_ #icon-mb-s2,
    .pagamento-opcoes__payment-card li.active a #multibanco_1_ #icon-mb-s1 {
      fill: #fff;
      stroke-width: 0; }
    .pagamento-opcoes__payment-card li.active a #multibanco_1_ path {
      stroke: #fff; }
  .pagamento-opcoes__payment-card li:nth-child(1) {
    border-left: #dfe1e0 solid 1px;
    border-right: #dfe1e0 solid 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .pagamento-opcoes__payment-card li:nth-child(2) {
    border-left: #dfe1e0 solid 1px;
    border-right: #dfe1e0 solid 1px;
    margin-left: -1px; }
  .pagamento-opcoes__payment-card li:nth-child(3) {
    border-right: #dfe1e0 solid 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: -1px; }

.panel.sucesso-mbref {
  margin: 0 auto;
  padding: 2rem;
  background: #fff;
  border: #dfe1e0 solid 1px;
  max-width: 380px; }
  @media only screen and (max-width: 30em) {
    .panel.sucesso-mbref {
      width: 100%; } }
  .panel.sucesso-mbref .mbref-header {
    height: 2.5rem;
    margin-bottom: 0.5rem;
    position: relative; }
    .panel.sucesso-mbref .mbref-header .svg-icon {
      width: 45px;
      height: auto;
      position: absolute;
      top: -10px; }
      @media only screen and (max-width: 30em) {
        .panel.sucesso-mbref .mbref-header .svg-icon {
          top: 0; } }
    .panel.sucesso-mbref .mbref-header .mbref-header-title {
      margin-left: 70px;
      font-size: 0.85rem;
      color: #202221;
      letter-spacing: 1px;
      line-height: 1.2; }
  .panel.sucesso-mbref .mbref-content {
    font-size: 0.85rem;
    color: #202221;
    text-transform: uppercase; }

.panel.sucesso-nrpedido {
  text-align: center;
  padding: 1.5rem 0;
  margin: 0 auto;
  background: #05cd7a;
  max-width: 380px; }
  .panel.sucesso-nrpedido p {
    margin: 0;
    font-size: 0.85rem;
    color: #fff; }
  .panel.sucesso-nrpedido a {
    color: #fff;
    text-decoration: underline; }

.panel.sucesso-aviso {
  background: #202221;
  color: #fff;
  padding: 1.5rem;
  max-width: 790px;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem; }
  @media only screen and (max-width: 30em) {
    .panel.sucesso-aviso {
      padding: 1.5rem; } }
  .panel.sucesso-aviso .sucesso-aviso-title {
    text-transform: uppercase;
    margin-bottom: .7rem;
    font-size: 0.9rem;
    color: #ffd02e;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
  .panel.sucesso-aviso p {
    color: #fff;
    font-size: 0.85rem;
    margin: 0; }
    .panel.sucesso-aviso p span {
      color: #ffd02e;
      font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif; }

.table-lugares {
  border-collapse: collapse;
  border-spacing: 0;
  /*max-width: 800px;*/
  margin: 0 auto;
  /* Cells in even rows (2,4,6...) are one color */
  /* Cells in odd rows (1,3,5...) are another (excludes header cells)  */ }
  .table-lugares th {
    background: #202221;
    color: #9ea3a1;
    text-align: left;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
  .table-lugares th:first-child,
  .table-lugares td:first-child {
    padding-left: 1.5rem;
    text-align: center; }
    @media only screen and (max-width: 30em) {
      .table-lugares th:first-child,
      .table-lugares td:first-child {
        padding-left: 0.5rem; } }
  .table-lugares th:last-child,
  .table-lugares td:last-child {
    padding-right: 1.5rem; }
  .table-lugares th:first-child,
  .table-lugares td:first-child {
    text-align: left; }
  .table-lugares td, .table-lugares th {
    padding: 0 0.25rem;
    height: 40px; }
  .table-lugares td {
    font-size: 0.7rem;
    text-align: left;
    color: #202221;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    line-height: 1; }
    @media only screen and (max-width: 30em) {
      .table-lugares td {
        padding-top: .2rem;
        padding-bottom: .2rem; } }
  .table-lugares tr:nth-child(even) td {
    background: #F5F5F5; }
  .table-lugares tr:nth-child(odd) td {
    background: #fff; }
  .table-lugares .svg-icon {
    vertical-align: middle; }

#wwSMV_BilHistContainer .table-lugares .svg-icon {
  width: 26px; }

.small-circle {
  width: 10px;
  height: 10px;
  background: #FAC200;
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

.compra-total {
  padding: 1rem;
  background: #05cd7a;
  margin: 2rem 0;
  max-width: 350px; }
  @media only screen and (max-width: 60em) {
    .compra-total {
      width: 100%; } }
  @media only screen and (max-width: 30em) {
    .compra-total {
      width: 100%; } }

.table-compra {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  color: #fff;
  font-size: 2rem; }
  .table-compra td {
    height: 25px;
    padding: 2px 5px;
    font-size: .8rem; }
  .table-compra td.compra-total {
    color: #000;
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
    font-size: 1.1rem;
    border-top: #ddd solid 1px;
    padding-top: 10px;
    text-align: right; }
  .table-compra td.compra-texto {
    width: 80%;
    text-align: right;
    font-size: .7rem; }

.table-add-socios {
  max-width: 440px;
  margin-bottom: 1rem; }
  .table-add-socios:after {
    content: "";
    display: table;
    clear: both; }
  .table-add-socios .table-lugares {
    margin-bottom: 1rem; }
    .table-add-socios .table-lugares th {
      font-size: 0.62rem; }
    .table-add-socios .table-lugares td {
      font-size: 0.85rem;
      color: #5e6461; }
    .table-add-socios .table-lugares .icon-close {
      display: inline-block;
      text-align: center; }
  .table-add-socios .button {
    text-align: right;
    float: right; }
    .table-add-socios .button:hover {
      background: none;
      color: #03824d !important;
      border: #03824d solid 1px; }

.bilheteira-legenda {
  padding: 1.25rem;
  background: #F3F3F3;
  position: relative;
  max-width: 185px; }
  .bilheteira-legenda .legenda-title {
    font-style: italic;
    line-height: 1;
    color: #9ea3a1;
    text-transform: uppercase;
    font-size: 0.7rem;
    margin-bottom: .75rem;
    display: block; }

.bilheteira-legenda.bilheteira-legenda__bancadas {
  /*FS*/
  max-width: 100%;
  background: none;
  padding: 0 50px; }
  .bilheteira-legenda.bilheteira-legenda__bancadas .legendas:after {
    content: "";
    display: table;
    clear: both; }
  .bilheteira-legenda.bilheteira-legenda__bancadas .legendas li {
    margin-right: 1.25rem;
    float: left;
    margin-bottom: 0;
    white-space: normal;
    margin-bottom: 5px;
    margin-top: 7px; }

.legendas {
  margin: 0;
  /* poor visibility */ }
  .legendas li {
    line-height: 1;
    font-size: 0.62rem;
    color: #202221;
    display: block;
    position: relative;
    white-space: nowrap;
    margin: 0;
    margin-bottom: 0.45rem; }
    @media only screen and (max-width: 30em) {
      .legendas li {
        display: block;
        line-height: 20px; } }
  .legendas li:before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: .4rem;
    vertical-align: middle;
    position: relative;
    top: -1px; }
  .legendas li:after {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    position: absolute;
    left: 6px;
    top: 2px; }
  .legendas li.not-avaliable:before {
    background: #000; }
  .legendas li.avaliable:before {
    background: #05cd7a; }
  .legendas li.disable:before {
    background: #00B4FF; }
  .legendas li.not-avaliable:before,
  .legendas li.avaliable:before,
  .legendas li.disable:before {
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
  .legendas li.selected:before {
    background: #FFC720;
    border: #5e6461 solid 1px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px; }
  .legendas li.selected-change:before {
    background: #9ea3a1;
    border: #5e6461 solid 1px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px; }
  .legendas li.selected-special:before {
    background: #c1a570;
    border: #5e6461 solid 1px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px; }
  .legendas li.avaliable-poor-visibility:before {
    background: #04b46b;
    /*$gray-dark;*/
    width: 8px;
    margin-right: 12px;
    border: #000 solid 1px;
    border-right: none;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    top: 0; }
  .legendas li.avaliable-poor-visibility:after {
    background: white;
    width: 6px;
    margin-right: 5px;
    border: #000 solid 1px;
    border-left: none;
    top: 0px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }
    @media only screen and (max-width: 30em) {
      .legendas li.avaliable-poor-visibility:after {
        top: 4px; } }

.label-time-to-go {
  line-height: 30px;
  padding: .5rem;
  font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif; }

.time-to-go {
  background: #FAC200;
  width: 88px;
  height: 30px;
  padding: 0 0.5rem; }
  .time-to-go span {
    line-height: 30px;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    font-size: 0.85rem;
    display: inline-block;
    text-align: right; }

/**
 * Ficha de Jogo
 */
.header-ficha-jogo {
  padding-top: 100px;
  padding-bottom: 3.5rem;
  background: #1c1e1d;
  color: #fff;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 30em) {
    .header-ficha-jogo {
      padding-top: 50px; } }
  @media only screen and (max-width: 60em) {
    .header-ficha-jogo {
      padding-top: 50px; } }
  .header-ficha-jogo .svg-emblema-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 800px;
    margin-top: -400px;
    margin-left: -400px; }
    .header-ficha-jogo .svg-emblema-bg path {
      fill: #202221; }
    .header-ficha-jogo .svg-emblema-bg polygon {
      fill: #202221; }

/* COMPETICAO */
.ficha-jogo-competicao {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  font-size: 1.7rem;
  font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif; }
  @media only screen and (max-width: 30em) {
    .ficha-jogo-competicao {
      font-size: 1rem; } }
  @media only screen and (max-width: 60em) {
    .ficha-jogo-competicao {
      font-size: 1rem; } }
  .ficha-jogo-competicao .line {
    background: #5e6461;
    height: 1px;
    z-index: -1;
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: 15px; }
    @media only screen and (max-width: 30em) {
      .ficha-jogo-competicao .line {
        top: 65%; } }
  .ficha-jogo-competicao .competicao-nome {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media only screen and (max-width: 30em) {
      .ficha-jogo-competicao .competicao-nome {
        padding-left: 0.5rem;
        padding-right: 0.5rem; } }
  .ficha-jogo-competicao .competicao-column {
    vertical-align: middle;
    height: 23px;
    position: relative; }
  .ficha-jogo-competicao .titCompJornada {
    background-color: #1c1e1d;
    padding: 0px 20px;
    margin-top: 30px;
    display: inline-block; }

.ficha-jogo-local {
  color: #9ea3a1;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 0.7rem;
  z-index: 10;
  position: relative; }
  @media only screen and (max-width: 30em) {
    .ficha-jogo-local {
      font-size: 0.62rem; } }

.ficha-jogo-time {
  color: #9ea3a1;
  line-height: 1.2;
  text-transform: uppercase;
  z-index: 10;
  position: relative; }
  @media only screen and (max-width: 30em) {
    .ficha-jogo-time {
      font-size: 0.7rem; } }

/* SCORE */
.ficha-jogo-resultado {
  position: relative;
  font-size: 1.7rem;
  margin-top: 1rem; }
  @media only screen and (max-width: 30em) {
    .ficha-jogo-resultado {
      font-size: 0.85rem;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      margin-top: 1rem; } }
  @media only screen and (max-width: 60em) {
    .ficha-jogo-resultado {
      font-size: 0.85rem;
      margin-top: 1.5rem; } }
  .ficha-jogo-resultado .ficha-jogo-equipa {
    height: 120px;
    line-height: 130px;
    position: relative; }
    @media only screen and (max-width: 30em) {
      .ficha-jogo-resultado .ficha-jogo-equipa {
        height: auto;
        line-height: 1; } }
    @media only screen and (max-width: 60em) {
      .ficha-jogo-resultado .ficha-jogo-equipa {
        line-height: 1;
        height: auto; } }
    .ficha-jogo-resultado .ficha-jogo-equipa .svg-icon {
      position: absolute;
      width: 85px;
      height: auto; }
      @media only screen and (max-width: 30em) {
        .ficha-jogo-resultado .ficha-jogo-equipa .svg-icon {
          width: 40px;
          height: auto;
          /*53px;*/ } }
      @media only screen and (max-width: 60em) {
        .ficha-jogo-resultado .ficha-jogo-equipa .svg-icon {
          width: 60px;
          height: auto; } }
  .ficha-jogo-resultado .ficha-jogo-equipa.equipa-casa {
    text-align: right; }
    @media only screen and (max-width: 30em) {
      .ficha-jogo-resultado .ficha-jogo-equipa.equipa-casa {
        text-align: center; } }
    @media only screen and (max-width: 60em) {
      .ficha-jogo-resultado .ficha-jogo-equipa.equipa-casa {
        text-align: center; } }
    .ficha-jogo-resultado .ficha-jogo-equipa.equipa-casa .equipa {
      margin-right: 110px; }
      @media only screen and (max-width: 60em) {
        .ficha-jogo-resultado .ficha-jogo-equipa.equipa-casa .equipa {
          margin: 0;
          margin-top: .75rem; } }
      @media only screen and (max-width: 30em) {
        .ficha-jogo-resultado .ficha-jogo-equipa.equipa-casa .equipa {
          margin-right: 0;
          margin-top: .75rem; } }
    .ficha-jogo-resultado .ficha-jogo-equipa.equipa-casa .svg-icon {
      right: 0;
      top: 20px; }
      @media only screen and (max-width: 30em) {
        .ficha-jogo-resultado .ficha-jogo-equipa.equipa-casa .svg-icon {
          position: relative;
          left: auto;
          top: auto;
          display: block;
          margin: 0 auto; } }
      @media only screen and (max-width: 60em) {
        .ficha-jogo-resultado .ficha-jogo-equipa.equipa-casa .svg-icon {
          position: relative;
          left: auto;
          top: auto;
          display: block;
          margin: 0 auto; } }
  .ficha-jogo-resultado .ficha-jogo-equipa.equipa-sporting .equipa {
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
  .ficha-jogo-resultado .ficha-jogo-equipa.equipa-fora {
    text-align: left; }
    .ficha-jogo-resultado .ficha-jogo-equipa.equipa-fora .svg-icon {
      left: 0;
      top: 20px; }
      @media only screen and (max-width: 30em) {
        .ficha-jogo-resultado .ficha-jogo-equipa.equipa-fora .svg-icon {
          position: relative;
          left: auto;
          top: auto;
          display: block;
          margin: 0 auto; } }
      @media only screen and (max-width: 60em) {
        .ficha-jogo-resultado .ficha-jogo-equipa.equipa-fora .svg-icon {
          position: relative;
          left: auto;
          top: auto;
          display: block;
          margin: 0 auto; } }
    .ficha-jogo-resultado .ficha-jogo-equipa.equipa-fora .equipa {
      margin-left: 110px; }
      @media only screen and (max-width: 30em) {
        .ficha-jogo-resultado .ficha-jogo-equipa.equipa-fora .equipa {
          margin-left: 0;
          margin-top: .75rem;
          text-align: center; } }
      @media only screen and (max-width: 60em) {
        .ficha-jogo-resultado .ficha-jogo-equipa.equipa-fora .equipa {
          margin: 0;
          margin-top: .75rem;
          text-align: center; } }
  .ficha-jogo-resultado .ficha-jogo-score {
    background: url("../images/SVG/black-80.svg");
    font-size: 2.4rem;
    letter-spacing: -0.1em;
    position: absolute;
    width: 140px;
    height: 90px;
    line-height: 95px;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -70px; }
    .ficha-jogo-resultado .ficha-jogo-score .equipa-sporting {
      font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
      color: #fff;
      margin: 0; }
    @media only screen and (max-width: 30em) {
      .ficha-jogo-resultado .ficha-jogo-score {
        font-size: 1.2rem;
        height: 55px;
        line-height: 60px;
        margin-top: -40px;
        width: 90px;
        margin-left: -45px; } }
    @media only screen and (max-width: 60em) {
      .ficha-jogo-resultado .ficha-jogo-score {
        font-size: 2rem;
        height: 90px;
        line-height: 95px;
        margin-top: -70px;
        width: 140px;
        margin-left: -70px; } }
    .ficha-jogo-resultado .ficha-jogo-score span {
      color: #636564;
      margin: 0 .2rem; }
      @media only screen and (max-width: 30em) {
        .ficha-jogo-resultado .ficha-jogo-score span {
          margin: 0; } }

/*Ficha de Jogo - FS*/
.ficha-jogo {
  padding: 30px; }
  .ficha-jogo .cartaoAmarelo {
    background-image: url("../images/SVG/icon_cartao-amarelo.svg");
    width: 11px;
    height: 15px;
    margin-left: 5px; }
  .ficha-jogo .cartaoVermelho {
    background-image: url("../images/SVG/icon_cartao-vermelho.svg");
    width: 11px;
    height: 15px;
    margin-left: 5px; }
  .ficha-jogo .cartaoAzul {
    background-image: url("../images/SVG/icon_cartao-azul.svg");
    width: 11px;
    height: 15px;
    margin-left: 5px; }
  .ficha-jogo .goloFutebol {
    background-image: url("../images/SVG/icon_soccerball-jogo-header.svg");
    width: 23px;
    height: 17px;
    background-position: 0px -2px;
    background-repeat: no-repeat; }
  .ficha-jogo .icon_sub-in {
    background-image: url("../images/SVG/icon_sub-in.svg");
    width: 15px;
    height: 9px;
    background-repeat: no-repeat; }
  .ficha-jogo .icon_princ-out {
    background-image: url("../images/SVG/icon_princ-out.svg");
    width: 15px;
    height: 9px;
    background-repeat: no-repeat; }

.ficha-jogo #thome,
.ficha-jogo #shome {
  margin-right: 0.75rem; }

.ficha-jogo #taway,
.ficha-jogo #saway {
  margin-left: 0.75rem; }

/* GOLOS */
.ficha-jogo-scored-goals {
  margin-top: 0; }
  @media only screen and (max-width: 30em) {
    .ficha-jogo-scored-goals {
      margin-top: 1rem; } }
  .ficha-jogo-scored-goals .svg-icon {
    margin: 0 .35rem;
    top: -1px; }
    @media only screen and (max-width: 30em) {
      .ficha-jogo-scored-goals .svg-icon {
        margin: 0 .25rem;
        width: 14px; } }
  .ficha-jogo-scored-goals .ficha-jogo-goals.home-goals {
    text-align: right;
    margin-right: 90px;
    border-top: #5e6461 solid 1px; }
    .ficha-jogo-scored-goals .ficha-jogo-goals.home-goals .svg-icon {
      margin-right: 5px;
      max-width: 20px; }
    @media only screen and (max-width: 30em) {
      .ficha-jogo-scored-goals .ficha-jogo-goals.home-goals {
        margin: 0; } }
    @media only screen and (max-width: 60em) {
      .ficha-jogo-scored-goals .ficha-jogo-goals.home-goals {
        margin: 0; } }
  .ficha-jogo-scored-goals .ficha-jogo-goals.away-goals {
    text-align: left;
    margin-left: 90px;
    border-top: #5e6461 solid 1px; }
    .ficha-jogo-scored-goals .ficha-jogo-goals.away-goals .svg-icon {
      margin-left: 5px;
      max-width: 20px; }
    @media only screen and (max-width: 30em) {
      .ficha-jogo-scored-goals .ficha-jogo-goals.away-goals {
        margin: 0; } }
    @media only screen and (max-width: 60em) {
      .ficha-jogo-scored-goals .ficha-jogo-goals.away-goals {
        margin: 0; } }
  .ficha-jogo-scored-goals .ficha-jogo-goal {
    padding: 5px 0;
    line-height: 1.4;
    padding-top: 7px;
    font-size: 0.7rem;
    border-bottom: #5e6461 solid 1px; }
    @media only screen and (max-width: 30em) {
      .ficha-jogo-scored-goals .ficha-jogo-goal {
        font-size: 0.62rem;
        padding: 2px 0;
        padding-bottom: 0; } }

@media only screen and (max-width: 30em) {
  .table-responsive td {
    font-size: 0.7rem; } }

@media only screen and (max-width: 60em) {
  .table-responsive td {
    font-size: 0.7rem; } }

.ficha-jogo-gallery {
  margin: 0;
  max-width: 845px; }
  .ficha-jogo-gallery [class*="block-grid-"] > li {
    padding-right: 1.4rem;
    padding-bottom: 1.4rem; }
  .ficha-jogo-gallery:after {
    content: "";
    display: table;
    clear: both; }
  .ficha-jogo-gallery li a,
  .ficha-jogo-gallery .block-img a {
    display: block;
    position: relative;
    overflow: hidden; }
    .ficha-jogo-gallery li a figure,
    .ficha-jogo-gallery .block-img a figure {
      margin: 0; }
      .ficha-jogo-gallery li a figure img,
      .ficha-jogo-gallery .block-img a figure img {
        max-width: 100%;
        width: 100%;
        display: block; }
      .ficha-jogo-gallery li a figure svg.border,
      .ficha-jogo-gallery .block-img a figure svg.border {
        position: absolute;
        top: -15px;
        /* fixes rendering issue in FF */
        z-index: 10;
        width: 80px;
        height: 115%;
        right: -50px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
        @media only screen and (max-width: 60em) {
          .ficha-jogo-gallery li a figure svg.border,
          .ficha-jogo-gallery .block-img a figure svg.border {
            right: -48px; } }
        .ficha-jogo-gallery li a figure svg.border path,
        .ficha-jogo-gallery .block-img a figure svg.border path {
          fill: #fff;
          stroke: #05cd7a;
          stroke-width: 6px;
          stroke-linejoin: miter; }
    .ficha-jogo-gallery li a:hover .svg-icon,
    .ficha-jogo-gallery .block-img a:hover .svg-icon {
      -webkit-transform: translate3d(0, -25px, 0);
      -moz-transform: translate3d(0, -25px, 0);
      -ms-transform: translate3d(0, -25px, 0);
      -o-transform: translate3d(0, -25px, 0);
      transform: translate3d(0, -25px, 0); }
      @media only screen and (max-width: 30em) {
        .ficha-jogo-gallery li a:hover .svg-icon,
        .ficha-jogo-gallery .block-img a:hover .svg-icon {
          -webkit-transform: translate3d(0, -15px, 0);
          -moz-transform: translate3d(0, -15px, 0);
          -ms-transform: translate3d(0, -15px, 0);
          -o-transform: translate3d(0, -15px, 0);
          transform: translate3d(0, -15px, 0); } }
      @media only screen and (max-width: 60em) {
        .ficha-jogo-gallery li a:hover .svg-icon,
        .ficha-jogo-gallery .block-img a:hover .svg-icon {
          -webkit-transform: translate3d(0, -15px, 0);
          -moz-transform: translate3d(0, -15px, 0);
          -ms-transform: translate3d(0, -15px, 0);
          -o-transform: translate3d(0, -15px, 0);
          transform: translate3d(0, -15px, 0); } }
    .ficha-jogo-gallery li a:hover .gallery-title,
    .ficha-jogo-gallery .block-img a:hover .gallery-title {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translate3d(0, -40px, 0);
      -moz-transform: translate3d(0, -40px, 0);
      -ms-transform: translate3d(0, -40px, 0);
      -o-transform: translate3d(0, -40px, 0);
      transform: translate3d(0, -40px, 0); }
      @media only screen and (max-width: 30em) {
        .ficha-jogo-gallery li a:hover .gallery-title,
        .ficha-jogo-gallery .block-img a:hover .gallery-title {
          -webkit-transform: translate3d(0, -10px, 0);
          -moz-transform: translate3d(0, -10px, 0);
          -ms-transform: translate3d(0, -10px, 0);
          -o-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0); } }
    .ficha-jogo-gallery li a:hover .gallery-image-bg,
    .ficha-jogo-gallery .block-img a:hover .gallery-image-bg {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .ficha-jogo-gallery li a .svg-icon,
    .ficha-jogo-gallery .block-img a .svg-icon {
      margin-left: -11px;
      margin-top: -11px;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
      -moz-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
      transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1); }
    .ficha-jogo-gallery li a .gallery-title,
    .ficha-jogo-gallery .block-img a .gallery-title {
      text-align: center;
      width: 180px;
      margin-left: -90px;
      font-size: 0.7rem;
      line-height: 1.2;
      color: #fff;
      position: absolute;
      bottom: 0;
      left: 50%;
      text-transform: uppercase;
      -webkit-transform: translate3d(0, 20px, 0);
      -moz-transform: translate3d(0, 20px, 0);
      -ms-transform: translate3d(0, 20px, 0);
      -o-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
      -moz-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
      transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1); }
      @media only screen and (max-width: 30em) {
        .ficha-jogo-gallery li a .gallery-title,
        .ficha-jogo-gallery .block-img a .gallery-title {
          font-size: 0.62rem;
          width: 100%;
          margin: 0;
          left: auto;
          padding: 1rem; } }
    .ficha-jogo-gallery li a .gallery-image-bg,
    .ficha-jogo-gallery .block-img a .gallery-image-bg {
      background: #05cd7a;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: opacity 0.2s cubic-bezier(0.34, 1.61, 0.7, 1);
      -moz-transition: opacity 0.2s cubic-bezier(0.34, 1.61, 0.7, 1);
      transition: opacity 0.2s cubic-bezier(0.34, 1.61, 0.7, 1); }

.block-img {
  height: 160px; }
  .block-img a {
    display: block;
    position: relative;
    overflow: hidden; }
    .block-img a figure {
      margin: 0;
      height: 160px; }
      .block-img a figure img {
        max-width: 100%;
        width: 100%;
        display: block; }
      .block-img a figure svg.border {
        position: absolute;
        top: -15px;
        /* fixes rendering issue in FF */
        z-index: 10;
        width: 80px;
        height: 115%;
        right: -50px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
        @media only screen and (max-width: 60em) {
          .block-img a figure svg.border {
            right: -48px; } }
        .block-img a figure svg.border path {
          fill: #fff;
          stroke: #05cd7a;
          stroke-width: 6px;
          stroke-linejoin: miter; }
    .block-img a:hover .svg-icon {
      -webkit-transform: translate3d(0, -25px, 0);
      -moz-transform: translate3d(0, -25px, 0);
      -ms-transform: translate3d(0, -25px, 0);
      -o-transform: translate3d(0, -25px, 0);
      transform: translate3d(0, -25px, 0); }
      @media only screen and (max-width: 30em) {
        .block-img a:hover .svg-icon {
          -webkit-transform: translate3d(0, -15px, 0);
          -moz-transform: translate3d(0, -15px, 0);
          -ms-transform: translate3d(0, -15px, 0);
          -o-transform: translate3d(0, -15px, 0);
          transform: translate3d(0, -15px, 0); } }
      @media only screen and (max-width: 60em) {
        .block-img a:hover .svg-icon {
          -webkit-transform: translate3d(0, -15px, 0);
          -moz-transform: translate3d(0, -15px, 0);
          -ms-transform: translate3d(0, -15px, 0);
          -o-transform: translate3d(0, -15px, 0);
          transform: translate3d(0, -15px, 0); } }
    .block-img a:hover .gallery-title {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translate3d(0, -40px, 0);
      -moz-transform: translate3d(0, -40px, 0);
      -ms-transform: translate3d(0, -40px, 0);
      -o-transform: translate3d(0, -40px, 0);
      transform: translate3d(0, -40px, 0); }
      @media only screen and (max-width: 30em) {
        .block-img a:hover .gallery-title {
          -webkit-transform: translate3d(0, -10px, 0);
          -moz-transform: translate3d(0, -10px, 0);
          -ms-transform: translate3d(0, -10px, 0);
          -o-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0); } }
    .block-img a:hover .gallery-image-bg {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .block-img a .svg-icon {
      margin-left: -11px;
      margin-top: -11px;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
      -moz-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
      transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1); }
    .block-img a .gallery-title {
      text-align: center;
      width: 180px;
      margin-left: -90px;
      font-size: 0.7rem;
      line-height: 1.2;
      color: #fff;
      position: absolute;
      bottom: 0;
      left: 50%;
      text-transform: uppercase;
      -webkit-transform: translate3d(0, 20px, 0);
      -moz-transform: translate3d(0, 20px, 0);
      -ms-transform: translate3d(0, 20px, 0);
      -o-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
      -moz-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
      transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1); }
      @media only screen and (max-width: 30em) {
        .block-img a .gallery-title {
          font-size: 0.62rem;
          width: 100%;
          margin: 0;
          left: auto;
          padding: 1rem; } }
    .block-img a .gallery-image-bg {
      background: #05cd7a;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: opacity 0.2s cubic-bezier(0.34, 1.61, 0.7, 1);
      -moz-transition: opacity 0.2s cubic-bezier(0.34, 1.61, 0.7, 1);
      transition: opacity 0.2s cubic-bezier(0.34, 1.61, 0.7, 1); }

.multimedia__detail {
  background: #323031;
  position: relative; }
  .multimedia__detail:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url("../images/stripes_multimedia-left.png");
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .multimedia__detail:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url("../images/stripes_multimedia-right.png");
    background-position: right top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .multimedia__detail .multimedia-detail-header {
    padding: 2rem 0; }
    .multimedia__detail .multimedia-detail-header .row .columns {
      z-index: 99; }
  .multimedia__detail .multimedia-detail-content {
    position: relative;
    z-index: 10; }
  .multimedia__detail .multimedia-sub-header {
    text-transform: uppercase;
    text-align: center;
    color: white;
    letter-spacing: 1px;
    font-size: 0.7rem; }
    @media only screen and (max-width: 30em) {
      .multimedia__detail .multimedia-sub-header {
        font-size: 0.62rem;
        letter-spacing: 0; } }

.multimedia-detail-content .multimedia-video-player {
  max-width: 980px;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5); }
  .multimedia-detail-content .multimedia-video-player img {
    opacity: 1;
    filter: alpha(opacity=100); }
  .multimedia-detail-content .multimedia-video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 30em) {
      .multimedia-detail-content .multimedia-video-player iframe {
        min-height: auto; } }

/*
Fotografias & Videos
*/
.gallery {
  position: relative; }
  .gallery:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background: -moz-linear-gradient(top, transparent 0%, black 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, transparent 0%, black 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 0%, black 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  .gallery .slider__for {
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto; }
    @media only screen and (max-width: 60em) {
      .gallery .slider__for {
        width: auto; } }
    @media only screen and (max-width: 30em) {
      .gallery .slider__for {
        width: auto; } }
  .gallery .slider__for--photos .slick-list {
    overflow: visible; }
  .gallery .slider__nav__container {
    background: #161515;
    border-top: #1f1e1e solid 10px;
    padding: 1.5rem 0;
    position: relative;
    margin-top: 1.5rem; }
  @media only screen and (max-width: 30em) {
    .gallery .slider__nav {
      margin-left: 25%;
      margin-right: 25%; } }

/*
slideCaption
 */
.slideMedia img {
  max-width: 100%; }

.slideCaption {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 .5rem;
  color: #fff;
  font-size: 0.7rem;
  position: relative;
  font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
  @media only screen and (max-width: 30em) {
    .slideCaption {
      padding: 0;
      margin-left: 1rem;
      margin-right: 1rem; } }
  @media only screen and (max-width: 60em) {
    .slideCaption {
      margin-left: 2rem;
      margin-right: 2rem; } }
  .slideCaption .slideCaption__moment {
    text-transform: uppercase;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
    @media only screen and (max-width: 30em) {
      .slideCaption .slideCaption__moment {
        position: relative;
        width: 100%;
        margin-bottom: 0.35rem; } }
  .slideCaption .slideCaption__description {
    margin-left: 115px;
    margin-right: 250px;
    display: none; }
    @media only screen and (max-width: 60em) {
      .slideCaption .slideCaption__description {
        margin-right: 0; } }
    @media only screen and (max-width: 30em) {
      .slideCaption .slideCaption__description {
        margin-right: 0;
        margin-left: 0;
        font-size: 0.62rem; } }

/**
 * Dots
 */
.slick-dots {
  bottom: 0; }
  .slick-dots li {
    width: 12px; }
  .slick-dots li button:before {
    color: #9ea3a1;
    font-size: 12px; }
  .slick-dots li.slick-active button:before {
    color: #f2f2f2; }

/**
 * Custom Paging
 */
.custom_paging {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 80px, 0);
  -moz-transform: translate3d(0, 80px, 0);
  -ms-transform: translate3d(0, 80px, 0);
  -o-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  -moz-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  width: 80px;
  padding: 10px 0;
  margin-left: -40px; }
  @media only screen and (max-width: 30em) {
    .custom_paging {
      width: 50px;
      margin-left: -25px;
      padding: 0; } }
  .custom_paging::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #04b46b;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg); }
  .custom_paging li {
    display: none; }
  .custom_paging li.slick-active {
    display: block;
    color: #f2f2f2;
    font-size: 1rem;
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
    position: relative;
    z-index: 10; }
    .custom_paging li.slick-active span {
      display: inline-block;
      margin-left: 3px;
      font-size: 0.62rem;
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
      color: #dfe1e0; }
    @media only screen and (max-width: 30em) {
      .custom_paging li.slick-active {
        font-size: 0.85rem; } }

/*
Setas
 */
.slider__for--videos:hover .slick-prev,
.slider__for--videos:hover .slick-next,
.slider__for--photos:hover .slick-prev,
.slider__for--photos:hover .slick-next {
  opacity: 1;
  filter: alpha(opacity=100); }

.slider__for--videos:hover .slick-prev,
.slider__for--photos:hover .slick-prev {
  -webkit-transform: translate3d(75px, 0, 0);
  -moz-transform: translate3d(75px, 0, 0);
  -ms-transform: translate3d(75px, 0, 0);
  -o-transform: translate3d(75px, 0, 0);
  transform: translate3d(75px, 0, 0); }

.slider__for--videos:hover .slick-next,
.slider__for--photos:hover .slick-next {
  -webkit-transform: translate3d(-75px, 0, 0);
  -moz-transform: translate3d(-75px, 0, 0);
  -ms-transform: translate3d(-75px, 0, 0);
  -o-transform: translate3d(-75px, 0, 0);
  transform: translate3d(-75px, 0, 0); }

.slider__for--videos:hover .custom_paging,
.slider__for--photos:hover .custom_paging {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100); }

.slider__for--videos .slick-prev,
.slider__for--videos .slick-next,
.slider__for--photos .slick-prev,
.slider__for--photos .slick-next {
  width: 200px;
  height: 80px;
  margin-top: -40px;
  text-indent: -9999px;
  top: 50%;
  background: none;
  font-size: 0.7rem;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  -moz-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1); }
  @media only screen and (max-width: 30em) {
    .slider__for--videos .slick-prev,
    .slider__for--videos .slick-next,
    .slider__for--photos .slick-prev,
    .slider__for--photos .slick-next {
      width: 80px;
      height: 40px;
      margin-top: -20px; } }

.slider__for--videos .slick-prev,
.slider__for--photos .slick-prev {
  left: -200px; }
  @media only screen and (max-width: 30em) {
    .slider__for--videos .slick-prev,
    .slider__for--photos .slick-prev {
      left: -100px; } }

.slider__for--videos .slick-next,
.slider__for--photos .slick-next {
  right: -200px; }
  @media only screen and (max-width: 30em) {
    .slider__for--videos .slick-next,
    .slider__for--photos .slick-next {
      right: -100px; } }

.slider__for--videos .slick-next::after,
.slider__for--videos .slick-prev::after,
.slider__for--photos .slick-next::after,
.slider__for--photos .slick-prev::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  -o-transform: skew(15deg);
  transform: skew(15deg);
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  background: #04b46b;
  left: 0;
  top: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.slider__for--videos .slick-next::before,
.slider__for--videos .slick-prev::before,
.slider__for--photos .slick-next::before,
.slider__for--photos .slick-prev::before {
  content: '';
  opacity: 1;
  filter: alpha(opacity=100);
  width: 20px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -16px; }

.slider__for--videos .slick-next span,
.slider__for--videos .slick-prev span,
.slider__for--photos .slick-next span,
.slider__for--photos .slick-prev span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 20px;
  height: 32px;
  display: block;
  z-index: 100;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  @media only screen and (max-width: 30em) {
    .slider__for--videos .slick-next span,
    .slider__for--videos .slick-prev span,
    .slider__for--photos .slick-next span,
    .slider__for--photos .slick-prev span {
      top: 3px;
      margin: 0; } }

.slider__for--videos .slick-next:hover::after,
.slider__for--videos .slick-prev:hover::after,
.slider__for--photos .slick-next:hover::after,
.slider__for--photos .slick-prev:hover::after {
  opacity: 1;
  filter: alpha(opacity=100); }

.slider__for--videos .slick-next:hover span,
.slider__for--videos .slick-prev:hover span,
.slider__for--photos .slick-next:hover span,
.slider__for--photos .slick-prev:hover span {
  opacity: 1;
  filter: alpha(opacity=100); }

.slider__for--videos .slick-next span,
.slider__for--photos .slick-next span {
  background: url("../images/multimedia-slide-right.png") no-repeat center center;
  left: 30px; }
  @media only screen and (max-width: 30em) {
    .slider__for--videos .slick-next span,
    .slider__for--photos .slick-next span {
      background-size: 10px 16px;
      left: 20px; } }

.slider__for--videos .slick-prev span,
.slider__for--photos .slick-prev span {
  background: url("../images/multimedia-slide-left.png") no-repeat center center;
  right: 30px; }
  @media only screen and (max-width: 30em) {
    .slider__for--videos .slick-prev span,
    .slider__for--photos .slick-prev span {
      background-size: 10px 16px;
      right: 20px; } }

/**
 * Setas para o Slide Navigation
 */
@media only screen and (max-width: 30em) {
  .slider__nav--videos,
  .slider__nav--photos {
    display: none !important; } }

.slider__nav--videos:hover .slick-prev span,
.slider__nav--videos:hover .slick-next span,
.slider__nav--photos:hover .slick-prev span,
.slider__nav--photos:hover .slick-next span {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.slider__nav--videos .slick-prev,
.slider__nav--videos .slick-next,
.slider__nav--photos .slick-prev,
.slider__nav--photos .slick-next {
  width: 40px;
  height: 100%;
  text-indent: -9999px;
  top: 0;
  margin: 0;
  background: #161515;
  font-size: 0.7rem;
  -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  -moz-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1); }
  .slider__nav--videos .slick-prev:hover span,
  .slider__nav--videos .slick-next:hover span,
  .slider__nav--photos .slick-prev:hover span,
  .slider__nav--photos .slick-next:hover span {
    opacity: 1;
    filter: alpha(opacity=100); }

.slider__nav--videos .slick-prev,
.slider__nav--photos .slick-prev {
  left: -0.9375rem; }

.slider__nav--videos .slick-next,
.slider__nav--photos .slick-next {
  right: -0.9375rem; }

.slider__nav--videos .slick-next::before,
.slider__nav--videos .slick-prev::before,
.slider__nav--photos .slick-next::before,
.slider__nav--photos .slick-prev::before {
  content: '';
  opacity: 1;
  filter: alpha(opacity=100);
  width: 20px;
  height: 32px; }

.slider__nav--videos .slick-next span,
.slider__nav--videos .slick-prev span,
.slider__nav--photos .slick-next span,
.slider__nav--photos .slick-prev span {
  width: 20px;
  height: 32px;
  display: block;
  margin: 0 auto;
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.slider__nav--videos .slick-prev span,
.slider__nav--photos .slick-prev span {
  background: url("../images/multimedia-slide-left.png") no-repeat center center; }

.slider__nav--videos .slick-next span,
.slider__nav--photos .slick-next span {
  background: url("../images/multimedia-slide-right.png") no-repeat center center; }

.slider__nav--videos .slick-prev:after, .slider__nav--videos .slick-next:after,
.slider__nav--photos .slick-prev:after,
.slider__nav--photos .slick-next:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%; }

.slider__nav--videos .slick-prev:after,
.slider__nav--photos .slick-prev:after {
  right: -20px;
  width: 30px;
  background: -moz-linear-gradient(right, rgba(22, 21, 21, 0) 0%, rgba(22, 21, 21, 0.93) 65%, #161515 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(22, 21, 21, 0)), color-stop(65%, rgba(22, 21, 21, 0.93)), color-stop(100%, #161515));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(right, rgba(22, 21, 21, 0) 0%, rgba(22, 21, 21, 0.93) 65%, #161515 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(right, rgba(22, 21, 21, 0) 0%, rgba(22, 21, 21, 0.93) 65%, #161515 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(right, rgba(22, 21, 21, 0) 0%, rgba(22, 21, 21, 0.93) 65%, #161515 100%);
  /* IE10+ */
  background: linear-gradient(to left, rgba(22, 21, 21, 0) 0%, rgba(22, 21, 21, 0.93) 65%, #161515 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161515', endColorstr='#00161515',GradientType=1 );
  /* IE6-9 */ }

.slider__nav--videos .slick-next:after,
.slider__nav--photos .slick-next:after {
  left: -20px;
  width: 30px;
  background: -moz-linear-gradient(left, rgba(22, 21, 21, 0) 0%, rgba(22, 21, 21, 0.93) 65%, #161515 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(22, 21, 21, 0)), color-stop(65%, rgba(22, 21, 21, 0.93)), color-stop(100%, #161515));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(22, 21, 21, 0) 0%, rgba(22, 21, 21, 0.93) 65%, #161515 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(22, 21, 21, 0) 0%, rgba(22, 21, 21, 0.93) 65%, #161515 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(22, 21, 21, 0) 0%, rgba(22, 21, 21, 0.93) 65%, #161515 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(22, 21, 21, 0) 0%, rgba(22, 21, 21, 0.93) 65%, #161515 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161515', endColorstr='#00161515',GradientType=1 );
  /* IE6-9 */ }

/*
Slider Nav Slide
 */
.slider__item {
  width: 160px;
  background: gray;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.7);
  -ms-box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.7);
  -moz-box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.7);
  -o-box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.7);
  position: relative;
  margin: 0.5rem;
  background: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .slider__item .slider__item__content {
    position: absolute;
    left: 1px;
    bottom: 1px;
    right: 1px;
    width: auto;
    padding: 0.2rem 0.4rem;
    padding-top: 1rem;
    font-size: 0.62rem;
    text-transform: uppercase;
    color: #9ea3a1;
    overflow: hidden;
    white-space: nowrap;
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent, rgba(50, 50, 50, 0.75));
    background-image: linear-gradient(transparent, rgba(50, 50, 50, 0.75)); }
  .slider__item .slider__item__image {
    max-height: 100px;
    overflow: hidden;
    cursor: pointer;
    position: relative; }
    .slider__item .slider__item__image img {
      max-width: 100%;
      width: 100%;
      opacity: 0.45;
      filter: alpha(opacity=45);
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      transition: opacity 0.5s; }
    .slider__item .slider__item__image .svg-icon {
      width: 20px;
      height: 20px; }
  .slider__item:hover .svg-icon path {
    fill: #fff; }
  .slider__item:hover .svg-icon polygon {
    fill: #fff; }

.slider__item.activo .slider__item__image img,
.slider__item:hover .slider__item__image img {
  opacity: 1;
  filter: alpha(opacity=100); }

.slider__item.activo .slider__item__content,
.slider__item:hover .slider__item__content {
  color: white; }

.slick-nav-active .slider__item__image img {
  opacity: 1;
  filter: alpha(opacity=100); }

/*
.player-slide.slick-active,
.player-slide:hover {
  //border: $primary-color solid 1px;
  @include vendor-prefix(box-shadow, inset 0 0 0 0 rgba(255,255,255,0));
  background: $primary-color;
  padding: 2px;display: block;
  img {
    @include opacity(1);
  }
  .player-slide-content {
    color: $white;
    left: 2px;bottom: 2px;right: 2px;
  }
}
*/
.multimediaList__item a {
  color: #202221;
  display: block; }

.multimediaList__item > div {
  border-top: #f0f0f0 solid 1px;
  overflow: hidden;
  border: transparent solid 1px;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.multimediaList__item .item__img {
  width: 100%;
  height: 150px;
  overflow: hidden; }
  .multimediaList__item .item__img .item__img-photo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0.6;
    filter: alpha(opacity=60);
    transform: scale(1.00001);
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transform: scale(1.00001);
    -ms-transform: scale(1.00001);
    -moz-transform: scale(1.00001);
    -o-transform: scale(1.00001);
    transform: scale(1.00001); }
  .multimediaList__item .item__img .item__img-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    background-color: rgba(3, 130, 77, 0.5); }

.multimediaList__item:hover > div {
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.08);
  border: #ddd solid 1px; }

.multimediaList__item:hover .item__content {
  background: #fafafa; }

.multimediaList__item:hover .item__img .item__img-photo {
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  opacity: 1;
  filter: alpha(opacity=100); }

.multimediaList__item:hover .item__img .item__img-hover {
  background-color: rgba(3, 130, 77, 0); }

.multimediaList__item:hover .item__img .label {
  -webkit-transform: translate3d(135px, 0, 0);
  -moz-transform: translate3d(135px, 0, 0);
  -ms-transform: translate3d(135px, 0, 0);
  -o-transform: translate3d(135px, 0, 0);
  transform: translate3d(135px, 0, 0); }

.multimediaList__item .item__img {
  position: relative;
  -webkit-border-top-left-radius: 1px;
  -webkit-border-top-right-radius: 1px;
  -moz-border-radius-topleft: 1px;
  -moz-border-radius-topright: 1px;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  background: #03824d; }
  .multimediaList__item .item__img img {
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
    filter: alpha(opacity=60);
    max-width: 100%;
    width: 100%; }
  .multimediaList__item .item__img .label {
    display: inline-block;
    position: relative;
    padding: 0 10px 0 0;
    position: absolute;
    right: -10px;
    top: 0;
    transform-origin: 50% 50% 50%;
    background: none;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    text-align: left;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1); }
    .multimediaList__item .item__img .label:before {
      -webkit-transform: skew(15deg);
      -moz-transform: skew(15deg);
      -ms-transform: skew(15deg);
      -o-transform: skew(15deg);
      transform: skew(15deg);
      opacity: 0.9;
      filter: alpha(opacity=90);
      background: #04b46b;
      height: 100%;
      width: 100%;
      position: absolute;
      content: ''; }
    .multimediaList__item .item__img .label span {
      padding: 0.5rem 0.75rem;
      padding-bottom: 0.35rem;
      position: relative;
      display: block;
      color: white;
      text-transform: uppercase;
      font-size: 0.62rem;
      line-height: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .multimediaList__item .item__img .label span strong {
        margin-right: 0.1rem; }

.multimediaList__item .item__content {
  font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
  padding: 0.8rem 1rem 0.5rem 1rem;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .multimediaList__item .item__content .item__team {
    line-height: 1.2; }
    .multimediaList__item .item__content .item__team .team-name {
      text-transform: uppercase; }
    .multimediaList__item .item__content .item__team .team-score {
      float: right; }
    .multimediaList__item .item__content .item__team .team-name,
    .multimediaList__item .item__content .item__team .team-score {
      display: inline-block; }
  .multimediaList__item .item__content .item__title {
    line-height: 1.2; }
  .multimediaList__item .item__content .album-date {
    margin-top: 0.3rem;
    color: #9ea3a1;
    font-size: 0.7rem;
    line-height: 1;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }

.webform-client-form {
  /*Upload btn*/
  /*Submit button*/ }
  .webform-client-form .webform-component-file .upload_div {
    display: block;
    width: 100%; }
    .webform-client-form .webform-component-file .upload_div .upload_file_label {
      position: relative; }
      .webform-client-form .webform-component-file .upload_div .upload_file_label span.upl_btn {
        display: inline-block;
        width: 200px;
        height: 50px;
        background: #04b46b;
        color: white;
        font-weight: bold;
        border: 0;
        border-radius: 3px;
        text-align: center;
        line-height: 50px; }
      .webform-client-form .webform-component-file .upload_div .upload_file_label input[type="text"].filename {
        display: inline-block;
        position: absolute;
        background-color: transparent;
        border: 0; }
  .webform-client-form .webform-component-file .form-managed-file input[type="submit"], .webform-client-form .webform-component-file .form-managed-file input[type="file"] {
    display: none; }
  .webform-client-form .form-actions input[type="submit"] {
    float: right;
    width: 150px;
    height: 50px;
    background: #04b46b;
    color: white;
    font-weight: bold;
    border: 0;
    border-radius: 3px;
    margin: 10px 15px 30px 15px; }

/*passatempo geração*/
.webform-client-form[action*="passatempo-de-geracao-em-geracao"] .webform-component--numero-de-socio-do-pai-fieldset legend, .webform-client-form[action*="passatempo-de-geracao-em-geracao"] .webform-component--numero-de-socio-do-filhoa-fieldset legend {
  font-size: 0.85rem;
  font-weight: normal;
  font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
  position: relative;
  margin-bottom: 0;
  color: #202221; }

.webform-client-form[action*="passatempo-de-geracao-em-geracao"] .columns {
  float: left;
  padding-left: 0; }

.webform-client-form[action*="passatempo-de-geracao-em-geracao"] label {
  margin-bottom: 0; }

.webform-client-form[action*="passatempo-de-geracao-em-geracao"] span.field-suffix {
  position: absolute;
  top: 5px;
  right: 5px; }

.webform-client-form[action*="passatempo-de-geracao-em-geracao"] #edit-submitted-upload-de-fotografia-ajax-wrapper {
  margin-top: 80px; }

.webform-client-form[action*="passatempo-de-geracao-em-geracao"] label.error {
  color: #FAC200;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 20px; }

/**
 * Caption Example
 */
.caption {
  background: red;
  font-size: 0.7rem;
  text-transform: uppercase;
  max-width: 500px;
  position: relative; }
  .caption .caption__container {
    max-height: 100px;
    overflow: hidden; }
  .caption .caption__toggle {
    position: absolute;
    background: black;
    display: inline-block;
    top: 100px;
    left: 0; }

/**
 * Featured
 */
/*
.featured {
    @include clearfix;
    background: $gray-lightish;
    .featured__jogos {
        //width: 830px;
        //height: 122px;
        float: left;
        @include clearfix;
        .featured__title {
            text-transform: uppercase;
            font-size: $size-small;
            font-family: $DINBold;
            line-height: 1;
            margin-bottom: 0.5rem;
        }
    }

    .featured__content {
        @include clearfix;
        width: 100%;
        position: relative;
    }
}

.featured__proximoJogo {
    //width: 575px;
    //height: 122px;
    float: left;
    padding: 1rem 0;
    padding-right: 1.5rem;
    position: relative;
    .featured__proximoJogo__details {
        float: left;
        width: 160px;
        span {
            display: block;
            font-size: $size-tiny;
            line-height: 1.2;
        }
        .jornada {
            text-transform: uppercase;
        }
    }
    .featured__proximoJogo__button {
        float: right;
    }

}


.featured__ultimoJogo {
    //width: 255px;
    //height: 122px;
    float: left;
    border-left: $border solid 1px;
    padding: 1rem 0;
    padding-left:1.5rem;
    position: relative;
}




.equipas {
    position: absolute;
    width: 200px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin-left: -120px;
    margin-top:-26px;
    @include clearfix;
    &:before {
        content: '';
        position: absolute;
        left: 50%;top: 50%;
        width: 6px;height: 4px;
        margin-top: -2px;
        background: $gray-dark;
        margin-left: -3px;
    }
    .equipas__equipa {
        width: 100px;
        float: left;
        height: 70px;
        position: relative;
        .svg-icon {
            width: 40px;
            height: auto;
            top: 0;
            position: absolute;
        }
        .equipas__name {
            margin-top: 15px;
            font-family: $DINMedium;
            font-family: $size-tiny;
            color: $gray-light;
        }
    }
    .equipas__equipa--casa {
        .svg-icon {
            right:10px;
        }
        .equipas__name {
            margin-right: 55px;
            text-align: right;
        }
    }
    .equipas__equipa--fora {
        .svg-icon {
            left:10px;
        }
        .equipas__name {
            margin-left: 55px;
            text-align: left;
        }
    }
    .equipas__equipa--scp {
        .equipas__name {
            color: $primary-color;
        }
    }
}


.equipas--ultimoJogo {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: 0;
    height: 47px;
    &:before {
        content: '';
        position: absolute;
        left: 50%;top: 50%;
        height: 2px;
        margin-top: -1px;
        background: $gray-dark;
    }
    .equipas__equipa {
        height: 47px;
        .equipas__name {
            margin: 0;
            font-family: $DINLight;
            span {
                font-size: $size-large;
                font-family: $DINBold;
            }
        }
        width: 50%;
    }
    .equipas__equipa--casa {
        .equipas__name {
            margin-right: 10px;
            text-align: right;
            span {margin-left: 10px;}
        }
    }
    .equipas__equipa--fora {
        .equipas__name {
            margin-left: 10px;
            text-align: left;
            span {margin-right: 10px;}
        }
    }
    .equipas__button {
        text-align: center;
        .button.icon {
            font-size: $size-tiny;
            line-height: 22px;
            color: $primary-color;
            padding-right: 1.5rem !important;
        }
        .icon-right:before {
            right: 5px !important;
        }
        .button {
            &:hover {
                text-decoration: underline;
            }
        }
    }
}


.featured__tabela {

    max-width: 360px;
    height: 55px;
    margin-top: 35px;
    border-left: $border solid 1px;
    padding-left: 1.5rem;
    @include clearfix;
    .competicao {
        width: 140px;
        float: left;
        position: relative;
        img {
            position: absolute;
            top: 0;left: 0;
        }
        .competicao__name {
            margin-left: 60px;
            font-size: $size-small;
            text-transform: uppercase;
            line-height: 1;
            margin-top: 10px;
            span {
                color: $gray-light;
                font-size: $size-tiny;
            }
        }
    }
    .posicao {
        float: right;
        width: 160px;
        height: 55px;
        position: relative;
        .posicao__lugar {
            position: absolute;
            width: 40px;
            left: 0;top: 0;
            font-size: $size-larger;
            font-family: $DINBold;
            line-height: 60px;
            span {
                color: $gray-dark;
            }
        }
        .posicao__tabela {
            border-left: $border solid 1px;
            margin-left: 55px;
            padding-left: 5px;
            padding-top: 8px;
            table {
                td,th {padding: 0;text-align: center;font-size: $size-tiny;}
                th {
                    color: $gray-light;
                    font-family: $DINLight;
                }
            }
        }
    }
}

*/
.center-content-vertically span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle; }

#Leao-group {
  /*height: 100%;FS*/
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  #Leao-group #leao {
    fill: white; }

.pulse {
  animation-name: pulse;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse; }

@keyframes pulse {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  50% {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-transform: translate3d(0, -8px, 0);
    -moz-transform: translate3d(0, -8px, 0);
    -ms-transform: translate3d(0, -8px, 0);
    -o-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0); }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -16px, 0);
    -moz-transform: translate3d(0, -16px, 0);
    -ms-transform: translate3d(0, -16px, 0);
    -o-transform: translate3d(0, -16px, 0);
    transform: translate3d(0, -16px, 0); } }

/**
 * Notifications
 */
.notification {
  background: #FAC200;
  display: inline-block;
  font-size: 0.62rem;
  text-align: center;
  font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
  .notification a {
    color: #202221;
    display: block; }

.notification--round {
  width: 20px;
  height: 20px;
  line-height: 22px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

.notification--large {
  width: 25px;
  height: 25px;
  line-height: 28px; }

.notification--square {
  width: auto;
  padding: 0.2rem 0.25rem; }
  .notification--square:first-letter {
    text-transform: uppercase; }

.notificationWarning {
  background: #FAC200;
  max-width: 985px;
  margin: 0.5rem 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }
  .notificationWarning .notificationWarning__content {
    font-size: 0.85rem;
    position: relative;
    padding: 0 1.5rem;
    -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    -ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    -o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); }
    .notificationWarning .notificationWarning__content:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (max-width: 30em) {
      .notificationWarning .notificationWarning__content {
        padding: 0 0.75rem;
        font-size: 0.7rem; } }
    .notificationWarning .notificationWarning__content .notification {
      background: #c79a00;
      color: white;
      margin: 0 0.25rem;
      font-size: 0.85rem;
      padding: 0 0.25rem; }
    .notificationWarning .notificationWarning__content .notificationWarning__content__tema {
      float: right;
      margin-right: 1.5rem;
      font-size: 0.7rem;
      -webkit-text-shadow: 1px 1px 1px transparent;
      -ms-text-shadow: 1px 1px 1px transparent;
      -moz-text-shadow: 1px 1px 1px transparent;
      -o-text-shadow: 1px 1px 1px transparent;
      text-shadow: 1px 1px 1px transparent; }
      .notificationWarning .notificationWarning__content .notificationWarning__content__tema a {
        color: #202221;
        text-transform: uppercase;
        display: block;
        padding: 8px 15px; }
        .notificationWarning .notificationWarning__content .notificationWarning__content__tema a:hover {
          background: #ffd648;
          color: #202221;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -moz-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px;
          text-decoration: none; }
  .notificationWarning .notificationWarning__close {
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -18px;
    width: 35px;
    height: 35px;
    padding: 0; }
    .notificationWarning .notificationWarning__close:hover {
      background: #c79a00;
      -webkit-border-radius: 25px;
      -ms-border-radius: 25px;
      -moz-border-radius: 25px;
      -o-border-radius: 25px;
      border-radius: 25px; }
      .notificationWarning .notificationWarning__close:hover #delete line {
        stroke: white; }
    .notificationWarning .notificationWarning__close #delete {
      position: absolute;
      left: 50%;
      margin-left: -6px;
      top: 50%;
      margin-top: -6px; }
      .notificationWarning .notificationWarning__close #delete line {
        stroke: #202221; }
  .notificationWarning a {
    color: white;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    padding: 0.25rem 0; }
    .notificationWarning a:hover {
      text-decoration: underline;
      color: white;
      -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
      -ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
      -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
      -o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.notificationWarning--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  max-width: 100%;
  margin: 0;
  height: auto;
  min-height: 50px;
  border-top: #c79a00 solid 1px; }
  .notificationWarning--fixed .notificationWarning__content {
    height: auto;
    line-height: 1;
    color: white; }
    @media only screen and (max-width: 30em) {
      .notificationWarning--fixed .notificationWarning__content {
        margin-right: 2rem; } }
    @media only screen and (max-width: 30em) {
      .notificationWarning--fixed .notificationWarning__content .notificationWarning__content__tema {
        display: none; } }
    .notificationWarning--fixed .notificationWarning__content .notification--square {
      padding: 0.3rem;
      padding-bottom: 0.15rem; }

.animateFadeOut {
  animation-name: animateFadeOut;
  animation-duration: .3s;
  animation-timing-function: ease-in; }

@keyframes animateFadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); } }

/**
 * Perfil - Informação Pessoal
 */
.informacaoPessoal {
  font-size: 0.85rem;
  font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
  padding: 1.75rem;
  max-width: 855px;
  border-top: #f2f2f2 solid 1px;
  margin-top: 1rem;
  position: relative;
  overflow: hidden; }
  .informacaoPessoal #Leao-group {
    height: 350%;
    width: 55%;
    position: absolute;
    top: -122px;
    left: auto;
    right: 0; }
    @media only screen and (max-width: 60em) {
      .informacaoPessoal #Leao-group {
        top: -300px; } }
    @media only screen and (max-width: 30em) {
      .informacaoPessoal #Leao-group {
        height: 100%;
        top: 0; } }
    .informacaoPessoal #Leao-group #leao {
      fill: #FEFBEA; }
  @media only screen and (max-width: 30em) {
    .informacaoPessoal {
      padding: 0.75rem; } }
  .informacaoPessoal .button {
    position: absolute;
    right: 0;
    bottom: 2rem; }
    @media only screen and (max-width: 30em) {
      .informacaoPessoal .button {
        position: relative;
        right: auto;
        bottom: auto; } }
  .informacaoPessoal .switch {
    margin-left: 0; }
  .informacaoPessoal .informacaoPessoal__contentTitle {
    color: #9ea3a1;
    letter-spacing: 1px; }
    @media only screen and (max-width: 30em) {
      .informacaoPessoal .informacaoPessoal__contentTitle {
        margin-bottom: 0.5rem;
        font-size: 0.85rem; } }
  .informacaoPessoal .informacaoPessoal__title {
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    letter-spacing: 1px; }
    @media only screen and (max-width: 30em) {
      .informacaoPessoal .informacaoPessoal__title {
        line-height: 1; } }
  .informacaoPessoal .informacaoPessoal__content {
    color: #5e6461;
    margin-top: 0.25rem;
    margin-bottom: 0.75rem; }
    @media only screen and (max-width: 30em) {
      .informacaoPessoal .informacaoPessoal__content {
        margin-top: 0;
        font-size: 0.7rem; } }
    .informacaoPessoal .informacaoPessoal__content .notification {
      font-size: 0.85rem;
      color: #202221; }
  .informacaoPessoal .informacaoPessoal__thumb {
    position: relative;
    width: 250px;
    height: 150px;
    background: white; }
    @media only screen and (max-width: 30em) {
      .informacaoPessoal .informacaoPessoal__thumb {
        width: 150px;
        margin-bottom: 1.5rem; } }
    .informacaoPessoal .informacaoPessoal__thumb img {
      position: absolute;
      top: 0;
      left: 0; }
    .informacaoPessoal .informacaoPessoal__thumb .thumb-bg {
      opacity: 0.4;
      filter: alpha(opacity=40); }
    .informacaoPessoal .informacaoPessoal__thumb .thumb-front {
      -webkit-border-radius: 200px;
      -ms-border-radius: 200px;
      -moz-border-radius: 200px;
      -o-border-radius: 200px;
      border-radius: 200px; }
    .informacaoPessoal .informacaoPessoal__thumb .informacaoPessoal__thumb__size {
      position: absolute;
      bottom: 0;
      display: inline-block;
      right: 0;
      font-size: 0.7rem;
      color: #9ea3a1; }
      @media only screen and (max-width: 30em) {
        .informacaoPessoal .informacaoPessoal__thumb .informacaoPessoal__thumb__size {
          right: auto;
          left: 0;
          bottom: -25px; } }

.informacaoPessoal--bg {
  background: #f2f2f2;
  border: none; }

.informacaoPessoal--changeProfile {
  border: none;
  padding: 0;
  text-align: right;
  line-height: 1;
  margin-top: 0.5rem;
  font-size: 0.62rem;
  font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
  color: #5e6461; }
  .informacaoPessoal--changeProfile a {
    text-decoration: underline; }

/**
 * Perfil - Header
 */
.perfilHeader {
  background: #1c1e1d;
  padding: 0 1rem;
  position: relative;
  overflow: hidden;
  /*height: 220px;*/ }
  .perfilHeader:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 30em) {
    .perfilHeader {
      padding: 0.75rem 0.5rem;
      padding-bottom: 0.5rem;
      height: auto; } }
  .perfilHeader #Leao-group {
    height: 350%;
    width: 55%;
    position: absolute;
    top: -152px;
    left: auto;
    right: 0; }
    @media only screen and (max-width: 60em) {
      .perfilHeader #Leao-group {
        top: -300px; } }
    @media only screen and (max-width: 30em) {
      .perfilHeader #Leao-group {
        height: 100%;
        top: 0; } }
    .perfilHeader #Leao-group #leao {
      fill: #272b2a; }
  .perfilHeader .perfilHeader__thumb {
    position: absolute;
    left: 0;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    -moz-border-radius: 150px;
    -o-border-radius: 150px;
    border-radius: 150px;
    position: absolute;
    /*
        top: 50%;
        margin-top: -75px;
        */
    top: 40px;
    border: 2px solid white;
    /*
        img {
            @include vendor-prefix(border-radius, 150px);
            position: absolute;
            top: 50%;margin-top: -75px;
            border:2px solid $white;
        }
        */ }
    @media only screen and (max-width: 30em) {
      .perfilHeader .perfilHeader__thumb {
        width: 50px;
        height: 50px;
        top: 20px;
        /*
            left: auto;
            top: auto;
            */ }
        .perfilHeader .perfilHeader__thumb img {
          -webkit-border-radius: 50px;
          -ms-border-radius: 50px;
          -moz-border-radius: 50px;
          -o-border-radius: 50px;
          border-radius: 50px;
          margin: 0;
          top: auto; } }
  .perfilHeader .perfilHeader__name {
    color: white;
    text-transform: uppercase;
    font-size: 1.7rem;
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
    margin-bottom: 0rem;
    margin-top: 2.5rem;
    margin-left: 180px; }
    @media only screen and (max-width: 30em) {
      .perfilHeader .perfilHeader__name {
        font-size: 1rem;
        margin: 0;
        margin-left: 60px;
        margin-top: 18px; } }
    @media only screen and (max-width: 60em) {
      .perfilHeader .perfilHeader__name {
        margin-top: 2rem;
        font-size: 1rem; } }
  .perfilHeader .perfilHeader__container {
    margin-left: 140px;
    height: auto;
    color: #9ea3a1;
    position: relative; }
    @media only screen and (min-width: 60em) and (max-width: 76.875em) {
      .perfilHeader .perfilHeader__container {
        margin-right: 120px; } }
    @media only screen and (max-width: 30em) {
      .perfilHeader .perfilHeader__container {
        height: auto;
        margin: 0;
        margin-top: 20px; } }
    .perfilHeader .perfilHeader__container .button {
      position: relative; }
      @media only screen and (min-width: 60em) and (max-width: 76.875em) {
        .perfilHeader .perfilHeader__container .button {
          position: absolute;
          right: -120px;
          top: auto;
          bottom: 26px;
          margin-top: -20px; } }
      @media only screen and (max-width: 30em) {
        .perfilHeader .perfilHeader__container .button {
          height: 30px;
          line-height: 30px; } }
      @media only screen and (max-width: 60em) {
        .perfilHeader .perfilHeader__container .button {
          margin-top: 0.5rem;
          margin-left: 1rem; } }

.perfilHeader__content {
  text-align: center;
  font-size: 0.7rem;
  border-right: #5e6461 solid 1px;
  padding: 0.75rem 0;
  position: relative;
  min-height: 70px; }
  @media only screen and (max-width: 60em) {
    .perfilHeader__content {
      min-height: 50px;
      padding: 0.45rem 0; } }
  @media only screen and (max-width: 30em) {
    .perfilHeader__content {
      padding: 0.2rem 0;
      height: 40px !important;
      min-height: 40px !important;
      margin-bottom: 0.5rem; } }
  .perfilHeader__content .perfilHeader__contentText {
    font-size: 1.2rem;
    color: white;
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif; }
    @media only screen and (max-width: 30em) {
      .perfilHeader__content .perfilHeader__contentText {
        font-size: 0.85rem;
        font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; } }
    .perfilHeader__content .perfilHeader__contentText .button {
      height: auto !important;
      padding: 0.2rem 0.9rem;
      position: relative;
      margin-top: 15px;
      overflow: visible;
      right: 0px;
      line-height: 17px; }
      .perfilHeader__content .perfilHeader__contentText .button span {
        display: inline-block;
        vertical-align: middle;
        display: inline-block;
        line-height: normal;
        /*padding: 0 12px;*/
        line-height: 0.8rem;
        vertical-align: middle;
        pointer-events: none; }
      .perfilHeader__content .perfilHeader__contentText .button .notification--round {
        position: absolute;
        top: -13px;
        right: -7px;
        color: #202221;
        width: 20px;
        height: 20px;
        line-height: 1.1rem;
        padding: 0;
        margin-top: 0.35rem;
        font-size: 0.62rem;
        text-align: center; }
      @media only screen and (max-width: 60em) {
        .perfilHeader__content .perfilHeader__contentText .button {
          bottom: 15px; } }
      @media only screen and (max-width: 30em) {
        .perfilHeader__content .perfilHeader__contentText .button {
          bottom: 15px; } }
    .perfilHeader__content .perfilHeader__contentText .notification--round {
      position: absolute;
      top: 13px;
      right: -7px;
      color: #202221;
      width: 20px;
      height: 20px;
      line-height: 22px;
      padding: 0;
      margin-top: 0.35rem;
      font-size: 0.62rem;
      text-align: center; }
  .perfilHeader__content .perfilHeader__contentTitle {
    line-height: 1; }
    @media only screen and (max-width: 30em) {
      .perfilHeader__content .perfilHeader__contentTitle {
        font-size: 0.62rem; } }
  .perfilHeader__content .notification {
    height: 30px;
    line-height: 30px;
    color: #202221;
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
    padding: 0 0.5rem;
    margin-top: 0.35rem;
    font-size: 1rem; }
    @media only screen and (max-width: 30em) {
      .perfilHeader__content .notification {
        font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
        font-size: 0.62rem;
        padding: 3px;
        height: auto;
        line-height: 1;
        margin-top: 2px; } }

@media only screen and (max-width: 60em) {
  .perfilHeader__content.hideBorderSmallMedium {
    border-right: none; } }

@media only screen and (max-width: 30em) {
  .perfilHeader__content.hideBorderSmallMedium {
    border-right: none; } }

.perfilHeader__content.last {
  border-right: none; }

/*New NAV*/
/*Anim*/
.tcon {
  appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: $tcon-size;*/
  transition: 0.3s;
  user-select: none;
  width: 24px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }
  .tcon > * {
    display: block; }
  .tcon:hover, .tcon:focus {
    outline: none; }
  .tcon::-moz-focus-inner {
    border: 0; }

.tcon-menu__lines {
  display: inline-block;
  height: 3px;
  width: 24px;
  border-radius: 1.71429px;
  transition: 0.3s;
  background: white;
  position: relative;
  margin: -6px 5px 0 0;
  /*FS*/ }
  .tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 3px;
    width: 24px;
    border-radius: 1.71429px;
    transition: 0.3s;
    background: white;
    content: '';
    position: absolute;
    left: 0;
    transform-origin: 1.71429px center;
    width: 100%; }
  .tcon-menu__lines::before {
    top: 6px; }
  .tcon-menu__lines::after {
    top: -6px; }
  .tcon-transform .tcon-menu__lines {
    transform: scale3d(0.8, 0.8, 0.8); }

.tcon-menu--xbutterfly {
  width: auto; }
  .tcon-menu--xbutterfly .tcon-menu__lines::before, .tcon-menu--xbutterfly .tcon-menu__lines::after {
    transform-origin: 50% 50%;
    transition: top .3s .6s ease, transform .3s ease; }
  .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
    background: transparent; }
    .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before, .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
      top: 0;
      transition: top .3s ease, transform .3s .5s ease;
      width: 24px; }
    .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
      transform: rotate3d(0, 0, 1, 45deg); }
    .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
      transform: rotate3d(0, 0, 1, -45deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/*Anim*/
.newNav {
  background: #04b46b; }
  .newNav .fullNav .left-off-canvas-toggle, .newNav .fullNav .navPessoal {
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    color: #fff;
    background: none;
    outline: none;
    padding: 8px 10px 8px 12px;
    text-transform: uppercase;
    position: relative;
    height: auto;
    /*
            .line1{
                display: block;
                position: absolute;
                width: 20px;
                height: 3px;
                width: 24px;
                height: 3px;
                top: 13px;
                left: 7px;
                background: #fff;

            }
            .line2{
                display: block;
                position: absolute;
                width: 20px;
                height: 3px;
                width: 24px;
                height: 3px;
                top: 20px;
                left: 7px;
                background: #fff;
            }
            .line3{
                display: block;
                position: absolute;
                width: 20px;
                height: 3px;
                width: 24px;
                height: 3px;
                top: 27px;
                left: 7px;
                background: #fff;
            }
            */ }
    .newNav .fullNav .left-off-canvas-toggle .newLabel, .newNav .fullNav .navPessoal .newLabel {
      display: block;
      position: absolute;
      height: 14px;
      padding: 1px 2px 0px;
      top: 5px;
      right: -24px;
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
      font-size: 10px;
      font-weight: 600;
      color: #000;
      background: #FAC200; }
    .newNav .fullNav .left-off-canvas-toggle:hover, .newNav .fullNav .navPessoal:hover {
      color: #fff;
      background: none; }

.logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu {
  /*
                @include small-grid {
                    position: relative;
                    transform: translate3d(0, 0, 0);
                    width: 100%;
                    .subSubMenu{
                        .menuOff{
                            display: none;
                        }
                    }
                }
*/ }
  .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu {
    display: block !important; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(1) a, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(1) a {
      background-image: url("../images/SVG/ico00_light.svg");
      background-position: 20px 8px;
      background-repeat: no-repeat;
      background-size: 23px; }
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(1) a:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(1) a:hover {
        background-image: url("../images/SVG/ico00_dark.svg");
        -webkit-transition: background-image 0s;
        -moz-transition: background-image 0s;
        transition: background-image 0s; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(1).active a, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(1).active a {
      background-image: url("../images/SVG/ico00_active.svg"); }
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(1).active a:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(1).active a:hover {
        background-image: url("../images/SVG/ico00_active.svg");
        -webkit-transition: background-image 0s;
        -moz-transition: background-image 0s;
        transition: background-image 0s; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(2) a, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(2) a {
      background-image: url("../images/SVG/ico01_light.svg");
      background-position: 20px 8px;
      background-repeat: no-repeat;
      background-size: 23px; }
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(2) a:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(2) a:hover {
        background-image: url("../images/SVG/ico01_dark.svg");
        -webkit-transition: background-image 0s;
        -moz-transition: background-image 0s;
        transition: background-image 0s; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(2).active a, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(2).active a {
      background-image: url("../images/SVG/ico01_active.svg"); }
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(2).active a:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(2).active a:hover {
        background-image: url("../images/SVG/ico01_active.svg");
        -webkit-transition: background-image 0s;
        -moz-transition: background-image 0s;
        transition: background-image 0s; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(3) a, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(3) a {
      background-image: url("../images/SVG/ico02_light.svg");
      background-position: 20px 8px;
      background-repeat: no-repeat;
      background-size: 23px; }
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(3) a:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(3) a:hover {
        background-image: url("../images/SVG/ico02_dark.svg");
        -webkit-transition: background-image 0s;
        -moz-transition: background-image 0s;
        transition: background-image 0s; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(3).active a, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(3).active a {
      background-image: url("../images/SVG/ico02_active.svg"); }
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(3).active a:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(3).active a:hover {
        background-image: url("../images/SVG/ico02_active.svg");
        -webkit-transition: background-image 0s;
        -moz-transition: background-image 0s;
        transition: background-image 0s; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(4) a, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(4) a {
      background-image: url("../images/SVG/ico03_light.svg");
      background-position: 20px 8px;
      background-repeat: no-repeat;
      background-size: 23px; }
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(4) a:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(4) a:hover {
        background-image: url("../images/SVG/ico03_dark.svg");
        -webkit-transition: background-image 0s;
        -moz-transition: background-image 0s;
        transition: background-image 0s; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(4).active a, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(4).active a {
      background-image: url("../images/SVG/ico03_active.svg"); }
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(4).active a:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(4).active a:hover {
        background-image: url("../images/SVG/ico03_active.svg");
        -webkit-transition: background-image 0s;
        -moz-transition: background-image 0s;
        transition: background-image 0s; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(5) a, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(5) a {
      background-image: url("../images/SVG/ico04_light.svg");
      background-position: 20px 8px;
      background-repeat: no-repeat;
      background-size: 23px; }
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(5) a:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(5) a:hover {
        background-image: url("../images/SVG/ico04_dark.svg");
        -webkit-transition: background-image 0s;
        -moz-transition: background-image 0s;
        transition: background-image 0s; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(5).active a, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(5).active a {
      background-image: url("../images/SVG/ico04_active.svg"); }
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(5).active a:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(5).active a:hover {
        background-image: url("../images/SVG/ico04_active.svg");
        -webkit-transition: background-image 0s;
        -moz-transition: background-image 0s;
        transition: background-image 0s; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(6) a, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(6) a {
      background-image: url("../images/SVG/ico05_light.svg");
      background-position: 20px 8px;
      background-repeat: no-repeat;
      background-size: 23px; }
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(6) a:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(6) a:hover {
        background-image: url("../images/SVG/ico05_dark.svg");
        -webkit-transition: background-image 0s;
        -moz-transition: background-image 0s;
        transition: background-image 0s; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(6).active a, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(6).active a {
      background-image: url("../images/SVG/ico05_active.svg"); }
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(6).active a:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(6).active a:hover {
        background-image: url("../images/SVG/ico05_active.svg");
        -webkit-transition: background-image 0s;
        -moz-transition: background-image 0s;
        transition: background-image 0s; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(7) a, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(7) a {
      background-image: url("../images/SVG/ico06_light.svg");
      background-position: 20px 8px;
      background-repeat: no-repeat;
      background-size: 23px; }
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(7) a:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(7) a:hover {
        background-image: url("../images/SVG/ico06_dark.svg");
        -webkit-transition: background-image 0s;
        -moz-transition: background-image 0s;
        transition: background-image 0s; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(7).active a, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(7).active a {
      background-image: url("../images/SVG/ico06_active.svg"); }
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(7).active a:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(7).active a:hover {
        background-image: url("../images/SVG/ico06_active.svg");
        -webkit-transition: background-image 0s;
        -moz-transition: background-image 0s;
        transition: background-image 0s; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(8) a, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(8) a {
      background-image: url("../images/SVG/ico07_light.svg");
      background-position: 20px 8px;
      background-repeat: no-repeat;
      background-size: 23px; }
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(8) a:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(8) a:hover {
        background-image: url("../images/SVG/ico07_dark.svg");
        -webkit-transition: background-image 0s;
        -moz-transition: background-image 0s;
        transition: background-image 0s; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(8).active a, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(8).active a {
      background-image: url("../images/SVG/ico07_active.svg"); }
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(8).active a:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(8).active a:hover {
        background-image: url("../images/SVG/ico07_active.svg");
        -webkit-transition: background-image 0s;
        -moz-transition: background-image 0s;
        transition: background-image 0s; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(9) a, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(9) a {
      background-image: url("../images/SVG/ico09_light.svg");
      background-position: 20px 8px;
      background-repeat: no-repeat;
      background-size: 23px; }
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(9) a:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(9) a:hover {
        background-image: url("../images/SVG/ico09_dark.svg");
        -webkit-transition: background-image 0s;
        -moz-transition: background-image 0s;
        transition: background-image 0s; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(9).active a, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(9).active a {
      background-image: url("../images/SVG/ico09_active.svg"); }
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(9).active a:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(9).active a:hover {
        background-image: url("../images/SVG/ico09_active.svg");
        -webkit-transition: background-image 0s;
        -moz-transition: background-image 0s;
        transition: background-image 0s; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(10) a, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(10) a {
      background-image: url("../images/SVG/ico08_light.svg");
      background-position: 20px 8px;
      background-repeat: no-repeat;
      background-size: 23px; }
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(10) a:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(10) a:hover {
        background-image: url("../images/SVG/ico08_dark.svg");
        -webkit-transition: background-image 0s;
        -moz-transition: background-image 0s;
        transition: background-image 0s; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(10).active a, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(10).active a {
      background-image: url("../images/SVG/ico08_active.svg"); }
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(10).active a:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li:nth-child(10).active a:hover {
        background-image: url("../images/SVG/ico08_active.svg");
        -webkit-transition: background-image 0s;
        -moz-transition: background-image 0s;
        transition: background-image 0s; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li a:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li a:hover {
      color: #333333; }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li a.active:hover, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li a.active:hover {
      color: #04b46b; }
    @media only screen and (max-width: 30em) {
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menu li {
        margin-bottom: 0px; } }
  .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .drop_subSubMenu, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .drop_subSubMenu {
    display: none !important; }
  @media only screen and (max-width: 30em) {
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu {
      position: absolute;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      width: 100%;
      z-index: 999;
      height: 359px; }
      .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menuOff, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu .subSubMenu .menuOff {
        display: none; } }
  @media only screen and (max-width: 30em) {
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu.menuOff, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap .left-off-canvas-menu.menuOff {
      position: absolute;
      -webkit-transform: translate3d(-100%, 0, 0);
      -moz-transform: translate3d(-100%, 0, 0);
      -ms-transform: translate3d(-100%, 0, 0);
      -o-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      width: 100%;
      z-index: 999;
      height: 360px; } }

@media only screen and (max-width: 30em) {
  .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap.move-right .inner-wrap, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap.move-right .inner-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .logged-in.section-perfil .holderAreaPessoal .off-canvas-wrap.move-right .inner-wrap .exit-off-canvas, .logged-in.section-profile .holderAreaPessoal .off-canvas-wrap.move-right .inner-wrap .exit-off-canvas {
      display: none; } }

.logged-in.section-perfil .holderAreaPessoal .contentX, .logged-in.section-profile .holderAreaPessoal .contentX {
  padding-left: 0px;
  font-size: 0.85rem;
  font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
  color: #202221; }
  .logged-in.section-perfil .holderAreaPessoal .contentX h3, .logged-in.section-profile .holderAreaPessoal .contentX h3 {
    font-size: 1.5rem;
    margin: 0;
    line-height: 1.4;
    margin: .2rem 0;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase; }
  .logged-in.section-perfil .holderAreaPessoal .contentX .translation-link, .logged-in.section-profile .holderAreaPessoal .contentX .translation-link {
    display: none; }

/**
 * Page Titles
 */
.perfilHeadline {
  max-width: 845px; }
  .perfilHeadline .perfilHeadline__title {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    letter-spacing: 1px; }
    @media only screen and (max-width: 30em) {
      .perfilHeadline .perfilHeadline__title {
        font-size: 1rem; } }
  .perfilHeadline .perfilHeadline__subtitle {
    color: #5e6461;
    /*font-style: italic;*/
    font-size: 0.85rem;
    /*margin-right: 375px;*/
    line-height: 1.2; }
    @media only screen and (max-width: 30em) {
      .perfilHeadline .perfilHeadline__subtitle {
        margin-right: 0;
        font-size: 0.7rem; } }

/**
 * Debito Direto
 */
.debito {
  max-width: 845px;
  border-top: #dfe1e0 solid 1px;
  border-bottom: #dfe1e0 solid 1px; }
  .debito .debito__list {
    /*
        margin-left: 3rem;
        margin-right: 3rem;
        */ }
    @media only screen and (max-width: 30em) {
      .debito .debito__list {
        margin: 0; } }
    .debito .debito__list li {
      position: relative;
      border-bottom: #dfe1e0 solid 1px;
      padding: 0.75rem 0; }
      .debito .debito__list li .button {
        float: right;
        padding: 0 3.5rem; }
        @media only screen and (max-width: 30em) {
          .debito .debito__list li .button {
            display: block;
            float: none;
            margin: 0px auto;
            display: block;
            width: 60%; } }
        @media only screen and (max-width: 60em) {
          .debito .debito__list li .button {
            float: none;
            padding: 0 3.5rem;
            margin: 0px auto;
            display: block;
            width: 40%; } }
    .debito .debito__list li:last-child {
      border-bottom: none; }

.debito__list_content {
  /*height: 50px;*/ }
  .debito__list_content:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 30em) {
    .debito__list_content {
      height: auto; } }
  .debito__list_content .debito__period {
    margin-top: 0.85rem;
    float: left; }
    @media only screen and (max-width: 30em) {
      .debito__list_content .debito__period {
        float: none;
        margin-bottom: 0.5rem; } }
    @media only screen and (max-width: 60em) {
      .debito__list_content .debito__period {
        margin-top: 0.85rem;
        margin-bottom: 15px;
        float: left;
        display: block;
        width: 100%; } }
    .debito__list_content .debito__period p {
      text-transform: uppercase;
      font-size: 0.85rem;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      margin: 0;
      line-height: 1; }
      @media only screen and (max-width: 30em) {
        .debito__list_content .debito__period p {
          line-height: 1.2; } }
      .debito__list_content .debito__period p span {
        font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
      .debito__list_content .debito__period p span:first-child {
        font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
        @media only screen and (max-width: 30em) {
          .debito__list_content .debito__period p span:first-child {
            display: block; } }
    .debito__list_content .debito__period span {
      font-size: 0.7rem;
      color: #5e6461; }
    .debito__list_content .debito__period .debito__prize {
      line-height: 1;
      display: inline-block;
      color: #04b46b; }
      .debito__list_content .debito__period .debito__prize span {
        text-transform: uppercase;
        font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
        color: #04b46b; }
  .debito__list_content .debito__period--prize {
    margin-top: 0.35rem; }
  .debito__list_content a {
    min-width: 200px; }

.button__termos {
  margin-top: 1.5rem; }
  .button__termos .button {
    font-size: 0.7rem; }
    @media only screen and (max-width: 30em) {
      .button__termos .button {
        padding-right: 0.5rem; } }
  @media only screen and (max-width: 30em) {
    .button__termos .button.icon-left {
      padding-left: 2rem !important; }
    .button__termos .button.icon-left:before {
      left: 10px; } }

/**
 * subSubMenu
 */
.subSubMenu {
  /*max-width: 925px;/*845px;*/
  border-bottom: #dfe1e0 solid 1px;
  display: block !important;
  padding: 0.75rem 0; }
  .subSubMenu ul {
    margin: 0;
    display: table; }
    .subSubMenu ul li {
      margin: 0 1px;
      position: relative;
      float: left; }
      @media only screen and (max-width: 30em) {
        .subSubMenu ul li {
          margin-bottom: 5px; } }
      .subSubMenu ul li a {
        /*width: 115px/*115px*/
        min-width: 90px;
        max-width: 134px;
        display: table-cell;
        display: block;
        text-align: center;
        vertical-align: middle;
        line-height: 1;
        height: 50px;
        border: white solid 1px;
        text-transform: uppercase;
        font-size: 0.7rem;
        position: relative;
        line-height: 50px;
        color: #202221;
        letter-spacing: 0.04em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        .subSubMenu ul li a span {
          display: inline-block;
          line-height: normal;
          padding: 0 12px;
          line-height: 0.8rem;
          vertical-align: middle;
          pointer-events: none; }
        .subSubMenu ul li a:hover {
          color: #04b46b;
          background: #f2f2f2;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -moz-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px; }
      .subSubMenu ul li .notification {
        position: absolute;
        top: -3px;
        right: -3px;
        z-index: 10; }
    .subSubMenu ul .active a {
      border: #04b46b solid 1px;
      color: #04b46b;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
      .subSubMenu ul .active a:hover {
        background: none; }
  @media only screen and (min-width: 76.938em) and (max-width: 999999999999) {
    .subSubMenu {
      display: block !important; } }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    .subSubMenu {
      display: none !important; } }
  @media only screen and (max-width: 60em) {
    .subSubMenu {
      display: none !important; } }
  @media only screen and (max-width: 30em) {
    .subSubMenu {
      display: none !important; } }

/**
 * Tickets
 */
/*
.tickets {
    //max-width: 845px;
    border-top: $primary-color solid 5px;
    height: 135px;
    background: $gray;
    padding: 0.5rem 0;
    position: relative;
    @include small-grid {
        height: 205px;
    }
    @include medium-grid {
        height: 205px;
    }
    .tickets__competition {
        text-transform: uppercase;
        font-size: $size-tiny;
        color: $gray-light;
        text-align: center;
        max-width: 540px;
        margin-left:85px;
        @include small-grid {
            margin: 0;
        }
        @include medium-grid {
            margin: 0;
            max-width: 100%;
        }
    }
    .tickets__dateSmall {
        @include large-grid {
            display: none;
        }
        @include small-grid {
            margin: 0;
            text-transform: uppercase;
            font-size: $size-tiny;
            color: $gray-lighter;
            text-align: center;
            font-family: $DINMedium;
            max-width: 540px;
        }
        @include medium-grid {
            margin: 0;
            text-transform: uppercase;
            font-size: $size-tiny;
            color: $gray-lighter;
            text-align: center;
            font-family: $DINMedium;
            max-width: 100%;
        }
    }
    .tickets__date {
        position: absolute;
        left:2rem;top: 2rem;
        span {display: block;text-align: center;color: $white;line-height: 1;letter-spacing: 1px;}
        .day {font-size: $size-medium;color: $white;font-family: $DINBold;line-height: 0.8;}
        .month {font-family: $DINRegular;font-size: $size-normal;line-height: 1.2;}
        .year {color: $gray-light;font-size: $size-small;}
    }
    .tickets__button {
        position: absolute;
        right: 1.2rem;
        top: 2.25rem;
        @include small-grid {
            margin-top: 1rem;
            position: relative;
            top: auto;
            right: auto;
            text-align: center;
        }
        @include medium-grid {
            margin-top: 1rem;
            position: relative;
            top: auto;
            right: auto;
            text-align: center;
        }
    }

}

.tickets__game {

    //max-width: 540px;
    //margin-left:85px;

    @include small-grid {
        margin: 0;
    }
    @include medium-grid {
        margin: 0;
        max-width: 100%;
    }
    .ficha-jogo-resultado {
        margin-top: 0.5rem;
        font-size: $size-normal;
        @include small-grid {
            margin: 0;
        }
        @include medium-grid {
            margin: 0;
        }
        .ficha-jogo-equipa {
            height: 55px;
            line-height: 55px;
            color: $white;
            text-transform: uppercase;



            @include small-grid {
                height: auto;
                line-height: 1;
                font-size: $size-tiny;
                text-align: center;
            }
            @include medium-grid {
                font-size: $size-normal;
            }
            .svg-icon {
                top: 0 !important;
                width: 40px;
                //height: 50px;
                @include medium-grid {
                    position: absolute;
                }
            }
        }

        .ficha-jogo-equipa > * {
          vertical-align: middle;
        }

        .ficha-jogo-equipa.equipa-casa .equipa {
            margin-right: 55px;
            text-align: right;
            @include small-grid {
                margin: 0;
                text-align: center;
                margin-top: 0.5rem;
            }
            @include medium-grid {

            }
        }
        .ficha-jogo-equipa.equipa-fora .equipa {
            margin-left: 55px;
            text-align: left;
            @include small-grid {
                margin: 0;
                text-align: center;
                margin-top: 0.5rem;
            }
            @include medium-grid {

            }
        }

        .ficha-jogo-score {
            width: 60px;margin-left: -30px;
            height: 45px;margin-top: -22px;
            font-size: $size-small;
            line-height: 45px;
            text-align: center;
            font-family: $DINMedium;
            color: $white;
            letter-spacing: 1px;
            @include small-grid {
                margin-left: -23px;
                width: 46px;
                height: 33px;
                margin-top: -16px;
                line-height: 33px;
                font-size: $size-tiny;
            }
            @include medium-grid {

            }
        }

    }
}
*/
/**
 * Quotas
 */
.quotas {
  /*max-width: 830px;*/
  border-bottom: #dfe1e0 solid 1px; }
  .quotas .quotas__listContainer {
    padding: 1rem; }
    @media only screen and (max-width: 30em) {
      .quotas .quotas__listContainer {
        padding: 0.75rem; } }
  .quotas .quotas__content {
    position: relative;
    height: auto;
    line-height: auto;
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem; }
    @media only screen and (min-width: 30em) {
      .quotas .quotas__content {
        height: 125px;
        line-height: 125px;
        border: none;
        padding: 0;
        margin: 0; } }
    .quotas .quotas__content .quotas__content__description {
      margin: 0;
      text-align: center;
      display: block;
      line-height: 1.4; }
      @media only screen and (min-width: 30em) {
        .quotas .quotas__content .quotas__content__description {
          font-size: 0.85rem;
          font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
          color: #9ea3a1;
          padding-right: 2rem;
          margin-left: 70px;
          display: inline-block;
          text-align: left; } }
      .quotas .quotas__content .quotas__content__description span {
        text-transform: uppercase;
        font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
      .quotas .quotas__content .quotas__content__description .description__title {
        color: #202221;
        font-size: 1rem;
        margin-bottom: 5px; }
    .quotas .quotas__content .svg-icon {
      position: absolute;
      top: 50%;
      margin-top: -36px;
      left: 15px; }
      @media only screen and (max-width: 60em) {
        .quotas .quotas__content .svg-icon {
          /*FS*/
          left: 0px; } }
      @media only screen and (max-width: 30em) {
        .quotas .quotas__content .svg-icon {
          position: relative;
          top: auto;
          margin: 0 auto;
          left: auto;
          text-align: center;
          display: block;
          margin-bottom: 1rem; } }
    .quotas .quotas__content .svg-calendar-label {
      color: #04b46b;
      position: absolute;
      top: 50%;
      margin-top: -24px;
      left: 17px;
      width: 30px;
      height: 21px;
      line-height: 1.4;
      text-align: center; }
      @media only screen and (max-width: 30em) {
        .quotas .quotas__content .svg-calendar-label {
          position: relative;
          top: auto;
          margin: 0 auto;
          left: auto;
          text-align: center;
          display: block;
          margin-top: -40px;
          margin-bottom: 1rem; } }
  .quotas .quotas__button {
    text-align: center;
    height: 125px;
    line-height: 125px; }
    @media only screen and (max-width: 30em) {
      .quotas .quotas__button {
        height: auto;
        line-height: 1; } }
    .quotas .quotas__button span {
      text-transform: uppercase;
      font-size: 0.7rem; }
      @media only screen and (max-width: 30em) {
        .quotas .quotas__button span span {
          display: block; } }
      .quotas .quotas__button span .button {
        margin-top: 0.5rem;
        letter-spacing: 1px; }
        @media only screen and (max-width: 30em) {
          .quotas .quotas__button span .button {
            /*FS*/
            line-height: 22px;
            padding-top: 5px;
            height: auto;
            padding-bottom: 4px; } }

.quotas__listContainer--quotasPagas {
  margin-top: 20px;
  background: #f2f2f2;
  overflow: hidden;
  position: relative; }
  .quotas__listContainer--quotasPagas #Leao-group {
    top: -70px;
    left: 60px;
    width: 35% !important; }
    .quotas__listContainer--quotasPagas #Leao-group path {
      fill: #dfe1e0 !important; }
  .quotas__listContainer--quotasPagas .quotas__content {
    padding-bottom: 1rem; }
    @media only screen and (max-width: 30em) {
      .quotas__listContainer--quotasPagas .quotas__content {
        border-bottom: #dfe1e0 solid 1px;
        margin-bottom: 1rem; } }
    .quotas__listContainer--quotasPagas .quotas__content .quotas__content__description {
      color: #202221;
      margin-left: 108px; }
      @media only screen and (max-width: 30em) {
        .quotas__listContainer--quotasPagas .quotas__content .quotas__content__description {
          margin: 0; } }
    .quotas__listContainer--quotasPagas .quotas__content .svg-icon {
      left: 35px;
      margin-top: -38px; }
      @media only screen and (max-width: 30em) {
        .quotas__listContainer--quotasPagas .quotas__content .svg-icon {
          left: auto;
          margin-top: 0; } }
  .quotas__listContainer--quotasPagas .quotas__button {
    border-left: #dfe1e0 solid 1px; }
    @media only screen and (max-width: 30em) {
      .quotas__listContainer--quotasPagas .quotas__button {
        border: none; } }
  .quotas__listContainer--quotasPagas #Leao-group {
    height: 250%;
    width: 50%; }

.quotas--porPagar {
  border: none; }
  .quotas--porPagar .quotas__listContainer {
    background: #f2f2f2;
    padding: 1rem; }
    @media only screen and (max-width: 30em) {
      .quotas--porPagar .quotas__listContainer {
        padding: 0.75rem; } }
    .quotas--porPagar .quotas__listContainer .quotas__content {
      height: 70px;
      line-height: 70px; }
      @media only screen and (max-width: 30em) {
        .quotas--porPagar .quotas__listContainer .quotas__content {
          height: auto;
          line-height: 1; } }
      .quotas--porPagar .quotas__listContainer .quotas__content .svg-icon {
        margin-top: -30px; }
        @media only screen and (max-width: 30em) {
          .quotas--porPagar .quotas__listContainer .quotas__content .svg-icon {
            margin-top: 0; } }
      .quotas--porPagar .quotas__listContainer .quotas__content .quotas__content__description {
        color: #202221;
        font-size: 0.85rem;
        margin-left: 95px; }
        @media only screen and (max-width: 60em) {
          .quotas--porPagar .quotas__listContainer .quotas__content .quotas__content__description {
            margin-left: 75px; } }
        @media only screen and (max-width: 30em) {
          .quotas--porPagar .quotas__listContainer .quotas__content .quotas__content__description {
            margin-left: 0;
            text-align: center; } }
  .quotas--porPagar .btObterForm {
    float: right;
    margin-left: 15px;
    margin-top: 10px; }
    @media only screen and (max-width: 30em) {
      .quotas--porPagar .btObterForm {
        height: auto;
        line-height: 22px;
        padding: 15px;
        margin: 0 auto 10px;
        display: block;
        width: 80%;
        float: none; } }
  .quotas--porPagar .btEnviarForm {
    float: right;
    margin-left: 15px;
    margin-top: 10px; }
    @media only screen and (max-width: 30em) {
      .quotas--porPagar .btEnviarForm {
        height: auto;
        line-height: 22px;
        padding: 15px;
        margin: 0 auto 10px;
        display: block;
        width: 80%;
        float: none; } }

.quotas__emDivida {
  background: #FAC200;
  padding: 1rem; }
  .quotas__emDivida .button {
    display: block;
    background: #202221;
    border: #202221 solid 1px; }
    .quotas__emDivida .button:hover {
      background: #393c3b;
      border: #393c3b solid 1px; }
  .quotas__emDivida .quotas__valor {
    font-size: 0.7rem;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0.75rem;
    position: relative; }
    .quotas__emDivida .quotas__valor > span {
      position: absolute;
      right: 0;
      top: 0; }
  .quotas__emDivida .quotas__valor--total {
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif; }
    .quotas__emDivida .quotas__valor--total .euros {
      font-size: 1.4rem;
      top: auto;
      line-height: 1;
      bottom: -0.2rem; }
      .quotas__emDivida .quotas__valor--total .euros .centimos {
        display: inline-block;
        font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
    .quotas__emDivida .quotas__valor--total b {
      /*FS*/
      display: inline-block;
      padding-right: 70px; }

/* New Area Sócio*/
.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0; }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
  overflow-y: auto; }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6; }

.logged-in.section-perfil .subSubMenu, .logged-in.section-profile .subSubMenu {
  /*
        border-bottom: $border solid 1px;
        display:block!important;
        padding: 0.75rem 0;//FS
        */
  border-bottom: none;
  padding: 0; }
  .logged-in.section-perfil .subSubMenu ul, .logged-in.section-profile .subSubMenu ul {
    margin: 0;
    display: table; }
    .logged-in.section-perfil .subSubMenu ul li, .logged-in.section-profile .subSubMenu ul li {
      /*
                margin: 0 1px;
                position: relative;
                float:left;//FS
                */
      margin: 0;
      position: relative;
      float: left;
      width: 100%; }
      @media only screen and (max-width: 30em) {
        .logged-in.section-perfil .subSubMenu ul li, .logged-in.section-profile .subSubMenu ul li {
          margin-bottom: 5px; } }
      .logged-in.section-perfil .subSubMenu ul li a, .logged-in.section-profile .subSubMenu ul li a {
        min-width: initial;
        max-width: initial;
        display: block;
        text-align: left;
        vertical-align: middle;
        line-height: 1;
        padding-left: 50px;
        height: 40px;
        border: none;
        border-bottom: white solid 1px;
        text-transform: uppercase;
        font-size: 0.7rem;
        position: relative;
        line-height: 40px;
        color: white;
        letter-spacing: 0.04em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        .logged-in.section-perfil .subSubMenu ul li a span, .logged-in.section-profile .subSubMenu ul li a span {
          display: inline-block;
          line-height: normal;
          padding: 0 12px;
          line-height: 0.8rem;
          vertical-align: middle;
          pointer-events: none; }
        .logged-in.section-perfil .subSubMenu ul li a:hover, .logged-in.section-profile .subSubMenu ul li a:hover {
          color: #04b46b;
          background: #f2f2f2;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -moz-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px; }
      .logged-in.section-perfil .subSubMenu ul li .notification, .logged-in.section-profile .subSubMenu ul li .notification {
        position: absolute;
        top: 3px;
        right: 3px;
        z-index: 10; }
    .logged-in.section-perfil .subSubMenu ul .active a, .logged-in.section-profile .subSubMenu ul .active a {
      border-bottom: #04b46b solid 1px;
      color: #04b46b;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
      .logged-in.section-perfil .subSubMenu ul .active a:hover, .logged-in.section-profile .subSubMenu ul .active a:hover {
        background: none; }
  @media only screen and (min-width: 76.938em) and (max-width: 999999999999) {
    .logged-in.section-perfil .subSubMenu, .logged-in.section-profile .subSubMenu {
      display: block !important; } }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    .logged-in.section-perfil .subSubMenu, .logged-in.section-profile .subSubMenu {
      display: none !important; } }
  @media only screen and (max-width: 60em) {
    .logged-in.section-perfil .subSubMenu, .logged-in.section-profile .subSubMenu {
      display: none !important; } }
  @media only screen and (max-width: 30em) {
    .logged-in.section-perfil .subSubMenu, .logged-in.section-profile .subSubMenu {
      display: none !important; } }

/*defined for datepicker in /perfil/parceiros */
#ui-datepicker-div {
  margin-top: -120px; }

.ui-datepicker .ui-datepicker-next {
  right: 22px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em 0 3.7em; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 43%;
  margin: 0 0 8px 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: -2px; }

#wwSMV-Container {
  padding-top: 20px;
  /*
    h3{ 
        margin-top: 20px;
    }
    */ }
  #wwSMV-Container h5 {
    margin: .7rem 0; }
  #wwSMV-Container h6 {
    margin: .7rem 0; }

.perfilContainer {
  position: relative;
  /*
    max-width: 600px;
    margin: 30px auto;
    padding: 0 35px;
    
    h3{ 
        margin-top: 20px;
    }
    */ }
  .perfilContainer .row {
    padding-bottom: 0.6rem;
    margin-top: 0.6rem; }
    .perfilContainer .row .columns {
      padding-left: 0;
      padding-right: 0;
      position: relative !important; }
      .perfilContainer .row .columns .labelInfo {
        font-size: 0.85rem;
        padding: 20px 10px 10px 20px;
        color: #9ea3a1; }
      .perfilContainer .row .columns .blockTitle {
        font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
        color: #9ea3a1;
        margin-left: 19px;
        display: inline-block; }
      .perfilContainer .row .columns .infoPerfil {
        padding: 10px 10px 10px 20px; }
        .perfilContainer .row .columns .infoPerfil .infoTit {
          font-size: 0.85rem;
          color: #202221;
          font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
          min-height: 25px; }
        .perfilContainer .row .columns .infoPerfil .infoTxt {
          font-size: 0.85rem;
          color: #202221;
          font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
          .perfilContainer .row .columns .infoPerfil .infoTxt .notification {
            font-size: 0.85rem;
            padding: 0.2rem 0.6rem;
            margin-left: -12px; }
          .perfilContainer .row .columns .infoPerfil .infoTxt .switch {
            margin: 0.5rem 0 0 0.2rem; }
            .perfilContainer .row .columns .infoPerfil .infoTxt .switch .labelInfo {
              padding: 0; }
              .perfilContainer .row .columns .infoPerfil .infoTxt .switch .labelInfo span {
                left: 15px; }
          .perfilContainer .row .columns .infoPerfil .infoTxt .labelSpace {
            /*height: 5px;*/
            width: 100%;
            display: block;
            text-align: right; }
        .perfilContainer .row .columns .infoPerfil .emailWrap {
          word-wrap: break-word; }
      .perfilContainer .row .columns .infoSocio {
        padding: 20px 10px 0px 20px; }
      .perfilContainer .row .columns .btGuardar {
        float: right; }
      .perfilContainer .row .columns .btCancelar {
        float: right;
        margin-top: 11px;
        margin-right: 45px;
        font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
        font-size: 0.85rem;
        text-decoration: underline;
        color: #04b46b; }
      .perfilContainer .row .columns .btAlterar {
        margin-top: 20px;
        font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
        font-size: 0.7rem;
        text-decoration: underline;
        color: #04b46b; }
      .perfilContainer .row .columns .btAnularRegisto {
        /*
                margin-top: 20px;
                font-family: $DINRegular;
                font-size: $size-tiny;//$size-really-tiny;
                text-decoration: underline;
                color: $primary-color;
                float: right;
                */
        float: right;
        font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
        border: #04b46b solid 1px;
        outline: none;
        overflow: hidden;
        margin: 0;
        padding: 0 1.3rem;
        height: 40px;
        line-height: 40px;
        font-size: 0.7rem;
        display: inline-block;
        background: #04b46b;
        color: white;
        position: relative;
        border-radius: 3px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        .perfilContainer .row .columns .btAnularRegisto:focus {
          outline: none;
          background: #03824d;
          color: white; }
        .perfilContainer .row .columns .btAnularRegisto:hover {
          background: #03824d;
          border: #03824d solid 1px;
          color: white; }
        .perfilContainer .row .columns .btAnularRegisto span {
          display: inline-block;
          vertical-align: middle; }
        @media only screen and (max-width: 30em) {
          .perfilContainer .row .columns .btAnularRegisto {
            display: block;
            margin: 0 auto;
            width: 80%;
            float: initial;
            text-align: center; } }
      .perfilContainer .row .columns .btEliminarLigSocio {
        margin-top: 20px;
        font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
        font-size: 0.7rem;
        text-decoration: underline;
        color: #04b46b;
        float: right; }
      .perfilContainer .row .columns .infoAlt {
        float: right;
        font-size: 0.62rem;
        color: #202221;
        font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
        text-align: right;
        line-height: 14px;
        margin-top: 10px; }
        .perfilContainer .row .columns .infoAlt a {
          text-decoration: underline;
          color: #04b46b; }
      .perfilContainer .row .columns .infoAltReg {
        margin-top: 20px; }
      .perfilContainer .row .columns .infoExtraEmail {
        float: right;
        font-size: 0.62rem;
        color: #F41D56;
        font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
        text-align: right;
        line-height: 14px;
        margin-bottom: 14px;
        margin-top: 26px; }
      .perfilContainer .row .columns .informacaoPessoal__thumb {
        position: relative;
        width: 250px;
        height: 150px;
        background: white;
        margin-top: 20px; }
        @media only screen and (max-width: 30em) {
          .perfilContainer .row .columns .informacaoPessoal__thumb {
            width: 150px;
            margin-bottom: 1.5rem; } }
        .perfilContainer .row .columns .informacaoPessoal__thumb img {
          position: absolute;
          top: 0;
          left: 0; }
        .perfilContainer .row .columns .informacaoPessoal__thumb .thumb-bg {
          opacity: 0.4;
          filter: alpha(opacity=40);
          background-color: #000;
          position: absolute;
          left: 0;
          top: 0;
          width: 150px;
          height: 150px;
          z-index: 1; }
        .perfilContainer .row .columns .informacaoPessoal__thumb .thumb-front {
          -webkit-border-radius: 150px;
          -ms-border-radius: 150px;
          -moz-border-radius: 150px;
          -o-border-radius: 150px;
          border-radius: 150px;
          position: absolute;
          left: 0;
          top: 0;
          width: 150px;
          height: 150px;
          z-index: 2; }
        .perfilContainer .row .columns .informacaoPessoal__thumb .informacaoPessoal__thumb__size {
          position: absolute;
          bottom: 0;
          display: inline-block;
          right: 0;
          font-size: 0.7rem;
          color: #9ea3a1; }
          @media only screen and (max-width: 30em) {
            .perfilContainer .row .columns .informacaoPessoal__thumb .informacaoPessoal__thumb__size {
              left: -15px;
              bottom: -45px; } }
        .perfilContainer .row .columns .informacaoPessoal__thumb .informacaoPessoal__thumb__format {
          position: absolute;
          bottom: 22px;
          display: inline-block;
          right: -28px;
          font-size: 0.7rem;
          color: #9ea3a1;
          width: 110px; }
          @media only screen and (max-width: 30em) {
            .perfilContainer .row .columns .informacaoPessoal__thumb .informacaoPessoal__thumb__format {
              position: absolute;
              bottom: -28px;
              display: inline-block;
              right: -28px;
              font-size: 0.7rem;
              color: #9ea3a1;
              width: 190px;
              line-height: 13px; } }
      .perfilContainer .row .columns .lnForm {
        display: block;
        float: left;
        width: 100%; }
    .perfilContainer .row .infoCodPostal {
      padding-bottom: 10px; }
      .perfilContainer .row .infoCodPostal .codPostal1 {
        width: 60%;
        float: left; }
      .perfilContainer .row .infoCodPostal .codPostal2 {
        width: 35%;
        float: right; }
    .perfilContainer .row .infoLocalidade .txtLocalidade {
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
      font-size: 0.85rem;
      color: #5e6461;
      margin-top: 30px; }
      @media only screen and (max-width: 60em) {
        .perfilContainer .row .infoLocalidade .txtLocalidade {
          margin-top: 20px; } }
      @media only screen and (max-width: 30em) {
        .perfilContainer .row .infoLocalidade .txtLocalidade {
          margin-top: 20px; } }
    .perfilContainer .row .infoPais {
      border-bottom: 1px solid #dfe1e0;
      margin-bottom: 15px;
      padding-bottom: 10px; }
    .perfilContainer .row .infoNome .infoTxt {
      text-transform: uppercase; }
    .perfilContainer .row .infoEmailPass .infoPerfil {
      padding: 10px 10px 20px 20px;
      /*
                @include large-grid {
                    padding:10px 10px 20px 20px;
                }
                @include medium-grid {
                    padding:10px 10px 20px 20px;
                }
                @include small-grid {
                    padding:10px 10px 20px 20px;
                }
                */ }
    .perfilContainer .row .infoEmailPass #infoEmail .infoTxt {
      line-height: 20px;
      margin-bottom: 2px;
      margin-top: 3px;
      word-wrap: break-word; }
    .perfilContainer .row .infoEmailPass #wwSMV-udEmail-Display .infoTxt {
      line-height: 20px;
      margin-bottom: 2px;
      margin-top: 3px;
      word-wrap: break-word; }
  .perfilContainer #dadosRegisto .infoNome {
    background: #f2f2f2; }
  .perfilContainer #dadosPessoais .button {
    float: right; }
  .perfilContainer #dadosPessoaisEdit .button {
    float: right; }
  .perfilContainer .dadosSocio {
    border-bottom: none; }
  .perfilContainer .dadosFografia {
    border-bottom: none; }
    .perfilContainer .dadosFografia .colFoto .holderBtAlterar {
      position: absolute;
      bottom: 0;
      right: 0; }
      .perfilContainer .dadosFografia .colFoto .holderBtAlterar .button {
        float: right; }
      .perfilContainer .dadosFografia .colFoto .holderBtAlterar .fotoInfoExtra {
        float: right;
        font-size: 0.62rem;
        color: #04b46b;
        font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
        font-style: italic;
        text-align: right;
        line-height: 14px;
        margin-top: 8px;
        width: 100%; }
    @media only screen and (max-width: 750px) {
      .perfilContainer .dadosFografia .colFoto {
        padding-bottom: 100px; } }
  .perfilContainer .js .nav-collapse-0.opened {
    max-height: 999px !important; }
  @media only screen and (max-width: 30em) {
    .perfilContainer .nav-toggle {
      width: 100%; }
    .perfilContainer h3 {
      display: none; }
    .perfilContainer hr {
      display: none; }
    .perfilContainer .row {
      border-bottom: 1px solid #dfe1e0;
      padding-bottom: 0.6rem;
      margin-top: 1rem; }
      .perfilContainer .row .columns {
        padding-left: 0;
        padding-right: 0; }
        .perfilContainer .row .columns .labelInfo {
          padding: 0px; }
        .perfilContainer .row .columns .button {
          /*float: right;
                    margin-right: 5px;*/
          display: block;
          float: initial;
          margin-right: auto !important;
          margin: 5px auto 0;
          margin-right: 5px;
          width: 80%; }
        .perfilContainer .row .columns .btCancelar {
          display: block;
          float: initial;
          margin-right: auto !important;
          margin: 5px auto 0;
          margin-right: 5px;
          width: 80%;
          text-align: center; }
        .perfilContainer .row .columns .infoAlt {
          float: right;
          font-size: 0.62rem;
          color: #202221;
          font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
          text-align: right;
          line-height: 14px;
          margin-top: 10px; }
          .perfilContainer .row .columns .infoAlt a {
            text-decoration: underline;
            color: #04b46b; }
        .perfilContainer .row .columns .infoAltReg {
          margin-top: 20px; }
        .perfilContainer .row .columns .informacaoPessoal__thumb {
          display: block;
          margin: 0 auto 30px; }
    .perfilContainer .dadosFografia {
      border-bottom: none; }
      .perfilContainer .dadosFografia .colFoto .holderBtAlterar {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%; }
        .perfilContainer .dadosFografia .colFoto .holderBtAlterar .button {
          display: block;
          float: initial;
          margin-right: auto !important;
          margin: 0 auto;
          margin-right: 5px;
          width: 80%; }
        .perfilContainer .dadosFografia .colFoto .holderBtAlterar .fotoInfoExtra {
          text-align: center; }
    .perfilContainer #dadosPessoais .button {
      float: initial; }
    .perfilContainer #dadosPessoaisEdit .button {
      float: initial; } }

.bgSocio {
  background: #f2f2f2;
  display: block;
  float: left;
  height: 100%;
  width: 100%;
  padding: 10px 0 20px; }
  @media only screen and (max-width: 30em) {
    .bgSocio .row {
      border-bottom: none !important; } }

.bg_box {
  background: #f2f2f2;
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px 0 10px;
  position: relative; }
  .bg_box .message_votes {
    color: #04b46b;
    text-align: center; }
    .bg_box .message_votes .number_votes {
      font-size: 1.4rem; }
  .bg_box .hiffen:after {
    content: ' - ';
    position: absolute;
    top: 60px;
    right: -4px; }
  .bg_box .form-item-check-digit label.error {
    display: none !important; }
  .bg_box #edit-check-digit {
    width: 30px; }
  .bg_box .align-bottom {
    margin-top: 55px !important; }
  .bg_box .form-required {
    display: none; }
  @media only screen and (max-width: 60em) {
    .bg_box .align-bottom {
      position: relative;
      bottom: 0; } }
  @media only screen and (max-width: 30em) {
    .bg_box .row {
      border-bottom: none !important; }
    .bg_box .align-bottom {
      margin-top: 0; } }
  .bg_box label.error {
    color: #FAC200; }

.webform-client-form {
  margin-top: 8px; }
  .webform-client-form .webform-submit {
    border-radius: 3px; }

#infoEmailEdit {
  display: none; }

#infoPassEdit {
  display: none; }

#regBtsConfirm {
  display: none; }

#dadosPessoaisEdit {
  display: none; }

#dadosRegistoEdit {
  display: none; }

#password-1, #password-2 {
  width: 100%; }

#codNotPT {
  display: none; }

#wwsmv-selquotas option {
  padding: 5px auto !important; }

/* Ajuste SM */
.codPostal1 {
  width: 60%;
  float: left; }

.codPostal2 {
  width: 35%;
  float: right; }

/* Alterações Transversais Área Reservada*/
.basicPage__content table {
  overflow-x: auto; }
  @media only screen and (max-width: 30em) {
    .basicPage__content table {
      display: block; } }

::-ms-reveal,
::-ms-clear {
  display: none !important; }

.hideShowPassword-toggle {
  background-color: transparent;
  background-image: url("/sites/all/themes/jump/images/wink.png");
  /* fallback */
  background-position: 0 center;
  background-repeat: no-repeat;
  /*border: 2px solid transparent;*/
  /*border-radius: 0.25em;*/
  border: none;
  cursor: pointer;
  font-size: 100%;
  height: 42px;
  margin: 1px;
  max-height: 100%;
  padding: 0;
  overflow: 'hidden';
  text-indent: -999em;
  width: 46px;
  -moz-appearance: none;
  -webkit-appearance: none; }

.hideShowPassword-toggle-hide {
  background-position: -44px center; }

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
  background-image: url("../img/wink.png");
  background-color: #fff !important;
  border-color: #fff !important;
  border: none !important;
  outline: #fff auto 5px; }

/**
 * Homepage
 */
.container-alert-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  height: 0;
  background-color: #fac200; }
  .container-alert-bar .titLastNews {
    display: inline-block;
    background-color: none;
    /*#e6ac00;*/
    padding: 6px 10px;
    color: white;
    width: auto;
    font-size: 0.7rem;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
  .container-alert-bar .game {
    padding: 6px 0;
    color: white;
    width: auto;
    font-size: 0.85rem;
    text-transform: uppercase;
    margin-top: 8px;
    /*6px FS*/
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
    @media only screen and (min-width: 60em) and (max-width: 76.875em) {
      .container-alert-bar .game {
        font-size: 0.85rem !important; } }
    @media only screen and (min-width: 60em) and (max-width: 76.875em) {
      .container-alert-bar .game {
        font-size: 0.85rem !important; } }
  .container-alert-bar .linkStream {
    padding: 6px 10px;
    color: white;
    width: auto;
    font-size: 0.7rem;
    margin-top: 10px;
    padding-left: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    border-left: solid 1px white; }
    .container-alert-bar .linkStream .svg-icon {
      margin-left: 6px;
      /*FS*/ }
  .container-alert-bar .notificationWarning__close {
    position: absolute;
    top: 10%;
    max-width: 1230px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: center; }
    .container-alert-bar .notificationWarning__close a {
      width: 40px;
      height: 40px;
      float: right;
      padding-top: 5px;
      padding-left: 1px;
      color: white; }
    .container-alert-bar .notificationWarning__close a:hover {
      background: #c79a00;
      -webkit-border-radius: 25px;
      -ms-border-radius: 25px;
      -moz-border-radius: 25px;
      -o-border-radius: 25px;
      border-radius: 25px; }
    .container-alert-bar .notificationWarning__close a:hover .svg-icon line#icon-del-2, .container-alert-bar .notificationWarning__close a:hover .svg-icon line#icon-del-1 {
      stroke: #fff; }
  @media screen and (max-width: 47.5em) {
    .container-alert-bar .game {
      font-size: 0.85rem !important; } }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    .container-alert-bar .game {
      font-size: 0.85rem !important; } }

.barraalertaFixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999; }

.homepage_alertbar {
  position: relative;
  text-align: center; }
  .homepage_alertbar .titLastNews, .homepage_alertbar .game, .homepage_alertbar .linkStream {
    display: inline-block;
    margin: 0 1rem; }
  .homepage_alertbar .linkStream {
    margin-top: 10px; }
  .homepage_alertbar .notificationWarning__close {
    top: 15%;
    right: 0;
    max-width: inherit;
    width: inherit; }

.front {
  /* SIDEBAR */ }
  .front .sidebar-wrapper {
    padding-left: 0;
    padding-top: 1.5rem; }
    @media only screen and (max-width: 30em) {
      .front .sidebar-wrapper {
        padding: 1.7rem 0; } }
  .front .main-container {
    padding-top: 1.5rem; }
    .front .main-container .home-news-wrapper {
      padding-left: 1.75rem;
      padding-right: 1.75rem; }
      .front .main-container .home-news-wrapper .itemList .home-news-wrapper {
        display: block;
        margin-top: 2px; }
    .front .main-container .home-news-wrapper--small {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      margin-top: 1.5rem; }
      .front .main-container .home-news-wrapper--small .itemList {
        margin-left: 0.5rem;
        margin-right: 0rem;
        /* FS*/
        margin-bottom: 1rem;
        height: 365px;
        position: relative; }
        @media only screen and (max-width: 30em) {
          .front .main-container .home-news-wrapper--small .itemList {
            height: 395px; } }
        @media only screen and (max-width: 60em) {
          .front .main-container .home-news-wrapper--small .itemList {
            height: 395px; } }
        @media only screen and (min-width: 60em) and (max-width: 76.875em) {
          .front .main-container .home-news-wrapper--small .itemList {
            height: 365px; } }
    .front .main-container .agenda-wrapper {
      padding: 1.5rem 1.75rem; }
  .front .container-main--homepage {
    margin-top: 1.5rem;
    /* redes sociais */
    /* Patrocinadores */ }
    @media only screen and (max-width: 30em) {
      .front .container-main--homepage {
        margin: 0 19px; } }
    @media only screen and (max-width: 60em) {
      .front .container-main--homepage {
        margin: 0 19px; } }
    .front .container-main--homepage .palmares {
      margin-top: 1.5rem; }
    .front .container-main--homepage .container--socialclub {
      margin-top: 80px; }
    .front .container-main--homepage .region-homepage-content-ads {
      margin: 1rem 0; }
      .front .container-main--homepage .region-homepage-content-ads .view-homepage-inline-ads .first .banner-horizontal {
        width: 95%; }
        @media only screen and (min-width: 60em) and (max-width: 76.875em) {
          .front .container-main--homepage .region-homepage-content-ads .view-homepage-inline-ads .first .banner-horizontal {
            float: right !important;
            margin-right: 8px; } }
        @media only screen and (max-width: 60em) {
          .front .container-main--homepage .region-homepage-content-ads .view-homepage-inline-ads .first .banner-horizontal {
            width: 100%; } }
        @media only screen and (max-width: 30em) {
          .front .container-main--homepage .region-homepage-content-ads .view-homepage-inline-ads .first .banner-horizontal {
            width: 100%; } }
      .front .container-main--homepage .region-homepage-content-ads .view-homepage-inline-ads .last .banner-horizontal {
        width: 95%; }
        @media only screen and (min-width: 60em) and (max-width: 76.875em) {
          .front .container-main--homepage .region-homepage-content-ads .view-homepage-inline-ads .last .banner-horizontal {
            float: left !important;
            margin-left: 8px; } }
        @media only screen and (max-width: 60em) {
          .front .container-main--homepage .region-homepage-content-ads .view-homepage-inline-ads .last .banner-horizontal {
            width: 100%; } }
        @media only screen and (max-width: 30em) {
          .front .container-main--homepage .region-homepage-content-ads .view-homepage-inline-ads .last .banner-horizontal {
            width: 100%; } }
      .front .container-main--homepage .region-homepage-content-ads .view-homepage-inline-ads .banner-horizontal {
        padding-right: 1.75rem;
        margin: 0px; }
        @media only screen and (max-width: 30em) {
          .front .container-main--homepage .region-homepage-content-ads .view-homepage-inline-ads .banner-horizontal {
            width: 100%;
            margin: 10px auto;
            padding: 35px 20px; } }
        @media only screen and (max-width: 60em) {
          .front .container-main--homepage .region-homepage-content-ads .view-homepage-inline-ads .banner-horizontal {
            width: 100%;
            margin: 10px auto; } }
        @media only screen and (min-width: 60em) and (max-width: 76.875em) {
          .front .container-main--homepage .region-homepage-content-ads .view-homepage-inline-ads .banner-horizontal {
            height: 196px; } }
    .front .container-main--homepage .panels-flexible-region-2-center {
      float: none;
      width: 100%; }
    .front .container-main--homepage #block-views-redes-sociais-block-block .container-social {
      padding: 3rem 0; }
    .front .container-main--homepage .container.patrocinadores .partners-block-grid {
      margin: 2rem 0; }
    .front .container-main--homepage .container.patrocinadores .button.secondary {
      border: #5e6461 solid 1px;
      padding-left: 3.5rem;
      padding-right: 3.5rem;
      color: #fff;
      text-transform: uppercase; }
      .front .container-main--homepage .container.patrocinadores .button.secondary:hover {
        border: #04b46b solid 1px; }

.slick-disabled {
  opacity: 0.4;
  cursor: default !important; }

/**** Sizes in REM

base pixel size - 20px (1.25em)

16px - 0.8rem *
18px - 0.9rem *
20px - 1rem *
22px - 1.1rem *
24px - 1.2rem *
26px - 1.3rem
28px - 1.4rem *
32px - 1.6rem *
36px - 1.8rem *
42px - 2.1rem *
48px - 2.4rem *
55px - 2.75rem *
70px - 3.5rem *
75px - 3.75rem *

****/
/**** Font Familiy

$DINLight
$DINRegular
$DINMedium
$DINCondensedBold
$DINBold
$DINBlack

$Androgyne

****/
/**** Colors

cinzaMMClaro - #fffefe
cinzaClaro - #f1f1f1

cinza - #7a7a7a
cinzaEscuro - #333333
verde - #12a274
verde - #04b46b
#18bd77
verde - #14b46a
verdeEscuro - #036e49

amarelo - #FBC201

@include large-grid{

}

@include medium-grid{

}

@include small-grid{

}


****/
/**
 * New HP
 */
.goUP {
  position: fixed;
  background-color: #036e49;
  width: 50px;
  height: 50px;
  bottom: 10px;
  right: 10px;
  z-index: 1000; }
  .goUP:before {
    content: "\f106";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 45px;
    color: #fff;
    width: 50px;
    text-align: center; }

html {
  font-size: 1.25em; }

/**** Reset ****/
.svg-icon {
  cursor: default; }

/**** Reset ****/
/**** vars HP ****/
.hpContainer {
  background: #3A3A3A; }
  .hpContainer h1 {
    font-family: "DINWeb-CondBold", "Helvetica", "Arial", sans-serif;
    font-size: 2.4rem;
    line-height: 2.4rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 30em) {
      .hpContainer h1 {
        font-size: 2rem;
        line-height: 2rem; } }
  .hpContainer h2 {
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase; }
  .hpContainer h3 {
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase; }
  .hpContainer .modalidade {
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    font-size: 0.9rem; }
  .hpContainer .title {
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    font-size: 0.9rem; }
  .hpContainer .desc {
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
    font-size: 0.8rem; }

/**** vars HP ****/
/**** elements HP ****/
.btVerMais {
  background: #04b46b;
  color: #fff;
  font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  border-radius: 4px; }
  .btVerMais:hover {
    background: #03824d;
    color: #fff; }

/**** elements HP ****/
/**** Fonts ****/
@font-face {
  font-family: 'Androgyne';
  src: url("Androgyne.ttf.woff") format("woff"), url("Androgyne.ttf.svg#Androgyne") format("svg"), url("Androgyne.ttf.eot"), url("Androgyne.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

/**** Fonts ****/
.megamenu__container .renoveAgora {
  display: block;
  position: absolute;
  width: 240px;
  height: 82px;
  background: #04b46b;
  top: 0;
  right: 0;
  z-index: 9; }
  .megamenu__container .renoveAgora .holderBt {
    display: block;
    position: relative;
    width: 240px;
    height: 82px; }
    .megamenu__container .renoveAgora .holderBt .labelLoja {
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      font-size: 0.7rem;
      line-height: 0.4rem;
      color: black;
      text-transform: uppercase;
      margin: 29px 0px 0px 49px;
      display: block;
      float: left; }
      .megamenu__container .renoveAgora .holderBt .labelLoja span {
        font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
        font-size: 1.05rem;
        color: white; }
        .megamenu__container .renoveAgora .holderBt .labelLoja span.en {
          font-size: 0.9rem; }
      .megamenu__container .renoveAgora .holderBt .labelLoja:after {
        content: "";
        background: url("../images/newHP/svg/seta_socio_branco.svg");
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 14px;
        width: 20px;
        height: 20px;
        display: inline-block;
        margin: 4px 0 0 5px; }

.megamenu__container .numMinuto {
  display: block;
  position: absolute;
  width: 240px;
  height: 82px;
  background: #FBC201;
  top: 0;
  right: 240px;
  z-index: 9; }
  .megamenu__container .numMinuto .holderBt {
    display: block;
    position: relative;
    width: 240px;
    height: 82px; }
    .megamenu__container .numMinuto .holderBt:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-bottom: 82px solid #FBC201;
      border-right: 20px solid transparent;
      position: absolute;
      right: -20px;
      left: auto;
      top: 0;
      z-index: 9; }
    .megamenu__container .numMinuto .holderBt .labelLoja {
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      font-size: 0.7rem;
      line-height: 0.4rem;
      color: black;
      text-transform: uppercase;
      margin: 26px 0px 0px 49px;
      display: block;
      float: left; }
      .megamenu__container .numMinuto .holderBt .labelLoja span {
        font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
        font-size: 1.05rem;
        color: black; }
        .megamenu__container .numMinuto .holderBt .labelLoja span.valor {
          font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
          font-size: 0.7rem;
          font-style: italic;
          color: white;
          text-transform: uppercase; }
        .megamenu__container .numMinuto .holderBt .labelLoja span.en {
          font-size: 0.9rem; }
      .megamenu__container .numMinuto .holderBt .labelLoja:after {
        content: "";
        background: url("../images/newHP/svg/seta_socio_preto.svg");
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 14px;
        width: 20px;
        height: 20px;
        display: inline-block;
        margin: 0 0 0 5px; }
    .megamenu__container .numMinuto .holderBt .valor {
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 0.7rem;
      font-style: italic;
      color: white;
      display: block;
      float: left;
      margin: 3px 0px 0px 49px;
      text-transform: uppercase; }

.heroshot {
  display: block;
  position: relative;
  height: 630px;
  background: black;
  overflow: hidden; }
  .heroshot .slick-heroshoot {
    max-width: 100%; }
    .heroshot .slick-heroshoot .banner {
      width: 1585px;
      height: 630px;
      background-size: cover;
      background-position: center center; }
    .heroshot .slick-heroshoot .slick-prev {
      width: 60px;
      height: 60px;
      top: calc(50% - 30px);
      left: 0;
      bottom: initial;
      left: initial; }
      .heroshot .slick-heroshoot .slick-prev .fa {
        color: #fff;
        font-size: 44px; }
      .heroshot .slick-heroshoot .slick-prev:before {
        content: ""; }
      @media only screen and (max-width: 30em) {
        .heroshot .slick-heroshoot .slick-prev {
          left: -10px; } }
    .heroshot .slick-heroshoot .slick-next {
      width: 60px;
      height: 60px;
      top: calc(50% - 30px);
      right: 0;
      bottom: initial;
      left: initial; }
      .heroshot .slick-heroshoot .slick-next .fa {
        color: #fff;
        font-size: 44px; }
      .heroshot .slick-heroshoot .slick-next:before {
        content: ""; }
      @media only screen and (max-width: 30em) {
        .heroshot .slick-heroshoot .slick-next {
          right: -10px; } }
    .heroshot .slick-heroshoot .slick-disabled {
      opacity: 0.4 !important; }
  .heroshot .heroshoot_title {
    font-family: 'DINWeb-Black';
    font-size: 65px;
    line-height: 70px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px #000;
    white-space: initial;
    height: auto !important; }
  .heroshot .heroshoot_subtitle {
    font-family: 'DINWeb';
    font-size: 18px;
    letter-spacing: 4px;
    color: #04b46b;
    text-shadow: 1px 1px 5px #000;
    text-transform: uppercase; }
  .heroshot .heroshoot_button {
    font-family: 'DINWeb';
    font-size: 16px;
    color: white;
    border: 1px solid #fff;
    padding: 10px 40px; }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    .heroshot {
      height: initial !important; }
      .heroshot .heroshoot_title {
        font-family: "DINWeb-Black" !important;
        font-size: 65px !important;
        line-height: 70px !important;
        color: #ffffff !important;
        text-transform: uppercase !important;
        text-shadow: 1px 1px 5px #000 !important;
        white-space: initial !important;
        height: auto !important; }
      .heroshot .heroshoot_subtitle {
        font-family: "DINWeb" !important;
        font-size: 18px !important;
        letter-spacing: 4px !important;
        color: #04b46b !important;
        text-shadow: 1px 1px 5px #000 !important;
        text-transform: uppercase !important; }
      .heroshot .heroshoot_button {
        font-family: "DINWeb" !important;
        font-size: 16px !important;
        color: white !important;
        border: 1px solid #fff !important;
        padding: 10px 40px !important; } }
  @media only screen and (max-width: 60em) {
    .heroshot {
      height: initial !important; }
      .heroshot .heroshoot_title {
        font-size: 30px !important;
        line-height: 30px !important;
        max-width: 90% !important;
        margin-top: 15px !important;
        height: auto !important; }
      .heroshot .heroshoot_subtitle {
        font-size: 14px !important;
        line-height: 14px !important; }
      .heroshot .heroshoot_button {
        font-size: 14px !important;
        line-height: 14px !important;
        margin-top: 30px !important;
        border: 1px solid #fff !important;
        padding: 10px 20px !important;
        top: auto !important;
        bottom: 50px !important; }
      .heroshot .tp-leftarrow {
        display: none; }
      .heroshot .tp-rightarrow {
        display: none; } }
  @media only screen and (max-width: 30em) {
    .heroshot {
      height: 300px; }
      .heroshot .heroshoot_title {
        font-size: 30px !important;
        line-height: 30px !important;
        max-width: 90% !important;
        margin-top: 15px !important;
        height: auto !important; }
      .heroshot .heroshoot_subtitle {
        font-size: 14px !important;
        line-height: 14px !important; }
      .heroshot .heroshoot_button {
        font-size: 14px !important;
        line-height: 14px !important;
        margin-top: 30px !important;
        border: 1px solid #fff !important;
        padding: 10px 20px !important;
        top: auto !important;
        bottom: 50px !important; }
      .heroshot .tp-leftarrow {
        display: none; }
      .heroshot .tp-rightarrow {
        display: none; } }
  @media only screen and (max-width: 30em) {
    .heroshot .fullwidthbanner {
      height: 300px !important; } }
  .heroshot .futureFootball {
    display: block;
    position: absolute;
    width: 240px;
    height: 82px;
    top: -2px;
    right: 480px;
    z-index: 9;
    background: url("../images/newHP/future-football.jpg");
    background-position: bottom right;
    background-repeat: no-repeat; }
  .heroshot .renoveAgora {
    display: block;
    position: absolute;
    width: 240px;
    height: 80px;
    background: #04b46b;
    top: 0;
    right: 0;
    z-index: 10; }
    @media only screen and (max-width: 60em) {
      .heroshot .renoveAgora {
        width: 50%; } }
    @media only screen and (max-width: 30em) {
      .heroshot .renoveAgora {
        width: 52%; } }
    .heroshot .renoveAgora .holderBt {
      display: block;
      position: relative;
      width: 240px;
      height: 80px; }
      @media only screen and (max-width: 30em) {
        .heroshot .renoveAgora .holderBt {
          margin-left: 10px; } }
      .heroshot .renoveAgora .holderBt .labelLoja {
        font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
        font-size: 0.7rem;
        line-height: 0.4rem;
        color: black;
        text-transform: uppercase;
        margin: 29px 0px 0px 49px;
        display: block;
        float: left; }
        @media only screen and (max-width: 30em) {
          .heroshot .renoveAgora .holderBt .labelLoja {
            margin: 26px 0px 0px 10px;
            font-size: .65rem; } }
        .heroshot .renoveAgora .holderBt .labelLoja span {
          font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
          font-size: 1.05rem;
          color: white; }
          @media only screen and (max-width: 30em) {
            .heroshot .renoveAgora .holderBt .labelLoja span {
              font-size: 0.8rem; } }
          .heroshot .renoveAgora .holderBt .labelLoja span.en {
            font-size: 0.9rem; }
            @media only screen and (max-width: 30em) {
              .heroshot .renoveAgora .holderBt .labelLoja span.en {
                font-size: 0.6rem; } }
        .heroshot .renoveAgora .holderBt .labelLoja:after {
          content: "";
          background: url("../images/newHP/svg/seta_socio_branco.svg");
          background-position: bottom right;
          background-repeat: no-repeat;
          background-size: 14px;
          width: 15px;
          height: 20px;
          display: inline-block;
          margin: 4px 0 0 5px; }
  .heroshot .numMinuto {
    display: block;
    position: absolute;
    width: 240px;
    height: 80px;
    background: #FBC201;
    top: 0;
    right: 240px;
    z-index: 9; }
    @media only screen and (max-width: 60em) {
      .heroshot .numMinuto {
        width: 50%;
        right: auto; } }
    @media only screen and (max-width: 30em) {
      .heroshot .numMinuto {
        width: 48%;
        right: auto; } }
    .heroshot .numMinuto .holderBt {
      display: block;
      position: relative;
      width: 240px;
      height: 80px; }
      @media only screen and (max-width: 60em) {
        .heroshot .numMinuto .holderBt {
          width: 100%; } }
      @media only screen and (max-width: 30em) {
        .heroshot .numMinuto .holderBt {
          width: 100%; } }
      .heroshot .numMinuto .holderBt:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-bottom: 80px solid #FBC201;
        border-right: 20px solid transparent;
        position: absolute;
        right: -20px;
        left: auto;
        top: 0;
        z-index: 9; }
      .heroshot .numMinuto .holderBt .labelLoja {
        font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
        font-size: 0.7rem;
        line-height: 0.4rem;
        color: black;
        text-transform: uppercase;
        margin: 26px 0px 0px 49px;
        display: block;
        float: left;
        width: 100%; }
        @media only screen and (max-width: 30em) {
          .heroshot .numMinuto .holderBt .labelLoja {
            margin: 26px 0px 0px 5px;
            font-size: .65rem; } }
        .heroshot .numMinuto .holderBt .labelLoja span {
          font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
          font-size: 1.05rem;
          color: black; }
          @media only screen and (max-width: 30em) {
            .heroshot .numMinuto .holderBt .labelLoja span {
              font-size: 0.8rem; } }
          .heroshot .numMinuto .holderBt .labelLoja span.valor {
            font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
            font-size: 0.7rem;
            font-style: italic;
            color: white; }
          .heroshot .numMinuto .holderBt .labelLoja span.en {
            font-size: 0.9rem; }
            @media only screen and (max-width: 30em) {
              .heroshot .numMinuto .holderBt .labelLoja span.en {
                font-size: 0.6rem; } }
        .heroshot .numMinuto .holderBt .labelLoja:after {
          content: "";
          background: url("../images/newHP/svg/seta_socio_preto.svg");
          background-position: bottom right;
          background-repeat: no-repeat;
          background-size: 14px;
          width: 20px;
          height: 20px;
          display: inline-block;
          margin: 0 0 0 5px; }
          @media only screen and (max-width: 30em) {
            .heroshot .numMinuto .holderBt .labelLoja:after {
              width: 15px; } }
      .heroshot .numMinuto .holderBt .valor {
        font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
        font-size: 0.7rem;
        font-style: italic;
        color: white;
        display: block;
        float: left;
        margin: 3px 0px 0px 49px;
        text-transform: uppercase; }
        @media only screen and (max-width: 30em) {
          .heroshot .numMinuto .holderBt .valor {
            margin: 3px 0px 0px 5px;
            font-size: .65rem; } }
  .heroshot .region-megadestaquehp {
    position: relative;
    z-index: 8; }
    @media only screen and (max-width: 60em) {
      .heroshot .region-megadestaquehp {
        margin: 82px 0 0 0; } }
    @media only screen and (max-width: 30em) {
      .heroshot .region-megadestaquehp {
        margin: 82px 0 0 0; } }

@media only screen and (min-width: 60em) and (max-width: 76.875em) {
  .hpContainer {
    z-index: 101;
    position: relative; }
    .hpContainer.onTop {
      z-index: 901; } }

@media only screen and (max-width: 60em) {
  .hpContainer {
    z-index: 101;
    position: relative; }
    .hpContainer.onTop {
      z-index: 901; } }

@media only screen and (max-width: 30em) {
  .hpContainer {
    z-index: 101;
    position: relative; }
    .hpContainer.onTop {
      z-index: 901; } }

.hpContainer .allContent {
  max-width: 100%; }
  .hpContainer .allContent .social {
    position: relative;
    background: #3A3A3A;
    height: 100vh;
    overflow: hidden;
    padding: 0px;
    transition: all .4s ease-in-out; }
    @media only screen and (min-width: 60em) and (max-width: 76.875em) {
      .hpContainer .allContent .social {
        position: fixed;
        top: 0;
        right: calc(-50vw);
        z-index: 99; } }
    @media only screen and (max-width: 60em) {
      .hpContainer .allContent .social {
        position: fixed;
        top: 0;
        padding: 50px 0 0;
        right: calc(-100vw);
        z-index: 99; } }
    @media only screen and (max-width: 30em) {
      .hpContainer .allContent .social {
        position: fixed;
        top: 0;
        padding: 50px 0 0;
        right: calc(-100vw);
        z-index: 99; } }
    .hpContainer .allContent .social .socialMedia {
      padding: 0px 20px;
      height: inherit;
      overflow-x: hidden;
      overflow-y: scroll; }
    .hpContainer .allContent .social.open {
      right: 0; }

.btVerMaisNews {
  position: relative;
  /*
  left: 50%;
  bottom: -20px;
*/
  width: 100%;
  background: #04b46b;
  padding: 7px 0; }
  .btVerMaisNews .btVerMais {
    display: block;
    width: 340px;
    text-align: center;
    padding: 18px 50px;
    margin: 0 auto;
    background: none;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    border-radius: 4px; }

.hpNews {
  position: relative;
  max-width: 100%;
  z-index: 2; }
  .hpNews .holderBtVerMais {
    position: absolute;
    left: 50%;
    bottom: -20px; }
    .hpNews .holderBtVerMais .btVerMais {
      display: block;
      float: left;
      width: 340px;
      margin-left: -170px;
      text-align: center;
      padding: 18px 50px; }
  .hpNews .holderNewsTxt {
    display: table !important;
    float: left;
    position: relative;
    background: #dcdcdc;
    min-height: 260px;
    padding: 30px 0px 80px;
    /*
		.holderBtVerMais{
			position: absolute;
			left: 50%;
			bottom: -20px;
			.btVerMais{
			    display: block;
			    float: left;
			    width: 340px;
			    margin-left: -170px;
		    	text-align: center;
				padding: 18px 50px;
			}
		}
    */ }
    .hpNews .holderNewsTxt .newsTxt {
      display: table-cell !important;
      border-right: 1px solid #bbbbbb;
      float: initial;
      padding: 0 30px 40px; }
      .hpNews .holderNewsTxt .newsTxt:last-of-type {
        border-right: none; }
      .hpNews .holderNewsTxt .newsTxt .modalidade {
        text-align: left;
        color: #04b46b; }
      .hpNews .holderNewsTxt .newsTxt .title {
        text-align: left;
        color: #333333; }
        .hpNews .holderNewsTxt .newsTxt .title:hover {
          color: #04b46b; }
      .hpNews .holderNewsTxt .newsTxt .desc {
        color: #7a7a7a; }
        .hpNews .holderNewsTxt .newsTxt .desc a {
          width: 42px;
          position: absolute;
          bottom: 0;
          right: 10px; }
          .hpNews .holderNewsTxt .newsTxt .desc a svg {
            cursor: pointer; }
          .hpNews .holderNewsTxt .newsTxt .desc a:hover .st4 {
            fill: #27AE60; }
          .hpNews .holderNewsTxt .newsTxt .desc a:hover .st5 {
            fill: white; }
      @media only screen and (max-width: 60em) {
        .hpNews .holderNewsTxt .newsTxt {
          display: block !important; } }
      @media only screen and (max-width: 30em) {
        .hpNews .holderNewsTxt .newsTxt {
          display: block !important; } }
  .hpNews .col {
    float: left; }
    .hpNews .col:first-child .newsSmallTxt {
      position: relative; }
      .hpNews .col:first-child .newsSmallTxt:before {
        display: block;
        position: absolute;
        width: 1px;
        height: 80%;
        background: #bbbbbb;
        content: "";
        top: 10%;
        right: 0; }
  .hpNews .newsBig {
    float: left;
    width: 100%; }
    .hpNews .newsBig .newsBigImg {
      display: block;
      position: relative;
      float: left;
      width: 100%;
      height: 600px;
      overflow: hidden;
      z-index: 1; }
      .hpNews .newsBig .newsBigImg a {
        width: 100%; }
        .hpNews .newsBig .newsBigImg a:hover {
          color: #04b46b; }
      .hpNews .newsBig .newsBigImg .img {
        display: block;
        float: left;
        width: 100%;
        height: 600px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out; }
    .hpNews .newsBig .newsBigTxt {
      display: block;
      position: relative;
      float: left;
      width: 100%;
      height: 280px;
      background: black;
      padding: 40px 20px 60px;
      z-index: 2; }
      @media only screen and (min-width: 60em) and (max-width: 76.875em) {
        .hpNews .newsBig .newsBigTxt {
          height: initial;
          min-height: 280px;
          padding: 20px 50px 0px 30px; } }
      @media only screen and (max-width: 60em) {
        .hpNews .newsBig .newsBigTxt {
          height: initial;
          min-height: 280px;
          padding: 40px 20px 60px; } }
      @media only screen and (max-width: 30em) {
        .hpNews .newsBig .newsBigTxt {
          height: initial;
          min-height: 280px;
          padding: 40px 20px 60px; } }
      .hpNews .newsBig .newsBigTxt h1 a {
        text-align: left;
        color: #fff; }
        .hpNews .newsBig .newsBigTxt h1 a:hover {
          color: #04b46b; }
      .hpNews .newsBig .newsBigTxt .desc {
        font-size: 1.125rem;
        color: #fff; }
        .hpNews .newsBig .newsBigTxt .desc a {
          width: 42px;
          position: absolute;
          bottom: 14px;
          right: 10px; }
          .hpNews .newsBig .newsBigTxt .desc a svg {
            cursor: pointer; }
          .hpNews .newsBig .newsBigTxt .desc a:hover .st4 {
            fill: #27AE60; }
          .hpNews .newsBig .newsBigTxt .desc a:hover .st5 {
            fill: white; }
      .hpNews .newsBig .newsBigTxt:before {
        content: "";
        display: block;
        position: absolute;
        top: -6px;
        left: 40px;
        width: 64px;
        height: 12px;
        background: #14b46a; }
        @media only screen and (max-width: 60em) {
          .hpNews .newsBig .newsBigTxt:before {
            left: 20px; } }
        @media only screen and (max-width: 30em) {
          .hpNews .newsBig .newsBigTxt:before {
            left: 20px; } }
    .hpNews .newsBig:hover .img {
      transform: scale(1.2); }
    .hpNews .newsBig.video .holderImg:before {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      background-image: url("../images/newHP/svg/play.svg");
      background-size: 80px;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 9; }
  .hpNews .newsMedium {
    float: left;
    width: 100%; }
    .hpNews .newsMedium .newsMediumImg {
      display: block;
      float: left;
      position: relative;
      width: 100%;
      height: 300px;
      overflow: hidden;
      z-index: 1; }
      .hpNews .newsMedium .newsMediumImg a {
        width: 100%; }
        .hpNews .newsMedium .newsMediumImg a:hover {
          color: #04b46b; }
      .hpNews .newsMedium .newsMediumImg .img {
        display: block;
        float: left;
        width: 100%;
        height: 300px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out; }
    .hpNews .newsMedium .newsMediumTxt {
      display: block;
      float: left;
      position: relative;
      width: 100%;
      height: 140px;
      padding: 20px;
      background: #f1f1f1;
      z-index: 2; }
      .hpNews .newsMedium .newsMediumTxt a {
        width: 100%; }
        .hpNews .newsMedium .newsMediumTxt a:hover {
          color: #04b46b; }
      .hpNews .newsMedium .newsMediumTxt .title {
        text-align: left;
        color: #333333; }
        .hpNews .newsMedium .newsMediumTxt .title:hover {
          color: #04b46b; }
      .hpNews .newsMedium .newsMediumTxt .desc {
        color: #7a7a7a; }
        .hpNews .newsMedium .newsMediumTxt .desc a {
          width: 42px;
          position: absolute;
          bottom: 14px;
          right: 10px; }
          .hpNews .newsMedium .newsMediumTxt .desc a svg {
            cursor: pointer; }
          .hpNews .newsMedium .newsMediumTxt .desc a:hover .st4 {
            fill: #27AE60; }
          .hpNews .newsMedium .newsMediumTxt .desc a:hover .st5 {
            fill: white; }
      @media only screen and (min-width: 60em) and (max-width: 76.875em) {
        .hpNews .newsMedium .newsMediumTxt {
          height: initial;
          min-height: 140px;
          padding: 20px 20px 40px; } }
      @media only screen and (max-width: 60em) {
        .hpNews .newsMedium .newsMediumTxt {
          height: initial;
          min-height: 140px;
          padding: 20px 20px 40px; } }
      @media only screen and (max-width: 30em) {
        .hpNews .newsMedium .newsMediumTxt {
          height: initial;
          min-height: 140px;
          padding: 20px 20px 40px; } }
    .hpNews .newsMedium:hover .img {
      transform: scale(1.2); }
    .hpNews .newsMedium.video .holderImg:before {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      background-image: url("../images/newHP/svg/play.svg");
      background-size: 80px;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 9; }
  .hpNews .newsSmall {
    float: left;
    width: 100%; }
    .hpNews .newsSmall .newsSmallImg {
      display: block;
      position: relative;
      float: left;
      width: 100%;
      height: 300px;
      overflow: hidden;
      z-index: 1; }
      .hpNews .newsSmall .newsSmallImg a {
        width: 100%; }
        .hpNews .newsSmall .newsSmallImg a:hover {
          color: #04b46b; }
      .hpNews .newsSmall .newsSmallImg .img {
        display: block;
        float: left;
        width: 100%;
        height: 300px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out; }
    .hpNews .newsSmall .newsSmallTxt {
      display: block;
      position: relative;
      float: left;
      width: 100%;
      height: 140px;
      padding: 20px 25px 20px;
      background: #f1f1f1;
      z-index: 2; }
      .hpNews .newsSmall .newsSmallTxt .title {
        text-align: left;
        color: #333333;
        overflow: hidden;
        font-size: 0.8rem;
        text-overflow: ellipsis;
        line-height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 10px; }
        @media only screen and (min-width: 60em) and (max-width: 76.875em) {
          .hpNews .newsSmall .newsSmallTxt .title {
            max-height: initial;
            overflow: auto;
            font-size: 0.9rem; } }
        @media only screen and (max-width: 60em) {
          .hpNews .newsSmall .newsSmallTxt .title {
            font-size: 0.9rem; } }
        @media only screen and (max-width: 30em) {
          .hpNews .newsSmall .newsSmallTxt .title {
            font-size: 0.9rem; } }
        .hpNews .newsSmall .newsSmallTxt .title:hover {
          color: #04b46b; }
      .hpNews .newsSmall .newsSmallTxt .desc {
        color: #7a7a7a;
        padding-right: 10px;
        font-size: 0.7rem;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 10px;
        overflow: hidden; }
        @media only screen and (min-width: 60em) and (max-width: 76.875em) {
          .hpNews .newsSmall .newsSmallTxt .desc {
            padding-right: 0px;
            font-size: 0.8rem; } }
        @media only screen and (max-width: 60em) {
          .hpNews .newsSmall .newsSmallTxt .desc {
            padding-right: 0px;
            font-size: 0.8rem; } }
        @media only screen and (max-width: 30em) {
          .hpNews .newsSmall .newsSmallTxt .desc {
            padding-right: 0px;
            font-size: 0.8rem; } }
        .hpNews .newsSmall .newsSmallTxt .desc a {
          position: absolute;
          width: 30px;
          bottom: 5px;
          right: 10px; }
          @media only screen and (min-width: 60em) and (max-width: 76.875em) {
            .hpNews .newsSmall .newsSmallTxt .desc a {
              width: 42px;
              position: absolute;
              bottom: 14px;
              right: 10px; } }
          @media only screen and (max-width: 60em) {
            .hpNews .newsSmall .newsSmallTxt .desc a {
              width: 42px;
              position: absolute;
              bottom: 14px;
              right: 10px; } }
          @media only screen and (max-width: 30em) {
            .hpNews .newsSmall .newsSmallTxt .desc a {
              width: 42px;
              position: absolute;
              bottom: 14px;
              right: 10px; } }
          .hpNews .newsSmall .newsSmallTxt .desc a svg {
            cursor: pointer; }
          .hpNews .newsSmall .newsSmallTxt .desc a:hover .st4 {
            fill: #27AE60; }
          .hpNews .newsSmall .newsSmallTxt .desc a:hover .st5 {
            fill: white; }
      @media only screen and (min-width: 60em) and (max-width: 76.875em) {
        .hpNews .newsSmall .newsSmallTxt {
          height: initial;
          min-height: 140px;
          padding: 20px 20px 40px; } }
      @media only screen and (max-width: 60em) {
        .hpNews .newsSmall .newsSmallTxt {
          height: initial;
          min-height: 140px;
          padding: 20px 20px 40px; } }
      @media only screen and (max-width: 30em) {
        .hpNews .newsSmall .newsSmallTxt {
          height: initial;
          min-height: 140px;
          padding: 20px 20px 40px; } }
    .hpNews .newsSmall:hover .img {
      transform: scale(1.2); }
    .hpNews .newsSmall.video .holderImg:before {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      background-image: url("../images/newHP/svg/play.svg");
      background-size: 80px;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 9; }

.hpLojaVerde {
  position: relative;
  z-index: 1; }
  .hpLojaVerde .sliderLojaVerde {
    max-width: 100%; }
    .hpLojaVerde .sliderLojaVerde .slide .columns {
      padding: 0; }
    .hpLojaVerde .sliderLojaVerde .slide .galBigImg {
      width: 100%;
      height: 600px;
      overflow: hidden; }
      .hpLojaVerde .sliderLojaVerde .slide .galBigImg .img {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out; }
      .hpLojaVerde .sliderLojaVerde .slide .galBigImg:hover .img {
        transform: scale(1.1); }
    .hpLojaVerde .sliderLojaVerde .slide .galSmallImg {
      width: 100%;
      height: 300px;
      overflow: hidden; }
      .hpLojaVerde .sliderLojaVerde .slide .galSmallImg .img {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out; }
      .hpLojaVerde .sliderLojaVerde .slide .galSmallImg:hover .img {
        transform: scale(1.1); }
    .hpLojaVerde .sliderLojaVerde .slide .galSmallImgInfo {
      width: 100%;
      height: 300px;
      overflow: hidden;
      background: #036e49;
      /*
				.img{
					width: 100%;
					height: 100%;
					background-position: center center;
					background-size: cover;
					background-repeat: no-repeat;
				}
				*/ }
      .hpLojaVerde .sliderLojaVerde .slide .galSmallImgInfo .promo {
        display: block;
        position: relative;
        float: left;
        width: 350px;
        height: 350px;
        background: #FBC201;
        border-radius: 350px;
        margin: -180px 0 0 -150px; }
        .hpLojaVerde .sliderLojaVerde .slide .galSmallImgInfo .promo .perc {
          position: absolute;
          right: 45px;
          bottom: 65px;
          text-align: right;
          font-family: 'Androgyne';
          font-size: 2.5rem;
          color: #036e49;
          text-transform: lowercase; }
          .hpLojaVerde .sliderLojaVerde .slide .galSmallImgInfo .promo .perc:first-letter {
            text-transform: uppercase; }
      .hpLojaVerde .sliderLojaVerde .slide .galSmallImgInfo .tit {
        display: block;
        padding: 10px;
        font-family: "DINWeb-CondBold", "Helvetica", "Arial", sans-serif;
        font-size: 1.8rem;
        line-height: 1.9rem;
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
        color: #fff;
        position: absolute;
        top: 95px;
        left: 0;
        right: 0; }
      .hpLojaVerde .sliderLojaVerde .slide .galSmallImgInfo .btVerMais {
        display: block;
        float: left;
        width: 90%;
        margin: 0 5%;
        text-align: center;
        color: #fff;
        padding: 18px 50px;
        position: absolute;
        bottom: 20px; }
    .hpLojaVerde .sliderLojaVerde .slick-prev {
      display: block;
      width: 90px;
      height: 60px;
      top: initial;
      right: initial;
      bottom: 0;
      left: 0;
      background: #04b46b; }
      .hpLojaVerde .sliderLojaVerde .slick-prev .holderBt {
        position: relative;
        width: 100%;
        height: 100%; }
        .hpLojaVerde .sliderLojaVerde .slick-prev .holderBt .fa {
          color: #fff;
          font-size: 44px;
          line-height: 58px; }
        .hpLojaVerde .sliderLojaVerde .slick-prev .holderBt:before {
          position: absolute;
          content: "";
          display: block;
          width: 1px;
          height: 80%;
          top: 10%;
          right: 0;
          background: #036e49; }
      .hpLojaVerde .sliderLojaVerde .slick-prev:before {
        content: ""; }
    .hpLojaVerde .sliderLojaVerde .slick-next {
      display: block;
      width: 90px;
      height: 60px;
      top: initial;
      right: initial;
      bottom: 0;
      left: 90px;
      background: #04b46b;
      border-top-right-radius: 6px; }
      .hpLojaVerde .sliderLojaVerde .slick-next .holderBt {
        position: relative;
        width: 100%;
        height: 100%; }
        .hpLojaVerde .sliderLojaVerde .slick-next .holderBt .fa {
          color: #fff;
          font-size: 44px;
          line-height: 58px; }
      .hpLojaVerde .sliderLojaVerde .slick-next:before {
        content: ""; }
    .hpLojaVerde .sliderLojaVerde .slick-disabled {
      opacity: 0.9 !important; }
      .hpLojaVerde .sliderLojaVerde .slick-disabled .fa {
        opacity: 0.4 !important; }

.hpSabiaQue {
  display: block;
  position: relative;
  max-width: 100%;
  min-height: 260px;
  background: #f1f1f1;
  padding: 50px 0 80px; }
  .hpSabiaQue h1 {
    display: block;
    width: 100%;
    text-align: center;
    color: #036e49; }
  .hpSabiaQue .holderDesc {
    display: block;
    position: relative;
    width: 70%;
    margin: 0 auto; }
    .hpSabiaQue .holderDesc .desc {
      display: block;
      position: relative;
      width: 100%;
      font-size: 1rem;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      text-align: center;
      color: #333333;
      z-index: 2; }
    .hpSabiaQue .holderDesc:before {
      display: block;
      position: absolute;
      content: "";
      width: 140px;
      height: 100px;
      background-image: url("../images/newHP/svg/quote_open_grey.svg");
      background-size: 90%;
      background-repeat: no-repeat;
      left: -60px;
      top: -40px;
      z-index: 1; }
    .hpSabiaQue .holderDesc:after {
      display: block;
      position: absolute;
      content: "";
      width: 140px;
      height: 100px;
      background-image: url("../images/newHP/svg/quote_close_grey.svg");
      background-size: 90%;
      background-repeat: no-repeat;
      right: -60px;
      bottom: -40px;
      z-index: 1; }

.hpAgenda {
  position: relative;
  max-width: 100%;
  background: white;
  min-height: 700px;
  /*padding: 20px;*/
  padding: 80px 40px 20px; }
  @media only screen and (max-width: 60em) {
    .hpAgenda {
      min-height: auto;
      padding: 80px 20px 20px; } }
  @media only screen and (max-width: 30em) {
    .hpAgenda {
      padding: 80px 20px 20px; } }
  .hpAgenda h1 {
    display: block;
    width: 100%;
    text-align: left;
    color: #333333;
    margin-bottom: 40px; }
  .hpAgenda h2 {
    text-align: center; }
    .hpAgenda h2:after {
      content: "";
      display: block;
      position: absolute;
      top: 40px;
      left: 50%;
      width: 31px;
      height: 4px;
      background: #14b46a; }
      @media only screen and (max-width: 30em) {
        .hpAgenda h2:after {
          left: 20px; } }
  .hpAgenda .calendario {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
    .hpAgenda .calendario .view-header.calendar-pager .date-nav-wrapper .date-nav .date-heading h3 {
      font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
      font-size: 1rem;
      color: #7a7a7a; }
    .hpAgenda .calendario .view-header.calendar-pager .date-nav-wrapper .date-nav .pager {
      border-bottom: none; }
      .hpAgenda .calendario .view-header.calendar-pager .date-nav-wrapper .date-nav .pager .date-prev a {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-size: 1px;
        position: relative; }
        .hpAgenda .calendario .view-header.calendar-pager .date-nav-wrapper .date-nav .pager .date-prev a:hover {
          background: none; }
        .hpAgenda .calendario .view-header.calendar-pager .date-nav-wrapper .date-nav .pager .date-prev a:after {
          cursor: pointer;
          content: "\f104";
          color: #12a274;
          font-size: 38px;
          position: absolute;
          left: 0;
          top: -10px; }
      .hpAgenda .calendario .view-header.calendar-pager .date-nav-wrapper .date-nav .pager .date-next a {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-size: 1px;
        position: relative; }
        .hpAgenda .calendario .view-header.calendar-pager .date-nav-wrapper .date-nav .pager .date-next a:hover {
          background: none; }
        .hpAgenda .calendario .view-header.calendar-pager .date-nav-wrapper .date-nav .pager .date-next a:before {
          cursor: pointer;
          content: "\f105";
          color: #12a274;
          font-size: 38px;
          position: absolute;
          right: 0;
          top: -10px; }
    .hpAgenda .calendario .fCalendar .calendar__header {
      background: none; }
      .hpAgenda .calendario .fCalendar .calendar__header .calendar__header_week {
        font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
        font-size: 0.9rem;
        color: #000;
        text-transform: uppercase; }
        @media only screen and (max-width: 30em) {
          .hpAgenda .calendario .fCalendar .calendar__header .calendar__header_week {
            font-size: 0.7rem; } }
    .hpAgenda .calendario .fCalendar .calendar__body .body__row {
      -webkit-box-shadow: 0 0 0 transparent inset;
      box-shadow: 0 0 0 transparent inset; }
      .hpAgenda .calendario .fCalendar .calendar__body .body__row .fCalendar__day {
        font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
        font-size: 0.8rem;
        text-align: center; }
      .hpAgenda .calendario .fCalendar .calendar__body .body__row .fCalendar__day--off {
        color: #fff;
        opacity: 0; }
      .hpAgenda .calendario .fCalendar .calendar__body .body__row .day-active {
        padding: 12px 5px 15px; }
        .hpAgenda .calendario .fCalendar .calendar__body .body__row .day-active span {
          display: inline-block;
          background: #04b46b;
          width: 25px;
          height: 25px;
          color: #f3fffa;
          border-radius: 50%;
          padding: 3px 0; }
      .hpAgenda .calendario .fCalendar .calendar__body .body__row .fCalendar__day--today {
        padding: 12px 5px 15px; }
        .hpAgenda .calendario .fCalendar .calendar__body .body__row .fCalendar__day--today span {
          display: inline-block;
          background: #333;
          width: 25px;
          height: 25px;
          color: #fff;
          border-radius: 50%;
          padding: 3px 0; }
        .hpAgenda .calendario .fCalendar .calendar__body .body__row .fCalendar__day--today.day-active span {
          color: #04b46b; }
      .hpAgenda .calendario .fCalendar .calendar__body .body__row .fCalendar__day--has-events {
        color: #12a274;
        font-size: 0.85rem;
        font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
        padding: 14px 5px; }
  .hpAgenda .eventos {
    position: relative;
    padding-left: 30px;
    padding-right: 0;
    float: left; }
    .hpAgenda .eventos .emptyState {
      display: block;
      /*float: left;*/
      margin: 56px auto;
      border: 5px dashed rgba(4, 180, 107, 0.7);
      padding: 30px;
      text-align: center;
      font-size: 1rem;
      min-height: 280px;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      color: #7a7a7a; }
      .hpAgenda .eventos .emptyState strong {
        font-size: 1.2rem;
        color: #333; }
      .hpAgenda .eventos .emptyState .icon {
        display: block;
        width: 73px;
        height: 68px;
        background-image: url("../images/newHP/svg/icon_eventos_emptystate.svg");
        margin: 10px auto 30px; }
    @media only screen and (max-width: 60em) {
      .hpAgenda .eventos {
        margin: 30px 0;
        padding-left: 0px; } }
    @media only screen and (max-width: 30em) {
      .hpAgenda .eventos {
        margin: 30px 0;
        padding-left: 0px; } }
    .hpAgenda .eventos .evento {
      display: inline-block;
      margin: 0 0 20px; }
      .hpAgenda .eventos .evento .dataEvento {
        display: block;
        float: left;
        width: 15%;
        min-width: 100px;
        font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
        font-size: 1rem;
        color: #7a7a7a; }
      .hpAgenda .eventos .evento .txtEvento {
        display: block;
        float: left;
        width: 85%; }
        .hpAgenda .eventos .evento .txtEvento .titEvento {
          font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
          font-size: 1.2rem;
          color: #333333; }
        .hpAgenda .eventos .evento .txtEvento .descEvento {
          font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
          font-size: 1rem;
          color: #7a7a7a; }
          .hpAgenda .eventos .evento .txtEvento .descEvento .modalidadeEvento {
            font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
            color: #036e49; }
    .hpAgenda .eventos .dayOff {
      display: none;
      max-height: 540px;
      overflow-y: auto; }
    .hpAgenda .eventos .day-active {
      display: block !important;
      /*
			.evento{
				display: inline-block!important;
				.dataEvento{
					display: block!important;

				}
				.txtEvento{
					display: block!important;
					.titEvento{
						display: block!important;
					}
					.descEvento{
						display: block!important;
						.modalidadeEvento{

						}
					}
				}
			}
			*/ }
  .hpAgenda:before {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: 40px;
    width: 64px;
    height: 12px;
    background: #14b46a; }
    @media only screen and (max-width: 30em) {
      .hpAgenda:before {
        left: 20px; } }

.hpPub {
  position: relative;
  max-width: 100%;
  width: 100%; }
  .hpPub .pubImg {
    width: 100%; }
  .hpPub .block-openads ins a {
    width: 100%; }
    .hpPub .block-openads ins a img {
      width: 100%;
      height: auto; }

.hpPalmares {
  position: relative;
  max-width: 100%;
  background: white;
  padding: 80px 40px 80px; }
  @media only screen and (max-width: 30em) {
    .hpPalmares {
      padding: 80px 20px 140px; } }
  .hpPalmares .holderPalmares {
    height: 400px; }
    .hpPalmares .holderPalmares h3 {
      color: #7a7a7a; }
    .hpPalmares .holderPalmares .sliderPalmares {
      max-width: 100%; }
      .hpPalmares .holderPalmares .sliderPalmares .slide {
        text-align: center; }
        .hpPalmares .holderPalmares .sliderPalmares .slide .numTrofeus {
          display: inline-block;
          width: 26px;
          color: #036e49;
          font-size: 3.5rem;
          font-family: "DINWeb-Black", "Helvetica", "Arial", sans-serif;
          margin-right: 15px;
          width: 55px;
          text-align: right; }
        .hpPalmares .holderPalmares .sliderPalmares .slide .imgTrofeu {
          display: inline-block;
          width: auto; }
        .hpPalmares .holderPalmares .sliderPalmares .slide .titTrofeu {
          display: inline-block;
          width: 100%;
          text-align: center;
          color: #7a7a7a;
          font-size: 0.9rem;
          font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
      .hpPalmares .holderPalmares .sliderPalmares .slick-prev {
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        left: 0;
        bottom: initial;
        left: initial; }
        .hpPalmares .holderPalmares .sliderPalmares .slick-prev .fa {
          color: #12a274;
          font-size: 44px; }
        .hpPalmares .holderPalmares .sliderPalmares .slick-prev:before {
          content: ""; }
        @media only screen and (max-width: 30em) {
          .hpPalmares .holderPalmares .sliderPalmares .slick-prev {
            left: -10px; } }
      .hpPalmares .holderPalmares .sliderPalmares .slick-next {
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        right: 0;
        bottom: initial;
        left: initial; }
        .hpPalmares .holderPalmares .sliderPalmares .slick-next .fa {
          color: #12a274;
          font-size: 44px; }
        .hpPalmares .holderPalmares .sliderPalmares .slick-next:before {
          content: ""; }
        @media only screen and (max-width: 30em) {
          .hpPalmares .holderPalmares .sliderPalmares .slick-next {
            right: -10px; } }
      .hpPalmares .holderPalmares .sliderPalmares .slick-disabled {
        opacity: 0.4 !important; }
    .hpPalmares .holderPalmares .holderBtVerMais {
      position: absolute;
      left: 50%;
      bottom: -20px; }
      .hpPalmares .holderPalmares .holderBtVerMais .btVerMais {
        display: block;
        float: left;
        width: 340px;
        margin-left: -170px;
        text-align: center;
        padding: 18px 50px; }
      @media only screen and (max-width: 30em) {
        .hpPalmares .holderPalmares .holderBtVerMais {
          position: relative;
          left: initial;
          bottom: initial;
          margin: 20px 0; }
          .hpPalmares .holderPalmares .holderBtVerMais .btVerMais {
            display: block;
            float: left;
            width: 100%;
            max-width: 400px;
            margin-left: initial;
            text-align: center;
            padding: 18px 50px; } }
  .hpPalmares:before {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: 40px;
    width: 64px;
    height: 12px;
    background: #14b46a; }
    @media only screen and (max-width: 30em) {
      .hpPalmares:before {
        left: 20px; } }

.hpGaleria {
  position: relative;
  max-width: 100%;
  background: white;
  width: 100% !important;
  float: left; }
  .hpGaleria .mac-overlay {
    background-color: #000;
    opacity: .6;
    width: 100%;
    height: 100%; }
  .hpGaleria h1 {
    display: block;
    width: 100%;
    text-align: left;
    color: #333333;
    padding: 80px 40px 20px; }
    @media only screen and (max-width: 30em) {
      .hpGaleria h1 {
        padding: 80px 20px 20px; } }
  .hpGaleria .galBig {
    position: relative;
    height: 475px;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .hpGaleria .galBig .galBigImg {
      width: 100%;
      height: 475px;
      overflow: hidden; }
      .hpGaleria .galBig .galBigImg .img {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        position: absolute; }
      .hpGaleria .galBig .galBigImg:hover .img {
        transform: scale(1.1); }
      .hpGaleria .galBig .galBigImg:hover .st6 {
        fill: #04b46b;
        stroke: #04b46b; }
    .hpGaleria .galBig .title {
      pointer-events: none;
      font-family: "DINWeb-CondBold", "Helvetica", "Arial", sans-serif;
      font-size: 2.1rem;
      text-transform: uppercase;
      color: #fff;
      position: absolute;
      bottom: 40px;
      left: 40px;
      padding: 0 40px 60px 0; }
    .hpGaleria .galBig svg {
      width: 42px;
      height: 42px;
      position: absolute;
      bottom: 40px;
      left: 40px; }
    .hpGaleria .galBig:hover .st6 {
      fill: #04b46b;
      stroke: #04b46b; }
    .hpGaleria .galBig:hover .title {
      color: #04b46b; }
  .hpGaleria .galSmall {
    position: relative;
    height: 475px;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .hpGaleria .galSmall .galSmallImg {
      width: 100%;
      height: 475px;
      overflow: hidden; }
      .hpGaleria .galSmall .galSmallImg .img {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        position: absolute; }
      .hpGaleria .galSmall .galSmallImg:hover .img {
        transform: scale(1.1); }
      .hpGaleria .galSmall .galSmallImg:hover .st6 {
        fill: #04b46b;
        stroke: #04b46b; }
    .hpGaleria .galSmall .title {
      pointer-events: none;
      font-family: "DINWeb-CondBold", "Helvetica", "Arial", sans-serif;
      font-size: 2.1rem;
      text-transform: uppercase;
      color: #fff;
      position: absolute;
      bottom: 40px;
      left: 40px;
      padding: 0 40px 60px 0; }
    .hpGaleria .galSmall svg {
      width: 42px;
      height: 42px;
      position: absolute;
      bottom: 40px;
      left: 40px; }
    .hpGaleria .galSmall:hover .st6 {
      fill: #04b46b;
      stroke: #04b46b; }
    .hpGaleria .galSmall:hover .title {
      color: #04b46b; }
  .hpGaleria:before {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: 40px;
    width: 64px;
    height: 12px;
    background: #14b46a; }
    @media only screen and (max-width: 30em) {
      .hpGaleria:before {
        left: 20px; } }

.hpJornalSporting {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  height: 0; }
  .hpJornalSporting .jornalSCP {
    overflow: hidden;
    height: 0;
    /*
		height: 350px;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		*/ }
  .hpJornalSporting #myframe {
    overflow: hidden;
    width: 100%;
    height: 0px;
    border: none; }
    .hpJornalSporting #myframe #canvas {
      display: block;
      width: 100%;
      height: auto; }

.hpPatrocinadores {
  position: relative;
  max-width: 100%;
  background: #272928;
  padding: 80px 40px 200px; }
  @media only screen and (max-width: 30em) {
    .hpPatrocinadores {
      padding: 80px 20px 80px; } }
  .hpPatrocinadores h1 {
    display: block;
    width: 100%;
    text-align: left;
    color: #fff; }
  .hpPatrocinadores .sliderPatrocinadores {
    max-width: 100%;
    margin: 50px 0 0; }
    .hpPatrocinadores .sliderPatrocinadores .slide {
      text-align: center; }
      .hpPatrocinadores .sliderPatrocinadores .slide .imgPatrocinador {
        display: inline-block;
        width: auto; }
        .hpPatrocinadores .sliderPatrocinadores .slide .imgPatrocinador svg path {
          fill: #fff; }
        .hpPatrocinadores .sliderPatrocinadores .slide .imgPatrocinador svg polygon {
          fill: #fff; }
    .hpPatrocinadores .sliderPatrocinadores .slick-prev {
      width: 60px;
      height: 60px;
      top: calc(50% - 30px);
      left: 0;
      bottom: initial;
      left: initial; }
      .hpPatrocinadores .sliderPatrocinadores .slick-prev .fa {
        color: #12a274;
        font-size: 44px; }
      .hpPatrocinadores .sliderPatrocinadores .slick-prev:before {
        content: ""; }
      @media only screen and (max-width: 30em) {
        .hpPatrocinadores .sliderPatrocinadores .slick-prev {
          left: -10px; } }
    .hpPatrocinadores .sliderPatrocinadores .slick-next {
      width: 60px;
      height: 60px;
      top: calc(50% - 30px);
      right: 0;
      bottom: initial;
      left: initial; }
      .hpPatrocinadores .sliderPatrocinadores .slick-next .fa {
        color: #12a274;
        font-size: 44px; }
      .hpPatrocinadores .sliderPatrocinadores .slick-next:before {
        content: ""; }
      @media only screen and (max-width: 30em) {
        .hpPatrocinadores .sliderPatrocinadores .slick-next {
          right: -10px; } }
    .hpPatrocinadores .sliderPatrocinadores .slick-disabled {
      opacity: 0.4 !important; }
  .hpPatrocinadores .holderBtVerMais {
    position: absolute;
    left: 50%;
    bottom: -130px; }
    .hpPatrocinadores .holderBtVerMais .btVerMais {
      display: block;
      float: left;
      width: 340px;
      margin-left: -170px;
      text-align: center;
      padding: 18px 50px; }
    @media only screen and (max-width: 30em) {
      .hpPatrocinadores .holderBtVerMais {
        position: relative;
        left: initial;
        bottom: initial;
        margin: 50px 0; }
        .hpPatrocinadores .holderBtVerMais .btVerMais {
          display: block;
          float: left;
          width: 100%;
          max-width: 400px;
          margin-left: initial;
          text-align: center;
          padding: 18px 50px; } }
  .hpPatrocinadores:before {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: 40px;
    width: 64px;
    height: 12px;
    background: #14b46a; }
    @media only screen and (max-width: 30em) {
      .hpPatrocinadores:before {
        left: 20px; } }

/* Let's get this party started */
/* Track */
/* Handle */
/* Revive Modal */
#reviveModal {
  width: 500px !important;
  height: 500px !important;
  max-width: 500px;
  min-width: 500px;
  padding: 0 !important;
  top: calc(50% - 250px) !important;
  position: fixed !important; }
  @media only screen and (max-width: 30em) {
    #reviveModal {
      height: auto !important;
      min-height: auto !important;
      width: 100% !important;
      min-width: 100% !important; } }

/* Revive Modal */
.social .close-social {
  right: 20px;
  top: 10px;
  position: absolute;
  display: none;
  z-index: 99; }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    .social .close-social {
      display: block; } }
  @media only screen and (max-width: 60em) {
    .social .close-social {
      display: block; } }
  @media only screen and (max-width: 30em) {
    .social .close-social {
      display: block; } }

.social .socialMedia {
  /* Handle */ }
  .social .socialMedia:-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(58, 58, 58, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  .social .socialMedia:-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #04b46b;
    -webkit-box-shadow: inset 0 0 6px rgba(58, 58, 58, 0.5);
    height: 260px; }
  .social .socialMedia:-webkit-scrollbar-thumb:window-inactive {
    background: rgba(4, 180, 107, 0.4); }

/*Teaser Loja*/
#myModalCountdownSite {
  width: 500px !important;
  height: 500px !important;
  max-width: 500px;
  min-width: 500px;
  padding: 0 !important; }
  @media only screen and (max-width: 30em) {
    #myModalCountdownSite {
      height: auto !important;
      min-height: auto !important;
      width: 100% !important;
      min-width: 100% !important; } }
  #myModalCountdownSite #countdownSite {
    position: absolute;
    bottom: 10px;
    width: 500px;
    max-width: 100%; }
    #myModalCountdownSite #countdownSite .digit {
      background-color: #007d51;
      /*$primary-color;*/
      background-image: none !important; }
    #myModalCountdownSite #countdownSite .digit.static {
      box-shadow: initial;
      background-image: none;
      /*initial;*/ }
    #myModalCountdownSite #countdownSite .countDiv:before, #myModalCountdownSite #countdownSite .countDiv:after {
      background-color: #007d51;
      /*$primary-color;*/
      box-shadow: initial; }

@media only screen and (max-width: 500px) {
  #myModalCountdownSite #countdownSite {
    font-size: 26px; } }

/* Track */
/*
::-moz-scrollbar-arrow-color
{
background: rgba(58,58,58,0.8);
}
::-moz-scrollbar-face-color
{
background: rgba(58,58,58,0.8);
}
::-moz-scrollbar-track-color
{
	background: rgba(58,58,58,0.8);
}
*/
/**
 * Ajuda
 */
.view-faq .view-content {
  padding-top: 55px; }
  .view-faq .view-content .item-list h3 {
    display: none; }
  .view-faq .view-content .item-list .views-field-field-pergunta {
    display: block;
    position: relative;
    padding: 20px 90px 20px 0px;
    border-bottom: 1px solid #dfe1e0;
    color: #05c396;
    font-size: 1.5rem;
    line-height: 1.7rem;
    font-style: italic;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }
    .view-faq .view-content .item-list .views-field-field-pergunta .cicon {
      display: block;
      position: absolute;
      margin: 0;
      width: 42px;
      height: 42px;
      top: 50%;
      margin-top: -21px;
      right: 20px;
      z-index: 4;
      -webkit-border-radius: 42px;
      -ms-border-radius: 42px;
      -moz-border-radius: 42px;
      -o-border-radius: 42px;
      border-radius: 42px;
      opacity: 0.8;
      filter: alpha(opacity=80);
      /*@include transform(translate3d(0,0,0));*/
      background-color: #fff;
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s; }
    .view-faq .view-content .item-list .views-field-field-pergunta .icoMais {
      position: absolute;
      top: 12px;
      right: 12px;
      display: block; }
      .view-faq .view-content .item-list .views-field-field-pergunta .icoMais rect {
        fill: #05c396; }
    .view-faq .view-content .item-list .views-field-field-pergunta .icoMenos {
      position: absolute;
      top: 12px;
      right: 12px;
      display: none; }
      .view-faq .view-content .item-list .views-field-field-pergunta .icoMenos rect {
        fill: #05c396; }
    .view-faq .view-content .item-list .views-field-field-pergunta:hover {
      background-color: #f2f2f2;
      padding: 20px 60px 20px 30px;
      color: #0c8956; }
      .view-faq .view-content .item-list .views-field-field-pergunta:hover svg rect {
        fill: #0c8956; }
    @media only screen and (max-width: 30em) {
      .view-faq .view-content .item-list .views-field-field-pergunta {
        font-size: 1.2rem;
        line-height: 1.4rem; } }
  .view-faq .view-content .item-list .active .icoMais {
    display: none; }
  .view-faq .view-content .item-list .active .icoMenos {
    display: block; }
  .view-faq .view-content .item-list .views-field-field-resposta {
    display: none;
    color: #202221;
    font-size: 1rem; }
    .view-faq .view-content .item-list .views-field-field-resposta .field-content {
      padding: 20px; }

.node-type-widgets .main-container {
  min-height: 807px; }

/*
Page User
 */
.page-user {
  padding-top: 75px;
  background: #EFEFEF; }
  .page-user .main-container {
    max-width: 540px;
    margin: 0 auto;
    padding: 1px;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    border: #fff solid 1px;
    min-height: 100%; }
    .page-user .main-container .messages--warning {
      font-size: 0.7rem;
      padding: 1rem;
      text-align: center; }
    .page-user .main-container .page__title {
      padding: 2rem;
      padding-top: 0;
      margin: 0 2rem;
      text-align: center;
      text-transform: uppercase;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 0.85rem;
      color: #04b46b;
      border-bottom: #dfe1e0 solid 1px; }
      .page-user .main-container .page__title div {
        margin-top: 1rem;
        font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
        letter-spacing: 1px;
        line-height: 1.2; }
        .page-user .main-container .page__title div span {
          font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
          font-size: 1rem; }
    .page-user .main-container #user-login {
      margin: 0 1rem; }
      .page-user .main-container #user-login label {
        font-size: 0.7rem;
        color: #9ea3a1; }
      .page-user .main-container #user-login .password-link {
        display: block;
        line-height: 1;
        text-align: right;
        font-size: 0.7rem;
        font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
        .page-user .main-container #user-login .password-link a {
          text-decoration: underline; }
      .page-user .main-container #user-login #edit-submit {
        display: block;
        background: #04b46b;
        color: white;
        border: none;
        width: 100%;
        height: 42px;
        margin-top: 1rem;
        font-size: 0.85rem;
        letter-spacing: 1px;
        cursor: pointer;
        font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
        .page-user .main-container #user-login #edit-submit:hover {
          background: #03824d; }
  .page-user .profile {
    margin: 0;
    background: #fff;
    padding: 2rem; }
    .page-user .profile dl {
      margin: 0;
      margin-top: 1rem; }
  .page-user .tabs-primary__tab,
  .page-user .tabs-primary__tab.is-active,
  .page-user .tabs-secondary__tab,
  .page-user .tabs-secondary__tab.is-active {
    margin: 0 1px; }
  .page-user .tabs-primary.tabs.primary {
    background: #f7f7f7;
    margin: 0;
    text-align: center; }
    .page-user .tabs-primary.tabs.primary .tabs-primary__tab,
    .page-user .tabs-primary.tabs.primary .tabs-primary__tab.is-active {
      text-shadow: none;
      border: none;
      float: none;
      display: inline-block; }
    .page-user .tabs-primary.tabs.primary a.tabs-primary__tab-link,
    .page-user .tabs-primary.tabs.primary a.tabs-primary__tab-link.is-active {
      padding-top: 6px;
      padding-bottom: 6px;
      letter-spacing: 0;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      text-shadow: none;
      font-size: 0.7rem; }
    .page-user .tabs-primary.tabs.primary a.tabs-primary__tab-link.is-active {
      background-image: none;
      background-color: #fff; }
  .page-user #user-register-form,
  .page-user #user-login,
  .page-user #user-pass,
  .page-user .contact-form {
    padding: 1.5rem 1rem;
    padding-bottom: 3rem;
    margin: 0 1px;
    background: #fff; }
    .page-user #user-register-form .form-submit,
    .page-user #user-login .form-submit,
    .page-user #user-pass .form-submit,
    .page-user .contact-form .form-submit {
      text-transform: uppercase;
      -webkit-border-radius: 3px 3px 3px 3px;
      border-radius: 3px 3px 3px 3px; }
  .page-user .form-item {
    margin-bottom: 1rem; }
    .page-user .form-item label {
      margin-bottom: 5px; }
    .page-user .form-item input {
      margin-bottom: 5px;
      width: 100%; }
    .page-user .form-item .description {
      font-size: 0.62rem;
      color: #9ea3a1; }

/**
 * basic page
 */
.basicPage {
  margin-bottom: 3rem; }
  .basicPage .basicPage__content {
    /*margin-top: -15px; FS*/
    position: relative;
    /*padding-top: 40px;*/ }
    .basicPage .basicPage__content .header__nav_selection_menu {
      padding-top: 40px; }
      .basicPage .basicPage__content .header__nav_selection_menu select {
        margin-top: 20px; }
  .basicPage .main-container {
    padding: 0 2rem; }
    @media only screen and (max-width: 60em) {
      .basicPage .main-container {
        min-height: 500px; } }
    @media only screen and (max-width: 30em) {
      .basicPage .main-container {
        padding: 0 1rem;
        min-height: 500px; } }
  .basicPage .node__share {
    border: none; }
  .basicPage .breadcrumb {
    padding-top: 1.5rem; }
  .basicPage .content__lede {
    margin: 0 2rem;
    background: -webkit-gradient(linear, left top, right top, from(#04b46b), to(#06c399));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .basicPage .content__body {
    margin: 0 40px;
    padding-bottom: 150px;
    border-bottom: #dfe1e0 solid 1px;
    position: relative;
    font-size: 1rem;
    line-height: 1.8;
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
    /* FS 13/07
    &:after {
      position: absolute;
      content: '* * *';
      left: 50%;margin-left: -50px;
      bottom: 80px;
      width: 100px;
      font-size: 30px;
      font-family: $DINRegular;
      color: $primary-color;
      text-align: center;
      height: 60px;
    }
    */ }
    @media only screen and (max-width: 30em) {
      .basicPage .content__body {
        margin: 0;
        font-size: 0.85rem; } }
    .basicPage .content__body p {
      color: #454946;
      line-height: 1.8;
      margin-top: 0;
      margin-bottom: 1.75rem;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }
    .basicPage .content__body img.full {
      margin-bottom: 1.75rem;
      margin-left: -120px;
      max-width: 900px;
      width: 900px;
      height: auto !important; }
    .basicPage .content__body .content__lede {
      text-align: center;
      padding: 2.25rem 0;
      color: #04b46b;
      line-height: 1.4;
      margin-bottom: 0; }
      @media only screen and (max-width: 30em) {
        .basicPage .content__body .content__lede {
          margin-bottom: 0 !important;
          font-size: 1.2rem;
          padding: 1rem 0; } }
  .basicPage .node__share {
    margin: 0 105px; }
    @media only screen and (max-width: 60em) {
      .basicPage .node__share {
        margin: 0 0; } }
    @media only screen and (max-width: 30em) {
      .basicPage .node__share {
        margin: 0 0; } }
    .basicPage .node__share .social-icons {
      /*padding: 1rem 0; FS */ }
  .basicPage .basicPage__headerWrapper {
    position: relative;
    background: #000; }
    .basicPage .basicPage__headerWrapper .headerWrapper__bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-size: cover;
      -webkit-background-size: cover;
      opacity: 0.7;
      filter: alpha(opacity=70); }
      .basicPage .basicPage__headerWrapper .headerWrapper__bg:before {
        background-image: url("../images/stripes_left.png");
        background-position: left center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: ''; }
      .basicPage .basicPage__headerWrapper .headerWrapper__bg:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images/stripes_basicPage.png");
        /*lines hp*/
        background-position: right center;
        background-repeat: no-repeat;
        z-index: 2; }
  .basicPage .basicPage__header {
    height: 255px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-left: 36px; }
    @media only screen and (max-width: 30em) {
      .basicPage .basicPage__header {
        padding-left: 0px; } }
    .basicPage .basicPage__header .page__title {
      color: white;
      text-transform: uppercase;
      font-size: 2.5rem;
      font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
      line-height: 1;
      margin: 0;
      margin-left: 10px;
      position: absolute;
      top: 34%;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
    .basicPage .basicPage__header .block__title {
      color: white;
      text-transform: uppercase;
      font-size: 2.5rem;
      font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
      line-height: 1;
      margin: 0;
      margin-bottom: 2.5rem;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
    .basicPage .basicPage__header .header__nav {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 11; }

.asterisk .content__body:after {
  position: absolute;
  content: '* * *';
  left: 50%;
  margin-left: -50px;
  bottom: 80px;
  width: 100px;
  font-size: 30px;
  font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
  color: #04b46b;
  text-align: center;
  height: 60px; }

.content__body img {
  height: auto !important; }

.futebolCalendario .asterisk .content__body:after {
  position: absolute;
  content: '* * *';
  left: 50%;
  margin-left: -50px;
  bottom: 0;
  width: 100px;
  font-size: 30px;
  font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
  color: #04b46b;
  text-align: center;
  height: 70px; }

.basicPage__header .header__subtitle {
  text-transform: uppercase;
  color: white;
  font-size: 0.85rem;
  font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin: 0;
  padding-top: 55px; }

#mailchimp-signup-subscribe-page-subscrever-newsletter-form {
  padding: 80px 0 135px 0; }
  #mailchimp-signup-subscribe-page-subscrever-newsletter-form #mailchimp-newsletter-65209-mergefields {
    padding-top: 80px; }
  #mailchimp-signup-subscribe-page-subscrever-newsletter-form #edit-submit {
    width: 200px;
    height: 50px;
    float: right;
    background: #04b46b;
    color: white;
    font-weight: bold;
    border: 0;
    margin-bottom: 1rem; }

.basicPage--noticias {
  /*margin-top: $page-margin-top !important;FS*/ }
  .basicPage--noticias .breadcrumb {
    border-bottom: none;
    margin: 0;
    padding-top: 0.5rem; }
  .basicPage--noticias .title {
    margin-top: 0;
    margin-bottom: 2rem; }
  .basicPage--noticias .itemList {
    border-bottom: none;
    margin-bottom: 1.5rem; }
  .basicPage--noticias .toolbar {
    max-width: 100%;
    margin-bottom: 2rem; }
    .basicPage--noticias .toolbar .toolbar-action {
      background-color: white; }
  .basicPage--noticias .related--maisVistos {
    padding-top: 1rem; }
    .basicPage--noticias .related--maisVistos .related__title {
      margin-left: 0;
      padding-bottom: 1rem;
      border-bottom: #04b46b solid 1px;
      text-transform: capitalize;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      font-weight: normal; }
    .basicPage--noticias .related--maisVistos .maisVistos .maisVistos__item .item__title {
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }

/**
 * Detalhe Noticia
 */
.basicPage--noticia {
  margin-bottom: 0; }
  .basicPage--noticia .main-container {
    box-shadow: none;
    background: none;
    position: relative;
    padding: 0; }
  .basicPage--noticia .region-homepage-content-ads {
    margin: 0; }
  .basicPage--noticia a#main-content {
    display: none; }
  .basicPage--noticia .basicPage__content {
    margin-top: 0; }
  .basicPage--noticia .related--more {
    border-top: #dfe1e0 solid 1px; }

/**
 * Flippy
 */
ul.flippy {
  background: white;
  border-top: #dfe1e0 solid 1px;
  margin-top: 3rem; }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    ul.flippy:after {
      content: "";
      display: table;
      clear: both; } }
  @media only screen and (max-width: 30em) {
    ul.flippy {
      min-height: auto;
      height: auto;
      margin-top: 1.2rem; } }
  ul.flippy li {
    display: block;
    float: left;
    width: 50%;
    padding: 0; }
    @media only screen and (max-width: 30em) {
      ul.flippy li {
        float: none;
        width: 100%; } }
    ul.flippy li a {
      font-size: 1rem;
      display: block;
      text-transform: none;
      color: #202221;
      padding: 1.75rem 0 2.25rem 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      /*max-width: 300px;*/
      overflow: hidden;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      /*
      &:hover {
        background: $gray-lightish;
      }
*/ }
      @media only screen and (max-width: 60em) {
        ul.flippy li a {
          padding: 2rem 0 2rem 0; } }
      @media only screen and (max-width: 30em) {
        ul.flippy li a {
          padding: 1rem 0;
          font-size: 0.85rem; } }
      ul.flippy li a span {
        color: #9ea3a1;
        text-transform: uppercase;
        display: block;
        font-size: 0.7rem; }
        @media only screen and (max-width: 30em) {
          ul.flippy li a span {
            font-size: 0.62rem; } }
      ul.flippy li a:before {
        content: '';
        position: absolute;
        display: block;
        top: 50%;
        margin-top: -16px;
        width: 32px;
        height: 32px;
        background-image: url("../images/SVG/icon_seta.svg");
        background-repeat: no-repeat;
        background-size: 32px 32px; }
        @media only screen and (max-width: 60em) {
          ul.flippy li a:before {
            background-size: 20px 20px;
            height: 20px;
            width: 20px;
            margin-top: 0px; } }
        @media only screen and (max-width: 30em) {
          ul.flippy li a:before {
            background-size: 16px 16px;
            height: 16px;
            width: 16px;
            margin-top: -8px; } }
  ul.flippy .prev {
    text-align: right;
    border-right: #dfe1e0 solid 1px;
    background: white; }
    @media only screen and (max-width: 30em) {
      ul.flippy .prev {
        border-right: none;
        text-align: left;
        border-bottom: #dfe1e0 solid 1px; } }
    ul.flippy .prev a {
      padding-right: 2rem;
      padding-left: 5rem;
      position: relative; }
      @media only screen and (max-width: 60em) {
        ul.flippy .prev a {
          padding-left: 2rem; } }
      @media only screen and (max-width: 30em) {
        ul.flippy .prev a {
          padding-right: 1rem;
          padding-left: 3rem; } }
      ul.flippy .prev a:before {
        left: 50px;
        transform: rotate(180deg); }
        @media only screen and (max-width: 60em) {
          ul.flippy .prev a:before {
            left: 10px; } }
        @media only screen and (max-width: 30em) {
          ul.flippy .prev a:before {
            left: 20px; } }
  ul.flippy .next {
    text-align: left;
    background: white; }
    @media only screen and (max-width: 30em) {
      ul.flippy .next {
        white-space: normal; } }
    ul.flippy .next a {
      padding-left: 2rem;
      padding-right: 5rem;
      position: relative; }
      @media only screen and (max-width: 60em) {
        ul.flippy .next a {
          padding-right: 2rem; } }
      @media only screen and (max-width: 30em) {
        ul.flippy .next a {
          padding-right: 1rem;
          padding-left: 3rem;
          white-space: normal; } }
      ul.flippy .next a:before {
        right: 50px; }
        @media only screen and (max-width: 60em) {
          ul.flippy .next a:before {
            right: 10px; } }
        @media only screen and (max-width: 30em) {
          ul.flippy .next a:before {
            left: 20px;
            right: auto; } }

/**
 * Related
 */
.related {
  margin: 0 3.75rem;
  padding: 2rem 0; }
  @media only screen and (max-width: 30em) {
    .related {
      margin: 0; } }
  .related .related__title {
    text-align: center;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
    line-height: 1;
    font-size: 1.2rem; }
    .related .related__title span {
      color: #04b46b; }
  .related .related__item {
    background: white;
    padding-bottom: 0; }
    .related .related__item:hover img {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      -moz-transform: scale3d(1.05, 1.05, 1.05);
      -ms-transform: scale3d(1.05, 1.05, 1.05);
      -o-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05); }
    .related .related__item img {
      display: block;
      width: 100%; }
    .related .related__item .item__content {
      padding-top: 0.5rem; }
    .related .related__item .item__category {
      text-transform: uppercase;
      font-size: 0.7rem;
      display: block; }
      .related .related__item .item__category a {
        color: #04b46b; }
        .related .related__item .item__category a:hover {
          color: #03824d; }
    .related .related__item .item__title {
      font-size: 0.85rem;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      line-height: 1;
      margin: 0; }
      .related .related__item .item__title a {
        display: block;
        padding: 0.25rem 0; }
    .related .related__item .item__image {
      height: auto;
      overflow: hidden; }
      .related .related__item .item__image .block-img {
        height: auto; }
        .related .related__item .item__image .block-img a figure {
          height: auto; }
          .related .related__item .item__image .block-img a figure img {
            backface-visibility: hidden;
            -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
            -moz-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
            transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1); }
        .related .related__item .item__image .block-img svg.border {
          right: -68px; }
  @media only screen and (max-width: 60em) {
    .related {
      margin: 0 1.0rem; } }
  @media only screen and (max-width: 30em) {
    .related {
      margin: 0 0rem; } }

.related--related {
  border-bottom: #dfe1e0 solid 1px; }
  .related--related ul {
    text-align: center; }
    .related--related ul li {
      /*
      display: inline-block;
      float: none;
      text-align: left;
      */
      display: block;
      margin: 0 auto;
      float: left; }
      .related--related ul li .category {
        margin-top: 15px; }
      .related--related ul li .item_title {
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1rem;
        max-height: 2.5rem;
        margin: 5px 0; }

.related--maisVistos {
  margin: 0;
  padding: 1.5rem 0;
  padding-bottom: 0; }
  .related--maisVistos .related__title {
    text-align: left;
    margin-left: 1.6rem; }
  .related--maisVistos .maisVistos {
    margin-left: 0rem; }
    .related--maisVistos .maisVistos .maisVistos__item {
      color: #9ea3a1;
      position: relative;
      margin-bottom: 1rem; }
      .related--maisVistos .maisVistos .maisVistos__item .item__number {
        position: absolute;
        width: 25px;
        height: auto;
        font-style: italic;
        font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
        font-size: 1.4rem;
        color: #04b46b;
        text-align: center;
        line-height: 1.5; }
      .related--maisVistos .maisVistos .maisVistos__item .item__content {
        margin-left: 35px;
        font-size: 1rem; }
      .related--maisVistos .maisVistos .maisVistos__item .item__title {
        font-size: 0.85rem;
        margin: 0;
        font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
        font-weight: normal; }

.related--maisCategoria {
  margin: 0;
  background: #f2f2f2;
  padding: 1.5rem;
  min-height: 400px; }
  @media only screen and (max-width: 30em) {
    .related--maisCategoria {
      margin-top: 2rem; } }
  .related--maisCategoria .related__title {
    text-align: left;
    font-size: 0.85rem;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    margin-bottom: 0.75rem;
    line-height: 1.2;
    margin-left: 1rem;
    font-weight: normal; }
    .related--maisCategoria .related__title span {
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      font-style: italic; }
  .related--maisCategoria .maisCategoria {
    margin-left: 0; }
    .related--maisCategoria .maisCategoria li a {
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 0.8rem;
      line-height: 1.3;
      background-position: 5px 12px; }

.related--more {
  margin-bottom: 0;
  padding-bottom: 0; }

/**
 * Noticia
 */
.noticia .noticia__fullImage {
  height: 560px;
  background: #5e6461;
  position: relative; }
  .noticia .noticia__fullImage .bg__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    position: relative;
    background-position: top center;
    opacity: 1;
    filter: alpha(opacity=100); }
    .noticia .noticia__fullImage .bg__img:before {
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.18) 36%, rgba(0, 0, 0, 0.6) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(36%, rgba(0, 0, 0, 0.18)), color-stop(100%, rgba(0, 0, 0, 0.6)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.18) 36%, rgba(0, 0, 0, 0.6) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.18) 36%, rgba(0, 0, 0, 0.6) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.18) 36%, rgba(0, 0, 0, 0.6) 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.18) 36%, rgba(0, 0, 0, 0.6) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e000000', endColorstr='#99000000',GradientType=0 );
      /* IE6-9 */
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .noticia .noticia__fullImage .fullImage__autoria {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-style: italic;
    font-size: 0.7rem;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
  @media screen and (max-width: 60em) {
    .noticia .noticia__fullImage {
      height: 420px; } }
  @media screen and (max-width: 30em) {
    .noticia .noticia__fullImage {
      height: 320px; } }

.noticia .noticia__wrapper {
  min-height: 600px;
  margin-top: -550px;
  /*
    @media screen and(max-width: $tablet) {

      // max-height: 420px;
      margin-top: -370px;
    }
    */ }
  .noticia .noticia__wrapper .page__title {
    font-size: 3rem;
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
    color: white;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1;
    max-width: 920px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    /*margin-bottom: 45px;*/
    min-height: 320px;
    height: 320px;
    display: table;
    -webkit-text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.4);
    -ms-text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.4);
    -o-text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.4);
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.4); }
    .noticia .noticia__wrapper .page__title span {
      width: inherit;
      height: inherit;
      display: table-cell;
      vertical-align: middle; }
    @media only screen and (max-width: 60em) {
      .noticia .noticia__wrapper .page__title {
        font-size: 2.6rem; } }
    @media only screen and (max-width: 30em) {
      .noticia .noticia__wrapper .page__title {
        font-size: 1.7rem;
        padding: 0 1.5rem;
        min-height: 220px;
        height: 220px; } }
  .noticia .noticia__wrapper .page__title--blocked {
    margin-bottom: 65px; }
    .noticia .noticia__wrapper .page__title--blocked:after {
      position: absolute;
      content: '';
      width: 15px;
      height: 22px;
      left: 50%;
      margin-left: -7px;
      bottom: -20px;
      background: url("../images/SVG/icon_lock-xs.svg") no-repeat; }
  .noticia .noticia__wrapper .noticia__container {
    max-width: 920px;
    margin: 0 auto; }
  @media only screen and (max-width: 60em) {
    .noticia .noticia__wrapper {
      margin-top: -414px; } }
  @media only screen and (max-width: 30em) {
    .noticia .noticia__wrapper {
      margin-top: -309px; } }

.noticia__header {
  padding-bottom: 2.5rem; }
  .noticia__header .header__title {
    font-size: 3rem;
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
    color: white;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 0 1rem;
    -webkit-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
    -ms-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
    -moz-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
    -o-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7); }
  .noticia__header .noticia__autor {
    display: table;
    width: 100%;
    position: relative;
    z-index: 1; }
    .noticia__header .noticia__autor .autor__line {
      height: 23px;
      position: relative;
      vertical-align: middle; }
      .noticia__header .noticia__autor .autor__line .line {
        background: white;
        opacity: 0.3;
        filter: alpha(opacity=30);
        display: block;
        height: 1px;
        top: 50%;
        width: 100%;
        z-index: -1;
        position: absolute; }
    .noticia__header .noticia__autor .autor__name {
      display: table-cell;
      width: 1%;
      padding: 0 1rem;
      white-space: nowrap;
      color: white;
      font-size: 0.85rem;
      line-height: 1.2;
      text-align: center;
      vertical-align: middle;
      font-style: italic;
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
      .noticia__header .noticia__autor .autor__name span {
        color: #04b46b; }

.noticia__content {
  background: white;
  padding: 3rem 0.5em;
  position: relative;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 30em) {
    .noticia__content {
      padding: 0.5rem; } }
  .noticia__content .content__body {
    margin: 0 80px; }
    .noticia__content .content__body img.full {
      margin-left: -80px;
      width: 920px;
      max-width: 920px; }
    @media screen and (max-width: 60em) {
      .noticia__content .content__body {
        margin: 0; } }
    .noticia__content .content__body .content__category {
      text-align: center;
      display: block;
      height: 20px;
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
      position: relative;
      margin: 0; }
      .noticia__content .content__body .content__category span {
        background: white;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        display: inline-block;
        position: relative;
        text-transform: uppercase;
        line-height: 20px;
        font-size: 0.7rem; }
      .noticia__content .content__body .content__category:before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        height: 1px;
        width: 100%;
        left: 0;
        background: #dfe1e0; }
  .noticia__content .content__gallery {
    border-bottom: #dfe1e0 solid 1px;
    padding: 2rem 0;
    margin: 0; }
    .noticia__content .content__gallery .gallery__content {
      height: 160px;
      position: relative; }
    .noticia__content .content__gallery .gallery__title {
      height: 160px;
      line-height: 160px;
      text-transform: uppercase;
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
      margin-right: 380px;
      margin-left: 1.5rem;
      text-align: right;
      font-size: 0.85rem; }
    .noticia__content .content__gallery .gallery__image {
      position: absolute;
      right: 4rem;
      top: 0;
      width: 275px;
      height: 150px;
      overflow: hidden; }
      .noticia__content .content__gallery .gallery__image .block-img {
        height: auto; }
        .noticia__content .content__gallery .gallery__image .block-img svg.border {
          right: -70px; }

/**
 * Content Block
 */
.content__block {
  padding: 3.5rem 0 2.5rem 0;
  background: url("../images/SVG/pattern_lock-content.svg") repeat-x 0 bottom;
  position: relative;
  color: #202221; }
  .content__block .block__icon {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    margin-left: -28px;
    top: -28px;
    background: white; }
    .content__block .block__icon .svg-icon {
      width: 34px;
      margin: 0 auto;
      margin-top: 10px;
      display: block;
      cursor: auto; }
  .content__block .block__title {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
  .content__block .block__content {
    margin: 1.5rem 3rem;
    margin-top: 20px;
    text-align: center;
    font-size: 0.85rem;
    background: white;
    line-height: 1.4; }
  .content__block .block__button {
    text-align: center; }
    .content__block .block__button .button {
      text-transform: uppercase;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 0.7rem;
      padding: 0 80px; }

.content__blockWrapper {
  background: url("../images/SVG/pattern_lock-content.svg") repeat-x 0 top;
  position: relative;
  margin-top: 2rem; }
  .content__blockWrapper:before {
    content: '';
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
    height: 120px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }
  .content__blockWrapper .saber__mais {
    text-align: right;
    margin-top: 0.5rem;
    position: relative; }
    .content__blockWrapper .saber__mais .button {
      color: #04b46b;
      line-height: 20px;
      font-size: 0.7rem;
      padding-right: 1.2rem !important; }
      .content__blockWrapper .saber__mais .button:hover {
        text-decoration: underline; }
    .content__blockWrapper .saber__mais .icon-right::before {
      margin-top: -15px; }
    .content__blockWrapper .saber__mais .icon-right:before {
      right: 0; }

.content__body--block {
  padding-bottom: 20px; }
  .content__body--block:after {
    content: ''; }

/**
 * Structure
 */
@media screen and (min-width: 480px) and (max-width: 900px) {
  .basicPage--multimedia .main-container-wrapper .medium-3, .basicPage--multimedia .main-container-wrapper .medium-9 {
    width: 100%; }
  .multimedia__sidebar {
    padding: 3rem 2rem 0 2rem !important; } }

.node-type-galeria .main-container {
  box-shadow: none; }

.node-type-galeria .multimedia-album {
  margin-bottom: 0; }

/*
Multimedia - Details
*/
.node-type-galeria .multimedia-gallery img {
  width: 100%;
  max-height: 100%; }

.multimedia__container .multimedia__detail {
  background: #323030; }
  .multimedia__container .multimedia__detail .youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer; }
  .multimedia__container .multimedia__detail .youtube .play {
    background: url("../images/youtube-play.png") no-repeat center center;
    background-size: 120px 120px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1); }
  .multimedia__container .multimedia__detail .youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

.multimedia__container .multimedia__related {
  background: #EFEFED;
  margin-bottom: 4.5rem; }
  .multimedia__container .multimedia__related .multimedia__related-container {
    background: white;
    margin-top: -1.25rem;
    padding: 2.75rem;
    padding-top: 3rem;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 30em) {
      .multimedia__container .multimedia__related .multimedia__related-container {
        padding: 1rem; } }
    @media screen and (min-width: 480px) and (max-width: 525px) {
      .multimedia__container .multimedia__related .multimedia__related-container .medium-block-grid-2 > li {
        width: 100%; } }
  .multimedia__container .multimedia__related .title {
    margin-top: 0;
    margin-bottom: 2rem; }
    .multimedia__container .multimedia__related .title span {
      padding-top: 10px; }

@media screen and (min-width: 480px) and (max-width: 525px) {
  .multimedia__container .multimedia__related .multimedia__related-container {
    padding-right: 1rem;
    padding-left: 1rem; } }

.multimedia-album .album-image {
  min-width: auto; }

.slider__navWrapper {
  padding-bottom: 3rem;
  background: #151314;
  border-top: #1E1E1E solid 10px;
  margin-top: 0.25rem;
  padding-top: 0.25rem; }

.basicPage--multimedia {
  margin-bottom: 0; }
  .basicPage--multimedia .main-container-wrapper {
    background: white;
    margin-top: -15px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem; }
  .basicPage--multimedia .main-container {
    padding: 0;
    background: none;
    box-shadow: none; }
  .basicPage--multimedia .multimedia__container {
    background: #fff; }
    .basicPage--multimedia .multimedia__container .toolbar .toolbar-select label {
      min-width: 68px; }
    @media only screen and (min-width: 30em) {
      .basicPage--multimedia .multimedia__container .toolbar .toolbar-select div.cs-select .cs-placeholder, .basicPage--multimedia .multimedia__container .toolbar .toolbar-select div.cs-select .cs-options {
        display: block; } }
    @media only screen and (max-width: 481px) {
      .basicPage--multimedia .multimedia__container .toolbar .toolbar-select {
        text-align: left !important;
        margin: 0 !important;
        margin-top: 0.5rem !important;
        float: none !important; } }
    @media screen and (min-width: 481px) and (max-width: 639px) {
      .basicPage--multimedia .multimedia__container .cs-placeholder {
        display: none; }
      .basicPage--multimedia .multimedia__container .cs-options {
        display: none; }
      .basicPage--multimedia .multimedia__container .toolbar .toolbar-select div.cs-select .cs-select {
        height: 1.8rem;
        padding: .6rem;
        padding-left: .5rem;
        padding-bottom: .5rem;
        font-size: 0.7rem;
        line-height: 1; } }
    @media screen and (min-width: 480px) and (max-width: 690px) {
      .basicPage--multimedia .multimedia__container .toolbar .large-5, .basicPage--multimedia .multimedia__container .toolbar .large-7 {
        width: 100%; }
      .basicPage--multimedia .multimedia__container .toolbar .toolbar-select {
        text-align: left;
        float: left;
        margin-top: 0.5rem; } }
    @media screen and (min-width: 690px) and (max-width: 900px) {
      .basicPage--multimedia .multimedia__container .toolbar .large-5 {
        width: 58%; }
      .basicPage--multimedia .multimedia__container .toolbar .large-7 {
        width: 42%; }
      .basicPage--multimedia .multimedia__container .toolbar .toolbar-select {
        text-align: right;
        float: right;
        margin-top: 0; } }
    @media screen and (min-width: 900px) and (max-width: 960px) {
      .basicPage--multimedia .multimedia__container .toolbar .large-5, .basicPage--multimedia .multimedia__container .toolbar .large-7 {
        width: 100%; }
      .basicPage--multimedia .multimedia__container .toolbar .toolbar-select {
        text-align: left;
        float: left;
        margin-top: 0.5rem; } }
    @media screen and (min-width: 960px) and (max-width: 1175px) {
      .basicPage--multimedia .multimedia__container .toolbar .large-5 {
        width: 58%; }
      .basicPage--multimedia .multimedia__container .toolbar .large-7 {
        width: 42%; }
      .basicPage--multimedia .multimedia__container .toolbar .toolbar-select {
        text-align: right;
        float: right;
        margin-top: 0; } }
  .basicPage--multimedia .multimedia__sidebar {
    padding: 3rem 0 0 2rem; }
    @media only screen and (max-width: 30em) {
      .basicPage--multimedia .multimedia__sidebar {
        padding: 3rem 2rem 0 2rem; } }
    .basicPage--multimedia .multimedia__sidebar #accordion .accordion-toggle {
      padding-right: 2rem; }
  .basicPage--multimedia .node__share {
    border-top: #dfe1e0 solid 1px;
    border-bottom: none;
    margin: 0;
    margin-top: 2rem; }
  .basicPage--multimedia .gallery__action .icon-left:before {
    margin-top: -4px; }
  .basicPage--multimedia .gallery__action .button {
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    font-size: 0.7rem; }
    .basicPage--multimedia .gallery__action .button:hover {
      background: none;
      color: #05cd7a; }
  .basicPage--multimedia .title-lines-nobg .line:before {
    background: #5e6461; }
  .basicPage--multimedia .title-lines-nobg .title {
    color: white;
    text-transform: uppercase;
    font-size: 1.4rem; }

/*EMPTY STATE*/
.gamebox--tickets .multimedia__content {
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 30em) {
    .gamebox--tickets .multimedia__content {
      width: 100%;
      padding: 0; } }
  .gamebox--tickets .multimedia__content .multimedia-emptyState .emptyState-border {
    height: 200px; }
    @media only screen and (max-width: 30em) {
      .gamebox--tickets .multimedia__content .multimedia-emptyState .emptyState-border {
        height: 70px; } }

.multimedia__content {
  padding: 3rem 2rem; }
  .multimedia__content .toolbar {
    margin-bottom: 2rem; }
    @media screen and (min-width: 1241px) {
      .multimedia__content .toolbar .large-7 {
        -webkit-display: flex;
        -ms-display: flex;
        -moz-display: flex;
        -o-display: flex;
        display: flex; } }
    .multimedia__content .toolbar .button-group .button {
      padding: 0 1.4rem; }
      @media only screen and (max-width: 30em) {
        .multimedia__content .toolbar .button-group .button {
          padding: 0 1.15rem; } }
    @media only screen and (max-width: 30em) {
      .multimedia__content .toolbar .button-group {
        text-align: center; } }
  .multimedia__content .multimedia-emptyState .emptyState-border {
    position: static;
    width: 100%;
    height: 500px;
    display: table;
    border: 5px dashed rgba(158, 163, 161, 0.7);
    text-align: center; }
    .multimedia__content .multimedia-emptyState .emptyState-border .emptyState-container {
      position: static;
      width: 100%;
      display: table-cell;
      vertical-align: middle;
      padding: 0 2rem; }
      @media only screen and (max-width: 30em) {
        .multimedia__content .multimedia-emptyState .emptyState-border .emptyState-container {
          padding: .7rem; } }
      .multimedia__content .multimedia-emptyState .emptyState-border .emptyState-container img {
        margin-bottom: 1rem; }
      .multimedia__content .multimedia-emptyState .emptyState-border .emptyState-container h1, .multimedia__content .multimedia-emptyState .emptyState-border .emptyState-container h2, .multimedia__content .multimedia-emptyState .emptyState-border .emptyState-container h3, .multimedia__content .multimedia-emptyState .emptyState-border .emptyState-container h4, .multimedia__content .multimedia-emptyState .emptyState-border .emptyState-container h5, .multimedia__content .multimedia-emptyState .emptyState-border .emptyState-container h6 {
        position: static;
        display: block;
        margin: 0;
        color: #9ea3a1;
        text-transform: uppercase;
        font-style: italic; }
      .multimedia__content .multimedia-emptyState .emptyState-border .emptyState-container a {
        position: static;
        text-decoration: underline;
        font-style: italic; }
      .multimedia__content .multimedia-emptyState .emptyState-border .emptyState-container svg {
        width: 80px;
        height: 80px;
        margin-right: 20px; }
        @media only screen and (max-width: 30em) {
          .multimedia__content .multimedia-emptyState .emptyState-border .emptyState-container svg {
            width: 40px;
            height: 40px;
            float: left;
            margin: 10px 15px 0 20px; } }
        .multimedia__content .multimedia-emptyState .emptyState-border .emptyState-container svg path {
          fill: #9ea3a1; }
      .multimedia__content .multimedia-emptyState .emptyState-border .emptyState-container h4 div {
        display: inline-block; }
        @media only screen and (max-width: 60em) {
          .multimedia__content .multimedia-emptyState .emptyState-border .emptyState-container h4 div {
            display: block;
            text-align: left; } }
        @media only screen and (max-width: 30em) {
          .multimedia__content .multimedia-emptyState .emptyState-border .emptyState-container h4 div {
            display: block;
            text-align: left; } }

/**
 * Videos WebService
 */
.basicPage--multimedia #grid-list-nav #btn-back,
.basicPage--multimedia #grid-list-nav-b #btn-back {
  margin-left: 10px;
  z-index: 1; }

.basicPage--multimedia #vdo-list li {
  max-width: 260px;
  border: transparent solid 1px;
  box-shadow: none; }
  .basicPage--multimedia #vdo-list li:hover .eqs-logos {
    background: #f1f1f1; }
  .basicPage--multimedia #vdo-list li .eqs-conteudo {
    background: none;
    border: none; }
  .basicPage--multimedia #vdo-list li .sss:before {
    top: 0;
    left: 0; }
  .basicPage--multimedia #vdo-list li .eqs-logos {
    box-shadow: none;
    min-width: auto;
    background: #f1f1f1;
    border: none; }
    .basicPage--multimedia #vdo-list li .eqs-logos .eqs:after {
      content: "";
      display: table;
      clear: both; }

.basicPage--plantel .plantelPosicoes {
  margin: 0 1.5rem;
  border-bottom: #dfe1e0 solid 1px; }
  .basicPage--plantel .plantelPosicoes .title {
    margin-bottom: 2rem; }
  .basicPage--plantel .plantelPosicoes .players {
    margin-bottom: 3rem; }

/**
 * Players List
 */
.players__item {
  position: relative;
  margin-bottom: 20px; }
  .players__item .item__container {
    margin: 0 40px;
    position: relative; }
    .players__item .item__container:hover .item__bg {
      opacity: 0.75;
      filter: alpha(opacity=75); }
    .players__item .item__container:hover .item__name {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      filter: alpha(opacity=100); }
    .players__item .item__container:hover .item__number {
      left: 50%;
      margin-left: -30px; }
    @media only screen and (max-width: 60em) {
      .players__item .item__container {
        margin: 0 10px; } }
  .players__item .item__name {
    text-transform: uppercase;
    text-align: center;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    line-height: 1.4;
    font-size: 1rem;
    margin-top: 10px;
    color: white;
    position: absolute;
    width: 100%;
    top: 45%;
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    @media only screen and (max-width: 60em) {
      .players__item .item__name {
        font-size: 0.7rem; } }
  .players__item .item__photo {
    position: relative; }
    .players__item .item__photo img {
      width: 100%; }
    .players__item .item__photo .item__bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #05cd7a;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .players__item .item__photo .item__number {
      width: 60px;
      height: 60px;
      position: absolute;
      left: -30px;
      bottom: -30px;
      line-height: 60px;
      text-align: center;
      color: white;
      font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
      background-image: url("../images/player__number-bg.png");
      background-position: center center;
      -webkit-transition: all 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
      -moz-transition: all 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
      transition: all 0.5s cubic-bezier(0.34, 1.61, 0.7, 1); }
  .players__item a:hover {
    color: #202221; }

.basicPage--player .basicPage__header {
  height: auto;
  padding-top: 60px;
  padding-bottom: 80px; }

.basicPage--player .basicPage__headerWrapper {
  background-color: #000; }

.basicPage--player .breadcrumb {
  margin: 0;
  border-bottom: none; }

.basicPage--player .basicPage__content--player .content__header {
  margin-bottom: 2rem; }
  .basicPage--player .basicPage__content--player .content__header .title {
    margin-bottom: 0.5rem; }

.basicPage--player .basicPage__content--player .player__nomeCompleto {
  text-align: center;
  color: #04b46b;
  font-size: 1.4rem; }

.basicPage--player .basicPage__content--player .node__share {
  border-top: #dfe1e0 solid 1px;
  margin-right: 60px;
  margin-left: 60px; }
  @media only screen and (max-width: 30em) {
    .basicPage--player .basicPage__content--player .node__share {
      margin: 0; } }

.basicPage--player .ultimoOnze {
  margin-bottom: 1rem; }

/**
 * Content Body
 */
.basicPage__content--player .content__body {
  margin: 0 70px;
  padding-bottom: 90px;
  border-bottom: none; }
  @media only screen and (max-width: 30em) {
    .basicPage__content--player .content__body {
      margin: 0; } }
  .basicPage__content--player .content__body:after {
    bottom: 40px; }
  .basicPage__content--player .content__body img {
    max-width: 225px;
    margin: 0;
    float: left;
    margin-right: 2rem;
    margin-left: -3rem; }
  .basicPage__content--player .content__body blockquote {
    float: left;
    margin: 0 3rem 1.5rem -3rem;
    width: 400px;
    position: relative; }
    @media only screen and (max-width: 30em) {
      .basicPage__content--player .content__body blockquote {
        float: none;
        margin: 0;
        width: auto;
        margin-bottom: 1.5rem; } }
    .basicPage__content--player .content__body blockquote:before {
      content: '"';
      display: block;
      position: absolute;
      top: -80px;
      left: -25px;
      font-size: 100px;
      color: #dfe1e0;
      font-style: italic;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }
    .basicPage__content--player .content__body blockquote:after {
      content: '"';
      display: block;
      position: absolute;
      bottom: -145px;
      right: -15px;
      font-size: 100px;
      color: #dfe1e0;
      font-style: italic;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }
      @media only screen and (max-width: 30em) {
        .basicPage__content--player .content__body blockquote:after {
          right: 25px;
          bottom: -100px; } }
    .basicPage__content--player .content__body blockquote p {
      font-size: 1.7rem;
      color: #05cd7a;
      font-style: italic;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      line-height: 1.4;
      margin: 0; }

/**
 * Player Containers
 */
.basicPage__content--player .container {
  margin: 0 2rem; }
  @media only screen and (max-width: 30em) {
    .basicPage__content--player .container {
      margin: 0; } }
  .basicPage__content--player .container .content {
    background: #f2f2f2;
    margin: 2.5rem 1.5rem;
    padding: 2rem; }
    .basicPage__content--player .container .content h3 {
      font-weight: normal;
      text-transform: uppercase;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 0.85rem; }
    .basicPage__content--player .container .content table {
      margin-left: 1.5rem;
      margin-bottom: 1.5rem; }
      .basicPage__content--player .container .content table td:nth-child(1) {
        width: 140px; }
    @media only screen and (max-width: 30em) {
      .basicPage__content--player .container .content {
        margin: 2.5rem 0;
        padding: 1rem; } }

.basicPage__content--player .container--clubs table td, .basicPage__content--player .container--clubs table th {
  padding: 5px; }

.basicPage__content--player .container--clubs table td:nth-child(2) {
  font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }

.basicPage__content--player .container--clubs table tr:last-child {
  color: #04b46b; }

.basicPage__content--player .container--clubs table tr:first-child {
  color: #202221; }

.basicPage__content--player .container--awards .content table td:nth-child(1) {
  width: 80px; }

.basicPage__content--player .container--awards .content table td:nth-child(2) {
  font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }

.basicPage__content--player .container--diary .content .diary {
  position: relative; }
  .basicPage__content--player .container--diary .content .diary select {
    position: absolute;
    border: 1px solid transparent;
    padding: 0;
    top: -85px;
    left: 50%;
    width: 120px;
    height: 30px;
    margin-left: -60px;
    font-size: 0.7rem;
    color: #04b46b; }
  .basicPage__content--player .container--diary .content .diary .diary__year {
    margin-bottom: 1.5rem; }
  .basicPage__content--player .container--diary .content .diary h3 {
    text-transform: capitalize;
    font-size: 1rem;
    margin: 0;
    margin-bottom: 15px; }
  .basicPage__content--player .container--diary .content .diary p {
    margin-top: 0;
    color: #5e6461;
    font-size: 0.85rem;
    line-height: 1.8; }

.player__photo {
  position: absolute;
  top: 0;
  right: 20px;
  max-width: 920px;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .player__photo:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background: -moz-linear-gradient(left, transparent 60%, black 99%, black 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(60%, transparent), color-stop(99%, black), color-stop(100%, black));
    background: -webkit-linear-gradient(left, transparent 60%, black 99%, black 100%);
    background: -o-linear-gradient(left, transparent 60%, black 99%, black 100%);
    background: -ms-linear-gradient(left, transparent 60%, black 99%, black 100%);
    background: linear-gradient(to right, transparent 60%, black 99%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); }
  .player__photo:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background: -moz-linear-gradient(left, black 0%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, black), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, black 0%, transparent 100%);
    background: -o-linear-gradient(left, black 0%, transparent 100%);
    background: -ms-linear-gradient(left, black 0%, transparent 100%);
    background: linear-gradient(to right, black 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); }

.player__header {
  max-width: 500px;
  margin: 0;
  position: relative; }
  .player__header .player__goback {
    text-transform: uppercase;
    font-size: 0.7rem; }
    .player__header .player__goback .svg-icon {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      margin-right: 0.25rem; }
  .player__header .player__title {
    position: relative;
    margin-top: 1rem;
    padding: 1.5rem 0;
    position: relative;
    z-index: 0; }
    .player__header .player__title:before {
      content: '';
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.85;
      filter: alpha(opacity=85); }
    .player__header .player__title .player__number {
      width: 112px;
      height: 60px;
      position: absolute;
      left: 0;
      top: 30px;
      padding-right: 1rem;
      border-right: #5e6461 solid 1px; }
      .player__header .player__title .player__number span {
        color: #04b46b;
        font-family: "DINWeb-CondBold", "Helvetica", "Arial", sans-serif;
        font-size: 3.5rem;
        display: block;
        line-height: 72px;
        text-align: right; }
    .player__header .player__title .player__info {
      margin-left: 132px; }
      .player__header .player__title .player__info .player__modalidade {
        font-size: 0.62rem;
        font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
        text-transform: uppercase;
        color: #5e6461;
        display: block;
        line-height: 1; }
      .player__header .player__title .player__info h1 {
        /*margin: 0;
        color: $white;
        text-transform: uppercase;
        font-size: 2.3rem;
        line-height: 60px;
        height: 50px;*/
        margin: 5px 0 0 0;
        color: white;
        text-transform: uppercase;
        font-size: 2.3rem;
        line-height: 50px;
        /* height: 100px; */ }
  .player__header .player__details .details__item {
    padding: 0.65rem 0;
    padding-left: 136px;
    color: white;
    font-size: 0.7rem;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    margin-top: 1px;
    position: relative;
    z-index: 0; }
    .player__header .player__details .details__item:before {
      content: '';
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.7;
      filter: alpha(opacity=70); }
    .player__header .player__details .details__item span {
      color: #5e6461;
      display: inline-block; }
    .player__header .player__details .details__item .flag img {
      width: 22px; }
    .player__header .player__details .details__item .posicao {
      margin: 0 0.5rem;
      text-transform: uppercase;
      color: white; }
  .player__header .player__details .details__item--social {
    padding-top: 0;
    padding-bottom: 0; }
  .player__header .player__details .details__item--large {
    font-size: 0.85rem;
    position: relative;
    z-index: 0; }
    .player__header .player__details .details__item--large:before {
      background: #000;
      opacity: 0.6;
      filter: alpha(opacity=60); }
  .player__header .player__extras {
    display: none;
    overflow: hidden;
    -webkit-transition: all 0.3s 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 0.3s 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.3s 0.5s cubic-bezier(0.34, 1.61, 0.7, 1); }
  .player__header .player__action {
    border-top: #202221 solid 1px;
    margin-top: 2px;
    text-align: center; }
    .player__header .player__action .button {
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      color: #202221;
      background: #05cd7a;
      text-transform: uppercase;
      height: 22px;
      line-height: 22px;
      font-size: 0.62rem;
      border: none; }

.extras__list {
  -webkit-transition: all 0.3s 1s;
  -moz-transition: all 0.3s 1s;
  transition: all 0.3s 1s;
  padding: 1rem;
  position: relative; }
  .extras__list:after {
    content: "";
    display: table;
    clear: both; }
  .extras__list:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.1;
    filter: alpha(opacity=10); }
  .extras__list .list__item {
    width: 140px;
    height: 105px;
    float: left;
    border-bottom: #5e6461 solid 1px;
    position: relative;
    font-size: 2.5rem;
    color: white;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    line-height: 105px; }
    .extras__list .list__item span {
      position: absolute;
      left: 0;
      bottom: 0.8rem;
      text-transform: uppercase;
      font-size: 0.7rem;
      color: #9ea3a1;
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
      display: block;
      line-height: 1; }
  .extras__list .list__item--small {
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    font-size: 2rem;
    border-bottom: none; }
    .extras__list .list__item--small span {
      font-size: 0.62rem; }

.player__header--active .player__extras {
  margin-top: 1rem;
  overflow: visible;
  opacity: 1;
  filter: alpha(opacity=100); }
  .player__header--active .player__extras .extras__list {
    opacity: 1;
    filter: alpha(opacity=100); }

/*BUTTONS SEE MORE - DIARIO*/
.a_1, .a_2 {
  display: table;
  text-transform: uppercase;
  padding: 0 70px !important;
  margin: 0 auto; }

/**
 * Agenda
 */
.basicPage--agenda .agenda__header {
  position: relative;
  text-align: center;
  padding: 1.2rem 0;
  border-top: #dfe1e0 solid 1px;
  background: -moz-linear-gradient(top, #f2f2f2 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00ffffff',GradientType=0 ); }

.basicPage--agenda li {
  cursor: pointer; }
  .basicPage--agenda li .button .icoCal {
    width: 19px;
    height: 19px;
    position: relative;
    margin-right: 8px;
    margin-top: -20px; }
    .basicPage--agenda li .button .icoCal svg {
      width: 19px;
      height: 19px; }
      .basicPage--agenda li .button .icoCal svg path {
        fill: #04b46b; }
      .basicPage--agenda li .button .icoCal svg polygon {
        fill: #04b46b; }
      .basicPage--agenda li .button .icoCal svg rect {
        fill: #04b46b; }
      .basicPage--agenda li .button .icoCal svg line {
        stroke: #04b46b; }
    .basicPage--agenda li .button .icoCal .icoDay {
      position: absolute;
      top: 3px;
      left: 4px;
      font-size: 0.5rem;
      color: #04b46b; }
  .basicPage--agenda li .button .icoTab {
    height: 19px;
    position: relative;
    margin-right: 8px;
    margin-top: -3px;
    display: inline-block; }
    .basicPage--agenda li .button .icoTab path {
      fill: #fff; }
    .basicPage--agenda li .button .icoTab polygon {
      fill: #04b46b; }
    .basicPage--agenda li .button .icoTab rect {
      fill: #04b46b; }
    .basicPage--agenda li .button .icoTab line {
      stroke: #04b46b; }
  .basicPage--agenda li .button:hover .icoCal svg path {
    fill: #fff; }
  .basicPage--agenda li .button:hover .icoCal svg polygon {
    fill: #fff; }
  .basicPage--agenda li .button:hover .icoCal svg rect {
    fill: #fff; }
  .basicPage--agenda li .button:hover .icoCal svg line {
    stroke: #fff; }
  .basicPage--agenda li .button:hover .icoCal .icoDay {
    color: #fff; }
  .basicPage--agenda li .button:hover .icoTab path {
    fill: #202221;
    stroke: #fff; }
  .basicPage--agenda li .button:hover .icoTab polygon {
    fill: #fff; }
  .basicPage--agenda li .button:hover .icoTab rect {
    fill: #fff; }
  .basicPage--agenda li .button:hover .icoTab line {
    stroke: #fff; }

.basicPage--agenda .active .button .icoCal svg path {
  fill: #fff; }

.basicPage--agenda .active .button .icoCal svg polygon {
  fill: #fff; }

.basicPage--agenda .active .button .icoCal svg rect {
  fill: #fff; }

.basicPage--agenda .active .button .icoCal svg line {
  stroke: #fff; }

.basicPage--agenda .active .button .icoCal .icoDay {
  color: #fff; }

.basicPage--agenda .active .button .icoTab path {
  fill: #202221;
  stroke: #fff; }

.basicPage--agenda .active .button .icoTab polygon {
  fill: #fff; }

.basicPage--agenda .active .button .icoTab rect {
  fill: #fff; }

.basicPage--agenda .active .button .icoTab line {
  stroke: #fff; }

.basicPage--agenda .agenda {
  border-left: none;
  border-right: none; }

.basicPage--agenda .toolbar {
  background: none;
  border: none; }

.basicPage--agenda .node__share {
  border-top: #dfe1e0 solid 1px;
  margin: 0; }

.basicPage--agenda .date-nav-wrapper {
  padding-top: 2rem;
  margin: 0;
  margin-bottom: 1rem; }
  .basicPage--agenda .date-nav-wrapper .date-nav {
    padding: 0; }
  .basicPage--agenda .date-nav-wrapper .date-heading {
    position: relative;
    top: auto;
    text-align: left;
    margin-left: 110px;
    height: 40px;
    width: auto; }
    .basicPage--agenda .date-nav-wrapper .date-heading h3 {
      font-weight: normal;
      font-size: 1rem;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      line-height: 1rem; }
  .basicPage--agenda .date-nav-wrapper .pager {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    border: none;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: #dfe1e0 solid 1px;
    background: none; }
    .basicPage--agenda .date-nav-wrapper .pager:after {
      content: "";
      display: table;
      clear: both; }
    .basicPage--agenda .date-nav-wrapper .pager li {
      float: left;
      margin: 0;
      width: 50%;
      display: block;
      background-color: none; }
      .basicPage--agenda .date-nav-wrapper .pager li a {
        padding: 0;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        margin: 0;
        font-weight: normal; }
        .basicPage--agenda .date-nav-wrapper .pager li a:hover {
          background: none; }
    .basicPage--agenda .date-nav-wrapper .pager .date-prev {
      position: relative;
      left: auto;
      top: auto;
      text-align: center;
      padding: 0;
      border-right: #dfe1e0 solid 1px; }
      .basicPage--agenda .date-nav-wrapper .pager .date-prev a {
        font-size: 1.3rem;
        font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
        padding-left: 4px; }
      .basicPage--agenda .date-nav-wrapper .pager .date-prev:hover {
        background: #202221;
        color: white; }
    .basicPage--agenda .date-nav-wrapper .pager .date-next {
      position: relative;
      right: auto;
      top: auto;
      text-align: center;
      padding: 0; }
      .basicPage--agenda .date-nav-wrapper .pager .date-next a {
        font-size: 1.3rem;
        font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
        padding-right: 4px; }
      .basicPage--agenda .date-nav-wrapper .pager .date-next:hover {
        background: #202221;
        color: white; }

.basicPage--agenda .attachment.attachment-before {
  position: absolute;
  top: 43px;
  right: 0; }
  @media screen and (min-width: 581px) and (max-width: 760px) {
    .basicPage--agenda .attachment.attachment-before {
      top: 32px; } }
  @media screen and (min-width: 481px) and (max-width: 580px) {
    .basicPage--agenda .attachment.attachment-before {
      position: relative;
      /*float: left;*/
      display: block;
      top: -15px; }
      .basicPage--agenda .attachment.attachment-before .toolbar-select {
        text-align: left;
        margin: 0;
        margin-top: 0.5rem;
        float: none; }
        .basicPage--agenda .attachment.attachment-before .toolbar-select label {
          display: block;
          width: 100%;
          margin: 0;
          display: inline-block;
          margin-right: .5rem;
          color: #5e6461;
          font-size: 0.7rem;
          font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }
        .basicPage--agenda .attachment.attachment-before .toolbar-select .cs-select {
          width: 100% !important;
          margin-bottom: 0;
          height: 38px;
          max-width: 100%;
          z-index: 10; }
          .basicPage--agenda .attachment.attachment-before .toolbar-select .cs-select .cs-placeholder {
            font-size: 0.85rem;
            /*padding: 0 .2rem;*/ }
          .basicPage--agenda .attachment.attachment-before .toolbar-select .cs-select select {
            /*padding: 0 .2rem;*/
            margin-bottom: 0;
            padding: 0 0.2rem !important;
            height: 38px;
            width: 100% !important;
            max-width: 100% !important; } }
  @media only screen and (max-width: 30em) {
    .basicPage--agenda .attachment.attachment-before {
      position: relative;
      /*float: left;*/
      display: block;
      top: -15px; }
      .basicPage--agenda .attachment.attachment-before label {
        display: block; } }
  .basicPage--agenda .attachment.attachment-before .toolbar {
    padding: 0; }

.btExportAgenda {
  position: absolute;
  right: 21px;
  font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
  font-size: 0.7rem;
  top: 30px;
  background-image: url("../images/SVG/icon_calendar-export.svg");
  background-repeat: no-repeat;
  background-position: 0px 2px;
  text-decoration: underline;
  min-height: 22px;
  padding-left: 20px;
  max-width: 100px;
  text-align: left; }
  @media only screen and (max-width: 30em) {
    .btExportAgenda {
      top: 15px;
      left: 0; } }

/*
.jCalendar{
    display: block;
    @include xlarge-grid {
        display: block;
    }
    @include large-grid {
        display: block;
    }
    @include medium-grid {
        display: block;
    }    
    @include small-grid {
        display: none;
    }
}


@media screen and (min-width: 481px) and (max-width: 760px) {
    .agenda__header{
        display: none;
    }
    .list{
        display: block;
    }
    .jCalendar{
        display: none;
    }
}
*/
.basicPage--jogo .header-ficha-jogo {
  padding-top: 100px; }
  @media only screen and (max-width: 30em) {
    .basicPage--jogo .header-ficha-jogo {
      padding-top: 50px; } }
  @media only screen and (max-width: 60em) {
    .basicPage--jogo .header-ficha-jogo {
      padding-top: 50px; } }

.basicPage--jogo #dmc-content > article.row {
  margin-top: -1rem;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); }
  .basicPage--jogo #dmc-content > article.row .main-container {
    background: #fff;
    min-height: 1000px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    padding: 1.5rem 2rem;
    position: relative;
    z-index: 10; }
  .basicPage--jogo #dmc-content > article.row .sidebar-wrapper {
    padding-left: 1.5rem;
    padding-top: 1.5rem;
    background: #EFEFEF; }
  .basicPage--jogo #dmc-content > article.row .ficha-jogo .title-center-lines {
    margin-bottom: 2.2rem;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
  .basicPage--jogo #dmc-content > article.row .ficha-jogo #thome,
  .basicPage--jogo #dmc-content > article.row .ficha-jogo #shome {
    margin-right: 0.75rem; }
  .basicPage--jogo #dmc-content > article.row .ficha-jogo #taway,
  .basicPage--jogo #dmc-content > article.row .ficha-jogo #saway {
    margin-left: 0.75rem; }
  .basicPage--jogo #dmc-content > article.row .ficha-jogo #arbitros {
    margin-top: 2rem;
    margin-bottom: 3rem; }

.basicPage--futebol .subSubMenu {
  border-bottom: none; }

.basicPage--futebol .title-center-lines {
  margin: 2.5rem 0;
  font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
  font-size: 1.4rem; }
  .basicPage--futebol .title-center-lines > span .ano {
    color: #04b46b;
    font-size: 0.85rem; }

.basicPage--futebol .node__share {
  margin: 0;
  margin-top: 3rem;
  border-top: #dfe1e0 solid 1px; }

.basicPage--futebol .item-list {
  margin-top: 2rem; }
  .basicPage--futebol .item-list .pager-load-more-empty {
    display: none; }

.section-futebol .basicPage {
  margin-top: 0px;
  /*FS*/ }

.section-futebol #fixo .sbHolder {
  z-index: 40; }

.basicPage--palmares .node__share,
.basicPage--futebol .node__share {
  margin: 0;
  margin-top: 3rem;
  border-top: #dfe1e0 solid 1px; }

.basicPage--palmares .title-lines-nobg .line:before,
.basicPage--futebol .title-lines-nobg .line:before {
  background: #dfe1e0; }

.basicPage--palmares .views-exposed-form .views-exposed-widget,
.basicPage--futebol .views-exposed-form .views-exposed-widget {
  float: none;
  position: absolute;
  top: 10px;
  right: 0;
  max-width: 440px;
  padding: 0; }
  @media only screen and (max-width: 60em) {
    .basicPage--palmares .views-exposed-form .views-exposed-widget,
    .basicPage--futebol .views-exposed-form .views-exposed-widget {
      position: relative; } }
  @media only screen and (max-width: 30em) {
    .basicPage--palmares .views-exposed-form .views-exposed-widget,
    .basicPage--futebol .views-exposed-form .views-exposed-widget {
      position: relative; } }

.basicPage--palmares .views-exposed-form label,
.basicPage--futebol .views-exposed-form label {
  font-weight: normal;
  margin: 0;
  line-height: 45px;
  font-size: 0.85rem;
  font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }

.basicPage--palmares .views-exposed-form .views-widget,
.basicPage--futebol .views-exposed-form .views-widget {
  float: right;
  margin-left: 20px; }
  @media only screen and (max-width: 60em) {
    .basicPage--palmares .views-exposed-form .views-widget,
    .basicPage--futebol .views-exposed-form .views-widget {
      float: none;
      display: inline-block;
      margin-left: 7px; } }
  @media only screen and (max-width: 30em) {
    .basicPage--palmares .views-exposed-form .views-widget,
    .basicPage--futebol .views-exposed-form .views-widget {
      width: 100%; } }

.basicPage--palmares .views-exposed-widgets,
.basicPage--futebol .views-exposed-widgets {
  margin-bottom: 1.5em; }

.basicPage--palmares .palmares__content,
.basicPage--futebol .palmares__content {
  background: #f2f2f2;
  padding: 0.5rem;
  padding-top: 3rem;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 2rem;
  position: relative; }
  .basicPage--palmares .palmares__content .title,
  .basicPage--futebol .palmares__content .title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 30px;
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
    font-weight: normal; }
  .basicPage--palmares .palmares__content .coroa,
  .basicPage--futebol .palmares__content .coroa {
    width: 56px;
    height: 47px;
    position: absolute;
    left: 50%;
    margin-left: -28px;
    z-index: 1;
    background-image: url("../images/palmares-coroa.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .basicPage--palmares .palmares__content .coroa__circle,
  .basicPage--futebol .palmares__content .coroa__circle {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -15px; }
    .basicPage--palmares .palmares__content .coroa__circle .number,
    .basicPage--futebol .palmares__content .coroa__circle .number {
      line-height: 35px;
      color: #04b46b;
      text-align: center;
      display: block;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 0.85rem;
      position: relative;
      z-index: 1; }
      .basicPage--palmares .palmares__content .coroa__circle .number:before,
      .basicPage--futebol .palmares__content .coroa__circle .number:before {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        left: 0;
        background: white;
        content: '';
        z-index: -1;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        -moz-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        opacity: 0.9;
        filter: alpha(opacity=90);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
  .basicPage--palmares .palmares__content .coroa--top,
  .basicPage--futebol .palmares__content .coroa--top {
    position: absolute;
    top: 100px;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
    .basicPage--palmares .palmares__content .coroa--top .coroa__circle .number:before,
    .basicPage--futebol .palmares__content .coroa--top .coroa__circle .number:before {
      width: 21px;
      height: 21px;
      top: 5px;
      left: 4px;
      background: transparent; }

.basicPage--palmares .banner--gamebox,
.basicPage--futebol .banner--gamebox {
  margin: 3rem 0;
  background: #05cd7a;
  display: none; }

.basicPage--palmares .header__nav .menu {
  max-width: 1200px; }

.basicPage--palmares .views-exposed-form .views-exposed-widget {
  top: 20px; }
  @media only screen and (max-width: 60em) {
    .basicPage--palmares .views-exposed-form .views-exposed-widget {
      top: 0; } }
  @media only screen and (max-width: 30em) {
    .basicPage--palmares .views-exposed-form .views-exposed-widget {
      top: 0; } }

.basicPage--palmares .views-exposed-form label {
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 60em) {
    .basicPage--palmares .views-exposed-form label {
      float: none;
      display: inline-block;
      margin-left: 0; } }
  @media only screen and (max-width: 30em) {
    .basicPage--palmares .views-exposed-form label {
      float: none;
      display: inline-block;
      margin-left: 0; } }

@media only screen and (max-width: 30em) {
  .basicPage--palmares .title-lines-nobg .title {
    white-space: normal;
    text-align: center; } }

.basicPage--palmares .palmares__content .coroa {
  background-image: url("../images/SVG/palmares-coroa.svg");
  background-size: 46px 46px; }

.basicPage--palmares .palmares__content .coroa__circle {
  margin-top: -15px; }

.basicPage--palmares .palmares__content .coroa--top .coroa__circle .number {
  font-size: 20px;
  color: #000000; }

.palmaresLead {
  position: relative;
  padding: 50px 10px;
  text-align: center;
  color: white;
  background-color: #05cd7a; }
  .palmaresLead .imageBg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/SVG/leao_preto.svg");
    background-repeat: no-repeat;
    background-position: center 15%;
    background-size: 100% 200%;
    opacity: 0.05; }
  .palmaresLead .title-lines-nobg {
    max-width: 885px;
    margin: 0 auto; }
  .palmaresLead .line {
    opacity: 0.5; }
  .palmaresLead h2 {
    font-size: 2rem;
    text-transform: uppercase; }
  .palmaresLead .intro {
    max-width: 700px;
    margin: 40px auto;
    font-size: 1.5rem;
    line-height: 1.2;
    font-style: italic; }
    .palmaresLead .intro span {
      font-weight: bold; }
  .palmaresLead .desc {
    max-width: 760px;
    margin: 40px auto; }
    .palmaresLead .desc span {
      font-weight: bold; }
  .palmaresLead .more {
    opacity: 0.5;
    margin-bottom: 40px; }
  .palmaresLead .arrowIcon {
    margin-top: 15px; }
    .palmaresLead .arrowIcon .title {
      position: relative;
      padding-left: 5rem;
      padding-right: 5rem; }
      .palmaresLead .arrowIcon .title .linkPalmaresArrow {
        display: block;
        width: 40px;
        height: 40px;
        position: relative;
        z-index: 10; }
      .palmaresLead .arrowIcon .title:before {
        position: absolute;
        top: 0px;
        left: 100px;
        content: '';
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-image: url(/sites/all/themes/jump/images/SVG/icon_drop-arrow--white.svg);
        background-size: 55%;
        background-position: center;
        border: 1px solid white;
        border-radius: 20px; }

.trofeus {
  margin-top: 15px; }

.trofeus__list {
  text-align: center; }
  .trofeus__list .list__item {
    position: relative;
    cursor: pointer;
    padding-top: 2rem;
    min-height: 375px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .trofeus__list .list__item .item__taca img {
      max-height: 160px;
      opacity: 0.6;
      filter: alpha(opacity=60); }
    .trofeus__list .list__item .item__taca .coroa {
      bottom: -15px;
      opacity: 0.6;
      filter: alpha(opacity=60); }
    .trofeus__list .list__item .item__taca .coroa__circle {
      top: initial;
      margin-top: initial;
      left: 50%;
      margin-left: -15px;
      bottom: -15px;
      margin-bottom: 8px; }
      .trofeus__list .list__item .item__taca .coroa__circle .number {
        font-size: 20px;
        color: #04b46b;
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%); }
    .trofeus__list .list__item:hover:before {
      background: #202221;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.04;
      filter: alpha(opacity=4);
      z-index: 0; }
    .trofeus__list .list__item:hover .item__taca:before {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1); }
    .trofeus__list .list__item:hover .item__taca img {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translate3d(0, -40px, 0);
      -moz-transform: translate3d(0, -40px, 0);
      -ms-transform: translate3d(0, -40px, 0);
      -o-transform: translate3d(0, -40px, 0);
      transform: translate3d(0, -40px, 0);
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%);
      -webkit-transform: scale3d(1.2, 1.2, 1.2);
      -moz-transform: scale3d(1.2, 1.2, 1.2);
      -ms-transform: scale3d(1.2, 1.2, 1.2);
      -o-transform: scale3d(1.2, 1.2, 1.2);
      transform: scale3d(1.2, 1.2, 1.2);
      transform-origin: center bottom; }
    .trofeus__list .list__item:hover .item__taca .coroa {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translate3d(0, -25px, 0) scale(1.5);
      -moz-transform: translate3d(0, -25px, 0) scale(1.5);
      -ms-transform: translate3d(0, -25px, 0) scale(1.5);
      -o-transform: translate3d(0, -25px, 0) scale(1.5);
      transform: translate3d(0, -25px, 0) scale(1.5);
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    .trofeus__list .list__item:hover .item__taca .coroa__circle {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: translate3d(0, -25px, 0) scale(1.2);
      -moz-transform: translate3d(0, -25px, 0) scale(1.2);
      -ms-transform: translate3d(0, -25px, 0) scale(1.2);
      -o-transform: translate3d(0, -25px, 0) scale(1.2);
      transform: translate3d(0, -25px, 0) scale(1.2); }
      .trofeus__list .list__item:hover .item__taca .coroa__circle .number {
        color: white;
        font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif; }
        .trofeus__list .list__item:hover .item__taca .coroa__circle .number:before {
          background: #000000;
          opacity: 0.2;
          filter: alpha(opacity=20); }
    .trofeus__list .list__item .item__taca {
      position: relative;
      margin-bottom: 1rem; }
      .trofeus__list .list__item .item__taca:before {
        content: '';
        display: block;
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -36px;
        background: url("../images/palmares-shadow.png");
        background-repeat: no-repeat;
        width: 75px;
        height: 30px;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
      .trofeus__list .list__item .item__taca img {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
      .trofeus__list .list__item .item__taca .coroa {
        -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
        -moz-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
        transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1); }
    .trofeus__list .list__item .item__title {
      text-transform: uppercase;
      font-size: 0.7rem;
      line-height: 1.2;
      color: #5e6461;
      padding: 0 1.5rem;
      position: relative; }
    .trofeus__list .list__item .item__anos {
      margin-top: 0.5rem;
      padding: 0 1.5rem;
      color: #04b46b;
      font-size: 0.62rem;
      position: relative; }

body.section-bilhetes-e-gamebox .lineAfter {
  display: none; }

.basicPage--gamebox {
  margin-bottom: 0; }
  .basicPage--gamebox .main-container {
    box-shadow: none;
    padding: 0; }
  .basicPage--gamebox .basicPage__content {
    margin: 0; }
  .basicPage--gamebox h1, .basicPage--gamebox h2, .basicPage--gamebox h3, .basicPage--gamebox h4, .basicPage--gamebox h5, .basicPage--gamebox h6 {
    font-weight: normal; }
  .basicPage--gamebox header {
    margin-bottom: 3rem; }
    .basicPage--gamebox header .title-lines-nobg {
      display: table;
      width: 100%; }
      .basicPage--gamebox header .title-lines-nobg .title {
        font-size: 2.5rem;
        font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
        padding-left: 3rem;
        padding-right: 3rem;
        text-transform: uppercase;
        color: white;
        display: table-cell;
        /*white-space: nowrap;*/
        /*width: 1%; 26/11/2019*/
        white-space: initial;
        vertical-align: middle;
        text-align: center;
        width: 100%; }
        @media (max-width: 960px) {
          .basicPage--gamebox header .title-lines-nobg .title {
            white-space: inherit;
            width: auto;
            text-align: center;
            margin: inherit;
            padding: inherit; } }
        @media only screen and (max-width: 30em) {
          .basicPage--gamebox header .title-lines-nobg .title {
            padding-left: 0rem;
            padding-right: 0rem;
            font-size: 1.7rem;
            text-align: center;
            white-space: normal; } }
      .basicPage--gamebox header .title-lines-nobg .line {
        height: 38px;
        vertical-align: middle;
        position: relative; }
        .basicPage--gamebox header .title-lines-nobg .line:before {
          background: #fff;
          content: '';
          position: absolute;
          top: 50%;
          width: 100%;
          display: block;
          height: 1px; }
        @media only screen and (max-width: 30em) {
          .basicPage--gamebox header .title-lines-nobg .line {
            display: none; } }
  .basicPage--gamebox .votacao--container .title {
    color: #036e49 !important; }
  .basicPage--gamebox .gamebox__subtitle {
    text-transform: uppercase;
    color: #04b46b;
    text-align: center;
    font-size: 0.85rem;
    letter-spacing: 1px; }

.gamebox--intro {
  color: white;
  position: relative;
  min-height: 800px;
  max-height: 800px;
  height: calc(100vh - 190px); }
  @media only screen and (max-width: 30em) {
    .gamebox--intro {
      min-height: 600px;
      max-height: 600px; } }
  .gamebox--intro .gb219-hero {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url("../images/gamebox/2019/heroshot.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1; }
  .gamebox--intro .container {
    width: 100%;
    max-width: 650px;
    padding-top: 3rem;
    position: relative;
    z-index: 10;
    float: right;
    margin: 0px;
    margin-right: 200px; }
    .gamebox--intro .container .hero-text {
      margin: 0 auto; }
    @media (max-width: 1500px) {
      .gamebox--intro .container {
        margin-right: 100px; } }
    @media (max-width: 1380px) {
      .gamebox--intro .container {
        max-width: 600px;
        margin-right: 40px; } }
    @media (max-width: 700px) {
      .gamebox--intro .container {
        width: 100%;
        max-width: inherit !important;
        margin: 0px !important;
        padding: 50px 20px 20px 20px; } }
  .gamebox--intro .intro__title {
    font-size: 52px;
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    line-height: 1;
    color: #03824d; }
    .gamebox--intro .intro__title span {
      font-size: 52px;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }
  .gamebox--intro .intro__subtitle {
    font-size: 38px;
    line-height: 1;
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
    color: black; }
  .gamebox--intro .intro__description {
    margin: 1rem 0;
    margin-bottom: 3rem;
    font-size: 0.85rem;
    color: #dfe1e0;
    line-height: 1.2; }
  .gamebox--intro .intro__action {
    margin: 26px 0 0; }
    @media (max-width: 1380px) {
      .gamebox--intro .intro__action {
        text-align: center; } }
    .gamebox--intro .intro__action .button {
      text-transform: uppercase;
      position: relative;
      background: #FAC200;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      color: #202221;
      border: #FAC200 solid 1px;
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
      border-radius: 6px;
      float: right; }
      @media (max-width: 570px) {
        .gamebox--intro .intro__action .button {
          min-width: inherit;
          width: 100%;
          height: auto;
          line-height: normal;
          padding: 13px 0px; } }
    @media (max-width: 570px) {
      .gamebox--intro .intro__action {
        padding: 0px 20px; } }
  .gamebox--intro .intro__vantagensbtn {
    text-align: center;
    bottom: -10px;
    position: absolute;
    left: calc(50% - 50px);
    z-index: 99; }
    .gamebox--intro .intro__vantagensbtn .button {
      background: none;
      border: none;
      text-transform: uppercase;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      height: 70px;
      position: relative;
      display: none; }
      .gamebox--intro .intro__vantagensbtn .button .bgButton {
        background: white;
        width: 50px;
        height: 50px;
        -moz-transform: skew(-12deg, 0deg);
        -webkit-transform: skew(-12deg, 0deg);
        -o-transform: skew(-12deg, 0deg);
        -ms-transform: skew(-12deg, 0deg);
        transform: skew(-12deg, 0deg);
        -webkit-box-shadow: 10px 10px 16px 3px rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 10px 10px 16px 3px rgba(0, 0, 0, 0.19);
        box-shadow: 10px 10px 16px 3px rgba(0, 0, 0, 0.19);
        pointer-events: none; }
      .gamebox--intro .intro__vantagensbtn .button .svg-ico {
        position: absolute;
        top: 20px;
        left: calc(50% - 8px);
        pointer-events: none; }

.gameboxBilhetica--intro {
  background: #03824d;
  color: white;
  position: relative;
  background-image: url("../images/gamebox/bgBilhetica.jpg");
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .gameboxBilhetica--intro:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
  .gameboxBilhetica--intro:after {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */ }
  .gameboxBilhetica--intro .stripes--right {
    background-position: right 0px; }
  .gameboxBilhetica--intro .container {
    padding-top: 7rem;
    position: relative;
    z-index: 10;
    padding-left: 48px;
    padding-right: 48px; }
  .gameboxBilhetica--intro .intro__title {
    font-size: 3rem;
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    line-height: 1;
    color: white; }
    .gameboxBilhetica--intro .intro__title span {
      font-size: 1rem;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      color: #dfe1e0; }
  .gameboxBilhetica--intro .intro__subtitle {
    font-size: 2.5rem;
    line-height: 1;
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
    color: white; }
  .gameboxBilhetica--intro .intro__description {
    margin: 1rem 0;
    margin-bottom: 3rem;
    font-size: 0.85rem;
    color: #dfe1e0;
    line-height: 1.2; }
  .gameboxBilhetica--intro .intro__action .button {
    text-transform: uppercase;
    position: relative;
    background: #FAC200;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    color: #202221;
    border: #FAC200 solid 1px;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    border-radius: 6px; }
  .gameboxBilhetica--intro .intro__vantagensbtn {
    text-align: center;
    margin-top: 1rem; }
    .gameboxBilhetica--intro .intro__vantagensbtn .button {
      background: none;
      border: none;
      text-transform: uppercase;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      overflow: visible;
      line-height: 24px;
      height: 100px; }
      .gameboxBilhetica--intro .intro__vantagensbtn .button .svg-ico {
        margin-top: 5px; }
      .gameboxBilhetica--intro .intro__vantagensbtn .button:hover {
        color: white; }
      .gameboxBilhetica--intro .intro__vantagensbtn .button:active {
        color: white; }

/**
 * What
 */
.gamebox--what .container {
  padding: 4rem 1rem; }
  .gamebox--what .container header .title-lines-nobg .title {
    font-size: 2.5rem;
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
    padding-left: 3rem;
    padding-right: 3rem;
    text-transform: uppercase;
    color: #202221; }
    @media only screen and (max-width: 60em) {
      .gamebox--what .container header .title-lines-nobg .title {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
        white-space: normal !important;
        font-size: 1.7rem !important;
        width: 100% !important;
        text-align: center !important; } }
    @media only screen and (max-width: 30em) {
      .gamebox--what .container header .title-lines-nobg .title {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
        white-space: normal !important;
        font-size: 1.7rem !important;
        width: 100% !important;
        text-align: center !important; } }
  .gamebox--what .container header .title-lines-nobg .line {
    height: 38px; }
    .gamebox--what .container header .title-lines-nobg .line:before {
      background: #909090; }
  .gamebox--what .container .gamebox__subtitle {
    color: #04b46b; }

.gamebox--what h2 {
  text-align: center; }

.gamebox--what .what__list {
  text-align: center; }
  .gamebox--what .what__list .list__item .item__title {
    text-transform: uppercase;
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    color: #04b46b; }
  .gamebox--what .what__list .list__item .item__description {
    color: #5e6461;
    padding: 0 2rem; }
  .gamebox--what .what__list .list__item a {
    color: #04b46b;
    text-decoration: underline;
    text-transform: uppercase; }
  @media only screen and (max-width: 30em) {
    .gamebox--what .what__list .list__item .googlePlay {
      margin-top: 20px; } }
  .gamebox--what .what__list .list__item .button {
    text-decoration: none;
    background: none;
    border: #04b46b 1px solid; }

/**
 * Vantagens
 * 19CF94
 * 1ADA84
 */
.gamebox--vantagens {
  position: relative;
  background-image: url("../images/gamebox/2019/vantagens.jpg");
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .gamebox--vantagens .container {
    padding: 3rem 1rem; }
  .gamebox--vantagens .title-lines-nobg .line:before {
    background: #9ea3a1; }
  .gamebox--vantagens .title-lines-nobg .title {
    color: #fff !important; }
  .gamebox--vantagens .gamebox__subtitle {
    color: white; }
  .gamebox--vantagens .vantagens__list {
    text-align: center; }
    .gamebox--vantagens .vantagens__list .list__item .holder_item {
      background-image: url("../images/gamebox/2019/svg/gb19-holder.svg");
      -webkit-background-size: cover;
      -ms-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center center;
      width: 372px;
      height: 419px;
      display: block;
      margin: 0 auto;
      position: relative;
      background-repeat: no-repeat; }
      @media (max-width: 1228px) {
        .gamebox--vantagens .vantagens__list .list__item .holder_item {
          width: 300px; } }
      @media (max-width: 961px) {
        .gamebox--vantagens .vantagens__list .list__item .holder_item {
          width: 100%;
          background: #f7b02c;
          height: auto; } }
      @media only screen and (max-width: 30em) {
        .gamebox--vantagens .vantagens__list .list__item .holder_item {
          width: 100%;
          background-size: 128%;
          height: auto; } }
      .gamebox--vantagens .vantagens__list .list__item .holder_item .item_table {
        display: table;
        width: 100%;
        height: 100%; }
        .gamebox--vantagens .vantagens__list .list__item .holder_item .item_table .item_table-cell {
          display: table-cell;
          vertical-align: middle; }
          .gamebox--vantagens .vantagens__list .list__item .holder_item .item_table .item_table-cell .item_all .item__image {
            margin-bottom: 20px; }
          .gamebox--vantagens .vantagens__list .list__item .holder_item .item_table .item_table-cell .item_all .item__title {
            color: #000;
            text-transform: uppercase;
            font-size: 24px;
            font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
            padding: 0 30px; }
          .gamebox--vantagens .vantagens__list .list__item .holder_item .item_table .item_table-cell .item_all .item__description {
            color: #000;
            text-transform: uppercase;
            font-size: 24px;
            font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
            padding: 0 30px; }
            .gamebox--vantagens .vantagens__list .list__item .holder_item .item_table .item_table-cell .item_all .item__description ul {
              text-align: left; }
              .gamebox--vantagens .vantagens__list .list__item .holder_item .item_table .item_table-cell .item_all .item__description ul li {
                color: #000;
                text-transform: uppercase;
                font-size: 24px;
                font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
                list-style: initial; }
          .gamebox--vantagens .vantagens__list .list__item .holder_item .item_table .item_table-cell .item_all .item__novidade {
            color: white;
            background: #FFB500;
            text-transform: uppercase;
            font-size: 16px;
            font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
            padding: 6px 15px 2px;
            width: auto;
            position: absolute;
            z-index: 9;
            bottom: 50px;
            right: 20px;
            -moz-transform: rotate(-26deg);
            -webkit-transform: rotate(-26deg);
            -o-transform: rotate(-26deg);
            -ms-transform: rotate(-26deg);
            transform: rotate(-26deg); }
  .gamebox--vantagens .button-area {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -48px;
    z-index: 3; }
    .gamebox--vantagens .button-area a {
      padding: 26px 77px !important;
      padding-left: 41px !important;
      height: inherit !important;
      background: #f6af2c;
      line-height: normal !important;
      border: none;
      color: #211f20; }
      .gamebox--vantagens .button-area a:hover {
        background: #f5a614;
        border: none;
        color: #211f20; }

.gamebox--bilhetes-socio {
  background-image: url("../images/gamebox/bgBilheteSocio.jpg");
  background-size: cover;
  background-position: top center; }
  .gamebox--bilhetes-socio .container {
    padding: 3rem 1rem; }
  .gamebox--bilhetes-socio header .title-lines-nobg .title {
    font-size: 2.5rem;
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
    padding-left: 3rem;
    padding-right: 3rem;
    text-transform: uppercase;
    color: #202221; }
    @media only screen and (max-width: 60em) {
      .gamebox--bilhetes-socio header .title-lines-nobg .title {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
        white-space: normal !important;
        font-size: 1.7rem !important;
        width: 100% !important;
        text-align: center !important; } }
    @media only screen and (max-width: 30em) {
      .gamebox--bilhetes-socio header .title-lines-nobg .title {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
        white-space: normal !important;
        font-size: 1.7rem !important;
        width: 100% !important;
        text-align: center !important; } }
  .gamebox--bilhetes-socio header .title-lines-nobg .line {
    height: 38px; }
    .gamebox--bilhetes-socio header .title-lines-nobg .line:before {
      background: #fff; }
  .gamebox--bilhetes-socio .gamebox__subtitle {
    color: white; }
  .gamebox--bilhetes-socio .vantagens__list {
    text-align: center; }
    .gamebox--bilhetes-socio .vantagens__list .list__item .item__title {
      color: #202221;
      text-transform: uppercase;
      font-size: 1.4rem;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif; }
    .gamebox--bilhetes-socio .vantagens__list .list__item .item__description {
      color: white; }

.gamebox--teaser {
  background: #19cf91;
  background: -moz-linear-gradient(-45deg, #19cf91 0%, #19d48d 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #19cf91), color-stop(100%, #19d48d));
  background: -webkit-linear-gradient(-45deg, #19cf91 0%, #19d48d 100%);
  background: -o-linear-gradient(-45deg, #19cf91 0%, #19d48d 100%);
  background: -ms-linear-gradient(-45deg, #19cf91 0%, #19d48d 100%);
  background: linear-gradient(135deg, #19cf91 0%, #19d48d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19d291', endColorstr='#19d48d',GradientType=1 ); }
  .gamebox--teaser .container {
    padding: 3rem 1rem; }
  .gamebox--teaser h2 {
    display: block;
    margin: 0 auto;
    color: white;
    text-transform: uppercase;
    text-align: center; }
  .gamebox--teaser .desc {
    display: block;
    margin: 10px auto 0;
    color: white;
    text-align: center; }
  .gamebox--teaser .button {
    border: 1px solid white;
    background: none;
    color: white;
    display: table;
    margin: 20px auto 0; }

/**
 * Mais do que
 */
.gamebox--maisdoque {
  position: relative;
  overflow: hidden;
  height: auto;
  background-image: url("../images/gamebox/2018/scpcard-bg.jpg");
  background-size: cover;
  background-position: top center; }
  .gamebox--maisdoque header {
    margin-bottom: 0px; }
    .gamebox--maisdoque header .title-lines-nobg .title {
      color: #6B645D; }
    .gamebox--maisdoque header .title-lines-nobg .line:before {
      background: #6B645D; }
  .gamebox--maisdoque .container {
    padding: 4rem 1rem; }
    @media (max-width: 1170px) {
      .gamebox--maisdoque .container {
        padding-bottom: 0px; } }
  .gamebox--maisdoque .maisdoque__container {
    max-width: 850px;
    padding: 0 0 0 100px;
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 50px; }
    @media (max-width: 1440px) {
      .gamebox--maisdoque .maisdoque__container {
        max-width: 700px;
        padding: 0px; } }
    @media (max-width: 1293px) {
      .gamebox--maisdoque .maisdoque__container {
        max-width: 600px;
        padding: 0px; } }
    @media (max-width: 1170px) {
      .gamebox--maisdoque .maisdoque__container {
        max-width: 800px;
        padding: 0px;
        margin: 0 auto; } }
    .gamebox--maisdoque .maisdoque__container p {
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
      color: #3c3c3b;
      margin-top: 10px;
      font-size: 20px; }
    .gamebox--maisdoque .maisdoque__container .topic-list li {
      display: inline-block;
      margin: 20px 0px;
      height: 142px;
      width: 200px;
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
      text-align: left;
      background-image: url("../images/gamebox/2018/brush.svg");
      background-size: contain;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 30em) {
        .gamebox--maisdoque .maisdoque__container .topic-list li {
          margin: 0px; } }
      .gamebox--maisdoque .maisdoque__container .topic-list li span {
        font-weight: bold;
        font-size: 25px; }
      .gamebox--maisdoque .maisdoque__container .topic-list li .tl-container {
        max-width: 155px;
        margin: 0 auto;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        font-size: 14px;
        padding-top: 36px;
        line-height: normal; }
  .gamebox--maisdoque .gamebox--cartoes {
    position: absolute;
    right: 170px;
    top: 120px;
    z-index: 1;
    width: 575px;
    height: 650px;
    background-size: 600px;
    background-repeat: no-repeat; }
    @media (max-width: 1618px) {
      .gamebox--maisdoque .gamebox--cartoes {
        right: 0px; } }
    @media (max-width: 1170px) {
      .gamebox--maisdoque .gamebox--cartoes {
        position: relative;
        margin: 0 auto;
        top: inherit; } }
    @media (max-width: 650px) {
      .gamebox--maisdoque .gamebox--cartoes {
        position: relative;
        margin: 0 auto;
        top: inherit;
        width: 100%;
        height: 600px;
        background-size: contain;
        background-position: center center; } }
    @media (max-width: 480px) {
      .gamebox--maisdoque .gamebox--cartoes {
        position: relative;
        margin: 0 auto;
        top: inherit;
        width: 100%;
        height: 423px;
        background-size: contain;
        background-position: center center; } }

.basicPage--gamebox .gamebox--prox-jogos {
  background: #f2f2f2;
  padding-bottom: 25px; }
  .basicPage--gamebox .gamebox--prox-jogos .container {
    padding: 2rem 1rem 0rem; }
  .basicPage--gamebox .gamebox--prox-jogos h2 {
    text-align: center; }
  .basicPage--gamebox .gamebox--prox-jogos header .title-lines-nobg .title {
    font-size: 2.5rem;
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
    padding-left: 3rem;
    padding-right: 3rem;
    text-transform: uppercase;
    color: #202221; }
    @media only screen and (max-width: 60em) {
      .basicPage--gamebox .gamebox--prox-jogos header .title-lines-nobg .title {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
        white-space: normal !important;
        font-size: 1.7rem !important;
        width: 100% !important;
        text-align: center !important; } }
    @media only screen and (max-width: 30em) {
      .basicPage--gamebox .gamebox--prox-jogos header .title-lines-nobg .title {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
        white-space: normal !important;
        font-size: 1.7rem !important;
        width: 100% !important;
        text-align: center !important; } }
  .basicPage--gamebox .gamebox--prox-jogos header .title-lines-nobg .line {
    height: 38px; }
    .basicPage--gamebox .gamebox--prox-jogos header .title-lines-nobg .line:before {
      background: #909090; }
  .basicPage--gamebox .gamebox--prox-jogos .gamebox__subtitle {
    text-transform: uppercase;
    color: #04b46b;
    text-align: center;
    font-size: 0.85rem;
    letter-spacing: 1px; }
    @media only screen and (max-width: 60em) {
      .basicPage--gamebox .gamebox--prox-jogos .gamebox__subtitle {
        font-size: 1rem;
        line-height: 1.2rem;
        margin: 10px 0; } }
    @media only screen and (max-width: 30em) {
      .basicPage--gamebox .gamebox--prox-jogos .gamebox__subtitle {
        font-size: 1rem;
        line-height: 1.2rem;
        margin: 10px 0; } }
  .basicPage--gamebox .gamebox--prox-jogos .holderTickets {
    width: 70%;
    background: white;
    padding: 1rem 2rem 2rem;
    margin: 0 auto; }
    @media only screen and (max-width: 60em) {
      .basicPage--gamebox .gamebox--prox-jogos .holderTickets {
        width: 100%;
        padding: 1rem; } }
    @media only screen and (max-width: 30em) {
      .basicPage--gamebox .gamebox--prox-jogos .holderTickets {
        width: 100%;
        padding: 1rem; } }
    .basicPage--gamebox .gamebox--prox-jogos .holderTickets #wwSMV_content_jogos .perfilHeadline {
      display: none; }
  @media only screen and (max-width: 30em) {
    .basicPage--gamebox .gamebox--prox-jogos .boxes__action {
      margin: 100px 0 0; } }
  .basicPage--gamebox .gamebox--prox-jogos .boxes__action h6 {
    text-transform: uppercase;
    text-align: center; }
  .basicPage--gamebox .gamebox--prox-jogos .boxes__action .title-lines-nobg {
    display: table;
    width: 100%; }
    .basicPage--gamebox .gamebox--prox-jogos .boxes__action .title-lines-nobg .title {
      font-size: 2.5rem;
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
      padding-left: 3rem;
      padding-right: 3rem;
      text-transform: uppercase;
      color: #FFB500;
      display: table-cell;
      white-space: nowrap;
      width: 1%;
      vertical-align: middle; }
      @media (max-width: 960px) {
        .basicPage--gamebox .gamebox--prox-jogos .boxes__action .title-lines-nobg .title {
          white-space: inherit;
          width: auto;
          text-align: center;
          margin: inherit;
          padding: inherit; } }
      @media only screen and (max-width: 30em) {
        .basicPage--gamebox .gamebox--prox-jogos .boxes__action .title-lines-nobg .title {
          padding-left: 0rem;
          padding-right: 0rem;
          font-size: 1.7rem;
          text-align: center;
          white-space: normal; } }
    .basicPage--gamebox .gamebox--prox-jogos .boxes__action .title-lines-nobg .line {
      height: 38px;
      vertical-align: middle;
      position: relative; }
      .basicPage--gamebox .gamebox--prox-jogos .boxes__action .title-lines-nobg .line:before {
        background: #a9a9a9;
        content: '';
        position: absolute;
        top: 50%;
        width: 100%;
        display: block;
        height: 1px; }
      @media only screen and (max-width: 30em) {
        .basicPage--gamebox .gamebox--prox-jogos .boxes__action .title-lines-nobg .line {
          display: none; } }
    .basicPage--gamebox .gamebox--prox-jogos .boxes__action .title-lines-nobg .button {
      padding-left: 3rem;
      padding-right: 3rem; }

/**
Full
*/
.gamebox--full {
  position: relative;
  background-color: #393a3d;
  padding: 70px 0px; }
  .gamebox--full:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #202221;
    opacity: 0.4;
    filter: alpha(opacity=40); }
  .gamebox--full.no-beforebg:before {
    content: none; }
  .gamebox--full header .title-lines-nobg .title {
    color: #fdb927; }
  .gamebox--full .gamebox-prices {
    max-width: 1200px;
    margin: 0 auto; }
  .gamebox--full .gf-calenderizacao .gfc-image {
    max-width: 1200px;
    margin: 0 auto;
    overflow: auto; }
    .gamebox--full .gf-calenderizacao .gfc-image img {
      max-width: inherit; }
  .gamebox--full .gf-table-content {
    margin-top: 30px; }
    .gamebox--full .gf-table-content .gamebox-table {
      border: none;
      border-collapse: collapse;
      border-spacing: 0;
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
      background-color: #fff; }
      .gamebox--full .gf-table-content .gamebox-table thead {
        border: 0px;
        background: none; }
        .gamebox--full .gf-table-content .gamebox-table thead th {
          background-color: transparent;
          border: solid 1px #333333;
          color: #000;
          padding: 10px;
          text-align: left;
          border: none;
          text-transform: uppercase; }
      .gamebox--full .gf-table-content .gamebox-table tbody td {
        border: solid 1px #333333;
        color: #000;
        padding: 10px;
        font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
      .gamebox--full .gf-table-content .gamebox-table tr {
        /* &.green-row {
                            td {
                              background:#5db533;
                              border:none;
                            }
                        }
                        &.blue-row {

                            td {
                              background:#41d2f0;
                              border:none;
                            }
                        }
                        &.violet-row {

                            td {
                              background:#562a7b;
                              border:none;
                            }
                        }
                        &.greenDark-row {
                         
                            td {
                              background:#00502d;
                              border:none;
                            }
                        }
                        &.yellow-row {
                          
                            td {
                              background:#fec800;
                              border:none;
                            }
                        }
                        &.orange-row {
                            td {
                              background:#fe9101;
                              border:none;
                            }
                        }*/ }
        .gamebox--full .gf-table-content .gamebox-table tr td {
          border: none; }
          .gamebox--full .gf-table-content .gamebox-table tr td .gt-dot {
            position: relative;
            width: 30px;
            height: 25px;
            line-height: 28px;
            background: #eee;
            display: inline-block;
            left: 5px;
            font-size: 20px;
            text-align: center;
            color: #fff; }
            .gamebox--full .gf-table-content .gamebox-table tr td .gt-dot.dot-black {
              background: #000; }
            .gamebox--full .gf-table-content .gamebox-table tr td .gt-dot.dot-green-light {
              background: #5db533; }
            .gamebox--full .gf-table-content .gamebox-table tr td .gt-dot.dot-orange {
              background: #fbb73a; }
            .gamebox--full .gf-table-content .gamebox-table tr td .gt-dot.dot-violet {
              background: #562a7b; }
            .gamebox--full .gf-table-content .gamebox-table tr td .gt-dot.dot-cyan {
              background: #1eaf98; }
            .gamebox--full .gf-table-content .gamebox-table tr td .gt-dot.dot-green-dark {
              background: #075134; }
            .gamebox--full .gf-table-content .gamebox-table tr td .gt-dot.dot-yellow {
              background: #f9e12d;
              color: #008458; }
          .gamebox--full .gf-table-content .gamebox-table tr td:first-child {
            background: transparent !important;
            font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif; }
  .gamebox--full .gfp-caption {
    position: relative;
    width: 100%;
    color: #fff;
    text-align: left;
    line-height: normal;
    max-width: 1169px;
    margin: 0 auto;
    margin-top: 30px; }
    .gamebox--full .gfp-caption small {
      display: inline-block;
      margin-bottom: 18px;
      font-size: 15px; }
  .gamebox--full .container {
    text-align: center;
    padding: 2rem 2rem; }
    @media only screen and (max-width: 30em) {
      .gamebox--full .container {
        padding: 20px 0px; } }
    .gamebox--full .container .blackTxt {
      display: block;
      width: 70%;
      margin: 0 auto;
      padding: 2rem;
      background-color: rgba(0, 0, 0, 0.5); }
      .gamebox--full .container .blackTxt h3 {
        color: white;
        text-align: center;
        text-transform: uppercase; }
      .gamebox--full .container .blackTxt h6 {
        color: white;
        text-align: center; }
      .gamebox--full .container .blackTxt .button {
        display: table;
        margin: 25px auto 0;
        color: white;
        border: 1px solid white;
        background: none; }
        .gamebox--full .container .blackTxt .button:hover {
          display: table;
          margin: 25px auto 0;
          color: white;
          border: 1px solid white;
          background: none; }
        .gamebox--full .container .blackTxt .button:active {
          display: table;
          margin: 25px auto 0;
          color: white;
          border: 1px solid white;
          background: none; }
      @media only screen and (max-width: 30em) {
        .gamebox--full .container .blackTxt {
          width: 100%; } }

.gamebox--share .container {
  text-align: center;
  padding: 2rem 0; }

.gamebox--app .topheader {
  margin-top: 26px !important; }
  .gamebox--app .topheader .topHeader__sporting {
    top: 0;
    margin-top: 0;
    left: 0; }
    @media only screen and (max-width: 30em) {
      .gamebox--app .topheader .topHeader__sporting {
        margin-left: 0rem !important; } }
    @media only screen and (max-width: 60em) {
      .gamebox--app .topheader .topHeader__sporting {
        margin-left: 0rem !important; } }
    .gamebox--app .topheader .topHeader__sporting .scpLogo {
      left: 70px; }
      @media only screen and (max-width: 30em) {
        .gamebox--app .topheader .topHeader__sporting .scpLogo {
          left: 20px; } }
      @media only screen and (max-width: 60em) {
        .gamebox--app .topheader .topHeader__sporting .scpLogo {
          left: 20px; } }
  .gamebox--app .topheader .topHeader__title {
    text-align: left !important;
    margin-left: 11rem; }
    @media only screen and (max-width: 30em) {
      .gamebox--app .topheader .topHeader__title {
        text-align: left !important;
        margin-left: 6rem; } }
    @media only screen and (max-width: 60em) {
      .gamebox--app .topheader .topHeader__title {
        text-align: left !important;
        margin-left: 6rem; } }

div#sabiaqueModal {
  top: 0px !important;
  padding: 0px !important; }
  div#sabiaqueModal a.close-reveal-modal {
    position: absolute;
    right: 18px; }
    div#sabiaqueModal a.close-reveal-modal span {
      background: #019c5b;
      width: 35px;
      height: 35px;
      display: inline-block;
      text-align: center;
      line-height: 35px;
      border-radius: 50px;
      top: 10px;
      position: absolute;
      right: 0px;
      color: #fff; }
  div#sabiaqueModal .sabiaqueModal-content {
    padding: 50px;
    max-height: 700px;
    overflow: auto; }
    @media only screen and (max-width: 30em) {
      div#sabiaqueModal .sabiaqueModal-content {
        max-height: inherit;
        padding: 30px; } }

section.gb19-card-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
  background-image: url("../images/gamebox/2019/gb19-blackbg.jpg");
  background-color: #3c3c3b;
  background-size: cover;
  background-position: top center;
  min-height: 500px; }
  section.gb19-card-section header {
    margin-bottom: 0px;
    padding: 0px 40px; }
    section.gb19-card-section header .title-lines-nobg .title {
      color: #FFB500; }
    section.gb19-card-section header .title-lines-nobg .line:before {
      background: #fff; }
  section.gb19-card-section .card-container-top {
    margin: 50px 0px;
    margin-top: 0px; }
    section.gb19-card-section .card-container-top .yellow-list-container {
      background: #f7b02c;
      padding: 30px 0px 20px 30px; }
      @media only screen and (max-width: 30em) {
        section.gb19-card-section .card-container-top .yellow-list-container {
          padding: 20px 0px !important; } }
      section.gb19-card-section .card-container-top .yellow-list-container .triangle {
        position: absolute;
        top: 0px;
        left: 20px;
        height: 100%;
        background-color: #f7b02c;
        z-index: 1; }
        section.gb19-card-section .card-container-top .yellow-list-container .triangle img {
          height: 100%;
          left: -100%;
          position: relative; }
        @media only screen and (max-width: 30em) {
          section.gb19-card-section .card-container-top .yellow-list-container .triangle {
            display: none; } }
      section.gb19-card-section .card-container-top .yellow-list-container:after {
        content: "";
        position: absolute;
        top: 0px;
        right: -100%;
        width: 999px;
        height: 100%;
        background: #f7b02c;
        z-index: 1; }
      section.gb19-card-section .card-container-top .yellow-list-container ul.yl-list {
        position: relative;
        margin: 0px;
        padding: 0px;
        z-index: 2; }
        section.gb19-card-section .card-container-top .yellow-list-container ul.yl-list li {
          position: relative;
          padding-left: 60px;
          margin-bottom: 20px;
          /*
                                            &:nth-child(1) {
                                                padding-left:calc(60px + 60px/2) !important;
                                                span.competition-logo {
                                                    left:calc(60px/2) !important;
                                                }

                                                    @include small-grid {
                                                        padding-left: 70px !important;
                                                            span.competition-logo {
                                                                left:0px !important;
                                                            }
                                                    }
                                            }
                                            &:nth-child(2) {
                                                padding-left:calc(46px + 60px/3) !important;
                                                span.competition-logo {
                                                    left: calc(23px/3) !important;
                                                }
                                                @include small-grid {
                                                    padding-left: 70px !important;
                                                        span.competition-logo {
                                                            left:0px !important;
                                                        }
                                                }
                                            }
                                            &:nth-child(3) {
                                                padding-left: calc(33px + 60px/4) !important;
                                                span.competition-logo {
                                                    left: calc(-73px/6);
                                                }
                                                @include small-grid {
                                                    padding-left: 70px !important;
                                                        span.competition-logo {
                                                            left:0px !important;
                                                        }
                                                }
                                            }
                                            &:nth-child(4) {
                                                padding-left: calc(12px + 60px/5) !important;
                                                span.competition-logo {
                                                    left: -36px;
                                                    top: -7px;
                                                }
                                                @include small-grid {
                                                    padding-left: 70px !important;
                                                        span.competition-logo {
                                                            left:0px !important;
                                                        }
                                                }
                                            }
                                            */ }
          section.gb19-card-section .card-container-top .yellow-list-container ul.yl-list li h1 {
            font-family: "DINWeb-CondBold", "Helvetica", "Arial", sans-serif;
            text-transform: uppercase;
            line-height: normal; }
          section.gb19-card-section .card-container-top .yellow-list-container ul.yl-list li h6 {
            font-family: "DIN Condensed Light", "Helvetica", "Arial", sans-serif;
            text-transform: uppercase;
            line-height: normal;
            margin-top: -10px; }
          section.gb19-card-section .card-container-top .yellow-list-container ul.yl-list li span.competition-logo {
            position: absolute;
            left: 0px;
            /*
                                                width: 60px;
                                                min-height: 60px;
                                                */
            width: 40px;
            min-height: 40px;
            background-size: contain; }
            section.gb19-card-section .card-container-top .yellow-list-container ul.yl-list li span.competition-logo.icon-violinos {
              background-image: url("../images/gamebox/2019/svg/gb19-trofeu.svg");
              background-repeat: no-repeat;
              background-position: center center; }
            section.gb19-card-section .card-container-top .yellow-list-container ul.yl-list li span.competition-logo.icon-nos {
              background-image: url("../images/gamebox/2019/svg/gb19-nos.svg");
              background-repeat: no-repeat;
              background-position: center center; }
            section.gb19-card-section .card-container-top .yellow-list-container ul.yl-list li span.competition-logo.icon-europa {
              background-image: url("../images/gamebox/2019/svg/gb19-europa.svg");
              background-repeat: no-repeat;
              background-position: center center; }
            section.gb19-card-section .card-container-top .yellow-list-container ul.yl-list li span.competition-logo.icon-liga {
              background-image: url("../images/gamebox/2019/svg/gb19-liga.svg");
              background-repeat: no-repeat;
              background-position: center center;
              background-size: 48px; }
  section.gb19-card-section .card-container-bottom {
    margin: 50px 0px; }
    section.gb19-card-section .card-container-bottom ul.gb19-list li {
      position: relative;
      padding-left: 20px;
      color: #fff; }
      section.gb19-card-section .card-container-bottom ul.gb19-list li p {
        font-size: 20px; }
      section.gb19-card-section .card-container-bottom ul.gb19-list li span.bullet {
        position: absolute;
        top: 10px;
        left: 0px;
        width: 10px;
        height: 10px;
        background: #FFB500;
        display: inline-block;
        transform: skew(1deg, -15deg); }

section.section-outras-opcoes {
  position: relative;
  overflow: hidden;
  height: auto;
  background-color: #29b06f;
  background-size: cover;
  background-position: top center;
  min-height: 500px;
  padding: 60px 40px; }
  @media only screen and (max-width: 30em) {
    section.section-outras-opcoes {
      padding: 40px 0px; } }
  section.section-outras-opcoes header {
    margin-bottom: 50px; }
    section.section-outras-opcoes header .title-lines-nobg .title {
      color: #FFB500; }
    section.section-outras-opcoes header .title-lines-nobg .line:before {
      background: #fff; }
  section.section-outras-opcoes .outras-opcoes-gamebox .card {
    position: relative;
    margin: 0px auto;
    padding: 20px; }
    section.section-outras-opcoes .outras-opcoes-gamebox .card .image {
      border: 3px solid #217d51;
      margin-bottom: 20px; }
    section.section-outras-opcoes .outras-opcoes-gamebox .card .title {
      min-height: 54px; }
      section.section-outras-opcoes .outras-opcoes-gamebox .card .title h2 {
        line-height: normal;
        font-size: 27px;
        text-transform: uppercase;
        color: #feb500;
        text-align: center;
        font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif; }
    section.section-outras-opcoes .outras-opcoes-gamebox .card .description {
      text-align: center;
      color: #fff; }
    section.section-outras-opcoes .outras-opcoes-gamebox .card .cta {
      text-align: center; }
      section.section-outras-opcoes .outras-opcoes-gamebox .card .cta a {
        background: #feb500;
        color: #211f20;
        border: none; }
        section.section-outras-opcoes .outras-opcoes-gamebox .card .cta a:hover {
          background: #f5a614; }
        section.section-outras-opcoes .outras-opcoes-gamebox .card .cta a.soon-link {
          opacity: .5;
          pointer-events: none;
          user-select: none;
          -moz-user-select: none;
          -ms-user-select: none; }

.basicPage--classificacao .node__share {
  border-top: #dfe1e0 solid 1px;
  margin: 0;
  margin-top: 3rem; }

.basicPage--classificacao .subSubMenu {
  padding-top: 1.5rem; }

.btMostrarTudo {
  display: none; }
  @media only screen and (max-width: 60em) {
    .btMostrarTudo {
      display: inline-block; } }
  @media only screen and (max-width: 30em) {
    .btMostrarTudo {
      display: inline-block; } }

.popupTxt {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #04b46b;
  z-index: 200;
  overflow-x: hidden;
  overflow-y: auto; }
  .popupTxt .contentTimeline {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 20px 0; }
    .popupTxt .contentTimeline .ano__content {
      font-size: 0.85rem;
      color: #fff; }
    .popupTxt .contentTimeline .anoClosePop {
      position: absolute;
      top: 0;
      right: 10px;
      font-size: 40px;
      color: #fff;
      cursor: pointer; }

.slick__timeline {
  width: 100%;
  display: block;
  margin: 0 auto;
  display: none;
  padding: 30px 0; }
  .slick__timeline span {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    font-size: 0.62rem;
    color: #5e6461; }
  .slick__timeline a {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    font-size: 0.85rem;
    color: #04b46b;
    text-transform: uppercase; }
  @media only screen and (max-width: 60em) {
    .slick__timeline {
      display: block; } }
  @media only screen and (max-width: 30em) {
    .slick__timeline {
      display: block; } }
  .slick__timeline .slick-prev, .slick__timeline .slick-next {
    width: 40px;
    height: 100%;
    top: 0;
    margin: 0;
    background-color: white; }
  .slick__timeline .slick-prev {
    left: 0; }
  .slick__timeline .slick-next {
    right: 0; }
  .slick__timeline .slick-prev:before,
  .slick__timeline .slick-next:before {
    background-repeat: no-repeat;
    content: '';
    display: block;
    text-indent: -9999px;
    width: 22px;
    height: 22px;
    margin: 0 auto; }
  .slick__timeline .slick-prev:before {
    background-image: url("../images/SVG/icon_prev.svg"); }
  .slick__timeline .slick-next:before {
    background-image: url("../images/SVG/icon_next.svg"); }
  .slick__timeline .slick-prev:after, .slick__timeline .slick-next:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%; }
  .slick__timeline .slick-prev:after {
    right: -20px;
    width: 30px;
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(65%, rgba(255, 255, 255, 0.93)), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
    /* IE10+ */
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */ }
  .slick__timeline .slick-next:after {
    left: -20px;
    width: 30px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(65%, rgba(255, 255, 255, 0.93)), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 65%, white 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */ }

.timeline {
  /*
  .content--description {
    padding: 2rem;
    padding-right: 4rem;
    margin: 0;
    -moz-column-count: 2;
    -moz-column-gap: 220px;
    -webkit-column-count: 2;
    -webkit-column-gap: 220px;
  }
  */ }
  .timeline p {
    margin: 0.75rem 0;
    font-size: 0.85rem; }
  .timeline .content {
    margin: 1rem 0;
    padding: 2rem 0; }
  .timeline .content--description--left {
    padding: 2rem;
    padding-right: 4.3rem;
    padding-left: 4.3rem;
    margin: 0; }
    @media only screen and (max-width: 60em) {
      .timeline .content--description--left {
        padding: 0;
        padding-right: 0;
        padding-left: 3.0rem; } }
    @media only screen and (max-width: 30em) {
      .timeline .content--description--left {
        padding: 0;
        padding-right: 0;
        padding-left: 3.0rem; } }
  .timeline .content--description--right {
    padding: 2rem;
    padding-right: 4.3rem;
    padding-left: 4.3rem;
    margin: 0;
    margin-top: 39px; }
    @media only screen and (max-width: 60em) {
      .timeline .content--description--right {
        padding: 0;
        padding-right: 0;
        padding-left: 3.0rem;
        margin-top: 0; } }
    @media only screen and (max-width: 30em) {
      .timeline .content--description--right {
        padding: 0;
        padding-right: 0;
        padding-left: 3.0rem;
        margin-top: 0; } }
  .timeline .desc--right2 {
    margin-top: 73px; }
    @media only screen and (max-width: 60em) {
      .timeline .desc--right2 {
        margin-top: 0; } }
    @media only screen and (max-width: 30em) {
      .timeline .desc--right2 {
        margin-top: 0; } }
  .timeline .description__title {
    font-size: 1.7rem;
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    margin-bottom: 1rem; }
  .timeline .content--anos {
    position: absolute;
    /*position: relative;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .timeline .content--anos .holderAnos {
      position: relative;
      width: 100%;
      height: 100%; }
    .timeline .content--anos .ano {
      /*position: absolute;*/
      position: relative;
      z-index: 3; }
      .timeline .content--anos .ano .ano__content {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        padding: 1rem 2rem; }
        .timeline .content--anos .ano .ano__content p {
          font-size: 0.7rem;
          opacity: 0;
          filter: alpha(opacity=0);
          backface-visibility: hidden; }
      .timeline .content--anos .ano .ano__ano {
        display: none;
        position: absolute;
        cursor: pointer;
        /*margin-left:50%;*/
        /*margin-left:-61px;*/
        /*top: 50%;*/
        margin-top: -8px;
        font-size: 0.85rem;
        line-height: 1;
        font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
        color: #04b46b;
        z-index: 100;
        -webkit-transition: all 0.3s 0.2s ease-in;
        -moz-transition: all 0.3s 0.2s ease-in;
        transition: all 0.3s 0.2s ease-in; }
        .timeline .content--anos .ano .ano__ano:before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          width: 26px;
          height: 26px;
          margin-top: -15px;
          background: #04b46b;
          border-radius: 30px;
          -webkit-border-radius: 30px; }
        .timeline .content--anos .ano .ano__ano:after {
          content: '';
          display: block;
          position: absolute;
          width: 12px;
          height: 12px;
          top: 50%;
          margin-top: -8px;
          border-radius: 12px;
          -webkit-border-radius: 12px;
          background: white;
          z-index: 1; }
        @media only screen and (max-width: 60em) {
          .timeline .content--anos .ano .ano__ano {
            font-size: 0.6rem; } }
        @media only screen and (max-width: 30em) {
          .timeline .content--anos .ano .ano__ano {
            font-size: 0.6rem; } }
      .timeline .content--anos .ano .ano__close {
        display: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        z-index: 1;
        cursor: pointer;
        font-size: 2rem;
        width: 24px;
        text-align: center; }
    .timeline .content--anos .ano--active {
      color: white; }
      .timeline .content--anos .ano--active .ano__ano {
        color: white;
        z-index: 1; }
      .timeline .content--anos .ano--active .ano__content:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #04b46b;
        opacity: 0.97;
        filter: alpha(opacity=97);
        z-index: -1; }
      .timeline .content--anos .ano--active .ano__content p {
        opacity: 1;
        filter: alpha(opacity=100); }
      .timeline .content--anos .ano--active.ano--left .ano__close {
        /* top: -17px;
          right: 15px; */
        display: block;
        -webkit-animation: closebuttonLeft 0.3s forwards;
        -moz-animation: closebuttonLeft 0.3s forwards;
        -o-animation: closebuttonLeft 0.3s forwards;
        animation: closebuttonLeft 0.3s forwards; }
      .timeline .content--anos .ano--active.ano--right .ano__close {
        /* top: 174px;
          left: 35px; */
        display: block;
        -webkit-animation: closebuttonRight 0.3s forwards;
        -moz-animation: closebuttonRight 0.3s forwards;
        -o-animation: closebuttonRight 0.3s forwards;
        animation: closebuttonRight 0.3s forwards; }
        @media only screen and (max-width: 60em) {
          .timeline .content--anos .ano--active.ano--right .ano__close {
            display: block;
            -webkit-animation: closebuttonLeftMob 0.3s forwards;
            -moz-animation: closebuttonLeftMob 0.3s forwards;
            -o-animation: closebuttonLeftMob 0.3s forwards;
            animation: closebuttonLeftMob 0.3s forwards; } }
        @media only screen and (max-width: 30em) {
          .timeline .content--anos .ano--active.ano--right .ano__close {
            display: block;
            -webkit-animation: closebuttonLeftMob 0.3s forwards;
            -moz-animation: closebuttonLeftMob 0.3s forwards;
            -o-animation: closebuttonLeftMob 0.3s forwards;
            animation: closebuttonLeftMob 0.3s forwards; } }
    .timeline .content--anos .ano--left {
      margin-right: 50%; }
      .timeline .content--anos .ano--left .ano__ano {
        right: 25px; }
        .timeline .content--anos .ano--left .ano__ano:before {
          right: -38px; }
        .timeline .content--anos .ano--left .ano__ano:after {
          right: -31px; }
      .timeline .content--anos .ano--left .ano__content {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-box-shadow: -2px 2px 3px 1px rgba(0, 0, 0, 0.15);
        box-shadow: -2px 2px 3px 1px rgba(0, 0, 0, 0.15);
        padding-right: 4rem;
        position: absolute;
        z-index: 0;
        width: 100%;
        left: 0;
        /*right:50%;*/ }
    .timeline .content--anos .ano--right1 {
      margin-left: 50%; }
      .timeline .content--anos .ano--right1 .ano__ano {
        left: 25px; }
        @media only screen and (max-width: 60em) {
          .timeline .content--anos .ano--right1 .ano__ano {
            left: 41px; } }
        @media only screen and (max-width: 30em) {
          .timeline .content--anos .ano--right1 .ano__ano {
            left: 41px; } }
        .timeline .content--anos .ano--right1 .ano__ano:before {
          left: -38px; }
          @media only screen and (max-width: 60em) {
            .timeline .content--anos .ano--right1 .ano__ano:before {
              left: -28px; } }
          @media only screen and (max-width: 30em) {
            .timeline .content--anos .ano--right1 .ano__ano:before {
              left: -28px; } }
        .timeline .content--anos .ano--right1 .ano__ano:after {
          left: -31px; }
          @media only screen and (max-width: 60em) {
            .timeline .content--anos .ano--right1 .ano__ano:after {
              left: -21px; } }
          @media only screen and (max-width: 30em) {
            .timeline .content--anos .ano--right1 .ano__ano:after {
              left: -21px; } }
      @media only screen and (max-width: 60em) {
        .timeline .content--anos .ano--right1 {
          margin-left: 0; } }
      @media only screen and (max-width: 30em) {
        .timeline .content--anos .ano--right1 {
          margin-left: 0; } }
      .timeline .content--anos .ano--right1 .ano__content {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.15);
        box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.15);
        padding-left: 4rem;
        position: absolute;
        height: auto;
        z-index: 0;
        width: 100%;
        right: 0;
        /*left:50%;*/ }
    .timeline .content--anos .ano--right {
      margin-left: 50%; }
      .timeline .content--anos .ano--right .ano__ano {
        left: 25px; }
        @media only screen and (max-width: 60em) {
          .timeline .content--anos .ano--right .ano__ano {
            left: 41px; } }
        @media only screen and (max-width: 30em) {
          .timeline .content--anos .ano--right .ano__ano {
            left: 41px; } }
        .timeline .content--anos .ano--right .ano__ano:before {
          left: -38px; }
          @media only screen and (max-width: 60em) {
            .timeline .content--anos .ano--right .ano__ano:before {
              left: -28px; } }
          @media only screen and (max-width: 30em) {
            .timeline .content--anos .ano--right .ano__ano:before {
              left: -28px; } }
        .timeline .content--anos .ano--right .ano__ano:after {
          left: -31px; }
          @media only screen and (max-width: 60em) {
            .timeline .content--anos .ano--right .ano__ano:after {
              left: -21px; } }
          @media only screen and (max-width: 30em) {
            .timeline .content--anos .ano--right .ano__ano:after {
              left: -21px; } }
      @media only screen and (max-width: 60em) {
        .timeline .content--anos .ano--right {
          margin-left: 0; } }
      @media only screen and (max-width: 30em) {
        .timeline .content--anos .ano--right {
          margin-left: 0; } }
      .timeline .content--anos .ano--right .ano__content {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.15);
        box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.15);
        padding-left: 4rem;
        position: absolute;
        height: auto;
        z-index: 0;
        width: 100%;
        right: 0;
        /*left:50%;*/ }
    .timeline .content--anos .ano--left.ano--active .ano__content {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      filter: alpha(opacity=100); }
    .timeline .content--anos .ano--right.ano--active .ano__content {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      filter: alpha(opacity=100); }
  .timeline .content--ano1906 {
    /*position: absolute;*/
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%; }
  .timeline .timeline__header {
    height: 400px;
    position: relative; }
  .timeline .timeline__decada {
    height: auto;
    position: relative; }
    .timeline .timeline__decada:before {
      content: '';
      display: block;
      position: absolute;
      width: 6px;
      height: 100%;
      left: 50%;
      margin-left: -3px;
      background: #04b46b;
      z-index: 1; }
      @media only screen and (max-width: 60em) {
        .timeline .timeline__decada:before {
          left: 26px; } }
      @media only screen and (max-width: 30em) {
        .timeline .timeline__decada:before {
          left: 26px; } }
    .timeline .timeline__decada .decada {
      background: #04b46b;
      height: 50px;
      line-height: 56px;
      text-align: center;
      color: white;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      position: relative;
      font-size: 1.4rem;
      z-index: 1; }
    .timeline .timeline__decada .decada__content {
      height: auto;
      background: #444;
      color: white;
      padding: 2rem 0;
      position: relative;
      -webkit-background-size: cover;
      -ms-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-attachment: fixed; }
      .timeline .timeline__decada .decada__content:before {
        content: '';
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .timeline .timeline__decada .decada__content--light {
      color: #5e6461; }
      .timeline .timeline__decada .decada__content--light:before {
        background-color: rgba(255, 255, 255, 0.8); }
      .timeline .timeline__decada .decada__content--light .description__title {
        color: #5e6461 !important; }
    .timeline .timeline__decada .decada__content--dark {
      color: white; }
      .timeline .timeline__decada .decada__content--dark:before {
        background-color: rgba(0, 0, 0, 0.4); }
      .timeline .timeline__decada .decada__content--dark .description__title {
        color: white; }

.basicPage--timeline .basicPage__headerWrapper .lineAfter {
  bottom: 103px; }

.basicPage--timeline .basicPage__header {
  height: 348px; }

.basicPage--timeline .timeline__header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9); }
  @media only screen and (max-width: 60em) {
    .basicPage--timeline .timeline__header {
      background-color: white; } }
  @media only screen and (max-width: 30em) {
    .basicPage--timeline .timeline__header {
      background-color: white; } }
  .basicPage--timeline .timeline__header .timeline__nav__title {
    position: absolute;
    left: -100px;
    width: 90px;
    font-size: 0.5rem;
    text-transform: uppercase;
    text-align: right;
    top: 14px; }
  .basicPage--timeline .timeline__header .timeline__nav {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    position: relative;
    margin-left: 100px;
    padding-left: 10px;
    display: block; }
    .basicPage--timeline .timeline__header .timeline__nav:after {
      content: "";
      display: table;
      clear: both; }
    .basicPage--timeline .timeline__header .timeline__nav li {
      float: left;
      padding: 0 10px;
      padding-top: 8px;
      font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
      font-size: 0.62rem;
      color: #5e6461;
      width: 150px;
      line-height: 1; }
    @media only screen and (max-width: 60em) {
      .basicPage--timeline .timeline__header .timeline__nav {
        display: none; } }
    @media only screen and (max-width: 30em) {
      .basicPage--timeline .timeline__header .timeline__nav {
        display: none; } }
  .basicPage--timeline .timeline__header .timeline__nav--decadas {
    padding: 0; }
    .basicPage--timeline .timeline__header .timeline__nav--decadas:after {
      content: "";
      display: table;
      clear: both; }
    .basicPage--timeline .timeline__header .timeline__nav--decadas .timeline__nav__title {
      color: #04b46b; }
    .basicPage--timeline .timeline__header .timeline__nav--decadas li {
      border-right: #dfe1e0 solid 1px;
      padding: 0;
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 0.85rem;
      width: auto; }
      .basicPage--timeline .timeline__header .timeline__nav--decadas li a {
        padding: 0 20px;
        color: #04b46b;
        text-transform: uppercase;
        line-height: 44px;
        height: 40px;
        letter-spacing: 1px; }

@-webkit-keyframes closebuttonLeft {
  0% {
    opacity: 0;
    right: 100%; }
  100% {
    opacity: 1;
    right: 4%; } }

@-moz-keyframes closebuttonLeft {
  0% {
    opacity: 0;
    right: 100%; }
  100% {
    opacity: 1;
    right: 4%; } }

@-o-keyframes closebuttonLeft {
  0% {
    opacity: 0;
    right: 100%; }
  100% {
    opacity: 1;
    right: 4%; } }

@keyframes closebuttonLeft {
  0% {
    opacity: 0;
    right: 100%; }
  100% {
    opacity: 1;
    right: 4%; } }

/*Tablet#Mobile*/
@-webkit-keyframes closebuttonLeftMob {
  0% {
    opacity: 0;
    right: 10px; }
  100% {
    opacity: 1;
    right: 10px; } }

@-moz-keyframes closebuttonLeftMob {
  0% {
    opacity: 0;
    right: 10px; }
  100% {
    opacity: 1;
    right: 10px; } }

@-o-keyframes closebuttonLeftMob {
  0% {
    opacity: 0;
    right: 10px; }
  100% {
    opacity: 1;
    right: 10px; } }

@keyframes closebuttonLeftMob {
  0% {
    opacity: 0;
    right: 10px; }
  100% {
    opacity: 1;
    right: 10px; } }

@-webkit-keyframes closebuttonRight {
  0% {
    opacity: 0;
    left: 100%; }
  100% {
    opacity: 1;
    left: 4%; } }

@-moz-keyframes closebuttonRight {
  0% {
    opacity: 0;
    left: 100%; }
  100% {
    opacity: 1;
    left: 4%; } }

@-o-keyframes closebuttonRight {
  0% {
    opacity: 0;
    left: 100%; }
  100% {
    opacity: 1;
    left: 4%; } }

@keyframes closebuttonRight {
  0% {
    opacity: 0;
    left: 100%; }
  100% {
    opacity: 1;
    left: 4%; } }

/**
 * Page Error 404
 */
.error404 .error404__content {
  position: relative; }

.error404 .error404__headerWrapper {
  position: relative;
  width: 100%;
  height: 600px;
  background: #000; }
  .error404 .error404__headerWrapper .headerWrapper__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/img_404.jpg");
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    opacity: 0.7;
    filter: alpha(opacity=70); }
    .error404 .error404__headerWrapper .headerWrapper__bg:before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-image: url("../images/stripes_hp@2x.png");
      background-position: right center;
      background-repeat: no-repeat;
      background-size: cover;
      pointer-events: none;
      z-index: 2; }
      @media only screen and (max-width: 60em) {
        .error404 .error404__headerWrapper .headerWrapper__bg:before {
          display: none; } }
      @media only screen and (max-width: 30em) {
        .error404 .error404__headerWrapper .headerWrapper__bg:before {
          display: none; } }
  .error404 .error404__headerWrapper .error404__header {
    margin: 0 auto; }
    .error404 .error404__headerWrapper .error404__header .headerContainer {
      position: absolute;
      top: 25%;
      color: white; }
      .error404 .error404__headerWrapper .error404__header .headerContainer .subTitle {
        color: #9ea3a1;
        text-transform: uppercase; }
      .error404 .error404__headerWrapper .error404__header .headerContainer .page__title {
        color: white;
        text-transform: uppercase;
        font-size: 2.5rem;
        font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
        line-height: 1;
        margin: 20px 0px 10px 10px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
      .error404 .error404__headerWrapper .error404__header .headerContainer .description {
        color: white;
        max-width: 410px;
        text-align: justify; }
      .error404 .error404__headerWrapper .error404__header .headerContainer #search-block-form--2 {
        position: relative;
        max-width: 450px;
        margin: 1rem 0; }
        .error404 .error404__headerWrapper .error404__header .headerContainer #search-block-form--2 .form-actions {
          position: absolute;
          top: 0;
          right: 0; }
          .error404 .error404__headerWrapper .error404__header .headerContainer #search-block-form--2 .form-actions .form-submit {
            background: url("../images/SVG/icon_search.svg");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 1rem;
            background-color: #04b46b;
            width: 50px;
            height: 50px;
            border: 0;
            color: transparent;
            /* hide input value */ }
        .error404 .error404__headerWrapper .error404__header .headerContainer #search-block-form--2 #edit-search-block-form--4 {
          width: 100%;
          height: 50px;
          padding-right: 60px; }
        .error404 .error404__headerWrapper .error404__header .headerContainer #search-block-form--2 #edit-actions--2 {
          position: absolute;
          top: 0;
          right: 0;
          width: 50px;
          height: 50px;
          color: transparent; }
        .error404 .error404__headerWrapper .error404__header .headerContainer #search-block-form--2 input[type="reset"] {
          display: none; }
      .error404 .error404__headerWrapper .error404__header .headerContainer .returnHome span {
        color: white;
        border-bottom: 1px solid white; }
      .error404 .error404__headerWrapper .error404__header .headerContainer .returnHome line, .error404 .error404__headerWrapper .error404__header .headerContainer .returnHome polyline, .error404 .error404__headerWrapper .error404__header .headerContainer .returnHome path {
        stroke: white; }

/**
 * Page Contactos
 */
.contactosContainer {
  padding: 80px 0; }
  .contactosContainer .columns.xlarge-6 {
    margin-bottom: 30px; }
  @media only screen and (min-width: 60em) and (max-width: 76.875em) {
    .contactosContainer .columns {
      padding: 20px 0; } }
  @media only screen and (max-width: 60em) {
    .contactosContainer .columns {
      padding: 20px 0; } }
  @media only screen and (max-width: 30em) {
    .contactosContainer .columns {
      padding: 20px 0; } }
  .contactosContainer .icon {
    position: relative;
    width: auto;
    height: 50px;
    margin: 10px 0; }
    .contactosContainer .icon img, .contactosContainer .icon svg {
      position: absolute;
      bottom: 0; }
  .contactosContainer .title {
    color: #04b46b; }
  .contactosContainer .text {
    margin-top: 20px; }
  .contactosContainer .underline {
    display: block;
    padding: 5px 0;
    text-decoration: underline; }

.section-contactos .webform-component--assunto {
  margin-bottom: 1rem; }

.section-contactos .form-actions {
  float: right;
  margin-top: 1rem; }
  .section-contactos .form-actions .webform-submit {
    width: 200px;
    height: 50px;
    background: #04b46b;
    color: white;
    font-weight: bold;
    border: 0; }

.section-contactos #webform-client-form-25606 .form-reset {
  display: none; }

.section-contacts .webform-component--subject {
  margin-bottom: 1rem; }

.section-contacts .form-actions {
  float: right;
  margin-top: 1rem; }
  .section-contacts .form-actions .webform-submit {
    width: 200px;
    height: 50px;
    background: #04b46b;
    color: white;
    font-weight: bold;
    border: 0; }

/* Notificações Formulário */
.formMessages {
  color: #fff;
  font-size: 1.4rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

/* SEARCH */
#search-form {
  position: relative;
  max-width: 410px;
  margin: 1rem 0; }
  #search-form .form-wrapper {
    display: block;
    padding-top: 50px; }
    #search-form .form-wrapper .form-item-keys {
      position: absolute;
      top: 32px;
      right: 0; }
      #search-form .form-wrapper .form-item-keys label {
        display: none; }
    #search-form .form-wrapper #edit-keys {
      width: 100%;
      height: 50px;
      padding-right: 42px; }
    #search-form .form-wrapper #edit-actions--2 {
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      color: transparent; }
    #search-form .form-wrapper .form-submit {
      background: url("../images/SVG/icon_search.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 1rem;
      background-color: #04b46b;
      width: 50px;
      height: 50px;
      border: 0;
      color: transparent;
      /* hide input value */
      position: absolute;
      top: 32px;
      right: 0; }
  #search-form input[type="reset"] {
    display: none; }

.search-results {
  margin-left: 0px !important;
  padding: 0 10px;
  /*
    @include large-grid{

    }
    @include medium-grid{

    }
    @include small-grid{

    }
*/ }
  .search-results .search-result {
    margin-bottom: 0px !important; }
    .search-results .search-result .searchItem {
      margin-bottom: 0px !important;
      display: block;
      position: relative;
      padding: 40px 20px;
      border-bottom: 1px solid #dfe1e0; }
      .search-results .search-result .searchItem .searchInfoDay {
        font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
        font-size: 0.7rem;
        text-transform: uppercase;
        color: #5e6461; }
        .search-results .search-result .searchItem .searchInfoDay .searchInfoDayCategory {
          display: inline-block;
          color: #202221; }
      .search-results .search-result .searchItem .searchTitle a {
        color: #202221; }
        .search-results .search-result .searchItem .searchTitle a:hover {
          color: #04b46b; }
      .search-results .search-result .searchItem .searchInfo .searchTxt {
        font-style: italic;
        font-size: 0.85rem;
        font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
      .search-results .search-result .searchItem .btLerMais {
        font-size: 0.7rem;
        text-decoration: underline; }
        .search-results .search-result .searchItem .btLerMais:hover {
          color: #03824d; }

.honoris--intro {
  background: #03824d;
  color: white;
  position: relative;
  background-image: url("../images/honoris/Gala-Banner-2019.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .honoris--intro:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
  .honoris--intro:after {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */ }
  .honoris--intro .stripes--right {
    background-position: right 0px; }
    @media only screen and (max-width: 60em) {
      .honoris--intro .stripes--right {
        /*height:120px;*/ } }
    @media only screen and (max-width: 30em) {
      .honoris--intro .stripes--right {
        /*height:120px;*/ } }
  .honoris--intro .container {
    padding-top: 7rem;
    /*padding-bottom:1rem;*/
    position: relative;
    z-index: 10;
    padding-left: 46px;
    padding-right: 46px; }
  .honoris--intro .intro__title {
    font-size: 3rem;
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    line-height: 1;
    color: white; }
    .honoris--intro .intro__title span {
      font-size: 1rem;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      color: #dfe1e0; }
  .honoris--intro .intro__subtitle {
    font-size: 2.5rem;
    line-height: 1;
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
    color: white; }
  .honoris--intro .intro__description {
    margin: 1rem 0;
    margin-bottom: 3rem;
    font-size: 0.85rem;
    color: #dfe1e0;
    line-height: 1.2; }
  .honoris--intro .intro__action .button {
    text-transform: uppercase;
    position: relative;
    background: #FAC200;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    color: #202221;
    border: #FAC200 solid 1px;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    border-radius: 6px; }
  .honoris--intro .intro__vantagensbtn {
    text-align: center;
    margin-top: 1rem; }
    .honoris--intro .intro__vantagensbtn .button {
      background: none;
      border: none;
      text-transform: uppercase;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      height: 85px; }
      .honoris--intro .intro__vantagensbtn .button .svg-ico {
        margin-top: -20px; }
      .honoris--intro .intro__vantagensbtn .button:hover {
        color: white; }
      .honoris--intro .intro__vantagensbtn .button:active {
        color: white; }

.votacao--intro {
  background: #03824d;
  color: white;
  position: relative;
  background-image: url("../images/honoris/Banner-Spo-Mod.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .votacao--intro:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
  .votacao--intro:after {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */ }
  .votacao--intro .stripes--right {
    background-position: right 0px; }
    @media only screen and (max-width: 60em) {
      .votacao--intro .stripes--right {
        /*height:120px;*/ } }
    @media only screen and (max-width: 30em) {
      .votacao--intro .stripes--right {
        /*height:120px;*/ } }
  .votacao--intro .container {
    padding-top: 7rem;
    /*padding-bottom:1rem;*/
    position: relative;
    z-index: 10;
    padding-left: 46px;
    padding-right: 46px; }
  .votacao--intro .intro__title {
    font-size: 3rem;
    font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    line-height: 1;
    color: white; }
    .votacao--intro .intro__title span {
      font-size: 1rem;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      color: #dfe1e0; }
  .votacao--intro .intro__subtitle {
    font-size: 2.5rem;
    line-height: 1;
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
    color: white; }
  .votacao--intro .intro__description {
    margin: 1rem 0;
    margin-bottom: 3rem;
    font-size: 0.85rem;
    color: #dfe1e0;
    line-height: 1.2; }
  .votacao--intro .intro__action .button {
    text-transform: uppercase;
    position: relative;
    background: #FAC200;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    color: #202221;
    border: #FAC200 solid 1px;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    border-radius: 6px; }
  .votacao--intro .intro__vantagensbtn {
    text-align: center;
    margin-top: 1rem; }
    .votacao--intro .intro__vantagensbtn .button {
      background: none;
      border: none;
      text-transform: uppercase;
      font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
      height: 85px; }
      .votacao--intro .intro__vantagensbtn .button .svg-ico {
        margin-top: -20px; }
      .votacao--intro .intro__vantagensbtn .button:hover {
        color: white; }
      .votacao--intro .intro__vantagensbtn .button:active {
        color: white; }

/*
.basicPage--gamebox header {
  margin: 0;
}
.basicPage--gamebox .gamebox__subtitle{
      font-size: 1.65rem;
      font-variant: normal;
}
.basicPage--gamebox{
  .container{

    &.bgGray{
      background-color: #EFEFED;
      padding: 50px 0;
    }

  }
}
*/
.honoris-lead {
  font-size: 12px;
  font-style: italic;
  text-align: center;
  width: 600px;
  margin: 40px auto 0; }

#scp_honoris .content__blockWrapper:before {
  pointer-events: none; }

.radios-container {
  margin: 50px auto; }
  .radios-container div label input {
    margin-right: 100px; }
  .radios-container .columns {
    position: static; }
  .radios-container .line-nominee.row {
    /*min-height: 390px;*/
    min-height: 300px; }
    .radios-container .line-nominee.row .o-outro .circular {
      background-size: 90% !important;
      background-image: url("../images/honoris/avatar-white.png") !important;
      background-color: #04b46b !important;
      /*#61c250*/
      background-position: center !important;
      background-repeat: no-repeat !important;
      margin: 0 0 0 40px;
      float: left;
      display: block; }
    .radios-container .line-nominee.row .o-outro .nominee {
      float: left;
      display: block;
      position: relative;
      margin-left: 30px;
      width: 50%;
      text-align: left; }
    .radios-container .line-nominee.row .o-outro .description {
      float: left;
      display: block;
      width: 50%;
      overflow: hidden;
      margin-left: 30px; }
      .radios-container .line-nominee.row .o-outro .description input {
        max-width: 100%;
        width: 100%;
        position: relative;
        margin-right: 0;
        left: 0; }
    .radios-container .line-nominee.row .o-outro .button-holder {
      position: relative !important;
      width: 50% !important;
      display: block !important;
      float: left !important;
      margin-left: 225px !important;
      /*35px*/
      margin-top: -65px !important; }
      .radios-container .line-nominee.row .o-outro .button-holder .btn-nomeado {
        margin: 0 !important; }
    .radios-container .line-nominee.row .o-outro input:checked + span {
      /*, input:checked + span .btn-nomeado*/
      background-color: rgba(4, 180, 107, 0.3);
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      height: initial !important;
      display: inline-block;
      width: 100%; }

.ck-button label {
  position: static; }
  .ck-button label span {
    padding: 15px 10px;
    display: block;
    z-index: 1;
    position: relative; }
    .ck-button label span .button-holder {
      position: absolute;
      bottom: -15px;
      width: 100%;
      display: block; }
  .ck-button label input {
    position: absolute;
    left: -20px; }

.ck-button input:checked + span, .ck-button input:checked + span .btn-nomeado {
  background-color: rgba(4, 180, 107, 0.3);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

.ck-button input:checked + span .btn-nomeado {
  background-color: #04b46b;
  display: block;
  background-image: url(../images/SVG/icon_check_white.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  text-indent: -999px;
  font-size: 0px;
  line-height: 0; }

.ck-button input:checked + span .circular, .ck-button input:checked + span .description {
  opacity: 0.33; }

.ck-button .nominee {
  color: #04b46b;
  text-align: center; }

.ck-button .description {
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currentlynot supported by any browser */ }
  .ck-button .description p {
    text-align: center;
    font-size: 12px;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currentlynot supported by any browser */ }

.ck-button .circular {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  margin: 0 auto; }

.ck-button div.btn-nomeado {
  width: 135px;
  display: block;
  text-align: center;
  margin: 0 auto;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    not supported by any browser */
  text-transform: uppercase; }

.opactity {
  background-color: #fff;
  opacity: .5; }

/*Modal Honoris*/
#msgHonorisSucess,
#msgHonorisError,
#msgHonorisVoted,
#msgHonornotEnough,
#msgHonornotEnough2,
#memberRequired,
#inDebt,
#nonMember,
#loginModal {
  position: fixed !important;
  top: 30px !important;
  margin-top: 0 !important; }

.basicPage--gamebox .votacao--container .title {
  color: #036e49 !important; }

/*Gui
.slider__for--photos_votacao_1 .slideMedia {
  text-align: center;
}

.slider__for--photos_votacao_1 .slideMedia img{
  display: inline-block;
}
*/
.slider__for--photos_votacao_1 .slideMedia {
  text-align: center; }
  .slider__for--photos_votacao_1 .slideMedia img {
    display: inline-block; }

.slider__for--photos_votacao_1 .slick-disabled {
  display: none; }

.rede_parceiros {
  margin-left: 2%;
  margin-right: 2%; }
  .rede_parceiros .smoothScroll {
    display: block;
    position: absolute;
    left: 0;
    top: 550px; }
    @media only screen and (max-width: 60em) {
      .rede_parceiros .smoothScroll {
        top: 500px; } }
    @media only screen and (max-width: 30em) {
      .rede_parceiros .smoothScroll {
        top: 1142px; } }
    @media only screen and (max-width: 362px) {
      .rede_parceiros .smoothScroll {
        top: 1600px; } }
  .rede_parceiros .rede_list_div {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2%; }
    .rede_parceiros .rede_list_div .rede_list {
      width: 100%;
      text-align: center; }
      .rede_parceiros .rede_list_div .rede_list .list__item {
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
        display: inline-block; }
        .rede_parceiros .rede_list_div .rede_list .list__item .button_rede {
          text-transform: uppercase;
          text-align: center;
          font-size: 0.55rem;
          float: left;
          min-width: 145px;
          min-height: 108px;
          width: 100%;
          position: relative;
          padding-top: 10%;
          padding-bottom: 10%;
          background-color: transparent; }
        .rede_parceiros .rede_list_div .rede_list .list__item .button_text {
          position: absolute;
          width: 100%;
          text-align: center;
          bottom: 0; }
      .rede_parceiros .rede_list_div .rede_list .list__item.selected .button_rede {
        background-color: #04b46b;
        color: #ffffff; }
      .rede_parceiros .rede_list_div .rede_list .list__item.selected:after {
        content: " ";
        display: block;
        width: 0px;
        height: 0px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #04b46b;
        position: absolute;
        bottom: -10px;
        left: 50%;
        z-index: 1;
        margin-left: -10px; }
  .rede_parceiros .descontos_lista .rede_row {
    max-width: 100%; }
    .rede_parceiros .descontos_lista .rede_row h4 {
      font-size: 0.95rem;
      text-transform: uppercase; }
    .rede_parceiros .descontos_lista .rede_row h5 {
      font-size: 0.80rem;
      text-transform: uppercase;
      font-style: italic; }
    .rede_parceiros .descontos_lista .rede_row p {
      font-size: 0.80rem; }
    .rede_parceiros .descontos_lista .rede_row img {
      display: block;
      margin: 0 auto; }
    .rede_parceiros .descontos_lista .rede_row .button_mais {
      text-align: center; }
      .rede_parceiros .descontos_lista .rede_row .button_mais a {
        text-align: center;
        margin-top: 0.75rem; }
      .rede_parceiros .descontos_lista .rede_row .button_mais .button_mais_div {
        width: 45px;
        height: 45px;
        border: 1px solid;
        border-radius: 50%;
        position: relative;
        display: inline-block; }
      .rede_parceiros .descontos_lista .rede_row .button_mais a div:before {
        font-size: 1rem;
        /*padding: 9px;*/
        width: 100%;
        text-align: center;
        line-height: 2.3rem; }
      .rede_parceiros .descontos_lista .rede_row .button_mais p {
        font-size: 0.65rem;
        text-align: center;
        position: relative;
        font-style: italic;
        line-height: 1rem !important;
        margin-top: 10px; }
    .rede_parceiros .descontos_lista .rede_row .button_mais.button_mais_plus a div:before {
      content: "\271A"; }
    .rede_parceiros .descontos_lista .rede_row .button_mais.button_mais_minus a div:before {
      content: "\2212"; }
    .rede_parceiros .descontos_lista .rede_row .rede_row_table {
      margin-right: 20%; }
      .rede_parceiros .descontos_lista .rede_row .rede_row_table td {
        font-size: 0.75rem; }
    .rede_parceiros .descontos_lista .rede_row .rede_row_empty {
      text-align: center; }
  .rede_parceiros .descontos_lista .rede_row_closed {
    max-height: 100px;
    overflow: hidden; }

.partners_private .saved_block {
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 10%;
  margin-right: 10%;
  padding: 2%;
  background-color: #F4F4F4; }
  .partners_private .saved_block .saved_total {
    font-size: 150%;
    font-weight: bolder;
    color: #15B46A;
    opacity: 0.85; }
  .partners_private .saved_block .sb_row {
    display: table;
    width: 100%;
    text-align: center; }
    .partners_private .saved_block .sb_row .col_first {
      display: table-cell;
      vertical-align: middle;
      width: 50%;
      height: 100%;
      padding-left: 10%; }
    .partners_private .saved_block .sb_row .col_last {
      display: table-cell;
      vertical-align: middle;
      width: 50%;
      height: 100%;
      padding-right: 5%; }
    .partners_private .saved_block .sb_row h4 {
      text-transform: uppercase; }

.partners_private .date_picker span {
  font-size: 80%; }

.partners_private .date_picker button {
  padding-left: initial;
  padding-right: initial;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 12%; }

.partners_private .discounts_table {
  margin-top: 2%;
  margin-bottom: 7%; }
  .partners_private .discounts_table .no_results {
    font-style: italic; }

.candidatura {
  margin-top: 30px;
  margin-bottom: 30px;
  /*
  #edit-submitted-wrapper-candidatura-cv-ficheiro-upload-button{
    display: none;
  }

  #edit-submitted-wrapper-candidatura-cv-ficheiro-upload{

  }

  .webform-component--wrapper-candidatura--habilitacoes--cursos-multiplos{
    input[type="submit"]{
      float: right;
      width: 150px;
      height: 50px;
      background: #04b46b;
      color: white;
      font-weight: bold;
      border: 0;
      border-radius: 3px;
      margin: 10px 15px 30px 15px;
    }
  }

  .upload_div{
    display: block;
    width: 100%;

    .upload_file_label{
      position: relative;

      span.upl_btn{
        display: inline-block;
        width: 200px;
        height: 50px;
        background: #04b46b;
        color: white;
        font-weight: bold;
        border: 0;
        border-radius: 3px;
        text-align: center;
        line-height: 50px;
      }

      input[type="text"].filename{
        display: inline-block;
        position: absolute;
        background-color: transparent;
        border: 0;
      }
    }
  }
  input[type="file"]{
    display: none;
  }*/ }
  .candidatura .form_title {
    margin-top: 30px;
    margin-bottom: 30px; }
    .candidatura .form_title legend {
      text-transform: uppercase;
      margin-bottom: 20px; }
  .candidatura .row {
    display: block;
    width: 100%;
    float: left; }
    .candidatura .row .columns {
      display: inline-block;
      float: left; }
  .candidatura .form-item {
    margin-bottom: 0.5em; }
    .candidatura .form-item label {
      margin-bottom: 0; }
    .candidatura .form-item select {
      margin-bottom: 1em; }
  .candidatura .webform-container-inline.webform-datepicker {
    position: relative; }
    .candidatura .webform-container-inline.webform-datepicker div {
      display: inline-block;
      width: 28%; }
      .candidatura .webform-container-inline.webform-datepicker div select {
        padding-left: 0.3rem;
        padding-right: 0.5rem;
        font-size: 80%; }
    .candidatura .webform-container-inline.webform-datepicker .hasDatepicker {
      position: absolute;
      right: 0px;
      top: 10px; }

.candidatura_submit {
  float: right;
  margin-top: 1rem; }
  .candidatura_submit .webform-submit {
    width: 200px;
    height: 50px;
    background: #04b46b;
    color: white;
    font-weight: bold;
    border: 0;
    border-radius: 3px; }

.button_link {
  width: 300px;
  height: 50px;
  line-height: 50px;
  background: #04b46b;
  color: white;
  font-weight: bold;
  border-radius: 3px;
  text-align: center;
  margin: 0 auto 0 auto;
  display: block; }
  .button_link:hover {
    color: white; }

/*passatempo - link*/
.field-name-field-link-webform.field-type-link-field {
  position: absolute;
  bottom: 10px; }
  .field-name-field-link-webform.field-type-link-field a {
    font-size: 16px;
    font-weight: bold; }

.basicPage--titulos22 {
  margin-bottom: 0;
  /**/
  /**/
  /**/
  /**/ }
  .basicPage--titulos22 .main-container {
    box-shadow: none;
    padding: 0; }
  .basicPage--titulos22 .basicPage__content {
    margin: 0; }
  .basicPage--titulos22 .basicPage__content .container {
    margin: 0 auto; }
  .basicPage--titulos22 h1, .basicPage--titulos22 h2, .basicPage--titulos22 h3, .basicPage--titulos22 h4, .basicPage--titulos22 h5, .basicPage--titulos22 h6 {
    font-weight: normal; }
  .basicPage--titulos22 header {
    margin-bottom: 3rem; }
  .basicPage--titulos22 .title-lines-nobg .title {
    font-size: 2.5rem;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    padding-left: 3rem;
    padding-right: 3rem;
    text-transform: uppercase;
    color: #202221;
    font-size: 2.2rem;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    width: 70%;
    vertical-align: middle;
    white-space: initial;
    text-align: center; }
    @media only screen and (max-width: 30em) {
      .basicPage--titulos22 .title-lines-nobg .title {
        padding-left: 0rem;
        padding-right: 0rem;
        font-size: 1.7rem;
        text-align: center;
        white-space: normal; } }
  .basicPage--titulos22 .title-lines-nobg .line {
    height: 100%;
    display: table-cell; }
    .basicPage--titulos22 .title-lines-nobg .line:before {
      background: #dfe1e0; }
    @media only screen and (max-width: 30em) {
      .basicPage--titulos22 .title-lines-nobg .line {
        display: none; } }
  .basicPage--titulos22 .titulos--intro {
    position: relative;
    background-image: url("../images/22titulos/selecao.jpg");
    background-position: top center;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 120px 0 160px; }
    @media only screen and (max-width: 30em) {
      .basicPage--titulos22 .titulos--intro {
        padding: 120px 20px 160px; } }
    .basicPage--titulos22 .titulos--intro .title-lines-nobg {
      margin: 0 0 70px; }
      .basicPage--titulos22 .titulos--intro .title-lines-nobg .title {
        color: #202221; }
      .basicPage--titulos22 .titulos--intro .title-lines-nobg .line:before {
        background: #0aaf6a; }
    .basicPage--titulos22 .titulos--intro .desc {
      font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
      line-height: 1.8rem;
      font-size: 0.9rem;
      text-align: Left;
      color: #181818; }
  .basicPage--titulos22 .titulos--cronologia {
    position: relative;
    background-image: url("../images/background_opacity.png");
    background-position: top center;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #00b468;
    padding: 100px 0 100px; }
    .basicPage--titulos22 .titulos--cronologia iframe {
      display: block;
      margin: -250px auto 50px; }
    .basicPage--titulos22 .titulos--cronologia .title-lines-nobg {
      margin: 0 0 70px; }
      .basicPage--titulos22 .titulos--cronologia .title-lines-nobg .title {
        color: white;
        font-size: 1.9rem; }
      .basicPage--titulos22 .titulos--cronologia .title-lines-nobg .line:before {
        background: white; }
    .basicPage--titulos22 .titulos--cronologia .row .holderContent {
      display: block;
      float: left;
      width: 100%;
      background: white; }
      .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent {
        display: block;
        float: left;
        width: 100%;
        height: 100px;
        border-bottom: 1px solid #c7c7c7; }
        .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .cronoLeft {
          background-image: url("../images/22titulos/icon_bullet_grey.svg");
          background-position: 9px 6px;
          background-repeat: no-repeat;
          background-size: 10px;
          display: block;
          position: absolute;
          left: -30px;
          top: 37px;
          border: 2px solid #ccc;
          border-radius: 50%;
          width: 30px;
          height: 30px;
          transform: rotate(180deg); }
          .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .cronoLeft:hover {
            background-image: url("../images/22titulos/icon_bullet.svg") !important;
            border: 2px solid #04b46b; }
        .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .cronoRight {
          background-image: url("../images/22titulos/icon_bullet_grey.svg");
          background-position: 9px 6px;
          background-repeat: no-repeat;
          background-size: 10px;
          display: block;
          position: absolute;
          right: -30px;
          top: 37px;
          border: 2px solid #ccc;
          border-radius: 50%;
          width: 30px;
          height: 30px; }
          .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .cronoRight:hover {
            background-image: url("../images/22titulos/icon_bullet.svg") !important;
            border: 2px solid #04b46b; }
        .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline {
          width: 100%;
          overflow: hidden;
          padding: 30px 0 0; }
          .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline {
            display: block;
            position: relative;
            width: 300%;
            height: 50px; }
            @media only screen and (max-width: 30em) {
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline {
                width: 900%; } }
            .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .line {
              display: block;
              position: absolute;
              top: 21px;
              left: 0;
              width: 300%;
              height: 3px;
              background: #ccc;
              z-index: 1; }
            .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .lineAnim {
              display: block;
              position: absolute;
              top: 21px;
              left: 0;
              width: 0px;
              height: 3px;
              background: #00b468;
              z-index: 2; }
            .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoAnim {
              width: 18px;
              height: 18px;
              border-radius: 50%;
              display: block;
              position: absolute;
              top: 13px;
              left: 0px;
              background-color: #00b468;
              border: solid 2px #ffffff;
              -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
              -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
              z-index: 4; }
            .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear {
              font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
              font-size: 12px;
              color: #202020;
              top: -12px;
              left: 0px;
              position: absolute; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_0 {
                left: 0px; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_1 {
                left: 2.94%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_2 {
                left: 5.88%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_3 {
                left: 8.82%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_4 {
                left: 11.76%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_5 {
                left: 14.70%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_6 {
                left: 17.64%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_7 {
                left: 20.58%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_8 {
                left: 23.52%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_9 {
                left: 26.47%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_10 {
                left: 29.41%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_11 {
                left: 32.35%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_12 {
                left: 35.29%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_13 {
                left: 38.23%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_14 {
                left: 41.17%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_15 {
                left: 44.11%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_16 {
                left: 47.05%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_17 {
                left: 50%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_18 {
                left: 52.94%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_19 {
                left: 55.88%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_20 {
                left: 58.82%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_21 {
                left: 61.76%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_22 {
                left: 64.70%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_23 {
                left: 67.64%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_24 {
                left: 70.58%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_25 {
                left: 73.52%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_26 {
                left: 76.47%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_27 {
                left: 79.41%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_28 {
                left: 82.35%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_29 {
                left: 85.29%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_30 {
                left: 88.23%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_31 {
                left: 91.17%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_32 {
                left: 94.11%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .titYear.ico_33 {
                left: 97.05%; }
            .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear {
              width: 18px;
              height: 18px;
              border-radius: 50%;
              background: #fff;
              display: block;
              position: absolute;
              top: 13px;
              left: 0px;
              -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
              -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
              box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
              z-index: 3;
              /*
                &.active{
                    background-color: #00b468;
                    border: solid 2px #ffffff;
                    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
                    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
                    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
                }
*/ }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_0 {
                left: 0px; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_1 {
                left: 2.94%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_2 {
                left: 5.88%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_3 {
                left: 8.82%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_4 {
                left: 11.76%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_5 {
                left: 14.70%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_6 {
                left: 17.64%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_7 {
                left: 20.58%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_8 {
                left: 23.52%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_9 {
                left: 26.47%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_10 {
                left: 29.41%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_11 {
                left: 32.35%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_12 {
                left: 35.29%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_13 {
                left: 38.23%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_14 {
                left: 41.17%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_15 {
                left: 44.11%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_16 {
                left: 47.05%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_17 {
                left: 50%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_18 {
                left: 52.94%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_19 {
                left: 55.88%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_20 {
                left: 58.82%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_21 {
                left: 61.76%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_22 {
                left: 64.70%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_23 {
                left: 67.64%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_24 {
                left: 70.58%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_25 {
                left: 73.52%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_26 {
                left: 76.47%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_27 {
                left: 79.41%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_28 {
                left: 82.35%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_29 {
                left: 85.29%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_30 {
                left: 88.23%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_31 {
                left: 91.17%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_32 {
                left: 94.11%; }
              .basicPage--titulos22 .titulos--cronologia .row .holderContent .topContent .timeline .slideTimeline .icoYear#ico_33 {
                left: 97.05%; }
      .basicPage--titulos22 .titulos--cronologia .row .holderContent .bottomContent {
        display: block;
        float: left;
        width: 100%;
        padding: 50px 0; }
        .basicPage--titulos22 .titulos--cronologia .row .holderContent .bottomContent .txtYear {
          /*
            height: 590px;
            overflow-y: auto;
            position: relative;
            */
          height: 600px;
          margin: 0 auto 0 auto;
          position: relative;
          overflow-y: auto;
          padding-right: 20px; }
          .basicPage--titulos22 .titulos--cronologia .row .holderContent .bottomContent .txtYear .txtScroll {
            /*
              background: url('https://noraesae.github.io/perfect-scrollbar/azusa.jpg') top left no-repeat;
              width: 1280px;
              height: 720px;
              */ }
          .basicPage--titulos22 .titulos--cronologia .row .holderContent .bottomContent .txtYear.off {
            display: none; }
          .basicPage--titulos22 .titulos--cronologia .row .holderContent .bottomContent .txtYear.on {
            display: block !important; }
          .basicPage--titulos22 .titulos--cronologia .row .holderContent .bottomContent .txtYear .year {
            font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
            font-size: 65px;
            color: #00b468;
            width: 100%; }
          .basicPage--titulos22 .titulos--cronologia .row .holderContent .bottomContent .txtYear .lead {
            font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
            font-size: 16px;
            color: #202020;
            width: 100%;
            font-weight: 600;
            margin-bottom: 20px; }
          .basicPage--titulos22 .titulos--cronologia .row .holderContent .bottomContent .txtYear .txt {
            font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
            font-size: 18px;
            line-height: 42px;
            color: #3e3e3e; }
            .basicPage--titulos22 .titulos--cronologia .row .holderContent .bottomContent .txtYear .txt a {
              color: #00b468;
              text-decoration: underline; }
  .basicPage--titulos22 .titulos--modelos {
    position: relative;
    background-color: white;
    padding: 100px 0 100px;
    /*
    html {
      width: 100%;
      height: 100%;
      perspective: 900;
    }

    body {
      min-height: 0;
      display: inline-block;
      position: relative;
      left: 50%;
      margin: 90px 0;
      transform: translate(-50%, 0);
      box-shadow: 0 10px 0 0 #ff6873 inset;
      background-color: #fefffa;
      max-width: 450px;
      padding: 30px;
    }
    @media (max-width: 550px) {
      body {
        box-sizing: border-box;
        transform: translate(0, 0);
        max-width: 100%;
        min-height: 100%;
        margin: 0;
        left: 0;
      }
    }
*/ }
    .basicPage--titulos22 .titulos--modelos .title-lines-nobg {
      margin: 0 0 70px; }
      .basicPage--titulos22 .titulos--modelos .title-lines-nobg .title {
        color: #202221; }
      .basicPage--titulos22 .titulos--modelos .title-lines-nobg .line:before {
        background: #0aaf6a; }
    .basicPage--titulos22 .titulos--modelos .transition, .basicPage--titulos22 .titulos--modelos p, .basicPage--titulos22 .titulos--modelos ul li i:before, .basicPage--titulos22 .titulos--modelos ul li i:after {
      transition: all 0.4s ease-out; }
    .basicPage--titulos22 .titulos--modelos .flipIn, .basicPage--titulos22 .titulos--modelos h1, .basicPage--titulos22 .titulos--modelos ul li {
      animation: flipdown 0.8s ease both; }
    .basicPage--titulos22 .titulos--modelos p {
      color: rgba(48, 69, 92, 0.8);
      font-size: 17px;
      line-height: 26px;
      letter-spacing: 1px;
      position: relative;
      overflow: hidden;
      opacity: 1;
      transform: translate(0, 0);
      margin-top: 14px;
      z-index: 2; }
      .basicPage--titulos22 .titulos--modelos p span {
        padding: 26px;
        display: inline-block; }
    .basicPage--titulos22 .titulos--modelos ul {
      list-style: none;
      perspective: 900;
      padding: 0;
      margin: 0; }
    .basicPage--titulos22 .titulos--modelos ul li {
      position: relative;
      padding: 0;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0;
      /*border-top: 1px dotted #dce7eb;*/
      -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.75); }
    .basicPage--titulos22 .titulos--modelos ul li img {
      margin: 2%;
      width: 96%; }
    .basicPage--titulos22 .titulos--modelos ul li:nth-of-type(1) {
      animation-delay: 0.5s; }
    .basicPage--titulos22 .titulos--modelos ul li:nth-of-type(2) {
      animation-delay: 0.75s; }
    .basicPage--titulos22 .titulos--modelos ul li:nth-of-type(3) {
      animation-delay: 1s; }
    .basicPage--titulos22 .titulos--modelos ul li:last-of-type {
      padding-bottom: 0; }
    .basicPage--titulos22 .titulos--modelos ul li i {
      position: absolute;
      transform: translate(-6px, 0);
      margin-top: 16px;
      right: 10px;
      border: 1px solid #fff;
      width: 25px;
      height: 25px;
      border-radius: 50%; }
    .basicPage--titulos22 .titulos--modelos ul li i:before, .basicPage--titulos22 .titulos--modelos ul li i:after {
      content: "";
      position: absolute;
      /*
      background-color: #ff6873;
      width: 3px;
      height: 9px;
      */
      background-color: #fff;
      width: 1px;
      height: 9px;
      right: 11px;
      top: 7px; }
    .basicPage--titulos22 .titulos--modelos ul li i:before {
      transform: translate(-3px, 0) rotate(45deg); }
    .basicPage--titulos22 .titulos--modelos ul li i:after {
      transform: translate(3px, 0) rotate(-45deg); }
    .basicPage--titulos22 .titulos--modelos ul li input[type=checkbox] {
      position: absolute;
      cursor: pointer;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0; }
    .basicPage--titulos22 .titulos--modelos ul li h2 {
      background: #00b468;
      color: #fff;
      font-size: 22px;
      padding: 10px; }
    .basicPage--titulos22 .titulos--modelos ul li input[type=checkbox]:checked ~ h2 {
      background: #fff;
      /*
      -webkit-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.75);
*/
      color: #00b468;
      font-size: 22px;
      padding: 10px; }
    .basicPage--titulos22 .titulos--modelos ul li input[type=checkbox]:checked ~ p {
      margin-top: 0;
      max-height: 0;
      opacity: 0;
      transform: translate(0, 50%); }
    .basicPage--titulos22 .titulos--modelos ul li input[type=checkbox]:checked ~ i {
      border: 1px solid #00b468; }
    .basicPage--titulos22 .titulos--modelos ul li input[type=checkbox]:checked ~ i:before {
      transform: translate(3px, 0) rotate(45deg);
      background-color: #00b468; }
    .basicPage--titulos22 .titulos--modelos ul li input[type=checkbox]:checked ~ i:after {
      transform: translate(-3px, 0) rotate(-45deg);
      background-color: #00b468; }

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    transform: rotateX(8deg); }
  83% {
    transform: rotateX(6deg); }
  92% {
    transform: rotateX(-3deg); }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg); } }
  .basicPage--titulos22 .titulos--palmaresreal {
    position: relative;
    background-image: url("../images/background_opacity.png");
    background-position: top center;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #00b468;
    padding: 100px 0 100px; }
    .basicPage--titulos22 .titulos--palmaresreal iframe {
      display: block;
      margin: -250px auto 50px;
      max-width: 100%; }
    .basicPage--titulos22 .titulos--palmaresreal .title-lines-nobg {
      margin: 0 0 70px; }
      .basicPage--titulos22 .titulos--palmaresreal .title-lines-nobg .title {
        color: white;
        font-size: 1.9rem; }
      .basicPage--titulos22 .titulos--palmaresreal .title-lines-nobg .line:before {
        background: white; }
    .basicPage--titulos22 .titulos--palmaresreal .row .holderContent {
      display: block;
      float: left;
      width: 100%;
      background: white;
      padding: 20px 0; }
      .basicPage--titulos22 .titulos--palmaresreal .row .holderContent table td {
        text-align: center;
        vertical-align: middle;
        font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
        font-size: 14px;
        line-height: 16px; }
        .basicPage--titulos22 .titulos--palmaresreal .row .holderContent table td.labels {
          font-size: 14px;
          line-height: 16px; }
        .basicPage--titulos22 .titulos--palmaresreal .row .holderContent table td.clubes {
          font-size: 14px;
          line-height: 16px; }
        .basicPage--titulos22 .titulos--palmaresreal .row .holderContent table td.classif {
          font-size: 38px;
          line-height: 48px;
          font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
          color: #000; }
        .basicPage--titulos22 .titulos--palmaresreal .row .holderContent table td.scp {
          color: #00b468; }
        .basicPage--titulos22 .titulos--palmaresreal .row .holderContent table td img {
          height: 73px;
          margin: 0 0 5px; }

/**/
.titulos--perguntas {
  position: relative;
  background-color: white;
  padding: 100px 0 100px;
  /*
  html {
    width: 100%;
    height: 100%;
    perspective: 900;
  }

  body {
    min-height: 0;
    display: inline-block;
    position: relative;
    left: 50%;
    margin: 90px 0;
    transform: translate(-50%, 0);
    box-shadow: 0 10px 0 0 #ff6873 inset;
    background-color: #fefffa;
    max-width: 450px;
    padding: 30px;
  }
  @media (max-width: 550px) {
    body {
      box-sizing: border-box;
      transform: translate(0, 0);
      max-width: 100%;
      min-height: 100%;
      margin: 0;
      left: 0;
    }
  }
*/ }
  .titulos--perguntas .title-lines-nobg {
    margin: 0 0 70px; }
    .titulos--perguntas .title-lines-nobg .title {
      color: #202221; }
    .titulos--perguntas .title-lines-nobg .line:before {
      background: #0aaf6a; }
  .titulos--perguntas .transition, .titulos--perguntas p, .titulos--perguntas ul li i:before, .titulos--perguntas ul li i:after {
    transition: all 0.4s ease-out; }
  .titulos--perguntas .flipIn, .titulos--perguntas h1, .titulos--perguntas ul li {
    animation: flipdown 0.8s ease both; }
  .titulos--perguntas p {
    color: rgba(48, 69, 92, 0.8);
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2; }
  .titulos--perguntas ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0; }
  .titulos--perguntas ul li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    padding-left: 30px;
    /*border-top: 1px dotted #dce7eb;*/ }
    .titulos--perguntas ul li:before {
      content: "";
      position: absolute;
      width: 9px;
      height: 9px;
      top: 24px;
      left: 0;
      display: block;
      background: #00b468; }
  .titulos--perguntas ul li:nth-of-type(1) {
    animation-delay: 0.2s; }
  .titulos--perguntas ul li:nth-of-type(2) {
    animation-delay: 0.4s; }
  .titulos--perguntas ul li:nth-of-type(3) {
    animation-delay: 0.6s; }
  .titulos--perguntas ul li:nth-of-type(4) {
    animation-delay: 0.8s; }
  .titulos--perguntas ul li:nth-of-type(5) {
    animation-delay: 1.0s; }
  .titulos--perguntas ul li:nth-of-type(6) {
    animation-delay: 1.2s; }
  .titulos--perguntas ul li:nth-of-type(7) {
    animation-delay: 1.4s; }
  .titulos--perguntas ul li:nth-of-type(8) {
    animation-delay: 1.6s; }
  .titulos--perguntas ul li:nth-of-type(9) {
    animation-delay: 1.8s; }
  .titulos--perguntas ul li:nth-of-type(10) {
    animation-delay: 2.0s; }
  .titulos--perguntas ul li:nth-of-type(11) {
    animation-delay: 2.2s; }
  .titulos--perguntas ul li:nth-of-type(12) {
    animation-delay: 2.4s; }
  .titulos--perguntas ul li:nth-of-type(13) {
    animation-delay: 2.6s; }
  .titulos--perguntas ul li:nth-of-type(14) {
    animation-delay: 2.8s; }
  .titulos--perguntas ul li:nth-of-type(15) {
    animation-delay: 3.0s; }
  .titulos--perguntas ul li:nth-of-type(16) {
    animation-delay: 3.2s; }
  .titulos--perguntas ul li:nth-of-type(17) {
    animation-delay: 3.4s; }
  .titulos--perguntas ul li:nth-of-type(18) {
    animation-delay: 3.6s; }
  .titulos--perguntas ul li:nth-of-type(19) {
    animation-delay: 3.8s; }
  .titulos--perguntas ul li:last-of-type {
    padding-bottom: 0; }
  .titulos--perguntas ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 16px;
    right: 0; }
  .titulos--perguntas ul li i:before, .titulos--perguntas ul li i:after {
    content: "";
    position: absolute;
    background-color: #ff6873;
    width: 3px;
    height: 9px; }
  .titulos--perguntas ul li i:before {
    transform: translate(-2px, 0) rotate(45deg); }
  .titulos--perguntas ul li i:after {
    transform: translate(2px, 0) rotate(-45deg); }
  .titulos--perguntas ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0; }
  .titulos--perguntas ul li h2 {
    background: red; }
  .titulos--perguntas ul li input[type=checkbox]:checked ~ h2 {
    background: white; }
  .titulos--perguntas ul li input[type=checkbox]:checked ~ p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%); }
  .titulos--perguntas ul li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg); }
  .titulos--perguntas ul li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg); }

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    transform: rotateX(8deg); }
  83% {
    transform: rotateX(6deg); }
  92% {
    transform: rotateX(-3deg); }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg); } }

/**/
.titulos--estrangeiro {
  position: relative;
  background-color: white;
  padding: 100px 0 100px;
  /*
  html {
    width: 100%;
    height: 100%;
    perspective: 900;
  }

  body {
    min-height: 0;
    display: inline-block;
    position: relative;
    left: 50%;
    margin: 90px 0;
    transform: translate(-50%, 0);
    box-shadow: 0 10px 0 0 #ff6873 inset;
    background-color: #fefffa;
    max-width: 450px;
    padding: 30px;
  }
  @media (max-width: 550px) {
    body {
      box-sizing: border-box;
      transform: translate(0, 0);
      max-width: 100%;
      min-height: 100%;
      margin: 0;
      left: 0;
    }
  }
*/ }
  .titulos--estrangeiro .title-lines-nobg {
    margin: 0 0 70px; }
    .titulos--estrangeiro .title-lines-nobg .title {
      color: #202221; }
    .titulos--estrangeiro .title-lines-nobg .line:before {
      background: #0aaf6a; }
  .titulos--estrangeiro .transition, .titulos--estrangeiro p, .titulos--estrangeiro ul li i:before, .titulos--estrangeiro ul li i:after {
    transition: all 0.4s ease-out; }
  .titulos--estrangeiro .flipIn, .titulos--estrangeiro h1, .titulos--estrangeiro ul li {
    animation: flipdown 0.8s ease both; }
  .titulos--estrangeiro p {
    color: rgba(48, 69, 92, 0.8);
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2; }
  .titulos--estrangeiro ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0; }
  .titulos--estrangeiro ul li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    /*border-top: 1px dotted #dce7eb;*/
    -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.75);
    margin: 0 0 10px; }
  .titulos--estrangeiro ul li:nth-of-type(1) {
    animation-delay: 0.5s; }
  .titulos--estrangeiro ul li:nth-of-type(2) {
    animation-delay: 0.75s; }
  .titulos--estrangeiro ul li:nth-of-type(3) {
    animation-delay: 1s; }
  .titulos--estrangeiro ul li:last-of-type {
    padding-bottom: 0; }
  .titulos--estrangeiro ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 16px;
    right: 0; }
  .titulos--estrangeiro ul li i:before, .titulos--estrangeiro ul li i:after {
    content: "";
    position: absolute;
    background-color: #ff6873;
    width: 3px;
    height: 9px; }
  .titulos--estrangeiro ul li i:before {
    transform: translate(-2px, 0) rotate(45deg); }
  .titulos--estrangeiro ul li i:after {
    transform: translate(2px, 0) rotate(-45deg); }
  .titulos--estrangeiro ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0; }
  .titulos--estrangeiro ul li h2 {
    /*  background: red;*/ }
  .titulos--estrangeiro ul li img {
    width: 40px;
    margin: 10px;
    vertical-align: middle; }
  .titulos--estrangeiro ul li input[type=checkbox]:checked ~ h2 {
    background: white; }
  .titulos--estrangeiro ul li input[type=checkbox]:checked ~ p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%); }
  .titulos--estrangeiro ul li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg); }
  .titulos--estrangeiro ul li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg); }

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    transform: rotateX(8deg); }
  83% {
    transform: rotateX(6deg); }
  92% {
    transform: rotateX(-3deg); }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg); } }

.reveal-modal .desc {
  font-family: "DINWeb", "Helvetica", "Arial", sans-serif !important; }

.basicPage--peyroteo {
  margin-bottom: 0;
  /* 01.INTRO */
  /* 01.INTRO */
  /* 02.RECORDES INCRÍVEIS */
  /* 02.RECORDES INCRÍVEIS */
  /* 03.VIDEOS & FOTOS */
  /* 03.VIDEOS & FOTOS */
  /* .04 PEYROTEO EM NÚMEROS */
  /* .04 PEYROTEO EM NÚMEROS */
  /* .05 DISCURSO DIRECTO */
  /* .05 DISCURSO DIRECTO */ }
  .basicPage--peyroteo .main-container {
    box-shadow: none;
    padding: 0; }
  .basicPage--peyroteo .basicPage__content {
    margin: 0; }
  .basicPage--peyroteo .basicPage__content .container {
    margin: 0 auto; }
  .basicPage--peyroteo h1, .basicPage--peyroteo h2, .basicPage--peyroteo h3, .basicPage--peyroteo h4, .basicPage--peyroteo h5, .basicPage--peyroteo h6 {
    font-weight: normal; }
  .basicPage--peyroteo header {
    margin-bottom: 3rem; }
  .basicPage--peyroteo .title-lines-nobg .title {
    font-size: 2.5rem;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif;
    padding-left: 3rem;
    padding-right: 3rem;
    text-transform: uppercase;
    color: #202221;
    font-size: 2.2rem;
    font-family: "DINWeb-Medium", "Helvetica", "Arial", sans-serif;
    width: 70%;
    vertical-align: middle;
    white-space: initial;
    text-align: center; }
    @media only screen and (max-width: 30em) {
      .basicPage--peyroteo .title-lines-nobg .title {
        padding-left: 0rem;
        padding-right: 0rem;
        font-size: 1.7rem;
        text-align: center;
        white-space: normal; } }
  .basicPage--peyroteo .title-lines-nobg .line {
    height: 100%;
    display: table-cell; }
    .basicPage--peyroteo .title-lines-nobg .line:before {
      background: #dfe1e0; }
    @media only screen and (max-width: 30em) {
      .basicPage--peyroteo .title-lines-nobg .line {
        display: none; } }
  .basicPage--peyroteo .peyroteo--intro {
    position: relative;
    background-image: url("../images/peyroteo/bg_01.png");
    background-position: top center;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 120px 0 160px; }
    .basicPage--peyroteo .peyroteo--intro .logoPeyroteo {
      display: block;
      float: initial;
      margin: 0 auto 30px;
      max-width: 90%; }
    .basicPage--peyroteo .peyroteo--intro .biografia {
      display: block;
      float: initial;
      background-image: url("../images/peyroteo/old-paper-card_1.png");
      background-size: cover;
      background-position: top center;
      width: 926px;
      height: 1287px;
      margin: 0 auto;
      max-width: 100%; }
    .basicPage--peyroteo .peyroteo--intro .title {
      display: block;
      float: initial;
      background-image: url("../images/peyroteo/biografia.png");
      background-position: top center;
      width: 298px;
      height: 144px;
      margin: 110px auto 70px;
      text-indent: -999999px;
      background-size: contain;
      background-repeat: no-repeat;
      max-width: 90%; }
    .basicPage--peyroteo .peyroteo--intro .desc {
      position: relative;
      font-family: "DINWeb-CondBold", "Helvetica", "Arial", sans-serif;
      line-height: 1.9rem;
      font-size: 1.1rem;
      text-align: Left;
      color: #181818;
      width: 75%;
      margin: 0 auto;
      max-height: 770px;
      overflow-y: auto;
      padding-right: 20px; }
    .basicPage--peyroteo .peyroteo--intro .holderBt {
      display: block;
      width: 100%;
      text-align: center;
      margin: 40px auto 0; }
      .basicPage--peyroteo .peyroteo--intro .holderBt .bt {
        display: inline-block; }
  .basicPage--peyroteo .peyroteo--recordes {
    position: relative;
    background-color: transparent;
    background-image: url("../images/peyroteo/photo-2.png");
    background-position: top center;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 120px 0 160px;
    margin-top: -260px; }
    .basicPage--peyroteo .peyroteo--recordes .recordes {
      display: block;
      float: initial;
      margin: 0 auto; }
    .basicPage--peyroteo .peyroteo--recordes .title {
      display: block;
      float: initial;
      background-image: url("../images/peyroteo/recordes_incriveis.png");
      background-position: top center;
      width: 582px;
      height: 144px;
      margin: 110px auto 70px;
      text-indent: -999999px;
      background-size: contain;
      background-repeat: no-repeat;
      max-width: 90%; }
      @media only screen and (max-width: 30em) {
        .basicPage--peyroteo .peyroteo--recordes .title {
          margin: 0px auto 0px; } }
    .basicPage--peyroteo .peyroteo--recordes .desc {
      font-family: "DINWeb-CondBold", "Helvetica", "Arial", sans-serif;
      line-height: 1.9rem;
      font-size: 1.1rem;
      text-align: Left;
      color: #181818; }
    .basicPage--peyroteo .peyroteo--recordes .transition, .basicPage--peyroteo .peyroteo--recordes p, .basicPage--peyroteo .peyroteo--recordes ul li i:before, .basicPage--peyroteo .peyroteo--recordes ul li i:after {
      transition: all 0.4s ease-out; }
    .basicPage--peyroteo .peyroteo--recordes .flipIn, .basicPage--peyroteo .peyroteo--recordes h1, .basicPage--peyroteo .peyroteo--recordes ul li {
      animation: flipdown 0.8s ease both; }
    .basicPage--peyroteo .peyroteo--recordes p {
      color: rgba(48, 69, 92, 0.8);
      font-size: 17px;
      line-height: 26px;
      letter-spacing: 1px;
      position: relative;
      overflow: hidden;
      max-height: 800px;
      opacity: 1;
      transform: translate(0, 0);
      margin-top: 14px;
      z-index: 2; }
    .basicPage--peyroteo .peyroteo--recordes ul {
      list-style: none;
      perspective: 900;
      padding: 0;
      margin: 0; }
    .basicPage--peyroteo .peyroteo--recordes ul li {
      position: relative;
      padding: 0;
      margin: 0;
      padding-bottom: 4px;
      padding-top: 18px;
      padding-left: 30px;
      /*border-top: 1px dotted #dce7eb;*/ }
      .basicPage--peyroteo .peyroteo--recordes ul li:before {
        content: "";
        position: absolute;
        width: 9px;
        height: 9px;
        top: 24px;
        left: 0;
        display: block;
        background: #36322A; }
    .basicPage--peyroteo .peyroteo--recordes ul li:nth-of-type(1) {
      animation-delay: 0.2s; }
    .basicPage--peyroteo .peyroteo--recordes ul li:nth-of-type(2) {
      animation-delay: 0.4s; }
    .basicPage--peyroteo .peyroteo--recordes ul li:nth-of-type(3) {
      animation-delay: 0.6s; }
    .basicPage--peyroteo .peyroteo--recordes ul li:nth-of-type(4) {
      animation-delay: 0.8s; }
    .basicPage--peyroteo .peyroteo--recordes ul li:nth-of-type(5) {
      animation-delay: 1.0s; }
    .basicPage--peyroteo .peyroteo--recordes ul li:nth-of-type(6) {
      animation-delay: 1.2s; }
    .basicPage--peyroteo .peyroteo--recordes ul li:nth-of-type(7) {
      animation-delay: 1.4s; }
    .basicPage--peyroteo .peyroteo--recordes ul li:nth-of-type(8) {
      animation-delay: 1.6s; }
    .basicPage--peyroteo .peyroteo--recordes ul li:nth-of-type(9) {
      animation-delay: 1.8s; }
    .basicPage--peyroteo .peyroteo--recordes ul li:nth-of-type(10) {
      animation-delay: 2.0s; }
    .basicPage--peyroteo .peyroteo--recordes ul li:nth-of-type(11) {
      animation-delay: 2.2s; }
    .basicPage--peyroteo .peyroteo--recordes ul li:nth-of-type(12) {
      animation-delay: 2.4s; }
    .basicPage--peyroteo .peyroteo--recordes ul li:nth-of-type(13) {
      animation-delay: 2.6s; }
    .basicPage--peyroteo .peyroteo--recordes ul li:nth-of-type(14) {
      animation-delay: 2.8s; }
    .basicPage--peyroteo .peyroteo--recordes ul li:nth-of-type(15) {
      animation-delay: 3.0s; }
    .basicPage--peyroteo .peyroteo--recordes ul li:nth-of-type(16) {
      animation-delay: 3.2s; }
    .basicPage--peyroteo .peyroteo--recordes ul li:nth-of-type(17) {
      animation-delay: 3.4s; }
    .basicPage--peyroteo .peyroteo--recordes ul li:nth-of-type(18) {
      animation-delay: 3.6s; }
    .basicPage--peyroteo .peyroteo--recordes ul li:nth-of-type(19) {
      animation-delay: 3.8s; }
    .basicPage--peyroteo .peyroteo--recordes ul li:last-of-type {
      padding-bottom: 0; }
    .basicPage--peyroteo .peyroteo--recordes ul li i {
      position: absolute;
      transform: translate(-6px, 0);
      margin-top: 16px;
      right: 0; }
    .basicPage--peyroteo .peyroteo--recordes ul li i:before, .basicPage--peyroteo .peyroteo--recordes ul li i:after {
      content: "";
      position: absolute;
      background-color: #ff6873;
      width: 3px;
      height: 9px; }
    .basicPage--peyroteo .peyroteo--recordes ul li i:before {
      transform: translate(-2px, 0) rotate(45deg); }
    .basicPage--peyroteo .peyroteo--recordes ul li i:after {
      transform: translate(2px, 0) rotate(-45deg); }
    .basicPage--peyroteo .peyroteo--recordes ul li input[type=checkbox] {
      position: absolute;
      cursor: pointer;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0; }
    .basicPage--peyroteo .peyroteo--recordes ul li h2 {
      background: red; }
    .basicPage--peyroteo .peyroteo--recordes ul li input[type=checkbox]:checked ~ h2 {
      background: white; }
    .basicPage--peyroteo .peyroteo--recordes ul li input[type=checkbox]:checked ~ p {
      margin-top: 0;
      max-height: 0;
      opacity: 0;
      transform: translate(0, 50%); }
    .basicPage--peyroteo .peyroteo--recordes ul li input[type=checkbox]:checked ~ i:before {
      transform: translate(2px, 0) rotate(45deg); }
    .basicPage--peyroteo .peyroteo--recordes ul li input[type=checkbox]:checked ~ i:after {
      transform: translate(-2px, 0) rotate(-45deg); }

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    transform: rotateX(8deg); }
  83% {
    transform: rotateX(6deg); }
  92% {
    transform: rotateX(-3deg); }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg); } }
  .basicPage--peyroteo .peyroteo--videos-fotos {
    position: relative;
    background-color: transparent;
    background-image: url("../images/peyroteo/photo-3.png");
    background-position: top center;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0 0 120px;
    z-index: 9; }
    .basicPage--peyroteo .peyroteo--videos-fotos .youtube {
      display: block;
      margin: 0 auto 70px;
      max-width: 90%; }
    .basicPage--peyroteo .peyroteo--videos-fotos .paperFotos {
      display: block;
      float: initial;
      background-image: url("../images/peyroteo/old-paper-card_fotos.png");
      background-size: cover;
      background-position: top center;
      width: 1374px;
      height: 355px;
      margin: 0 auto;
      max-width: 100%;
      padding-top: 85px; }
    .basicPage--peyroteo .peyroteo--videos-fotos .title {
      display: block;
      float: initial;
      background-image: url("../images/peyroteo/video_fotos.png");
      background-position: top center;
      width: 417px;
      height: 143px;
      margin: 110px auto 70px;
      text-indent: -999999px;
      background-size: contain;
      background-repeat: no-repeat;
      max-width: 90%; }
      @media only screen and (max-width: 30em) {
        .basicPage--peyroteo .peyroteo--videos-fotos .title {
          margin: 0px auto 0px; } }
    .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos {
      width: 80%;
      max-width: 920px;
      margin: 0 auto;
      height: 220px; }
      .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .peyroteo_fotos {
        width: 220px;
        height: 140px;
        background-size: cover;
        margin: 10px;
        border: solid 5px #36322a; }
        .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .peyroteo_fotos.foto01 {
          background-image: url("../images/peyroteo/fotos/1_thum.jpg");
          background-position: center center; }
        .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .peyroteo_fotos.foto02 {
          background-image: url("../images/peyroteo/fotos/2_thum.jpg");
          background-position: center center; }
        .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .peyroteo_fotos.foto03 {
          background-image: url("../images/peyroteo/fotos/3_thum.jpg");
          background-position: center center; }
        .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .peyroteo_fotos.foto04 {
          background-image: url("../images/peyroteo/fotos/4_thum.jpg");
          background-position: center center; }
        .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .peyroteo_fotos.foto05 {
          background-image: url("../images/peyroteo/fotos/5_thum.jpg");
          background-position: center center; }
        .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .peyroteo_fotos.foto06 {
          background-image: url("../images/peyroteo/fotos/6_thum.jpg");
          background-position: center center; }
        .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .peyroteo_fotos.foto07 {
          background-image: url("../images/peyroteo/fotos/7_thum.jpg");
          background-position: center center; }
        .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .peyroteo_fotos.foto08 {
          background-image: url("../images/peyroteo/fotos/8_thum.jpg");
          background-position: center center; }
        .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .peyroteo_fotos.foto09 {
          background-image: url("../images/peyroteo/fotos/9_thum.jpg");
          background-position: center center; }
        .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .peyroteo_fotos.foto10 {
          background-image: url("../images/peyroteo/fotos/10_thum.jpg");
          background-position: center center; }
        .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .peyroteo_fotos.foto11 {
          background-image: url("../images/peyroteo/fotos/11_thum.jpg");
          background-position: center center; }
        .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .peyroteo_fotos.foto12 {
          background-image: url("../images/peyroteo/fotos/12_thum.jpg");
          background-position: center center; }
        .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .peyroteo_fotos.foto13 {
          background-image: url("../images/peyroteo/fotos/13_thum.jpg");
          background-position: center center; }
        .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .peyroteo_fotos.foto14 {
          background-image: url("../images/peyroteo/fotos/14_thum.jpg");
          background-position: center center; }
        .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .peyroteo_fotos.foto15 {
          background-image: url("../images/peyroteo/fotos/15_thum.jpg");
          background-position: center center; }
        .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .peyroteo_fotos.foto16 {
          background-image: url("../images/peyroteo/fotos/16_thum.jpg");
          background-position: center center; }
        .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .peyroteo_fotos.foto17 {
          background-image: url("../images/peyroteo/fotos/17_thum.jpg");
          background-position: center center; }
        .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .peyroteo_fotos.foto18 {
          background-image: url("../images/peyroteo/fotos/18_thum.jpg");
          background-position: center center; }
        .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .peyroteo_fotos.foto19 {
          background-image: url("../images/peyroteo/fotos/19_thum.jpg");
          background-position: center center; }
        .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .peyroteo_fotos.foto20 {
          background-image: url("../images/peyroteo/fotos/20_thum.jpg");
          background-position: center center; }
      .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .slickPrev, .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .slickNext {
        position: absolute;
        display: block;
        height: 70px;
        width: 70px;
        line-height: 0;
        font-size: 0;
        cursor: pointer;
        background: transparent;
        color: transparent;
        top: 50%;
        margin-top: -10px;
        padding: 0;
        border: none;
        outline: none; }
        .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .slickPrev i, .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .slickNext i {
          font-size: 56px;
          color: #36322a; }
      .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .slickPrev {
        display: block;
        width: 69px;
        height: 68px;
        left: -100px;
        top: 50px;
        background-image: url("../images/peyroteo/arrowLeft.png");
        background-position: center center;
        background-repeat: no-repeat; }
        @media only screen and (max-width: 30em) {
          .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .slickPrev {
            left: -30px; } }
        @media only screen and (max-width: 60em) {
          .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .slickPrev {
            left: -60px; } }
      .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .slickNext {
        display: block;
        width: 69px;
        height: 69px;
        right: -100px;
        top: 50px;
        background-image: url("../images/peyroteo/arrowRight.png");
        background-position: center center;
        background-repeat: no-repeat; }
        @media only screen and (max-width: 30em) {
          .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .slickNext {
            right: -30px; } }
        @media only screen and (max-width: 60em) {
          .basicPage--peyroteo .peyroteo--videos-fotos .slidePeyroteoFotos .slickNext {
            right: -60px; } }
  .basicPage--peyroteo .peyroteo--numeros {
    position: relative;
    background-color: transparent;
    background-image: url("../images/peyroteo/photo-4.png");
    background-position: top center;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 120px 0 320px;
    margin-top: -160px;
    z-index: 8; }
    .basicPage--peyroteo .peyroteo--numeros .numeros {
      display: block;
      float: initial;
      margin: 0 auto; }
    .basicPage--peyroteo .peyroteo--numeros .title {
      display: block;
      float: initial;
      background-image: url("../images/peyroteo/peyroteo_numeros.png");
      background-position: top center;
      width: 668px;
      height: 136px;
      margin: 110px auto 70px;
      text-indent: -999999px;
      background-size: contain;
      background-repeat: no-repeat;
      max-width: 90%; }
      @media only screen and (max-width: 30em) {
        .basicPage--peyroteo .peyroteo--numeros .title {
          margin: 70px auto 0px; } }
    .basicPage--peyroteo .peyroteo--numeros .camisola img {
      width: 85px;
      display: block;
      margin: 0 auto 30px; }
    .basicPage--peyroteo .peyroteo--numeros .camisola .desc {
      font-family: "DINWeb-CondBold", "Helvetica", "Arial", sans-serif;
      line-height: 1.5rem;
      font-size: 1.1rem;
      text-align: center;
      color: #181818;
      padding: 0 20px; }
    .basicPage--peyroteo .peyroteo--numeros .holderBt {
      display: block;
      width: 100%;
      text-align: center;
      margin: 40px auto 0; }
      .basicPage--peyroteo .peyroteo--numeros .holderBt .bt {
        display: inline-block; }
    .basicPage--peyroteo .peyroteo--numeros .transition, .basicPage--peyroteo .peyroteo--numeros p, .basicPage--peyroteo .peyroteo--numeros ul li i:before, .basicPage--peyroteo .peyroteo--numeros ul li i:after {
      transition: all 0.4s ease-out; }
    .basicPage--peyroteo .peyroteo--numeros .flipIn, .basicPage--peyroteo .peyroteo--numeros h1, .basicPage--peyroteo .peyroteo--numeros ul li {
      animation: flipdown 0.8s ease both; }
    .basicPage--peyroteo .peyroteo--numeros p {
      color: rgba(48, 69, 92, 0.8);
      font-size: 17px;
      line-height: 26px;
      letter-spacing: 1px;
      position: relative;
      overflow: hidden;
      max-height: 800px;
      opacity: 1;
      transform: translate(0, 0);
      margin-top: 14px;
      z-index: 2; }
    .basicPage--peyroteo .peyroteo--numeros ul {
      list-style: none;
      perspective: 900;
      padding: 0;
      margin: 0; }
    .basicPage--peyroteo .peyroteo--numeros ul li {
      position: relative;
      padding: 0;
      margin: 0;
      padding-bottom: 4px;
      padding-top: 18px;
      /*border-top: 1px dotted #dce7eb;*/
      -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.75);
      margin: 0 0 10px; }
    .basicPage--peyroteo .peyroteo--numeros ul li:nth-of-type(1) {
      animation-delay: 0.5s; }
    .basicPage--peyroteo .peyroteo--numeros ul li:nth-of-type(2) {
      animation-delay: 0.75s; }
    .basicPage--peyroteo .peyroteo--numeros ul li:nth-of-type(3) {
      animation-delay: 1s; }
    .basicPage--peyroteo .peyroteo--numeros ul li:last-of-type {
      padding-bottom: 0; }
    .basicPage--peyroteo .peyroteo--numeros ul li i {
      position: absolute;
      transform: translate(-6px, 0);
      margin-top: 16px;
      right: 0; }
    .basicPage--peyroteo .peyroteo--numeros ul li i:before, .basicPage--peyroteo .peyroteo--numeros ul li i:after {
      content: "";
      position: absolute;
      background-color: #ff6873;
      width: 3px;
      height: 9px; }
    .basicPage--peyroteo .peyroteo--numeros ul li i:before {
      transform: translate(-2px, 0) rotate(45deg); }
    .basicPage--peyroteo .peyroteo--numeros ul li i:after {
      transform: translate(2px, 0) rotate(-45deg); }
    .basicPage--peyroteo .peyroteo--numeros ul li input[type=checkbox] {
      position: absolute;
      cursor: pointer;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0; }
    .basicPage--peyroteo .peyroteo--numeros ul li img {
      width: 40px;
      margin: 10px;
      vertical-align: middle; }
    .basicPage--peyroteo .peyroteo--numeros ul li input[type=checkbox]:checked ~ h2 {
      background: white; }
    .basicPage--peyroteo .peyroteo--numeros ul li input[type=checkbox]:checked ~ p {
      margin-top: 0;
      max-height: 0;
      opacity: 0;
      transform: translate(0, 50%); }
    .basicPage--peyroteo .peyroteo--numeros ul li input[type=checkbox]:checked ~ i:before {
      transform: translate(2px, 0) rotate(45deg); }
    .basicPage--peyroteo .peyroteo--numeros ul li input[type=checkbox]:checked ~ i:after {
      transform: translate(-2px, 0) rotate(-45deg); }

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    transform: rotateX(8deg); }
  83% {
    transform: rotateX(6deg); }
  92% {
    transform: rotateX(-3deg); }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg); } }
  .basicPage--peyroteo .peyroteo--discurso-directo {
    position: relative;
    background-color: transparent;
    background-image: url("../images/peyroteo/bg_01.png");
    background-position: 0 -130px;
    background-position: top center;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 70px 0 160px;
    margin-top: -320px;
    z-index: 9; }
    .basicPage--peyroteo .peyroteo--discurso-directo .discurso {
      display: block;
      float: initial;
      background-image: url("../images/peyroteo/old-paper-card_discurso.png");
      background-size: cover;
      background-position: top center;
      width: 1324px;
      height: 765px;
      margin: 0 auto;
      max-width: 100%; }
    .basicPage--peyroteo .peyroteo--discurso-directo .title {
      display: block;
      float: initial;
      background-image: url("../images/peyroteo/discurso_directo.png");
      background-position: top center;
      width: 624px;
      height: 144px;
      margin: 110px auto 70px;
      text-indent: -999999px;
      background-size: contain;
      background-repeat: no-repeat;
      max-width: 90%; }
      @media only screen and (max-width: 30em) {
        .basicPage--peyroteo .peyroteo--discurso-directo .title {
          margin: 50px auto 20px;
          height: 110px; } }
    .basicPage--peyroteo .peyroteo--discurso-directo .discurso_slide {
      width: 75%;
      max-width: 600px;
      margin: 0 auto;
      height: 220px; }
      .basicPage--peyroteo .peyroteo--discurso-directo .discurso_slide .slidePeyroteoFrases {
        width: 100%; }
        .basicPage--peyroteo .peyroteo--discurso-directo .discurso_slide .slidePeyroteoFrases:before {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\f10d";
          font-size: 56px;
          color: #36322a;
          position: absolute;
          top: -50px;
          left: -70px; }
        .basicPage--peyroteo .peyroteo--discurso-directo .discurso_slide .slidePeyroteoFrases:after {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\f10e";
          font-size: 56px;
          color: #36322a;
          position: absolute;
          bottom: -0px;
          right: -70px; }
        .basicPage--peyroteo .peyroteo--discurso-directo .discurso_slide .slidePeyroteoFrases .peyroteo_frase {
          font-family: "DINWeb-CondBold", "Helvetica", "Arial", sans-serif;
          line-height: 2.2rem;
          font-size: 1.7rem;
          text-align: Left;
          color: #181818;
          position: relative; }
        .basicPage--peyroteo .peyroteo--discurso-directo .discurso_slide .slidePeyroteoFrases .slickPrev, .basicPage--peyroteo .peyroteo--discurso-directo .discurso_slide .slidePeyroteoFrases .slickNext {
          position: absolute;
          display: block;
          height: 70px;
          width: 70px;
          line-height: 0;
          font-size: 0;
          cursor: pointer;
          background: transparent;
          color: transparent;
          top: 50%;
          margin-top: -10px;
          padding: 0;
          border: none;
          outline: none; }
          .basicPage--peyroteo .peyroteo--discurso-directo .discurso_slide .slidePeyroteoFrases .slickPrev i, .basicPage--peyroteo .peyroteo--discurso-directo .discurso_slide .slidePeyroteoFrases .slickNext i {
            font-size: 56px;
            color: #36322a; }
        .basicPage--peyroteo .peyroteo--discurso-directo .discurso_slide .slidePeyroteoFrases .slickPrev {
          display: block;
          width: 69px;
          height: 69px;
          left: -150px;
          top: 10px; }
        .basicPage--peyroteo .peyroteo--discurso-directo .discurso_slide .slidePeyroteoFrases .slickNext {
          display: block;
          width: 69px;
          height: 69px;
          right: -150px;
          top: 10px; }
    .basicPage--peyroteo .peyroteo--discurso-directo .holderBt {
      display: block;
      width: 100%;
      text-align: center;
      margin: 40px auto 0; }
      .basicPage--peyroteo .peyroteo--discurso-directo .holderBt .bt {
        display: inline-block; }
      @media only screen and (max-width: 30em) {
        .basicPage--peyroteo .peyroteo--discurso-directo .holderBt {
          margin: 350px auto 20px; } }
    .basicPage--peyroteo .peyroteo--discurso-directo .assinatura {
      display: block;
      float: initial;
      margin: 60px auto 0px;
      max-width: 100%; }
      @media only screen and (max-width: 30em) {
        .basicPage--peyroteo .peyroteo--discurso-directo .assinatura {
          margin: 150px auto 0px; } }
    .basicPage--peyroteo .peyroteo--discurso-directo .socio {
      display: block;
      position: relative;
      font-family: "DINWeb-CondBold", "Helvetica", "Arial", sans-serif;
      line-height: 1.5rem;
      font-size: 1.2rem;
      text-align: Left;
      color: #181818;
      text-transform: uppercase;
      width: 100%;
      text-align: center; }
      .basicPage--peyroteo .peyroteo--discurso-directo .socio:after {
        content: "";
        display: block;
        position: absolute;
        background-image: url("../images/peyroteo/lines.png");
        background-position: top center;
        width: 82px;
        height: 9px;
        bottom: -30px;
        left: calc( 50% - 41px); }

.reveal-modal.peyroteo {
  position: fixed !important;
  margin-top: 0 !important; }
  .reveal-modal.peyroteo .desc {
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif !important; }

.ytp-icon {
  background: no-repeat url("../images/peyroteo/play.png") !important;
  background-size: cover;
  width: 68px;
  height: 48px; }

.page--fundacao {
  margin-bottom: 0; }

.scp_irs_2018_background {
  width: 100%;
  background-image: url("../images/fundacao/fundacao-sporting-2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden; }

.scp_irs_2018_16_9 {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.scp_irs_2018_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.main-container-wrapper.scp_irs_2018 .columns {
  max-width: 1066px; }

.main-container-wrapper.scp_irs_2018 .main-container {
  padding: 0px; }

.main-container-wrapper.scp_irs_2018 .basicPage__content {
  margin-bottom: 3rem; }

.main-container-wrapper.scp_irs_2018 .content__body {
  padding: 0 80px;
  padding-bottom: 80px; }

.main-container-wrapper.scp_irs_2018 .node__share {
  margin-top: 0rem; }

.scp_irs_2018_copy {
  text-align: center;
  overflow: hidden; }
  .scp_irs_2018_copy h2 {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 2.25rem 0;
    color: #04b46b;
    line-height: 1.4;
    font-style: italic;
    text-transform: uppercase;
    padding: 0px 40px;
    font-family: "DINWeb-Light", "Helvetica", "Arial", sans-serif;
    margin-bottom: 55px; }
    .scp_irs_2018_copy h2:before, .scp_irs_2018_copy h2:after {
      content: '';
      position: absolute;
      top: 50%;
      width: 200px;
      height: 1px;
      background-color: #dadada;
      transform: translateY(-50%); }
    .scp_irs_2018_copy h2:before {
      left: -200px; }
    .scp_irs_2018_copy h2:after {
      right: -200px; }
  .scp_irs_2018_copy p {
    text-align: left;
    line-height: 1.4 !important; }
    .scp_irs_2018_copy p:last-child {
      margin-bottom: 0px; }

.scp_irs_2018_logo {
  display: block;
  max-width: 234px;
  width: 300px;
  margin: 0 auto;
  padding-top: 45px;
  margin-bottom: 45px; }

@media only screen and (max-width: 30em) {
  .main-container-wrapper.scp_irs_2018 .content__body {
    padding: 0 30px;
    padding-bottom: 45px; }
  .main-container-wrapper.scp_irs_2018 .basicPage__content {
    margin-bottom: 0rem; }
  .scp_irs_2018_logo {
    padding-top: 30px;
    margin-bottom: 30px; }
  .scp_irs_2018_copy h2 {
    padding: 0px 10px;
    font-size: 24px;
    margin-bottom: 30px; }
  .scp_irs_2018_copy p {
    font-size: 16px; }
  .scp_irs_2018_16_9 {
    margin-bottom: 30px; } }

.section-debdiretocc {
  background: #fff; }
  .section-debdiretocc #page {
    margin-top: 0; }
  .section-debdiretocc .basicPage__content {
    min-height: 260px;
    padding: 20px 0; }

.outros-contactos {
  border: 1px solid #17ea88;
  color: #17ea88;
  background-image: url(/sites/all/themes/jump/images/gree-phone.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  padding-left: 55px;
  width: 167px;
  height: 66px;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  box-sizing: border-box; }

#user-login span.form-required {
  display: none; }

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, transparent 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap; }

.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px; }

a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none; }

/* Primary tabs. */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie; }

.tabs-primary__tab.is-active {
  border-bottom-color: #fff; }

a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center; }

a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2; }

a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff; }

/* Secondary tabs. */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em; }

.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px; }

a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em; }

a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333; }

a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff; }

#page {
  margin-top: 164px; }
  @media only screen and (max-width: 30em) {
    #page {
      margin-top: 210px; } }
  @media only screen and (max-width: 60em) {
    #page {
      margin-top: 210px; } }

.scp_loader {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  display: block; }

.scp_loader .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/SVG/three-dots.svg");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 50px;
  line-height: 20px; }

.section-bilhetes-e-gamebox .header__subtitle {
  color: white;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-family: "DINWeb-Bold", "Helvetica", "Arial", sans-serif;
  line-height: 1;
  margin: 0;
  margin-left: 10px;
  position: absolute;
  top: 34%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 1;
  padding-top: 0; }

.txtPatrocinadores {
  text-align: center; }
  .txtPatrocinadores .subTitle {
    font-size: 1rem;
    font-family: "DINWeb", "Helvetica", "Arial", sans-serif; }
  .txtPatrocinadores a.pub-link {
    width: 32%;
    text-align: center; }
    @media only screen and (max-width: 30em) {
      .txtPatrocinadores a.pub-link {
        display: block;
        margin: 0 auto; } }
    .txtPatrocinadores a.pub-link .svg-icon {
      height: 100px;
      max-width: 135px; }
      @media only screen and (max-width: 30em) {
        .txtPatrocinadores a.pub-link .svg-icon {
          margin-left: auto !important;
          max-width: 100%; } }

.mb20 {
  margin-bottom: 20px; }

/*************************************
 *
 * Eleicoes 2018
 *
*************************************/
div#block-scp-elections-block-scp-elections .bg_box {
  background: none; }
  div#block-scp-elections-block-scp-elections .bg_box .message_votes {
    color: #000; }

div#block-scp-elections-block-scp-elections #form_number_votes {
  padding: 20px 0px;
  background: #f2f2f2; }

div#block-scp-elections-block-scp-elections .show_entire_list_button {
  position: relative;
  margin: 29px auto 38px auto;
  max-width: 250px;
  text-align: center;
  background: #03b46b;
  border-radius: 2px;
  color: #fff;
  padding: 8px 0px;
  cursor: pointer; }
  div#block-scp-elections-block-scp-elections .show_entire_list_button:hover {
    background: #02824d; }

div#block-scp-elections-block-scp-elections .show_entire_list {
  display: none; }
  div#block-scp-elections-block-scp-elections .show_entire_list.active {
    display: block; }
  div#block-scp-elections-block-scp-elections .show_entire_list .view-scp-elections .view-content {
    margin: 0px 20px;
    border: 1px solid #dadada; }
  div#block-scp-elections-block-scp-elections .show_entire_list .view-scp-elections table {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    div#block-scp-elections-block-scp-elections .show_entire_list .view-scp-elections table thead tr th {
      background: #dadada;
      color: #000000;
      border-bottom: 1px solid #929292; }
    div#block-scp-elections-block-scp-elections .show_entire_list .view-scp-elections table tbody tr.odd {
      background: #fff;
      border-bottom: 1px solid #ececec; }
    div#block-scp-elections-block-scp-elections .show_entire_list .view-scp-elections table tbody tr.even {
      background: #f6f6f6;
      border-bottom: 1px solid #ececec !important; }
