/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;0,700;1,300&display=swap");
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: none;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-xs-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.33333%;
}

.pull-xs-2 {
  right: 16.66667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.33333%;
}

.pull-xs-5 {
  right: 41.66667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.33333%;
}

.pull-xs-8 {
  right: 66.66667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.33333%;
}

.pull-xs-11 {
  right: 91.66667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.33333%;
}

.push-xs-2 {
  left: 16.66667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.33333%;
}

.push-xs-5 {
  left: 41.66667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.33333%;
}

.push-xs-8 {
  left: 66.66667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.33333%;
}

.push-xs-11 {
  left: 91.66667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.33333%;
}

.offset-xs-2 {
  margin-left: 16.66667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.33333%;
}

.offset-xs-5 {
  margin-left: 41.66667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.33333%;
}

.offset-xs-8 {
  margin-left: 66.66667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.33333%;
}

.offset-xs-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header::after {
  content: "";
  display: table;
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px;
  }
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: inline-block;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #818a91;
}

.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: transparent;
}

.nav-inline .nav-item {
  display: inline-block;
}

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}

.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs .nav-item + .nav-item {
  margin-left: 0.2rem;
}

.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: #818a91;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #55595c;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills::after {
  content: "";
  display: table;
  clear: both;
}

.nav-pills .nav-item {
  float: left;
}

.nav-pills .nav-item + .nav-item {
  margin-left: 0.2rem;
}

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

.nav-stacked .nav-item {
  display: block;
  float: none;
}

.nav-stacked .nav-item + .nav-item {
  margin-top: 0.2rem;
  margin-left: 0;
}

.tab-content > .tab-pane {
  display: none;
}

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

.embed-responsive-21by9 {
  padding-bottom: 42.85714%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  min-height: 100%;
  height: auto;
}

body {
  min-height: 100vh;
  height: auto;
  position: relative;
  font-family: "Roboto", sans-serif;
}

section {
  position: relative;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

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

.load-screen {
  width: 100%;
  height: 100%;
  background: url(../images/loading.gif) no-repeat center center #000;
  background-size: 65px 75px;
  position: fixed;
  opacity: 0.7;
  z-index: 2000;
}

div [smv-type="widgetpage"] .clearfix::after,
div[smv-widget="memberfees"] .clearfix::after {
  clear: both;
  content: '';
  display: table;
}

div [smv-type="widgetpage"] .container,
div[smv-widget="memberfees"] .container {
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

div [smv-type="widgetpage"] .hide-text,
div[smv-widget="memberfees"] .hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}

div [smv-type="widgetpage"] .visually-hidden,
div[smv-widget="memberfees"] .visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

div [smv-type="widgetpage"] body,
div[smv-widget="memberfees"] body {
  color: #000000;
}

div [smv-type="widgetpage"] h1,
div[smv-widget="memberfees"] h1 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2em;
  color: #3eaf7c;
  text-align: left;
}

div [smv-type="widgetpage"] h2,
div[smv-widget="memberfees"] h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4em;
  color: #3eaf7c;
  text-align: center;
}

div [smv-type="widgetpage"] h3,
div[smv-widget="memberfees"] h3 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4em;
  color: #707070;
  text-align: center;
}

div[smv-type="widgetpage"] form {
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}

div[smv-type="widgetpage"] form fieldset {
  border: none;
}

div[smv-type="widgetpage"] form .container-input {
  width: 100%;
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: left;
}

div[smv-type="widgetpage"] form .container-input small {
  font-weight: 400;
}

div[smv-type="widgetpage"] form input,
div[smv-type="widgetpage"] form select {
  width: 100%;
  height: 4.5rem;
  padding: .75rem;
  background: rgba(51, 163, 112, 0.1);
  border: 1px solid #33a370;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1em;
  color: rgba(44, 62, 80, 0.9);
}

div[smv-type="widgetpage"] form input:focus,
div[smv-type="widgetpage"] form select:focus {
  outline: none;
  border: 1px solid #00662a;
  background: rgba(51, 163, 112, 0.25);
}

div[smv-type="widgetpage"] form input:disabled,
div[smv-type="widgetpage"] form select:disabled {
  background-color: #dedede;
}

div[smv-type="widgetpage"] form .input-single {
  width: 19%;
  padding: .5rem;
  text-align: center;
}

div[smv-type="widgetpage"] form label {
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1em;
  color: rgba(44, 62, 80, 0.9);
  margin-bottom: .5rem;
}

div[smv-type="widgetpage"] form label:disabled {
  color: rgba(44, 62, 80, 0.9);
}

div[smv-type="widgetpage"] form .input-validate {
  border: 2px solid #e42626;
  color: #e42626;
  position: relative;
}

div[smv-type="widgetpage"] form span.input-validate {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
  border: none;
  position: absolute;
  bottom: 0;
}

div[smv-type="widgetpage"] .container-input .info-cartao {
  position: absolute;
  top: -0.5rem;
  right: 0;
  bottom: auto;
  left: auto;
  display: inline-block;
  cursor: pointer;
}

div[smv-type="widgetpage"] .container-input .info-cartao img {
  width: 1.8rem;
}

div[smv-type="widgetpage"] .container-input .info-cartao .member-card {
  width: 30rem;
  height: auto;
  z-index: 22;
  position: absolute;
  top: 3rem;
  right: 0;
  bottom: auto;
  left: auto;
  display: none;
  transition: all .3s ease-in-out;
  animation-name: animation-card;
  animation-duration: .4s;
}

div[smv-type="widgetpage"] .container-input .info-cartao .member-card img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

div[smv-type="widgetpage"] .container-input .info-cartao:hover .member-card {
  display: inline-block;
  transition: all .3s ease-in-out;
}

