@charset "UTF-8";
/*!
 * Bootstrap v4.4.1(https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  line-height: 1.15;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
abbr[data-original-title],
abbr[title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
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;
}
a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
}
a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  font-size: 1em;
}
pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
summary {
  cursor: pointer;
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
}
hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.blockquote-footer {
  color: #6c757d;
  display: block;
  font-size: 80%;
}
.blockquote-footer:before {
  content: "\2014\00A0";
}
.img-fluid,
.img-thumbnail {
  height: auto;
  max-width: 100%;
}
.img-thumbnail {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.figure-caption {
  color: #6c757d;
  font-size: 90%;
}
code {
  word-wrap: break-word;
  color: #e83e8c;
  font-size: 87.5%;
}
a > code {
  color: inherit;
}
kbd {
  background-color: #212529;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
}
kbd kbd {
  font-size: 100%;
  font-weight: 700;
  padding: 0;
}
pre {
  color: #212529;
  display: block;
  font-size: 87.5%;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.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-lg-auto,
.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-md-auto,
.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-sm-auto,
.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,
.col-xl-auto {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
.table {
  color: #212529;
  margin-bottom: 1rem;
  width: 100%;
}
.table td,
.table th {
  border-top: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
}
.table thead th {
  border-bottom: 2px solid #dee2e6;
  vertical-align: bottom;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
  color: #212529;
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  background-color: #343a40;
  border-color: #454d55;
  color: #fff;
}
.table .thead-light th {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #495057;
}
.table-dark {
  background-color: #343a40;
  color: #fff;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: hsla(0, 0%, 100%, 0.075);
  color: #fff;
}
.table-responsive {
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow-x: auto;
  width: 100%;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  background-color: #fff;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  color: #495057;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  background-color: #fff;
  color: #495057;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
}
.col-form-label-lg {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
}
.col-form-label-sm {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
}
.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #212529;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.375rem 0;
  width: 100%;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}
.form-control-sm {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.form-control-lg {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.form-check {
  display: block;
  padding-left: 1.25rem;
  position: relative;
}
.form-check-input {
  margin-left: -1.25rem;
  margin-top: 0.3rem;
  position: absolute;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  align-items: center;
  display: inline-flex;
  margin-right: 0.75rem;
  padding-left: 0;
}
.form-check-inline .form-check-input {
  margin-left: 0;
  margin-right: 0.3125rem;
  margin-top: 0;
  position: static;
}
.valid-feedback {
  color: #28a745;
  display: none;
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.valid-tooltip {
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  background-color: #34ce57;
  border-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  color: #dc3545;
  display: none;
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.invalid-tooltip {
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  background-color: #e4606d;
  border-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
.form-inline .form-check {
  width: 100%;
}
.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #212529;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #0069d9;
  border-color: #0062cc;
  color: #fff;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #0062cc;
  border-color: #005cbf;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
  color: #fff;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #545b62;
  border-color: #4e555b;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}
.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
  color: #fff;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  background-color: #1e7e34;
  border-color: #1c7430;
  color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  background-color: #138496;
  border-color: #117a8b;
  color: #fff;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  background-color: #117a8b;
  border-color: #10707f;
  color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
  color: #212529;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  background-color: #d39e00;
  border-color: #c69500;
  color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
  color: #fff;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  background-color: #bd2130;
  border-color: #b21f2d;
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
  color: #212529;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: #dae0e5;
  border-color: #d3d9df;
  color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
  background-color: #23272b;
  border-color: #1d2124;
  color: #fff;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  background-color: #1d2124;
  border-color: #171a1d;
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  border-color: #007bff;
  color: #007bff;
}
.btn-outline-primary:hover {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
}
.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  background-color: transparent;
  color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-success {
  border-color: #28a745;
  color: #28a745;
}
.btn-outline-success:hover {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  background-color: transparent;
  color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  border-color: #17a2b8;
  color: #17a2b8;
}
.btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  background-color: transparent;
  color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  border-color: #ffc107;
  color: #ffc107;
}
.btn-outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  background-color: transparent;
  color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  border-color: #dc3545;
  color: #dc3545;
}
.btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  background-color: transparent;
  color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
}
.btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  background-color: transparent;
  color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  border-color: #343a40;
  color: #343a40;
}
.btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  background-color: transparent;
  color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  color: #007bff;
  font-weight: 400;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  box-shadow: none;
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
.btn-group-sm > .btn,
.btn-sm {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.collapsing,
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  color: #212529;
  display: none;
  float: left;
  font-size: 1rem;
  left: 0;
  list-style: none;
  margin: 0.125rem 0 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropup .dropdown-menu {
  bottom: 100%;
  margin-bottom: 0.125rem;
  margin-top: 0;
  top: auto;
}
.dropup .dropdown-toggle:after {
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  left: 100%;
  margin-left: 0.125rem;
  margin-top: 0;
  right: auto;
  top: 0;
}
.dropright .dropdown-toggle:after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-right: 0;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-toggle:after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  left: auto;
  margin-right: 0.125rem;
  margin-top: 0;
  right: 100%;
  top: 0;
}
.dropleft .dropdown-toggle:after {
  content: "";
  display: inline-block;
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropleft .dropdown-toggle:before {
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  bottom: auto;
  right: auto;
}
.dropdown-divider {
  border-top: 1px solid #e9ecef;
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
}
.dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #212529;
  display: block;
  font-weight: 400;
  padding: 0.25rem 1.5rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #16181b;
  text-decoration: none;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: transparent;
  color: #6c757d;
  pointer-events: none;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  color: #6c757d;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
}
.dropdown-item-text {
  color: #212529;
  display: block;
  padding: 0.25rem 1.5rem;
}
.btn-group,
.btn-group-vertical {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  flex: 1 1 auto;
  position: relative;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.dropdown-toggle-split {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.btn-group-vertical {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}
.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  flex: 1 1 0%;
  margin-bottom: 0;
  min-width: 0;
  position: relative;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group > .custom-file {
  align-items: center;
  display: flex;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  align-items: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.375rem 0.75rem;
  text-align: center;
  white-space: nowrap;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.custom-control {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  height: 1.25rem;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 1rem;
  z-index: -1;
}
.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
  color: #fff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before,
.custom-control-input[disabled] ~ .custom-control-label:before {
  background-color: #e9ecef;
}
.custom-control-label {
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}
.custom-control-label:before {
  background-color: #fff;
  border: 1px solid #adb5bd;
  pointer-events: none;
}
.custom-control-label:after,
.custom-control-label:before {
  content: "";
  display: block;
  height: 1rem;
  left: -1.5rem;
  position: absolute;
  top: 0.25rem;
  width: 1rem;
}
.custom-control-label:after {
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  background-color: #007bff;
  border-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label:before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label:before {
  border-radius: 0.5rem;
  left: -2.25rem;
  pointer-events: all;
  width: 1.75rem;
}
.custom-switch .custom-control-label:after {
  background-color: #adb5bd;
  border-radius: 0.5rem;
  height: calc(1rem - 4px);
  left: calc(-2.25rem + 2px);
  top: calc(0.25rem + 2px);
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: calc(1rem - 4px);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.5;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  vertical-align: middle;
  width: 100%;
}
.custom-select:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
}
.custom-select:focus::-ms-value {
  background-color: #fff;
  color: #495057;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  background-image: none;
  height: auto;
  padding-right: 0.75rem;
}
.custom-select:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
}
.custom-select-lg {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
}
.custom-file {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file,
.custom-file-input {
  height: calc(1.5em + 0.75rem + 2px);
  position: relative;
  width: 100%;
}
.custom-file-input {
  margin: 0;
  opacity: 0;
  z-index: 2;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}
.custom-file-label {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 2px);
  left: 0;
  z-index: 1;
}
.custom-file-label,
.custom-file-label:after {
  color: #495057;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
}
.custom-file-label:after {
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
  bottom: 0;
  content: "Browse";
  display: block;
  height: calc(1.5em + 0.75rem);
  z-index: 3;
}
.custom-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 1.4rem;
  padding: 0;
  width: 100%;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-ms-thumb {
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  margin-top: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  cursor: default;
  pointer-events: none;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  color: #495057;
}
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #007bff;
  color: #fff;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  padding: 0.5rem 1rem;
  position: relative;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  font-size: 1.25rem;
  line-height: inherit;
  margin-right: 1rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav .dropdown-menu {
  float: none;
  position: static;
}
.navbar-text {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}
.navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  background: no-repeat 50%;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  padding-left: 0;
  padding-right: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  border-color: hsla(0, 0%, 100%, 0.1);
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}
.card > hr {
  margin-left: 0;
  margin-right: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.75rem 1.25rem;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -0.75rem;
}
.card-header-pills,
.card-header-tabs {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.card-img-overlay {
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
}
.card-img,
.card-img-bottom,
.card-img-top {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.card-deck .card,
.card-group > .card {
  margin-bottom: 15px;
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #6c757d;
  content: "/";
  display: inline-block;
  padding-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  border-radius: 0.25rem;
  display: flex;
  list-style: none;
  padding-left: 0;
}
.page-link {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #007bff;
  display: block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #0056b3;
  text-decoration: none;
  z-index: 2;
}
.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
  z-index: 3;
}
.page-item:first-child .page-link {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  margin-left: 0;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.page-item.active .page-link {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  z-index: 3;
}
.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
  color: #6c757d;
  cursor: auto;
  pointer-events: none;
}
.pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.75rem 1.5rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.badge {
  border-radius: 0.25rem;
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 0.25em 0.4em;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  vertical-align: baseline;
  white-space: nowrap;
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  border-radius: 10rem;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.badge-primary {
  background-color: #007bff;
  color: #fff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  background-color: #0062cc;
  color: #fff;
}
a.badge-primary.focus,
a.badge-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  outline: 0;
}
.badge-secondary {
  background-color: #6c757d;
  color: #fff;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  background-color: #545b62;
  color: #fff;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
  outline: 0;
}
.badge-success {
  background-color: #28a745;
  color: #fff;
}
a.badge-success:focus,
a.badge-success:hover {
  background-color: #1e7e34;
  color: #fff;
}
a.badge-success.focus,
a.badge-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  outline: 0;
}
.badge-info {
  background-color: #17a2b8;
  color: #fff;
}
a.badge-info:focus,
a.badge-info:hover {
  background-color: #117a8b;
  color: #fff;
}
a.badge-info.focus,
a.badge-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  outline: 0;
}
.badge-warning {
  background-color: #ffc107;
  color: #212529;
}
a.badge-warning:focus,
a.badge-warning:hover {
  background-color: #d39e00;
  color: #212529;
}
a.badge-warning.focus,
a.badge-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  outline: 0;
}
.badge-danger {
  background-color: #dc3545;
  color: #fff;
}
a.badge-danger:focus,
a.badge-danger:hover {
  background-color: #bd2130;
  color: #fff;
}
a.badge-danger.focus,
a.badge-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  outline: 0;
}
.badge-light {
  background-color: #f8f9fa;
  color: #212529;
}
a.badge-light:focus,
a.badge-light:hover {
  background-color: #dae0e5;
  color: #212529;
}
a.badge-light.focus,
a.badge-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  outline: 0;
}
.badge-dark {
  background-color: #343a40;
  color: #fff;
}
a.badge-dark:focus,
a.badge-dark:hover {
  background-color: #1d2124;
  color: #fff;
}
a.badge-dark.focus,
a.badge-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  outline: 0;
}
.jumbotron {
  background-color: #e9ecef;
  border-radius: 0.3rem;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
}
.jumbotron-fluid {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.alert {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  position: relative;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  color: inherit;
  padding: 0.75rem 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
}
.alert-primary {
  background-color: #cce5ff;
  border-color: #b8daff;
  color: #004085;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  background-color: #e2e3e5;
  border-color: #d6d8db;
  color: #383d41;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  background-color: #fefefe;
  border-color: #fdfdfe;
  color: #818182;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
  color: #1b1e21;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  height: 1rem;
}
.progress,
.progress-bar {
  display: flex;
  overflow: hidden;
}
.progress-bar {
  background-color: #007bff;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: width 0.6s ease;
  white-space: nowrap;
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  align-items: flex-start;
  display: flex;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}
.list-group-item-action {
  color: #495057;
  text-align: inherit;
  width: 100%;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #f8f9fa;
  color: #495057;
  text-decoration: none;
  z-index: 1;
}
.list-group-item-action:active {
  background-color: #e9ecef;
  color: #212529;
}
.list-group-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: block;
  padding: 0.75rem 1.25rem;
  position: relative;
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
  background-color: #fff;
  color: #6c757d;
  pointer-events: none;
}
.list-group-item.active {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  z-index: 2;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  border-top-width: 1px;
  margin-top: -1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
  border-left-width: 0;
  border-top-width: 1px;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  border-left-width: 1px;
  margin-left: -1px;
}
.list-group-flush .list-group-item {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  background-color: #b8daff;
  color: #004085;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  background-color: #9fcdff;
  color: #004085;
}
.list-group-item-primary.list-group-item-action.active {
  background-color: #004085;
  border-color: #004085;
  color: #fff;
}
.list-group-item-secondary {
  background-color: #d6d8db;
  color: #383d41;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  background-color: #c8cbcf;
  color: #383d41;
}
.list-group-item-secondary.list-group-item-action.active {
  background-color: #383d41;
  border-color: #383d41;
  color: #fff;
}
.list-group-item-success {
  background-color: #c3e6cb;
  color: #155724;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  background-color: #b1dfbb;
  color: #155724;
}
.list-group-item-success.list-group-item-action.active {
  background-color: #155724;
  border-color: #155724;
  color: #fff;
}
.list-group-item-info {
  background-color: #bee5eb;
  color: #0c5460;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  background-color: #abdde5;
  color: #0c5460;
}
.list-group-item-info.list-group-item-action.active {
  background-color: #0c5460;
  border-color: #0c5460;
  color: #fff;
}
.list-group-item-warning {
  background-color: #ffeeba;
  color: #856404;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  background-color: #ffe8a1;
  color: #856404;
}
.list-group-item-warning.list-group-item-action.active {
  background-color: #856404;
  border-color: #856404;
  color: #fff;
}
.list-group-item-danger {
  background-color: #f5c6cb;
  color: #721c24;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  background-color: #f1b0b7;
  color: #721c24;
}
.list-group-item-danger.list-group-item-action.active {
  background-color: #721c24;
  border-color: #721c24;
  color: #fff;
}
.list-group-item-light {
  background-color: #fdfdfe;
  color: #818182;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  background-color: #ececf6;
  color: #818182;
}
.list-group-item-light.list-group-item-action.active {
  background-color: #818182;
  border-color: #818182;
  color: #fff;
}
.list-group-item-dark {
  background-color: #c6c8ca;
  color: #1b1e21;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  background-color: #b9bbbe;
  color: #1b1e21;
}
.list-group-item-dark.list-group-item-action.active {
  background-color: #1b1e21;
  border-color: #1b1e21;
  color: #fff;
}
.close {
  color: #000;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  text-shadow: 0 1px 0 #fff;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-clip: padding-box;
  background-color: hsla(0, 0%, 100%, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  max-width: 350px;
  opacity: 0;
  overflow: hidden;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  align-items: center;
  background-clip: padding-box;
  background-color: hsla(0, 0%, 100%, 0.85);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #6c757d;
  display: flex;
  padding: 0.25rem 0.75rem;
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
}
.modal-dialog {
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
  width: auto;
}
.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform 0.3s ease-out;
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  content: "";
  display: block;
  height: calc(100vh - 1rem);
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
.modal-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  align-items: flex-start;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
}
.modal-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.modal-body {
  flex: 1 1 auto;
  padding: 1rem;
  position: relative;
}
.modal-footer {
  align-items: center;
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-top: 1px solid #dee2e6;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0.75rem;
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
}
.tooltip {
  word-wrap: break-word;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  display: block;
  height: 0.4rem;
  position: absolute;
  width: 0.8rem;
}
.tooltip .arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  border-top-color: #000;
  border-width: 0.4rem 0.4rem 0;
  top: 0;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  height: 0.8rem;
  left: 0;
  width: 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  border-right-color: #000;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  right: 0;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #000;
  border-width: 0 0.4rem 0.4rem;
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  height: 0.8rem;
  right: 0;
  width: 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
  border-left-color: #000;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  left: 0;
}
.tooltip-inner {
  background-color: #000;
  border-radius: 0.25rem;
  color: #fff;
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.popover {
  word-wrap: break-word;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  max-width: 276px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1060;
}
.popover,
.popover .arrow {
  display: block;
  position: absolute;
}
.popover .arrow {
  height: 0.5rem;
  margin: 0 0.3rem;
  width: 1rem;
}
.popover .arrow:after,
.popover .arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0;
  bottom: 0;
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
  border-top-color: #fff;
  border-width: 0.5rem 0.5rem 0;
  bottom: 1px;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  height: 1rem;
  left: calc(-0.5rem - 1px);
  margin: 0.3rem 0;
  width: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
  border-right-color: #fff;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 1px;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 0.5rem 0.5rem;
  top: 0;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
  border-bottom-color: #fff;
  border-width: 0 0.5rem 0.5rem;
  top: 1px;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  border-bottom: 1px solid #f7f7f7;
  content: "";
  display: block;
  left: 50%;
  margin-left: -0.5rem;
  position: absolute;
  top: 0;
  width: 1rem;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  height: 1rem;
  margin: 0.3rem 0;
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
  border-left-color: #fff;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 1px;
}
.popover-header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  color: #212529;
  padding: 0.5rem 0.75rem;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}
.carousel-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
  transition: transform 0.6s ease-in-out;
  width: 100%;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transform: none;
  transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
  transition: opacity 0s 0.6s;
  z-index: 0;
}
.carousel-control-next,
.carousel-control-prev {
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity 0.15s ease;
  width: 15%;
  z-index: 1;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  opacity: 0.9;
  outline: 0;
  text-decoration: none;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: no-repeat 50%/100% 100%;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  list-style: none;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 0;
  position: absolute;
  right: 0;
  z-index: 15;
}
.carousel-indicators li {
  background-clip: padding-box;
  background-color: #fff;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  box-sizing: content-box;
  cursor: pointer;
  flex: 0 1 auto;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  opacity: 0.5;
  text-indent: -999px;
  transition: opacity 0.6s ease;
  width: 30px;
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  bottom: 20px;
  color: #fff;
  left: 15%;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  right: 15%;
  text-align: center;
  z-index: 10;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
.spinner-border {
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  border: 0.25em solid;
  border-radius: 50%;
  border-right: 0.25em solid transparent;
  display: inline-block;
  height: 2rem;
  vertical-align: text-bottom;
  width: 2rem;
}
.spinner-border-sm {
  border-width: 0.2em;
  height: 1rem;
  width: 1rem;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
  background-color: currentColor;
  border-radius: 50%;
  display: inline-block;
  height: 2rem;
  opacity: 0;
  vertical-align: text-bottom;
  width: 2rem;
}
.spinner-grow-sm {
  height: 1rem;
  width: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.embed-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.embed-responsive:before {
  content: "";
  display: block;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.embed-responsive-21by9:before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link:after {
  background-color: transparent;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.daterangepicker {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #444;
  display: none;
  font-family: arial;
  font-size: 15px;
  left: 20px;
  line-height: 1em;
  margin-top: 7px;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 100px;
  width: 278px;
  z-index: 3001;
}
.daterangepicker:after,
.daterangepicker:before {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
  display: inline-block;
  position: absolute;
}
.daterangepicker:before {
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: -7px;
}
.daterangepicker:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: -6px;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:after,
.daterangepicker.openscenter:before {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  width: 0;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  border-bottom: initial;
  border-top: 7px solid #ccc;
  bottom: -7px;
  top: auto;
}
.mi_perfil {
  height: 32px;
  width: 100%;
  color: #EC0000;
  font-family: "SantanderHeadlineW05";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
}

.add_delete {
  height: 32px;
  width: 100%;
  color: black;
  font-family: "SantanderHeadlineW05";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
}
.icon_security {

  background-image: url('/assets/img/icon_security_block.svg') !important;
  background-position: right calc(0.375em + 0.1875rem) center !important;
  background-repeat: no-repeat !important;
  background-size: 24px 24px !important;
  padding-right: calc(1.5em + 0.75rem) !important;
}
.daterangepicker.drop-up:after {
  border-bottom: initial;
  border-top: 6px solid #fff;
  bottom: -6px;
  top: auto;
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}
.daterangepicker.single .drp-selected {
  display: none;
}
.daterangepicker.show-calendar .drp-buttons,
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
  padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border: solid #000;
  border-radius: 0;
  border-width: 0 2px 2px 0;
  color: #ec0000;
  display: inline-block;
  padding: 3px;
}
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  height: 32px;
  line-height: 24px;
  min-width: 32px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 32px;
}
.daterangepicker .calendar-table {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}
.daterangepicker .calendar-table table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  width: 100%;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
  color: #ccc;
  font-size: 80%;
}
.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
  font-weight: 400;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  border-radius: 0;
  color: #000;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 50%;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #1bb3bc;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker option.disabled,
.daterangepicker td.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  cursor: default;
  font-size: 12px;
  height: auto;
  margin: 0;
  padding: 1px;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
  background: #eee;
  border: 1px solid #eee;
  font-size: 12px;
  margin: 0 auto;
  outline: 0;
  padding: 2px;
  width: 50px;
}
.daterangepicker .calendar-time {
  line-height: 30px;
  margin: 4px auto 0;
  position: relative;
  text-align: center;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.daterangepicker .drp-buttons {
  border-top: 1px solid #ddd;
  clear: both;
  display: none;
  line-height: 12px;
  padding: 8px;
  text-align: right;
  vertical-align: middle;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
  font-size: 12px;
  font-weight: 700;
  margin-left: 8px;
  padding: 4px 8px;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
  float: none;
  margin: 0;
  text-align: left;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  cursor: pointer;
  font-size: 12px;
  padding: 8px 12px;
}
.daterangepicker .ranges li:hover {
  background-color: #eee;
}
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}
.daterangepicker .calendar-table tr:nth-child(2) th {
  border-bottom: 1px solid #ddd;
  font-weight: 400;
}
.bgLoader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.bgLoader .loaderContent {
  height: 80px;
  left: 50%;
  margin: -40px 0 0 -40px;
  position: relative;
  top: 50%;
  width: 80px;
}
.bgLoader .loaderContent img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56%;
}
.bgLoader .loaderContent .uil-ring-css {
  background: none;
  position: relative;
}
.bgLoader .loaderContent .uil-ring-css > div {
  -webkit-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
  border-radius: 80px;
  box-shadow: 0 2px 0 0 #ec0000;
  display: block;
  height: 80px;
  position: absolute;
  width: 80px;
}
@-webkit-keyframes uil-ring-anim {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes uil-ring-anim {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swc_scrollindicator {
  background-color: #555;
  bottom: 26px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.42);
  cursor: pointer;
  height: 60px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 26px;
  transition: opacity 0.3s ease-in-out;
  width: 60px;
  z-index: 1;
}
.swc_scrollindicator.active {
  opacity: 1;
  pointer-events: auto;
}
.swc_scrollindicator .progress-ring {
  height: 60px;
  width: 60px;
}
.swc_scrollindicator .progress-ring__circle {
  stroke: #c7c7c7;
  stroke-width: 1.5;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 0.1s;
}
.swc_scrollindicator .icon {
  color: #fff;
  font-size: 28px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@font-face {
  font-display: swap;
  font-family: SantanderHeadlineW05;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/SantanderHeadlineW05-Bold.woff2) format("woff2"),
    url(../fonts/SantanderHeadlineW05-Bold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: SantanderHeadlineW05-LtIt;
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/SantanderHeadlineW05-LtIt.woff2) format("woff2"),
    url(../fonts/SantanderHeadlineW05-LtIt.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: SantanderHeadlineW05-BoldIt;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/SantanderHeadlineW05-BoldIt.woff2) format("woff2"),
    url(../fonts/SantanderHeadlineW05-BoldIt.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: SantanderHeadlineW05;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/SantanderHeadlineW05-Italic.woff2) format("woff2"),
    url(../fonts/SantanderHeadlineW05-Italic.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: SantanderHeadlineW05;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/SantanderHeadlineW05-Light.woff2) format("woff2"),
    url(../fonts/SantanderHeadlineW05-Light.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: SantanderHeadlineW05-Rg;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/SantanderHeadlineW05-Rg.woff2) format("woff2"),
    url(../fonts/SantanderHeadlineW05-Rg.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Santander Micro Text;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/SantanderMicroText-BdIt.woff2) format("woff2"),
    url(../fonts/SantanderMicroText-BdIt.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Santander Micro Text;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/SantanderMicroText-Lt.woff2) format("woff2"),
    url(../fonts/SantanderMicroText-Lt.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Santander Micro Text;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/SantanderMicroText.woff2) format("woff2"),
    url(../fonts/SantanderMicroText.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Santander Micro Text;
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/SantanderMicroText-LtIt.woff2) format("woff2"),
    url(../fonts/SantanderMicroText-LtIt.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Santander Micro Text;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/SantanderMicroText-It.woff2) format("woff2"),
    url(../fonts/SantanderMicroText-It.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Santander Micro Text;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/SantanderMicroText-Bd.woff2) format("woff2"),
    url(../fonts/SantanderMicroText-Bd.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: SantanderMicroTextW05-SmBd;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/SantanderMicroTextW05-SmBd.woff2) format("woff2"),
    url(../fonts/SantanderMicroTextW05-SmBd.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: SantanderMicroTextW05-XBold;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/SantanderMicroTextW05-XBold.woff2) format("woff2"),
    url(../fonts/SantanderMicroTextW05-XBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: SantanderMicroTextW05-XBdIt;
  font-style: italic;
  font-weight: 900;
  src: url(../fonts/SantanderMicroTextW05-XBdIt.woff2) format("woff2"),
    url(../fonts/SantanderMicroTextW05-XBdIt.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: SantanderMicroTextW05-SBIt;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/SantanderMicroTextW05-SBIt.woff2) format("woff2"),
    url(../fonts/SantanderMicroTextW05-SBIt.woff) format("woff");
}
.swc_display_1 {
  font-size: 42px;
}
.swc_display_2 {
  font-size: 36px;
}
.swc_display_3,
.swc_heading_1,
.swc_heading_2 {
  font-size: 32px;
}
.swc_heading_3 {
  font-size: 28px;
  font-weight: 300;
}
.swc_heading_4 {
  font-size: 24px;
  font-weight: 300;
}
.swc_heading_5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}
.swc_heading_6 {
  font-size: 18px;
}
.swc_headline {
  font-family: SantanderHeadlineW05-Rg;
}
.swc_headlinebold {
  font-family: SantanderHeadlineW05;
  font-weight: 700;
}
.swc_headlinelight {
  font-family: SantanderHeadlineW05;
  font-weight: 300;
}
.swc_headlineitalic {
  font-family: SantanderHeadlineW05-LtIt;
  font-style: italic;
}
.swc_subtitle {
  margin: 0 auto 24px;
}
.swc_mt_light {
  font-family: Santander Micro Text;
  font-weight: 300;
}
@font-face {
  font-display: block;
  font-family: swcicons;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/swcicons.eot?mi3w3r);
  src: url(../fonts/swcicons.eot?mi3w3r#iefix) format("embedded-opentype"),
    url(../fonts/swcicons.ttf?mi3w3r) format("truetype"),
    url(../fonts/swcicons.woff?mi3w3r) format("woff"),
    url(../fonts/swcicons.svg?mi3w3r#swcicons) format("svg");
}
[class*=" icon-"],
[class^="icon-"] {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: swcicons !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.icon-userstory:before {
  content: "\e985";
}
.icon-business-store:before {
  content: "\e986";
}
.icon-offerdiscount:before {
  content: "\e987";
}
.icon-error-circle:before {
  content: "\e984";
}
.icon-arrowwavy:before {
  content: "\e983";
}
.icon-documentpdf:before {
  content: "\e982";
}
.icon-checkmark:before {
  content: "\e981";
}
.icon-foro:before {
  content: "\e980";
}
.icon-clients:before {
  content: "\e97d";
}
.icon-dollarsymbol:before {
  content: "\e97e";
}
.icon-personalmanager:before {
  content: "\e97f";
}
.icon-receipt:before {
  content: "\e97c";
}
.icon-finger:before {
  content: "\e97b";
}
.icon-pinfilled:before {
  content: "\e979";
}
.icon-clean:before {
  content: "\e97a";
}
.icon-eyehide:before {
  content: "\e978";
}
.icon-washyourhands:before {
  content: "\e932";
}
.icon-mask:before {
  content: "\e92f";
}
.icon-distance:before {
  content: "\e92e";
}
.icon-freewifi:before {
  content: "\e935";
}
.icon-wifi:before {
  content: "\e933";
}
.icon-plug:before {
  content: "\e930";
}
.icon-megaphone:before {
  content: "\e977";
}
.icon-camera:before {
  content: "\e976";
}
.icon-send:before {
  content: "\e975";
}
.icon-shareborder:before {
  content: "\e970";
}
.icon-chatborder:before {
  content: "\e971";
}
.icon-star:before {
  content: "\e907";
}
.icon-eye:before {
  content: "\e922";
}
.icon-whatsapp:before {
  content: "\e974";
}
.icon-filter:before {
  content: "\e973";
}
.icon-starfilled:before {
  content: "\e972";
}
.icon-audio:before {
  content: "\e96d";
}
.icon-radio:before {
  content: "\e96e";
}
.icon-tv:before {
  content: "\e96f";
}
.icon-accountuser:before {
  content: "\e96a";
}
.icon-closebold:before {
  content: "\e96b";
}
.icon-arrowleft:before {
  content: "\e96c";
}
.icon-download:before {
  content: "\e969";
}
.icon-arrowup:before {
  content: "\e968";
}
.icon-closecircle:before {
  content: "\e967";
}
.icon-emailfilled:before {
  content: "\e964";
}
.icon-link:before {
  content: "\e965";
}
.icon-linkedin:before {
  content: "\e966";
}
.icon-facebook:before {
  content: "\e962";
}
.icon-twitter:before {
  content: "\e963";
}
.icon-pencil:before {
  content: "\e960";
}
.icon-dotsvertical:before {
  content: "\e961";
}
.icon-tools:before {
  content: "\e95f";
}
.icon-velocityleft:before {
  content: "\e95e";
}
.icon-cellphone:before {
  content: "\e95c";
}
.icon-position:before {
  content: "\e95d";
}
.icon-cardbank:before {
  content: "\e95a";
}
.icon-arrowright-thin:before {
  content: "\e95b";
}
.icon-flamesantander:before {
  content: "\e959";
}
.icon-plus:before {
  content: "\e958";
}
.icon-alert:before {
  content: "\e957";
}
.icon-pedircafe:before {
  content: "\e956";
}
.icon-medal:before {
  content: "\e955";
}
.icon-management-dollar:before {
  content: "\e952";
}
.icon-receipt-atm:before {
  content: "\e953";
}
.icon-trading:before {
  content: "\e954";
}
.icon-financialindicator:before {
  content: "\e951";
}
.icon-sitemap:before {
  content: "\e94e";
}
.icon-stockexchange:before {
  content: "\e94f";
}
.icon-tap:before {
  content: "\e950";
}
.icon-comercio:before {
  content: "\e94a";
}
.icon-digsuscriptions2:before {
  content: "\e94b";
}
.icon-teaminteraction:before {
  content: "\e94c";
}
.icon-escuela:before {
  content: "\e949";
}
.icon-gift:before {
  content: "\e948";
}
.icon-signin:before {
  content: "\e947";
}
.icon-mercado:before {
  content: "\e946";
}
.icon-mentorias:before {
  content: "\e944";
}
.icon-toolkit:before {
  content: "\e945";
}
.icon-addtocalendar:before {
  content: "\e93d";
}
.icon-checklist:before {
  content: "\e93e";
}
.icon-email:before {
  content: "\e93f";
}
.icon-quickappoinment:before {
  content: "\e940";
}
.icon-refinement:before {
  content: "\e941";
}
.icon-tutorial:before {
  content: "\e942";
}
.icon-videoconference:before {
  content: "\e943";
}
.icon-comunidad:before {
  content: "\e938";
}
.icon-conversaciones:before {
  content: "\e939";
}
.icon-empleabilidad:before {
  content: "\e93a";
}
.icon-lugar:before {
  content: "\e93b";
}
.icon-reservadesalas:before {
  content: "\e93c";
}
.icon-signoff:before {
  content: "\e937";
}
.icon-marketcart:before {
  content: "\e936";
}
.icon-arrowleft-thin:before {
  content: "\e934";
}
.icon-renovation:before {
  content: "\e92d";
}
.icon-stayhome:before {
  content: "\e931";
}
.icon-calendar:before {
  content: "\e92a";
}
.icon-pin:before {
  content: "\e92b";
}
.icon-time:before {
  content: "\e92c";
}
.icon-arrowbutton:before {
  content: "\e928";
}
.icon-valoracion:before {
  content: "\e929";
}
.icon-cowork:before {
  content: "\e926";
}
.icon-sala:before {
  content: "\e927";
}
.icon-addincircle:before {
  content: "\e924";
}
.icon-upload:before {
  content: "\e925";
}
.icon-news:before {
  content: "\e923";
}
.icon-perfil:before {
  content: "\e921";
}
.icon-registrar:before {
  content: "\e91a";
}
.icon-chat:before {
  content: "\e91b";
}
.icon-idcard:before {
  content: "\e91c";
}
.icon-idea:before {
  content: "\e91d";
}
.icon-loyaltycard:before {
  content: "\e91e";
}
.icon-portafolio:before {
  content: "\e91f";
}
.icon-trash:before {
  content: "\e919";
}
.icon-hogar:before {
  content: "\e90a";
}
.icon-alimentacion:before {
  content: "\e90b";
}
.icon-entretenimiento:before {
  content: "\e90d";
}
.icon-infantil:before {
  content: "\e90e";
}
.icon-legal:before {
  content: "\e90f";
}
.icon-mascotas:before {
  content: "\e910";
}
.icon-moda:before {
  content: "\e911";
}
.icon-otros:before {
  content: "\e912";
}
.icon-salud:before {
  content: "\e913";
}
.icon-servicios:before {
  content: "\e914";
}
.icon-tecnologia:before {
  content: "\e915";
}
.icon-todos:before {
  content: "\e916";
}
.icon-transporte:before {
  content: "\e917";
}
.icon-turismo:before {
  content: "\e918";
}
.icon-threedots:before {
  content: "\e909";
}
.icon-share:before {
  content: "\e908";
}
.icon-block-circle:before {
  content: "\e905";
}
.icon-exclamation-circle:before {
  content: "\e906";
}
.icon-ticket-circle:before {
  content: "\e904";
}
.icon-ticket:before {
  content: "\e903";
}
.icon-arrowdown:before {
  content: "\e900";
}
.icon-close:before {
  content: "\e901";
}
.icon-magnifyingglass:before {
  content: "\e902";
}
.icon-educacion:before {
  content: "\e90c";
}
.icon-web:before {
  content: "\e920";
}
.icon-increase1:before {
  content: "\e94d";
}
.tool-icon {
  list-style: none !important;
  position: relative;
}
.tool-icon:before {
  color: #ec0000;
  font-family: swcicons !important;
  font-size: 22px;
  left: -32px;
  position: absolute;
  top: 0;
}
.tool-icon-marketcart:before {
  content: "\e936";
}
.tool-icon-upload:before {
  content: "\e925";
}
.tool-icon-comercio:before {
  content: "\e94a";
}
.tool-icon-digsuscriptions2:before {
  content: "\e94b";
}
.tool-icon-teaminteraction:before {
  content: "\e94c";
}
.tool-icon-increase1:before {
  content: "\e94d";
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  background: transparent;
  color: #444;
  display: flex;
  flex-direction: column;
  font-family: Santander Micro Text;
  font-size: 14px;
}
* {
  outline: none;
}
.swc_heightfull {
  flex: 1 0 auto;
}
.swc_heightfull--innerH100 {
  height: calc(100% + 12px);
  margin-top: -12px;
}
.swc_footer {
  flex-shrink: 0;
}
ol,
ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
figure {
  margin: 0;
}
img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
}
p:last-child {
  margin-bottom: 0 !important;
}
p:last-child.swc_mb_52 {
  margin-bottom: 52px !important;
}
button {
  border: none;
}
button:focus {
  outline: none;
}
b,
strong {
  font-weight: 600 !important;
}
.swc_h2 {
  color: #444;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}
.swc_h3 {
  color: #000;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
}
.swc_main {
  background-color: #f6fafc;
}
.swc_main_spacing {
  padding-top: 12px;
}
.swc_main_spacing--reset {
  margin-top: -12px;
}
.swc_labeldest {
  background: #000;
  color: #fff;
  font-size: 20px;
  height: 37px;
  left: 0;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.swc_labeldest__icon,
.swc_labeldest__img {
  align-self: flex-start;
  margin: 0 6px 0 30px;
  width: 28px;
}
.swc_labeldest--navidad {
  background: #008437;
}
.swc_labeldest__icon {
  align-items: center;
  background: #ec0000;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  height: 30px;
  justify-content: center;
}
.swc_alertaterminos {
  background: #fff;
  color: #6d6d6d;
  text-align: center;
  width: 100%;
}
.swc_back {
  color: #959595;
  font-size: 22px;
  left: -67px;
  position: absolute;
  top: 22px;
  transform: rotate(90deg);
}
.swc_powered {
  height: 38px;
  margin: 40px auto 10px;
  position: static;
}
.swc_header {
  background: #000;
  background: linear-gradient(90deg, #000, #1d252d);
}
.swc_header__inner {
  height: 56px;
}
.swc_header__nav {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  position: absolute;
  right: 0;
  top: 100%;
  transition: opacity 0.3s ease-out;
  visibility: hidden;
  width: 200px;
}
.swc_header__nav.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.swc_header__nav ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.swc_header__nav ul li {
  border-bottom: 1px solid #fff;
  list-style: none;
  margin: 0;
  padding: 10px 0;
}
.swc_header__nav ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 5px 10px;
  position: relative;
  transition: all 0.5s ease;
}
.swc_header__nav ul li a:hover {
  color: #ec0000;
}
.swc_header__logo {
  display: block;
  margin-left: 0 !important;
  width: 93px;
}
.swc_header__isotipo {
  margin: 0 39px 0 auto;
}
.swc_header__isotipo img {
  display: inline-block;
  height: 30px;
}
.swc_header__comunidad {
  left: 50%;
  max-width: 150px;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
.swc_header__logomobile {
  padding-right: 40px;
}
.swc-hamburger {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  height: 24px;
  margin: 0 17px;
  padding: 0;
  position: absolute;
  position: static;
  right: 15px;
  top: 16px;
  transition: all 0.3s ease;
  width: 24px;
  z-index: 11;
}
.swc-hamburger .swc-line {
  background-color: #fff;
  display: block;
  height: 3px;
  position: relative;
  width: 100%;
}
.swc-hamburger .swc-line:after,
.swc-hamburger .swc-line:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: all 0.2s ease;
  width: 100%;
}
.swc-hamburger .swc-line:before {
  top: -7px;
}
.swc-hamburger .swc-line:after {
  bottom: -7px;
}
.swc-hamburger.active .swc-line {
  background-color: transparent;
}
.swc-hamburger.active .swc-line:before {
  top: 0;
  transform: rotate(45deg);
}
.swc-hamburger.active .swc-line:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.swc_headerv2 {
  background-color: #000;
  position: relative;
}
.swc_headerv2__inner {
  background-color: inherit;
  height: 48px;
  position: relative;
  z-index: 2;
}
.swc_headerv2__logo {
  border-right: 1px solid #5c5c5c;
  height: 34px;
  margin-right: 12px;
  padding: 2px 10px 2px 0;
}
.swc_headerv2__logosantanderd {
  width: 90px;
}
.swc_headerv2__accountusericon {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 20px;
}
.swc_headerv2__login {
  color: #fff;
  margin-right: 23px;
}
.swc_headerv2__login a {
  color: #fff;
  font-size: 14px;
}
.swc_headerv2__bottommenu {
  background-color: #29292c;
  bottom: -35px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: translateY(-35px);
  transition: all 0.5s;
  width: 100%;
  z-index: 1;
}
.swc_headerv2__bottommenulink {
  color: #fff;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding: 0 30px;
}
.swc_headerv2__bottommenulink:first-child {
  border-right: 1px solid #3a3a3a;
}
.swc_headerv2__bottommenu .icon-close {
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  margin-left: auto;
  padding: 0 17px 0 10px;
}
.swc_headerv2dduser .dropdown-toggle {
  height: 44px;
}
.swc_headerv2dduser .dropdown-toggle:after {
  content: none;
}
.swc_headerv2dduser .dropdown-menu {
  background-color: #131415;
  height: 200px;
  padding: 8px 14px;
  width: 214px;
}
.swc_headerv2dduser .dropdown-item {
  background-color: inherit;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 12px;
  transition: background-color 0.3s;
}
.swc_headerv2dduser .dropdown-item:hover {
  background-color: #2f2f2f;
}
.swc_headerv2dduser .dropdown-item-cont .dropdown-item:last-child {
  border-top: 1px solid #656565;
  margin-top: auto;
}
.swc_headerv2dduser__avatar {
  background-color: #fff;
  border: 2px solid;
  height: 40px;
  margin-right: 10px;
  width: 40px;
}
.swc_headerv2dduser__avatar:before {
  color: #fff;
  font-size: 20px;
}
.swc_headerv2dduser__avatarimg {
  height: 36px;
  position: absolute;
  width: 36px;
}
.swc_headerv2dduser__avatarinitials {
  color: #137e84;
  font-size: 13px;
  line-height: 16px;
}
.swc_headerv2dduser__name {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.swc_headerv2dduser__arrow {
  display: inline-flex;
  font-size: 10px;
  margin: 0 25px 0 15px;
  transform: rotate(90deg);
}
.swc_usercustomer .swc_headerv2dduser__avatar,
.swc_usercustomer .swc_mainmenubody__avatar {
  border-color: #ff8f84;
}
.swc_usernotacustomer .swc_headerv2dduser__avatar,
.swc_usernotacustomer .swc_mainmenubody__avatar {
  border-color: #ffd684;
}
.swc_burger {
  background-color: #131415;
  height: 100%;
  width: 48px;
}
.swc_burger__btn span {
  background: #fff;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin-bottom: 3px;
  width: 24px;
}
.swc_burger__btn span:last-child {
  margin-bottom: 0;
}
.swc_mainmenu {
  background-color: #131415;
  max-width: 483px;
  min-width: 320px;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
}
.swc_mainmenuheader {
  flex: 0 0 66px;
  height: 66px;
  padding: 0 34px;
  position: relative;
}
.swc_mainmenuheader:after {
  background-color: #525252;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  transition: width 1s ease-in-out;
  width: 0;
}
.swc_mainmenuheader__title {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
.swc_mainmenuheader__title .icon {
  color: #fff;
  font-size: 19px;
  margin-right: 15px;
}
.swc_mainmenu__close {
  color: #fff;
  font-size: 14px;
}
.swc_mainmenubody {
  padding: 34px;
}
.swc_mainmenubody__userinfo {
  border-bottom: 1px solid #656565;
  margin-bottom: 9px;
  padding: 0 18px 20px;
}
.swc_mainmenubody__avatar {
  background-color: #fff;
  border: 3px solid;
  flex: 0 0 60px;
  height: 60px;
  margin-right: 14px;
  width: 60px;
}
.swc_mainmenubody__avatar:before {
  color: #fff;
  font-size: 34px;
}
.swc_mainmenubody__avatarimg {
  height: 54px;
  position: absolute;
  width: 54px;
}
.swc_mainmenubody__avatarinitials {
  color: #137e84;
  font-size: 18px;
  line-height: 22px;
}
.swc_mainmenubody__name {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
.swc_mainmenunav__link {
  color: #fff;
  font-family: SantanderHeadlineW05-Rg;
  font-size: 20px;
  line-height: 22px;
  margin: 13px 0;
  position: relative;
}
.swc_mainmenunav__link.swc_tagnewlabel:after {
  right: -58px;
  top: 0;
}
.swc_mainmenunavbottom {
  margin: 30px 0 0;
  padding: 16px 0 0;
  position: relative;
}
.swc_mainmenunavbottom:after {
  background-color: #525252;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: width 1s ease-in-out 0.3s;
  width: 100%;
}
.swc_mainmenunavbottom__link {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}
.swc_mainmenunav__sublink {
  color: #fff;
  position: relative;
  width: 100%;
}
.swc_mainmenunav__sublink:after {
  content: "\e928";
  font-family: swcicons !important;
  font-size: 13px;
  position: absolute;
  right: 5px;
  top: 58%;
  transform: translateY(-50%);
}
.swc_mainmenu.swc_mainmenuactive .swc_mainmenuheader:after {
  width: 100%;
}
.swc_mainmenu .animate__animated {
  opacity: 0;
}
.swc_mainmenu--light {
  background-color: #fff;
}
.swc_mainmenu--light .swc_mainmenu__close {
  color: #444;
}
.swc_userbar {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(25, 25, 25, 0.15);
  position: relative;
  z-index: 1;
}
.swc_userbar__inner {
  height: 56px;
}
.swc_userbar__avatar {
  background: #ec0000;
  border-radius: 50%;
  color: #fff;
  height: 40px;
  margin: 0 8px 0 4px;
  width: 40px;
}
.swc_userbar__avatar,
.swc_userbar__signoff {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.swc_userbar__signoff {
  background: #000;
  background: linear-gradient(90deg, #000, #1d252d);
  height: 56px;
  margin-left: 4px;
  width: 56px;
}
.swc_userbar__sectioncurrent {
  border-left: 1px solid #ec0000;
  color: #ec0000;
  display: none;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  line-height: 20px;
  margin-left: 16px;
  padding: 11px 0 0 16px;
}
.swc_userbar__marketcart {
  margin: 0 8px;
  width: 20px;
}
.swc_userbar__marketcartcont {
  border-radius: 50%;
  display: flex;
  height: 36px;
  margin: 0 10px 0 0;
  position: relative;
  width: 36px;
}
.swc_userbar__marketcartcontnumber {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: -5px;
  text-align: center;
  top: -5px;
  width: 20px;
}
.swc_userbar__marketcartcontnumberdigit {
  color: #1d252d;
  font-size: 13px;
  line-height: 22px;
  transform: scale(0.8);
}
.swc_userbar--cliente {
  background: #d30000;
  background: linear-gradient(90deg, #d30000, #ec0000);
}
.swc_userbar--cliente .swc_userbar__avatar {
  background: #fff;
  color: #000;
}
.swc_userbar--cliente .swc_userbar__sectioncurrent {
  border-left: 1px solid #fff;
  color: #fff;
  font-weight: 400;
}
.swc_homebanner {
  min-height: 550px;
  position: relative;
}
.swc_homebanner:after {
  background: linear-gradient(0deg, #000, transparent);
  content: "";
  display: block;
}
.swc_homebanner:after,
.swc_homebanner__bg {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.swc_homebanner__bg {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left top;
  object-position: left top;
  right: 0;
  top: 0;
}
.swc_homebanner__bg--center {
  -o-object-position: center -24px;
  object-position: center -24px;
}
.swc_homebannerpromo {
  color: #fff;
  font-weight: 300;
}
.swc_homebannerpromo__title {
  font-family: SantanderHeadlineW05;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
  text-shadow: 0 1px 50px #000;
}
.swc_homebannerpromo__subtitle {
  margin: 0 auto 16px;
  max-width: 360px;
  text-shadow: 0 1px 50px #000;
}
.swc_homebannerpromo .swc_homeintro__txtcont {
  margin-bottom: 8px;
  max-width: 568px;
  padding: 0 16px;
  right: 50%;
  text-align: center;
  transform: translateX(50%);
  width: 100%;
}
.swc_homebannerpromo .swc_link {
  color: #fff;
  font-family: SantanderMicroTextW05-XBold;
  text-decoration: underline;
}
.swc_homebannerprimario .swc_homebannerinfo {
  max-width: 426px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.swc_homebannerprimario .swc_homebannerinfo__bg {
  margin-bottom: 8px;
}
.swc_homebannerprimario .swc_homebannerinfo__btn {
  margin-bottom: 16px;
}
.swc_homebannersecundario__bg {
  -o-object-position: 67% 50%;
  object-position: 67% 50%;
}
.swc_homebannerinfo {
  bottom: 70px;
  color: #fff;
  left: 12px;
  max-width: 400px;
  padding-right: 12px;
  position: absolute;
  text-shadow: 0 1px 50px #000 !important;
}
.swc_homebannerinfo__title {
  font-size: 36px;
  line-height: 46px;
}
.swc_homebannerinfo__txt {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 16px;
}
.swc_homebannerinfo__btn {
  width: 100%;
}
.swc_homebannerinfo__legal {
  margin-top: 20px;
}
.swc_homedock {
  background: #000;
  bottom: 0;
  left: 50%;
  margin: auto auto 0;
  overflow: hidden;
  padding-bottom: 12px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}
.swc_homedockitem {
  align-items: center;
  background-color: transparent;
  border-radius: 20px;
  color: #fff;
  display: flex;
  flex: 0 0 114px;
  flex-direction: column;
  position: relative;
  transition: background-color 0.3s ease-in-out;
}
.swc_homedockitem .icon {
  font-size: 44px;
  padding: 20px 0 10px;
}
.swc_homedockitem__txt {
  font-size: 13px;
  text-align: center;
}
.swc_homedockitem__txthover {
  color: #444;
  display: none;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-30%);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.74, 1.12),
    transform 0.3s cubic-bezier(0.4, 0, 0.74, 1.12);
}
.swc_homedockv2 {
  bottom: 0;
  height: 148px;
  left: 50%;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}
.swc_homedockv2item {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin: 0 13px;
  position: relative;
}
.swc_homedockv2item:first-child {
  margin-left: 0;
}
.swc_homedockv2item:last-child {
  margin-right: 0;
}
.swc_homedockv2item__circle {
  background-color: #212121;
  height: 90px;
  margin-bottom: 18px;
  transition: background-color 0.3s ease-in-out;
  width: 90px;
}
.swc_homedockv2item__txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  width: 100px;
}
.swc_homedockv2item__txt.swc_tagnewlabel:after {
  right: -20px;
  top: 0;
}
.swc_homedockv2item:hover .swc_homedockv2item__circle {
  background-color: #111;
}
.swc_homeintro {
  bottom: 104px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.swc_homeintro__comunidad {
  float: right;
  margin-bottom: 6px;
  margin-right: 20px;
  width: 132px;
}
.swc_homeintro__txt {
  clear: right;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  text-align: right;
}
.swc_homeintro__txtcont {
  bottom: 60px;
  position: absolute;
  right: 16px;
}
.swc_homeintro__cta {
  color: #fff;
  float: right;
  line-height: 1;
  margin: 0 auto 1rem;
}
.swc_homeintro__cta .icon-arrowbutton {
  display: inline-block;
  margin: 0 0 2px 2px;
  transform: scale(0.7);
  vertical-align: middle;
}
.swc_homeintrov2 {
  bottom: 148px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.swc_homeintrov2__comunidad {
  float: right;
  margin: 0 13px 10px 0;
  width: 148px;
}
.swc_homeintrov2__txt {
  clear: right;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin: 0 13px 46px;
  text-align: right;
}
.swc_homeintrov2__txtcont {
  left: 16px;
  margin-top: 60px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.swc_homeintrov2__cta {
  color: #fff;
  float: right;
  line-height: 1;
  margin: 0 auto 1rem;
}
.swc_homeintrov2__cta .icon-arrowbutton {
  display: inline-block;
  margin: 0 0 2px 2px;
  transform: scale(0.7);
  vertical-align: middle;
}
.swc_homeicondockcont {
  bottom: 0;
  height: 148px;
  left: 0;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  right: 0;
}
.swc_homeicondockitem {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 6px;
  position: relative;
}
.swc_homeicondockitem__circle {
  background-color: #212121;
  height: 90px;
  margin-bottom: 18px;
  transition: background-color 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  width: 90px;
}
.swc_homeicondockitem__txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  width: 120px;
}
.swc_homeicondockitem__txt.swc_tagnewlabel:after {
  right: -20px;
  top: 0;
}
.swc_homeicondockitem:hover .swc_homeicondockitem__circle {
  background-color: #111;
}
.swc_hero {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.swc_hero:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.swc_hero--inner {
  height: 343px;
  min-height: 343px;
}
.swc_hero--resetshadow:before {
  background: transparent;
}
.swc_hero__bg {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.swc_hero__bg--top {
  -o-object-position: center top;
  object-position: center top;
}
.swc_hero__bg--bottom {
  -o-object-position: center bottom;
  object-position: center bottom;
}
.swc_hero__title {
  color: #fff;
  left: 16px;
  max-width: 348px;
  position: absolute;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  top: 50%;
  transform: translateY(-50%);
}
.swc_hero__titlecont {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.swc_heroboxtext {
  color: #fff;
  max-width: 892px;
  padding: 0 16px;
  text-align: center;
  width: 100%;
}
.swc_heroboxtext__title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 4px;
}
.swc_heroboxtext__subtitle,
.swc_heroboxtext__title {
  font-family: SantanderHeadlineW05;
  text-shadow: 0 1px 50px #000 !important;
}
.swc_heroboxtext__subtitle {
  font-size: 23px;
  line-height: 1.2em;
  margin-bottom: 32px;
}
.swc_hero .swc_breadcrum {
  left: 0;
  position: absolute;
  top: 0;
}
.swc_hero--listatienda {
  background-color: #f2f2f2;
}
.swc_hero--listatienda:before {
  content: normal;
}
.swc_hero--listatienda .swc_hero__bg {
  max-height: 343px;
}
.swc_hero--listatienda .swc_btn {
  margin-bottom: 28px;
  width: 230px;
}
.swc_hero--listatienda .swc_listatiendainfo {
  position: absolute;
  text-align: center;
}
.swc_hero--listatienda .swc_listatiendainfo__title {
  margin-bottom: 16px;
}
.swc_hero--listatienda .swc_listatiendainfo__logo {
  margin: 40px auto 10px;
}
.swc_hero--listatienda .swc_listatiendainfo__apps {
  gap: 5px;
}
.swc_breadcrumb {
  position: relative;
  z-index: 2;
}
.swc_breadcrumb .breadcrumb {
  background: transparent;
  font-size: 16px;
  line-height: 22px;
  margin-top: 17px;
  padding: 0;
}
.swc_breadcrumb .breadcrumb-item {
  color: #fff;
}
.swc_breadcrumb .breadcrumb-item a {
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.swc_breadcrumb .breadcrumb-item a:hover {
  opacity: 0.7;
}
.swc_breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
  content: "\e928";
  font-family: swcicons !important;
  font-size: 13px;
  transform: scale(0.7);
}
.swc_breadcrumb--dark .breadcrumb-item,
.swc_breadcrumb--dark .breadcrumb-item + .breadcrumb-item:before,
.swc_breadcrumb--dark .breadcrumb-item a {
  color: #444;
}
.swc_breadcrumb--dark .breadcrumb-item.active {
  font-weight: 700;
}
.swc_breadcrumb--resettop {
  margin: -12px auto 0;
}
.swc_footer {
  background: #000;
  color: #fff;
}
.swc_footerinfo {
  background-color: #434348;
  overflow: hidden;
  padding: 27px 18px 10px;
  position: relative;
}
.swc_footerinfo__logo {
  margin: 0 0 32px;
  width: 193px;
}
.swc_footerinfo__santander {
  margin-bottom: 28px;
}
.swc_footerinfo .swc_listicon {
  display: block;
  max-width: 280px;
}
.swc_footer a {
  color: #fff;
}
.swc_footer__logo {
  margin: 0 0 18px;
  max-width: 90px;
}
.swc_footer__legal {
  font-size: 13px;
  line-height: 20px;
  text-align: justify;
}
.swc_footer__legalcont {
  padding: 32px 0;
}
.swc_box .media {
  border-bottom: 1px solid #ddd;
}
.swc_boxaction {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 313px;
}
.swc_boxaction__title {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 43px;
  padding: 0 40px;
}
.swc_boxaction__title span {
  color: #ec0000;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}
.swc_boxaction--descubre .swc_boxaction__title {
  padding: 0 20px;
}
.swc_boxaction .swc_btn {
  width: 236px;
}
.swc_boxaction--dark {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.swc_boxaction--dark .swc_boxaction__title {
  font-size: 23px;
  line-height: 32px;
  padding: 0 32px;
}
.swc_boxaction--dark .swc_btn {
  width: 190px;
}
.swc_boxtype--base .media {
  position: relative;
  z-index: 1;
}
.swc_boxtype--base .media-body {
  flex: 0 1 auto;
  width: calc(100% - 50px);
}
.swc_boxtype--base .swc_box__title {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}
.swc_boxtype--base .swc_box__title a {
  color: #444;
}
.swc_boxtype--a .media {
  padding: 20px 11px 16px;
}
.swc_boxtype--a .swc_box__avatar {
  height: 36px;
  margin: 7px 6px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 36px;
}
.swc_boxtype--a .swc_box__name {
  color: #444;
  font-size: 13px;
  line-height: 24px;
}
.swc_boxtype--a .swc_box__body {
  padding: 14px;
}
.swc_boxtype--a .swc_box__img {
  cursor: pointer;
  margin-bottom: 18px;
  position: relative;
}
.swc_boxtype--a .swc_box__imgplay {
  background: url(../img/play.svg) no-repeat 50%;
  height: 84px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
}
.swc_boxtype--a .swc_box__imgvideo {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.swc_boxtype--b .media {
  padding: 12px 16px 10px;
}
.swc_boxtype--b .media .swc_box__title {
  color: #444;
  font-size: 14px;
  line-height: 16px;
  margin: 4px 32px 4px 0;
}
.swc_boxtype--b .media .swc_box__title a {
  color: #444;
}
.swc_boxtype--b .media .swc_box__date {
  font-size: 14px;
  line-height: 16px;
}
.swc_boxtype--b .swc_box__avatar {
  height: 42px;
  margin: 0 15px 0 0;
  width: 42px;
}
.swc_boxtype--b .swc_box__body {
  padding: 20px 16px;
}
.swc_boxtype--b .swc_box__body .swc_btn_primary {
  margin: auto 0 0 auto;
}
.swc_boxtype--b .swc_box__img {
  flex: 0 0 250px;
  margin: 0 auto 20px;
  position: relative;
}
.swc_boxtype--b .swc_box__title {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}
.swc_boxtype--b .swc_box__text {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}
.swc_boxtype--b .swc_box__footer {
  border-top: 1px solid #ddd;
  margin-top: auto;
  padding: 20px 0;
}
.swc_boxtype--single .media {
  margin-bottom: 100px;
  position: relative;
}
.swc_boxtype--single .media .swc_btn_report {
  margin: 0 28px;
  padding: 0 15px;
  right: 0;
}
.swc_boxtype--single .media .swc_btn_primary {
  bottom: -80px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.swc_boxtype--single .media .swc_back {
  font-size: 16px;
  left: 6px;
  margin-top: -9px;
  top: 50%;
  transform: rotate(90deg) translateY(-50%);
}
.swc_boxtype--single .swc_box__avatar {
  height: 43px;
  margin: 22px 12px 22px 55px;
  width: 43px;
}
.swc_boxtype--single .swc_box__title {
  color: #8b8b8b;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.swc_boxtype--single .swc_box__name {
  color: #444;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}
.swc_boxtype--single .swc_box__body {
  color: #6d6d6d;
  padding: 20px;
}
.swc_boxtype--single .swc_box__body h1 {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 12px;
  position: relative;
  text-transform: uppercase;
}
.swc_boxtype--single .swc_box__body h2 {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 10px;
}
.swc_boxtype--single .swc_box__body p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 14px;
  text-align: justify;
}
.swc_boxtype--single .swc_box__nosotros {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.swc_boxtype--single .swc_box__gallery {
  margin: 0 -6px;
}
.swc_boxtype--single .swc_box__galleryimg {
  border-radius: 4px;
  height: calc(100% - 12px);
  margin: 6px;
  max-height: 424px;
  -o-object-fit: cover;
  object-fit: cover;
  width: calc(100% - 12px);
}
.swc_boxtype--single .swc_box__gallery .embed-responsive-1by1:before {
  padding-top: 95%;
}
.swc_boxtype--single .badge {
  margin-bottom: 20px;
}
.swc_boxtype--single[data-destacada] .media {
  border-bottom: 4px solid #1bb3bc;
}
.swc_boxtype--single[data-destacada] .swc_box__avatar {
  border: 2px solid #1bb3bc;
}
.swc_boxtype--single[data-empresab] .media {
  border-bottom: 4px solid #63ba68;
}
.swc_boxtype--single[data-empresab] .swc_box__avatar {
  border: 2px solid #63ba68;
}
.swc_boxtype--title {
  color: #6d6d6d;
  margin: 14px 0;
  padding: 28px 0;
}
.swc_boxtype--title .swc_box__title {
  font-size: 28px;
  line-height: 30px;
}
.swc_boxvotar__title {
  font-size: 23px;
  line-height: 32px;
}
.swc_boxvotar .swc_btn {
  width: 190px;
}
.swc_boxTitle {
  padding: 24px;
  text-align: center;
}
.swc_boxTitle .icon {
  color: #ec0000;
  font-size: 24px;
}
.swc_boxTitle__switchright {
  position: absolute;
  right: 62px;
}
.swc_boxcolumnicon {
  margin-bottom: 42px;
}
.swc_boxcolumnicon__title {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 32px;
  text-align: center;
}
.swc_boxfullwidth {
  margin: 0 auto 16px;
  max-width: 317px;
  padding: 16px;
  position: relative;
}
.swc_boxfullwidth:last-child {
  margin-bottom: 0;
}
.swc_boxfullwidth__img {
  margin: 0 auto 16px;
  position: relative;
}
.swc_boxfullwidth__title {
  color: #ec0000;
}
.swc_boxfullwidth__text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}
.swc_boxfullwidth__textcont {
  max-width: 640px;
}
.swc_boxfullwidth__textbig {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.swc_boxfullwidth__badges {
  margin-bottom: 20px;
}
.swc_boxfullwidth__promo {
  bottom: 0;
  color: #fff;
  font-size: 18px;
  left: 0;
  padding: 16px;
  position: absolute;
  right: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.swc_boxfullwidth__promotext {
  font-size: 32px;
  line-height: 42px;
}
.swc_boxfullwidth__promo:after {
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.8));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.swc_boxfullwidth .swc_btn_cont {
  margin: auto;
}
.swc_boxtool {
  border: 1px dashed purple;
  padding: 24px;
  position: relative;
}
.swc_boxtool__title {
  font-family: SantanderHeadlineW05;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.swc_boxtool__text {
  font-size: 16px;
  line-height: 24px;
}
.swc_boxtool__logo {
  margin: 0 auto 0 0;
  max-height: 100%;
  max-width: 182px;
}
.swc_boxtool__logocont {
  height: 100px;
  margin: 0 76px 20px 0;
}
.swc_boxtoolcont {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.swc_boxstep {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  text-align: center;
}
.swc_boxstep__img {
  border: 8px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
  margin: 20px auto 40px;
  max-width: 245px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.swc_boxstep__img:before {
  background: transparent;
  border-radius: 100%;
  bottom: 0;
  box-shadow: inset 0 0 15px -5px rgba(0, 0, 0, 0.5);
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swc_boxstep__txt {
  font-size: 18px;
  margin-bottom: 10px;
  max-width: 270px;
}
.swc_boxstep__txtcont {
  margin: auto;
  width: 190px;
}
.swc_boxstep .icon {
  color: #ec0000;
  font-size: 40px;
}
.swc_boxpublicar {
  padding: 24px;
  text-align: center;
}
.swc_boxpublicar .swc_btn {
  width: 158px;
}
.swc_box--categorias {
  flex: 1 0 267px;
  position: relative;
}
.swc_boxbannermessage .swc_infomessage .icon {
  font-size: 64px;
}
.swc_boxbannermessage__info {
  font-size: 24px;
  line-height: 36px;
}
.swc_boxcodenumber {
  background-color: #f6fbfc;
  color: #767676;
  display: inline-block;
  font-size: 28px;
  height: 62px;
  line-height: 32px;
}
.swc_boxcodenumber__cont {
  gap: 8px;
  margin-bottom: 28px;
}
.swc_boxcodenumber__col {
  flex: 1 1 0;
}
.swc_boxcodenumber__txt {
  margin-bottom: 8px;
}
.swc_conversaciones {
  padding-top: 12px;
}
.swc_perfilview {
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.swc_perfil h3 .icon {
  color: #ec0000;
  display: inline-block;
  font-size: 26px;
  margin-right: 15px;
  transform: translateY(3px);
}
.swc_perfilinfo__avatar {
  display: block;
  height: 195px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 195px;
}
.swc_perfilinfo__avatarmargin {
  display: block;
  margin: 28px auto;
}
.swc_perfilinfo__avatarmargin:hover .swc_perfilinfo__avatarmask {
  opacity: 1;
}
.swc_perfilinfo__avatarmask {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.swc_perfilinfo__avatarmask .icon-perfil {
  font-size: 28px;
  margin-bottom: 8px;
}
.swc_perfilinfo__name {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: none;
}
.swc_perfilinfo__social {
  display: block;
  height: 36px;
  margin: 0 7px 14px;
  width: 36px;
}
.swc_perfil .swc_grid_column .swc_box {
  height: auto;
}
.swc_perfil .swc_contcheck {
  margin-bottom: 20px;
}
.swc_perfil .swc_box_publication {
  padding: 16px;
  position: relative;
}
.swc_perfil .swc_box_publication_options {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 1;
}
.swc_perfil .swc_box_publication_options a {
  align-items: center;
  background: #fff;
  background: #ec0000;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(25, 25, 25, 0.1);
  display: flex;
  height: 34px;
  justify-content: center;
  margin: 6px;
  transition: background 0.3s ease-in-out;
  width: 34px;
}
.swc_perfil .swc_box_publication_options a:hover {
  background: #d30000;
}
.swc_perfil .swc_box_publication_options a .icon {
  color: #fff;
  font-size: 18px;
}
.swc_perfil .swc_box_publication_img {
  max-height: 330px;
  max-width: 340px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.swc_perfil .swc_box_publication_hover {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.swc_perfil .swc_box_publication_hover .icon {
  font-size: 28px;
  margin-bottom: 8px;
}
.swc_perfil .swc_box_publication_link {
  display: block;
  position: relative;
}
.swc_perfil .swc_box_publication_link:hover .swc_box_publication_hover {
  opacity: 1;
}
.swc_perfil__bio .swc_box {
  padding: 30px;
}
.swc_perfil__bio .swc_box p {
  font-size: 16px;
  line-height: 24px;
}
.swc_perfilv2 {
  padding: 24px 20px;
}
.swc_perfilv2__columninfo {
  width: 100%;
}
.swc_perfilv2__avatar {
  background: #d8d8d8;
  color: #fff;
  font-size: 82px;
}
.swc_perfilv2__avatar,
.swc_perfilv2__avatarcont {
  height: 170px;
  position: relative;
  width: 170px;
}
.swc_perfilv2__avatarbtn {
  background: #1bb3bc;
  bottom: 7px;
  color: #fff;
  font-size: 23px;
  height: 35px;
  position: absolute;
  right: 14px;
  width: 35px;
}
.swc_perfilv2__socialnav {
  margin-bottom: 18px !important;
}
.swc_perfilv2__socialnav a.disabled {
  filter: opacity(0.3) grayscale(1);
}
.swc_perfilv2__socialnav a.disabled.iconinstagram {
  filter: opacity(0.1) grayscale(1);
}
.swc_perfilv2__borderbox {
  border-bottom: 1px solid #d8d8d8;
  padding: 26px 14px 37px;
}
.swc_perfilv2__listinfo {
  border-top: 1px solid #d8d8d8;
}
.swc_perfilv2__listinfoitem {
  margin-bottom: 24px;
}
.swc_perfilv2__listinfoitem:last-child {
  margin-bottom: 0;
}
.swc_perfilv2__editemprendicon {
  color: #444;
  font-size: 24px;
  margin: 0 4px;
}
.swc_perfilv2__editemprendicon.disabled {
  filter: opacity(0.2) grayscale(1);
}
.swc_perfilv2__emprendleyend {
  max-width: 500px;
}
.swc_perfilv2__emprendthumb {
  max-width: 366px;
  width: 100%;
}
.swc_perfilv2__emprendthumbimg {
  max-height: 366px;
  max-width: 366px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.swc_perfilv2__emprendthumbbtn {
  width: 100%;
}
.swc_hovermask {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  bottom: 6px;
  color: #fff;
  font-size: 16px;
  left: 6px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 6px;
  top: 6px;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}
.swc_hovermask span.icon {
  font-size: 48px;
}
.swc_hovermask p {
  font-size: 17px !important;
}
.swc_hovermask_trigger:hover .swc_hovermask {
  opacity: 1;
}
.swc_hovermask_trigger .swc_btn_round {
  height: 6.51vw;
  position: absolute;
  right: 4.167vw;
  top: 5.208vw;
  width: 6.51vw;
  z-index: 2;
}
.swc_hovermask_trigger .swc_btn_round .icon {
  font-size: 3.385vw;
}
.swc_imgportada {
  height: 361px;
  margin: auto;
  width: 276px;
}
.swc_imgportada .swc_hovermask {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.swc_imgportada .icon-addincircle {
  bottom: 39px;
  font-size: 53px;
  right: 36px;
}
.swc_contgallery {
  position: relative;
}
.swc_contgallery .swc_input_labelerror {
  left: 0 !important;
}
.swc_tableprice {
  display: flex !important;
  flex-direction: column;
  height: calc(100% - 45px);
  margin-bottom: 45px;
  padding: 24px 16px;
  width: 280px !important;
}
.swc_tableprice,
.swc_tableprice--double {
  position: relative;
}
.swc_tableprice__cont h5 {
  margin-bottom: 1em;
}
.swc_tableprice__boxtitle {
  background-color: #1bb3bc;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 4px 8px 0 rgba(25, 25, 25, 0.15);
  color: #fff;
  font-family: SantanderMicroTextW05-SmBd;
  font-size: 16px;
  height: 47px;
  line-height: 47px;
  margin: 0 20px 8px;
  text-align: center;
}
.swc_tableprice__title {
  -webkit-font-smoothing: subpixel-antialiased;
  color: #ec0000;
  font-weight: 400;
  margin-bottom: 0;
}
.swc_tableprice__subtitle {
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 300;
  margin: -5px 0 29px;
}
.swc_tableprice__subtitle,
.swc_tableprice__uf {
  font-size: 18px;
  line-height: 20px;
}
.swc_tableprice__ufiva {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 30px;
  padding-bottom: 22px;
}
.swc_tableprice__ufiva sup {
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
}
.swc_tableprice__list li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 32px;
  position: relative;
}
.swc_tableprice__list li:before {
  color: #63ba68;
  content: "\e904";
  display: block;
  font-family: swcicons !important;
  font-size: 24px;
  left: 0;
  position: absolute;
}
.swc_tablepriceform__cont {
  display: none;
}
.swc_tablepriceform__cont.active {
  -webkit-animation: slide-down 1s ease;
  animation: slide-down 1s ease;
  display: block;
}
.swc_tablepriceform__cont .swc_check_label {
  font-size: 14px;
}
.swc_tableprice__flame {
  display: none !important;
  height: 12px;
  margin-right: 2px;
  vertical-align: baseline;
}
.swc_tableprice__flame--big {
  height: 14px;
}
.swc_tableprice__dest {
  color: #1bb3bc;
  font-size: 14px;
  line-height: 20px;
}
.swc_tableprice__dest span {
  font-size: 24px;
  line-height: 33px;
}
.swc_tableprice__initial {
  font-size: 13px;
  line-height: 20px;
  text-align: right;
  vertical-align: bottom;
}
.swc_tableprice .swc_btn {
  margin: 0 auto;
  max-width: 220px;
  width: 100%;
}
.swc_tableprice__disclaimer {
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}
.swc_tableprice--full {
  border-radius: 0 0 16px 16px;
  box-shadow: 0 4px 8px 0 rgba(25, 25, 25, 0.15);
  margin: 0 20px;
  width: calc(100% - 40px) !important;
}
.swc_tableprice--full .swc_tableprice__ufiva {
  border: none;
  padding: 0;
}
.swc_tableprice--full .swc_tableprice__ufivacont {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.swc_tableprice--full .swc_tableprice__ufivatitle {
  line-height: 1;
}
.swc_tableprice--full .swc_tableprice__list {
  overflow: auto;
  padding: 18px 0 0;
}
.swc_tableprice--full .swc_tableprice__initial {
  vertical-align: middle;
}
.swc_tableterminos {
  display: none;
}
.swc_tableterminos.active {
  -webkit-animation: slide-down 1s ease;
  animation: slide-down 1s ease;
  display: block;
}
.swc_menemp,
.swc_tableterminos__text {
  padding: 20px;
}
.swc_menemp__bajada {
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto 40px;
}
.swc_menemp__disclaimer {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.swc_menemp__iconbox {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 24px;
  padding: 0 20px;
  text-align: center;
}
.swc_menemp__iconbox .icon {
  color: #ec0000;
  font-size: 75px;
  line-height: 75px;
  margin: 43px;
}
.swc_formexito .swc_stepper__message {
  margin: 100px auto;
  padding: 16px;
}
.swc_formexito.active {
  -webkit-animation: slide-down 1s ease;
  animation: slide-down 1s ease;
  display: block;
}
.swc_legalessup li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}
.swc_legalessup li:last-child {
  margin-bottom: 0;
}
.swc_zigzagbox {
  height: 285px;
  margin: 0 6px 44px;
  padding: 24px 20px;
  width: 285px !important;
}
.swc_zigzagbox__icon {
  height: 66px;
  margin-bottom: 18px;
  width: 66px;
}
.swc_zigzagbox__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 5px;
}
.swc_zigzagbox__txt {
  font-weight: 300;
}
.swc_togglesocials {
  display: none;
}
.swc_tratamientodp {
  display: none;
  font-weight: 300;
}
.swc_formtoolkit_exito {
  min-width: 300px;
}
.swc_esenciales_trabajo .swc_box__content {
  border-top: 2px solid #1bb3bc;
}
.swc_esenciales_educacion .swc_box__content {
  border-top: 2px solid #63ba68;
}
.swc_webinars {
  margin: 0 16px 16px;
  max-width: calc(100% - 32px);
}
.swc_webinarsimg__img {
  min-height: 172px;
  -o-object-fit: cover;
  object-fit: cover;
}
.swc_webinarstxt {
  padding: 20px;
  text-align: center;
}
.swc_webinarstxt__title {
  font-family: SantanderHeadlineW05;
  margin: 0 auto 18px;
}
.swc_webinarstxt__txt {
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  margin: 0 auto 25px;
  max-width: 480px;
  padding: 0 10px;
}
.swc_webinars .swc_btn {
  width: 175px;
}
.swc_webinars .col {
  flex-basis: auto;
}
.swc_bannertienda_bg {
  background: #fff;
  margin: 204px 0 38px;
}
.swc_bannertienda_bg .col {
  flex-basis: auto;
}
.swc_bannertienda__contimg {
  position: relative;
}
.swc_bannertienda__img {
  margin: -180px auto 0;
  width: 242px;
}
.swc_bannertiendatxt {
  padding: 26px;
  text-align: center;
}
.swc_bannertienda .swc_btn {
  width: 178px;
}
.swc_planesbuk__cotizador {
  flex: 0 0 280px !important;
}
.swc_planesbuk .swc_tableprice {
  margin-left: 8px;
  margin-right: 8px;
}
.swc_planesbuk .swc_tableprice--double {
  max-height: 460px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.swc_iconviewer {
  margin: 0 auto 20px;
  max-width: 240px;
}
.swc_iconviewer--google {
  max-width: 280px;
}
.swc_iconviewer__iconcont {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 12px 12px;
  width: 32px;
}
.swc_iconviewer__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-top: 16px;
}
.swc_categoriascont {
  background-color: #444;
  border: 1px solid transparent;
  margin: 82px 0;
}
.swc_categoriascont__inner {
  margin: -38px auto -78px;
}
.swc_contformaddcard {
  max-width: 333px;
}
.swc_parallelogram {
  -o-object-fit: cover;
  object-fit: cover;
}
.swc_parallelogram--left {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.swc_parallelogram--right {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.swc_dgrid {
  display: grid;
}
.swc_dgridgap_16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.swc_quickarticle {
  display: block;
  margin: auto;
  max-width: 413px;
}
.swc_quickarticle__img {
  transform: scale(1);
  transition: transform 1s;
}
.swc_quickarticle__imgcont {
  position: relative;
}
.swc_quickarticle__imgcont:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.swc_quickarticle:hover .swc_quickarticle__img {
  transform: scale(1.1);
}
.swc_quickarticle:hover .swc_textlink--secondary {
  color: #fff;
}
.swc_quickarticle:hover .swc_textlink--secondary:after {
  background-color: #fff;
  width: 100%;
}
.swc_quickarticles {
  padding-top: 62px;
  position: relative;
}
.swc_quickarticles__bg {
  background-color: #000;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.swc_quickarticles__cont {
  padding-bottom: 70px;
}
.swc_quickarticles__cont .col {
  padding: 0 0 16px;
}
.swc_quickarticles__cont .col:last-child {
  padding-bottom: 0;
}
.swc_quickarticle__text {
  background-color: #000;
  color: #fff;
  padding: 30px 17px 32px;
}
.swc_quickarticle__title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 32px;
}
.swc_quickarticle--white .swc_quickarticle__title {
  margin: 8px 0 10px;
}
.swc_quickarticle--white .swc_quickarticle__text {
  background-color: #fff;
  color: #444;
  padding: 16px 22px 18px;
}
.swc_comunidadsections {
  overflow: hidden;
}
.swc_comunidadsections__bg {
  padding-bottom: 42px;
}
.swc_comunidadsections__maintitle {
  padding: 84px 16px 140px;
}
.swc_comunidadsections__box {
  background-color: #fff;
  padding: 34px 24px;
  position: relative;
}
.swc_comunidadsections__boxes {
  position: relative;
  top: -110px;
}
.swc_comunidadsections__boxtitle {
  margin-bottom: 9px;
}
.swc_comunidadsections__boxtext {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.swc_comunidadsections__boxicon {
  height: 50px;
  margin-bottom: 18px;
  width: 50px;
}
.swc_comunidadsectionsitem {
  align-items: center;
  background-color: #fff;
  color: #444;
  flex-direction: column;
  height: 300px;
  margin: 0 8px;
  padding: 20px 13px 28px;
  width: 305px !important;
}
.swc_comunidadsectionsitem__cont {
  max-width: 1284px;
  position: relative;
  top: -110px;
}
.swc_comunidadsectionsitem__cont.swc_slider .slick-arrow {
  border-radius: 0;
  height: auto;
  padding: 0;
  width: auto;
}
.swc_comunidadsectionsitem__cont.swc_slider .slick-next:before,
.swc_comunidadsectionsitem__cont.swc_slider .slick-prev:before {
  color: #ccc;
  font-size: 38px;
  position: static;
}
.swc_comunidadsectionsitem__cont.swc_slider .slick-prev {
  left: -30px;
}
.swc_comunidadsectionsitem__cont.swc_slider .slick-prev:before {
  content: "\e934";
  transform: none;
}
.swc_comunidadsectionsitem__cont.swc_slider .slick-next {
  right: -30px;
}
.swc_comunidadsectionsitem__cont.swc_slider .slick-next:before {
  content: "\e95b";
}
.swc_comunidadsectionsitem__cont.swc_slider .slick-dots {
  bottom: -50px;
}
.swc_comunidadsectionsitem__icon {
  height: 84px;
  margin: 0 auto 16px;
  width: 84px;
}
.swc_comunidadsectionsitem__title {
  line-height: 28px !important;
}
.swc_comunidadsectionsitem__txt {
  font-size: 16px;
  line-height: 24px;
}
.swc_comunidadsectionsitem__btn {
  margin: auto auto 0;
}
.swc_homedestacado {
  background-color: #fff;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.swc_homedestacado__imgcont {
  margin-top: -64px;
}
.swc_homedestacado__title {
  margin: 16px 0;
}
.swc_homedestacado__text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 34px;
}
.swc_blog__maintitle {
  color: #fff;
  display: inline-block;
  line-height: 1.2;
  margin: 10px 0 13px;
}
.swc_blog__maintitlecont {
  overflow: hidden;
  padding: 42px 16px 21px;
}
.swc_blog__subtitle {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 21px;
}
.swc_blognav a {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin: 0 18px;
  transition: color 0.3s;
}
.swc_blognav a.current,
.swc_blognav a:hover {
  color: #00b4bb;
}
.swc_blognavbar {
  background-color: #3a3a3d;
}
.swc_blognavbar__inner {
  padding: 16px;
}
.swc_blognavbar__right .swc_search {
  max-width: 100%;
}
.swc_blogarticle {
  background-color: #fff;
  box-shadow: 0 8px 20px 0 transparent;
  color: #444;
  overflow: hidden;
  position: relative;
  transition: box-shadow 1s ease-in-out;
}
.swc_blogarticle__contimg {
  overflow: hidden;
}
.swc_blogarticle__contimg img {
  transform: scale(1);
  transition: transform 1s;
}
.swc_blogarticle__conttext {
  background-color: #fff;
  padding: 26px 16px 21px;
  transform: translateY(0);
  transition: transform 0.3s ease-out;
}
.swc_blogarticle__title {
  margin-bottom: 16px;
}
.swc_blogarticle__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.swc_blogarticle__date {
  color: #767676;
  font-size: 14px;
  line-height: 20px;
}
.swc_blogarticles {
  position: relative;
}
.swc_blogarticles:before {
  background-color: #434348;
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.swc_blogarticle__btn {
  bottom: 30px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, 60px);
  transition: all 0.3s ease-out !important;
}
.swc_blogarticlemain {
  background-color: #434348;
  color: #fff;
}
.swc_blogarticlemain__inner {
  padding-bottom: 54px;
  padding-top: 25px;
}
.swc_blogarticlemain__img {
  height: 279px;
  -o-object-fit: cover;
  object-fit: cover;
}
.swc_blogarticlemain__conttext {
  padding: 30px;
}
.swc_blogarticlemain__title {
  margin-bottom: 16px;
}
.swc_blogarticlemain__text {
  font-size: 18px;
  line-height: 24px;
}
.swc_blogarticlemain__date {
  margin-bottom: 30px;
}
.swc_blognamecategory {
  padding: 30px 16px 24px;
}
.swc_blogfullarticle {
  margin: 0 auto 36px;
  max-width: 1307px;
  padding: 15px;
  position: relative;
}
.swc_blogfullarticle__cont {
  margin-bottom: 22px;
}
.swc_blogfullarticle__cont .swc_infobox {
  margin: 38px 0 48px;
}
.swc_blogfullarticle__title {
  margin-bottom: 16px;
}
.swc_blogfullarticle__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 26px;
}
.swc_blogfullarticle__date {
  color: #767676;
}
.swc_blogfullarticle__post h1,
.swc_blogfullarticle__post h2,
.swc_blogfullarticle__post h3,
.swc_blogfullarticle__post h4,
.swc_blogfullarticle__post h5,
.swc_blogfullarticle__post h6,
.swc_blogfullarticle__post p {
  margin-bottom: 16px;
}
.swc_blogfullarticle__post p {
  font-size: 16px;
  line-height: 24px;
}
.swc_blogfullarticle__post ol,
.swc_blogfullarticle__post ul {
  -webkit-padding-start: 40px;
  margin-bottom: 1rem;
  padding-inline-start: 40px;
}
.swc_blogfullarticle__post ul {
  list-style-type: disc;
}
.swc_blogfullarticle__post ol {
  list-style-type: decimal;
}
.swc_blogfullarticle__postcont {
  padding: 28px 10px 0;
}
.swc_dateshare .swc_share {
  position: relative;
  right: auto;
  top: auto;
  transform: none;
}
.swc_dateshare .swc_share__nav {
  right: 0;
  top: 38px;
}
.swc_dateshare .swc_share:after {
  content: none;
}
.swc_paneluploadpost {
  padding: 20px;
}
.swc_paneluploadpostimg__uploadbtn {
  width: 190px;
}
.swc_paneluploadpost__categories {
  max-width: 480px;
}
.swc_contenidopremiumupload {
  display: none;
}
.swc_relatedarticles {
  padding: 22px 30px 30px;
}
.swc_relatedarticlesitem {
  border-bottom: 4px solid #137e84;
  color: #444;
  display: block;
  padding-bottom: 18px;
}
.swc_relatedarticlesitem__title {
  font-size: 18px;
  line-height: 24px;
  margin: 14px 0 8px;
}
.swc_relatedarticlesitem__date {
  color: #787878;
  font-size: 14px;
  line-height: 18px;
}
.swc_poweredkushki {
  font-size: 13px;
  margin-top: 18px;
}
.swc_poweredkushki__img {
  display: inline-block;
  max-width: 90px;
}
.swc_iconbox {
  margin-bottom: 20px;
}
.swc_iconbox__cont {
  margin-bottom: 8px;
  padding: 20px 14px;
}
.swc_iconbox__conticon {
  flex: 1 0 60px;
  margin: 0 16px 16px 0;
  padding-top: 13px;
  text-align: center;
}
.swc_iconbox__cont--santander {
  margin-bottom: 26px;
}
.swc_iconbox__icon {
  color: #137e84;
  font-size: 46px;
}
.swc_iconbox__text {
  font-size: 16px;
  line-height: 24px;
}
.swc_boxic {
  margin: 40px 0 0;
  padding: 70px 50px 24px;
  position: relative;
}
.swc_boxic__cont {
  gap: 32px;
  margin-bottom: 34px;
}
.swc_boxic__icon {
  color: #fff;
  font-size: 50px;
}
.swc_boxic__iconcont {
  background-color: #444;
  height: 99px;
  left: 50%;
  position: absolute;
  top: -40px;
  transform: translateX(-50%);
  width: 99px;
}
.swc_resultsucursal {
  margin-bottom: 10px;
}
.swc_resultsucursal__top {
  padding: 12px 18px;
}
.swc_resultsucursal__bottom {
  background-color: #f9fcfd;
  padding: 8px 18px;
}
.swc_resultsucursal__direccion {
  margin-bottom: 8px;
}
.swc_resultsucursal__servicio {
  margin: 0 0 13px;
}
.swc_resultsucursal__icon {
  color: #ec0000;
  font-size: 24px;
  margin-right: 8px;
  vertical-align: middle;
}
.swc_resultsucursal__sertitle {
  margin-bottom: 16px;
}
.swc_results__cont {
  padding: 14px 16px;
}
.swc_listatinfo {
  background: url(../img/listatienda/bg_listatienda.svg) no-repeat top;
  height: 2808px;
  margin: auto;
  max-width: 1324px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.swc_listatinfo__maintitle {
  margin-top: 70px;
}
.swc_listatinfo__mainbutton {
  bottom: 61px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 209px;
}
.swc_listatinfotxt {
  position: absolute;
  width: 100%;
}
.swc_listatinfotxt1 {
  max-width: 250px;
  top: 157px;
}
.swc_listatinfotxt2a {
  max-width: 260px;
  top: 864px;
}
.swc_listatinfotxt2a.text-right .swc_listatinfotxt__number {
  margin: 0 -10px 16px 0;
}
.swc_listatinfotxt2b {
  bottom: 820px;
}
.swc_listatinfotxt3 {
  bottom: 468px;
  max-width: 220px;
}
.swc_listatinfotxt__number {
  color: #8dd9de;
  font-size: 200px;
  line-height: 164px;
  margin: 0 0 20px -10px;
}
.swc_listatinfotxt__title {
  line-height: 24px !important;
  margin-bottom: 24px;
}
.swc_listatinfo__steps {
  max-width: none;
  position: absolute;
}
.swc_listatinfo__stepimg1 {
  top: 485px;
  width: 597px;
}
.swc_listatinfo__stepimg2a {
  left: 20px;
  top: 1230px;
  width: 544px;
}
.swc_listatinfo__stepimg2b {
  left: 20px;
  top: 1550px;
  width: 497px;
}
.swc_listatinfo__stepimg3 {
  bottom: 150px;
  width: 579px;
}
.swc_bandinfo {
  padding: 22px 16px;
}
.swc_bandinfo__title {
  margin: 0 0 32px;
}
.swc_bandinfo__cta {
  width: 150px;
}
.swc_bandinfo__icon {
  font-size: 40px;
  margin-right: 18px;
  vertical-align: middle;
}
.swc_hmdescubre {
  margin: 30px auto;
}
.swc_hmdestacados {
  background-color: #434348;
  padding: 37px 0 174px;
}
.swc_hmdestacados .swc_quickarticles__cont {
  padding-bottom: 26px;
}
.swc_logoband {
  padding: 37px 0;
}
.swc_logobandnav {
  gap: 16px;
}
.swc_logobandnav__a {
  border: 1px solid #d4d4d4;
}
.swc_infoemprend {
  background-color: #3a3a3d;
  color: #fff;
  margin: -105px auto 38px;
  max-width: 430px;
  padding: 30px 16px;
}
.swc_infoemprend__box {
  padding-bottom: 38px;
}
.swc_infoemprend__title {
  margin-bottom: 18px;
}
.swc_infoemprend__icon {
  font-size: 35px;
  margin: 5px 16px 0 0;
}
.swc_infoemprend__text {
  font-size: 18px;
  line-height: 24px;
}
.swc_filterbox,
.swc_merfilter__btnfiltrar,
.swc_merfilter__cont {
  margin-bottom: 16px;
}
.swc_filterbox {
  padding: 16px 16px 0;
  position: relative;
}
.swc_filterbox__close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.swc_empbox {
  background-color: #fff;
  padding: 16px;
}
.swc_empbox__back {
  margin: 0 10px 0 -10px;
  padding: 8px 12px;
}
.swc_empbox__back .icon {
  color: #444;
  font-size: 18px;
}
.swc_empbox__val .icon {
  color: #fc3;
  font-size: 20px;
  margin-right: 10px;
}
.swc_empbox__region .icon {
  color: #1bb3bc;
  font-size: 20px;
  margin: 0 8px 0 22px;
}
.swc_empboxtitle__text {
  display: inline-block;
  margin: 0 12px 12px 0;
}
.swc_empboxtitle__btnedit {
  font-family: Santander Micro Text;
}
.swc_empboxtitle__btnedit.swc_btn {
  line-height: 18px;
  margin-bottom: 12px;
  padding: 9px 24px;
}
.swc_empboxtitle__btnedit.swc_btn .icon {
  font-size: 22px;
}
.swc_empboxheader {
  margin-bottom: 20px;
  padding-bottom: 14px;
  position: relative;
  width: 100%;
}
.swc_empboxheader__left {
  margin-bottom: 26px;
}
.swc_empboxheader__avatar {
  flex: 0 0 40px;
  height: 40px;
  margin-right: 16px;
  width: 40px;
}
.swc_empboxheader .icon-shareborder:before {
  color: #444;
  font-size: 24px;
}
.swc_empboxbody {
  display: flex;
  flex-direction: column;
}
.swc_empboxbodyfull {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 16px;
  padding: 0 10px 50px;
}
.swc_empboxbodyfull__text {
  font-size: 16px;
  line-height: 24px;
}
.swc_empboxbodyfull__gallery {
  gap: 22px;
  margin-bottom: 26px;
}
.swc_empboxbodyfull__galleryimg {
  width: calc(50% - 11px);
}
.swc_empboxbodyfull__galleryimg img {
  min-height: 244px;
  min-width: 244px;
}
.swc_empboximg {
  margin: 0 auto 20px;
}
.swc_empboxtxt__title {
  max-width: 82vw;
}
.swc_empboxtxt__text {
  font-size: 14px;
  line-height: 22px;
}
.swc_empboxinfo__item {
  margin: 0 0 4px;
}
.swc_empboxinfo .icon {
  font-size: 24px;
  margin-right: 6px;
}
.swc_empboxsocialnav {
  gap: 8px;
  margin-bottom: 26px;
}
.swc_empboxsocialnav__empresab {
  border-left: 1px solid #d7d7d7;
  margin: 0 9px;
  padding-left: 12px;
}
.swc_empbox--full {
  margin-bottom: 28px;
}
.swc_empbox--full .swc_dateshare {
  border-left: 1px solid #d7d7d7;
  padding: 8px 0 8px 16px;
}
.swc_publishempren {
  padding: 0 16px;
}
.swc_publishemprenheader {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 33px;
  padding: 16px 0 22px;
}
.swc_publishemprenheader__avatar {
  display: block;
  flex: 1 0 60px;
  height: 60px;
  margin-right: 12px;
  max-width: 60px;
}
.swc_publishemprenheader__avatarimg {
  height: 53px;
  width: 53px;
}
.swc_publishemprenheader__avatar:before {
  font-size: 28px;
}
.swc_reservas {
  position: relative;
}
.swc_reservas__left {
  background: url(../img/bg_iniciosala.jpg) no-repeat 50%;
  background-size: cover;
}
.swc_reservas__right {
  background: url(../img/bg_iniciocowork.jpg) no-repeat 0;
  background-size: cover;
}
.swc_reservas__info {
  padding: 50px 20px;
  position: relative;
  text-align: center;
}
.swc_reservas__info .icon {
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 16px;
}
.swc_reservas__info p {
  margin: 0 auto 24px;
  max-width: 420px;
}
.swc_reservas__column {
  color: #fff;
  position: relative;
  transition: color 0.3s ease-in-out;
}
.swc_reservas__column:before {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background 0.3s ease-in-out;
  width: 100%;
}
.swc_reservas__column .icon {
  color: #fff;
  transition: color 0.3s ease-in-out;
}
.swc_reservas__column:hover {
  color: #444;
}
.swc_reservas__column:hover:before {
  background: #fff;
}
.swc_reservas__column:hover .icon {
  color: #ec0000;
}
.swc_reservas__column:hover .swc_btn {
  background: #ec0000;
  border-color: transparent;
  color: #fff;
}
.swc_reservas__column:hover .swc_btn:hover {
  background: #d30000;
}
.swc_reservas__column:hover .swc_btn.disabled {
  background: #fff;
  border: 1px solid #ccc;
  color: #ccc;
}
.swc_reservas__bajada {
  background: #fff;
  overflow: hidden;
  padding: 140px 20px 28px;
  position: relative;
}
.swc_reservas__bajada:before {
  background: url(../img/bg_taza_reservas.png) no-repeat bottom;
  background-size: contain;
  content: "";
  display: block;
  height: 244px;
  left: calc(50% + 22px);
  position: absolute;
  top: -102px;
  transform: translateX(-50%);
  width: 280px;
}
.swc_reservas__mainlogo {
  display: block;
  margin: 12px auto 32px;
  max-width: 200px;
}
.swc_reservas__items {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  text-align: center;
}
.swc_reservas__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swc_reservas__item .icon {
  font-size: 38px;
  line-height: 38px;
  margin: 0 42px 10px;
}
.swc_reservas__itemtxt {
  font-size: 14px;
  line-height: 16px;
}
.swc_reservasbody__infoalert {
  margin: 16px auto 22px;
  max-width: 600px;
}
.swc_reservasbody__titlecont {
  max-width: 650px;
  padding: 60px 16px 36px;
}
.swc_reservasbody__subtitle,
.swc_reservasspace__txt {
  font-size: 18px;
  line-height: 24px;
}
.swc_reservasspace__txt {
  margin-bottom: 26px;
}
.swc_reservasspace__txtcont {
  margin: 30px auto 40px;
  max-width: 400px;
  padding: 0 16px;
}
.swc_reservasspace__img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.swc_reservasspace__cont--reverse {
  margin-bottom: 40px;
}
.swc_reservasspace__cont--reverse .swc_reservasspace {
  flex-direction: row-reverse;
}
.swc_reservasspace__dialogbox {
  margin: auto;
  max-width: 368px;
}
.swc_reservasspace__dialogboxcont {
  padding: 0 16px;
}
.swc_reservas .swc_accordion {
  margin: 0 30px 30px;
}
.swc_reservas .swc_accordion .swc_table__cal {
  width: 35px;
}
.swc_reservasbandinfo {
  margin-bottom: 38px;
  padding: 30px 16px;
}
.swc_reservasbandinfoicons {
  gap: 20px 0;
  margin-bottom: 28px;
  width: auto;
}
.swc_reservasbandinfoicons .icon {
  font-size: 50px;
}
.swc_reservasbandinfoicons__text {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.swc_reservasbandinfowhite {
  margin: 0 0 38px;
  padding: 60px 16px 44px;
}
.swc_reservasbandinfowhite__title {
  font-size: 20px;
  line-height: 24px;
  margin: 0 auto 38px;
  max-width: 488px;
}
.swc_reservasbandinfowhiteicons {
  margin: auto;
  max-width: 210px;
  width: 100%;
}
.swc_reservasbandinfowhiteicons__item {
  margin-bottom: 16px;
}
.swc_reservasbandinfowhiteicons__item:last-child {
  margin-bottom: 0;
}
.swc_reservasbandinfowhiteicons .icon {
  font-size: 50px;
  margin-right: 18px;
}
.swc_reservasbandinfowhiteicons__text {
  font-size: 16px;
  line-height: 24px;
}
.swc_reservasbandinfo .swc_bandinfo__title {
  margin: 0 0 33px;
  text-align: center;
}
.swc_reservasbandinfo__notice {
  background-color: #444;
  max-width: 680px;
  padding: 18px 22px;
  text-align: center;
}
.swc_reservasbandinfo__noticetext {
  font-size: 20px;
  line-height: 24px;
}
.swc_reservasdialogbox {
  margin-bottom: 34px;
}
.swc_talkvideobody {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.swc_talkvideo__thumb {
  cursor: pointer;
  margin: 8px auto 14px;
  position: relative;
}
.swc_talkvideo__thumb:before {
  background: url(../img/conversaciones/play.svg);
  content: "";
  height: 77px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  z-index: 1;
}
.swc_talkvideo__thumb:after {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swc_talksinfo {
  margin-bottom: 26px;
  padding: 36px 22px 42px !important;
}
.swc_talksinfoabout {
  border-bottom: 1px solid #5f5f60;
  margin-bottom: 32px;
  padding-bottom: 36px;
}
.swc_talksinfoabout__logo {
  margin-bottom: 16px;
  width: 135px;
}
.swc_talksinfoabout__txt {
  text-align: center;
}
.swc_talksinfoabout__txtp {
  font-size: 18px;
  line-height: 24px;
}
.swc_talksinfoquestion__title {
  margin: auto;
  max-width: 430px;
}
.swc_videocountdown__cont {
  margin: -12px 0 0;
}
.swc_countdown {
  background-color: #1bb3bc;
  margin-top: 14px;
  padding: 6px 26px;
}
.swc_countdown .icon {
  font-size: 45px;
  margin-right: 23px;
}
.swc_countdown__time {
  font-size: 48px;
  line-height: 60px;
}
.swc_mercadobeneficios {
  margin-top: 37px;
}
.swc_cafeteriahome__header {
  border-bottom: 1px solid #e6e6e6;
  padding: 23px 16px 18px;
}
.swc_cafeteriahome__headertitle {
  margin-bottom: 23px;
}
.swc_cafeteriahome__banner {
  height: 268px;
  position: relative;
}
.swc_cafeteriahome__banner:before {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swc_cafeteriahome__bannerimg {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swc_cafeteriahome__legend {
  padding: 12px;
}
.swc_cafeteriahome__infopagotxt {
  margin: 0 auto 18px;
  max-width: 365px;
}
.swc_cafeteriahome__step {
  margin: 0 auto 26px;
  width: 162px;
  z-index: 1;
}
.swc_cafeteriahome__steps {
  border-top: 1px solid #e6e6e6;
  max-width: 880px;
  padding-top: 26px;
}
.swc_cafeteriahome__stepscont {
  position: relative;
}
.swc_cafeteriahome__stepcircle {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 98px;
  margin: 0 auto 16px;
  width: 98px;
}
.swc_cafeteriahome__stepcircle .icon {
  color: #137e84;
  font-size: 45px;
}
.swc_cafeteriahome__titlesection .icon {
  font-size: 28px;
  margin-right: 4px;
}
.swc_cafeteriasucursalbox {
  background-color: #f9fcfd;
  margin-bottom: 8px;
  padding: 10px 24px;
}
.swc_cafeteriasucursalbox__direccion {
  margin: 0;
}
.swc_cafeteriasucursalbox--notavailable p {
  color: #ccc;
}
.swc_cafeteriacard {
  border: 1px solid #e6e6e6;
  padding: 16px;
}
.swc_cafeteriacard__title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.swc_cafeteriacard__contimg {
  width: 112px;
}
.swc_cafeteriacard__delete {
  color: #444;
  font-size: 20px;
  margin: 0 0 0 15px;
}
.swc_lineadetiempo {
  padding: 50px 0;
}
.swc_lineadetiempo__row:first-child .swc_lineadetiempo__line:after,
.swc_lineadetiempo__row:first-child .swc_lineadetiempo__line:before,
.swc_lineadetiempo__row:last-child .swc_lineadetiempo__line:after,
.swc_lineadetiempo__row:last-child .swc_lineadetiempo__line:before {
  background-color: #444;
  content: "";
  position: absolute;
}
.swc_lineadetiempo__row:first-child .swc_lineadetiempo__line:before,
.swc_lineadetiempo__row:last-child .swc_lineadetiempo__line:before {
  height: 42px;
  left: 0;
  width: 5px;
}
.swc_lineadetiempo__row:first-child .swc_lineadetiempo__line:after,
.swc_lineadetiempo__row:last-child .swc_lineadetiempo__line:after {
  border-radius: 50%;
  height: 9px;
  left: -2px;
  width: 9px;
}
.swc_lineadetiempo__row:first-child .swc_lineadetiempo__line:before {
  top: -42px;
}
.swc_lineadetiempo__row:first-child .swc_lineadetiempo__line:after {
  top: -50px;
}
.swc_lineadetiempo__row:last-child .swc_lineadetiempo__line:before {
  bottom: -42px;
}
.swc_lineadetiempo__row:last-child .swc_lineadetiempo__line:after {
  bottom: -50px;
}
.swc_lineadetiempo__row:last-child .icon-arrowwavy {
  display: none;
}
.swc_lineadetiempo__col {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  width: calc(50% - 30px);
}
.swc_lineadetiempo__line {
  background-color: #444;
  margin: 0 27px;
  position: relative;
  width: 5px;
}
.swc_lineadetiempo__text {
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0;
  max-width: 160px;
  position: relative;
}
.swc_lineadetiempo__text:after,
.swc_lineadetiempo__text:before {
  background-color: #444;
  content: "";
  position: absolute;
}
.swc_lineadetiempo__text:before {
  border-radius: 50%;
  height: 9px;
  left: -13px;
  top: 6px;
  width: 9px;
}
.swc_lineadetiempo__text:after {
  height: 1px;
  left: -27px;
  top: 10px;
  width: 17px;
}
.swc_lineadetiempo .icon-arrowwavy {
  display: block;
  font-size: 73px;
}
.swc_lineadetiempo .icon-reverse {
  transform: rotateY(180deg);
}
.swc_mentoriasbgprogramas {
  margin-top: -12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.swc_mentoriasbgprogramas:before {
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 2277px;
  z-index: -1;
}
.swc_mentoriascomoparticipar__subtitle {
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto 40px;
  max-width: 646px;
}
.swc_mentoriascomoparticipar .swc_boxic__cont {
  margin-bottom: 30px;
}
.swc_mentoriascomoparticipar .swc_boxic__cont img {
  height: 60px;
  width: 60px;
}
.swc_mentoriasprograma {
  background-color: #444;
  background-image: url(../img/mentorias/bg_programamobile.png);
  background-position: -20px -50px;
  background-repeat: no-repeat;
  color: #fff;
  margin-bottom: 26px;
  padding: 58px 30px 43px;
}
.swc_mentoriasprograma__listitem {
  font-family: SantanderHeadlineW05-Rg;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  padding-left: 34px;
  position: relative;
}
.swc_mentoriasprograma__listitem:before {
  color: #fff;
  content: "\e981";
  font-family: swcicons;
  font-size: 30px;
  left: 0;
  position: absolute;
  top: 0;
}
.swc_mentoriasprograma__listitem:last-child {
  margin-bottom: 0;
}
.swc_mentoriasprograma__inscripcionbox {
  max-width: 210px;
}
.swc_mentoriasprograma__inscripciontext {
  margin-bottom: 16px;
}
.swc_mentoriasprograma__inscripcionbtn {
  width: 185px;
}
.swc_mentoriasganadores {
  margin-bottom: 58px;
}
.swc_mentoriasganadores__inner {
  padding: 33px 38px 51px !important;
  position: relative;
}
.swc_mentoriasganadores__title {
  margin-bottom: 32px;
}
.swc_mentoriasganadores__titlemain {
  margin-bottom: 16px;
}
.swc_mentoriasganadores__titlesub {
  font-size: 21px;
  line-height: 24px;
}
.swc_mentoriasganadores__ganador {
  align-items: start;
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}
.swc_mentoriasganadores__ganador a {
  color: #444;
  font-size: 18px;
  line-height: 24px;
}
.swc_mentoriasganadores--programa {
  position: relative;
}
.swc_mentoriasganadores--programa:before {
  background: linear-gradient(0deg, #fff, #f1f1f1);
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.swc_mentoriasbandinfo {
  margin-bottom: 26px;
}
.swc_mentoriasanteriores_cs {
  margin-bottom: -7px;
}
.swc_mentoriasanteriores {
  margin-bottom: 56px;
}
.swc_mentoriasanteriores__title {
  margin-bottom: 20px;
}
.swc_mentoriasanteriores__programas {
  gap: 16px;
}
.swc_mentoriasanteriores__programa {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 32px;
  max-width: 630px;
  padding: 14px;
  width: 100%;
  border-radius: 6px;
}
.swc_mentoriasiconlist {
  margin: auto;
  max-width: 1192px;
  padding: 30px 28px 32px;
}
.swc_mentoriasiconlist__item {
  display: flex;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 32px;
}
.swc_mentoriasiconlist__item .icon {
  font-size: 50px;
}
.swc_mentoriasiconlist__itemtext {
  margin: 10px 0 0 16px;
}
.swc_mentoriasiconlist__btn {
  width: 220px;
}
.swc_mentoriasmodulos {
  background-color: #444;
  color: #fff;
  padding: 38px 0;
}
.swc_mentoriasmodulos__modulo {
  background: url(../img/mentorias/bg_modulos.png) no-repeat;
  height: 198px;
  width: 218px !important;
}
.swc_mentoriasmodulos__moduloinner {
  height: 55%;
  overflow: hidden;
  width: 62%;
}
.swc_mentoriasmodulos__modulotext {
  font-size: 24px;
  line-height: 36px;
}
.swc_mentoriasmodulos__btn {
  width: 187px;
}
.swc_mentoriasmodulos__btn.swc_btn .icon {
  font-size: 24px;
  line-height: 24px;
}
.swc_mentoriasmodulos__cont {
  margin-bottom: 58px;
}
.swc_mentoriasmodulos__cont .slick-dots {
  bottom: -46px;
}
.swc_mentoriasmodulos__title {
  margin-bottom: 38px;
}
.swc_mentoriasbannerprograma {
  overflow: hidden;
}
.swc_mentoriasbannerprograma__inner {
  height: 440px;
  position: relative;
}
.swc_mentoriasbannerprogramatext {
  text-align: center;
}
.swc_mentoriasbannerprogramatext__h5 {
  max-width: 278px;
}
.swc_mentoriastextinfoa {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 46px;
}
.swc_mentoriastextinfoa__title {
  margin-bottom: 16px;
}
.swc_mentoriastextinfob__title {
  margin: 0 0 36px 33px;
}
.swc_mentoriastextinfob .swc_mentoriasprograma__listitem {
  font-size: 22px;
  line-height: 26px;
}
.swc_mentoriastextinfob .swc_mentoriasprograma__listitem:before {
  color: #444;
}
.swc_mentoriastextinfo__inner {
  padding-bottom: 50px;
  padding-top: 50px;
}
.swc_mentoriaspremios {
  padding-bottom: 100px;
  padding-top: 75px;
}
.swc_mentoriaspremios__title {
  margin-bottom: 8px;
}
.swc_mentoriaspremios__subtitle {
  margin-bottom: 36px;
}
.swc_mentoriaspremiosboxic .swc_boxic {
  padding: 70px 24px 0;
}
.swc_mentoriastutores__title {
  margin-bottom: 42px;
}
.swc_mentoriastutores__tutor {
  margin: 0 16px 44px;
  width: 285px !important;
}
.swc_mentoriastutores__tutorimgcont {
  height: 259px;
  margin-bottom: 8px;
}
.swc_mentoriastutores__tutortext {
  background: #787878;
  color: #fff;
  display: inline-block;
  font-size: 21px;
  line-height: 24px;
  max-width: 80%;
  padding: 10px 30px;
}
.swc_mentoriasinscripcion {
  margin-bottom: 90px;
}
.swc_mentoriasinscripcion__title {
  margin-bottom: 28px;
}
.swc_mentoriasinscripcionpaso {
  margin: 0 auto 30px;
  max-width: 353px;
}
.swc_mentoriasinscripcionpaso:last-child {
  margin-bottom: 0;
}
.swc_mentoriasinscripcionpasos {
  margin-bottom: 60px;
}
.swc_mentoriasinscripcionpaso__number {
  font-size: 120px;
  line-height: 120px;
  margin-right: 12px;
}
.swc_mentoriasinscripcionpaso__text {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 10px;
}
.swc_mentoriascalendario {
  padding: 50px 16px 22px;
}
.swc_mentoriascalendario__title {
  margin-bottom: 36px;
}
.swc_mentoriasuniversidades__inner {
  margin-bottom: 22px;
}
.swc_mentoriasuniversidades__title {
  margin-bottom: 54px;
}
.swc_mentoriasuniversidadesbox {
  margin: 0 16px 44px;
}
.swc_mentoriasuniversidadesbox__title {
  margin-bottom: 28px;
}
.swc_mentoriasuniversidadesbox__mask {
  background: url(../img/mentorias/bg_shape_white.png);
  height: 259px;
  width: 285px;
}
.swc_mentoriasuniversidadesbox__imgcont {
  height: 155px;
  width: 155px;
}
.swc_mentoriascolaboradores {
  padding-bottom: 70px;
  padding-top: 35px;
}
.swc_mentoriascolaboradores__title {
  margin-bottom: 28px;
}
.swc_mentoriascolaboradores__inner {
  gap: 16px;
}
.swc_mentoriascolaboradores__img {
  height: 136px;
  margin: 0;
  width: 198px;
}
.swc_mentorias--turquoise.swc_mentoriasbgprogramas:before {
  background: url(../img/mentorias/bg_turquoise.png) no-repeat 130px 0;
}
.swc_mentorias--turquoise .swc_mentoriasprograma {
  background-color: #1bb3bc;
}
.swc_mentorias--turquoise .swc_mentoriasiconlist__item .icon,
.swc_mentorias--turquoise .swc_mentoriasprograma__listitem:before {
  color: #1bb3bc;
}
.swc_mentorias--turquoise .swc_mentoriasmodulos {
  background-color: #1bb3bc;
}
.swc_mentorias--turquoise .swc_mentoriasinscripcionpaso__number {
  color: #1bb3bc;
}
.swc_mentorias--turquoise .swc_mentoriastutores__tutorimgcont {
  background: url(../img/mentorias/bg_shape_turquoise.png) no-repeat;
}
.swc_mentorias--turquoise .swc_lineadetiempo .icon {
  color: rgba(27, 179, 188, 0.32);
}
.swc_mentorias--turquoise .swc_lineadetiempo__line,
.swc_mentorias--turquoise .swc_lineadetiempo__line:after,
.swc_mentorias--turquoise .swc_lineadetiempo__line:before,
.swc_mentorias--turquoise .swc_lineadetiempo__text:after,
.swc_mentorias--turquoise .swc_lineadetiempo__text:before {
  background-color: #1bb3bc !important;
}
.swc_mentorias--secondaryYellow.swc_mentoriasbgprogramas:before {
  background: url(../img/mentorias/bg_secondaryyellow.png) no-repeat 130px 0;
}
.swc_mentorias--secondaryYellow .swc_mentoriasprograma {
  background-color: #fc3;
  color: #946f00;
}
.swc_mentorias--secondaryYellow .swc_mentoriasprograma__inscripcionbtn {
  border: 1px solid #946f00;
  color: #946f00;
}
.swc_mentorias--secondaryYellow .swc_mentoriasprograma__listitem:before {
  color: #946f00;
}
.swc_mentorias--secondaryYellow .swc_mentoriasiconlist__item .icon {
  color: #fc3;
}
.swc_mentorias--secondaryYellow .swc_mentoriasmodulos {
  background-color: #fc3;
  color: #946f00;
}
.swc_mentorias--secondaryYellow .swc_mentoriasmodulos__modulo {
  background: url(../img/mentorias/bg_modulos_secondaryyellow.png) no-repeat;
}
.swc_mentorias--secondaryYellow .swc_mentoriasmodulos__btn {
  border-color: #946f00;
  color: #946f00;
}
.swc_mentorias--secondaryYellow .swc_mentoriasinscripcionpaso__number {
  color: #fc3;
}
.swc_mentorias--secondaryYellow .swc_mentoriastutores__tutorimgcont {
  background: url(../img/mentorias/bg_shape_secondaryyellow.png) no-repeat;
}
.swc_mentorias--secondaryYellow .swc_lineadetiempo .icon {
  color: rgba(255, 204, 51, 0.32);
}
.swc_mentorias--secondaryYellow .swc_lineadetiempo__line,
.swc_mentorias--secondaryYellow .swc_lineadetiempo__line:after,
.swc_mentorias--secondaryYellow .swc_lineadetiempo__line:before,
.swc_mentorias--secondaryYellow .swc_lineadetiempo__text:after,
.swc_mentorias--secondaryYellow .swc_lineadetiempo__text:before {
  background-color: #fc3 !important;
}
.swc_mentorias--secondaryPurple.swc_mentoriasbgprogramas:before {
  background: url(../img/mentorias/bg_secondarypurple.png) no-repeat 130px 0;
}
.swc_mentorias--secondaryPurple .swc_mentoriasprograma {
  background-color: #9e3667;
}
.swc_mentorias--secondaryPurple .swc_mentoriasiconlist__item .icon,
.swc_mentorias--secondaryPurple .swc_mentoriasprograma__listitem:before {
  color: #9e3667;
}
.swc_mentorias--secondaryPurple .swc_mentoriasmodulos {
  background-color: #9e3667;
}
.swc_mentorias--secondaryPurple .swc_mentoriasinscripcionpaso__number {
  color: #9e3667;
}
.swc_mentorias--secondaryPurple .swc_mentoriastutores__tutorimgcont {
  background: url(../img/mentorias/bg_shape_secondarypurple.png) no-repeat;
}
.swc_mentorias--secondaryPurple .swc_lineadetiempo .icon {
  color: rgba(158, 54, 103, 0.32);
}
.swc_mentorias--secondaryPurple .swc_lineadetiempo__line,
.swc_mentorias--secondaryPurple .swc_lineadetiempo__line:after,
.swc_mentorias--secondaryPurple .swc_lineadetiempo__line:before,
.swc_mentorias--secondaryPurple .swc_lineadetiempo__text:after,
.swc_mentorias--secondaryPurple .swc_lineadetiempo__text:before {
  background-color: #9e3667 !important;
}
.swc_mentorias--primaryBoston.swc_mentoriasbgprogramas:before {
  background: url(../img/mentorias/bg_primaryboston.png) no-repeat 130px 0;
}
.swc_mentorias--primaryBoston .swc_mentoriasprograma {
  background-color: #ff7a7a;
}
.swc_mentorias--primaryBoston .swc_mentoriasiconlist__item .icon,
.swc_mentorias--primaryBoston .swc_mentoriasprograma__listitem:before {
  color: #ff7a7a;
}
.swc_mentorias--primaryBoston .swc_mentoriasmodulos {
  background-color: #ff7a7a;
}
.swc_mentorias--primaryBoston .swc_mentoriasinscripcionpaso__number {
  color: #ff7a7a;
}
.swc_mentorias--primaryBoston .swc_mentoriastutores__tutorimgcont {
  background: url(../img/mentorias/bg_shape_primaryboston.png) no-repeat;
}
.swc_mentorias--primaryBoston .swc_lineadetiempo .icon {
  color: hsla(0, 100%, 74%, 0.32);
}
.swc_mentorias--primaryBoston .swc_lineadetiempo__line,
.swc_mentorias--primaryBoston .swc_lineadetiempo__line:after,
.swc_mentorias--primaryBoston .swc_lineadetiempo__line:before,
.swc_mentorias--primaryBoston .swc_lineadetiempo__text:after,
.swc_mentorias--primaryBoston .swc_lineadetiempo__text:before {
  background-color: #ff7a7a !important;
}
.swc_metaverso__titlecont {
  margin: auto;
  max-width: 1036px;
  padding: 40px 22px;
}
.swc_metaversocalendario {
  background-color: #444;
  color: #fff;
  padding-bottom: 53px;
  padding-top: 30px;
}
.swc_metaversocalendario__cont {
  background-color: inherit;
  position: relative;
}
.swc_metaversocalendario__cont:after {
  background-color: inherit;
  border-radius: 5px;
  bottom: -68px;
  content: "";
  display: block;
  height: 44px;
  left: 20px;
  position: absolute;
  transform: rotate(51deg) skew(10deg);
  width: 44px;
}
.swc_metaversocalendario__title {
  margin-bottom: 28px;
}
.swc_metaversocalendario__dockitem {
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  display: flex !important;
  font-size: 18px;
  height: 185px;
  justify-content: center;
  line-height: 24px;
  margin: 0 8px;
  padding: 24px;
  width: 187px !important;
}
.swc_metaversocalendario__dockitem.active,
.swc_metaversocalendario__dockitem:hover {
  background-color: #575757;
  border: 5px solid #f0f0f0;
}
.swc_metaversocalendario__dockitem.active {
  pointer-events: none;
}
.swc_metaversocalendario__dock .slick-dots {
  bottom: -42px;
}
.swc_metaversoinfocharla {
  background-color: #fff;
  margin-bottom: 36px;
  padding-bottom: 38px;
  padding-top: 50px;
}
.swc_metaversoinfocharla__img {
  margin-bottom: 16px;
}
.swc_metaversoinfocharla__title {
  margin-bottom: 12px;
}
.swc_metaversoinfocharla__txt {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 29px;
}
.swc_metaversoinfocharla__cta {
  width: 180px;
}
.swc_metaversobandinfo {
  margin-bottom: 36px;
}
.swc_metaverso__video {
  margin: auto;
  max-width: 914px;
}
.swc_metaverso__videocont {
  padding-top: 64px;
}
.swc_minisurvey {
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
}
.swc_minisurvey.active {
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: auto;
}
.swc_minisurveyoverlay {
  background-color: transparent;
  height: 100%;
  position: relative;
  transition: background-color 0.5s;
  width: 100%;
}
.swc_minisurveyoverlay.active {
  background-color: rgba(0, 0, 0, 0.7);
  min-height: 560px;
}
.swc_minisurveybox {
  background-color: #1bb3bc;
  border-radius: 50%;
  bottom: 26px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  height: 85px;
  pointer-events: auto;
  position: fixed;
  right: 5px;
  width: 85px;
  z-index: 9999;
}
.swc_minisurveybox,
.swc_minisurveybox__iconchecklist {
  position: absolute;
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.swc_minisurveybox__iconchecklist {
  color: #fff;
  font-size: 45px;
  left: 0;
  pointer-events: none;
  top: 0;
  transform: translate(45%, 45%);
  z-index: 3;
}
.swc_minisurveybox__open {
  border-radius: 50%;
  bottom: 0;
  cursor: pointer;
  height: 85px;
  position: absolute;
  right: 0;
  width: 85px;
}
.swc_minisurveybox__close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
}
.swc_minisurveybox__success {
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s;
}
.swc_minisurveybox.active {
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  cursor: default;
  height: 488px;
  width: 310px;
}
.swc_minisurveybox.active .swc_minisurveybox__iconchecklist {
  color: #1bb3bc;
  transform: translate(38%, 90%);
}
.swc_minisurveybox.success .swc_minisurveybox__iconchecklist {
  left: 50%;
  top: 36%;
  transform: translate(-50%, -50%);
}
.swc_minisurveybox.success .swc_minisurveybox__success {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.swc_minisurveyinner {
  height: inherit;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  width: inherit;
}
.swc_minisurveyinner.active {
  opacity: 1;
}
.swc_minisurveyinnercontent {
  flex: 1;
  padding: 38px 25px 0;
}
.swc_minisurveyinnercontent__title {
  border-bottom: 1px solid #d8d8d8;
  font-size: 18px;
  line-height: 24px;
  padding: 0 14px 16px 44px;
}
.swc_minisurveyinnerlegend {
  color: #8a8a8a;
  font-size: 13px;
  line-height: 16px;
}
.swc_minisurveyinnerfooter {
  border-top: 1px solid #d8d8d8;
}
.swc_minisurveyinnerfooter__btn {
  margin: 16px auto;
  width: 220px;
}
.swc_minisurveyquestion {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.swc_minisurveyquestion.active {
  opacity: 1;
  z-index: 1;
}
.swc_minisurveyquestionbox {
  position: relative;
}
.swc_minisurveytextarea {
  margin-bottom: 26px;
}
.swc_minisurveytextarea textarea {
  height: 60px !important;
  overflow: auto !important;
}
.swc_invitadost__col {
  margin: 0 20px;
}
.swc_invitadost__link {
  background: #ececec;
  height: 42px;
  width: 42px;
}
.swc_assistantbar__delete,
.swc_invitadost__link .icon {
  color: #ec0000;
  font-size: 24px;
}
.swc_assistantbar__delete {
  margin: 0 0 24px 12px;
}
.swc_assistantbar__delete.disabled {
  color: #ccc;
}
.swc_assistantbar__addbtn {
  color: #444;
  font-size: 18px;
  line-height: 24px;
}
.swc_assistantbar__addbtn .icon {
  color: #ec0000;
  font-size: 24px;
  margin-right: 8px;
}
.swc_ayudaquickaccess {
  padding-bottom: 40px;
}
.swc_ayudaquickaccessbox {
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 15px transparent;
  color: #444;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 8px 16px;
  padding: 30px 45px 38px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  width: 307px !important;
}
.swc_ayudaquickaccessbox__icon {
  margin-bottom: 14px;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.swc_ayudaquickaccessbox:hover {
  background-color: #ececec;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.swc_ayudaquickaccessbox:hover .swc_ayudaquickaccessbox__icon {
  transform: scale(1.1);
}
.swc_ayudaquickaccessbox__title {
  font-size: 20px;
  line-height: 24px;
}
.swc_ayudaresults {
  background-color: #fff;
  padding: 16px;
}
.swc_modaltool {
  max-width: 607px;
  min-width: 320px;
  position: fixed;
  right: 0;
  top: 0;
}
.swc_modaltoolinner {
  padding-bottom: 120px;
}
.swc_modaltoolheader {
  height: 251px;
  position: relative;
  width: 100%;
}
.swc_modaltoolheader:before {
  background: rgba(0, 0, 0, 0.15);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.swc_modaltool__close {
  color: #fff;
  display: block;
  position: absolute;
  right: 20px;
  top: 16px;
}
.swc_modaltool__banner {
  height: 251px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}
.swc_modaltool__logo {
  background: #fff;
  height: 144px;
  margin: 16px auto 12px;
  position: relative;
  width: 144px;
  z-index: 2;
}
.swc_modaltool__title {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  margin: 0 25px 16px;
}
.swc_modaltoolbody__marginx {
  margin: 0 30px;
}
.swc_modaltoolbody__title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}
.swc_modaltoolbody__text {
  font-size: 14px;
  line-height: 20px;
}
.swc_modaltool__infodcto {
  background-color: #1bb3bc;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  margin: 34px 0;
  padding: 13px 18px 13px 38px;
}
.swc_modaltoolfooter {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
}
.swc_coffeeshopheader {
  border-bottom: 4px solid #222;
}
.swc_coffeeshopheader__inner {
  height: 64px;
}
.swc_coffeeshopheader__title {
  font-size: 24px;
  line-height: 32px;
}
.swc_coffeeshopmarketcart {
  color: #444;
  font-size: 34px;
  position: relative;
}
.swc_coffeeshopmarketcart__number {
  background: #1bb3bc;
  border-radius: 50%;
  color: #fff;
  font-family: Santander Micro Text;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: -6px;
  text-align: center;
  top: -6px;
  width: 24px;
}
.swc_coffeeshopbanner {
  background-color: #000;
  margin-bottom: 27px;
}
.swc_coffeeshopfilter {
  gap: 8px;
}
.swc_coffeeshopfilter__cont {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.swc_coffeeshopfilter__title {
  font-size: 20px;
  line-height: 24px;
  padding: 14px 0;
}
.swc_coffeeshopfilter__item {
  background-color: #fff;
  border: 1px solid #deedf2;
  color: #444;
  flex: 1 1 0px;
  font-size: 14px;
  line-height: 20px;
  padding: 14px;
  text-align: center;
  transition: all 0.3s;
}
.swc_coffeeshopfilter__item.current,
.swc_coffeeshopfilter__item:hover {
  background-color: #257fa4;
  color: #fff;
  font-weight: 700;
}
.swc_coffeeshopfilter--fix {
  margin-bottom: 16px;
  padding-bottom: 0;
}
.swc_coffeeshopmenu {
  opacity: 0;
  transition: opacity 0.3s;
}
.swc_coffeeshopmenu.active {
  opacity: 1;
}
.swc_coffeeshop__grid {
  display: grid;
  gap: 8px 8px;
  margin-bottom: 38px;
}
.swc_coffeeshopitem {
  background-color: #fff;
  border: 1px solid #e2eff4;
  color: #444;
  flex: 1 1 0px;
}
.swc_coffeeshopitem__img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swc_coffeeshopitem__imgcont {
  flex: 0 0 140px;
}
.swc_coffeeshopitem__text {
  padding: 10px;
}
.swc_coffeeshopitem__texttitle {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.swc_coffeeshopitem__textp {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
.swc_coffeeshopitem__textprice {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 24px;
}
.swc_coffeeshopitem:hover .swc_btn_secondary {
  background-color: #ec0000;
  border: 1px solid #ec0000;
  color: #fff;
}
.swc_coffeeshopitem:hover .swc_btn_secondary_custom {
  background-color: #ec0000;
  border: 1px solid #ec0000;
  color: #fff;
}
.swc_coffeetotaltable td {
  padding: 4px 0;
}
.swc_coffeetotaltable__txt {
  font-size: 12px;
  line-height: 18px;
}
.swc_coffeetotaltable__price {
  font-size: 20px;
  line-height: 20px;
}
.swc_coffeetotaltable__price del {
  color: #979797;
}
.swc_coffeetotaltable__price span {
  color: #444;
}
.swc_coffeeproductselect {
  border-bottom: 1px solid #ececec;
  margin: 0 14px;
  padding: 12px 0;
}
.swc_coffeeproductselect__title {
  font-size: 16px;
  line-height: 22px;
}
.swc_coffeeproductselect__price {
  font-size: 18px;
  line-height: 24px;
}
.swc_coffeeproductselect__table td {
  padding: 4px 0;
}
.swc_coffeeproductselect__table td.swc_coffeeproductselect__title {
  padding-right: 8px;
}
.swc_coffeeproductselect__buttons .icon {
  color: #727272;
  font-size: 24px;
}
.swc_coffeeboucher {
  margin: 0 auto 18px;
  max-width: 539px;
  padding-left: 12px;
  padding-right: 12px;
}
.swc_coffeeboucher__legend {
  margin: 0 12px;
}
.swc_coffeeboucherinner {
  margin-bottom: 22px;
  max-width: 444px;
}
.swc_coffeeboucherresume {
  background-color: #f6fafc;
  padding: 18px 12px;
}
.swc_coffeeboucherresume__title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.swc_coffeeboucherresume__total {
  padding: 8px 4px 0;
}
.swc_modalcoffee {
  max-width: 385px;
  min-width: 320px;
  position: fixed;
  right: 0;
  top: 0;
}
.swc_modalcoffeeinner {
  padding-bottom: 160px;
}
.swc_modalcoffee__close {
  color: #444;
  position: absolute;
  right: 16px;
  top: 16px;
}
.swc_modalcoffeeinfo {
  margin: 35px 16px 0;
}
.swc_modalcoffeeinfo__title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
}
.swc_modalcoffeeinfo__txt {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}
.swc_modalcoffeeinfo__img {
  margin-bottom: 20px;
}
.swc_modalcoffeeagregados {
  margin: 0 20px;
}
.swc_modalcoffeeagregados__title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
}
.swc_modalcoffeeagregados .swc_check_label {
  font-size: 14px;
  line-height: 20px;
}
.swc_modalcoffeeagregados .swc_check_label:before {
  top: -2px;
}
.swc_modalcoffeeagregados .swc_check_label:after {
  top: 5px !important;
}
.swc_modalcoffeeagregadosfooterafter {
  padding: 10px 14px;
  position: relative;
}
.swc_modalcoffeeagregadosfooterafter:after {
  background-image: linear-gradient(180deg, hsla(0, 0%, 95%, 0) 50%, #f3f3f3);
  content: "";
  display: block;
  height: 44px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  width: 100%;
}
.swc_modalcoffeeagregadosfooter__btns {
  border-top: 1px solid #ececec;
  gap: 8px;
  padding: 14px 7px;
}
.swc_modalcoffeeagregadosfooter__btn {
  flex: 1 1 0px;
}
.swc_modalcoffeeagregadosfooter__btn.swc_btn {
  padding-left: 0;
  padding-right: 0;
}
.swc_modalcoffeecart__header {
  border-bottom: 1px solid #ececec;
  padding: 43px 18px 14px;
}
.swc_verticalinfoicon {
  margin-bottom: 20px;
}
.swc_verticalinfoicon .icon {
  font-size: 50px;
  padding: 22px 0 18px;
}
.swc_verticalinfoicon__title {
  font-size: 18px;
  line-height: 24px;
}
.swc_fininfboxheader {
  border-bottom: 1px solid #ececec;
  padding: 12px 14px;
}
.swc_fininfboxheader__icon {
  color: #1bb3bc;
  font-size: 24px;
  margin-right: 12px;
}
.swc_fininfboxbody {
  padding: 16px 16px 20px;
}
.swc_fininfboxinfonull {
  padding: 10px 0 36px;
}
.swc_fininfboxinfonull__icon {
  font-size: 24px;
  margin-right: 12px;
}
.swc_fininfboxbutton {
  background-color: #f5f9fb;
  color: #444;
  font-size: 14px;
  line-height: 20px;
  padding: 12px;
  width: 100%;
}
.swc_fininfboxbutton__cont {
  border-top: 1px solid #ececec;
  padding-top: 16px;
}
.swc_fininfboxbutton__icon {
  color: #ec0000;
  font-size: 24px;
  margin-right: 8px;
}
.swc_empledockitem {
  align-items: center;
  background-color: transparent;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 108px;
  justify-content: center;
  padding: 12px;
  transition: background-color 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  width: 198px;
}
.swc_empledockitem__icon {
  margin: 0 auto 8px;
  width: 50px;
}
.swc_empledockitem__txt {
  font-size: 14px;
  line-height: 24px;
}
.swc_empleintro {
  margin: auto;
  max-width: 840px;
  padding: 32px 22px;
}
.swc_empleintro__title {
  margin-bottom: 10px;
}
.swc_empleintro__txt {
  font-size: 18px;
  line-height: 24px;
}
.swc_emplevideobox {
  margin: 0 auto 33px;
  max-width: 838px;
}
.swc_empleboxcard {
  margin: auto;
  max-width: 1264px;
}
.swc_empleboxcard-cs {
  margin: auto;
  /* max-width: 1264px; */
}
.swc_empleboxcard__circle {
  margin: 0 auto 16px 0;
}
.swc_empleboxcard__icon {
  margin: 0 0 0 auto;
  width: 58px;
}
.swc_empleboxcard__txt {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.swc_empleboxcard__txtcont {
  padding: 22px 26px 28px;
}
.swc_empleboxcard__cont {
  background-color: #fff;
}
.swc_empleboxcard__cont:nth-child(2n) .swc_empleboxcard {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.swc_empleboxcard__cont:nth-child(2n) .swc_empleboxcard-cs {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.swc_empleboxcards .swc_empleboxcard__cont:last-child {
  margin-bottom: 0;
}
.swc_empleconcard {
  background-color: #fff;
  cursor: pointer;
  height: 282px;
  margin: 0 7px 32px;
  text-align: center;
  width: 305px !important;
}
.swc_empleconcards__title {
  font-size: 24px;
  line-height: 32px;
  margin: 40px auto 28px;
  max-width: 811px;
  text-align: center;
}
.swc_empleconcardsslider {
  margin: 0 auto 38px;
  max-width: 1264px;
}
.swc_empleconcardsslider .slick-dots {
  bottom: -12px;
}
.swc_empleconcard__title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
}
.swc_empleconcard__txt {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 22px;
}
.swc_empleconcard__txtcont {
  padding: 16px 26px 22px;
}
.swc_startupmaintitle {
  margin: 50px auto 102px;
  max-width: 754px;
  text-align: center;
}
.swc_startupmaintitle__title {
  padding: 0 16px;
}
.swc_startupintro {
  background-color: #3a3a3d;
  color: #fff;
  padding: 22px 10px 48px;
  position: relative;
}
.swc_startupintro__logo {
  margin-bottom: 16px;
  max-width: 97px;
}
.swc_startupintro__txt {
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto 28px;
  max-width: 838px;
}
.swc_startupboxcards {
  margin-top: -57px;
}
.swc_startupboxcards .swc_empleboxcard__img {
  position: relative;
}
.swc_startupboxcards .swc_empleboxcard__txtcont {
  padding: 16px 16px 16px 33px;
}
.swc_startupboxcards .swc_empleboxcard__cont:last-child {
  margin-bottom: 32px;
}
.swc_startupubication {
  background-color: #3a3a3d;
  color: #fff;
  padding: 33px 16px 46px;
}
.swc_startupubication__inner {
  margin: auto;
  max-width: 1024px;
}
.swc_startupubication__logo {
  margin-bottom: 26px;
  max-width: 97px;
}
.swc_startupubication__title {
  margin-bottom: 26px;
}
.swc_startupubication__boxinner {
  max-width: 790px;
}
.swc_startupubication__listtxt {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px;
  padding-left: 43px;
  position: relative;
}
.swc_startupubication__listtxt .icon {
  font-size: 35px;
  left: 0;
  position: absolute;
  top: -3px;
}
.swc_startupbandinfo {
  padding: 34px 16px 40px;
}
.swc_startupbannerempren {
  padding: 0 26px 35px;
}
.swc_sfgraybox {
  margin-bottom: 48px;
  margin-top: -60px;
  padding: 20px 20px 48px;
}
.swc_sfgraybox_cont {
  padding: 0 20px;
  position: relative;
}
.swc_sfgraybox__txt {
  font-size: 18px;
  line-height: 24px;
  margin: auto;
  max-width: 850px;
}
.swc_sftitle {
  margin-bottom: 36px;
  padding: 0 16px;
}
.swc_sftitle__title {
  margin-bottom: 16px;
}
.swc_sftitle__subtitle {
  font-size: 18px;
  line-height: 24px;
}
.swc_sfplanesplan {
  background-color: #fff;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  margin: -2px auto;
  padding: 16px 16px 32px;
  text-align: center;
  width: 88% !important;
  border-radius: 4px;
  box-shadow: 0 3px 4px 0 rgba(0,0,0,0.15);
}
.swc_sfplanesplan_cs {
  background-color: #fff;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  margin: -2px auto;
  padding: 16px 16px 32px;
  text-align: center;
  width: 95% !important;
  border-radius: 4px;
  box-shadow: 0 3px 4px 0 rgba(0,0,0,0.15);
}
.swc_sfplanesplan_cs_1 {
  background-color: #fff;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  margin: -2px auto;
  padding: 16px 16px 32px;
  text-align: center;
  width: 95% !important;
  border-radius: 0;
  box-shadow: 0 3px 4px 0 rgba(0,0,0,0.15);
}
.swc_sfplanesplan__cont {
  margin: 0 auto 85px;
  max-width: 1284px;
}
.swc_sfplanesplan__img {
  height: 63px;
  margin: 0 auto 4px;
  width: 184px;
}
.swc_sfplanesplan__hr {
  border-color: #d8d8d8;
  margin: 0 0 16px;
}
.swc_sfplanesplan__title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 13px;
  padding: 0 24px;
}
.swc_sfplanesplan__txt {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 38px;
}
.swc_sfplanesslider .slick-dots {
  bottom: -47px;
}
.swc_sfplanesslider-2 .slick-dots {
  bottom: -47px;
}
.swc_sfplanesslider-3 .slick-dots {
  bottom: -47px;
}
.swc_sfboxlist {
  font-size: 18px;
  line-height: 24px;
  padding: 0 30px 38px;
}
.swc_sfboxlist__subtitle {
  max-width: 548px;
}
/* .swc_sfboxlist__img {
  height: 436px;
  margin: -37px auto 16px;
  max-width: none;
  width: 436px;
} */
.swc_sfboxlist__list {
  margin-bottom: 22px;
}
.swc_sfboxlist__list li {
  margin-bottom: 8px;
  padding-left: 30px;
  position: relative;
}
.swc_sfboxlist__list li:before {
  color: #ec0000;
  content: "\e904";
  font-family: swcicons !important;
  font-size: 24px;
  left: 0;
  position: absolute;
  top: 1px;
}
.swc_sfboxlistcont {
  border-top: 37px solid transparent;
  margin-bottom: 68px;
}
.swc_sfboxlistcont:nth-child(2n) .swc_sfboxlist__inner {
  flex-direction: row-reverse;
}
.swc_destacadostwocolumns .swc_box {
  box-shadow: 0 0 28px 0 transparent;
  display: block;
  margin: 0 16px 16px;
  transform: translateY(0);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.swc_destacadostwocolumns .swc_box__heading {
  background: #fff;
  border-bottom: 5px solid #f6fafc;
  color: #444;
  padding: 20px;
  text-align: center;
}
.swc_destacadostwocolumns .swc_box__img {
  filter: brightness(1);
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 2s, filter 3s ease-out;
  width: 100%;
}
.swc_destacadostwocolumns .swc_box__imgcont {
  height: 39.113vw;
  height: 280px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.swc_destacadostwocolumns .swc_box__imgcont .swc_btn {
  bottom: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 218px;
}
.swc_destacadostwocolumns .swc_box p {
  color: #444;
  font-size: 16px;
}
.swc_destacadoscards .swc_box {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 0 16px 16px;
}
.swc_destacadoscards .swc_box__title {
  color: #ec0000;
  font-size: 18px;
}
.swc_destacadoscards .swc_box__img {
  filter: brightness(1);
  height: 48.696vw;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: filter 0.5s ease;
  width: 100%;
}
.swc_destacadoscards .swc_box__content {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 210px;
  padding: 16px;
}
.swc_destacadoscards .swc_box__content .swc_btn {
  display: block;
  margin: auto auto 0;
  max-width: 218px;
  width: 100%;
}
.swc_destacadoscards .swc_box p {
  color: #444;
}
.swc_destacadoscards.swc_slidertutorialestool .swc_box {
  margin: 0 8px 45px;
  width: 268px !important;
}
.swc_destacadoscards.swc_slidertutorialestool .swc_box__img {
  height: 160px;
}
.swc_destacadoscards.swc_slidertutorialestool .swc_box__content {
  height: 155px;
  padding: 16px;
}
.swc_grid {
  margin: auto;
  max-width: 1164px;
  padding: 0 6px;
}
.swc_grid_column .swc_box {
  height: calc(100% - 12px);
  margin: 0 6px 12px;
}
.swc_gridform {
  padding: 30px 15px 0;
}
.swc_gridform--adjust {
  margin: 0 -15px;
}
.swc_gridform--adjust8 {
  margin: 0 -8px;
}
.swc_gridform__cont {
  left: 50%;
  padding-bottom: 112px;
  position: absolute;
  top: 42px;
  transform: translateX(-50%);
  transition: opacity 0.5s ease-in-out !important;
}
.swc_gridform__cont_1 {
  padding-bottom: 112px;
  position: absolute;
  top: 42px;
  transition: opacity 0.5s ease-in-out !important;
}
.swc_gridform__column .swc_box {
  margin: 0 15px;
}
.swc_gridform__column .swc_input_contlabel {
  margin-bottom: 30px;
}
.swc_gridform--fix {
  padding: 16px 0;
}

.swc_gridform--fix .swc_gridform__column .swc_box {
  margin: 0 8px;
}
.swc_gridform--fix .swc_gridform__column .swc_box .row {
  margin-left: -8px;
  margin-right: -8px;
}
.swc_gridform--fix-1 {
    padding: 21px 5px;
}
.swc_gridform--fix-1 .swc_gridform__column .swc_box {
  margin: 0 8px;
}
.swc_gridform--fix-1 .swc_gridform__column .swc_box .row {
  margin-left: -8px;
  margin-right: -8px;
}
.swc_gridform__col {
  padding-left: 8px;
  padding-right: 8px;
}
.swc_gridform__col_custom {
    padding-left: 8px;
    padding-right: 20px
}
.swc_gridmercado .swc_box {
  margin: 0 6px 12px;
}
.swc_gridmercado .swc_box .media:after {
  bottom: -4px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.swc_gridmercado .swcnew_stars {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
}
.swc_gridmercado .swcnew_stars .icon-star {
  font-size: 20px;
  margin-right: 6px;
}
.swc_gridmercado .column {
  float: left;
}
.swc_gridmercado .size-1of1 {
  width: 100%;
}
.swc_gridmercado .size-1of2 {
  width: 50%;
}
[data-destacada] .badge,
[data-empresab] .badge {
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  margin-left: 6px;
  padding: 3px 14px;
}
[data-destacada] .badge {
  background: #d2f0f2;
  color: #137e84;
}
[data-destacada] .media .rounded-circle {
  border: 2px solid #1bb3bc;
}
[data-destacada] .media:after {
  background: #1bb3bc;
}
[data-empresab] .badge {
  background: #e0f2e1;
  color: #3a8340;
}
[data-empresab] .media .rounded-circle {
  border: 2px solid #63ba68;
}
[data-empresab] .media:after {
  background: #63ba68;
}
.swc_cont__440 {
  max-width: 464px;
  padding-left: 12px;
  padding-right: 12px;
}
.swc_cont__468 {
  max-width: 468px;
}
.swc_cont__660 {
  max-width: 684px;
}
.swc_cont__660,
.swc_cont__700 {
  padding-left: 12px;
  padding-right: 12px;
}
.swc_cont__700 {
  max-width: 724px;
}
.swc_cont__865 {
  max-width: 865px;
}
.swc_cont__950 {
  max-width: 982px;
  padding-left: 16px;
  padding-right: 16px;
}
.swc_cont__1140 {
  max-width: 1164px;
  padding-left: 12px;
  padding-right: 12px;
}
.swc_cont__1170 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1202px;
  padding-left: 16px;
  padding-right: 16px;
}
.swc_cont__1170--fix {
  max-width: 1170px;
}
.swc_cont__1213 {
  max-width: 1245px;
  padding-left: 16px;
  padding-right: 16px;
}
.swc_cont__1268 {
  max-width: 1292px;
}
.swc_cont__1264,
.swc_cont__1268 {
  padding-left: 12px;
  padding-right: 12px;
}
.swc_cont__1264 {
  max-width: 1288px;
}
.swc_cont__1344 {
  max-width: 1376px;
  padding-left: 16px;
  padding-right: 16px;
}
.swc_terminoscont {
  padding: 20px;
}
.swc_lightbox,
.swc_overlay {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.swc_lightbox {
  padding: 20px;
}
.swc_lightbox__title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
.swc_lightbox__title .icon {
  font-size: 36px;
  line-height: 36px;
  margin-right: 16px;
}
.swc_lightbox__subtitle {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}
.swc_lightbox__modal {
  cursor: auto;
  max-width: 680px;
  pointer-events: auto;
}
.swc_lightbox__modal--emptour {
  max-width: 660px;
  overflow: hidden;
}
.swc_lightbox__header {
  border-bottom: 1px solid #ddd;
  padding: 12px 18px;
}
.swc_lightbox__header .icon-close {
  color: #ec0000;
  font-size: 14px;
  font-weight: 700;
}
.swc_lightbox__content {
  padding: 20px;
}
.swc_lightbox__content .icon-foro-header {
  display: inline-block;
  font-size: 55px;
  margin-bottom: 14px;
}
.swc_lightbox__contentscroll {
  max-height: 300px;
  overflow: auto;
  position: relative;
}
.swc_lightboxVotar .form-check {
  margin: auto;
  max-width: 290px;
  padding-left: 0;
}
.swc_lightboxLateral {
  bottom: 0;
  height: 100%;
  max-width: 792px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(calc(100% + 50px));
  transition: transform 0.3s ease-out;
  z-index: 9999;
}
.swc_lightboxLateral--active {
  transform: translateX(0);
}
.swc_lightboxLateral__close {
  background: #252525 url(../img/close.svg) no-repeat 50%;
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 1;
}
.swc_lightboxLateral__header {
  background: url(http://via.placeholder.com/792x202) no-repeat 50%;
  background-size: cover;
  height: 202px;
}
.swc_lightboxLateral__headerLogo {
  align-items: center;
  background: #fff;
  display: flex;
  height: 140px;
  justify-content: center;
  margin: 31px 20px;
  width: 140px;
}
.swc_lightboxLateral__content {
  padding: 20px;
}
.swc_lightboxLateral__post {
  margin-bottom: 2em;
}
.swc_lightboxLateral__post h1 {
  text-shadow: none !important;
}
.swc_lightboxLateral__post h2 {
  font-weight: 700;
  margin-bottom: 1em;
}
.swc_lightboxLateral__post img {
  margin-bottom: 1em;
}
.swc_lightboxLateral__post ol {
  counter-reset: itemlist;
  margin-left: 1em;
}
.swc_lightboxLateral__post ol li:before {
  content: counter(itemlist) "- ";
  counter-increment: itemlist;
  font-weight: 700;
}
.swc_lightboxLateral__post ul {
  margin-left: 2em;
}
.swc_lightboxLateral__post ul li {
  list-style: disc;
}
.swc_lightboxLateral__post li {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 1em;
}
.swc_lightboxLateral__post iframe {
  width: 100%;
}
.swc_lightboxLateral__postcont {
  padding: 20px 20px 60px;
}
.swc_lightboxLateral__postcont--typeb {
  padding: 20px 20px 130px;
}
.swc_lightboxLateral__title {
  align-items: stretch;
  margin-bottom: 24px;
  overflow: hidden;
}
.swc_lightboxLateral__title h3 {
  font-weight: 300;
  padding: 4px 12px;
}
.swc_lightboxLateral__title .icon {
  color: #fff;
  font-size: 37px;
  padding: 14px;
}
.swc_lightboxLateral__title--typeb {
  margin-top: 20px;
}
.swc_lightboxLateral__title--typeb h3 {
  background-color: #f0f0f0;
  padding: 14px 14px 14px 20px;
}
.swc_lightboxClone__header {
  height: 202px;
}
.swc_lightboxClone__header .swc_logo_conversaciones {
  background: url(../img/logo_conversaciones_black.svg) no-repeat 50%;
  height: 140px;
  margin-left: 54px;
  width: 117px;
}
.swc_lightboxClone__content .swc_box__post {
  padding: 33px 25px;
}
.swc_lightboxClone__content .swc_box__post p {
  color: #6d6d6d;
  margin-bottom: 28px;
}
.swc_lightboxCarta {
  max-width: 360px;
}
.swc_lightboxToolkit .swc_lightboxLateral__headerLogo {
  display: none;
}
.swc_lightboxToolkit .swc_aceptarterminos {
  margin: 0 0 16px;
}
.swc_lightboxToolkit__title {
  font-weight: 300;
  margin-bottom: 24px;
  text-align: center;
}
.swc_lightboxToolkit__subtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 24px;
}
.swc_lightboxToolkitInner {
  padding: 32px 16px 0;
}
.swc_lightboxFull {
  bottom: 0;
  cursor: auto;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.swc_lightbox__videoplayer {
  margin: auto;
  max-width: 1000px;
}
.swc_lightbox__close {
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  opacity: 1;
  position: absolute;
  right: 16px;
  top: 16px;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}
.swc_lightbox__inscripcionapple {
  max-width: 500px;
}
.swc_lightbox__footer {
  border-top: 1px solid #ddd;
  padding: 16px 0 18px;
}
.swc_lightbox__footer--fix {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1;
}
.swc_lightbox__footer--fix:before {
  background-color: #ffdab9;
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  content: "";
  display: block;
  height: 50px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -51px;
  width: 100%;
}
.swc_lightbox__footer--fixcont {
  padding: 20px 20px 185px;
}
.swc_lightbox__footer--s {
  padding: 16px 32px 14px;
}
.swc_lightbox__footer--s .swc_btn_cont .swc_btn {
  margin: 0;
  width: 100%;
}
.swc_talkvideolightbox .swc_empbox {
  border-radius: 8px;
  max-width: 1155px;
  padding: 42px 20px 20px;
}
.swc_talkvideolightbox .swc_empbox .icon-close {
  color: #444;
}
.swc_talkvideolightbox--videoplayer {
  max-width: 1032px;
}
.swc_login {
  max-width: 560px;
  min-width: 320px;
}
.swc_login__close {
  color: #ec0000;
  cursor: pointer;
  font-weight: 700;
  opacity: 1;
  position: absolute;
  right: 16px;
  top: 16px;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}
.swc_login__close:hover {
  opacity: 0.6;
}
.swc_login__logo {
  margin: 0 auto 16px;
  width: 128px;
}
.swc_login__innercont {
  left: 50%;
  opacity: 0;
  padding: 12% 16px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -45%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.swc_login__innercont.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  transform: translate(-50%, -50%);
}
.swc_login__innercont.remove {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -55%);
}
.swc_login__innercont--fixHeight {
  top: 0;
}
.swc_login__innercont--fixHeight.active {
  transform: translate(-50%);
}
.swc_login__yesno {
  max-width: 300px;
}
.swc_mainlogin__inner {
  padding: 40px 20px 60px;
}
.swc_pagination {
  margin: 0 auto 54px;
}
.swc_pagination .page-item {
  margin: 0 11px;
}
.swc_pagination .page-item .page-link {
  align-items: center;
  border-color: #979797;
  border-radius: 50%;
  color: #343434;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  height: 44px;
  justify-content: center;
  line-height: 24px;
  padding: 0;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  width: 44px;
}
.swc_pagination .page-item .page-link:focus {
  box-shadow: none;
}
.swc_pagination .page-item.active .page-link,
.swc_pagination .page-item .page-link:hover {
  background: #ec0000;
  border-color: #ec0000;
  color: #fff;
}
.swc_btn {
  align-items: center;
  border-radius: 23px;
  color: #fff;
  display: inline-block;
  display: inline-flex;
  font-size: 14px;
  justify-content: center;
  line-height: 24px;
  padding: 12px 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.swc_btn__inout {
  border: none !important;
  position: absolute;
  right: 88px;
  width: 135px;
}
.swc_btn__inout .icon-signin {
  font-size: 20px !important;
  line-height: 20px !important;
  vertical-align: text-bottom !important;
}
.swc_btn__inout .icon {
  margin-right: 10px;
}
.swc_btn_primary {
  background-color: #ec0000;
  color: #fff;
  font-weight: 700;
}
.swc_btn_primary:hover {
  background-color: #d30000;
  color: #fff;
}
.swc_btn_primary.disabled {
  background: #f0f0f0;
  color: #444;
  filter: none !important;
  font-weight: 400;
}
.swc_btn_secondary {
  background: #fff;
  border: 1px solid #ec0000;
  color: #ec0000;
  font-weight: 400;
  line-height: 22px;
}
.swc_btn_secondary_custom {
  background: transparent;
  /* border: 1px solid #ec0000; */
  color: #ec0000;
  font-weight: 400;
  line-height: 22px;
}
.swc_btn_secondary.disabled {
  border: 1px solid #ccc;
  color: #ccc;
  filter: none !important;
}
.swc_btn_transparent {
  background-color: transparent;
  border: 1px solid #fff;
  line-height: 22px;
}
.swc_btn_transparent .icon-tap {
  font-size: 20px !important;
  margin-left: 10px;
  vertical-align: middle !important;
}
.swc_btn_transparent:hover {
  background-color: #ec0000;
  border: 1px solid #ec0000;
  color: #fff;
}
.swc_btn_transparent--dark:hover {
  background-color: rgba(0, 0, 0, 0.48);
  border: 1px solid #b2b2b2;
  color: #b2b2b2;
}
.swc_btn_cont {
  max-width: 250px;
}
.swc_btn_cont .col-12 {
  padding: 8px;
}
.swc_btn_cont .swc_btn {
  margin: 0 8px;
  width: calc(100% - 16px);
}
.swc_btn_cont--fixed {
  bottom: 16px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.swc_btn_cont--full {
  max-width: 100% !important;
}
.swc_btn_report .icon {
  color: #979797;
  font-size: 6px;
}
.swc_btn .icon {
  font-size: 22px;
  vertical-align: text-bottom;
}
.swc_btn_round {
  align-items: center;
  background: #fff;
  background: #ec0000;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(25, 25, 25, 0.1);
  display: flex;
  height: 34px;
  justify-content: center;
  margin: 6px;
  transition: background 0.3s ease-in-out;
  width: 34px;
}
.swc_btn_round:hover {
  background: #d30000;
}
.swc_btn_round .icon {
  color: #fff;
  font-size: 18px;
}
.swc_btn__volver {
  border: 3px solid #ec0000;
  display: flex;
  height: 52px;
  left: -35px;
  position: absolute;
  top: 42px;
  transform: translateY(-50%);
  width: 52px;
}
.swc_btn__volver .icon-arrowdown {
  color: #ec0000;
  display: block;
  transform: rotate(90deg) translateY(7px);
  transform-origin: center;
}
.swc_btn_border {
  align-items: center;
  border: 2px solid #ec0000;
  display: flex;
  height: 52px;
  justify-content: center;
  width: 52px;
}
.swc_btn .icon {
  font-size: 14px;
  line-height: 14px;
}
.swc_btn .icon-left {
  display: inline-block;
  margin: 0 6px 0 0;
  transform: rotateY(-180deg);
}
.swc_btn .icon-right {
  margin: 0 0 0 6px;
}
.swc_btn_queestoolkit {
  bottom: 0;
  height: 110px;
  position: fixed;
  right: 0;
  transform: translate(55px, 55px);
  width: 110px;
}
.swc_btn_queestoolkit .icon {
  font-size: 22px;
  margin: 15px 0 0;
}
.swc_btnhero {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 12px 16px;
  transition: 0.5s ease;
}
.swc_btnhero:last-child {
  border: none;
}
.swc_btnhero .icon {
  align-items: center;
  color: #ec0000;
  display: flex;
  font-size: 24px;
  height: 24px;
  justify-content: center;
  margin: 0 16px 0 0;
  transition: color 0.5s ease;
  width: 24px;
}
.swc_btnhero__txt {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  transition: color 0.5s ease;
}
.swc_btnhero.current,
.swc_btnhero:hover {
  background-color: #f14c4c;
  color: #fff;
}
.swc_btnhero.current .icon,
.swc_btnhero.current .swc_btnhero__txt,
.swc_btnhero:hover .icon,
.swc_btnhero:hover .swc_btnhero__txt {
  color: #fff;
}
.swc_btnhero.current:hover {
  transform: none;
}
.swc_btnheronav {
  margin: -112px auto 18px;
  position: relative;
}
.swc_btn_volvermb {
  background: #fff;
  bottom: 0;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.swc_btn_cotizar {
  margin: 0 auto 28px !important;
  width: 143px !important;
}
.swc_btn_cotizar .icon {
  font-size: 24px;
  margin-left: 4px;
  vertical-align: sub;
}
.swc_btn_circle {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}
.swc_btn_circle .icon {
  font-size: 24px;
}
.swc_btn_rectangular {
  color: #444;
  font-size: 16px;
}
.swc_btn_rectangular:hover {
  background-color: #f5f5f5;
  transition: background-color 0.3s ease-in-out;
}
.swc_btn_rectangular .icon {
  color: #ec0000;
  font-size: 18px;
  font-weight: 700;
  padding-right: 12px;
  vertical-align: middle;
}
.swc_btnscontenidos {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.swc_btn_cleanfilters .icon {
  font-size: 24px;
  margin-right: 4px;
}
.swc_btn--basicwidth {
  max-width: 413px;
  width: 100%;
}
.swc_btn--fulldesktop {
  font-size: 16px;
}
.swc_btn238x48 {
  font-size: 16px;
  line-height: 24px;
  width: 238px;
}
.swc_link {
  color: #ec0000;
  font-size: 16px;
  line-height: 22px;
}
.swc_link_dots {
  color: #212529;
  font-weight: 400;
}
.swc_link .arrow-right-little {
  display: inline-block;
  position: relative;
  transform: rotate(-90deg) scale(0.4) translate(-3px, -25px);
}
.swc_link__icon {
  font-size: 20px;
  margin-right: 6px;
  vertical-align: bottom;
}
.swc_textlink {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}
.swc_textlink:after {
  background-color: #007bff;
  bottom: -7px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  width: 0;
}
.swc_textlink:hover:after {
  width: 100%;
}
.swc_textlink--primary {
  color: #ec0000;
}
.swc_textlink--primary:after {
  background-color: #ec0000;
}
.swc_textlink--secondary {
  color: #fff;
}
.swc_textlink--secondary:after {
  background-color: #fff;
}
.swc_textlink--gray {
  color: #444;
}
.swc_textlink--gray:after {
  background-color: #444;
}
.swc_key {
  display: flex;
  margin: 0 15px 30px;
}
.swc_keypad {
  margin: 0 -12px;
  width: calc(100% + 24px);
}
.swc_keypad--square .swc_key__button {
  align-items: center;
  height: 100px;
  justify-content: center;
  width: 100px;
}
.swc_key__button {
  align-items: flex-end;
  background-color: #fff;
  color: #444;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.swc_key__button:hover {
  background-color: #f5f5f5;
  transition: background-color 0.3s ease-in-out;
}
.swc_key__button span {
  margin-bottom: 8px;
}
.swc_key__button span:last-child {
  margin-bottom: 0;
}
.swc_key__button:after {
  background: #ec0000;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  width: 100%;
}
.swc_key__button--reset {
  margin: auto;
  width: 240px;
}
.swc_key__button--reset:hover {
  background-color: #fff;
}
.swc_key__input {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.swc_key__input:checked + .swc_key__button:after {
  transform: scaleX(1);
}
.swc_key__txt {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
.swc_key__img {
  margin: 0 15px 0 0;
  width: 80px;
}
.swc_dropdownmenu__item {
  color: #444;
}
.swc_dropdownmenu__item .icon {
  color: #ec0000;
  font-size: 20px;
  padding: 13px;
  width: 42px;
}
.swc_input {
  background: #f6fafc;
  border: 1px solid #deedf2;
  border-bottom-color: #257fa4;
  border-radius: 4px 4px 0 0;
  height: 48px;
  padding: 19px 46px 5px 16px;
  transition: all 0.3s ease-in-out;
}
.swc_input_custom {
    background: #f6fafc;
    border: 1px solid #deedf2;
    border-bottom: 1px dashed #257FA4;
    border-radius: 4px 4px 0 0;
    height: 48px;
    padding: 19px 46px 5px 16px;
    transition: all .3s ease-in-out
}
.swc_input,
.swc_input::-moz-placeholder,
.swc_input_label {
  color: #444;
  font-size: 17px !important;
  font-style: normal;
  line-height: 24px;
}
.swc_input,
.swc_input::placeholder,
.swc_input_label {
  color: #444;
  font-size: 17px !important;
  font-style: normal;
  line-height: 24px;
}
.swc_input_contlabel {
  position: relative;
}
.swc_input_contlabel--center .swc_input {
  color: #1bb3bc;
  font-family: SantanderHeadlineW05;
  font-weight: 700;
  text-align: center;
}
.swc_input_contlabel--center .swc_input_label {
  font-size: 14px !important;
}
.swc_input_contlabel--center .swc_input_label.active {
  transform: translate(20px, -8px) scale(0.8);
}
.swc_input_contlabel .toggle-password {
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  font-size: 28px;
  opacity: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.swc_input_contlabel .toggle-password:hover {
  color: rgba(0, 0, 0, 0.6);
}
.swc_input_contlabel .toggle-password.active {
  opacity: 1;
}
.swc_input_contlabel.error {
  margin-bottom: 34px !important;
}
.swc_input_label {
  left: 17px;
  pointer-events: none;
  position: absolute;
  top: 12px;
  transform: translateY(0) scale(1);
  transform-origin: 0 0;
  transition: all 0.3s ease-in-out;
}
.swc_input_label.active {
  color: #767676;
  line-height: 18px;
  transform: translateY(-6px) scale(0.8);
}
.swc_input_labelerror,
.swc_input_labelinfo {
  display: none;
  font-size: 14px;
  left: 16px;
  position: absolute;
}
.swc_input_labelinfo {
  display: block;
}
.swc_input_limitchar {
  bottom: -21px;
  position: absolute;
  right: 16px;
}
.swc_input:focus {
  box-shadow: 0 1px 0 0 #257fa4;
}
.swc_input_icon .swc_input {
  padding: 16px 58px 0 16px;
}
.swc_input_icon .icon {
  color: #ec0000;
  height: 47px;
  position: absolute;
  right: 0;
  top: 0;
  width: 47px;
}
.swc_input_icon .icon:before {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}
.swc_input_icon .icon-arrowdown {
  font-size: 8px;
}
.swc_input_icon .icon-calendar {
  font-size: 21px;
}
.swc_input_select .swc_input {
  cursor: pointer;
}
.swc_input_select .dropdown-toggle:after {
  content: none;
}
.swc_input_select--list .dropdown-menu {
  border: 1px solid #dadada;
  border-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 4px 18px 0 rgba(25, 25, 25, 0.15);
  max-height: 225px;
  overflow: hidden;
  overflow: auto;
  z-index: 9999;
}
.swc_input_select--list .dropdown-item {
  background: #f7fbfc;
  font-size: 17px;
  line-height: 24px;
  padding: 10px 16px;
  white-space: normal;
}
.swc_input_select--list .dropdown-item:hover {
  background: #ececec;
}
.swc_input_select--list .dropdown-item:active {
  color: inherit;
}
.swc_input_select--multiple .dropdown-menu {
  padding: 22px 22px 6px;
  width: 100%;
}
.swc_input_select.disabled {
  pointer-events: none;
}
.swc_input_select.disabled .swc_input {
  background: #f6f6f6;
  border: 1px solid #dadada;
  border-bottom-color: #9bc3d3;
}
.swc_input_select.disabled .swc_input_label {
  color: #ccc;
}
.swc_input_select.disabled .swc_input_icon:before {
  background: #ccc;
}
.swc_input_select.disabled .icon {
  color: #ccc;
}
.swc_input_otrovotacion {
  margin-left: 36px;
}
.swc_input_otrovotacion input {
  width: 90%;
}
.swc_check_label {
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  padding-left: 52px;
  position: relative;
}
.swc_check_label:before {
  background: #fff;
  border: 2px solid #ccc;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.swc_check_label:after {
  opacity: 0;
  position: absolute;
  transform: scale(0.1);
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.swc_check .form-check-input {
  display: none;
}
.swc_check .form-check-input[type="checkbox"] + .swc_check_label:before {
  border-radius: 3px;
}
.swc_check .form-check-input[type="checkbox"] + .swc_check_label:after {
  color: #63ba68;
  content: "\e903";
  font-family: swcicons !important;
  font-size: 11px;
  font-weight: 700;
  left: 5px;
  top: 1px;
}
.swc_check
  .form-check-input[type="checkbox"]:checked
  + .swc_check_label:before {
  border: 2px solid #63ba68;
}
.swc_check .form-check-input[type="checkbox"]:checked + .swc_check_label:after {
  opacity: 1;
  transform: scale(0.8);
}
.swc_check .form-check-input[type="radio"] + .swc_check_label:before {
    border: 2px solid #CC0000;
    border-radius: 40px
}
.swc_check .form-check-input[type="radio"] + .swc_check_label:after {
  background: #CC0000;
  border-radius: 40px;
  content: "";
  height: 10px;
  left: 7px;
  top: 7px;
  width: 10px;
}
.swc_check .form-check-input[type="radio"]:checked + .swc_check_label:after {
  opacity: 1;
  transform: scale(1);
}
.swc_check--chips {
  padding: 0;
}
.swc_check--chips .form-check-label .swc_check_label {
  background-color: #f6f6f6;
  border-radius: 40px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  padding: 8px 12px;
  transition: all 0.3s;
}
.swc_check--chips .form-check-label .swc_check_label:after,
.swc_check--chips .form-check-label .swc_check_label:before {
  content: none !important;
}
.swc_check--chips .form-check-label .swc_check_label:hover {
  background-color: #ececec;
}
.swc_check--chips .form-check-input:checked + .swc_check_label {
  background-color: #1bb3bc;
  color: #fff;
}
.swc_check--radionumber {
  counter-reset: value;
  height: 28px;
  margin-bottom: 16px;
}
.swc_check--radionumber .form-check-input[type="radio"] + .swc_check_label {
  font-size: 14px;
  line-height: 26px;
}
.swc_check--radionumber
  .form-check-input[type="radio"]
  + .swc_check_label:before {
  background: transparent;
  border: 1px solid #137e84;
  color: #137e84;
  content: counter(value);
  counter-increment: value;
  font-family: SantanderHeadlineW05-Rg;
  height: 28px;
  text-align: center;
  transition: color 0.2s;
  width: 28px;
  z-index: 2;
}
.swc_check--radionumber
  .form-check-input[type="radio"]
  + .swc_check_label:after {
  background: #137e84;
  height: 28px;
  left: 0;
  top: 0;
  transition: all 0.2s;
  width: 28px;
  z-index: 1;
}
.swc_check--radionumber
  .form-check-input[type="radio"]:checked
  + .swc_check_label:before {
  color: #fff;
}
.swc_check--radionumber
  .form-check-input[type="radio"]:checked
  + .swc_check_label:after {
  opacity: 1;
  transform: scale(1);
}
.swc_textarea textarea {
  min-height: 60px;
  overflow: hidden;
  resize: none;
}
.swc_uploadfile.custom-file {
  height: auto;
}
.swc_uploadfile .custom-file-input:focus ~ .custom-file-label {
  border-color: inherit;
  box-shadow: none;
}
.swc_uploadfile .custom-file-label {
  cursor: pointer;
  height: auto;
  margin-bottom: 0;
  position: relative;
  transition: none;
}
.swc_uploadfile .custom-file-label:after {
  content: none;
}
.swc_uploadfile .custom-file-label.active {
  background-color: #f6fafc;
  border: none;
  display: block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 48px 0 16px;
}
.swc_uploadfile .custom-file-label.active .activeclose {
  color: #787878;
  font-size: 16px;
  position: absolute;
  right: 16px;
  top: 12px;
}
.form-check-label.error {
  border: none;
}
.form-check-label.error .swc_input_labelerror {
  left: 28px;
  margin-bottom: 4px;
  position: relative;
}
.error .swc_input {
  border-bottom: 1px solid #ff8f84;
}
.error .swc_input:focus {
  box-shadow: 0 1px 0 0 #ff8f84;
}
.error .swc_input_labelerror {
  color: #ff8f84;
  display: block;
  font-size: 13px;
  line-height: 24px;
}
.error .error-this,
.swc_areasdeinteres.error .swc_chipscont {
  border: 1px solid #ff8f84;
}
.swc_areasdeinteres.error .swc_input_labelerror {
  margin: 4px 0 -10px;
  position: static;
}
.swc_search {
  margin-bottom: 16px;
  position: relative;
}
.swc_search--full {
  min-width: 100% !important;
}
.swc_search .swc_input {
  border: 1px solid #9bc3d3;
  box-shadow: none;
  padding: 0 16px;
}
.swc_search .swc_input:focus {
  box-shadow: 0 0 0 1px #9bc3d3;
}
.swc_search .icon {
  font-size: 22px;
  padding: 13px 18px 13px 13px;
}
.swc_searchfilter {
  margin-bottom: 12px;
  padding: 12px;
}
.swc_searchfilter .swc_h2 {
  margin: 0 auto 0 0;
}
.swc_searchfilter .swc_input_contlabel {
  margin-bottom: 16px;
}
.swc_searchfilter .swc_input_contlabel:last-child {
  margin-bottom: 0;
}
.swc_bannermer {
  margin-bottom: 50px;
}
.swc_bannermer .swc_stamp {
  background-color: #fff;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  height: 52px;
  position: absolute;
  right: 16px;
  top: 0;
  width: 52px;
  z-index: 1;
}
.swc_bannermerslide__imgcont {
  position: relative;
}
.swc_bannermerslide__title {
  font-family: SantanderHeadlineW05-Rg;
  margin-bottom: 16px;
}
.swc_bannermerslide__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 22px;
}
.swc_bannermerslide__txtcont {
  flex: 0 0 38.16%;
  padding: 16px 16px 32px;
}
.swc_bannermerslide__link {
  align-self: flex-start;
}
.swc_bannermerslide__link .icon {
  margin-left: 12px;
  vertical-align: middle;
}
.swc_bannermerslide--destacado .icon-medal {
  color: #fff;
  font-size: 25px;
}
.swc_bannermerslide--destacado .swc_bannermerslide__title {
  color: #1bb3bc;
}
.swc_bannermerslide--destacado .swc_stamp {
  background-color: #1bb3bc;
}
.swc_bannermerslide--empresab .swc_bannermerslide__title {
  color: #008437;
}
.swc_bannermerslide--empresab .swc_stamp {
  background-color: #63ba68;
}
.swc_bannerdest {
  position: relative;
}
.swc_bannerdest__img {
  height: 313px;
  max-width: 313px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
}
.swc_bannerdest .swc_boxaction__title {
  color: #6d6d6d;
  margin-bottom: 0;
  padding: 0;
}
.swc_bannerdest .swc_boxaction__title span {
  font-size: 22px;
  line-height: 32px;
  text-transform: none;
}
.swc_bannerdest .swc_labeldest {
  font-size: 28px;
  height: 77px;
  left: auto;
  line-height: 32px;
}
.swc_bannerdest .swc_labeldest__img {
  margin: 0 20px;
  width: auto;
}
.swc_bannerdest .swc_labeldest__txt .icon {
  color: #e59d27;
  display: inline-block;
  font-size: 20px;
  transform: translate(2px, -2px);
}
.swc_bannernavidad__img {
  height: 313px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.swc_bannernavidad__txt {
  align-items: center;
  color: #444;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 20px 20px 50px;
  text-align: center;
}
.swc_bannernavidad__txt .icon {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  color: #ec0000;
  font-size: 48px;
  margin-bottom: 24px;
}
.swc_bannerconversaciones__slide[href="#"] {
  cursor: default;
}
.swc_bannerconversaciones__columnTxt {
  background: #000;
  color: #fff;
  padding: 20px 20px 40px;
}
.swc_bannerconversaciones__desc {
  font-size: 28px;
  line-height: 40px;
}
.swc_bannerconversaciones__speaker {
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 46px;
}
.swc_bannerconversaciones__date {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 4px;
}
.swc_bannerconversaciones__legend {
  color: #bab9bb;
  font-size: 13px;
  line-height: 16px;
}
.swc_bannerfull {
  background: url(../img/bg_homebannerfull.jpg) 50%;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  padding: 25px 16px;
  position: relative;
}
.swc_bannerfull__imgicon {
  max-width: 90px;
}
.swc_bannerfull__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
}
.swc_bannerfull:before {
  background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.3));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.swc_bannerfull__info {
  position: relative;
  z-index: 2;
}
.swc_ftucontent {
  color: #fff;
  margin: 45px auto 0;
}
.swc_ftucontent__subtitle {
  font-size: 18px;
  line-height: 26px;
}
.swc_ftucontent__subtitle:last-child {
  margin-bottom: 26px !important;
}
.swc_ftucontent__text {
  font-size: 16px;
  line-height: 23px;
}
.swc_ftustep {
  padding-bottom: 26px;
  text-align: center;
}
.swc_share {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.swc_share:before {
  color: #979797;
  font-size: 22px;
}
.swc_share__nav {
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 4px 0 rgba(25, 25, 25, 0.1);
  display: none;
  position: absolute;
  right: -25px;
  top: 43px;
  width: 142px;
}
.swc_share__link {
  color: #979797;
  display: block;
  font-family: Santander Micro Text;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 16px;
  transition: color 0.3s ease-in-out;
  width: 100%;
}
.swc_share__link:hover {
  color: #444;
}
.swc_share__link .icon {
  display: block;
  font-size: 24px;
  width: 24px;
}
.swc_share__link .icon-emailfilled {
  font-size: 18px;
}
.swc_share__linktext {
  margin-left: 12px;
}
.slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  bottom: 6px;
  left: auto;
  position: absolute;
  right: 26px;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 8px;
  text-indent: -9999px;
  width: 31px;
}
.slick-dots li.slick-active button {
  background: #ec0000 !important;
}
.swc_sliderhome {
  height: 80vh;
  min-height: 550px;
}
.swc_sliderhome .slick-list,
.swc_sliderhome .slick-track {
  height: 100%;
}
.swc_sliderhome .slick-dots {
  bottom: 148px;
}
.swc_slidercategorias {
  padding: 0 37px;
}
.swc_slidercategorias__title .swc_box {
  padding: 18px;
}
.swc_slidercategorias__slide {
  background: #fff;
  border-right: 1px solid #d8d8d8;
  height: 88px;
  padding: 13px 10px 0;
  text-align: center;
  transition: background 0.3s ease-in-out;
}
.swc_slidercategorias__slide.current,
.swc_slidercategorias__slide:hover {
  background: #ec0000;
}
.swc_slidercategorias__slide.current .icon,
.swc_slidercategorias__slide.current .swc_slidercategorias__label,
.swc_slidercategorias__slide:hover .icon,
.swc_slidercategorias__slide:hover .swc_slidercategorias__label {
  color: #fff;
}
.swc_slidercategorias__slide.slick-slide {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swc_slidercategorias__label {
  color: #444;
  font-size: 14px;
  line-height: 16px;
  transition: color 0.3s ease-in-out;
}
.swc_slidercategorias .icon {
  color: #ec0000;
  font-size: 27px;
  margin-bottom: 7px;
  transition: color 0.3s ease-in-out;
}
.swc_slidercategorias .slick-next,
.swc_slidercategorias .slick-prev {
  background: #fff;
  border: 0;
  font-family: swcicons !important;
  height: 88px;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 37px;
}
.swc_slidercategorias .slick-next:before,
.swc_slidercategorias .slick-prev:before {
  color: #959595;
  content: "\e900";
  left: 50%;
  position: absolute;
  text-indent: 0;
  top: 50%;
}
.swc_slidercategorias .slick-prev {
  border-right: 1px solid #d8d8d8;
  left: 0;
}
.swc_slidercategorias .slick-prev:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.swc_slidercategorias .slick-next {
  border-left: 1px solid #d8d8d8;
  right: 0;
}
.swc_slidercategorias .slick-next:before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.swc_slidertableprices .slick-slide > div {
  padding: 0 5px;
}
.swc_slidertableprices--three .slick-slide .swc_tableprice.swc_shadow {
  border: none;
  z-index: 1;
}
.swc_slidertableprices--three .slick-slide > div {
  overflow: visible !important;
  padding: 0 !important;
}
.swc_slideraccessworkcafe {
  margin: 0 auto;
  max-width: 728px;
}
.swc_slideraccessworkcafe .slick-track {
  display: flex;
}
.swc_slideraccessworkcafe .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.swc_slideraccessworkcafe .slick-track .slick-slide > div {
  width: 100%;
}
.swc_slider .slick-track {
  align-items: stretch;
  display: flex;
  filter: blur(0);
  justify-content: center;
}
.swc_slider .slick-track .slick-slide {
  height: auto !important;
}
.swc_slider .slick-track .slick-slide > div {
  height: 100% !important;
  overflow: hidden;
}
.swc_slider .slick-arrow {
  background-color: transparent;
  border-radius: 50%;
  font-size: 0;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  width: 40px;
  z-index: 1;
}
.swc_slider .slick-arrow:before {
  color: #444;
  content: "\e928";
  font-family: swcicons !important;
  font-size: 16px;
}
.swc_slider .slick-prev {
  left: -7px;
}
.swc_slider .slick-prev:before {
  left: 23px;
  position: absolute;
  top: 9px;
  transform: rotate(180deg);
}
.swc_slider .slick-next {
  right: -7px;
}
.swc_slider .slick-next:before {
  left: 8px;
  position: absolute;
  top: 10px;
}
.swc_slider .slick-dots {
  left: 50%;
  position: absolute;
  right: auto;
  transform: translateX(-50%);
}
.swc_slider .slick-dots li {
  margin: 0 5px;
}
.swc_slider .slick-dots li button {
  background: #ccc;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  height: 10px;
  padding: 0;
  width: 10px;
}
.swc_slidertutorialestool {
  margin: 0 -16px;
  max-width: 1202px;
  width: calc(100% + 32px);
}
.swc_sliderbeneficiostool {
  margin: auto;
  max-width: 1280px;
  width: calc(100% - 12px);
}
.swc_slideresenciales {
  margin: 0 -16px 30px;
}
.swc_slideresenciales .slick-arrow {
  background: transparent;
  display: none !important;
  top: 42%;
  z-index: 1;
}
.swc_slideresenciales .slick-arrow:before {
  color: #ccc;
  font-size: 16px;
}
.swc_slideresenciales .slick-prev {
  left: -12px;
}
.swc_slideresenciales .slick-next {
  right: -12px;
}
.swc_slideresenciales_subtitle {
  margin: 0 auto 24px;
  max-width: 860px;
  width: 100%;
}
.swc_sliderwebinars .slick-dots {
  bottom: -20px;
}
.swc_sliderbannermer .slick-list {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.swc_sliderbannermer .slick-arrow {
  background: transparent;
  font-family: swcicons !important;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.swc_sliderbannermer .slick-arrow:before {
  color: #444;
  content: "\e934";
  font-size: 22px;
  position: absolute;
  text-indent: 0;
  top: 50%;
  transform: translateY(-50%);
}
.swc_sliderbannermer .slick-prev {
  left: -40px;
}
.swc_sliderbannermer .slick-prev:before {
  left: 0;
}
.swc_sliderbannermer .slick-next {
  right: -40px;
  transform: rotateY(180deg);
}
.swc_sliderbannermer .slick-next:before {
  right: 0;
}
.swc_sliderbannermer .slick-dots {
  bottom: -28px;
  display: flex;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.swc_sliderbannermer .slick-dots li {
  display: flex;
}
.swc_sliderbannermer .slick-dots li button {
  background-color: #3a3a3d;
  border-radius: 50%;
  height: 8px;
  margin: 0 4px;
  padding: 0;
  width: 8px;
}
.swc_sliderbannermer .slick-dots li.slick-active button {
  background-color: #ff6161 !important;
}
.swc_sliderconocesections .slick-slide {
  margin: 0 8px;
}
.swc_sliderconocesections .slick-slide .swc_conocesections__box > * {
  opacity: 0.5;
  transition: opacity 1s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.swc_sliderconocesections
  .slick-slide.slick-active
  .swc_conocesections__box
  > * {
  opacity: 1;
}
.swc_sliderconocesections .slick-list {
  padding: 0 26.39% 0 0 !important;
}
.swc_sliderdescubrir {
  margin: 0 auto 16px;
  max-width: 200px;
}
.swc_sliderdescubrirbox {
  background-color: #fff;
  color: #444;
  display: block;
  padding: 17px 8px 25px;
}
.swc_sliderdescubrirboxcont {
  padding: 0 8px;
}
.swc_sliderdescubrirbox__txt {
  text-align: center;
}
.swc_sliderdescubrir__img {
  height: 65px;
  margin-bottom: 8px;
  width: 65px;
}
.swc_sliderdescubrir .slick-dots {
  bottom: -40px;
}
.swc_sliderswcwrap {
  margin: 0 auto 58px;
}
.swc_sliderswcwrap .slick-arrow {
  border-radius: 0;
  width: 21px;
}
.swc_sliderswcwrap .slick-arrow:before {
  color: #ccc;
  font-size: 37px;
  left: 0;
  top: -7px;
}
.swc_sliderswcwrap .slick-prev {
  left: -40px;
}
.swc_sliderswcwrap .slick-prev:before {
  content: "\e934";
  transform: none;
}
.swc_sliderswcwrap .slick-next {
  right: -40px;
}
.swc_sliderswcwrap .slick-next:before {
  content: "\e95b";
}
.swc_sliderswcwrap .slick-dots {
  bottom: -40px;
}
.swc_sliderswc__img {
  height: 242px;
  -o-object-fit: cover;
  object-fit: cover;
}
.swc_sliderswc__imgcont {
  position: relative;
}
.swc_sliderswc__imgcont:after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 47px;
  position: absolute;
  right: 0;
  width: 107px;
}
.swc_sliderswc__txt {
  background-color: #fff;
  flex: 1 0 496px;
  padding: 36px 22px;
}
.swc_sliderswc__title {
  margin-bottom: 16px;
}
.swc_sliderswc__text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 26px;
}
.swc_sliderswc__cta {
  width: 100%;
}
.swc_sliderswc--nextchat .swc_sliderswc__imgcont:after {
  background-color: #000;
}
.swc_sliderswc--nextchat .swc_sliderswc__txt {
  background-color: #000;
  color: #fff;
}
.swc_slider--dotsbottom {
  margin-bottom: 48px;
}
.swc_slider--dotsbottom .slick-dots {
  bottom: -32px;
}
.swc_sliderflex .slick-track {
  display: flex;
}
.swc_sliderflex .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.swc_sliderayudaquickaccess .slick-dots {
  bottom: 10px;
}
.swc_arrows__gray.swc_slider .slick-arrow {
  background: transparent;
  border-radius: 0;
  height: 56px;
  width: 30px;
}
.swc_arrows__gray.swc_slider .slick-arrow:before {
  color: #949292;
  content: "\e934";
  font-size: 56px;
  left: 0;
  top: -13px;
}
.swc_arrows__gray.swc_slider .slick-prev {
  left: 36px;
}
.swc_arrows__gray.swc_slider .slick-prev:before {
  transform: rotate(0deg);
}
.swc_arrows__gray.swc_slider .slick-next {
  right: 36px;
}
.swc_arrows__gray.swc_slider .slick-next:before {
  transform: rotate(180deg);
}
.swc_arrows__littlegray .slick-arrow {
  border-radius: 0;
  width: 21px;
}
.swc_arrows__littlegray .slick-arrow:before {
  color: #ccc;
  font-size: 37px;
  left: 0;
  top: -7px;
}
.swc_arrows__littlegray .slick-prev {
  left: -40px;
}
.swc_arrows__littlegray .slick-prev:before {
  content: "\e934";
  transform: none;
}
.swc_arrows__littlegray .slick-next {
  right: -40px;
}
.swc_arrows__littlegray .slick-next:before {
  content: "\e95b";
}
.swc_arrows__littlegray .slick-dots {
  bottom: -40px;
}
.swc_categoriaempresab {
  background: #63ba68;
  padding: 0;
}
.swc_commentscont .swcnew_commentbox {
  margin-bottom: 14px;
}
.swc_commentscont .swcnew_answer_level--one .swcnew_ofertaedit--header {
  margin-right: 10px;
  max-width: 1005px;
}
.swc_commentscont .swcnew_answer__delete .icon-trash {
  color: #454445;
  font-size: 17px;
  position: absolute;
  right: 14px;
  top: 14px;
}
.swc_commentscont .swcnew_ofertaedit--header--name {
  margin-right: 18px;
}
.swc_btn_report {
  padding: 0 7px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
}
.swc_commentsection {
  max-width: 780px;
}
.swc_commentsection__warning {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 26px;
  padding: 26px 10px 52px;
}
.swc_commentsection__title {
  margin-bottom: 16px;
}
.swc_commentbox__avatar {
  margin-right: 18px;
}
.swc_commentbox__avatar .icon,
.swc_commentbox__avatar img {
  background-color: #d8d8d8;
  color: #fff;
  height: 40px;
  margin-right: 0;
  width: 40px;
}
.swc_commentbox__avatar .icon:before,
.swc_commentbox__avatar img:before {
  font-size: 30px;
}
.swc_commentbox__input {
  flex: 1;
  margin-right: 8px;
}
.swc_commentbox__button {
  background: #1bb3bc;
  height: 40px;
  width: 40px;
}
.swc_commentbox__button .icon {
  color: #fff;
  font-size: 25px;
}
.swc_commentboxcomment__name {
  font-size: 16px;
  line-height: 24px;
}
.swc_commentboxcomment__date {
  font-size: 14px;
  line-height: 18px;
}
.swc_commentboxcomment__comment {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.swc_commentboxcomment__options {
  margin-bottom: 12px;
}
.swc_commentboxcomment__optionslink {
  color: #444;
}
.swc_commentboxcomment__optionslink:first-child {
  margin-right: 22px;
}
.swc_commentboxcomment__optionslink .icon {
  color: #1bb3bc;
  font-size: 20px;
  margin-right: 10px;
}
.swc_commentbox--secondlevel {
  background-color: #efefef;
  margin-bottom: 20px;
  padding: 10px 10px 0;
}
.swc_commentbox--thirdlevel {
  padding: 0 10px;
}
.swc_commentbox--thirdlevel .swc_commentboxcomment__comment {
  margin-bottom: 20px;
}
.swc_popoverinfo {
  color: #1bb3bc;
  cursor: pointer;
  font-size: 20px;
  margin: 14px 0 0 6px;
}
.swc_popoverinfo:after {
  content: none;
}
.popover {
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.15);
  max-width: 220px;
  padding: 0 16px 16px;
}
.popover-header {
  background-color: inherit;
  border-bottom: 1px solid #ec0000;
  color: #ec0000;
  font-family: Santander Micro Text;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  padding: 8px 0;
}
.popover-body {
  font-size: 12px;
  line-height: 16px;
  padding: 8px 0 10px;
}
.popover .arrow {
  background: #fff;
  border-radius: 8px;
  height: 40px;
  transform: rotate(45deg);
  width: 40px;
  z-index: -1;
}
.popover .arrow:after,
.popover .arrow:before {
  content: none;
}
.swc_upload {
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.swc_uploadimg--portada {
  max-width: 366px;
}
.swc_uploadmask {
  background: rgba(1, 68, 72, 0.5);
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-in-out;
}
.swc_uploadmask .icon {
  font-size: 76px;
}
.swc_uploadmask__text {
  font-size: 21px;
  line-height: 32px;
}
.swc_upload:hover .swc_uploadmask {
  opacity: 1;
}
.swc_upload.error {
  border: 1px solid #ec0000;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeft10per {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft10per {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeft10per {
  -webkit-animation-name: fadeInLeft10per;
  animation-name: fadeInLeft10per;
}
.swc_infosocial {
  position: relative;
}
.swc_infosocial .swcnew_stars {
  cursor: pointer;
  margin: 0 0 60px;
  position: relative;
}
.swc_infosocial .swcnew_stars .icon-star {
  font-size: 20px;
}
.swc_infosocial .swcnew_stars--contnumber {
  bottom: -34px;
  font-size: 13px;
  left: 50%;
  line-height: 18px;
  margin: 0;
  position: absolute;
  transform: translateX(-50%);
  vertical-align: text-top;
}
.swc_navsociales {
  margin-bottom: 20px;
  width: 274px;
}
.swc_navsociales .icon-visitas {
  position: relative;
}
.swc_navsociales .number {
  color: #959595;
  font-size: 13px;
  left: 50%;
  line-height: 13px;
  margin: 0;
  position: absolute;
  top: 28px;
  transform: translateX(-50%);
}
.swc_navsociales__link {
  margin: 0 12px 12px;
  position: relative;
}
.swc_navsociales__link .category__icon {
  color: #ec0000;
  font-size: 38px;
}
.swc_navsociales__link .category__label {
  bottom: auto;
  text-align: center;
  top: 53px;
  width: 90px;
}
.swc_navsociales__link:hover .swc_navsociales__txt {
  opacity: 1;
}
.swc_navsociales__txt {
  background: #fff;
  bottom: -24px;
  color: #8b8b8b;
  display: none;
  font-size: 13px;
  left: 50%;
  line-height: 1;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity 0.3s ease-in-out;
}
.swc_navsociales__current {
  opacity: 1;
}
.swc_navsociales__popup {
  bottom: -29px;
  box-shadow: 0 0 4px 3px rgba(25, 25, 25, 0.1);
  display: block;
  padding: 4px;
  transition: opacity 0.3s ease-in-out;
  white-space: nowrap;
  z-index: 1;
}
.swc_navsociales__popup:before {
  background: url(../img/arrow-top-tooltip.png) no-repeat;
  content: "";
  height: 11px;
  left: 50%;
  position: absolute;
  top: -11px;
  transform: translateX(-50%);
  width: 22px;
}
.swc_listgroup__title {
  font-size: 16px;
  font-size: 14px;
  line-height: 24px;
  line-height: 20px;
}
.swc_listgroup .list-group-item {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding: 16px 16px 16px 57px;
  position: relative;
}
.swc_listgroup .list-group-item .icon {
  color: #ec0000;
  font-size: 20px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 15px;
  width: 57px;
}
.swc_listgroup .list-group-item .icon--adjust {
  font-size: 16px;
  top: 17px;
}
.swc_listicon {
  margin-bottom: 20px;
  padding-left: 54px;
  position: relative;
}
.swc_listicon .icon {
  background: red;
  left: 0;
  position: absolute;
  top: 7px;
  width: 54px;
}
.swc_listicon .icon:before {
  font-size: 34px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.swc_listicon__title {
  margin-bottom: 4px;
}
.swc_listicon__txt {
  font-size: 16px;
  line-height: 24px;
}
.swc_dialogbox {
  color: #444;
  font-size: 13px;
  position: relative;
}
.swc_dialogbox .icon {
  font-size: 24px;
  padding: 16px;
}
.swc_dialogbox .icon-close {
  cursor: pointer;
  font-size: 13px;
  padding: 21px 18px;
  position: absolute;
  right: 0;
  top: 0;
}
.swc_dialogbox .icon-megaphone {
  font-size: 30px;
  margin: 8px 0 0;
}
.swc_dialogbox__text {
  margin: 16px 36px 16px 0;
}
.swc_dialogbox__listtitle {
  margin-bottom: 2px;
}
.swc_dialogbox__listsquare li {
  padding-left: 10px;
  position: relative;
}
.swc_dialogbox__listsquare li:before {
  background: #137e84;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 4px;
}
.swc_dialogbox__close {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 16px;
  text-transform: uppercase;
}
.swc_dialogboxrounded {
  border-radius: 4px;
}
.swc_dialogbox--warning {
  background: #fff5d7;
  border-bottom-color: #946f00;
}
.swc_dialogbox--warning .icon,
.swc_dialogbox--warning .swc_dialogbox__close {
  color: #946f00;
}
.swc_dialogbox--info {
  background: #e2eff4;
}
.swc_dialogbox--info .icon,
.swc_dialogbox--info .swc_dialogbox__close {
  color: #1bb3bc;
}
.swc_dialogbox--top {
  position: absolute;
  top: 0;
  z-index: 1;
}
.swc_dialogbox--turquoisetransparent {
  background-color: transparent;
  border: 1px solid #1bb3bc;
  color: #137e84;
}
.swc_dialogbox--turquoisetransparent .icon {
  color: #1bb3bc;
}
.swc_dialogbox--finalizarcompra {
  margin: auto;
  max-width: 695px;
}
.swc_dialogbox--finalizarcompra .swc_dialogbox__text {
  margin: 16px 16px 16px 0;
}
.swc_infomessage {
  font-size: 16px;
  line-height: 22px;
  margin: 20px auto 0;
  padding: 20px;
}
.swc_infomessage .icon {
  color: #ec0000;
  display: inline-block;
  font-size: 26px;
  margin-bottom: 12px;
}
.shepherd-element {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  opacity: 0;
  outline: none;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.shepherd-enabled.shepherd-element {
  opacity: 1;
  visibility: visible;
}
.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.shepherd-element,
.shepherd-element *,
.shepherd-element :after,
.shepherd-element :before {
  box-sizing: border-box;
}
.shepherd-arrow,
.shepherd-arrow:before {
  height: 16px;
  position: absolute;
  width: 16px;
  z-index: -1;
}
.shepherd-arrow:before {
  background: #fff;
  content: "";
  transform: rotate(45deg);
}
.shepherd-element[data-popper-placement^="top"] > .shepherd-arrow {
  bottom: -8px;
}
.shepherd-element[data-popper-placement^="bottom"] > .shepherd-arrow {
  top: -8px;
}
.shepherd-element[data-popper-placement^="left"] > .shepherd-arrow {
  right: -8px;
}
.shepherd-element[data-popper-placement^="right"] > .shepherd-arrow {
  left: -8px;
}
.shepherd-element.shepherd-centered > .shepherd-arrow {
  opacity: 0;
}
.shepherd-element.shepherd-has-title[data-popper-placement^="bottom"]
  > .shepherd-arrow:before {
  background-color: #e6e6e6;
}
.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,
.shepherd-target-click-disabled.shepherd-enabled.shepherd-target * {
  pointer-events: none;
}
.shepherd-modal-overlay-container {
  -ms-filter: progid:dximagetransform.microsoft.gradient.alpha(Opacity=50);
  filter: alpha(opacity=50);
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-out, height 0ms 0.3s, opacity 0.3s 0ms;
  width: 100vw;
  z-index: 9997;
}
.shepherd-modal-overlay-container.shepherd-modal-is-visible {
  height: 100vh;
  opacity: 0.7;
  transition: all 0.3s ease-out, height 0s 0s, opacity 0.3s 0s;
}
.shepherd-modal-overlay-container.shepherd-modal-is-visible path {
  pointer-events: all;
}
.shepherd-content {
  border-radius: 5px;
  outline: none;
  padding: 0;
}
.shepherd-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  justify-content: flex-end;
  padding: 0 0.75rem 0.75rem;
}
.shepherd-footer .shepherd-button:last-child {
  margin-right: 0;
}
.shepherd-header {
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  justify-content: flex-end;
  line-height: 2em;
  padding: 0.75rem 0.75rem 0;
}
.shepherd-has-title .shepherd-content .shepherd-header {
  background: #e6e6e6;
  padding: 1em;
}
.shepherd-button {
  background: #3288e6;
  border: 0;
  border-radius: 3px;
  color: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  margin-right: 0.5rem;
  padding: 0.5rem 1.5rem;
  transition: all 0.5s ease;
}
.shepherd-button:not(:disabled):hover {
  background: #196fcc;
  color: hsla(0, 0%, 100%, 0.75);
}
.shepherd-button.shepherd-button-secondary {
  background: #f1f2f3;
  color: rgba(0, 0, 0, 0.75);
}
.shepherd-button.shepherd-button-secondary:not(:disabled):hover {
  background: #d6d9db;
  color: rgba(0, 0, 0, 0.75);
}
.shepherd-button:disabled {
  cursor: not-allowed;
}
.shepherd-cancel-icon {
  background: transparent;
  border: none;
  color: hsla(0, 0%, 50%, 0.75);
  cursor: pointer;
  font-size: 2em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  transition: color 0.5s ease;
}
.shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, 0.75);
}
.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
  color: hsla(0, 0%, 50%, 0.75);
}
.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover,
.shepherd-title {
  color: rgba(0, 0, 0, 0.75);
}
.shepherd-title {
  display: flex;
  flex: 1 0 auto;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.shepherd-element,
.shepherd-text {
  background: none;
  max-width: 480px;
}
.shepherd-element:before {
  background: url(../img/ftuarrowtopleft.svg) no-repeat;
  content: "";
  height: 40px;
  position: absolute;
  right: 80px;
  width: 70px;
}
.shepherd-element[data-popper-placement="top"]:before {
  bottom: -30px;
  transform: rotate(180deg) rotateY(180deg);
}
.shepherd-element[data-popper-placement="bottom"]:before {
  top: -30px;
}
.shepherd-element[data-shepherd-step-id="pasoDos"]:before {
  right: 120px;
}
.swc_shepherdmodal {
  background-color: #fff;
  border-radius: 8px;
  margin: 27px 0;
}
.swc_shepherdmodal__header {
  padding: 12px 0 16px;
}
.swc_shepherdmodal__header .icon {
  color: #1bb3bc;
  font-size: 30px;
  margin-top: 3px;
  text-align: center;
  width: 70px;
}
.swc_shepherdmodal__title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
}
.swc_shepherdmodal__body {
  padding: 0 16px 36px;
}
.swc_shepherdmodal__footer {
  border-top: 1px solid #ccc;
}
.swc_shepherdmodal__btnprevnext {
  color: #757575;
  padding: 10px 0;
  text-align: center;
}
.swc_stepperInfo {
  padding: 15px 16px 12px;
}
.swc_stepperInfo__number {
  align-items: center;
  background: transparent;
  border: 2px solid #1bb3bc;
  border-radius: 50%;
  color: #1bb3bc;
  display: flex;
  flex: 0 0 24px;
  font-size: 16px;
  height: 24px;
  justify-content: center;
  line-height: 24px;
  margin-right: 16px;
}
.swc_stepperInfo__title {
  color: #444;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
.swc_stepperInfo__stepnumber {
  color: #767676;
  font-size: 14px;
  line-height: 20px;
}
.swc_stepper__step {
  background: #c2c2c2;
  height: 4px;
}
.swc_stepper__step.active {
  background: #1bb3bc;
}
.swc_stepper__step:first-child {
  margin-left: 0;
}
.swc_stepper__step:last-child {
  margin-right: 0;
}
.swc_stepper__stepBox {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.swc_stepper__stepContent {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.swc_stepper__body {
  flex: 1 0 auto;
  padding-top: 30px;
}
.swc_stepper__body--mfix {
  margin: 10px;
  padding-top: 0;
}
.swc_stepper__message {
  margin: 42px auto;
  padding-bottom: 30px;
  text-align: center;
}
.swc_stepper__message .icon-info {
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 12px;
}
.swc_stepper__message .icon-block-circle {
  color: #ccc;
}
.swc_stepper__message .icon-ticket-circle {
  color: #63ba68;
}
.swc_stepper__message .icon-exclamation-circle {
  color: #1bb3bc;
}
.swc_stepper__messageTitle {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}
.swc_stepper__messageTxt {
  color: #767676;
  font-size: 16px;
  line-height: 22px;
}
.swc_stepper__message .swc_btn {
  margin-top: 42px;
}
.swc_stepper__portrait {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.swc_sucursalmaps {
  margin: 0 auto 30px;
  max-width: 1080px;
  position: relative;
  width: calc(100% - 60px);
}
.swc_sucursalmaps:before {
  padding-top: 190px;
}
.swc_sucursalmaps__geo {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.swc_selecciondia {
  margin: 0 auto 46px;
  max-width: 340px;
  width: calc(100% - 60px);
}
.swc_carruselhoras {
  border: 1px solid #d8d8d8;
  margin: 0 auto 16px;
  max-width: 970px;
  padding: 0 38px;
  width: calc(100% - 20px);
}
.swc_carruselhoras__cont {
  text-align: center;
}
.swc_carruselhoras__cont .swc_dialogbox {
  margin: 0 auto 32px;
  max-width: 970px;
  width: calc(100% - 20px);
}
.swc_carruselhoras__title {
  font-size: 20px;
  line-height: 28px;
}
.swc_carruselhoras input[type="checkbox"] {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.swc_carruselhoras input[type="checkbox"]:checked + label {
  background: #ec0000;
}
.swc_carruselhoras input[type="checkbox"]:checked + label p {
  color: #fff;
  font-weight: 700;
}
.swc_carruselhoras
  input[type="checkbox"]:checked
  + label
  p:first-of-type:before {
  background: #fff;
}
.swc_carruselhoras__label {
  align-items: center;
  background: #fff;
  border-right: 1px solid #d8d8d8;
  cursor: pointer;
  display: flex !important;
  flex-direction: column;
  height: 90px;
  justify-content: center;
  margin-bottom: 0;
  transition: background 0.3s ease-in-out;
}
.swc_carruselhoras__label p {
  color: #444;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 0;
  transition: color 0.3s ease-in-out;
}
.swc_carruselhoras__label p:first-of-type {
  margin-bottom: 17px;
  position: relative;
}
.swc_carruselhoras__label p:first-of-type:before {
  background: #ec0000;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 22px;
  transform: translateX(-50%);
  transition: background 0.3s ease-in-out;
  width: 12px;
}
.swc_carruselhoras__label.disabled {
  pointer-events: none;
}
.swc_carruselhoras__label.disabled p {
  color: #ccc;
}
.swc_carruselhoras__label.disabled p:first-of-type:before {
  background: #ccc;
}
.swc_carruselhoras .slick-arrow {
  background: #fff;
  border: none;
  height: 100%;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 38px;
}
.swc_carruselhoras .slick-arrow:before {
  color: #959595;
  content: "\e900";
  font-family: swcicons;
  left: 50%;
  position: absolute;
  text-indent: 0;
  top: 50%;
}
.swc_carruselhoras .slick-prev {
  border-right: 1px solid #d8d8d8;
  left: 0;
}
.swc_carruselhoras .slick-prev:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.swc_carruselhoras .slick-next {
  border-left: 1px solid #d8d8d8;
  right: 0;
}
.swc_carruselhoras .slick-next:before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.swc_carruselhoras__info {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 44px;
}
.swc_carruselhoras__infoTxt {
  align-items: center;
  display: flex;
  margin: auto;
  padding: 0 0 15px;
  width: 120px;
}
.swc_carruselhoras__infoCircle {
  border-radius: 50%;
  height: 24px;
  margin-right: 10px;
  width: 24px;
}
.swc_carruselhoras__infoCircle.disponible {
  background: #fff;
  border: 1px solid #d8d8d8;
}
.swc_carruselhoras__infoCircle.reservado {
  background: #ec0000;
}
.swc_carruselhoras__infoCircle.bloqueado {
  background: #ccc;
}
.swc_aceptarterminos {
  margin: 0 auto 44px;
}
.swc_step {
  display: none;
}
.swc_step.active {
  display: block;
}
.swc_vermastoggle:before {
  content: "Ver menos";
}
.swc_accordion .card {
  border: none;
}
.swc_accordion .card-header {
  background: #fff;
  border: 1px solid #cedee7;
  border-left: none;
  border-right: none;
  padding: 0;
}
.swc_accordion .card-header.collapsed .swc_accordion__title {
  background-color: #fff;
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease;
}
.swc_accordion .card-header.collapsed .swc_accordion__title:hover {
  background-color: #f6f6f6;
}
.swc_accordion .card-header.collapsed .swc_accordion__title .icon {
  transform: translateY(-50%) rotate(90deg);
}
.swc_accordion .card-header.collapsed .swc_vermastoggle:before {
  content: "Ver más";
}
.swc_accordion .card-body {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.swc_accordion .card-body-post ul li {
  margin: 0 0 34px 27px;
  position: relative;
}
.swc_accordion .card-body-post ul li:last-child {
  margin-bottom: 0;
}
.swc_accordion .card-body-post ul li:before {
  background: #444;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: -18px;
  position: absolute;
  top: 8px;
  width: 6px;
}
.swc_accordion__title {
  background: #f6f6f6;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  cursor: pointer;
  padding: 16px 56px 16px 16px;
  position: relative;
}
.swc_accordion__title .icon {
  color: #ec0000;
  font-size: 10px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  transition: transform 0.3s ease;
}
.swc_accordion__inner .card-header.collapsed .swc_accordion__title:hover {
  background-color: #fff;
}
.swc_accordion__inner .swc_accordion__title {
  background-color: #fff;
  font-size: 16px;
}
.swc_accordionvideocountdown__cardheader {
  pointer-events: none;
}
.swc_accordionvideocountdown__slidedown {
  pointer-events: auto;
}
.swc_accordionvideocountdown .card {
  background-color: #3a3a3d;
}
.swc_accordionvideocountdown .card-header {
  background-color: #3a3a3d;
  padding: 14px 0;
}
.swc_accordionvideocountdown .card-header.collapsed .swc_accordion__title,
.swc_accordionvideocountdown
  .card-header.collapsed
  .swc_accordion__title:hover {
  background-color: #3a3a3d;
}
.swc_accordionvideocountdown .card-body {
  padding: 0 0 40px;
}
.swc_accordionvideocountdown .swc_accordion__title {
  background-color: #3a3a3d;
  background-color: #ff1493 !important;
  padding: 0;
  position: absolute;
  right: -18px;
  top: 30px;
}
.swc_accordionvideocountdown .swc_accordion__title .icon {
  color: #fff;
  font-size: 20px;
  z-index: 1;
}
.swc_accordionvideocountdown .swc_talkvideo__thumb {
  cursor: auto;
  max-width: 900px;
}
.swc_accordionvideocountdown .swc_talkvideo__thumb:before {
  content: none;
}
.swc_accordionvideocountdown__titles {
  margin-right: 32px;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.swc_accordionvideocountdown__titles.hide {
  opacity: 0;
}
.swc_accordionvermas > .card:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8;
}
.swc_accordionvermas .card {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  margin-bottom: 8px;
}
.swc_accordionvermas .card-header {
  border: none;
  border-top: 1px solid #e8e8e8;
}
.swc_accordionvermas__header {
  background-color: #f9fcfd;
  padding: 12px 20px;
}
.swc_accordionvermas .card-header.collapsed .swc_accordion__title:hover,
.swc_accordionvermas__vermastrigger {
  background-color: #fff;
}
.swc_accordionvermas__vermastrigger {
  color: #7c7c7c;
  padding: 8px;
}
.swc_accordionvermas__vermastrigger .icon {
  color: #444;
  font-weight: 700;
  margin-left: 10px;
  right: auto;
}
.swc_accordionvermas__coffeeimg {
  height: 68px;
  margin: 0 20px 0 0;
}
.swc_accordionvermas__tablerow {
  border-top: 1px solid #e6e6e6;
  padding: 10px 0 10px 14px;
}
.swc_accordionvermas__tablerow:first-child {
  border-top: none;
}
.swc_accordionvermas__tableinfotext {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 14px;
  padding: 8px;
}
.swc_accordionvermas__tableinfototal {
  background-color: #f1f1f1;
}
.swc_accordionvermas .swc_repetirpedido {
  margin: 0 24px 24px;
}
.swc_accordioncont {
  padding: 24px 0;
}
.swc_accordion--lineplane {
  padding: 0 16px;
}
.swc_accordion--lineplane .card {
  border-bottom: 1px solid #cedee7;
  border-radius: 0;
}
.swc_accordion--lineplane .card-header {
  border: none;
  border-top: 1px solid #cedee7;
}
.swc_accordion--lineplane .card-header.collapsed .swc_accordion__title:hover {
  background-color: inherit;
}
.swc_accordion--lineplane .card-body {
  font-size: 14px;
  line-height: 18px;
  padding: 11px 0 16px;
}
.swc_accordion--lineplane .swc_accordion__title {
  background-color: inherit;
  border: none;
  border-bottom: 1px solid #cedee7;
  padding-left: 0;
}
.swc_accordion--lineplane .swc_accordion__title .icon {
  right: 10px;
}
.swc_table {
  color: #767676;
  font-size: 16px;
  line-height: 22px;
}
.swc_table td {
  padding: 16px;
}
.swc_table--agendamiento td {
  padding: 26px 10px;
}
.swc_tdh100 {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swc_tdbgcheck {
  background-color: #f6f6f6;
}
.swc_tdbgcheck:before {
  background: #fff;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 6px;
}
.swc_nav .nav-item {
  text-align: center;
}
.swc_nav .nav-link {
  align-items: center;
  background-color: #fff;
  border: none;
  border-bottom: #fff;
  border-radius: 0;
  color: #444;
  display: flex;
  font-size: 14px;
  height: 100%;
  justify-content: center;
  line-height: 24px;
  padding: 16px 32px;
  transition: background-color 0.3s ease-in-out,
    border-bottom-color 0.3s ease-in-out;
  white-space: nowrap;
}
.swc_nav .nav-link:after {
  background: #ec0000;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transition: transform 0.5s ease;
  width: 100%;
}
.swc_nav .nav-link:hover,
.swc_nav .nav-link:hover:active {
  background: #f3f3f3;
  border-bottom-color: #f3f3f3;
}
.swc_nav .nav-link:focus {
  border-bottom-color: #fff;
}
.swc_nav .nav-link:focus:hover {
  border-bottom-color: #f3f3f3;
}
.swc_nav .nav-link.active,
.swc_nav .nav-link.active:hover {
  background: #fff;
  color: #ec0000;
}
.swc_nav .nav-link.active:after,
.swc_nav .nav-link.active:hover:after {
  transform: scaleX(1);
}
.swc_nav .tab-content {
  padding-top: 24px;
}
.swc_nav .tab-pane.active {
  -webkit-animation: slide-down 1s ease;
  animation: slide-down 1s ease;
}
.swc_navtabresponsive {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
.swc_nav--pills .nav-link {
  color: #ec0000;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 9px 20px;
}
.swc_nav--pills .nav-link:after {
  content: none;
}
.swc_nav--pills .nav-link:hover,
.swc_nav--pills .nav-link:hover:active {
  background: #f3f3f3;
  border-bottom-color: #f3f3f3;
}
.swc_nav--pills .nav-link:focus {
  border-bottom-color: #fff;
}
.swc_nav--pills .nav-link:focus:hover {
  border-bottom-color: #f3f3f3;
}
.swc_nav--pills .nav-link.active,
.swc_nav--pills .nav-link.active:hover {
  background: #ec0000;
  color: #fff;
}
.swc_nav--pills .nav-link.active:after,
.swc_nav--pills .nav-link.active:hover:after {
  transform: scaleX(1);
}
.swc_nav--pills .nav-item {
  border: 1px solid #ec0000;
  overflow: hidden;
}
.swc_nav--pills .nav-item:first-child {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.swc_nav--pills .nav-item:last-child {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.swc_nav--toolkit {
  border: none;
}
.swc_nav--toolkit .nav-item {
  margin: 0 6px 14px;
  width: 100%;
}
.swc_nav--toolkit .nav-item:first-child {
  margin-left: 20px;
}
.swc_nav--toolkit .nav-item:last-child {
  margin-right: 20px;
}
.swc_nav--toolkit .nav-link {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 8px 0 rgba(25, 25, 25, 0.15);
  color: #444;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  justify-content: center;
  line-height: 18px;
  padding: 0;
  position: relative;
  transform: translateY(0);
  transition: background-color 0.5s, color 0.5s, transform 0.4s;
}
.swc_nav--toolkit .nav-link .icon {
  align-items: center;
  border-radius: 50%;
  color: #137e84;
  display: flex;
  font-size: 33px;
  height: 60px;
  justify-content: center;
  transition: background-color 0.3s, border-color 0.3s;
  width: 60px;
}
.swc_nav--toolkit .nav-link.active,
.swc_nav--toolkit .nav-link.active:hover {
  background-color: #1bb3bc;
  color: #fff;
  font-family: SantanderMicroTextW05-SmBd;
}
.swc_nav--toolkit .nav-link.active:after,
.swc_nav--toolkit .nav-link.active:hover:after {
  transform: scaleY(1);
}
.swc_nav--toolkit .nav-link.active:hover,
.swc_nav--toolkit .nav-link.active:hover:hover {
  transform: translateY(0);
}
.swc_carta,
.swc_carta__shadowTop {
  position: relative;
}
.swc_carta__shadowTop:after {
  bottom: -100px;
  box-shadow: inset 0 5px 9px 0 rgba(51, 41, 39, 0.09);
  content: "";
  display: block;
  height: 100px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.swc_carta__shadowBottom {
  position: relative;
}
.swc_carta__shadowBottom:after {
  bottom: 0;
  box-shadow: inset 0 -5px 9px 0 rgba(51, 41, 39, 0.09);
  content: "";
  display: block;
  height: 100px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
}
.swc_carta .swc_key__txt {
  text-align: left;
}
.swc_coffee__sprice {
  font-size: 17px;
}
.swc_coffee__pricenormal {
  font-size: 14px;
  line-height: 16px;
  text-decoration: line-through;
}
.swc_card {
  padding: 16px 10px;
}
.swc_card__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}
.swc_card__pricenormal {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2px;
}
.swc_card__pricesantander {
  color: #ec0000;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}
.swc_cards {
  margin-left: -12px;
  margin-right: -12px;
  width: calc(100% - 24px);
}
.swc_coffeecard {
  background-color: #fff;
  bottom: 147px;
  color: #000;
  left: 0;
  overflow-x: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.swc_coffeecard__card {
  background: #000;
  background: linear-gradient(90deg, #000, #1d252d);
  color: #fff;
  overflow: hidden;
  padding: 0 20px 20px;
  position: relative;
}
.swc_coffeecard__logo {
  left: 20px;
  position: absolute;
  top: 20px;
}
.swc_coffeecard__coffeeimg {
  height: 150px;
  margin: 50px auto 10px;
  width: 150px;
}
.swc_coffeecard__description {
  margin: 10px;
  text-align: center;
}
.swc_coffeecard__extras {
  padding: 20px;
}
.swc_coffeecard__footer {
  background: #fff;
  border-top: 1px solid #ddd;
  bottom: 0;
  left: 0;
  padding: 10px 20px 20px;
  position: fixed;
  right: 0;
  width: 100%;
}
.swc_coffeecard__footer:before {
  box-shadow: inset 0 -5px 9px 0 rgba(51, 41, 39, 0.09);
  content: "";
  display: block;
  height: 100px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -100px;
  width: 100%;
}
.swc_coffeecard__info {
  margin-bottom: 12px;
  width: 100%;
}
.swc_coffeecard__info td {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.swc_coffeecard .swc_key {
  margin: 0 6px 12px;
}
.swc_coffeecard .swc_keypad {
  margin: 0 -6px;
  width: calc(100% + 16px);
}
.swc_coffeecard .swc_key__txt {
  font-size: 14px;
  line-height: 16px;
}
.swc_coffeecard .swc_marketcart__item {
  margin: 0 16px 20px;
  min-width: 288px;
}
.swc_coffeecard .swc_marketcart__item .swc_key__button {
  height: 100px;
  width: 100%;
}
.swc_marketcart__item {
  margin: 0 0 20px;
  position: relative;
}
.swc_marketcart .swc_key__button {
  cursor: default;
  padding: 14px;
  position: relative;
}
.swc_marketcart .swc_key__button:hover {
  background-color: #fff;
}
.swc_marketcart .swc_key__txt {
  text-align: left;
}
.swc_marketcart .swc_selectcount {
  bottom: 14px;
  position: absolute;
  right: 14px;
}
.swc_marketcart .swc_cleanmarketcart {
  color: #ec0000;
  font-size: 18px;
  position: absolute;
  right: 14px;
  top: 8px;
}
.swc_marketcarttotal {
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0 0;
}
.swc_finalizarcompra_title {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 27px;
  padding-bottom: 8px;
  text-align: center;
}
.swc_finalizarcompracolumninner {
  margin: 0 0 40px;
}
.swc_checktarjeta {
  border: 1px solid #ec0000;
  margin: 0 0 20px;
}
.swc_checktarjeta__header {
  background-color: #ec0000;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 3px 16px;
}
.swc_checktarjeta__header .icon {
  padding-right: 10px;
}
.swc_checktarjeta__body {
  height: 70px;
}
.swc_checktarjeta__check {
  width: 58px;
}
.swc_checktarjeta__check .swc_check_label {
  margin-bottom: 23px;
  padding-left: 20px;
}
.swc_checktarjeta__name {
  font-size: 13px;
  line-height: 18px;
  margin-left: 12px;
}
.swc_checktarjeta__nametitle {
  font-size: 16px;
  line-height: 22px;
}
.swc_checktarjeta__logo {
  width: 28px;
}
.swc_checktarjeta .swc_contcheck .swc_cleanmarketcart {
  margin: 20px;
}
.swc_checktarjeta .swc_contcheck .icon {
  font-size: 18px;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-duration: 2.5s !important;
  animation-duration: 2.5s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.swc_previa__cover {
  position: relative;
}
.swc_previa__coming {
  background: #ec0000;
  color: #fff;
  font-size: 13px;
  left: 10px;
  padding: 2px 5px;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
}
.swc_previa__img {
  filter: grayscale(1) brightness(0.5);
}
.swc_previa__countdown {
  color: #fff;
  font-size: 7.188vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.swc_previa__logo {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 54px;
}
.swc_previa__description {
  padding: 14px;
}
.swc_previa__title {
  font-size: 28px;
  line-height: 40px;
}
.swc_previa__speaker {
  font-size: 17px;
  line-height: 19px;
}
.swc_selectcount {
  background-color: #fff;
  margin: 12px auto auto;
  width: 104px;
}
.swc_selectcount__button,
.swc_selectcount__number {
  border: none;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  height: 32px;
  width: 32px;
}
.swc_selectcount__number {
  align-items: center;
  background-color: #fff;
  border-radius: 0;
  display: flex;
  justify-content: center;
}
.swc_selectcount__button {
  background-color: #eff6f9;
  border: 1px solid #eff6f9;
  color: #ec0000;
  display: block;
  position: relative;
  text-indent: -9999px;
  transition: all 0.3s ease-in-out;
}
.swc_selectcount--left:after,
.swc_selectcount--left:before,
.swc_selectcount--right:after,
.swc_selectcount--right:before {
  background-color: #444;
  border-radius: 1px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%), rotate(0deg);
  width: 12px;
}
.swc_selectcount--left:before {
  content: none;
}
.swc_selectcount--right:before {
  transform: rotate(90deg);
}
.swc_videobox__video {
  position: relative;
}
.swc_videobox__txt {
  flex: 0 0 40%;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  padding: 16px;
}
.swc_videobox__txttitle {
  margin: 0 0 17px;
}
.swc_videobox__txtsubtitle {
  font-weight: 300;
}
.swc_accessworkcafe {
  margin-left: auto;
  margin-right: auto;
}
.swc_accessworkcafe .slick-slide {
  margin: 8px 8px 40px;
}
.swc_accessworkcafe__logo {
  margin: 40px 20px 0;
  width: 218px;
}
.swc_accessworkcafe__title {
  margin: 32px auto;
  text-align: center;
}
.swc_accessworkcafe__slide {
  background-color: transparent;
  color: #444;
  height: 100%;
  padding: 16px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.swc_accessworkcafe__slide:hover {
  background-color: #f5f5f5;
}
.swc_accessworkcafe__icon {
  font-size: 50px;
  margin-bottom: 16px;
}
.swc_accessworkcafe__nameaccess {
  font-size: 14px;
  text-align: center;
}
.swc_toast {
  background-color: #222;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  opacity: 0;
  padding: 16px;
  position: fixed;
  z-index: 1;
}
.swc_toast__bottomleft {
  bottom: 26px;
  left: 26px;
  transform: translateY(76px);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.swc_toast__bottomleft.active {
  opacity: 1;
  transform: translateY(0);
}
.swc_hubspotform .hs-fieldtype-text {
  border: 2px solid red;
}
.swc_tag {
  border-radius: 8px;
  display: inline-flex;
  margin: 0 8px 8px 0;
  padding: 2px 12px;
}
.swc_tagsky {
  background-color: #f6fafc;
  color: #257fa4;
}
.swc_tagsky--premium {
  background-color: #d2f0f2;
  color: #137e84;
}
.swc_taggreen {
  background-color: #e0f2e1;
  color: #3a8340;
}
.swc_tagred {
  background-color: #fccccc;
  color: #900;
}
.swc_tagnewlabel:after {
  background-color: #32bbc3;
  border-radius: 8px;
  color: #fff;
  content: "Nuevo";
  display: inline-flex;
  font-size: 13px;
  line-height: 16px;
  padding: 2px 8px;
  position: absolute;
}
.swc_tagtooltip {
  background: #1bb3bc;
  border-radius: 4px;
  color: #fff;
}
.swc_switchcont {
  height: 32px;
}
.swc_switch__textleft {
  font-size: 18px;
  line-height: 24px;
  margin: 0 17px 0 0;
}
.swc_switch .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.swc_switch
  .custom-control-input:focus:not(:checked)
  ~ .custom-control-label:before {
  border: 1px solid #ccc;
}
.swc_switch.custom-switch .custom-control-label {
  cursor: pointer;
}
.swc_switch.custom-switch .custom-control-label:before {
  background-color: #f0f0f0;
  border-radius: 40px;
  height: 32px;
  top: 0;
  width: 62px;
}
.swc_switch.custom-switch .custom-control-label:after {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.12);
  height: 30px;
  left: -35px;
  top: 1px;
  width: 30px;
}
.swc_switch.custom-switch
  .custom-control-input:checked
  ~ .custom-control-label:after {
  transform: translateX(30px);
}
.swc_switch.custom-switch
  .custom-control-input:checked
  ~ .custom-control-label:before {
  background-color: #63ba68;
  border-color: #008437;
}
.swc_switch--xs {
  margin-top: 3px;
}
.swc_switch--xs.custom-switch .custom-control-label {
  cursor: pointer;
}
.swc_switch--xs.custom-switch .custom-control-label:before {
  height: 24px;
  top: 0;
  width: 46px;
}
.swc_switch--xs.custom-switch .custom-control-label:after {
  height: 22px;
  top: 1px;
  width: 22px;
}
.swc_switch--xs.custom-switch
  .custom-control-input:checked
  ~ .custom-control-label:after {
  transform: translateX(22px);
}
.swc_fz_13 {
  font-size: 13px;
}
.swc_fz_14 {
  font-size: 14px;
}
.swc_fz_16 {
  font-size: 16px;
}
.swc_fz_18 {
  font-size: 18px !important;
}
.swc_fz_20 {
  font-size: 20px;
}
.swc_fz_24 {
  font-size: 24px !important;
}
.swc_pt_48 {
  padding-top: 48px;
}
.swc_pt_42 {
  padding-top: 42px;
}
.swc_pt_30 {
  padding-top: 30px;
}
.swc_pt_16 {
  padding-top: 16px;
}
.swc_pb_48 {
  padding-bottom: 48px;
}
.swc_pb_30 {
  padding-bottom: 30px;
}
.swc_pb_16 {
  padding-bottom: 16px;
}
.swc_mt_33 {
  margin-top: 33px;
}
.swc_mb_140 {
  margin-bottom: 140px;
}
.swc_mb_112 {
  margin-bottom: 112px;
}
.swc_mb_70,
.swc_mb_80 {
  margin-bottom: 48px;
}
.swc_mb_62 {
  margin-bottom: 62px;
}
.swc_mb_52 {
  margin-bottom: 52px !important;
}
.swc_mb_48 {
  margin-bottom: 48px;
}
.swc_mb_42 {
  margin-bottom: 42px;
}
.swc_mb_38 {
  margin-bottom: 8px;
}
.swc_mb_32 {
  margin-bottom: 32px !important;
}
.swc_mb_30 {
  margin-bottom: 30px;
}
.swc_mb_26 {
  margin-bottom: 26px;
}
.swc_mb_24 {
  margin-bottom: 24px;
}
.swc_mb_20 {
  margin-bottom: 20px;
}
.swc_mb_16 {
  margin-bottom: 16px;
}
.swc_mb_12 {
  margin-bottom: 12px;
}
.swc_mb_8 {
  margin-bottom: 8px;
}
.swc_m30 {
  margin: 30px;
}
.swc_mw680 {
  max-width: 680px;
}
.swc_mw660 {
  max-width: 660px;
}
.swc_mw537 {
  max-width: 537px;
}
.swc_mw362 {
  max-width: 362px;
}
.swc_gap16 {
  gap: 16px;
}
.swc_gap8 {
  gap: 8px;
}
.swc_marginfix_16minus {
  margin: 0 -16px;
}
.swc_shadow {
  box-shadow: 0 2px 4px 0 rgba(25, 25, 25, 0.15);
}
.swc_shadowspread {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.swc_shadow_30 {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.31);
}
.swc_shadow_innertoolkit:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);
  bottom: 61px;
  content: "";
  display: block;
  height: 50px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
}
.swc_shadow_innertoolkit--typeb:after {
  bottom: 120px;
}
.swc_shadow--white {
  position: relative;
}
.swc_shadow--white:after,
.swc_shadow--white:before {
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.swc_shadow--white:after {
  background: linear-gradient(0deg, #fff 20%, hsla(0, 0%, 100%, 0));
  bottom: 0;
  top: auto;
}
.swc_shadow--inner {
  margin: -20px 0;
  padding: 30px 0 40px;
}
.swc_shadowfilter {
  filter: drop-shadow(0 2px 4px rgba(25, 25, 25, 0.15));
}
.swc_radius_four {
  border-radius: 4px;
}
.swc_radius_eight {
  border-radius: 8px;
}
.swc_radius_twelve {
  border-radius: 12px;
}
.swc_radius_sixteen {
  border-radius: 16px;
}
.swc_radius_twentytwo {
  border-radius: 22px;
}
.swc_opacity_null {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.swc_opacity_active {
  opacity: 1;
}
.swc_elementCenter {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.swc_color_warning {
  color: #e59d27;
}
.swc_color_error {
  color: #ff8f84;
}
.swc_color_success {
  color: #63ba68;
}
.swc_color_info {
  color: #1bb3bc;
}
.swc_color_primary {
  color: #ec0000;
}
.swc_color_gray {
  color: #444 !important;
}
.swc_color_turquoise {
  color: #1bb3bc;
}
.swc_color_darkcyan {
  color: #137e84;
}
.swc_color_boston {
  color: #c00;
}
.swc_color_mediumgray {
  color: #787878;
}
.swc_color_secondaryADarkYellow {
  color: #946f00;
}
.swc_color_support_error {
  color: #c00;
}
.swc_bg_primary {
  background-color: #ec0000;
}
.swc_bg_primaryBoston {
  background-color: #ff7a7a;
}
.swc_bg_success {
  background-color: #63ba68;
}
.swc_bg_turquoise {
  background-color: #1bb3bc;
}
.swc_bg_mostaza {
  background-color: #E69D27;
}
.swc_bg_mediumViolet {
  background-color: #9F3667;
}
.swc_bg_gray {
  background-color: #444;
}
.swc_bg_black {
  background-color: #000;
}
.swc_bg_dark3 {
  background-color: #3a3a3d;
}
.swc_bg_dark4 {
  background-color: #434348;
}
.swc_bg_colorGrayNeutral10 {
  background-color: #f6f6f6;
}
.swc_bg_darkcyan {
  background-color: #137e84;
}
.swc_bg_secondaryPurple {
  background-color: #9e3667;
}
.swc_bg_secondaryYellow {
  background-color: #fc3;
}
.swc_p30 {
  padding: 30px;
}
.swc_labelestrella {
  background: #257fa4;
  border-radius: 0 0 20px 20px;
  height: 38px;
  padding: 9px 6px 8px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 0;
  width: 36px;
  z-index: 1;
}
.swc_labelestrella .icon-star {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  color: #fff;
  display: block;
  font-size: 18px;
}
.swc_w200 {
  width: 200px;
}
.swc_w190 {
  width: 190px;
}
.swc_w1140 {
  width: 1140px;
}
.swc_wsnowrap {
  white-space: nowrap;
}
.swc_legalessup p {
  font-size: 13px;
  margin-bottom: 0;
}
.swc_legalessup p sup {
  font-size: 8px;
}
.swc_playvideo {
  background: url(../img/play.svg) no-repeat 50%;
  height: 84px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
}
.swc_legendcaptcha {
  font-weight: 300;
}
.swc_cursor_reset {
  cursor: default;
}
.swc_linetrought {
  text-decoration: line-through;
}
.swc_stamp {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  height: 42px;
  width: 42px;
}
.swc_stamp .icon {
  font-size: 21px;
}
.swc_border {
  border: 1px solid #dcdcdc;
}

.swc_border_personal_information {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
}

.swc_discountlabel {
  background-color: #414141;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  padding: 18px 10px 13px;
  position: absolute;
  right: 16px;
  top: 0;
}
.swc_discountlabel--stamp {
  background-color: #1bb3bc;
  padding: 7px 8px 8px;
  right: 35px;
  top: -16px;
}
.swc_discountlabel--stamp .icon {
  font-size: 26px;
}
.swc_iconleft {
  margin: 0 12px 0 0;
  transform: rotateY(-180deg);
}
.swc_iconright {
  margin-left: 12px;
}
.swc_infonumsucursal__cont {
  float: left;
  margin-left: 80px;
}
.swc_infonumsucursal__num {
  font-size: 68px;
  font-style: italic;
  line-height: 1;
}
.swc_infonumsucursal__suc {
  font-size: 15px;
  line-height: 1;
}
.swc_infonumsucursal__chile {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 12px;
}
.swc_loadingarticles {
  color: #767676;
  font-size: 18px;
  line-height: 24px;
  padding: 50px 16px 44px;
}
.swc_visuallyhidden {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.swc_lateralhide {
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
  z-index: 9999;
}
.swc_lateralshow {
  transform: translateX(0);
  z-index: 9999;
}
.swc_displayhide {
  display: none;
}
.swc_chipscont {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.swc_centerflex {
  align-items: center;
  display: flex;
  justify-content: center;
}
.swc_absolute_center {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.swc_notbefore:before {
  content: none;
}
.swc_iconhistorical {
  color: #1bb3bc;
  font-size: 26px;
  padding: 8px 16px;
  position: absolute;
  right: 20px;
  top: -1px;
}
.swc_messageempty {
  margin: 48px 0 24px;
  min-height: 300px;
}
.swc_messageempty__icon {
  font-size: 24px;
  margin-right: 12px;
}
.swc_messageempty__text {
  margin-top: 2px;
}
.swc_notificationdottext {
  position: relative;
}
.swc_notificationdottext:after {
  background: #1bb3bc;
  border-radius: 50%;
  bottom: 15px;
  content: "";
  height: 6px;
  position: absolute;
  right: -10px;
  width: 6px;
}
.swc_notificationdot {
  position: relative;
}
.swc_notificationdot:after {
  background: #1bb3bc;
  border-radius: 50%;
  content: "";
  height: 6px;
  position: absolute;
  right: -3px;
  top: -3px;
  width: 6px;
}
.swc_layout_fixed {
  table-layout: fixed;
}
.swc_grid__mdtwo {
  display: grid;
  gap: 30px;
  grid-template: 1fr/1fr;
}
.swc_list_square {
  list-style: square;
}
.overflowx-auto {
  overflow-x: auto;
}
.highlight {
  color: #ec0000;
}
.highlight .icon {
  display: inline-block;
  margin-right: 2px;
}
.highlight--turquoise {
  color: #1bb3bc;
}
.color-black {
  color: #000;
}
.color-white {
  color: #fff;
}
.text-decoration-through {
  text-decoration: line-through;
}
.text-decoration-underline {
  text-decoration: underline;
}
.badge {
  background: #ec0000;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 0 8px 0 0;
  padding: 0 8px;
}
.badge--secondary {
  background: #fff;
  border: 1px solid #ec0000;
  color: #ec0000;
  margin: 0 8px 8px 0;
}
.badge--secondary .badge-close {
  color: #ec0000;
  font-size: 9px;
  font-weight: 700;
  margin: 0 -2px 0 8px;
}
[data-scroll="on"] {
  cursor: pointer;
}
.transition-none {
  transition: none !important;
}
.disabled {
  filter: opacity(0.7) grayscale(1);
}
.disabled,
.disabled-events {
  pointer-events: none;
}
.swc_step2 .disabled,
.swc_step2 .disabled--slide {
  filter: opacity(0.3) grayscale(1);
  pointer-events: none;
}
.swcnew_stars .swcnew_icon.swcnew_yellow {
  color: #ec0000;
}
.swcnew_stars.swcnew_icon {
  cursor: pointer;
  font-size: 22px;
  margin: 0 10px 30px;
}
.swcnew_stars input[type="radio"] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
}
.swc_valoracion {
  cursor: pointer;
  gap: 5px;
  margin-right: 20px;
}
.swc_valoracion p:first-child {
  cursor: auto;
}
.swc_valoracion .icon {
  cursor: pointer;
  margin-bottom: 0;
}
.swc_valoracion .icon-star {
  color: #d8d8d8;
  font-size: 22px;
}
.swc_valoracion .icon-starfilled {
  color: #fc3;
  font-size: 20px;
}
.swc_valoracion input[type="radio"] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
}
.heartBeat {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  24% {
    transform: scale(1);
  }
  38% {
    transform: scale(1.1);
  }
  66% {
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  24% {
    transform: scale(1);
  }
  38% {
    transform: scale(1.1);
  }
  66% {
    transform: scale(1);
  }
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translate3d(0, 32px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translate3d(0, 32px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
[data-tab-target] {
  display: none;
}
[data-tab-target].active {
  display: block;
}
@media (min-width: 320px) {
  .swc_homeintro__comunidad {
    margin-bottom: 1.875vw;
    margin-right: 6.25vw;
    width: 41.25vw;
  }
  .swc_homeintro__txt {
    font-size: 6.875vw;
    line-height: 10vw;
  }
}
@media (min-width: 360px) {
  .swc_coffeeshopitem__imgcont {
    flex: 0 0 163px;
  }
}
@media (min-width: 425px) {
  .swc_login__innercont {
    padding: 12%;
  }
}
@media (min-width: 426px) {
  .swc_finalizarcompracolumninner {
    margin: 0 20px 40px;
  }
}
@media (min-width: 428px) {
  .swc_homeintro__comunidad {
    margin-bottom: 8px;
    margin-right: 27px;
    width: 176px;
  }
  .swc_homeintro__txt {
    font-size: 29px;
    line-height: 42px;
  }
}
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .drp-calendar,
  .daterangepicker.single .ranges {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-bottom-left-radius: 0;
    border-left: none;
    border-top-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .drp-calendar,
  .daterangepicker .ranges {
    float: left;
  }
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .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%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .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%;
  }
  .form-inline label {
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    align-items: center;
    display: flex;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap;
  }
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 0;
    width: auto;
  }
  .form-inline .form-check-input {
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0.25rem;
    margin-top: 0;
    position: relative;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
  .dropdown-menu-sm-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-sm-right {
    left: auto;
    right: 0;
  }
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
  .jumbotron {
    padding: 4rem 2rem;
  }
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .swc_headerv2__accountusericon {
    padding-right: 10px;
    pointer-events: none;
  }
  .swc_userbar__sectioncurrent {
    display: block;
  }
  .swc_homeintrov2__txtcont {
    left: auto;
  }
  .swc_heroboxtext__subtitle {
    font-size: 36px;
  }
  .swc_hero--listatienda .swc_listatiendainfo__logo {
    margin: 20px auto 10px;
  }
  .swc_footerinfo {
    padding: 16px 0;
  }
  .swc_footerinfo__logo {
    margin: 0 auto 32px;
  }
  .swc_footerinfo__colright {
    border-left: 1px solid #979797;
  }
  .swc_footerinfo__santander {
    margin-top: 20px;
  }
  .swc_boxtype--a .swc_box__body {
    padding: 40px 54px;
  }
  .swc_boxtype--b .swc_box__footer .swc_btn_cont {
    max-width: 380px;
  }
  .swc_boxfullwidth {
    margin-bottom: 16px;
    max-width: 100%;
  }
  .swc_boxstep__img {
    margin: 20px;
  }
  .swc_boxstep__txt {
    font-size: 20px;
  }
  .swc_boxstep__txtcont {
    margin: 0;
    width: auto;
  }
  .swc_boxstep {
    align-items: center;
  }
  .swc_boxstep:nth-child(odd) {
    flex-direction: row;
    text-align: left;
  }
  .swc_boxstep:nth-child(2n) {
    flex-direction: row-reverse;
    text-align: right;
  }
  .swc_boxcodenumber__cont {
    gap: 16px;
  }
  .swc_perfilinfo__social {
    margin: 0 0 0 14px;
  }
  .swc_perfilv2__editemprendicon {
    margin: 0 8px;
  }
  .swc_tableprice--double {
    width: 560px !important;
  }
  .swc_tableprice--full {
    border-radius: 4px 4px 16px 16px;
    border-top: 5px solid #1bb3bc;
  }
  .swc_zigzagbox {
    margin: 0 12px 44px;
    width: 296px !important;
  }
  .swc_webinars {
    margin: 0 auto 45px;
  }
  .swc_webinarsimg__img {
    min-height: 264px;
  }
  .swc_webinarstxt {
    padding: 26px;
  }
  .swc_iconviewer {
    max-width: 470px;
  }
  .swc_iconviewer--google {
    max-width: 540px;
  }
  .swc_iconviewer--google .swc_iconviewer__iconcont {
    width: 50px;
  }
  .swc_iconviewer__iconcont {
    margin: 0 24px 24px;
    width: auto;
  }
  .swc_blog__maintitlecont {
    padding: 0 16px 23px;
  }
  .swc_boxic {
    padding: 70px 16px 24px;
  }
  .swc_boxic__cont {
    gap: 16px;
    margin-bottom: 56px;
  }
  .swc_empboxinfo__item {
    margin: 0 14px 4px 0;
  }
  .swc_reservasbandinfoicons {
    gap: 40px 0;
    max-width: 770px;
  }
  .swc_reservasbandinfoicons__text {
    font-size: 18px;
    line-height: 24px;
  }
  .swc_videocountdown__cont {
    margin: -12px 0 32px;
  }
  .swc_mentoriasbgprogramas {
    margin-top: -56px;
  }
  .swc_mentoriaspremiosboxic .swc_boxic {
    padding-bottom: 24px;
  }
  .swc_minisurveybox {
    right: 26px;
  }
  .swc_assistantbar__delete {
    margin-bottom: 20px;
  }
  .swc_modaltool__logo {
    height: 150px;
    margin: 80px 0 22px 22px;
    width: 150px;
  }
  .swc_modaltool__title {
    margin: auto 100px 22px 16px;
  }
  .swc_modaltool__infodcto {
    margin: 34px 43px;
    padding: 13px 44px;
  }
  .swc_coffeeshopitem__imgcont {
    flex: 0 0 199px;
  }
  .swc_coffeeshopitem__text {
    padding: 16px 16px 13px;
  }
  .swc_coffeeproductselect__title {
    font-size: 18px;
    line-height: 24px;
  }
  .swc_coffeeproductselect__price {
    font-size: 20px;
  }
  .swc_coffeeproductselect__table td.swc_coffeeproductselect__title {
    padding-right: 30px;
  }
  .swc_coffeeboucher__legend {
    margin: 0 2px;
  }
  .swc_coffeeboucherinner {
    margin-bottom: 30px;
  }
  .swc_coffeeboucherresume {
    padding: 18px 26px;
  }
  .swc_startupubication__logo {
    max-width: none;
    width: 180px;
  }
  .swc_destacadoscards.swc_slidertutorialestool .swc_box {
    margin: 0 16px 45px;
  }
  .swc_lightboxLateral__postcont--typeb {
    padding: 20px 20px 80px;
  }
  .swc_login__innercont {
    padding: 82px;
  }
  .swc_btn {
    font-size: 16px;
  }
  .swc_btn_cont {
    max-width: 500px;
  }
  .swc_btn_cont .col-12 {
    padding: 0 8px;
  }
  .swc_btn_cont--full .swc_btn {
    width: 156px;
  }
  .swc_btn__volver {
    left: -82px;
    top: 50%;
  }
  .swc_btnscontenidos {
    padding: 20px;
  }
  .toolkitSale {
    pointer-events: none;
  }
  .toolkitSale .swc_btn {
    pointer-events: auto;
  }
  .swc_bannermer .swc_stamp {
    height: 80px;
    right: 55px;
    width: 80px;
  }
  .swc_bannermerslide--destacado .icon-medal {
    font-size: 42px;
  }
  .swc_bannerdest .swc_boxaction__title {
    margin-top: 70px;
  }
  .swc_bannerdest .swc_labeldest {
    width: 524px;
  }
  .swc_bannernavidad__txt {
    padding: 20px;
  }
  .swc_slidercategorias {
    padding: 0 67px;
  }
  .swc_slidercategorias .slick-next,
  .swc_slidercategorias .slick-prev {
    width: 67px;
  }
  .swc_slidertableprices .slick-slide > div {
    padding: 0 8px;
  }
  .swc_slidertableprices--three .swc_tableprice {
    border-right: 1px solid #ddd;
    height: 100%;
    margin-bottom: 0;
    width: 385px !important;
  }
  .swc_slidertableprices--three .slick-slide .swc_tableprice.swc_shadow {
    width: 400px !important;
  }
  .swc_slidertableprices--three .slick-list {
    border-radius: 4px 4px 16px 16px;
    border-top: 5px solid #1bb3bc;
    box-shadow: 0 4px 8px 0 rgba(25, 25, 25, 0.15);
    margin-bottom: 45px;
    overflow: hidden;
  }
  .swc_slidertableprices--three .slick-dots {
    bottom: -39px;
  }
  .swc_slider--dotsright .slick-dots {
    bottom: 0;
    left: auto;
    right: 6px;
    transform: none;
  }
  .swc_sliderdescubrir {
    max-width: 416px;
  }
  .swc_sliderswc__img {
    height: 343px;
  }
  .swc_sliderswc__cta {
    width: 200px;
  }
  .swc_btn_report {
    right: 15px;
    top: 15px;
  }
  .swc_commentbox__input {
    margin-right: 18px;
  }
  .swc_commentbox__button {
    height: 53px;
    width: 53px;
  }
  .swc_commentbox--secondlevel {
    padding: 20px 20px 0;
  }
  .swc_commentbox--thirdlevel {
    padding: 0 20px;
  }
  .popover {
    max-width: 338px;
  }
  .swc_carruselhoras {
    padding: 0 68px;
  }
  .swc_carruselhoras .slick-arrow {
    width: 68px;
  }
  .swc_carruselhoras__infoTxt {
    margin: 0;
    padding: 0 15px;
    width: auto;
  }
  .swc_nav--toolkit .nav-link {
    height: 140px;
  }
  .swc_nav--toolkit .nav-link:hover {
    background-color: #c9ecef;
    transform: translateY(-10px);
  }
  .swc_nav--toolkit .nav-link:hover .icon {
    background-color: #fff;
    border-color: rgba(19, 126, 132, 0.3);
  }
  .swc_nav--toolkit .nav-link .icon {
    background: #f2fbfb;
    border: 1px solid #aed5d7;
    margin-bottom: 18px;
  }
  .swc_nav--toolkit .nav-link.active .icon,
  .swc_nav--toolkit .nav-link.active:hover .icon {
    background-color: #fff;
    border-color: rgba(19, 126, 132, 0.3);
  }
  .swc_shadow_innertoolkit--typeb:after {
    bottom: 87px;
  }
  .swc_stamp {
    height: 80px;
    width: 80px;
  }
  .swc_stamp .icon {
    font-size: 42px;
  }
  .swc_discountlabel--stamp {
    padding: 7px 11px 11px;
    right: 50px;
    top: -15px;
  }
  .swc_discountlabel--stamp .icon {
    font-size: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .swc_boxvotar__title {
    font-size: 2.995vw;
    line-height: 4.167vw;
  }
  .swc_bannerconversaciones__columnTxt {
    padding: 0 5.215vw;
  }
  .swc_bannerconversaciones__desc {
    font-size: 3vw;
    line-height: 5vw;
  }
  .swc_bannerconversaciones__speaker {
    font-size: 2.216vw;
    line-height: 2.477vw;
    margin-bottom: 5.997vw;
  }
  .swc_bannerconversaciones__date {
    font-size: 2.347vw;
    line-height: 2.608vw;
    margin-bottom: 0.522vw;
  }
  .swc_bannerconversaciones__legend {
    font-size: 1.695vw;
    line-height: 2.086vw;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .swc_blogarticles--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    float: left;
    width: auto;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .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%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .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%;
  }
  .dropdown-menu-md-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-md-right {
    left: auto;
    right: 0;
  }
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .swc_display_1 {
    font-size: 60px;
  }
  .swc_display_2 {
    font-size: 54px;
  }
  .swc_display_3 {
    font-size: 48px;
  }
  .swc_heading_1 {
    font-size: 42px;
  }
  .swc_heading_2 {
    font-size: 36px;
  }
  .swc_heading_3 {
    font-size: 32px;
  }
  .swc_heading_4 {
    font-size: 28px;
  }
  .swc_heading_5 {
    font-size: 24px;
    line-height: 36px;
  }
  .swc_heading_6 {
    font-size: 20px;
  }
  .swc_subtitle {
    margin: 0 90px 48px;
  }
  .swc_powered {
    bottom: 29px;
    margin: 0;
    position: absolute;
    right: 58px;
  }
  .swc_header__inner {
    height: 80px;
  }
  .swc_header__logo {
    width: 161px;
  }
  .swc_headerv2__inner {
    height: 80px;
  }
  .swc_headerv2__logo {
    height: 54px;
    margin-right: 26px;
    padding: 2px 20px 2px 0;
  }
  .swc_headerv2__logosantanderd {
    width: 122px;
  }
  .swc_headerv2dduser .dropdown-toggle {
    height: 76px;
  }
  .swc_burger {
    width: 80px;
  }
  .swc_mainmenuheader {
    flex: 0 0 80px;
    height: 80px;
  }
  .swc_mainmenuheader__title {
    font-size: 24px;
    line-height: 26px;
  }
  .swc_mainmenuheader__title .icon {
    font-size: 24px;
    margin-right: 18px;
  }
  .swc_mainmenubody__userinfo {
    margin-bottom: 19px;
  }
  .swc_mainmenubody__name {
    font-size: 24px;
    line-height: 32px;
  }
  .swc_mainmenunav {
    margin: 0 18px;
  }
  .swc_mainmenunav__link {
    font-size: 24px;
    line-height: 26px;
  }
  .swc_mainmenunavbottom {
    padding: 32px 18px 0;
  }
  .swc_mainmenunavbottom__link {
    font-size: 18px;
  }
  .swc_homebanner__bg--center {
    -o-object-position: center top;
    object-position: center top;
  }
  .swc_homebannerpromo {
    font-size: 16px;
    line-height: 22px;
  }
  .swc_homebannerpromo__title {
    font-size: 24px;
    line-height: 34px;
  }
  .swc_homebannerpromo__subtitle {
    margin: 0 0 46px;
  }
  .swc_homebannerpromo .swc_homeintro__txtcont {
    max-width: 460px;
    padding: 0;
    right: 40px;
    text-align: left;
    transform: translateY(-50%);
  }
  .swc_homebannerprimario .swc_homebannerinfo {
    left: auto;
    right: 62px;
  }
  .swc_homebannersecundario__bg {
    -o-object-position: center;
    object-position: center;
  }
  .swc_homebannerinfo {
    bottom: auto;
    left: 100px;
    padding-right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .swc_homebannerinfo__title {
    font-size: 52px;
    line-height: 60px;
  }
  .swc_homebannerinfo__txt {
    font-size: 32px;
    line-height: 42px;
  }
  .swc_homebannerinfo__btn {
    max-width: 238px;
  }
  .swc_homedock {
    background: transparent;
  }
  .swc_homedockitem {
    flex: 1;
    height: 113px;
  }
  .swc_homedockv2item {
    margin: 0 18px;
  }
  .swc_homeintro__txtcont {
    bottom: auto;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
  }
  .swc_homeintrov2__comunidad {
    margin: 0 35px 32px 0;
    width: 213px;
  }
  .swc_homeintrov2__txt {
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
    margin: 0 0 32px;
  }
  .swc_homeintrov2__txtcont {
    margin-top: 0;
    right: 80px;
  }
  .swc_footer__logo {
    flex: 0 0 139px;
    margin: 0 32px 8px 0;
    max-width: 100%;
  }
  .swc_footer__legal {
    border-left: 1px solid #fff;
    padding-left: 32px;
  }
  .swc_boxtype--single .media .swc_btn_report {
    position: static;
  }
  .swc_boxtype--single .media .swc_btn_primary {
    position: static;
    transform: none;
  }
  .swc_boxtype--single .media {
    margin-bottom: 0;
  }
  .swc_boxtype--single .swc_box__title {
    font-size: 14px;
    line-height: 24px;
  }
  .swc_boxtype--single .swc_box__name {
    font-size: 20px;
    line-height: 24px;
  }
  .swc_boxcolumnicon:first-child {
    margin-right: 35px;
  }
  .swc_boxcolumnicon:last-child {
    margin-left: 35px;
  }
  .swc_boxfullwidth__img {
    flex: 0 0 285px;
    margin: 0 16px 0 0;
  }
  .swc_boxfullwidth .swc_btn_cont {
    margin: 0 0 0 -16px;
  }
  .swc_boxstep__img {
    margin: 25px 50px;
  }
  .swc_box--categorias {
    flex: 0 0 267px;
  }
  .swc_perfilv2__aside {
    border-right: 1px solid #d8d8d8;
    flex: 1 0 264px;
    margin-right: 33px;
    max-width: 264px;
    padding-right: 30px;
  }
  .swc_perfilv2__listinfo {
    border-bottom: none;
  }
  .swc_perfilv2__emprendthumbbtn {
    width: 220px;
  }
  .swc_hovermask_trigger .swc_btn_round {
    height: 50px;
    right: 32px;
    top: 40px;
    width: 50px;
  }
  .swc_hovermask_trigger .swc_btn_round .icon {
    font-size: 26px;
  }
  .swc_tableterminos__text {
    padding: 33px 66px;
  }
  .swc_menemp {
    padding: 42px;
  }
  .swc_zigzag_cont {
    background: url(../img/toolkit/bg_zigzag.png) no-repeat center 30px;
  }
  .swc_tutorialestoolkit {
    background: url(../img/toolkit/bg_tutorialtoolkit.png) no-repeat 100% 50px;
    padding-bottom: 140px;
  }
  .swc_webinarstxt__txt {
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto 20px;
  }
  .swc_bannertienda__img {
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30.25vw;
  }
  .swc_dgrid_two {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .swc_quickarticles__cont {
    padding-bottom: 110px;
  }
  .swc_quickarticles__cont .col {
    padding: 0 8px;
  }
  .swc_quickarticles__cont .col:first-child {
    padding-left: 0;
  }
  .swc_quickarticles__cont .col:last-child {
    padding-right: 0;
  }
  .swc_comunidadsections__bg {
    padding-bottom: 110px;
  }
  .swc_comunidadsections__maintitle {
    padding: 100px 16px 140px;
  }
  .swc_homedestacado__info {
    flex: 0 0 360px;
    margin-right: 20px;
  }
  .swc_homedestacado__title {
    margin: 36px 0 16px;
  }
  .swc_homedestacado__text {
    margin-bottom: 26px;
  }
  .swc_blognavbar__inner {
    height: 65px;
  }
  .swc_blogarticle__conttext {
    padding: 26px 26px 36px;
  }
  .swc_blogarticles:before {
    height: 143px;
  }
  .swc_blogfullarticle {
    padding: 36px;
  }
  .swc_blogfullarticle__cont .swc_infobox {
    margin: 48px 66px 0;
  }
  .swc_blogfullarticle__postcont {
    padding: 30px 0 0 10px;
  }
  .swc_iconbox {
    margin: 0;
    padding: 0 8px;
  }
  .swc_iconbox__conticon {
    flex: 1 0 80px;
  }
  .swc_iconbox__cont--santander .swc_iconbox__conticon {
    flex: 0 1 80px;
  }
  .swc_iconbox__icon {
    font-size: 56px;
  }
  .swc_resultsucursal__direccion {
    margin-bottom: 0;
  }
  .swc_hmdescubre {
    margin: 43px auto 46px;
  }
  .swc_hmdestacados .swc_quickarticles__cont {
    padding-bottom: 34px;
  }
  .swc_logoband {
    padding: 43px 0 50px;
  }
  .swc_infoemprend {
    margin-bottom: 28px;
    max-width: 970px;
  }
  .swc_infoemprend__box {
    padding: 40px 0 0 38px;
  }
  .swc_infoemprend__boxfirst {
    border-right: 1px solid #fff;
    padding: 10px 24px 10px 0 !important;
  }
  .swc_merfilter__btnfiltrar {
    margin: 0 auto 0 16px;
  }
  .swc_empbox {
    padding: 15px 20px 20px;
  }
  .swc_empbox__back {
    margin: 0 20px 0 0;
  }
  .swc_empboxbodyfull {
    margin-bottom: 26px;
    padding: 0 10px 78px;
  }
  .swc_empboxtxt__title {
    max-width: 42vw;
  }
  .swc_empbox--full {
    padding: 12px 50px 48px;
  }
  .swc_empbox--full .swc_empboxheader {
    padding: 22px 10px;
  }
  .swc_publishempren {
    padding: 0 70px 30px;
  }
  .swc_publishemprenheader {
    margin-bottom: 55px;
    padding: 24px 0;
  }
  .swc_publishemprenheader__avatar {
    flex: 1 0 108px;
    height: 108px;
    margin-right: 22px;
    max-width: 108px;
  }
  .swc_publishemprenheader__avatarimg {
    height: 100px;
    width: 100px;
  }
  .swc_publishemprenheader__avatar:before {
    font-size: 42px;
  }
  .swc_reservas__info p {
    font-size: 16px;
    line-height: 18px;
  }
  .swc_reservas__mainlogo {
    margin: 0 auto 40px;
  }
  .swc_reservasspace {
    padding-bottom: 24px;
  }
  .swc_reservasspace__txtcont {
    max-width: 300px;
    padding: 0;
  }
  .swc_reservasspace__txtcontespacios {
    margin: 114px auto;
  }
  .swc_reservasspace__txtcontsalas {
    margin: 80px 0 32px 38px;
  }
  .swc_reservasspace__img {
    max-width: 840px;
    top: -60px;
  }
  .swc_reservasspace__cont {
    margin: 120px auto -10px;
  }
  .swc_reservasspace__cont--reverse {
    margin-bottom: 110px;
  }
  .swc_reservasspace__cont--reverse .swc_reservasspace__img {
    top: 60px;
  }
  .swc_reservasspace__cont--reverse .swc_reservasspace__imgcont {
    margin-top: -60px;
  }
  .swc_reservasspace__dialogboxcont {
    margin: 0 16px 0 38px;
    padding: 0;
  }
  .swc_reservas .swc_accordion .swc_table__cal {
    text-align: left;
    width: 124px;
  }
  .swc_reservas .swc_infosalas {
    left: 50%;
    position: absolute;
    top: 32px;
    transform: translateX(-50%);
    z-index: 1;
  }
  .swc_reservasbandinfo {
    margin-bottom: 54px;
  }
  .swc_reservasbandinfowhite {
    margin: 0 0 92px;
    padding: 46px 16px 38px;
  }
  .swc_reservasbandinfowhiteicons {
    gap: 60px;
    max-width: none;
  }
  .swc_reservasdialogbox {
    margin-bottom: 40px;
  }
  .swc_talksinfo {
    margin-bottom: 50px;
    padding: 18px 0 !important;
  }
  .swc_talksinfoabout {
    border-bottom: none;
    border-right: 1px solid #5f5f60;
    margin-bottom: 0;
    padding: 0 16px;
  }
  .swc_mercadobeneficios {
    margin-top: 50px;
  }
  .swc_cafeteriahome__header {
    margin: 0 16px 16px;
  }
  .swc_cafeteriahome__headertitle {
    margin-bottom: 0;
  }
  .swc_cafeteriahome__banner {
    height: 290px;
  }
  .swc_cafeteriahome__infopagobtn {
    max-width: 220px;
  }
  .swc_cafeteriahome__step {
    margin: 0 5px 26px;
  }
  .swc_cafeteriahome__stepscont:before {
    background: #979797;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 52px;
    transform: translate(-50%);
    width: 500px;
  }
  .swc_cafeteriacard__delete {
    margin: 0 15px 0 0;
  }
  .swc_mentoriasprograma__inscripcionbox {
    max-width: 250px;
  }
  .swc_mentoriasbannerprograma__inner {
    height: 523px;
  }
  .swc_mentoriasbannerprograma__bg {
    height: 508px;
    left: 16px;
    position: absolute;
    top: 0;
    width: 884px;
  }
  .swc_mentoriasbannerprogramatext__h5 {
    max-width: 348px;
  }
  .swc_mentoriastextinfoa {
    margin-bottom: 0;
    margin-right: 16px;
    max-width: 500px;
  }
  .swc_mentoriastextinfoa__title {
    margin-bottom: 38px;
  }
  .swc_mentoriastextinfob {
    margin: auto;
    max-width: 400px;
  }
  .swc_mentoriastextinfob__title {
    margin-bottom: 38px;
  }
  .swc_mentoriastextinfo__inner {
    padding-bottom: 120px;
    padding-top: 70px;
  }
  .swc_mentoriaspremiosboxic .swc_boxic {
    padding-bottom: 0;
  }
  .swc_mentorias--turquoise .swc_mentoriasbannerprograma__bg {
    background: url(../img/mentorias/bg_banner_turquoise.png) no-repeat;
  }
  .swc_mentorias--secondaryYellow .swc_mentoriasbannerprograma__bg {
    background: url(../img/mentorias/bg_banner_secondaryyellow.png) no-repeat;
  }
  .swc_mentorias--secondaryPurple .swc_mentoriasbannerprograma__bg {
    background: url(../img/mentorias/bg_banner_secondarypurple.png) no-repeat;
  }
  .swc_mentorias--primaryBoston .swc_mentoriasbannerprograma__bg {
    background: url(../img/mentorias/bg_banner_primaryboston.png) no-repeat;
  }
  .swc_metaversocalendario {
    padding-bottom: 72px;
  }
  .swc_metaversocalendario__cont:after {
    bottom: -87px;
  }
  .swc_metaversocalendario__dockitem {
    height: 136px;
    width: 303px !important;
  }
  .swc_metaversocalendario__dock .slick-dots {
    bottom: -52px;
  }
  .swc_metaversoinfocharla__img {
    float: right;
    max-width: 95%;
  }
  .swc_metaversoinfocharla__txtcont {
    margin-top: 22px;
    max-width: 544px;
  }
  .swc_ayudasearch {
    width: 307px;
  }
  .swc_ayudamultimenu {
    background-color: #fff;
    flex: 1 0 307px;
  }
  .swc_coffeeshopheader__inner {
    height: 74px;
  }
  .swc_coffeeshopheader__title {
    font-size: 28px;
    line-height: 32px;
  }
  .swc_coffeeshopmarketcart {
    margin-right: 14px;
  }
  .swc_coffeeshopmarketcart__number {
    right: -10px;
    top: -10px;
  }
  .swc_coffeeshopfilter {
    width: 288px;
  }
  .swc_coffeeshopfilter__cont {
    margin-bottom: 18px;
    margin-top: 30px;
    padding-bottom: 13px;
  }
  .swc_coffeeshopfilter__title {
    font-size: 24px;
    line-height: 32px;
    padding: 0;
  }
  .swc_coffeeshop__grid {
    grid-template: repeat(1, 1fr) / repeat(2, 1fr);
  }
  .swc_coffeeboucherresume__total {
    margin-left: auto;
    padding: 18px 14px 4px;
    width: 280px;
  }
  .swc_modalcoffeeinfo {
    margin: 43px 18px 0;
  }
  .swc_modalcoffeeinfo__img {
    margin-bottom: 26px;
  }
  .swc_modalcoffeeagregados {
    margin: 0 22px;
  }
  .swc_modalcoffeeagregadosfooter__btns {
    padding: 16px 18px;
  }
  .swc_fininfgrid {
    gap: 16px;
  }
  .swc_fininfgrid__colleft {
    flex-grow: 1;
  }
  .swc_fininfgrid__colright {
    max-width: 484px;
    width: 100%;
  }
  .swc_empleintro {
    padding: 47px 22px 38px;
  }
  .swc_emplevideobox {
    margin: 0 auto 133px;
  }
  .swc_empleboxcard {
    padding: 0 0 20px;
  }
  .swc_empleboxcard-cs {
    padding: 0 0 0px;
  }
  .swc_empleboxcard__img {
    margin: -53px 0 0;
  }
  .swc_empleboxcard__txtcont {
    padding: 16px 20px;
  }
  .swc_empleboxcard__cont {
    margin: 53px 0 88px;
  }
  .swc_startupmaintitle {
    margin-bottom: 146px;
  }
  .swc_startupintro__logo {
    margin-bottom: 23px;
    max-width: none;
  }
  .swc_startupboxcards {
    margin-top: -53px;
  }
  .swc_startupboxcards .swc_empleboxcard__txt {
    max-width: 370px;
  }
  .swc_startupboxcards
    .swc_empleboxcard__cont:nth-child(2n)
    .swc_empleboxcard__txtcont {
    padding: 16px 33px 16px 16px;
  }
  .swc_startupubication {
    padding: 36px 16px 58px;
  }
  .swc_startupubication__logo {
    margin: 0 48px;
  }
  .swc_startupubication__title {
    margin-bottom: 28px;
    max-width: 460px;
  }
  .swc_startupubication__boxinner {
    border-left: 1px solid #979797;
    padding: 30px 0 30px 30px;
  }
  .swc_startupbannerempren {
    padding: 15px 0 40px;
  }
  .swc_sfgraybox {
    margin-bottom: 58px;
    padding: 37px 20px 78px;
  }
  .swc_destacadostwocolumns .swc_box {
    margin: 0 16px;
  }
  .swc_destacadostwocolumns .swc_box__img,
  .swc_destacadostwocolumns .swc_box__imgcont {
    height: 24.155vw;
  }
  .swc_destacadostwocolumns .swc_box__imgcont .swc_btn {
    opacity: 0;
    transition: opacity 0.5s linear;
  }
  .swc_destacadostwocolumns .swc_box:hover {
    box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-16px);
  }
  .swc_destacadostwocolumns .swc_box:hover .swc_box__img {
    filter: brightness(0.4);
    transform: translate(-50%, -50%) scale(1.2);
  }
  .swc_destacadostwocolumns .swc_box:hover .swc_btn {
    opacity: 1;
  }
  .swc_destacadoscards .swc_box {
    margin: 0 16px 32px;
  }
  .swc_destacadoscards .swc_box__title {
    font-size: 2vw;
  }
  .swc_destacadoscards .swc_box__img {
    height: 17.356vw;
  }
  .swc_destacadoscards .swc_box__content {
    height: 155px;
    padding: 1.331vw;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.48, -0.28, 0.41, 1.4);
  }
  .swc_destacadoscards .swc_box__content .swc_btn {
    bottom: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%, 100px);
    transition: transform 0.5s ease, opacity 0.5s ease;
    width: calc(100% - 32px);
  }
  .swc_destacadoscards .swc_box:hover .swc_box__img {
    filter: brightness(0.4);
  }
  .swc_destacadoscards .swc_box:hover .swc_box__content {
    transform: translateY(-50px);
  }
  .swc_destacadoscards .swc_box:hover .swc_box__content .swc_btn {
    opacity: 1;
    transform: translate(-50%, 34px);
  }
  .swc_gridform--fix {
    padding: 30px;
  }
  .swc_gridform--fix-1 {
    padding: 30px;
  }
  .swc_lightbox__content {
    padding: 30px 68px;
  }
  .swc_lightbox__content--p2033 {
    padding: 20px 33px;
  }
  .swc_lightboxLateral__headerLogo {
    margin: 31px 66px;
  }
  .swc_lightboxLateral__content,
  .swc_lightboxLateral__postcont {
    padding: 33px 66px;
  }
  .swc_lightboxLateral__postcont--typeb {
    padding: 33px 66px 100px;
  }
  .swc_lightboxLateral__title {
    margin-bottom: 48px;
  }
  .swc_lightboxLateral__title h3 {
    padding: 12px 16px;
  }
  .swc_lightboxLateral__title--typeb {
    margin-top: 43px;
  }
  .swc_lightboxLateral__title--typeb h3 {
    padding-left: 66px;
  }
  .swc_lightboxToolkitInner {
    padding: 48px 60px 0;
  }
  .swc_lightboxFull {
    bottom: auto;
    height: 400px;
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 680px;
  }
  .swc_lightbox__footer--fixcont {
    padding: 33px 33px 90px;
  }
  .swc_talkvideolightbox .swc_empbox {
    padding: 15px 42px 20px;
  }
  .swc_btn {
    font-size: 14px;
    line-height: 18px;
    padding: 9px 24px;
  }
  .swc_btn_secondary:hover {
    background-color: #ec0000;
    border: 1px solid #ec0000;
    color: #fff;
  }
  .swc_btn_secondary_custom:hover {
    /* background-color: #ec0000;
    border: 1px solid #ec0000;
    color: #fff; */
  }
  .swc_btn--basicwidth {
    width: 174px;
  }
  .swc_btn--fulldesktop {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px;
  }
  .swc_btn238x48 {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px !important;
  }
  .swc_input_select--multiple .dropdown-menu {
    width: 644px;
  }
  .swc_search {
    margin: 0 30px 0 0;
    max-width: 272px;
  }
  .swc_search__wdesktop {
    width: 272px;
  }
  .swc_searchfilter {
    padding: 12px 16px 12px 30px;
  }
  .swc_searchfilter .swc_input_contlabel {
    margin: 0 0 0 16px;
    max-width: 272px;
  }
  .swc_bannermer {
    height: 350px;
    margin-bottom: 60px;
  }
  .swc_bannermerslide {
    height: 350px;
  }
  .swc_bannermerslide__img {
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .swc_bannermerslide__txt {
    font-size: 20px;
    line-height: 29px;
  }
  .swc_bannerdest .swc_boxaction__title {
    padding: 0 10px 0 30px;
  }
  .swc_ftucontent__subtitle:last-child {
    margin-bottom: 38px !important;
  }
  .swc_ftustep {
    align-items: center;
    display: flex;
    margin: auto;
    max-width: 660px;
    text-align: left;
  }
  .swc_ftustep__context {
    flex: 1;
    padding-left: 26px;
  }
  .swc_slidercategorias__title {
    flex: 0 0 170px;
  }
  .swc_sliderdescubrir {
    max-width: 616px;
  }
  .swc_slidermentorias .swc_sliderswc__text {
    max-width: 317px;
  }
  .swc_popoverinfo {
    margin: 14px 12px 0 6px;
  }
  .swc_navsociales {
    margin-bottom: 60px;
    width: auto;
  }
  .swc_navsociales__link {
    margin: 0 24px;
  }
  .swc_navsociales__link:first-child {
    margin-left: 0;
  }
  .swc_navsociales__link:last-child {
    margin-right: 0;
  }
  .swc_navsociales__txt {
    display: block;
  }
  .swc_stepper__step {
    margin: 0 1px;
  }
  .swc_stepper__body--mfix {
    margin: 0 30px 30px;
    padding-top: 30px;
  }
  .swc_sucursalmaps:before {
    padding-top: 27.77777777777778%;
  }
  .swc_accordionvideocountdown .swc_accordion__title {
    right: 0;
    top: 32px;
  }
  .swc_accordionvideocountdown__titles {
    margin-right: 62px;
  }
  .swc_accordionvermas__headerdate {
    margin: 0 0 0 26px;
    position: relative;
  }
  .swc_accordionvermas__headerdate:before {
    background: #d6d6d6;
    content: "";
    height: 22px;
    left: -13px;
    position: absolute;
    width: 1px;
  }
  .swc_accordionvermas .swc_repetirpedido {
    margin: 24px 24px 0 100px;
  }
  .swc_coffeecard__footer .swc_btn {
    margin: 0 10px;
    width: 140px;
  }
  .swc_previa__coming {
    font-size: 1.579vw;
    left: 2.632vw;
    padding: 0.263vw 0.877vw;
    top: 3.509vw;
  }
  .swc_previa__countdown {
    font-size: 3.86vw;
  }
  .swc_previa__logo {
    right: 2.632vw;
    top: 3.509vw;
    width: 8.772vw;
  }
  .swc_previa__description {
    padding: 2.632vw;
  }
  .swc_videobox__videoimg {
    min-height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .swc_toast__copylink {
    width: 360px;
  }
  .swc_mb_80 {
    margin-bottom: 80px;
  }
  .swc_mb_70 {
    margin-bottom: 70px;
  }
  .swc_mb_38 {
    margin-bottom: 38px;
  }
  .swc_shadow_innertoolkit:after {
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    bottom: 0;
  }
  .swc_shadow_innertoolkit--typeb:after {
    bottom: 87px;
  }
  .swc_shadow--inner {
    margin: -30px 0;
  }
  .swc_img_conversaciones {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 372px;
  }
  .swc_iconhistorical {
    right: 30px;
  }
  .swc_notificationdottext:after {
    bottom: 21px;
  }
  .swc_grid__mdtwo {
    gap: 30px 16px;
    grid-template: 1fr / repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1162px) {
  .swc_boxvotar__title {
    font-size: 1.979vw;
    line-height: 2.754vw;
  }
  .swc_bannerconversaciones__columnTxt {
    padding: 0 3.442vw;
  }
  .swc_bannerconversaciones__desc {
    font-size: 2vw;
    line-height: 3vw;
  }
  .swc_bannerconversaciones__speaker {
    font-size: 1.463vw;
    line-height: 1.635vw;
    margin-bottom: 3.959vw;
  }
  .swc_bannerconversaciones__date {
    font-size: 1.549vw;
    line-height: 1.721vw;
    margin-bottom: 0.344vw;
  }
  .swc_bannerconversaciones__legend {
    font-size: 1.119vw;
    line-height: 1.377vw;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .swc_bannertienda_bg {
    margin: 8.667vw 0 17.333vw;
  }
  .swc_bannertiendatxt {
    padding: 2.167vw;
  }
  .swc_bannertiendatxt__title {
    font-size: 3.5vw;
    margin-bottom: 1.667vw;
    max-width: 45.167vw;
  }
  .swc_bannertiendatxt__txt {
    font-size: 1.5vw;
    line-height: 2vw;
    margin-bottom: 2.083vw;
    max-width: 36.833vw;
  }
}
@media (min-width: 768px) and (max-width: 1292px) {
  .swc_sliderswc__txt {
    display: flex;
    flex: 1 0 38.39vw;
    flex-direction: column;
    justify-content: center;
    padding: 2.786vw 3.096vw;
  }
  .swc_sliderswc__title {
    font-size: 2.786vw;
    margin-bottom: 1.238vw;
  }
  .swc_sliderswc__text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2.012vw;
  }
}
@media (min-width: 768px) and (max-width: 1376px) {
  .swc_infoemprend__box {
    padding: 10px 0 10px 38px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .swc_empbox__namedate {
    width: 30vw;
  }
  .swc_empbox--outstandinghistorical .swc_empbox__namedate {
    width: 25vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .swc_blognavbar__left {
    padding-right: 8px;
  }
  .swc_blognavbar__right {
    padding-left: 8px;
  }
  .swc_blogarticles--grid {
    max-width: 900px;
  }
  .swc_iconbox__conticon {
    text-align: left;
  }
  .swc_empbox--outstanding .swc_empbox__namedate {
    width: 21vw;
  }
  .swc_empleboxcard__img {
    height: 40vw;
    height: 50vw;
    -o-object-fit: cover;
    object-fit: cover;
    width: 62vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .swc_key {
    margin: 0 1.514vw 3.027vw;
  }
  .swc_keypad {
    margin: 0 -1.211vw;
    width: calc(100% + 2.422vw);
  }
  .swc_card {
    padding: 1.615vw 1.009vw;
  }
}
@media screen and (min-width: 769px) {
  .swc_gridmercado[data-columns]:before {
    content: "2 .column.size-1of2";
  }
}
@media (min-width: 800px) {
  .swc_lightboxToolkit .swc_lightboxLateral__headerLogo {
    display: flex;
  }
}
@media (min-width: 889px) {
  .swc_slidersolomoto .swc_tableprice {
    height: auto;
    margin: 0 8px;
  }
}
@media (min-width: 930px) {
  .swc_slideresenciales {
    margin: 0 auto 30px;
    max-width: 932px;
    padding: 0 16px;
  }
  .swc_slideresenciales .slick-arrow {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .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%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .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%;
  }
  .dropdown-menu-lg-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-lg-right {
    left: auto;
    right: 0;
  }
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .swc_heightfull--innerH100 {
    height: calc(100% + 48px);
    margin-top: -48px;
  }
  .swc_main_spacing {
    padding-top: 48px;
  }
  .swc_main_spacing--reset {
    margin-top: -48px;
  }
  .swc_homedockitem {
    height: 153px;
  }
  .swc_homedockitem .icon {
    font-size: 54px;
    padding: 30px 0 20px;
  }
  .swc_homedockitem__txt {
    font-size: 14px;
  }
  .swc_homedockitem__txthover {
    display: block;
    font-size: 14px;
  }
  .swc_homedockitem:hover {
    background-color: #fff;
  }
  .swc_homedockitem:hover .swc_homedockitem__txthover {
    opacity: 1;
    transform: translateY(-50%);
  }
  .swc_homeintro__comunidad {
    margin-right: 4.386vw;
    width: 16.842vw;
  }
  .swc_homeintro__txt {
    font-size: 3.158vw;
    line-height: 4.035vw;
    text-shadow: 0 0.088vw 4.386vw #000;
  }
  .swc_homeicondockitem {
    margin: 0 6px;
    padding: 0;
  }
  .swc_breadcrumb--resettop {
    margin: -48px auto 0;
  }
  .swc_footerinfo:before {
    background: #434348 url(../img/bg_map.png) no-repeat top;
    background-size: contain;
    content: "";
    height: 181px;
    left: 50%;
    margin-left: -25%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 50%;
  }
  .swc_footerinfo__logo {
    margin-left: 40px;
  }
  .swc_footerinfo__colright {
    padding: 7px 0;
  }
  .swc_footerinfo__colright .swc_listicon:first-child {
    margin-bottom: 30px;
  }
  .swc_footerinfo__colright .swc_listicon:last-child {
    margin-bottom: 0;
  }
  .swc_footerinfo__santander {
    margin: 0 10px 0 2vw;
  }
  .swc_boxaction--descubre {
    width: 340px;
  }
  .swc_boxtype--single .swc_box__avatar {
    height: 83px;
    margin-right: 28px;
    width: 83px;
  }
  .swc_boxtype--single .swc_box__body {
    padding: 40px 114px 80px;
  }
  .swc_boxtype--single .swc_box__body h1 {
    font-size: 48px;
    line-height: 65px;
  }
  .swc_boxtype--single .swc_box__body h2 {
    font-size: 46px;
    line-height: 48px;
    margin-bottom: 30px;
  }
  .swc_boxtype--single .swc_box__body p {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .swc_boxtype--single .swc_box__nosotros {
    padding-top: 65px;
  }
  .swc_boxtype--single[data-destacada] .swc_box__avatar {
    border: 4px solid #1bb3bc;
  }
  .swc_boxtype--single[data-empresab] .swc_box__avatar {
    border: 4px solid #63ba68;
  }
  .swc_boxfullwidth__img {
    margin: 0 58px 0 0;
  }
  .swc_boxfullwidth__textbig {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .swc_boxtoolcont {
    grid-template-columns: repeat(3, 1fr);
  }
  .swc_conversaciones {
    padding-top: 42px;
  }
  .swc_perfilinfo__avatarmargin {
    margin: 58px 58px 58px 166px;
  }
  .swc_perfilinfo__name {
    text-align: left;
  }
  .swc_perfilv2 {
    padding: 40px 96px 32px 34px;
  }
  .swc_tableprice--full {
    padding: 32px;
  }
  .swc_tableprice--full .swc_tableprice__ufiva {
    border: 1px solid #1bb3bc;
    border-radius: 16px;
    padding: 34px 24px;
  }
  .swc_tableprice--full .swc_tableprice__ufivacont {
    border-bottom: none;
    border-left: 1px solid #d8d8d8;
    flex: 0 0 328px;
    margin-bottom: 0;
    padding: 0 0 0 32px;
    width: 328px;
  }
  .swc_iconviewer {
    margin: 0 auto 56px;
    max-width: 100%;
  }
  .swc_iconviewer--google .swc_iconviewer__iconcont {
    width: auto;
  }
  .swc_iconviewer__iconcont {
    margin: 0 24px;
    width: auto;
  }
  .swc_parallelogram {
    height: 318px;
  }
  .swc_dgrid_three {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .swc_quickarticle__text {
    padding: 28px 68px 27px 36px;
  }
  .swc_quickarticle__title {
    margin-bottom: 16px;
  }
  .swc_blognavbar__right {
    flex: 0 0 272px;
  }
  .swc_blogarticle:hover {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .swc_blogarticle:hover .swc_blogarticle__contimg img {
    transform: scale(1.1);
  }
  .swc_blogarticle:hover .swc_blogarticle__conttext {
    transform: translateY(-60px);
  }
  .swc_blogarticle:hover .swc_blogarticle__btn {
    opacity: 1;
    transform: translate(-50%);
  }
  .swc_blogarticlemain__img {
    height: 372px;
  }
  .swc_blogarticlemain__conttext {
    flex: 0 0 432px;
  }
  .swc_blogfullarticle__cont {
    margin-right: 40px;
  }
  .swc_blogfullarticle__aside {
    flex: 0 0 377px;
  }
  .swc_paneluploadpost {
    padding: 67px 155px 50px;
  }
  .swc_iconbox__cont {
    padding: 50px 0;
  }
  .swc_iconbox__cont--santander {
    margin-bottom: 38px;
    padding: 20px 0;
  }
  .swc_boxic {
    padding: 70px 68px 24px;
  }
  .swc_bandinfo__title {
    margin: 0 36px 0 0;
  }
  .swc_empboxheader__left,
  .swc_empboxsocialnav {
    margin-bottom: 0;
  }
  .swc_reservas__bajada {
    padding: 28px 20px;
  }
  .swc_reservas__bajada:before {
    left: calc(50% + 37vw);
  }
  .swc_reservas .swc_accordion .swc_table__cal {
    width: 160px;
  }
  .swc_reservasbandinfoicons {
    margin-bottom: 54px;
  }
  .swc_reservasbandinfoicons .icon {
    margin: 0 12px 0 0;
  }
  .swc_reservasbandinfo .swc_bandinfo__title {
    margin: 0 0 55px;
  }
  .swc_reservasbandinfo__notice {
    padding: 24px 50px;
  }
  .swc_talksinfoabout {
    padding: 0 20px 0 36px;
  }
  .swc_talksinfoabout__logo {
    margin: 0;
  }
  .swc_talksinfoabout__txt {
    margin-left: 28px;
    max-width: 360px;
    text-align: left;
  }
  .swc_videocountdown__cont {
    margin: -48px 0 64px;
  }
  .swc_countdown {
    margin-right: 68px;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
    width: 304px;
  }
  .swc_countdown.active {
    transform: translateY(104px);
  }
  .swc_cafeteriasucursalbox__nombre {
    width: 170px;
  }
  .swc_cafeteriasucursalbox__direccion {
    border-left: 1px solid #d6d6d6;
    margin: 0 auto 0 20px;
    padding: 0 10px;
  }
  .swc_lineadetiempo {
    padding: 0 1px;
  }
  .swc_lineadetiempo__row:first-child .swc_lineadetiempo__line:before,
  .swc_lineadetiempo__row:last-child .swc_lineadetiempo__line:before {
    display: none;
  }
  .swc_lineadetiempo__row:first-child .swc_lineadetiempo__line:after,
  .swc_lineadetiempo__row:last-child .swc_lineadetiempo__line:after {
    left: -1px;
  }
  .swc_lineadetiempo__row:first-child .swc_lineadetiempo__line:after {
    top: -2px;
  }
  .swc_lineadetiempo__row:last-child .swc_lineadetiempo__line:after {
    bottom: -2px;
    left: auto;
    right: -1px;
  }
  .swc_lineadetiempo__col {
    height: 130px;
    padding: 0 16px;
    width: auto;
  }
  .swc_lineadetiempo__line {
    height: 5px;
    margin: 0;
    width: 100%;
  }
  .swc_lineadetiempo__text:after {
    height: 30px;
    left: -9px;
    top: -20px;
    width: 1px;
  }
  .swc_lineadetiempo__text--rightlgleft:after {
    height: 100px;
    top: 10px;
  }
  .swc_lineadetiempo .icon-arrowwavy {
    transform: rotateX(180deg) rotate(-50deg);
  }
  .swc_lineadetiempo .icon-reverse {
    transform: rotateY(0deg) rotate(-50deg);
  }
  .swc_mentoriasprograma {
    background-image: url(../img/mentorias/bg_programa.png);
    background-position: 50%;
    padding: 53px 16px;
  }
  .swc_mentoriasprograma__text {
    max-width: 470px;
  }
  .swc_mentoriasganadores__inner {
    padding: 60px 16px 64px !important;
  }
  .swc_mentoriasganadores__title {
    max-width: 307px;
  }
  .swc_mentoriasganadores__ganador {
    padding: 0 22px 16px;
  }
  .swc_mentoriasiconlist {
    padding: 40px 16px 34px;
  }
  .swc_mentoriasinscripcionpaso {
    float: right;
    margin-bottom: 0;
  }
  .swc_mentoriasinscripcionpaso__number {
    font-size: 146px;
    line-height: 146px;
    margin-right: 10px;
  }
  .swc_mentoriasinscripcionpaso__text {
    padding-bottom: 12px;
  }
  .swc_mentoriascolaboradores {
    padding-top: 45px;
  }
  .swc_mentoriascolaboradores__title {
    margin-bottom: 38px;
  }
  .swc_ayudamultimenu {
    padding: 18px 6px 0 0;
  }
  .swc_ayudamultimenu .dropdown-toggle {
    display: none !important;
  }
  .swc_ayudamultimenu .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: block !important;
    max-height: none;
    position: static !important;
    transform: none !important;
  }
  .swc_ayudamultimenu .dropdown-item {
    align-items: center;
    background-color: #fff;
    display: flex;
    font-size: 16px;
    margin-bottom: 16px;
    padding: 8px 0;
    transition: all 0.3s;
  }
  .swc_ayudamultimenu .dropdown-item.current,
  .swc_ayudamultimenu .dropdown-item:hover {
    background-color: #ececec;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
  }
  .swc_ayudamultimenu .dropdown-item img {
    margin: 0 17px;
  }
  .swc_ayudaresults {
    min-height: 700px;
    padding: 26px;
  }
  .swc_coffeeshopcarta {
    margin-bottom: 60px;
  }
  .swc_empledockitem {
    height: 152px;
    margin: 16px 6px;
  }
  .swc_empledockitem:hover {
    background-color: #4d4d4d;
  }
  .swc_empledockitem__icon {
    margin-bottom: 16px;
    width: 60px;
  }
  .swc_empledockitem__txt {
    font-size: 16px;
  }
  .swc_empleboxcard__txtcont {
    padding: 16px 22px 16px 48px;
  }
  .swc_startupubication__logo {
    width: 280px;
  }
  .swc_startupubication__boxinner {
    padding-left: 50px6;
  }
  .swc_sfplanesplan__cont {
    margin: 0 auto 63px;
  }
  .swc_sfboxlist {
    padding: 50px 0;
  }
  .swc_sfboxlist__inner {
    max-width: 1265px;
    padding: 0 16px;
  }
  /* .swc_sfboxlist__img {
    margin: -37px 68px 30px 0;
  } */
  .swc_sfboxlistcont {
    margin-bottom: 38px;
  }
  /* .swc_sfboxlistcont:nth-child(2n) .swc_sfboxlist__img {
    margin: -37px 0 30px 68px;
  } */
  .swc_destacadoscards .swc_box__title {
    font-size: 1.4vw;
  }
  .swc_destacadoscards .swc_box__img {
    height: 13.051vw;
  }
  .swc_gridform--fix {
    padding: 42px 70px;
  }
  .swc_gridform--fix-1 {
    padding: 42px 26px;
  }
  .swc_contscroll {
    max-width: 865px;
  }
  .swc_lightboxLateral__close {
    left: -50px;
    right: auto;
  }
  .swc_btn__volver {
    left: 57px;
  }
  .swc_btnhero .icon {
    font-size: 32px;
    height: 36px;
    margin: 0 0 8px;
    width: 36px;
  }
  .swc_btnhero__txt {
    font-size: 14px;
    line-height: 19px;
  }
  .swc_btnhero {
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(25, 25, 25, 0.15);
    height: 128px;
    margin: 0 6px;
    width: 175px;
  }
  .swc_btnhero:hover {
    transform: translateY(-10px);
  }
  .swc_input_select--lg328 {
    max-width: 328px;
  }
  .swc_bannerconversaciones__columnTxt {
    padding: 0 40px;
  }
  .swc_slideraccessworkcafe:after {
    background: #ddd;
    content: "";
    display: block;
    height: 212px;
    left: -3.5vw;
    position: absolute;
    top: -64px;
    width: 1px;
  }
  .swc_slideraccessworkcafe {
    margin: 0 0 0 auto;
  }
  .swc_sliderdescubrir {
    max-width: 816px;
  }
  .swc_commentbox__avatar .icon,
  .swc_commentbox__avatar img {
    height: 60px;
    width: 60px;
  }
  .swc_commentboxcomment__name {
    border-right: 1px solid #979797;
    margin-right: 8px;
    padding-right: 8px;
  }
  .swc_infosocial .swcnew_stars {
    margin-top: 12px;
  }
  .swc_accordionvideocountdown__headerleft {
    max-width: 60%;
  }
  .swc_accordionvideocountdown__headerright {
    max-width: 40%;
  }
  .swc_accordionvideocountdown .card-body {
    padding: 0 0 70px;
  }
  .swc_accordionvideocountdown__titleshides {
    max-width: 410px;
    padding: 105px 28px 0 37px;
    width: 100%;
  }
  .swc_accordionvermas__tableinfotext {
    margin: 0;
  }
  .swc_accordionvermas__tableinfototal {
    text-align: center;
  }
  .swc_nav--toolkit .nav-link {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
  }
  .swc_coffeecard__logo {
    left: auto;
    right: 20px;
  }
  .swc_finalizarcompracolumn {
    padding: 0 8px;
  }
  .swc_finalizarcompracolumn--first {
    padding: 0 8px 0 0;
  }
  .swc_finalizarcompracolumn--last {
    padding: 0 0 0 8px;
  }
  .swc_finalizarcompracolumninner {
    margin: 0 20px;
  }
  .swc_videobox__txt {
    font-size: 18px;
    line-height: 32px;
  }
  .swc_accessworkcafe .slick-slide {
    margin: 8px;
  }
  .swc_accessworkcafe__logo {
    margin: 0 20px;
  }
  .swc_discountlabel--stamp {
    padding: 14px 16px 17px;
    right: 68px;
  }
  .swc_discountlabel--stamp .icon {
    font-size: 58px;
  }
  .swc_iconhistorical {
    right: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1164px) {
  .swc_key {
    margin: 0 1.289vw 2.577vw;
  }
  .swc_keypad {
    margin: 0 -1.031vw;
    width: calc(100% + 2.062vw);
  }
  .swc_card {
    padding: 1.375vw 0.859vw;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .swc_parallelogram--left {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .swc_parallelogram--right {
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
  }
  .swc_blognav a {
    font-size: 16px;
    line-height: 22px;
    margin: 0 10px;
  }
  .swc_empbox--outstanding .swc_empbox__namedate {
    width: 23vw;
  }
}
@media (min-width: 992px) and (max-width: 1264px) {
  .swc_empleboxcard__img {
    width: 66.456vw;
  }
}
@media (min-width: 992px) and (max-width: 1324px) {
  .swc_listatinfo {
    height: 188.369vw;
  }
  .swc_listatinfo__maintitle {
    font-size: 2.417vw;
    margin-top: 5.287vw;
  }
  .swc_listatinfo__mainbutton {
    bottom: 4.607vw;
  }
  .swc_listatinfotxt1 {
    left: 10.574vw;
    top: 18.882vw;
  }
  .swc_listatinfotxt2a.text-right .swc_listatinfotxt__number {
    margin: 0 -0.755vw 1.208vw 0;
  }
  .swc_listatinfotxt2a {
    right: 6.571vw;
    top: 62.538vw;
  }
  .swc_listatinfotxt2b {
    bottom: 66.314vw;
    left: 11.329vw;
    max-width: 21.45vw;
  }
  .swc_listatinfotxt3 {
    bottom: 19.864vw;
    left: 7.704vw;
  }
  .swc_listatinfotxt__number {
    font-size: 15.106vw;
    line-height: 12.387vw;
    margin: 0 0 1.511vw -0.755vw;
  }
  .swc_listatinfotxt__title {
    font-size: 1.813vw;
    line-height: 1.813vw !important;
    margin-bottom: 1.813vw;
  }
  .swc_listatinfotxt__text {
    font-size: 1.511vw;
  }
  .swc_listatinfo__stepimg1 {
    right: 3.776vw;
    top: 15.106vw;
    width: 59.139vw;
  }
  .swc_listatinfo__stepimg2a {
    left: 10.574vw;
    top: 62.236vw;
    width: 57.175vw;
  }
  .swc_listatinfo__stepimg2b {
    left: auto;
    right: 11.329vw;
    top: 92.145vw;
    width: 54.079vw;
  }
  .swc_listatinfo__stepimg3 {
    bottom: 14.275vw;
    right: 5.06vw;
    width: 59.366vw;
  }
}
@media (min-width: 992px) and (max-width: 1376px) {
  .swc_infoemprend {
    padding: 30px 60px;
  }
}
@media (min-width: 1140px) {
  .swc_homeintro__comunidad {
    margin-right: 50px;
    width: 192px;
  }
  .swc_homeintro__txt {
    font-size: 36px;
    line-height: 46px;
    text-shadow: 0 1px 50px #000;
  }
  .swc_previa__coming {
    font-size: 18px;
    left: 30px;
    padding: 3px 10px;
    top: 40px;
  }
  .swc_previa__countdown {
    font-size: 44px;
  }
  .swc_previa__logo {
    right: 30px;
    top: 40px;
    width: 100px;
  }
  .swc_previa__description {
    padding: 30px;
  }
}
@media (min-width: 1170px) {
  .swc_slideraccessworkcafe:after {
    left: -76px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .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%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .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%;
  }
  .dropdown-menu-xl-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xl-right {
    left: auto;
    right: 0;
  }
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
  .modal-xl {
    max-width: 1140px;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .swc_homedockitem {
    height: 170px;
  }
  .swc_homedockitem .icon {
    font-size: 64px;
    padding: 40px 0 20px;
  }
  .swc_hero--listatienda .swc_listatiendainfo {
    left: -20px;
  }
  .swc_footerinfo:before {
    margin-left: -364px;
    width: 775px;
  }
  .swc_footerinfo__santander {
    margin: 0 10px 0 64px;
  }
  .swc_boxtype--b .swc_box__img {
    margin: 0 16px 0 0;
  }
  .swc_boxstep__img {
    margin: 25px 13px;
  }
  .swc_boxstep__txt {
    font-size: 14.5px;
    max-width: 180px;
  }
  .swc_boxstep .icon {
    display: block;
    margin-bottom: 10px;
  }
  .swc_boxstep:nth-child(2n),
  .swc_boxstep:nth-child(odd) {
    flex-direction: column-reverse;
    text-align: center;
  }
  .swc_boxpublicar {
    background: url(../img/bg_boxpublicar.jpg) no-repeat 50%;
    background-size: cover;
  }
  .swc_tableprice--full {
    margin: 0;
    width: 100% !important;
  }
  .swc_webinars {
    max-width: 1170px;
  }
  .swc_bannertienda_bg {
    margin: 104px 0 208px;
  }
  .swc_bannertienda__img {
    width: 363px;
  }
  .swc_bannertiendatxt__title {
    margin-bottom: 20px;
    max-width: 542px;
  }
  .swc_bannertiendatxt__txt {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    max-width: 442px;
  }
  .swc_parallelogram {
    width: 715px;
  }
  .swc_parallelogram--left {
    border-radius: 0;
    -webkit-clip-path: path(
      "M710.801612,0.5 C711.76811,0.5 712.64311,0.891750844 713.276486,1.52512627 C713.909861,2.15850169 714.301612,3.03350169 714.301612,4 C714.301612,4.78060628 714.040657,5.53880892 713.560235,6.15406563 L713.560235,6.15406563 L471.49732,316.154066 C470.83404,317.0035 469.816415,317.5 468.738697,317.5 L468.738697,317.5 L4,317.5 C3.03350169,317.5 2.15850169,317.108249 1.52512627,316.474874 C0.891750844,315.841498 0.5,314.966498 0.5,314 L0.5,314 L0.5,4 C0.5,3.03350169 0.891750844,2.15850169 1.52512627,1.52512627 C2.15850169,0.891750844 3.03350169,0.5 4,0.5 L4,0.5 Z"
    );
    clip-path: path(
      "M710.801612,0.5 C711.76811,0.5 712.64311,0.891750844 713.276486,1.52512627 C713.909861,2.15850169 714.301612,3.03350169 714.301612,4 C714.301612,4.78060628 714.040657,5.53880892 713.560235,6.15406563 L713.560235,6.15406563 L471.49732,316.154066 C470.83404,317.0035 469.816415,317.5 468.738697,317.5 L468.738697,317.5 L4,317.5 C3.03350169,317.5 2.15850169,317.108249 1.52512627,316.474874 C0.891750844,315.841498 0.5,314.966498 0.5,314 L0.5,314 L0.5,4 C0.5,3.03350169 0.891750844,2.15850169 1.52512627,1.52512627 C2.15850169,0.891750844 3.03350169,0.5 4,0.5 L4,0.5 Z"
    );
  }
  .swc_parallelogram--right {
    border-radius: 0;
    -webkit-clip-path: path(
      "M711,0.5 C711.966498,0.5 712.841498,0.891750844 713.474874,1.52512627 C714.108249,2.15850169 714.5,3.03350169 714.5,4 L714.5,4 L714.5,314 C714.5,314.966498 714.108249,315.841498 713.474874,316.474874 C712.841498,317.108249 711.966498,317.5 711,317.5 L711,317.5 L4.21241963,317.5 C3.24592132,317.5 2.37092132,317.108249 1.7375459,316.474874 C1.10417047,315.841498 0.712419629,314.966498 0.712419629,314 C0.712419629,313.217778 0.974454302,312.458101 1.45670081,311.84222 L1.45670081,311.84222 L244.19255,1.84222017 C244.855952,0.99498347 245.872205,0.5 246.948269,0.5 L246.948269,0.5 Z"
    );
    clip-path: path(
      "M711,0.5 C711.966498,0.5 712.841498,0.891750844 713.474874,1.52512627 C714.108249,2.15850169 714.5,3.03350169 714.5,4 L714.5,4 L714.5,314 C714.5,314.966498 714.108249,315.841498 713.474874,316.474874 C712.841498,317.108249 711.966498,317.5 711,317.5 L711,317.5 L4.21241963,317.5 C3.24592132,317.5 2.37092132,317.108249 1.7375459,316.474874 C1.10417047,315.841498 0.712419629,314.966498 0.712419629,314 C0.712419629,313.217778 0.974454302,312.458101 1.45670081,311.84222 L1.45670081,311.84222 L244.19255,1.84222017 C244.855952,0.99498347 245.872205,0.5 246.948269,0.5 L246.948269,0.5 Z"
    );
  }
  .swc_comunidadsections__box {
    padding: 20px 24px 27px 110px;
  }
  .swc_comunidadsections__boxicon {
    left: 34px;
    position: absolute;
    top: 34px;
  }
  .swc_iconbox {
    padding: 0 33px;
  }
  .swc_resultsucursal__servicio {
    margin: 0 12px;
  }
  .swc_resultsucursal__sertitle {
    margin-bottom: 0;
  }
  .swc_empboxtxt__text {
    font-size: 13px;
  }
  .swc_reservas__bajada:before {
    left: calc(50% + 518px);
  }
  .swc_reservasbandinfoicons {
    gap: 40px;
    max-width: 100%;
  }
  .swc_reservasbandinfoicons__icon {
    padding: 0;
  }
  .swc_reservasbandinfoicons__text {
    text-align: left;
  }
  .swc_metaversoinfocharla__img {
    margin-right: 30px;
    max-width: 100%;
  }
  .swc_coffeeshop__grid {
    grid-template: repeat(1, 1fr) / repeat(3, 1fr);
  }
  .swc_empleboxcard__icon {
    width: auto;
  }
  .swc_empleboxcard__txt {
    font-size: 18px;
    max-width: 310px;
  }
  .swc_startupubication__logo {
    margin: 0 98px 0 0;
  }
  .swc_bannermerslide__txtcont {
    padding: 20px 90px 20px 30px;
  }
  .swc_slideresenciales_subtitle {
    margin-bottom: 90px;
  }
  .swc_sliderdescubrir {
    max-width: 1016px;
  }
  .swc_nav--toolkit .nav-item {
    margin: 0 27px 14px;
  }
  .swc_nav--toolkit .nav-item:first-child {
    margin-left: 0;
  }
  .swc_nav--toolkit .nav-item:last-child {
    margin-right: 0;
  }
  .swc_videobox__txt {
    flex: 0 0 28%;
    padding: 60px 20px;
  }
}
@media (min-width: 1202px) {
  .swc_destacadoscards .swc_box__title {
    font-size: 18px;
  }
  .swc_destacadoscards .swc_box__img {
    height: 160px;
  }
  .swc_destacadoscards .swc_box__content {
    padding: 16px;
  }
}
@media (min-width: 1226px) {
  .swc_destacadostwocolumns .swc_box__img,
  .swc_destacadostwocolumns .swc_box__imgcont {
    height: 300px;
  }
}
@media (min-width: 1280px) {
  .swc_homebannerpromo .swc_homeintro__txtcont {
    right: -40px;
  }
  .swc_homeintro__txtcont,
  .swc_homeintrov2__txtcont {
    right: 16px;
  }
  .swc_empleconcardsslider {
    margin-bottom: 0;
  }
  .swc_empleconcard {
    margin-bottom: 25px;
  }
}
@media (min-width: 1288px) {
  .swc_mentoriasmodulos {
    padding-bottom: 53px;
  }
  .swc_mentoriasmodulos__cont {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-bottom: 44px;
  }
  .swc_mentoriasmodulos__title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1290px) {
  .swc_metaversocalendario__dock {
    margin: 0 0 0 12px;
  }
}
@media (min-width: 1293px) {
  .swc_sliderswc__txt {
    padding: 36px 40px;
  }
}
@media (min-width: 1300px) {
  .swc_empboxbody {
    flex-direction: row;
  }
  .swc_empboximg {
    flex: 1 0 300px;
    margin: 0 16px 0 0;
  }
  .swc_empboxtxt {
    width: 100%;
  }
  .swc_empboxtxt,
  .swc_empboxtxt__title {
    max-width: 270px;
  }
}
@media (min-width: 1303px) {
  .swc_sliderbeneficiostool .slick-slide:nth-child(2n) {
    padding-top: 64px;
  }
  .swc_sliderbeneficiostool--zigzagnone .slick-slide:nth-child(2n) {
    padding-top: 0;
  }
}
@media (min-width: 1309px) {
  .swc_ayudaquickaccess {
    padding-bottom: 20px;
  }
}
@media (min-width: 1325px) {
  .swc_listatinfo {
    height: 2494px;
  }
  .swc_listatinfotxt1 {
    left: 140px;
    top: 250px;
  }
  .swc_listatinfotxt2a {
    right: 87px;
    top: 828px;
  }
  .swc_listatinfotxt2b {
    bottom: 878px;
    left: 150px;
    max-width: 284px;
  }
  .swc_listatinfotxt3 {
    bottom: 263px;
    left: 102px;
  }
  .swc_listatinfo__stepimg1 {
    right: 50px;
    top: 200px;
    width: 783px;
  }
  .swc_listatinfo__stepimg2a {
    left: 140px;
    top: 824px;
    width: 757px;
  }
  .swc_listatinfo__stepimg2b {
    left: auto;
    right: 150px;
    top: 1220px;
    width: 716px;
  }
  .swc_listatinfo__stepimg3 {
    bottom: 189px;
    right: 67px;
    width: 786px;
  }
}
@media (min-width: 1360px) {
  .swc_homebannerinfo {
    left: 50px;
  }
}
@media (min-width: 1376px) {
  .swc_infoemprend {
    max-width: 100%;
    padding: 36px 40px 36px 58px;
  }
  .swc_infoemprend__boxfirst {
    flex: 1 0 362px;
  }
  .swc_infoemprend__boxesright {
    display: flex;
  }
}
@media (min-width: 1398px) {
  .swc_sliderdescubrir {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .swc_sliderswcwrap {
    margin: 0 auto 30px;
  }
  .swc_arrows__littlegray .slick-dots,
  .swc_sliderswcwrap .slick-dots {
    display: none !important;
  }
}
@media (max-width: 1299px) {
  .swc_empboxtxt {
    flex: 1;
  }
}
@media (max-width: 1292px) {
  .swc_sliderswcwrap {
    padding: 0;
  }
}
@media (max-width: 1287px) {
  .swc_mentoriasmodulos__modulo {
    margin-left: 16px;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .swc_boxaction--main {
    min-height: auto;
    padding: 30px 24px 40px;
  }
  .swc_boxaction--main .swc_boxaction__title {
    padding: 0;
  }
  .swc_boxaction--descubre {
    min-height: auto;
    padding: 30px 24px;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .swc_hero--listatienda .swc_hero__bg {
    -o-object-position: 180px;
    object-position: 180px;
  }
  .swc_hero--listatienda .swc_listatiendainfo {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .swc_box--categorias {
    margin: 0 8px 32px !important;
  }
  .swc_perfilinfo__nav {
    margin-bottom: 28px;
  }
  .swc_webinarstxt__title {
    font-size: 20px;
  }
  .swc_blognavbar__inner {
    max-width: 900px;
  }
  .swc_blognavbar__col {
    width: 100%;
  }
  .swc_blogarticlemain__inner {
    max-width: 627px;
    padding: 30px 0 0;
  }
  .swc_listatinfotxt {
    left: 50%;
    transform: translateX(-50%);
  }
  .swc_listatinfotxt1 {
    margin-left: 11px;
  }
  .swc_listatinfotxt2a {
    margin-left: 4px;
  }
  .swc_listatinfotxt2b {
    margin-left: 32px;
    max-width: 210px;
  }
  .swc_listatinfotxt3 {
    margin-left: -20px;
  }
  .swc_listatinfo__steps {
    left: 50%;
    transform: translateX(-50%);
  }
  .swc_logobandnav {
    flex-wrap: wrap;
    margin: auto;
    max-width: 440px;
  }
  .swc_logobandnav__a {
    width: calc(50% - 16px);
  }
  .swc_reservas .swc_accordion .swc_table {
    font-size: 13px;
  }
  .swc_reservas .swc_accordion .swc_table td {
    padding: 3px;
  }
  .swc_lineadetiempo__text--rightlgleft:before {
    left: auto;
    right: -13px;
  }
  .swc_lineadetiempo__text--rightlgleft:after {
    left: auto;
    right: -27px;
  }
  .swc_mentoriasprograma__inner {
    padding: 0 !important;
  }
  .swc_mentoriasprograma__text {
    margin-bottom: 52px;
  }
  .swc_mentoriasprograma__list {
    margin-bottom: 55px;
  }
  .swc_mentoriasbannerprograma {
    background-color: #f6fafc;
  }
  .swc_contscroll__md {
    overflow-x: scroll;
    width: 100%;
  }
  .swc_btnheronav {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(25, 25, 25, 0.15);
    margin: -61px auto 6px;
    overflow: hidden;
  }
  .swc_maintitlepedircafe {
    margin-top: 36px;
  }
  .swc_sliderconocesections {
    padding: 0;
  }
  .swc_accordionvermas__tableinfo {
    max-width: 300px;
  }
  .swc_accordionvermas .swc_repetirpedido {
    max-width: calc(100% - 48px);
  }
  .swc_finalizarcompracolumn {
    margin: auto;
    max-width: 324px;
  }
  .swc_marginfix_16minus {
    margin: 0 8px;
  }
  .swc_marginfix_16minus:after {
    content: "";
    padding-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .swc_gridmercado[data-columns]:before {
    content: "1 .column.size-1of1";
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .swc_header__comunidad {
    max-width: 90px;
  }
  .swc_homebannerprimario .swc_homebannerinfo {
    left: 50%;
    padding: 14px;
    transform: translateX(-50%);
  }
  .swc_homebannerprimario .swc_homebannerinfo__bg {
    padding: 0 6px;
  }
  .swc_homebannerinfo__legal {
    text-align: center;
  }
  .swc_hero--toolkit {
    height: auto;
    min-height: auto;
    overflow: initial;
  }
  .swc_hero--toolkit:before {
    background-color: #f6fafc;
  }
  .swc_hero--toolkit .swc_hero__bg {
    display: none;
  }
  .swc_hero--toolkit .swc_hero__titlecont,
  .swc_hero--toolkit .swc_heroboxtext {
    left: auto;
    position: relative;
    top: auto;
    transform: none;
  }
  .swc_hero--toolkit .swc_heroboxtext__title {
    display: none;
  }
  .swc_hero--toolkit .swc_heroboxtext__subtitle {
    color: #444;
    margin-bottom: 0;
    padding: 27px 0;
    text-shadow: none !important;
  }
  .swc_boxfullwidth--typetwo {
    max-width: 100%;
    padding-bottom: 66px;
  }
  .swc_boxfullwidth--typetwo .swc_boxfullwidth__text {
    font-size: 16px;
    line-height: 22px;
  }
  .swc_boxfullwidth--typetwo .swc_boxfullwidth__img {
    flex: 0 0 100px;
    margin-left: 0;
    margin-right: 16px;
  }
  .swc_boxfullwidth--typetwo .swc_btn_cont {
    bottom: 16px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
  }
  .swc_boxtool {
    padding: 60px 12px 24px;
  }
  .swc_boxtool__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .swc_boxtool__logo {
    max-width: 100px;
  }
  .swc_boxtool__logocont {
    height: 60px;
    margin: 0 0 20px;
  }
  .swc_boxtoolcont .swc_discountlabel {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 6px;
    font-size: 16px;
    line-height: 16px;
    padding: 6px 15px 6px 22px;
    right: 0;
    top: 17px;
  }
  .swc_boxtoolcont .swc_discountlabel__number {
    margin-right: 4px;
  }
  .swc_bannertiendatxt__title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 4px;
    max-width: 259px;
  }
  .swc_bannertiendatxt__txt {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
    max-width: 352px;
  }
  .swc_planesbuk__cotizador {
    margin-bottom: 16px;
  }
  .swc_planesbuk__table {
    margin-top: -38px;
    overflow: auto;
    padding: 30px 0 40px;
  }
  .swc_blognavbar__left {
    padding-bottom: 16px;
  }
  .swc_blogarticlemain__inner {
    padding: 0;
  }
  .swc_infoemprend__box:last-child {
    padding-bottom: 0;
  }
  .swc_filterbox,
  .swc_merfilter__cont {
    margin: 0 auto 35px;
    max-width: 576px;
  }
  .swc_startupboxcards {
    overflow: hidden;
  }
  .swc_startupboxcards .swc_empleboxcard__img {
    margin-left: -33px;
    padding-top: 33px;
  }
  .swc_startupboxcards .swc_empleboxcard__txtcont {
    padding: 16px 33px;
  }
  .swc_startupboxcards .swc_empleboxcard__cont {
    margin-bottom: 30px;
  }
  .swc_startupboxcards
    .swc_empleboxcard__cont:nth-child(2n)
    .swc_empleboxcard__img {
    margin-left: auto;
    margin-right: -33px;
  }
  .swc_startupboxcards
    .swc_empleboxcard__cont:nth-child(2n)
    .swc_empleboxcard__txtcont {
    padding: 16px 16px 16px 33px;
  }
  .swc_btn__inout {
    height: 40px;
    line-height: 40px;
    padding: 0;
    right: 68px;
    width: 40px;
  }
  .swc_btn__inout .icon-signin {
    margin: auto !important;
    vertical-align: sub !important;
  }
  .swc_btn_cleanfilters {
    width: 100%;
  }
  .swc_ftustep__img {
    margin-bottom: 6px;
  }
  .swc_commentbox--firstlevel .swc_commentbox__avatar .icon,
  .swc_commentbox--firstlevel .swc_commentbox__avatar img {
    height: 40px;
    width: 40px;
  }
  .swc_commentbox--firstlevel .swc_commentbox__avatar .icon:before,
  .swc_commentbox--firstlevel .swc_commentbox__avatar img:before {
    font-size: 24px;
  }
  .swc_commentbox--secondlevel .swc_commentbox__avatar .icon {
    height: 32px;
    width: 32px;
  }
  .swc_commentbox--secondlevel .swc_commentbox__avatar .icon:before {
    font-size: 16px;
  }
  .shepherd-element[data-shepherd-step-id="pasoDos"][data-popper-placement="top"]:before {
    transform: rotate(180deg) rotateY(0deg);
  }
  .shepherd-element[data-shepherd-step-id="pasoDos"][data-popper-placement="bottom"]:before {
    transform: rotate(0deg) rotateY(180deg);
  }
  .swc_fixedbottommobile {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1;
  }
  .swc_fixedfootermobile {
    padding-bottom: 110px;
    position: relative !important;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .swc_planesbuk__table {
    overflow: hidden;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .swc_headerv2__bottommenu.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .swc_headerv2 .swc_tagtooltip {
    font-size: 13px;
    padding: 0 6px;
    position: relative;
    right: -16px;
    z-index: 1;
  }
  .swc_hero--listatienda {
    height: 468px;
    min-height: 468px;
  }
  .swc_hero--listatienda .swc_hero__bg {
    -o-object-position: -212px;
    object-position: -212px;
  }
  .swc_hero--listatienda .swc_listatiendainfo__title {
    margin-bottom: 28px;
  }
  .swc_footerinfo__colleft {
    border-bottom: 1px solid #979797;
    margin-bottom: 26px;
    padding-bottom: 6px;
  }
  .swc_boxfullwidth--typetwo {
    padding-bottom: 16px;
    transition: padding-bottom 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  }
  .swc_boxfullwidth--typetwo .swc_boxfullwidth__img {
    flex: 0 0 70px;
    margin-bottom: 0;
  }
  .swc_boxfullwidth--typetwo .swc_boxfullwidth__textcont h2 {
    font-size: 4.375vw;
    margin-bottom: 0;
  }
  .swc_boxfullwidth--typetwo .swc_boxfullwidth__textcont h4 {
    font-size: 4.375vw;
  }
  .swc_boxfullwidth--typetwo .swc_btn_cont {
    opacity: 0;
    pointer-events: none;
  }
  .swc_boxtool__text {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .swc_tableprice--double:after,
  .swc_tableprice--double:before {
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .swc_tableprice--double:before {
    background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
    height: 50px;
    top: 60px;
  }
  .swc_tableprice--double:after {
    background: linear-gradient(0deg, #fff 20%, hsla(0, 0%, 100%, 0));
    bottom: 0;
  }
  .swc_tableprice--full .swc_tableprice__list {
    height: 220px;
    padding: 18px 0 20px;
  }
  .swc_tableprice--full .swc_tableprice__listcont {
    position: relative;
  }
  .swc_tableprice--full .swc_tableprice__listcont:before {
    background: linear-gradient(180deg, #fff 20%, hsla(0, 0%, 100%, 0));
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .swc_tableprice--full .swc_tableprice__listcont:after {
    background: linear-gradient(0deg, #fff 20%, hsla(0, 0%, 100%, 0));
    bottom: 0;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .swc_tableprice__contcolumns {
    height: 322px;
    overflow: auto;
    padding-top: 20px;
  }
  .swc_blogarticles--grid {
    max-width: 478px;
  }
  .swc_listatinfo__stepimg1 {
    margin-left: -156px;
  }
  .swc_listatinfo__stepimg2a {
    margin-left: 124px;
  }
  .swc_listatinfo__stepimg2b {
    margin-left: 112px;
  }
  .swc_listatinfo__stepimg3 {
    margin-left: 6px;
  }
  .swc_empbox--outstanding .swc_empbox__namedate {
    width: 43vw;
  }
  .swc_cafeteriasucursalbox__btn {
    width: 100%;
  }
  /* .swc_sfboxlist__img {
    margin: -37px 0 16px -138px;
  } */
  .swc_btn__addright {
    margin: auto;
    max-width: 218px;
    width: 100%;
  }
  .toolkitSale.active {
    padding-bottom: 162px;
  }
  .toolkitSale.active .swc_btn_cont {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1) 0.1s;
  }
  .swc_bannermerslide--empresab .swc_stamp {
    height: 66px;
    width: 66px;
  }
  .swc_bannerdest .swc_labeldest {
    font-size: 4.5vw;
    height: 64px;
    position: relative;
  }
  .swc_bannerdest .swc_labeldest__img {
    margin: 0 10px;
  }
  .swc_bannerdest .swc_labeldest__txt .icon {
    vertical-align: middle;
  }
  .swc_slidertableprices--three .swc_tableprice {
    border-radius: 0 0 16px 16px;
    box-shadow: 0 4px 8px 0 rgba(25, 25, 25, 0.15);
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px) !important;
  }
  .swc_commentbox--inner {
    margin-left: -60px;
  }
  .swc_commentbox--secondlevel .swc_commentbox--inner {
    margin-left: -50px;
  }
  .shepherd-element,
  .shepherd-text {
    max-width: 90vw;
  }
  .swc_nav--toolkit .nav-link:after {
    background-color: transparent;
    background-color: #1bb3bc;
    bottom: -16px;
    content: "";
    height: 18px;
    position: absolute;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s;
    width: 4px;
  }
  .swc_nav--toolkit .nav-link.active .icon,
  .swc_nav--toolkit .nav-link.active:hover .icon {
    color: #fff;
  }
}
@media (max-width: 440px) {
  .swc_mainloginbody {
    padding: 0;
  }
}
@media (max-width: 425px) {
  .swc_imgportada {
    height: 326px;
    width: 250px;
  }
}
@media (max-width: 420px) {
  .swc_empbox__namedate {
    width: 56.25vw;
  }
  .swc_empbox--outstandinghistorical .swc_empbox__namedate {
    width: 46.875vw;
  }
}
@media (max-width: 360px) {
  .swc_coffeecard .swc_key {
    margin: 0 1.667vw 3.333vw;
  }
  .swc_coffeecard .swc_keypad {
    margin: 0 -1.667vw;
    width: calc(100% + 4.444vw);
  }
  .swc_coffeecard .swc_key__button {
    height: 27vw;
    width: 27vw;
  }
  .swc_coffeecard .swc_key__txt {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn,
  .collapsing,
  .custom-switch .custom-control-label:after,
  .fade,
  .form-control {
    transition: none;
  }
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
  .custom-range::-moz-range-thumb {
    transition: none;
  }
  .custom-range::-ms-thumb {
    transition: none;
  }
  .badge,
  .custom-control-label:before,
  .custom-file-label,
  .custom-select,
  .progress-bar {
    transition: none;
  }
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
  .carousel-control-next,
  .carousel-control-prev,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right,
  .carousel-indicators li,
  .carousel-item,
  .modal.fade .modal-dialog {
    transition: none;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  *,
  :after,
  :before {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    border-color: #dee2e6;
    color: inherit;
  }
  .label_data{
    height: 20px;
    width: 276px;
    color: #000000;
    font-family: "Santander Micro Text";
    font-size: 14px !important;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    margin-right: 19.5px;
  }

  
 
}
/*# sourceMappingURL=sourcemap/main.css.map */