@keyframes animation-card {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

div[smv-type="widgetpage"] .btn,
div[smv-widget="memberfees"] .btn {
  cursor: pointer;
  padding: .5rem 2.5rem;
  display: inline-block;
  border-radius: .5rem;
  border: none;
  background: #707070;
  min-height: 4.5rem;
  color: #3eaf7c;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.3em;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}

div[smv-type="widgetpage"] .btn:hover, div[smv-type="widgetpage"] .btn:focus,
div[smv-widget="memberfees"] .btn:hover,
div[smv-widget="memberfees"] .btn:focus {
  text-decoration: none;
  transform: translateY(-4px);
  -webkit-box-shadow: 0px 10px 25px -6px rgba(0, 102, 42, 0.26);
  box-shadow: 0px 10px 25px -6px rgba(0, 102, 42, 0.26);
  transition: all .3s ease-in-out;
}

div[smv-type="widgetpage"] .btn:hover span, div[smv-type="widgetpage"] .btn:focus span,
div[smv-widget="memberfees"] .btn:hover span,
div[smv-widget="memberfees"] .btn:focus span {
  color: #000000;
}

div[smv-type="widgetpage"] .btn-primary,
div[smv-widget="memberfees"] .btn-primary {
  background-color: #33a370;
  color: #FFFFFF;
  transition: all .3s ease-in-out;
}

div[smv-type="widgetpage"] .btn-primary:hover,
div[smv-widget="memberfees"] .btn-primary:hover {
  background-color: #33a370;
  color: #FFFFFF;
  transition: all .3s ease-in-out;
}

div[smv-type="widgetpage"] .btn-primary:hover span,
div[smv-widget="memberfees"] .btn-primary:hover span {
  color: #FFFFFF;
  transition: all .3s ease-in-out;
}

div[smv-type="widgetpage"] .btn-secondary,
div[smv-widget="memberfees"] .btn-secondary {
  background-color: rgba(44, 62, 80, 0.9);
  color: #FFFFFF;
  transition: all .3s ease-in;
}

div[smv-type="widgetpage"] .btn-secondary:hover,
div[smv-widget="memberfees"] .btn-secondary:hover {
  background-color: #000000;
  transition: all .3s ease-in;
}

div[smv-type="widgetpage"] .btn-secondary:hover span,
div[smv-widget="memberfees"] .btn-secondary:hover span {
  color: #FFFFFF;
  transition: all .3s ease-in-out;
}

div[smv-type="widgetpage"] .btn__fullContainer,
div[smv-widget="memberfees"] .btn__fullContainer {
  width: 100%;
}

@media (max-width: 767px) {
  div[smv-type="widgetpage"] .btn-login,
  div[smv-widget="memberfees"] .btn-login {
    font-size: 1.8rem;
    padding: 1.5rem 3rem;
  }
}

div[smv-type="widgetpage"] .btn__marginTop,
div[smv-widget="memberfees"] .btn__marginTop {
  margin-top: 3rem;
}

div[smv-type="widgetpage"] .btn-link,
div[smv-widget="memberfees"] .btn-link {
  color: #3eaf7c;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
  padding-bottom: 2px;
}

@media (max-width: 575px) {
  div[smv-type="widgetpage"] .btn-link,
  div[smv-widget="memberfees"] .btn-link {
    font-size: 1.6rem;
  }
}

div[smv-type="widgetpage"] .btn-link:before,
div[smv-widget="memberfees"] .btn-link:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #3eaf7c;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  transition: all .3s ease-in;
}

div[smv-type="widgetpage"] .btn-link:hover,
div[smv-widget="memberfees"] .btn-link:hover {
  color: rgba(44, 62, 80, 0.9);
  text-decoration: none;
  transition: all .3s ease-in;
}

div[smv-type="widgetpage"] .btn-link:hover:before,
div[smv-widget="memberfees"] .btn-link:hover:before {
  background-color: rgba(44, 62, 80, 0.9);
  transition: all .3s ease-in;
}

div[smv-type="widgetpage"] .btn-link:focus,
div[smv-widget="memberfees"] .btn-link:focus {
  color: #6BE07B;
  text-decoration: none;
}

div[smv-type="widgetpage"] .btn[disabled],
div[smv-widget="memberfees"] .btn[disabled] {
  background: rgba(44, 62, 80, 0.9);
  pointer-events: none;
}

div[smv-type="widgetpage"] .btn[disabled]:hover,
div[smv-widget="memberfees"] .btn[disabled]:hover {
  background: rgba(44, 62, 80, 0.9);
}

div[smv-type="widgetpage"] .cbx,
div[smv-type="widgetpage"] .cbx-adesao {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  text-align: right;
  margin-bottom: 1rem;
  cursor: pointer;
}

div[smv-type="widgetpage"] .cbx span,
div[smv-type="widgetpage"] .cbx-adesao span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2em;
}

div[smv-type="widgetpage"] .cbx span b,
div[smv-type="widgetpage"] .cbx-adesao span b {
  font-weight: 900;
}

div[smv-type="widgetpage"] .cbx span:first-child,
div[smv-type="widgetpage"] .cbx-adesao span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #3eaf7c;
  transition: all 0.2s ease;
}

div[smv-type="widgetpage"] .cbx span:first-child svg,
div[smv-type="widgetpage"] .cbx-adesao span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

div[smv-type="widgetpage"] .cbx span:first-child:before,
div[smv-type="widgetpage"] .cbx-adesao span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #33a370;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

div[smv-type="widgetpage"] .cbx span:last-child,
div[smv-type="widgetpage"] .cbx-adesao span:last-child {
  padding-left: 8px;
}

div[smv-type="widgetpage"] .inp-cbx:checked + .cbx span:first-child {
  background: #33a370;
  border-color: #33a370;
  animation: wave 0.4s ease;
}

div[smv-type="widgetpage"] .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

div[smv-type="widgetpage"] .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

div[smv-type="widgetpage"] .termos-condicoes .checkbox-periodo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: .5rem;
  border-bottom: none;
}

div[smv-type="widgetpage"] .termos-condicoes .checkbox-periodo__item {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}

div[smv-type="widgetpage"] .termos-condicoes .checkbox-periodo .cbx {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

div[smv-type="widgetpage"] .termos-condicoes .checkbox-periodo p {
  width: 90%;
  text-align: left;
  margin-left: 1.5rem;
  margin-bottom: 0;
}

div[smv-type="widgetpage"] .termos-condicoes .checkbox-periodo p a {
  color: #6BE07B;
}

div[smv-type="widgetpage"] .termos-condicoes .checkbox-periodo p a:hover, div[smv-type="widgetpage"] .termos-condicoes .checkbox-periodo p a:focus {
  color: #6BE07B;
  text-decoration: none;
}

div[smv-type="widgetpage"] .termos-condicoes .checkbox-periodo .input-validate {
  margin-bottom: 1.5rem;
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}

div[smv-type="widgetpage"] .spinner-loader,
div[smv-widget="memberfees"] .spinner-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

div[smv-type="widgetpage"] .spinner-loader .spinner,
div[smv-widget="memberfees"] .spinner-loader .spinner {
  width: 3.2rem;
  height: 3.2rem;
  position: fixed;
  margin: 24rem 0;
  left: calc(50% - 1.8rem);
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-left-color: #6BE07B;
  border-radius: 50%;
  animation: spin 1.3s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

div[smv-type="widgetpage"] table {
  width: 100%;
  margin: 1.5rem 0;
  padding: 0;
}

div[smv-type="widgetpage"] table thead {
  border-bottom: 2px solid #6BE07B;
}

div[smv-type="widgetpage"] table tr {
  border-radius: 1rem;
}

div[smv-type="widgetpage"] table th,
div[smv-type="widgetpage"] table td {
  width: 25%;
  padding: 1rem .5rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #000000;
  border: 0px;
}

div[smv-type="widgetpage"] table th b,
div[smv-type="widgetpage"] table th strong,
div[smv-type="widgetpage"] table td b,
div[smv-type="widgetpage"] table td strong {
  font-weight: 900;
}

div[smv-type="widgetpage"] table th {
  font-weight: 900;
}

div[smv-type="widgetpage"] table tbody tr:nth-child(even) {
  background: #f5f5f5;
}

div[smv-type="widgetpage"] table tbody tr.totalpayment {
  background: #000000;
}

div[smv-type="widgetpage"] table tbody tr.totalpayment td {
  color: #FFFFFF;
}

div[smv-type="widgetpage"] table .status__atrasado {
  padding: .5rem;
  border-radius: .5rem;
  border: 2px solid #FDA256;
  font-size: 1.2rem;
  color: #FDA256;
}

div[smv-type="widgetpage"] table .status-aberto {
  color: #3eaf7c;
}

div[smv-type="widgetpage"] table .btn {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.2em;
}

@media (max-width: 575px) {
  div[smv-type="widgetpage"] table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  div[smv-type="widgetpage"] table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 1.5rem;
  }
  div[smv-type="widgetpage"] table th,
  div[smv-type="widgetpage"] table td {
    width: 100%;
  }
  div[smv-type="widgetpage"] table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }
  div[smv-type="widgetpage"] table td:before {
    content: attr(data-label);
    float: left;
    font-weight: 900;
    text-transform: uppercase;
  }
  div[smv-type="widgetpage"] table td:last-child {
    border-bottom: 0;
  }
  div[smv-type="widgetpage"] table .btn {
    width: 100%;
  }
}

div[smv-type="widgetpage"] .table__border {
  border-bottom: 2px solid #000000;
}

div[smv-type="widgetpage"] .tab table td:first-child {
  text-align: left;
}

div[smv-type="widgetpage"] .tab table td:last-child {
  text-align: right;
}

@media (max-width: 575px) {
  div[smv-type="widgetpage"] .tab table td {
    text-align: right;
  }
}

div[smv-type="widgetpage"] .tab table tr.totalpayment {
  background: #000000;
}

div[smv-type="widgetpage"] .tab table tr.totalpayment td {
  color: #FFFFFF;
}

div[smv-type="widgetpage"] .classificacao th,
div[smv-type="widgetpage"] .classificacao td {
  width: auto;
  text-align: left;
}

div[smv-type="widgetpage"] .classificacao th:nth-child(3), div[smv-type="widgetpage"] .classificacao th:nth-child(4),
div[smv-type="widgetpage"] .classificacao td:nth-child(3),
div[smv-type="widgetpage"] .classificacao td:nth-child(4) {
  text-align: center;
}

div[smv-type="widgetpage"] .classificacao td {
  font-weight: 300;
  text-transform: none;
}

div[smv-type="widgetpage"] .classificacao td:nth-child(1), div[smv-type="widgetpage"] .classificacao td:nth-child(4) {
  font-weight: 900;
}

div[smv-type="widgetpage"] .classificacao .time-destaque {
  background-color: #f1c500;
}

div[smv-type="widgetpage"] .classificacao .time-destaque td {
  font-weight: 900;
}

@media (max-width: 575px) {
  div[smv-type="widgetpage"] .classificacao {
    width: 75%;
  }
  div[smv-type="widgetpage"] .classificacao table thead {
    clip: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
  }
  div[smv-type="widgetpage"] .classificacao table tr {
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 0;
  }
  div[smv-type="widgetpage"] .classificacao table th,
  div[smv-type="widgetpage"] .classificacao table td {
    width: auto;
  }
  div[smv-type="widgetpage"] .classificacao table th:nth-child(2),
  div[smv-type="widgetpage"] .classificacao table td:nth-child(2) {
    width: 60%;
  }
  div[smv-type="widgetpage"] .classificacao table td {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    text-align: left;
  }
  div[smv-type="widgetpage"] .classificacao table td:before {
    display: none;
  }
  div[smv-type="widgetpage"] .classificacao table td:last-child {
    border-bottom: 0;
  }
}

.div-wait,
.div-error {
  width: 100%;
  min-height: 60vh;
  padding: 3rem 0;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #00662a;
}

.div-wait .row,
.div-error .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.div-wait i,
.div-error i {
  width: 3rem;
  margin-bottom: 1.5rem;
}

.div-wait i img,
.div-error i img {
  width: 100%;
}

.div-wait p,
.div-error p {
  width: 30%;
  text-align: center;
  margin-bottom: 1.5rem;
}

.icon-animate {
  width: 3rem;
  animation: opacityAnimation 2s infinite ease-in-out;
}

.icon-animate img {
  animation: rotateImg 2s infinite ease-in-out;
}

div[smv-widget="userfrommember"] {
  padding: 3rem 0;
}

div[smv-widget="userfrommember"] div[smv-type="widgetpage"] {
  display: flex;
  justify-content: center;
}

div[smv-widget="userfrommember"] form {
  width: 50%;
}

div[smv-type="widgetpage"] .modal-login-container {
  width: 100%;
  height: 100%;
  display: none;
  padding-top: 7rem;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  position: fixed;
  overflow-y: auto;
  text-align: center;
}

div[smv-type="widgetpage"] .modal-content {
  width: 45%;
  background-color: #FFFFFF;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 992px) {
  div[smv-type="widgetpage"] .modal-content {
    width: 70%;
  }
}

@media (max-width: 767px) {
  div[smv-type="widgetpage"] .modal-content {
    width: 95%;
  }
}

div[smv-type="widgetpage"] .modal-login-container.mostrar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

div[smv-type="widgetpage"] .mostrar .modal-content {
  animation: modal .6s;
}

div[smv-type="widgetpage"] .closeModal {
  width: 3rem;
  height: auto;
  display: inline-block;
  position: absolute;
  top: -4rem;
  right: 0;
  bottom: auto;
  left: auto;
  padding: .6rem;
  background-color: #FFFFFF;
  border: 1px solid #6BE07B;
  border-radius: 50%;
  transition: all .3s ease-in-out;
}

div[smv-type="widgetpage"] .closeModal img {
  width: 100%;
  height: 100%;
}

div[smv-type="widgetpage"] .closeModal:hover {
  opacity: .8;
  transform: scale(0.9);
  transition: all .3s ease-in-out;
}

div[smv-type="widgetpage"] .nav_tabs {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  position: relative;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

div[smv-type="widgetpage"] .nav_tabs ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-bottom: 2px solid #FFFFFF;
}

div[smv-type="widgetpage"] .nav_tabs ul li {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1em;
}

div[smv-type="widgetpage"] .nav_tabs .tab_label {
  width: 100%;
  padding: 2rem;
  display: block;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  background-color: #000000;
  color: #6BE07B;
  margin: 0;
  transition: all .3s ease-out;
}

div[smv-type="widgetpage"] .nav_tabs .tab_label:hover {
  background-color: #3eaf7c;
  transition: all .3s ease-out;
}

div[smv-type="widgetpage"] .nav_tabs .rd_tabs {
  display: none;
  position: absolute;
}

div[smv-type="widgetpage"] .nav_tabs .rd_tabs:checked ~ label {
  background-color: #FFFFFF;
  color: #6BE07B;
  cursor: default;
  border: none;
}

div[smv-type="widgetpage"] .nav_tabs .rd_tabs:checked ~ .tab-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

div[smv-type="widgetpage"] .nav_tabs .tab-content {
  height: auto;
  width: 100%;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 6rem;
  right: auto;
  bottom: auto;
  left: 0;
  padding: 1.5rem 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  div[smv-type="widgetpage"] .nav_tabs .tab-content {
    padding: 1.5rem;
  }
}

div[smv-type="widgetpage"] .nav_tabs .tab-content h2 {
  margin: 1rem 0;
}

div[smv-type="widgetpage"] .nav_tabs .tab-content h3 {
  width: 80%;
}

div[smv-type="widgetpage"] .nav_tabs .tab-content .logo-clube {
  height: 8rem;
  margin-top: 1.5rem;
}

div[smv-type="widgetpage"] .nav_tabs .tab-content form {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  div[smv-type="widgetpage"] .nav_tabs .tab-content form {
    width: 100%;
  }
}

div[smv-type="widgetpage"] .nav_tabs .tab-content .select-club {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-transform: initial;
  padding-left: 0;
  margin-top: 1.2rem;
}

div[smv-type="widgetpage"] .nav_tabs .tab-content .select-club img {
  opacity: 1;
}

div[smv-type="widgetpage"] .nav_tabs .tab-content .select-club p {
  margin: 0 .5rem;
  color: #000000;
}

div[smv-type="widgetpage"] .nav_tabs .tab-content .select-club i {
  display: inline-block;
  margin-left: 3rem;
}

div[smv-type="widgetpage"] .nav_tabs .tab-content .select-club i img {
  width: 2.4rem;
}

div[smv-type="widgetpage"] .nav_tabs #select-club:checked ~ .listTeams_popUp {
  display: block;
}

div[smv-type="widgetpage"] .nav_tabs #select-club:checked ~ .select-club i {
  transform: rotate(180deg);
  animation: rotateImg .3s ease-out;
}

div[smv-type="widgetpage"] .nav_tabs .listTeams_popUp {
  width: 100%;
  max-height: 28rem;
  overflow-y: scroll;
  display: none;
  position: absolute;
  top: 5.8rem;
  right: 50%;
  bottom: auto;
  left: auto;
  transform: translateX(50%);
  background-color: #FFFFFF;
  border: 1px solid #6BE07B;
  border-radius: .5rem;
  transition: all .3s ease-out;
  z-index: 99;
}

div[smv-type="widgetpage"] .nav_tabs .listTeams_popUp::-webkit-scrollbar {
  width: .8rem;
  background: rgba(44, 62, 80, 0.9);
  border-radius: 1rem;
}

div[smv-type="widgetpage"] .nav_tabs .listTeams_popUp::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  background: #FFFFFF;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

div[smv-type="widgetpage"] .nav_tabs .listTeams_popUp li {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 1.6rem .8rem;
  cursor: pointer;
}

div[smv-type="widgetpage"] .nav_tabs .listTeams_popUp li img {
  height: 3.5rem;
  margin: 0 .5rem;
}

div[smv-type="widgetpage"] .nav_tabs .listTeams_popUp li p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 .5rem;
}

div[smv-type="widgetpage"] .nav_tabs .listTeams_popUp li:hover {
  background-color: #FFFFFF;
  transition: all .3s ease-out;
}

div[smv-type="widgetpage"] .nav_tabs .team-select-name {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #404040;
  animation: nameTeam .3s ease-in;
}

div[smv-type="widgetpage"] .infos-socio {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 1.5rem 0;
  border: none;
}

div[smv-type="widgetpage"] .infos-socio li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: auto;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2rem;
  color: #3eaf7c;
}

div[smv-type="widgetpage"] .infos-socio li span {
  margin: .5rem 0;
}

div[smv-type="widgetpage"] .infos-socio img {
  width: 4rem;
}

div[smv-type="widgetpage"] .modal-msg {
  padding: 3rem;
  text-align: center;
}

div[smv-type="widgetpage"] .modal-msg i {
  display: inline-block;
  height: 4.5rem;
  margin-bottom: 1.5rem;
}

div[smv-type="widgetpage"] .modal-msg i img {
  height: 100%;
}

div[smv-type="widgetpage"] .modal-msg h2 {
  margin-top: .5rem;
}

div[smv-type="widgetpage"] div [smv-type="wufmbrarea"] {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

div[smv-type="widgetpage"] .txt_small {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4em;
  margin-top: .5rem;
}

div[smv-type="widgetpage"] .esqueci-senha {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2em;
  color: #3eaf7c;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}

div[smv-type="widgetpage"] .esqueci-senha:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #3eaf7c;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -2px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: 0 0;
  transition: all .3s ease-in;
}

div[smv-type="widgetpage"] .esqueci-senha:hover, div[smv-type="widgetpage"] .esqueci-senha:focus {
  color: #3eaf7c;
  text-decoration: none;
}

div[smv-type="widgetpage"] .esqueci-senha:hover:before, div[smv-type="widgetpage"] .esqueci-senha:focus:before {
  transform: scale(1, 1);
  transition: all .3s ease-in;
}

div[smv-type="widgetpage"] .link-registo {
  margin-top: 2rem;
  padding-top: 2rem;
  position: relative;
}

div[smv-type="widgetpage"] .link-registo:after {
  content: '';
  width: 50%;
  height: 2px;
  background-color: rgba(21, 21, 21, 0.2);
  position: absolute;
  top: 0;
  right: 25%;
  bottom: auto;
  left: auto;
  box-shadow: 2px 2px 26px -6px rgba(0, 0, 0, 0.75);
}

div[smv-type="widgetpage"] .registo_captcha {
  margin-bottom: 1.5rem;
}

div[smv-type="widgetpage"] .userfrommember {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}

div[smv-type="widgetpage"] .registo-finalizado {
  padding: 3rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

div[smv-type="widgetpage"] .registo-finalizado form {
  width: 70%;
}

div[smv-type="widgetpage"] .registo-finalizado i {
  width: 5rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}

div[smv-type="widgetpage"] .registo-finalizado i img {
  width: 100%;
}

div[smv-type="widgetpage"] .registo-finalizado h2 {
  margin-bottom: 1.5rem;
}

div[smv-type="widgetpage"] .recuperar-senha {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

div[smv-type="widgetpage"] .recuperar-senha h2 {
  margin-bottom: 1.5rem;
}

div[smv-type="widgetpage"] .recuperar-senha button,
div[smv-type="widgetpage"] .recuperar-senha a {
  margin: 1.5rem;
}

div[smv-type="widgetpage"] .noScroll {
  overflow: hidden;
  position: fixed;
}

@keyframes modal {
  from {
    opacity: 0;
    transform: translate3d(0, -60px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes opacityAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes rotateImg {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes nameTeam {
  0% {
    opacity: 0;
    transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.load-screen {
  width: 100%;
  height: 100%;
  background: url(../images/loading.gif) no-repeat center center #000000;
  background-size: 100px auto;
  position: fixed;
  top: 0px;
  opacity: 0.8;
  z-index: 2000;
  text-align: center;
}

.section-login {
  width: 100%;
  height: auto;
  position: relative;
  padding: 3rem 0;
}

.section-login .container-login {
  width: 100%;
  margin: 0 auto;
}

.section-login .nav-tabs {
  width: 100%;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.4em;
  text-transform: uppercase;
}

.section-login .nav-tabs .nav-link {
  color: #707070;
  border-radius: .25rem;
}

.section-login .nav-tabs .nav-link:hover {
  color: #3eaf7c;
  border-color: #eceeef;
  transition: all .2s linear;
}

.section-login .nav-tabs .nav-link.active {
  background: #6BE07B;
  color: #33a370;
  border: none;
}

.section-login .tab-content {
  width: 100%;
  position: relative;
}

.section-login .tab-content .active {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.section-login .tab-content .tab-pane-registo {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  padding-top: 3rem;
}

.section-login .registo-member form,
.section-login .registo-noMember form {
  margin: 1.5rem auto;
}

.section-login .registo-member p,
.section-login .registo-noMember p {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4em;
  text-align: center;
}

.section-login .registo-member {
  position: relative;
}

.section-login .registo-member:before {
  content: '';
  width: 1px;
  height: 80%;
  background-color: rgba(44, 62, 80, 0.9);
  opacity: .8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

@media (max-width: 767px) {
  .section-login .registo-member:before {
    display: none;
  }
}

.section-login form .container-input {
  justify-content: space-between;
}

.section-login form .show-password {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1rem;
  bottom: auto;
  left: auto;
  transform: translateY(-30%);
}

.section-login .aviso-noMember {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 1.4rem;
}

.section-login .aviso-noMember .link-registo {
  padding: 0;
}

.section-login .aviso-noMember .link-registo:after {
  display: none;
}

.section-login .container-sucesso {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 1.5rem 0;
}

.section-login .container-sucesso i {
  margin-bottom: 1.5rem;
}

.section-login .container-sucesso img {
  width: 5rem;
}

.section-login .container-sucesso h1 {
  border: none;
  text-align: center;
}

.section-login .container-sucesso .container-btn {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
}

.section-login .container-sucesso .container-btn a {
  margin: 0 1rem;
}

div[smv-widget="memberfees"] {
  width: 100%;
  position: relative;
  padding: 3rem 0;
}

div[smv-widget="memberfees"] .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

div[smv-widget="memberfees"] h1 {
  padding-bottom: .5rem;
}

div[smv-widget="memberfees"]__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

div[smv-widget="memberfees"]__list__item {
  padding: 1rem;
}

div[smv-widget="memberfees"]__list__content {
  min-height: 20rem;
  border-radius: 1rem;
  padding: 1.5rem;
  background-color: #FFFFFF;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  transition: all .3s ease-in-out;
}

div[smv-widget="memberfees"]__list__content img {
  width: 5rem;
}

div[smv-widget="memberfees"]__list__content:hover {
  transform: scale(1.1);
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  transition: all .3s ease-in-out;
}

div[smv-type="widgetpage"] .fluxoPagamentos {
  width: 100%;
  padding-top: 1.5rem;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background-color: #FFFFFF;
}

div[smv-type="widgetpage"] .fluxoPagamentos .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

div[smv-type="widgetpage"] .fluxoPagamentos h1 {
  text-align: center;
  border: none;
}

div[smv-type="widgetpage"] .fluxoPagamentos h2 {
  margin-bottom: 1.5rem;
}

div[smv-type="widgetpage"] .fluxoPagamentos__footer {
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
  padding: 1.5rem 0;
  margin-top: 4.5rem;
}

div[smv-type="widgetpage"] .fluxoPagamentos__footer .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

div[smv-type="widgetpage"] .fluxoPagamentos__footer ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #3eaf7c;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 3rem;
}

div[smv-type="widgetpage"] .fluxoPagamentos__footer ul:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  div[smv-type="widgetpage"] .fluxoPagamentos__footer ul {
    font-size: 1.4rem;
  }
}

div[smv-type="widgetpage"] .fluxoPagamentos__footer ul li {
  margin-bottom: 0.5rem;
}

div[smv-type="widgetpage"] .fluxoPagamentos__footer ul li p {
  margin-bottom: 0;
}

div[smv-type="widgetpage"] .fluxoPagamentos__footer ul li p b {
  font-weight: 900;
}

div[smv-type="widgetpage"] .fluxoPagamentos__footer ul li a {
  color: #000000;
  border-bottom: 1px solid rgba(243, 69, 5, 0);
  transition: all .3s ease-out;
}

div[smv-type="widgetpage"] .fluxoPagamentos__footer ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #00662a;
  transition: all .3s ease-out;
}

@media (max-width: 575px) {
  div[smv-type="widgetpage"] .fluxoPagamentos__footer ul li {
    margin-bottom: 1rem;
  }
}

div[smv-type="widgetpage"] .fluxoPagamentos .payList {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

div[smv-type="widgetpage"] .fluxoPagamentos .payList ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

div[smv-type="widgetpage"] .fluxoPagamentos .payList ul li {
  height: 17rem;
  margin: 0 1.5rem;
  background-color: #FFFFFF;
  border: 2px solid #3eaf7c;
  border-radius: 1rem;
  padding: 1rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  transform: scale(0.9);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0);
  transition: all .3s ease-in-out;
}

@media (max-width: 992px) {
  div[smv-type="widgetpage"] .fluxoPagamentos .payList ul li {
    height: auto;
  }
}

div[smv-type="widgetpage"] .fluxoPagamentos .payList ul li .meowallet__logo {
  width: 100%;
  display: block;
  text-align: right;
}

div[smv-type="widgetpage"] .fluxoPagamentos .payList ul li .meowallet__logo img {
  height: 1.5rem;
  width: auto;
  margin: 0;
}

div[smv-type="widgetpage"] .fluxoPagamentos .payList ul li img {
  width: 15rem;
  margin: .5rem;
}

div[smv-type="widgetpage"] .fluxoPagamentos .payList ul li p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

div[smv-type="widgetpage"] .fluxoPagamentos .payList ul li:hover {
  transform: scale(1);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  transition: all .3s ease-in-out;
}

div[smv-type="widgetpage"] .fluxoPagamentos .payList ul .select {
  background-color: #FFFFFF;
  border: 2px solid #00662a;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  transform: scale(1);
}

div[smv-type="widgetpage"] .fluxoPagamentos .payList .input-validate {
  color: #3eaf7c;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2em;
  padding: 1rem 1.5rem;
}

div[smv-type="widgetpage"] .fluxoPagamentos .container-btn {
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
}

div[smv-type="widgetpage"] .fluxoPagamentos .container-btn a {
  margin: 0 .5rem;
}

div[smv-type="widgetpage"] .fluxoPagamentos .container-btn .btn__verMais {
  margin-right: 6rem;
}

div[smv-type="widgetpage"] .formas-pagamento {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

div[smv-type="widgetpage"] .formas-pagamento .item-form {
  padding: 0;
}

div[smv-type="widgetpage"] .formas-pagamento img {
  height: 10rem;
}

div[smv-type="widgetpage"] .formas-pagamento .container-input div {
  margin-bottom: 3rem;
}

div[smv-type="widgetpage"] .quotasTotal {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: lowercase;
  color: #000000;
  padding: 1rem 2rem;
  border: 2px solid #3eaf7c;
  text-transform: uppercase;
  border-radius: .5rem;
}

div[smv-type="widgetpage"] .quotasTotal b {
  font-weight: 900;
}

div[smv-type="widgetpage"] .aviso-multibanco {
  max-width: 60%;
  padding: 1.5rem;
  border: 2px solid #3eaf7c;
  border-radius: .5rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2em;
}

div[smv-type="widgetpage"] .aviso-multibanco img {
  width: 3rem;
  margin-right: 1.5rem;
}

@media (max-width: 767px) {
  div[smv-type="widgetpage"] .aviso-multibanco {
    max-width: 90%;
  }
}

div[smv-type="widgetpage"] .terms {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

div[smv-type="widgetpage"] .terms form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
}

div[smv-type="widgetpage"] .terms .btn__verMais {
  margin-bottom: 1rem;
}

div[smv-type="widgetpage"] .terms .form-error {
  color: #00662a;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2em;
}

div[smv-type="widgetpage"] .pagamento_sucesso {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 1.5rem 0;
}

div[smv-type="widgetpage"] .pagamento_sucesso i {
  margin-bottom: 1.5rem;
}

div[smv-type="widgetpage"] .pagamento_sucesso img {
  width: 5rem;
}

div[smv-type="widgetpage"] .pagamento_sucesso .container-btn {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
}

div[smv-type="widgetpage"] .pagamento_sucesso .container-btn a {
  margin: 0 1rem;
}

div[smv-type="widgetpage"] .payreturn__multibanco {
  width: 100%;
  max-width: 580px;
  border: 2px solid #f1c500;
  border-radius: .5rem;
  text-align: center;
  padding: 1.5rem 0 0;
  margin: 1.5rem 0;
}

div[smv-type="widgetpage"] .payreturn__multibanco img {
  height: 4rem;
  width: auto;
}

div[smv-type="widgetpage"] .payreturn__multibanco table {
  margin-bottom: 0;
  border: 0px;
}

div[smv-type="widgetpage"] .payreturn__multibanco table tr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border-radius: 0;
  margin-bottom: 0;
}

div[smv-type="widgetpage"] .payreturn__multibanco table tr:last-child {
  border-bottom: none;
}

div[smv-type="widgetpage"] .payreturn__multibanco table tr td:first-child {
  text-align: left;
}

div[smv-type="widgetpage"] .payreturn__mbway {
  border: 2px solid #f1c500;
  border-radius: .5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
  padding: 0 1.5rem 1.5rem;
  margin-bottom: 3rem;
}

div[smv-type="widgetpage"] .payreturn__mbway img {
  height: 10rem;
  width: auto;
}

div[smv-type="widgetpage"] .container-detalhes {
  width: 50%;
  margin: 0 auto 3rem;
}

@media (max-width: 767px) {
  div[smv-type="widgetpage"] .container-detalhes {
    width: 100%;
  }
}

div[smv-type="widgetpage"] .clube-detalhes {
  text-align: center;
}

div[smv-type="widgetpage"] .clube-detalhes img {
  width: auto;
  height: 7rem;
  margin: 1.5rem 0;
}

div[smv-type="widgetpage"] .clube-detalhes p {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.2em;
  text-transform: uppercase;
}

div[smv-type="widgetpage"] .bannerUserData {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  margin-bottom: 5rem;
  z-index: 1;
}

@media (max-width: 767px) {
  div[smv-type="widgetpage"] .bannerUserData {
    height: 15rem;
    padding: 1.5rem 0;
    margin-bottom: 3rem;
  }
}

div[smv-type="widgetpage"] .bannerUserData .background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: -1;
}

div[smv-type="widgetpage"] .bannerUserData .profile-picture {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  margin-bottom: -3rem;
}

div[smv-type="widgetpage"] .bannerUserData .profile-picture a {
  width: 8rem;
  height: 8rem;
  background-color: #3eaf7c;
  padding: 1.5rem;
  border: 3px solid #3eaf7c;
  border-radius: 50%;
  position: relative;
}

div[smv-type="widgetpage"] .bannerUserData .profile-picture a img {
  width: 100%;
  height: 100%;
}

div[smv-type="widgetpage"] .bannerUserData .profile-picture h1 {
  margin-top: 2rem;
  margin-left: 1.5rem;
  border: none;
}

@media (max-width: 575px) {
  div[smv-type="widgetpage"] .bannerUserData .profile-picture h1 {
    width: 55%;
  }
}

div[smv-type="widgetpage"] .userdata {
  margin-bottom: 3rem;
  position: relative;
  height: auto;
}

@media (max-width: 992px) {
  div[smv-type="widgetpage"] .userdata {
    height: auto;
  }
}

div[smv-type="widgetpage"] .userdata .row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

div[smv-type="widgetpage"] .userdata .tab-content {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

div[smv-type="widgetpage"] .userdata .tab-content form {
  margin-top: 0;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
}

@media (max-width: 575px) {
  div[smv-type="widgetpage"] .userdata .tab-content form {
    padding: 1.5rem 0;
  }
}

div[smv-type="widgetpage"] .userdata .tab-content .codigo-postal-pt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

div[smv-type="widgetpage"] .userdata .tab-content .codigo-postal-pt input {
  padding: .75rem 1rem;
}

div[smv-type="widgetpage"] .userdata .tab-content .codigo-postal-pt p {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2em;
  color: #3eaf7c;
  margin-bottom: 0rem;
}

@media (max-width: 767px) {
  div[smv-type="widgetpage"] .userdata .tab-content .codigo-postal-pt p {
    margin: 1.5rem 0;
    padding: 0 .5rem;
  }
}

div[smv-type="widgetpage"] .userdata .tab-content .clube__socio {
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
  padding: 2rem 3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background-color: #f1f1f1;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

@media (max-width: 575px) {
  div[smv-type="widgetpage"] .userdata .tab-content .clube__socio {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 1.5rem;
  }
}

div[smv-type="widgetpage"] .userdata .tab-content .clube__socio-background {
  height: 220%;
  position: absolute;
  top: 70%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  opacity: .1;
}

div[smv-type="widgetpage"] .userdata .tab-content .clube__socio-background img {
  height: 100%;
}

div[smv-type="widgetpage"] .userdata .tab-content .clube__socio--infos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: rgba(44, 62, 80, 0.9);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2em;
}

div[smv-type="widgetpage"] .userdata .tab-content .clube__socio--infos strong {
  font-weight: 900;
}

div[smv-type="widgetpage"] .userdata .tab-content .clube__socio--infos img {
  height: 3rem;
  object-fit: contain;
  margin-right: .4rem;
}

@media (max-width: 767px) {
  div[smv-type="widgetpage"] .userdata .tab-content .clube__socio--infos img {
    margin-left: 0;
  }
}

div[smv-type="widgetpage"] .userdata .tab-content .clube__socio--infos ul {
  margin: 0 .8rem;
}

div[smv-type="widgetpage"] .userdata .tab-content .clube__socio--infos ul li {
  margin: .8rem 0;
}

div[smv-type="widgetpage"] .userdata .tab-content .clube__socio--infos ul .aviso-quotas {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

div[smv-type="widgetpage"] .userdata .tab-content .clube__socio--infos ul .quotas-atrasadas strong {
  color: #3eaf7c;
}

div[smv-type="widgetpage"] .userdata .tab-content .clube__socio--infos ul .icon-quotas {
  width: 2rem;
  margin: 0;
  margin-right: .8rem;
}

@media (max-width: 767px) {
  div[smv-type="widgetpage"] .userdata .tab-content .clube__socio--infos ul {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  div[smv-type="widgetpage"] .userdata .tab-content .clube__socio--infos ul li {
    text-align: center;
  }
}

div[smv-type="widgetpage"] .userdata .tab-content .clube__socio .btn-wrapper {
  text-align: center;
}

div[smv-type="widgetpage"] .userdata .tab-content .clube__socio .btn-wrapper p {
  font-size: 1.4rem;
  margin: 1.2rem 0 0;
  color: rgba(44, 62, 80, 0.9);
}

div[smv-type="widgetpage"] .userdata .tab-content .clube__socio .btn-wrapper p strong {
  font-weight: 700;
}

@media (max-width: 767px) {
  div[smv-type="widgetpage"] .userdata .tab-content .clube__socio {
    margin: 1.5rem 0;
  }
}

div[smv-type="widgetpage"] .userdata .tab-content .dados-socio-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

div[smv-type="widgetpage"] .userdata .tab-content .dados-socio-list li {
  text-align: left;
  font-size: 1.5rem;
  padding: 0;
  padding-bottom: .4rem;
  margin-bottom: 1.2rem;
}

div[smv-type="widgetpage"] .userdata .tab-content .dados-socio-list li h2 {
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1em;
  color: rgba(44, 62, 80, 0.9);
}

div[smv-type="widgetpage"] .userdata .tab-content .dados-socio-list li:last-child {
  border-right: none;
}

div[smv-type="widgetpage"] .userdata .tab-content .last-update,
div[smv-type="widgetpage"] .userdata .tab-content .no-edit-msg {
  width: 100%;
  padding: 0 1.5rem;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4em;
  margin: .8rem 0;
}

@media (max-width: 425px) {
  div[smv-type="widgetpage"] .userdata .tab-content .last-update,
  div[smv-type="widgetpage"] .userdata .tab-content .no-edit-msg {
    text-align: center;
  }
}

div[smv-type="widgetpage"] .userdata .tab-content .no-edit-msg {
  font-weight: 900;
  padding: .8rem 1.5rem;
  border: 2px solid #6BE07B;
  border-radius: .5rem;
  text-align: center;
}

div[smv-type="widgetpage"] .userdata .tab-content .email-pwd-atual {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 3rem;
  color: rgba(44, 62, 80, 0.9);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2em;
}

div[smv-type="widgetpage"] .userdata .tab-content .email-pwd-atual h2 {
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1em;
  color: rgba(44, 62, 80, 0.9);
}

div[smv-type="widgetpage"] .userdata .tab-content .email-pwd-atual span {
  margin-bottom: .5rem;
  color: #000000;
}

@media (max-width: 575px) {
  div[smv-type="widgetpage"] .userdata .tab-content .email-pwd-atual {
    margin-bottom: 1.5rem;
  }
}

div[smv-type="widgetpage"] .userdata .tab-content .termos-condicoes {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2em;
  color: #3eaf7c;
  margin: 3rem 0;
  text-align: right;
}

div[smv-type="widgetpage"] .userdata .tab-content .termos-condicoes strong {
  font-weight: 900;
}

div[smv-type="widgetpage"] .userdata .tab-content .termos-condicoes .checkbox-periodo {
  justify-content: flex-start;
}

div[smv-type="widgetpage"] .userdata .tab-content .termos-condicoes .checkbox-periodo__item .cbx {
  justify-content: flex-start;
}

div[smv-type="widgetpage"] .userdata .tab-content .termos-condicoes .checkbox-periodo__item .cbx p {
  width: 80%;
  text-align: left;
}

@media (max-width: 575px) {
  div[smv-type="widgetpage"] .userdata .tab-content .termos-condicoes {
    margin: 1.5rem 0;
  }
}

@media (max-width: 992px) {
  div[smv-type="widgetpage"] .userdata .tab-content {
    position: relative;
  }
}

div[smv-type="widgetpage"] .tabs_userdata .rd_userdata_tabs {
  display: none;
}

div[smv-type="widgetpage"] .tabs_userdata .label-userdata {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2em;
  color: #3eaf7c;
  cursor: pointer;
  padding: .5rem 0;
  margin-bottom: .5rem;
  position: relative;
}

@media (max-width: 767px) {
  div[smv-type="widgetpage"] .tabs_userdata .label-userdata {
    padding: .75rem 0;
    margin-bottom: .75rem;
  }
}

div[smv-type="widgetpage"] .tabs_userdata .label-userdata:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #6BE07B;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  transform: scale(0, 1);
  transform-origin: 0 0;
  transition: all .3s ease-in;
}

div[smv-type="widgetpage"] .tabs_userdata .label-userdata:hover:before {
  transform: scale(1, 1);
  transition: all .3s ease-in;
}

div[smv-type="widgetpage"] .tabs_userdata .rd_userdata_tabs:checked ~ .label-userdata {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.2em;
}

div[smv-type="widgetpage"] .tabs_userdata .rd_userdata_tabs:checked ~ .label-userdata:before {
  transform: scale(1, 1);
}

div[smv-type="widgetpage"] .tabs_userdata .rd_userdata_tabs:checked ~ .tab-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  animation: mostrarTabContent .3s ease-in;
}

div[smv-type="widgetpage"] .tabs_userdata .li-tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

@media (max-width: 992px) {
  div[smv-type="widgetpage"] .tabs_userdata .li-tabs {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
}

div[smv-type="widgetpage"] .tabs_userdata .li-tabs .container-btn {
  text-align: center;
  margin-top: 1.5rem;
}

div[smv-type="widgetpage"] .select-country {
  width: 100%;
  height: 3.7rem;
  padding: .75rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border: 2px solid rgba(44, 62, 80, 0.9);
  border-radius: .5rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1em;
  color: #3eaf7c;
  margin-bottom: 0;
}

div[smv-type="widgetpage"] .select-country img {
  opacity: 1;
  width: 2.5rem;
  height: auto;
}

div[smv-type="widgetpage"] .select-country p {
  margin: 0 .4rem;
  color: #000000;
}

div[smv-type="widgetpage"] .select-country i {
  display: inline-block;
  margin-left: 3rem;
}

div[smv-type="widgetpage"] .select-country i img {
  width: 1.2rem;
}

div[smv-type="widgetpage"] #select-country-movel:checked ~ .country-list,
div[smv-type="widgetpage"] #select-country-phone:checked ~ .country-list {
  display: block;
}

div[smv-type="widgetpage"] #select-country-movel:checked ~ .select-country i,
div[smv-type="widgetpage"] #select-country-phone:checked ~ .select-country i {
  transform: rotate(180deg);
  animation: rotateImg .3s ease-out;
}

div[smv-type="widgetpage"] .country-list {
  width: 100%;
  max-height: 28rem;
  overflow-y: scroll;
  display: none;
  position: absolute;
  top: 6rem;
  right: 50%;
  bottom: auto;
  left: auto;
  transform: translateX(50%);
  background-color: #FFFFFF;
  border: 1px solid #6BE07B;
  border-radius: .25rem;
  transition: all .3s ease-out;
  z-index: 99;
}

div[smv-type="widgetpage"] .country-list::-webkit-scrollbar {
  width: .8rem;
  background: rgba(44, 62, 80, 0.9);
  border-radius: 1rem;
}

div[smv-type="widgetpage"] .country-list::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  background: #FFFFFF;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

div[smv-type="widgetpage"] .country-list li {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 1.6rem;
  cursor: pointer;
}

div[smv-type="widgetpage"] .country-list li img {
  width: 2rem;
  margin: 0 .5rem;
}

div[smv-type="widgetpage"] .country-list li span {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0 .5rem;
}

div[smv-type="widgetpage"] .country-list li span:last-child {
  font-weight: 900;
}

div[smv-type="widgetpage"] .country-list li:hover {
  background-color: #f0f0f0;
  transition: all .3s ease-out;
}

div[smv-type="widgetpage"] .clube-fan-container {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 111;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: none;
  position: fixed;
  overflow-y: auto;
}

div[smv-type="widgetpage"] .clube-fan-container.mostrar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 3rem 0;
}

div[smv-type="widgetpage"] .close-clubes-fan {
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  opacity: .5rem;
  z-index: 222;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  bottom: auto;
  left: auto;
  transition: all .3s ease-in;
}

div[smv-type="widgetpage"] .close-clubes-fan:hover {
  transform: scale(0.9);
  transition: all .3s ease-in;
}

div[smv-type="widgetpage"] .clube-fan-content {
  width: 30%;
  background-color: #FFF;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  position: relative;
  border-radius: .5rem;
}

div[smv-type="widgetpage"] .clube-fan-content .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

@media (max-width: 992px) {
  div[smv-type="widgetpage"] .clube-fan-content {
    width: 70%;
  }
}

@media (max-width: 575px) {
  div[smv-type="widgetpage"] .clube-fan-content {
    width: 90%;
  }
}

div[smv-type="widgetpage"] .clube-fan-content h1 {
  width: 80%;
  margin: 0;
  padding-bottom: .5rem;
  text-align: center;
}

div[smv-type="widgetpage"] .clube-fan-content h1 .destaque {
  color: #6BE07B;
}

div[smv-type="widgetpage"] .clube-fan-content .clubes-fan__list {
  width: 100%;
  max-height: 70vh;
  padding: 1.5rem;
  margin-bottom: .5rem;
  overflow-y: scroll;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

div[smv-type="widgetpage"] .clube-fan-content .clubes-fan__list li {
  width: 100%;
  margin: 1.5rem 0;
  padding: 1.5rem;
  cursor: pointer;
}

div[smv-type="widgetpage"] .clube-fan-content .clubes-fan__list li img {
  width: 100%;
}

div[smv-type="widgetpage"] .clube-fan-content .clubes-fan__list .clube-fan__select {
  background: #FFFFFF;
  border: 2px solid #6BE07B;
  border-radius: 50%;
}

div[smv-type="widgetpage"] .span-aviso {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2em;
}

div[smv-type="widgetpage"] .modal-content .modal-msg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

div[smv-type="widgetpage"] .modal-content .modal-msg p {
  width: 75%;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2em;
  color: #3eaf7c;
}

@media (max-width: 575px) {
  div[smv-type="widgetpage"] .modal-content {
    width: 100%;
  }
  div[smv-type="widgetpage"] .modal-content .modal-msg {
    padding: 3rem .5rem;
  }
  div[smv-type="widgetpage"] .modal-content .modal-msg form {
    padding: 0;
  }
}

@keyframes mostrarTabContent {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 100%;
    transform: translateY(0);
  }
}

div[smv-type="widgetpage"] html,
div[smv-widget="memberfees"] html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

div[smv-type="widgetpage"] body,
div[smv-widget="memberfees"] body {
  margin: 0;
}

div[smv-type="widgetpage"] article,
div[smv-type="widgetpage"] aside,
div[smv-type="widgetpage"] footer,
div[smv-type="widgetpage"] header,
div[smv-type="widgetpage"] nav,
div[smv-type="widgetpage"] section,
div[smv-widget="memberfees"] article,
div[smv-widget="memberfees"] aside,
div[smv-widget="memberfees"] footer,
div[smv-widget="memberfees"] header,
div[smv-widget="memberfees"] nav,
div[smv-widget="memberfees"] section {
  display: block;
}

div[smv-type="widgetpage"] h1,
div[smv-widget="memberfees"] h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

div[smv-type="widgetpage"] figcaption,
div[smv-type="widgetpage"] figure,
div[smv-type="widgetpage"] main,
div[smv-widget="memberfees"] figcaption,
div[smv-widget="memberfees"] figure,
div[smv-widget="memberfees"] main {
  /* 1 */
  display: block;
}

div[smv-type="widgetpage"] li,
div[smv-widget="memberfees"] li {
  list-style-type: none;
}

div[smv-type="widgetpage"] figure,
div[smv-widget="memberfees"] figure {
  margin: 1em 40px;
}

div[smv-type="widgetpage"] hr,
div[smv-widget="memberfees"] hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

div[smv-type="widgetpage"] pre,
div[smv-widget="memberfees"] pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

div[smv-type="widgetpage"] a,
div[smv-widget="memberfees"] a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

div[smv-type="widgetpage"] a:active,
div[smv-type="widgetpage"] a:hover,
div[smv-widget="memberfees"] a:active,
div[smv-widget="memberfees"] a:hover {
  outline-width: 0;
}

div[smv-type="widgetpage"] abbr[title],
div[smv-widget="memberfees"] abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

div[smv-type="widgetpage"] b,
div[smv-type="widgetpage"] strong,
div[smv-widget="memberfees"] b,
div[smv-widget="memberfees"] strong {
  font-weight: inherit;
}

div[smv-type="widgetpage"] b,
div[smv-type="widgetpage"] strong,
div[smv-widget="memberfees"] b,
div[smv-widget="memberfees"] strong {
  font-weight: bolder;
}

div[smv-type="widgetpage"] code,
div[smv-type="widgetpage"] kbd,
div[smv-type="widgetpage"] samp,
div[smv-widget="memberfees"] code,
div[smv-widget="memberfees"] kbd,
div[smv-widget="memberfees"] samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

div[smv-type="widgetpage"] dfn,
div[smv-widget="memberfees"] dfn {
  font-style: italic;
}

div[smv-type="widgetpage"] mark,
div[smv-widget="memberfees"] mark {
  background-color: #ff0;
  color: #000;
}

div[smv-type="widgetpage"] small,
div[smv-widget="memberfees"] small {
  font-size: 80%;
}

div[smv-type="widgetpage"] sub,
div[smv-type="widgetpage"] sup,
div[smv-widget="memberfees"] sub,
div[smv-widget="memberfees"] sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

div[smv-type="widgetpage"] sub,
div[smv-widget="memberfees"] sub {
  bottom: -0.25em;
}

div[smv-type="widgetpage"] sup,
div[smv-widget="memberfees"] sup {
  top: -0.5em;
}

div[smv-type="widgetpage"] audio,
div[smv-type="widgetpage"] video,
div[smv-widget="memberfees"] audio,
div[smv-widget="memberfees"] video {
  display: inline-block;
}

div[smv-type="widgetpage"] audio:not([controls]),
div[smv-widget="memberfees"] audio:not([controls]) {
  display: none;
  height: 0;
}

div[smv-type="widgetpage"] img,
div[smv-widget="memberfees"] img {
  border-style: none;
}

div[smv-type="widgetpage"] svg:not(:root),
div[smv-widget="memberfees"] svg:not(:root) {
  overflow: hidden;
}

div[smv-type="widgetpage"] button,
div[smv-type="widgetpage"] input,
div[smv-type="widgetpage"] optgroup,
div[smv-type="widgetpage"] select,
div[smv-type="widgetpage"] textarea,
div[smv-widget="memberfees"] button,
div[smv-widget="memberfees"] input,
div[smv-widget="memberfees"] optgroup,
div[smv-widget="memberfees"] select,
div[smv-widget="memberfees"] textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

div[smv-type="widgetpage"] button,
div[smv-type="widgetpage"] input,
div[smv-widget="memberfees"] button,
div[smv-widget="memberfees"] input {
  /* 1 */
  overflow: visible;
}

div[smv-type="widgetpage"] button,
div[smv-type="widgetpage"] select,
div[smv-widget="memberfees"] button,
div[smv-widget="memberfees"] select {
  /* 1 */
  text-transform: none;
}

div[smv-type="widgetpage"] button,
div[smv-type="widgetpage"] html [type="button"],
div[smv-type="widgetpage"] [type="reset"],
div[smv-type="widgetpage"] [type="submit"],
div[smv-widget="memberfees"] button,
div[smv-widget="memberfees"] html [type="button"],
div[smv-widget="memberfees"] [type="reset"],
div[smv-widget="memberfees"] [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

div[smv-type="widgetpage"] button::-moz-focus-inner,
div[smv-type="widgetpage"] [type="button"]::-moz-focus-inner,
div[smv-type="widgetpage"] [type="reset"]::-moz-focus-inner,
div[smv-type="widgetpage"] [type="submit"]::-moz-focus-inner,
div[smv-widget="memberfees"] button::-moz-focus-inner,
div[smv-widget="memberfees"] [type="button"]::-moz-focus-inner,
div[smv-widget="memberfees"] [type="reset"]::-moz-focus-inner,
div[smv-widget="memberfees"] [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

div[smv-type="widgetpage"] button:-moz-focusring,
div[smv-type="widgetpage"] [type="button"]:-moz-focusring,
div[smv-type="widgetpage"] [type="reset"]:-moz-focusring,
div[smv-type="widgetpage"] [type="submit"]:-moz-focusring,
div[smv-widget="memberfees"] button:-moz-focusring,
div[smv-widget="memberfees"] [type="button"]:-moz-focusring,
div[smv-widget="memberfees"] [type="reset"]:-moz-focusring,
div[smv-widget="memberfees"] [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

div[smv-type="widgetpage"] fieldset,
div[smv-widget="memberfees"] fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

div[smv-type="widgetpage"] legend,
div[smv-widget="memberfees"] legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

div[smv-type="widgetpage"] progress,
div[smv-widget="memberfees"] progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

div[smv-type="widgetpage"] textarea,
div[smv-widget="memberfees"] textarea {
  overflow: auto;
}

div[smv-type="widgetpage"] [type="checkbox"],
div[smv-type="widgetpage"] [type="radio"],
div[smv-widget="memberfees"] [type="checkbox"],
div[smv-widget="memberfees"] [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

div[smv-type="widgetpage"] [type="number"]::-webkit-inner-spin-button,
div[smv-type="widgetpage"] [type="number"]::-webkit-outer-spin-button,
div[smv-widget="memberfees"] [type="number"]::-webkit-inner-spin-button,
div[smv-widget="memberfees"] [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

div[smv-type="widgetpage"] [type="search"],
div[smv-widget="memberfees"] [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

div[smv-type="widgetpage"] [type="search"]::-webkit-search-cancel-button,
div[smv-type="widgetpage"] [type="search"]::-webkit-search-decoration,
div[smv-widget="memberfees"] [type="search"]::-webkit-search-cancel-button,
div[smv-widget="memberfees"] [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

div[smv-type="widgetpage"] ::-webkit-file-upload-button,
div[smv-widget="memberfees"] ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

div[smv-type="widgetpage"] details,
div[smv-type="widgetpage"] menu,
div[smv-widget="memberfees"] details,
div[smv-widget="memberfees"] menu {
  display: block;
}

div[smv-type="widgetpage"] summary,
div[smv-widget="memberfees"] summary {
  display: list-item;
}

div[smv-type="widgetpage"] canvas,
div[smv-widget="memberfees"] canvas {
  display: inline-block;
}

div[smv-type="widgetpage"] template,
div[smv-widget="memberfees"] template {
  display: none;
}

div[smv-type="widgetpage"] [hidden],
div[smv-widget="memberfees"] [hidden] {
  display: none;
}
